[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. 11924 1726884833.85803: 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 11924 1726884833.87011: Added group all to inventory 11924 1726884833.87013: Added group ungrouped to inventory 11924 1726884833.87131: Group all now contains ungrouped 11924 1726884833.87135: Examining possible inventory source: /tmp/storage-Fxb/inventory.yml 11924 1726884834.30538: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 11924 1726884834.30606: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 11924 1726884834.30752: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 11924 1726884834.30817: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 11924 1726884834.31018: Loaded config def from plugin (inventory/script) 11924 1726884834.31021: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 11924 1726884834.31177: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 11924 1726884834.31266: Loaded config def from plugin (inventory/yaml) 11924 1726884834.31268: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 11924 1726884834.31481: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 11924 1726884834.32564: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 11924 1726884834.32568: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 11924 1726884834.32575: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 11924 1726884834.32587: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 11924 1726884834.32592: Loading data from /tmp/storage-Fxb/inventory.yml 11924 1726884834.32773: /tmp/storage-Fxb/inventory.yml was not parsable by auto 11924 1726884834.32850: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 11924 1726884834.33014: Loading data from /tmp/storage-Fxb/inventory.yml 11924 1726884834.33171: group all already in inventory 11924 1726884834.33178: set inventory_file for managed_node1 11924 1726884834.33182: set inventory_dir for managed_node1 11924 1726884834.33183: Added host managed_node1 to inventory 11924 1726884834.33185: Added host managed_node1 to group all 11924 1726884834.33186: set ansible_host for managed_node1 11924 1726884834.33231: set ansible_ssh_extra_args for managed_node1 11924 1726884834.33236: set inventory_file for managed_node2 11924 1726884834.33239: set inventory_dir for managed_node2 11924 1726884834.33240: Added host managed_node2 to inventory 11924 1726884834.33241: Added host managed_node2 to group all 11924 1726884834.33242: set ansible_host for managed_node2 11924 1726884834.33243: set ansible_ssh_extra_args for managed_node2 11924 1726884834.33246: set inventory_file for managed_node3 11924 1726884834.33248: set inventory_dir for managed_node3 11924 1726884834.33249: Added host managed_node3 to inventory 11924 1726884834.33250: Added host managed_node3 to group all 11924 1726884834.33251: set ansible_host for managed_node3 11924 1726884834.33251: set ansible_ssh_extra_args for managed_node3 11924 1726884834.33254: Reconcile groups and hosts in inventory. 11924 1726884834.33260: Group ungrouped now contains managed_node1 11924 1726884834.33262: Group ungrouped now contains managed_node2 11924 1726884834.33264: Group ungrouped now contains managed_node3 11924 1726884834.33577: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 11924 1726884834.33924: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 11924 1726884834.34177: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 11924 1726884834.34279: Loaded config def from plugin (vars/host_group_vars) 11924 1726884834.34281: 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) 11924 1726884834.34288: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 11924 1726884834.34296: 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) 11924 1726884834.34472: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 11924 1726884834.35437: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884834.35803: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 11924 1726884834.36030: Loaded config def from plugin (connection/local) 11924 1726884834.36034: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 11924 1726884834.38079: Loaded config def from plugin (connection/paramiko_ssh) 11924 1726884834.38082: 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) 11924 1726884834.40654: 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) 11924 1726884834.40958: Loaded config def from plugin (connection/psrp) 11924 1726884834.40961: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 11924 1726884834.42919: 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) 11924 1726884834.42959: Loaded config def from plugin (connection/ssh) 11924 1726884834.42962: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 11924 1726884834.48938: 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) 11924 1726884834.48980: Loaded config def from plugin (connection/winrm) 11924 1726884834.48984: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 11924 1726884834.49016: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 11924 1726884834.49282: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 11924 1726884834.49348: Loaded config def from plugin (shell/cmd) 11924 1726884834.49351: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 11924 1726884834.49379: 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) 11924 1726884834.49445: Loaded config def from plugin (shell/powershell) 11924 1726884834.49447: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 11924 1726884834.49702: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 11924 1726884834.50077: Loaded config def from plugin (shell/sh) 11924 1726884834.50080: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 11924 1726884834.50113: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 11924 1726884834.50227: Loaded config def from plugin (become/runas) 11924 1726884834.50230: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 11924 1726884834.50614: Loaded config def from plugin (become/su) 11924 1726884834.50617: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 11924 1726884834.50974: Loaded config def from plugin (become/sudo) 11924 1726884834.50976: 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 11924 1726884834.51008: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml 11924 1726884834.52890: trying /usr/local/lib/python3.12/site-packages/ansible/modules 11924 1726884834.58528: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 11924 1726884834.58651: in VariableManager get_vars() 11924 1726884834.58886: done with get_vars() 11924 1726884834.58958: in VariableManager get_vars() 11924 1726884834.58973: done with get_vars() 11924 1726884834.59038: in VariableManager get_vars() 11924 1726884834.59050: done with get_vars() 11924 1726884834.59408: in VariableManager get_vars() 11924 1726884834.59420: done with get_vars() 11924 1726884834.59721: in VariableManager get_vars() 11924 1726884834.59777: done with get_vars() 11924 1726884834.59843: in VariableManager get_vars() 11924 1726884834.59857: done with get_vars() 11924 1726884834.59918: in VariableManager get_vars() 11924 1726884834.59932: done with get_vars() 11924 1726884834.60179: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 11924 1726884834.60194: 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 11924 1726884834.60730: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 11924 1726884834.61207: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 11924 1726884834.61210: 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) 11924 1726884834.61382: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 11924 1726884834.61412: 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) 11924 1726884834.62125: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 11924 1726884834.62474: Loaded config def from plugin (callback/default) 11924 1726884834.62477: 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) 11924 1726884834.65399: Loaded config def from plugin (callback/junit) 11924 1726884834.65402: 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) 11924 1726884834.65449: 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) 11924 1726884834.65816: Loaded config def from plugin (callback/minimal) 11924 1726884834.65819: 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) 11924 1726884834.65879: 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) 11924 1726884834.65936: Loaded config def from plugin (callback/tree) 11924 1726884834.65938: 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 11924 1726884834.66536: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 11924 1726884834.66539: 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_change_fs.yml ************************************************** 1 plays in /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml 11924 1726884834.66622: in VariableManager get_vars() 11924 1726884834.66636: done with get_vars() 11924 1726884834.66642: in VariableManager get_vars() 11924 1726884834.66652: done with get_vars() 11924 1726884834.66658: variable 'omit' from source: magic vars 11924 1726884834.66698: in VariableManager get_vars() 11924 1726884834.66713: done with get_vars() 11924 1726884834.66853: variable 'omit' from source: magic vars PLAY [Test change fs] ********************************************************** 11924 1726884834.74770: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 11924 1726884834.74849: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 11924 1726884834.74985: getting the remaining hosts for this loop 11924 1726884834.74987: done getting the remaining hosts for this loop 11924 1726884834.74990: getting the next task for host managed_node2 11924 1726884834.74994: done getting next task for host managed_node2 11924 1726884834.74996: ^ task is: TASK: Gathering Facts 11924 1726884834.74997: ^ 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 11924 1726884834.75000: getting variables 11924 1726884834.75001: in VariableManager get_vars() 11924 1726884834.75012: Calling all_inventory to load vars for managed_node2 11924 1726884834.75014: Calling groups_inventory to load vars for managed_node2 11924 1726884834.75017: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884834.75028: Calling all_plugins_play to load vars for managed_node2 11924 1726884834.75038: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884834.75041: Calling groups_plugins_play to load vars for managed_node2 11924 1726884834.75181: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884834.75239: done with get_vars() 11924 1726884834.75246: done getting variables 11924 1726884834.75468: 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_change_fs.yml:2 Friday 20 September 2024 22:13:54 -0400 (0:00:00.093) 0:00:00.093 ****** 11924 1726884834.75489: entering _queue_task() for managed_node2/gather_facts 11924 1726884834.75491: Creating lock for gather_facts 11924 1726884834.76030: worker is 1 (out of 1 available) 11924 1726884834.76039: exiting _queue_task() for managed_node2/gather_facts 11924 1726884834.76053: done queuing things up, now waiting for results queue to drain 11924 1726884834.76054: waiting for pending results... 11924 1726884834.76505: running TaskExecutor() for managed_node2/TASK: Gathering Facts 11924 1726884834.76815: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000019 11924 1726884834.76818: variable 'ansible_search_path' from source: unknown 11924 1726884834.76833: calling self._execute() 11924 1726884834.77068: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884834.77078: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884834.77088: variable 'omit' from source: magic vars 11924 1726884834.77304: variable 'omit' from source: magic vars 11924 1726884834.77334: variable 'omit' from source: magic vars 11924 1726884834.77567: variable 'omit' from source: magic vars 11924 1726884834.77571: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884834.77729: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884834.77733: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884834.77735: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884834.77737: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884834.78002: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884834.78007: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884834.78009: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884834.78011: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884834.78013: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884834.78436: Set connection var ansible_shell_executable to /bin/sh 11924 1726884834.78439: Set connection var ansible_connection to ssh 11924 1726884834.78442: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884834.78444: Set connection var ansible_timeout to 10 11924 1726884834.78447: Set connection var ansible_pipelining to False 11924 1726884834.78449: Set connection var ansible_shell_type to sh 11924 1726884834.78450: variable 'ansible_shell_executable' from source: unknown 11924 1726884834.78453: variable 'ansible_connection' from source: unknown 11924 1726884834.78456: variable 'ansible_module_compression' from source: unknown 11924 1726884834.78544: variable 'ansible_shell_type' from source: unknown 11924 1726884834.78546: variable 'ansible_shell_executable' from source: unknown 11924 1726884834.78548: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884834.78550: variable 'ansible_pipelining' from source: unknown 11924 1726884834.78552: variable 'ansible_timeout' from source: unknown 11924 1726884834.78553: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884834.78884: 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) 11924 1726884834.78908: variable 'omit' from source: magic vars 11924 1726884834.78918: starting attempt loop 11924 1726884834.79006: running the handler 11924 1726884834.79008: variable 'ansible_facts' from source: unknown 11924 1726884834.79027: _low_level_execute_command(): starting 11924 1726884834.79038: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884834.81446: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884834.81450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884834.81454: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884834.81458: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884834.82039: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884834.82072: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884834.82210: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884834.82281: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884834.84108: stdout chunk (state=3): >>>/root <<< 11924 1726884834.84181: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884834.84213: stderr chunk (state=3): >>><<< 11924 1726884834.84423: stdout chunk (state=3): >>><<< 11924 1726884834.84426: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884834.84429: _low_level_execute_command(): starting 11924 1726884834.84432: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884834.8434641-11962-227436074546257 `" && echo ansible-tmp-1726884834.8434641-11962-227436074546257="` echo /root/.ansible/tmp/ansible-tmp-1726884834.8434641-11962-227436074546257 `" ) && sleep 0' 11924 1726884834.87532: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884834.88409: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884834.88781: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884834.90590: stdout chunk (state=3): >>>ansible-tmp-1726884834.8434641-11962-227436074546257=/root/.ansible/tmp/ansible-tmp-1726884834.8434641-11962-227436074546257 <<< 11924 1726884834.90886: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884834.90890: stdout chunk (state=3): >>><<< 11924 1726884834.90893: stderr chunk (state=3): >>><<< 11924 1726884834.91010: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884834.8434641-11962-227436074546257=/root/.ansible/tmp/ansible-tmp-1726884834.8434641-11962-227436074546257 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884834.91013: variable 'ansible_module_compression' from source: unknown 11924 1726884834.91015: ANSIBALLZ: Using generic lock for ansible.legacy.setup 11924 1726884834.91017: ANSIBALLZ: Acquiring lock 11924 1726884834.91363: ANSIBALLZ: Lock acquired: 140694836238080 11924 1726884834.91366: ANSIBALLZ: Creating module 11924 1726884835.85013: ANSIBALLZ: Writing module into payload 11924 1726884835.85563: ANSIBALLZ: Writing module 11924 1726884835.85720: ANSIBALLZ: Renaming module 11924 1726884835.85732: ANSIBALLZ: Done creating module 11924 1726884835.85778: variable 'ansible_facts' from source: unknown 11924 1726884835.85969: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884835.85986: _low_level_execute_command(): starting 11924 1726884835.85996: _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' 11924 1726884835.87228: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884835.87370: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884835.87569: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884835.89240: stdout chunk (state=3): >>>PLATFORM <<< 11924 1726884835.89314: stdout chunk (state=3): >>>Linux <<< 11924 1726884835.89332: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 <<< 11924 1726884835.89397: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 11924 1726884835.89495: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884835.89524: stderr chunk (state=3): >>><<< 11924 1726884835.89572: stdout chunk (state=3): >>><<< 11924 1726884835.89592: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884835.89839 [managed_node2]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 11924 1726884835.89843: _low_level_execute_command(): starting 11924 1726884835.89845: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 11924 1726884835.90073: Sending initial data 11924 1726884835.90077: Sent initial data (1181 bytes) 11924 1726884835.91012: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884835.91128: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884835.91366: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884835.91370: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884835.91373: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884835.91375: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884835.94859: 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"} <<< 11924 1726884835.95347: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884835.95351: stdout chunk (state=3): >>><<< 11924 1726884835.95358: stderr chunk (state=3): >>><<< 11924 1726884835.95375: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"10 (Coughlan)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"10\"\nPLATFORM_ID=\"platform:el10\"\nPRETTY_NAME=\"CentOS Stream 10 (Coughlan)\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:10\"\nHOME_URL=\"https://centos.org/\"\nVENDOR_NAME=\"CentOS\"\nVENDOR_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 10\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884835.95538: variable 'ansible_facts' from source: unknown 11924 1726884835.95541: variable 'ansible_facts' from source: unknown 11924 1726884835.95552: variable 'ansible_module_compression' from source: unknown 11924 1726884835.95557: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 11924 1726884835.95560: variable 'ansible_facts' from source: unknown 11924 1726884835.96083: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884834.8434641-11962-227436074546257/AnsiballZ_setup.py 11924 1726884835.96409: Sending initial data 11924 1726884835.96413: Sent initial data (154 bytes) 11924 1726884835.98305: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884835.98309: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884835.98571: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884835.99182: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884835.99278: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884836.00933: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884836.00941: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884836.01041: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp4x1wvtbq /root/.ansible/tmp/ansible-tmp-1726884834.8434641-11962-227436074546257/AnsiballZ_setup.py <<< 11924 1726884836.01045: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884834.8434641-11962-227436074546257/AnsiballZ_setup.py" <<< 11924 1726884836.01048: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp4x1wvtbq" to remote "/root/.ansible/tmp/ansible-tmp-1726884834.8434641-11962-227436074546257/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884834.8434641-11962-227436074546257/AnsiballZ_setup.py" <<< 11924 1726884836.05018: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884836.05026: stderr chunk (state=3): >>><<< 11924 1726884836.05029: stdout chunk (state=3): >>><<< 11924 1726884836.05031: done transferring module to remote 11924 1726884836.05043: _low_level_execute_command(): starting 11924 1726884836.05047: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884834.8434641-11962-227436074546257/ /root/.ansible/tmp/ansible-tmp-1726884834.8434641-11962-227436074546257/AnsiballZ_setup.py && sleep 0' 11924 1726884836.06550: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884836.06674: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884836.06684: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884836.06701: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884836.06710: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884836.06717: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884836.06727: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884836.06869: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884836.06990: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884836.07002: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884836.07105: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884836.08932: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884836.08936: stdout chunk (state=3): >>><<< 11924 1726884836.08949: stderr chunk (state=3): >>><<< 11924 1726884836.08959: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884836.08964: _low_level_execute_command(): starting 11924 1726884836.08971: _low_level_execute_command(): using become for this command 11924 1726884836.09169: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-fjnsthnctovrnzkjzfixwkrtmgciaqfo ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884834.8434641-11962-227436074546257/AnsiballZ_setup.py'"'"' && sleep 0' 11924 1726884836.09811: Initial state: awaiting_escalation: BECOME-SUCCESS-fjnsthnctovrnzkjzfixwkrtmgciaqfo 11924 1726884836.10526: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884836.11068: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884836.11071: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884836.11141: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884836.14040: stdout chunk (state=1): >>>BECOME-SUCCESS-fjnsthnctovrnzkjzfixwkrtmgciaqfo <<< 11924 1726884836.14045: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-fjnsthnctovrnzkjzfixwkrtmgciaqfo' 11924 1726884836.14376: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884836.14412: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884836.14428: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884836.14444: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884836.14508: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884836.14532: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884836.14546: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884836.14582: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884836.14605: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884836.14793: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52d103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52cdfa10> <<< 11924 1726884836.14819: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884836.14839: 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 0x7f5b52d12960> <<< 11924 1726884836.14843: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884836.14879: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884836.14898: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884836.14928: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884836.15008: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884836.15029: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884836.15214: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884836.15222: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b04fe0> <<< 11924 1726884836.15268: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884836.15280: 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 0x7f5b52b05fd0> <<< 11924 1726884836.15321: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884836.15325: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884836.15705: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884836.15716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884836.15732: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884836.15871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884836.15876: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884836.16165: 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 0x7f5b52b4be00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884836.16168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884836.16170: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884836.16173: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b4bec0> <<< 11924 1726884836.16175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884836.16177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884836.16179: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884836.16181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 11924 1726884836.16183: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 11924 1726884836.16187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b7b830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884836.16189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b7bec0> <<< 11924 1726884836.16268: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884836.16288: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b5bad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b591f0> <<< 11924 1726884836.16340: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b48fb0> <<< 11924 1726884836.16369: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884836.16384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884836.16401: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884836.16659: 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 0x7f5b52b9f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b9e420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b5a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b9cc20> <<< 11924 1726884836.16665: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884836.16668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52bd0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b48230> <<< 11924 1726884836.16671: 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' <<< 11924 1726884836.16673: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884836.16687: 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 0x7f5b52bd0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52bd0bc0> <<< 11924 1726884836.16716: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884836.16731: 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 0x7f5b52bd0f80> <<< 11924 1726884836.16778: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b3ed50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884836.16791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884836.16824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884836.16874: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52bd1610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52bd12e0> <<< 11924 1726884836.17076: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 11924 1726884836.17083: 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 0x7f5b52bd2510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884836.17086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52be8710> import 'errno' # <<< 11924 1726884836.17091: 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 0x7f5b52be9df0> <<< 11924 1726884836.17097: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884836.17104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884836.17107: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884836.17121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 11924 1726884836.17124: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52beac90> <<< 11924 1726884836.17165: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884836.17371: 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 0x7f5b52beb2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52bea1e0> <<< 11924 1726884836.17390: 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 0x7f5b52bebd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52beb4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52bd2540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884836.17424: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884836.17561: 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 0x7f5b528dfc50> <<< 11924 1726884836.17566: 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' <<< 11924 1726884836.17568: 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' <<< 11924 1726884836.17571: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52908770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b529084d0> <<< 11924 1726884836.17573: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884836.17575: 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 0x7f5b529087a0> <<< 11924 1726884836.17577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884836.17780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b529090d0> <<< 11924 1726884836.17857: 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 0x7f5b52909ac0> <<< 11924 1726884836.17881: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52908980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b528dddf0> <<< 11924 1726884836.17918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884836.17921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884836.17954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884836.17967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5290aea0> <<< 11924 1726884836.18008: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52909be0> <<< 11924 1726884836.18029: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52bd2c30> <<< 11924 1726884836.18039: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884836.18112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884836.18118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884836.18161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884836.18384: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b529371a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5295f590> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884836.18396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884836.18463: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884836.18540: 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 0x7f5b529b8350> <<< 11924 1726884836.18550: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884836.18553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884836.18557: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884836.18589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884836.18679: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b529baab0> <<< 11924 1726884836.18759: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b529b8470> <<< 11924 1726884836.18787: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52985370> <<< 11924 1726884836.18806: 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' <<< 11924 1726884836.18824: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b527c5460> <<< 11924 1726884836.18835: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5295e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5290bda0> <<< 11924 1726884836.19176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5b5295e990> <<< 11924 1726884836.19343: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload__bkeycrl/ansible_ansible.legacy.setup_payload.zip' <<< 11924 1726884836.19361: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.19518: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.19521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884836.19523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884836.19562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884836.19647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884836.19880: 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 0x7f5b52827230> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5280a150> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b528092b0> # zipimport: zlib available import 'ansible' # <<< 11924 1726884836.19957: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.19961: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.19963: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.19967: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884836.19969: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.21460: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.22500: 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 0x7f5b52825520> <<< 11924 1726884836.22516: 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' <<< 11924 1726884836.22526: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884836.22547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884836.22607: 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 0x7f5b5285aa80> <<< 11924 1726884836.22885: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5285a810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5285a150> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5285a5a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52908440> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b5285b7d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b5285ba10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884836.22943: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5285bf50> <<< 11924 1726884836.22947: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884836.22951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884836.22969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884836.23154: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5212dc40> <<< 11924 1726884836.23259: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884836.23266: 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 0x7f5b5212f860> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52130260> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b521313d0> <<< 11924 1726884836.23268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884836.23473: 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 0x7f5b52133ec0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b529baa20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52132180> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884836.23740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884836.23743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884836.23750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5213be00> <<< 11924 1726884836.23752: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884836.23914: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5213a900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5213a660> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5213aba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52132690> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b5217fec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52180140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 11924 1726884836.23917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884836.23920: 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' <<< 11924 1726884836.23958: 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 0x7f5b52181d00> <<< 11924 1726884836.23974: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52181ac0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884836.24467: 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 0x7f5b52184290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b521823c0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52187a70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52184440> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52188860> <<< 11924 1726884836.24488: stdout 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 0x7f5b52188ad0> <<< 11924 1726884836.24497: stdout 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 0x7f5b52188dd0> <<< 11924 1726884836.24504: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52180410> <<< 11924 1726884836.24507: 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 <<< 11924 1726884836.24510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884836.24566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884836.24570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884836.25038: 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 0x7f5b52014410> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52015580> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5218abd0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b5218bf50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5218a810> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884836.25046: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884836.25049: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884836.25052: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.25054: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884836.25066: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.25183: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.25303: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.25995: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.26364: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884836.26382: 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' # <<< 11924 1726884836.26395: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884836.26650: 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 0x7f5b52019790> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5201a570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52015820> <<< 11924 1726884836.26777: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884836.26826: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.27093: 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 0x7f5b5201a510> # zipimport: zlib available <<< 11924 1726884836.27453: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.27899: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.28007: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.28117: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884836.28123: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.28126: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.28284: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884836.28287: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884836.28342: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884836.28345: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884836.28442: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.28450: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884836.28479: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.28726: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.28880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884836.28979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884836.29098: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5201b740> <<< 11924 1726884836.29102: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.29104: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.29581: 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 # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884836.29613: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884836.29628: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52026270> <<< 11924 1726884836.29651: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b520210a0> <<< 11924 1726884836.29710: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884836.29714: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.29911: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.29916: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.30363: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52102c60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b521fa930> <<< 11924 1726884836.30369: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b520264b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b520262a0> <<< 11924 1726884836.30375: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884836.30379: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.30382: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884836.30384: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884836.30386: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.30388: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.30729: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884836.30732: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.30734: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.30736: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.30738: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 11924 1726884836.30740: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.31169: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/typing_extensions.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # 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 <<< 11924 1726884836.31183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b51d56a20> <<< 11924 1726884836.31272: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51d55e50> <<< 11924 1726884836.31276: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51d54830> <<< 11924 1726884836.31470: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b520baa50> <<< 11924 1726884836.31704: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b520b8a40> import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 11924 1726884836.31943: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.32165: stdout chunk (state=3): >>># 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 0x7f5b520baf60> <<< 11924 1726884836.32168: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 11924 1726884836.32171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 11924 1726884836.32173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884836.32407: 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 0x7f5b51da0a40> # 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 0x7f5b51da0d70> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51d94230> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51d677d0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b520a8fe0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b520a8050> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 11924 1726884836.32414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 11924 1726884836.32626: 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 0x7f5b51da3920> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51da3200> # 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 0x7f5b51da33b0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51da2660> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 11924 1726884836.32629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 11924 1726884836.32631: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51da3980> <<< 11924 1726884836.32633: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 11924 1726884836.32674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884836.32699: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884836.32714: 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 0x7f5b51bc24e0> <<< 11924 1726884836.32734: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51bc0500> <<< 11924 1726884836.32762: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b520a8d70> <<< 11924 1726884836.32778: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # <<< 11924 1726884836.32837: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.32840: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.32842: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 11924 1726884836.33172: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884836.33175: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available <<< 11924 1726884836.33482: stdout chunk (state=3): >>># 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 <<< 11924 1726884836.33492: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.33553: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.33835: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 11924 1726884836.33838: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 11924 1726884836.34261: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.34529: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 11924 1726884836.34544: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.34935: 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 # zipimport: zlib available <<< 11924 1726884836.34939: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 11924 1726884836.34943: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.34946: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available <<< 11924 1726884836.35047: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.35051: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 11924 1726884836.35053: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.35057: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.35479: stdout chunk (state=3): >>>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 0x7f5b51bc2900> # /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 0x7f5b51bc3530> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 11924 1726884836.35509: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.35583: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 11924 1726884836.35700: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.35909: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 11924 1726884836.35912: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.35977: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884836.36358: 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 0x7f5b51c06a20> <<< 11924 1726884836.36362: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51be8b60> <<< 11924 1726884836.36365: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 11924 1726884836.36425: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.36901: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884836.36908: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 11924 1726884836.36920: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 11924 1726884836.36965: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.37011: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 11924 1726884836.37014: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.37053: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.37105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 11924 1726884836.37127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 11924 1726884836.37142: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884836.37152: 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 0x7f5b51c1a450> <<< 11924 1726884836.37442: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51beb740> import 'ansible.module_utils.facts.system.user' # <<< 11924 1726884836.37446: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.37448: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.37450: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 11924 1726884836.37570: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884836.37605: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 11924 1726884836.37621: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.37716: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.37815: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.38229: stdout chunk (state=3): >>># 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 <<< 11924 1726884836.38245: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 11924 1726884836.38262: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.38377: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.38676: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884836.39124: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.39628: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 11924 1726884836.39648: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 11924 1726884836.40170: stdout chunk (state=3): >>># 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 <<< 11924 1726884836.40215: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.40372: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 11924 1726884836.40440: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 11924 1726884836.40459: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.40504: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 11924 1726884836.40527: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.40740: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.40909: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884836.41263: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 11924 1726884836.41600: stdout chunk (state=3): >>>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 <<< 11924 1726884836.41779: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # 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 <<< 11924 1726884836.41975: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.42233: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 11924 1726884836.42241: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.42580: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # <<< 11924 1726884836.42595: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.42672: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.42753: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 11924 1726884836.42776: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.42796: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 11924 1726884836.43078: stdout chunk (state=3): >>># 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 <<< 11924 1726884836.43184: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 11924 1726884836.43203: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.43314: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.43317: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 11924 1726884836.43319: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.43871: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # <<< 11924 1726884836.43900: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # <<< 11924 1726884836.43909: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.43983: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.44327: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 11924 1726884836.44331: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884836.44962: 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' <<< 11924 1726884836.44966: 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' <<< 11924 1726884836.44968: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884836.44970: 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 0x7f5b51c47da0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51c46c60> <<< 11924 1726884836.45273: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51c47c80> <<< 11924 1726884836.62632: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 11924 1726884836.62637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51c8a2a0> <<< 11924 1726884836.62640: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 11924 1726884836.62644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 11924 1726884836.62647: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51c8bdd0> <<< 11924 1726884836.62649: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 11924 1726884836.62659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884836.62733: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py <<< 11924 1726884836.62737: 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 0x7f5b51bf9670> <<< 11924 1726884836.62739: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51bf91c0> <<< 11924 1726884836.63165: 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 <<< 11924 1726884836.83714: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_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_is_chroot": false, "ansible_iscsi_iqn": "", "ansible_loadavg": {"1m": 0.4169921875, "5m": 0.44775390625, "15m": 0.21728515625}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_local": {}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_pkg_mgr": "dnf", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 2814, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 717, "free": 2814}, "nocache": {"free": 3267, "used": 264}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 281, "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": 261683617792, "block_size": 4096, "block_total": 65519099, "block_available": 63887602, "block_used": 1631497, "inode_total": 131070960, "inode_available": 131027197, "inode_used": 43763, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_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_fips": false, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-fjnsthnctovrnzkjzfixwkrtmgciaqfo ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884834.8434641-11962-227436074546257/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_fibre_channel_wwn": [], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "13", "second": "56", "epoch": "1726884836", "epoch_int": "1726884836", "date": "2024-09-20", "time": "22:13:56", "iso8601_micro": "2024-09-21T02:13:56.829632Z", "iso8601": "2024-09-21T02:13:56Z", "iso8601_basic": "20240920T221356829632", "iso8601_basic_short": "20240920T221356", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_apparmor": {"status": "disabled"}, "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"}}} <<< 11924 1726884836.84076: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv <<< 11924 1726884836.84110: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat <<< 11924 1726884836.84218: 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 # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing 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 <<< 11924 1726884836.84267: stdout chunk (state=3): >>># cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection <<< 11924 1726884836.84557: stdout chunk (state=3): >>># cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # 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 <<< 11924 1726884836.84723: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884836.84735: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 11924 1726884836.84765: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884836.84805: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884836.84829: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884836.84899: 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 <<< 11924 1726884836.84902: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal <<< 11924 1726884836.85072: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884836.85101: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 <<< 11924 1726884836.85227: stdout chunk (state=3): >>># 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 <<< 11924 1726884836.85333: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing <<< 11924 1726884836.85545: stdout chunk (state=3): >>># destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884836.85619: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884836.85637: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884836.85662: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 11924 1726884836.85681: stdout chunk (state=3): >>># destroy tokenize <<< 11924 1726884836.85703: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884836.85724: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 11924 1726884836.85788: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode <<< 11924 1726884836.85792: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 11924 1726884836.85808: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884836.86069: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools <<< 11924 1726884836.86119: stdout chunk (state=3): >>># destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884836.86663: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884836.86666: stdout chunk (state=3): >>><<< 11924 1726884836.86668: stderr chunk (state=3): >>><<< 11924 1726884836.87305: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52d103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52cdfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52d12960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b04fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b05fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b4be00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b4bec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b7b830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b7bec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b5bad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b591f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b48fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b9f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b9e420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b5a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b9cc20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52bd0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b48230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52bd0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52bd0bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52bd0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52b3ed50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52bd1610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52bd12e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52bd2510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52be8710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52be9df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52beac90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52beb2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52bea1e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52bebd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52beb4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52bd2540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b528dfc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52908770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b529084d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b529087a0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b529090d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52909ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52908980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b528dddf0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5290aea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52909be0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52bd2c30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b529371a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5295f590> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b529b8350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b529baab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b529b8470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52985370> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b527c5460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5295e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5290bda0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5b5295e990> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload__bkeycrl/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 0x7f5b52827230> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5280a150> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b528092b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52825520> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b5285aa80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5285a810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5285a150> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5285a5a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52908440> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b5285b7d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b5285ba10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5285bf50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5212dc40> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b5212f860> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52130260> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b521313d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52133ec0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b529baa20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52132180> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5213be00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5213a900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5213a660> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5213aba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52132690> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b5217fec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52180140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52181d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52181ac0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52184290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b521823c0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52187a70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52184440> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52188860> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52188ad0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52188dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52180410> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52014410> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52015580> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5218abd0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b5218bf50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5218a810> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52019790> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5201a570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52015820> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5201a510> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b5201b740> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b52026270> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b520210a0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b52102c60> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b521fa930> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b520264b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b520262a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f5b51d56a20> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51d55e50> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51d54830> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b520baa50> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b520b8a40> 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 0x7f5b520baf60> # /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 0x7f5b51da0a40> # 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 0x7f5b51da0d70> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51d94230> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51d677d0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b520a8fe0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b520a8050> # /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 0x7f5b51da3920> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51da3200> # 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 0x7f5b51da33b0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51da2660> # /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 0x7f5b51da3980> # /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 0x7f5b51bc24e0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51bc0500> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b520a8d70> 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 0x7f5b51bc2900> # /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 0x7f5b51bc3530> 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 0x7f5b51c06a20> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51be8b60> 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 0x7f5b51c1a450> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51beb740> 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 0x7f5b51c47da0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51c46c60> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51c47c80> # /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 0x7f5b51c8a2a0> # /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 0x7f5b51c8bdd0> # /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 0x7f5b51bf9670> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b51bf91c0> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_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_is_chroot": false, "ansible_iscsi_iqn": "", "ansible_loadavg": {"1m": 0.4169921875, "5m": 0.44775390625, "15m": 0.21728515625}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_local": {}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_pkg_mgr": "dnf", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 2814, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 717, "free": 2814}, "nocache": {"free": 3267, "used": 264}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 281, "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": 261683617792, "block_size": 4096, "block_total": 65519099, "block_available": 63887602, "block_used": 1631497, "inode_total": 131070960, "inode_available": 131027197, "inode_used": 43763, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_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_fips": false, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-fjnsthnctovrnzkjzfixwkrtmgciaqfo ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884834.8434641-11962-227436074546257/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_fibre_channel_wwn": [], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "13", "second": "56", "epoch": "1726884836", "epoch_int": "1726884836", "date": "2024-09-20", "time": "22:13:56", "iso8601_micro": "2024-09-21T02:13:56.829632Z", "iso8601": "2024-09-21T02:13:56Z", "iso8601_basic": "20240920T221356829632", "iso8601_basic_short": "20240920T221356", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_apparmor": {"status": "disabled"}, "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. [WARNING]: Module invocation had junk after the JSON data: # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks [WARNING]: Platform linux on host managed_node2 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 11924 1726884836.89595: 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-1726884834.8434641-11962-227436074546257/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884836.89602: _low_level_execute_command(): starting 11924 1726884836.89605: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884834.8434641-11962-227436074546257/ > /dev/null 2>&1 && sleep 0' 11924 1726884836.90901: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884836.90904: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884836.90907: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884836.90909: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884836.90911: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884836.90913: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884836.91062: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884836.91178: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884836.93012: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884836.93047: stderr chunk (state=3): >>><<< 11924 1726884836.93050: stdout chunk (state=3): >>><<< 11924 1726884836.93113: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884836.93121: handler run complete 11924 1726884836.93489: variable 'ansible_facts' from source: unknown 11924 1726884836.93760: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884836.94713: variable 'ansible_facts' from source: unknown 11924 1726884836.94841: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884836.95084: attempt loop complete, returning result 11924 1726884836.95094: _execute() done 11924 1726884836.95101: dumping result to json 11924 1726884836.95156: done dumping result, returning 11924 1726884836.95248: done running TaskExecutor() for managed_node2/TASK: Gathering Facts [0affc8a3-6f6f-f4c0-2290-000000000019] 11924 1726884836.95253: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000019 11924 1726884836.96245: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000019 11924 1726884836.96258: WORKER PROCESS EXITING ok: [managed_node2] 11924 1726884836.96626: no more pending results, returning what we have 11924 1726884836.96629: results queue empty 11924 1726884836.96630: checking for any_errors_fatal 11924 1726884836.96631: done checking for any_errors_fatal 11924 1726884836.96632: checking for max_fail_percentage 11924 1726884836.96633: done checking for max_fail_percentage 11924 1726884836.96634: checking to see if all hosts have failed and the running result is not ok 11924 1726884836.96635: done checking to see if all hosts have failed 11924 1726884836.96636: getting the remaining hosts for this loop 11924 1726884836.96637: done getting the remaining hosts for this loop 11924 1726884836.96643: getting the next task for host managed_node2 11924 1726884836.96649: done getting next task for host managed_node2 11924 1726884836.96651: ^ task is: TASK: meta (flush_handlers) 11924 1726884836.96653: ^ 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 11924 1726884836.96658: getting variables 11924 1726884836.96660: in VariableManager get_vars() 11924 1726884836.96681: Calling all_inventory to load vars for managed_node2 11924 1726884836.96683: Calling groups_inventory to load vars for managed_node2 11924 1726884836.96686: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884836.96814: Calling all_plugins_play to load vars for managed_node2 11924 1726884836.96818: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884836.96822: Calling groups_plugins_play to load vars for managed_node2 11924 1726884836.97577: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884836.98131: done with get_vars() 11924 1726884836.98143: done getting variables 11924 1726884836.98373: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 11924 1726884836.98438: in VariableManager get_vars() 11924 1726884836.98559: Calling all_inventory to load vars for managed_node2 11924 1726884836.98562: Calling groups_inventory to load vars for managed_node2 11924 1726884836.98565: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884836.98570: Calling all_plugins_play to load vars for managed_node2 11924 1726884836.98572: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884836.98575: Calling groups_plugins_play to load vars for managed_node2 11924 1726884836.98996: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884836.99696: done with get_vars() 11924 1726884836.99710: done queuing things up, now waiting for results queue to drain 11924 1726884836.99713: results queue empty 11924 1726884836.99713: checking for any_errors_fatal 11924 1726884836.99715: done checking for any_errors_fatal 11924 1726884836.99719: checking for max_fail_percentage 11924 1726884836.99721: done checking for max_fail_percentage 11924 1726884836.99721: checking to see if all hosts have failed and the running result is not ok 11924 1726884836.99722: done checking to see if all hosts have failed 11924 1726884836.99723: getting the remaining hosts for this loop 11924 1726884836.99724: done getting the remaining hosts for this loop 11924 1726884836.99726: getting the next task for host managed_node2 11924 1726884836.99730: done getting next task for host managed_node2 11924 1726884836.99733: ^ task is: TASK: Run the role 11924 1726884836.99734: ^ 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 11924 1726884836.99736: getting variables 11924 1726884836.99737: in VariableManager get_vars() 11924 1726884836.99745: Calling all_inventory to load vars for managed_node2 11924 1726884836.99747: Calling groups_inventory to load vars for managed_node2 11924 1726884836.99749: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884836.99753: Calling all_plugins_play to load vars for managed_node2 11924 1726884836.99758: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884836.99761: Calling groups_plugins_play to load vars for managed_node2 11924 1726884837.00543: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884837.01822: done with get_vars() 11924 1726884837.01831: done getting variables TASK [Run the role] ************************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml:16 Friday 20 September 2024 22:13:57 -0400 (0:00:02.264) 0:00:02.358 ****** 11924 1726884837.01910: entering _queue_task() for managed_node2/include_role 11924 1726884837.01912: Creating lock for include_role 11924 1726884837.03094: worker is 1 (out of 1 available) 11924 1726884837.03105: exiting _queue_task() for managed_node2/include_role 11924 1726884837.03116: done queuing things up, now waiting for results queue to drain 11924 1726884837.03117: waiting for pending results... 11924 1726884837.03339: running TaskExecutor() for managed_node2/TASK: Run the role 11924 1726884837.03764: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000006 11924 1726884837.03872: variable 'ansible_search_path' from source: unknown 11924 1726884837.03876: calling self._execute() 11924 1726884837.04006: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884837.04100: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884837.04119: variable 'omit' from source: magic vars 11924 1726884837.04481: _execute() done 11924 1726884837.04489: dumping result to json 11924 1726884837.04501: done dumping result, returning 11924 1726884837.04512: done running TaskExecutor() for managed_node2/TASK: Run the role [0affc8a3-6f6f-f4c0-2290-000000000006] 11924 1726884837.04739: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000006 11924 1726884837.04821: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000006 11924 1726884837.04824: WORKER PROCESS EXITING 11924 1726884837.04885: no more pending results, returning what we have 11924 1726884837.04892: in VariableManager get_vars() 11924 1726884837.04932: Calling all_inventory to load vars for managed_node2 11924 1726884837.04935: Calling groups_inventory to load vars for managed_node2 11924 1726884837.04939: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884837.04952: Calling all_plugins_play to load vars for managed_node2 11924 1726884837.04957: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884837.04960: Calling groups_plugins_play to load vars for managed_node2 11924 1726884837.05549: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884837.06664: done with get_vars() 11924 1726884837.06673: variable 'ansible_search_path' from source: unknown 11924 1726884837.07505: variable 'omit' from source: magic vars 11924 1726884837.07709: variable 'omit' from source: magic vars 11924 1726884837.07723: variable 'omit' from source: magic vars 11924 1726884837.07733: we have included files to process 11924 1726884837.07735: generating all_blocks data 11924 1726884837.07736: done generating all_blocks data 11924 1726884837.07737: processing included file: fedora.linux_system_roles.storage 11924 1726884837.08076: in VariableManager get_vars() 11924 1726884837.08089: done with get_vars() 11924 1726884837.08259: in VariableManager get_vars() 11924 1726884837.08281: done with get_vars() 11924 1726884837.08323: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 11924 1726884837.08697: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 11924 1726884837.09477: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 11924 1726884837.09611: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 11924 1726884837.09853: in VariableManager get_vars() 11924 1726884837.09977: done with get_vars() 11924 1726884837.10471: in VariableManager get_vars() 11924 1726884837.10490: done with get_vars() 11924 1726884837.10716: iterating over new_blocks loaded from include file 11924 1726884837.10718: in VariableManager get_vars() 11924 1726884837.10729: done with get_vars() 11924 1726884837.10731: filtering new block on tags 11924 1726884837.10893: done filtering new block on tags 11924 1726884837.10896: in VariableManager get_vars() 11924 1726884837.10907: done with get_vars() 11924 1726884837.10909: filtering new block on tags 11924 1726884837.10925: done filtering new block on tags 11924 1726884837.10927: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node2 11924 1726884837.10933: extending task lists for all hosts with included blocks 11924 1726884837.11600: done extending task lists 11924 1726884837.11602: done processing included files 11924 1726884837.11602: results queue empty 11924 1726884837.11603: checking for any_errors_fatal 11924 1726884837.11605: done checking for any_errors_fatal 11924 1726884837.11605: checking for max_fail_percentage 11924 1726884837.11606: done checking for max_fail_percentage 11924 1726884837.11607: checking to see if all hosts have failed and the running result is not ok 11924 1726884837.11608: done checking to see if all hosts have failed 11924 1726884837.11609: getting the remaining hosts for this loop 11924 1726884837.11610: done getting the remaining hosts for this loop 11924 1726884837.11612: getting the next task for host managed_node2 11924 1726884837.11617: done getting next task for host managed_node2 11924 1726884837.11619: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884837.11622: ^ 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 11924 1726884837.11681: getting variables 11924 1726884837.11683: in VariableManager get_vars() 11924 1726884837.11696: Calling all_inventory to load vars for managed_node2 11924 1726884837.11698: Calling groups_inventory to load vars for managed_node2 11924 1726884837.11700: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884837.11706: Calling all_plugins_play to load vars for managed_node2 11924 1726884837.11708: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884837.11711: Calling groups_plugins_play to load vars for managed_node2 11924 1726884837.12632: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884837.13878: done with get_vars() 11924 1726884837.13889: done getting variables TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 20 September 2024 22:13:57 -0400 (0:00:00.122) 0:00:02.480 ****** 11924 1726884837.14198: entering _queue_task() for managed_node2/include_tasks 11924 1726884837.14200: Creating lock for include_tasks 11924 1726884837.15305: worker is 1 (out of 1 available) 11924 1726884837.15317: exiting _queue_task() for managed_node2/include_tasks 11924 1726884837.15327: done queuing things up, now waiting for results queue to drain 11924 1726884837.15329: waiting for pending results... 11924 1726884837.16074: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884837.16080: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000050 11924 1726884837.16083: variable 'ansible_search_path' from source: unknown 11924 1726884837.16086: variable 'ansible_search_path' from source: unknown 11924 1726884837.16579: calling self._execute() 11924 1726884837.16583: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884837.16585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884837.16824: variable 'omit' from source: magic vars 11924 1726884837.17565: _execute() done 11924 1726884837.17569: dumping result to json 11924 1726884837.17573: done dumping result, returning 11924 1726884837.17577: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-f4c0-2290-000000000050] 11924 1726884837.17579: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000050 11924 1726884837.17878: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000050 11924 1726884837.17882: WORKER PROCESS EXITING 11924 1726884837.17935: no more pending results, returning what we have 11924 1726884837.17940: in VariableManager get_vars() 11924 1726884837.17987: Calling all_inventory to load vars for managed_node2 11924 1726884837.18061: Calling groups_inventory to load vars for managed_node2 11924 1726884837.18064: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884837.18076: Calling all_plugins_play to load vars for managed_node2 11924 1726884837.18080: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884837.18084: Calling groups_plugins_play to load vars for managed_node2 11924 1726884837.19331: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884837.20389: done with get_vars() 11924 1726884837.20400: variable 'ansible_search_path' from source: unknown 11924 1726884837.20401: variable 'ansible_search_path' from source: unknown 11924 1726884837.20443: we have included files to process 11924 1726884837.20444: generating all_blocks data 11924 1726884837.20446: done generating all_blocks data 11924 1726884837.20448: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884837.20450: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884837.20452: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884837.23038: done processing included file 11924 1726884837.23040: iterating over new_blocks loaded from include file 11924 1726884837.23042: in VariableManager get_vars() 11924 1726884837.23606: done with get_vars() 11924 1726884837.23609: filtering new block on tags 11924 1726884837.23648: done filtering new block on tags 11924 1726884837.23651: in VariableManager get_vars() 11924 1726884837.23670: done with get_vars() 11924 1726884837.23671: filtering new block on tags 11924 1726884837.23722: done filtering new block on tags 11924 1726884837.23725: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node2 11924 1726884837.23731: extending task lists for all hosts with included blocks 11924 1726884837.24281: done extending task lists 11924 1726884837.24283: done processing included files 11924 1726884837.24283: results queue empty 11924 1726884837.24284: checking for any_errors_fatal 11924 1726884837.24288: done checking for any_errors_fatal 11924 1726884837.24289: checking for max_fail_percentage 11924 1726884837.24290: done checking for max_fail_percentage 11924 1726884837.24290: checking to see if all hosts have failed and the running result is not ok 11924 1726884837.24291: done checking to see if all hosts have failed 11924 1726884837.24292: getting the remaining hosts for this loop 11924 1726884837.24293: done getting the remaining hosts for this loop 11924 1726884837.24296: getting the next task for host managed_node2 11924 1726884837.24303: done getting next task for host managed_node2 11924 1726884837.24306: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 11924 1726884837.24309: ^ 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 11924 1726884837.24318: getting variables 11924 1726884837.24319: in VariableManager get_vars() 11924 1726884837.24336: Calling all_inventory to load vars for managed_node2 11924 1726884837.24694: Calling groups_inventory to load vars for managed_node2 11924 1726884837.24696: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884837.24702: Calling all_plugins_play to load vars for managed_node2 11924 1726884837.24704: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884837.24707: Calling groups_plugins_play to load vars for managed_node2 11924 1726884837.25279: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884837.25942: done with get_vars() 11924 1726884837.25953: done getting variables TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 20 September 2024 22:13:57 -0400 (0:00:00.122) 0:00:02.603 ****** 11924 1726884837.26472: entering _queue_task() for managed_node2/setup 11924 1726884837.27384: worker is 1 (out of 1 available) 11924 1726884837.27404: exiting _queue_task() for managed_node2/setup 11924 1726884837.27415: done queuing things up, now waiting for results queue to drain 11924 1726884837.27417: waiting for pending results... 11924 1726884837.28776: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 11924 1726884837.29008: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000087 11924 1726884837.29011: variable 'ansible_search_path' from source: unknown 11924 1726884837.29014: variable 'ansible_search_path' from source: unknown 11924 1726884837.29017: calling self._execute() 11924 1726884837.29264: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884837.29550: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884837.29660: variable 'omit' from source: magic vars 11924 1726884837.31513: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884837.39213: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884837.39285: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884837.39342: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884837.39445: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884837.39480: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884837.39574: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884837.39610: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884837.39654: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884837.39714: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884837.39736: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884837.39986: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884837.40015: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884837.40330: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884837.40333: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884837.40336: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884837.40405: variable '__storage_required_facts' from source: role '' all vars 11924 1726884837.40421: variable 'ansible_facts' from source: unknown 11924 1726884837.40578: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 11924 1726884837.40586: when evaluation is False, skipping this task 11924 1726884837.40593: _execute() done 11924 1726884837.40600: dumping result to json 11924 1726884837.40607: done dumping result, returning 11924 1726884837.40618: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-f4c0-2290-000000000087] 11924 1726884837.40628: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000087 11924 1726884837.40748: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000087 11924 1726884837.40763: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 11924 1726884837.40817: no more pending results, returning what we have 11924 1726884837.40821: results queue empty 11924 1726884837.40822: checking for any_errors_fatal 11924 1726884837.40823: done checking for any_errors_fatal 11924 1726884837.40824: checking for max_fail_percentage 11924 1726884837.40826: done checking for max_fail_percentage 11924 1726884837.40826: checking to see if all hosts have failed and the running result is not ok 11924 1726884837.40827: done checking to see if all hosts have failed 11924 1726884837.40828: getting the remaining hosts for this loop 11924 1726884837.40830: done getting the remaining hosts for this loop 11924 1726884837.40834: getting the next task for host managed_node2 11924 1726884837.40840: done getting next task for host managed_node2 11924 1726884837.40844: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884837.40848: ^ 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 11924 1726884837.40864: getting variables 11924 1726884837.40868: in VariableManager get_vars() 11924 1726884837.40902: Calling all_inventory to load vars for managed_node2 11924 1726884837.40905: Calling groups_inventory to load vars for managed_node2 11924 1726884837.40907: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884837.40917: Calling all_plugins_play to load vars for managed_node2 11924 1726884837.40920: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884837.40923: Calling groups_plugins_play to load vars for managed_node2 11924 1726884837.41821: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884837.42730: done with get_vars() 11924 1726884837.42742: done getting variables 11924 1726884837.43179: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 20 September 2024 22:13:57 -0400 (0:00:00.168) 0:00:02.772 ****** 11924 1726884837.43344: entering _queue_task() for managed_node2/include_vars 11924 1726884837.43346: Creating lock for include_vars 11924 1726884837.44019: worker is 1 (out of 1 available) 11924 1726884837.44034: exiting _queue_task() for managed_node2/include_vars 11924 1726884837.44049: done queuing things up, now waiting for results queue to drain 11924 1726884837.44162: waiting for pending results... 11924 1726884837.44738: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884837.45101: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000088 11924 1726884837.45106: variable 'ansible_search_path' from source: unknown 11924 1726884837.45109: variable 'ansible_search_path' from source: unknown 11924 1726884837.45886: variable 'ansible_facts' from source: unknown 11924 1726884837.46484: variable 'ansible_facts' from source: unknown 11924 1726884837.46930: variable 'ansible_facts' from source: unknown 11924 1726884837.47333: variable 'ansible_facts' from source: unknown 11924 1726884837.47564: variable 'omit' from source: magic vars 11924 1726884837.47745: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884837.47962: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884837.47966: variable 'omit' from source: magic vars 11924 1726884837.48338: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884837.48908: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884837.48981: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884837.49087: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884837.49191: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884837.49379: variable '__vars_file' from source: task vars 11924 1726884837.49467: variable 'role_path' from source: magic vars 11924 1726884837.49569: variable 'item' from source: unknown 11924 1726884837.49589: Evaluated conditional (__vars_file is file): False 11924 1726884837.49597: when evaluation is False, skipping this task 11924 1726884837.49706: variable 'item' from source: unknown 11924 1726884837.49879: variable 'item' from source: unknown skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 11924 1726884837.50539: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884837.50542: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884837.50544: variable 'omit' from source: magic vars 11924 1726884837.51321: variable '__vars_file' from source: task vars 11924 1726884837.51324: variable 'role_path' from source: magic vars 11924 1726884837.51326: variable 'item' from source: unknown 11924 1726884837.51328: Evaluated conditional (__vars_file is file): False 11924 1726884837.51335: when evaluation is False, skipping this task 11924 1726884837.51523: variable 'item' from source: unknown 11924 1726884837.51862: variable 'item' from source: unknown skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 11924 1726884837.52379: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884837.52387: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884837.52389: variable 'omit' from source: magic vars 11924 1726884837.52744: variable '__vars_file' from source: task vars 11924 1726884837.53006: variable 'role_path' from source: magic vars 11924 1726884837.53100: variable 'item' from source: unknown 11924 1726884837.53306: Evaluated conditional (__vars_file is file): True 11924 1726884837.53309: variable 'omit' from source: magic vars 11924 1726884837.53387: variable 'omit' from source: magic vars 11924 1726884837.53662: variable '__vars_file' from source: task vars 11924 1726884837.53887: variable '__vars_file' from source: task vars 11924 1726884837.54250: variable 'role_path' from source: magic vars 11924 1726884837.54269: variable 'item' from source: unknown 11924 1726884837.54333: variable 'omit' from source: magic vars 11924 1726884837.54685: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884837.54689: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884837.54691: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884837.54694: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884837.54698: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884837.54701: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884837.54703: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884837.54705: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884837.54707: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884837.54709: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884837.55229: Set connection var ansible_shell_executable to /bin/sh 11924 1726884837.55250: Set connection var ansible_connection to ssh 11924 1726884837.55269: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884837.55288: Set connection var ansible_timeout to 10 11924 1726884837.55298: Set connection var ansible_pipelining to False 11924 1726884837.55377: Set connection var ansible_shell_type to sh 11924 1726884837.55420: variable 'ansible_shell_executable' from source: unknown 11924 1726884837.55433: variable 'ansible_connection' from source: unknown 11924 1726884837.55447: variable 'ansible_module_compression' from source: unknown 11924 1726884837.55471: variable 'ansible_shell_type' from source: unknown 11924 1726884837.55533: variable 'ansible_shell_executable' from source: unknown 11924 1726884837.55952: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884837.55961: variable 'ansible_pipelining' from source: unknown 11924 1726884837.55963: variable 'ansible_timeout' from source: unknown 11924 1726884837.55965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884837.56240: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884837.56259: variable 'omit' from source: magic vars 11924 1726884837.56280: starting attempt loop 11924 1726884837.56486: running the handler 11924 1726884837.56589: handler run complete 11924 1726884837.56817: attempt loop complete, returning result 11924 1726884837.56820: variable 'item' from source: unknown 11924 1726884837.56822: variable 'item' from source: unknown ok: [managed_node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 11924 1726884837.57380: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884837.57383: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884837.57385: variable 'omit' from source: magic vars 11924 1726884837.57862: variable '__vars_file' from source: task vars 11924 1726884837.58189: variable 'role_path' from source: magic vars 11924 1726884837.58201: variable 'item' from source: unknown 11924 1726884837.58216: Evaluated conditional (__vars_file is file): True 11924 1726884837.58245: variable 'omit' from source: magic vars 11924 1726884837.58459: variable 'omit' from source: magic vars 11924 1726884837.58463: variable '__vars_file' from source: task vars 11924 1726884837.58515: variable '__vars_file' from source: task vars 11924 1726884837.58781: variable 'role_path' from source: magic vars 11924 1726884837.58785: variable 'item' from source: unknown 11924 1726884837.58787: variable 'omit' from source: magic vars 11924 1726884837.58815: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884837.58870: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884837.58880: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884837.59107: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884837.59110: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884837.59114: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884837.59116: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884837.59232: Set connection var ansible_shell_executable to /bin/sh 11924 1726884837.59235: Set connection var ansible_connection to ssh 11924 1726884837.59241: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884837.59250: Set connection var ansible_timeout to 10 11924 1726884837.59260: Set connection var ansible_pipelining to False 11924 1726884837.59269: Set connection var ansible_shell_type to sh 11924 1726884837.59301: variable 'ansible_shell_executable' from source: unknown 11924 1726884837.59308: variable 'ansible_connection' from source: unknown 11924 1726884837.59315: variable 'ansible_module_compression' from source: unknown 11924 1726884837.59321: variable 'ansible_shell_type' from source: unknown 11924 1726884837.59328: variable 'ansible_shell_executable' from source: unknown 11924 1726884837.59343: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884837.59559: variable 'ansible_pipelining' from source: unknown 11924 1726884837.59562: variable 'ansible_timeout' from source: unknown 11924 1726884837.59564: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884837.59708: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884837.59723: variable 'omit' from source: magic vars 11924 1726884837.59731: starting attempt loop 11924 1726884837.59785: running the handler 11924 1726884837.59890: handler run complete 11924 1726884837.60019: attempt loop complete, returning result 11924 1726884837.60064: variable 'item' from source: unknown 11924 1726884837.60288: variable 'item' from source: unknown ok: [managed_node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 11924 1726884837.60879: dumping result to json 11924 1726884837.60883: done dumping result, returning 11924 1726884837.60886: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-f4c0-2290-000000000088] 11924 1726884837.60888: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000088 11924 1726884837.60945: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000088 11924 1726884837.60952: WORKER PROCESS EXITING 11924 1726884837.61075: no more pending results, returning what we have 11924 1726884837.61080: results queue empty 11924 1726884837.61081: checking for any_errors_fatal 11924 1726884837.61091: done checking for any_errors_fatal 11924 1726884837.61109: checking for max_fail_percentage 11924 1726884837.61112: done checking for max_fail_percentage 11924 1726884837.61113: checking to see if all hosts have failed and the running result is not ok 11924 1726884837.61114: done checking to see if all hosts have failed 11924 1726884837.61114: getting the remaining hosts for this loop 11924 1726884837.61117: done getting the remaining hosts for this loop 11924 1726884837.61121: getting the next task for host managed_node2 11924 1726884837.61130: done getting next task for host managed_node2 11924 1726884837.61159: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 11924 1726884837.61209: ^ 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 11924 1726884837.61222: getting variables 11924 1726884837.61224: in VariableManager get_vars() 11924 1726884837.61493: Calling all_inventory to load vars for managed_node2 11924 1726884837.61497: Calling groups_inventory to load vars for managed_node2 11924 1726884837.61504: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884837.61514: Calling all_plugins_play to load vars for managed_node2 11924 1726884837.61517: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884837.61520: Calling groups_plugins_play to load vars for managed_node2 11924 1726884837.62590: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884837.63284: done with get_vars() 11924 1726884837.63296: done getting variables TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 20 September 2024 22:13:57 -0400 (0:00:00.202) 0:00:02.974 ****** 11924 1726884837.63581: entering _queue_task() for managed_node2/stat 11924 1726884837.64190: worker is 1 (out of 1 available) 11924 1726884837.64204: exiting _queue_task() for managed_node2/stat 11924 1726884837.64214: done queuing things up, now waiting for results queue to drain 11924 1726884837.64216: waiting for pending results... 11924 1726884837.64856: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if system is ostree 11924 1726884837.64871: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000008a 11924 1726884837.64999: variable 'ansible_search_path' from source: unknown 11924 1726884837.65005: variable 'ansible_search_path' from source: unknown 11924 1726884837.65035: calling self._execute() 11924 1726884837.65226: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884837.65231: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884837.65275: variable 'omit' from source: magic vars 11924 1726884837.66085: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884837.66390: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884837.66445: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884837.66491: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884837.66533: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884837.66632: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884837.66668: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884837.66739: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884837.66742: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884837.66869: Evaluated conditional (not __storage_is_ostree is defined): True 11924 1726884837.66884: variable 'omit' from source: magic vars 11924 1726884837.66976: variable 'omit' from source: magic vars 11924 1726884837.67022: variable 'omit' from source: magic vars 11924 1726884837.67050: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884837.67101: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884837.67114: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884837.67173: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884837.67176: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884837.67178: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884837.67197: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884837.67235: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884837.67244: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884837.67252: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884837.67390: Set connection var ansible_shell_executable to /bin/sh 11924 1726884837.67425: Set connection var ansible_connection to ssh 11924 1726884837.67428: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884837.67430: Set connection var ansible_timeout to 10 11924 1726884837.67432: Set connection var ansible_pipelining to False 11924 1726884837.67434: Set connection var ansible_shell_type to sh 11924 1726884837.67475: variable 'ansible_shell_executable' from source: unknown 11924 1726884837.67501: variable 'ansible_connection' from source: unknown 11924 1726884837.67505: variable 'ansible_module_compression' from source: unknown 11924 1726884837.67507: variable 'ansible_shell_type' from source: unknown 11924 1726884837.67533: variable 'ansible_shell_executable' from source: unknown 11924 1726884837.67536: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884837.67538: variable 'ansible_pipelining' from source: unknown 11924 1726884837.67540: variable 'ansible_timeout' from source: unknown 11924 1726884837.67561: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884837.67767: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884837.67826: variable 'omit' from source: magic vars 11924 1726884837.67830: starting attempt loop 11924 1726884837.67835: running the handler 11924 1726884837.67837: _low_level_execute_command(): starting 11924 1726884837.67839: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884837.68774: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884837.68883: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884837.68901: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884837.69038: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884837.70763: stdout chunk (state=3): >>>/root <<< 11924 1726884837.70932: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884837.70965: stdout chunk (state=3): >>><<< 11924 1726884837.70981: stderr chunk (state=3): >>><<< 11924 1726884837.71010: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884837.71060: _low_level_execute_command(): starting 11924 1726884837.71078: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884837.7104323-12079-218414267655475 `" && echo ansible-tmp-1726884837.7104323-12079-218414267655475="` echo /root/.ansible/tmp/ansible-tmp-1726884837.7104323-12079-218414267655475 `" ) && sleep 0' 11924 1726884837.71843: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884837.71860: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884837.71875: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884837.71892: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884837.71971: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884837.72026: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884837.72039: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884837.72078: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884837.72165: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884837.74037: stdout chunk (state=3): >>>ansible-tmp-1726884837.7104323-12079-218414267655475=/root/.ansible/tmp/ansible-tmp-1726884837.7104323-12079-218414267655475 <<< 11924 1726884837.74238: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884837.74241: stdout chunk (state=3): >>><<< 11924 1726884837.74244: stderr chunk (state=3): >>><<< 11924 1726884837.74463: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884837.7104323-12079-218414267655475=/root/.ansible/tmp/ansible-tmp-1726884837.7104323-12079-218414267655475 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884837.74466: variable 'ansible_module_compression' from source: unknown 11924 1726884837.74469: ANSIBALLZ: Using lock for stat 11924 1726884837.74471: ANSIBALLZ: Acquiring lock 11924 1726884837.74473: ANSIBALLZ: Lock acquired: 140694836239184 11924 1726884837.74475: ANSIBALLZ: Creating module 11924 1726884837.95248: ANSIBALLZ: Writing module into payload 11924 1726884837.95295: ANSIBALLZ: Writing module 11924 1726884837.95380: ANSIBALLZ: Renaming module 11924 1726884837.95563: ANSIBALLZ: Done creating module 11924 1726884837.95566: variable 'ansible_facts' from source: unknown 11924 1726884837.95708: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884837.7104323-12079-218414267655475/AnsiballZ_stat.py 11924 1726884837.96035: Sending initial data 11924 1726884837.96150: Sent initial data (153 bytes) 11924 1726884837.97247: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884837.97251: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884837.97516: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884837.97520: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884837.97731: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884837.97762: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884837.99365: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 11924 1726884837.99369: 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 <<< 11924 1726884837.99628: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884837.7104323-12079-218414267655475/AnsiballZ_stat.py" <<< 11924 1726884837.99632: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp52tv3n_g /root/.ansible/tmp/ansible-tmp-1726884837.7104323-12079-218414267655475/AnsiballZ_stat.py <<< 11924 1726884837.99890: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp52tv3n_g" to remote "/root/.ansible/tmp/ansible-tmp-1726884837.7104323-12079-218414267655475/AnsiballZ_stat.py" <<< 11924 1726884837.99893: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884837.7104323-12079-218414267655475/AnsiballZ_stat.py" <<< 11924 1726884838.01804: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884838.01808: stderr chunk (state=3): >>><<< 11924 1726884838.01810: stdout chunk (state=3): >>><<< 11924 1726884838.01816: done transferring module to remote 11924 1726884838.01818: _low_level_execute_command(): starting 11924 1726884838.01821: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884837.7104323-12079-218414267655475/ /root/.ansible/tmp/ansible-tmp-1726884837.7104323-12079-218414267655475/AnsiballZ_stat.py && sleep 0' 11924 1726884838.03163: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884838.03215: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884838.03287: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884838.03358: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884838.05283: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884838.05287: stdout chunk (state=3): >>><<< 11924 1726884838.05303: stderr chunk (state=3): >>><<< 11924 1726884838.05311: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884838.05314: _low_level_execute_command(): starting 11924 1726884838.05319: _low_level_execute_command(): using become for this command 11924 1726884838.05333: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-xoiaqqhmjsdoymeviuluimpronurxdjy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884837.7104323-12079-218414267655475/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884838.05774: Initial state: awaiting_escalation: BECOME-SUCCESS-xoiaqqhmjsdoymeviuluimpronurxdjy 11924 1726884838.06542: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884838.06586: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884838.06788: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884838.06969: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884838.09833: stdout chunk (state=1): >>>BECOME-SUCCESS-xoiaqqhmjsdoymeviuluimpronurxdjy <<< 11924 1726884838.09837: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-xoiaqqhmjsdoymeviuluimpronurxdjy' 11924 1726884838.10205: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884838.10430: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 11924 1726884838.10434: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884838.10474: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884838.10483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884838.10500: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884838.10525: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884838.10595: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884838.10598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884838.10601: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bdb43e0> <<< 11924 1726884838.10603: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bd83a10> <<< 11924 1726884838.10654: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884838.10744: 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 0x7f0a8bdb6930> <<< 11924 1726884838.10749: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884838.10981: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # <<< 11924 1726884838.10990: 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' <<< 11924 1726884838.11020: 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' <<< 11924 1726884838.11072: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bb64fe0> <<< 11924 1726884838.11105: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bb65fd0> <<< 11924 1726884838.11139: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884838.11168: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884838.11470: 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 <<< 11924 1726884838.11520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884838.11917: 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 0x7f0a8bba3e90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bba3f50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bbdb890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bbdbf20> import '_collections' # <<< 11924 1726884838.11924: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bbbbb60> <<< 11924 1726884838.11927: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884838.11959: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bbb9280> <<< 11924 1726884838.12052: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bba1040> <<< 11924 1726884838.12112: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884838.12129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884838.12132: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884838.12134: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884838.12176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884838.12181: 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' <<< 11924 1726884838.12232: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bbff800> <<< 11924 1726884838.12235: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bbfe450> <<< 11924 1726884838.12273: 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 0x7f0a8bbba150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bbfcbf0> <<< 11924 1726884838.12569: 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 0x7f0a8bc30890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bba02c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8bc30d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc30bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8bc30fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bb9ede0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc31670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc31370> import 'importlib.machinery' # <<< 11924 1726884838.12661: 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' <<< 11924 1726884838.12685: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc32540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884838.12707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884838.12732: 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 0x7f0a8bc48740> <<< 11924 1726884838.12768: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884838.12805: 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 0x7f0a8bc49e20> <<< 11924 1726884838.12810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884838.13110: 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 0x7f0a8bc4acc0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8bc4b2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc4a210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8bc4bd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc4b4a0> <<< 11924 1726884838.13114: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc324b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884838.13144: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884838.13150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884838.13191: 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' <<< 11924 1726884838.13197: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b9c3c50> <<< 11924 1726884838.13233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884838.13325: 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 0x7f0a8b9ec6e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b9ec440> <<< 11924 1726884838.13569: 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 0x7f0a8b9ec560> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b9ed010> <<< 11924 1726884838.13620: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884838.13628: 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 0x7f0a8b9eda00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b9ec8c0> <<< 11924 1726884838.13644: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b9c1df0> <<< 11924 1726884838.13677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884838.13781: 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 0x7f0a8b9eee10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b9edb50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc32c60> <<< 11924 1726884838.13969: 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' <<< 11924 1726884838.14007: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8ba171a0> <<< 11924 1726884838.14018: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884838.14024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884838.14052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884838.14106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884838.14133: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8ba43560> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884838.14181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884838.14231: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884838.14324: 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 0x7f0a8ba9c2c0> <<< 11924 1726884838.14468: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8ba9ea20> <<< 11924 1726884838.14542: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8ba9c3e0> <<< 11924 1726884838.14579: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8ba692b0> <<< 11924 1726884838.14603: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 11924 1726884838.14650: 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 0x7f0a8b321430> <<< 11924 1726884838.14654: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8ba42360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b9efd70> <<< 11924 1726884838.14972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0a8b3216d0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_i6ucd_86/ansible_stat_payload.zip' # zipimport: zlib available <<< 11924 1726884838.15394: 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 0x7f0a8b377170> import '_typing' # <<< 11924 1726884838.15453: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b356060> <<< 11924 1726884838.15461: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b3551f0> # zipimport: zlib available <<< 11924 1726884838.15614: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884838.15617: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.15619: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.15640: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884838.16960: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.18220: 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 0x7f0a8b375040> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b39ebd0> <<< 11924 1726884838.18226: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b39e960> <<< 11924 1726884838.18270: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b39e270> <<< 11924 1726884838.18276: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884838.18304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884838.18337: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b39ed50> <<< 11924 1726884838.18343: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b377e00> import 'atexit' # <<< 11924 1726884838.18373: 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 0x7f0a8b39f950> <<< 11924 1726884838.18418: 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 0x7f0a8b39fb90> <<< 11924 1726884838.18424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884838.18468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884838.18483: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884838.18529: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b3c4080> import 'pwd' # <<< 11924 1726884838.18562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884838.18579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884838.18793: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b20dee0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b20fb00> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b2144a0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884838.18805: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b215610> <<< 11924 1726884838.18810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884838.18974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884838.18978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884838.18980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884838.19110: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b2180e0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b2181d0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b216390> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884838.19116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884838.19147: 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' <<< 11924 1726884838.19158: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b25c080> <<< 11924 1726884838.19262: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884838.19265: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b21ab70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b21a8d0> <<< 11924 1726884838.19268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884838.19336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884838.19369: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b21ae40> <<< 11924 1726884838.19375: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b2168a0> <<< 11924 1726884838.19407: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884838.19425: 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 0x7f0a8b260320> <<< 11924 1726884838.19430: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b260530> <<< 11924 1726884838.19466: 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 <<< 11924 1726884838.19485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884838.19735: 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' <<< 11924 1726884838.19762: 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 0x7f0a8b261f70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b261d30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b264500> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b262660> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884838.19768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884838.19860: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b267c50> <<< 11924 1726884838.19984: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b264620> <<< 11924 1726884838.20045: stdout 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 0x7f0a8b2689b0> <<< 11924 1726884838.20226: stdout 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 0x7f0a8b268ce0> <<< 11924 1726884838.20229: stdout 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 0x7f0a8b268f50> <<< 11924 1726884838.20232: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b2606e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884838.20234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884838.20248: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884838.20280: 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 0x7f0a8b2f4770> <<< 11924 1726884838.20514: 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 0x7f0a8b2f5820> <<< 11924 1726884838.20518: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b26aed0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b268da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b26aab0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884838.20611: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.20692: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.20704: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.20744: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 11924 1726884838.20748: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.20863: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884838.20957: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.21003: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.21531: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.22074: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884838.22078: 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' # <<< 11924 1726884838.22148: 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' <<< 11924 1726884838.22176: 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 0x7f0a8b2f99d0> <<< 11924 1726884838.22267: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884838.22469: 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 0x7f0a8b2fa7b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b2f59a0> import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884838.22493: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884838.22552: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.22715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884838.22722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b2fa780> <<< 11924 1726884838.22743: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.23474: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.23639: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.23828: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.23831: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884838.23834: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.23836: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.23875: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884838.23885: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.23958: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.24067: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884838.24110: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884838.24137: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.24248: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884838.24252: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.24413: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.24676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884838.24945: 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 0x7f0a8b2fba40> # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884838.24983: 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' # <<< 11924 1726884838.24986: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.25027: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.25088: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884838.25127: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.25288: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884838.25564: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884838.25568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884838.25571: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b106510> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b101be0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884838.25574: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.25624: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.25658: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.25727: stdout chunk (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 <<< 11924 1726884838.25770: 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 <<< 11924 1726884838.25913: 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' <<< 11924 1726884838.25925: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b3dac90> <<< 11924 1726884838.26019: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b3ee960> <<< 11924 1726884838.26062: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b106570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b269af0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884838.26077: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.26096: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.26279: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884838.26282: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884838.26285: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.26287: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.26289: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884838.26452: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.26569: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884838.26779: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ <<< 11924 1726884838.27036: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884838.27047: 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 <<< 11924 1726884838.27053: stdout chunk (state=3): >>># restore sys.stdout<<< 11924 1726884838.27076: 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 <<< 11924 1726884838.27108: 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 <<< 11924 1726884838.27137: 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 <<< 11924 1726884838.27169: 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 <<< 11924 1726884838.27190: 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 <<< 11924 1726884838.27241: stdout chunk (state=3): >>># cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 11924 1726884838.27570: 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 <<< 11924 1726884838.27641: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884838.27742: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884838.27749: 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 <<< 11924 1726884838.27757: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 11924 1726884838.27760: stdout chunk (state=3): >>># destroy _locale <<< 11924 1726884838.27763: stdout chunk (state=3): >>># destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884838.27766: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 11924 1726884838.27793: 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 # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 11924 1726884838.27807: 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 <<< 11924 1726884838.27898: 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 <<< 11924 1726884838.27902: 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 <<< 11924 1726884838.27904: 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 <<< 11924 1726884838.28085: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 11924 1726884838.28089: stdout chunk (state=3): >>># destroy tokenize <<< 11924 1726884838.28103: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884838.28375: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 11924 1726884838.28417: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884838.28869: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884838.28897: stderr chunk (state=3): >>><<< 11924 1726884838.28916: stdout chunk (state=3): >>><<< 11924 1726884838.29045: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bdb43e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bd83a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bdb6930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bb64fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bb65fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bba3e90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bba3f50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bbdb890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bbdbf20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bbbbb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bbb9280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bba1040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bbff800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bbfe450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bbba150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bbfcbf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc30890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bba02c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8bc30d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc30bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8bc30fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bb9ede0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc31670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc31370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc32540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc48740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8bc49e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc4acc0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8bc4b2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc4a210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8bc4bd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc4b4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc324b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b9c3c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b9ec6e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b9ec440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b9ec560> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b9ed010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b9eda00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b9ec8c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b9c1df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b9eee10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b9edb50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8bc32c60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8ba171a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8ba43560> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8ba9c2c0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8ba9ea20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8ba9c3e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8ba692b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b321430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8ba42360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b9efd70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0a8b3216d0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_i6ucd_86/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 0x7f0a8b377170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b356060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b3551f0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b375040> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b39ebd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b39e960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b39e270> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b39ed50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b377e00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b39f950> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b39fb90> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b3c4080> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b20dee0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b20fb00> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b2144a0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b215610> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b2180e0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b2181d0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b216390> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b25c080> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b21ab70> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b21a8d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b21ae40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b2168a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b260320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b260530> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b261f70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b261d30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b264500> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b262660> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b267c50> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b264620> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b2689b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b268ce0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b268f50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b2606e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b2f4770> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b2f5820> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b26aed0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b268da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b26aab0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b2f99d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b2fa7b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b2f59a0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b2fa780> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b2fba40> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0a8b106510> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b101be0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b3dac90> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b3ee960> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b106570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0a8b269af0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 11924 1726884838.30477: 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-1726884837.7104323-12079-218414267655475/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884838.30480: _low_level_execute_command(): starting 11924 1726884838.30483: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884837.7104323-12079-218414267655475/ > /dev/null 2>&1 && sleep 0' 11924 1726884838.30532: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884838.30641: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884838.30767: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884838.30825: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884838.30871: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884838.31046: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884838.32908: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884838.32912: stdout chunk (state=3): >>><<< 11924 1726884838.32922: stderr chunk (state=3): >>><<< 11924 1726884838.32935: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884838.32943: handler run complete 11924 1726884838.33022: attempt loop complete, returning result 11924 1726884838.33059: _execute() done 11924 1726884838.33065: dumping result to json 11924 1726884838.33071: done dumping result, returning 11924 1726884838.33074: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-f4c0-2290-00000000008a] 11924 1726884838.33077: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000008a ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } 11924 1726884838.33358: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000008a 11924 1726884838.33361: WORKER PROCESS EXITING 11924 1726884838.33368: no more pending results, returning what we have 11924 1726884838.33371: results queue empty 11924 1726884838.33372: checking for any_errors_fatal 11924 1726884838.33557: done checking for any_errors_fatal 11924 1726884838.33559: checking for max_fail_percentage 11924 1726884838.33562: done checking for max_fail_percentage 11924 1726884838.33562: checking to see if all hosts have failed and the running result is not ok 11924 1726884838.33563: done checking to see if all hosts have failed 11924 1726884838.33564: getting the remaining hosts for this loop 11924 1726884838.33566: done getting the remaining hosts for this loop 11924 1726884838.33571: getting the next task for host managed_node2 11924 1726884838.33578: done getting next task for host managed_node2 11924 1726884838.33582: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 11924 1726884838.33585: ^ 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 11924 1726884838.33596: getting variables 11924 1726884838.33600: in VariableManager get_vars() 11924 1726884838.33633: Calling all_inventory to load vars for managed_node2 11924 1726884838.33636: Calling groups_inventory to load vars for managed_node2 11924 1726884838.33638: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884838.33649: Calling all_plugins_play to load vars for managed_node2 11924 1726884838.33652: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884838.33834: Calling groups_plugins_play to load vars for managed_node2 11924 1726884838.34337: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884838.34972: done with get_vars() 11924 1726884838.34985: done getting variables 11924 1726884838.35204: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 20 September 2024 22:13:58 -0400 (0:00:00.716) 0:00:03.691 ****** 11924 1726884838.35235: entering _queue_task() for managed_node2/set_fact 11924 1726884838.35237: Creating lock for set_fact 11924 1726884838.35821: worker is 1 (out of 1 available) 11924 1726884838.35950: exiting _queue_task() for managed_node2/set_fact 11924 1726884838.35964: done queuing things up, now waiting for results queue to drain 11924 1726884838.35966: waiting for pending results... 11924 1726884838.36394: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 11924 1726884838.36608: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000008b 11924 1726884838.36620: variable 'ansible_search_path' from source: unknown 11924 1726884838.36623: variable 'ansible_search_path' from source: unknown 11924 1726884838.36657: calling self._execute() 11924 1726884838.36791: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884838.36795: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884838.36805: variable 'omit' from source: magic vars 11924 1726884838.37579: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884838.37836: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884838.37895: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884838.37960: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884838.38007: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884838.38103: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884838.38161: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884838.38170: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884838.38207: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884838.38734: Evaluated conditional (not __storage_is_ostree is defined): True 11924 1726884838.38738: variable 'omit' from source: magic vars 11924 1726884838.38740: variable 'omit' from source: magic vars 11924 1726884838.38971: variable '__ostree_booted_stat' from source: set_fact 11924 1726884838.39022: variable 'omit' from source: magic vars 11924 1726884838.39264: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884838.39268: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884838.39270: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884838.39272: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884838.39298: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884838.39389: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884838.39416: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884838.39452: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884838.39487: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884838.39497: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884838.39708: Set connection var ansible_shell_executable to /bin/sh 11924 1726884838.39945: Set connection var ansible_connection to ssh 11924 1726884838.39948: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884838.39951: Set connection var ansible_timeout to 10 11924 1726884838.39953: Set connection var ansible_pipelining to False 11924 1726884838.39957: Set connection var ansible_shell_type to sh 11924 1726884838.39960: variable 'ansible_shell_executable' from source: unknown 11924 1726884838.39962: variable 'ansible_connection' from source: unknown 11924 1726884838.39964: variable 'ansible_module_compression' from source: unknown 11924 1726884838.39966: variable 'ansible_shell_type' from source: unknown 11924 1726884838.39968: variable 'ansible_shell_executable' from source: unknown 11924 1726884838.39969: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884838.39971: variable 'ansible_pipelining' from source: unknown 11924 1726884838.39973: variable 'ansible_timeout' from source: unknown 11924 1726884838.39975: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884838.40141: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884838.40365: variable 'omit' from source: magic vars 11924 1726884838.40368: starting attempt loop 11924 1726884838.40371: running the handler 11924 1726884838.40378: handler run complete 11924 1726884838.40380: attempt loop complete, returning result 11924 1726884838.40382: _execute() done 11924 1726884838.40384: dumping result to json 11924 1726884838.40386: done dumping result, returning 11924 1726884838.40389: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-f4c0-2290-00000000008b] 11924 1726884838.40390: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000008b 11924 1726884838.40453: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000008b 11924 1726884838.40459: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } 11924 1726884838.40549: no more pending results, returning what we have 11924 1726884838.40553: results queue empty 11924 1726884838.40554: checking for any_errors_fatal 11924 1726884838.40562: done checking for any_errors_fatal 11924 1726884838.40563: checking for max_fail_percentage 11924 1726884838.40566: done checking for max_fail_percentage 11924 1726884838.40567: checking to see if all hosts have failed and the running result is not ok 11924 1726884838.40567: done checking to see if all hosts have failed 11924 1726884838.40568: getting the remaining hosts for this loop 11924 1726884838.40570: done getting the remaining hosts for this loop 11924 1726884838.40574: getting the next task for host managed_node2 11924 1726884838.40582: done getting next task for host managed_node2 11924 1726884838.40587: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 11924 1726884838.40589: ^ 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 11924 1726884838.40601: getting variables 11924 1726884838.40603: in VariableManager get_vars() 11924 1726884838.40633: Calling all_inventory to load vars for managed_node2 11924 1726884838.40641: Calling groups_inventory to load vars for managed_node2 11924 1726884838.40643: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884838.40651: Calling all_plugins_play to load vars for managed_node2 11924 1726884838.40654: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884838.40992: Calling groups_plugins_play to load vars for managed_node2 11924 1726884838.41691: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884838.42346: done with get_vars() 11924 1726884838.42360: done getting variables 11924 1726884838.42494: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 20 September 2024 22:13:58 -0400 (0:00:00.074) 0:00:03.765 ****** 11924 1726884838.42644: entering _queue_task() for managed_node2/set_fact 11924 1726884838.43133: worker is 1 (out of 1 available) 11924 1726884838.43145: exiting _queue_task() for managed_node2/set_fact 11924 1726884838.43273: done queuing things up, now waiting for results queue to drain 11924 1726884838.43275: waiting for pending results... 11924 1726884838.43772: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 11924 1726884838.43799: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000051 11924 1726884838.43820: variable 'ansible_search_path' from source: unknown 11924 1726884838.43829: variable 'ansible_search_path' from source: unknown 11924 1726884838.43940: calling self._execute() 11924 1726884838.44157: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884838.44161: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884838.44163: variable 'omit' from source: magic vars 11924 1726884838.44289: variable 'omit' from source: magic vars 11924 1726884838.44470: variable 'omit' from source: magic vars 11924 1726884838.44514: variable 'omit' from source: magic vars 11924 1726884838.44593: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884838.44631: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884838.44716: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884838.44805: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884838.44808: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884838.44811: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884838.44914: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884838.44930: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884838.44938: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884838.44965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884838.45345: Set connection var ansible_shell_executable to /bin/sh 11924 1726884838.45348: Set connection var ansible_connection to ssh 11924 1726884838.45351: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884838.45353: Set connection var ansible_timeout to 10 11924 1726884838.45356: Set connection var ansible_pipelining to False 11924 1726884838.45358: Set connection var ansible_shell_type to sh 11924 1726884838.45360: variable 'ansible_shell_executable' from source: unknown 11924 1726884838.45362: variable 'ansible_connection' from source: unknown 11924 1726884838.45365: variable 'ansible_module_compression' from source: unknown 11924 1726884838.45367: variable 'ansible_shell_type' from source: unknown 11924 1726884838.45368: variable 'ansible_shell_executable' from source: unknown 11924 1726884838.45370: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884838.45373: variable 'ansible_pipelining' from source: unknown 11924 1726884838.45375: variable 'ansible_timeout' from source: unknown 11924 1726884838.45377: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884838.45629: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884838.45779: variable 'omit' from source: magic vars 11924 1726884838.45783: starting attempt loop 11924 1726884838.45785: running the handler 11924 1726884838.45795: handler run complete 11924 1726884838.45808: attempt loop complete, returning result 11924 1726884838.45815: _execute() done 11924 1726884838.45821: dumping result to json 11924 1726884838.45827: done dumping result, returning 11924 1726884838.45839: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [0affc8a3-6f6f-f4c0-2290-000000000051] 11924 1726884838.45848: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000051 ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 11924 1726884838.46122: no more pending results, returning what we have 11924 1726884838.46125: results queue empty 11924 1726884838.46126: checking for any_errors_fatal 11924 1726884838.46132: done checking for any_errors_fatal 11924 1726884838.46132: checking for max_fail_percentage 11924 1726884838.46135: done checking for max_fail_percentage 11924 1726884838.46136: checking to see if all hosts have failed and the running result is not ok 11924 1726884838.46136: done checking to see if all hosts have failed 11924 1726884838.46137: getting the remaining hosts for this loop 11924 1726884838.46139: done getting the remaining hosts for this loop 11924 1726884838.46143: getting the next task for host managed_node2 11924 1726884838.46150: done getting next task for host managed_node2 11924 1726884838.46153: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 11924 1726884838.46158: ^ 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 11924 1726884838.46169: getting variables 11924 1726884838.46171: in VariableManager get_vars() 11924 1726884838.46267: Calling all_inventory to load vars for managed_node2 11924 1726884838.46270: Calling groups_inventory to load vars for managed_node2 11924 1726884838.46272: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884838.46278: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000051 11924 1726884838.46280: WORKER PROCESS EXITING 11924 1726884838.46287: Calling all_plugins_play to load vars for managed_node2 11924 1726884838.46290: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884838.46292: Calling groups_plugins_play to load vars for managed_node2 11924 1726884838.46751: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884838.47464: done with get_vars() 11924 1726884838.47475: done getting variables 11924 1726884838.47534: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 20 September 2024 22:13:58 -0400 (0:00:00.049) 0:00:03.815 ****** 11924 1726884838.47613: entering _queue_task() for managed_node2/set_fact 11924 1726884838.48082: worker is 1 (out of 1 available) 11924 1726884838.48096: exiting _queue_task() for managed_node2/set_fact 11924 1726884838.48109: done queuing things up, now waiting for results queue to drain 11924 1726884838.48111: waiting for pending results... 11924 1726884838.48272: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 11924 1726884838.48576: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000052 11924 1726884838.48676: variable 'ansible_search_path' from source: unknown 11924 1726884838.48680: variable 'ansible_search_path' from source: unknown 11924 1726884838.48720: calling self._execute() 11924 1726884838.48827: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884838.48831: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884838.48840: variable 'omit' from source: magic vars 11924 1726884838.49057: variable 'omit' from source: magic vars 11924 1726884838.49102: variable 'omit' from source: magic vars 11924 1726884838.49291: variable 'omit' from source: magic vars 11924 1726884838.49328: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884838.49473: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884838.49663: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884838.49672: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884838.49675: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884838.49678: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884838.49680: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884838.49716: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884838.49726: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884838.49772: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884838.50003: Set connection var ansible_shell_executable to /bin/sh 11924 1726884838.50032: Set connection var ansible_connection to ssh 11924 1726884838.50069: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884838.50079: Set connection var ansible_timeout to 10 11924 1726884838.50095: Set connection var ansible_pipelining to False 11924 1726884838.50145: Set connection var ansible_shell_type to sh 11924 1726884838.50177: variable 'ansible_shell_executable' from source: unknown 11924 1726884838.50211: variable 'ansible_connection' from source: unknown 11924 1726884838.50218: variable 'ansible_module_compression' from source: unknown 11924 1726884838.50225: variable 'ansible_shell_type' from source: unknown 11924 1726884838.50231: variable 'ansible_shell_executable' from source: unknown 11924 1726884838.50248: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884838.50361: variable 'ansible_pipelining' from source: unknown 11924 1726884838.50364: variable 'ansible_timeout' from source: unknown 11924 1726884838.50366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884838.50573: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884838.50650: variable 'omit' from source: magic vars 11924 1726884838.50662: starting attempt loop 11924 1726884838.50669: running the handler 11924 1726884838.50691: handler run complete 11924 1726884838.50788: attempt loop complete, returning result 11924 1726884838.50792: _execute() done 11924 1726884838.50794: dumping result to json 11924 1726884838.50797: done dumping result, returning 11924 1726884838.50800: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [0affc8a3-6f6f-f4c0-2290-000000000052] 11924 1726884838.50802: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000052 ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 11924 1726884838.50996: no more pending results, returning what we have 11924 1726884838.51002: results queue empty 11924 1726884838.51003: checking for any_errors_fatal 11924 1726884838.51009: done checking for any_errors_fatal 11924 1726884838.51009: checking for max_fail_percentage 11924 1726884838.51011: done checking for max_fail_percentage 11924 1726884838.51012: checking to see if all hosts have failed and the running result is not ok 11924 1726884838.51012: done checking to see if all hosts have failed 11924 1726884838.51013: getting the remaining hosts for this loop 11924 1726884838.51015: done getting the remaining hosts for this loop 11924 1726884838.51018: getting the next task for host managed_node2 11924 1726884838.51034: done getting next task for host managed_node2 11924 1726884838.51039: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 11924 1726884838.51042: ^ 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 11924 1726884838.51051: getting variables 11924 1726884838.51053: in VariableManager get_vars() 11924 1726884838.51087: Calling all_inventory to load vars for managed_node2 11924 1726884838.51089: Calling groups_inventory to load vars for managed_node2 11924 1726884838.51091: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884838.51103: Calling all_plugins_play to load vars for managed_node2 11924 1726884838.51106: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884838.51109: Calling groups_plugins_play to load vars for managed_node2 11924 1726884838.51628: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000052 11924 1726884838.51632: WORKER PROCESS EXITING 11924 1726884838.51758: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884838.52412: done with get_vars() 11924 1726884838.52428: done getting variables TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 20 September 2024 22:13:58 -0400 (0:00:00.049) 0:00:03.865 ****** 11924 1726884838.52644: entering _queue_task() for managed_node2/include_tasks 11924 1726884838.53104: worker is 1 (out of 1 available) 11924 1726884838.53116: exiting _queue_task() for managed_node2/include_tasks 11924 1726884838.53126: done queuing things up, now waiting for results queue to drain 11924 1726884838.53127: waiting for pending results... 11924 1726884838.53790: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 11924 1726884838.54008: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000053 11924 1726884838.54161: variable 'ansible_search_path' from source: unknown 11924 1726884838.54164: variable 'ansible_search_path' from source: unknown 11924 1726884838.54561: calling self._execute() 11924 1726884838.54564: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884838.54567: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884838.54570: variable 'omit' from source: magic vars 11924 1726884838.55602: variable 'storage_provider' from source: role '' defaults 11924 1726884838.55636: _execute() done 11924 1726884838.55645: dumping result to json 11924 1726884838.55654: done dumping result, returning 11924 1726884838.56061: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-f4c0-2290-000000000053] 11924 1726884838.56065: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000053 11924 1726884838.56137: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000053 11924 1726884838.56141: WORKER PROCESS EXITING 11924 1726884838.56176: no more pending results, returning what we have 11924 1726884838.56181: in VariableManager get_vars() 11924 1726884838.56213: Calling all_inventory to load vars for managed_node2 11924 1726884838.56215: Calling groups_inventory to load vars for managed_node2 11924 1726884838.56226: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884838.56235: Calling all_plugins_play to load vars for managed_node2 11924 1726884838.56238: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884838.56241: Calling groups_plugins_play to load vars for managed_node2 11924 1726884838.56930: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884838.57844: done with get_vars() 11924 1726884838.57854: variable 'ansible_search_path' from source: unknown 11924 1726884838.57856: variable 'ansible_search_path' from source: unknown 11924 1726884838.58120: we have included files to process 11924 1726884838.58121: generating all_blocks data 11924 1726884838.58123: done generating all_blocks data 11924 1726884838.58129: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884838.58130: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884838.58133: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884838.61873: in VariableManager get_vars() 11924 1726884838.61902: done with get_vars() 11924 1726884838.64126: 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 11924 1726884838.65753: done processing included file 11924 1726884838.65957: iterating over new_blocks loaded from include file 11924 1726884838.65960: in VariableManager get_vars() 11924 1726884838.65980: done with get_vars() 11924 1726884838.65982: filtering new block on tags 11924 1726884838.66094: done filtering new block on tags 11924 1726884838.66100: in VariableManager get_vars() 11924 1726884838.66117: done with get_vars() 11924 1726884838.66118: filtering new block on tags 11924 1726884838.66411: done filtering new block on tags 11924 1726884838.66415: in VariableManager get_vars() 11924 1726884838.66431: done with get_vars() 11924 1726884838.66433: filtering new block on tags 11924 1726884838.66772: done filtering new block on tags 11924 1726884838.66774: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node2 11924 1726884838.66780: extending task lists for all hosts with included blocks 11924 1726884838.67797: done extending task lists 11924 1726884838.67801: done processing included files 11924 1726884838.67802: results queue empty 11924 1726884838.67802: checking for any_errors_fatal 11924 1726884838.67805: done checking for any_errors_fatal 11924 1726884838.67805: checking for max_fail_percentage 11924 1726884838.67806: done checking for max_fail_percentage 11924 1726884838.67807: checking to see if all hosts have failed and the running result is not ok 11924 1726884838.67808: done checking to see if all hosts have failed 11924 1726884838.67809: getting the remaining hosts for this loop 11924 1726884838.67810: done getting the remaining hosts for this loop 11924 1726884838.67812: getting the next task for host managed_node2 11924 1726884838.67816: done getting next task for host managed_node2 11924 1726884838.67819: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 11924 1726884838.67822: ^ 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 11924 1726884838.67830: getting variables 11924 1726884838.67830: in VariableManager get_vars() 11924 1726884838.67841: Calling all_inventory to load vars for managed_node2 11924 1726884838.67843: Calling groups_inventory to load vars for managed_node2 11924 1726884838.67845: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884838.67850: Calling all_plugins_play to load vars for managed_node2 11924 1726884838.67853: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884838.67960: Calling groups_plugins_play to load vars for managed_node2 11924 1726884838.68357: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884838.68838: done with get_vars() 11924 1726884838.68847: done getting variables 11924 1726884838.68923: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 20 September 2024 22:13:58 -0400 (0:00:00.163) 0:00:04.028 ****** 11924 1726884838.68952: entering _queue_task() for managed_node2/package 11924 1726884838.68954: Creating lock for package 11924 1726884838.69646: worker is 1 (out of 1 available) 11924 1726884838.69660: exiting _queue_task() for managed_node2/package 11924 1726884838.69673: done queuing things up, now waiting for results queue to drain 11924 1726884838.69674: waiting for pending results... 11924 1726884838.70040: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 11924 1726884838.70337: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000c0 11924 1726884838.70430: variable 'ansible_search_path' from source: unknown 11924 1726884838.70433: variable 'ansible_search_path' from source: unknown 11924 1726884838.70436: calling self._execute() 11924 1726884838.70567: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884838.70571: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884838.70574: variable 'omit' from source: magic vars 11924 1726884838.72275: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884838.72723: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884838.72791: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884838.72831: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884838.72883: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884838.72972: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884838.73010: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884838.73061: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884838.73071: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884838.73236: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): True 11924 1726884838.73247: variable 'omit' from source: magic vars 11924 1726884838.73361: variable 'omit' from source: magic vars 11924 1726884838.73364: variable 'blivet_package_list' from source: include_vars 11924 1726884838.73448: variable 'blivet_package_list' from source: include_vars 11924 1726884838.73580: variable 'ansible_architecture' from source: facts 11924 1726884838.73836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884838.79462: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884838.79566: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884838.79641: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884838.79663: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884838.79705: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884838.79859: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884838.79864: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884838.79867: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884838.79920: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884838.79941: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884838.80072: variable '__storage_is_ostree' from source: set_fact 11924 1726884838.80087: variable 'omit' from source: magic vars 11924 1726884838.80126: variable 'omit' from source: magic vars 11924 1726884838.80161: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884838.80236: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884838.80239: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884838.80253: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884838.80274: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884838.80306: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884838.80328: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884838.80401: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884838.80405: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884838.80407: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884838.80540: Set connection var ansible_shell_executable to /bin/sh 11924 1726884838.80564: Set connection var ansible_connection to ssh 11924 1726884838.80567: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884838.80618: Set connection var ansible_timeout to 10 11924 1726884838.80622: Set connection var ansible_pipelining to False 11924 1726884838.80624: Set connection var ansible_shell_type to sh 11924 1726884838.80643: variable 'ansible_shell_executable' from source: unknown 11924 1726884838.80650: variable 'ansible_connection' from source: unknown 11924 1726884838.80670: variable 'ansible_module_compression' from source: unknown 11924 1726884838.80679: variable 'ansible_shell_type' from source: unknown 11924 1726884838.80687: variable 'ansible_shell_executable' from source: unknown 11924 1726884838.80728: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884838.80731: variable 'ansible_pipelining' from source: unknown 11924 1726884838.80902: variable 'ansible_timeout' from source: unknown 11924 1726884838.80908: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884838.81262: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884838.81265: variable 'omit' from source: magic vars 11924 1726884838.81268: starting attempt loop 11924 1726884838.81270: running the handler 11924 1726884838.81272: variable 'ansible_facts' from source: unknown 11924 1726884838.81280: variable 'ansible_facts' from source: unknown 11924 1726884838.81566: _low_level_execute_command(): starting 11924 1726884838.81580: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884838.83243: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884838.83468: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884838.83532: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884838.85243: stdout chunk (state=3): >>>/root <<< 11924 1726884838.85394: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884838.85408: stderr chunk (state=3): >>><<< 11924 1726884838.85428: stdout chunk (state=3): >>><<< 11924 1726884838.85627: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884838.85630: _low_level_execute_command(): starting 11924 1726884838.85633: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884838.8553774-12121-5008934880410 `" && echo ansible-tmp-1726884838.8553774-12121-5008934880410="` echo /root/.ansible/tmp/ansible-tmp-1726884838.8553774-12121-5008934880410 `" ) && sleep 0' 11924 1726884838.86934: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884838.86971: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884838.87135: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884838.87376: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884838.87510: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884838.89408: stdout chunk (state=3): >>>ansible-tmp-1726884838.8553774-12121-5008934880410=/root/.ansible/tmp/ansible-tmp-1726884838.8553774-12121-5008934880410 <<< 11924 1726884838.89654: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884838.89823: stderr chunk (state=3): >>><<< 11924 1726884838.89827: stdout chunk (state=3): >>><<< 11924 1726884838.89844: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884838.8553774-12121-5008934880410=/root/.ansible/tmp/ansible-tmp-1726884838.8553774-12121-5008934880410 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884838.90164: variable 'ansible_module_compression' from source: unknown 11924 1726884838.90168: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 11924 1726884838.90171: ANSIBALLZ: Acquiring lock 11924 1726884838.90173: ANSIBALLZ: Lock acquired: 140694836238080 11924 1726884838.90175: ANSIBALLZ: Creating module 11924 1726884839.10710: ANSIBALLZ: Writing module into payload 11924 1726884839.10927: ANSIBALLZ: Writing module 11924 1726884839.10961: ANSIBALLZ: Renaming module 11924 1726884839.10972: ANSIBALLZ: Done creating module 11924 1726884839.10996: variable 'ansible_facts' from source: unknown 11924 1726884839.11107: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884838.8553774-12121-5008934880410/AnsiballZ_dnf.py 11924 1726884839.11289: Sending initial data 11924 1726884839.11301: Sent initial data (150 bytes) 11924 1726884839.11977: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884839.12100: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884839.12180: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884839.12293: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884839.13928: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884839.14000: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884839.14053: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmptb8wkfyf /root/.ansible/tmp/ansible-tmp-1726884838.8553774-12121-5008934880410/AnsiballZ_dnf.py <<< 11924 1726884839.14059: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884838.8553774-12121-5008934880410/AnsiballZ_dnf.py" <<< 11924 1726884839.14105: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmptb8wkfyf" to remote "/root/.ansible/tmp/ansible-tmp-1726884838.8553774-12121-5008934880410/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884838.8553774-12121-5008934880410/AnsiballZ_dnf.py" <<< 11924 1726884839.15503: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884839.15597: stderr chunk (state=3): >>><<< 11924 1726884839.15600: stdout chunk (state=3): >>><<< 11924 1726884839.15689: done transferring module to remote 11924 1726884839.15772: _low_level_execute_command(): starting 11924 1726884839.15775: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884838.8553774-12121-5008934880410/ /root/.ansible/tmp/ansible-tmp-1726884838.8553774-12121-5008934880410/AnsiballZ_dnf.py && sleep 0' 11924 1726884839.17037: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884839.17059: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884839.17075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884839.17120: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884839.17127: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884839.17183: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 11924 1726884839.19666: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884839.19669: stderr chunk (state=3): >>><<< 11924 1726884839.19672: stdout chunk (state=3): >>><<< 11924 1726884839.19834: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 11924 1726884839.19837: _low_level_execute_command(): starting 11924 1726884839.19840: _low_level_execute_command(): using become for this command 11924 1726884839.19842: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-nfcsshauskdjnpvbictfsqlbeyfbxuvd ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884838.8553774-12121-5008934880410/AnsiballZ_dnf.py'"'"' && sleep 0' 11924 1726884839.19902: Initial state: awaiting_escalation: BECOME-SUCCESS-nfcsshauskdjnpvbictfsqlbeyfbxuvd 11924 1726884839.20404: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884839.20462: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884839.20572: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884839.24911: stdout chunk (state=1): >>>BECOME-SUCCESS-nfcsshauskdjnpvbictfsqlbeyfbxuvd <<< 11924 1726884839.24917: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-nfcsshauskdjnpvbictfsqlbeyfbxuvd' 11924 1726884839.25174: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884839.25204: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884839.25244: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884839.25248: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884839.25368: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884839.25402: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884839.25462: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884839.25546: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 11924 1726884839.25551: 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 <<< 11924 1726884839.25558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884839.25578: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884839.25637: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884839.25670: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884839.25718: 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 0x7f0821d103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821cdfa10> <<< 11924 1726884839.25771: 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' <<< 11924 1726884839.25780: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821d12960> <<< 11924 1726884839.25826: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884839.25839: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884839.25910: stdout chunk (state=3): >>>import 'io' # import '_stat' # <<< 11924 1726884839.25914: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884839.26212: 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 0x7f0821ae4fe0><<< 11924 1726884839.26217: stdout chunk (state=3): >>> <<< 11924 1726884839.26309: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884839.26360: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884839.26366: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821ae5fd0> import 'site' # <<< 11924 1726884839.26414: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884839.26834: 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' <<< 11924 1726884839.26863: 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' <<< 11924 1726884839.26951: 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' <<< 11924 1726884839.27052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884839.27087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884839.27117: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b2be00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b2bec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884839.27141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884839.27170: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884839.27240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884839.27268: 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 0x7f0821b5b830> <<< 11924 1726884839.27324: 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' <<< 11924 1726884839.27358: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b5bec0> import '_collections' # <<< 11924 1726884839.27380: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b3bad0> import '_functools' # <<< 11924 1726884839.27426: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b391f0> <<< 11924 1726884839.27595: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b28fb0> <<< 11924 1726884839.27600: 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' # <<< 11924 1726884839.27631: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884839.27637: 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 <<< 11924 1726884839.27757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884839.27761: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b7f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b7e420> <<< 11924 1726884839.27813: 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 0x7f0821b3a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b7cc20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bb0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b28230> <<< 11924 1726884839.27853: 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' <<< 11924 1726884839.27861: 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 0x7f0821bb0d10> <<< 11924 1726884839.27894: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bb0bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884839.27937: 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 0x7f0821bb0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b1ed50> <<< 11924 1726884839.27967: 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 <<< 11924 1726884839.28006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884839.28017: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bb1610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bb12e0> import 'importlib.machinery' # <<< 11924 1726884839.28061: 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' <<< 11924 1726884839.28093: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bb2510> import 'importlib.util' # <<< 11924 1726884839.28140: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884839.28227: 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 0x7f0821bc8710> <<< 11924 1726884839.28281: 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 0x7f0821bc9df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884839.28344: 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 0x7f0821bcac90> <<< 11924 1726884839.28379: 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 0x7f0821bcb2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bca1e0> <<< 11924 1726884839.28390: 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' <<< 11924 1726884839.28489: 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 0x7f0821bcbd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bcb4a0> <<< 11924 1726884839.28499: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bb2540> <<< 11924 1726884839.28503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884839.28547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884839.28552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884839.28576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884839.28607: 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' <<< 11924 1726884839.28930: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0821907c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0821930770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08219304d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08219307a0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884839.29009: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08219310d0> <<< 11924 1726884839.29167: 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 0x7f0821931ac0> <<< 11924 1726884839.29182: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821930980> <<< 11924 1726884839.29198: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821905df0> <<< 11924 1726884839.29214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884839.29232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884839.29251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884839.29275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884839.29278: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821932e70> <<< 11924 1726884839.29310: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821931940> <<< 11924 1726884839.29327: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bb2c30> <<< 11924 1726884839.29374: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py<<< 11924 1726884839.29379: stdout chunk (state=3): >>> <<< 11924 1726884839.29476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884839.29521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py<<< 11924 1726884839.29599: stdout chunk (state=3): >>> <<< 11924 1726884839.29611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884839.29642: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082195b1a0><<< 11924 1726884839.29651: stdout chunk (state=3): >>> <<< 11924 1726884839.29728: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py<<< 11924 1726884839.29740: stdout chunk (state=3): >>> <<< 11924 1726884839.29767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'<<< 11924 1726884839.29778: stdout chunk (state=3): >>> <<< 11924 1726884839.29814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py<<< 11924 1726884839.29860: stdout chunk (state=3): >>> <<< 11924 1726884839.29872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'<<< 11924 1726884839.29878: stdout chunk (state=3): >>> <<< 11924 1726884839.29946: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821987530><<< 11924 1726884839.29985: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py<<< 11924 1726884839.30067: stdout chunk (state=3): >>> <<< 11924 1726884839.30074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'<<< 11924 1726884839.30079: stdout chunk (state=3): >>> <<< 11924 1726884839.30177: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884839.30182: stdout chunk (state=3): >>> <<< 11924 1726884839.30227: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py<<< 11924 1726884839.30235: stdout chunk (state=3): >>> <<< 11924 1726884839.30254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'<<< 11924 1726884839.30263: stdout chunk (state=3): >>> <<< 11924 1726884839.30307: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08219e02c0> <<< 11924 1726884839.30312: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py<<< 11924 1726884839.30399: 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 <<< 11924 1726884839.30452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'<<< 11924 1726884839.30611: stdout chunk (state=3): >>> import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08219e2a20><<< 11924 1726884839.30619: stdout chunk (state=3): >>> <<< 11924 1726884839.30749: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08219e03e0><<< 11924 1726884839.30754: stdout chunk (state=3): >>> <<< 11924 1726884839.30823: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08219ad310><<< 11924 1726884839.30828: stdout chunk (state=3): >>> <<< 11924 1726884839.30871: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py<<< 11924 1726884839.30878: stdout chunk (state=3): >>> <<< 11924 1726884839.30901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'<<< 11924 1726884839.30917: stdout chunk (state=3): >>> <<< 11924 1726884839.30920: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821325400><<< 11924 1726884839.30933: stdout chunk (state=3): >>> <<< 11924 1726884839.30959: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821986330><<< 11924 1726884839.30972: stdout chunk (state=3): >>> <<< 11924 1726884839.30991: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821933d70><<< 11924 1726884839.30999: stdout chunk (state=3): >>> <<< 11924 1726884839.31252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'<<< 11924 1726884839.31257: stdout chunk (state=3): >>> import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0821986930><<< 11924 1726884839.31271: stdout chunk (state=3): >>> <<< 11924 1726884839.31432: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_k9h9fgpw/ansible_ansible.legacy.dnf_payload.zip' <<< 11924 1726884839.31450: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.31708: 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' <<< 11924 1726884839.31809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884839.31867: 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' <<< 11924 1726884839.31871: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082137f200> import '_typing' # <<< 11924 1726884839.32041: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082135e0f0> <<< 11924 1726884839.32093: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082135d250> # zipimport: zlib available <<< 11924 1726884839.32125: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884839.32147: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884839.32172: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.33978: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884839.34195: stdout chunk (state=3): >>> <<< 11924 1726884839.35757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884839.35762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082137d4f0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884839.35765: 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 <<< 11924 1726884839.35770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884839.35804: 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 0x7f08213a2b70> <<< 11924 1726884839.35841: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08213a2960> <<< 11924 1726884839.35871: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08213a2270> <<< 11924 1726884839.35885: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884839.36366: 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 0x7f08213a2bd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821930440> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08213a3830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08213a3a70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08213a3fb0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821211d60> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0821213980> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884839.36382: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821214380> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884839.36412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884839.36436: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821215520> <<< 11924 1726884839.36453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884839.36503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884839.36593: 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' <<< 11924 1726884839.36640: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821217fb0> <<< 11924 1726884839.36643: 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 0x7f0821bcac00> <<< 11924 1726884839.36691: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821216270> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884839.36716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884839.36744: 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' <<< 11924 1726884839.36767: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884839.36809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884839.36839: 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 0x7f082121ff50> <<< 11924 1726884839.36894: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884839.36942: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082121ea20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082121e780> <<< 11924 1726884839.36968: 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' <<< 11924 1726884839.37122: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082121ecf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821216780> <<< 11924 1726884839.37150: 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 0x7f0821263f20> <<< 11924 1726884839.37183: 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 0x7f0821264170> <<< 11924 1726884839.37203: 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 <<< 11924 1726884839.37251: 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' <<< 11924 1726884839.37291: 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 0x7f0821265d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821265af0> <<< 11924 1726884839.37349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884839.37450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884839.37530: 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 0x7f08212682c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821266420> <<< 11924 1726884839.37547: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884839.37590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884839.37619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py<<< 11924 1726884839.37624: stdout chunk (state=3): >>> <<< 11924 1726884839.37653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'<<< 11924 1726884839.37660: stdout chunk (state=3): >>> <<< 11924 1726884839.37687: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884839.37766: stdout chunk (state=3): >>> <<< 11924 1726884839.37776: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082126ba70> <<< 11924 1726884839.38005: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821268440><<< 11924 1726884839.38007: stdout chunk (state=3): >>> <<< 11924 1726884839.38096: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884839.38103: stdout chunk (state=3): >>> <<< 11924 1726884839.38125: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884839.38178: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f082126c590> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884839.38184: stdout chunk (state=3): >>> <<< 11924 1726884839.38205: 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'<<< 11924 1726884839.38223: stdout chunk (state=3): >>> <<< 11924 1726884839.38226: stdout chunk (state=3): >>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f082126c8f0><<< 11924 1726884839.38295: stdout chunk (state=3): >>> <<< 11924 1726884839.38302: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884839.38397: 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 0x7f082126cc50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821264470> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884839.38415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884839.38466: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884839.38511: stdout chunk (state=3): >>> <<< 11924 1726884839.38522: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884839.38537: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08212f8290><<< 11924 1726884839.38691: stdout chunk (state=3): >>> <<< 11924 1726884839.38796: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884839.38804: stdout chunk (state=3): >>> <<< 11924 1726884839.38830: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884839.38840: stdout chunk (state=3): >>> <<< 11924 1726884839.38851: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08212f9490><<< 11924 1726884839.38857: stdout chunk (state=3): >>> <<< 11924 1726884839.38887: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082126ea50><<< 11924 1726884839.38892: stdout chunk (state=3): >>> <<< 11924 1726884839.38932: 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'<<< 11924 1726884839.38941: stdout chunk (state=3): >>> <<< 11924 1726884839.38957: 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'<<< 11924 1726884839.38967: stdout chunk (state=3): >>> <<< 11924 1726884839.38990: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f082126fe00><<< 11924 1726884839.38997: stdout chunk (state=3): >>> <<< 11924 1726884839.39015: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082126e660> <<< 11924 1726884839.39051: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884839.39057: stdout chunk (state=3): >>> <<< 11924 1726884839.39093: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884839.39103: stdout chunk (state=3): >>> <<< 11924 1726884839.39120: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 11924 1726884839.39153: stdout chunk (state=3): >>> <<< 11924 1726884839.39162: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.39310: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.39454: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884839.39481: stdout chunk (state=3): >>> # zipimport: zlib available<<< 11924 1726884839.39501: stdout chunk (state=3): >>> <<< 11924 1726884839.39509: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 11924 1726884839.39556: stdout chunk (state=3): >>> <<< 11924 1726884839.39562: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.39587: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884839.39609: stdout chunk (state=3): >>> import 'ansible.module_utils.common.text' # <<< 11924 1726884839.39643: stdout chunk (state=3): >>> <<< 11924 1726884839.39658: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884839.39663: stdout chunk (state=3): >>> <<< 11924 1726884839.39915: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.40074: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884839.40083: stdout chunk (state=3): >>> <<< 11924 1726884839.40981: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884839.40983: stdout chunk (state=3): >>> <<< 11924 1726884839.41893: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884839.41897: stdout chunk (state=3): >>> <<< 11924 1726884839.41927: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 11924 1726884839.41930: stdout chunk (state=3): >>> <<< 11924 1726884839.41950: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 11924 1726884839.41969: stdout chunk (state=3): >>> <<< 11924 1726884839.41990: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 11924 1726884839.41996: stdout chunk (state=3): >>> <<< 11924 1726884839.42037: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py<<< 11924 1726884839.42043: stdout chunk (state=3): >>> <<< 11924 1726884839.42080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'<<< 11924 1726884839.42090: stdout chunk (state=3): >>> <<< 11924 1726884839.42160: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884839.42171: stdout chunk (state=3): >>> <<< 11924 1726884839.42178: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884839.42212: stdout chunk (state=3): >>> <<< 11924 1726884839.42234: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08212fd700> <<< 11924 1726884839.42492: 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 0x7f08212fe510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08212f95e0> <<< 11924 1726884839.42519: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884839.42558: stdout chunk (state=3): >>> # zipimport: zlib available <<< 11924 1726884839.42625: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884839.42649: stdout chunk (state=3): >>> <<< 11924 1726884839.42910: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.42937: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.43175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884839.43206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 11924 1726884839.43234: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08212fe5d0><<< 11924 1726884839.43274: stdout chunk (state=3): >>> <<< 11924 1726884839.43278: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884839.43307: stdout chunk (state=3): >>> <<< 11924 1726884839.44035: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884839.44064: stdout chunk (state=3): >>> <<< 11924 1726884839.44706: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.45412: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884839.45709: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.46075: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884839.46168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884839.46171: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884839.46272: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08212ff740> <<< 11924 1726884839.46276: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.46376: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.46504: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884839.46507: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884839.46509: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.46562: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.46611: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884839.46623: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.46679: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.46818: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884839.46912: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884839.46961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884839.47070: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f082110a2d0> <<< 11924 1726884839.47116: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821105100> <<< 11924 1726884839.47151: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884839.47165: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.47254: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.47370: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884839.47425: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884839.47429: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884839.47448: 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 <<< 11924 1726884839.47471: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884839.47502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884839.47594: 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 <<< 11924 1726884839.47621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884839.47696: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821202a80> <<< 11924 1726884839.47861: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08213e2750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082110a090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08212f96d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884839.47866: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.47906: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.47941: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 11924 1726884839.47952: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884839.48019: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884839.48031: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.48044: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.48054: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 11924 1726884839.48072: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.48951: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.49780: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.50863: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.51933: 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 0x7f082119c770> <<< 11924 1726884839.51940: 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 0x7f082119c980> <<< 11924 1726884839.51970: 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' <<< 11924 1726884839.52010: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 11924 1726884839.52019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119d0a0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119cc50> <<< 11924 1726884839.52058: 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' <<< 11924 1726884839.52135: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119da00> # /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' <<< 11924 1726884839.52150: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 11924 1726884839.52175: 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 <<< 11924 1726884839.52187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 11924 1726884839.52229: 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' <<< 11924 1726884839.52251: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 11924 1726884839.52254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 11924 1726884839.52308: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821189790> # /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 0x7f08211898b0> <<< 11924 1726884839.52397: 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 0x7f0820d1a6c0> <<< 11924 1726884839.52416: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119f200> <<< 11924 1726884839.52419: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 11924 1726884839.52524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 11924 1726884839.52565: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 11924 1726884839.52596: 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 <<< 11924 1726884839.52630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 11924 1726884839.52703: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d29280> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d1be00> <<< 11924 1726884839.52758: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d1b1a0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119e690> <<< 11924 1726884839.52779: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 11924 1726884839.52871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 11924 1726884839.52921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 11924 1726884839.52923: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 11924 1726884839.52956: 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 0x7f0820d951c0> <<< 11924 1726884839.53225: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d4d310> <<< 11924 1726884839.53370: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119ec60> # /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' <<< 11924 1726884839.53414: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 11924 1726884839.53421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 11924 1726884839.53457: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 11924 1726884839.53477: 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 0x7f0820d9cc80> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d96f90> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d4ce00> <<< 11924 1726884839.53615: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119e060> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119da90> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119d760> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119c9e0> <<< 11924 1726884839.53622: 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 0x7f082119dac0> # /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 <<< 11924 1726884839.53685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d9d280> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d9ce30> <<< 11924 1726884839.53726: 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' <<< 11924 1726884839.53816: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d9d9d0> <<< 11924 1726884839.53840: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 11924 1726884839.53876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 11924 1726884839.53999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884839.54007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884839.54087: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884839.54245: 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 0x7f0820da0680> <<< 11924 1726884839.54493: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d817f0> <<< 11924 1726884839.54577: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d9e9c0> # /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' <<< 11924 1726884839.54625: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d81280> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 11924 1726884839.54640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 11924 1726884839.54643: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820dba570> <<< 11924 1726884839.54691: 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' <<< 11924 1726884839.54701: 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' <<< 11924 1726884839.54722: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820dbb230> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820dbacc0> <<< 11924 1726884839.54748: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 11924 1726884839.54891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 11924 1726884839.54949: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820dbb710> <<< 11924 1726884839.54964: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 11924 1726884839.55018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 11924 1726884839.55372: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d8f800> <<< 11924 1726884839.55439: 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' <<< 11924 1726884839.55441: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820c46060> <<< 11924 1726884839.55509: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.55661: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 11924 1726884839.55818: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.55841: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.56054: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 11924 1726884839.56061: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.56136: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.56226: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # # zipimport: zlib available <<< 11924 1726884839.56409: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.56595: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 11924 1726884839.56715: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884839.57403: 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 <<< 11924 1726884839.57409: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884839.57439: 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 <<< 11924 1726884839.57445: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 11924 1726884839.57473: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 11924 1726884839.57478: 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 0x7f0820c7afc0> <<< 11924 1726884839.57517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884839.57562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884839.57747: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820c7b0b0> <<< 11924 1726884839.57780: 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' <<< 11924 1726884839.57805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 11924 1726884839.57882: 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 0x7f08209d7290> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08209d6ae0> <<< 11924 1726884839.57910: 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 0x7f08209d6c90> <<< 11924 1726884839.57984: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820c7b5f0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820c7a5a0> <<< 11924 1726884839.57987: 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 0x7f0820c7ac60> <<< 11924 1726884839.58007: 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 <<< 11924 1726884839.58112: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 11924 1726884839.58218: 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' <<< 11924 1726884839.58511: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' # extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0820a50830> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820a50410> # /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' <<< 11924 1726884839.58514: 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 0x7f0820a53f80> <<< 11924 1726884839.58550: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820a508c0> <<< 11924 1726884839.58573: 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 <<< 11924 1726884839.58683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 11924 1726884839.60124: 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 0x7f082052f020> <<< 11924 1726884839.60223: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821100aa0> <<< 11924 1726884839.60244: 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 <<< 11924 1726884839.60342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 11924 1726884839.60592: 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 0x7f08205acda0> <<< 11924 1726884839.60680: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082052f620> <<< 11924 1726884839.60701: 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 <<< 11924 1726884839.60795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 11924 1726884839.60851: 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 0x7f08205afd70> <<< 11924 1726884839.60897: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08205acf20> <<< 11924 1726884839.60918: 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 <<< 11924 1726884839.60987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 11924 1726884839.61092: 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 0x7f08205ebe30> <<< 11924 1726884839.61149: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08205aff80> <<< 11924 1726884839.61170: 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 <<< 11924 1726884839.61193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 11924 1726884839.61250: 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 0x7f081eba90d0> <<< 11924 1726884839.61277: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081eba84d0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08209f3f50> <<< 11924 1726884839.61344: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 11924 1726884839.61369: 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 <<< 11924 1726884839.61374: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 11924 1726884839.61410: 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 <<< 11924 1726884839.61418: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 11924 1726884839.61458: 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 0x7f081ebcc590> <<< 11924 1726884839.61499: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebab9e0> <<< 11924 1726884839.61552: 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' <<< 11924 1726884839.61570: 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 <<< 11924 1726884839.61603: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 11924 1726884839.61611: 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 0x7f081ebcec60> <<< 11924 1726884839.61659: 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' <<< 11924 1726884839.61684: 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 <<< 11924 1726884839.61689: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' <<< 11924 1726884839.61750: stdout chunk (state=3): >>>import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebcfb30> # /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' <<< 11924 1726884839.62373: 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 0x7f081ebf4440> <<< 11924 1726884839.62415: 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' <<< 11924 1726884839.62453: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebf41a0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebcfd70> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebcebd0> <<< 11924 1726884839.62479: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebce4b0> <<< 11924 1726884839.62516: 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 <<< 11924 1726884839.62546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884839.62654: 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 0x7f081ebf74d0> <<< 11924 1726884839.62683: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebcf050> <<< 11924 1726884839.62770: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebcc920> <<< 11924 1726884839.62819: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebaaff0> <<< 11924 1726884839.62847: 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' <<< 11924 1726884839.63028: 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 0x7f081ebab710> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebab470> <<< 11924 1726884839.63094: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081eba91f0> # /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 0x7f081ec30a40> <<< 11924 1726884839.63129: 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 <<< 11924 1726884839.63143: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 11924 1726884839.63183: 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' <<< 11924 1726884839.63240: 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 <<< 11924 1726884839.63249: 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 0x7f081ec32f60> <<< 11924 1726884839.63272: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884839.63323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec33740> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec32270> <<< 11924 1726884839.63377: 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 <<< 11924 1726884839.63381: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 11924 1726884839.63404: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec33f50> <<< 11924 1726884839.63417: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec30a10> <<< 11924 1726884839.63489: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 11924 1726884839.63496: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 11924 1726884839.63517: 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' <<< 11924 1726884839.63560: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec5d9d0> <<< 11924 1726884839.63609: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec5cf50> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec5cda0> <<< 11924 1726884839.63633: 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 <<< 11924 1726884839.63679: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py <<< 11924 1726884839.63734: 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' <<< 11924 1726884839.63824: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec84a70> # /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' <<< 11924 1726884839.63864: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884839.63926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884839.63981: 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 0x7f081e556ae0> <<< 11924 1726884839.64015: 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 0x7f081e556e40> <<< 11924 1726884839.64089: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec86d80> <<< 11924 1726884839.64149: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec84f20> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec5ff20> <<< 11924 1726884839.64191: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec5e1b0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec5dee0> <<< 11924 1726884839.64230: 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' <<< 11924 1726884839.64266: 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 <<< 11924 1726884839.64291: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884839.64316: 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 0x7f081e590860> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e557980> <<< 11924 1726884839.64402: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec5e6f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py <<< 11924 1726884839.64423: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e590f20> <<< 11924 1726884839.64484: 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 0x7f081e5912e0> # /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 0x7f081e591370> <<< 11924 1726884839.64509: 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 0x7f081e591430> <<< 11924 1726884839.64569: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 11924 1726884839.64582: 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 <<< 11924 1726884839.64614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 11924 1726884839.64699: 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 0x7f081e593fe0> <<< 11924 1726884839.64749: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e592150> # /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 0x7f081e5b8140> <<< 11924 1726884839.64825: 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 <<< 11924 1726884839.64860: stdout chunk (state=3): >>># 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 0x7f081e5b8230> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e590ef0> # /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' <<< 11924 1726884839.64881: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e5b83e0> <<< 11924 1726884839.65003: 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 <<< 11924 1726884839.65193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884839.65196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884839.65261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc'<<< 11924 1726884839.65300: stdout chunk (state=3): >>> <<< 11924 1726884839.65313: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py<<< 11924 1726884839.65366: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc'<<< 11924 1726884839.65370: stdout chunk (state=3): >>> <<< 11924 1726884839.65432: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884839.65436: stdout chunk (state=3): >>> # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884839.65517: stdout chunk (state=3): >>> import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f081e5dbd70> <<< 11924 1726884839.65532: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e5db1d0> <<< 11924 1726884839.65618: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e5d9c40><<< 11924 1726884839.65638: stdout chunk (state=3): >>> <<< 11924 1726884839.65844: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e5b9bb0><<< 11924 1726884839.65885: stdout chunk (state=3): >>> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e5b9010> <<< 11924 1726884839.65929: 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<<< 11924 1726884839.65944: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc'<<< 11924 1726884839.65988: stdout chunk (state=3): >>> import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e5baf90><<< 11924 1726884839.66032: 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<<< 11924 1726884839.66036: stdout chunk (state=3): >>> <<< 11924 1726884839.66082: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' <<< 11924 1726884839.66099: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d4d2b0> <<< 11924 1726884839.66163: 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<<< 11924 1726884839.66167: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc'<<< 11924 1726884839.66174: stdout chunk (state=3): >>> import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e618710> <<< 11924 1726884839.66213: 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 <<< 11924 1726884839.66242: 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 0x7f081e618980><<< 11924 1726884839.66298: stdout chunk (state=3): >>> <<< 11924 1726884839.66334: 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' <<< 11924 1726884839.66349: 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<<< 11924 1726884839.66412: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc'<<< 11924 1726884839.66416: stdout chunk (state=3): >>> <<< 11924 1726884839.66463: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e6192b0><<< 11924 1726884839.66466: stdout chunk (state=3): >>> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e618d40> <<< 11924 1726884839.66563: 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'<<< 11924 1726884839.66571: stdout chunk (state=3): >>> import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e61a1b0> <<< 11924 1726884839.66629: stdout chunk (state=3): >>>import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08209d7380><<< 11924 1726884839.66647: stdout chunk (state=3): >>> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08212fd610> <<< 11924 1726884839.67445: 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<<< 11924 1726884839.67503: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 11924 1726884839.67603: 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 <<< 11924 1726884839.67607: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884839.67774: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e61adb0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py<<< 11924 1726884839.67778: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py<<< 11924 1726884839.67835: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 11924 1726884839.67851: 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<<< 11924 1726884839.67871: stdout chunk (state=3): >>> <<< 11924 1726884839.67946: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 11924 1726884839.68006: 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'<<< 11924 1726884839.68016: stdout chunk (state=3): >>> import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e38b800><<< 11924 1726884839.68046: 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 <<< 11924 1726884839.68077: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc'<<< 11924 1726884839.68100: stdout chunk (state=3): >>> <<< 11924 1726884839.68162: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc'<<< 11924 1726884839.68166: stdout chunk (state=3): >>> <<< 11924 1726884839.68215: 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'<<< 11924 1726884839.68253: stdout chunk (state=3): >>> <<< 11924 1726884839.68594: 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 0x7f081e3ad880> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e3ad430> # 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 0x7f081e591190> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e3ac2f0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e38bb30> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e388860> # /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 0x7f081e38b5c0> # /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' <<< 11924 1726884839.68633: 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 <<< 11924 1726884839.68636: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 11924 1726884839.68667: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e3c2ed0> <<< 11924 1726884839.68705: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e3c1a00> <<< 11924 1726884839.68732: 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' <<< 11924 1726884839.68754: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e3e86e0> <<< 11924 1726884839.68820: 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' <<< 11924 1726884839.68921: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e3e89e0> <<< 11924 1726884839.68924: 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 0x7f081e3e8c50> <<< 11924 1726884839.68993: 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 <<< 11924 1726884839.69005: 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 0x7f081e3e8ec0> # /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' <<< 11924 1726884839.69052: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e3e95e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e3e9430> # /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 0x7f081e3eaed0> # /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 <<< 11924 1726884839.69265: 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 0x7f081e3eb020> # /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 0x7f081e3eb230> # /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 <<< 11924 1726884839.69268: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 11924 1726884839.69274: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e4001d0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e3eba10> <<< 11924 1726884839.69302: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e400d70> <<< 11924 1726884839.69387: 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 0x7f081e4011c0> <<< 11924 1726884839.69412: 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 0x7f081e4013a0> <<< 11924 1726884839.69430: 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' <<< 11924 1726884839.69494: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e401640> <<< 11924 1726884839.69541: 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 0x7f081e402540> # /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' <<< 11924 1726884839.69545: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e402780> <<< 11924 1726884839.69593: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 11924 1726884839.69620: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e402990> # /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 <<< 11924 1726884839.69634: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 11924 1726884839.69678: 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 <<< 11924 1726884839.69714: 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 0x7f081e403560> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e4030b0> # /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' <<< 11924 1726884839.69730: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 11924 1726884839.69808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e4283e0> <<< 11924 1726884839.69818: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e403ce0> <<< 11924 1726884839.69844: 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 0x7f081e429070> <<< 11924 1726884839.69887: 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' <<< 11924 1726884839.69933: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e429340> <<< 11924 1726884839.69967: 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 0x7f081e42a270> <<< 11924 1726884839.69971: 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 0x7f081e42a4e0> <<< 11924 1726884839.70050: 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 0x7f081e42a690> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e61b1d0> <<< 11924 1726884839.70071: stdout chunk (state=3): >>>import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e61af60> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e61a6c0> # /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' <<< 11924 1726884839.70124: 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' <<< 11924 1726884839.70130: 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' <<< 11924 1726884839.70168: stdout chunk (state=3): >>>import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e42b080> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e42ade0> # /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' <<< 11924 1726884839.70172: 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 <<< 11924 1726884839.70286: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 11924 1726884839.70289: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 11924 1726884839.70363: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e44d4c0> <<< 11924 1726884839.70366: 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' <<< 11924 1726884839.70507: 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' <<< 11924 1726884839.70510: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e44eb10> <<< 11924 1726884839.70664: 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 0x7f081e44ddf0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e44d9a0> <<< 11924 1726884839.70715: 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 0x7f081e1fc3e0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e1e7800> # /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' <<< 11924 1726884839.70764: stdout chunk (state=3): >>>import 'six.moves' # <<< 11924 1726884839.70767: 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 <<< 11924 1726884839.70796: 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 0x7f081e1ff290> <<< 11924 1726884839.70833: 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 0x7f081e1ffbf0> <<< 11924 1726884839.70860: 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 <<< 11924 1726884839.70885: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win <<< 11924 1726884839.70936: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e1fca70> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e1fc740> <<< 11924 1726884839.70995: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e42b350> <<< 11924 1726884839.71015: 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' <<< 11924 1726884839.71037: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e44d040> <<< 11924 1726884839.71325: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e42b0b0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e61bf20> # /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 0x7f081e229e20> # /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 0x7f081e22a6c0> # /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 0x7f081e22b6e0> # /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 0x7f081e22bd40> <<< 11924 1726884839.71417: 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' <<< 11924 1726884839.71443: 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' <<< 11924 1726884839.71611: 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 0x7f081e251430> <<< 11924 1726884839.71651: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e250e00> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e250aa0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e250740> <<< 11924 1726884839.71686: 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 <<< 11924 1726884839.71698: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 11924 1726884839.71787: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e61a3f0> # /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 <<< 11924 1726884839.71808: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 11924 1726884839.71881: 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' <<< 11924 1726884839.71884: 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 0x7f081e253020> <<< 11924 1726884839.71941: 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 0x7f081e2530e0> <<< 11924 1726884839.71945: 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' <<< 11924 1726884839.72116: 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 0x7f081e2537a0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e253620> # /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' <<< 11924 1726884839.72143: 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 <<< 11924 1726884839.72166: 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 <<< 11924 1726884839.72317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884839.72347: 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 0x7f081e281d60> <<< 11924 1726884839.72403: 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' <<< 11924 1726884839.72418: 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' <<< 11924 1726884839.72472: 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 0x7f081e282f90> <<< 11924 1726884839.72481: 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 0x7f081e283200> <<< 11924 1726884839.72589: 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' <<< 11924 1726884839.72607: 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 0x7f081e283320> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e2831a0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e282a50> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e281ee0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e281190> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e280740> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e253fb0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e252b10> <<< 11924 1726884839.72684: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e252000> # /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' <<< 11924 1726884839.72701: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e282c60> <<< 11924 1726884839.72714: 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 <<< 11924 1726884839.72769: 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 0x7f081e2837d0> # /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' <<< 11924 1726884839.72787: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e2b00e0> <<< 11924 1726884839.72823: 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' <<< 11924 1726884839.72833: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e2b04a0> <<< 11924 1726884839.72889: 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 <<< 11924 1726884839.72915: 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 0x7f081e2b0dd0> <<< 11924 1726884839.72933: 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 <<< 11924 1726884839.72980: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 11924 1726884839.73008: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e2b1940> <<< 11924 1726884839.87284: 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}}} <<< 11924 1726884839.88190: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 11924 1726884839.88208: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884839.88690: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884839.88729: 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 <<< 11924 1726884839.88742: stdout chunk (state=3): >>># cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat <<< 11924 1726884839.88936: 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # 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] remo<<< 11924 1726884839.89176: stdout chunk (state=3): >>>ving socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # 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 <<< 11924 1726884839.89510: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884839.89578: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 11924 1726884839.89604: stdout chunk (state=3): >>># destroy selinux <<< 11924 1726884839.89622: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 11924 1726884839.89634: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 11924 1726884839.89678: 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 <<< 11924 1726884839.89880: stdout chunk (state=3): >>># destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # 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 <<< 11924 1726884839.89922: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # 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 <<< 11924 1726884839.90080: stdout chunk (state=3): >>># cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket <<< 11924 1726884839.90107: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 11924 1726884839.90119: 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 <<< 11924 1726884839.90144: stdout chunk (state=3): >>># cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse <<< 11924 1726884839.90175: stdout chunk (state=3): >>># destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile <<< 11924 1726884839.90214: 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 <<< 11924 1726884839.90276: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # 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 <<< 11924 1726884839.90295: 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 <<< 11924 1726884839.90324: 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 <<< 11924 1726884839.90778: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884839.90785: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884839.90884: 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 <<< 11924 1726884839.90933: stdout chunk (state=3): >>># destroy _queue <<< 11924 1726884839.90951: stdout chunk (state=3): >>># destroy array # destroy copyreg # destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 11924 1726884839.91076: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 11924 1726884839.91115: 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 <<< 11924 1726884839.91127: stdout chunk (state=3): >>># destroy rpm <<< 11924 1726884839.91171: 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 <<< 11924 1726884839.91239: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 11924 1726884839.91289: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 11924 1726884839.91321: stdout chunk (state=3): >>># destroy _ssl <<< 11924 1726884839.91610: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _sre # destroy _operator # destroy _functools <<< 11924 1726884839.91705: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884839.92748: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884839.92751: stdout chunk (state=3): >>><<< 11924 1726884839.92753: stderr chunk (state=3): >>><<< 11924 1726884839.93176: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821d103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821cdfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821d12960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821ae4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821ae5fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b2be00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b2bec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b5b830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b5bec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b3bad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b391f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b28fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b7f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b7e420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b3a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b7cc20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bb0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b28230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0821bb0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bb0bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0821bb0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821b1ed50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bb1610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bb12e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bb2510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bc8710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0821bc9df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bcac90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0821bcb2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bca1e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0821bcbd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bcb4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bb2540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0821907c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0821930770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08219304d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08219307a0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08219310d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0821931ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821930980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821905df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821932e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821931940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821bb2c30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082195b1a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821987530> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08219e02c0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08219e2a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08219e03e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08219ad310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821325400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821986330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821933d70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0821986930> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_k9h9fgpw/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 0x7f082137f200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082135e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082135d250> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082137d4f0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08213a2b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08213a2960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08213a2270> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08213a2bd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821930440> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08213a3830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08213a3a70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08213a3fb0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821211d60> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0821213980> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821214380> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821215520> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821217fb0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0821bcac00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821216270> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082121ff50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082121ea20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082121e780> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082121ecf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821216780> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0821263f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821264170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0821265d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821265af0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08212682c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821266420> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082126ba70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821268440> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f082126c590> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f082126c8f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f082126cc50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821264470> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08212f8290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08212f9490> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082126ea50> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f082126fe00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082126e660> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f08212fd700> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08212fe510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08212f95e0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08212fe5d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08212ff740> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f082110a2d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821105100> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821202a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08213e2750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082110a090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08212f96d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f082119c770> # /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 0x7f082119c980> # /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 0x7f082119d0a0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119cc50> # /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 0x7f082119da00> # /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 0x7f0821189790> # /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 0x7f08211898b0> # /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 0x7f0820d1a6c0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119f200> # /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 0x7f0820d29280> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d1be00> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d1b1a0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119e690> # /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 0x7f0820d951c0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d4d310> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119ec60> # /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 0x7f0820d9cc80> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d96f90> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d4ce00> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119e060> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119da90> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119d760> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082119c9e0> # /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 0x7f082119dac0> # /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 0x7f0820d9d280> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d9ce30> # /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 0x7f0820d9d9d0> # /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 0x7f0820da0680> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d817f0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820d9e9c0> # /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 0x7f0820d81280> # /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 0x7f0820dba570> # /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 0x7f0820dbb230> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820dbacc0> # /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 0x7f0820dbb710> # /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 0x7f0820d8f800> # /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 0x7f0820c46060> # 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 0x7f0820c7afc0> # /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 0x7f0820c7b0b0> # /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 0x7f08209d7290> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08209d6ae0> # 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 0x7f08209d6c90> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820c7b5f0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820c7a5a0> # /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 0x7f0820c7ac60> # /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 0x7f0820a50830> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820a50410> # /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 0x7f0820a53f80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0820a508c0> # /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 0x7f082052f020> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0821100aa0> # /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 0x7f08205acda0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f082052f620> # /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 0x7f08205afd70> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08205acf20> # /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 0x7f08205ebe30> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08205aff80> # /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 0x7f081eba90d0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081eba84d0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08209f3f50> # /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 0x7f081ebcc590> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebab9e0> # /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 0x7f081ebcec60> # /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 0x7f081ebcfb30> # /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 0x7f081ebf4440> # /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 0x7f081ebf41a0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebcfd70> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebcebd0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebce4b0> # /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 0x7f081ebf74d0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebcf050> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebcc920> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebaaff0> # /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 0x7f081ebab710> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ebab470> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081eba91f0> # /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 0x7f081ec30a40> # /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 0x7f081ec32f60> # /usr/lib64/python3.12/__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 0x7f081ec33740> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec32270> # /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 0x7f081ec33f50> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec30a10> # /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 0x7f081ec5d9d0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec5cf50> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec5cda0> # /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 0x7f081ec84a70> # /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 0x7f081e556ae0> # 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 0x7f081e556e40> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec86d80> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec84f20> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec5ff20> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec5e1b0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec5dee0> # /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 0x7f081e590860> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e557980> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081ec5e6f0> # /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 0x7f081e590f20> # /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 0x7f081e5912e0> # /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 0x7f081e591370> # /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 0x7f081e591430> # /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 0x7f081e593fe0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e592150> # /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 0x7f081e5b8140> # /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 0x7f081e5b8230> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e590ef0> # /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 0x7f081e5b83e0> # /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 0x7f081e5dbd70> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e5db1d0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e5d9c40> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e5b9bb0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e5b9010> # /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 0x7f081e5baf90> # /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 0x7f0820d4d2b0> # /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 0x7f081e618710> # /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 0x7f081e618980> # /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 0x7f081e6192b0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e618d40> # /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 0x7f081e61a1b0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08209d7380> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f08212fd610> # /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 0x7f081e61adb0> # /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 0x7f081e38b800> # /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 0x7f081e3ad880> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e3ad430> # 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 0x7f081e591190> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e3ac2f0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e38bb30> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e388860> # /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 0x7f081e38b5c0> # /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 0x7f081e3c2ed0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e3c1a00> # /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 0x7f081e3e86e0> # /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 0x7f081e3e89e0> # /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 0x7f081e3e8c50> # /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 0x7f081e3e8ec0> # /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 0x7f081e3e95e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e3e9430> # /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 0x7f081e3eaed0> # /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 0x7f081e3eb020> # /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 0x7f081e3eb230> # /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 0x7f081e4001d0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e3eba10> # /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 0x7f081e400d70> # /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 0x7f081e4011c0> # /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 0x7f081e4013a0> # /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 0x7f081e401640> # /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 0x7f081e402540> # /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 0x7f081e402780> # /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 0x7f081e402990> # /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 0x7f081e403560> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e4030b0> # /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 0x7f081e4283e0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e403ce0> # /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 0x7f081e429070> # /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 0x7f081e429340> # /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 0x7f081e42a270> # /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 0x7f081e42a4e0> # /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 0x7f081e42a690> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e61b1d0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e61af60> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e61a6c0> # /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 0x7f081e42b080> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e42ade0> # /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 0x7f081e44d4c0> # /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 0x7f081e44eb10> # 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 0x7f081e44ddf0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e44d9a0> # /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 0x7f081e1fc3e0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e1e7800> # /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 0x7f081e1ff290> # /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 0x7f081e1ffbf0> # /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 0x7f081e1fca70> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e1fc740> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e42b350> # /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 0x7f081e44d040> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e42b0b0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e61bf20> # /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 0x7f081e229e20> # /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 0x7f081e22a6c0> # /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 0x7f081e22b6e0> # /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 0x7f081e22bd40> # /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 0x7f081e251430> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e250e00> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e250aa0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e250740> # /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 0x7f081e61a3f0> # /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 0x7f081e253020> # /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 0x7f081e2530e0> # /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 0x7f081e2537a0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e253620> # /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 0x7f081e281d60> # /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 0x7f081e282f90> # /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 0x7f081e283200> # /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 0x7f081e283320> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e2831a0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e282a50> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e281ee0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e281190> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e280740> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e253fb0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e252b10> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f081e252000> # /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 0x7f081e282c60> # /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 0x7f081e2837d0> # /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 0x7f081e2b00e0> # /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 0x7f081e2b04a0> # /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 0x7f081e2b0dd0> # /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 0x7f081e2b1940> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "libblockdev"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} # destroy dnf.plugin.dynamic # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy _hashlib # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg # destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch # destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm # destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy dnf.plugin.dynamic # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy _hashlib # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg # destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch # destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm # destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks 11924 1726884839.94667: 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-1726884838.8553774-12121-5008934880410/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884839.94671: _low_level_execute_command(): starting 11924 1726884839.94673: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884838.8553774-12121-5008934880410/ > /dev/null 2>&1 && sleep 0' 11924 1726884839.94675: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884839.94678: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884839.94680: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884839.94683: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884839.94946: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884839.94953: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884839.95115: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884839.95181: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884839.97248: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884839.97252: stdout chunk (state=3): >>><<< 11924 1726884839.97256: stderr chunk (state=3): >>><<< 11924 1726884839.97467: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884839.97471: handler run complete 11924 1726884839.97473: attempt loop complete, returning result 11924 1726884839.97475: _execute() done 11924 1726884839.97477: dumping result to json 11924 1726884839.97479: done dumping result, returning 11924 1726884839.97481: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-f4c0-2290-0000000000c0] 11924 1726884839.97483: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c0 11924 1726884839.97553: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c0 11924 1726884839.97561: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 11924 1726884839.97653: no more pending results, returning what we have 11924 1726884839.97659: results queue empty 11924 1726884839.97660: checking for any_errors_fatal 11924 1726884839.97661: done checking for any_errors_fatal 11924 1726884839.97662: checking for max_fail_percentage 11924 1726884839.97663: done checking for max_fail_percentage 11924 1726884839.97673: checking to see if all hosts have failed and the running result is not ok 11924 1726884839.97674: done checking to see if all hosts have failed 11924 1726884839.97675: getting the remaining hosts for this loop 11924 1726884839.97677: done getting the remaining hosts for this loop 11924 1726884839.97681: getting the next task for host managed_node2 11924 1726884839.97688: done getting next task for host managed_node2 11924 1726884839.97692: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 11924 1726884839.97695: ^ 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 11924 1726884839.97708: getting variables 11924 1726884839.97710: in VariableManager get_vars() 11924 1726884839.97742: Calling all_inventory to load vars for managed_node2 11924 1726884839.97745: Calling groups_inventory to load vars for managed_node2 11924 1726884839.97747: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884839.97874: Calling all_plugins_play to load vars for managed_node2 11924 1726884839.97880: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884839.97894: Calling groups_plugins_play to load vars for managed_node2 11924 1726884839.98546: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884839.99027: done with get_vars() 11924 1726884839.99048: done getting variables 11924 1726884839.99219: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 20 September 2024 22:13:59 -0400 (0:00:01.303) 0:00:05.331 ****** 11924 1726884839.99304: entering _queue_task() for managed_node2/debug 11924 1726884839.99305: Creating lock for debug 11924 1726884839.99678: worker is 1 (out of 1 available) 11924 1726884839.99688: exiting _queue_task() for managed_node2/debug 11924 1726884839.99703: done queuing things up, now waiting for results queue to drain 11924 1726884839.99705: waiting for pending results... 11924 1726884839.99972: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_pools 11924 1726884840.00171: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000c1 11924 1726884840.00176: variable 'ansible_search_path' from source: unknown 11924 1726884840.00178: variable 'ansible_search_path' from source: unknown 11924 1726884840.00184: calling self._execute() 11924 1726884840.00287: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884840.00302: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884840.00318: variable 'omit' from source: magic vars 11924 1726884840.00437: variable 'omit' from source: magic vars 11924 1726884840.00560: variable 'omit' from source: magic vars 11924 1726884840.00564: variable 'omit' from source: magic vars 11924 1726884840.00621: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884840.00665: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884840.00692: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884840.00730: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884840.00744: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884840.00826: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884840.00829: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884840.00839: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884840.00848: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884840.00857: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884840.01000: Set connection var ansible_shell_executable to /bin/sh 11924 1726884840.01039: Set connection var ansible_connection to ssh 11924 1726884840.01050: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884840.01063: Set connection var ansible_timeout to 10 11924 1726884840.01260: Set connection var ansible_pipelining to False 11924 1726884840.01263: Set connection var ansible_shell_type to sh 11924 1726884840.01265: variable 'ansible_shell_executable' from source: unknown 11924 1726884840.01267: variable 'ansible_connection' from source: unknown 11924 1726884840.01269: variable 'ansible_module_compression' from source: unknown 11924 1726884840.01271: variable 'ansible_shell_type' from source: unknown 11924 1726884840.01272: variable 'ansible_shell_executable' from source: unknown 11924 1726884840.01274: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884840.01276: variable 'ansible_pipelining' from source: unknown 11924 1726884840.01277: variable 'ansible_timeout' from source: unknown 11924 1726884840.01279: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884840.01290: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884840.01306: variable 'omit' from source: magic vars 11924 1726884840.01316: starting attempt loop 11924 1726884840.01323: running the handler 11924 1726884840.01661: handler run complete 11924 1726884840.01695: attempt loop complete, returning result 11924 1726884840.01703: _execute() done 11924 1726884840.01709: dumping result to json 11924 1726884840.01715: done dumping result, returning 11924 1726884840.01727: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-f4c0-2290-0000000000c1] 11924 1726884840.01737: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c1 ok: [managed_node2] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } 11924 1726884840.01912: no more pending results, returning what we have 11924 1726884840.01919: results queue empty 11924 1726884840.01920: checking for any_errors_fatal 11924 1726884840.01928: done checking for any_errors_fatal 11924 1726884840.01929: checking for max_fail_percentage 11924 1726884840.01931: done checking for max_fail_percentage 11924 1726884840.01931: checking to see if all hosts have failed and the running result is not ok 11924 1726884840.01932: done checking to see if all hosts have failed 11924 1726884840.01932: getting the remaining hosts for this loop 11924 1726884840.01934: done getting the remaining hosts for this loop 11924 1726884840.01938: getting the next task for host managed_node2 11924 1726884840.01944: done getting next task for host managed_node2 11924 1726884840.01948: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 11924 1726884840.01952: ^ 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 11924 1726884840.01963: getting variables 11924 1726884840.01965: in VariableManager get_vars() 11924 1726884840.01996: Calling all_inventory to load vars for managed_node2 11924 1726884840.02000: Calling groups_inventory to load vars for managed_node2 11924 1726884840.02002: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884840.02024: Calling all_plugins_play to load vars for managed_node2 11924 1726884840.02028: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884840.02031: Calling groups_plugins_play to load vars for managed_node2 11924 1726884840.02233: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c1 11924 1726884840.02237: WORKER PROCESS EXITING 11924 1726884840.02243: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884840.02430: done with get_vars() 11924 1726884840.02438: done getting variables 11924 1726884840.02485: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 20 September 2024 22:14:00 -0400 (0:00:00.032) 0:00:05.364 ****** 11924 1726884840.02509: entering _queue_task() for managed_node2/debug 11924 1726884840.02690: worker is 1 (out of 1 available) 11924 1726884840.02702: exiting _queue_task() for managed_node2/debug 11924 1726884840.02714: done queuing things up, now waiting for results queue to drain 11924 1726884840.02716: waiting for pending results... 11924 1726884840.02885: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_volumes 11924 1726884840.02974: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000c2 11924 1726884840.02985: variable 'ansible_search_path' from source: unknown 11924 1726884840.02989: variable 'ansible_search_path' from source: unknown 11924 1726884840.03024: calling self._execute() 11924 1726884840.03077: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884840.03081: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884840.03090: variable 'omit' from source: magic vars 11924 1726884840.03170: variable 'omit' from source: magic vars 11924 1726884840.03217: variable 'omit' from source: magic vars 11924 1726884840.03244: variable 'omit' from source: magic vars 11924 1726884840.03277: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884840.03305: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884840.03323: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884840.03341: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884840.03350: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884840.03366: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884840.03379: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884840.03401: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884840.03409: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884840.03412: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884840.03496: Set connection var ansible_shell_executable to /bin/sh 11924 1726884840.03502: Set connection var ansible_connection to ssh 11924 1726884840.03505: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884840.03507: Set connection var ansible_timeout to 10 11924 1726884840.03513: Set connection var ansible_pipelining to False 11924 1726884840.03518: Set connection var ansible_shell_type to sh 11924 1726884840.03540: variable 'ansible_shell_executable' from source: unknown 11924 1726884840.03545: variable 'ansible_connection' from source: unknown 11924 1726884840.03548: variable 'ansible_module_compression' from source: unknown 11924 1726884840.03550: variable 'ansible_shell_type' from source: unknown 11924 1726884840.03552: variable 'ansible_shell_executable' from source: unknown 11924 1726884840.03554: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884840.03558: variable 'ansible_pipelining' from source: unknown 11924 1726884840.03560: variable 'ansible_timeout' from source: unknown 11924 1726884840.03562: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884840.03662: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884840.03672: variable 'omit' from source: magic vars 11924 1726884840.03675: starting attempt loop 11924 1726884840.03678: running the handler 11924 1726884840.03974: handler run complete 11924 1726884840.03992: attempt loop complete, returning result 11924 1726884840.03997: _execute() done 11924 1726884840.04002: dumping result to json 11924 1726884840.04004: done dumping result, returning 11924 1726884840.04069: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-f4c0-2290-0000000000c2] 11924 1726884840.04072: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c2 11924 1726884840.04137: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c2 11924 1726884840.04150: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 11924 1726884840.04204: no more pending results, returning what we have 11924 1726884840.04208: results queue empty 11924 1726884840.04208: checking for any_errors_fatal 11924 1726884840.04213: done checking for any_errors_fatal 11924 1726884840.04214: checking for max_fail_percentage 11924 1726884840.04215: done checking for max_fail_percentage 11924 1726884840.04215: checking to see if all hosts have failed and the running result is not ok 11924 1726884840.04216: done checking to see if all hosts have failed 11924 1726884840.04217: getting the remaining hosts for this loop 11924 1726884840.04218: done getting the remaining hosts for this loop 11924 1726884840.04221: getting the next task for host managed_node2 11924 1726884840.04226: done getting next task for host managed_node2 11924 1726884840.04229: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 11924 1726884840.04232: ^ 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 11924 1726884840.04240: getting variables 11924 1726884840.04242: in VariableManager get_vars() 11924 1726884840.04270: Calling all_inventory to load vars for managed_node2 11924 1726884840.04273: Calling groups_inventory to load vars for managed_node2 11924 1726884840.04275: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884840.04283: Calling all_plugins_play to load vars for managed_node2 11924 1726884840.04288: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884840.04292: Calling groups_plugins_play to load vars for managed_node2 11924 1726884840.04517: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884840.04816: done with get_vars() 11924 1726884840.04827: done getting variables TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 20 September 2024 22:14:00 -0400 (0:00:00.023) 0:00:05.387 ****** 11924 1726884840.04908: entering _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884840.04909: Creating lock for fedora.linux_system_roles.blivet 11924 1726884840.05136: worker is 1 (out of 1 available) 11924 1726884840.05148: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884840.05162: done queuing things up, now waiting for results queue to drain 11924 1726884840.05164: waiting for pending results... 11924 1726884840.05428: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get required packages 11924 1726884840.05663: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000c3 11924 1726884840.05666: variable 'ansible_search_path' from source: unknown 11924 1726884840.05668: variable 'ansible_search_path' from source: unknown 11924 1726884840.05671: calling self._execute() 11924 1726884840.05673: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884840.05675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884840.05677: variable 'omit' from source: magic vars 11924 1726884840.06168: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884840.06401: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884840.06433: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884840.06463: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884840.06487: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884840.06561: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884840.06579: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884840.06597: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884840.06615: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884840.06729: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 11924 1726884840.06733: variable 'omit' from source: magic vars 11924 1726884840.06776: variable 'omit' from source: magic vars 11924 1726884840.06859: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884840.08162: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884840.08208: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884840.08233: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884840.08256: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884840.08290: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884840.08322: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884840.08339: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884840.08358: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884840.08384: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884840.08403: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884840.08554: variable 'storage_use_partitions' from source: role '' defaults 11924 1726884840.08564: variable 'storage_disklabel_type' from source: role '' defaults 11924 1726884840.08567: variable 'storage_pool_defaults' from source: role '' defaults 11924 1726884840.08622: variable 'storage_pool_defaults' from source: role '' defaults 11924 1726884840.08663: variable 'storage_volume_defaults' from source: role '' defaults 11924 1726884840.08704: variable 'storage_volume_defaults' from source: role '' defaults 11924 1726884840.08773: variable 'omit' from source: magic vars 11924 1726884840.08799: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884840.08867: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884840.08870: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884840.08872: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884840.08874: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884840.08960: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884840.08963: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884840.08965: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884840.08967: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884840.08969: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884840.09053: Set connection var ansible_shell_executable to /bin/sh 11924 1726884840.09065: Set connection var ansible_connection to ssh 11924 1726884840.09076: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884840.09087: Set connection var ansible_timeout to 10 11924 1726884840.09097: Set connection var ansible_pipelining to False 11924 1726884840.09107: Set connection var ansible_shell_type to sh 11924 1726884840.09137: variable 'ansible_shell_executable' from source: unknown 11924 1726884840.09146: variable 'ansible_connection' from source: unknown 11924 1726884840.09154: variable 'ansible_module_compression' from source: unknown 11924 1726884840.09165: variable 'ansible_shell_type' from source: unknown 11924 1726884840.09364: variable 'ansible_shell_executable' from source: unknown 11924 1726884840.09367: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884840.09369: variable 'ansible_pipelining' from source: unknown 11924 1726884840.09371: variable 'ansible_timeout' from source: unknown 11924 1726884840.09373: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884840.09375: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884840.09377: variable 'omit' from source: magic vars 11924 1726884840.09378: starting attempt loop 11924 1726884840.09380: running the handler 11924 1726884840.09382: _low_level_execute_command(): starting 11924 1726884840.09391: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884840.09990: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884840.10010: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884840.10024: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884840.10070: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884840.10121: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884840.10132: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884840.10209: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 11924 1726884840.12497: stdout chunk (state=3): >>>/root <<< 11924 1726884840.12635: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884840.12668: stderr chunk (state=3): >>><<< 11924 1726884840.12671: stdout chunk (state=3): >>><<< 11924 1726884840.12690: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 11924 1726884840.12706: _low_level_execute_command(): starting 11924 1726884840.12709: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884840.1269317-12170-21653548155354 `" && echo ansible-tmp-1726884840.1269317-12170-21653548155354="` echo /root/.ansible/tmp/ansible-tmp-1726884840.1269317-12170-21653548155354 `" ) && sleep 0' 11924 1726884840.13147: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884840.13150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884840.13153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 11924 1726884840.13157: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884840.13159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884840.13219: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884840.13221: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884840.13270: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 11924 1726884840.15936: stdout chunk (state=3): >>>ansible-tmp-1726884840.1269317-12170-21653548155354=/root/.ansible/tmp/ansible-tmp-1726884840.1269317-12170-21653548155354 <<< 11924 1726884840.16082: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884840.16108: stderr chunk (state=3): >>><<< 11924 1726884840.16111: stdout chunk (state=3): >>><<< 11924 1726884840.16126: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884840.1269317-12170-21653548155354=/root/.ansible/tmp/ansible-tmp-1726884840.1269317-12170-21653548155354 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 11924 1726884840.16176: variable 'ansible_module_compression' from source: unknown 11924 1726884840.16262: ANSIBALLZ: Using lock for fedora.linux_system_roles.blivet 11924 1726884840.16265: ANSIBALLZ: Acquiring lock 11924 1726884840.16268: ANSIBALLZ: Lock acquired: 140694856582016 11924 1726884840.16270: ANSIBALLZ: Creating module 11924 1726884840.32221: ANSIBALLZ: Writing module into payload 11924 1726884840.32452: ANSIBALLZ: Writing module 11924 1726884840.32482: ANSIBALLZ: Renaming module 11924 1726884840.32486: ANSIBALLZ: Done creating module 11924 1726884840.32661: variable 'ansible_facts' from source: unknown 11924 1726884840.32664: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884840.1269317-12170-21653548155354/AnsiballZ_blivet.py 11924 1726884840.32815: Sending initial data 11924 1726884840.32825: Sent initial data (154 bytes) 11924 1726884840.33468: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884840.33515: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884840.33527: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884840.33603: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884840.35147: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884840.35184: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884840.35233: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884840.1269317-12170-21653548155354/AnsiballZ_blivet.py" <<< 11924 1726884840.35242: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpot7h42vs /root/.ansible/tmp/ansible-tmp-1726884840.1269317-12170-21653548155354/AnsiballZ_blivet.py <<< 11924 1726884840.35275: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpot7h42vs" to remote "/root/.ansible/tmp/ansible-tmp-1726884840.1269317-12170-21653548155354/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884840.1269317-12170-21653548155354/AnsiballZ_blivet.py" <<< 11924 1726884840.36542: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884840.36714: stderr chunk (state=3): >>><<< 11924 1726884840.36729: stdout chunk (state=3): >>><<< 11924 1726884840.36760: done transferring module to remote 11924 1726884840.36788: _low_level_execute_command(): starting 11924 1726884840.36844: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884840.1269317-12170-21653548155354/ /root/.ansible/tmp/ansible-tmp-1726884840.1269317-12170-21653548155354/AnsiballZ_blivet.py && sleep 0' 11924 1726884840.38032: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884840.38054: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884840.38145: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884840.39932: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884840.39960: stdout chunk (state=3): >>><<< 11924 1726884840.39963: stderr chunk (state=3): >>><<< 11924 1726884840.39976: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884840.40063: _low_level_execute_command(): starting 11924 1726884840.40066: _low_level_execute_command(): using become for this command 11924 1726884840.40069: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-yhfafbnbvzjmwdmqvlbjbwfpwaxozlvd ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884840.1269317-12170-21653548155354/AnsiballZ_blivet.py'"'"' && sleep 0' 11924 1726884840.40287: Initial state: awaiting_escalation: BECOME-SUCCESS-yhfafbnbvzjmwdmqvlbjbwfpwaxozlvd 11924 1726884840.40660: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884840.40717: 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.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884840.40822: 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.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884840.40865: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884840.40914: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884840.43821: stdout chunk (state=1): >>>BECOME-SUCCESS-yhfafbnbvzjmwdmqvlbjbwfpwaxozlvd <<< 11924 1726884840.43873: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-yhfafbnbvzjmwdmqvlbjbwfpwaxozlvd' 11924 1726884840.44288: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884840.44430: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884840.44468: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884840.44493: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884840.44567: 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' <<< 11924 1726884840.44604: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884840.44625: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884840.44679: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884840.44740: 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 0x7f5216e183e0> <<< 11924 1726884840.44780: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216de7a10> <<< 11924 1726884840.44789: 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 0x7f5216e1a960> <<< 11924 1726884840.44851: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 11924 1726884840.44880: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 11924 1726884840.45123: stdout chunk (state=3): >>>import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # <<< 11924 1726884840.45131: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884840.45149: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884840.45182: 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' <<< 11924 1726884840.45312: 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 0x7f5216c08fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884840.45344: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884840.45350: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c09fd0> <<< 11924 1726884840.45393: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884840.45494: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884840.45846: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884840.45860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884840.45889: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884840.45904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884840.45928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884840.45987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884840.46014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884840.46070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c4fdd0> <<< 11924 1726884840.46143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884840.46154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884840.46172: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c4ffe0> <<< 11924 1726884840.46185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884840.46221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884840.46252: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884840.46352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 11924 1726884840.46386: 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' <<< 11924 1726884840.46420: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c7f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884840.46439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c7fe30> <<< 11924 1726884840.46494: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884840.46530: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c5faa0> <<< 11924 1726884840.46551: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884840.46635: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c5d1c0> <<< 11924 1726884840.46799: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c4cf80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884840.46837: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884840.46875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884840.46919: 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' <<< 11924 1726884840.46983: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216ca3710> <<< 11924 1726884840.47017: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216ca2330> <<< 11924 1726884840.47043: 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 0x7f5216c5e090> <<< 11924 1726884840.47193: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216ca0b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cd4770> <<< 11924 1726884840.47197: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c4c200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884840.47280: 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 0x7f5216cd4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cd4ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216cd4e90> <<< 11924 1726884840.47284: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c42d20> <<< 11924 1726884840.47417: 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 <<< 11924 1726884840.47499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cd5550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cd5220> <<< 11924 1726884840.47536: stdout chunk (state=3): >>>import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cd6450> import 'importlib.util' # import 'runpy' # <<< 11924 1726884840.47616: 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' <<< 11924 1726884840.47678: 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 0x7f5216cec680> import 'errno' # <<< 11924 1726884840.47732: 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 0x7f5216cedd90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884840.48007: 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 0x7f5216ceec00> <<< 11924 1726884840.48295: 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 0x7f5216cef260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cee150> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884840.48734: 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 0x7f5216cefce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cef410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cd64b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216a2fb60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216a58650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216a583b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216a58680> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216a58fb0> <<< 11924 1726884840.48988: 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 0x7f5216a59940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216a58860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216a2dd00> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216a5acc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216a59820> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cd6ba0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884840.49275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216a83020> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884840.49279: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216aab3b0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884840.49281: 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 0x7f5216b081a0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884840.49379: 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' <<< 11924 1726884840.49415: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216b0a900> <<< 11924 1726884840.49637: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216b082c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216ad5190> <<< 11924 1726884840.49641: 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 0x7f5216911250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216aaa1b0> <<< 11924 1726884840.49701: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216a5bbf0> <<< 11924 1726884840.49895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5216aaa7b0> <<< 11924 1726884840.49938: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_6o9evvhw/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 11924 1726884840.50076: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.50131: 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' <<< 11924 1726884840.50263: 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' <<< 11924 1726884840.50391: 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 0x7f521695ef60> import '_typing' # <<< 11924 1726884840.50511: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216941e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216940fb0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884840.50639: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884840.52512: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.54104: 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'<<< 11924 1726884840.54154: stdout chunk (state=3): >>> import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521695ce00> <<< 11924 1726884840.54178: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py<<< 11924 1726884840.54407: 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 0x7f52169928d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216992660> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216991f70> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884840.54471: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52169926f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521695f980> import 'atexit' # <<< 11924 1726884840.54562: 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 0x7f52169935f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216993830> <<< 11924 1726884840.54642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884840.54666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884840.54669: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884840.54714: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216993d70> <<< 11924 1726884840.54731: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884840.54861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884840.54865: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216319b20> <<< 11924 1726884840.54868: 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 0x7f521631b740> <<< 11924 1726884840.54870: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884840.54872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884840.54941: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521631c140> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884840.54989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521631d040> <<< 11924 1726884840.55021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884840.55068: 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 <<< 11924 1726884840.55117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884840.55165: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521631fd40> <<< 11924 1726884840.55198: 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 0x7f5216c42cc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521631e000> <<< 11924 1726884840.55231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884840.55234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884840.55283: 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' <<< 11924 1726884840.55287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884840.55306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884840.55388: 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 0x7f5216327bf0> <<< 11924 1726884840.55421: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884840.55470: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52163266c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216326420> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884840.55534: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216326990> <<< 11924 1726884840.55563: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521631e510> <<< 11924 1726884840.55572: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884840.55602: 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 0x7f521636bec0> <<< 11924 1726884840.55636: 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 0x7f521636bf20> <<< 11924 1726884840.55639: 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 <<< 11924 1726884840.56077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884840.56104: 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 0x7f521636dac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521636d880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f521636ffb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521636e1b0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884840.56112: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884840.56147: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52163737d0> <<< 11924 1726884840.56336: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52163701a0> <<< 11924 1726884840.56412: stdout 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 0x7f5216374620> <<< 11924 1726884840.56446: stdout 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 0x7f5216374650> <<< 11924 1726884840.56502: stdout 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 0x7f5216374aa0> <<< 11924 1726884840.56517: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521636c1a0> <<< 11924 1726884840.56537: 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' <<< 11924 1726884840.56591: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884840.56596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884840.56623: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884840.56641: 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 0x7f52163fc290> <<< 11924 1726884840.56881: 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 0x7f52163fd3a0> <<< 11924 1726884840.56933: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216376a20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216377da0> <<< 11924 1726884840.56937: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216376630> <<< 11924 1726884840.56945: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.56970: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884840.57069: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.57122: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.57246: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.57268: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884840.57289: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.57325: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884840.57558: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.57703: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.58594: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.59476: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884840.59480: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 11924 1726884840.59482: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 11924 1726884840.59502: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884840.59526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884840.59588: 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 0x7f52162053a0> <<< 11924 1726884840.59735: 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 0x7f5216206180> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216376ab0> <<< 11924 1726884840.59794: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884840.59829: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884840.59853: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884840.59864: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.60204: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.60315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884840.60501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52162061b0> # zipimport: zlib available <<< 11924 1726884840.61087: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.61796: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.61904: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.62011: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884840.62018: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.62065: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.62127: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884840.62157: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.62359: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.errors' # <<< 11924 1726884840.62409: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884840.62412: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.62440: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.62504: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884840.62877: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.63206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884840.63294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884840.63299: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884840.63407: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216207440> <<< 11924 1726884840.63409: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.63512: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.63613: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884840.63646: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884840.63699: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.63745: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884840.63833: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884840.63878: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.63952: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.64046: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884840.64108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884840.64211: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216212120> <<< 11924 1726884840.64254: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521620cc50> <<< 11924 1726884840.64285: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884840.64389: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.64393: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.64473: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.64515: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.64583: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884840.64594: 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 <<< 11924 1726884840.64616: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884840.64635: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884840.64754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884840.64759: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884840.64819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884840.64837: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216302ba0> <<< 11924 1726884840.64894: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52169c6870> <<< 11924 1726884840.65011: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216212330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216207290> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884840.65019: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.65304: 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_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 <<< 11924 1726884840.67904: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.69968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884840.70073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884840.70087: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884840.70126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884840.70154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884840.70185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884840.70197: 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 0x7f5215e44e30> <<< 11924 1726884840.70234: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e44260> <<< 11924 1726884840.70295: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521628dbe0> <<< 11924 1726884840.70516: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52162a4770> <<< 11924 1726884840.70558: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.70701: 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' <<< 11924 1726884840.70724: 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 <<< 11924 1726884840.70767: 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 <<< 11924 1726884840.70770: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 11924 1726884840.70817: 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 0x7f5215e5aa20> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e5a630> <<< 11924 1726884840.70849: 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' <<< 11924 1726884840.70875: 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' <<< 11924 1726884840.70923: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e7d1c0> <<< 11924 1726884840.70944: 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' <<< 11924 1726884840.71028: 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' <<< 11924 1726884840.71145: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e7e3f0> <<< 11924 1726884840.71149: 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 0x7f5215e7dd30> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e7db80> # /usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/errors.py <<< 11924 1726884840.71182: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/i18n.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc' import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e80830> <<< 11924 1726884840.71446: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e805c0> <<< 11924 1726884840.71477: 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' <<< 11924 1726884840.71521: 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 <<< 11924 1726884840.71680: 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' <<< 11924 1726884840.71691: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e82660> <<< 11924 1726884840.71773: 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 0x7f5215e823f0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e81ca0> <<< 11924 1726884840.71821: 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' <<< 11924 1726884840.71848: 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' <<< 11924 1726884840.71871: 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' <<< 11924 1726884840.71891: 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' <<< 11924 1726884840.71945: 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' <<< 11924 1726884840.71986: stdout chunk (state=3): >>>import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e85400> # /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 0x7f5215e85760> <<< 11924 1726884840.71991: 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' <<< 11924 1726884840.72017: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e85c40> # /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' <<< 11924 1726884840.72077: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e86480> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e84a70> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e84590> <<< 11924 1726884840.72105: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 11924 1726884840.72354: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e86a50> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e840b0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e83f80> <<< 11924 1726884840.72380: 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' <<< 11924 1726884840.72384: 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 0x7f5215ec9280> # /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' <<< 11924 1726884840.72424: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215eca0c0> <<< 11924 1726884840.72603: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215ec9790> <<< 11924 1726884840.72684: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e87530> <<< 11924 1726884840.72708: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 11924 1726884840.72748: 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 <<< 11924 1726884840.72776: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 11924 1726884840.73033: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215ed2cc0> import 'gi.repository.GObject' # <<< 11924 1726884840.73059: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 11924 1726884840.73107: 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 <<< 11924 1726884840.73113: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 11924 1726884840.73492: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215ed84a0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e81190> <<< 11924 1726884840.73556: 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 <<< 11924 1726884840.73608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 11924 1726884840.73645: 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' <<< 11924 1726884840.73658: 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 <<< 11924 1726884840.73706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 11924 1726884840.73829: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d66360> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d65b80> <<< 11924 1726884840.75125: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215ed28a0> <<< 11924 1726884840.75178: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 11924 1726884840.75200: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e5ac30> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e599d0> <<< 11924 1726884840.75892: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52162a58b0> <<< 11924 1726884840.75895: 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' <<< 11924 1726884840.75986: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d7a630> <<< 11924 1726884840.76035: 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 0x7f5215d7c3e0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/__init__.py <<< 11924 1726884840.76080: 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' <<< 11924 1726884840.76134: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 11924 1726884840.76168: 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' <<< 11924 1726884840.76211: 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' <<< 11924 1726884840.76264: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d7fb90> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/_util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_util.py <<< 11924 1726884840.76267: 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 0x7f5215d80200> <<< 11924 1726884840.76286: 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 <<< 11924 1726884840.76431: 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' <<< 11924 1726884840.76449: 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' <<< 11924 1726884840.76488: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/_errorcheckers.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d812b0> <<< 11924 1726884840.76500: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d81160> # /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' <<< 11924 1726884840.76563: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d81550> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d80ec0> <<< 11924 1726884840.76582: 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 <<< 11924 1726884840.76626: 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 0x7f5215d81a30> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d81880> <<< 11924 1726884840.76682: 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 <<< 11924 1726884840.76685: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 11924 1726884840.76721: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d81d90> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d81a90> <<< 11924 1726884840.76737: stdout chunk (state=3): >>>import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d80650> <<< 11924 1726884840.76838: 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 0x7f5215d80ce0> <<< 11924 1726884840.76841: 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 <<< 11924 1726884840.76889: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/pipe.py <<< 11924 1726884840.76894: 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 0x7f5215d8dcd0> <<< 11924 1726884840.76959: 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 0x7f5215d8e060> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d8da30> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d8d0a0> <<< 11924 1726884840.76980: 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 0x7f5215d8e1e0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d7f860> # /usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/size.py <<< 11924 1726884840.76991: 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 0x7f5215d8e270> <<< 11924 1726884840.77296: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d7d310> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d7caa0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/device.py <<< 11924 1726884840.77329: 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 <<< 11924 1726884840.77349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 11924 1726884840.77363: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 11924 1726884840.77411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 11924 1726884840.77471: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d92270> <<< 11924 1726884840.77474: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d910a0> <<< 11924 1726884840.77536: 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 0x7f5215d923f0> <<< 11924 1726884840.77627: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d7d0d0> <<< 11924 1726884840.77639: 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 <<< 11924 1726884840.77717: 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 <<< 11924 1726884840.77731: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884840.77791: 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 0x7f5214dd5d30> # /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' <<< 11924 1726884840.77832: 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 <<< 11924 1726884840.77846: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 11924 1726884840.77878: 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' <<< 11924 1726884840.77912: 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' <<< 11924 1726884840.78020: 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 0x7f5214dfc440> # /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 0x7f5214dfcc20> # /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 0x7f5214dfd250> <<< 11924 1726884840.78045: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/stratis_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 11924 1726884840.78203: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214dfd550> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214dfc2c0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214dd7a10> <<< 11924 1726884840.78228: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214dd6810> <<< 11924 1726884840.78293: 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 <<< 11924 1726884840.78301: 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 0x7f5214e10230> <<< 11924 1726884840.78365: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214dd70b0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214dd6330> <<< 11924 1726884840.78368: 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' <<< 11924 1726884840.78395: 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' <<< 11924 1726884840.78419: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214e10830> <<< 11924 1726884840.78473: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214dd7170> # /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' <<< 11924 1726884840.78476: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214e10a10> <<< 11924 1726884840.78509: 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' <<< 11924 1726884840.78567: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214e10e60> <<< 11924 1726884840.78609: 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 0x7f5214e11640> <<< 11924 1726884840.78829: 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' <<< 11924 1726884840.78892: 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' <<< 11924 1726884840.79022: 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 0x7f5214e39070> <<< 11924 1726884840.79089: 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 <<< 11924 1726884840.79120: 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 0x7f5214e3a1b0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214e39b80> <<< 11924 1726884840.79139: 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 0x7f5214e3a5a0> <<< 11924 1726884840.79175: 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' <<< 11924 1726884840.79208: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214e3b140> <<< 11924 1726884840.79266: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/disk.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884840.79283: 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 0x7f5214be9e50> <<< 11924 1726884840.79348: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214be8b30> # /usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/filesystem.py <<< 11924 1726884840.79373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc' <<< 11924 1726884840.79403: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214beb260> # /usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/geometry.py <<< 11924 1726884840.79414: 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 0x7f5214c0c5c0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/partition.py <<< 11924 1726884840.79465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 11924 1726884840.79490: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c0d400> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214e2e360> <<< 11924 1726884840.79543: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214e2dfd0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/disklabel.py <<< 11924 1726884840.79557: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 11924 1726884840.79607: 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 0x7f5214c0f9b0> <<< 11924 1726884840.79642: 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' <<< 11924 1726884840.79654: 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 <<< 11924 1726884840.79768: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c3c380> <<< 11924 1726884840.79800: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c0f980> <<< 11924 1726884840.79999: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c0ee70> <<< 11924 1726884840.80032: 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' <<< 11924 1726884840.80079: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c58b90> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fslib.py <<< 11924 1726884840.80082: 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 0x7f5214c58ce0> <<< 11924 1726884840.80109: 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 <<< 11924 1726884840.80164: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 11924 1726884840.80207: 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 <<< 11924 1726884840.80212: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc' <<< 11924 1726884840.80237: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c703b0> <<< 11924 1726884840.80270: 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' <<< 11924 1726884840.80362: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c70aa0> # /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' <<< 11924 1726884840.80667: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c71460> # /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 0x7f5214c718e0> # /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 0x7f5214c71e50> # /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 0x7f5214c72180> # /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 0x7f5214c72750> # /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 0x7f5214c72900> <<< 11924 1726884840.80675: 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 <<< 11924 1726884840.80696: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 11924 1726884840.80791: 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' <<< 11924 1726884840.80794: 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 0x7f5214c71730> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c73a10> <<< 11924 1726884840.80854: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c72ab0> # /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' <<< 11924 1726884840.80859: 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 <<< 11924 1726884840.80881: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/raid.py <<< 11924 1726884840.80904: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 11924 1726884840.81002: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214ca8860> <<< 11924 1726884840.81023: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214ca8470> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c73ef0> <<< 11924 1726884840.81600: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c59160> # /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 0x7f5214ad80e0> # /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' <<< 11924 1726884840.81604: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214ad8500> <<< 11924 1726884840.81694: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c5ac00> <<< 11924 1726884840.81718: 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' <<< 11924 1726884840.81742: 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 <<< 11924 1726884840.81911: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884840.82639: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214adb590> <<< 11924 1726884840.82693: 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' <<< 11924 1726884840.82717: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214adb710> <<< 11924 1726884840.82796: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214adac60> <<< 11924 1726884840.82833: 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' <<< 11924 1726884840.82888: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214af1c10> <<< 11924 1726884840.82930: 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' <<< 11924 1726884840.82964: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214af3050> <<< 11924 1726884840.82982: 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' <<< 11924 1726884840.83021: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214af3830> <<< 11924 1726884840.83050: 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' <<< 11924 1726884840.83159: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214b04110> <<< 11924 1726884840.83170: 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' <<< 11924 1726884840.83270: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214b05eb0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215dc3fb0> # /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 0x7f5215d7f800> <<< 11924 1726884840.83502: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215f17b90> <<< 11924 1726884840.83556: 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' <<< 11924 1726884840.83601: 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' <<< 11924 1726884840.83662: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214b3d070> # /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' <<< 11924 1726884840.83699: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214b3deb0> <<< 11924 1726884840.83722: 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' <<< 11924 1726884840.83786: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214b3e690> <<< 11924 1726884840.83944: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214b2bf80> <<< 11924 1726884840.83970: 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 <<< 11924 1726884840.84008: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 11924 1726884840.84105: 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' <<< 11924 1726884840.84108: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214b64170> <<< 11924 1726884840.84282: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214b528a0> <<< 11924 1726884840.84318: 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 <<< 11924 1726884840.84331: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884840.84419: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214b85cd0> <<< 11924 1726884840.84447: 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 <<< 11924 1726884840.84705: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/container.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 11924 1726884840.84749: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214b9f6b0> <<< 11924 1726884840.84772: 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' <<< 11924 1726884840.84815: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52149c7d10> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/md.py <<< 11924 1726884840.84848: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 11924 1726884840.84882: 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' <<< 11924 1726884840.85183: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52149e2060> <<< 11924 1726884840.85369: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52149e0260> <<< 11924 1726884840.85372: 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 0x7f5214a10500> <<< 11924 1726884840.85851: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214b9c170> <<< 11924 1726884840.85873: 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 <<< 11924 1726884840.85894: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884840.86091: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214b9c3b0> <<< 11924 1726884840.86116: 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' <<< 11924 1726884840.86176: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214a724b0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/loop.py <<< 11924 1726884840.86186: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' <<< 11924 1726884840.86288: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214a72ff0> # /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 0x7f5214a73b30> <<< 11924 1726884840.86300: 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' <<< 11924 1726884840.86333: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214a73fb0> <<< 11924 1726884840.86365: 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' <<< 11924 1726884840.86415: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214a84ec0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/stratis.py <<< 11924 1726884840.86487: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884840.86607: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214a85790> <<< 11924 1726884840.86611: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d7c530> <<< 11924 1726884840.86641: 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 <<< 11924 1726884840.86705: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 11924 1726884840.86876: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214a86210> <<< 11924 1726884840.86908: 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 <<< 11924 1726884840.86989: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 11924 1726884840.86992: 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 <<< 11924 1726884840.87039: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 11924 1726884840.87086: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52148d0a10> <<< 11924 1726884840.87153: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214aa68a0> <<< 11924 1726884840.87180: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884840.87231: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 11924 1726884840.87235: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 11924 1726884840.87245: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.87802: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.87940: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 11924 1726884840.88301: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884840.88505: stdout chunk (state=3): >>> {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "packages_only": true, "safe_mode": true, "diskvolume_mkfs_option_map": {}}}} <<< 11924 1726884840.88527: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884840.89880: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884840.89922: 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 <<< 11924 1726884840.89979: 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 # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing imp<<< 11924 1726884840.90005: stdout chunk (state=3): >>>ortlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil <<< 11924 1726884840.90069: 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 # 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 <<< 11924 1726884840.90108: 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<<< 11924 1726884840.90179: stdout chunk (state=3): >>> 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 <<< 11924 1726884840.91005: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 11924 1726884840.91069: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 11924 1726884840.91073: stdout chunk (state=3): >>># destroy ipaddress # destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd <<< 11924 1726884840.91093: stdout chunk (state=3): >>># destroy datetime <<< 11924 1726884840.91122: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse <<< 11924 1726884840.91223: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning <<< 11924 1726884840.91310: 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 <<< 11924 1726884840.91335: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # 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 <<< 11924 1726884840.91425: 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 <<< 11924 1726884840.91472: stdout chunk (state=3): >>># cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option <<< 11924 1726884840.91487: stdout chunk (state=3): >>># 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 <<< 11924 1726884840.91599: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # 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 <<< 11924 1726884840.91634: 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 <<< 11924 1726884840.91676: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884840.92605: stdout chunk (state=3): >>># destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref <<< 11924 1726884840.92609: stdout chunk (state=3): >>># destroy zipimport <<< 11924 1726884840.92626: stdout chunk (state=3): >>># destroy gi._gi <<< 11924 1726884840.92638: stdout chunk (state=3): >>># destroy _struct <<< 11924 1726884840.92709: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk <<< 11924 1726884840.92741: stdout chunk (state=3): >>># destroy pyudev <<< 11924 1726884840.92762: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid <<< 11924 1726884840.92844: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser <<< 11924 1726884840.92863: 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 <<< 11924 1726884840.92949: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy pprint # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability <<< 11924 1726884840.92957: stdout chunk (state=3): >>># destroy parted # destroy io # destroy _opcode <<< 11924 1726884840.93022: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 11924 1726884840.93027: stdout chunk (state=3): >>># destroy _blake2 <<< 11924 1726884840.93029: stdout chunk (state=3): >>># destroy selinux._selinux <<< 11924 1726884840.93070: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib <<< 11924 1726884840.93118: stdout chunk (state=3): >>># destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat <<< 11924 1726884840.93166: 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 <<< 11924 1726884840.93180: 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 <<< 11924 1726884840.93301: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884840.93422: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re <<< 11924 1726884840.93443: stdout chunk (state=3): >>># destroy _random <<< 11924 1726884840.93484: stdout chunk (state=3): >>># destroy _operator # destroy _functools <<< 11924 1726884840.93503: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884840.94362: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884840.94389: stderr chunk (state=3): >>><<< 11924 1726884840.94392: stdout chunk (state=3): >>><<< 11924 1726884840.94529: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216e183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216de7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216e1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c08fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c09fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c4fdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c4ffe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c7f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c7fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c5faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c5d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c4cf80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216ca3710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216ca2330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c5e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216ca0b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cd4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c4c200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216cd4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cd4ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216cd4e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216c42d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cd5550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cd5220> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cd6450> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cec680> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216cedd90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216ceec00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216cef260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cee150> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216cefce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cef410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cd64b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216a2fb60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216a58650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216a583b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216a58680> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216a58fb0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216a59940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216a58860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216a2dd00> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216a5acc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216a59820> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216cd6ba0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216a83020> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216aab3b0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216b081a0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216b0a900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216b082c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216ad5190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216911250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216aaa1b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216a5bbf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5216aaa7b0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_6o9evvhw/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 0x7f521695ef60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216941e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216940fb0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521695ce00> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52169928d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216992660> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216991f70> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52169926f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521695f980> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52169935f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216993830> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216993d70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216319b20> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f521631b740> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521631c140> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521631d040> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521631fd40> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216c42cc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521631e000> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216327bf0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52163266c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216326420> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216326990> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521631e510> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f521636bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521636bf20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f521636dac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521636d880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f521636ffb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521636e1b0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52163737d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52163701a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216374620> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216374650> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216374aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521636c1a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52163fc290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52163fd3a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216376a20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216377da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216376630> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52162053a0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216206180> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216376ab0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52162061b0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216207440> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5216212120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521620cc50> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216302ba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52169c6870> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216212330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5216207290> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f5215e44e30> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e44260> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f521628dbe0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52162a4770> # 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 0x7f5215e5aa20> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e5a630> # /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 0x7f5215e7d1c0> # /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 0x7f5215e7e3f0> # 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 0x7f5215e7dd30> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e7db80> # /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 0x7f5215e80830> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e805c0> # /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 0x7f5215e82660> # 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 0x7f5215e823f0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e81ca0> # /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 0x7f5215e85400> # /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 0x7f5215e85760> # /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 0x7f5215e85c40> # /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 0x7f5215e86480> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e84a70> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e84590> # 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 0x7f5215e86a50> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e840b0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e83f80> # /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 0x7f5215ec9280> # /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 0x7f5215eca0c0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215ec9790> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e87530> 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 0x7f5215ed2cc0> 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 0x7f5215ed84a0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e81190> # /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 0x7f5215d66360> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d65b80> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215ed28a0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e5ac30> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215e599d0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52162a58b0> # /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 0x7f5215d7a630> # /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 0x7f5215d7c3e0> # /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 0x7f5215d7fb90> # /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 0x7f5215d80200> # /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 0x7f5215d812b0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d81160> # /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 0x7f5215d81550> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d80ec0> # /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 0x7f5215d81a30> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d81880> # /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 0x7f5215d81d90> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d81a90> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d80650> # /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 0x7f5215d80ce0> # /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 0x7f5215d8dcd0> # /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 0x7f5215d8e060> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d8da30> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d8d0a0> # /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 0x7f5215d8e1e0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d7f860> # /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 0x7f5215d8e270> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d7d310> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d7caa0> # /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 0x7f5215d92270> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d910a0> # /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 0x7f5215d923f0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d7d0d0> # /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 0x7f5214dd5d30> # /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 0x7f5214dfc440> # /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 0x7f5214dfcc20> # /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 0x7f5214dfd250> # /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 0x7f5214dfd550> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214dfc2c0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214dd7a10> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214dd6810> # /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 0x7f5214e10230> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214dd70b0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214dd6330> # /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 0x7f5214e10830> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214dd7170> # /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 0x7f5214e10a10> # /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 0x7f5214e10e60> # /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 0x7f5214e11640> # /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 0x7f5214e39070> # /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 0x7f5214e3a1b0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214e39b80> # /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 0x7f5214e3a5a0> # /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 0x7f5214e3b140> # /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 0x7f5214be9e50> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214be8b30> # /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 0x7f5214beb260> # /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 0x7f5214c0c5c0> # /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 0x7f5214c0d400> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214e2e360> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214e2dfd0> # /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 0x7f5214c0f9b0> # /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 0x7f5214c3c380> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c0f980> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c0ee70> # /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 0x7f5214c58b90> # /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 0x7f5214c58ce0> # /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 0x7f5214c703b0> # /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 0x7f5214c70aa0> # /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 0x7f5214c71460> # /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 0x7f5214c718e0> # /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 0x7f5214c71e50> # /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 0x7f5214c72180> # /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 0x7f5214c72750> # /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 0x7f5214c72900> # /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 0x7f5214c71730> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c73a10> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c72ab0> # /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 0x7f5214ca8860> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214ca8470> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c73ef0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c59160> # /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 0x7f5214ad80e0> # /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 0x7f5214ad8500> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214c5ac00> # /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 0x7f5214adb590> # /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 0x7f5214adb710> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214adac60> # /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 0x7f5214af1c10> # /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 0x7f5214af3050> # /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 0x7f5214af3830> # /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 0x7f5214b04110> # /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 0x7f5214b05eb0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215dc3fb0> # /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 0x7f5215d7f800> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215f17b90> # /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 0x7f5214b3d070> # /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 0x7f5214b3deb0> # /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 0x7f5214b3e690> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214b2bf80> # /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 0x7f5214b64170> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214b528a0> # /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 0x7f5214b85cd0> # /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 0x7f5214b9f6b0> # /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 0x7f52149c7d10> # /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 0x7f52149e2060> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52149e0260> # /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 0x7f5214a10500> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214b9c170> # /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 0x7f5214b9c3b0> # /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 0x7f5214a724b0> # /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 0x7f5214a72ff0> # /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 0x7f5214a73b30> # /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 0x7f5214a73fb0> # /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 0x7f5214a84ec0> # /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 0x7f5214a85790> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5215d7c530> # /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 0x7f5214a86210> # /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 0x7f52148d0a10> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5214aa68a0> # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # # zipimport: zlib available {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "packages_only": true, "safe_mode": true, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime # destroy distro # destroy distro.distro # destroy argparse # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy blivet.devicelibs.disk # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy _hashlib # destroy shutil # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy pprint # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy parted # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy math # destroy platform # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy operator # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.mod ule_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.l inux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime # destroy distro # destroy distro.distro # destroy argparse # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy blivet.devicelibs.disk # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy _hashlib # destroy shutil # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy pprint # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy parted # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy math # destroy platform # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy operator # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks 11924 1726884840.95627: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'packages_only': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726884840.1269317-12170-21653548155354/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884840.95630: _low_level_execute_command(): starting 11924 1726884840.95633: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884840.1269317-12170-21653548155354/ > /dev/null 2>&1 && sleep 0' 11924 1726884840.95635: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884840.95637: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884840.95639: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884840.95641: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884840.95643: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884840.95645: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884840.95647: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884840.95649: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884840.95651: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884840.95653: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884840.95656: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884840.95660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884840.95662: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884840.95663: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884840.95665: stderr chunk (state=3): >>>debug2: match found <<< 11924 1726884840.95667: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884840.95669: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884840.95671: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884840.95673: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884840.95675: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884840.98119: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884840.98142: stderr chunk (state=3): >>><<< 11924 1726884840.98145: stdout chunk (state=3): >>><<< 11924 1726884840.98159: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884840.98165: handler run complete 11924 1726884840.98194: attempt loop complete, returning result 11924 1726884840.98197: _execute() done 11924 1726884840.98199: dumping result to json 11924 1726884840.98211: done dumping result, returning 11924 1726884840.98222: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-f4c0-2290-0000000000c3] 11924 1726884840.98225: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c3 11924 1726884840.98330: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c3 11924 1726884840.98333: WORKER PROCESS EXITING ok: [managed_node2] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } 11924 1726884840.98439: no more pending results, returning what we have 11924 1726884840.98442: results queue empty 11924 1726884840.98443: checking for any_errors_fatal 11924 1726884840.98448: done checking for any_errors_fatal 11924 1726884840.98448: checking for max_fail_percentage 11924 1726884840.98450: done checking for max_fail_percentage 11924 1726884840.98450: checking to see if all hosts have failed and the running result is not ok 11924 1726884840.98451: done checking to see if all hosts have failed 11924 1726884840.98452: getting the remaining hosts for this loop 11924 1726884840.98454: done getting the remaining hosts for this loop 11924 1726884840.98459: getting the next task for host managed_node2 11924 1726884840.98465: done getting next task for host managed_node2 11924 1726884840.98469: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 11924 1726884840.98472: ^ 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 11924 1726884840.98485: getting variables 11924 1726884840.98486: in VariableManager get_vars() 11924 1726884840.98519: Calling all_inventory to load vars for managed_node2 11924 1726884840.98522: Calling groups_inventory to load vars for managed_node2 11924 1726884840.98525: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884840.98534: Calling all_plugins_play to load vars for managed_node2 11924 1726884840.98537: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884840.98539: Calling groups_plugins_play to load vars for managed_node2 11924 1726884840.98802: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884840.99084: done with get_vars() 11924 1726884840.99094: done getting variables TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 20 September 2024 22:14:00 -0400 (0:00:00.942) 0:00:06.330 ****** 11924 1726884840.99191: entering _queue_task() for managed_node2/include_tasks 11924 1726884840.99558: worker is 1 (out of 1 available) 11924 1726884840.99569: exiting _queue_task() for managed_node2/include_tasks 11924 1726884840.99580: done queuing things up, now waiting for results queue to drain 11924 1726884840.99581: waiting for pending results... 11924 1726884840.99726: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 11924 1726884840.99828: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000c4 11924 1726884840.99852: variable 'ansible_search_path' from source: unknown 11924 1726884840.99857: variable 'ansible_search_path' from source: unknown 11924 1726884840.99879: calling self._execute() 11924 1726884840.99942: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884840.99946: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884840.99962: variable 'omit' from source: magic vars 11924 1726884841.00478: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884841.00750: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884841.00810: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884841.00869: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884841.00971: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884841.01025: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884841.01042: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884841.01067: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884841.01087: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884841.01196: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 11924 1726884841.01202: _execute() done 11924 1726884841.01205: dumping result to json 11924 1726884841.01208: done dumping result, returning 11924 1726884841.01213: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-f4c0-2290-0000000000c4] 11924 1726884841.01218: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c4 11924 1726884841.01317: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c4 11924 1726884841.01320: WORKER PROCESS EXITING 11924 1726884841.01352: no more pending results, returning what we have 11924 1726884841.01358: in VariableManager get_vars() 11924 1726884841.01403: Calling all_inventory to load vars for managed_node2 11924 1726884841.01405: Calling groups_inventory to load vars for managed_node2 11924 1726884841.01407: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884841.01415: Calling all_plugins_play to load vars for managed_node2 11924 1726884841.01418: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884841.01420: Calling groups_plugins_play to load vars for managed_node2 11924 1726884841.01574: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884841.01751: done with get_vars() 11924 1726884841.01758: variable 'ansible_search_path' from source: unknown 11924 1726884841.01759: variable 'ansible_search_path' from source: unknown 11924 1726884841.01904: variable 'storage_provider' from source: role '' defaults 11924 1726884841.01941: we have included files to process 11924 1726884841.01942: generating all_blocks data 11924 1726884841.01944: done generating all_blocks data 11924 1726884841.01947: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 11924 1726884841.01947: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 11924 1726884841.01949: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 11924 1726884841.02212: in VariableManager get_vars() 11924 1726884841.02229: done with get_vars() 11924 1726884841.02238: done processing included file 11924 1726884841.02239: iterating over new_blocks loaded from include file 11924 1726884841.02240: in VariableManager get_vars() 11924 1726884841.02250: done with get_vars() 11924 1726884841.02251: filtering new block on tags 11924 1726884841.02289: done filtering new block on tags 11924 1726884841.02291: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed_node2 11924 1726884841.02295: extending task lists for all hosts with included blocks 11924 1726884841.02567: done extending task lists 11924 1726884841.02568: done processing included files 11924 1726884841.02568: results queue empty 11924 1726884841.02569: checking for any_errors_fatal 11924 1726884841.02573: done checking for any_errors_fatal 11924 1726884841.02573: checking for max_fail_percentage 11924 1726884841.02574: done checking for max_fail_percentage 11924 1726884841.02574: checking to see if all hosts have failed and the running result is not ok 11924 1726884841.02575: done checking to see if all hosts have failed 11924 1726884841.02575: getting the remaining hosts for this loop 11924 1726884841.02576: done getting the remaining hosts for this loop 11924 1726884841.02577: getting the next task for host managed_node2 11924 1726884841.02581: done getting next task for host managed_node2 11924 1726884841.02583: ^ task is: TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed 11924 1726884841.02586: ^ 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 11924 1726884841.02593: getting variables 11924 1726884841.02594: in VariableManager get_vars() 11924 1726884841.02602: Calling all_inventory to load vars for managed_node2 11924 1726884841.02604: Calling groups_inventory to load vars for managed_node2 11924 1726884841.02605: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884841.02608: Calling all_plugins_play to load vars for managed_node2 11924 1726884841.02610: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884841.02615: Calling groups_plugins_play to load vars for managed_node2 11924 1726884841.02777: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884841.03025: done with get_vars() 11924 1726884841.03035: done getting variables 11924 1726884841.03076: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 20 September 2024 22:14:01 -0400 (0:00:00.039) 0:00:06.370 ****** 11924 1726884841.03110: entering _queue_task() for managed_node2/set_fact 11924 1726884841.03344: worker is 1 (out of 1 available) 11924 1726884841.03357: exiting _queue_task() for managed_node2/set_fact 11924 1726884841.03369: done queuing things up, now waiting for results queue to drain 11924 1726884841.03370: waiting for pending results... 11924 1726884841.03638: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed 11924 1726884841.03767: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000129 11924 1726884841.03771: variable 'ansible_search_path' from source: unknown 11924 1726884841.03774: variable 'ansible_search_path' from source: unknown 11924 1726884841.04010: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884841.05617: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884841.05659: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884841.05687: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884841.05715: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884841.05735: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884841.05794: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884841.05821: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884841.05837: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884841.05864: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884841.05875: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884841.05979: dumping result to json 11924 1726884841.05983: done dumping result, returning 11924 1726884841.05989: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed [0affc8a3-6f6f-f4c0-2290-000000000129] 11924 1726884841.05993: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000129 11924 1726884841.06085: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000129 11924 1726884841.06088: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884841.06144: no more pending results, returning what we have 11924 1726884841.06147: results queue empty 11924 1726884841.06148: checking for any_errors_fatal 11924 1726884841.06150: done checking for any_errors_fatal 11924 1726884841.06150: checking for max_fail_percentage 11924 1726884841.06152: done checking for max_fail_percentage 11924 1726884841.06152: checking to see if all hosts have failed and the running result is not ok 11924 1726884841.06153: done checking to see if all hosts have failed 11924 1726884841.06154: getting the remaining hosts for this loop 11924 1726884841.06158: done getting the remaining hosts for this loop 11924 1726884841.06161: getting the next task for host managed_node2 11924 1726884841.06167: done getting next task for host managed_node2 11924 1726884841.06171: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present 11924 1726884841.06174: ^ 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 11924 1726884841.06186: getting variables 11924 1726884841.06187: in VariableManager get_vars() 11924 1726884841.06228: Calling all_inventory to load vars for managed_node2 11924 1726884841.06230: Calling groups_inventory to load vars for managed_node2 11924 1726884841.06232: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884841.06240: Calling all_plugins_play to load vars for managed_node2 11924 1726884841.06242: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884841.06245: Calling groups_plugins_play to load vars for managed_node2 11924 1726884841.06419: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884841.06588: done with get_vars() 11924 1726884841.06595: done getting variables 11924 1726884841.06633: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 20 September 2024 22:14:01 -0400 (0:00:00.035) 0:00:06.405 ****** 11924 1726884841.06663: entering _queue_task() for managed_node2/package 11924 1726884841.06839: worker is 1 (out of 1 available) 11924 1726884841.06853: exiting _queue_task() for managed_node2/package 11924 1726884841.06866: done queuing things up, now waiting for results queue to drain 11924 1726884841.06868: waiting for pending results... 11924 1726884841.07040: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present 11924 1726884841.07133: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000012b 11924 1726884841.07144: variable 'ansible_search_path' from source: unknown 11924 1726884841.07147: variable 'ansible_search_path' from source: unknown 11924 1726884841.07173: calling self._execute() 11924 1726884841.07230: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884841.07234: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884841.07242: variable 'omit' from source: magic vars 11924 1726884841.07512: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884841.09699: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884841.09702: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884841.09705: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884841.09708: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884841.09710: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884841.09869: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884841.09878: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884841.09881: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884841.09916: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884841.09919: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884841.10013: Evaluated conditional (install_copr | d(false) | bool): False 11924 1726884841.10063: when evaluation is False, skipping this task 11924 1726884841.10068: _execute() done 11924 1726884841.10075: dumping result to json 11924 1726884841.10078: done dumping result, returning 11924 1726884841.10083: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present [0affc8a3-6f6f-f4c0-2290-00000000012b] 11924 1726884841.10085: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000012b 11924 1726884841.10160: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000012b 11924 1726884841.10163: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } 11924 1726884841.10232: no more pending results, returning what we have 11924 1726884841.10235: results queue empty 11924 1726884841.10236: checking for any_errors_fatal 11924 1726884841.10242: done checking for any_errors_fatal 11924 1726884841.10242: checking for max_fail_percentage 11924 1726884841.10244: done checking for max_fail_percentage 11924 1726884841.10244: checking to see if all hosts have failed and the running result is not ok 11924 1726884841.10245: done checking to see if all hosts have failed 11924 1726884841.10246: getting the remaining hosts for this loop 11924 1726884841.10247: done getting the remaining hosts for this loop 11924 1726884841.10250: getting the next task for host managed_node2 11924 1726884841.10258: done getting next task for host managed_node2 11924 1726884841.10262: ^ task is: TASK: fedora.linux_system_roles.storage : Enable COPRs 11924 1726884841.10266: ^ 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 11924 1726884841.10286: getting variables 11924 1726884841.10288: in VariableManager get_vars() 11924 1726884841.10321: Calling all_inventory to load vars for managed_node2 11924 1726884841.10324: Calling groups_inventory to load vars for managed_node2 11924 1726884841.10326: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884841.10333: Calling all_plugins_play to load vars for managed_node2 11924 1726884841.10335: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884841.10338: Calling groups_plugins_play to load vars for managed_node2 11924 1726884841.10652: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884841.10906: done with get_vars() 11924 1726884841.10914: done getting variables TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 20 September 2024 22:14:01 -0400 (0:00:00.043) 0:00:06.448 ****** 11924 1726884841.10984: entering _queue_task() for managed_node2/include_tasks 11924 1726884841.11176: worker is 1 (out of 1 available) 11924 1726884841.11191: exiting _queue_task() for managed_node2/include_tasks 11924 1726884841.11204: done queuing things up, now waiting for results queue to drain 11924 1726884841.11206: waiting for pending results... 11924 1726884841.11571: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable COPRs 11924 1726884841.11654: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000012c 11924 1726884841.11676: variable 'ansible_search_path' from source: unknown 11924 1726884841.11680: variable 'ansible_search_path' from source: unknown 11924 1726884841.11904: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884841.13846: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884841.13992: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884841.13997: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884841.14004: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884841.14023: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884841.14089: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884841.14105: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884841.14124: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884841.14171: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884841.14177: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884841.14293: dumping result to json 11924 1726884841.14300: done dumping result, returning 11924 1726884841.14316: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable COPRs [0affc8a3-6f6f-f4c0-2290-00000000012c] 11924 1726884841.14318: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000012c 11924 1726884841.14404: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000012c 11924 1726884841.14407: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884841.14470: no more pending results, returning what we have 11924 1726884841.14474: results queue empty 11924 1726884841.14475: checking for any_errors_fatal 11924 1726884841.14479: done checking for any_errors_fatal 11924 1726884841.14480: checking for max_fail_percentage 11924 1726884841.14481: done checking for max_fail_percentage 11924 1726884841.14482: checking to see if all hosts have failed and the running result is not ok 11924 1726884841.14483: done checking to see if all hosts have failed 11924 1726884841.14483: getting the remaining hosts for this loop 11924 1726884841.14485: done getting the remaining hosts for this loop 11924 1726884841.14489: getting the next task for host managed_node2 11924 1726884841.14496: done getting next task for host managed_node2 11924 1726884841.14502: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 11924 1726884841.14506: ^ 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 11924 1726884841.14517: getting variables 11924 1726884841.14518: in VariableManager get_vars() 11924 1726884841.14544: Calling all_inventory to load vars for managed_node2 11924 1726884841.14546: Calling groups_inventory to load vars for managed_node2 11924 1726884841.14548: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884841.14557: Calling all_plugins_play to load vars for managed_node2 11924 1726884841.14560: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884841.14562: Calling groups_plugins_play to load vars for managed_node2 11924 1726884841.14740: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884841.15146: done with get_vars() 11924 1726884841.15153: done getting variables 11924 1726884841.15194: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 20 September 2024 22:14:01 -0400 (0:00:00.042) 0:00:06.491 ****** 11924 1726884841.15216: entering _queue_task() for managed_node2/package 11924 1726884841.15395: worker is 1 (out of 1 available) 11924 1726884841.15409: exiting _queue_task() for managed_node2/package 11924 1726884841.15424: done queuing things up, now waiting for results queue to drain 11924 1726884841.15426: waiting for pending results... 11924 1726884841.15678: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 11924 1726884841.15762: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000c5 11924 1726884841.15773: variable 'ansible_search_path' from source: unknown 11924 1726884841.15777: variable 'ansible_search_path' from source: unknown 11924 1726884841.15804: calling self._execute() 11924 1726884841.15861: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884841.15865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884841.15874: variable 'omit' from source: magic vars 11924 1726884841.16129: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884841.16322: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884841.16352: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884841.16381: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884841.16408: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884841.16467: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884841.16486: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884841.16510: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884841.16527: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884841.16635: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 11924 1726884841.16638: variable 'omit' from source: magic vars 11924 1726884841.16678: variable 'omit' from source: magic vars 11924 1726884841.16764: variable 'package_info' from source: set_fact 11924 1726884841.16774: variable 'extra_pkgs' from source: task vars 11924 1726884841.16882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884841.18229: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884841.18278: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884841.18304: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884841.18329: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884841.18363: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884841.18408: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884841.18428: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884841.18446: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884841.18477: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884841.18488: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884841.18558: variable '__storage_is_ostree' from source: set_fact 11924 1726884841.18562: variable 'omit' from source: magic vars 11924 1726884841.18589: variable 'omit' from source: magic vars 11924 1726884841.18608: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884841.18628: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884841.18642: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884841.18659: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884841.18667: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884841.18686: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884841.18699: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884841.18721: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884841.18724: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884841.18726: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884841.18808: Set connection var ansible_shell_executable to /bin/sh 11924 1726884841.18811: Set connection var ansible_connection to ssh 11924 1726884841.18814: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884841.18820: Set connection var ansible_timeout to 10 11924 1726884841.18826: Set connection var ansible_pipelining to False 11924 1726884841.18830: Set connection var ansible_shell_type to sh 11924 1726884841.18851: variable 'ansible_shell_executable' from source: unknown 11924 1726884841.18854: variable 'ansible_connection' from source: unknown 11924 1726884841.18859: variable 'ansible_module_compression' from source: unknown 11924 1726884841.18861: variable 'ansible_shell_type' from source: unknown 11924 1726884841.18865: variable 'ansible_shell_executable' from source: unknown 11924 1726884841.18868: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884841.18870: variable 'ansible_pipelining' from source: unknown 11924 1726884841.18872: variable 'ansible_timeout' from source: unknown 11924 1726884841.18879: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884841.18950: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884841.18959: variable 'omit' from source: magic vars 11924 1726884841.18964: starting attempt loop 11924 1726884841.18967: running the handler 11924 1726884841.18973: variable 'ansible_facts' from source: unknown 11924 1726884841.18976: variable 'ansible_facts' from source: unknown 11924 1726884841.19021: _low_level_execute_command(): starting 11924 1726884841.19025: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884841.19538: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884841.19542: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884841.19547: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884841.19549: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884841.19606: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884841.19609: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884841.19614: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884841.19675: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884841.21950: stdout chunk (state=3): >>>/root <<< 11924 1726884841.22086: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884841.22120: stderr chunk (state=3): >>><<< 11924 1726884841.22124: stdout chunk (state=3): >>><<< 11924 1726884841.22154: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884841.22193: _low_level_execute_command(): starting 11924 1726884841.22203: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884841.2215998-12211-227300865897602 `" && echo ansible-tmp-1726884841.2215998-12211-227300865897602="` echo /root/.ansible/tmp/ansible-tmp-1726884841.2215998-12211-227300865897602 `" ) && sleep 0' 11924 1726884841.22729: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884841.22733: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884841.22767: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884841.22770: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884841.22817: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884841.22889: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884841.24784: stdout chunk (state=3): >>>ansible-tmp-1726884841.2215998-12211-227300865897602=/root/.ansible/tmp/ansible-tmp-1726884841.2215998-12211-227300865897602 <<< 11924 1726884841.24899: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884841.24926: stderr chunk (state=3): >>><<< 11924 1726884841.24935: stdout chunk (state=3): >>><<< 11924 1726884841.24958: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884841.2215998-12211-227300865897602=/root/.ansible/tmp/ansible-tmp-1726884841.2215998-12211-227300865897602 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884841.25126: variable 'ansible_module_compression' from source: unknown 11924 1726884841.25129: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 11924 1726884841.25131: variable 'ansible_facts' from source: unknown 11924 1726884841.25202: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884841.2215998-12211-227300865897602/AnsiballZ_dnf.py 11924 1726884841.25305: Sending initial data 11924 1726884841.25308: Sent initial data (152 bytes) 11924 1726884841.25792: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884841.25795: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884841.25797: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884841.25800: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884841.25805: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884841.25861: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884841.25866: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884841.25869: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884841.25916: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884841.27861: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884841.27908: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884841.27985: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpp583_ioi /root/.ansible/tmp/ansible-tmp-1726884841.2215998-12211-227300865897602/AnsiballZ_dnf.py <<< 11924 1726884841.27992: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884841.2215998-12211-227300865897602/AnsiballZ_dnf.py" <<< 11924 1726884841.28052: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpp583_ioi" to remote "/root/.ansible/tmp/ansible-tmp-1726884841.2215998-12211-227300865897602/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884841.2215998-12211-227300865897602/AnsiballZ_dnf.py" <<< 11924 1726884841.28875: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884841.28919: stderr chunk (state=3): >>><<< 11924 1726884841.28924: stdout chunk (state=3): >>><<< 11924 1726884841.28949: done transferring module to remote 11924 1726884841.28967: _low_level_execute_command(): starting 11924 1726884841.28970: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884841.2215998-12211-227300865897602/ /root/.ansible/tmp/ansible-tmp-1726884841.2215998-12211-227300865897602/AnsiballZ_dnf.py && sleep 0' 11924 1726884841.29440: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884841.29444: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884841.29446: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884841.29448: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884841.29450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884841.29512: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884841.29515: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884841.29564: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884841.32119: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884841.32136: stderr chunk (state=3): >>><<< 11924 1726884841.32144: stdout chunk (state=3): >>><<< 11924 1726884841.32163: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884841.32166: _low_level_execute_command(): starting 11924 1726884841.32169: _low_level_execute_command(): using become for this command 11924 1726884841.32185: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-htvsbsyxjgyjzsyjottvblsnpxecclli ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884841.2215998-12211-227300865897602/AnsiballZ_dnf.py'"'"' && sleep 0' 11924 1726884841.32305: Initial state: awaiting_escalation: BECOME-SUCCESS-htvsbsyxjgyjzsyjottvblsnpxecclli 11924 1726884841.32764: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884841.32769: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884841.32813: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884841.32870: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884841.37120: stdout chunk (state=1): >>>BECOME-SUCCESS-htvsbsyxjgyjzsyjottvblsnpxecclli <<< 11924 1726884841.37129: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-htvsbsyxjgyjzsyjottvblsnpxecclli' 11924 1726884841.37516: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884841.37570: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884841.37615: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884841.37619: stdout chunk (state=3): >>>import '_warnings' # <<< 11924 1726884841.37700: stdout chunk (state=3): >>>import '_weakref' # <<< 11924 1726884841.37740: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884841.37743: stdout chunk (state=3): >>> import 'marshal' # <<< 11924 1726884841.37750: stdout chunk (state=3): >>> <<< 11924 1726884841.37804: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884841.37807: stdout chunk (state=3): >>> <<< 11924 1726884841.37854: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884841.37859: stdout chunk (state=3): >>> # installing zipimport hook<<< 11924 1726884841.37861: stdout chunk (state=3): >>> <<< 11924 1726884841.38001: 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' <<< 11924 1726884841.38004: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884841.38033: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884841.38037: stdout chunk (state=3): >>> <<< 11924 1726884841.38089: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py<<< 11924 1726884841.38103: stdout chunk (state=3): >>> <<< 11924 1726884841.38131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884841.38150: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027e183e0> <<< 11924 1726884841.38153: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027de7a10> <<< 11924 1726884841.38183: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py<<< 11924 1726884841.38193: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 11924 1726884841.38273: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027e1a960> import '_signal' # import '_abc' # import 'abc' # <<< 11924 1726884841.38308: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884841.38359: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884841.38366: stdout chunk (state=3): >>> import 'stat' # <<< 11924 1726884841.38701: 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' <<< 11924 1726884841.38723: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c2cfe0> <<< 11924 1726884841.38810: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884841.38827: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884841.38844: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c2dfd0><<< 11924 1726884841.38846: stdout chunk (state=3): >>> <<< 11924 1726884841.38884: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884841.38924: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux<<< 11924 1726884841.38928: stdout chunk (state=3): >>> Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884841.39386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884841.39448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884841.39451: 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' <<< 11924 1726884841.39490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884841.39530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'<<< 11924 1726884841.39723: 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 0x7fd027c73dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c73fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884841.39728: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884841.39802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884841.39922: 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 0x7fd027ca37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884841.39939: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027ca3e60> import '_collections' # <<< 11924 1726884841.40002: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c83a70> <<< 11924 1726884841.40028: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884841.40102: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c811c0> <<< 11924 1726884841.40217: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c70f80> <<< 11924 1726884841.40250: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884841.40299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884841.40405: 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' <<< 11924 1726884841.40451: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cc7800> <<< 11924 1726884841.40473: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cc6420> <<< 11924 1726884841.40527: 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' <<< 11924 1726884841.40618: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cc4bc0> <<< 11924 1726884841.40642: 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' <<< 11924 1726884841.40649: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cf8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c70200> <<< 11924 1726884841.40689: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 11924 1726884841.40693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884841.40905: 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 0x7fd027cf8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cf8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027cf8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c66d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884841.40909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884841.40942: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cf95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cf92b0> <<< 11924 1726884841.40974: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 11924 1726884841.41000: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py<<< 11924 1726884841.41004: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'<<< 11924 1726884841.41041: stdout chunk (state=3): >>> import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cfa4e0> <<< 11924 1726884841.41081: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884841.41096: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884841.41125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884841.41176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884841.41212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py<<< 11924 1726884841.41218: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027d106e0> <<< 11924 1726884841.41418: 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 0x7fd027d11dc0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027d12c30> <<< 11924 1726884841.41423: 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 0x7fd027d13260> <<< 11924 1726884841.41447: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027d12180> <<< 11924 1726884841.41475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py<<< 11924 1726884841.41480: stdout chunk (state=3): >>> <<< 11924 1726884841.41500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884841.41546: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884841.41567: 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 0x7fd027d13ce0> <<< 11924 1726884841.41581: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027d13410> <<< 11924 1726884841.41651: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cfa450><<< 11924 1726884841.41678: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884841.41721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884841.41770: 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' <<< 11924 1726884841.41820: 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 0x7fd027a9fb30><<< 11924 1726884841.41896: 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' <<< 11924 1726884841.41996: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884841.42006: 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 0x7fd027ac8680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027ac83e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027ac86b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884841.42100: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884841.42105: stdout chunk (state=3): >>> <<< 11924 1726884841.42279: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884841.42283: stdout chunk (state=3): >>> import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027ac8fe0> <<< 11924 1726884841.42466: 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'<<< 11924 1726884841.42511: stdout chunk (state=3): >>> import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027ac9910> <<< 11924 1726884841.42514: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027ac8890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027a9dcd0> <<< 11924 1726884841.42536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884841.42621: 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'<<< 11924 1726884841.42644: stdout chunk (state=3): >>> import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027acac00> <<< 11924 1726884841.42692: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027ac8b30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cfac00> <<< 11924 1726884841.42730: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884841.42898: 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' <<< 11924 1726884841.42926: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027af6f30><<< 11924 1726884841.42931: stdout chunk (state=3): >>> <<< 11924 1726884841.43009: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884841.43028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884841.43057: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py<<< 11924 1726884841.43063: stdout chunk (state=3): >>> <<< 11924 1726884841.43092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'<<< 11924 1726884841.43095: stdout chunk (state=3): >>> <<< 11924 1726884841.43193: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027b1f2c0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884841.43235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884841.43325: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884841.43354: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py<<< 11924 1726884841.43358: stdout chunk (state=3): >>> <<< 11924 1726884841.43376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884841.43433: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027b47fe0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884841.43439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884841.43495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884841.43553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884841.43700: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027b7a780> <<< 11924 1726884841.44103: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027b78140> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027b1ff50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0279810d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027b1e0c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027acbb30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd027981310> <<< 11924 1726884841.44291: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_f8n3cbq1/ansible_ansible.legacy.dnf_payload.zip' <<< 11924 1726884841.44296: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.44514: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.44541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884841.44564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'<<< 11924 1726884841.44569: stdout chunk (state=3): >>> <<< 11924 1726884841.44636: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py<<< 11924 1726884841.44641: stdout chunk (state=3): >>> <<< 11924 1726884841.44752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'<<< 11924 1726884841.44754: stdout chunk (state=3): >>> <<< 11924 1726884841.44796: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py<<< 11924 1726884841.44801: 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 0x7fd0279d6e10><<< 11924 1726884841.44818: stdout chunk (state=3): >>> <<< 11924 1726884841.44845: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884841.44996: stdout chunk (state=3): >>> <<< 11924 1726884841.45136: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0279b5d00><<< 11924 1726884841.45143: stdout chunk (state=3): >>> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0279b4e90><<< 11924 1726884841.45149: stdout chunk (state=3): >>> <<< 11924 1726884841.45164: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.45214: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884841.45396: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884841.47478: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.49305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884841.49321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0279d5100> <<< 11924 1726884841.49377: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884841.49381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884841.49414: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884841.49419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884841.49457: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884841.49464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884841.49604: 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 0x7fd027a027b0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027a02540> <<< 11924 1726884841.49618: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027a01e50> <<< 11924 1726884841.49659: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py<<< 11924 1726884841.49662: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'<<< 11924 1726884841.49664: stdout chunk (state=3): >>> <<< 11924 1726884841.49726: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027a02690><<< 11924 1726884841.49728: stdout chunk (state=3): >>> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c829c0> <<< 11924 1726884841.49752: stdout chunk (state=3): >>>import 'atexit' # <<< 11924 1726884841.49758: stdout chunk (state=3): >>> <<< 11924 1726884841.49902: 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 0x7fd027a03530> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027a03770> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884841.49940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'<<< 11924 1726884841.49945: stdout chunk (state=3): >>> <<< 11924 1726884841.49961: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884841.50027: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027a03c20><<< 11924 1726884841.50032: stdout chunk (state=3): >>> <<< 11924 1726884841.50049: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884841.50079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py<<< 11924 1726884841.50086: stdout chunk (state=3): >>> <<< 11924 1726884841.50122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'<<< 11924 1726884841.50127: stdout chunk (state=3): >>> <<< 11924 1726884841.50181: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027319a00><<< 11924 1726884841.50186: stdout chunk (state=3): >>> <<< 11924 1726884841.50213: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884841.50301: 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 0x7fd02731b5f0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884841.50331: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02731bfb0><<< 11924 1726884841.50334: stdout chunk (state=3): >>> <<< 11924 1726884841.50359: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py<<< 11924 1726884841.50364: stdout chunk (state=3): >>> <<< 11924 1726884841.50411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884841.50436: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027321190><<< 11924 1726884841.50439: stdout chunk (state=3): >>> <<< 11924 1726884841.50593: 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' <<< 11924 1726884841.50637: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027323b60> <<< 11924 1726884841.50687: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884841.50700: stdout chunk (state=3): >>> # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884841.50706: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027d12ba0> <<< 11924 1726884841.50735: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027321e20> <<< 11924 1726884841.50763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py<<< 11924 1726884841.50795: stdout chunk (state=3): >>> <<< 11924 1726884841.50813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884841.50859: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py<<< 11924 1726884841.50862: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'<<< 11924 1726884841.50863: stdout chunk (state=3): >>> <<< 11924 1726884841.50899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884841.50993: 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 0x7fd027327890> import '_tokenize' # <<< 11924 1726884841.51092: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027326360> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0273260c0><<< 11924 1726884841.51139: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884841.51153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884841.51277: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027326630> <<< 11924 1726884841.51301: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0273222a0> <<< 11924 1726884841.51415: 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 0x7fd02736ba70> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02736bd10> <<< 11924 1726884841.51420: 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 <<< 11924 1726884841.51475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884841.51478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 11924 1726884841.51486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 11924 1726884841.51519: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884841.51599: 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 0x7fd02736d790> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02736d550> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884841.51767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884841.51841: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884841.51845: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884841.51859: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd02736fce0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02736de50> <<< 11924 1726884841.52010: 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' # <<< 11924 1726884841.52083: stdout chunk (state=3): >>> import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027373470> <<< 11924 1726884841.52280: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02736fe00><<< 11924 1726884841.52287: stdout chunk (state=3): >>> <<< 11924 1726884841.52386: stdout 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 0x7fd027374770> <<< 11924 1726884841.52444: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884841.52448: 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 0x7fd027374620> <<< 11924 1726884841.52593: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884841.52707: 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 0x7fd0273748c0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02736bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027377f50> <<< 11924 1726884841.52879: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884841.52925: 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 0x7fd027201280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0273766f0> <<< 11924 1726884841.52994: 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 0x7fd027377aa0> <<< 11924 1726884841.53026: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027376330> <<< 11924 1726884841.53039: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884841.53205: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884841.53222: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.53367: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884841.53374: stdout chunk (state=3): >>> <<< 11924 1726884841.53397: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.53418: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 11924 1726884841.53439: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.53467: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.53495: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884841.53519: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.53682: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.53929: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.54771: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.55775: 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' <<< 11924 1726884841.55891: 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 0x7fd027205580> <<< 11924 1726884841.56089: 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 0x7fd027206390> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272013a0> <<< 11924 1726884841.56093: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884841.56211: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884841.56238: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.56435: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.56670: 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' <<< 11924 1726884841.56676: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027206b40> <<< 11924 1726884841.56752: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.57462: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.58210: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.58304: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.58427: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884841.58430: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.58496: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # <<< 11924 1726884841.58592: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884841.58647: stdout chunk (state=3): >>> <<< 11924 1726884841.58816: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available<<< 11924 1726884841.58853: stdout chunk (state=3): >>> # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884841.58934: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884841.58991: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884841.59029: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.59332: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.59727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884841.59813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884841.59923: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027207680> <<< 11924 1726884841.59939: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.60049: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.60222: 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' # <<< 11924 1726884841.60231: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.60287: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.60341: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884841.60507: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884841.60572: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.60686: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py<<< 11924 1726884841.60699: stdout chunk (state=3): >>> <<< 11924 1726884841.60739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884841.60860: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884841.60873: stdout chunk (state=3): >>> # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884841.60880: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027211f10> <<< 11924 1726884841.60936: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02720cfe0> <<< 11924 1726884841.60979: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 11924 1726884841.60991: stdout chunk (state=3): >>> import 'ansible.module_utils.common.process' # <<< 11924 1726884841.61008: stdout chunk (state=3): >>> <<< 11924 1726884841.61016: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.61115: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884841.61124: stdout chunk (state=3): >>> <<< 11924 1726884841.61309: 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' <<< 11924 1726884841.61351: 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 <<< 11924 1726884841.61360: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884841.61390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py<<< 11924 1726884841.61395: stdout chunk (state=3): >>> <<< 11924 1726884841.61472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884841.61510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884841.61597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884841.61633: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0273028d0><<< 11924 1726884841.61636: stdout chunk (state=3): >>> <<< 11924 1726884841.61825: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027a265d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027211f40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272016d0><<< 11924 1726884841.61850: stdout chunk (state=3): >>> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884841.61869: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.61915: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.61960: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884841.62051: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884841.62112: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884841.62120: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.63030: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.64009: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.64968: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.66081: 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 0x7fd0272a4410> <<< 11924 1726884841.66125: 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 0x7fd0272a4620> <<< 11924 1726884841.66154: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 11924 1726884841.66189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 11924 1726884841.66210: 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' <<< 11924 1726884841.66318: 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 0x7fd0272a4d70> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272a48f0> # /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<<< 11924 1726884841.66324: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 11924 1726884841.66417: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272a56a0> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py<<< 11924 1726884841.66422: stdout chunk (state=3): >>> <<< 11924 1726884841.66474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 11924 1726884841.66493: 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' <<< 11924 1726884841.66598: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02728d8e0><<< 11924 1726884841.66647: stdout chunk (state=3): >>> <<< 11924 1726884841.66651: 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 0x7fd02728ce90> <<< 11924 1726884841.66699: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 11924 1726884841.66710: 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 0x7fd026ec2630><<< 11924 1726884841.66789: stdout chunk (state=3): >>> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272a6ed0> <<< 11924 1726884841.66804: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py<<< 11924 1726884841.66811: stdout chunk (state=3): >>> <<< 11924 1726884841.66897: 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 <<< 11924 1726884841.67003: 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 # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 11924 1726884841.67211: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026ec51f0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026ec3d70> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026ec3110> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272a6360> # /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' <<< 11924 1726884841.67221: 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 <<< 11924 1726884841.67310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc'<<< 11924 1726884841.67316: stdout chunk (state=3): >>> <<< 11924 1726884841.67347: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 11924 1726884841.67350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 11924 1726884841.67385: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f31100> <<< 11924 1726884841.67806: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026ee9250> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272a6810> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 11924 1726884841.67820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc'<<< 11924 1726884841.67831: stdout chunk (state=3): >>> <<< 11924 1726884841.67861: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py<<< 11924 1726884841.67894: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc'<<< 11924 1726884841.67901: stdout chunk (state=3): >>> <<< 11924 1726884841.67966: 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'<<< 11924 1726884841.67989: stdout chunk (state=3): >>> import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f38b30> <<< 11924 1726884841.68021: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f32ea0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026ee8d70> <<< 11924 1726884841.68072: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272a5d60> <<< 11924 1726884841.68076: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272a5760> <<< 11924 1726884841.68087: stdout chunk (state=3): >>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272a5460> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272a4680> <<< 11924 1726884841.68144: 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 0x7fd0272a5610> <<< 11924 1726884841.68169: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py<<< 11924 1726884841.68217: 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 <<< 11924 1726884841.68399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f39160> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f38d10> # /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' <<< 11924 1726884841.68449: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f398b0> <<< 11924 1726884841.68495: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 11924 1726884841.68531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 11924 1726884841.68613: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py<<< 11924 1726884841.68625: stdout chunk (state=3): >>> <<< 11924 1726884841.68676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884841.68758: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884841.68890: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884841.68899: stdout chunk (state=3): >>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd026f3c560> <<< 11924 1726884841.69218: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f1d6d0> <<< 11924 1726884841.69274: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f3a870> <<< 11924 1726884841.69302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 11924 1726884841.69314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 11924 1726884841.69424: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f1d190> # /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 0x7fd026f56390> <<< 11924 1726884841.69443: 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'<<< 11924 1726884841.69486: 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' <<< 11924 1726884841.69506: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f57050> <<< 11924 1726884841.69540: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f56ae0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 11924 1726884841.69619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 11924 1726884841.69703: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f57320> <<< 11924 1726884841.69738: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 11924 1726884841.69766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 11924 1726884841.69997: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f2ba40> <<< 11924 1726884841.70033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 11924 1726884841.70037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 11924 1726884841.70052: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026e45e80> <<< 11924 1726884841.70105: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.70205: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 11924 1726884841.70230: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.70335: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.70496: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # # zipimport: zlib available <<< 11924 1726884841.70548: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.70602: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 11924 1726884841.70619: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.70733: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.70860: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 11924 1726884841.70945: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884841.71449: 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' <<< 11924 1726884841.71488: 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' <<< 11924 1726884841.71507: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 11924 1726884841.71510: 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 0x7fd026e86e10> <<< 11924 1726884841.71579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884841.71587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884841.71712: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026e86f00> <<< 11924 1726884841.71770: 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' <<< 11924 1726884841.71785: 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' <<< 11924 1726884841.71824: 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 0x7fd026bd7080> <<< 11924 1726884841.71829: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026bd6900> <<< 11924 1726884841.71852: 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 0x7fd026bd6ae0> <<< 11924 1726884841.71899: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026e87410> <<< 11924 1726884841.71901: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026e86570> <<< 11924 1726884841.71938: 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' <<< 11924 1726884841.71941: stdout chunk (state=3): >>>import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026e86b10> <<< 11924 1726884841.71964: 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 <<< 11924 1726884841.72032: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 11924 1726884841.72058: 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' <<< 11924 1726884841.72088: 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 <<< 11924 1726884841.72094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 11924 1726884841.72217: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'<<< 11924 1726884841.72235: stdout chunk (state=3): >>> # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 11924 1726884841.72263: stdout chunk (state=3): >>>import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd026c506b0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026c50290><<< 11924 1726884841.72309: stdout chunk (state=3): >>> <<< 11924 1726884841.72319: 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 <<< 11924 1726884841.72600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd026c53f80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026c50800> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py <<< 11924 1726884841.72650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc'<<< 11924 1726884841.72691: stdout chunk (state=3): >>> <<< 11924 1726884841.74202: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'<<< 11924 1726884841.74213: stdout chunk (state=3): >>> <<< 11924 1726884841.74308: stdout chunk (state=3): >>># extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd026732ed0> <<< 11924 1726884841.74358: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026c53d70><<< 11924 1726884841.74364: stdout chunk (state=3): >>> <<< 11924 1726884841.74408: 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 <<< 11924 1726884841.74522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc'<<< 11924 1726884841.74531: stdout chunk (state=3): >>> <<< 11924 1726884841.74668: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'<<< 11924 1726884841.74671: stdout chunk (state=3): >>> <<< 11924 1726884841.74691: stdout chunk (state=3): >>># extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' <<< 11924 1726884841.74710: stdout chunk (state=3): >>>import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd0267b0bc0><<< 11924 1726884841.74789: stdout chunk (state=3): >>> <<< 11924 1726884841.74976: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026733440><<< 11924 1726884841.75023: 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<<< 11924 1726884841.75025: stdout chunk (state=3): >>> <<< 11924 1726884841.75094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc'<<< 11924 1726884841.75099: stdout chunk (state=3): >>> <<< 11924 1726884841.75216: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so'<<< 11924 1726884841.75229: stdout chunk (state=3): >>> <<< 11924 1726884841.75246: stdout chunk (state=3): >>># extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' <<< 11924 1726884841.75257: stdout chunk (state=3): >>>import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd0267b3b90><<< 11924 1726884841.75265: stdout chunk (state=3): >>> <<< 11924 1726884841.75344: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0267b0d40> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py<<< 11924 1726884841.75347: stdout chunk (state=3): >>> <<< 11924 1726884841.75432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc'<<< 11924 1726884841.75437: stdout chunk (state=3): >>> <<< 11924 1726884841.75569: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'<<< 11924 1726884841.75579: stdout chunk (state=3): >>> <<< 11924 1726884841.75582: stdout chunk (state=3): >>># extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' <<< 11924 1726884841.75659: stdout chunk (state=3): >>>import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd0267efd10> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0267b3f20> <<< 11924 1726884841.75709: 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<<< 11924 1726884841.75716: stdout chunk (state=3): >>> <<< 11924 1726884841.75744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 11924 1726884841.75836: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 11924 1726884841.75854: stdout chunk (state=3): >>># extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'<<< 11924 1726884841.75867: stdout chunk (state=3): >>> import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd024dacfe0><<< 11924 1726884841.75912: stdout chunk (state=3): >>> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024dac3e0><<< 11924 1726884841.75916: stdout chunk (state=3): >>> <<< 11924 1726884841.75941: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026bf3e00> <<< 11924 1726884841.75986: 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<<< 11924 1726884841.76063: stdout chunk (state=3): >>> <<< 11924 1726884841.76067: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 11924 1726884841.76111: 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<<< 11924 1726884841.76116: stdout chunk (state=3): >>> <<< 11924 1726884841.76148: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc'<<< 11924 1726884841.76156: stdout chunk (state=3): >>> <<< 11924 1726884841.76193: 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<<< 11924 1726884841.76231: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc'<<< 11924 1726884841.76235: stdout chunk (state=3): >>> <<< 11924 1726884841.76281: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884841.76310: stdout chunk (state=3): >>> # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884841.76315: stdout chunk (state=3): >>> import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd024dcc4d0><<< 11924 1726884841.76384: stdout chunk (state=3): >>> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024daf920> <<< 11924 1726884841.76422: 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<<< 11924 1726884841.76427: stdout chunk (state=3): >>> <<< 11924 1726884841.76478: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 11924 1726884841.76523: 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 <<< 11924 1726884841.76576: 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<<< 11924 1726884841.76596: stdout chunk (state=3): >>> <<< 11924 1726884841.76603: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc'<<< 11924 1726884841.76616: stdout chunk (state=3): >>> import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024dceb10><<< 11924 1726884841.76658: 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<<< 11924 1726884841.76666: stdout chunk (state=3): >>> <<< 11924 1726884841.76701: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc'<<< 11924 1726884841.76711: stdout chunk (state=3): >>> <<< 11924 1726884841.76736: 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<<< 11924 1726884841.76765: 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 0x7fd024dcf9e0><<< 11924 1726884841.76815: 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<<< 11924 1726884841.76821: stdout chunk (state=3): >>> <<< 11924 1726884841.76841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc'<<< 11924 1726884841.76846: stdout chunk (state=3): >>> <<< 11924 1726884841.77539: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'<<< 11924 1726884841.77563: stdout chunk (state=3): >>> # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'<<< 11924 1726884841.77566: stdout chunk (state=3): >>> import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd024df42f0><<< 11924 1726884841.77636: 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<<< 11924 1726884841.77639: stdout chunk (state=3): >>> <<< 11924 1726884841.77673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 11924 1726884841.77708: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024df57f0> <<< 11924 1726884841.77731: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024dcfc20><<< 11924 1726884841.77774: stdout chunk (state=3): >>> <<< 11924 1726884841.77778: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024dce9c0> <<< 11924 1726884841.77817: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024dce360> <<< 11924 1726884841.77903: 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'<<< 11924 1726884841.77908: stdout chunk (state=3): >>> <<< 11924 1726884841.78051: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'<<< 11924 1726884841.78061: stdout chunk (state=3): >>> <<< 11924 1726884841.78120: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd024df73b0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024dcef30> <<< 11924 1726884841.78231: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024dcc800><<< 11924 1726884841.78238: stdout chunk (state=3): >>> <<< 11924 1726884841.78308: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024daef30> <<< 11924 1726884841.78362: 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<<< 11924 1726884841.78492: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884841.78589: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'<<< 11924 1726884841.78604: stdout chunk (state=3): >>> <<< 11924 1726884841.78621: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd024daf650><<< 11924 1726884841.78650: stdout chunk (state=3): >>> <<< 11924 1726884841.78653: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024daf3b0><<< 11924 1726884841.78661: stdout chunk (state=3): >>> <<< 11924 1726884841.78721: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024dad130><<< 11924 1726884841.78724: stdout chunk (state=3): >>> <<< 11924 1726884841.78774: 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<<< 11924 1726884841.78779: stdout chunk (state=3): >>> <<< 11924 1726884841.78800: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884841.78810: stdout chunk (state=3): >>>import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e30b00><<< 11924 1726884841.78816: stdout chunk (state=3): >>> <<< 11924 1726884841.78853: 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<<< 11924 1726884841.78907: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 11924 1726884841.78950: 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 <<< 11924 1726884841.78989: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc'<<< 11924 1726884841.78992: stdout chunk (state=3): >>> <<< 11924 1726884841.79058: 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'<<< 11924 1726884841.79064: stdout chunk (state=3): >>> <<< 11924 1726884841.79125: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e32f90> # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py<<< 11924 1726884841.79129: stdout chunk (state=3): >>> <<< 11924 1726884841.79154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'<<< 11924 1726884841.79201: stdout chunk (state=3): >>> <<< 11924 1726884841.79212: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e33770><<< 11924 1726884841.79216: stdout chunk (state=3): >>> <<< 11924 1726884841.79237: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e32300> <<< 11924 1726884841.79274: 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<<< 11924 1726884841.79318: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc'<<< 11924 1726884841.79324: stdout chunk (state=3): >>> <<< 11924 1726884841.79358: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e33f50><<< 11924 1726884841.79364: stdout chunk (state=3): >>> <<< 11924 1726884841.79401: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e309b0><<< 11924 1726884841.79443: 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<<< 11924 1726884841.79459: stdout chunk (state=3): >>> <<< 11924 1726884841.79467: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc'<<< 11924 1726884841.79480: stdout chunk (state=3): >>> <<< 11924 1726884841.79514: 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<<< 11924 1726884841.79559: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc'<<< 11924 1726884841.79565: stdout chunk (state=3): >>> <<< 11924 1726884841.79600: 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<<< 11924 1726884841.79612: stdout chunk (state=3): >>> <<< 11924 1726884841.79626: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc'<<< 11924 1726884841.79642: stdout chunk (state=3): >>> <<< 11924 1726884841.79671: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e59a30><<< 11924 1726884841.79718: stdout chunk (state=3): >>> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e58fb0><<< 11924 1726884841.79727: stdout chunk (state=3): >>> <<< 11924 1726884841.79774: stdout chunk (state=3): >>>import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e58dd0> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py<<< 11924 1726884841.79780: stdout chunk (state=3): >>> <<< 11924 1726884841.79803: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc'<<< 11924 1726884841.79814: stdout chunk (state=3): >>> <<< 11924 1726884841.79893: 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'<<< 11924 1726884841.79898: stdout chunk (state=3): >>> <<< 11924 1726884841.79940: 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<<< 11924 1726884841.79943: stdout chunk (state=3): >>> <<< 11924 1726884841.79980: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc'<<< 11924 1726884841.79983: stdout chunk (state=3): >>> <<< 11924 1726884841.80036: 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'<<< 11924 1726884841.80042: stdout chunk (state=3): >>> <<< 11924 1726884841.80107: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e84a70> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py<<< 11924 1726884841.80112: stdout chunk (state=3): >>> <<< 11924 1726884841.80188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc'<<< 11924 1726884841.80191: stdout chunk (state=3): >>> <<< 11924 1726884841.80237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py<<< 11924 1726884841.80246: stdout chunk (state=3): >>> <<< 11924 1726884841.80344: 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<<< 11924 1726884841.80347: stdout chunk (state=3): >>> <<< 11924 1726884841.80373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'<<< 11924 1726884841.80413: stdout chunk (state=3): >>> import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024756b10><<< 11924 1726884841.80416: stdout chunk (state=3): >>> <<< 11924 1726884841.80469: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884841.80571: 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 0x7fd024756e70> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e86d80> <<< 11924 1726884841.80628: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e84f20> <<< 11924 1726884841.80673: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e5bf20> <<< 11924 1726884841.80730: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e5a1e0><<< 11924 1726884841.80736: stdout chunk (state=3): >>> <<< 11924 1726884841.80759: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e59eb0> <<< 11924 1726884841.80797: 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 <<< 11924 1726884841.80861: 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<<< 11924 1726884841.80866: stdout chunk (state=3): >>> <<< 11924 1726884841.80896: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884841.80936: 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<<< 11924 1726884841.80963: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc'<<< 11924 1726884841.80966: stdout chunk (state=3): >>> <<< 11924 1726884841.81005: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0247909b0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024757ad0><<< 11924 1726884841.81068: stdout chunk (state=3): >>> <<< 11924 1726884841.81071: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e5a6f0> <<< 11924 1726884841.81119: 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<<< 11924 1726884841.81122: stdout chunk (state=3): >>> <<< 11924 1726884841.81151: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc'<<< 11924 1726884841.81161: stdout chunk (state=3): >>> <<< 11924 1726884841.81233: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024790f50> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py<<< 11924 1726884841.81249: stdout chunk (state=3): >>> <<< 11924 1726884841.81257: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc'<<< 11924 1726884841.81265: stdout chunk (state=3): >>> <<< 11924 1726884841.81275: stdout chunk (state=3): >>>import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024791310><<< 11924 1726884841.81311: 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<<< 11924 1726884841.81320: stdout chunk (state=3): >>> <<< 11924 1726884841.81336: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc'<<< 11924 1726884841.81349: stdout chunk (state=3): >>> import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0247913d0><<< 11924 1726884841.81397: 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<<< 11924 1726884841.81405: stdout chunk (state=3): >>> <<< 11924 1726884841.81422: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884841.81432: stdout chunk (state=3): >>>import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0247914f0><<< 11924 1726884841.81481: 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<<< 11924 1726884841.81489: stdout chunk (state=3): >>> <<< 11924 1726884841.81543: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 11924 1726884841.81579: 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<<< 11924 1726884841.81631: stdout chunk (state=3): >>> <<< 11924 1726884841.81640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 11924 1726884841.81748: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' <<< 11924 1726884841.81769: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so'<<< 11924 1726884841.81774: stdout chunk (state=3): >>> <<< 11924 1726884841.81818: stdout chunk (state=3): >>>import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd024793f80> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0247921e0> <<< 11924 1726884841.81865: 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 <<< 11924 1726884841.81885: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc'<<< 11924 1726884841.81890: stdout chunk (state=3): >>> <<< 11924 1726884841.81935: stdout chunk (state=3): >>>import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0247b01d0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py <<< 11924 1726884841.81962: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 11924 1726884841.82020: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0247b0290> <<< 11924 1726884841.82077: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024791430> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py<<< 11924 1726884841.82081: stdout chunk (state=3): >>> <<< 11924 1726884841.82103: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc'<<< 11924 1726884841.82136: stdout chunk (state=3): >>> import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0247b0440> <<< 11924 1726884841.82172: 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<<< 11924 1726884841.82208: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc'<<< 11924 1726884841.82213: stdout chunk (state=3): >>> <<< 11924 1726884841.82246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py<<< 11924 1726884841.82358: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc'<<< 11924 1726884841.82364: stdout chunk (state=3): >>> <<< 11924 1726884841.82400: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884841.82574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc'<<< 11924 1726884841.82579: stdout chunk (state=3): >>> <<< 11924 1726884841.82617: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py<<< 11924 1726884841.82623: stdout chunk (state=3): >>> <<< 11924 1726884841.82661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc'<<< 11924 1726884841.82668: stdout chunk (state=3): >>> <<< 11924 1726884841.82712: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884841.82735: stdout chunk (state=3): >>># extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884841.82756: stdout chunk (state=3): >>>import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd0247dbe30> <<< 11924 1726884841.82901: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0247db290> <<< 11924 1726884841.83091: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0247d9d00> <<< 11924 1726884841.83147: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0247b1c40><<< 11924 1726884841.83152: stdout chunk (state=3): >>> <<< 11924 1726884841.83186: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0247b10a0><<< 11924 1726884841.83191: stdout chunk (state=3): >>> <<< 11924 1726884841.83231: 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 <<< 11924 1726884841.83251: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' <<< 11924 1726884841.83278: stdout chunk (state=3): >>>import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0247b3f50> <<< 11924 1726884841.83330: 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' <<< 11924 1726884841.83359: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027a03650> <<< 11924 1726884841.83410: 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<<< 11924 1726884841.83421: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884841.83468: stdout chunk (state=3): >>>import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024818860> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py<<< 11924 1726884841.83484: stdout chunk (state=3): >>> <<< 11924 1726884841.83492: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc'<<< 11924 1726884841.83497: stdout chunk (state=3): >>> <<< 11924 1726884841.83513: stdout chunk (state=3): >>>import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024818ad0> <<< 11924 1726884841.83545: 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<<< 11924 1726884841.83563: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc'<<< 11924 1726884841.83609: stdout chunk (state=3): >>> <<< 11924 1726884841.83612: 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<<< 11924 1726884841.83629: stdout chunk (state=3): >>> <<< 11924 1726884841.83650: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc'<<< 11924 1726884841.83660: stdout chunk (state=3): >>> <<< 11924 1726884841.83706: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024819400> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024818ec0><<< 11924 1726884841.83713: stdout chunk (state=3): >>> <<< 11924 1726884841.83742: 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<<< 11924 1726884841.83768: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02481a2d0><<< 11924 1726884841.83804: stdout chunk (state=3): >>> import 'gc' # <<< 11924 1726884841.83808: stdout chunk (state=3): >>> <<< 11924 1726884841.83838: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026bd7200><<< 11924 1726884841.83993: stdout chunk (state=3): >>> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f3a8a0> <<< 11924 1726884841.84637: 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<<< 11924 1726884841.84644: stdout chunk (state=3): >>> <<< 11924 1726884841.84675: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc'<<< 11924 1726884841.84682: stdout chunk (state=3): >>> <<< 11924 1726884841.84726: 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<<< 11924 1726884841.84733: stdout chunk (state=3): >>> <<< 11924 1726884841.84748: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884841.84774: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02481ade0><<< 11924 1726884841.84779: stdout chunk (state=3): >>> <<< 11924 1726884841.84819: 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<<< 11924 1726884841.84829: stdout chunk (state=3): >>> <<< 11924 1726884841.84839: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc'<<< 11924 1726884841.84848: stdout chunk (state=3): >>> <<< 11924 1726884841.84887: 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<<< 11924 1726884841.84896: stdout chunk (state=3): >>> <<< 11924 1726884841.84957: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc'<<< 11924 1726884841.85008: 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 <<< 11924 1726884841.85103: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 11924 1726884841.85146: 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<<< 11924 1726884841.85161: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc'<<< 11924 1726884841.85174: stdout chunk (state=3): >>> <<< 11924 1726884841.85215: stdout chunk (state=3): >>>import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0245f3830> <<< 11924 1726884841.85220: 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<<< 11924 1726884841.85223: stdout chunk (state=3): >>> <<< 11924 1726884841.85248: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc'<<< 11924 1726884841.85290: 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<<< 11924 1726884841.85293: stdout chunk (state=3): >>> <<< 11924 1726884841.85330: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc'<<< 11924 1726884841.85369: stdout chunk (state=3): >>> # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py<<< 11924 1726884841.85374: stdout chunk (state=3): >>> <<< 11924 1726884841.85398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc'<<< 11924 1726884841.85405: stdout chunk (state=3): >>> <<< 11924 1726884841.85585: 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 0x7fd024615880><<< 11924 1726884841.85601: stdout chunk (state=3): >>> <<< 11924 1726884841.85618: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024615460> <<< 11924 1726884841.85641: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884841.85675: 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 0x7fd024615700> <<< 11924 1726884841.85678: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024614320> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0245f3b60> <<< 11924 1726884841.85709: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0245f08c0> <<< 11924 1726884841.85740: 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' <<< 11924 1726884841.85759: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027207530> <<< 11924 1726884841.85781: 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 <<< 11924 1726884841.85812: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884841.85831: 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 <<< 11924 1726884841.85856: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 11924 1726884841.85889: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02462aed0> <<< 11924 1726884841.85918: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024629a00> <<< 11924 1726884841.85956: 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 <<< 11924 1726884841.85965: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 11924 1726884841.85970: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0246506b0> <<< 11924 1726884841.86007: 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 <<< 11924 1726884841.86013: 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 0x7fd0246509b0> <<< 11924 1726884841.86053: 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 <<< 11924 1726884841.86062: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' <<< 11924 1726884841.86067: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024650bf0> <<< 11924 1726884841.86081: 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 <<< 11924 1726884841.86087: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 11924 1726884841.86111: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024650e90> <<< 11924 1726884841.86125: 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' <<< 11924 1726884841.86147: 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 <<< 11924 1726884841.86178: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 11924 1726884841.86217: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024651580> <<< 11924 1726884841.86221: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0246513d0> <<< 11924 1726884841.86244: 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 <<< 11924 1726884841.86250: 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 0x7fd024652e70> <<< 11924 1726884841.86290: 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' <<< 11924 1726884841.86295: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024652f60> <<< 11924 1726884841.86313: 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 <<< 11924 1726884841.86348: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 11924 1726884841.86352: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0246531a0> <<< 11924 1726884841.86382: 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 <<< 11924 1726884841.86400: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 11924 1726884841.86422: 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 <<< 11924 1726884841.86441: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 11924 1726884841.86464: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024668140> <<< 11924 1726884841.86470: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024653980> <<< 11924 1726884841.86506: 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 <<< 11924 1726884841.86512: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 11924 1726884841.86530: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024668ce0> <<< 11924 1726884841.86548: 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 <<< 11924 1726884841.86556: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' <<< 11924 1726884841.86575: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024669130> <<< 11924 1726884841.86588: 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' <<< 11924 1726884841.86611: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024669310> <<< 11924 1726884841.86625: 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 <<< 11924 1726884841.86644: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 11924 1726884841.86672: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0246695e0> <<< 11924 1726884841.86698: 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' <<< 11924 1726884841.86715: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02466a4e0> <<< 11924 1726884841.86741: 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 <<< 11924 1726884841.86748: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' <<< 11924 1726884841.86765: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02466a750> <<< 11924 1726884841.86783: 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 <<< 11924 1726884841.86795: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 11924 1726884841.86811: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02466a930> <<< 11924 1726884841.86847: 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 <<< 11924 1726884841.86853: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 11924 1726884841.86874: 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 <<< 11924 1726884841.86892: 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 0x7fd02466b4d0> <<< 11924 1726884841.86899: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02466b020> <<< 11924 1726884841.86921: 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 <<< 11924 1726884841.86937: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 11924 1726884841.86960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 11924 1726884841.86981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' <<< 11924 1726884841.86988: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024694320> <<< 11924 1726884841.86997: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02466bc50> <<< 11924 1726884841.87021: 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 <<< 11924 1726884841.87025: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' <<< 11924 1726884841.87043: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024694f80> <<< 11924 1726884841.87058: 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 <<< 11924 1726884841.87085: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 11924 1726884841.87095: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024695250> <<< 11924 1726884841.87119: 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 <<< 11924 1726884841.87134: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 11924 1726884841.87140: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024696150> <<< 11924 1726884841.87168: 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 <<< 11924 1726884841.87180: 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 0x7fd0246963f0> <<< 11924 1726884841.87196: 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 <<< 11924 1726884841.87220: 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 0x7fd0246965a0> <<< 11924 1726884841.87233: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02481b200> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02481af90> <<< 11924 1726884841.87250: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02481a600> <<< 11924 1726884841.87275: 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 <<< 11924 1726884841.87278: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 11924 1726884841.87308: 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' <<< 11924 1726884841.87335: 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 <<< 11924 1726884841.87341: 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 0x7fd024696f90> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024696cc0> <<< 11924 1726884841.87368: 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 <<< 11924 1726884841.87371: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884841.87396: 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 <<< 11924 1726884841.87443: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884841.87469: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 11924 1726884841.87505: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 11924 1726884841.87567: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0246b9430> <<< 11924 1726884841.87583: 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' <<< 11924 1726884841.87671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 11924 1726884841.87675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 11924 1726884841.87712: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0246baba0> <<< 11924 1726884841.87769: 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 0x7fd0246b9d90> <<< 11924 1726884841.87778: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0246b9940> <<< 11924 1726884841.87791: 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 <<< 11924 1726884841.87815: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 11924 1726884841.87838: 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 <<< 11924 1726884841.87856: 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 0x7fd02440c4d0> <<< 11924 1726884841.87860: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0243f78f0> <<< 11924 1726884841.87887: 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 <<< 11924 1726884841.87892: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884841.87915: 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 <<< 11924 1726884841.87953: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 11924 1726884841.87973: stdout chunk (state=3): >>>import 'six.moves' # <<< 11924 1726884841.88001: 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 <<< 11924 1726884841.88007: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 11924 1726884841.88030: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02440f380> <<< 11924 1726884841.88052: 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 <<< 11924 1726884841.88062: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' <<< 11924 1726884841.88070: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02440fc80> <<< 11924 1726884841.88099: 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 <<< 11924 1726884841.88106: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 11924 1726884841.88124: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 11924 1726884841.88169: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02440cb60> <<< 11924 1726884841.88177: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02440c830> <<< 11924 1726884841.88214: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024697260> <<< 11924 1726884841.88239: 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 <<< 11924 1726884841.88252: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 11924 1726884841.88278: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0246b9220> <<< 11924 1726884841.88297: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024696fc0> <<< 11924 1726884841.88305: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02481af60> <<< 11924 1726884841.88321: 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 <<< 11924 1726884841.88353: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 11924 1726884841.88386: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024439e80> <<< 11924 1726884841.88413: 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 <<< 11924 1726884841.88439: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 11924 1726884841.88463: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02443a6f0> <<< 11924 1726884841.88475: 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 <<< 11924 1726884841.88497: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 11924 1726884841.88506: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02443b710> <<< 11924 1726884841.88529: 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 <<< 11924 1726884841.88800: 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 0x7fd02443bd70> # /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' <<< 11924 1726884841.88850: 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 0x7fd024461460> <<< 11924 1726884841.88870: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024460e30> <<< 11924 1726884841.88883: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024460ad0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024460770> <<< 11924 1726884841.88916: 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 <<< 11924 1726884841.88924: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 11924 1726884841.88975: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024461220> <<< 11924 1726884841.88998: 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 <<< 11924 1726884841.89017: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 11924 1726884841.89052: 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 <<< 11924 1726884841.89061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884841.89086: 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' <<< 11924 1726884841.89095: stdout chunk (state=3): >>>import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024463200> <<< 11924 1726884841.89113: 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 <<< 11924 1726884841.89119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 11924 1726884841.89136: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0244632c0> <<< 11924 1726884841.89167: 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' <<< 11924 1726884841.89316: 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 0x7fd0244639e0> <<< 11924 1726884841.89324: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024463860> <<< 11924 1726884841.89354: 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 <<< 11924 1726884841.89362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 11924 1726884841.89392: 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 <<< 11924 1726884841.89404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 11924 1726884841.89429: 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 <<< 11924 1726884841.89576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884841.89609: 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 <<< 11924 1726884841.89617: 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 0x7fd024491f10> <<< 11924 1726884841.89632: 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 <<< 11924 1726884841.89653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 11924 1726884841.89684: 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' <<< 11924 1726884841.89717: 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 0x7fd024493140> <<< 11924 1726884841.89747: 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 0x7fd024493380> <<< 11924 1726884841.89774: 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' <<< 11924 1726884841.89810: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884841.89841: 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 0x7fd0244934d0> <<< 11924 1726884841.89846: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024493320> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024492c00> <<< 11924 1726884841.89879: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024492090> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024491370> <<< 11924 1726884841.89906: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024490920> <<< 11924 1726884841.89912: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0244901d0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024462cf0> <<< 11924 1726884841.89968: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0244621e0> <<< 11924 1726884841.89978: 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' <<< 11924 1726884841.90021: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024492f90> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 11924 1726884841.90038: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 11924 1726884841.90041: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024493980> <<< 11924 1726884841.90080: 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 0x7fd0244bc290> <<< 11924 1726884841.90123: 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' <<< 11924 1726884841.90131: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0244bc650> <<< 11924 1726884841.90182: 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' <<< 11924 1726884841.90201: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0244bcf80> <<< 11924 1726884841.90217: 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 <<< 11924 1726884841.90264: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 11924 1726884841.90294: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0244bdaf0> <<< 11924 1726884842.09332: 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}}} <<< 11924 1726884842.11422: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic # destroy __main__ <<< 11924 1726884842.12042: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884842.12184: 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 <<< 11924 1726884842.12192: stdout chunk (state=3): >>># cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap<<< 11924 1726884842.12250: 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 <<< 11924 1726884842.12462: stdout chunk (state=3): >>># 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<<< 11924 1726884842.12469: stdout chunk (state=3): >>> ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # 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 <<< 11924 1726884842.12583: stdout chunk (state=3): >>># 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<<< 11924 1726884842.12705: stdout chunk (state=3): >>> # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps<<< 11924 1726884842.12709: stdout chunk (state=3): >>> # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob <<< 11924 1726884842.12733: 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.<<< 11924 1726884842.12739: 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 <<< 11924 1726884842.13485: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884842.13537: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 11924 1726884842.13569: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884842.13606: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath<<< 11924 1726884842.13658: stdout chunk (state=3): >>> # destroy zipimport<<< 11924 1726884842.13829: stdout chunk (state=3): >>> # 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<<< 11924 1726884842.13882: stdout chunk (state=3): >>> # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus <<< 11924 1726884842.13928: stdout chunk (state=3): >>># destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid<<< 11924 1726884842.13939: stdout chunk (state=3): >>> # destroy systemd.journal <<< 11924 1726884842.14002: 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<<< 11924 1726884842.14079: stdout chunk (state=3): >>> # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal <<< 11924 1726884842.14083: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install <<< 11924 1726884842.14109: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade <<< 11924 1726884842.14342: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # 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 <<< 11924 1726884842.14375: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words <<< 11924 1726884842.14398: 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 <<< 11924 1726884842.14528: 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 <<< 11924 1726884842.14534: stdout chunk (state=3): >>># destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # 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 <<< 11924 1726884842.14618: stdout chunk (state=3): >>># destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile <<< 11924 1726884842.14624: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping random<<< 11924 1726884842.14691: stdout chunk (state=3): >>> # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib<<< 11924 1726884842.14700: stdout chunk (state=3): >>> # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math <<< 11924 1726884842.14764: stdout chunk (state=3): >>># cleanup[3] wiping shutil # cleanup[3] wiping zlib<<< 11924 1726884842.14769: 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 <<< 11924 1726884842.14788: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings <<< 11924 1726884842.14837: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 <<< 11924 1726884842.14866: 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<<< 11924 1726884842.14879: stdout chunk (state=3): >>> # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools<<< 11924 1726884842.15107: 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 # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] 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 <<< 11924 1726884842.15652: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884842.15680: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884842.15731: stdout chunk (state=3): >>># destroy _weakref <<< 11924 1726884842.15742: stdout chunk (state=3): >>># destroy _thread # destroy _hashlib <<< 11924 1726884842.15812: stdout chunk (state=3): >>># destroy platform # destroy _uuid<<< 11924 1726884842.15832: stdout chunk (state=3): >>> # destroy stat # destroy genericpath <<< 11924 1726884842.15908: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg <<< 11924 1726884842.15976: 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<<< 11924 1726884842.16002: stdout chunk (state=3): >>> <<< 11924 1726884842.16024: stdout chunk (state=3): >>># destroy _tokenize<<< 11924 1726884842.16075: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves # destroy gzip <<< 11924 1726884842.16094: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email<<< 11924 1726884842.16114: stdout chunk (state=3): >>> # destroy queue # destroy shlex # destroy pwd <<< 11924 1726884842.16169: 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 <<< 11924 1726884842.16268: stdout chunk (state=3): >>># destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch # destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc <<< 11924 1726884842.16280: stdout chunk (state=3): >>># destroy glob <<< 11924 1726884842.16317: 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<<< 11924 1726884842.16399: stdout chunk (state=3): >>> # destroy dnf.cli.commands.install <<< 11924 1726884842.16421: stdout chunk (state=3): >>># 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 <<< 11924 1726884842.16471: stdout chunk (state=3): >>># destroy itertools # destroy functools <<< 11924 1726884842.16483: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy threading # destroy contextlib<<< 11924 1726884842.16526: stdout chunk (state=3): >>> # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io <<< 11924 1726884842.16606: stdout chunk (state=3): >>># destroy _opcode <<< 11924 1726884842.16671: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 11924 1726884842.16750: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar <<< 11924 1726884842.16775: stdout chunk (state=3): >>># destroy socket # destroy base64 # destroy errno # destroy warnings<<< 11924 1726884842.16823: stdout chunk (state=3): >>> # destroy string <<< 11924 1726884842.17005: stdout chunk (state=3): >>># destroy _ssl # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884842.17149: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 11924 1726884842.17151: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884842.17192: stdout chunk (state=3): >>># destroy re # destroy _random<<< 11924 1726884842.17409: stdout chunk (state=3): >>> # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 11924 1726884842.18380: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884842.18425: stderr chunk (state=3): >>><<< 11924 1726884842.18441: stdout chunk (state=3): >>><<< 11924 1726884842.18886: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027e183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027de7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027e1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c2cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c2dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c73dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c73fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027ca37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027ca3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c83a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c70f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cc7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cc6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cc4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cf8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c70200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027cf8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cf8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027cf8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c66d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cf95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cf92b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cfa4e0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027d106e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027d11dc0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027d12c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027d13260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027d12180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027d13ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027d13410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cfa450> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027a9fb30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027ac8680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027ac83e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027ac86b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027ac8fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027ac9910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027ac8890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027a9dcd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027acac00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027ac8b30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027cfac00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027af6f30> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027b1f2c0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027b47fe0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027b7a780> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027b78140> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027b1ff50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0279810d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027b1e0c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027acbb30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd027981310> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_f8n3cbq1/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 0x7fd0279d6e10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0279b5d00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0279b4e90> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0279d5100> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027a027b0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027a02540> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027a01e50> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027a02690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027c829c0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027a03530> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027a03770> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027a03c20> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027319a00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd02731b5f0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02731bfb0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027321190> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027323b60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027d12ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027321e20> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027327890> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027326360> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0273260c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027326630> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0273222a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd02736ba70> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02736bd10> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd02736d790> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02736d550> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd02736fce0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02736de50> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027373470> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02736fe00> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027374770> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027374620> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd0273748c0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02736bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027377f50> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027201280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0273766f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027377aa0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027376330> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027205580> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027206390> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272013a0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027206b40> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027207680> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd027211f10> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02720cfe0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0273028d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027a265d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd027211f40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272016d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7fd0272a4410> # /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 0x7fd0272a4620> # /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 0x7fd0272a4d70> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272a48f0> # /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 0x7fd0272a56a0> # /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 0x7fd02728d8e0> # /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 0x7fd02728ce90> # /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 0x7fd026ec2630> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272a6ed0> # /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 0x7fd026ec51f0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026ec3d70> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026ec3110> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272a6360> # /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 0x7fd026f31100> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026ee9250> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272a6810> # /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 0x7fd026f38b30> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f32ea0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026ee8d70> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272a5d60> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272a5760> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272a5460> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0272a4680> # /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 0x7fd0272a5610> # /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 0x7fd026f39160> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f38d10> # /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 0x7fd026f398b0> # /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 0x7fd026f3c560> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f1d6d0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f3a870> # /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 0x7fd026f1d190> # /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 0x7fd026f56390> # /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 0x7fd026f57050> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f56ae0> # /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 0x7fd026f57320> # /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 0x7fd026f2ba40> # /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 0x7fd026e45e80> # 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 0x7fd026e86e10> # /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 0x7fd026e86f00> # /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 0x7fd026bd7080> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026bd6900> # 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 0x7fd026bd6ae0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026e87410> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026e86570> # /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 0x7fd026e86b10> # /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 0x7fd026c506b0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026c50290> # /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 0x7fd026c53f80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026c50800> # /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 0x7fd026732ed0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026c53d70> # /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 0x7fd0267b0bc0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026733440> # /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 0x7fd0267b3b90> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0267b0d40> # /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 0x7fd0267efd10> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0267b3f20> # /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 0x7fd024dacfe0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024dac3e0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026bf3e00> # /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 0x7fd024dcc4d0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024daf920> # /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 0x7fd024dceb10> # /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 0x7fd024dcf9e0> # /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 0x7fd024df42f0> # /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 0x7fd024df57f0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024dcfc20> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024dce9c0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024dce360> # /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 0x7fd024df73b0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024dcef30> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024dcc800> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024daef30> # /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 0x7fd024daf650> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024daf3b0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024dad130> # /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 0x7fd024e30b00> # /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 0x7fd024e32f90> # /usr/lib64/python3.12/__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 0x7fd024e33770> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e32300> # /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 0x7fd024e33f50> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e309b0> # /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 0x7fd024e59a30> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e58fb0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e58dd0> # /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 0x7fd024e84a70> # /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 0x7fd024756b10> # 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 0x7fd024756e70> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e86d80> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e84f20> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e5bf20> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e5a1e0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e59eb0> # /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 0x7fd0247909b0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024757ad0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024e5a6f0> # /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 0x7fd024790f50> # /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 0x7fd024791310> # /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 0x7fd0247913d0> # /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 0x7fd0247914f0> # /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 0x7fd024793f80> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0247921e0> # /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 0x7fd0247b01d0> # /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 0x7fd0247b0290> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024791430> # /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 0x7fd0247b0440> # /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 0x7fd0247dbe30> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0247db290> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0247d9d00> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0247b1c40> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0247b10a0> # /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 0x7fd0247b3f50> # /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 0x7fd027a03650> # /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 0x7fd024818860> # /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 0x7fd024818ad0> # /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 0x7fd024819400> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024818ec0> # /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 0x7fd02481a2d0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026bd7200> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd026f3a8a0> # /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 0x7fd02481ade0> # /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 0x7fd0245f3830> # /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 0x7fd024615880> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024615460> # 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 0x7fd024615700> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024614320> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0245f3b60> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0245f08c0> # /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 0x7fd027207530> # /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 0x7fd02462aed0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024629a00> # /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 0x7fd0246506b0> # /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 0x7fd0246509b0> # /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 0x7fd024650bf0> # /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 0x7fd024650e90> # /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 0x7fd024651580> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0246513d0> # /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 0x7fd024652e70> # /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 0x7fd024652f60> # /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 0x7fd0246531a0> # /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 0x7fd024668140> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024653980> # /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 0x7fd024668ce0> # /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 0x7fd024669130> # /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 0x7fd024669310> # /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 0x7fd0246695e0> # /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 0x7fd02466a4e0> # /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 0x7fd02466a750> # /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 0x7fd02466a930> # /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 0x7fd02466b4d0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02466b020> # /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 0x7fd024694320> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02466bc50> # /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 0x7fd024694f80> # /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 0x7fd024695250> # /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 0x7fd024696150> # /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 0x7fd0246963f0> # /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 0x7fd0246965a0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02481b200> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02481af90> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02481a600> # /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 0x7fd024696f90> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024696cc0> # /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 0x7fd0246b9430> # /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 0x7fd0246baba0> # 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 0x7fd0246b9d90> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0246b9940> # /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 0x7fd02440c4d0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0243f78f0> # /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 0x7fd02440f380> # /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 0x7fd02440fc80> # /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 0x7fd02440cb60> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02440c830> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024697260> # /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 0x7fd0246b9220> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024696fc0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd02481af60> # /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 0x7fd024439e80> # /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 0x7fd02443a6f0> # /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 0x7fd02443b710> # /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 0x7fd02443bd70> # /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 0x7fd024461460> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024460e30> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024460ad0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024460770> # /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 0x7fd024461220> # /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 0x7fd024463200> # /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 0x7fd0244632c0> # /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 0x7fd0244639e0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024463860> # /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 0x7fd024491f10> # /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 0x7fd024493140> # /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 0x7fd024493380> # /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 0x7fd0244934d0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024493320> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024492c00> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024492090> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024491370> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024490920> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0244901d0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd024462cf0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd0244621e0> # /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 0x7fd024492f90> # /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 0x7fd024493980> # /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 0x7fd0244bc290> # /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 0x7fd0244bc650> # /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 0x7fd0244bcf80> # /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 0x7fd0244bdaf0> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["kpartx"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} # destroy dnf.plugin.dynamic # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy _hashlib # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg # destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch # destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm # destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884842.20244: 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-1726884841.2215998-12211-227300865897602/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884842.20261: _low_level_execute_command(): starting 11924 1726884842.20265: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884841.2215998-12211-227300865897602/ > /dev/null 2>&1 && sleep 0' 11924 1726884842.20391: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884842.20394: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884842.20397: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884842.20451: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884842.20470: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884842.20505: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884842.20586: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884842.23272: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884842.23276: stdout chunk (state=3): >>><<< 11924 1726884842.23278: stderr chunk (state=3): >>><<< 11924 1726884842.23304: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884842.23317: handler run complete 11924 1726884842.23379: attempt loop complete, returning result 11924 1726884842.23382: _execute() done 11924 1726884842.23384: dumping result to json 11924 1726884842.23460: done dumping result, returning 11924 1726884842.23463: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-f4c0-2290-0000000000c5] 11924 1726884842.23466: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c5 11924 1726884842.23541: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c5 11924 1726884842.23544: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 11924 1726884842.23638: no more pending results, returning what we have 11924 1726884842.23642: results queue empty 11924 1726884842.23643: checking for any_errors_fatal 11924 1726884842.23648: done checking for any_errors_fatal 11924 1726884842.23649: checking for max_fail_percentage 11924 1726884842.23650: done checking for max_fail_percentage 11924 1726884842.23651: checking to see if all hosts have failed and the running result is not ok 11924 1726884842.23652: done checking to see if all hosts have failed 11924 1726884842.23652: getting the remaining hosts for this loop 11924 1726884842.23657: done getting the remaining hosts for this loop 11924 1726884842.23661: getting the next task for host managed_node2 11924 1726884842.23668: done getting next task for host managed_node2 11924 1726884842.23672: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 11924 1726884842.23675: ^ 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 11924 1726884842.23686: getting variables 11924 1726884842.23688: in VariableManager get_vars() 11924 1726884842.23723: Calling all_inventory to load vars for managed_node2 11924 1726884842.23726: Calling groups_inventory to load vars for managed_node2 11924 1726884842.23728: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884842.23738: Calling all_plugins_play to load vars for managed_node2 11924 1726884842.23740: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884842.23743: Calling groups_plugins_play to load vars for managed_node2 11924 1726884842.24372: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884842.24725: done with get_vars() 11924 1726884842.24745: done getting variables TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 20 September 2024 22:14:02 -0400 (0:00:01.096) 0:00:07.587 ****** 11924 1726884842.24851: entering _queue_task() for managed_node2/service_facts 11924 1726884842.24853: Creating lock for service_facts 11924 1726884842.25138: worker is 1 (out of 1 available) 11924 1726884842.25260: exiting _queue_task() for managed_node2/service_facts 11924 1726884842.25272: done queuing things up, now waiting for results queue to drain 11924 1726884842.25274: waiting for pending results... 11924 1726884842.25584: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get service facts 11924 1726884842.25683: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000c6 11924 1726884842.25686: variable 'ansible_search_path' from source: unknown 11924 1726884842.25688: variable 'ansible_search_path' from source: unknown 11924 1726884842.25706: calling self._execute() 11924 1726884842.25795: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884842.25809: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884842.25825: variable 'omit' from source: magic vars 11924 1726884842.26267: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884842.26492: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884842.26525: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884842.26553: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884842.26583: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884842.26661: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884842.26680: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884842.26698: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884842.26718: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884842.26825: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): True 11924 1726884842.26828: variable 'omit' from source: magic vars 11924 1726884842.26877: variable 'omit' from source: magic vars 11924 1726884842.26896: variable 'omit' from source: magic vars 11924 1726884842.26917: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884842.26937: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884842.26951: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884842.26967: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884842.26978: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884842.26991: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884842.27007: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884842.27029: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884842.27032: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884842.27035: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884842.27117: Set connection var ansible_shell_executable to /bin/sh 11924 1726884842.27120: Set connection var ansible_connection to ssh 11924 1726884842.27123: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884842.27129: Set connection var ansible_timeout to 10 11924 1726884842.27134: Set connection var ansible_pipelining to False 11924 1726884842.27139: Set connection var ansible_shell_type to sh 11924 1726884842.27160: variable 'ansible_shell_executable' from source: unknown 11924 1726884842.27163: variable 'ansible_connection' from source: unknown 11924 1726884842.27165: variable 'ansible_module_compression' from source: unknown 11924 1726884842.27168: variable 'ansible_shell_type' from source: unknown 11924 1726884842.27170: variable 'ansible_shell_executable' from source: unknown 11924 1726884842.27173: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884842.27176: variable 'ansible_pipelining' from source: unknown 11924 1726884842.27179: variable 'ansible_timeout' from source: unknown 11924 1726884842.27183: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884842.27285: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884842.27293: variable 'omit' from source: magic vars 11924 1726884842.27299: starting attempt loop 11924 1726884842.27302: running the handler 11924 1726884842.27317: _low_level_execute_command(): starting 11924 1726884842.27325: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884842.27809: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884842.27814: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884842.27817: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884842.27860: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884842.27864: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884842.27928: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884842.30190: stdout chunk (state=3): >>>/root <<< 11924 1726884842.30332: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884842.30370: stderr chunk (state=3): >>><<< 11924 1726884842.30374: stdout chunk (state=3): >>><<< 11924 1726884842.30388: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884842.30404: _low_level_execute_command(): starting 11924 1726884842.30407: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884842.3038905-12230-89820023555233 `" && echo ansible-tmp-1726884842.3038905-12230-89820023555233="` echo /root/.ansible/tmp/ansible-tmp-1726884842.3038905-12230-89820023555233 `" ) && sleep 0' 11924 1726884842.30832: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884842.30836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884842.30838: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884842.30841: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884842.30843: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884842.30902: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884842.30905: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884842.30957: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884842.33744: stdout chunk (state=3): >>>ansible-tmp-1726884842.3038905-12230-89820023555233=/root/.ansible/tmp/ansible-tmp-1726884842.3038905-12230-89820023555233 <<< 11924 1726884842.33917: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884842.33939: stderr chunk (state=3): >>><<< 11924 1726884842.33943: stdout chunk (state=3): >>><<< 11924 1726884842.33957: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884842.3038905-12230-89820023555233=/root/.ansible/tmp/ansible-tmp-1726884842.3038905-12230-89820023555233 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884842.34005: variable 'ansible_module_compression' from source: unknown 11924 1726884842.34044: ANSIBALLZ: Using lock for service_facts 11924 1726884842.34047: ANSIBALLZ: Acquiring lock 11924 1726884842.34050: ANSIBALLZ: Lock acquired: 140694855358928 11924 1726884842.34052: ANSIBALLZ: Creating module 11924 1726884842.44139: ANSIBALLZ: Writing module into payload 11924 1726884842.44179: ANSIBALLZ: Writing module 11924 1726884842.44224: ANSIBALLZ: Renaming module 11924 1726884842.44227: ANSIBALLZ: Done creating module 11924 1726884842.44229: variable 'ansible_facts' from source: unknown 11924 1726884842.44388: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884842.3038905-12230-89820023555233/AnsiballZ_service_facts.py 11924 1726884842.44430: Sending initial data 11924 1726884842.44447: Sent initial data (161 bytes) 11924 1726884842.44892: 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 <<< 11924 1726884842.44908: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884842.44926: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884842.44968: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884842.44981: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884842.45053: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884842.47306: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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" <<< 11924 1726884842.47318: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 11924 1726884842.47359: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884842.47417: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmputxghv8f /root/.ansible/tmp/ansible-tmp-1726884842.3038905-12230-89820023555233/AnsiballZ_service_facts.py <<< 11924 1726884842.47427: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884842.3038905-12230-89820023555233/AnsiballZ_service_facts.py" <<< 11924 1726884842.47473: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmputxghv8f" to remote "/root/.ansible/tmp/ansible-tmp-1726884842.3038905-12230-89820023555233/AnsiballZ_service_facts.py" <<< 11924 1726884842.47478: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884842.3038905-12230-89820023555233/AnsiballZ_service_facts.py" <<< 11924 1726884842.48092: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884842.48133: stderr chunk (state=3): >>><<< 11924 1726884842.48140: stdout chunk (state=3): >>><<< 11924 1726884842.48180: done transferring module to remote 11924 1726884842.48196: _low_level_execute_command(): starting 11924 1726884842.48203: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884842.3038905-12230-89820023555233/ /root/.ansible/tmp/ansible-tmp-1726884842.3038905-12230-89820023555233/AnsiballZ_service_facts.py && sleep 0' 11924 1726884842.48691: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884842.48694: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884842.48696: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884842.48701: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884842.48703: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884842.48705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884842.48707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884842.48749: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884842.48753: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884842.48766: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884842.48835: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884842.51414: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884842.51430: stderr chunk (state=3): >>><<< 11924 1726884842.51434: stdout chunk (state=3): >>><<< 11924 1726884842.51469: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884842.51472: _low_level_execute_command(): starting 11924 1726884842.51475: _low_level_execute_command(): using become for this command 11924 1726884842.51477: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-jtelgdwywsycumlmylitqrsezguhzetg ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884842.3038905-12230-89820023555233/AnsiballZ_service_facts.py'"'"' && sleep 0' 11924 1726884842.51595: Initial state: awaiting_escalation: BECOME-SUCCESS-jtelgdwywsycumlmylitqrsezguhzetg 11924 1726884842.52103: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884842.52158: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884842.52214: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884842.56357: stdout chunk (state=1): >>>BECOME-SUCCESS-jtelgdwywsycumlmylitqrsezguhzetg <<< 11924 1726884842.56361: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-jtelgdwywsycumlmylitqrsezguhzetg' 11924 1726884842.57002: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # <<< 11924 1726884842.57020: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884842.57071: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884842.57117: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884842.57158: stdout chunk (state=3): >>># installing zipimport hook import 'time' # <<< 11924 1726884842.57181: stdout chunk (state=3): >>>import 'zipimport' # <<< 11924 1726884842.57189: stdout chunk (state=3): >>># installed zipimport hook <<< 11924 1726884842.57273: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884842.57281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884842.57318: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884842.57352: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884842.57413: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884842.57447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884842.57472: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a8183e0> <<< 11924 1726884842.57492: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a7e7a10> <<< 11924 1726884842.57526: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884842.57554: 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 0x7f553a81a960> <<< 11924 1726884842.57617: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 11924 1726884842.57629: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884842.57665: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884842.57716: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884842.57880: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # <<< 11924 1726884842.57889: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884842.57937: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884842.57977: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884842.58003: stdout chunk (state=3): >>>Processing global site-packages <<< 11924 1726884842.58033: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884842.58090: 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 <<< 11924 1726884842.58109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884842.58159: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a62cfe0> <<< 11924 1726884842.58256: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884842.58501: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a62dfd0> <<< 11924 1726884842.58504: 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. <<< 11924 1726884842.58723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884842.58760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884842.58790: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884842.58814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884842.58858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884842.58902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884842.58933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884842.58969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884842.59005: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a673e30> <<< 11924 1726884842.59032: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884842.59065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884842.59101: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884842.59120: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a673ef0> <<< 11924 1726884842.59165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884842.59202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884842.59243: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884842.59315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884842.59346: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884842.59381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 11924 1726884842.59418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 11924 1726884842.59437: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6a3830> <<< 11924 1726884842.59512: 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 0x7f553a6a3ec0> <<< 11924 1726884842.59519: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884842.59582: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a683ad0> <<< 11924 1726884842.59609: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884842.59657: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a681220> <<< 11924 1726884842.59799: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a670fe0> <<< 11924 1726884842.59839: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884842.59875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884842.59904: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884842.59940: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884842.60096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884842.60104: 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 0x7f553a6c7860> <<< 11924 1726884842.60125: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6c6480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884842.60152: 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 0x7f553a6820f0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6c4c20> <<< 11924 1726884842.60274: 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' <<< 11924 1726884842.60277: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6f88f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a670260> <<< 11924 1726884842.60399: 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' <<< 11924 1726884842.60444: 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 0x7f553a6f8da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6f8c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a6f9010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a666d80> <<< 11924 1726884842.60469: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884842.60500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884842.60504: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884842.60568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884842.60594: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6f96a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6f93a0> <<< 11924 1726884842.60614: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 11924 1726884842.60672: 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' <<< 11924 1726884842.60736: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6fa570> import 'importlib.util' # <<< 11924 1726884842.60740: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884842.60917: 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 0x7f553a7107a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a711e80> <<< 11924 1726884842.60945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884842.60961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884842.60998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884842.61038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 11924 1726884842.61041: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a712d20> <<< 11924 1726884842.61135: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884842.61138: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884842.61177: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a713350> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a712270> <<< 11924 1726884842.61203: 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' <<< 11924 1726884842.61281: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884842.61316: 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 0x7f553a713d70> <<< 11924 1726884842.61389: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a7134a0> <<< 11924 1726884842.61463: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6fa5d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884842.61506: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884842.61625: 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 0x7f553a4d3c20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a4fc710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a4fc470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a4fc740> <<< 11924 1726884842.61716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884842.61761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884842.61823: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884842.61998: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a4fd070> <<< 11924 1726884842.62147: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884842.62185: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884842.62200: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a4fda60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a4fc920> <<< 11924 1726884842.62221: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a4d1dc0> <<< 11924 1726884842.62291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884842.62325: 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 <<< 11924 1726884842.62369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884842.62404: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a4fede0> <<< 11924 1726884842.62608: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a4fd8e0> <<< 11924 1726884842.62632: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6facc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884842.62659: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a52b140> <<< 11924 1726884842.62721: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884842.62754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884842.62791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884842.62836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884842.62932: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a5534d0> <<< 11924 1726884842.62945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884842.63006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884842.63087: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884842.63137: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 11924 1726884842.63190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a5ac2f0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884842.63227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884842.63272: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884842.63457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a5aea50> <<< 11924 1726884842.63591: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a5ac410> <<< 11924 1726884842.63663: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a5792e0> <<< 11924 1726884842.63744: 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 0x7f553a3ad400> <<< 11924 1726884842.63772: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a5522d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a4ffd10> <<< 11924 1726884842.63984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f553a5528d0> <<< 11924 1726884842.64380: stdout chunk (state=3): >>># zipimport: found 31 names in '/tmp/ansible_service_facts_payload_iqh0q13p/ansible_service_facts_payload.zip' <<< 11924 1726884842.64383: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.64621: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.64693: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884842.64732: 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 <<< 11924 1726884842.64881: 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 0x7f553a4070e0> import '_typing' # <<< 11924 1726884842.65200: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a3e1fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a3e1130> # zipimport: zlib available <<< 11924 1726884842.65228: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884842.65254: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.65429: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884842.67549: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.69463: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884842.69466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a404f80> <<< 11924 1726884842.69511: 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' <<< 11924 1726884842.69552: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884842.69571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884842.69607: 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' <<< 11924 1726884842.69644: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884842.69649: 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 0x7f553a42eab0> <<< 11924 1726884842.69742: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a42e840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a42e150> <<< 11924 1726884842.69772: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884842.69782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884842.69844: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a42e630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a407b00> <<< 11924 1726884842.69904: 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 0x7f553a42f7d0> <<< 11924 1726884842.69946: 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 0x7f553a42fa10> <<< 11924 1726884842.70001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884842.70040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884842.70061: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884842.70140: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a42ff50> <<< 11924 1726884842.70143: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884842.70390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884842.70511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d11d90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5539d139b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d14380> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d15520> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884842.70513: 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' <<< 11924 1726884842.70600: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d17f50> <<< 11924 1726884842.70657: 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' <<< 11924 1726884842.70662: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a407b90> <<< 11924 1726884842.70690: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d16210> <<< 11924 1726884842.70752: 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' <<< 11924 1726884842.70783: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884842.70798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 11924 1726884842.70811: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884842.70879: 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' <<< 11924 1726884842.70904: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d1fec0> <<< 11924 1726884842.71017: stdout chunk (state=3): >>>import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d1e990> <<< 11924 1726884842.71024: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d1e6f0> <<< 11924 1726884842.71039: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884842.71059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884842.71170: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d1ec60> <<< 11924 1726884842.71210: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d16720> <<< 11924 1726884842.71246: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884842.71251: 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 0x7f5539d63fe0> <<< 11924 1726884842.71287: 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' <<< 11924 1726884842.71293: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d64230> <<< 11924 1726884842.71318: 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 <<< 11924 1726884842.71345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884842.71420: 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' <<< 11924 1726884842.71426: 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 0x7f5539d65dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d65b80> <<< 11924 1726884842.71453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884842.71650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884842.71719: 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 0x7f5539d68320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d664b0> <<< 11924 1726884842.71806: 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' <<< 11924 1726884842.71824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884842.71848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884842.71859: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884842.71924: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d6bb00> <<< 11924 1726884842.72119: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d684d0> <<< 11924 1726884842.72237: stdout 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 0x7f5539d6cdd0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884842.72242: 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 0x7f5539d6cc80> <<< 11924 1726884842.72323: stdout 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 0x7f5539d6cef0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d644d0> <<< 11924 1726884842.72405: 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 <<< 11924 1726884842.72408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884842.72416: 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' <<< 11924 1726884842.72450: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884842.72483: 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 0x7f5539df8590> <<< 11924 1726884842.72716: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884842.72802: 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 0x7f5539df98b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d6ed20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5539d6f8f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d6e930> # zipimport: zlib available <<< 11924 1726884842.72822: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884842.72854: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.72985: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.73113: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.73143: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884842.73183: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884842.73392: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.73395: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.73577: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.74518: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.75436: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884842.75456: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 11924 1726884842.75465: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 11924 1726884842.75597: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884842.75611: 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 0x7f5539dfdb50> <<< 11924 1726884842.75712: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884842.75719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884842.75758: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539dfe990> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539df9a30> <<< 11924 1726884842.75828: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884842.75872: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884842.75884: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.76110: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.76368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884842.76375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 11924 1726884842.76390: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539dfe9c0> <<< 11924 1726884842.76590: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.77168: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.77913: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.78028: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.78136: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884842.78157: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.78211: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.78263: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884842.78274: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.78386: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.78515: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884842.78541: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.78560: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.78575: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 11924 1726884842.78587: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.78647: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.78704: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884842.78723: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.79090: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.79480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884842.79567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884842.79589: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884842.79687: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539dffb60> <<< 11924 1726884842.79708: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.79814: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.80099: 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 <<< 11924 1726884842.80144: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.80210: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.80292: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.80394: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884842.80451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884842.80582: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884842.80590: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5539c0a3c0> <<< 11924 1726884842.80644: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539c07680> <<< 11924 1726884842.80687: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 11924 1726884842.80695: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 11924 1726884842.80709: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.80806: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.80899: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.80940: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.80999: stdout chunk (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' <<< 11924 1726884842.81030: 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 <<< 11924 1726884842.81059: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884842.81096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884842.81170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884842.81203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884842.81219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884842.81373: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d02b40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a466810> <<< 11924 1726884842.81488: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539c0a390> <<< 11924 1726884842.81499: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d6d040> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884842.81514: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.81557: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.81591: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884842.81672: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884842.81707: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.81713: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884842.81792: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.82167: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.82565: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.82786: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884842.83018: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884842.83026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884842.83059: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539ca09e0> <<< 11924 1726884842.83106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884842.83300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884842.83314: 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 0x7f5539c8ec90> # 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 0x7f5539c8fcb0> <<< 11924 1726884842.83326: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539ca1280> <<< 11924 1726884842.83340: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 11924 1726884842.83489: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.05618: stdout chunk (state=3): >>> {"ansible_facts": {"services": {"audit-rules.service": {"name": "audit-rules.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "auditd.service": {"name": "auditd.service", "state": "running", "status": "enabled", "source": "systemd"}, "auth-rpcgss-module.service": {"name": "auth-rpcgss-module.service", "state": "stopped", "status": "static", "source": "systemd"}, "autofs.service": {"name": "autofs.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "blk-availability.service": {"name": "blk-availability.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "chronyd.service": {"name": "chronyd.service", "state": "running", "status": "enabled", "source": "systemd"}, "cloud-config.service": {"name": "cloud-config.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "cloud-final.service": {"name": "cloud-final.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "cloud-init-local.service": {"name": "cloud-init-local.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "cloud-init.service": {"name": "cloud-init.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "crond.service": {"name": "crond.service", "state": "running", "status": "enabled", "source": "systemd"}, "dbus-broker.service": {"name": "dbus-broker.service", "state": "running", "status": "enabled", "source": "systemd"}, "display-manager.service": {"name": "display-manager.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "dm-event.service": {"name": "dm-event.service", "state": "stopped", "status": "static", "source": "systemd"}, "dnf-makecache.service": {"name": "dnf-makecache.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-cmdline.service": {"name": "dracut-cmdline.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-initqueue.service": {"name": "dracut-initqueue.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-mount.service": {"name": "dracut-mount.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-mount.service": {"name": "dracut-pre-mount.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-pivot.service": {"name": "dracut-pre-pivot.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-trigger.service": {"name": "dracut-pre-trigger.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-udev.service": {"name": "dracut-pre-udev.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-shutdown-onfailure.service": {"name": "dracut-shutdown-onfailure.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-shutdown.service": {"name": "dracut-shutdown.service", "state": "stopped", "status": "static", "source": "systemd"}, "emergency.service": {"name": "emergency.service", "state": "stopped", "status": "static", "source": "systemd"}, "fcoe.service": {"name": "fcoe.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "fstrim.service": {"name": "fstrim.service", "state": "stopped", "status": "static", "source": "systemd"}, "getty@tty1.service": {"name": "getty@tty1.service", "state": "running", "status": "active", "source": "systemd"}, "gssproxy.service": {"name": "gssproxy.service", "state": "running", "status": "disabled", "source": "systemd"}, "hv_kvp_daemon.service": {"name": "hv_kvp_daemon.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "initrd-cleanup.service": {"name": "initrd-cleanup.service", "state": "stopped", "status": "static", "source": "systemd"}, "initrd-parse-etc.service": {"name": "initrd-parse-etc.service", "state": "stopped", "status": "static", "source": "systemd"}, "initrd-switch-root.service": {"name": "initrd-switch-root.service", "state": "stopped", "status": "static", "source": "systemd"}, "initrd-udevadm-cleanup-db.service": {"name": "initrd-udevadm-cleanup-db.service"<<< 11924 1726884845.05645: stdout chunk (state=3): >>>, "state": "stopped", "status": "static", "source": "systemd"}, "irqbalance.service": {"name": "irqbalance.service", "state": "running", "status": "enabled", "source": "systemd"}, "iscsi-shutdown.service": {"name": "iscsi-shutdown.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "iscsi.service": {"name": "iscsi.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "iscsid.service": {"name": "iscsid.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "kdump.service": {"name": "kdump.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "kmod-static-nodes.service": {"name": "kmod-static-nodes.service", "state": "stopped", "status": "static", "source": "systemd"}, "ldconfig.service": {"name": "ldconfig.service", "state": "stopped", "status": "static", "source": "systemd"}, "logrotate.service": {"name": "logrotate.service", "state": "stopped", "status": "static", "source": "systemd"}, "lvm2-activation-early.service": {"name": "lvm2-activation-early.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "lvm2-lvmpolld.service": {"name": "lvm2-lvmpolld.service", "state": "stopped", "status": "static", "source": "systemd"}, "lvm2-monitor.service": {"name": "lvm2-monitor.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "mdmonitor.service": {"name": "mdmonitor.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "modprobe@configfs.service": {"name": "modprobe@configfs.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@dm_mod.service": {"name": "modprobe@dm_mod.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@dm_multipath.service": {"name": "modprobe@dm_multipath.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@drm.service": {"name": "modprobe@drm.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@efi_pstore.service": {"name": "modprobe@efi_pstore.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@fuse.service": {"name": "modprobe@fuse.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@loop.service": {"name": "modprobe@loop.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "multipathd.service": {"name": "multipathd.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "network.service": {"name": "network.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "NetworkManager-wait-online.service": {"name": "NetworkManager-wait-online.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "NetworkManager.service": {"name": "NetworkManager.service", "state": "running", "status": "enabled", "source": "systemd"}, "nfs-idmapd.service": {"name": "nfs-idmapd.service", "state": "stopped", "status": "static", "source": "systemd"}, "nfs-mountd.service": {"name": "nfs-mountd.service", "state": "stopped", "status": "static", "source": "systemd"}, "nfs-server.service": {"name": "nfs-server.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "nfs-utils.service": {"name": "nfs-utils.service", "state": "stopped", "status": "static", "source": "systemd"}, "nfsdcld.service": {"name": "nfsdcld.service", "state": "stopped", "status": "static", "source": "systemd"}, "ntpd.service": {"name": "ntpd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "ntpdate.service": {"name": "ntpdate.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "pcscd.service": {"name": "pcscd.service", "state": "stopped", "status": "indirect", "source": "systemd"}, "plymouth-quit-wait.service": {"name": "plymouth-quit-wait.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "plymouth-start.service": {"name": "plymouth-start.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "raid-check.service": {"name": "raid-check.service", "state": "s<<< 11924 1726884845.05666: stdout chunk (state=3): >>>topped", "status": "static", "source": "systemd"}, "rbdmap.service": {"name": "rbdmap.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "rc-local.service": {"name": "rc-local.service", "state": "stopped", "status": "static", "source": "systemd"}, "rescue.service": {"name": "rescue.service", "state": "stopped", "status": "static", "source": "systemd"}, "restraintd.service": {"name": "restraintd.service", "state": "running", "status": "enabled", "source": "systemd"}, "rngd.service": {"name": "rngd.service", "state": "running", "status": "enabled", "source": "systemd"}, "rpc-gssd.service": {"name": "rpc-gssd.service", "state": "stopped", "status": "static", "source": "systemd"}, "rpc-statd-notify.service": {"name": "rpc-statd-notify.service", "state": "stopped", "status": "static", "source": "systemd"}, "rpc-statd.service": {"name": "rpc-statd.service", "state": "stopped", "status": "static", "source": "systemd"}, "rpc-svcgssd.service": {"name": "rpc-svcgssd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "rpcbind.service": {"name": "rpcbind.service", "state": "running", "status": "enabled", "source": "systemd"}, "rsyslog.service": {"name": "rsyslog.service", "state": "running", "status": "enabled", "source": "systemd"}, "selinux-autorelabel-mark.service": {"name": "selinux-autorelabel-mark.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "serial-getty@ttyS0.service": {"name": "serial-getty@ttyS0.service", "state": "running", "status": "active", "source": "systemd"}, "sntp.service": {"name": "sntp.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "ssh-host-keys-migration.service": {"name": "ssh-host-keys-migration.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "sshd-keygen.service": {"name": "sshd-keygen.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "sshd-keygen@ecdsa.service": {"name": "sshd-keygen@ecdsa.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "sshd.service": {"name": "sshd.service", "state": "running", "status": "enabled", "source": "systemd"}, "sssd-kcm.service": {"name": "sssd-kcm.service", "state": "stopped", "status": "indirect", "source": "systemd"}, "sssd.service": {"name": "sssd.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "stratisd.service": {"name": "stratisd.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "syslog.service": {"name": "syslog.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-ask-password-console.service": {"name": "systemd-ask-password-console.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-ask-password-wall.service": {"name": "systemd-ask-password-wall.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-battery-check.service": {"name": "systemd-battery-check.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-binfmt.service": {"name": "systemd-binfmt.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-boot-random-seed.service": {"name": "systemd-boot-random-seed.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-confext.service": {"name": "systemd-confext.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-firstboot.service": {"name": "systemd-firstboot.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-fsck-root.service": {"name": "systemd-fsck-root.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hibernate-clear.service": {"name": "systemd-hibernate-clear.service", "state": "stopped", "status": "static", "source": "systemd"}, "<<< 11924 1726884845.05683: stdout chunk (state=3): >>>systemd-hibernate-resume.service": {"name": "systemd-hibernate-resume.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hwdb-update.service": {"name": "systemd-hwdb-update.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-initctl.service": {"name": "systemd-initctl.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journal-catalog-update.service": {"name": "systemd-journal-catalog-update.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journal-flush.service": {"name": "systemd-journal-flush.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journald.service": {"name": "systemd-journald.service", "state": "running", "status": "static", "source": "systemd"}, "systemd-logind.service": {"name": "systemd-logind.service", "state": "running", "status": "static", "source": "systemd"}, "systemd-machine-id-commit.service": {"name": "systemd-machine-id-commit.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-modules-load.service": {"name": "systemd-modules-load.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-network-generator.service": {"name": "systemd-network-generator.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-networkd-wait-online.service": {"name": "systemd-networkd-wait-online.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-oomd.service": {"name": "systemd-oomd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-pcrmachine.service": {"name": "systemd-pcrmachine.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase-initrd.service": {"name": "systemd-pcrphase-initrd.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase-sysinit.service": {"name": "systemd-pcrphase-sysinit.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase.service": {"name": "systemd-pcrphase.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pstore.service": {"name": "systemd-pstore.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-quotacheck-root.service": {"name": "systemd-quotacheck-root.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-random-seed.service": {"name": "systemd-random-seed.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-remount-fs.service": {"name": "systemd-remount-fs.service", "state": "stopped", "status": "enabled-runtime", "source": "systemd"}, "systemd-repart.service": {"name": "systemd-repart.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-soft-reboot.service": {"name": "systemd-soft-reboot.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-sysctl.service": {"name": "systemd-sysctl.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-sysext.service": {"name": "systemd-sysext.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-sysusers.service": {"name": "systemd-sysusers.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-timesyncd.service": {"name": "systemd-timesyncd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-tmpfiles-clean.service": {"name": "systemd-tmpfiles-clean.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tmpfiles-setup-dev-early.service": {"name": "systemd-tmpfiles-setup-dev-early.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tmpfiles-setup-dev.service": {"name": "systemd-tmpfiles-setup-dev.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tmpfiles-setup.service": {"name": "systemd-tmpfiles-setup.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tpm2-setup-early.service": {"name": "systemd-tpm2-setup-early.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tpm2-setup.service": {"name": "systemd-tpm2-setup.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-udev-load-credentials.service": {"name": "systemd-udev-load-credentials.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "systemd-udev-settle.service": {"name": "systemd-udev-settle.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-udev-trigger.service": {"name": "systemd-udev-trigger.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-udevd.service": {"name": "systemd-udevd.service", "state": "running", "status": "static", "source": "systemd"}, "systemd-update-done.service": {"name": "systemd-update-done.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-update-utmp-runlevel.service": {"name": "systemd-update-utmp-runlevel.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-update-utmp.service": {"name": "systemd-update-utmp.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-user-sessions.service": {"name": "systemd-user-sessions.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-vconsole-setup.service": {"name": "systemd-vconsole-setup.service", "state": "stopped", "status": "static", "source": "systemd"}, "user-runtime-dir@0.service": {"name": "user-runtime-dir@0.service", "state": "stopped", "status": "active", "source": "systemd"}, "user@0.service": {"name": "user@0.service", "state": "running", "status": "active", "source": "systemd"}, "ypbind.service": {"name": "ypbind.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "autovt@.service": {"name": "autovt@.service", "state": "unknown", "status": "alias", "source": "systemd"}, "blivet.service": {"name": "blivet.service", "state": "inactive", "status": "static", "source": "systemd"}, "capsule@.service": {"name": "capsule@.service", "state": "unknown", "status": "static", "source": "systemd"}, "chrony-wait.service": {"name": "chrony-wait.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "chronyd-restricted.service": {"name": "chronyd-restricted.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "cloud-init-hotplugd.service": {"name": "cloud-init-hotplugd.service", "state": "inactive", "status": "static", "source": "systemd"}, "console-getty.service": {"name": "console-getty.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "container-getty@.service": {"name": "container-getty@.service", "state": "unknown", "status": "static", "source": "systemd"}, "dbus-org.freedesktop.hostname1.service": {"name": "dbus-org.freedesktop.hostname1.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "state": "active", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus.service": {"name": "dbus.service", "state": "active", "status": "alias", "source": "systemd"}, "debug-shell.service": {"name": "debug-shell.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "dhcpcd.service": {"name": "dhcpcd.service", "state<<< 11924 1726884845.05715: stdout chunk (state=3): >>>": "inactive", "status": "disabled", "source": "systemd"}, "dhcpcd@.service": {"name": "dhcpcd@.service", "state": "unknown", "status": "disabled", "source": "systemd"}, "dnf-system-upgrade-cleanup.service": {"name": "dnf-system-upgrade-cleanup.service", "state": "inactive", "status": "static", "source": "systemd"}, "dnf-system-upgrade.service": {"name": "dnf-system-upgrade.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "fips-crypto-policy-overlay.service": {"name": "fips-crypto-policy-overlay.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "firewalld.service": {"name": "firewalld.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "fsidd.service": {"name": "fsidd.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "getty@.service": {"name": "getty@.service", "state": "unknown", "status": "enabled", "source": "systemd"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "state": "inactive", "status": "static", "source": "systemd"}, "grub2-systemd-integration.service": {"name": "grub2-systemd-integration.service", "state": "inactive", "status": "static", "source": "systemd"}, "kvm_stat.service": {"name": "kvm_stat.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "lvm-devices-import.service": {"name": "lvm-devices-import.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "man-db-cache-update.service": {"name": "man-db-cache-update.service", "state": "inactive", "status": "static", "source": "systemd"}, "man-db-restart-cache-update.service": {"name": "man-db-restart-cache-update.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "mdadm-grow-continue@.service": {"name": "mdadm-grow-continue@.service", "state": "unknown", "status": "static", "source": "systemd"}, "mdadm-last-resort@.service": {"name": "mdadm-last-resort@.service", "state": "unknown", "status": "static", "source": "systemd"}, "mdcheck_continue.service": {"name": "mdcheck_continue.service", "state": "inactive", "status": "static", "source": "systemd"}, "mdcheck_start.service": {"name": "mdcheck_start.service", "state": "inactive", "status": "static", "source": "systemd"}, "mdmon@.service": {"name": "mdmon@.service", "state": "unknown", "status": "static", "source": "systemd"}, "mdmonitor-oneshot.service": {"name": "mdmonitor-oneshot.service", "state": "inactive", "status": "static", "source": "systemd"}, "microcode.service": {"name": "microcode.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "modprobe@.service": {"name": "modprobe@.service", "state": "unknown", "status": "static", "source": "systemd"}, "NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "state": "inactive", "status": "enabled", "source": "systemd"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "nftables.service": {"name": "nftables.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "nis-domainname.service": {"name": "nis-domainname.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "nm-priv-helper.service": {"name": "nm-priv-helper.service", "state": "inactive", "status": "static", "source": "systemd"}, "pam_namespace.service": {"name": "pam_namespace.service", "state": "inactive", "status": "static", "source": "systemd"}, "polkit.service": {"name": "polkit.service", "state": "inactive", "status": "static", "source": "systemd"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "state": "inactive", "status": "enabled", "source": "systemd"}, "quotaon-root.service": {"name": "quotaon-root.service", "state": "inactive", "status": "static", "source": "systemd"}, "quotaon@.service": {"name": "quotaon@.service", "state": "unknown", "status": "static", "source": "systemd"}, "rpmdb-migrate.service": {"name": "rpmdb-migrate.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "rpmdb-rebuild<<< 11924 1726884845.05722: stdout chunk (state=3): >>>.service": {"name": "rpmdb-rebuild.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "selinux-autorelabel.service": {"name": "selinux-autorelabel.service", "state": "inactive", "status": "static", "source": "systemd"}, "selinux-check-proper-disable.service": {"name": "selinux-check-proper-disable.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "serial-getty@.service": {"name": "serial-getty@.service", "state": "unknown", "status": "indirect", "source": "systemd"}, "sshd-keygen@.service": {"name": "sshd-keygen@.service", "state": "unknown", "status": "disabled", "source": "systemd"}, "sshd@.service": {"name": "sshd@.service", "state": "unknown", "status": "static", "source": "systemd"}, "sssd-autofs.service": {"name": "sssd-autofs.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-nss.service": {"name": "sssd-nss.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-pac.service": {"name": "sssd-pac.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-pam.service": {"name": "sssd-pam.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "stratis-fstab-setup@.service": {"name": "stratis-fstab-setup@.service", "state": "unknown", "status": "static", "source": "systemd"}, "stratisd-min-postinitrd.service": {"name": "stratisd-min-postinitrd.service", "state": "inactive", "status": "static", "source": "systemd"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-backlight@.service": {"name": "systemd-backlight@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-bless-boot.service": {"name": "systemd-bless-boot.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-boot-check-no-failures.service": {"name": "systemd-boot-check-no-failures.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-boot-update.service": {"name": "systemd-boot-update.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-bootctl@.service": {"name": "systemd-bootctl@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-coredump@.service": {"name": "systemd-coredump@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-creds@.service": {"name": "systemd-creds@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-exit.service": {"name": "systemd-exit.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-fsck@.service": {"name": "systemd-fsck@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-growfs-root.service": {"name": "systemd-growfs-root.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-growfs@.service": {"name": "systemd-growfs@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-halt.service": {"name": "systemd-halt.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-hibernate.service": {"name": "systemd-hibernate.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-hybrid-sleep.service": {"name": "systemd-hybrid-sleep.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-journald-sync@.service": {"name": "systemd-journald-sync@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-journald@.service": {"name": "systemd-journald@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-kexec.service": {"name": "systemd-kexec.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-localed.service": {"name": "systemd-localed.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-pcrextend@.service": {"name": "systemd-pcrextend@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-pcrfs-root.service": {"name": "systemd-pcrfs-root.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-pcrfs@.service": {"name": "systemd-pcrfs@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-pcrlock-file-system.service": {"name": "systemd-pcrlock-file-system.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-firmware-code.service": {"name": "systemd-pcrlock-firmware-code.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-firmware-config.service": {"name": "systemd-pcrlock-firmware-config.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-machine-id.service": {"name": "systemd-pcrlock-machine-id.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-make-policy.service": {"name": "systemd-pcrlock-make-policy.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-secureboot-authority.service": {"name": "systemd-pcrlock-secureboot-authority.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-secureboot-policy.service": {"name": "systemd-pcrlock-secureboot-policy.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock@.service": {"name": "systemd-pcrlock@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-quotacheck@.service": {"name": "systemd-quotacheck@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-reboot.service": {"name": "systemd-reboot.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-sysext@.service": {"name": "systemd-sysext@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-sysupdate-reboot.service": {"name": "systemd-sysupdate-reboot.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "systemd-sysupdate.service": {"name": "systemd-sysupdate.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "systemd-timedated.service": {"name": "systemd-timedated.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-volatile-root.service": {"name": "systemd-volatile-root.service", "state": "inactive", "status": "static", "source": "systemd"}, "target.service": {"name": "target.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "targetclid.service": {"name": "targetclid.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "user-runtime-dir@.service": {"name": "user-runtime-dir@.service", "state": "unknown", "status": "static", "source": "systemd"}, "user@.service": {"name": "user@.service", "state": "unknown", "status": "static", "source": "systemd"}}}, "invocation": {"module_args": {}}} <<< 11924 1726884845.05892: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884845.06299: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884845.06325: 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__<<< 11924 1726884845.06357: 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 <<< 11924 1726884845.06360: 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 <<< 11924 1726884845.06363: stdout chunk (state=3): >>># cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs <<< 11924 1726884845.06396: stdout chunk (state=3): >>># cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os <<< 11924 1726884845.06402: stdout chunk (state=3): >>># cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack <<< 11924 1726884845.06507: 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 # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib <<< 11924 1726884845.06720: 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 <<< 11924 1726884845.06752: 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 # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_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 <<< 11924 1726884845.06989: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884845.07031: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884845.07053: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 11924 1726884845.07084: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884845.07122: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884845.07185: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884845.07189: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884845.07219: 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 <<< 11924 1726884845.07270: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy _signal # destroy _posixsubprocess <<< 11924 1726884845.07299: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 11924 1726884845.07320: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884845.07376: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro <<< 11924 1726884845.07506: stdout chunk (state=3): >>># 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 <<< 11924 1726884845.07552: 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 <<< 11924 1726884845.07799: 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 <<< 11924 1726884845.07834: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884845.07882: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid <<< 11924 1726884845.07886: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884845.07976: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing <<< 11924 1726884845.07979: stdout chunk (state=3): >>># destroy _tokenize <<< 11924 1726884845.07982: 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 <<< 11924 1726884845.08002: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 11924 1726884845.08026: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884845.08171: 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 <<< 11924 1726884845.08214: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 11924 1726884845.08232: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884845.08274: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 11924 1726884845.08288: stdout chunk (state=3): >>># destroy _abc # destroy _sre <<< 11924 1726884845.08391: stdout chunk (state=3): >>># destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 11924 1726884845.08440: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884845.08847: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884845.08875: stderr chunk (state=3): >>><<< 11924 1726884845.08880: stdout chunk (state=3): >>><<< 11924 1726884845.08987: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a8183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a7e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a81a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a62cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a62dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a673e30> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a673ef0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a683ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a681220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a670fe0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6c7860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6c6480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6820f0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6c4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6f88f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a670260> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a6f8da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6f8c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a6f9010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a666d80> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6f96a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6f93a0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6fa570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a7107a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a711e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a712d20> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a713350> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a712270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a713d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a7134a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6fa5d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a4d3c20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a4fc710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a4fc470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a4fc740> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a4fd070> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a4fda60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a4fc920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a4d1dc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a4fede0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a4fd8e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a6facc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a52b140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a5534d0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a5ac2f0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a5aea50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a5ac410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a5792e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a3ad400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a5522d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a4ffd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f553a5528d0> # zipimport: found 31 names in '/tmp/ansible_service_facts_payload_iqh0q13p/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 0x7f553a4070e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a3e1fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a3e1130> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a404f80> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a42eab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a42e840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a42e150> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a42e630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a407b00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a42f7d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a42fa10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a42ff50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d11d90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5539d139b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d14380> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d15520> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d17f50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f553a407b90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d16210> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d1fec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d1e990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d1e6f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d1ec60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d16720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5539d63fe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d64230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5539d65dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d65b80> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5539d68320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d664b0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d6bb00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d684d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5539d6cdd0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5539d6cc80> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5539d6cef0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d644d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5539df8590> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5539df98b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d6ed20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5539d6f8f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d6e930> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5539dfdb50> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539dfe990> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539df9a30> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539dfe9c0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539dffb60> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5539c0a3c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539c07680> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d02b40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f553a466810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539c0a390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539d6d040> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f5539ca09e0> # /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 0x7f5539c8ec90> # 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 0x7f5539c8fcb0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5539ca1280> import 'ansible.module_utils.service' # # zipimport: zlib available {"ansible_facts": {"services": {"audit-rules.service": {"name": "audit-rules.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "auditd.service": {"name": "auditd.service", "state": "running", "status": "enabled", "source": "systemd"}, "auth-rpcgss-module.service": {"name": "auth-rpcgss-module.service", "state": "stopped", "status": "static", "source": "systemd"}, "autofs.service": {"name": "autofs.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "blk-availability.service": {"name": "blk-availability.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "chronyd.service": {"name": "chronyd.service", "state": "running", "status": "enabled", "source": "systemd"}, "cloud-config.service": {"name": "cloud-config.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "cloud-final.service": {"name": "cloud-final.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "cloud-init-local.service": {"name": "cloud-init-local.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "cloud-init.service": {"name": "cloud-init.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "crond.service": {"name": "crond.service", "state": "running", "status": "enabled", "source": "systemd"}, "dbus-broker.service": {"name": "dbus-broker.service", "state": "running", "status": "enabled", "source": "systemd"}, "display-manager.service": {"name": "display-manager.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "dm-event.service": {"name": "dm-event.service", "state": "stopped", "status": "static", "source": "systemd"}, "dnf-makecache.service": {"name": "dnf-makecache.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-cmdline.service": {"name": "dracut-cmdline.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-initqueue.service": {"name": "dracut-initqueue.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-mount.service": {"name": "dracut-mount.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-mount.service": {"name": "dracut-pre-mount.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-pivot.service": {"name": "dracut-pre-pivot.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-trigger.service": {"name": "dracut-pre-trigger.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-udev.service": {"name": "dracut-pre-udev.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-shutdown-onfailure.service": {"name": "dracut-shutdown-onfailure.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-shutdown.service": {"name": "dracut-shutdown.service", "state": "stopped", "status": "static", "source": "systemd"}, "emergency.service": {"name": "emergency.service", "state": "stopped", "status": "static", "source": "systemd"}, "fcoe.service": {"name": "fcoe.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "fstrim.service": {"name": "fstrim.service", "state": "stopped", "status": "static", "source": "systemd"}, "getty@tty1.service": {"name": "getty@tty1.service", "state": "running", "status": "active", "source": "systemd"}, "gssproxy.service": {"name": "gssproxy.service", "state": "running", "status": "disabled", "source": "systemd"}, "hv_kvp_daemon.service": {"name": "hv_kvp_daemon.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "initrd-cleanup.service": {"name": "initrd-cleanup.service", "state": "stopped", "status": "static", "source": "systemd"}, "initrd-parse-etc.service": {"name": "initrd-parse-etc.service", "state": "stopped", "status": "static", "source": "systemd"}, "initrd-switch-root.service": {"name": "initrd-switch-root.service", "state": "stopped", "status": "static", "source": "systemd"}, "initrd-udevadm-cleanup-db.service": {"name": "initrd-udevadm-cleanup-db.service", "state": "stopped", "status": "static", "source": "systemd"}, "irqbalance.service": {"name": "irqbalance.service", "state": "running", "status": "enabled", "source": "systemd"}, "iscsi-shutdown.service": {"name": "iscsi-shutdown.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "iscsi.service": {"name": "iscsi.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "iscsid.service": {"name": "iscsid.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "kdump.service": {"name": "kdump.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "kmod-static-nodes.service": {"name": "kmod-static-nodes.service", "state": "stopped", "status": "static", "source": "systemd"}, "ldconfig.service": {"name": "ldconfig.service", "state": "stopped", "status": "static", "source": "systemd"}, "logrotate.service": {"name": "logrotate.service", "state": "stopped", "status": "static", "source": "systemd"}, "lvm2-activation-early.service": {"name": "lvm2-activation-early.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "lvm2-lvmpolld.service": {"name": "lvm2-lvmpolld.service", "state": "stopped", "status": "static", "source": "systemd"}, "lvm2-monitor.service": {"name": "lvm2-monitor.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "mdmonitor.service": {"name": "mdmonitor.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "modprobe@configfs.service": {"name": "modprobe@configfs.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@dm_mod.service": {"name": "modprobe@dm_mod.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@dm_multipath.service": {"name": "modprobe@dm_multipath.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@drm.service": {"name": "modprobe@drm.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@efi_pstore.service": {"name": "modprobe@efi_pstore.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@fuse.service": {"name": "modprobe@fuse.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@loop.service": {"name": "modprobe@loop.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "multipathd.service": {"name": "multipathd.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "network.service": {"name": "network.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "NetworkManager-wait-online.service": {"name": "NetworkManager-wait-online.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "NetworkManager.service": {"name": "NetworkManager.service", "state": "running", "status": "enabled", "source": "systemd"}, "nfs-idmapd.service": {"name": "nfs-idmapd.service", "state": "stopped", "status": "static", "source": "systemd"}, "nfs-mountd.service": {"name": "nfs-mountd.service", "state": "stopped", "status": "static", "source": "systemd"}, "nfs-server.service": {"name": "nfs-server.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "nfs-utils.service": {"name": "nfs-utils.service", "state": "stopped", "status": "static", "source": "systemd"}, "nfsdcld.service": {"name": "nfsdcld.service", "state": "stopped", "status": "static", "source": "systemd"}, "ntpd.service": {"name": "ntpd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "ntpdate.service": {"name": "ntpdate.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "pcscd.service": {"name": "pcscd.service", "state": "stopped", "status": "indirect", "source": "systemd"}, "plymouth-quit-wait.service": {"name": "plymouth-quit-wait.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "plymouth-start.service": {"name": "plymouth-start.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "raid-check.service": {"name": "raid-check.service", "state": "stopped", "status": "static", "source": "systemd"}, "rbdmap.service": {"name": "rbdmap.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "rc-local.service": {"name": "rc-local.service", "state": "stopped", "status": "static", "source": "systemd"}, "rescue.service": {"name": "rescue.service", "state": "stopped", "status": "static", "source": "systemd"}, "restraintd.service": {"name": "restraintd.service", "state": "running", "status": "enabled", "source": "systemd"}, "rngd.service": {"name": "rngd.service", "state": "running", "status": "enabled", "source": "systemd"}, "rpc-gssd.service": {"name": "rpc-gssd.service", "state": "stopped", "status": "static", "source": "systemd"}, "rpc-statd-notify.service": {"name": "rpc-statd-notify.service", "state": "stopped", "status": "static", "source": "systemd"}, "rpc-statd.service": {"name": "rpc-statd.service", "state": "stopped", "status": "static", "source": "systemd"}, "rpc-svcgssd.service": {"name": "rpc-svcgssd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "rpcbind.service": {"name": "rpcbind.service", "state": "running", "status": "enabled", "source": "systemd"}, "rsyslog.service": {"name": "rsyslog.service", "state": "running", "status": "enabled", "source": "systemd"}, "selinux-autorelabel-mark.service": {"name": "selinux-autorelabel-mark.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "serial-getty@ttyS0.service": {"name": "serial-getty@ttyS0.service", "state": "running", "status": "active", "source": "systemd"}, "sntp.service": {"name": "sntp.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "ssh-host-keys-migration.service": {"name": "ssh-host-keys-migration.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "sshd-keygen.service": {"name": "sshd-keygen.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "sshd-keygen@ecdsa.service": {"name": "sshd-keygen@ecdsa.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "sshd.service": {"name": "sshd.service", "state": "running", "status": "enabled", "source": "systemd"}, "sssd-kcm.service": {"name": "sssd-kcm.service", "state": "stopped", "status": "indirect", "source": "systemd"}, "sssd.service": {"name": "sssd.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "stratisd.service": {"name": "stratisd.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "syslog.service": {"name": "syslog.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-ask-password-console.service": {"name": "systemd-ask-password-console.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-ask-password-wall.service": {"name": "systemd-ask-password-wall.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-battery-check.service": {"name": "systemd-battery-check.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-binfmt.service": {"name": "systemd-binfmt.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-boot-random-seed.service": {"name": "systemd-boot-random-seed.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-confext.service": {"name": "systemd-confext.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-firstboot.service": {"name": "systemd-firstboot.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-fsck-root.service": {"name": "systemd-fsck-root.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hibernate-clear.service": {"name": "systemd-hibernate-clear.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hibernate-resume.service": {"name": "systemd-hibernate-resume.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hwdb-update.service": {"name": "systemd-hwdb-update.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-initctl.service": {"name": "systemd-initctl.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journal-catalog-update.service": {"name": "systemd-journal-catalog-update.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journal-flush.service": {"name": "systemd-journal-flush.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journald.service": {"name": "systemd-journald.service", "state": "running", "status": "static", "source": "systemd"}, "systemd-logind.service": {"name": "systemd-logind.service", "state": "running", "status": "static", "source": "systemd"}, "systemd-machine-id-commit.service": {"name": "systemd-machine-id-commit.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-modules-load.service": {"name": "systemd-modules-load.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-network-generator.service": {"name": "systemd-network-generator.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-networkd-wait-online.service": {"name": "systemd-networkd-wait-online.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-oomd.service": {"name": "systemd-oomd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-pcrmachine.service": {"name": "systemd-pcrmachine.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase-initrd.service": {"name": "systemd-pcrphase-initrd.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase-sysinit.service": {"name": "systemd-pcrphase-sysinit.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase.service": {"name": "systemd-pcrphase.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pstore.service": {"name": "systemd-pstore.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-quotacheck-root.service": {"name": "systemd-quotacheck-root.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-random-seed.service": {"name": "systemd-random-seed.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-remount-fs.service": {"name": "systemd-remount-fs.service", "state": "stopped", "status": "enabled-runtime", "source": "systemd"}, "systemd-repart.service": {"name": "systemd-repart.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-soft-reboot.service": {"name": "systemd-soft-reboot.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-sysctl.service": {"name": "systemd-sysctl.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-sysext.service": {"name": "systemd-sysext.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-sysusers.service": {"name": "systemd-sysusers.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-timesyncd.service": {"name": "systemd-timesyncd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-tmpfiles-clean.service": {"name": "systemd-tmpfiles-clean.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tmpfiles-setup-dev-early.service": {"name": "systemd-tmpfiles-setup-dev-early.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tmpfiles-setup-dev.service": {"name": "systemd-tmpfiles-setup-dev.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tmpfiles-setup.service": {"name": "systemd-tmpfiles-setup.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tpm2-setup-early.service": {"name": "systemd-tpm2-setup-early.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tpm2-setup.service": {"name": "systemd-tpm2-setup.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-udev-load-credentials.service": {"name": "systemd-udev-load-credentials.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "systemd-udev-settle.service": {"name": "systemd-udev-settle.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-udev-trigger.service": {"name": "systemd-udev-trigger.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-udevd.service": {"name": "systemd-udevd.service", "state": "running", "status": "static", "source": "systemd"}, "systemd-update-done.service": {"name": "systemd-update-done.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-update-utmp-runlevel.service": {"name": "systemd-update-utmp-runlevel.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-update-utmp.service": {"name": "systemd-update-utmp.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-user-sessions.service": {"name": "systemd-user-sessions.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-vconsole-setup.service": {"name": "systemd-vconsole-setup.service", "state": "stopped", "status": "static", "source": "systemd"}, "user-runtime-dir@0.service": {"name": "user-runtime-dir@0.service", "state": "stopped", "status": "active", "source": "systemd"}, "user@0.service": {"name": "user@0.service", "state": "running", "status": "active", "source": "systemd"}, "ypbind.service": {"name": "ypbind.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "autovt@.service": {"name": "autovt@.service", "state": "unknown", "status": "alias", "source": "systemd"}, "blivet.service": {"name": "blivet.service", "state": "inactive", "status": "static", "source": "systemd"}, "capsule@.service": {"name": "capsule@.service", "state": "unknown", "status": "static", "source": "systemd"}, "chrony-wait.service": {"name": "chrony-wait.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "chronyd-restricted.service": {"name": "chronyd-restricted.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "cloud-init-hotplugd.service": {"name": "cloud-init-hotplugd.service", "state": "inactive", "status": "static", "source": "systemd"}, "console-getty.service": {"name": "console-getty.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "container-getty@.service": {"name": "container-getty@.service", "state": "unknown", "status": "static", "source": "systemd"}, "dbus-org.freedesktop.hostname1.service": {"name": "dbus-org.freedesktop.hostname1.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "state": "active", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus.service": {"name": "dbus.service", "state": "active", "status": "alias", "source": "systemd"}, "debug-shell.service": {"name": "debug-shell.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "dhcpcd.service": {"name": "dhcpcd.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "dhcpcd@.service": {"name": "dhcpcd@.service", "state": "unknown", "status": "disabled", "source": "systemd"}, "dnf-system-upgrade-cleanup.service": {"name": "dnf-system-upgrade-cleanup.service", "state": "inactive", "status": "static", "source": "systemd"}, "dnf-system-upgrade.service": {"name": "dnf-system-upgrade.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "fips-crypto-policy-overlay.service": {"name": "fips-crypto-policy-overlay.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "firewalld.service": {"name": "firewalld.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "fsidd.service": {"name": "fsidd.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "getty@.service": {"name": "getty@.service", "state": "unknown", "status": "enabled", "source": "systemd"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "state": "inactive", "status": "static", "source": "systemd"}, "grub2-systemd-integration.service": {"name": "grub2-systemd-integration.service", "state": "inactive", "status": "static", "source": "systemd"}, "kvm_stat.service": {"name": "kvm_stat.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "lvm-devices-import.service": {"name": "lvm-devices-import.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "man-db-cache-update.service": {"name": "man-db-cache-update.service", "state": "inactive", "status": "static", "source": "systemd"}, "man-db-restart-cache-update.service": {"name": "man-db-restart-cache-update.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "mdadm-grow-continue@.service": {"name": "mdadm-grow-continue@.service", "state": "unknown", "status": "static", "source": "systemd"}, "mdadm-last-resort@.service": {"name": "mdadm-last-resort@.service", "state": "unknown", "status": "static", "source": "systemd"}, "mdcheck_continue.service": {"name": "mdcheck_continue.service", "state": "inactive", "status": "static", "source": "systemd"}, "mdcheck_start.service": {"name": "mdcheck_start.service", "state": "inactive", "status": "static", "source": "systemd"}, "mdmon@.service": {"name": "mdmon@.service", "state": "unknown", "status": "static", "source": "systemd"}, "mdmonitor-oneshot.service": {"name": "mdmonitor-oneshot.service", "state": "inactive", "status": "static", "source": "systemd"}, "microcode.service": {"name": "microcode.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "modprobe@.service": {"name": "modprobe@.service", "state": "unknown", "status": "static", "source": "systemd"}, "NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "state": "inactive", "status": "enabled", "source": "systemd"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "nftables.service": {"name": "nftables.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "nis-domainname.service": {"name": "nis-domainname.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "nm-priv-helper.service": {"name": "nm-priv-helper.service", "state": "inactive", "status": "static", "source": "systemd"}, "pam_namespace.service": {"name": "pam_namespace.service", "state": "inactive", "status": "static", "source": "systemd"}, "polkit.service": {"name": "polkit.service", "state": "inactive", "status": "static", "source": "systemd"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "state": "inactive", "status": "enabled", "source": "systemd"}, "quotaon-root.service": {"name": "quotaon-root.service", "state": "inactive", "status": "static", "source": "systemd"}, "quotaon@.service": {"name": "quotaon@.service", "state": "unknown", "status": "static", "source": "systemd"}, "rpmdb-migrate.service": {"name": "rpmdb-migrate.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "rpmdb-rebuild.service": {"name": "rpmdb-rebuild.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "selinux-autorelabel.service": {"name": "selinux-autorelabel.service", "state": "inactive", "status": "static", "source": "systemd"}, "selinux-check-proper-disable.service": {"name": "selinux-check-proper-disable.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "serial-getty@.service": {"name": "serial-getty@.service", "state": "unknown", "status": "indirect", "source": "systemd"}, "sshd-keygen@.service": {"name": "sshd-keygen@.service", "state": "unknown", "status": "disabled", "source": "systemd"}, "sshd@.service": {"name": "sshd@.service", "state": "unknown", "status": "static", "source": "systemd"}, "sssd-autofs.service": {"name": "sssd-autofs.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-nss.service": {"name": "sssd-nss.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-pac.service": {"name": "sssd-pac.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-pam.service": {"name": "sssd-pam.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "stratis-fstab-setup@.service": {"name": "stratis-fstab-setup@.service", "state": "unknown", "status": "static", "source": "systemd"}, "stratisd-min-postinitrd.service": {"name": "stratisd-min-postinitrd.service", "state": "inactive", "status": "static", "source": "systemd"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-backlight@.service": {"name": "systemd-backlight@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-bless-boot.service": {"name": "systemd-bless-boot.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-boot-check-no-failures.service": {"name": "systemd-boot-check-no-failures.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-boot-update.service": {"name": "systemd-boot-update.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-bootctl@.service": {"name": "systemd-bootctl@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-coredump@.service": {"name": "systemd-coredump@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-creds@.service": {"name": "systemd-creds@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-exit.service": {"name": "systemd-exit.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-fsck@.service": {"name": "systemd-fsck@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-growfs-root.service": {"name": "systemd-growfs-root.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-growfs@.service": {"name": "systemd-growfs@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-halt.service": {"name": "systemd-halt.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-hibernate.service": {"name": "systemd-hibernate.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-hybrid-sleep.service": {"name": "systemd-hybrid-sleep.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-journald-sync@.service": {"name": "systemd-journald-sync@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-journald@.service": {"name": "systemd-journald@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-kexec.service": {"name": "systemd-kexec.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-localed.service": {"name": "systemd-localed.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-pcrextend@.service": {"name": "systemd-pcrextend@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-pcrfs-root.service": {"name": "systemd-pcrfs-root.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-pcrfs@.service": {"name": "systemd-pcrfs@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-pcrlock-file-system.service": {"name": "systemd-pcrlock-file-system.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-firmware-code.service": {"name": "systemd-pcrlock-firmware-code.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-firmware-config.service": {"name": "systemd-pcrlock-firmware-config.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-machine-id.service": {"name": "systemd-pcrlock-machine-id.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-make-policy.service": {"name": "systemd-pcrlock-make-policy.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-secureboot-authority.service": {"name": "systemd-pcrlock-secureboot-authority.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-secureboot-policy.service": {"name": "systemd-pcrlock-secureboot-policy.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock@.service": {"name": "systemd-pcrlock@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-quotacheck@.service": {"name": "systemd-quotacheck@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-reboot.service": {"name": "systemd-reboot.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-sysext@.service": {"name": "systemd-sysext@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-sysupdate-reboot.service": {"name": "systemd-sysupdate-reboot.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "systemd-sysupdate.service": {"name": "systemd-sysupdate.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "systemd-timedated.service": {"name": "systemd-timedated.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-volatile-root.service": {"name": "systemd-volatile-root.service", "state": "inactive", "status": "static", "source": "systemd"}, "target.service": {"name": "target.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "targetclid.service": {"name": "targetclid.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "user-runtime-dir@.service": {"name": "user-runtime-dir@.service", "state": "unknown", "status": "static", "source": "systemd"}, "user@.service": {"name": "user@.service", "state": "unknown", "status": "static", "source": "systemd"}}}, "invocation": {"module_args": {}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # destroy fnmatch # destroy _compat_pickle # destroy _pickle # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # destroy fnmatch # destroy _compat_pickle # destroy _pickle # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 11924 1726884845.09676: 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-1726884842.3038905-12230-89820023555233/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884845.09702: _low_level_execute_command(): starting 11924 1726884845.09707: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884842.3038905-12230-89820023555233/ > /dev/null 2>&1 && sleep 0' 11924 1726884845.10188: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884845.10192: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884845.10194: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884845.10197: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884845.10199: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884845.10277: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884845.10328: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884845.12139: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884845.12163: stderr chunk (state=3): >>><<< 11924 1726884845.12167: stdout chunk (state=3): >>><<< 11924 1726884845.12179: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884845.12184: handler run complete 11924 1726884845.12308: variable 'ansible_facts' from source: unknown 11924 1726884845.12403: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884845.12693: variable 'ansible_facts' from source: unknown 11924 1726884845.12773: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884845.12900: attempt loop complete, returning result 11924 1726884845.12903: _execute() done 11924 1726884845.12906: dumping result to json 11924 1726884845.12944: done dumping result, returning 11924 1726884845.12953: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-f4c0-2290-0000000000c6] 11924 1726884845.12962: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c6 ok: [managed_node2] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "audit-rules.service": { "name": "audit-rules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "capsule@.service": { "name": "capsule@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dhcpcd.service": { "name": "dhcpcd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dhcpcd@.service": { "name": "dhcpcd@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "fips-crypto-policy-overlay.service": { "name": "fips-crypto-policy-overlay.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm-devices-import.service": { "name": "lvm-devices-import.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_multipath.service": { "name": "modprobe@dm_multipath.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon-root.service": { "name": "quotaon-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "quotaon@.service": { "name": "quotaon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-bootctl@.service": { "name": "systemd-bootctl@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-creds@.service": { "name": "systemd-creds@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-clear.service": { "name": "systemd-hibernate-clear.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hibernate-resume.service": { "name": "systemd-hibernate-resume.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald-sync@.service": { "name": "systemd-journald-sync@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrextend@.service": { "name": "systemd-pcrextend@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrlock-file-system.service": { "name": "systemd-pcrlock-file-system.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-code.service": { "name": "systemd-pcrlock-firmware-code.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-config.service": { "name": "systemd-pcrlock-firmware-config.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-machine-id.service": { "name": "systemd-pcrlock-machine-id.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-make-policy.service": { "name": "systemd-pcrlock-make-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-authority.service": { "name": "systemd-pcrlock-secureboot-authority.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-policy.service": { "name": "systemd-pcrlock-secureboot-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock@.service": { "name": "systemd-pcrlock@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck-root.service": { "name": "systemd-quotacheck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-quotacheck@.service": { "name": "systemd-quotacheck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-soft-reboot.service": { "name": "systemd-soft-reboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-sysext@.service": { "name": "systemd-sysext@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev-early.service": { "name": "systemd-tmpfiles-setup-dev-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tpm2-setup-early.service": { "name": "systemd-tpm2-setup-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tpm2-setup.service": { "name": "systemd-tpm2-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-load-credentials.service": { "name": "systemd-udev-load-credentials.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } 11924 1726884845.14150: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c6 11924 1726884845.14442: WORKER PROCESS EXITING 11924 1726884845.14452: no more pending results, returning what we have 11924 1726884845.14457: results queue empty 11924 1726884845.14458: checking for any_errors_fatal 11924 1726884845.14462: done checking for any_errors_fatal 11924 1726884845.14463: checking for max_fail_percentage 11924 1726884845.14464: done checking for max_fail_percentage 11924 1726884845.14465: checking to see if all hosts have failed and the running result is not ok 11924 1726884845.14466: done checking to see if all hosts have failed 11924 1726884845.14466: getting the remaining hosts for this loop 11924 1726884845.14468: done getting the remaining hosts for this loop 11924 1726884845.14471: getting the next task for host managed_node2 11924 1726884845.14476: done getting next task for host managed_node2 11924 1726884845.14480: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 11924 1726884845.14483: ^ 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 11924 1726884845.14493: getting variables 11924 1726884845.14494: in VariableManager get_vars() 11924 1726884845.14521: Calling all_inventory to load vars for managed_node2 11924 1726884845.14523: Calling groups_inventory to load vars for managed_node2 11924 1726884845.14525: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884845.14533: Calling all_plugins_play to load vars for managed_node2 11924 1726884845.14536: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884845.14539: Calling groups_plugins_play to load vars for managed_node2 11924 1726884845.14988: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884845.15322: done with get_vars() 11924 1726884845.15332: done getting variables 11924 1726884845.15379: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 20 September 2024 22:14:05 -0400 (0:00:02.905) 0:00:10.493 ****** 11924 1726884845.15407: entering _queue_task() for managed_node2/set_fact 11924 1726884845.15601: worker is 1 (out of 1 available) 11924 1726884845.15613: exiting _queue_task() for managed_node2/set_fact 11924 1726884845.15628: done queuing things up, now waiting for results queue to drain 11924 1726884845.15630: waiting for pending results... 11924 1726884845.15796: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 11924 1726884845.15883: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000c7 11924 1726884845.15893: variable 'ansible_search_path' from source: unknown 11924 1726884845.15896: variable 'ansible_search_path' from source: unknown 11924 1726884845.15923: calling self._execute() 11924 1726884845.15980: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884845.15983: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884845.15991: variable 'omit' from source: magic vars 11924 1726884845.16067: variable 'omit' from source: magic vars 11924 1726884845.16116: variable 'omit' from source: magic vars 11924 1726884845.16379: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884845.17786: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884845.17841: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884845.17869: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884845.17893: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884845.17918: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884845.17976: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884845.17997: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884845.18016: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884845.18048: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884845.18059: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884845.18091: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884845.18109: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884845.18125: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884845.18158: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884845.18168: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884845.18211: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884845.18228: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884845.18246: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884845.18276: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884845.18286: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884845.18320: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884845.18335: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884845.18352: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884845.18383: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884845.18393: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884845.18431: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884845.18446: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884845.18466: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884845.18496: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884845.18508: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884845.18680: variable 'ansible_facts' from source: unknown 11924 1726884845.18858: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884845.19096: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884845.19125: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884845.19152: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884845.19175: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884845.19246: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884845.19250: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884845.19267: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884845.19284: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884845.19721: variable 'omit' from source: magic vars 11924 1726884845.19724: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884845.19767: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884845.19771: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884845.19799: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884845.19845: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884845.19849: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884845.19856: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884845.19884: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884845.19887: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884845.19944: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884845.20029: Set connection var ansible_shell_executable to /bin/sh 11924 1726884845.20054: Set connection var ansible_connection to ssh 11924 1726884845.20069: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884845.20072: Set connection var ansible_timeout to 10 11924 1726884845.20074: Set connection var ansible_pipelining to False 11924 1726884845.20076: Set connection var ansible_shell_type to sh 11924 1726884845.20135: variable 'ansible_shell_executable' from source: unknown 11924 1726884845.20138: variable 'ansible_connection' from source: unknown 11924 1726884845.20141: variable 'ansible_module_compression' from source: unknown 11924 1726884845.20143: variable 'ansible_shell_type' from source: unknown 11924 1726884845.20146: variable 'ansible_shell_executable' from source: unknown 11924 1726884845.20148: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884845.20150: variable 'ansible_pipelining' from source: unknown 11924 1726884845.20152: variable 'ansible_timeout' from source: unknown 11924 1726884845.20154: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884845.20260: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884845.20319: variable 'omit' from source: magic vars 11924 1726884845.20324: starting attempt loop 11924 1726884845.20327: running the handler 11924 1726884845.20329: handler run complete 11924 1726884845.20332: attempt loop complete, returning result 11924 1726884845.20334: _execute() done 11924 1726884845.20336: dumping result to json 11924 1726884845.20338: done dumping result, returning 11924 1726884845.20342: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-f4c0-2290-0000000000c7] 11924 1726884845.20344: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c7 11924 1726884845.20422: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c7 11924 1726884845.20425: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 11924 1726884845.20519: no more pending results, returning what we have 11924 1726884845.20522: results queue empty 11924 1726884845.20522: checking for any_errors_fatal 11924 1726884845.20528: done checking for any_errors_fatal 11924 1726884845.20529: checking for max_fail_percentage 11924 1726884845.20530: done checking for max_fail_percentage 11924 1726884845.20531: checking to see if all hosts have failed and the running result is not ok 11924 1726884845.20531: done checking to see if all hosts have failed 11924 1726884845.20532: getting the remaining hosts for this loop 11924 1726884845.20534: done getting the remaining hosts for this loop 11924 1726884845.20539: getting the next task for host managed_node2 11924 1726884845.20547: done getting next task for host managed_node2 11924 1726884845.20551: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 11924 1726884845.20554: ^ 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 11924 1726884845.20565: getting variables 11924 1726884845.20567: in VariableManager get_vars() 11924 1726884845.20594: Calling all_inventory to load vars for managed_node2 11924 1726884845.20597: Calling groups_inventory to load vars for managed_node2 11924 1726884845.20599: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884845.20607: Calling all_plugins_play to load vars for managed_node2 11924 1726884845.20610: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884845.20612: Calling groups_plugins_play to load vars for managed_node2 11924 1726884845.20991: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884845.21332: done with get_vars() 11924 1726884845.21342: done getting variables TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 20 September 2024 22:14:05 -0400 (0:00:00.060) 0:00:10.553 ****** 11924 1726884845.21424: entering _queue_task() for managed_node2/systemd 11924 1726884845.21429: Creating lock for systemd 11924 1726884845.21682: worker is 1 (out of 1 available) 11924 1726884845.21708: exiting _queue_task() for managed_node2/systemd 11924 1726884845.21720: done queuing things up, now waiting for results queue to drain 11924 1726884845.21722: waiting for pending results... 11924 1726884845.21902: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 11924 1726884845.22046: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000c9 11924 1726884845.22088: variable 'ansible_search_path' from source: unknown 11924 1726884845.22094: variable 'ansible_search_path' from source: unknown 11924 1726884845.22099: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884845.22307: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884845.22310: dumping result to json 11924 1726884845.22313: done dumping result, returning 11924 1726884845.22316: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-f4c0-2290-0000000000c9] 11924 1726884845.22319: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c9 11924 1726884845.22439: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000c9 11924 1726884845.22446: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884845.22525: no more pending results, returning what we have 11924 1726884845.22530: results queue empty 11924 1726884845.22531: checking for any_errors_fatal 11924 1726884845.22537: done checking for any_errors_fatal 11924 1726884845.22537: checking for max_fail_percentage 11924 1726884845.22539: done checking for max_fail_percentage 11924 1726884845.22539: checking to see if all hosts have failed and the running result is not ok 11924 1726884845.22540: done checking to see if all hosts have failed 11924 1726884845.22541: getting the remaining hosts for this loop 11924 1726884845.22542: done getting the remaining hosts for this loop 11924 1726884845.22545: getting the next task for host managed_node2 11924 1726884845.22550: done getting next task for host managed_node2 11924 1726884845.22553: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 11924 1726884845.22577: ^ 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 11924 1726884845.22590: getting variables 11924 1726884845.22592: in VariableManager get_vars() 11924 1726884845.22623: Calling all_inventory to load vars for managed_node2 11924 1726884845.22625: Calling groups_inventory to load vars for managed_node2 11924 1726884845.22626: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884845.22633: Calling all_plugins_play to load vars for managed_node2 11924 1726884845.22636: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884845.22639: Calling groups_plugins_play to load vars for managed_node2 11924 1726884845.23072: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884845.23588: done with get_vars() 11924 1726884845.23599: done getting variables TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 20 September 2024 22:14:05 -0400 (0:00:00.022) 0:00:10.575 ****** 11924 1726884845.23664: entering _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884845.23858: worker is 1 (out of 1 available) 11924 1726884845.23873: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884845.23884: done queuing things up, now waiting for results queue to drain 11924 1726884845.23886: waiting for pending results... 11924 1726884845.24165: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 11924 1726884845.24257: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000ca 11924 1726884845.24266: variable 'ansible_search_path' from source: unknown 11924 1726884845.24269: variable 'ansible_search_path' from source: unknown 11924 1726884845.24342: calling self._execute() 11924 1726884845.24390: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884845.24394: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884845.24408: variable 'omit' from source: magic vars 11924 1726884845.24540: variable 'omit' from source: magic vars 11924 1726884845.24572: variable 'omit' from source: magic vars 11924 1726884845.24841: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884845.26595: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884845.26646: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884845.26675: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884845.26704: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884845.26724: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884845.26816: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884845.26860: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884845.26918: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884845.26945: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884845.27012: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884845.27196: variable 'storage_use_partitions' from source: role '' defaults 11924 1726884845.27207: variable 'storage_disklabel_type' from source: role '' defaults 11924 1726884845.27210: variable 'storage_pool_defaults' from source: role '' defaults 11924 1726884845.27254: variable 'storage_pool_defaults' from source: role '' defaults 11924 1726884845.27307: variable 'storage_volume_defaults' from source: role '' defaults 11924 1726884845.27348: variable 'storage_volume_defaults' from source: role '' defaults 11924 1726884845.27411: variable 'storage_safe_mode' from source: play vars 11924 1726884845.27464: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884845.27483: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884845.27502: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884845.27532: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884845.27542: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884845.27590: variable 'omit' from source: magic vars 11924 1726884845.27611: variable 'omit' from source: magic vars 11924 1726884845.27633: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884845.27652: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884845.27668: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884845.27681: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884845.27689: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884845.27710: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884845.27720: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884845.27745: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884845.27749: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884845.27751: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884845.27826: Set connection var ansible_shell_executable to /bin/sh 11924 1726884845.27829: Set connection var ansible_connection to ssh 11924 1726884845.27834: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884845.27839: Set connection var ansible_timeout to 10 11924 1726884845.27849: Set connection var ansible_pipelining to False 11924 1726884845.27852: Set connection var ansible_shell_type to sh 11924 1726884845.27877: variable 'ansible_shell_executable' from source: unknown 11924 1726884845.27880: variable 'ansible_connection' from source: unknown 11924 1726884845.27882: variable 'ansible_module_compression' from source: unknown 11924 1726884845.27885: variable 'ansible_shell_type' from source: unknown 11924 1726884845.27887: variable 'ansible_shell_executable' from source: unknown 11924 1726884845.27890: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884845.27892: variable 'ansible_pipelining' from source: unknown 11924 1726884845.27894: variable 'ansible_timeout' from source: unknown 11924 1726884845.27902: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884845.27993: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884845.28002: variable 'omit' from source: magic vars 11924 1726884845.28009: starting attempt loop 11924 1726884845.28013: running the handler 11924 1726884845.28024: _low_level_execute_command(): starting 11924 1726884845.28031: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884845.28540: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884845.28543: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884845.28553: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884845.28559: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884845.28561: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884845.28606: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884845.28609: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884845.28611: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884845.28673: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884845.30289: stdout chunk (state=3): >>>/root <<< 11924 1726884845.30388: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884845.30417: stderr chunk (state=3): >>><<< 11924 1726884845.30420: stdout chunk (state=3): >>><<< 11924 1726884845.30438: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884845.30459: _low_level_execute_command(): starting 11924 1726884845.30462: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884845.304398-12275-181783614948468 `" && echo ansible-tmp-1726884845.304398-12275-181783614948468="` echo /root/.ansible/tmp/ansible-tmp-1726884845.304398-12275-181783614948468 `" ) && sleep 0' 11924 1726884845.30901: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884845.30905: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884845.30907: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884845.30910: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884845.30913: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884845.30958: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884845.30962: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884845.31047: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884845.32910: stdout chunk (state=3): >>>ansible-tmp-1726884845.304398-12275-181783614948468=/root/.ansible/tmp/ansible-tmp-1726884845.304398-12275-181783614948468 <<< 11924 1726884845.33024: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884845.33071: stderr chunk (state=3): >>><<< 11924 1726884845.33074: stdout chunk (state=3): >>><<< 11924 1726884845.33089: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884845.304398-12275-181783614948468=/root/.ansible/tmp/ansible-tmp-1726884845.304398-12275-181783614948468 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884845.33136: variable 'ansible_module_compression' from source: unknown 11924 1726884845.33187: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 11924 1726884845.33303: variable 'ansible_facts' from source: unknown 11924 1726884845.33358: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884845.304398-12275-181783614948468/AnsiballZ_blivet.py 11924 1726884845.33550: Sending initial data 11924 1726884845.33553: Sent initial data (154 bytes) 11924 1726884845.34248: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884845.34251: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884845.34254: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884845.34259: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884845.34261: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884845.34314: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884845.34318: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884845.34380: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884845.36026: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884845.36079: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884845.36147: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp2y_0la6v /root/.ansible/tmp/ansible-tmp-1726884845.304398-12275-181783614948468/AnsiballZ_blivet.py <<< 11924 1726884845.36151: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884845.304398-12275-181783614948468/AnsiballZ_blivet.py" <<< 11924 1726884845.36208: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp2y_0la6v" to remote "/root/.ansible/tmp/ansible-tmp-1726884845.304398-12275-181783614948468/AnsiballZ_blivet.py" <<< 11924 1726884845.36221: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884845.304398-12275-181783614948468/AnsiballZ_blivet.py" <<< 11924 1726884845.36992: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884845.37036: stderr chunk (state=3): >>><<< 11924 1726884845.37040: stdout chunk (state=3): >>><<< 11924 1726884845.37064: done transferring module to remote 11924 1726884845.37077: _low_level_execute_command(): starting 11924 1726884845.37080: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884845.304398-12275-181783614948468/ /root/.ansible/tmp/ansible-tmp-1726884845.304398-12275-181783614948468/AnsiballZ_blivet.py && sleep 0' 11924 1726884845.37547: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884845.37550: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884845.37552: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884845.37554: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884845.37558: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884845.37604: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884845.37614: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884845.37667: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884845.40098: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884845.40129: stderr chunk (state=3): >>><<< 11924 1726884845.40132: stdout chunk (state=3): >>><<< 11924 1726884845.40145: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884845.40148: _low_level_execute_command(): starting 11924 1726884845.40160: _low_level_execute_command(): using become for this command 11924 1726884845.40168: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-darcrdqkaiklfpiorsoucyfginllgmab ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884845.304398-12275-181783614948468/AnsiballZ_blivet.py'"'"' && sleep 0' 11924 1726884845.40357: Initial state: awaiting_escalation: BECOME-SUCCESS-darcrdqkaiklfpiorsoucyfginllgmab 11924 1726884845.40694: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884845.40698: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884845.40729: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884845.40751: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884845.40802: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884845.45107: stdout chunk (state=1): >>>BECOME-SUCCESS-darcrdqkaiklfpiorsoucyfginllgmab <<< 11924 1726884845.45110: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-darcrdqkaiklfpiorsoucyfginllgmab' 11924 1726884845.45308: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884845.45373: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884845.45400: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884845.45420: stdout chunk (state=3): >>>import '_warnings' # <<< 11924 1726884845.45439: stdout chunk (state=3): >>>import '_weakref' # <<< 11924 1726884845.45550: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884845.45563: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884845.45613: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884845.45657: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884845.45724: stdout chunk (state=3): >>># installing zipimport hook import 'time' # <<< 11924 1726884845.45742: stdout chunk (state=3): >>>import 'zipimport' # <<< 11924 1726884845.45809: stdout chunk (state=3): >>># installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884845.45848: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884845.45892: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884845.45943: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884845.45972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884845.46002: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55f683e0> <<< 11924 1726884845.46042: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55f37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884845.46062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 11924 1726884845.46082: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55f6a960> <<< 11924 1726884845.46136: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884845.46151: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884845.46182: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 11924 1726884845.46199: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884845.46208: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884845.46311: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884845.46320: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884845.46343: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884845.46364: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884845.46387: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884845.46417: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884845.46420: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884845.46452: 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' <<< 11924 1726884845.46500: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d1cfe0> <<< 11924 1726884845.46557: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884845.46563: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884845.46588: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d1dfd0> import 'site' # <<< 11924 1726884845.46629: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884845.46856: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884845.46863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884845.46902: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884845.46905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884845.46927: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884845.46962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884845.46981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884845.47005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884845.47021: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d63dd0> <<< 11924 1726884845.47041: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884845.47063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884845.47082: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884845.47094: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d63fe0> <<< 11924 1726884845.47111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884845.47142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884845.47164: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884845.47215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884845.47225: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884845.47259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 11924 1726884845.47263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d937d0> <<< 11924 1726884845.47294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884845.47297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884845.47305: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d93e60> <<< 11924 1726884845.47315: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884845.47374: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d73a70> <<< 11924 1726884845.47380: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884845.47415: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d711c0> <<< 11924 1726884845.47504: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d60f80> <<< 11924 1726884845.47531: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884845.47546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884845.47565: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884845.47589: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884845.47618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884845.47630: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884845.47644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884845.47675: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55db77d0> <<< 11924 1726884845.47697: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55db63f0> <<< 11924 1726884845.47728: 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' <<< 11924 1726884845.47733: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d72090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55db4b90> <<< 11924 1726884845.47776: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884845.47799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55de8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d60200> <<< 11924 1726884845.47822: 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' <<< 11924 1726884845.47856: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884845.47865: 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 0x7f7c55de8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55de8b60> <<< 11924 1726884845.47903: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884845.47906: 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 0x7f7c55de8ef0> <<< 11924 1726884845.47925: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d56d20> <<< 11924 1726884845.47950: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884845.47958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884845.47970: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884845.48005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884845.48024: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55de9550> <<< 11924 1726884845.48035: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55de9220> import 'importlib.machinery' # <<< 11924 1726884845.48069: 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' <<< 11924 1726884845.48079: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55dea450> <<< 11924 1726884845.48104: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884845.48141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884845.48169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884845.48196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884845.48203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55e00680> <<< 11924 1726884845.48216: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884845.48260: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884845.48265: 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 0x7f7c55e01d60> <<< 11924 1726884845.48277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884845.48298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884845.48314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884845.48330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 11924 1726884845.48338: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55e02c00> <<< 11924 1726884845.48380: 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 0x7f7c55e03260> <<< 11924 1726884845.48384: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55e02150> <<< 11924 1726884845.48412: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884845.48417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884845.48467: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884845.48473: 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 0x7f7c55e03ce0> <<< 11924 1726884845.48491: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55e03410> <<< 11924 1726884845.48523: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55dea4b0> <<< 11924 1726884845.48549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884845.48572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884845.48598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884845.48614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884845.48651: 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 0x7f7c55b37b90> <<< 11924 1726884845.48676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884845.48687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884845.48713: 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' <<< 11924 1726884845.48718: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55b606e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55b60440> <<< 11924 1726884845.48738: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884845.48754: 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 0x7f7c55b60710> <<< 11924 1726884845.48775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884845.48790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884845.48852: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884845.48975: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55b61040> <<< 11924 1726884845.49081: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884845.49096: 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 0x7f7c55b61a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55b608f0> <<< 11924 1726884845.49111: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55b35d30> <<< 11924 1726884845.49142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884845.49156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884845.49182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884845.49197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884845.49212: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55b62de0> <<< 11924 1726884845.49234: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55b618b0> <<< 11924 1726884845.49254: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55deaba0> <<< 11924 1726884845.49276: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884845.49361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884845.49372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884845.49399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884845.49426: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55b8b110> <<< 11924 1726884845.49484: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884845.49495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884845.49519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884845.49539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884845.49585: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55bb3440> <<< 11924 1726884845.49605: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884845.49653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884845.49709: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884845.49732: 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 0x7f7c55c10200> <<< 11924 1726884845.49753: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884845.49786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884845.49812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884845.49852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884845.49942: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55c12960> <<< 11924 1726884845.50017: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55c10320> <<< 11924 1726884845.50051: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55bdd220> <<< 11924 1726884845.50082: 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 0x7f7c55529310> <<< 11924 1726884845.50110: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55bb2240> <<< 11924 1726884845.50113: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55b63ce0> <<< 11924 1726884845.50231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884845.50246: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7c55bb2840> <<< 11924 1726884845.50404: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_g8gqvhtx/ansible_fedora.linux_system_roles.blivet_payload.zip' <<< 11924 1726884845.50407: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.50533: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.50570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884845.50575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884845.50619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884845.50696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884845.50727: 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' <<< 11924 1726884845.50737: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5557aff0> <<< 11924 1726884845.50748: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884845.50927: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5555dee0> <<< 11924 1726884845.50934: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5555d070> # zipimport: zlib available <<< 11924 1726884845.50966: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884845.50979: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.50993: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.51012: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.51017: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884845.51042: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.52427: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.53551: 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' <<< 11924 1726884845.53575: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55578ec0> <<< 11924 1726884845.53578: 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' <<< 11924 1726884845.53636: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884845.53639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884845.53692: 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' <<< 11924 1726884845.53695: 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 0x7f7c555ae960> <<< 11924 1726884845.53730: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c555ae6f0> <<< 11924 1726884845.53765: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c555ae000> <<< 11924 1726884845.53792: 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' <<< 11924 1726884845.53834: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c555aea50> <<< 11924 1726884845.53866: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5557bc80> import 'atexit' # <<< 11924 1726884845.53869: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884845.53885: 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 0x7f7c555af710> <<< 11924 1726884845.53902: 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 0x7f7c555af950> <<< 11924 1726884845.53912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884845.53964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884845.53967: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884845.54018: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c555afe90> <<< 11924 1726884845.54021: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884845.54053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884845.54073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884845.54115: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55419b80> <<< 11924 1726884845.54153: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884845.54160: 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 0x7f7c5541b7a0> <<< 11924 1726884845.54193: 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' <<< 11924 1726884845.54224: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5541c1a0> <<< 11924 1726884845.54250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884845.54287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884845.54314: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5541d340> <<< 11924 1726884845.54319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884845.54353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884845.54377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884845.54388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884845.54431: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5541fe00> <<< 11924 1726884845.54494: 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 0x7f7c55e02b70> <<< 11924 1726884845.54512: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5541e0c0> <<< 11924 1726884845.54527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884845.54542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884845.54572: 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' <<< 11924 1726884845.54657: 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' <<< 11924 1726884845.54680: 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 0x7f7c55427ce0> import '_tokenize' # <<< 11924 1726884845.54742: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c554267b0> <<< 11924 1726884845.54747: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55426510> <<< 11924 1726884845.54789: 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' <<< 11924 1726884845.54886: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55426a80> <<< 11924 1726884845.54911: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5541e5d0> <<< 11924 1726884845.54945: 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 0x7f7c5546bf80> <<< 11924 1726884845.54948: 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 0x7f7c5546c080> <<< 11924 1726884845.54979: 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' <<< 11924 1726884845.55023: 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' <<< 11924 1726884845.55078: 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 0x7f7c5546db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5546d910> <<< 11924 1726884845.55081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884845.55178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884845.55231: 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 0x7f7c554700e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5546e210> <<< 11924 1726884845.55257: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884845.55316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884845.55319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884845.55341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884845.55386: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55473830> <<< 11924 1726884845.55510: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55470200> <<< 11924 1726884845.55573: stdout 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 0x7f7c554745c0> <<< 11924 1726884845.55606: stdout 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 0x7f7c55474860> <<< 11924 1726884845.55638: stdout 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 0x7f7c55474b90> <<< 11924 1726884845.55675: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5546c260> <<< 11924 1726884845.55681: 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 <<< 11924 1726884845.55719: 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' <<< 11924 1726884845.55770: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884845.55783: 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 0x7f7c554fc1d0> <<< 11924 1726884845.55946: 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 0x7f7c554fd400> <<< 11924 1726884845.55957: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55476960> <<< 11924 1726884845.55993: 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 0x7f7c55477d10> <<< 11924 1726884845.55996: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c554765a0> <<< 11924 1726884845.56029: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.56061: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884845.56183: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.56311: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.56349: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884845.56356: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.56393: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884845.56399: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.56601: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.56762: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.57695: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.58528: 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' # <<< 11924 1726884845.58535: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884845.58552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884845.58614: 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 0x7f7c553054f0> <<< 11924 1726884845.58725: 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' <<< 11924 1726884845.58748: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55306240> <<< 11924 1726884845.58818: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5546ff20> import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884845.58833: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.58850: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.58876: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884845.58890: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.59121: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.59367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884845.59370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 11924 1726884845.59372: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55306000> <<< 11924 1726884845.59397: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.60125: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.60835: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.60898: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.60979: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884845.61025: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.61066: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884845.61087: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.61137: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.61226: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884845.61238: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.61279: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884845.61284: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.61315: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.61351: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884845.61374: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.61599: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.61846: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884845.61889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884845.61904: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884845.61976: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55307470> # zipimport: zlib available <<< 11924 1726884845.62052: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.62132: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884845.62162: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884845.62182: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.62217: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.62262: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884845.62276: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.62310: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.62367: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.62413: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.62499: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884845.62530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884845.62611: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55311e20> <<< 11924 1726884845.62660: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5530cd40> <<< 11924 1726884845.62690: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884845.62745: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.62809: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.62839: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.62883: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884845.62889: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884845.62912: 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 <<< 11924 1726884845.62929: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884845.62976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884845.63032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884845.63071: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884845.63074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884845.63116: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55402840> <<< 11924 1726884845.63162: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c555e2510> <<< 11924 1726884845.63238: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55311f70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55306d80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884845.63246: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.63291: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.63313: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884845.63367: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884845.63378: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.63407: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 11924 1726884845.63428: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.63445: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.63452: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 11924 1726884845.63463: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.63479: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.63486: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 11924 1726884845.63512: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.63560: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 11924 1726884845.63566: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.63594: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884845.65700: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.67678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884845.67795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884845.67824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884845.67854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884845.67884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884845.67902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884845.67943: 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 0x7f7c54f48bc0> <<< 11924 1726884845.67979: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5538ffe0> <<< 11924 1726884845.68058: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5538d970> <<< 11924 1726884845.68287: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c553a4590> <<< 11924 1726884845.68344: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.68471: 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' <<< 11924 1726884845.68501: 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 <<< 11924 1726884845.68505: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 11924 1726884845.68529: 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 <<< 11924 1726884845.68537: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 11924 1726884845.68576: 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 <<< 11924 1726884845.68604: 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 0x7f7c54f5e6f0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f5e300> <<< 11924 1726884845.68632: 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 <<< 11924 1726884845.68636: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 11924 1726884845.68654: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884845.68670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884845.68711: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f80dd0> <<< 11924 1726884845.68729: 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' <<< 11924 1726884845.68798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 11924 1726884845.68804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 11924 1726884845.68825: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f82030> <<< 11924 1726884845.68885: 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 0x7f7c54f81940> <<< 11924 1726884845.68889: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f81790> <<< 11924 1726884845.68931: 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' <<< 11924 1726884845.68953: 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 0x7f7c54f84470> <<< 11924 1726884845.69125: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f84200> <<< 11924 1726884845.69154: 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' <<< 11924 1726884845.69181: 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 <<< 11924 1726884845.69187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884845.69214: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 11924 1726884845.69336: 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' <<< 11924 1726884845.69342: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f86150> <<< 11924 1726884845.69414: 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 0x7f7c54f85fa0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f858b0> <<< 11924 1726884845.69464: 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' <<< 11924 1726884845.69504: 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' <<< 11924 1726884845.69528: 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' <<< 11924 1726884845.69568: 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 0x7f7c54f88e60> <<< 11924 1726884845.69622: 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 0x7f7c54f89250> <<< 11924 1726884845.69651: 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' <<< 11924 1726884845.69665: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f896a0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py <<< 11924 1726884845.69675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 11924 1726884845.69697: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f89e80> <<< 11924 1726884845.69732: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f88530> <<< 11924 1726884845.69735: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f87fb0> # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 11924 1726884845.69753: 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 <<< 11924 1726884845.69778: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f8a600> <<< 11924 1726884845.69806: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f87b00> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f87a70> <<< 11924 1726884845.69840: 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 <<< 11924 1726884845.69858: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 11924 1726884845.69881: 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 <<< 11924 1726884845.69887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' <<< 11924 1726884845.69913: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54fccc80> <<< 11924 1726884845.69941: 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 <<< 11924 1726884845.69952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 11924 1726884845.69964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 11924 1726884845.70006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 11924 1726884845.70051: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54fcdac0> <<< 11924 1726884845.70075: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54fcd1f0> <<< 11924 1726884845.70220: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f8af30> <<< 11924 1726884845.70247: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 11924 1726884845.70308: 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 <<< 11924 1726884845.70339: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 11924 1726884845.70457: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54fd6660> <<< 11924 1726884845.70528: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 11924 1726884845.70554: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 11924 1726884845.70574: 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' <<< 11924 1726884845.70834: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54fdbe30> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f84dd0> <<< 11924 1726884845.70880: 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 <<< 11924 1726884845.70939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 11924 1726884845.70960: 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' <<< 11924 1726884845.70964: 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 <<< 11924 1726884845.70993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 11924 1726884845.71101: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e65dc0> <<< 11924 1726884845.71108: stdout chunk (state=3): >>>import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e655e0> <<< 11924 1726884845.72310: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54fd6240> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f5e840> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f5d6a0> <<< 11924 1726884845.72987: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c553a57f0> <<< 11924 1726884845.72991: 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' <<< 11924 1726884845.73097: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e7a540> <<< 11924 1726884845.73159: 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 0x7f7c54e7c2f0> # /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' <<< 11924 1726884845.73190: 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 <<< 11924 1726884845.73216: 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 <<< 11924 1726884845.73242: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 11924 1726884845.73314: 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' <<< 11924 1726884845.73340: 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' <<< 11924 1726884845.73347: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e7faa0> <<< 11924 1726884845.73371: 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 0x7f7c54e800b0> <<< 11924 1726884845.73530: 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 <<< 11924 1726884845.73533: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 11924 1726884845.73572: 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' <<< 11924 1726884845.73600: 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' <<< 11924 1726884845.73610: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/_errorcheckers.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e81130> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e80fe0> <<< 11924 1726884845.73628: 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 <<< 11924 1726884845.73635: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 11924 1726884845.73687: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e813d0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e80d40> <<< 11924 1726884845.73713: 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' <<< 11924 1726884845.73730: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 11924 1726884845.73757: 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 0x7f7c54e818b0> <<< 11924 1726884845.73778: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e81700> # /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' <<< 11924 1726884845.73994: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/device/_device.py # code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e819d0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e818e0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e80500> # /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 0x7f7c54e80b30> # /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' <<< 11924 1726884845.74032: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/pipe.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e85b50> <<< 11924 1726884845.74084: 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 0x7f7c54e85ee0> <<< 11924 1726884845.74146: stdout chunk (state=3): >>>import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e858b0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e84f20> <<< 11924 1726884845.74177: 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 0x7f7c54e86060> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e7f770> # /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 0x7f7c54e860f0> <<< 11924 1726884845.74487: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e7d280> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e7c9b0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/device.py <<< 11924 1726884845.74525: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py # code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 11924 1726884845.74584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py # code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 11924 1726884845.74652: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e8e0c0> <<< 11924 1726884845.74657: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e8cef0> <<< 11924 1726884845.74796: 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 0x7f7c54e8ffe0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e7c5c0> <<< 11924 1726884845.74832: 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 <<< 11924 1726884845.74935: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 11924 1726884845.75029: 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' # /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 0x7f7c5501bf80> # /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' <<< 11924 1726884845.75129: 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' <<< 11924 1726884845.75366: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/lvm_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53e9c290> # /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 0x7f7c53e9ca70> # /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 0x7f7c53e9d0a0> # /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 0x7f7c53e9d3d0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53e9c110> <<< 11924 1726884845.75468: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54ec3830> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54ec0650> <<< 11924 1726884845.75494: 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' <<< 11924 1726884845.75526: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53eac110> <<< 11924 1726884845.75586: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54ec1550> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54ec0170> <<< 11924 1726884845.75590: 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' <<< 11924 1726884845.75640: 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' <<< 11924 1726884845.75674: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53eac710> <<< 11924 1726884845.75765: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54ec09e0> <<< 11924 1726884845.75844: 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 0x7f7c53eac920> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsck.py <<< 11924 1726884845.75863: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53eacd70> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsminsize.py <<< 11924 1726884845.75881: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc' <<< 11924 1726884845.76034: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53ead520> <<< 11924 1726884845.76123: 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' <<< 11924 1726884845.76146: 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 <<< 11924 1726884845.76184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884845.76356: 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 0x7f7c53ed8f50> <<< 11924 1726884845.76416: 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' <<< 11924 1726884845.76443: 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 0x7f7c53eda090> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53ed9a60> <<< 11924 1726884845.76558: 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 0x7f7c53eda450> <<< 11924 1726884845.76600: 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 0x7f7c53edaff0> <<< 11924 1726884845.76682: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/disk.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884845.76750: 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' <<< 11924 1726884845.76880: stdout chunk (state=3): >>>import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53c85d00> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53c849e0> # /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 0x7f7c53c87140> # /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' <<< 11924 1726884845.76960: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53ca8470> # /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 0x7f7c53ca92b0> <<< 11924 1726884845.77060: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53eca240> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53ec9eb0> <<< 11924 1726884845.77121: 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 <<< 11924 1726884845.77169: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc' import 'blivet.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53cab740> # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/manager.py <<< 11924 1726884845.77265: 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' <<< 11924 1726884845.77358: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53cd8140> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53cab710> <<< 11924 1726884845.77626: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53caac00> # /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' <<< 11924 1726884845.77758: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53cf4920> # /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 0x7f7c53cf4a70> # /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' <<< 11924 1726884845.77802: 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 0x7f7c53d101a0> <<< 11924 1726884845.77820: 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 <<< 11924 1726884845.77907: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53d10890> <<< 11924 1726884845.77998: 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 <<< 11924 1726884845.78035: stdout chunk (state=3): >>># 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 0x7f7c53d11220> <<< 11924 1726884845.78088: 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' <<< 11924 1726884845.78148: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53d116a0> # /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' <<< 11924 1726884845.78191: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53d11c10> <<< 11924 1726884845.78294: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsuuid.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53d11f40> <<< 11924 1726884845.78300: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswritelabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53d12510> <<< 11924 1726884845.78442: 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 0x7f7c53d12720> # /usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fstab.py <<< 11924 1726884845.78445: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 11924 1726884845.78528: 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' <<< 11924 1726884845.78621: 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 0x7f7c53d13980> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53d13800> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53d128d0> # /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' <<< 11924 1726884845.78684: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53d446e0> <<< 11924 1726884845.78726: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53d442f0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53d13d40> <<< 11924 1726884845.79315: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53cf4f20> # /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 0x7f7c53d73fe0> # /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 0x7f7c53b74440> <<< 11924 1726884845.79453: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53cf6b70> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/lvmpv.py <<< 11924 1726884845.79487: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/lvm.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884845.80328: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53b774d0> <<< 11924 1726884845.80400: 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' <<< 11924 1726884845.80406: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53b77650> <<< 11924 1726884845.80532: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53d73c20> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/mdraid.py <<< 11924 1726884845.80535: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 11924 1726884845.80616: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53b8dac0> <<< 11924 1726884845.80622: 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 <<< 11924 1726884845.80662: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 11924 1726884845.80709: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53b8ef00> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/prepboot.py <<< 11924 1726884845.80713: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc' <<< 11924 1726884845.80781: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53b8f6e0> <<< 11924 1726884845.80787: 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 <<< 11924 1726884845.80902: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 11924 1726884845.80905: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53b8ff80> <<< 11924 1726884845.80921: 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 <<< 11924 1726884845.80939: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884845.80995: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53ba5d60> <<< 11924 1726884845.81015: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c550199a0> <<< 11924 1726884845.81042: 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 <<< 11924 1726884845.81052: 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 0x7f7c53ec9b50> <<< 11924 1726884845.81508: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e92780> # /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 0x7f7c53bd8f50> # /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 0x7f7c53bd9d90> # /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' <<< 11924 1726884845.81568: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53bda5a0> <<< 11924 1726884845.81802: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53bc7e60> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/partition.py <<< 11924 1726884845.81864: 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 <<< 11924 1726884845.81868: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' <<< 11924 1726884845.81922: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53bf7f80> <<< 11924 1726884845.82138: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53bf67b0> <<< 11924 1726884845.82156: 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 <<< 11924 1726884845.82165: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884845.82286: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53c21b80> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lvm.py <<< 11924 1726884845.82509: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884845.82550: 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 <<< 11924 1726884845.82557: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 11924 1726884845.82617: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53c3b740> <<< 11924 1726884845.82736: 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 0x7f7c53a67bf0> # /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' <<< 11924 1726884845.82774: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53a81f10> <<< 11924 1726884845.83089: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53a80140> <<< 11924 1726884845.83093: 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 <<< 11924 1726884845.83101: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' <<< 11924 1726884845.83299: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53ab03e0> <<< 11924 1726884845.83752: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53c23fe0> <<< 11924 1726884845.83766: 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 <<< 11924 1726884845.83821: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884845.84002: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53c38260> <<< 11924 1726884845.84062: 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 <<< 11924 1726884845.84079: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 11924 1726884845.84135: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53b12420> <<< 11924 1726884845.84151: 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' <<< 11924 1726884845.84177: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53b12f60> <<< 11924 1726884845.84219: 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 <<< 11924 1726884845.84222: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' <<< 11924 1726884845.84249: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53b13aa0> <<< 11924 1726884845.84281: 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 <<< 11924 1726884845.84285: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' <<< 11924 1726884845.84323: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53b13f20> <<< 11924 1726884845.84350: 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' <<< 11924 1726884845.84410: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53b24e30> <<< 11924 1726884845.84446: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884845.84699: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53b25700> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e7c440> # /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' <<< 11924 1726884845.84909: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53b26180> # /usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicefactory.py <<< 11924 1726884845.84976: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 11924 1726884845.85051: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 11924 1726884845.85103: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53974b60> <<< 11924 1726884845.85193: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53b46840> # zipimport: zlib available <<< 11924 1726884845.85213: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 11924 1726884845.85258: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884845.85277: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 11924 1726884845.85394: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.85685: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.86003: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 11924 1726884845.86342: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884845.86589: stdout chunk (state=3): >>> {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 11924 1726884845.86613: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884845.88059: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884845.88077: 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 <<< 11924 1726884845.88119: 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 <<< 11924 1726884845.88129: 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 <<< 11924 1726884845.88153: 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 <<< 11924 1726884845.88514: stdout chunk (state=3): >>># cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] 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 ansi<<< 11924 1726884845.88552: stdout chunk (state=3): >>>ble.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_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 <<< 11924 1726884845.89310: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884845.89364: stdout chunk (state=3): >>># destroy _bz2<<< 11924 1726884845.89370: stdout chunk (state=3): >>> # destroy _compression # destroy _lzma<<< 11924 1726884845.89376: stdout chunk (state=3): >>> # destroy binascii # destroy struct <<< 11924 1726884845.89396: stdout chunk (state=3): >>># destroy zlib # destroy bz2 <<< 11924 1726884845.89408: stdout chunk (state=3): >>># destroy lzma # destroy zipfile._path<<< 11924 1726884845.89419: stdout chunk (state=3): >>> <<< 11924 1726884845.89461: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 11924 1726884845.89467: stdout chunk (state=3): >>># destroy ipaddress <<< 11924 1726884845.89711: stdout chunk (state=3): >>># destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime # destroy distro # destroy distro.distro # destroy argparse # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage <<< 11924 1726884845.89734: stdout chunk (state=3): >>># destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition <<< 11924 1726884845.89738: stdout chunk (state=3): >>># destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid<<< 11924 1726884845.89757: stdout chunk (state=3): >>> <<< 11924 1726884845.89819: 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 # 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 <<< 11924 1726884845.89827: stdout chunk (state=3): >>># cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager <<< 11924 1726884845.89836: stdout chunk (state=3): >>># cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry<<< 11924 1726884845.89876: stdout chunk (state=3): >>> # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk <<< 11924 1726884845.89881: stdout chunk (state=3): >>># cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device <<< 11924 1726884845.89904: stdout chunk (state=3): >>># cleanup[3] wiping parted.constraint <<< 11924 1726884845.89911: stdout chunk (state=3): >>># cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped<<< 11924 1726884845.89930: stdout chunk (state=3): >>> # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck <<< 11924 1726884845.90146: stdout chunk (state=3): >>># cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # 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 <<< 11924 1726884845.90166: stdout chunk (state=3): >>># destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev<<< 11924 1726884845.90221: stdout chunk (state=3): >>> # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio<<< 11924 1726884845.90265: stdout chunk (state=3): >>> # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject<<< 11924 1726884845.90288: 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 <<< 11924 1726884845.90860: 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 # 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 <<< 11924 1726884845.90888: stdout chunk (state=3): >>># 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 <<< 11924 1726884845.91570: stdout chunk (state=3): >>># destroy sys.monitoring<<< 11924 1726884845.91578: stdout chunk (state=3): >>> <<< 11924 1726884845.91649: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc <<< 11924 1726884845.91660: stdout chunk (state=3): >>># destroy _weakref <<< 11924 1726884845.91688: stdout chunk (state=3): >>># destroy zipimport <<< 11924 1726884845.91698: stdout chunk (state=3): >>># destroy gi._gi <<< 11924 1726884845.91730: stdout chunk (state=3): >>># destroy _struct<<< 11924 1726884845.91737: stdout chunk (state=3): >>> <<< 11924 1726884845.91813: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk <<< 11924 1726884845.91852: stdout chunk (state=3): >>># destroy pyudev<<< 11924 1726884845.91860: stdout chunk (state=3): >>> <<< 11924 1726884845.91886: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid <<< 11924 1726884845.91894: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid <<< 11924 1726884845.91986: stdout chunk (state=3): >>># destroy genericpath<<< 11924 1726884845.91990: stdout chunk (state=3): >>> # destroy re._parser # destroy _string # destroy signal <<< 11924 1726884845.92010: stdout chunk (state=3): >>># destroy threading <<< 11924 1726884845.92208: stdout chunk (state=3): >>># 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 <<< 11924 1726884845.92229: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 11924 1726884845.92268: stdout chunk (state=3): >>># destroy _blake2 <<< 11924 1726884845.92272: stdout chunk (state=3): >>># destroy selinux._selinux <<< 11924 1726884845.92304: stdout chunk (state=3): >>># destroy pyudev._os.pipe<<< 11924 1726884845.92311: stdout chunk (state=3): >>> # destroy pyudev._os.poll <<< 11924 1726884845.92380: stdout chunk (state=3): >>># destroy copyreg <<< 11924 1726884845.92386: stdout chunk (state=3): >>># destroy contextlib<<< 11924 1726884845.92424: stdout chunk (state=3): >>> # destroy select <<< 11924 1726884845.92432: stdout chunk (state=3): >>># destroy json.scanner <<< 11924 1726884845.92449: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder <<< 11924 1726884845.92461: stdout chunk (state=3): >>># destroy _json # destroy stat <<< 11924 1726884845.92503: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884845.92513: stdout chunk (state=3): >>># destroy _tokenize <<< 11924 1726884845.92537: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error <<< 11924 1726884845.92543: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser<<< 11924 1726884845.92616: 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<<< 11924 1726884845.92621: stdout chunk (state=3): >>> # destroy errno # destroy collections <<< 11924 1726884845.92796: stdout chunk (state=3): >>># 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 <<< 11924 1726884845.92935: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884845.92951: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases<<< 11924 1726884845.92973: stdout chunk (state=3): >>> # destroy encodings.utf_8 # destroy encodings.utf_8_sig <<< 11924 1726884845.92977: stdout chunk (state=3): >>># destroy encodings.cp437 # destroy _codecs<<< 11924 1726884845.92999: stdout chunk (state=3): >>> <<< 11924 1726884845.93006: stdout chunk (state=3): >>># destroy re <<< 11924 1726884845.93030: stdout chunk (state=3): >>># destroy _random<<< 11924 1726884845.93053: stdout chunk (state=3): >>> # destroy _operator <<< 11924 1726884845.93074: stdout chunk (state=3): >>># destroy _functools # clear sys.audit hooks<<< 11924 1726884845.93087: stdout chunk (state=3): >>> <<< 11924 1726884845.94054: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884845.94089: stderr chunk (state=3): >>><<< 11924 1726884845.94109: stdout chunk (state=3): >>><<< 11924 1726884845.94401: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55f683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55f37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55f6a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d1cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d1dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d63dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d63fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d937d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d93e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d73a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d711c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d60f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55db77d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55db63f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d72090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55db4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55de8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d60200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55de8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55de8b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55de8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55d56d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55de9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55de9220> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55dea450> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55e00680> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55e01d60> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55e02c00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55e03260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55e02150> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55e03ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55e03410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55dea4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55b37b90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55b606e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55b60440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55b60710> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55b61040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55b61a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55b608f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55b35d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55b62de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55b618b0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55deaba0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55b8b110> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55bb3440> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55c10200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55c12960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55c10320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55bdd220> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55529310> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55bb2240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55b63ce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7c55bb2840> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_g8gqvhtx/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 0x7f7c5557aff0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5555dee0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5555d070> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55578ec0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c555ae960> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c555ae6f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c555ae000> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c555aea50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5557bc80> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c555af710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c555af950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c555afe90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55419b80> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c5541b7a0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5541c1a0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5541d340> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5541fe00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55e02b70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5541e0c0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55427ce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c554267b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55426510> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55426a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5541e5d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c5546bf80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5546c080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c5546db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5546d910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c554700e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5546e210> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55473830> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55470200> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c554745c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55474860> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55474b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5546c260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c554fc1d0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c554fd400> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55476960> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55477d10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c554765a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c553054f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55306240> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5546ff20> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55306000> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55307470> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7c55311e20> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5530cd40> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55402840> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c555e2510> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55311f70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c55306d80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f7c54f48bc0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5538ffe0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c5538d970> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c553a4590> # 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 0x7f7c54f5e6f0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f5e300> # /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 0x7f7c54f80dd0> # /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 0x7f7c54f82030> # 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 0x7f7c54f81940> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f81790> # /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 0x7f7c54f84470> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f84200> # /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 0x7f7c54f86150> # 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 0x7f7c54f85fa0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f858b0> # /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 0x7f7c54f88e60> # /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 0x7f7c54f89250> # /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 0x7f7c54f896a0> # /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 0x7f7c54f89e80> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f88530> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f87fb0> # 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 0x7f7c54f8a600> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f87b00> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f87a70> # /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 0x7f7c54fccc80> # /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 0x7f7c54fcdac0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54fcd1f0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f8af30> 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 0x7f7c54fd6660> 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 0x7f7c54fdbe30> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f84dd0> # /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 0x7f7c54e65dc0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e655e0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54fd6240> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f5e840> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54f5d6a0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c553a57f0> # /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 0x7f7c54e7a540> # /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 0x7f7c54e7c2f0> # /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 0x7f7c54e7faa0> # /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 0x7f7c54e800b0> # /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 0x7f7c54e81130> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e80fe0> # /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 0x7f7c54e813d0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e80d40> # /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 0x7f7c54e818b0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e81700> # /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 0x7f7c54e819d0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e818e0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e80500> # /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 0x7f7c54e80b30> # /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 0x7f7c54e85b50> # /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 0x7f7c54e85ee0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e858b0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e84f20> # /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 0x7f7c54e86060> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e7f770> # /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 0x7f7c54e860f0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e7d280> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e7c9b0> # /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 0x7f7c54e8e0c0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e8cef0> # /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 0x7f7c54e8ffe0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e7c5c0> # /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 0x7f7c5501bf80> # /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 0x7f7c53e9c290> # /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 0x7f7c53e9ca70> # /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 0x7f7c53e9d0a0> # /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 0x7f7c53e9d3d0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53e9c110> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54ec3830> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54ec0650> # /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 0x7f7c53eac110> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54ec1550> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54ec0170> # /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 0x7f7c53eac710> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54ec09e0> # /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 0x7f7c53eac920> # /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 0x7f7c53eacd70> # /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 0x7f7c53ead520> # /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 0x7f7c53ed8f50> # /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 0x7f7c53eda090> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53ed9a60> # /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 0x7f7c53eda450> # /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 0x7f7c53edaff0> # /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 0x7f7c53c85d00> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53c849e0> # /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 0x7f7c53c87140> # /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 0x7f7c53ca8470> # /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 0x7f7c53ca92b0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53eca240> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53ec9eb0> # /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 0x7f7c53cab740> # /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 0x7f7c53cd8140> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53cab710> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53caac00> # /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 0x7f7c53cf4920> # /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 0x7f7c53cf4a70> # /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 0x7f7c53d101a0> # /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 0x7f7c53d10890> # /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 0x7f7c53d11220> # /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 0x7f7c53d116a0> # /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 0x7f7c53d11c10> # /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 0x7f7c53d11f40> # /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 0x7f7c53d12510> # /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 0x7f7c53d12720> # /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 0x7f7c53d13980> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53d13800> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53d128d0> # /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 0x7f7c53d446e0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53d442f0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53d13d40> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53cf4f20> # /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 0x7f7c53d73fe0> # /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 0x7f7c53b74440> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53cf6b70> # /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 0x7f7c53b774d0> # /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 0x7f7c53b77650> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53d73c20> # /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 0x7f7c53b8dac0> # /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 0x7f7c53b8ef00> # /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 0x7f7c53b8f6e0> # /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 0x7f7c53b8ff80> # /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 0x7f7c53ba5d60> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c550199a0> # /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 0x7f7c53ec9b50> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e92780> # /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 0x7f7c53bd8f50> # /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 0x7f7c53bd9d90> # /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 0x7f7c53bda5a0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53bc7e60> # /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 0x7f7c53bf7f80> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53bf67b0> # /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 0x7f7c53c21b80> # /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 0x7f7c53c3b740> # /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 0x7f7c53a67bf0> # /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 0x7f7c53a81f10> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53a80140> # /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 0x7f7c53ab03e0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53c23fe0> # /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 0x7f7c53c38260> # /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 0x7f7c53b12420> # /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 0x7f7c53b12f60> # /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 0x7f7c53b13aa0> # /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 0x7f7c53b13f20> # /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 0x7f7c53b24e30> # /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 0x7f7c53b25700> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c54e7c440> # /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 0x7f7c53b26180> # /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 0x7f7c53974b60> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7c53b46840> # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # # zipimport: zlib available {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime # destroy distro # destroy distro.distro # destroy argparse # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy blivet.devicelibs.disk # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy _hashlib # destroy shutil # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy pprint # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy parted # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy math # destroy platform # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy operator # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884845.96182: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726884845.304398-12275-181783614948468/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884845.96186: _low_level_execute_command(): starting 11924 1726884845.96188: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884845.304398-12275-181783614948468/ > /dev/null 2>&1 && sleep 0' 11924 1726884845.96190: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884845.96193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884845.96195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884845.96197: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884845.96199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884845.96201: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884845.96204: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884845.98561: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884845.98564: stderr chunk (state=3): >>><<< 11924 1726884845.98567: stdout chunk (state=3): >>><<< 11924 1726884845.98569: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884845.98572: handler run complete 11924 1726884845.98574: attempt loop complete, returning result 11924 1726884845.98576: _execute() done 11924 1726884845.98578: dumping result to json 11924 1726884845.98580: done dumping result, returning 11924 1726884845.98582: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-f4c0-2290-0000000000ca] 11924 1726884845.98583: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000ca ok: [managed_node2] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } 11924 1726884845.98816: no more pending results, returning what we have 11924 1726884845.98819: results queue empty 11924 1726884845.98820: checking for any_errors_fatal 11924 1726884845.98827: done checking for any_errors_fatal 11924 1726884845.98827: checking for max_fail_percentage 11924 1726884845.98829: done checking for max_fail_percentage 11924 1726884845.98830: checking to see if all hosts have failed and the running result is not ok 11924 1726884845.98830: done checking to see if all hosts have failed 11924 1726884845.98831: getting the remaining hosts for this loop 11924 1726884845.98833: done getting the remaining hosts for this loop 11924 1726884845.98836: getting the next task for host managed_node2 11924 1726884845.98842: done getting next task for host managed_node2 11924 1726884845.98845: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 11924 1726884845.98849: ^ 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 11924 1726884845.98979: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000ca 11924 1726884845.98983: WORKER PROCESS EXITING 11924 1726884845.98989: getting variables 11924 1726884845.98991: in VariableManager get_vars() 11924 1726884845.99030: Calling all_inventory to load vars for managed_node2 11924 1726884845.99037: Calling groups_inventory to load vars for managed_node2 11924 1726884845.99040: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884845.99052: Calling all_plugins_play to load vars for managed_node2 11924 1726884845.99163: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884845.99170: Calling groups_plugins_play to load vars for managed_node2 11924 1726884846.00267: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884846.00895: done with get_vars() 11924 1726884846.00919: done getting variables 11924 1726884846.01006: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 20 September 2024 22:14:06 -0400 (0:00:00.773) 0:00:11.349 ****** 11924 1726884846.01047: entering _queue_task() for managed_node2/command 11924 1726884846.01049: Creating lock for command 11924 1726884846.01464: worker is 1 (out of 1 available) 11924 1726884846.01474: exiting _queue_task() for managed_node2/command 11924 1726884846.01486: done queuing things up, now waiting for results queue to drain 11924 1726884846.01487: waiting for pending results... 11924 1726884846.01666: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 11924 1726884846.01815: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000cb 11924 1726884846.01836: variable 'ansible_search_path' from source: unknown 11924 1726884846.01842: variable 'ansible_search_path' from source: unknown 11924 1726884846.01880: calling self._execute() 11924 1726884846.01980: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884846.02007: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884846.02041: variable 'omit' from source: magic vars 11924 1726884846.02504: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884846.04849: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884846.04908: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884846.04936: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884846.04964: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884846.04983: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884846.05044: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884846.05070: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884846.05087: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884846.05119: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884846.05129: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884846.05221: Evaluated conditional (storage_udevadm_trigger | d(false)): False 11924 1726884846.05225: when evaluation is False, skipping this task 11924 1726884846.05227: _execute() done 11924 1726884846.05230: dumping result to json 11924 1726884846.05232: done dumping result, returning 11924 1726884846.05239: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-f4c0-2290-0000000000cb] 11924 1726884846.05244: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000cb 11924 1726884846.05335: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000cb 11924 1726884846.05339: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 11924 1726884846.05385: no more pending results, returning what we have 11924 1726884846.05388: results queue empty 11924 1726884846.05389: checking for any_errors_fatal 11924 1726884846.05399: done checking for any_errors_fatal 11924 1726884846.05400: checking for max_fail_percentage 11924 1726884846.05402: done checking for max_fail_percentage 11924 1726884846.05403: checking to see if all hosts have failed and the running result is not ok 11924 1726884846.05403: done checking to see if all hosts have failed 11924 1726884846.05404: getting the remaining hosts for this loop 11924 1726884846.05406: done getting the remaining hosts for this loop 11924 1726884846.05410: getting the next task for host managed_node2 11924 1726884846.05417: done getting next task for host managed_node2 11924 1726884846.05421: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 11924 1726884846.05425: ^ 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 11924 1726884846.05438: getting variables 11924 1726884846.05440: in VariableManager get_vars() 11924 1726884846.05472: Calling all_inventory to load vars for managed_node2 11924 1726884846.05475: Calling groups_inventory to load vars for managed_node2 11924 1726884846.05477: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884846.05485: Calling all_plugins_play to load vars for managed_node2 11924 1726884846.05487: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884846.05490: Calling groups_plugins_play to load vars for managed_node2 11924 1726884846.05834: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884846.06175: done with get_vars() 11924 1726884846.06185: done getting variables TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 20 September 2024 22:14:06 -0400 (0:00:00.052) 0:00:11.401 ****** 11924 1726884846.06260: entering _queue_task() for managed_node2/stat 11924 1726884846.06459: worker is 1 (out of 1 available) 11924 1726884846.06473: exiting _queue_task() for managed_node2/stat 11924 1726884846.06485: done queuing things up, now waiting for results queue to drain 11924 1726884846.06486: waiting for pending results... 11924 1726884846.06674: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 11924 1726884846.06752: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000cc 11924 1726884846.06774: variable 'ansible_search_path' from source: unknown 11924 1726884846.06779: variable 'ansible_search_path' from source: unknown 11924 1726884846.06816: calling self._execute() 11924 1726884846.06888: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884846.07061: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884846.07065: variable 'omit' from source: magic vars 11924 1726884846.07068: variable 'omit' from source: magic vars 11924 1726884846.07080: variable 'omit' from source: magic vars 11924 1726884846.07135: variable 'omit' from source: magic vars 11924 1726884846.07184: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884846.07246: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884846.07274: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884846.07299: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884846.07331: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884846.07351: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884846.07375: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884846.07413: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884846.07435: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884846.07443: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884846.07578: Set connection var ansible_shell_executable to /bin/sh 11924 1726884846.07586: Set connection var ansible_connection to ssh 11924 1726884846.07600: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884846.07612: Set connection var ansible_timeout to 10 11924 1726884846.07671: Set connection var ansible_pipelining to False 11924 1726884846.07695: Set connection var ansible_shell_type to sh 11924 1726884846.07735: variable 'ansible_shell_executable' from source: unknown 11924 1726884846.07776: variable 'ansible_connection' from source: unknown 11924 1726884846.07779: variable 'ansible_module_compression' from source: unknown 11924 1726884846.07782: variable 'ansible_shell_type' from source: unknown 11924 1726884846.07849: variable 'ansible_shell_executable' from source: unknown 11924 1726884846.07853: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884846.07858: variable 'ansible_pipelining' from source: unknown 11924 1726884846.07861: variable 'ansible_timeout' from source: unknown 11924 1726884846.07863: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884846.08006: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884846.08015: variable 'omit' from source: magic vars 11924 1726884846.08019: starting attempt loop 11924 1726884846.08022: running the handler 11924 1726884846.08033: _low_level_execute_command(): starting 11924 1726884846.08039: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884846.08533: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884846.08572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 11924 1726884846.08575: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884846.08578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884846.08622: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884846.08625: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884846.08627: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884846.08692: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884846.10710: stdout chunk (state=3): >>>/root <<< 11924 1726884846.10861: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884846.10864: stdout chunk (state=3): >>><<< 11924 1726884846.10866: stderr chunk (state=3): >>><<< 11924 1726884846.10887: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884846.10989: _low_level_execute_command(): starting 11924 1726884846.10993: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884846.1089559-12295-79108529196925 `" && echo ansible-tmp-1726884846.1089559-12295-79108529196925="` echo /root/.ansible/tmp/ansible-tmp-1726884846.1089559-12295-79108529196925 `" ) && sleep 0' 11924 1726884846.11547: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884846.11568: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884846.11583: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884846.11609: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884846.11635: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884846.11670: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884846.11747: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884846.11775: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884846.11802: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884846.11891: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884846.13794: stdout chunk (state=3): >>>ansible-tmp-1726884846.1089559-12295-79108529196925=/root/.ansible/tmp/ansible-tmp-1726884846.1089559-12295-79108529196925 <<< 11924 1726884846.13906: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884846.13928: stderr chunk (state=3): >>><<< 11924 1726884846.13931: stdout chunk (state=3): >>><<< 11924 1726884846.13945: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884846.1089559-12295-79108529196925=/root/.ansible/tmp/ansible-tmp-1726884846.1089559-12295-79108529196925 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884846.13994: variable 'ansible_module_compression' from source: unknown 11924 1726884846.14035: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884846.14074: variable 'ansible_facts' from source: unknown 11924 1726884846.14135: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884846.1089559-12295-79108529196925/AnsiballZ_stat.py 11924 1726884846.14261: Sending initial data 11924 1726884846.14273: Sent initial data (152 bytes) 11924 1726884846.14878: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884846.14929: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884846.17020: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 11924 1726884846.17024: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 11924 1726884846.17077: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884846.17129: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpdcheh_3_ /root/.ansible/tmp/ansible-tmp-1726884846.1089559-12295-79108529196925/AnsiballZ_stat.py <<< 11924 1726884846.17132: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884846.1089559-12295-79108529196925/AnsiballZ_stat.py" <<< 11924 1726884846.17185: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpdcheh_3_" to remote "/root/.ansible/tmp/ansible-tmp-1726884846.1089559-12295-79108529196925/AnsiballZ_stat.py" <<< 11924 1726884846.17194: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884846.1089559-12295-79108529196925/AnsiballZ_stat.py" <<< 11924 1726884846.17771: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884846.17804: stderr chunk (state=3): >>><<< 11924 1726884846.17807: stdout chunk (state=3): >>><<< 11924 1726884846.17836: done transferring module to remote 11924 1726884846.17853: _low_level_execute_command(): starting 11924 1726884846.17858: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884846.1089559-12295-79108529196925/ /root/.ansible/tmp/ansible-tmp-1726884846.1089559-12295-79108529196925/AnsiballZ_stat.py && sleep 0' 11924 1726884846.18262: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884846.18266: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884846.18269: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884846.18372: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884846.18379: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884846.18435: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884846.20804: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884846.20830: stderr chunk (state=3): >>><<< 11924 1726884846.20834: stdout chunk (state=3): >>><<< 11924 1726884846.20847: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884846.20850: _low_level_execute_command(): starting 11924 1726884846.20853: _low_level_execute_command(): using become for this command 11924 1726884846.20867: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-nwwxryfimmorzrklgelwclsxdweksicb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884846.1089559-12295-79108529196925/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884846.20947: Initial state: awaiting_escalation: BECOME-SUCCESS-nwwxryfimmorzrklgelwclsxdweksicb 11924 1726884846.21260: 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 <<< 11924 1726884846.21331: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884846.21344: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884846.21408: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884846.25484: stdout chunk (state=1): >>>BECOME-SUCCESS-nwwxryfimmorzrklgelwclsxdweksicb <<< 11924 1726884846.25495: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-nwwxryfimmorzrklgelwclsxdweksicb' 11924 1726884846.26073: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # <<< 11924 1726884846.26102: stdout chunk (state=3): >>>import '_warnings' # <<< 11924 1726884846.26106: stdout chunk (state=3): >>>import '_weakref' # <<< 11924 1726884846.26140: stdout chunk (state=3): >>> <<< 11924 1726884846.26224: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884846.26236: stdout chunk (state=3): >>> import 'marshal' # <<< 11924 1726884846.26407: 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 <<< 11924 1726884846.26463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 11924 1726884846.26495: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884846.26534: stdout chunk (state=3): >>> <<< 11924 1726884846.26672: 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 0x7f72995103e0> <<< 11924 1726884846.26679: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72994dfa10><<< 11924 1726884846.26824: 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' <<< 11924 1726884846.26828: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299512960> <<< 11924 1726884846.26888: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 11924 1726884846.26936: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 11924 1726884846.26975: stdout chunk (state=3): >>> import '_stat' # import 'stat' # <<< 11924 1726884846.27079: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884846.27120: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884846.27203: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # <<< 11924 1726884846.27263: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884846.27330: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884846.27396: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884846.27403: 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 <<< 11924 1726884846.27471: 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 0x7f72992e4fe0> <<< 11924 1726884846.27499: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884846.27511: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'<<< 11924 1726884846.27548: stdout chunk (state=3): >>> import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72992e5fd0> <<< 11924 1726884846.27652: 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 <<< 11924 1726884846.27676: stdout chunk (state=3): >>>Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884846.28031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py<<< 11924 1726884846.28034: stdout chunk (state=3): >>> <<< 11924 1726884846.28112: 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<<< 11924 1726884846.28122: stdout chunk (state=3): >>> <<< 11924 1726884846.28141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884846.28162: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py<<< 11924 1726884846.28236: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884846.28283: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py<<< 11924 1726884846.28293: stdout chunk (state=3): >>> <<< 11924 1726884846.28320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'<<< 11924 1726884846.28361: stdout chunk (state=3): >>> <<< 11924 1726884846.28364: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299323e90> <<< 11924 1726884846.28391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py<<< 11924 1726884846.28446: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884846.28491: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884846.28494: stdout chunk (state=3): >>> <<< 11924 1726884846.28497: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299323f50><<< 11924 1726884846.28514: stdout chunk (state=3): >>> <<< 11924 1726884846.28536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py<<< 11924 1726884846.28590: stdout chunk (state=3): >>> <<< 11924 1726884846.28615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'<<< 11924 1726884846.28618: stdout chunk (state=3): >>> <<< 11924 1726884846.28648: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884846.28745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 11924 1726884846.28774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 11924 1726884846.29000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 11924 1726884846.29016: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729935b860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729935bef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729933bb30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299339280> <<< 11924 1726884846.29084: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299321040> <<< 11924 1726884846.29124: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884846.29151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884846.29170: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884846.29211: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884846.29243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884846.29286: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884846.29295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884846.29341: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729937f890> <<< 11924 1726884846.29362: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729937e4b0> <<< 11924 1726884846.29401: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884846.29411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 11924 1726884846.29432: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729933a150> <<< 11924 1726884846.29441: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729937cc50> <<< 11924 1726884846.29519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884846.29561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993ac920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993202c0> <<< 11924 1726884846.29640: 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' <<< 11924 1726884846.29678: 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 0x7f72993acdd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993acc80> <<< 11924 1726884846.29737: 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' <<< 11924 1726884846.29766: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f72993ad070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729931ede0> <<< 11924 1726884846.29833: 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' <<< 11924 1726884846.29922: 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' <<< 11924 1726884846.29927: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993ad730> <<< 11924 1726884846.30007: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993ad430> import 'importlib.machinery' # <<< 11924 1726884846.30032: 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 0x7f72993ae630> <<< 11924 1726884846.30104: 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 <<< 11924 1726884846.30127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884846.30174: 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' <<< 11924 1726884846.30208: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993c8860> import 'errno' # <<< 11924 1726884846.30292: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.30352: 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 0x7f72993c9fa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884846.30438: 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 0x7f72993cae10> <<< 11924 1726884846.30480: 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 0x7f72993cb440> <<< 11924 1726884846.30523: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993ca390> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884846.30699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884846.30710: 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 0x7f72993cbe30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993cb560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993ae690> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884846.30745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884846.30786: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.30799: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.30815: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f729915bce0> <<< 11924 1726884846.30866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884846.30868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884846.30904: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.30926: 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 0x7f72991847d0> <<< 11924 1726884846.30937: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299184530> <<< 11924 1726884846.30975: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.31001: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.31003: stdout chunk (state=3): >>>import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7299184800> <<< 11924 1726884846.31040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884846.31071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884846.31160: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.31341: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7299185130> <<< 11924 1726884846.31503: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.31532: 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 0x7f7299185af0> <<< 11924 1726884846.31534: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72991849e0> <<< 11924 1726884846.31567: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299159e80> <<< 11924 1726884846.31602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884846.31634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884846.31665: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884846.31702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299186ea0> <<< 11924 1726884846.31765: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299185be0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993aed80> <<< 11924 1726884846.31810: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884846.31919: 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 <<< 11924 1726884846.31974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884846.32024: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72991af230> <<< 11924 1726884846.32123: 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' <<< 11924 1726884846.32161: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884846.32295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884846.32301: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72991db5c0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884846.32358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884846.32437: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884846.32494: 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' <<< 11924 1726884846.32533: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72992343b0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884846.32580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884846.32618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884846.32682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884846.33019: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299236b10> <<< 11924 1726884846.33022: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72992344d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72991fd3a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 11924 1726884846.33054: 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 0x7f7298b29400> <<< 11924 1726884846.33087: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72991da420> <<< 11924 1726884846.33100: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299187e00> <<< 11924 1726884846.33270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884846.33319: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7298b296a0> <<< 11924 1726884846.33509: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_oxbis474/ansible_stat_payload.zip' <<< 11924 1726884846.33542: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.33751: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.33792: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884846.33812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884846.33875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884846.33975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884846.34019: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 11924 1726884846.34034: 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 0x7f7298b7f1d0> <<< 11924 1726884846.34096: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884846.34323: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298b5e0c0> <<< 11924 1726884846.34359: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298b5d220> # zipimport: zlib available <<< 11924 1726884846.34392: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884846.34431: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884846.34459: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.34476: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884846.34594: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.36657: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.38417: 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' <<< 11924 1726884846.38445: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298b7d070> <<< 11924 1726884846.38484: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884846.38510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884846.38529: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884846.38559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884846.38586: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884846.38644: 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' <<< 11924 1726884846.38656: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.38700: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298baaba0> <<< 11924 1726884846.38743: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298baa990> <<< 11924 1726884846.38784: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298baa2a0> <<< 11924 1726884846.38819: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884846.38995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884846.39110: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298baa780> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298b7fc50> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298bab830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298baba70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298babfb0> <<< 11924 1726884846.39124: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884846.39154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884846.39203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884846.39267: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a15d00> <<< 11924 1726884846.39306: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.39315: 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 0x7f7298a17920> <<< 11924 1726884846.39357: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884846.39388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884846.39446: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a1c2f0> <<< 11924 1726884846.39474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884846.39522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884846.39552: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a1d460> <<< 11924 1726884846.39629: 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' <<< 11924 1726884846.39661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884846.39676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884846.39752: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a1ff20> <<< 11924 1726884846.39807: 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' <<< 11924 1726884846.39843: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298a202c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a1e210> <<< 11924 1726884846.39877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884846.39915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884846.39960: 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' <<< 11924 1726884846.40020: 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' <<< 11924 1726884846.40056: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884846.40095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 11924 1726884846.40112: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a23fe0> <<< 11924 1726884846.40136: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884846.40244: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a22ab0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a22810> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884846.40257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884846.40396: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a22d80> <<< 11924 1726884846.40448: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a1e720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.40475: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.40508: stdout chunk (state=3): >>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298a681d0> <<< 11924 1726884846.40599: 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 0x7f7298a682f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 11924 1726884846.40647: 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' <<< 11924 1726884846.40659: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298a69eb0> <<< 11924 1726884846.40669: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a69c70> <<< 11924 1726884846.40708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884846.40873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884846.40941: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.40954: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.40963: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298a6c3e0> <<< 11924 1726884846.40989: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a6a570> <<< 11924 1726884846.41099: 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' <<< 11924 1726884846.41126: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884846.41198: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a6fb90> <<< 11924 1726884846.41400: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a6c560> <<< 11924 1726884846.41483: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.41501: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.41553: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298a70ec0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.41572: 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' <<< 11924 1726884846.41578: stdout chunk (state=3): >>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298a70dd0> <<< 11924 1726884846.41647: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.41661: 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 0x7f7298a70c80> <<< 11924 1726884846.41718: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a685f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 11924 1726884846.41735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884846.41996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884846.42003: 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 0x7f7298afc470> <<< 11924 1726884846.42125: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.42145: 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 0x7f7298afd5b0> <<< 11924 1726884846.42174: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a72c00> <<< 11924 1726884846.42211: 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' <<< 11924 1726884846.42230: 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 0x7f7298a73fb0> <<< 11924 1726884846.42250: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a72810> <<< 11924 1726884846.42278: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.42310: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.42318: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 11924 1726884846.42351: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.42480: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.42619: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.42645: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.42654: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 11924 1726884846.42675: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.42712: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.42727: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884846.42745: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.43105: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.43123: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.44038: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.44921: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884846.44940: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 11924 1726884846.44976: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 11924 1726884846.45014: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884846.45049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884846.45128: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.45135: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.45173: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298901910> <<< 11924 1726884846.45284: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884846.45296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884846.45322: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298902870> <<< 11924 1726884846.45348: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298afd820> <<< 11924 1726884846.45416: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884846.45443: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.45479: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.45516: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884846.45535: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.45994: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.46022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884846.46049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 11924 1726884846.46070: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298902d20> <<< 11924 1726884846.46120: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.46836: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.47578: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.47696: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.47814: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884846.47839: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.47909: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.47958: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884846.47984: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.48100: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.48239: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884846.48268: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.48296: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.48313: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 11924 1726884846.48348: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.48410: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.48471: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884846.48501: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.48875: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.49237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884846.49400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884846.49453: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72989039e0> <<< 11924 1726884846.49580: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884846.49701: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884846.49711: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 11924 1726884846.49743: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 11924 1726884846.49756: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884846.49797: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.50003: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884846.50069: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.50159: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.50316: stdout chunk (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' <<< 11924 1726884846.50441: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.50462: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884846.50467: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f729890e390> <<< 11924 1726884846.50542: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729890acc0> <<< 11924 1726884846.50614: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 11924 1726884846.50621: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 11924 1726884846.50796: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.50805: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.50816: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.50867: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.50937: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884846.50971: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884846.50994: 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 <<< 11924 1726884846.51023: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884846.51062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884846.51138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884846.51172: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884846.51202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884846.51291: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298bfacf0> <<< 11924 1726884846.51359: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298be29c0> <<< 11924 1726884846.51474: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729890e5d0> <<< 11924 1726884846.51499: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729890e150> <<< 11924 1726884846.51515: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884846.51573: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884846.51620: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 11924 1726884846.51634: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884846.51747: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884846.51784: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884846.51787: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 11924 1726884846.52189: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884846.52346: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884846.54394: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/fstab", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1366, "inode": 268435653, "dev": 51714, "nlink": 1, "atime": 1726884823.4129922, "mtime": 1726884818.8999379, "ctime": 1726884818.8999379, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "mimetype": "text/plain", "charset": "us-ascii", "version": "3378186958", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 11924 1726884846.54444: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884846.55016: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884846.55048: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv <<< 11924 1726884846.55068: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins <<< 11924 1726884846.55091: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp <<< 11924 1726884846.55109: stdout chunk (state=3): >>># cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io <<< 11924 1726884846.55113: stdout chunk (state=3): >>># cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external <<< 11924 1726884846.55116: stdout chunk (state=3): >>># cleanup[2] removing time <<< 11924 1726884846.55126: stdout chunk (state=3): >>># cleanup[2] removing zipimport <<< 11924 1726884846.55148: 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 <<< 11924 1726884846.55407: stdout chunk (state=3): >>># cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat <<< 11924 1726884846.55444: stdout chunk (state=3): >>># cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 11924 1726884846.55781: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884846.55787: stdout chunk (state=3): >>># destroy _blake2 <<< 11924 1726884846.55789: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib <<< 11924 1726884846.55791: stdout chunk (state=3): >>># destroy bz2 # destroy lzma <<< 11924 1726884846.55854: stdout chunk (state=3): >>># destroy zipfile._path <<< 11924 1726884846.55859: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 11924 1726884846.55861: stdout chunk (state=3): >>># destroy fnmatch # destroy ipaddress <<< 11924 1726884846.55917: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884846.55945: stdout chunk (state=3): >>># destroy importlib <<< 11924 1726884846.55970: stdout chunk (state=3): >>># destroy zipimport <<< 11924 1726884846.55989: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 11924 1726884846.56015: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder <<< 11924 1726884846.56032: stdout chunk (state=3): >>># destroy json.scanner # destroy _json <<< 11924 1726884846.56076: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd<<< 11924 1726884846.56086: stdout chunk (state=3): >>> <<< 11924 1726884846.56121: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 11924 1726884846.56177: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 11924 1726884846.56204: stdout chunk (state=3): >>># destroy array <<< 11924 1726884846.56217: stdout chunk (state=3): >>># destroy datetime <<< 11924 1726884846.56245: stdout chunk (state=3): >>># destroy selinux <<< 11924 1726884846.56283: stdout chunk (state=3): >>># destroy shutil # destroy distro # destroy distro.distro <<< 11924 1726884846.56303: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884846.56381: 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 <<< 11924 1726884846.56864: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping 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 <<< 11924 1726884846.56868: stdout chunk (state=3): >>># destroy tokenize <<< 11924 1726884846.56870: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884846.56873: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 11924 1726884846.56966: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884846.56969: 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 <<< 11924 1726884846.57009: 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 <<< 11924 1726884846.57101: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 11924 1726884846.57122: stdout chunk (state=3): >>># destroy encodings.utf_8 <<< 11924 1726884846.57214: stdout chunk (state=3): >>># destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 11924 1726884846.57324: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix <<< 11924 1726884846.57327: stdout chunk (state=3): >>># destroy _functools # destroy builtins <<< 11924 1726884846.57342: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 11924 1726884846.58026: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884846.58086: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884846.58100: stdout chunk (state=3): >>><<< 11924 1726884846.58113: stderr chunk (state=3): >>><<< 11924 1726884846.58273: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72995103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72994dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299512960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72992e4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72992e5fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299323e90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299323f50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729935b860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729935bef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729933bb30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299339280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299321040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729937f890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729937e4b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729933a150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729937cc50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993ac920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993202c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f72993acdd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993acc80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f72993ad070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729931ede0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993ad730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993ad430> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993ae630> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993c8860> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f72993c9fa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993cae10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f72993cb440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993ca390> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f72993cbe30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993cb560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993ae690> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f729915bce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f72991847d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299184530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7299184800> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7299185130> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7299185af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72991849e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299159e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299186ea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299185be0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72993aed80> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72991af230> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72991db5c0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72992343b0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299236b10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72992344d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72991fd3a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298b29400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72991da420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7299187e00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7298b296a0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_oxbis474/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 0x7f7298b7f1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298b5e0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298b5d220> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298b7d070> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298baaba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298baa990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298baa2a0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298baa780> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298b7fc50> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298bab830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298baba70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298babfb0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a15d00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298a17920> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a1c2f0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a1d460> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a1ff20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298a202c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a1e210> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a23fe0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a22ab0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a22810> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a22d80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a1e720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298a681d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a682f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298a69eb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a69c70> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298a6c3e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a6a570> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a6fb90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a6c560> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298a70ec0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298a70dd0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298a70c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a685f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298afc470> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298afd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a72c00> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298a73fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298a72810> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7298901910> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298902870> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298afd820> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298902d20> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f72989039e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f729890e390> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729890acc0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298bfacf0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7298be29c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729890e5d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f729890e150> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/fstab", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1366, "inode": 268435653, "dev": 51714, "nlink": 1, "atime": 1726884823.4129922, "mtime": 1726884818.8999379, "ctime": 1726884818.8999379, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "mimetype": "text/plain", "charset": "us-ascii", "version": "3378186958", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884846.59253: 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-1726884846.1089559-12295-79108529196925/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884846.59259: _low_level_execute_command(): starting 11924 1726884846.59262: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884846.1089559-12295-79108529196925/ > /dev/null 2>&1 && sleep 0' 11924 1726884846.59570: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884846.59662: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884846.59678: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884846.59716: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884846.59742: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884846.59759: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884846.59894: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884846.62418: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884846.62459: stderr chunk (state=3): >>><<< 11924 1726884846.62462: stdout chunk (state=3): >>><<< 11924 1726884846.62479: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884846.62490: handler run complete 11924 1726884846.62548: attempt loop complete, returning result 11924 1726884846.62556: _execute() done 11924 1726884846.62661: dumping result to json 11924 1726884846.62664: done dumping result, returning 11924 1726884846.62668: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-f4c0-2290-0000000000cc] 11924 1726884846.62671: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000cc 11924 1726884846.62745: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000cc 11924 1726884846.62749: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884823.4129922, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "ctime": 1726884818.8999379, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 268435653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726884818.8999379, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3378186958", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 11924 1726884846.62849: no more pending results, returning what we have 11924 1726884846.62853: results queue empty 11924 1726884846.62854: checking for any_errors_fatal 11924 1726884846.62861: done checking for any_errors_fatal 11924 1726884846.62862: checking for max_fail_percentage 11924 1726884846.62864: done checking for max_fail_percentage 11924 1726884846.62865: checking to see if all hosts have failed and the running result is not ok 11924 1726884846.62866: done checking to see if all hosts have failed 11924 1726884846.62866: getting the remaining hosts for this loop 11924 1726884846.62868: done getting the remaining hosts for this loop 11924 1726884846.62872: getting the next task for host managed_node2 11924 1726884846.62880: done getting next task for host managed_node2 11924 1726884846.62884: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 11924 1726884846.62887: ^ 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 11924 1726884846.62899: getting variables 11924 1726884846.62900: in VariableManager get_vars() 11924 1726884846.62932: Calling all_inventory to load vars for managed_node2 11924 1726884846.62934: Calling groups_inventory to load vars for managed_node2 11924 1726884846.62936: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884846.62945: Calling all_plugins_play to load vars for managed_node2 11924 1726884846.62947: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884846.62954: Calling groups_plugins_play to load vars for managed_node2 11924 1726884846.64518: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884846.66224: done with get_vars() 11924 1726884846.66244: done getting variables TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 20 September 2024 22:14:06 -0400 (0:00:00.602) 0:00:12.004 ****** 11924 1726884846.66553: entering _queue_task() for managed_node2/lineinfile 11924 1726884846.66557: Creating lock for lineinfile 11924 1726884846.67153: worker is 1 (out of 1 available) 11924 1726884846.67167: exiting _queue_task() for managed_node2/lineinfile 11924 1726884846.67180: done queuing things up, now waiting for results queue to drain 11924 1726884846.67182: waiting for pending results... 11924 1726884846.68026: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 11924 1726884846.68565: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000cd 11924 1726884846.68569: variable 'ansible_search_path' from source: unknown 11924 1726884846.68572: variable 'ansible_search_path' from source: unknown 11924 1726884846.68574: calling self._execute() 11924 1726884846.68914: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884846.68918: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884846.68921: variable 'omit' from source: magic vars 11924 1726884846.69572: variable '__storage_fstab' from source: set_fact 11924 1726884846.69735: Evaluated conditional (__storage_fstab.stat.exists): True 11924 1726884846.70218: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884846.71189: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884846.71271: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884846.71398: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884846.71770: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884846.71885: variable 'blivet_output' from source: set_fact 11924 1726884846.71905: Evaluated conditional (blivet_output is changed): False 11924 1726884846.71915: when evaluation is False, skipping this task 11924 1726884846.71923: _execute() done 11924 1726884846.71929: dumping result to json 11924 1726884846.71938: done dumping result, returning 11924 1726884846.71951: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-f4c0-2290-0000000000cd] 11924 1726884846.72009: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000cd 11924 1726884846.72368: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000cd 11924 1726884846.72371: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } 11924 1726884846.72420: no more pending results, returning what we have 11924 1726884846.72424: results queue empty 11924 1726884846.72425: checking for any_errors_fatal 11924 1726884846.72433: done checking for any_errors_fatal 11924 1726884846.72434: checking for max_fail_percentage 11924 1726884846.72436: done checking for max_fail_percentage 11924 1726884846.72437: checking to see if all hosts have failed and the running result is not ok 11924 1726884846.72438: done checking to see if all hosts have failed 11924 1726884846.72438: getting the remaining hosts for this loop 11924 1726884846.72441: done getting the remaining hosts for this loop 11924 1726884846.72445: getting the next task for host managed_node2 11924 1726884846.72453: done getting next task for host managed_node2 11924 1726884846.72459: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 11924 1726884846.72463: ^ 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 11924 1726884846.72477: getting variables 11924 1726884846.72479: in VariableManager get_vars() 11924 1726884846.72515: Calling all_inventory to load vars for managed_node2 11924 1726884846.72517: Calling groups_inventory to load vars for managed_node2 11924 1726884846.72520: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884846.72531: Calling all_plugins_play to load vars for managed_node2 11924 1726884846.72534: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884846.72536: Calling groups_plugins_play to load vars for managed_node2 11924 1726884846.74243: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884846.75380: done with get_vars() 11924 1726884846.75598: done getting variables TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 20 September 2024 22:14:06 -0400 (0:00:00.092) 0:00:12.096 ****** 11924 1726884846.75799: entering _queue_task() for managed_node2/systemd 11924 1726884846.76389: worker is 1 (out of 1 available) 11924 1726884846.76402: exiting _queue_task() for managed_node2/systemd 11924 1726884846.76416: done queuing things up, now waiting for results queue to drain 11924 1726884846.76418: waiting for pending results... 11924 1726884846.76770: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 11924 1726884846.77106: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000cf 11924 1726884846.77110: variable 'ansible_search_path' from source: unknown 11924 1726884846.77131: variable 'ansible_search_path' from source: unknown 11924 1726884846.77391: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884846.77950: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884846.77999: dumping result to json 11924 1726884846.78006: done dumping result, returning 11924 1726884846.78017: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-f4c0-2290-0000000000cf] 11924 1726884846.78023: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000cf 11924 1726884846.78475: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000cf 11924 1726884846.78478: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884846.78531: no more pending results, returning what we have 11924 1726884846.78535: results queue empty 11924 1726884846.78536: checking for any_errors_fatal 11924 1726884846.78543: done checking for any_errors_fatal 11924 1726884846.78544: checking for max_fail_percentage 11924 1726884846.78545: done checking for max_fail_percentage 11924 1726884846.78546: checking to see if all hosts have failed and the running result is not ok 11924 1726884846.78547: done checking to see if all hosts have failed 11924 1726884846.78548: getting the remaining hosts for this loop 11924 1726884846.78550: done getting the remaining hosts for this loop 11924 1726884846.78554: getting the next task for host managed_node2 11924 1726884846.78566: done getting next task for host managed_node2 11924 1726884846.78570: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 11924 1726884846.78575: ^ 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 11924 1726884846.78589: getting variables 11924 1726884846.78591: in VariableManager get_vars() 11924 1726884846.78628: Calling all_inventory to load vars for managed_node2 11924 1726884846.78632: Calling groups_inventory to load vars for managed_node2 11924 1726884846.78634: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884846.78647: Calling all_plugins_play to load vars for managed_node2 11924 1726884846.78649: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884846.78653: Calling groups_plugins_play to load vars for managed_node2 11924 1726884846.79683: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884846.81166: done with get_vars() 11924 1726884846.81185: done getting variables 11924 1726884846.81247: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 20 September 2024 22:14:06 -0400 (0:00:00.058) 0:00:12.155 ****** 11924 1726884846.81687: entering _queue_task() for managed_node2/debug 11924 1726884846.82157: worker is 1 (out of 1 available) 11924 1726884846.82170: exiting _queue_task() for managed_node2/debug 11924 1726884846.82513: done queuing things up, now waiting for results queue to drain 11924 1726884846.82515: waiting for pending results... 11924 1726884846.82968: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show blivet_output 11924 1726884846.83022: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000d1 11924 1726884846.83081: variable 'ansible_search_path' from source: unknown 11924 1726884846.83092: variable 'ansible_search_path' from source: unknown 11924 1726884846.83163: calling self._execute() 11924 1726884846.83339: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884846.83342: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884846.83529: variable 'omit' from source: magic vars 11924 1726884846.83766: variable 'omit' from source: magic vars 11924 1726884846.83978: variable 'omit' from source: magic vars 11924 1726884846.84014: variable 'omit' from source: magic vars 11924 1726884846.84058: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884846.84318: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884846.84322: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884846.84325: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884846.84519: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884846.84537: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884846.84556: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884846.84590: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884846.84593: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884846.84596: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884846.85060: Set connection var ansible_shell_executable to /bin/sh 11924 1726884846.85280: Set connection var ansible_connection to ssh 11924 1726884846.85301: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884846.85304: Set connection var ansible_timeout to 10 11924 1726884846.85306: Set connection var ansible_pipelining to False 11924 1726884846.85308: Set connection var ansible_shell_type to sh 11924 1726884846.85333: variable 'ansible_shell_executable' from source: unknown 11924 1726884846.85336: variable 'ansible_connection' from source: unknown 11924 1726884846.85339: variable 'ansible_module_compression' from source: unknown 11924 1726884846.85342: variable 'ansible_shell_type' from source: unknown 11924 1726884846.85344: variable 'ansible_shell_executable' from source: unknown 11924 1726884846.85346: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884846.85349: variable 'ansible_pipelining' from source: unknown 11924 1726884846.85351: variable 'ansible_timeout' from source: unknown 11924 1726884846.85353: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884846.85790: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884846.85795: variable 'omit' from source: magic vars 11924 1726884846.85799: starting attempt loop 11924 1726884846.85802: running the handler 11924 1726884846.86103: variable 'blivet_output' from source: set_fact 11924 1726884846.86426: variable 'blivet_output' from source: set_fact 11924 1726884846.86586: handler run complete 11924 1726884846.86621: attempt loop complete, returning result 11924 1726884846.86624: _execute() done 11924 1726884846.86627: dumping result to json 11924 1726884846.86629: done dumping result, returning 11924 1726884846.86642: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-f4c0-2290-0000000000d1] 11924 1726884846.86645: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000d1 11924 1726884846.86788: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000d1 11924 1726884846.86792: WORKER PROCESS EXITING ok: [managed_node2] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } 11924 1726884846.86872: no more pending results, returning what we have 11924 1726884846.86875: results queue empty 11924 1726884846.86876: checking for any_errors_fatal 11924 1726884846.86887: done checking for any_errors_fatal 11924 1726884846.86888: checking for max_fail_percentage 11924 1726884846.86889: done checking for max_fail_percentage 11924 1726884846.86891: checking to see if all hosts have failed and the running result is not ok 11924 1726884846.86892: done checking to see if all hosts have failed 11924 1726884846.86893: getting the remaining hosts for this loop 11924 1726884846.86895: done getting the remaining hosts for this loop 11924 1726884846.86903: getting the next task for host managed_node2 11924 1726884846.86912: done getting next task for host managed_node2 11924 1726884846.86916: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 11924 1726884846.86920: ^ 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 11924 1726884846.86932: getting variables 11924 1726884846.86934: in VariableManager get_vars() 11924 1726884846.87029: Calling all_inventory to load vars for managed_node2 11924 1726884846.87032: Calling groups_inventory to load vars for managed_node2 11924 1726884846.87035: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884846.87045: Calling all_plugins_play to load vars for managed_node2 11924 1726884846.87048: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884846.87051: Calling groups_plugins_play to load vars for managed_node2 11924 1726884846.88297: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884846.90448: done with get_vars() 11924 1726884846.90468: done getting variables 11924 1726884846.90898: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 20 September 2024 22:14:06 -0400 (0:00:00.093) 0:00:12.249 ****** 11924 1726884846.91062: entering _queue_task() for managed_node2/set_fact 11924 1726884846.92596: worker is 1 (out of 1 available) 11924 1726884846.92610: exiting _queue_task() for managed_node2/set_fact 11924 1726884846.92621: done queuing things up, now waiting for results queue to drain 11924 1726884846.92623: waiting for pending results... 11924 1726884846.93204: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 11924 1726884846.93268: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000d2 11924 1726884846.93354: variable 'ansible_search_path' from source: unknown 11924 1726884846.93363: variable 'ansible_search_path' from source: unknown 11924 1726884846.93366: calling self._execute() 11924 1726884846.93402: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884846.93406: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884846.93414: variable 'omit' from source: magic vars 11924 1726884846.93867: variable 'omit' from source: magic vars 11924 1726884846.93971: variable 'omit' from source: magic vars 11924 1726884846.94260: variable 'blivet_output' from source: set_fact 11924 1726884846.94379: variable 'omit' from source: magic vars 11924 1726884846.94383: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884846.94473: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884846.94506: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884846.94533: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884846.94553: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884846.94577: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884846.94606: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884846.94652: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884846.94707: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884846.94711: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884846.94830: Set connection var ansible_shell_executable to /bin/sh 11924 1726884846.94841: Set connection var ansible_connection to ssh 11924 1726884846.94860: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884846.94877: Set connection var ansible_timeout to 10 11924 1726884846.94892: Set connection var ansible_pipelining to False 11924 1726884846.94923: Set connection var ansible_shell_type to sh 11924 1726884846.95023: variable 'ansible_shell_executable' from source: unknown 11924 1726884846.95070: variable 'ansible_connection' from source: unknown 11924 1726884846.95074: variable 'ansible_module_compression' from source: unknown 11924 1726884846.95076: variable 'ansible_shell_type' from source: unknown 11924 1726884846.95078: variable 'ansible_shell_executable' from source: unknown 11924 1726884846.95080: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884846.95082: variable 'ansible_pipelining' from source: unknown 11924 1726884846.95084: variable 'ansible_timeout' from source: unknown 11924 1726884846.95087: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884846.95269: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884846.95288: variable 'omit' from source: magic vars 11924 1726884846.95304: starting attempt loop 11924 1726884846.95362: running the handler 11924 1726884846.95366: handler run complete 11924 1726884846.95369: attempt loop complete, returning result 11924 1726884846.95371: _execute() done 11924 1726884846.95374: dumping result to json 11924 1726884846.95376: done dumping result, returning 11924 1726884846.95378: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-f4c0-2290-0000000000d2] 11924 1726884846.95391: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000d2 11924 1726884846.95654: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000d2 11924 1726884846.95660: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 11924 1726884846.95732: no more pending results, returning what we have 11924 1726884846.95735: results queue empty 11924 1726884846.95736: checking for any_errors_fatal 11924 1726884846.95748: done checking for any_errors_fatal 11924 1726884846.95749: checking for max_fail_percentage 11924 1726884846.95751: done checking for max_fail_percentage 11924 1726884846.95752: checking to see if all hosts have failed and the running result is not ok 11924 1726884846.95752: done checking to see if all hosts have failed 11924 1726884846.95753: getting the remaining hosts for this loop 11924 1726884846.95756: done getting the remaining hosts for this loop 11924 1726884846.95760: getting the next task for host managed_node2 11924 1726884846.95767: done getting next task for host managed_node2 11924 1726884846.95961: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 11924 1726884846.95966: ^ 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 11924 1726884846.95978: getting variables 11924 1726884846.95980: in VariableManager get_vars() 11924 1726884846.96017: Calling all_inventory to load vars for managed_node2 11924 1726884846.96020: Calling groups_inventory to load vars for managed_node2 11924 1726884846.96022: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884846.96033: Calling all_plugins_play to load vars for managed_node2 11924 1726884846.96036: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884846.96039: Calling groups_plugins_play to load vars for managed_node2 11924 1726884846.96986: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884846.98136: done with get_vars() 11924 1726884846.98151: done getting variables 11924 1726884846.98218: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 20 September 2024 22:14:06 -0400 (0:00:00.072) 0:00:12.322 ****** 11924 1726884846.98360: entering _queue_task() for managed_node2/set_fact 11924 1726884846.98869: worker is 1 (out of 1 available) 11924 1726884846.98880: exiting _queue_task() for managed_node2/set_fact 11924 1726884846.98892: done queuing things up, now waiting for results queue to drain 11924 1726884846.98894: waiting for pending results... 11924 1726884846.99136: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 11924 1726884846.99141: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000d3 11924 1726884846.99163: variable 'ansible_search_path' from source: unknown 11924 1726884846.99170: variable 'ansible_search_path' from source: unknown 11924 1726884846.99215: calling self._execute() 11924 1726884846.99306: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884846.99317: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884846.99328: variable 'omit' from source: magic vars 11924 1726884846.99562: variable 'omit' from source: magic vars 11924 1726884846.99566: variable 'omit' from source: magic vars 11924 1726884846.99880: variable 'blivet_output' from source: set_fact 11924 1726884846.99883: variable 'omit' from source: magic vars 11924 1726884846.99926: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884846.99970: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884847.00003: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884847.00027: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884847.00045: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884847.00069: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884847.00097: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884847.00132: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884847.00206: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884847.00210: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884847.00277: Set connection var ansible_shell_executable to /bin/sh 11924 1726884847.00286: Set connection var ansible_connection to ssh 11924 1726884847.00298: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884847.00311: Set connection var ansible_timeout to 10 11924 1726884847.00325: Set connection var ansible_pipelining to False 11924 1726884847.00425: Set connection var ansible_shell_type to sh 11924 1726884847.00428: variable 'ansible_shell_executable' from source: unknown 11924 1726884847.00430: variable 'ansible_connection' from source: unknown 11924 1726884847.00433: variable 'ansible_module_compression' from source: unknown 11924 1726884847.00435: variable 'ansible_shell_type' from source: unknown 11924 1726884847.00437: variable 'ansible_shell_executable' from source: unknown 11924 1726884847.00439: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884847.00441: variable 'ansible_pipelining' from source: unknown 11924 1726884847.00443: variable 'ansible_timeout' from source: unknown 11924 1726884847.00446: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884847.00568: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884847.00585: variable 'omit' from source: magic vars 11924 1726884847.00596: starting attempt loop 11924 1726884847.00602: running the handler 11924 1726884847.00618: handler run complete 11924 1726884847.00632: attempt loop complete, returning result 11924 1726884847.00670: _execute() done 11924 1726884847.00674: dumping result to json 11924 1726884847.00676: done dumping result, returning 11924 1726884847.00679: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-f4c0-2290-0000000000d3] 11924 1726884847.00681: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000d3 ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 11924 1726884847.00840: no more pending results, returning what we have 11924 1726884847.00843: results queue empty 11924 1726884847.00843: checking for any_errors_fatal 11924 1726884847.00847: done checking for any_errors_fatal 11924 1726884847.00848: checking for max_fail_percentage 11924 1726884847.00849: done checking for max_fail_percentage 11924 1726884847.00850: checking to see if all hosts have failed and the running result is not ok 11924 1726884847.00851: done checking to see if all hosts have failed 11924 1726884847.00851: getting the remaining hosts for this loop 11924 1726884847.00959: done getting the remaining hosts for this loop 11924 1726884847.00969: getting the next task for host managed_node2 11924 1726884847.00976: done getting next task for host managed_node2 11924 1726884847.00979: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 11924 1726884847.00983: ^ 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 11924 1726884847.00992: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000d3 11924 1726884847.00994: WORKER PROCESS EXITING 11924 1726884847.01003: getting variables 11924 1726884847.01004: in VariableManager get_vars() 11924 1726884847.01034: Calling all_inventory to load vars for managed_node2 11924 1726884847.01036: Calling groups_inventory to load vars for managed_node2 11924 1726884847.01038: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884847.01046: Calling all_plugins_play to load vars for managed_node2 11924 1726884847.01049: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884847.01052: Calling groups_plugins_play to load vars for managed_node2 11924 1726884847.01622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884847.02248: done with get_vars() 11924 1726884847.02270: done getting variables TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 20 September 2024 22:14:07 -0400 (0:00:00.040) 0:00:12.362 ****** 11924 1726884847.02358: entering _queue_task() for managed_node2/mount 11924 1726884847.02360: Creating lock for mount 11924 1726884847.02673: worker is 1 (out of 1 available) 11924 1726884847.02685: exiting _queue_task() for managed_node2/mount 11924 1726884847.02815: done queuing things up, now waiting for results queue to drain 11924 1726884847.02817: waiting for pending results... 11924 1726884847.03018: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 11924 1726884847.03201: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000d4 11924 1726884847.03221: variable 'ansible_search_path' from source: unknown 11924 1726884847.03230: variable 'ansible_search_path' from source: unknown 11924 1726884847.03614: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884847.07302: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884847.07516: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884847.07733: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884847.07737: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884847.07740: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884847.07922: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884847.08018: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884847.08045: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884847.08151: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884847.08173: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884847.08270: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884847.08378: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884847.08381: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884847.08473: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884847.08502: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884847.08968: variable 'blivet_output' from source: set_fact 11924 1726884847.09014: dumping result to json 11924 1726884847.09023: done dumping result, returning 11924 1726884847.09037: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-f4c0-2290-0000000000d4] 11924 1726884847.09048: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000d4 11924 1726884847.09180: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000d4 11924 1726884847.09188: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884847.09411: no more pending results, returning what we have 11924 1726884847.09415: results queue empty 11924 1726884847.09416: checking for any_errors_fatal 11924 1726884847.09421: done checking for any_errors_fatal 11924 1726884847.09422: checking for max_fail_percentage 11924 1726884847.09424: done checking for max_fail_percentage 11924 1726884847.09424: checking to see if all hosts have failed and the running result is not ok 11924 1726884847.09425: done checking to see if all hosts have failed 11924 1726884847.09426: getting the remaining hosts for this loop 11924 1726884847.09428: done getting the remaining hosts for this loop 11924 1726884847.09432: getting the next task for host managed_node2 11924 1726884847.09439: done getting next task for host managed_node2 11924 1726884847.09444: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884847.09447: ^ 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 11924 1726884847.09463: getting variables 11924 1726884847.09466: in VariableManager get_vars() 11924 1726884847.09506: Calling all_inventory to load vars for managed_node2 11924 1726884847.09509: Calling groups_inventory to load vars for managed_node2 11924 1726884847.09511: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884847.09521: Calling all_plugins_play to load vars for managed_node2 11924 1726884847.09524: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884847.09528: Calling groups_plugins_play to load vars for managed_node2 11924 1726884847.10177: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884847.10752: done with get_vars() 11924 1726884847.10769: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 20 September 2024 22:14:07 -0400 (0:00:00.085) 0:00:12.447 ****** 11924 1726884847.10869: entering _queue_task() for managed_node2/systemd 11924 1726884847.11141: worker is 1 (out of 1 available) 11924 1726884847.11153: exiting _queue_task() for managed_node2/systemd 11924 1726884847.11168: done queuing things up, now waiting for results queue to drain 11924 1726884847.11170: waiting for pending results... 11924 1726884847.11444: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884847.11579: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000d6 11924 1726884847.11601: variable 'ansible_search_path' from source: unknown 11924 1726884847.11609: variable 'ansible_search_path' from source: unknown 11924 1726884847.11649: calling self._execute() 11924 1726884847.11741: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884847.11753: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884847.11770: variable 'omit' from source: magic vars 11924 1726884847.12130: variable 'blivet_output' from source: set_fact 11924 1726884847.12151: Evaluated conditional (blivet_output['mounts']): False 11924 1726884847.12165: when evaluation is False, skipping this task 11924 1726884847.12173: _execute() done 11924 1726884847.12179: dumping result to json 11924 1726884847.12215: done dumping result, returning 11924 1726884847.12219: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-f4c0-2290-0000000000d6] 11924 1726884847.12221: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000d6 skipping: [managed_node2] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 11924 1726884847.12375: no more pending results, returning what we have 11924 1726884847.12379: results queue empty 11924 1726884847.12380: checking for any_errors_fatal 11924 1726884847.12390: done checking for any_errors_fatal 11924 1726884847.12391: checking for max_fail_percentage 11924 1726884847.12393: done checking for max_fail_percentage 11924 1726884847.12394: checking to see if all hosts have failed and the running result is not ok 11924 1726884847.12394: done checking to see if all hosts have failed 11924 1726884847.12395: getting the remaining hosts for this loop 11924 1726884847.12400: done getting the remaining hosts for this loop 11924 1726884847.12404: getting the next task for host managed_node2 11924 1726884847.12411: done getting next task for host managed_node2 11924 1726884847.12416: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 11924 1726884847.12420: ^ 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 11924 1726884847.12437: getting variables 11924 1726884847.12439: in VariableManager get_vars() 11924 1726884847.12478: Calling all_inventory to load vars for managed_node2 11924 1726884847.12481: Calling groups_inventory to load vars for managed_node2 11924 1726884847.12483: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884847.12496: Calling all_plugins_play to load vars for managed_node2 11924 1726884847.12503: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884847.12507: Calling groups_plugins_play to load vars for managed_node2 11924 1726884847.13300: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000d6 11924 1726884847.13303: WORKER PROCESS EXITING 11924 1726884847.13327: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884847.13900: done with get_vars() 11924 1726884847.13913: done getting variables TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 20 September 2024 22:14:07 -0400 (0:00:00.031) 0:00:12.478 ****** 11924 1726884847.14008: entering _queue_task() for managed_node2/mount 11924 1726884847.14263: worker is 1 (out of 1 available) 11924 1726884847.14276: exiting _queue_task() for managed_node2/mount 11924 1726884847.14289: done queuing things up, now waiting for results queue to drain 11924 1726884847.14290: waiting for pending results... 11924 1726884847.14674: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 11924 1726884847.14730: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000d7 11924 1726884847.14749: variable 'ansible_search_path' from source: unknown 11924 1726884847.14759: variable 'ansible_search_path' from source: unknown 11924 1726884847.15082: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884847.18057: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884847.18154: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884847.18201: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884847.18263: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884847.18294: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884847.18389: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884847.18432: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884847.18468: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884847.18526: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884847.18605: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884847.18625: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884847.18641: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884847.18659: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884847.18698: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884847.18742: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884847.18773: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884847.18811: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884847.18824: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884847.18858: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884847.18879: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884847.19023: variable 'blivet_output' from source: set_fact 11924 1726884847.19087: dumping result to json 11924 1726884847.19102: done dumping result, returning 11924 1726884847.19110: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-f4c0-2290-0000000000d7] 11924 1726884847.19122: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000d7 11924 1726884847.19238: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000d7 11924 1726884847.19241: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884847.19291: no more pending results, returning what we have 11924 1726884847.19294: results queue empty 11924 1726884847.19295: checking for any_errors_fatal 11924 1726884847.19301: done checking for any_errors_fatal 11924 1726884847.19302: checking for max_fail_percentage 11924 1726884847.19304: done checking for max_fail_percentage 11924 1726884847.19305: checking to see if all hosts have failed and the running result is not ok 11924 1726884847.19305: done checking to see if all hosts have failed 11924 1726884847.19306: getting the remaining hosts for this loop 11924 1726884847.19308: done getting the remaining hosts for this loop 11924 1726884847.19312: getting the next task for host managed_node2 11924 1726884847.19320: done getting next task for host managed_node2 11924 1726884847.19324: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 11924 1726884847.19328: ^ 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 11924 1726884847.19342: getting variables 11924 1726884847.19344: in VariableManager get_vars() 11924 1726884847.19393: Calling all_inventory to load vars for managed_node2 11924 1726884847.19396: Calling groups_inventory to load vars for managed_node2 11924 1726884847.19398: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884847.19409: Calling all_plugins_play to load vars for managed_node2 11924 1726884847.19414: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884847.19417: Calling groups_plugins_play to load vars for managed_node2 11924 1726884847.19965: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884847.20737: done with get_vars() 11924 1726884847.20754: done getting variables TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 20 September 2024 22:14:07 -0400 (0:00:00.068) 0:00:12.547 ****** 11924 1726884847.20869: entering _queue_task() for managed_node2/file 11924 1726884847.21151: worker is 1 (out of 1 available) 11924 1726884847.21265: exiting _queue_task() for managed_node2/file 11924 1726884847.21278: done queuing things up, now waiting for results queue to drain 11924 1726884847.21279: waiting for pending results... 11924 1726884847.21479: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 11924 1726884847.21580: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000d9 11924 1726884847.21590: variable 'ansible_search_path' from source: unknown 11924 1726884847.21594: variable 'ansible_search_path' from source: unknown 11924 1726884847.21838: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884847.24849: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884847.24854: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884847.24872: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884847.24925: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884847.24965: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884847.25044: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884847.25091: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884847.25122: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884847.25180: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884847.25202: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884847.25329: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884847.25357: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884847.25418: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884847.25560: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884847.25564: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884847.25683: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884847.25742: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884847.25961: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884847.25965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884847.25967: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884847.26361: variable 'blivet_output' from source: set_fact 11924 1726884847.26366: dumping result to json 11924 1726884847.26369: done dumping result, returning 11924 1726884847.26371: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-f4c0-2290-0000000000d9] 11924 1726884847.26579: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000d9 skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884847.26862: no more pending results, returning what we have 11924 1726884847.26866: results queue empty 11924 1726884847.26867: checking for any_errors_fatal 11924 1726884847.26874: done checking for any_errors_fatal 11924 1726884847.26875: checking for max_fail_percentage 11924 1726884847.26877: done checking for max_fail_percentage 11924 1726884847.26878: checking to see if all hosts have failed and the running result is not ok 11924 1726884847.26879: done checking to see if all hosts have failed 11924 1726884847.26880: getting the remaining hosts for this loop 11924 1726884847.26882: done getting the remaining hosts for this loop 11924 1726884847.26886: getting the next task for host managed_node2 11924 1726884847.26895: done getting next task for host managed_node2 11924 1726884847.26900: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884847.26904: ^ 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 11924 1726884847.26921: getting variables 11924 1726884847.26923: in VariableManager get_vars() 11924 1726884847.26962: Calling all_inventory to load vars for managed_node2 11924 1726884847.26965: Calling groups_inventory to load vars for managed_node2 11924 1726884847.26967: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884847.26978: Calling all_plugins_play to load vars for managed_node2 11924 1726884847.26982: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884847.26985: Calling groups_plugins_play to load vars for managed_node2 11924 1726884847.27569: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000d9 11924 1726884847.27573: WORKER PROCESS EXITING 11924 1726884847.27850: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884847.28728: done with get_vars() 11924 1726884847.28742: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 20 September 2024 22:14:07 -0400 (0:00:00.079) 0:00:12.627 ****** 11924 1726884847.28853: entering _queue_task() for managed_node2/systemd 11924 1726884847.29391: worker is 1 (out of 1 available) 11924 1726884847.29403: exiting _queue_task() for managed_node2/systemd 11924 1726884847.29414: done queuing things up, now waiting for results queue to drain 11924 1726884847.29416: waiting for pending results... 11924 1726884847.29621: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884847.29766: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000db 11924 1726884847.29788: variable 'ansible_search_path' from source: unknown 11924 1726884847.29804: variable 'ansible_search_path' from source: unknown 11924 1726884847.29841: calling self._execute() 11924 1726884847.29930: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884847.29941: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884847.29961: variable 'omit' from source: magic vars 11924 1726884847.30452: variable 'blivet_output' from source: set_fact 11924 1726884847.30457: Evaluated conditional (blivet_output['mounts']): False 11924 1726884847.30459: when evaluation is False, skipping this task 11924 1726884847.30462: _execute() done 11924 1726884847.30463: dumping result to json 11924 1726884847.30465: done dumping result, returning 11924 1726884847.30467: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-f4c0-2290-0000000000db] 11924 1726884847.30470: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000db 11924 1726884847.30538: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000db 11924 1726884847.30541: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 11924 1726884847.30602: no more pending results, returning what we have 11924 1726884847.30607: results queue empty 11924 1726884847.30608: checking for any_errors_fatal 11924 1726884847.30617: done checking for any_errors_fatal 11924 1726884847.30618: checking for max_fail_percentage 11924 1726884847.30620: done checking for max_fail_percentage 11924 1726884847.30621: checking to see if all hosts have failed and the running result is not ok 11924 1726884847.30621: done checking to see if all hosts have failed 11924 1726884847.30622: getting the remaining hosts for this loop 11924 1726884847.30624: done getting the remaining hosts for this loop 11924 1726884847.30628: getting the next task for host managed_node2 11924 1726884847.30636: done getting next task for host managed_node2 11924 1726884847.30640: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 11924 1726884847.30644: ^ 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 11924 1726884847.30767: getting variables 11924 1726884847.30770: in VariableManager get_vars() 11924 1726884847.30811: Calling all_inventory to load vars for managed_node2 11924 1726884847.30814: Calling groups_inventory to load vars for managed_node2 11924 1726884847.30816: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884847.30828: Calling all_plugins_play to load vars for managed_node2 11924 1726884847.30831: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884847.30834: Calling groups_plugins_play to load vars for managed_node2 11924 1726884847.32099: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884847.33349: done with get_vars() 11924 1726884847.33370: done getting variables TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 20 September 2024 22:14:07 -0400 (0:00:00.046) 0:00:12.673 ****** 11924 1726884847.33483: entering _queue_task() for managed_node2/stat 11924 1726884847.33796: worker is 1 (out of 1 available) 11924 1726884847.33807: exiting _queue_task() for managed_node2/stat 11924 1726884847.33820: done queuing things up, now waiting for results queue to drain 11924 1726884847.33822: waiting for pending results... 11924 1726884847.34218: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 11924 1726884847.34262: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000dc 11924 1726884847.34288: variable 'ansible_search_path' from source: unknown 11924 1726884847.34296: variable 'ansible_search_path' from source: unknown 11924 1726884847.34335: calling self._execute() 11924 1726884847.34461: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884847.34465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884847.34468: variable 'omit' from source: magic vars 11924 1726884847.34576: variable 'omit' from source: magic vars 11924 1726884847.34653: variable 'omit' from source: magic vars 11924 1726884847.34695: variable 'omit' from source: magic vars 11924 1726884847.34815: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884847.34818: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884847.34825: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884847.34847: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884847.35073: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884847.35106: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884847.35117: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884847.35208: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884847.35211: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884847.35213: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884847.35505: Set connection var ansible_shell_executable to /bin/sh 11924 1726884847.35540: Set connection var ansible_connection to ssh 11924 1726884847.35643: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884847.35646: Set connection var ansible_timeout to 10 11924 1726884847.35648: Set connection var ansible_pipelining to False 11924 1726884847.35650: Set connection var ansible_shell_type to sh 11924 1726884847.35867: variable 'ansible_shell_executable' from source: unknown 11924 1726884847.35870: variable 'ansible_connection' from source: unknown 11924 1726884847.35873: variable 'ansible_module_compression' from source: unknown 11924 1726884847.35875: variable 'ansible_shell_type' from source: unknown 11924 1726884847.35876: variable 'ansible_shell_executable' from source: unknown 11924 1726884847.35878: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884847.35880: variable 'ansible_pipelining' from source: unknown 11924 1726884847.35882: variable 'ansible_timeout' from source: unknown 11924 1726884847.35883: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884847.36288: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884847.36312: variable 'omit' from source: magic vars 11924 1726884847.36323: starting attempt loop 11924 1726884847.36330: running the handler 11924 1726884847.36350: _low_level_execute_command(): starting 11924 1726884847.36365: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884847.37075: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884847.37086: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884847.37094: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884847.37102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884847.37125: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884847.37128: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884847.37184: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884847.37187: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884847.37223: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884847.37284: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884847.39666: stdout chunk (state=3): >>>/root <<< 11924 1726884847.39868: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884847.39872: stdout chunk (state=3): >>><<< 11924 1726884847.39874: stderr chunk (state=3): >>><<< 11924 1726884847.39899: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884847.39922: _low_level_execute_command(): starting 11924 1726884847.40012: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884847.3990815-12370-158248529441777 `" && echo ansible-tmp-1726884847.3990815-12370-158248529441777="` echo /root/.ansible/tmp/ansible-tmp-1726884847.3990815-12370-158248529441777 `" ) && sleep 0' 11924 1726884847.40739: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884847.40778: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884847.40806: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884847.40881: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884847.43630: stdout chunk (state=3): >>>ansible-tmp-1726884847.3990815-12370-158248529441777=/root/.ansible/tmp/ansible-tmp-1726884847.3990815-12370-158248529441777 <<< 11924 1726884847.43794: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884847.43842: stderr chunk (state=3): >>><<< 11924 1726884847.43847: stdout chunk (state=3): >>><<< 11924 1726884847.43914: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884847.3990815-12370-158248529441777=/root/.ansible/tmp/ansible-tmp-1726884847.3990815-12370-158248529441777 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884847.43988: variable 'ansible_module_compression' from source: unknown 11924 1726884847.44011: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884847.44034: variable 'ansible_facts' from source: unknown 11924 1726884847.44108: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884847.3990815-12370-158248529441777/AnsiballZ_stat.py 11924 1726884847.44288: Sending initial data 11924 1726884847.44291: Sent initial data (153 bytes) 11924 1726884847.44732: 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 <<< 11924 1726884847.44739: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884847.44742: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884847.44747: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884847.44750: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884847.44752: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884847.44805: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884847.44811: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884847.44812: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884847.44865: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884847.47162: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884847.47209: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884847.47280: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmplw1w6p7r /root/.ansible/tmp/ansible-tmp-1726884847.3990815-12370-158248529441777/AnsiballZ_stat.py <<< 11924 1726884847.47283: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884847.3990815-12370-158248529441777/AnsiballZ_stat.py" <<< 11924 1726884847.47328: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmplw1w6p7r" to remote "/root/.ansible/tmp/ansible-tmp-1726884847.3990815-12370-158248529441777/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884847.3990815-12370-158248529441777/AnsiballZ_stat.py" <<< 11924 1726884847.48103: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884847.48228: stderr chunk (state=3): >>><<< 11924 1726884847.48231: stdout chunk (state=3): >>><<< 11924 1726884847.48233: done transferring module to remote 11924 1726884847.48235: _low_level_execute_command(): starting 11924 1726884847.48237: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884847.3990815-12370-158248529441777/ /root/.ansible/tmp/ansible-tmp-1726884847.3990815-12370-158248529441777/AnsiballZ_stat.py && sleep 0' 11924 1726884847.48674: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884847.48691: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884847.48705: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884847.48742: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884847.48754: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884847.48819: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884847.51286: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884847.51317: stderr chunk (state=3): >>><<< 11924 1726884847.51320: stdout chunk (state=3): >>><<< 11924 1726884847.51336: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884847.51340: _low_level_execute_command(): starting 11924 1726884847.51346: _low_level_execute_command(): using become for this command 11924 1726884847.51360: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-yufsuypenbbldgobmnzpkmvpyeellkpf ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884847.3990815-12370-158248529441777/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884847.51440: Initial state: awaiting_escalation: BECOME-SUCCESS-yufsuypenbbldgobmnzpkmvpyeellkpf 11924 1726884847.51851: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884847.51857: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884847.51894: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884847.51902: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884847.51960: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884847.56099: stdout chunk (state=1): >>>BECOME-SUCCESS-yufsuypenbbldgobmnzpkmvpyeellkpf <<< 11924 1726884847.56105: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-yufsuypenbbldgobmnzpkmvpyeellkpf' 11924 1726884847.56553: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884847.56614: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884847.56675: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884847.56678: stdout chunk (state=3): >>> <<< 11924 1726884847.56681: stdout chunk (state=3): >>>import '_warnings' # <<< 11924 1726884847.56696: stdout chunk (state=3): >>> import '_weakref' # <<< 11924 1726884847.56709: stdout chunk (state=3): >>> <<< 11924 1726884847.56811: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884847.56842: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884847.56893: stdout chunk (state=3): >>> import 'posix' # <<< 11924 1726884847.56906: stdout chunk (state=3): >>> <<< 11924 1726884847.56962: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884847.56987: stdout chunk (state=3): >>> # installing zipimport hook <<< 11924 1726884847.57077: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 11924 1726884847.57124: stdout chunk (state=3): >>> # installed zipimport hook <<< 11924 1726884847.57184: 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'<<< 11924 1726884847.57188: stdout chunk (state=3): >>> <<< 11924 1726884847.57209: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884847.57260: stdout chunk (state=3): >>> import 'codecs' # <<< 11924 1726884847.57339: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884847.57395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'<<< 11924 1726884847.57470: stdout chunk (state=3): >>> import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf29683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2937a10><<< 11924 1726884847.57507: stdout chunk (state=3): >>> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884847.57545: 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 0x7f4bf296a960><<< 11924 1726884847.57569: stdout chunk (state=3): >>> <<< 11924 1726884847.57594: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 11924 1726884847.57624: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884847.57773: stdout chunk (state=3): >>>import 'io' # import '_stat' # <<< 11924 1726884847.57794: stdout chunk (state=3): >>> import 'stat' # <<< 11924 1726884847.57888: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884847.57891: stdout chunk (state=3): >>> <<< 11924 1726884847.57927: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884847.58044: stdout chunk (state=3): >>> import 'os' # <<< 11924 1726884847.58052: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages<<< 11924 1726884847.58107: stdout chunk (state=3): >>> Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884847.58164: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884847.58215: 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<<< 11924 1726884847.58228: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884847.58361: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf273cfe0> <<< 11924 1726884847.58365: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884847.58392: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884847.58400: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf273dfd0><<< 11924 1726884847.58411: stdout chunk (state=3): >>> <<< 11924 1726884847.58441: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884847.58502: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux<<< 11924 1726884847.58518: stdout chunk (state=3): >>> Type "help", "copyright", "credits" or "license" for more information.<<< 11924 1726884847.58688: stdout chunk (state=3): >>> <<< 11924 1726884847.59005: 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' <<< 11924 1726884847.59022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py<<< 11924 1726884847.59026: stdout chunk (state=3): >>> <<< 11924 1726884847.59069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'<<< 11924 1726884847.59074: stdout chunk (state=3): >>> <<< 11924 1726884847.59102: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf277be90><<< 11924 1726884847.59108: stdout chunk (state=3): >>> <<< 11924 1726884847.59144: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py<<< 11924 1726884847.59156: stdout chunk (state=3): >>> <<< 11924 1726884847.59184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'<<< 11924 1726884847.59190: stdout chunk (state=3): >>> <<< 11924 1726884847.59230: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884847.59237: stdout chunk (state=3): >>> <<< 11924 1726884847.59262: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf277bf50><<< 11924 1726884847.59267: stdout chunk (state=3): >>> <<< 11924 1726884847.59312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py<<< 11924 1726884847.59314: stdout chunk (state=3): >>> <<< 11924 1726884847.59370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884847.59417: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884847.59499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'<<< 11924 1726884847.59503: stdout chunk (state=3): >>> <<< 11924 1726884847.59551: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884847.59554: stdout chunk (state=3): >>> <<< 11924 1726884847.59580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py<<< 11924 1726884847.59594: stdout chunk (state=3): >>> <<< 11924 1726884847.59630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf27b3860><<< 11924 1726884847.59670: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884847.59695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884847.59724: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf27b3ef0> import '_collections' # <<< 11924 1726884847.59752: stdout chunk (state=3): >>> <<< 11924 1726884847.59832: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2793b30><<< 11924 1726884847.59857: stdout chunk (state=3): >>> import '_functools' # <<< 11924 1726884847.59859: stdout chunk (state=3): >>> <<< 11924 1726884847.60008: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2791280> <<< 11924 1726884847.60051: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2779040><<< 11924 1726884847.60100: stdout chunk (state=3): >>> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py<<< 11924 1726884847.60103: stdout chunk (state=3): >>> <<< 11924 1726884847.60139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'<<< 11924 1726884847.60148: stdout chunk (state=3): >>> <<< 11924 1726884847.60183: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884847.60185: stdout chunk (state=3): >>> <<< 11924 1726884847.60220: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py<<< 11924 1726884847.60227: stdout chunk (state=3): >>> <<< 11924 1726884847.60273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'<<< 11924 1726884847.60279: stdout chunk (state=3): >>> <<< 11924 1726884847.60306: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py<<< 11924 1726884847.60330: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'<<< 11924 1726884847.60334: stdout chunk (state=3): >>> <<< 11924 1726884847.60384: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf27d7890><<< 11924 1726884847.60416: stdout chunk (state=3): >>> <<< 11924 1726884847.60423: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf27d64b0><<< 11924 1726884847.60426: stdout chunk (state=3): >>> <<< 11924 1726884847.60478: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884847.60500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 11924 1726884847.60511: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2792150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf27d4c50><<< 11924 1726884847.60578: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py<<< 11924 1726884847.60603: stdout chunk (state=3): >>> <<< 11924 1726884847.60619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'<<< 11924 1726884847.60625: stdout chunk (state=3): >>> <<< 11924 1726884847.60637: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2804920> <<< 11924 1726884847.60661: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf27782c0><<< 11924 1726884847.60666: stdout chunk (state=3): >>> <<< 11924 1726884847.60694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py<<< 11924 1726884847.60712: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'<<< 11924 1726884847.60750: stdout chunk (state=3): >>> # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.60760: stdout chunk (state=3): >>> <<< 11924 1726884847.60773: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.60793: stdout chunk (state=3): >>> <<< 11924 1726884847.60796: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf2804dd0><<< 11924 1726884847.60800: stdout chunk (state=3): >>> <<< 11924 1726884847.60854: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2804c80> <<< 11924 1726884847.60858: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884847.60880: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.60890: stdout chunk (state=3): >>> <<< 11924 1726884847.60910: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf2805070> <<< 11924 1726884847.60962: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2776de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884847.60985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884847.61033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py<<< 11924 1726884847.61036: stdout chunk (state=3): >>> <<< 11924 1726884847.61107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2805730> <<< 11924 1726884847.61124: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2805430><<< 11924 1726884847.61144: stdout chunk (state=3): >>> import 'importlib.machinery' # <<< 11924 1726884847.61159: stdout chunk (state=3): >>> <<< 11924 1726884847.61191: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py<<< 11924 1726884847.61233: 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 0x7f4bf2806630><<< 11924 1726884847.61237: stdout chunk (state=3): >>> <<< 11924 1726884847.61269: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884847.61301: stdout chunk (state=3): >>> import 'runpy' # <<< 11924 1726884847.61332: stdout chunk (state=3): >>> <<< 11924 1726884847.61396: 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'<<< 11924 1726884847.61403: stdout chunk (state=3): >>> <<< 11924 1726884847.61446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py<<< 11924 1726884847.61452: stdout chunk (state=3): >>> <<< 11924 1726884847.61477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2820860><<< 11924 1726884847.61492: stdout chunk (state=3): >>> <<< 11924 1726884847.61546: 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'<<< 11924 1726884847.61552: stdout chunk (state=3): >>> <<< 11924 1726884847.61575: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.61587: stdout chunk (state=3): >>> <<< 11924 1726884847.61590: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf2821fa0><<< 11924 1726884847.61632: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py<<< 11924 1726884847.61635: stdout chunk (state=3): >>> <<< 11924 1726884847.61675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'<<< 11924 1726884847.61678: stdout chunk (state=3): >>> <<< 11924 1726884847.61723: 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' <<< 11924 1726884847.61787: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2822e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884847.61813: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884847.61833: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf2823440> <<< 11924 1726884847.61896: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2822390> <<< 11924 1726884847.61899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py<<< 11924 1726884847.61922: stdout chunk (state=3): >>> <<< 11924 1726884847.61925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'<<< 11924 1726884847.61983: stdout chunk (state=3): >>> # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884847.62017: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.62040: stdout chunk (state=3): >>> <<< 11924 1726884847.62044: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf2823e30><<< 11924 1726884847.62059: stdout chunk (state=3): >>> <<< 11924 1726884847.62075: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2823560><<< 11924 1726884847.62140: stdout chunk (state=3): >>> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2806690><<< 11924 1726884847.62147: stdout chunk (state=3): >>> <<< 11924 1726884847.62197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py<<< 11924 1726884847.62200: stdout chunk (state=3): >>> <<< 11924 1726884847.62248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'<<< 11924 1726884847.62252: stdout chunk (state=3): >>> <<< 11924 1726884847.62289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py<<< 11924 1726884847.62406: 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 0x7f4bf25bbce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf25e47d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf25e4530> <<< 11924 1726884847.62425: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.62441: stdout chunk (state=3): >>> # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.62499: stdout chunk (state=3): >>> import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf25e4800> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py<<< 11924 1726884847.62516: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'<<< 11924 1726884847.62521: stdout chunk (state=3): >>> <<< 11924 1726884847.62620: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884847.62808: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf25e5130><<< 11924 1726884847.62899: stdout chunk (state=3): >>> <<< 11924 1726884847.62983: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884847.63023: 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 0x7f4bf25e5af0> <<< 11924 1726884847.63049: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf25e49e0><<< 11924 1726884847.63053: stdout chunk (state=3): >>> <<< 11924 1726884847.63087: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf25b9e80><<< 11924 1726884847.63100: stdout chunk (state=3): >>> <<< 11924 1726884847.63131: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py<<< 11924 1726884847.63181: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884847.63228: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884847.63243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'<<< 11924 1726884847.63304: stdout chunk (state=3): >>> import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf25e6ea0> <<< 11924 1726884847.63377: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf25e5be0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2806d80> <<< 11924 1726884847.63461: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884847.63543: 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<<< 11924 1726884847.63559: stdout chunk (state=3): >>> <<< 11924 1726884847.63608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'<<< 11924 1726884847.63660: stdout chunk (state=3): >>> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf260f230><<< 11924 1726884847.63664: stdout chunk (state=3): >>> <<< 11924 1726884847.63821: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py<<< 11924 1726884847.63824: stdout chunk (state=3): >>> <<< 11924 1726884847.63826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'<<< 11924 1726884847.63828: stdout chunk (state=3): >>> <<< 11924 1726884847.63844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py<<< 11924 1726884847.63846: stdout chunk (state=3): >>> <<< 11924 1726884847.63933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884847.63943: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf263b5c0> <<< 11924 1726884847.63988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py<<< 11924 1726884847.64002: stdout chunk (state=3): >>> <<< 11924 1726884847.64071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'<<< 11924 1726884847.64084: stdout chunk (state=3): >>> <<< 11924 1726884847.64168: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884847.64179: stdout chunk (state=3): >>> <<< 11924 1726884847.64240: 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 0x7f4bf26943b0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py<<< 11924 1726884847.64247: stdout chunk (state=3): >>> <<< 11924 1726884847.64294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'<<< 11924 1726884847.64338: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py<<< 11924 1726884847.64342: stdout chunk (state=3): >>> <<< 11924 1726884847.64413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884847.64548: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2696b10><<< 11924 1726884847.64665: stdout chunk (state=3): >>> <<< 11924 1726884847.64671: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf26944d0> <<< 11924 1726884847.64729: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf265d3a0><<< 11924 1726884847.64737: stdout chunk (state=3): >>> <<< 11924 1726884847.64784: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 11924 1726884847.64801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884847.64815: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1f253d0> <<< 11924 1726884847.64858: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf263a420> <<< 11924 1726884847.64874: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf25e7e00> <<< 11924 1726884847.65051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884847.65170: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4bf1f25670> <<< 11924 1726884847.65311: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_l2jgcrhl/ansible_stat_payload.zip' # zipimport: zlib available<<< 11924 1726884847.65504: stdout chunk (state=3): >>> <<< 11924 1726884847.65559: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884847.65617: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py<<< 11924 1726884847.65620: stdout chunk (state=3): >>> <<< 11924 1726884847.65664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884847.65720: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py<<< 11924 1726884847.65727: stdout chunk (state=3): >>> <<< 11924 1726884847.65841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884847.65904: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py<<< 11924 1726884847.65928: 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 0x7f4bf1f7b170> <<< 11924 1726884847.65962: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884847.66250: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1f5a060><<< 11924 1726884847.66268: stdout chunk (state=3): >>> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1f591c0><<< 11924 1726884847.66303: stdout chunk (state=3): >>> <<< 11924 1726884847.66340: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884847.66376: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884847.66399: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.66423: stdout chunk (state=3): >>> # zipimport: zlib available <<< 11924 1726884847.66466: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884847.66471: stdout chunk (state=3): >>> <<< 11924 1726884847.66496: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.66593: stdout chunk (state=3): >>> <<< 11924 1726884847.68669: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.68676: stdout chunk (state=3): >>> <<< 11924 1726884847.70460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884847.70488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 11924 1726884847.70504: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1f79010> <<< 11924 1726884847.70546: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py<<< 11924 1726884847.70570: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'<<< 11924 1726884847.70587: stdout chunk (state=3): >>> <<< 11924 1726884847.70606: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py<<< 11924 1726884847.70817: 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 0x7f4bf1fa6b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1fa68d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1fa61e0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1fa6720> <<< 11924 1726884847.70842: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1f7bb90> import 'atexit' # <<< 11924 1726884847.70899: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.70925: stdout chunk (state=3): >>> # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.70941: stdout chunk (state=3): >>> import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1fa77d0> <<< 11924 1726884847.70983: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.71010: 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 0x7f4bf1fa7a10><<< 11924 1726884847.71054: stdout chunk (state=3): >>> <<< 11924 1726884847.71059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py<<< 11924 1726884847.71138: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'<<< 11924 1726884847.71152: stdout chunk (state=3): >>> <<< 11924 1726884847.71180: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884847.71189: stdout chunk (state=3): >>> <<< 11924 1726884847.71259: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1fa7f50><<< 11924 1726884847.71297: stdout chunk (state=3): >>> import 'pwd' # <<< 11924 1726884847.71300: stdout chunk (state=3): >>> <<< 11924 1726884847.71328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py<<< 11924 1726884847.71383: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884847.71446: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e11ca0> <<< 11924 1726884847.71517: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884847.71520: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884847.71580: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1e138c0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py<<< 11924 1726884847.71583: stdout chunk (state=3): >>> <<< 11924 1726884847.71661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e182c0> <<< 11924 1726884847.71713: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py<<< 11924 1726884847.71727: stdout chunk (state=3): >>> <<< 11924 1726884847.71761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'<<< 11924 1726884847.71772: stdout chunk (state=3): >>> <<< 11924 1726884847.71796: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e19400><<< 11924 1726884847.71845: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py<<< 11924 1726884847.71848: stdout chunk (state=3): >>> <<< 11924 1726884847.72025: 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' <<< 11924 1726884847.72113: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e1bec0> <<< 11924 1726884847.72116: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.72148: 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 0x7f4bf265ffb0><<< 11924 1726884847.72188: stdout chunk (state=3): >>> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e1a180><<< 11924 1726884847.72192: stdout chunk (state=3): >>> <<< 11924 1726884847.72237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py<<< 11924 1726884847.72240: stdout chunk (state=3): >>> <<< 11924 1726884847.72284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'<<< 11924 1726884847.72328: stdout chunk (state=3): >>> <<< 11924 1726884847.72339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884847.72396: 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 <<< 11924 1726884847.72457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884847.72488: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py<<< 11924 1726884847.72516: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'<<< 11924 1726884847.72550: stdout chunk (state=3): >>> import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e1fec0><<< 11924 1726884847.72553: stdout chunk (state=3): >>> <<< 11924 1726884847.72710: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884847.72741: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e1e990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e1e6f0> <<< 11924 1726884847.72759: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884847.72781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884847.73118: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e1ec60> <<< 11924 1726884847.73135: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e1a690> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1e63f50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e64260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 11924 1726884847.73164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884847.73194: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py<<< 11924 1726884847.73272: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884847.73296: 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 0x7f4bf1e65d00><<< 11924 1726884847.73322: stdout chunk (state=3): >>> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e65ac0><<< 11924 1726884847.73348: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884847.73516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'<<< 11924 1726884847.73591: stdout chunk (state=3): >>> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.73594: stdout chunk (state=3): >>> <<< 11924 1726884847.73623: 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 0x7f4bf1e68260> <<< 11924 1726884847.73654: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e663f0><<< 11924 1726884847.73672: stdout chunk (state=3): >>> <<< 11924 1726884847.73695: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py<<< 11924 1726884847.73960: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884847.73993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e6ba40> <<< 11924 1726884847.74145: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e68410><<< 11924 1726884847.74201: stdout chunk (state=3): >>> <<< 11924 1726884847.74238: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.74268: stdout chunk (state=3): >>> # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1e6c8c0><<< 11924 1726884847.74331: stdout chunk (state=3): >>> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884847.74353: 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 0x7f4bf1e6c8f0><<< 11924 1726884847.74373: stdout chunk (state=3): >>> <<< 11924 1726884847.74427: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.74450: 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 0x7f4bf1e6cbc0><<< 11924 1726884847.74482: stdout chunk (state=3): >>> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e643e0><<< 11924 1726884847.74495: stdout chunk (state=3): >>> <<< 11924 1726884847.74534: 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<<< 11924 1726884847.74547: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'<<< 11924 1726884847.74590: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py<<< 11924 1726884847.74603: stdout chunk (state=3): >>> <<< 11924 1726884847.74638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'<<< 11924 1726884847.74692: stdout chunk (state=3): >>> # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.74713: stdout chunk (state=3): >>> <<< 11924 1726884847.74765: 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 0x7f4bf1ef8410><<< 11924 1726884847.74973: stdout chunk (state=3): >>> <<< 11924 1726884847.75028: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.75050: stdout chunk (state=3): >>> <<< 11924 1726884847.75083: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884847.75203: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1ef9940> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e6eba0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.75220: stdout chunk (state=3): >>> import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1e6ff50><<< 11924 1726884847.75244: stdout chunk (state=3): >>> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e6e7b0> <<< 11924 1726884847.75279: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884847.75327: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.75592: stdout chunk (state=3): >>> import 'ansible.module_utils.compat' # <<< 11924 1726884847.75596: stdout chunk (state=3): >>> # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884847.75678: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884847.75716: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884847.75740: stdout chunk (state=3): >>> # zipimport: zlib available <<< 11924 1726884847.75760: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.75782: stdout chunk (state=3): >>> import 'ansible.module_utils.common.text' # <<< 11924 1726884847.75982: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 11924 1726884847.76004: stdout chunk (state=3): >>> <<< 11924 1726884847.76173: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.76196: stdout chunk (state=3): >>> <<< 11924 1726884847.77079: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884847.77935: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884847.77957: stdout chunk (state=3): >>> <<< 11924 1726884847.77984: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 11924 1726884847.78008: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 11924 1726884847.78011: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 11924 1726884847.78027: stdout chunk (state=3): >>> <<< 11924 1726884847.78059: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py<<< 11924 1726884847.78064: stdout chunk (state=3): >>> <<< 11924 1726884847.78101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'<<< 11924 1726884847.78104: stdout chunk (state=3): >>> <<< 11924 1726884847.78177: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.78194: stdout chunk (state=3): >>> <<< 11924 1726884847.78206: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884847.78222: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1efdbe0><<< 11924 1726884847.78224: stdout chunk (state=3): >>> <<< 11924 1726884847.78345: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py<<< 11924 1726884847.78348: stdout chunk (state=3): >>> <<< 11924 1726884847.78370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'<<< 11924 1726884847.78375: stdout chunk (state=3): >>> <<< 11924 1726884847.78417: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1efe8d0><<< 11924 1726884847.78422: stdout chunk (state=3): >>> <<< 11924 1726884847.78510: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1ef9bb0> import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884847.78516: stdout chunk (state=3): >>> <<< 11924 1726884847.78546: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.78551: stdout chunk (state=3): >>> <<< 11924 1726884847.78591: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.78596: stdout chunk (state=3): >>> <<< 11924 1726884847.78615: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884847.78636: stdout chunk (state=3): >>> <<< 11924 1726884847.78662: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.78669: stdout chunk (state=3): >>> <<< 11924 1726884847.78918: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.78942: stdout chunk (state=3): >>> <<< 11924 1726884847.79185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py<<< 11924 1726884847.79203: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 11924 1726884847.79234: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1efe5d0><<< 11924 1726884847.79261: stdout chunk (state=3): >>> # zipimport: zlib available <<< 11924 1726884847.80192: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884847.80772: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884847.80895: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884847.81018: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884847.81023: stdout chunk (state=3): >>> <<< 11924 1726884847.81054: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.81060: stdout chunk (state=3): >>> <<< 11924 1726884847.81124: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.81129: stdout chunk (state=3): >>> <<< 11924 1726884847.81191: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884847.81198: stdout chunk (state=3): >>> <<< 11924 1726884847.81225: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.81230: stdout chunk (state=3): >>> <<< 11924 1726884847.81346: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.81351: stdout chunk (state=3): >>> <<< 11924 1726884847.81502: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884847.81538: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884847.81593: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884847.81615: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 11924 1726884847.81636: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.81714: stdout chunk (state=3): >>> # zipimport: zlib available <<< 11924 1726884847.81778: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884847.81815: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884847.82219: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884847.82607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py<<< 11924 1726884847.82709: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884847.82732: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884847.82839: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1effbc0><<< 11924 1726884847.82848: stdout chunk (state=3): >>> <<< 11924 1726884847.82866: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.82872: stdout chunk (state=3): >>> <<< 11924 1726884847.82983: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.82988: stdout chunk (state=3): >>> <<< 11924 1726884847.83101: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884847.83108: stdout chunk (state=3): >>> <<< 11924 1726884847.83127: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 11924 1726884847.83137: stdout chunk (state=3): >>> <<< 11924 1726884847.83167: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884847.83212: stdout chunk (state=3): >>> # zipimport: zlib available<<< 11924 1726884847.83219: stdout chunk (state=3): >>> <<< 11924 1726884847.83282: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.83350: stdout chunk (state=3): >>> import 'ansible.module_utils.common.locale' # <<< 11924 1726884847.83357: stdout chunk (state=3): >>> <<< 11924 1726884847.83388: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.83395: stdout chunk (state=3): >>> <<< 11924 1726884847.83474: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884847.83807: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884847.83895: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.83915: stdout chunk (state=3): >>> # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so'<<< 11924 1726884847.83989: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1d0a600> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1d05df0><<< 11924 1726884847.83992: stdout chunk (state=3): >>> <<< 11924 1726884847.84043: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 11924 1726884847.84052: stdout chunk (state=3): >>> <<< 11924 1726884847.84069: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 11924 1726884847.84074: stdout chunk (state=3): >>> <<< 11924 1726884847.84105: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.84111: stdout chunk (state=3): >>> <<< 11924 1726884847.84224: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.84299: stdout chunk (state=3): >>> <<< 11924 1726884847.84330: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.84400: stdout chunk (state=3): >>> # zipimport: zlib available <<< 11924 1726884847.84485: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py<<< 11924 1726884847.84489: stdout chunk (state=3): >>> <<< 11924 1726884847.84492: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'<<< 11924 1726884847.84496: stdout chunk (state=3): >>> <<< 11924 1726884847.84524: 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 <<< 11924 1726884847.84565: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884847.84677: 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'<<< 11924 1726884847.84720: stdout chunk (state=3): >>> <<< 11924 1726884847.84723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py<<< 11924 1726884847.84725: stdout chunk (state=3): >>> <<< 11924 1726884847.84760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884847.84860: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1ffed80><<< 11924 1726884847.84863: stdout chunk (state=3): >>> <<< 11924 1726884847.84936: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1feea50><<< 11924 1726884847.84939: stdout chunk (state=3): >>> <<< 11924 1726884847.85080: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1d0a300><<< 11924 1726884847.85083: stdout chunk (state=3): >>> <<< 11924 1726884847.85085: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1eff4a0><<< 11924 1726884847.85087: stdout chunk (state=3): >>> <<< 11924 1726884847.85145: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884847.85149: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884847.85242: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # <<< 11924 1726884847.85245: stdout chunk (state=3): >>> <<< 11924 1726884847.85247: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884847.85333: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884847.85367: stdout chunk (state=3): >>> <<< 11924 1726884847.85390: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884847.85416: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884847.85426: stdout chunk (state=3): >>> import 'ansible.modules' # <<< 11924 1726884847.85472: stdout chunk (state=3): >>> # zipimport: zlib available <<< 11924 1726884847.85790: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884847.86012: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884847.87174: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/crypttab", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 2097284, "dev": 51714, "nlink": 1, "atime": 1726884763.1972804, "mtime": 1726562394.502, "ctime": 1726562704.141, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "998616235", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 11924 1726884847.87213: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884847.87873: 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 <<< 11924 1726884847.87924: stdout chunk (state=3): >>># cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util <<< 11924 1726884847.87994: 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 <<< 11924 1726884847.88016: stdout chunk (state=3): >>># cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex <<< 11924 1726884847.88062: stdout chunk (state=3): >>># cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing <<< 11924 1726884847.88121: 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 <<< 11924 1726884847.88422: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884847.88450: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884847.88525: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884847.88550: 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 <<< 11924 1726884847.88627: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 11924 1726884847.88630: stdout chunk (state=3): >>># destroy array <<< 11924 1726884847.88648: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil <<< 11924 1726884847.88681: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884847.88754: 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 <<< 11924 1726884847.88787: 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 <<< 11924 1726884847.88810: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 11924 1726884847.88850: 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 <<< 11924 1726884847.88877: 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 <<< 11924 1726884847.88909: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884847.89074: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884847.89300: 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 # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.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 <<< 11924 1726884847.89303: 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 <<< 11924 1726884847.89345: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 11924 1726884847.89348: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 11924 1726884847.89383: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 11924 1726884847.89392: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 11924 1726884847.90096: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884847.90125: stderr chunk (state=3): >>><<< 11924 1726884847.90128: stdout chunk (state=3): >>><<< 11924 1726884847.90194: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf29683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2937a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf296a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf273cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf273dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf277be90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf277bf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf27b3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf27b3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2793b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2791280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2779040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf27d7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf27d64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2792150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf27d4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2804920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf27782c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf2804dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2804c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf2805070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2776de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2805730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2805430> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2806630> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2820860> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf2821fa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2822e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf2823440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2822390> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf2823e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2823560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2806690> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf25bbce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf25e47d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf25e4530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf25e4800> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf25e5130> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf25e5af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf25e49e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf25b9e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf25e6ea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf25e5be0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2806d80> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf260f230> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf263b5c0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf26943b0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf2696b10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf26944d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf265d3a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1f253d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf263a420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf25e7e00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4bf1f25670> # zipimport: found 30 names in '/tmp/ansible_stat_payload_l2jgcrhl/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 0x7f4bf1f7b170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1f5a060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1f591c0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1f79010> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1fa6b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1fa68d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1fa61e0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1fa6720> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1f7bb90> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1fa77d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1fa7a10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1fa7f50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e11ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1e138c0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e182c0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e19400> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e1bec0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf265ffb0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e1a180> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e1fec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e1e990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e1e6f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e1ec60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e1a690> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1e63f50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e64260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1e65d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e65ac0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1e68260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e663f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e6ba40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e68410> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1e6c8c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1e6c8f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1e6cbc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e643e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1ef8410> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1ef9940> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e6eba0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1e6ff50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1e6e7b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1efdbe0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1efe8d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1ef9bb0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1efe5d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1effbc0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bf1d0a600> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1d05df0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1ffed80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1feea50> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1d0a300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bf1eff4a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/crypttab", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 2097284, "dev": 51714, "nlink": 1, "atime": 1726884763.1972804, "mtime": 1726562394.502, "ctime": 1726562704.141, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "998616235", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884847.90753: 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-1726884847.3990815-12370-158248529441777/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884847.90758: _low_level_execute_command(): starting 11924 1726884847.90761: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884847.3990815-12370-158248529441777/ > /dev/null 2>&1 && sleep 0' 11924 1726884847.90886: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884847.90889: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884847.90892: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884847.90904: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884847.90945: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884847.90948: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884847.91012: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884847.93184: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884847.93188: stdout chunk (state=3): >>><<< 11924 1726884847.93191: stderr chunk (state=3): >>><<< 11924 1726884847.93193: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884847.93196: handler run complete 11924 1726884847.93198: attempt loop complete, returning result 11924 1726884847.93201: _execute() done 11924 1726884847.93205: dumping result to json 11924 1726884847.93207: done dumping result, returning 11924 1726884847.93209: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-f4c0-2290-0000000000dc] 11924 1726884847.93212: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000dc ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884763.1972804, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726562704.141, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1726562394.502, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "998616235", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 11924 1726884847.93841: no more pending results, returning what we have 11924 1726884847.93844: results queue empty 11924 1726884847.93847: checking for any_errors_fatal 11924 1726884847.93853: done checking for any_errors_fatal 11924 1726884847.93854: checking for max_fail_percentage 11924 1726884847.93857: done checking for max_fail_percentage 11924 1726884847.93858: checking to see if all hosts have failed and the running result is not ok 11924 1726884847.93859: done checking to see if all hosts have failed 11924 1726884847.93860: getting the remaining hosts for this loop 11924 1726884847.93862: done getting the remaining hosts for this loop 11924 1726884847.93866: getting the next task for host managed_node2 11924 1726884847.93876: done getting next task for host managed_node2 11924 1726884847.93880: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 11924 1726884847.93884: ^ 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 11924 1726884847.93896: getting variables 11924 1726884847.93898: in VariableManager get_vars() 11924 1726884847.94416: Calling all_inventory to load vars for managed_node2 11924 1726884847.94419: Calling groups_inventory to load vars for managed_node2 11924 1726884847.94422: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884847.94431: Calling all_plugins_play to load vars for managed_node2 11924 1726884847.94434: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884847.94437: Calling groups_plugins_play to load vars for managed_node2 11924 1726884847.95091: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000dc 11924 1726884847.95095: WORKER PROCESS EXITING 11924 1726884847.95477: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884847.96451: done with get_vars() 11924 1726884847.96474: done getting variables TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 20 September 2024 22:14:07 -0400 (0:00:00.634) 0:00:13.308 ****** 11924 1726884847.96922: entering _queue_task() for managed_node2/lineinfile 11924 1726884847.97309: worker is 1 (out of 1 available) 11924 1726884847.97321: exiting _queue_task() for managed_node2/lineinfile 11924 1726884847.97335: done queuing things up, now waiting for results queue to drain 11924 1726884847.97336: waiting for pending results... 11924 1726884847.97808: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 11924 1726884847.98164: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000dd 11924 1726884847.98169: variable 'ansible_search_path' from source: unknown 11924 1726884847.98173: variable 'ansible_search_path' from source: unknown 11924 1726884847.98487: variable 'blivet_output' from source: set_fact 11924 1726884847.98554: dumping result to json 11924 1726884847.98566: done dumping result, returning 11924 1726884847.98579: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-f4c0-2290-0000000000dd] 11924 1726884847.98591: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000dd skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884847.98770: no more pending results, returning what we have 11924 1726884847.98775: results queue empty 11924 1726884847.98776: checking for any_errors_fatal 11924 1726884847.98788: done checking for any_errors_fatal 11924 1726884847.98789: checking for max_fail_percentage 11924 1726884847.98791: done checking for max_fail_percentage 11924 1726884847.98792: checking to see if all hosts have failed and the running result is not ok 11924 1726884847.98793: done checking to see if all hosts have failed 11924 1726884847.98793: getting the remaining hosts for this loop 11924 1726884847.98795: done getting the remaining hosts for this loop 11924 1726884847.98799: getting the next task for host managed_node2 11924 1726884847.98806: done getting next task for host managed_node2 11924 1726884847.98810: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 11924 1726884847.98814: ^ 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 11924 1726884847.98829: getting variables 11924 1726884847.98832: in VariableManager get_vars() 11924 1726884847.98871: Calling all_inventory to load vars for managed_node2 11924 1726884847.98874: Calling groups_inventory to load vars for managed_node2 11924 1726884847.98876: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884847.98888: Calling all_plugins_play to load vars for managed_node2 11924 1726884847.98893: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884847.98896: Calling groups_plugins_play to load vars for managed_node2 11924 1726884847.99569: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000dd 11924 1726884847.99573: WORKER PROCESS EXITING 11924 1726884847.99758: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884848.00636: done with get_vars() 11924 1726884848.00658: done getting variables TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 20 September 2024 22:14:08 -0400 (0:00:00.042) 0:00:13.350 ****** 11924 1726884848.01263: entering _queue_task() for managed_node2/setup 11924 1726884848.02202: worker is 1 (out of 1 available) 11924 1726884848.02215: exiting _queue_task() for managed_node2/setup 11924 1726884848.02226: done queuing things up, now waiting for results queue to drain 11924 1726884848.02228: waiting for pending results... 11924 1726884848.02539: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Update facts 11924 1726884848.03088: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000000df 11924 1726884848.03112: variable 'ansible_search_path' from source: unknown 11924 1726884848.03124: variable 'ansible_search_path' from source: unknown 11924 1726884848.03190: calling self._execute() 11924 1726884848.03312: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884848.03323: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884848.03343: variable 'omit' from source: magic vars 11924 1726884848.03710: variable 'ansible_check_mode' from source: magic vars 11924 1726884848.03725: Evaluated conditional (not ansible_check_mode): True 11924 1726884848.03737: variable 'omit' from source: magic vars 11924 1726884848.03835: variable 'omit' from source: magic vars 11924 1726884848.03906: variable 'omit' from source: magic vars 11924 1726884848.03931: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884848.03975: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884848.04013: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884848.04102: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884848.04105: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884848.04107: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884848.04110: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884848.04131: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884848.04139: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884848.04146: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884848.04279: Set connection var ansible_shell_executable to /bin/sh 11924 1726884848.04379: Set connection var ansible_connection to ssh 11924 1726884848.04413: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884848.04461: Set connection var ansible_timeout to 10 11924 1726884848.04466: Set connection var ansible_pipelining to False 11924 1726884848.04469: Set connection var ansible_shell_type to sh 11924 1726884848.04653: variable 'ansible_shell_executable' from source: unknown 11924 1726884848.04658: variable 'ansible_connection' from source: unknown 11924 1726884848.04660: variable 'ansible_module_compression' from source: unknown 11924 1726884848.04662: variable 'ansible_shell_type' from source: unknown 11924 1726884848.04666: variable 'ansible_shell_executable' from source: unknown 11924 1726884848.04668: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884848.04669: variable 'ansible_pipelining' from source: unknown 11924 1726884848.04671: variable 'ansible_timeout' from source: unknown 11924 1726884848.04674: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884848.05243: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884848.05352: variable 'omit' from source: magic vars 11924 1726884848.05357: starting attempt loop 11924 1726884848.05360: running the handler 11924 1726884848.05362: _low_level_execute_command(): starting 11924 1726884848.05364: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884848.06573: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884848.06588: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884848.06627: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884848.06654: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884848.06754: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884848.08748: stdout chunk (state=3): >>>/root <<< 11924 1726884848.08971: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884848.09060: stdout chunk (state=3): >>><<< 11924 1726884848.09063: stderr chunk (state=3): >>><<< 11924 1726884848.09133: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884848.09259: _low_level_execute_command(): starting 11924 1726884848.09263: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884848.091518-12429-60637257707872 `" && echo ansible-tmp-1726884848.091518-12429-60637257707872="` echo /root/.ansible/tmp/ansible-tmp-1726884848.091518-12429-60637257707872 `" ) && sleep 0' 11924 1726884848.10209: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884848.10231: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884848.10481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884848.10485: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884848.10882: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884848.10944: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884848.13404: stdout chunk (state=3): >>>ansible-tmp-1726884848.091518-12429-60637257707872=/root/.ansible/tmp/ansible-tmp-1726884848.091518-12429-60637257707872 <<< 11924 1726884848.13642: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884848.13646: stdout chunk (state=3): >>><<< 11924 1726884848.13648: stderr chunk (state=3): >>><<< 11924 1726884848.13881: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884848.091518-12429-60637257707872=/root/.ansible/tmp/ansible-tmp-1726884848.091518-12429-60637257707872 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884848.13884: variable 'ansible_module_compression' from source: unknown 11924 1726884848.13887: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 11924 1726884848.13917: variable 'ansible_facts' from source: unknown 11924 1726884848.14295: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884848.091518-12429-60637257707872/AnsiballZ_setup.py 11924 1726884848.14703: Sending initial data 11924 1726884848.14706: Sent initial data (152 bytes) 11924 1726884848.15734: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884848.15782: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884848.15842: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884848.15884: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884848.15958: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884848.16110: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884848.16180: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884848.18393: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 11924 1726884848.18458: 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 <<< 11924 1726884848.18503: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884848.18569: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpa2hl6oed /root/.ansible/tmp/ansible-tmp-1726884848.091518-12429-60637257707872/AnsiballZ_setup.py <<< 11924 1726884848.18591: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884848.091518-12429-60637257707872/AnsiballZ_setup.py" <<< 11924 1726884848.18655: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpa2hl6oed" to remote "/root/.ansible/tmp/ansible-tmp-1726884848.091518-12429-60637257707872/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884848.091518-12429-60637257707872/AnsiballZ_setup.py" <<< 11924 1726884848.21210: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884848.21296: stderr chunk (state=3): >>><<< 11924 1726884848.21302: stdout chunk (state=3): >>><<< 11924 1726884848.21304: done transferring module to remote 11924 1726884848.21306: _low_level_execute_command(): starting 11924 1726884848.21308: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884848.091518-12429-60637257707872/ /root/.ansible/tmp/ansible-tmp-1726884848.091518-12429-60637257707872/AnsiballZ_setup.py && sleep 0' 11924 1726884848.22342: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884848.22361: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884848.22450: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884848.22466: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884848.22493: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884848.22584: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884848.25172: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884848.25236: stderr chunk (state=3): >>><<< 11924 1726884848.25362: stdout chunk (state=3): >>><<< 11924 1726884848.25366: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884848.25368: _low_level_execute_command(): starting 11924 1726884848.25370: _low_level_execute_command(): using become for this command 11924 1726884848.25373: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-eozhqinbrggzluuxdykcodplfvmvnyno ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884848.091518-12429-60637257707872/AnsiballZ_setup.py'"'"' && sleep 0' 11924 1726884848.25584: Initial state: awaiting_escalation: BECOME-SUCCESS-eozhqinbrggzluuxdykcodplfvmvnyno 11924 1726884848.25950: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884848.26125: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884848.26168: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884848.26229: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884848.30332: stdout chunk (state=1): >>>BECOME-SUCCESS-eozhqinbrggzluuxdykcodplfvmvnyno <<< 11924 1726884848.30336: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-eozhqinbrggzluuxdykcodplfvmvnyno' 11924 1726884848.30802: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884848.30857: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884848.30916: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884848.30945: stdout chunk (state=3): >>> import '_warnings' # import '_weakref' # <<< 11924 1726884848.30959: stdout chunk (state=3): >>> <<< 11924 1726884848.31048: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884848.31075: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884848.31203: stdout chunk (state=3): >>> import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884848.31271: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884848.31297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884848.31373: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 11924 1726884848.31389: stdout chunk (state=3): >>> <<< 11924 1726884848.31428: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py<<< 11924 1726884848.31438: stdout chunk (state=3): >>> <<< 11924 1726884848.31485: 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 0x7f799dc183e0><<< 11924 1726884848.31605: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799dbe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py<<< 11924 1726884848.31625: 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 0x7f799dc1a960> <<< 11924 1726884848.31823: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 11924 1726884848.31850: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884848.31902: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884848.31950: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884848.31975: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 11924 1726884848.32067: 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' <<< 11924 1726884848.32095: 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 <<< 11924 1726884848.32128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884848.32132: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da2cfe0> <<< 11924 1726884848.32219: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884848.32227: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884848.32252: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da2dfd0> <<< 11924 1726884848.32274: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884848.32296: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884848.32931: 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' <<< 11924 1726884848.32960: 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' <<< 11924 1726884848.33015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884848.33084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884848.33260: 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' <<< 11924 1726884848.33264: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da6be90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da6bf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884848.33343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 11924 1726884848.33530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 11924 1726884848.33534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799daa3860> <<< 11924 1726884848.33554: 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 0x7f799daa3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da83b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da81280> <<< 11924 1726884848.33689: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da69040> <<< 11924 1726884848.33730: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884848.33750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884848.33753: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884848.33775: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884848.33838: 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 <<< 11924 1726884848.33841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884848.33894: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799dac7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799dac64b0> <<< 11924 1726884848.34002: 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 0x7f799da82150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799dac4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884848.34026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799daf4920> <<< 11924 1726884848.34047: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da682c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884848.34070: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884848.34152: 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 0x7f799daf4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799daf4c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884848.34158: 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 0x7f799daf5070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da66de0> <<< 11924 1726884848.34435: 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 0x7f799daf5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799daf5430> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799daf6630> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799db10860> import 'errno' # <<< 11924 1726884848.34475: 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' <<< 11924 1726884848.34532: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799db11fa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884848.34553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799db12e10> <<< 11924 1726884848.34708: 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 0x7f799db13440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799db12390> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799db13e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799db13560> <<< 11924 1726884848.34751: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799daf6690> <<< 11924 1726884848.34770: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884848.34822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884848.34836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884848.34859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884848.34913: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884848.34916: 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 0x7f799d857ce0> <<< 11924 1726884848.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' <<< 11924 1726884848.35010: 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 0x7f799d880770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d8804d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884848.35020: 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 0x7f799d8807a0> <<< 11924 1726884848.35054: 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' <<< 11924 1726884848.35196: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884848.35337: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d8810a0> <<< 11924 1726884848.35506: 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 0x7f799d881a90> <<< 11924 1726884848.35619: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d880980> <<< 11924 1726884848.35631: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d855e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884848.35658: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d882e40> <<< 11924 1726884848.35687: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d881910> <<< 11924 1726884848.35691: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799daf6d80> <<< 11924 1726884848.35903: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884848.35918: 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 0x7f799d8af1a0> <<< 11924 1726884848.35975: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884848.35986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884848.36010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884848.36041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884848.36095: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d8d7560> <<< 11924 1726884848.36123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884848.36181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884848.36288: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884848.36321: 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 0x7f799d930350> <<< 11924 1726884848.36325: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884848.36361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884848.36406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884848.36442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884848.36632: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d932ab0> <<< 11924 1726884848.36887: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d930470> <<< 11924 1726884848.36891: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d8fd340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d735430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d8d6390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d883d70> <<< 11924 1726884848.36935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884848.36954: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f799d8d66f0> <<< 11924 1726884848.37287: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_e0rvltze/ansible_setup_payload.zip' <<< 11924 1726884848.37310: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.37416: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.37454: 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' <<< 11924 1726884848.37504: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884848.37572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884848.37603: 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' <<< 11924 1726884848.37624: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d79f170> import '_typing' # <<< 11924 1726884848.37792: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d77e060> <<< 11924 1726884848.37840: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d77d1c0> # zipimport: zlib available <<< 11924 1726884848.37896: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884848.37984: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.39780: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.41434: 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 0x7f799d79d460> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884848.41595: 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 0x7f799d7ceb40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d7ce8d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d7ce1e0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884848.41639: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d7cec00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d79fe00> import 'atexit' # <<< 11924 1726884848.41643: 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 0x7f799d7cf7d0> <<< 11924 1726884848.41770: 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 0x7f799d7cfa10> <<< 11924 1726884848.41828: 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 0x7f799d7cff20> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884848.41861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884848.41910: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d131cd0> <<< 11924 1726884848.41933: 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 0x7f799d1338f0> <<< 11924 1726884848.41995: 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' <<< 11924 1726884848.42064: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d1342c0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884848.42083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d135430> <<< 11924 1726884848.42143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884848.42153: 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' <<< 11924 1726884848.42209: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d137e60> <<< 11924 1726884848.42341: 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 0x7f799d79fb90> <<< 11924 1726884848.42367: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d136180> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884848.42471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884848.42492: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884848.42515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d13fd70> import '_tokenize' # <<< 11924 1726884848.42588: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d13e840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d13e5a0> <<< 11924 1726884848.42662: 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' <<< 11924 1726884848.42691: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d13eb10> <<< 11924 1726884848.42718: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d136660> <<< 11924 1726884848.42810: 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 0x7f799d183f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d183f80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 11924 1726884848.42840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884848.42843: 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' <<< 11924 1726884848.42874: 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 0x7f799d185b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d1858e0> <<< 11924 1726884848.43091: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884848.43109: 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 0x7f799d187fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d1861e0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884848.43130: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d18b770> <<< 11924 1726884848.43445: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d188140> <<< 11924 1726884848.43469: stdout 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 0x7f799d18c500> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d18c980> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d18c920> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d1841a0> <<< 11924 1726884848.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 # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884848.43519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884848.43543: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884848.43564: 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 0x7f799d18ffe0> <<< 11924 1726884848.43792: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884848.43815: 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 0x7f799d0194f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d18e7e0> <<< 11924 1726884848.43860: 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 0x7f799d18fb60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d18e3f0> <<< 11924 1726884848.43889: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884848.43939: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.44039: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.44183: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.44211: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884848.44233: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.44247: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884848.44500: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.44643: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.45529: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884848.45602: stdout chunk (state=3): >>> <<< 11924 1726884848.46654: 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 0x7f799d01d5b0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d01e360> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d0198b0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884848.46659: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884848.46662: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.46878: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.47040: 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 0x7f799d01e120> # zipimport: zlib available <<< 11924 1726884848.47441: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.47877: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.47942: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.48017: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884848.48033: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.48076: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.48118: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884848.48121: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.48194: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.48303: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884848.48306: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.48358: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884848.48372: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.48412: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884848.48657: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.48958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884848.48995: 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 0x7f799d01f560> <<< 11924 1726884848.49010: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.49075: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.49152: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884848.49181: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884848.49225: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.49288: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884848.49316: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884848.49410: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.49429: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.49519: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884848.49661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884848.49692: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d02a090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d0257c0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884848.49750: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.49813: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.49836: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.49886: stdout chunk (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' <<< 11924 1726884848.50002: 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 <<< 11924 1726884848.50012: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884848.50016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884848.50040: 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' <<< 11924 1726884848.50102: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d1028a0> <<< 11924 1726884848.50139: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d1f6570> <<< 11924 1726884848.50375: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d02a060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d01f410> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884848.50380: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 11924 1726884848.50400: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884848.50413: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.50458: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.50520: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.50602: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884848.50648: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.50689: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.50726: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 11924 1726884848.50816: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.50877: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.50910: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.51034: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/typing_extensions.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884848.51085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884848.51105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884848.51156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884848.51266: 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' <<< 11924 1726884848.51289: 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 0x7f799ccc6660> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799ccc5a90> <<< 11924 1726884848.51314: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799ccc4470> <<< 11924 1726884848.51523: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d0ba480> <<< 11924 1726884848.51609: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d0b8410> <<< 11924 1726884848.51613: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 11924 1726884848.51782: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.51954: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.52002: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.52050: 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' <<< 11924 1726884848.52124: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 11924 1726884848.52135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 11924 1726884848.52186: 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 0x7f799d0bac30> <<< 11924 1726884848.52190: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 11924 1726884848.52262: 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 <<< 11924 1726884848.52287: 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' <<< 11924 1726884848.52374: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cd24800> <<< 11924 1726884848.52377: 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 0x7f799cd24b30> <<< 11924 1726884848.52396: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cd07cb0> <<< 11924 1726884848.52453: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799ccd7590> <<< 11924 1726884848.52491: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d0a0e30> <<< 11924 1726884848.52494: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d0a1460> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 11924 1726884848.52715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799cd277a0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cd27050> # 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 0x7f799cd27230> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cd26480> # /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' <<< 11924 1726884848.52718: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cd27920> <<< 11924 1726884848.52721: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 11924 1726884848.52757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884848.52789: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884848.52895: 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 0x7f799cb3a4b0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cb384d0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d0a1490> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available <<< 11924 1726884848.52918: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 11924 1726884848.52975: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.53034: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 11924 1726884848.53045: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.53088: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.53138: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 11924 1726884848.53170: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 11924 1726884848.53228: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.53265: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 11924 1726884848.53439: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.53464: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 11924 1726884848.53521: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.53581: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.53641: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.53709: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 11924 1726884848.53722: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.54185: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.54611: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 11924 1726884848.54635: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.54677: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.54787: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884848.54810: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 11924 1726884848.54862: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.55110: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 11924 1726884848.55114: 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 <<< 11924 1726884848.55120: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.55143: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 11924 1726884848.55227: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.55309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884848.55333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884848.55360: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cb3a870> <<< 11924 1726884848.55377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884848.55411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884848.55519: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cb3b4a0> import 'ansible.module_utils.facts.system.local' # <<< 11924 1726884848.55531: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.55586: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.55651: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 11924 1726884848.55670: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.55752: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.55953: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 11924 1726884848.55974: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.55996: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 11924 1726884848.56045: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.56089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884848.56187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884848.56206: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884848.56265: 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 0x7f799cb76930> <<< 11924 1726884848.56460: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cb5dfd0> <<< 11924 1726884848.56474: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 11924 1726884848.56618: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 11924 1726884848.56659: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.56743: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.56850: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.57011: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 11924 1726884848.57014: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 11924 1726884848.57059: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.57090: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 11924 1726884848.57189: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884848.57206: 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' <<< 11924 1726884848.57225: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884848.57248: 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 0x7f799cb8a5a0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cb8a1b0> import 'ansible.module_utils.facts.system.user' # <<< 11924 1726884848.57485: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 11924 1726884848.57544: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.57693: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 11924 1726884848.57716: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.57806: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.57903: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.58054: stdout chunk (state=3): >>># 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 <<< 11924 1726884848.58194: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.58335: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 11924 1726884848.58364: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 11924 1726884848.58491: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.58602: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 11924 1726884848.58638: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.58675: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.59221: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.59761: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 11924 1726884848.59772: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 11924 1726884848.59911: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.59967: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 11924 1726884848.59977: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.60073: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.60174: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 11924 1726884848.60338: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.60568: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 11924 1726884848.60582: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884848.60692: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 11924 1726884848.60773: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.60824: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.61022: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.61229: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 11924 1726884848.61306: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.61343: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available <<< 11924 1726884848.61389: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.61392: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 11924 1726884848.61493: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.61496: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.61530: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 11924 1726884848.61568: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.61638: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 11924 1726884848.61701: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.61775: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 11924 1726884848.61792: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.61845: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 11924 1726884848.62154: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.62371: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 11924 1726884848.62393: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.62463: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.62611: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 11924 1726884848.62631: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.62658: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 11924 1726884848.62702: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.62738: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 11924 1726884848.62748: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.63006: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available <<< 11924 1726884848.63013: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.63016: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 11924 1726884848.63129: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.63163: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884848.63191: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.63254: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.63334: 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' # <<< 11924 1726884848.63361: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.63406: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.63463: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 11924 1726884848.63542: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.63710: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.63929: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884848.63982: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 11924 1726884848.64109: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available <<< 11924 1726884848.64222: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.64276: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 11924 1726884848.64334: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.64469: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 11924 1726884848.64561: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884848.64985: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799cbb6f30> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cbb5a90> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cbb5430> <<< 11924 1726884848.79310: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 11924 1726884848.79324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cbfacc0> <<< 11924 1726884848.79365: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 11924 1726884848.79375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 11924 1726884848.79403: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cbfa1b0> <<< 11924 1726884848.79452: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 11924 1726884848.79486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884848.79519: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py <<< 11924 1726884848.79553: 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 0x7f799cbfc980> <<< 11924 1726884848.79558: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cbfc4d0> <<< 11924 1726884848.79779: 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 <<< 11924 1726884849.03914: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "14", "second": "08", "epoch": "1726884848", "epoch_int": "1726884848", "date": "2024-09-20", "time": "22:14:08", "iso8601_micro": "2024-09-21T02:14:08.646311Z", "iso8601": "2024-09-21T02:14:08Z", "iso8601_basic": "20240920T221408646311", "iso8601_basic_short": "20240920T221408", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_fibre_channel_wwn": [], "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_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": 2826, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 705, "free": 2826}, "nocache": {"free": 3280, "used": 251}, "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",<<< 11924 1726884849.03965: stdout chunk (state=3): >>> "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 293, "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": 261682319360, "block_size": 4096, "block_total": 65519099, "block_available": 63887285, "block_used": 1631814, "inode_total": 131070960, "inode_available": 131027197, "inode_used": 43763, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_fips": false, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-eozhqinbrggzluuxdykcodplfvmvnyno ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884848.091518-12429-60637257707872/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_is_chroot": false, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has<<< 11924 1726884849.03996: stdout chunk (state=3): >>>_sslcontext": true, "type": "cpython"}, "ansible_lsb": {}, "ansible_local": {}, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_loadavg": {"1m": 0.734375, "5m": 0.515625, "15m": 0.2421875}, "ansible_service_mgr": "systemd", "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_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_iscsi_iqn": "", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 11924 1726884849.04492: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884849.04547: 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 <<< 11924 1726884849.04579: 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 # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random <<< 11924 1726884849.04633: 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 # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 11924 1726884849.04737: 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 <<< 11924 1726884849.04757: stdout chunk (state=3): >>># 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 <<< 11924 1726884849.05100: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884849.05146: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 11924 1726884849.05174: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884849.05178: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 11924 1726884849.05201: stdout chunk (state=3): >>># destroy ipaddress <<< 11924 1726884849.05222: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884849.05242: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 11924 1726884849.05286: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select <<< 11924 1726884849.05298: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884849.05334: stdout chunk (state=3): >>># destroy selinux <<< 11924 1726884849.05351: stdout chunk (state=3): >>># destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 11924 1726884849.05393: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 11924 1726884849.05417: 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 <<< 11924 1726884849.05443: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue <<< 11924 1726884849.05450: stdout chunk (state=3): >>># destroy multiprocessing.reduction # destroy selectors <<< 11924 1726884849.05487: stdout chunk (state=3): >>># destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 <<< 11924 1726884849.05613: stdout chunk (state=3): >>># destroy _ssl <<< 11924 1726884849.05619: stdout chunk (state=3): >>># 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 <<< 11924 1726884849.05644: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token <<< 11924 1726884849.05693: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux <<< 11924 1726884849.05726: 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 <<< 11924 1726884849.05759: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect <<< 11924 1726884849.05822: stdout chunk (state=3): >>># 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 <<< 11924 1726884849.05856: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884849.06053: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884849.06057: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 11924 1726884849.06060: stdout chunk (state=3): >>># destroy tokenize <<< 11924 1726884849.06063: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884849.06089: 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 <<< 11924 1726884849.06106: stdout chunk (state=3): >>># destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 11924 1726884849.06166: 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 <<< 11924 1726884849.06168: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884849.06243: 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 <<< 11924 1726884849.06273: 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 <<< 11924 1726884849.06289: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884849.06319: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884849.06353: stdout chunk (state=3): >>># 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 <<< 11924 1726884849.06375: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884849.06850: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884849.06881: stderr chunk (state=3): >>><<< 11924 1726884849.06884: stdout chunk (state=3): >>><<< 11924 1726884849.07013: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799dc183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799dbe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799dc1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da2cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da2dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da6be90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da6bf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799daa3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799daa3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da83b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da81280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da69040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799dac7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799dac64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da82150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799dac4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799daf4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da682c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799daf4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799daf4c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799daf5070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799da66de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799daf5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799daf5430> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799daf6630> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799db10860> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799db11fa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799db12e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799db13440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799db12390> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799db13e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799db13560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799daf6690> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d857ce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d880770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d8804d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d8807a0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d8810a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d881a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d880980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d855e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d882e40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d881910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799daf6d80> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d8af1a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d8d7560> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d930350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d932ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d930470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d8fd340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d735430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d8d6390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d883d70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f799d8d66f0> # zipimport: found 103 names in '/tmp/ansible_setup_payload_e0rvltze/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 0x7f799d79f170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d77e060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d77d1c0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d79d460> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d7ceb40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d7ce8d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d7ce1e0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d7cec00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d79fe00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d7cf7d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d7cfa10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d7cff20> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d131cd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d1338f0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d1342c0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d135430> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d137e60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d79fb90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d136180> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d13fd70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d13e840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d13e5a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d13eb10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d136660> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d183f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d183f80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d185b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d1858e0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d187fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d1861e0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d18b770> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d188140> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d18c500> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d18c980> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d18c920> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d1841a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d18ffe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d0194f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d18e7e0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d18fb60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d18e3f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d01d5b0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d01e360> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d0198b0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d01e120> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d01f560> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f799d02a090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d0257c0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d1028a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d1f6570> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d02a060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d01f410> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f799ccc6660> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799ccc5a90> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799ccc4470> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d0ba480> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d0b8410> 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 0x7f799d0bac30> # /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 0x7f799cd24800> # 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 0x7f799cd24b30> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cd07cb0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799ccd7590> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d0a0e30> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d0a1460> # /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 0x7f799cd277a0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cd27050> # 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 0x7f799cd27230> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cd26480> # /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 0x7f799cd27920> # /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 0x7f799cb3a4b0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cb384d0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799d0a1490> 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 0x7f799cb3a870> # /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 0x7f799cb3b4a0> 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 0x7f799cb76930> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cb5dfd0> 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 0x7f799cb8a5a0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cb8a1b0> 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 0x7f799cbb6f30> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cbb5a90> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cbb5430> # /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 0x7f799cbfacc0> # /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 0x7f799cbfa1b0> # /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 0x7f799cbfc980> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f799cbfc4d0> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "14", "second": "08", "epoch": "1726884848", "epoch_int": "1726884848", "date": "2024-09-20", "time": "22:14:08", "iso8601_micro": "2024-09-21T02:14:08.646311Z", "iso8601": "2024-09-21T02:14:08Z", "iso8601_basic": "20240920T221408646311", "iso8601_basic_short": "20240920T221408", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_fibre_channel_wwn": [], "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_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": 2826, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 705, "free": 2826}, "nocache": {"free": 3280, "used": 251}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 293, "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": 261682319360, "block_size": 4096, "block_total": 65519099, "block_available": 63887285, "block_used": 1631814, "inode_total": 131070960, "inode_available": 131027197, "inode_used": 43763, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_fips": false, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-eozhqinbrggzluuxdykcodplfvmvnyno ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884848.091518-12429-60637257707872/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_is_chroot": false, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_lsb": {}, "ansible_local": {}, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_loadavg": {"1m": 0.734375, "5m": 0.515625, "15m": 0.2421875}, "ansible_service_mgr": "systemd", "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_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_iscsi_iqn": "", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884849.07879: 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-1726884848.091518-12429-60637257707872/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884849.07883: _low_level_execute_command(): starting 11924 1726884849.07885: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884848.091518-12429-60637257707872/ > /dev/null 2>&1 && sleep 0' 11924 1726884849.08138: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884849.08142: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884849.08144: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884849.08146: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884849.08148: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884849.08214: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884849.08218: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884849.08221: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884849.08267: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884849.10146: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884849.10149: stdout chunk (state=3): >>><<< 11924 1726884849.10152: stderr chunk (state=3): >>><<< 11924 1726884849.10296: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884849.10301: handler run complete 11924 1726884849.10366: variable 'ansible_facts' from source: unknown 11924 1726884849.10466: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884849.10896: variable 'ansible_facts' from source: unknown 11924 1726884849.10968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884849.11087: attempt loop complete, returning result 11924 1726884849.11091: _execute() done 11924 1726884849.11093: dumping result to json 11924 1726884849.11150: done dumping result, returning 11924 1726884849.11153: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-f4c0-2290-0000000000df] 11924 1726884849.11157: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000df ok: [managed_node2] 11924 1726884849.11933: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000000df 11924 1726884849.11937: WORKER PROCESS EXITING 11924 1726884849.11943: no more pending results, returning what we have 11924 1726884849.11945: results queue empty 11924 1726884849.11946: checking for any_errors_fatal 11924 1726884849.11950: done checking for any_errors_fatal 11924 1726884849.11950: checking for max_fail_percentage 11924 1726884849.11951: done checking for max_fail_percentage 11924 1726884849.11952: checking to see if all hosts have failed and the running result is not ok 11924 1726884849.11952: done checking to see if all hosts have failed 11924 1726884849.11953: getting the remaining hosts for this loop 11924 1726884849.11954: done getting the remaining hosts for this loop 11924 1726884849.11958: getting the next task for host managed_node2 11924 1726884849.11964: done getting next task for host managed_node2 11924 1726884849.11965: ^ task is: TASK: meta (role_complete) 11924 1726884849.11967: ^ 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 11924 1726884849.11974: getting variables 11924 1726884849.11975: in VariableManager get_vars() 11924 1726884849.11994: Calling all_inventory to load vars for managed_node2 11924 1726884849.11996: Calling groups_inventory to load vars for managed_node2 11924 1726884849.11999: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884849.12005: Calling all_plugins_play to load vars for managed_node2 11924 1726884849.12007: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884849.12009: Calling groups_plugins_play to load vars for managed_node2 11924 1726884849.12335: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884849.12890: done with get_vars() 11924 1726884849.12906: done getting variables 11924 1726884849.12976: done queuing things up, now waiting for results queue to drain 11924 1726884849.12978: results queue empty 11924 1726884849.12978: checking for any_errors_fatal 11924 1726884849.12981: done checking for any_errors_fatal 11924 1726884849.12982: checking for max_fail_percentage 11924 1726884849.12983: done checking for max_fail_percentage 11924 1726884849.12984: checking to see if all hosts have failed and the running result is not ok 11924 1726884849.12984: done checking to see if all hosts have failed 11924 1726884849.12985: getting the remaining hosts for this loop 11924 1726884849.12986: done getting the remaining hosts for this loop 11924 1726884849.12988: getting the next task for host managed_node2 11924 1726884849.12995: done getting next task for host managed_node2 11924 1726884849.12996: ^ task is: TASK: Mark tasks to be skipped 11924 1726884849.13000: ^ 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 11924 1726884849.13002: getting variables 11924 1726884849.13003: in VariableManager get_vars() 11924 1726884849.13011: Calling all_inventory to load vars for managed_node2 11924 1726884849.13013: Calling groups_inventory to load vars for managed_node2 11924 1726884849.13015: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884849.13019: Calling all_plugins_play to load vars for managed_node2 11924 1726884849.13021: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884849.13023: Calling groups_plugins_play to load vars for managed_node2 11924 1726884849.13476: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884849.14212: done with get_vars() 11924 1726884849.14223: done getting variables 11924 1726884849.14259: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Mark tasks to be skipped] ************************************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml:20 Friday 20 September 2024 22:14:09 -0400 (0:00:01.130) 0:00:14.481 ****** 11924 1726884849.14282: entering _queue_task() for managed_node2/set_fact 11924 1726884849.14530: worker is 1 (out of 1 available) 11924 1726884849.14541: exiting _queue_task() for managed_node2/set_fact 11924 1726884849.14553: done queuing things up, now waiting for results queue to drain 11924 1726884849.14555: waiting for pending results... 11924 1726884849.14869: running TaskExecutor() for managed_node2/TASK: Mark tasks to be skipped 11924 1726884849.14938: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000007 11924 1726884849.14950: variable 'ansible_search_path' from source: unknown 11924 1726884849.15059: calling self._execute() 11924 1726884849.15137: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884849.15140: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884849.15144: variable 'omit' from source: magic vars 11924 1726884849.15215: variable 'omit' from source: magic vars 11924 1726884849.15238: variable 'omit' from source: magic vars 11924 1726884849.15464: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884849.17362: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884849.17412: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884849.17441: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884849.17470: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884849.17487: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884849.17658: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 11924 1726884849.17757: Loaded config def from plugin (lookup/env) 11924 1726884849.17761: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 11924 1726884849.17861: variable 'omit' from source: magic vars 11924 1726884849.17865: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884849.17868: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884849.17871: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884849.17873: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884849.17875: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884849.17877: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884849.17882: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884849.17906: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884849.17909: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884849.17913: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884849.17985: Set connection var ansible_shell_executable to /bin/sh 11924 1726884849.17988: Set connection var ansible_connection to ssh 11924 1726884849.17990: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884849.17996: Set connection var ansible_timeout to 10 11924 1726884849.18002: Set connection var ansible_pipelining to False 11924 1726884849.18006: Set connection var ansible_shell_type to sh 11924 1726884849.18027: variable 'ansible_shell_executable' from source: unknown 11924 1726884849.18031: variable 'ansible_connection' from source: unknown 11924 1726884849.18034: variable 'ansible_module_compression' from source: unknown 11924 1726884849.18036: variable 'ansible_shell_type' from source: unknown 11924 1726884849.18039: variable 'ansible_shell_executable' from source: unknown 11924 1726884849.18041: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884849.18043: variable 'ansible_pipelining' from source: unknown 11924 1726884849.18045: variable 'ansible_timeout' from source: unknown 11924 1726884849.18068: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884849.18136: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884849.18145: variable 'omit' from source: magic vars 11924 1726884849.18150: starting attempt loop 11924 1726884849.18153: running the handler 11924 1726884849.18164: handler run complete 11924 1726884849.18174: attempt loop complete, returning result 11924 1726884849.18178: _execute() done 11924 1726884849.18201: dumping result to json 11924 1726884849.18203: done dumping result, returning 11924 1726884849.18205: done running TaskExecutor() for managed_node2/TASK: Mark tasks to be skipped [0affc8a3-6f6f-f4c0-2290-000000000007] 11924 1726884849.18207: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000007 ok: [managed_node2] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } 11924 1726884849.18332: no more pending results, returning what we have 11924 1726884849.18335: results queue empty 11924 1726884849.18336: checking for any_errors_fatal 11924 1726884849.18338: done checking for any_errors_fatal 11924 1726884849.18338: checking for max_fail_percentage 11924 1726884849.18341: done checking for max_fail_percentage 11924 1726884849.18341: checking to see if all hosts have failed and the running result is not ok 11924 1726884849.18342: done checking to see if all hosts have failed 11924 1726884849.18343: getting the remaining hosts for this loop 11924 1726884849.18344: done getting the remaining hosts for this loop 11924 1726884849.18348: getting the next task for host managed_node2 11924 1726884849.18353: done getting next task for host managed_node2 11924 1726884849.18358: ^ task is: TASK: Get unused disks 11924 1726884849.18360: ^ 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 11924 1726884849.18366: getting variables 11924 1726884849.18368: in VariableManager get_vars() 11924 1726884849.18395: Calling all_inventory to load vars for managed_node2 11924 1726884849.18397: Calling groups_inventory to load vars for managed_node2 11924 1726884849.18400: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884849.18410: Calling all_plugins_play to load vars for managed_node2 11924 1726884849.18412: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884849.18414: Calling groups_plugins_play to load vars for managed_node2 11924 1726884849.18765: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000007 11924 1726884849.18769: WORKER PROCESS EXITING 11924 1726884849.18778: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884849.19131: done with get_vars() 11924 1726884849.19140: done getting variables TASK [Get unused disks] ******************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml:27 Friday 20 September 2024 22:14:09 -0400 (0:00:00.049) 0:00:14.530 ****** 11924 1726884849.19202: entering _queue_task() for managed_node2/include_tasks 11924 1726884849.19399: worker is 1 (out of 1 available) 11924 1726884849.19412: exiting _queue_task() for managed_node2/include_tasks 11924 1726884849.19426: done queuing things up, now waiting for results queue to drain 11924 1726884849.19427: waiting for pending results... 11924 1726884849.19780: running TaskExecutor() for managed_node2/TASK: Get unused disks 11924 1726884849.19824: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000008 11924 1726884849.19854: variable 'ansible_search_path' from source: unknown 11924 1726884849.19905: calling self._execute() 11924 1726884849.20001: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884849.20014: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884849.20035: variable 'omit' from source: magic vars 11924 1726884849.20161: _execute() done 11924 1726884849.20167: dumping result to json 11924 1726884849.20189: done dumping result, returning 11924 1726884849.20324: done running TaskExecutor() for managed_node2/TASK: Get unused disks [0affc8a3-6f6f-f4c0-2290-000000000008] 11924 1726884849.20328: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000008 11924 1726884849.20421: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000008 11924 1726884849.20425: WORKER PROCESS EXITING 11924 1726884849.20495: no more pending results, returning what we have 11924 1726884849.20500: in VariableManager get_vars() 11924 1726884849.20534: Calling all_inventory to load vars for managed_node2 11924 1726884849.20537: Calling groups_inventory to load vars for managed_node2 11924 1726884849.20540: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884849.20551: Calling all_plugins_play to load vars for managed_node2 11924 1726884849.20557: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884849.20561: Calling groups_plugins_play to load vars for managed_node2 11924 1726884849.21551: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884849.22080: done with get_vars() 11924 1726884849.22092: variable 'ansible_search_path' from source: unknown 11924 1726884849.22103: we have included files to process 11924 1726884849.22104: generating all_blocks data 11924 1726884849.22105: done generating all_blocks data 11924 1726884849.22108: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml 11924 1726884849.22109: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml 11924 1726884849.22111: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml 11924 1726884849.22777: done processing included file 11924 1726884849.22779: iterating over new_blocks loaded from include file 11924 1726884849.22781: in VariableManager get_vars() 11924 1726884849.22792: done with get_vars() 11924 1726884849.22793: filtering new block on tags 11924 1726884849.22828: done filtering new block on tags 11924 1726884849.22830: 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_node2 11924 1726884849.22833: extending task lists for all hosts with included blocks 11924 1726884849.23217: done extending task lists 11924 1726884849.23219: done processing included files 11924 1726884849.23219: results queue empty 11924 1726884849.23219: checking for any_errors_fatal 11924 1726884849.23221: done checking for any_errors_fatal 11924 1726884849.23222: checking for max_fail_percentage 11924 1726884849.23222: done checking for max_fail_percentage 11924 1726884849.23223: checking to see if all hosts have failed and the running result is not ok 11924 1726884849.23223: done checking to see if all hosts have failed 11924 1726884849.23224: getting the remaining hosts for this loop 11924 1726884849.23225: done getting the remaining hosts for this loop 11924 1726884849.23226: getting the next task for host managed_node2 11924 1726884849.23229: done getting next task for host managed_node2 11924 1726884849.23230: ^ task is: TASK: Ensure test packages 11924 1726884849.23232: ^ 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 11924 1726884849.23233: getting variables 11924 1726884849.23234: in VariableManager get_vars() 11924 1726884849.23239: Calling all_inventory to load vars for managed_node2 11924 1726884849.23241: Calling groups_inventory to load vars for managed_node2 11924 1726884849.23242: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884849.23246: Calling all_plugins_play to load vars for managed_node2 11924 1726884849.23247: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884849.23249: Calling groups_plugins_play to load vars for managed_node2 11924 1726884849.23478: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884849.23996: done with get_vars() 11924 1726884849.24012: done getting variables 11924 1726884849.24042: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure test packages] **************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:2 Friday 20 September 2024 22:14:09 -0400 (0:00:00.048) 0:00:14.579 ****** 11924 1726884849.24063: entering _queue_task() for managed_node2/package 11924 1726884849.24301: worker is 1 (out of 1 available) 11924 1726884849.24313: exiting _queue_task() for managed_node2/package 11924 1726884849.24330: done queuing things up, now waiting for results queue to drain 11924 1726884849.24332: waiting for pending results... 11924 1726884849.24521: running TaskExecutor() for managed_node2/TASK: Ensure test packages 11924 1726884849.24587: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000001b2 11924 1726884849.24600: variable 'ansible_search_path' from source: unknown 11924 1726884849.24625: calling self._execute() 11924 1726884849.24687: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884849.24691: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884849.24744: variable 'omit' from source: magic vars 11924 1726884849.24775: variable 'omit' from source: magic vars 11924 1726884849.24803: variable 'omit' from source: magic vars 11924 1726884849.24821: variable 'test_packages' from source: task vars 11924 1726884849.24962: variable 'test_packages' from source: task vars 11924 1726884849.25138: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884849.25337: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884849.25370: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884849.25396: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884849.25428: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884849.25563: variable 'ansible_facts' from source: unknown 11924 1726884849.25912: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884849.27517: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884849.27545: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884849.27582: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884849.27622: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884849.27633: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884849.27732: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884849.27860: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884849.27864: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884849.27866: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884849.27869: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884849.27978: variable '__storage_is_ostree' from source: set_fact 11924 1726884849.27992: variable 'omit' from source: magic vars 11924 1726884849.28031: variable 'omit' from source: magic vars 11924 1726884849.28076: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884849.28116: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884849.28144: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884849.28169: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884849.28186: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884849.28213: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884849.28259: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884849.28294: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884849.28302: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884849.28312: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884849.28423: Set connection var ansible_shell_executable to /bin/sh 11924 1726884849.28433: Set connection var ansible_connection to ssh 11924 1726884849.28459: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884849.28462: Set connection var ansible_timeout to 10 11924 1726884849.28471: Set connection var ansible_pipelining to False 11924 1726884849.28526: Set connection var ansible_shell_type to sh 11924 1726884849.28529: variable 'ansible_shell_executable' from source: unknown 11924 1726884849.28531: variable 'ansible_connection' from source: unknown 11924 1726884849.28534: variable 'ansible_module_compression' from source: unknown 11924 1726884849.28537: variable 'ansible_shell_type' from source: unknown 11924 1726884849.28539: variable 'ansible_shell_executable' from source: unknown 11924 1726884849.28541: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884849.28543: variable 'ansible_pipelining' from source: unknown 11924 1726884849.28545: variable 'ansible_timeout' from source: unknown 11924 1726884849.28547: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884849.28642: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884849.28800: variable 'omit' from source: magic vars 11924 1726884849.28827: starting attempt loop 11924 1726884849.28830: running the handler 11924 1726884849.28836: variable 'ansible_facts' from source: unknown 11924 1726884849.28839: variable 'ansible_facts' from source: unknown 11924 1726884849.28841: _low_level_execute_command(): starting 11924 1726884849.28843: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884849.29529: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884849.29536: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884849.29538: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884849.29544: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884849.29607: 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.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884849.29640: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884849.29643: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884849.29690: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884849.29738: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884849.31406: stdout chunk (state=3): >>>/root <<< 11924 1726884849.31557: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884849.31586: stderr chunk (state=3): >>><<< 11924 1726884849.31589: stdout chunk (state=3): >>><<< 11924 1726884849.31615: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884849.31647: _low_level_execute_command(): starting 11924 1726884849.31650: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884849.3163128-12496-51326738583731 `" && echo ansible-tmp-1726884849.3163128-12496-51326738583731="` echo /root/.ansible/tmp/ansible-tmp-1726884849.3163128-12496-51326738583731 `" ) && sleep 0' 11924 1726884849.32678: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884849.32697: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884849.32716: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884849.32737: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884849.32839: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884849.34710: stdout chunk (state=3): >>>ansible-tmp-1726884849.3163128-12496-51326738583731=/root/.ansible/tmp/ansible-tmp-1726884849.3163128-12496-51326738583731 <<< 11924 1726884849.35059: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884849.35063: stdout chunk (state=3): >>><<< 11924 1726884849.35066: stderr chunk (state=3): >>><<< 11924 1726884849.35069: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884849.3163128-12496-51326738583731=/root/.ansible/tmp/ansible-tmp-1726884849.3163128-12496-51326738583731 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884849.35072: variable 'ansible_module_compression' from source: unknown 11924 1726884849.35077: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 11924 1726884849.35135: variable 'ansible_facts' from source: unknown 11924 1726884849.35281: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884849.3163128-12496-51326738583731/AnsiballZ_dnf.py 11924 1726884849.35490: Sending initial data 11924 1726884849.35493: Sent initial data (151 bytes) 11924 1726884849.36081: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884849.36090: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884849.36105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884849.36119: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884849.36141: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884849.36174: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884849.36249: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884849.36257: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884849.36274: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884849.36347: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884849.37892: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884849.37988: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884849.38047: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp14ashluh /root/.ansible/tmp/ansible-tmp-1726884849.3163128-12496-51326738583731/AnsiballZ_dnf.py <<< 11924 1726884849.38050: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884849.3163128-12496-51326738583731/AnsiballZ_dnf.py" <<< 11924 1726884849.38097: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp14ashluh" to remote "/root/.ansible/tmp/ansible-tmp-1726884849.3163128-12496-51326738583731/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884849.3163128-12496-51326738583731/AnsiballZ_dnf.py" <<< 11924 1726884849.39256: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884849.39260: stdout chunk (state=3): >>><<< 11924 1726884849.39262: stderr chunk (state=3): >>><<< 11924 1726884849.39264: done transferring module to remote 11924 1726884849.39266: _low_level_execute_command(): starting 11924 1726884849.39269: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884849.3163128-12496-51326738583731/ /root/.ansible/tmp/ansible-tmp-1726884849.3163128-12496-51326738583731/AnsiballZ_dnf.py && sleep 0' 11924 1726884849.39841: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884849.39866: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884849.39882: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884849.39964: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884849.41720: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884849.41736: stdout chunk (state=3): >>><<< 11924 1726884849.41747: stderr chunk (state=3): >>><<< 11924 1726884849.41769: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884849.41778: _low_level_execute_command(): starting 11924 1726884849.41787: _low_level_execute_command(): using become for this command 11924 1726884849.41805: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-qdackxmgbrlqiggycqnowzjouyymscnl ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884849.3163128-12496-51326738583731/AnsiballZ_dnf.py'"'"' && sleep 0' 11924 1726884849.42081: Initial state: awaiting_escalation: BECOME-SUCCESS-qdackxmgbrlqiggycqnowzjouyymscnl 11924 1726884849.42454: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884849.42526: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884849.42583: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884849.42605: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884849.42635: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884849.42714: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884849.45603: stdout chunk (state=1): >>>BECOME-SUCCESS-qdackxmgbrlqiggycqnowzjouyymscnl <<< 11924 1726884849.45614: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-qdackxmgbrlqiggycqnowzjouyymscnl' 11924 1726884849.45935: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884849.45975: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884849.45999: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884849.46024: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884849.46076: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884849.46099: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884849.46124: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884849.46158: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884849.46185: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884849.46200: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884849.46256: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884849.46268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 11924 1726884849.46299: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884849.46327: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884849.46365: 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 0x7fbd4cd103e0> <<< 11924 1726884849.46413: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4ccdfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884849.46426: 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 0x7fbd4cd12960> <<< 11924 1726884849.46440: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884849.46490: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884849.46494: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884849.46521: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884849.46534: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884849.46634: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884849.46649: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884849.46692: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884849.46733: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884849.46744: 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' <<< 11924 1726884849.46774: 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' <<< 11924 1726884849.46807: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb04fe0> <<< 11924 1726884849.46872: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884849.46886: 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 0x7fbd4cb05fd0> <<< 11924 1726884849.46916: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884849.46942: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884849.47215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884849.47249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884849.47254: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884849.47342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884849.47368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884849.47412: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb4bdd0> <<< 11924 1726884849.47416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884849.47443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884849.47470: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884849.47489: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb4bfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884849.47506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884849.47529: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884849.47584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884849.47601: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884849.47632: 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' <<< 11924 1726884849.47668: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb7b7d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884849.47686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb7be60> import '_collections' # <<< 11924 1726884849.47738: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb5ba70> <<< 11924 1726884849.47748: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884849.47781: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb591c0> <<< 11924 1726884849.47867: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb48f80> <<< 11924 1726884849.47912: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884849.47934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884849.47952: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884849.47986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884849.48026: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884849.48052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884849.48071: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb9f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb9e420> <<< 11924 1726884849.48100: 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' <<< 11924 1726884849.48112: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb5a1b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb9cbc0> <<< 11924 1726884849.48158: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884849.48178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbd0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb48200> <<< 11924 1726884849.48187: 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' <<< 11924 1726884849.48228: 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 0x7fbd4cbd0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbd0bc0> <<< 11924 1726884849.48269: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884849.48280: 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 0x7fbd4cbd0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb3ed20> <<< 11924 1726884849.48317: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884849.48336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884849.48365: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884849.48388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884849.48400: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbd15e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbd12b0> import 'importlib.machinery' # <<< 11924 1726884849.48422: 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' <<< 11924 1726884849.48460: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbd24e0> <<< 11924 1726884849.48477: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884849.48498: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884849.48508: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884849.48536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884849.48565: 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 0x7fbd4cbe86e0> <<< 11924 1726884849.48686: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884849.48690: 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 0x7fbd4cbe9dc0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 11924 1726884849.48737: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbeac30> <<< 11924 1726884849.48741: 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 0x7fbd4cbeb260> <<< 11924 1726884849.48780: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbea180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884849.48829: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884849.48840: 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 0x7fbd4cbebce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbeb410> <<< 11924 1726884849.48892: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbd2450> <<< 11924 1726884849.48919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884849.48931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884849.48960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884849.48971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884849.49015: 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 0x7fbd4c91bb30> <<< 11924 1726884849.49034: 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' <<< 11924 1726884849.49065: 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 0x7fbd4c948560> <<< 11924 1726884849.49077: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c9482f0> <<< 11924 1726884849.49140: 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 0x7fbd4c948590> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884849.49205: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884849.49326: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c948e60> <<< 11924 1726884849.49468: 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 0x7fbd4c949850> <<< 11924 1726884849.49514: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c948770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c919cd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884849.49517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884849.49547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884849.49600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c94abd0> <<< 11924 1726884849.49605: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c9496d0> <<< 11924 1726884849.49616: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbd2c00> <<< 11924 1726884849.49637: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884849.49713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884849.49724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884849.49757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884849.49787: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c96ef00> <<< 11924 1726884849.49841: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884849.49853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884849.49883: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884849.49917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884849.49990: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c99b290> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884849.50046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884849.50119: 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 0x7fbd4c9c3f50> <<< 11924 1726884849.50178: 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' <<< 11924 1726884849.50219: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884849.50290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884849.50351: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c9f67b0> <<< 11924 1726884849.50389: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c9f4170> <<< 11924 1726884849.50461: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c99bf20> <<< 11924 1726884849.50563: 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 0x7fbd4c32d160> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c99a090> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c94bad0> <<< 11924 1726884849.50650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884849.50660: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbd4c32d400> <<< 11924 1726884849.51045: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_5qncsaqe/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 11924 1726884849.51182: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.51281: 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' <<< 11924 1726884849.51362: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884849.51410: 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 0x7fbd4c382ed0> <<< 11924 1726884849.51420: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884849.51627: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c361dc0> <<< 11924 1726884849.51668: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c360f20> # zipimport: zlib available import 'ansible' # <<< 11924 1726884849.51713: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884849.51739: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.53239: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.54264: 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 0x7fbd4c3811c0> <<< 11924 1726884849.54305: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884849.54331: 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' <<< 11924 1726884849.54480: 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' <<< 11924 1726884849.54509: 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 0x7fbd4c3ae6f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c3ae4b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c3addc0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884849.54546: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c3ae7e0> <<< 11924 1726884849.54566: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c948440> import 'atexit' # <<< 11924 1726884849.54595: 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 0x7fbd4c3af470> <<< 11924 1726884849.54622: 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 0x7fbd4c3af6b0> <<< 11924 1726884849.54684: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884849.54896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884849.54899: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884849.54918: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c3afbf0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c215940> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c217560> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884849.54941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884849.54973: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c217ef0> <<< 11924 1726884849.54999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884849.55026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884849.55056: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c21d0d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884849.55111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884849.55160: 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' <<< 11924 1726884849.55177: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c21fb90> <<< 11924 1726884849.55227: 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 0x7fbd4c94ab40> <<< 11924 1726884849.55266: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c21de50> <<< 11924 1726884849.55274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884849.55288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884849.55321: 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' <<< 11924 1726884849.55342: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884849.55369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884849.55407: 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' <<< 11924 1726884849.55430: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c223bf0> import '_tokenize' # <<< 11924 1726884849.55497: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c2226c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c222420> <<< 11924 1726884849.55516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884849.55528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884849.55596: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c222990> <<< 11924 1726884849.55625: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c21e360> <<< 11924 1726884849.55661: 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 0x7fbd4c267ef0> <<< 11924 1726884849.55684: 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 0x7fbd4c267f20> <<< 11924 1726884849.55705: 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 <<< 11924 1726884849.55727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884849.55746: 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' <<< 11924 1726884849.55801: 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 0x7fbd4c269ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c269880> <<< 11924 1726884849.55822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884849.55942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884849.56015: 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 0x7fbd4c26bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c26a1b0> <<< 11924 1726884849.56028: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884849.56076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884849.56105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884849.56123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884849.56159: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c26f770> <<< 11924 1726884849.56282: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c26c140> <<< 11924 1726884849.56352: stdout 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 0x7fbd4c2704a0> <<< 11924 1726884849.56379: stdout 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 0x7fbd4c270740> <<< 11924 1726884849.56428: stdout 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 0x7fbd4c270ad0> <<< 11924 1726884849.56446: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c268230> <<< 11924 1726884849.56486: 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' <<< 11924 1726884849.56489: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884849.56512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884849.56536: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884849.56570: 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 0x7fbd4c2fc1d0> <<< 11924 1726884849.57361: 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 0x7fbd4c2fd2e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c272930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c273cb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c272540> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884849.57368: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884849.57393: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884849.57874: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.58417: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884849.58444: 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' # <<< 11924 1726884849.58466: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884849.58491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884849.58530: 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'<<< 11924 1726884849.58543: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c101340> <<< 11924 1726884849.58612: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884849.58638: 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 0x7fbd4c102150> <<< 11924 1726884849.58662: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c2fd400> <<< 11924 1726884849.58705: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884849.58727: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.58748: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.58771: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884849.58917: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.59084: 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 0x7fbd4c101f10> <<< 11924 1726884849.59104: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.59554: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.60043: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.60081: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.60179: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884849.60182: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.60240: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.60252: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884849.60440: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.60471: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884849.60500: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.60549: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884849.60563: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.60789: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.61013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884849.61076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884849.61101: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884849.61164: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c103380> # zipimport: zlib available <<< 11924 1726884849.61247: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.61335: 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' # <<< 11924 1726884849.61359: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.61454: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # <<< 11924 1726884849.61470: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.61509: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.61552: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.61612: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.61677: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884849.61717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884849.61800: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c10dbb0> <<< 11924 1726884849.61880: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c108d10> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884849.61949: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.62016: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.62093: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.62125: stdout chunk (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' <<< 11924 1726884849.62138: 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' <<< 11924 1726884849.62193: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884849.62235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884849.62305: 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' <<< 11924 1726884849.62326: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c3fa750> <<< 11924 1726884849.62424: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c3de420> <<< 11924 1726884849.62453: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c10dd90> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c270b90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884849.62495: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.62517: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884849.62600: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 11924 1726884849.62637: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884849.62640: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.63242: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.63717: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.64383: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.65047: 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 0x7fbd4c1a01a0> <<< 11924 1726884849.65204: 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 0x7fbd4c1a0410> <<< 11924 1726884849.65208: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 11924 1726884849.65264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c1a0b30> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c1a06b0> # /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' <<< 11924 1726884849.65303: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c1a1430> # /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' <<< 11924 1726884849.65321: 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' <<< 11924 1726884849.65368: 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' <<< 11924 1726884849.65371: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 11924 1726884849.65414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 11924 1726884849.65421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 11924 1726884849.65491: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c189550> <<< 11924 1726884849.65521: 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 0x7fbd4c189310> <<< 11924 1726884849.65524: 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 0x7fbd4bd3e3c0> <<< 11924 1726884849.65570: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c1a2c30> <<< 11924 1726884849.65584: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 11924 1726884849.65615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 11924 1726884849.65642: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 11924 1726884849.65690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 11924 1726884849.65694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 11924 1726884849.65714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 11924 1726884849.65790: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bd40f20> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bd3faa0> <<< 11924 1726884849.65827: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bd3ee10> <<< 11924 1726884849.65870: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c1a20c0> <<< 11924 1726884849.65873: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 11924 1726884849.65917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 11924 1726884849.65920: 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 <<< 11924 1726884849.65985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 11924 1726884849.66016: 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' <<< 11924 1726884849.66033: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bdad070> <<< 11924 1726884849.66149: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bd65190> <<< 11924 1726884849.66291: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bd3f8f0> <<< 11924 1726884849.66324: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 11924 1726884849.66329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 11924 1726884849.66360: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 11924 1726884849.66374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 11924 1726884849.66414: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 11924 1726884849.66425: 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 0x7fbd4bdb4a10> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bdaee10> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bd64ce0> <<< 11924 1726884849.66469: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c1a1790> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c1a14c0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c1a11f0> <<< 11924 1726884849.66511: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c1a0440> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 11924 1726884849.66546: 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 0x7fbd4c1a13a0> <<< 11924 1726884849.66568: 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 <<< 11924 1726884849.66593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 11924 1726884849.66643: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bdb4fe0> <<< 11924 1726884849.66646: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bdb4c50> <<< 11924 1726884849.66678: 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' <<< 11924 1726884849.66738: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bdb5700> <<< 11924 1726884849.66763: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 11924 1726884849.66801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 11924 1726884849.66854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884849.66894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884849.66966: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884849.67049: 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 0x7fbd4bd30380> <<< 11924 1726884849.67408: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bd99520> <<< 11924 1726884849.67416: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bdb6690> # /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 0x7fbd4bd98fe0> # /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 0x7fbd4bdd2150> # /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' <<< 11924 1726884849.67458: 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 0x7fbd4bdd2de0> <<< 11924 1726884849.67463: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bdd28a0> <<< 11924 1726884849.67488: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 11924 1726884849.67548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 11924 1726884849.67628: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bdd3110> <<< 11924 1726884849.67645: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 11924 1726884849.67685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 11924 1726884849.67908: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bda7950> <<< 11924 1726884849.67936: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 11924 1726884849.67967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 11924 1726884849.68037: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bcc7fe0> <<< 11924 1726884849.68040: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.68128: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 11924 1726884849.68149: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.68270: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.68413: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 11924 1726884849.68425: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.68474: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.68529: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 11924 1726884849.68532: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.68665: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.68775: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 11924 1726884849.68871: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884849.69365: 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 <<< 11924 1726884849.69392: 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 <<< 11924 1726884849.69424: 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 <<< 11924 1726884849.69448: 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 0x7fbd4ba06e10> <<< 11924 1726884849.69464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884849.69493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884849.69629: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4ba06f00> <<< 11924 1726884849.69653: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 11924 1726884849.69683: 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' <<< 11924 1726884849.69723: 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 0x7fbd4ba570e0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4ba56930> <<< 11924 1726884849.69761: 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 0x7fbd4ba56b10> <<< 11924 1726884849.69805: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4ba07440> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4ba06390> <<< 11924 1726884849.69842: 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 0x7fbd4ba06ab0> <<< 11924 1726884849.69878: 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 <<< 11924 1726884849.69951: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 11924 1726884849.69978: 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' <<< 11924 1726884849.70021: 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 <<< 11924 1726884849.70024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 11924 1726884849.70168: 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 0x7fbd4bad0770> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bad0350> <<< 11924 1726884849.70172: 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 <<< 11924 1726884849.70268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 11924 1726884849.70286: 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 0x7fbd4bad3f80> <<< 11924 1726884849.70362: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bad08c0> <<< 11924 1726884849.70375: 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 <<< 11924 1726884849.70602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 11924 1726884849.71375: 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 0x7fbd4b532fc0> <<< 11924 1726884849.71440: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bdd2120> <<< 11924 1726884849.71474: 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 <<< 11924 1726884849.71536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 11924 1726884849.71622: 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 0x7fbd4b5b0c20> <<< 11924 1726884849.71811: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4b5334a0> <<< 11924 1726884849.71823: 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 <<< 11924 1726884849.71868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 11924 1726884849.71951: 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 0x7fbd4b5b3c50> <<< 11924 1726884849.71983: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4b5b0e30> <<< 11924 1726884849.72143: 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 <<< 11924 1726884849.72146: 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 0x7fbd4b5efdd0> <<< 11924 1726884849.72177: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4b5b3fe0> <<< 11924 1726884849.72200: 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 <<< 11924 1726884849.72218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 11924 1726884849.72272: 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 0x7fbd49c25130> <<< 11924 1726884849.72354: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c24530> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4ba73e90> <<< 11924 1726884849.72372: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 11924 1726884849.72397: 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' <<< 11924 1726884849.72475: 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 <<< 11924 1726884849.72478: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd49c40620> <<< 11924 1726884849.72512: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c27a70> <<< 11924 1726884849.72590: 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 <<< 11924 1726884849.72673: 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' <<< 11924 1726884849.72722: 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 0x7fbd49c42cc0> <<< 11924 1726884849.72726: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c43b90> <<< 11924 1726884849.72739: 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' <<< 11924 1726884849.73174: 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 0x7fbd49c70470> <<< 11924 1726884849.73241: 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' <<< 11924 1726884849.73314: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c71970> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c43da0> <<< 11924 1726884849.73340: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c42b70> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c42510> # /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' <<< 11924 1726884849.73419: 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 0x7fbd49c73590> <<< 11924 1726884849.73518: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c430b0> <<< 11924 1726884849.73521: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c409b0> <<< 11924 1726884849.73557: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c27080> <<< 11924 1726884849.73581: 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' <<< 11924 1726884849.73710: 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 0x7fbd49c277a0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c27500> <<< 11924 1726884849.73787: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c252b0> # /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 0x7fbd49cacbf0> <<< 11924 1726884849.73802: 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 <<< 11924 1726884849.73841: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 11924 1726884849.74086: 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' <<< 11924 1726884849.74089: 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 <<< 11924 1726884849.74106: 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 0x7fbd49caf110> # /usr/lib64/python3.12/__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 0x7fbd49caf8f0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49cae420> # /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 0x7fbd49cd4140> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49cacbc0> # /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' <<< 11924 1726884849.74125: 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 <<< 11924 1726884849.74160: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 11924 1726884849.74180: 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' <<< 11924 1726884849.74253: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49cd5b80> <<< 11924 1726884849.74258: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49cd5100> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49cd4f50> <<< 11924 1726884849.74264: 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 <<< 11924 1726884849.74326: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 11924 1726884849.74330: 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 <<< 11924 1726884849.74332: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 11924 1726884849.74334: 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 <<< 11924 1726884849.74379: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 11924 1726884849.74382: 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' <<< 11924 1726884849.74425: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49d00c20> <<< 11924 1726884849.74428: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 11924 1726884849.74468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 11924 1726884849.74539: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884849.74542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884849.74593: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 11924 1726884849.74597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 11924 1726884849.74599: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd495d2c90> <<< 11924 1726884849.74682: 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 0x7fbd495d2fc0> <<< 11924 1726884849.74695: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49d02f30> <<< 11924 1726884849.74741: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49d010d0> <<< 11924 1726884849.74744: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49d00110> <<< 11924 1726884849.74778: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49cd6360> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49cd6090> <<< 11924 1726884849.74806: 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 <<< 11924 1726884849.74882: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 11924 1726884849.74908: 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' <<< 11924 1726884849.74921: 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'<<< 11924 1726884849.74995: stdout chunk (state=3): >>> import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4960cb00> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd495d3c20> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49cd68a0> <<< 11924 1726884849.75003: 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 <<< 11924 1726884849.75092: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 11924 1726884849.75096: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4960d1f0> <<< 11924 1726884849.75128: 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 0x7fbd4960d580> # /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 0x7fbd4960d610> # /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 0x7fbd4960d730> <<< 11924 1726884849.75138: 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 <<< 11924 1726884849.75242: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 11924 1726884849.75245: 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 <<< 11924 1726884849.75259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 11924 1726884849.75299: 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 0x7fbd4962c2c0> <<< 11924 1726884849.75318: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4960e420> <<< 11924 1726884849.75414: 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 0x7fbd4962c470> <<< 11924 1726884849.75418: 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' <<< 11924 1726884849.75500: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4962c530> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4960d670> # /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 0x7fbd4962c620> <<< 11924 1726884849.75504: 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 <<< 11924 1726884849.75522: 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 <<< 11924 1726884849.75601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884849.75619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884849.75777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884849.75780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884849.75839: 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 0x7fbd4967c0e0> <<< 11924 1726884849.75842: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49657500> <<< 11924 1726884849.75946: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49655f70> <<< 11924 1726884849.76026: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4962deb0> <<< 11924 1726884849.76059: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4962d310> <<< 11924 1726884849.76186: 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 0x7fbd4962f290> # /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' <<< 11924 1726884849.76192: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49654200> <<< 11924 1726884849.76222: 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 0x7fbd49694950> # /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 0x7fbd49694bc0> # /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' <<< 11924 1726884849.76243: 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 <<< 11924 1726884849.76319: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 11924 1726884849.76337: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49695520> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49694fb0> # /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 0x7fbd49696420> import 'gc' # <<< 11924 1726884849.76357: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4ba57290> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4ba05c70> <<< 11924 1726884849.76912: 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 <<< 11924 1726884849.76981: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 11924 1726884849.76993: 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 0x7fbd49696f90> # /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' <<< 11924 1726884849.77074: 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 <<< 11924 1726884849.77093: 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 <<< 11924 1726884849.77146: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 11924 1726884849.77371: 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 0x7fbd4946fa40> <<< 11924 1726884849.77413: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' # extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd49491a90> <<< 11924 1726884849.77423: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49491670> <<< 11924 1726884849.77439: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884849.77466: 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 0x7fbd4c102db0> <<< 11924 1726884849.77487: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49490530> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4946fd70> <<< 11924 1726884849.77512: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4946caa0> <<< 11924 1726884849.77552: 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' <<< 11924 1726884849.77572: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49490320> <<< 11924 1726884849.77575: 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 <<< 11924 1726884849.77617: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884849.77635: 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 <<< 11924 1726884849.77654: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 11924 1726884849.77680: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494a6fc0> <<< 11924 1726884849.77723: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494a5af0> <<< 11924 1726884849.77871: 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 <<< 11924 1726884849.77880: 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 0x7fbd494cc7d0> # /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 0x7fbd494ccaa0> # /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 0x7fbd494ccd10> <<< 11924 1726884849.77900: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494ccfb0> <<< 11924 1726884849.77943: 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' <<< 11924 1726884849.77946: 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 <<< 11924 1726884849.77976: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 11924 1726884849.78040: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494cd6a0> <<< 11924 1726884849.78084: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494cd4f0> # /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 0x7fbd494cef00> # /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 0x7fbd494cf0b0> <<< 11924 1726884849.78259: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 11924 1726884849.78287: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494cf2c0> <<< 11924 1726884849.78304: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494e4260> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494cfaa0> # /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' <<< 11924 1726884849.78332: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494e4e00> # /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 <<< 11924 1726884849.78350: 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 0x7fbd494e5250> <<< 11924 1726884849.78387: 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 0x7fbd494e5430> <<< 11924 1726884849.78424: 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 <<< 11924 1726884849.78434: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 11924 1726884849.78534: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494e56d0> <<< 11924 1726884849.78541: 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 0x7fbd494e65a0> # /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' <<< 11924 1726884849.78592: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494e6810> # /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 <<< 11924 1726884849.78709: 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 0x7fbd494e6a20> <<< 11924 1726884849.78717: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494e75c0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494e7140> <<< 11924 1726884849.78819: 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' <<< 11924 1726884849.78823: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 11924 1726884849.78847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4950c440> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494e7d70> # /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 0x7fbd4950d0a0> # /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 <<< 11924 1726884849.78886: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 11924 1726884849.78916: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4950d370> <<< 11924 1726884849.78957: 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 0x7fbd4950e2d0> <<< 11924 1726884849.79008: 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 0x7fbd4950e570> <<< 11924 1726884849.79060: 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 0x7fbd4950e720> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd496973e0> <<< 11924 1726884849.79081: stdout chunk (state=3): >>>import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49697170> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd496968a0> # /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' <<< 11924 1726884849.79295: 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' <<< 11924 1726884849.79299: 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 0x7fbd4950f0e0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4950ee10> # /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' <<< 11924 1726884849.79350: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49531580> <<< 11924 1726884849.79373: 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' <<< 11924 1726884849.79469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 11924 1726884849.79484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 11924 1726884849.79515: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49532cc0> <<< 11924 1726884849.79561: 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 0x7fbd49531ee0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49531a90> <<< 11924 1726884849.79585: 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 <<< 11924 1726884849.79735: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 11924 1726884849.79739: 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 0x7fbd492845f0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4926f9e0> <<< 11924 1726884849.79762: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # <<< 11924 1726884849.79790: 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 <<< 11924 1726884849.79828: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 11924 1726884849.79835: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd492874a0> <<< 11924 1726884849.79978: 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 0x7fbd49287e00> <<< 11924 1726884849.79981: 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 0x7fbd49284c80> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49284950> <<< 11924 1726884849.80007: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4950f3b0> <<< 11924 1726884849.80026: 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 <<< 11924 1726884849.80041: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 11924 1726884849.80195: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd495307d0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4950f110> <<< 11924 1726884849.80201: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4946c170> <<< 11924 1726884849.80222: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd492b1f70> # /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' <<< 11924 1726884849.80253: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd492b2840> <<< 11924 1726884849.80299: 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 <<< 11924 1726884849.80302: 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 0x7fbd492b3860> <<< 11924 1726884849.80334: 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' <<< 11924 1726884849.80426: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd492b3ec0> <<< 11924 1726884849.80429: 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 <<< 11924 1726884849.80447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 11924 1726884849.80503: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884849.80673: 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 0x7fbd492d95b0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd492d8f80> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd492d8c20> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd492d88c0> <<< 11924 1726884849.80677: 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 <<< 11924 1726884849.80758: 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 0x7fbd492d9220> <<< 11924 1726884849.80762: 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 <<< 11924 1726884849.80833: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 11924 1726884849.80862: 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 0x7fbd492db350> # /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' <<< 11924 1726884849.80874: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd492db410> <<< 11924 1726884849.80969: 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' <<< 11924 1726884849.81003: 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 0x7fbd492dbb00> <<< 11924 1726884849.81077: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd492db980> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py <<< 11924 1726884849.81100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 11924 1726884849.81213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884849.81310: 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 0x7fbd4930a060> <<< 11924 1726884849.81324: 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' <<< 11924 1726884849.81340: 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 0x7fbd4930b290> <<< 11924 1726884849.81370: 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 0x7fbd4930b500> <<< 11924 1726884849.81501: 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' <<< 11924 1726884849.81506: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884849.81540: 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 0x7fbd4930b680> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4930b4a0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4930ad50> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4930a1e0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd493094c0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49308a70> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49308320> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd492dae40> <<< 11924 1726884849.81544: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd492da330> <<< 11924 1726884849.81584: 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' <<< 11924 1726884849.81587: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4930b3b0> <<< 11924 1726884849.81664: 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 0x7fbd4930bbc0> <<< 11924 1726884849.81738: 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 0x7fbd493344d0> <<< 11924 1726884849.81741: 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 <<< 11924 1726884849.81744: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 11924 1726884849.81838: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49334890> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py <<< 11924 1726884849.81841: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 11924 1726884849.81857: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd493351c0> # /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' <<< 11924 1726884849.81879: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49335d30> <<< 11924 1726884849.95039: 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}}} <<< 11924 1726884850.02691: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic # destroy __main__ <<< 11924 1726884850.03200: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 11924 1726884850.03235: stdout chunk (state=3): >>># 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 <<< 11924 1726884850.03273: stdout chunk (state=3): >>># 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 <<< 11924 1726884850.03300: stdout chunk (state=3): >>># 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 <<< 11924 1726884850.03936: 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 <<< 11924 1726884850.03989: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy distro.distro <<< 11924 1726884850.04042: 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 <<< 11924 1726884850.04511: stdout chunk (state=3): >>># destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # 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 <<< 11924 1726884850.04515: 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 <<< 11924 1726884850.04518: stdout chunk (state=3): >>># cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 11924 1726884850.04522: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket <<< 11924 1726884850.04588: 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 <<< 11924 1726884850.04594: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings <<< 11924 1726884850.04622: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 11924 1726884850.04660: 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 <<< 11924 1726884850.04691: 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 <<< 11924 1726884850.04741: 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 _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 <<< 11924 1726884850.04795: 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 <<< 11924 1726884850.05265: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884850.05342: stdout chunk (state=3): >>># destroy _socket # destroy _weakref # destroy _thread # destroy _hashlib # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884850.05622: 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 # 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 <<< 11924 1726884850.05625: stdout chunk (state=3): >>># destroy rpm <<< 11924 1726884850.05669: 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 <<< 11924 1726884850.05693: stdout chunk (state=3): >>># destroy collections # destroy io # destroy _opcode <<< 11924 1726884850.05748: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 11924 1726884850.05793: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 11924 1726884850.05834: stdout chunk (state=3): >>># destroy _ssl <<< 11924 1726884850.05920: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884850.06071: 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 <<< 11924 1726884850.06118: stdout chunk (state=3): >>># destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 11924 1726884850.06924: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884850.06937: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884850.07003: stderr chunk (state=3): >>><<< 11924 1726884850.07016: stdout chunk (state=3): >>><<< 11924 1726884850.07248: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cd103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4ccdfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cd12960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb04fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb05fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb4bdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb4bfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb7b7d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb7be60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb5ba70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb591c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb48f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb9f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb9e420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb5a1b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb9cbc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbd0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb48200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4cbd0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbd0bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4cbd0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cb3ed20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbd15e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbd12b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbd24e0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbe86e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4cbe9dc0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbeac30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4cbeb260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbea180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4cbebce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbeb410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbd2450> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c91bb30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c948560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c9482f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c948590> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c948e60> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c949850> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c948770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c919cd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c94abd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c9496d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4cbd2c00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c96ef00> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c99b290> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c9c3f50> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c9f67b0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c9f4170> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c99bf20> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c32d160> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c99a090> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c94bad0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbd4c32d400> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_5qncsaqe/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 0x7fbd4c382ed0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c361dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c360f20> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c3811c0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c3ae6f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c3ae4b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c3addc0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c3ae7e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c948440> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c3af470> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c3af6b0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c3afbf0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c215940> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c217560> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c217ef0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c21d0d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c21fb90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c94ab40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c21de50> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c223bf0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c2226c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c222420> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c222990> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c21e360> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c267ef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c267f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c269ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c269880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c26bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c26a1b0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c26f770> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c26c140> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c2704a0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c270740> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c270ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c268230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c2fc1d0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c2fd2e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c272930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c273cb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c272540> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c101340> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c102150> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c2fd400> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c101f10> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c103380> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbd4c10dbb0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c108d10> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c3fa750> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c3de420> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c10dd90> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c270b90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7fbd4c1a01a0> # /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 0x7fbd4c1a0410> # /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 0x7fbd4c1a0b30> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c1a06b0> # /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 0x7fbd4c1a1430> # /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 0x7fbd4c189550> # /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 0x7fbd4c189310> # /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 0x7fbd4bd3e3c0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c1a2c30> # /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 0x7fbd4bd40f20> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bd3faa0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bd3ee10> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c1a20c0> # /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 0x7fbd4bdad070> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bd65190> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bd3f8f0> # /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 0x7fbd4bdb4a10> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bdaee10> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bd64ce0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c1a1790> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c1a14c0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c1a11f0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4c1a0440> # /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 0x7fbd4c1a13a0> # /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 0x7fbd4bdb4fe0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bdb4c50> # /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 0x7fbd4bdb5700> # /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 0x7fbd4bd30380> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bd99520> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bdb6690> # /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 0x7fbd4bd98fe0> # /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 0x7fbd4bdd2150> # /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 0x7fbd4bdd2de0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bdd28a0> # /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 0x7fbd4bdd3110> # /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 0x7fbd4bda7950> # /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 0x7fbd4bcc7fe0> # 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 0x7fbd4ba06e10> # /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 0x7fbd4ba06f00> # /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 0x7fbd4ba570e0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4ba56930> # 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 0x7fbd4ba56b10> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4ba07440> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4ba06390> # /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 0x7fbd4ba06ab0> # /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 0x7fbd4bad0770> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bad0350> # /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 0x7fbd4bad3f80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bad08c0> # /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 0x7fbd4b532fc0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4bdd2120> # /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 0x7fbd4b5b0c20> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4b5334a0> # /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 0x7fbd4b5b3c50> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4b5b0e30> # /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 0x7fbd4b5efdd0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4b5b3fe0> # /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 0x7fbd49c25130> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c24530> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4ba73e90> # /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 0x7fbd49c40620> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c27a70> # /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 0x7fbd49c42cc0> # /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 0x7fbd49c43b90> # /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 0x7fbd49c70470> # /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 0x7fbd49c71970> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c43da0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c42b70> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c42510> # /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 0x7fbd49c73590> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c430b0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c409b0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c27080> # /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 0x7fbd49c277a0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c27500> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49c252b0> # /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 0x7fbd49cacbf0> # /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 0x7fbd49caf110> # /usr/lib64/python3.12/__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 0x7fbd49caf8f0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49cae420> # /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 0x7fbd49cd4140> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49cacbc0> # /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 0x7fbd49cd5b80> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49cd5100> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49cd4f50> # /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 0x7fbd49d00c20> # /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 0x7fbd495d2c90> # 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 0x7fbd495d2fc0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49d02f30> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49d010d0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49d00110> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49cd6360> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49cd6090> # /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 0x7fbd4960cb00> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd495d3c20> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49cd68a0> # /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 0x7fbd4960d1f0> # /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 0x7fbd4960d580> # /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 0x7fbd4960d610> # /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 0x7fbd4960d730> # /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 0x7fbd4962c2c0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4960e420> # /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 0x7fbd4962c470> # /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 0x7fbd4962c530> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4960d670> # /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 0x7fbd4962c620> # /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 0x7fbd4967c0e0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49657500> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49655f70> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4962deb0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4962d310> # /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 0x7fbd4962f290> # /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 0x7fbd49654200> # /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 0x7fbd49694950> # /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 0x7fbd49694bc0> # /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 0x7fbd49695520> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49694fb0> # /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 0x7fbd49696420> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4ba57290> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4ba05c70> # /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 0x7fbd49696f90> # /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 0x7fbd4946fa40> # /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 0x7fbd49491a90> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49491670> # 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 0x7fbd4c102db0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49490530> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4946fd70> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4946caa0> # /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 0x7fbd49490320> # /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 0x7fbd494a6fc0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494a5af0> # /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 0x7fbd494cc7d0> # /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 0x7fbd494ccaa0> # /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 0x7fbd494ccd10> # /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 0x7fbd494ccfb0> # /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 0x7fbd494cd6a0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494cd4f0> # /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 0x7fbd494cef00> # /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 0x7fbd494cf0b0> # /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 0x7fbd494cf2c0> # /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 0x7fbd494e4260> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494cfaa0> # /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 0x7fbd494e4e00> # /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 0x7fbd494e5250> # /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 0x7fbd494e5430> # /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 0x7fbd494e56d0> # /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 0x7fbd494e65a0> # /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 0x7fbd494e6810> # /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 0x7fbd494e6a20> # /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 0x7fbd494e75c0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494e7140> # /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 0x7fbd4950c440> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd494e7d70> # /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 0x7fbd4950d0a0> # /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 0x7fbd4950d370> # /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 0x7fbd4950e2d0> # /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 0x7fbd4950e570> # /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 0x7fbd4950e720> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd496973e0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49697170> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd496968a0> # /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 0x7fbd4950f0e0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4950ee10> # /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 0x7fbd49531580> # /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 0x7fbd49532cc0> # 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 0x7fbd49531ee0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49531a90> # /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 0x7fbd492845f0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4926f9e0> # /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 0x7fbd492874a0> # /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 0x7fbd49287e00> # /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 0x7fbd49284c80> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49284950> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4950f3b0> # /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 0x7fbd495307d0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4950f110> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4946c170> # /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 0x7fbd492b1f70> # /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 0x7fbd492b2840> # /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 0x7fbd492b3860> # /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 0x7fbd492b3ec0> # /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 0x7fbd492d95b0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd492d8f80> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd492d8c20> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd492d88c0> # /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 0x7fbd492d9220> # /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 0x7fbd492db350> # /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 0x7fbd492db410> # /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 0x7fbd492dbb00> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd492db980> # /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 0x7fbd4930a060> # /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 0x7fbd4930b290> # /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 0x7fbd4930b500> # /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 0x7fbd4930b680> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4930b4a0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4930ad50> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd4930a1e0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd493094c0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49308a70> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd49308320> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd492dae40> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbd492da330> # /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 0x7fbd4930b3b0> # /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 0x7fbd4930bbc0> # /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 0x7fbd493344d0> # /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 0x7fbd49334890> # /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 0x7fbd493351c0> # /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 0x7fbd49335d30> {"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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884850.10358: 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-1726884849.3163128-12496-51326738583731/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884850.10362: _low_level_execute_command(): starting 11924 1726884850.10365: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884849.3163128-12496-51326738583731/ > /dev/null 2>&1 && sleep 0' 11924 1726884850.10367: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884850.10370: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884850.10372: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884850.10374: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884850.10377: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884850.10379: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884850.10381: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884850.12035: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884850.12040: stderr chunk (state=3): >>><<< 11924 1726884850.12043: stdout chunk (state=3): >>><<< 11924 1726884850.12064: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884850.12067: handler run complete 11924 1726884850.12262: attempt loop complete, returning result 11924 1726884850.12266: _execute() done 11924 1726884850.12268: dumping result to json 11924 1726884850.12269: done dumping result, returning 11924 1726884850.12271: done running TaskExecutor() for managed_node2/TASK: Ensure test packages [0affc8a3-6f6f-f4c0-2290-0000000001b2] 11924 1726884850.12273: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000001b2 11924 1726884850.12333: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000001b2 11924 1726884850.12336: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 11924 1726884850.12410: no more pending results, returning what we have 11924 1726884850.12415: results queue empty 11924 1726884850.12416: checking for any_errors_fatal 11924 1726884850.12418: done checking for any_errors_fatal 11924 1726884850.12419: checking for max_fail_percentage 11924 1726884850.12420: done checking for max_fail_percentage 11924 1726884850.12421: checking to see if all hosts have failed and the running result is not ok 11924 1726884850.12422: done checking to see if all hosts have failed 11924 1726884850.12422: getting the remaining hosts for this loop 11924 1726884850.12424: done getting the remaining hosts for this loop 11924 1726884850.12427: getting the next task for host managed_node2 11924 1726884850.12434: done getting next task for host managed_node2 11924 1726884850.12436: ^ task is: TASK: Find unused disks in the system 11924 1726884850.12441: ^ 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 11924 1726884850.12445: getting variables 11924 1726884850.12446: in VariableManager get_vars() 11924 1726884850.12474: Calling all_inventory to load vars for managed_node2 11924 1726884850.12476: Calling groups_inventory to load vars for managed_node2 11924 1726884850.12479: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884850.12489: Calling all_plugins_play to load vars for managed_node2 11924 1726884850.12492: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884850.12494: Calling groups_plugins_play to load vars for managed_node2 11924 1726884850.13037: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884850.13784: done with get_vars() 11924 1726884850.13798: done getting variables TASK [Find unused disks in the system] ***************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:11 Friday 20 September 2024 22:14:10 -0400 (0:00:00.898) 0:00:15.478 ****** 11924 1726884850.13931: entering _queue_task() for managed_node2/fedora.linux_system_roles.find_unused_disk 11924 1726884850.13933: Creating lock for fedora.linux_system_roles.find_unused_disk 11924 1726884850.14240: worker is 1 (out of 1 available) 11924 1726884850.14252: exiting _queue_task() for managed_node2/fedora.linux_system_roles.find_unused_disk 11924 1726884850.14265: done queuing things up, now waiting for results queue to drain 11924 1726884850.14267: waiting for pending results... 11924 1726884850.14876: running TaskExecutor() for managed_node2/TASK: Find unused disks in the system 11924 1726884850.14943: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000001b3 11924 1726884850.14990: variable 'ansible_search_path' from source: unknown 11924 1726884850.15049: calling self._execute() 11924 1726884850.15168: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884850.15188: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884850.15202: variable 'omit' from source: magic vars 11924 1726884850.15405: variable 'omit' from source: magic vars 11924 1726884850.15433: variable 'omit' from source: magic vars 11924 1726884850.15692: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884850.17461: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884850.17780: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884850.17823: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884850.17864: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884850.17896: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884850.17977: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884850.18057: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884850.18061: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884850.18078: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884850.18089: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884850.18173: variable 'min_size' from source: include params 11924 1726884850.18177: variable 'volume_size' from source: play vars 11924 1726884850.18228: variable 'volume_size' from source: play vars 11924 1726884850.18239: variable 'omit' from source: magic vars 11924 1726884850.18315: variable 'omit' from source: magic vars 11924 1726884850.18392: variable 'max_return' from source: include params 11924 1726884850.18396: variable 'omit' from source: magic vars 11924 1726884850.18469: variable 'omit' from source: magic vars 11924 1726884850.18538: variable 'omit' from source: magic vars 11924 1726884850.18550: variable 'omit' from source: magic vars 11924 1726884850.18572: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884850.18594: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884850.18609: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884850.18621: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884850.18629: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884850.18642: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884850.18654: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884850.18681: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884850.18684: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884850.18686: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884850.18762: Set connection var ansible_shell_executable to /bin/sh 11924 1726884850.18766: Set connection var ansible_connection to ssh 11924 1726884850.18770: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884850.18778: Set connection var ansible_timeout to 10 11924 1726884850.18782: Set connection var ansible_pipelining to False 11924 1726884850.18784: Set connection var ansible_shell_type to sh 11924 1726884850.18811: variable 'ansible_shell_executable' from source: unknown 11924 1726884850.18814: variable 'ansible_connection' from source: unknown 11924 1726884850.18816: variable 'ansible_module_compression' from source: unknown 11924 1726884850.18819: variable 'ansible_shell_type' from source: unknown 11924 1726884850.18822: variable 'ansible_shell_executable' from source: unknown 11924 1726884850.18824: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884850.18826: variable 'ansible_pipelining' from source: unknown 11924 1726884850.18828: variable 'ansible_timeout' from source: unknown 11924 1726884850.18830: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884850.18920: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884850.18927: variable 'omit' from source: magic vars 11924 1726884850.18932: starting attempt loop 11924 1726884850.18935: running the handler 11924 1726884850.18945: _low_level_execute_command(): starting 11924 1726884850.18951: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884850.19419: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884850.19423: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884850.19429: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884850.19482: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884850.19485: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884850.19490: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884850.19546: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884850.21426: stdout chunk (state=3): >>>/root <<< 11924 1726884850.21451: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884850.21457: stdout chunk (state=3): >>><<< 11924 1726884850.21461: stderr chunk (state=3): >>><<< 11924 1726884850.21482: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884850.21573: _low_level_execute_command(): starting 11924 1726884850.21577: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884850.2148976-12532-72694288181866 `" && echo ansible-tmp-1726884850.2148976-12532-72694288181866="` echo /root/.ansible/tmp/ansible-tmp-1726884850.2148976-12532-72694288181866 `" ) && sleep 0' 11924 1726884850.22092: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884850.22107: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884850.22120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884850.22137: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884850.22153: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884850.22168: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884850.22258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884850.22477: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884850.22539: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884850.24502: stdout chunk (state=3): >>>ansible-tmp-1726884850.2148976-12532-72694288181866=/root/.ansible/tmp/ansible-tmp-1726884850.2148976-12532-72694288181866 <<< 11924 1726884850.24736: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884850.24746: stdout chunk (state=3): >>><<< 11924 1726884850.24763: stderr chunk (state=3): >>><<< 11924 1726884850.24784: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884850.2148976-12532-72694288181866=/root/.ansible/tmp/ansible-tmp-1726884850.2148976-12532-72694288181866 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884850.24854: variable 'ansible_module_compression' from source: unknown 11924 1726884850.24912: ANSIBALLZ: Using lock for fedora.linux_system_roles.find_unused_disk 11924 1726884850.24920: ANSIBALLZ: Acquiring lock 11924 1726884850.24928: ANSIBALLZ: Lock acquired: 140694835988288 11924 1726884850.24936: ANSIBALLZ: Creating module 11924 1726884850.43879: ANSIBALLZ: Writing module into payload 11924 1726884850.44027: ANSIBALLZ: Writing module 11924 1726884850.44030: ANSIBALLZ: Renaming module 11924 1726884850.44033: ANSIBALLZ: Done creating module 11924 1726884850.44039: variable 'ansible_facts' from source: unknown 11924 1726884850.44137: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884850.2148976-12532-72694288181866/AnsiballZ_find_unused_disk.py 11924 1726884850.44357: Sending initial data 11924 1726884850.44366: Sent initial data (164 bytes) 11924 1726884850.44971: 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 <<< 11924 1726884850.45061: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884850.45112: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884850.45115: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884850.45173: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884850.46887: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884850.46966: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884850.46969: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpztu3mrfo /root/.ansible/tmp/ansible-tmp-1726884850.2148976-12532-72694288181866/AnsiballZ_find_unused_disk.py <<< 11924 1726884850.46972: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884850.2148976-12532-72694288181866/AnsiballZ_find_unused_disk.py" <<< 11924 1726884850.47013: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpztu3mrfo" to remote "/root/.ansible/tmp/ansible-tmp-1726884850.2148976-12532-72694288181866/AnsiballZ_find_unused_disk.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884850.2148976-12532-72694288181866/AnsiballZ_find_unused_disk.py" <<< 11924 1726884850.47870: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884850.47934: stderr chunk (state=3): >>><<< 11924 1726884850.47937: stdout chunk (state=3): >>><<< 11924 1726884850.48005: done transferring module to remote 11924 1726884850.48021: _low_level_execute_command(): starting 11924 1726884850.48024: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884850.2148976-12532-72694288181866/ /root/.ansible/tmp/ansible-tmp-1726884850.2148976-12532-72694288181866/AnsiballZ_find_unused_disk.py && sleep 0' 11924 1726884850.48765: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884850.48790: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884850.48860: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884850.50786: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884850.50790: stderr chunk (state=3): >>><<< 11924 1726884850.50792: stdout chunk (state=3): >>><<< 11924 1726884850.50807: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884850.50894: _low_level_execute_command(): starting 11924 1726884850.50897: _low_level_execute_command(): using become for this command 11924 1726884850.50899: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-eiyingoycdmliavijpjahoukwpibcnlr ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884850.2148976-12532-72694288181866/AnsiballZ_find_unused_disk.py'"'"' && sleep 0' 11924 1726884850.51078: Initial state: awaiting_escalation: BECOME-SUCCESS-eiyingoycdmliavijpjahoukwpibcnlr 11924 1726884850.51442: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884850.51547: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884850.51566: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884850.51582: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884850.51670: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884850.54740: stdout chunk (state=1): >>>BECOME-SUCCESS-eiyingoycdmliavijpjahoukwpibcnlr <<< 11924 1726884850.54751: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-eiyingoycdmliavijpjahoukwpibcnlr' 11924 1726884850.54981: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884850.55025: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884850.55060: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884850.55063: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884850.55127: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884850.55140: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884850.55169: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884850.55210: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884850.55234: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884850.55296: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884850.55299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884850.55315: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884850.55346: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884850.55371: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884850.55401: 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 0x7f990c3bc3e0> <<< 11924 1726884850.55428: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c38ba10> <<< 11924 1726884850.55452: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884850.55476: 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 0x7f990c3be930> import '_signal' # <<< 11924 1726884850.55511: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884850.55538: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884850.55540: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884850.55578: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884850.55659: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884850.55693: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884850.55733: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884850.55736: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884850.55780: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884850.55784: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884850.55828: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884850.55832: 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' <<< 11924 1726884850.55846: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c3ccfe0> <<< 11924 1726884850.55917: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884850.55934: 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 0x7f990c3cdfd0> <<< 11924 1726884850.55958: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884850.55987: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884850.56228: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884850.56250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884850.56280: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884850.56291: 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 <<< 11924 1726884850.56341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884850.56359: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884850.56395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884850.56415: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1abdd0> <<< 11924 1726884850.56436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884850.56469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884850.56475: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1abfe0> <<< 11924 1726884850.56505: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884850.56517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884850.56544: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884850.56604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884850.56622: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884850.56652: 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 0x7f990c1e37a0> <<< 11924 1726884850.56700: 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 0x7f990c1e3e30> <<< 11924 1726884850.56704: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884850.56761: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1c3aa0> <<< 11924 1726884850.56774: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884850.56795: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1c11c0> <<< 11924 1726884850.56884: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1a8f80> <<< 11924 1726884850.56910: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884850.56934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884850.56969: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884850.56992: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884850.57013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884850.57030: 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' <<< 11924 1726884850.57074: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c207710> <<< 11924 1726884850.57086: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c206330> <<< 11924 1726884850.57110: 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 0x7f990c1c21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1aa840> <<< 11924 1726884850.57176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884850.57198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c238740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1a8200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884850.57244: 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 0x7f990c238bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c238aa0> <<< 11924 1726884850.57295: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884850.57328: 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 0x7f990c238e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1a6d20> <<< 11924 1726884850.57348: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884850.57351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884850.57361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884850.57408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884850.57411: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c239520> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c2391f0> <<< 11924 1726884850.57439: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 11924 1726884850.57442: 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' <<< 11924 1726884850.57482: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c23a420> import 'importlib.util' # <<< 11924 1726884850.57485: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884850.57509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884850.57543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884850.57578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884850.57595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c2505f0> <<< 11924 1726884850.57622: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884850.57642: 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 0x7f990c251cd0> <<< 11924 1726884850.57674: 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' <<< 11924 1726884850.57710: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884850.57713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 11924 1726884850.57725: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c252b70> <<< 11924 1726884850.57772: 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 0x7f990c2531a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c2520c0> <<< 11924 1726884850.57799: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884850.57810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884850.57842: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884850.57861: 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 0x7f990c253c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c253350> <<< 11924 1726884850.57907: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c238da0> <<< 11924 1726884850.57919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884850.58065: 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 0x7f990bfe3b30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884850.58095: 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 0x7f990c00c530> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c00c2c0> <<< 11924 1726884850.58116: 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 0x7f990c00c560> <<< 11924 1726884850.58153: 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' <<< 11924 1726884850.58247: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884850.58350: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990c00ce60> <<< 11924 1726884850.58498: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884850.58525: 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 0x7f990c00d820> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c00c740> <<< 11924 1726884850.58529: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990bfe1cd0> <<< 11924 1726884850.58531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884850.58579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884850.58583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884850.58595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c00ebd0> <<< 11924 1726884850.58616: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c00d940> <<< 11924 1726884850.58638: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c23ab10> <<< 11924 1726884850.58663: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884850.58743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884850.58747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884850.58789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884850.58816: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c03af30> <<< 11924 1726884850.58877: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884850.58880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884850.58925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884850.58928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884850.58974: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c0632f0> <<< 11924 1726884850.58990: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884850.59042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884850.59092: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884850.59129: 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 0x7f990c08bf80> <<< 11924 1726884850.59147: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884850.59174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884850.59192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884850.59243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884850.59322: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c0be7e0> <<< 11924 1726884850.59401: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c0bc1a0> <<< 11924 1726884850.59438: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c063f80> <<< 11924 1726884850.59476: 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 0x7f990b929160> <<< 11924 1726884850.59503: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c0620f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c00fb00> <<< 11924 1726884850.59624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884850.59629: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f990c0627b0> <<< 11924 1726884850.59810: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.find_unused_disk_payload_tbuvl8ry/ansible_fedora.linux_system_roles.find_unused_disk_payload.zip' <<< 11924 1726884850.59813: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.59930: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.59970: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884850.59972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884850.60020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884850.60092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884850.60139: 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' <<< 11924 1726884850.60142: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b976e10> <<< 11924 1726884850.60157: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884850.60323: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b959d00> <<< 11924 1726884850.60332: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b958e60> # zipimport: zlib available <<< 11924 1726884850.60360: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884850.60380: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884850.60408: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.60433: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884850.60446: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.61832: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.62949: 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 0x7f990b974ce0> <<< 11924 1726884850.62979: 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' <<< 11924 1726884850.63016: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884850.63019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884850.63054: 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' <<< 11924 1726884850.63081: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884850.63084: 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 0x7f990b9ae7b0> <<< 11924 1726884850.63117: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b9ae540> <<< 11924 1726884850.63170: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b9ade50> <<< 11924 1726884850.63181: 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' <<< 11924 1726884850.63224: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b9ae390> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b977aa0> <<< 11924 1726884850.63243: stdout chunk (state=3): >>>import 'atexit' # <<< 11924 1726884850.63273: 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' <<< 11924 1726884850.63322: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b9af4d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b9af650> <<< 11924 1726884850.63325: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884850.63387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884850.63408: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884850.63441: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b9afb90> <<< 11924 1726884850.63462: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884850.63475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884850.63509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884850.63538: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b811940> <<< 11924 1726884850.63569: 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 0x7f990b813560> <<< 11924 1726884850.63584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884850.63611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884850.63658: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b813ef0> <<< 11924 1726884850.63662: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884850.63693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884850.63726: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b8150d0> <<< 11924 1726884850.63747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884850.63776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884850.63797: 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' <<< 11924 1726884850.63863: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b817b60> <<< 11924 1726884850.63892: 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 0x7f990b817e60> <<< 11924 1726884850.63911: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b815e20> <<< 11924 1726884850.63941: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884850.63975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884850.63987: 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' <<< 11924 1726884850.64013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884850.64037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884850.64084: 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 0x7f990b81fb90> <<< 11924 1726884850.64104: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884850.64181: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b81e660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b81e3c0> <<< 11924 1726884850.64184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884850.64212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884850.64269: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b81e930> <<< 11924 1726884850.64313: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b816330> <<< 11924 1726884850.64340: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884850.64353: 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 0x7f990b863e90> <<< 11924 1726884850.64389: 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 0x7f990b863ef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 11924 1726884850.64408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884850.64442: 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' <<< 11924 1726884850.64457: 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 0x7f990b8659a0> <<< 11924 1726884850.64482: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b865760> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884850.64613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884850.64669: 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 0x7f990b867ef0> <<< 11924 1726884850.64686: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b866060> <<< 11924 1726884850.64702: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884850.64733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884850.64768: 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' <<< 11924 1726884850.64794: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884850.64816: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b86b620> <<< 11924 1726884850.64943: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b867fb0> <<< 11924 1726884850.65010: stdout 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 0x7f990b86c3e0> <<< 11924 1726884850.65041: stdout 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 0x7f990b86c5f0> <<< 11924 1726884850.65085: stdout 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 0x7f990b86c920> <<< 11924 1726884850.65112: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b864050> <<< 11924 1726884850.65139: 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' <<< 11924 1726884850.65153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884850.65202: 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' <<< 11924 1726884850.65228: 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 0x7f990b8f8170> <<< 11924 1726884850.65519: 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 0x7f990b8f92b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b86e8d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b86fc50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b86e4e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884850.65566: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.65659: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.65676: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.65706: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884850.65729: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884850.65905: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.65972: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.66509: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.67047: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884850.67076: 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' # <<< 11924 1726884850.67091: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884850.67113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884850.67163: 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 0x7f990b8fd550> <<< 11924 1726884850.67260: 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' <<< 11924 1726884850.67271: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b8fe390> <<< 11924 1726884850.67289: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b8f94f0> <<< 11924 1726884850.67334: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884850.67348: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.67400: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884850.67735: 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 0x7f990b8feb40> # zipimport: zlib available <<< 11924 1726884850.68273: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.68623: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.68693: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.68774: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884850.68825: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.68860: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884850.68881: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.68937: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.69023: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884850.69046: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.69073: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884850.69120: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.69172: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884850.69178: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.69396: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.69628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884850.69787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884850.69791: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b8ff560> <<< 11924 1726884850.69793: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.69865: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.69958: 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' # <<< 11924 1726884850.69983: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.70015: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.70072: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884850.70082: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.70127: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.70161: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.70222: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.70290: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884850.70330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884850.70420: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b709fd0> <<< 11924 1726884850.70452: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b705850> <<< 11924 1726884850.70498: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884850.70501: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.70560: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.70623: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.70681: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.70715: stdout chunk (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 <<< 11924 1726884850.70760: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884850.70781: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884850.70830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884850.70861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884850.70874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884850.70933: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b9f6b40> <<< 11924 1726884850.70975: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b9de810> <<< 11924 1726884850.71077: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b70a210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b709d60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884850.71260: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884850.71336: 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_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 <<< 11924 1726884850.71356: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 11924 1726884850.71392: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884850.71533: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.71679: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.71737: 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' # <<< 11924 1726884850.71760: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884850.72088: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # # zipimport: zlib available <<< 11924 1726884850.75495: stdout chunk (state=3): >>> {"changed": false, "disks": ["sda"], "info": ["Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions"], "invocation": {"module_args": {"min_size": "5g", "max_return": 1, "max_size": "0", "match_sector_size": false, "with_interface": null}}} <<< 11924 1726884850.75519: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884850.75982: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884850.76011: 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 <<< 11924 1726884850.76079: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect <<< 11924 1726884850.76114: stdout chunk (state=3): >>># cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket <<< 11924 1726884850.76179: stdout chunk (state=3): >>># destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 11924 1726884850.76419: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884850.76446: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884850.76499: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884850.76616: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 11924 1726884850.76642: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884850.76676: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 11924 1726884850.76703: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884850.76726: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884850.76795: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884850.76809: 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 <<< 11924 1726884850.76833: 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 <<< 11924 1726884850.76857: 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 <<< 11924 1726884850.76886: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 11924 1726884850.76909: 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 <<< 11924 1726884850.76934: 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 <<< 11924 1726884850.77124: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 11924 1726884850.77146: 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 <<< 11924 1726884850.77236: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884850.77240: 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 <<< 11924 1726884850.77269: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884850.77344: 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 <<< 11924 1726884850.77371: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator <<< 11924 1726884850.77460: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix <<< 11924 1726884850.77471: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884850.77976: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884850.77985: stdout chunk (state=3): >>><<< 11924 1726884850.78102: stderr chunk (state=3): >>><<< 11924 1726884850.78430: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c3bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c38ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c3be930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c3ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c3cdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1abdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1abfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1e37a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1e3e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1c3aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1c11c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1a8f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c207710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c206330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1c21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1aa840> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c238740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1a8200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990c238bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c238aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990c238e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c1a6d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c239520> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c2391f0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c23a420> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c2505f0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990c251cd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c252b70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990c2531a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c2520c0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990c253c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c253350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c238da0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990bfe3b30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990c00c530> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c00c2c0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990c00c560> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990c00ce60> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990c00d820> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c00c740> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990bfe1cd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c00ebd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c00d940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c23ab10> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c03af30> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c0632f0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c08bf80> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c0be7e0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c0bc1a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c063f80> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b929160> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c0620f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990c00fb00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f990c0627b0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.find_unused_disk_payload_tbuvl8ry/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 0x7f990b976e10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b959d00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b958e60> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b974ce0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b9ae7b0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b9ae540> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b9ade50> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b9ae390> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b977aa0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b9af4d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b9af650> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b9afb90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b811940> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b813560> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b813ef0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b8150d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b817b60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b817e60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b815e20> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b81fb90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b81e660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b81e3c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b81e930> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b816330> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b863e90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b863ef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b8659a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b865760> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b867ef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b866060> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b86b620> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b867fb0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b86c3e0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b86c5f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b86c920> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b864050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b8f8170> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b8f92b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b86e8d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b86fc50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b86e4e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b8fd550> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b8fe390> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b8f94f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b8feb40> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b8ff560> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f990b709fd0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b705850> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b9f6b40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b9de810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b70a210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f990b709d60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # # zipimport: zlib available {"changed": false, "disks": ["sda"], "info": ["Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions"], "invocation": {"module_args": {"min_size": "5g", "max_return": 1, "max_size": "0", "match_sector_size": false, "with_interface": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 11924 1726884850.80077: done with _execute_module (fedora.linux_system_roles.find_unused_disk, {'min_size': '5g', 'max_return': '1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.find_unused_disk', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726884850.2148976-12532-72694288181866/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884850.80081: _low_level_execute_command(): starting 11924 1726884850.80084: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884850.2148976-12532-72694288181866/ > /dev/null 2>&1 && sleep 0' 11924 1726884850.80087: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884850.80091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884850.80095: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884850.80256: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884850.80267: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884850.80271: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884850.80274: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884850.80278: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884850.80281: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884850.80283: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884850.81943: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884850.81987: stderr chunk (state=3): >>><<< 11924 1726884850.82009: stdout chunk (state=3): >>><<< 11924 1726884850.82045: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884850.82051: handler run complete 11924 1726884850.82076: attempt loop complete, returning result 11924 1726884850.82079: _execute() done 11924 1726884850.82082: dumping result to json 11924 1726884850.82087: done dumping result, returning 11924 1726884850.82096: done running TaskExecutor() for managed_node2/TASK: Find unused disks in the system [0affc8a3-6f6f-f4c0-2290-0000000001b3] 11924 1726884850.82105: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000001b3 11924 1726884850.82208: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000001b3 11924 1726884850.82211: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "disks": [ "sda" ], "info": [ "Line: NAME=\"/dev/sda\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdb\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdc\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdd\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sde\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdf\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdg\" TYPE=\"disk\" SIZE=\"1099511627776\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdh\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/sdi\" TYPE=\"disk\" SIZE=\"10737418240\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"xfs\" LOG-SEC=\"512\"", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions" ] } 11924 1726884850.82336: no more pending results, returning what we have 11924 1726884850.82340: results queue empty 11924 1726884850.82341: checking for any_errors_fatal 11924 1726884850.82350: done checking for any_errors_fatal 11924 1726884850.82351: checking for max_fail_percentage 11924 1726884850.82353: done checking for max_fail_percentage 11924 1726884850.82354: checking to see if all hosts have failed and the running result is not ok 11924 1726884850.82354: done checking to see if all hosts have failed 11924 1726884850.82358: getting the remaining hosts for this loop 11924 1726884850.82360: done getting the remaining hosts for this loop 11924 1726884850.82365: getting the next task for host managed_node2 11924 1726884850.82371: done getting next task for host managed_node2 11924 1726884850.82374: ^ task is: TASK: Debug why there are no unused disks 11924 1726884850.82376: ^ 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 11924 1726884850.82381: getting variables 11924 1726884850.82386: in VariableManager get_vars() 11924 1726884850.82422: Calling all_inventory to load vars for managed_node2 11924 1726884850.82424: Calling groups_inventory to load vars for managed_node2 11924 1726884850.82428: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884850.82439: Calling all_plugins_play to load vars for managed_node2 11924 1726884850.82442: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884850.82446: Calling groups_plugins_play to load vars for managed_node2 11924 1726884850.84031: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884850.85376: done with get_vars() 11924 1726884850.85393: done getting variables 11924 1726884850.85576: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Debug why there are no unused disks] ************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:20 Friday 20 September 2024 22:14:10 -0400 (0:00:00.716) 0:00:16.195 ****** 11924 1726884850.85613: entering _queue_task() for managed_node2/shell 11924 1726884850.85615: Creating lock for shell 11924 1726884850.86273: worker is 1 (out of 1 available) 11924 1726884850.86285: exiting _queue_task() for managed_node2/shell 11924 1726884850.86300: done queuing things up, now waiting for results queue to drain 11924 1726884850.86302: waiting for pending results... 11924 1726884850.86875: running TaskExecutor() for managed_node2/TASK: Debug why there are no unused disks 11924 1726884850.86880: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000001b4 11924 1726884850.86903: variable 'ansible_search_path' from source: unknown 11924 1726884850.86941: calling self._execute() 11924 1726884850.87146: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884850.87159: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884850.87360: variable 'omit' from source: magic vars 11924 1726884850.87946: variable 'unused_disks_return' from source: set_fact 11924 1726884850.87980: Evaluated conditional ('Unable to find unused disk' in unused_disks_return.disks): False 11924 1726884850.88161: when evaluation is False, skipping this task 11924 1726884850.88164: _execute() done 11924 1726884850.88167: dumping result to json 11924 1726884850.88169: done dumping result, returning 11924 1726884850.88171: done running TaskExecutor() for managed_node2/TASK: Debug why there are no unused disks [0affc8a3-6f6f-f4c0-2290-0000000001b4] 11924 1726884850.88173: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000001b4 11924 1726884850.88241: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000001b4 11924 1726884850.88245: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "'Unable to find unused disk' in unused_disks_return.disks", "skip_reason": "Conditional result was False" } 11924 1726884850.88302: no more pending results, returning what we have 11924 1726884850.88306: results queue empty 11924 1726884850.88306: checking for any_errors_fatal 11924 1726884850.88317: done checking for any_errors_fatal 11924 1726884850.88318: checking for max_fail_percentage 11924 1726884850.88320: done checking for max_fail_percentage 11924 1726884850.88321: checking to see if all hosts have failed and the running result is not ok 11924 1726884850.88321: done checking to see if all hosts have failed 11924 1726884850.88322: getting the remaining hosts for this loop 11924 1726884850.88324: done getting the remaining hosts for this loop 11924 1726884850.88328: getting the next task for host managed_node2 11924 1726884850.88335: done getting next task for host managed_node2 11924 1726884850.88338: ^ task is: TASK: Set unused_disks if necessary 11924 1726884850.88342: ^ 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 11924 1726884850.88347: getting variables 11924 1726884850.88349: in VariableManager get_vars() 11924 1726884850.88383: Calling all_inventory to load vars for managed_node2 11924 1726884850.88386: Calling groups_inventory to load vars for managed_node2 11924 1726884850.88390: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884850.88404: Calling all_plugins_play to load vars for managed_node2 11924 1726884850.88407: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884850.88410: Calling groups_plugins_play to load vars for managed_node2 11924 1726884850.90097: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884850.91267: done with get_vars() 11924 1726884850.91280: done getting variables 11924 1726884850.91459: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set unused_disks if necessary] ******************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:29 Friday 20 September 2024 22:14:10 -0400 (0:00:00.058) 0:00:16.253 ****** 11924 1726884850.91486: entering _queue_task() for managed_node2/set_fact 11924 1726884850.92061: worker is 1 (out of 1 available) 11924 1726884850.92080: exiting _queue_task() for managed_node2/set_fact 11924 1726884850.92095: done queuing things up, now waiting for results queue to drain 11924 1726884850.92099: waiting for pending results... 11924 1726884850.92592: running TaskExecutor() for managed_node2/TASK: Set unused_disks if necessary 11924 1726884850.92621: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000001b5 11924 1726884850.92960: variable 'ansible_search_path' from source: unknown 11924 1726884850.92964: calling self._execute() 11924 1726884850.92967: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884850.92969: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884850.92972: variable 'omit' from source: magic vars 11924 1726884850.93565: variable 'unused_disks_return' from source: set_fact 11924 1726884850.93860: Evaluated conditional ('Unable to find unused disk' not in unused_disks_return.disks): True 11924 1726884850.93864: variable 'omit' from source: magic vars 11924 1726884850.93866: variable 'omit' from source: magic vars 11924 1726884850.94263: variable 'unused_disks_return' from source: set_fact 11924 1726884850.94266: variable 'omit' from source: magic vars 11924 1726884850.94268: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884850.94271: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884850.94273: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884850.94660: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884850.94664: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884850.94666: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884850.94668: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884850.94670: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884850.94673: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884850.94675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884850.94862: Set connection var ansible_shell_executable to /bin/sh 11924 1726884850.94872: Set connection var ansible_connection to ssh 11924 1726884850.94884: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884850.94895: Set connection var ansible_timeout to 10 11924 1726884850.94906: Set connection var ansible_pipelining to False 11924 1726884850.94916: Set connection var ansible_shell_type to sh 11924 1726884850.94948: variable 'ansible_shell_executable' from source: unknown 11924 1726884850.94958: variable 'ansible_connection' from source: unknown 11924 1726884850.94966: variable 'ansible_module_compression' from source: unknown 11924 1726884850.94972: variable 'ansible_shell_type' from source: unknown 11924 1726884850.94978: variable 'ansible_shell_executable' from source: unknown 11924 1726884850.94983: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884850.94990: variable 'ansible_pipelining' from source: unknown 11924 1726884850.94995: variable 'ansible_timeout' from source: unknown 11924 1726884850.95002: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884850.95129: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884850.95516: variable 'omit' from source: magic vars 11924 1726884850.95519: starting attempt loop 11924 1726884850.95522: running the handler 11924 1726884850.95524: handler run complete 11924 1726884850.95526: attempt loop complete, returning result 11924 1726884850.95528: _execute() done 11924 1726884850.95530: dumping result to json 11924 1726884850.95538: done dumping result, returning 11924 1726884850.95546: done running TaskExecutor() for managed_node2/TASK: Set unused_disks if necessary [0affc8a3-6f6f-f4c0-2290-0000000001b5] 11924 1726884850.95549: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000001b5 11924 1726884850.95621: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000001b5 11924 1726884850.95625: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "unused_disks": [ "sda" ] }, "changed": false } 11924 1726884850.95693: no more pending results, returning what we have 11924 1726884850.95696: results queue empty 11924 1726884850.95700: checking for any_errors_fatal 11924 1726884850.95706: done checking for any_errors_fatal 11924 1726884850.95707: checking for max_fail_percentage 11924 1726884850.95708: done checking for max_fail_percentage 11924 1726884850.95709: checking to see if all hosts have failed and the running result is not ok 11924 1726884850.95710: done checking to see if all hosts have failed 11924 1726884850.95710: getting the remaining hosts for this loop 11924 1726884850.95713: done getting the remaining hosts for this loop 11924 1726884850.95716: getting the next task for host managed_node2 11924 1726884850.95721: done getting next task for host managed_node2 11924 1726884850.95724: ^ task is: TASK: Exit playbook when there's not enough unused disks in the system 11924 1726884850.95726: ^ 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 11924 1726884850.95730: getting variables 11924 1726884850.95732: in VariableManager get_vars() 11924 1726884850.95760: Calling all_inventory to load vars for managed_node2 11924 1726884850.95763: Calling groups_inventory to load vars for managed_node2 11924 1726884850.95765: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884850.95774: Calling all_plugins_play to load vars for managed_node2 11924 1726884850.95776: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884850.95779: Calling groups_plugins_play to load vars for managed_node2 11924 1726884850.96328: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884850.96900: done with get_vars() 11924 1726884850.96914: done getting variables 11924 1726884850.96998: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:34 Friday 20 September 2024 22:14:10 -0400 (0:00:00.055) 0:00:16.309 ****** 11924 1726884850.97023: entering _queue_task() for managed_node2/fail 11924 1726884850.97025: Creating lock for fail 11924 1726884850.97261: worker is 1 (out of 1 available) 11924 1726884850.97272: exiting _queue_task() for managed_node2/fail 11924 1726884850.97296: done queuing things up, now waiting for results queue to drain 11924 1726884850.97298: waiting for pending results... 11924 1726884850.97578: running TaskExecutor() for managed_node2/TASK: Exit playbook when there's not enough unused disks in the system 11924 1726884850.97675: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000001b6 11924 1726884850.97700: variable 'ansible_search_path' from source: unknown 11924 1726884850.97735: calling self._execute() 11924 1726884850.97837: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884850.97848: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884850.97862: variable 'omit' from source: magic vars 11924 1726884850.98292: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884851.01427: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884851.01510: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884851.01557: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884851.01634: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884851.01638: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884851.01715: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884851.01754: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884851.01786: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884851.01834: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884851.01862: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884851.01962: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884851.01965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884851.01980: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884851.02025: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884851.02044: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884851.02209: variable 'unused_disks' from source: set_fact 11924 1726884851.02250: Evaluated conditional (unused_disks | d([]) | length < disks_needed | d(1)): False 11924 1726884851.02287: when evaluation is False, skipping this task 11924 1726884851.02290: _execute() done 11924 1726884851.02293: dumping result to json 11924 1726884851.02295: done dumping result, returning 11924 1726884851.02300: done running TaskExecutor() for managed_node2/TASK: Exit playbook when there's not enough unused disks in the system [0affc8a3-6f6f-f4c0-2290-0000000001b6] 11924 1726884851.02303: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000001b6 11924 1726884851.02642: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000001b6 11924 1726884851.02646: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } 11924 1726884851.02697: no more pending results, returning what we have 11924 1726884851.02700: results queue empty 11924 1726884851.02701: checking for any_errors_fatal 11924 1726884851.02707: done checking for any_errors_fatal 11924 1726884851.02707: checking for max_fail_percentage 11924 1726884851.02709: done checking for max_fail_percentage 11924 1726884851.02710: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.02711: done checking to see if all hosts have failed 11924 1726884851.02712: getting the remaining hosts for this loop 11924 1726884851.02714: done getting the remaining hosts for this loop 11924 1726884851.02719: getting the next task for host managed_node2 11924 1726884851.02725: done getting next task for host managed_node2 11924 1726884851.02728: ^ task is: TASK: Print unused disks 11924 1726884851.02731: ^ 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 11924 1726884851.02735: getting variables 11924 1726884851.02737: in VariableManager get_vars() 11924 1726884851.02770: Calling all_inventory to load vars for managed_node2 11924 1726884851.02773: Calling groups_inventory to load vars for managed_node2 11924 1726884851.02776: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.02786: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.02788: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.02791: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.03714: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.04359: done with get_vars() 11924 1726884851.04373: done getting variables 11924 1726884851.04431: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Print unused disks] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml:39 Friday 20 September 2024 22:14:11 -0400 (0:00:00.074) 0:00:16.383 ****** 11924 1726884851.04458: entering _queue_task() for managed_node2/debug 11924 1726884851.04721: worker is 1 (out of 1 available) 11924 1726884851.04733: exiting _queue_task() for managed_node2/debug 11924 1726884851.04747: done queuing things up, now waiting for results queue to drain 11924 1726884851.04749: waiting for pending results... 11924 1726884851.05179: running TaskExecutor() for managed_node2/TASK: Print unused disks 11924 1726884851.05187: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000001b7 11924 1726884851.05202: variable 'ansible_search_path' from source: unknown 11924 1726884851.05240: calling self._execute() 11924 1726884851.05348: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.05362: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.05375: variable 'omit' from source: magic vars 11924 1726884851.05493: variable 'omit' from source: magic vars 11924 1726884851.05548: variable 'omit' from source: magic vars 11924 1726884851.05586: variable 'omit' from source: magic vars 11924 1726884851.05639: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884851.05729: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884851.05733: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884851.05738: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884851.05754: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884851.05778: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884851.05802: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884851.05844: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884851.05853: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.05945: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.05994: Set connection var ansible_shell_executable to /bin/sh 11924 1726884851.06005: Set connection var ansible_connection to ssh 11924 1726884851.06017: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884851.06027: Set connection var ansible_timeout to 10 11924 1726884851.06037: Set connection var ansible_pipelining to False 11924 1726884851.06054: Set connection var ansible_shell_type to sh 11924 1726884851.06091: variable 'ansible_shell_executable' from source: unknown 11924 1726884851.06104: variable 'ansible_connection' from source: unknown 11924 1726884851.06112: variable 'ansible_module_compression' from source: unknown 11924 1726884851.06120: variable 'ansible_shell_type' from source: unknown 11924 1726884851.06127: variable 'ansible_shell_executable' from source: unknown 11924 1726884851.06135: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.06143: variable 'ansible_pipelining' from source: unknown 11924 1726884851.06150: variable 'ansible_timeout' from source: unknown 11924 1726884851.06166: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.06325: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884851.06381: variable 'omit' from source: magic vars 11924 1726884851.06385: starting attempt loop 11924 1726884851.06387: running the handler 11924 1726884851.06417: variable 'unused_disks' from source: set_fact 11924 1726884851.06608: variable 'unused_disks' from source: set_fact 11924 1726884851.06672: handler run complete 11924 1726884851.06690: attempt loop complete, returning result 11924 1726884851.06696: _execute() done 11924 1726884851.06818: dumping result to json 11924 1726884851.06821: done dumping result, returning 11924 1726884851.06824: done running TaskExecutor() for managed_node2/TASK: Print unused disks [0affc8a3-6f6f-f4c0-2290-0000000001b7] 11924 1726884851.06826: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000001b7 11924 1726884851.06887: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000001b7 11924 1726884851.06890: WORKER PROCESS EXITING ok: [managed_node2] => { "unused_disks": [ "sda" ] } 11924 1726884851.06970: no more pending results, returning what we have 11924 1726884851.06973: results queue empty 11924 1726884851.06974: checking for any_errors_fatal 11924 1726884851.06981: done checking for any_errors_fatal 11924 1726884851.06982: checking for max_fail_percentage 11924 1726884851.06984: done checking for max_fail_percentage 11924 1726884851.06985: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.06986: done checking to see if all hosts have failed 11924 1726884851.06987: getting the remaining hosts for this loop 11924 1726884851.06989: done getting the remaining hosts for this loop 11924 1726884851.06993: getting the next task for host managed_node2 11924 1726884851.07004: done getting next task for host managed_node2 11924 1726884851.07008: ^ task is: TASK: Create a LVM logical volume with default fs_type 11924 1726884851.07010: ^ 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 11924 1726884851.07014: getting variables 11924 1726884851.07016: in VariableManager get_vars() 11924 1726884851.07050: Calling all_inventory to load vars for managed_node2 11924 1726884851.07052: Calling groups_inventory to load vars for managed_node2 11924 1726884851.07061: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.07073: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.07076: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.07079: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.08345: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.09554: done with get_vars() 11924 1726884851.09571: done getting variables TASK [Create a LVM logical volume with default fs_type] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml:33 Friday 20 September 2024 22:14:11 -0400 (0:00:00.053) 0:00:16.436 ****** 11924 1726884851.09777: entering _queue_task() for managed_node2/include_role 11924 1726884851.10267: worker is 1 (out of 1 available) 11924 1726884851.10280: exiting _queue_task() for managed_node2/include_role 11924 1726884851.10293: done queuing things up, now waiting for results queue to drain 11924 1726884851.10294: waiting for pending results... 11924 1726884851.10783: running TaskExecutor() for managed_node2/TASK: Create a LVM logical volume with default fs_type 11924 1726884851.11009: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000009 11924 1726884851.11030: variable 'ansible_search_path' from source: unknown 11924 1726884851.11095: calling self._execute() 11924 1726884851.11334: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.11349: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.11368: variable 'omit' from source: magic vars 11924 1726884851.11759: _execute() done 11924 1726884851.11764: dumping result to json 11924 1726884851.11767: done dumping result, returning 11924 1726884851.11770: done running TaskExecutor() for managed_node2/TASK: Create a LVM logical volume with default fs_type [0affc8a3-6f6f-f4c0-2290-000000000009] 11924 1726884851.12161: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000009 11924 1726884851.12249: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000009 11924 1726884851.12254: WORKER PROCESS EXITING 11924 1726884851.12285: no more pending results, returning what we have 11924 1726884851.12290: in VariableManager get_vars() 11924 1726884851.12328: Calling all_inventory to load vars for managed_node2 11924 1726884851.12330: Calling groups_inventory to load vars for managed_node2 11924 1726884851.12334: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.12345: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.12347: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.12350: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.13385: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.14745: done with get_vars() 11924 1726884851.14762: variable 'ansible_search_path' from source: unknown 11924 1726884851.16447: variable 'omit' from source: magic vars 11924 1726884851.16472: variable 'omit' from source: magic vars 11924 1726884851.16486: variable 'omit' from source: magic vars 11924 1726884851.16489: we have included files to process 11924 1726884851.16490: generating all_blocks data 11924 1726884851.16492: done generating all_blocks data 11924 1726884851.16496: processing included file: fedora.linux_system_roles.storage 11924 1726884851.16635: in VariableManager get_vars() 11924 1726884851.16648: done with get_vars() 11924 1726884851.16743: in VariableManager get_vars() 11924 1726884851.16761: done with get_vars() 11924 1726884851.16800: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 11924 1726884851.16944: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 11924 1726884851.17232: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 11924 1726884851.17320: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 11924 1726884851.17454: in VariableManager get_vars() 11924 1726884851.17606: done with get_vars() 11924 1726884851.17822: in VariableManager get_vars() 11924 1726884851.17841: done with get_vars() 11924 1726884851.17974: iterating over new_blocks loaded from include file 11924 1726884851.17977: in VariableManager get_vars() 11924 1726884851.17989: done with get_vars() 11924 1726884851.17991: filtering new block on tags 11924 1726884851.18046: done filtering new block on tags 11924 1726884851.18049: in VariableManager get_vars() 11924 1726884851.18065: done with get_vars() 11924 1726884851.18067: filtering new block on tags 11924 1726884851.18083: done filtering new block on tags 11924 1726884851.18085: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node2 11924 1726884851.18091: extending task lists for all hosts with included blocks 11924 1726884851.18906: done extending task lists 11924 1726884851.18908: done processing included files 11924 1726884851.18909: results queue empty 11924 1726884851.18909: checking for any_errors_fatal 11924 1726884851.18913: done checking for any_errors_fatal 11924 1726884851.18914: checking for max_fail_percentage 11924 1726884851.18915: done checking for max_fail_percentage 11924 1726884851.18916: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.18917: done checking to see if all hosts have failed 11924 1726884851.18918: getting the remaining hosts for this loop 11924 1726884851.18919: done getting the remaining hosts for this loop 11924 1726884851.18922: getting the next task for host managed_node2 11924 1726884851.18926: done getting next task for host managed_node2 11924 1726884851.18929: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884851.18931: ^ 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 11924 1726884851.18939: getting variables 11924 1726884851.18941: in VariableManager get_vars() 11924 1726884851.18952: Calling all_inventory to load vars for managed_node2 11924 1726884851.18954: Calling groups_inventory to load vars for managed_node2 11924 1726884851.18958: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.18964: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.18966: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.18969: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.19628: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.20235: done with get_vars() 11924 1726884851.20247: done getting variables TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 20 September 2024 22:14:11 -0400 (0:00:00.105) 0:00:16.542 ****** 11924 1726884851.20322: entering _queue_task() for managed_node2/include_tasks 11924 1726884851.20607: worker is 1 (out of 1 available) 11924 1726884851.20618: exiting _queue_task() for managed_node2/include_tasks 11924 1726884851.20631: done queuing things up, now waiting for results queue to drain 11924 1726884851.20632: waiting for pending results... 11924 1726884851.20926: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884851.21085: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000266 11924 1726884851.21089: variable 'ansible_search_path' from source: unknown 11924 1726884851.21091: variable 'ansible_search_path' from source: unknown 11924 1726884851.21118: calling self._execute() 11924 1726884851.21261: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.21265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.21268: variable 'omit' from source: magic vars 11924 1726884851.21661: _execute() done 11924 1726884851.21664: dumping result to json 11924 1726884851.21667: done dumping result, returning 11924 1726884851.21671: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-f4c0-2290-000000000266] 11924 1726884851.21673: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000266 11924 1726884851.21750: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000266 11924 1726884851.21753: WORKER PROCESS EXITING 11924 1726884851.21800: no more pending results, returning what we have 11924 1726884851.21807: in VariableManager get_vars() 11924 1726884851.21848: Calling all_inventory to load vars for managed_node2 11924 1726884851.21851: Calling groups_inventory to load vars for managed_node2 11924 1726884851.21853: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.21873: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.21877: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.21880: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.22618: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.23233: done with get_vars() 11924 1726884851.23249: variable 'ansible_search_path' from source: unknown 11924 1726884851.23251: variable 'ansible_search_path' from source: unknown 11924 1726884851.23288: we have included files to process 11924 1726884851.23289: generating all_blocks data 11924 1726884851.23292: done generating all_blocks data 11924 1726884851.23295: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884851.23296: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884851.23302: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884851.23817: done processing included file 11924 1726884851.23819: iterating over new_blocks loaded from include file 11924 1726884851.23821: in VariableManager get_vars() 11924 1726884851.23840: done with get_vars() 11924 1726884851.23842: filtering new block on tags 11924 1726884851.23882: done filtering new block on tags 11924 1726884851.23885: in VariableManager get_vars() 11924 1726884851.23911: done with get_vars() 11924 1726884851.23913: filtering new block on tags 11924 1726884851.23951: done filtering new block on tags 11924 1726884851.23953: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node2 11924 1726884851.23960: extending task lists for all hosts with included blocks 11924 1726884851.24154: done extending task lists 11924 1726884851.24157: done processing included files 11924 1726884851.24158: results queue empty 11924 1726884851.24159: checking for any_errors_fatal 11924 1726884851.24162: done checking for any_errors_fatal 11924 1726884851.24162: checking for max_fail_percentage 11924 1726884851.24163: done checking for max_fail_percentage 11924 1726884851.24164: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.24165: done checking to see if all hosts have failed 11924 1726884851.24166: getting the remaining hosts for this loop 11924 1726884851.24167: done getting the remaining hosts for this loop 11924 1726884851.24170: getting the next task for host managed_node2 11924 1726884851.24174: done getting next task for host managed_node2 11924 1726884851.24177: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 11924 1726884851.24180: ^ 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 11924 1726884851.24189: getting variables 11924 1726884851.24190: in VariableManager get_vars() 11924 1726884851.24205: Calling all_inventory to load vars for managed_node2 11924 1726884851.24207: Calling groups_inventory to load vars for managed_node2 11924 1726884851.24209: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.24214: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.24221: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.24224: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.24666: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.25265: done with get_vars() 11924 1726884851.25277: done getting variables TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 20 September 2024 22:14:11 -0400 (0:00:00.050) 0:00:16.592 ****** 11924 1726884851.25350: entering _queue_task() for managed_node2/setup 11924 1726884851.25618: worker is 1 (out of 1 available) 11924 1726884851.25628: exiting _queue_task() for managed_node2/setup 11924 1726884851.25867: done queuing things up, now waiting for results queue to drain 11924 1726884851.25869: waiting for pending results... 11924 1726884851.26474: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 11924 1726884851.26479: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000002d2 11924 1726884851.26482: variable 'ansible_search_path' from source: unknown 11924 1726884851.26484: variable 'ansible_search_path' from source: unknown 11924 1726884851.26571: calling self._execute() 11924 1726884851.26666: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.26769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.26783: variable 'omit' from source: magic vars 11924 1726884851.27568: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884851.30279: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884851.30550: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884851.30593: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884851.30672: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884851.30712: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884851.30805: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884851.30840: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884851.30879: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884851.30940: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884851.30977: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884851.31038: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884851.31074: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884851.31105: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884851.31148: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884851.31169: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884851.31360: variable '__storage_required_facts' from source: role '' all vars 11924 1726884851.31376: variable 'ansible_facts' from source: unknown 11924 1726884851.31669: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 11924 1726884851.31726: when evaluation is False, skipping this task 11924 1726884851.31729: _execute() done 11924 1726884851.31732: dumping result to json 11924 1726884851.31735: done dumping result, returning 11924 1726884851.31737: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-f4c0-2290-0000000002d2] 11924 1726884851.31739: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000002d2 skipping: [managed_node2] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 11924 1726884851.32001: no more pending results, returning what we have 11924 1726884851.32005: results queue empty 11924 1726884851.32006: checking for any_errors_fatal 11924 1726884851.32008: done checking for any_errors_fatal 11924 1726884851.32008: checking for max_fail_percentage 11924 1726884851.32011: done checking for max_fail_percentage 11924 1726884851.32011: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.32012: done checking to see if all hosts have failed 11924 1726884851.32013: getting the remaining hosts for this loop 11924 1726884851.32015: done getting the remaining hosts for this loop 11924 1726884851.32020: getting the next task for host managed_node2 11924 1726884851.32029: done getting next task for host managed_node2 11924 1726884851.32034: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884851.32038: ^ 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 11924 1726884851.32163: getting variables 11924 1726884851.32167: in VariableManager get_vars() 11924 1726884851.32211: Calling all_inventory to load vars for managed_node2 11924 1726884851.32214: Calling groups_inventory to load vars for managed_node2 11924 1726884851.32216: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.32226: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000002d2 11924 1726884851.32229: WORKER PROCESS EXITING 11924 1726884851.32239: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.32242: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.32245: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.32983: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.34274: done with get_vars() 11924 1726884851.34296: done getting variables 11924 1726884851.34353: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 20 September 2024 22:14:11 -0400 (0:00:00.090) 0:00:16.683 ****** 11924 1726884851.34420: entering _queue_task() for managed_node2/include_vars 11924 1726884851.34695: worker is 1 (out of 1 available) 11924 1726884851.34710: exiting _queue_task() for managed_node2/include_vars 11924 1726884851.34729: done queuing things up, now waiting for results queue to drain 11924 1726884851.34731: waiting for pending results... 11924 1726884851.34929: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884851.35060: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000002d3 11924 1726884851.35084: variable 'ansible_search_path' from source: unknown 11924 1726884851.35091: variable 'ansible_search_path' from source: unknown 11924 1726884851.35372: variable 'ansible_facts' from source: unknown 11924 1726884851.35770: variable 'ansible_facts' from source: unknown 11924 1726884851.36084: variable 'ansible_facts' from source: unknown 11924 1726884851.36390: variable 'ansible_facts' from source: unknown 11924 1726884851.36867: variable 'omit' from source: magic vars 11924 1726884851.37047: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.37098: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.37199: variable 'omit' from source: magic vars 11924 1726884851.37664: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884851.38061: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884851.38248: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884851.38288: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884851.38346: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884851.38501: variable '__vars_file' from source: task vars 11924 1726884851.38719: variable 'role_path' from source: magic vars 11924 1726884851.38728: variable 'item' from source: unknown 11924 1726884851.38745: Evaluated conditional (__vars_file is file): False 11924 1726884851.38968: when evaluation is False, skipping this task 11924 1726884851.38971: variable 'item' from source: unknown 11924 1726884851.38977: variable 'item' from source: unknown skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 11924 1726884851.39351: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.39519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.39523: variable 'omit' from source: magic vars 11924 1726884851.40062: variable '__vars_file' from source: task vars 11924 1726884851.40167: variable 'role_path' from source: magic vars 11924 1726884851.40171: variable 'item' from source: unknown 11924 1726884851.40173: Evaluated conditional (__vars_file is file): False 11924 1726884851.40175: when evaluation is False, skipping this task 11924 1726884851.40177: variable 'item' from source: unknown 11924 1726884851.40410: variable 'item' from source: unknown skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 11924 1726884851.40492: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.40496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.40501: variable 'omit' from source: magic vars 11924 1726884851.40941: variable '__vars_file' from source: task vars 11924 1726884851.40944: variable 'role_path' from source: magic vars 11924 1726884851.40946: variable 'item' from source: unknown 11924 1726884851.40948: Evaluated conditional (__vars_file is file): True 11924 1726884851.40951: variable 'omit' from source: magic vars 11924 1726884851.41194: variable 'omit' from source: magic vars 11924 1726884851.41244: variable '__vars_file' from source: task vars 11924 1726884851.41360: variable '__vars_file' from source: task vars 11924 1726884851.41585: variable 'role_path' from source: magic vars 11924 1726884851.41588: variable 'item' from source: unknown 11924 1726884851.41606: variable 'omit' from source: magic vars 11924 1726884851.41631: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884851.41662: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884851.41679: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884851.41700: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884851.41709: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884851.41828: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884851.41831: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884851.41973: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884851.41976: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.41979: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.42103: Set connection var ansible_shell_executable to /bin/sh 11924 1726884851.42461: Set connection var ansible_connection to ssh 11924 1726884851.42464: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884851.42466: Set connection var ansible_timeout to 10 11924 1726884851.42468: Set connection var ansible_pipelining to False 11924 1726884851.42471: Set connection var ansible_shell_type to sh 11924 1726884851.42474: variable 'ansible_shell_executable' from source: unknown 11924 1726884851.42476: variable 'ansible_connection' from source: unknown 11924 1726884851.42479: variable 'ansible_module_compression' from source: unknown 11924 1726884851.42482: variable 'ansible_shell_type' from source: unknown 11924 1726884851.42485: variable 'ansible_shell_executable' from source: unknown 11924 1726884851.42487: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.42490: variable 'ansible_pipelining' from source: unknown 11924 1726884851.42493: variable 'ansible_timeout' from source: unknown 11924 1726884851.42496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.42661: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884851.42665: variable 'omit' from source: magic vars 11924 1726884851.42667: starting attempt loop 11924 1726884851.42669: running the handler 11924 1726884851.43059: handler run complete 11924 1726884851.43063: attempt loop complete, returning result 11924 1726884851.43065: variable 'item' from source: unknown 11924 1726884851.43067: variable 'item' from source: unknown ok: [managed_node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 11924 1726884851.43561: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.43564: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.43567: variable 'omit' from source: magic vars 11924 1726884851.43569: variable '__vars_file' from source: task vars 11924 1726884851.43960: variable 'role_path' from source: magic vars 11924 1726884851.43963: variable 'item' from source: unknown 11924 1726884851.43965: Evaluated conditional (__vars_file is file): True 11924 1726884851.43967: variable 'omit' from source: magic vars 11924 1726884851.43969: variable 'omit' from source: magic vars 11924 1726884851.43971: variable '__vars_file' from source: task vars 11924 1726884851.43973: variable '__vars_file' from source: task vars 11924 1726884851.44224: variable 'role_path' from source: magic vars 11924 1726884851.44234: variable 'item' from source: unknown 11924 1726884851.44253: variable 'omit' from source: magic vars 11924 1726884851.44278: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884851.44290: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884851.44299: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884851.44314: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884851.44660: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884851.44663: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.44665: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.44667: Set connection var ansible_shell_executable to /bin/sh 11924 1726884851.44860: Set connection var ansible_connection to ssh 11924 1726884851.44863: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884851.44866: Set connection var ansible_timeout to 10 11924 1726884851.44868: Set connection var ansible_pipelining to False 11924 1726884851.44870: Set connection var ansible_shell_type to sh 11924 1726884851.44872: variable 'ansible_shell_executable' from source: unknown 11924 1726884851.44874: variable 'ansible_connection' from source: unknown 11924 1726884851.44876: variable 'ansible_module_compression' from source: unknown 11924 1726884851.44878: variable 'ansible_shell_type' from source: unknown 11924 1726884851.44880: variable 'ansible_shell_executable' from source: unknown 11924 1726884851.44882: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.44884: variable 'ansible_pipelining' from source: unknown 11924 1726884851.44886: variable 'ansible_timeout' from source: unknown 11924 1726884851.44887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.44889: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884851.44892: variable 'omit' from source: magic vars 11924 1726884851.44894: starting attempt loop 11924 1726884851.44896: running the handler 11924 1726884851.45091: handler run complete 11924 1726884851.45103: attempt loop complete, returning result 11924 1726884851.45119: variable 'item' from source: unknown 11924 1726884851.45179: variable 'item' from source: unknown ok: [managed_node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 11924 1726884851.45560: dumping result to json 11924 1726884851.45563: done dumping result, returning 11924 1726884851.45566: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-f4c0-2290-0000000002d3] 11924 1726884851.45569: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000002d3 11924 1726884851.45619: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000002d3 11924 1726884851.45623: WORKER PROCESS EXITING 11924 1726884851.45692: no more pending results, returning what we have 11924 1726884851.45695: results queue empty 11924 1726884851.45696: checking for any_errors_fatal 11924 1726884851.45706: done checking for any_errors_fatal 11924 1726884851.45707: checking for max_fail_percentage 11924 1726884851.45708: done checking for max_fail_percentage 11924 1726884851.45709: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.45710: done checking to see if all hosts have failed 11924 1726884851.45710: getting the remaining hosts for this loop 11924 1726884851.45714: done getting the remaining hosts for this loop 11924 1726884851.45717: getting the next task for host managed_node2 11924 1726884851.45727: done getting next task for host managed_node2 11924 1726884851.45731: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 11924 1726884851.45734: ^ 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 11924 1726884851.45744: getting variables 11924 1726884851.45746: in VariableManager get_vars() 11924 1726884851.45780: Calling all_inventory to load vars for managed_node2 11924 1726884851.45782: Calling groups_inventory to load vars for managed_node2 11924 1726884851.45784: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.45793: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.45795: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.45800: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.47113: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.48545: done with get_vars() 11924 1726884851.48564: done getting variables TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 20 September 2024 22:14:11 -0400 (0:00:00.142) 0:00:16.827 ****** 11924 1726884851.48865: entering _queue_task() for managed_node2/stat 11924 1726884851.49333: worker is 1 (out of 1 available) 11924 1726884851.49346: exiting _queue_task() for managed_node2/stat 11924 1726884851.49362: done queuing things up, now waiting for results queue to drain 11924 1726884851.49364: waiting for pending results... 11924 1726884851.49848: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if system is ostree 11924 1726884851.50180: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000002d5 11924 1726884851.50195: variable 'ansible_search_path' from source: unknown 11924 1726884851.50317: variable 'ansible_search_path' from source: unknown 11924 1726884851.50352: calling self._execute() 11924 1726884851.50517: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.50537: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.50548: variable 'omit' from source: magic vars 11924 1726884851.51325: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884851.51924: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884851.52084: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884851.52121: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884851.52154: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884851.52426: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884851.52451: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884851.52478: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884851.52686: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884851.52808: variable '__storage_is_ostree' from source: set_fact 11924 1726884851.52819: Evaluated conditional (not __storage_is_ostree is defined): False 11924 1726884851.52822: when evaluation is False, skipping this task 11924 1726884851.52824: _execute() done 11924 1726884851.53078: dumping result to json 11924 1726884851.53081: done dumping result, returning 11924 1726884851.53084: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-f4c0-2290-0000000002d5] 11924 1726884851.53086: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000002d5 skipping: [managed_node2] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 11924 1726884851.53347: no more pending results, returning what we have 11924 1726884851.53351: results queue empty 11924 1726884851.53352: checking for any_errors_fatal 11924 1726884851.53366: done checking for any_errors_fatal 11924 1726884851.53367: checking for max_fail_percentage 11924 1726884851.53369: done checking for max_fail_percentage 11924 1726884851.53370: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.53371: done checking to see if all hosts have failed 11924 1726884851.53372: getting the remaining hosts for this loop 11924 1726884851.53374: done getting the remaining hosts for this loop 11924 1726884851.53378: getting the next task for host managed_node2 11924 1726884851.53385: done getting next task for host managed_node2 11924 1726884851.53389: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 11924 1726884851.53394: ^ 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 11924 1726884851.53409: getting variables 11924 1726884851.53412: in VariableManager get_vars() 11924 1726884851.53444: Calling all_inventory to load vars for managed_node2 11924 1726884851.53447: Calling groups_inventory to load vars for managed_node2 11924 1726884851.53449: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.53561: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.53565: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.53570: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000002d5 11924 1726884851.53574: WORKER PROCESS EXITING 11924 1726884851.53578: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.54466: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.55827: done with get_vars() 11924 1726884851.55842: done getting variables 11924 1726884851.55903: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 20 September 2024 22:14:11 -0400 (0:00:00.070) 0:00:16.898 ****** 11924 1726884851.55942: entering _queue_task() for managed_node2/set_fact 11924 1726884851.56209: worker is 1 (out of 1 available) 11924 1726884851.56221: exiting _queue_task() for managed_node2/set_fact 11924 1726884851.56234: done queuing things up, now waiting for results queue to drain 11924 1726884851.56235: waiting for pending results... 11924 1726884851.56527: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 11924 1726884851.56689: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000002d6 11924 1726884851.56712: variable 'ansible_search_path' from source: unknown 11924 1726884851.56720: variable 'ansible_search_path' from source: unknown 11924 1726884851.56758: calling self._execute() 11924 1726884851.56849: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.56861: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.56874: variable 'omit' from source: magic vars 11924 1726884851.57281: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884851.57822: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884851.57877: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884851.57927: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884851.57969: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884851.58068: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884851.58106: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884851.58141: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884851.58173: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884851.58308: variable '__storage_is_ostree' from source: set_fact 11924 1726884851.58332: Evaluated conditional (not __storage_is_ostree is defined): False 11924 1726884851.58339: when evaluation is False, skipping this task 11924 1726884851.58345: _execute() done 11924 1726884851.58351: dumping result to json 11924 1726884851.58360: done dumping result, returning 11924 1726884851.58370: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-f4c0-2290-0000000002d6] 11924 1726884851.58379: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000002d6 11924 1726884851.58517: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000002d6 11924 1726884851.58521: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 11924 1726884851.58579: no more pending results, returning what we have 11924 1726884851.58583: results queue empty 11924 1726884851.58584: checking for any_errors_fatal 11924 1726884851.58593: done checking for any_errors_fatal 11924 1726884851.58594: checking for max_fail_percentage 11924 1726884851.58595: done checking for max_fail_percentage 11924 1726884851.58596: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.58597: done checking to see if all hosts have failed 11924 1726884851.58600: getting the remaining hosts for this loop 11924 1726884851.58602: done getting the remaining hosts for this loop 11924 1726884851.58606: getting the next task for host managed_node2 11924 1726884851.58615: done getting next task for host managed_node2 11924 1726884851.58619: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 11924 1726884851.58622: ^ 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 11924 1726884851.58637: getting variables 11924 1726884851.58640: in VariableManager get_vars() 11924 1726884851.58948: Calling all_inventory to load vars for managed_node2 11924 1726884851.58951: Calling groups_inventory to load vars for managed_node2 11924 1726884851.58954: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.58964: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.58987: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.58992: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.59552: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.60193: done with get_vars() 11924 1726884851.60212: done getting variables 11924 1726884851.60280: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 20 September 2024 22:14:11 -0400 (0:00:00.043) 0:00:16.942 ****** 11924 1726884851.60313: entering _queue_task() for managed_node2/set_fact 11924 1726884851.60591: worker is 1 (out of 1 available) 11924 1726884851.60607: exiting _queue_task() for managed_node2/set_fact 11924 1726884851.60620: done queuing things up, now waiting for results queue to drain 11924 1726884851.60621: waiting for pending results... 11924 1726884851.60939: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 11924 1726884851.61043: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000267 11924 1726884851.61160: variable 'ansible_search_path' from source: unknown 11924 1726884851.61165: variable 'ansible_search_path' from source: unknown 11924 1726884851.61168: calling self._execute() 11924 1726884851.61220: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.61234: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.61243: variable 'omit' from source: magic vars 11924 1726884851.61346: variable 'omit' from source: magic vars 11924 1726884851.61389: variable 'omit' from source: magic vars 11924 1726884851.61427: variable 'omit' from source: magic vars 11924 1726884851.61471: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884851.61509: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884851.61760: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884851.61764: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884851.61766: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884851.61768: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884851.61771: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884851.61773: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884851.61775: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.61777: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.61779: Set connection var ansible_shell_executable to /bin/sh 11924 1726884851.61781: Set connection var ansible_connection to ssh 11924 1726884851.61783: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884851.61861: Set connection var ansible_timeout to 10 11924 1726884851.61865: Set connection var ansible_pipelining to False 11924 1726884851.61867: Set connection var ansible_shell_type to sh 11924 1726884851.61878: variable 'ansible_shell_executable' from source: unknown 11924 1726884851.61885: variable 'ansible_connection' from source: unknown 11924 1726884851.61893: variable 'ansible_module_compression' from source: unknown 11924 1726884851.61903: variable 'ansible_shell_type' from source: unknown 11924 1726884851.61924: variable 'ansible_shell_executable' from source: unknown 11924 1726884851.62023: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.62028: variable 'ansible_pipelining' from source: unknown 11924 1726884851.62030: variable 'ansible_timeout' from source: unknown 11924 1726884851.62032: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.62149: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884851.62153: variable 'omit' from source: magic vars 11924 1726884851.62157: starting attempt loop 11924 1726884851.62159: running the handler 11924 1726884851.62161: handler run complete 11924 1726884851.62241: attempt loop complete, returning result 11924 1726884851.62244: _execute() done 11924 1726884851.62247: dumping result to json 11924 1726884851.62254: done dumping result, returning 11924 1726884851.62262: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [0affc8a3-6f6f-f4c0-2290-000000000267] 11924 1726884851.62265: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000267 11924 1726884851.62332: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000267 11924 1726884851.62335: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 11924 1726884851.62438: no more pending results, returning what we have 11924 1726884851.62442: results queue empty 11924 1726884851.62443: checking for any_errors_fatal 11924 1726884851.62450: done checking for any_errors_fatal 11924 1726884851.62457: checking for max_fail_percentage 11924 1726884851.62468: done checking for max_fail_percentage 11924 1726884851.62470: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.62470: done checking to see if all hosts have failed 11924 1726884851.62471: getting the remaining hosts for this loop 11924 1726884851.62474: done getting the remaining hosts for this loop 11924 1726884851.62478: getting the next task for host managed_node2 11924 1726884851.62487: done getting next task for host managed_node2 11924 1726884851.62490: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 11924 1726884851.62494: ^ 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 11924 1726884851.62507: getting variables 11924 1726884851.62508: in VariableManager get_vars() 11924 1726884851.62543: Calling all_inventory to load vars for managed_node2 11924 1726884851.62545: Calling groups_inventory to load vars for managed_node2 11924 1726884851.62547: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.62558: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.62560: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.62563: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.63144: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.63668: done with get_vars() 11924 1726884851.63683: done getting variables 11924 1726884851.63741: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 20 September 2024 22:14:11 -0400 (0:00:00.034) 0:00:16.976 ****** 11924 1726884851.63774: entering _queue_task() for managed_node2/set_fact 11924 1726884851.64018: worker is 1 (out of 1 available) 11924 1726884851.64031: exiting _queue_task() for managed_node2/set_fact 11924 1726884851.64044: done queuing things up, now waiting for results queue to drain 11924 1726884851.64045: waiting for pending results... 11924 1726884851.64506: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 11924 1726884851.64613: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000268 11924 1726884851.64657: variable 'ansible_search_path' from source: unknown 11924 1726884851.64660: variable 'ansible_search_path' from source: unknown 11924 1726884851.64684: calling self._execute() 11924 1726884851.64860: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.64870: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.64873: variable 'omit' from source: magic vars 11924 1726884851.64981: variable 'omit' from source: magic vars 11924 1726884851.64983: variable 'omit' from source: magic vars 11924 1726884851.65019: variable 'omit' from source: magic vars 11924 1726884851.65065: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884851.65123: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884851.65139: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884851.65154: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884851.65164: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884851.65195: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884851.65209: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884851.65244: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884851.65247: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.65250: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.65460: Set connection var ansible_shell_executable to /bin/sh 11924 1726884851.65464: Set connection var ansible_connection to ssh 11924 1726884851.65466: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884851.65469: Set connection var ansible_timeout to 10 11924 1726884851.65471: Set connection var ansible_pipelining to False 11924 1726884851.65473: Set connection var ansible_shell_type to sh 11924 1726884851.65475: variable 'ansible_shell_executable' from source: unknown 11924 1726884851.65476: variable 'ansible_connection' from source: unknown 11924 1726884851.65479: variable 'ansible_module_compression' from source: unknown 11924 1726884851.65480: variable 'ansible_shell_type' from source: unknown 11924 1726884851.65483: variable 'ansible_shell_executable' from source: unknown 11924 1726884851.65484: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.65491: variable 'ansible_pipelining' from source: unknown 11924 1726884851.65493: variable 'ansible_timeout' from source: unknown 11924 1726884851.65494: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.65602: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884851.65622: variable 'omit' from source: magic vars 11924 1726884851.65632: starting attempt loop 11924 1726884851.65639: running the handler 11924 1726884851.65657: handler run complete 11924 1726884851.65677: attempt loop complete, returning result 11924 1726884851.65684: _execute() done 11924 1726884851.65690: dumping result to json 11924 1726884851.65698: done dumping result, returning 11924 1726884851.65712: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [0affc8a3-6f6f-f4c0-2290-000000000268] 11924 1726884851.65722: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000268 ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 11924 1726884851.65978: no more pending results, returning what we have 11924 1726884851.65982: results queue empty 11924 1726884851.65983: checking for any_errors_fatal 11924 1726884851.65993: done checking for any_errors_fatal 11924 1726884851.65993: checking for max_fail_percentage 11924 1726884851.65995: done checking for max_fail_percentage 11924 1726884851.65996: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.65997: done checking to see if all hosts have failed 11924 1726884851.65998: getting the remaining hosts for this loop 11924 1726884851.66000: done getting the remaining hosts for this loop 11924 1726884851.66003: getting the next task for host managed_node2 11924 1726884851.66012: done getting next task for host managed_node2 11924 1726884851.66017: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 11924 1726884851.66020: ^ 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 11924 1726884851.66032: getting variables 11924 1726884851.66034: in VariableManager get_vars() 11924 1726884851.66168: Calling all_inventory to load vars for managed_node2 11924 1726884851.66170: Calling groups_inventory to load vars for managed_node2 11924 1726884851.66174: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.66184: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.66187: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.66190: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.66688: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000268 11924 1726884851.66691: WORKER PROCESS EXITING 11924 1726884851.66713: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.67271: done with get_vars() 11924 1726884851.67281: done getting variables TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 20 September 2024 22:14:11 -0400 (0:00:00.035) 0:00:17.012 ****** 11924 1726884851.67341: entering _queue_task() for managed_node2/include_tasks 11924 1726884851.67519: worker is 1 (out of 1 available) 11924 1726884851.67533: exiting _queue_task() for managed_node2/include_tasks 11924 1726884851.67546: done queuing things up, now waiting for results queue to drain 11924 1726884851.67547: waiting for pending results... 11924 1726884851.67727: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 11924 1726884851.67799: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000269 11924 1726884851.67815: variable 'ansible_search_path' from source: unknown 11924 1726884851.67819: variable 'ansible_search_path' from source: unknown 11924 1726884851.67843: calling self._execute() 11924 1726884851.67910: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.67914: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.67923: variable 'omit' from source: magic vars 11924 1726884851.68148: variable 'storage_provider' from source: role '' defaults 11924 1726884851.68159: _execute() done 11924 1726884851.68162: dumping result to json 11924 1726884851.68166: done dumping result, returning 11924 1726884851.68173: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-f4c0-2290-000000000269] 11924 1726884851.68179: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000269 11924 1726884851.68316: no more pending results, returning what we have 11924 1726884851.68321: in VariableManager get_vars() 11924 1726884851.68360: Calling all_inventory to load vars for managed_node2 11924 1726884851.68363: Calling groups_inventory to load vars for managed_node2 11924 1726884851.68367: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.68379: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.68382: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.68385: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.68863: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000269 11924 1726884851.68867: WORKER PROCESS EXITING 11924 1726884851.68888: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.69491: done with get_vars() 11924 1726884851.69499: variable 'ansible_search_path' from source: unknown 11924 1726884851.69500: variable 'ansible_search_path' from source: unknown 11924 1726884851.69529: we have included files to process 11924 1726884851.69533: generating all_blocks data 11924 1726884851.69535: done generating all_blocks data 11924 1726884851.69539: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884851.69540: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884851.69542: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884851.70064: in VariableManager get_vars() 11924 1726884851.70081: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884851.71190: done processing included file 11924 1726884851.71192: iterating over new_blocks loaded from include file 11924 1726884851.71193: in VariableManager get_vars() 11924 1726884851.71205: done with get_vars() 11924 1726884851.71206: filtering new block on tags 11924 1726884851.71265: done filtering new block on tags 11924 1726884851.71267: in VariableManager get_vars() 11924 1726884851.71277: done with get_vars() 11924 1726884851.71278: filtering new block on tags 11924 1726884851.71343: done filtering new block on tags 11924 1726884851.71345: in VariableManager get_vars() 11924 1726884851.71357: done with get_vars() 11924 1726884851.71359: filtering new block on tags 11924 1726884851.71429: done filtering new block on tags 11924 1726884851.71430: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node2 11924 1726884851.71434: extending task lists for all hosts with included blocks 11924 1726884851.71708: done extending task lists 11924 1726884851.71709: done processing included files 11924 1726884851.71709: results queue empty 11924 1726884851.71710: checking for any_errors_fatal 11924 1726884851.71712: done checking for any_errors_fatal 11924 1726884851.71712: checking for max_fail_percentage 11924 1726884851.71713: done checking for max_fail_percentage 11924 1726884851.71713: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.71714: done checking to see if all hosts have failed 11924 1726884851.71714: getting the remaining hosts for this loop 11924 1726884851.71715: done getting the remaining hosts for this loop 11924 1726884851.71717: getting the next task for host managed_node2 11924 1726884851.71720: done getting next task for host managed_node2 11924 1726884851.71721: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 11924 1726884851.71723: ^ 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 11924 1726884851.71731: getting variables 11924 1726884851.71732: in VariableManager get_vars() 11924 1726884851.71740: Calling all_inventory to load vars for managed_node2 11924 1726884851.71741: Calling groups_inventory to load vars for managed_node2 11924 1726884851.71742: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.71745: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.71747: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.71748: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.72127: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.75124: done with get_vars() 11924 1726884851.75140: done getting variables 11924 1726884851.75186: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 20 September 2024 22:14:11 -0400 (0:00:00.078) 0:00:17.091 ****** 11924 1726884851.75213: entering _queue_task() for managed_node2/package 11924 1726884851.75515: worker is 1 (out of 1 available) 11924 1726884851.75528: exiting _queue_task() for managed_node2/package 11924 1726884851.75542: done queuing things up, now waiting for results queue to drain 11924 1726884851.75543: waiting for pending results... 11924 1726884851.75833: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 11924 1726884851.75954: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000030b 11924 1726884851.75966: variable 'ansible_search_path' from source: unknown 11924 1726884851.75970: variable 'ansible_search_path' from source: unknown 11924 1726884851.75996: calling self._execute() 11924 1726884851.76073: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.76076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.76088: variable 'omit' from source: magic vars 11924 1726884851.76470: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884851.76715: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884851.76879: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884851.76883: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884851.76886: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884851.76929: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884851.76949: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884851.76987: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884851.76997: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884851.77175: variable 'storage_skip_checks' from source: set_fact 11924 1726884851.77179: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 11924 1726884851.77181: when evaluation is False, skipping this task 11924 1726884851.77183: _execute() done 11924 1726884851.77185: dumping result to json 11924 1726884851.77189: done dumping result, returning 11924 1726884851.77192: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-f4c0-2290-00000000030b] 11924 1726884851.77195: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000030b 11924 1726884851.77294: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000030b 11924 1726884851.77299: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884851.77358: no more pending results, returning what we have 11924 1726884851.77362: results queue empty 11924 1726884851.77362: checking for any_errors_fatal 11924 1726884851.77364: done checking for any_errors_fatal 11924 1726884851.77364: checking for max_fail_percentage 11924 1726884851.77365: done checking for max_fail_percentage 11924 1726884851.77366: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.77367: done checking to see if all hosts have failed 11924 1726884851.77368: getting the remaining hosts for this loop 11924 1726884851.77370: done getting the remaining hosts for this loop 11924 1726884851.77373: getting the next task for host managed_node2 11924 1726884851.77378: done getting next task for host managed_node2 11924 1726884851.77381: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 11924 1726884851.77385: ^ 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 11924 1726884851.77401: getting variables 11924 1726884851.77402: in VariableManager get_vars() 11924 1726884851.77428: Calling all_inventory to load vars for managed_node2 11924 1726884851.77430: Calling groups_inventory to load vars for managed_node2 11924 1726884851.77432: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.77440: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.77442: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.77444: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.77871: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.78271: done with get_vars() 11924 1726884851.78281: done getting variables 11924 1726884851.78319: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 20 September 2024 22:14:11 -0400 (0:00:00.031) 0:00:17.122 ****** 11924 1726884851.78341: entering _queue_task() for managed_node2/debug 11924 1726884851.78518: worker is 1 (out of 1 available) 11924 1726884851.78529: exiting _queue_task() for managed_node2/debug 11924 1726884851.78541: done queuing things up, now waiting for results queue to drain 11924 1726884851.78543: waiting for pending results... 11924 1726884851.78710: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_pools 11924 1726884851.78807: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000030c 11924 1726884851.78818: variable 'ansible_search_path' from source: unknown 11924 1726884851.78821: variable 'ansible_search_path' from source: unknown 11924 1726884851.78847: calling self._execute() 11924 1726884851.78913: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.78917: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.78925: variable 'omit' from source: magic vars 11924 1726884851.79005: variable 'omit' from source: magic vars 11924 1726884851.79048: variable 'omit' from source: magic vars 11924 1726884851.79072: variable 'omit' from source: magic vars 11924 1726884851.79108: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884851.79135: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884851.79151: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884851.79166: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884851.79175: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884851.79188: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884851.79207: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884851.79229: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884851.79232: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.79234: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.79317: Set connection var ansible_shell_executable to /bin/sh 11924 1726884851.79321: Set connection var ansible_connection to ssh 11924 1726884851.79323: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884851.79326: Set connection var ansible_timeout to 10 11924 1726884851.79331: Set connection var ansible_pipelining to False 11924 1726884851.79334: Set connection var ansible_shell_type to sh 11924 1726884851.79358: variable 'ansible_shell_executable' from source: unknown 11924 1726884851.79361: variable 'ansible_connection' from source: unknown 11924 1726884851.79364: variable 'ansible_module_compression' from source: unknown 11924 1726884851.79366: variable 'ansible_shell_type' from source: unknown 11924 1726884851.79368: variable 'ansible_shell_executable' from source: unknown 11924 1726884851.79370: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.79375: variable 'ansible_pipelining' from source: unknown 11924 1726884851.79377: variable 'ansible_timeout' from source: unknown 11924 1726884851.79381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.79503: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884851.79513: variable 'omit' from source: magic vars 11924 1726884851.79518: starting attempt loop 11924 1726884851.79521: running the handler 11924 1726884851.79562: variable 'storage_pools' from source: include params 11924 1726884851.79697: variable 'storage_pools' from source: include params 11924 1726884851.79710: variable 'unused_disks' from source: set_fact 11924 1726884851.79762: variable 'unused_disks' from source: set_fact 11924 1726884851.79804: variable 'volume_size' from source: play vars 11924 1726884851.79849: variable 'volume_size' from source: play vars 11924 1726884851.79860: variable 'mount_location' from source: play vars 11924 1726884851.79905: variable 'mount_location' from source: play vars 11924 1726884851.79934: handler run complete 11924 1726884851.79947: attempt loop complete, returning result 11924 1726884851.79950: _execute() done 11924 1726884851.79953: dumping result to json 11924 1726884851.79957: done dumping result, returning 11924 1726884851.79965: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-f4c0-2290-00000000030c] 11924 1726884851.79976: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000030c 11924 1726884851.80053: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000030c 11924 1726884851.80058: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } 11924 1726884851.80132: no more pending results, returning what we have 11924 1726884851.80134: results queue empty 11924 1726884851.80135: checking for any_errors_fatal 11924 1726884851.80140: done checking for any_errors_fatal 11924 1726884851.80141: checking for max_fail_percentage 11924 1726884851.80142: done checking for max_fail_percentage 11924 1726884851.80143: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.80144: done checking to see if all hosts have failed 11924 1726884851.80144: getting the remaining hosts for this loop 11924 1726884851.80146: done getting the remaining hosts for this loop 11924 1726884851.80149: getting the next task for host managed_node2 11924 1726884851.80154: done getting next task for host managed_node2 11924 1726884851.80160: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 11924 1726884851.80163: ^ 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 11924 1726884851.80171: getting variables 11924 1726884851.80173: in VariableManager get_vars() 11924 1726884851.80199: Calling all_inventory to load vars for managed_node2 11924 1726884851.80201: Calling groups_inventory to load vars for managed_node2 11924 1726884851.80203: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.80210: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.80213: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.80215: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.80521: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.81066: done with get_vars() 11924 1726884851.81086: done getting variables 11924 1726884851.81157: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 20 September 2024 22:14:11 -0400 (0:00:00.028) 0:00:17.150 ****** 11924 1726884851.81196: entering _queue_task() for managed_node2/debug 11924 1726884851.81452: worker is 1 (out of 1 available) 11924 1726884851.81469: exiting _queue_task() for managed_node2/debug 11924 1726884851.81481: done queuing things up, now waiting for results queue to drain 11924 1726884851.81483: waiting for pending results... 11924 1726884851.81783: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_volumes 11924 1726884851.81960: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000030d 11924 1726884851.81964: variable 'ansible_search_path' from source: unknown 11924 1726884851.81966: variable 'ansible_search_path' from source: unknown 11924 1726884851.81969: calling self._execute() 11924 1726884851.82047: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.82061: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.82079: variable 'omit' from source: magic vars 11924 1726884851.82170: variable 'omit' from source: magic vars 11924 1726884851.82320: variable 'omit' from source: magic vars 11924 1726884851.82324: variable 'omit' from source: magic vars 11924 1726884851.82327: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884851.82339: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884851.82366: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884851.82380: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884851.82389: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884851.82414: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884851.82418: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884851.82443: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884851.82446: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.82448: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.82541: Set connection var ansible_shell_executable to /bin/sh 11924 1726884851.82583: Set connection var ansible_connection to ssh 11924 1726884851.82607: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884851.82611: Set connection var ansible_timeout to 10 11924 1726884851.82614: Set connection var ansible_pipelining to False 11924 1726884851.82616: Set connection var ansible_shell_type to sh 11924 1726884851.82619: variable 'ansible_shell_executable' from source: unknown 11924 1726884851.82622: variable 'ansible_connection' from source: unknown 11924 1726884851.82624: variable 'ansible_module_compression' from source: unknown 11924 1726884851.82631: variable 'ansible_shell_type' from source: unknown 11924 1726884851.82634: variable 'ansible_shell_executable' from source: unknown 11924 1726884851.82636: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.82642: variable 'ansible_pipelining' from source: unknown 11924 1726884851.82644: variable 'ansible_timeout' from source: unknown 11924 1726884851.82646: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.82772: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884851.82781: variable 'omit' from source: magic vars 11924 1726884851.82787: starting attempt loop 11924 1726884851.82790: running the handler 11924 1726884851.83022: handler run complete 11924 1726884851.83035: attempt loop complete, returning result 11924 1726884851.83038: _execute() done 11924 1726884851.83041: dumping result to json 11924 1726884851.83043: done dumping result, returning 11924 1726884851.83049: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-f4c0-2290-00000000030d] 11924 1726884851.83054: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000030d 11924 1726884851.83167: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000030d 11924 1726884851.83170: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 11924 1726884851.83240: no more pending results, returning what we have 11924 1726884851.83243: results queue empty 11924 1726884851.83243: checking for any_errors_fatal 11924 1726884851.83249: done checking for any_errors_fatal 11924 1726884851.83249: checking for max_fail_percentage 11924 1726884851.83251: done checking for max_fail_percentage 11924 1726884851.83251: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.83252: done checking to see if all hosts have failed 11924 1726884851.83253: getting the remaining hosts for this loop 11924 1726884851.83254: done getting the remaining hosts for this loop 11924 1726884851.83259: getting the next task for host managed_node2 11924 1726884851.83264: done getting next task for host managed_node2 11924 1726884851.83268: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 11924 1726884851.83271: ^ 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 11924 1726884851.83279: getting variables 11924 1726884851.83281: in VariableManager get_vars() 11924 1726884851.83311: Calling all_inventory to load vars for managed_node2 11924 1726884851.83317: Calling groups_inventory to load vars for managed_node2 11924 1726884851.83320: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.83332: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.83343: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.83348: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.83669: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.84032: done with get_vars() 11924 1726884851.84041: done getting variables TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 20 September 2024 22:14:11 -0400 (0:00:00.029) 0:00:17.179 ****** 11924 1726884851.84101: entering _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884851.84283: worker is 1 (out of 1 available) 11924 1726884851.84296: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884851.84308: done queuing things up, now waiting for results queue to drain 11924 1726884851.84310: waiting for pending results... 11924 1726884851.84477: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get required packages 11924 1726884851.84613: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000030e 11924 1726884851.84629: variable 'ansible_search_path' from source: unknown 11924 1726884851.84646: variable 'ansible_search_path' from source: unknown 11924 1726884851.84671: calling self._execute() 11924 1726884851.84804: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.84807: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.84832: variable 'omit' from source: magic vars 11924 1726884851.85161: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884851.85369: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884851.85403: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884851.85431: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884851.85622: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884851.85625: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884851.85627: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884851.85649: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884851.85681: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884851.85827: variable 'storage_skip_checks' from source: set_fact 11924 1726884851.85857: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884851.85866: when evaluation is False, skipping this task 11924 1726884851.85874: _execute() done 11924 1726884851.85880: dumping result to json 11924 1726884851.85886: done dumping result, returning 11924 1726884851.85896: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-f4c0-2290-00000000030e] 11924 1726884851.85906: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000030e 11924 1726884851.86161: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000030e 11924 1726884851.86164: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884851.86216: no more pending results, returning what we have 11924 1726884851.86219: results queue empty 11924 1726884851.86220: checking for any_errors_fatal 11924 1726884851.86225: done checking for any_errors_fatal 11924 1726884851.86226: checking for max_fail_percentage 11924 1726884851.86227: done checking for max_fail_percentage 11924 1726884851.86228: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.86229: done checking to see if all hosts have failed 11924 1726884851.86229: getting the remaining hosts for this loop 11924 1726884851.86231: done getting the remaining hosts for this loop 11924 1726884851.86235: getting the next task for host managed_node2 11924 1726884851.86242: done getting next task for host managed_node2 11924 1726884851.86250: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 11924 1726884851.86254: ^ 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 11924 1726884851.86273: getting variables 11924 1726884851.86274: in VariableManager get_vars() 11924 1726884851.86314: Calling all_inventory to load vars for managed_node2 11924 1726884851.86317: Calling groups_inventory to load vars for managed_node2 11924 1726884851.86320: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.86329: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.86332: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.86335: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.86875: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.87296: done with get_vars() 11924 1726884851.87309: done getting variables TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 20 September 2024 22:14:11 -0400 (0:00:00.033) 0:00:17.213 ****** 11924 1726884851.87428: entering _queue_task() for managed_node2/include_tasks 11924 1726884851.87674: worker is 1 (out of 1 available) 11924 1726884851.87691: exiting _queue_task() for managed_node2/include_tasks 11924 1726884851.87703: done queuing things up, now waiting for results queue to drain 11924 1726884851.87704: waiting for pending results... 11924 1726884851.87933: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 11924 1726884851.88054: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000030f 11924 1726884851.88105: variable 'ansible_search_path' from source: unknown 11924 1726884851.88109: variable 'ansible_search_path' from source: unknown 11924 1726884851.88141: calling self._execute() 11924 1726884851.88258: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.88262: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.88264: variable 'omit' from source: magic vars 11924 1726884851.89104: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884851.89316: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884851.89370: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884851.89405: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884851.89549: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884851.89617: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884851.89661: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884851.89694: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884851.89735: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884851.89980: variable 'storage_skip_checks' from source: set_fact 11924 1726884851.89983: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884851.89986: when evaluation is False, skipping this task 11924 1726884851.89988: _execute() done 11924 1726884851.89990: dumping result to json 11924 1726884851.89992: done dumping result, returning 11924 1726884851.89995: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-f4c0-2290-00000000030f] 11924 1726884851.89997: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000030f 11924 1726884851.90161: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000030f 11924 1726884851.90172: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884851.90219: no more pending results, returning what we have 11924 1726884851.90223: results queue empty 11924 1726884851.90224: checking for any_errors_fatal 11924 1726884851.90233: done checking for any_errors_fatal 11924 1726884851.90234: checking for max_fail_percentage 11924 1726884851.90236: done checking for max_fail_percentage 11924 1726884851.90237: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.90237: done checking to see if all hosts have failed 11924 1726884851.90238: getting the remaining hosts for this loop 11924 1726884851.90240: done getting the remaining hosts for this loop 11924 1726884851.90244: getting the next task for host managed_node2 11924 1726884851.90252: done getting next task for host managed_node2 11924 1726884851.90361: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 11924 1726884851.90366: ^ 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 11924 1726884851.90389: getting variables 11924 1726884851.90391: in VariableManager get_vars() 11924 1726884851.90427: Calling all_inventory to load vars for managed_node2 11924 1726884851.90429: Calling groups_inventory to load vars for managed_node2 11924 1726884851.90432: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.90441: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.90444: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.90448: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.91083: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.91605: done with get_vars() 11924 1726884851.91616: done getting variables 11924 1726884851.91653: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 20 September 2024 22:14:11 -0400 (0:00:00.042) 0:00:17.255 ****** 11924 1726884851.91697: entering _queue_task() for managed_node2/package 11924 1726884851.91936: worker is 1 (out of 1 available) 11924 1726884851.91948: exiting _queue_task() for managed_node2/package 11924 1726884851.91965: done queuing things up, now waiting for results queue to drain 11924 1726884851.91967: waiting for pending results... 11924 1726884851.92180: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 11924 1726884851.92457: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000310 11924 1726884851.92461: variable 'ansible_search_path' from source: unknown 11924 1726884851.92464: variable 'ansible_search_path' from source: unknown 11924 1726884851.92466: calling self._execute() 11924 1726884851.92563: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.92566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.92569: variable 'omit' from source: magic vars 11924 1726884851.92979: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884851.93675: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884851.93680: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884851.93683: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884851.93786: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884851.93869: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884851.93903: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884851.93958: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884851.94013: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884851.94179: variable 'storage_skip_checks' from source: set_fact 11924 1726884851.94266: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884851.94269: when evaluation is False, skipping this task 11924 1726884851.94272: _execute() done 11924 1726884851.94360: dumping result to json 11924 1726884851.94364: done dumping result, returning 11924 1726884851.94367: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-f4c0-2290-000000000310] 11924 1726884851.94370: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000310 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884851.94517: no more pending results, returning what we have 11924 1726884851.94520: results queue empty 11924 1726884851.94521: checking for any_errors_fatal 11924 1726884851.94526: done checking for any_errors_fatal 11924 1726884851.94527: checking for max_fail_percentage 11924 1726884851.94529: done checking for max_fail_percentage 11924 1726884851.94529: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.94530: done checking to see if all hosts have failed 11924 1726884851.94531: getting the remaining hosts for this loop 11924 1726884851.94532: done getting the remaining hosts for this loop 11924 1726884851.94535: getting the next task for host managed_node2 11924 1726884851.94564: done getting next task for host managed_node2 11924 1726884851.94569: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 11924 1726884851.94572: ^ 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 11924 1726884851.94582: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000310 11924 1726884851.94585: WORKER PROCESS EXITING 11924 1726884851.94595: getting variables 11924 1726884851.94596: in VariableManager get_vars() 11924 1726884851.94644: Calling all_inventory to load vars for managed_node2 11924 1726884851.94660: Calling groups_inventory to load vars for managed_node2 11924 1726884851.94664: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.94681: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.94687: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.94692: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.95007: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.95583: done with get_vars() 11924 1726884851.95595: done getting variables TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 20 September 2024 22:14:11 -0400 (0:00:00.039) 0:00:17.295 ****** 11924 1726884851.95658: entering _queue_task() for managed_node2/service_facts 11924 1726884851.95838: worker is 1 (out of 1 available) 11924 1726884851.95852: exiting _queue_task() for managed_node2/service_facts 11924 1726884851.95867: done queuing things up, now waiting for results queue to drain 11924 1726884851.95869: waiting for pending results... 11924 1726884851.96022: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get service facts 11924 1726884851.96129: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000311 11924 1726884851.96360: variable 'ansible_search_path' from source: unknown 11924 1726884851.96367: variable 'ansible_search_path' from source: unknown 11924 1726884851.96375: calling self._execute() 11924 1726884851.96381: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884851.96385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884851.96392: variable 'omit' from source: magic vars 11924 1726884851.96733: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884851.97023: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884851.97080: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884851.97124: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884851.97202: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884851.97289: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884851.97325: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884851.97526: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884851.97554: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884851.98099: variable 'storage_skip_checks' from source: set_fact 11924 1726884851.98163: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 11924 1726884851.98201: when evaluation is False, skipping this task 11924 1726884851.98215: _execute() done 11924 1726884851.98223: dumping result to json 11924 1726884851.98234: done dumping result, returning 11924 1726884851.98253: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-f4c0-2290-000000000311] 11924 1726884851.98280: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000311 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884851.98509: no more pending results, returning what we have 11924 1726884851.98512: results queue empty 11924 1726884851.98513: checking for any_errors_fatal 11924 1726884851.98519: done checking for any_errors_fatal 11924 1726884851.98520: checking for max_fail_percentage 11924 1726884851.98521: done checking for max_fail_percentage 11924 1726884851.98522: checking to see if all hosts have failed and the running result is not ok 11924 1726884851.98523: done checking to see if all hosts have failed 11924 1726884851.98524: getting the remaining hosts for this loop 11924 1726884851.98526: done getting the remaining hosts for this loop 11924 1726884851.98530: getting the next task for host managed_node2 11924 1726884851.98546: done getting next task for host managed_node2 11924 1726884851.98550: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 11924 1726884851.98554: ^ 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 11924 1726884851.98566: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000311 11924 1726884851.98568: WORKER PROCESS EXITING 11924 1726884851.98581: getting variables 11924 1726884851.98583: in VariableManager get_vars() 11924 1726884851.98610: Calling all_inventory to load vars for managed_node2 11924 1726884851.98612: Calling groups_inventory to load vars for managed_node2 11924 1726884851.98614: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884851.98637: Calling all_plugins_play to load vars for managed_node2 11924 1726884851.98640: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884851.98682: Calling groups_plugins_play to load vars for managed_node2 11924 1726884851.99150: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884851.99631: done with get_vars() 11924 1726884851.99643: done getting variables 11924 1726884851.99709: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 20 September 2024 22:14:11 -0400 (0:00:00.040) 0:00:17.336 ****** 11924 1726884851.99744: entering _queue_task() for managed_node2/set_fact 11924 1726884852.00034: worker is 1 (out of 1 available) 11924 1726884852.00270: exiting _queue_task() for managed_node2/set_fact 11924 1726884852.00280: done queuing things up, now waiting for results queue to drain 11924 1726884852.00282: waiting for pending results... 11924 1726884852.00350: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 11924 1726884852.00508: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000312 11924 1726884852.00533: variable 'ansible_search_path' from source: unknown 11924 1726884852.00542: variable 'ansible_search_path' from source: unknown 11924 1726884852.00582: calling self._execute() 11924 1726884852.00674: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884852.00685: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884852.00700: variable 'omit' from source: magic vars 11924 1726884852.00818: variable 'omit' from source: magic vars 11924 1726884852.00903: variable 'omit' from source: magic vars 11924 1726884852.01305: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884852.03634: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884852.03704: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884852.03732: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884852.03758: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884852.03781: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884852.03836: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884852.03858: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884852.03879: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884852.03907: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884852.03918: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884852.03950: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884852.03969: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884852.04035: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884852.04083: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884852.04113: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884852.04385: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884852.04388: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884852.04390: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884852.04397: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884852.04401: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884852.04552: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884852.04673: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884852.04709: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884852.04795: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884852.04852: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884852.04926: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884852.05060: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884852.05063: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884852.05065: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884852.05070: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884852.05260: variable 'ansible_facts' from source: unknown 11924 1726884852.05472: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884852.05599: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884852.05626: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884852.05647: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884852.05670: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884852.05704: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884852.05720: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884852.05739: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884852.05757: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884852.06264: variable 'omit' from source: magic vars 11924 1726884852.06267: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884852.06270: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884852.06278: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884852.06302: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884852.06311: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884852.06324: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884852.06336: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884852.06361: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884852.06364: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884852.06366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884852.06623: Set connection var ansible_shell_executable to /bin/sh 11924 1726884852.06626: Set connection var ansible_connection to ssh 11924 1726884852.06634: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884852.06637: Set connection var ansible_timeout to 10 11924 1726884852.06639: Set connection var ansible_pipelining to False 11924 1726884852.06642: Set connection var ansible_shell_type to sh 11924 1726884852.06644: variable 'ansible_shell_executable' from source: unknown 11924 1726884852.06646: variable 'ansible_connection' from source: unknown 11924 1726884852.06648: variable 'ansible_module_compression' from source: unknown 11924 1726884852.06654: variable 'ansible_shell_type' from source: unknown 11924 1726884852.06658: variable 'ansible_shell_executable' from source: unknown 11924 1726884852.06661: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884852.06663: variable 'ansible_pipelining' from source: unknown 11924 1726884852.06665: variable 'ansible_timeout' from source: unknown 11924 1726884852.06667: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884852.06860: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884852.06864: variable 'omit' from source: magic vars 11924 1726884852.06866: starting attempt loop 11924 1726884852.06870: running the handler 11924 1726884852.06872: handler run complete 11924 1726884852.06874: attempt loop complete, returning result 11924 1726884852.06876: _execute() done 11924 1726884852.06878: dumping result to json 11924 1726884852.06880: done dumping result, returning 11924 1726884852.06881: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-f4c0-2290-000000000312] 11924 1726884852.06885: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000312 11924 1726884852.06959: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000312 11924 1726884852.06962: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 11924 1726884852.07047: no more pending results, returning what we have 11924 1726884852.07052: results queue empty 11924 1726884852.07053: checking for any_errors_fatal 11924 1726884852.07065: done checking for any_errors_fatal 11924 1726884852.07066: checking for max_fail_percentage 11924 1726884852.07068: done checking for max_fail_percentage 11924 1726884852.07068: checking to see if all hosts have failed and the running result is not ok 11924 1726884852.07069: done checking to see if all hosts have failed 11924 1726884852.07070: getting the remaining hosts for this loop 11924 1726884852.07071: done getting the remaining hosts for this loop 11924 1726884852.07075: getting the next task for host managed_node2 11924 1726884852.07086: done getting next task for host managed_node2 11924 1726884852.07090: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 11924 1726884852.07096: ^ 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 11924 1726884852.07108: getting variables 11924 1726884852.07109: in VariableManager get_vars() 11924 1726884852.07144: Calling all_inventory to load vars for managed_node2 11924 1726884852.07147: Calling groups_inventory to load vars for managed_node2 11924 1726884852.07149: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884852.07193: Calling all_plugins_play to load vars for managed_node2 11924 1726884852.07198: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884852.07204: Calling groups_plugins_play to load vars for managed_node2 11924 1726884852.07642: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884852.07984: done with get_vars() 11924 1726884852.07994: done getting variables TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 20 September 2024 22:14:12 -0400 (0:00:00.083) 0:00:17.419 ****** 11924 1726884852.08061: entering _queue_task() for managed_node2/systemd 11924 1726884852.08248: worker is 1 (out of 1 available) 11924 1726884852.08262: exiting _queue_task() for managed_node2/systemd 11924 1726884852.08275: done queuing things up, now waiting for results queue to drain 11924 1726884852.08276: waiting for pending results... 11924 1726884852.08450: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 11924 1726884852.08538: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000314 11924 1726884852.08550: variable 'ansible_search_path' from source: unknown 11924 1726884852.08554: variable 'ansible_search_path' from source: unknown 11924 1726884852.08593: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884852.08748: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884852.08789: dumping result to json 11924 1726884852.08792: done dumping result, returning 11924 1726884852.08799: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-f4c0-2290-000000000314] 11924 1726884852.08808: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000314 11924 1726884852.08903: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000314 11924 1726884852.08906: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884852.08975: no more pending results, returning what we have 11924 1726884852.08978: results queue empty 11924 1726884852.08979: checking for any_errors_fatal 11924 1726884852.08983: done checking for any_errors_fatal 11924 1726884852.08983: checking for max_fail_percentage 11924 1726884852.08985: done checking for max_fail_percentage 11924 1726884852.08986: checking to see if all hosts have failed and the running result is not ok 11924 1726884852.08987: done checking to see if all hosts have failed 11924 1726884852.08987: getting the remaining hosts for this loop 11924 1726884852.08989: done getting the remaining hosts for this loop 11924 1726884852.08991: getting the next task for host managed_node2 11924 1726884852.08997: done getting next task for host managed_node2 11924 1726884852.09000: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 11924 1726884852.09003: ^ 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 11924 1726884852.09017: getting variables 11924 1726884852.09018: in VariableManager get_vars() 11924 1726884852.09043: Calling all_inventory to load vars for managed_node2 11924 1726884852.09045: Calling groups_inventory to load vars for managed_node2 11924 1726884852.09046: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884852.09052: Calling all_plugins_play to load vars for managed_node2 11924 1726884852.09054: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884852.09058: Calling groups_plugins_play to load vars for managed_node2 11924 1726884852.09346: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884852.09689: done with get_vars() 11924 1726884852.09701: done getting variables TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 20 September 2024 22:14:12 -0400 (0:00:00.016) 0:00:17.436 ****** 11924 1726884852.09754: entering _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884852.09923: worker is 1 (out of 1 available) 11924 1726884852.09937: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884852.09949: done queuing things up, now waiting for results queue to drain 11924 1726884852.09951: waiting for pending results... 11924 1726884852.10108: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 11924 1726884852.10194: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000315 11924 1726884852.10206: variable 'ansible_search_path' from source: unknown 11924 1726884852.10209: variable 'ansible_search_path' from source: unknown 11924 1726884852.10234: calling self._execute() 11924 1726884852.10298: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884852.10306: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884852.10314: variable 'omit' from source: magic vars 11924 1726884852.10391: variable 'omit' from source: magic vars 11924 1726884852.10432: variable 'omit' from source: magic vars 11924 1726884852.10605: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884852.12021: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884852.12077: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884852.12107: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884852.12130: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884852.12153: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884852.12210: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884852.12231: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884852.12249: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884852.12281: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884852.12292: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884852.12367: variable 'storage_pools' from source: include params 11924 1726884852.12377: variable 'unused_disks' from source: set_fact 11924 1726884852.12427: variable 'unused_disks' from source: set_fact 11924 1726884852.12475: variable 'volume_size' from source: play vars 11924 1726884852.12518: variable 'volume_size' from source: play vars 11924 1726884852.12525: variable 'mount_location' from source: play vars 11924 1726884852.12568: variable 'mount_location' from source: play vars 11924 1726884852.12668: variable 'storage_use_partitions' from source: role '' defaults 11924 1726884852.12674: variable 'storage_disklabel_type' from source: role '' defaults 11924 1726884852.12678: variable 'storage_pool_defaults' from source: role '' defaults 11924 1726884852.12724: variable 'storage_pool_defaults' from source: role '' defaults 11924 1726884852.12762: variable 'storage_volume_defaults' from source: role '' defaults 11924 1726884852.12807: variable 'storage_volume_defaults' from source: role '' defaults 11924 1726884852.12863: variable 'storage_safe_mode' from source: play vars 11924 1726884852.12918: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884852.12934: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884852.12950: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884852.12976: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884852.12986: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884852.13036: variable 'omit' from source: magic vars 11924 1726884852.13051: variable 'omit' from source: magic vars 11924 1726884852.13071: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884852.13090: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884852.13104: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884852.13119: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884852.13126: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884852.13143: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884852.13155: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884852.13178: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884852.13182: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884852.13184: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884852.13263: Set connection var ansible_shell_executable to /bin/sh 11924 1726884852.13266: Set connection var ansible_connection to ssh 11924 1726884852.13270: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884852.13276: Set connection var ansible_timeout to 10 11924 1726884852.13281: Set connection var ansible_pipelining to False 11924 1726884852.13286: Set connection var ansible_shell_type to sh 11924 1726884852.13308: variable 'ansible_shell_executable' from source: unknown 11924 1726884852.13311: variable 'ansible_connection' from source: unknown 11924 1726884852.13314: variable 'ansible_module_compression' from source: unknown 11924 1726884852.13317: variable 'ansible_shell_type' from source: unknown 11924 1726884852.13319: variable 'ansible_shell_executable' from source: unknown 11924 1726884852.13321: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884852.13323: variable 'ansible_pipelining' from source: unknown 11924 1726884852.13326: variable 'ansible_timeout' from source: unknown 11924 1726884852.13330: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884852.13417: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884852.13425: variable 'omit' from source: magic vars 11924 1726884852.13435: starting attempt loop 11924 1726884852.13438: running the handler 11924 1726884852.13453: _low_level_execute_command(): starting 11924 1726884852.13458: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884852.13945: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884852.13949: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884852.13952: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884852.13954: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884852.13959: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884852.14022: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884852.14024: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884852.14025: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884852.14077: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884852.15774: stdout chunk (state=3): >>>/root <<< 11924 1726884852.15875: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884852.15901: stderr chunk (state=3): >>><<< 11924 1726884852.15907: stdout chunk (state=3): >>><<< 11924 1726884852.15925: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884852.15935: _low_level_execute_command(): starting 11924 1726884852.15939: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884852.1592615-12630-208257161781551 `" && echo ansible-tmp-1726884852.1592615-12630-208257161781551="` echo /root/.ansible/tmp/ansible-tmp-1726884852.1592615-12630-208257161781551 `" ) && sleep 0' 11924 1726884852.16338: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884852.16342: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884852.16354: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884852.16410: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884852.16417: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884852.16468: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884852.18377: stdout chunk (state=3): >>>ansible-tmp-1726884852.1592615-12630-208257161781551=/root/.ansible/tmp/ansible-tmp-1726884852.1592615-12630-208257161781551 <<< 11924 1726884852.18539: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884852.18542: stdout chunk (state=3): >>><<< 11924 1726884852.18545: stderr chunk (state=3): >>><<< 11924 1726884852.18566: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884852.1592615-12630-208257161781551=/root/.ansible/tmp/ansible-tmp-1726884852.1592615-12630-208257161781551 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884852.18649: variable 'ansible_module_compression' from source: unknown 11924 1726884852.18708: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 11924 1726884852.18769: variable 'ansible_facts' from source: unknown 11924 1726884852.18983: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884852.1592615-12630-208257161781551/AnsiballZ_blivet.py 11924 1726884852.19147: Sending initial data 11924 1726884852.19160: Sent initial data (155 bytes) 11924 1726884852.19870: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884852.19898: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884852.19980: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884852.21530: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884852.21610: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884852.21679: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpu17b11ad /root/.ansible/tmp/ansible-tmp-1726884852.1592615-12630-208257161781551/AnsiballZ_blivet.py <<< 11924 1726884852.21687: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884852.1592615-12630-208257161781551/AnsiballZ_blivet.py" <<< 11924 1726884852.21726: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpu17b11ad" to remote "/root/.ansible/tmp/ansible-tmp-1726884852.1592615-12630-208257161781551/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884852.1592615-12630-208257161781551/AnsiballZ_blivet.py" <<< 11924 1726884852.22467: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884852.22562: stderr chunk (state=3): >>><<< 11924 1726884852.22565: stdout chunk (state=3): >>><<< 11924 1726884852.22568: done transferring module to remote 11924 1726884852.22570: _low_level_execute_command(): starting 11924 1726884852.22572: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884852.1592615-12630-208257161781551/ /root/.ansible/tmp/ansible-tmp-1726884852.1592615-12630-208257161781551/AnsiballZ_blivet.py && sleep 0' 11924 1726884852.23134: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884852.23150: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884852.23174: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884852.23272: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884852.23293: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884852.23311: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884852.23333: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884852.23418: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884852.25211: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884852.25227: stdout chunk (state=3): >>><<< 11924 1726884852.25239: stderr chunk (state=3): >>><<< 11924 1726884852.25261: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884852.25278: _low_level_execute_command(): starting 11924 1726884852.25289: _low_level_execute_command(): using become for this command 11924 1726884852.25311: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ukpwmblidopvcpvdmpbccdwpmomttdgl ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884852.1592615-12630-208257161781551/AnsiballZ_blivet.py'"'"' && sleep 0' 11924 1726884852.25398: Initial state: awaiting_escalation: BECOME-SUCCESS-ukpwmblidopvcpvdmpbccdwpmomttdgl 11924 1726884852.25779: 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 <<< 11924 1726884852.25783: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884852.25806: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884852.25819: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884852.25881: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884852.28776: stdout chunk (state=1): >>>BECOME-SUCCESS-ukpwmblidopvcpvdmpbccdwpmomttdgl <<< 11924 1726884852.28780: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ukpwmblidopvcpvdmpbccdwpmomttdgl' 11924 1726884852.29114: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884852.29153: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884852.29171: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884852.29189: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884852.29259: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884852.29262: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884852.29296: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884852.29327: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884852.29331: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884852.29358: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884852.29363: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884852.29415: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884852.29418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884852.29441: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884852.29464: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884852.29502: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884852.29517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884852.29535: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75654183e0> <<< 11924 1726884852.29539: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75653e7a10> <<< 11924 1726884852.29576: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884852.29582: 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 0x7f756541a960> <<< 11924 1726884852.29603: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884852.29629: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884852.29634: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884852.29656: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884852.29710: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884852.29714: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884852.29785: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884852.29817: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884852.29846: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884852.29870: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884852.29971: 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 0x7f756522cfe0> <<< 11924 1726884852.30081: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756522dfd0> import 'site' # <<< 11924 1726884852.30102: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884852.30350: 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' <<< 11924 1726884852.30380: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884852.30400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884852.30424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884852.30453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884852.30478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884852.30497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884852.30530: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565273e00> <<< 11924 1726884852.30549: 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' <<< 11924 1726884852.30596: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884852.30601: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565273ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884852.30627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884852.30644: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884852.30703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884852.30720: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884852.30761: 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 0x7f75652a3830> <<< 11924 1726884852.30769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884852.30800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652a3ec0> import '_collections' # <<< 11924 1726884852.30851: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565283ad0> <<< 11924 1726884852.30863: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884852.30894: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652811f0> <<< 11924 1726884852.30976: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565270fb0> <<< 11924 1726884852.31030: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884852.31036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884852.31058: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884852.31089: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884852.31092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884852.31116: 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' <<< 11924 1726884852.31160: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652c7800> <<< 11924 1726884852.31166: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652c6420> <<< 11924 1726884852.31189: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884852.31205: 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 0x7f75652820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652c4c20> <<< 11924 1726884852.31264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884852.31278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652f8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565270230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884852.31326: 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 0x7f75652f8ce0> <<< 11924 1726884852.31343: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652f8b90> <<< 11924 1726884852.31375: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884852.31400: 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 0x7f75652f8f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565266d50> <<< 11924 1726884852.31414: 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' <<< 11924 1726884852.31429: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884852.31461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884852.31489: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652f95b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652f92b0> import 'importlib.machinery' # <<< 11924 1726884852.31512: 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' <<< 11924 1726884852.31530: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652fa4b0> <<< 11924 1726884852.31557: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884852.31580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884852.31614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884852.31643: 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 0x7f75653106b0> <<< 11924 1726884852.31668: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884852.31710: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884852.31714: 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 0x7f7565311d90> <<< 11924 1726884852.31753: 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' <<< 11924 1726884852.31774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884852.31777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565312c30> <<< 11924 1726884852.31825: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884852.31866: 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 0x7f7565313290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565312180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884852.31879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884852.31914: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884852.31921: 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 0x7f7565313d10> <<< 11924 1726884852.31930: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565313440> <<< 11924 1726884852.31968: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652fa420> <<< 11924 1726884852.31980: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884852.32012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884852.32022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884852.32050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884852.32082: 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' <<< 11924 1726884852.32109: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f756505bbc0> <<< 11924 1726884852.32131: 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' <<< 11924 1726884852.32161: 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 0x7f75650846b0> <<< 11924 1726884852.32182: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565084410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75650846e0> <<< 11924 1726884852.32207: 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' <<< 11924 1726884852.32273: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884852.32407: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7565085010> <<< 11924 1726884852.32542: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884852.32546: 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 0x7f75650859d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75650848c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565059d60> <<< 11924 1726884852.32581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884852.32591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884852.32619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884852.32646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565086de0> <<< 11924 1726884852.32677: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565085b20> <<< 11924 1726884852.32680: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652fabd0> <<< 11924 1726884852.32703: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884852.32769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884852.32780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884852.32812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884852.32849: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75650af140> <<< 11924 1726884852.32905: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884852.32925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884852.32938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884852.32966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884852.32992: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75650d74d0> <<< 11924 1726884852.33018: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884852.33062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884852.33116: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884852.33134: 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 0x7f7565134290> <<< 11924 1726884852.33160: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884852.33185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884852.33212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884852.33250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884852.33340: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75651369f0> <<< 11924 1726884852.33419: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75651343b0> <<< 11924 1726884852.33450: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75651012e0> <<< 11924 1726884852.33492: 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' <<< 11924 1726884852.33495: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564f35340> <<< 11924 1726884852.33515: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75650d62d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565087d10> <<< 11924 1726884852.33626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884852.33643: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7564f355e0> <<< 11924 1726884852.33893: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload__ydtegkl/ansible_fedora.linux_system_roles.blivet_payload.zip' <<< 11924 1726884852.33907: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.34030: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.34063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884852.34079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884852.34220: 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 0x7f7564f87080> <<< 11924 1726884852.34233: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884852.34425: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564f69f70> <<< 11924 1726884852.34442: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564f690d0> # zipimport: zlib available import 'ansible' # <<< 11924 1726884852.34472: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884852.34505: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.34534: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884852.34546: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.35913: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.37012: 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 0x7f7564f84f50> <<< 11924 1726884852.37045: 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' <<< 11924 1726884852.37073: 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' <<< 11924 1726884852.37107: 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' <<< 11924 1726884852.37133: 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 0x7f7564fb6a20> <<< 11924 1726884852.37176: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564fb67b0> <<< 11924 1726884852.37202: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564fb60c0> <<< 11924 1726884852.37223: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884852.37237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884852.37287: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564fb6840> <<< 11924 1726884852.37301: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564f87d10> import 'atexit' # <<< 11924 1726884852.37322: 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 0x7f7564fb7710> <<< 11924 1726884852.37357: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884852.37373: 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 0x7f7564fb7950> <<< 11924 1726884852.37388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884852.37436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884852.37439: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884852.37486: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564fb7e90> <<< 11924 1726884852.37499: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884852.37597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884852.37627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564915ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7564917890> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884852.37653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884852.37684: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564918290> <<< 11924 1726884852.37722: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884852.37733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884852.37761: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564919430> <<< 11924 1726884852.37778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884852.37831: 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 <<< 11924 1726884852.37837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884852.37891: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756491bec0> <<< 11924 1726884852.37929: 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 0x7f7564918fe0> <<< 11924 1726884852.37971: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756491a150> <<< 11924 1726884852.37988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884852.38033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884852.38038: 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' <<< 11924 1726884852.38077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884852.38081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884852.38124: 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 0x7f7564923e00> <<< 11924 1726884852.38141: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884852.38239: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75649228d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564922630> <<< 11924 1726884852.38243: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884852.38245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884852.38314: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564922ba0> <<< 11924 1726884852.38345: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756491a690> <<< 11924 1726884852.38381: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884852.38400: 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 0x7f7564967a40> <<< 11924 1726884852.38430: 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 0x7f75649680e0> <<< 11924 1726884852.38433: 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 <<< 11924 1726884852.38468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884852.38471: 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' <<< 11924 1726884852.38518: 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 0x7f7564969c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564969a00> <<< 11924 1726884852.38530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884852.38640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884852.38710: 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 0x7f756496c200> <<< 11924 1726884852.38721: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756496a330> <<< 11924 1726884852.38732: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884852.38764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884852.38790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884852.38806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884852.38843: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756496f9e0> <<< 11924 1726884852.38967: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756496c3b0> <<< 11924 1726884852.39027: stdout 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 0x7f7564970800> <<< 11924 1726884852.39058: stdout 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 0x7f7564970bc0> <<< 11924 1726884852.39108: stdout 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 0x7f7564970b90> <<< 11924 1726884852.39118: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564968350> <<< 11924 1726884852.39137: 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 <<< 11924 1726884852.39143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884852.39174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884852.39182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884852.39216: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884852.39237: 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 0x7f75649fc2c0> <<< 11924 1726884852.39388: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884852.39392: 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 0x7f75649fd5b0> <<< 11924 1726884852.39408: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564972a50> <<< 11924 1726884852.39437: 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 0x7f7564973e00> <<< 11924 1726884852.39454: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564972690> <<< 11924 1726884852.39464: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.39495: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884852.39502: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.39589: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.39673: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.39699: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884852.39720: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.39724: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.39742: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884852.39747: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.39872: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.39989: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.40521: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.41052: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884852.41077: 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' # <<< 11924 1726884852.41096: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884852.41118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884852.41167: 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 0x7f75648017c0> <<< 11924 1726884852.41249: 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' <<< 11924 1726884852.41274: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564802600> <<< 11924 1726884852.41277: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75649fd6d0> <<< 11924 1726884852.41332: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884852.41343: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.41372: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.41381: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884852.41403: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.41549: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.41712: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884852.41718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75648025d0> <<< 11924 1726884852.41747: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.42195: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.42640: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.42716: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.42788: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884852.42807: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.42839: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.42876: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884852.42885: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.42959: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.43041: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884852.43064: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.43074: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.43082: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 11924 1726884852.43095: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.43141: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.43176: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884852.43190: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.43414: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.43651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884852.43709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884852.43724: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884852.43795: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564803920> <<< 11924 1726884852.43804: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.43873: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.43946: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884852.43961: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884852.43967: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884852.43987: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.44034: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.44069: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884852.44085: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.44131: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.44175: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.44234: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.44304: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884852.44337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884852.44418: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f756480e450> <<< 11924 1726884852.44453: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564809af0> <<< 11924 1726884852.44484: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 11924 1726884852.44496: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 11924 1726884852.44501: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.44566: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.44632: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.44660: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.44705: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884852.44710: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884852.44731: 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 <<< 11924 1726884852.44748: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884852.44774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884852.44831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884852.44857: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884852.44871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884852.44929: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564902d20> <<< 11924 1726884852.44972: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564ff2a20> <<< 11924 1726884852.45046: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756480e600> <<< 11924 1726884852.45059: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75650d6120> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884852.45065: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.45097: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.45124: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884852.45175: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884852.45203: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.45210: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.45227: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 11924 1726884852.45232: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.45253: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.45266: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 11924 1726884852.45276: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.45306: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.45309: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 11924 1726884852.45312: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.45333: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.45346: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 11924 1726884852.45349: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.45372: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.45381: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 11924 1726884852.45391: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.46933: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.48305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884852.48379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884852.48396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884852.48414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884852.48434: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884852.48452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884852.48477: 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 0x7f7564468f80> <<< 11924 1726884852.48514: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644683b0> <<< 11924 1726884852.48562: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756488dd30> <<< 11924 1726884852.48710: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75648a0c50> <<< 11924 1726884852.48739: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.48835: 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' <<< 11924 1726884852.48867: 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' <<< 11924 1726884852.48900: 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' <<< 11924 1726884852.48923: 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 <<< 11924 1726884852.48951: 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 0x7f756447e9c0> <<< 11924 1726884852.48964: stdout chunk (state=3): >>>import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756447e5d0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/util.py <<< 11924 1726884852.48993: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 11924 1726884852.49020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884852.49025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884852.49036: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a1130> <<< 11924 1726884852.49071: 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' <<< 11924 1726884852.49143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 11924 1726884852.49146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 11924 1726884852.49162: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a2360> <<< 11924 1726884852.49216: 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 0x7f75644a1ca0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a1af0> <<< 11924 1726884852.49248: 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' <<< 11924 1726884852.49284: 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 0x7f75644a4710> <<< 11924 1726884852.49442: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a44a0> <<< 11924 1726884852.49471: 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 <<< 11924 1726884852.49479: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' <<< 11924 1726884852.49514: 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' <<< 11924 1726884852.49522: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 11924 1726884852.49636: 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 0x7f75644a6540> <<< 11924 1726884852.49693: 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 0x7f75644a62d0> <<< 11924 1726884852.49712: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a5b80> <<< 11924 1726884852.49760: 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' <<< 11924 1726884852.49771: 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 <<< 11924 1726884852.49785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 11924 1726884852.49796: 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 <<< 11924 1726884852.49815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 11924 1726884852.49825: 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 <<< 11924 1726884852.49845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 11924 1726884852.49877: 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' <<< 11924 1726884852.49886: stdout chunk (state=3): >>>import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a9250> <<< 11924 1726884852.49895: 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 <<< 11924 1726884852.49910: 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 0x7f75644a9640> <<< 11924 1726884852.49934: 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 <<< 11924 1726884852.49946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' <<< 11924 1726884852.49969: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a9b80> <<< 11924 1726884852.49979: 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 <<< 11924 1726884852.49995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 11924 1726884852.50002: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644aa390> <<< 11924 1726884852.50022: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a8920> <<< 11924 1726884852.50035: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a83e0> <<< 11924 1726884852.50043: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 11924 1726884852.50060: 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 <<< 11924 1726884852.50080: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884852.50085: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 11924 1726884852.50109: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644aa960> <<< 11924 1726884852.50115: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a7f20> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a7ec0> <<< 11924 1726884852.50165: 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 <<< 11924 1726884852.50187: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 11924 1726884852.50212: 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 <<< 11924 1726884852.50216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' <<< 11924 1726884852.50242: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644ed160> <<< 11924 1726884852.50259: 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 <<< 11924 1726884852.50276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 11924 1726884852.50295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 11924 1726884852.50329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 11924 1726884852.50380: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644ee000> <<< 11924 1726884852.50406: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644ed6d0> <<< 11924 1726884852.50548: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644ab410> <<< 11924 1726884852.50570: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 11924 1726884852.50617: 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 <<< 11924 1726884852.50643: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 11924 1726884852.50776: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644f6ab0> <<< 11924 1726884852.50819: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 11924 1726884852.50853: stdout chunk (state=3): >>># destroy gi.repository.GModule <<< 11924 1726884852.50863: stdout chunk (state=3): >>>import 'gi.repository.GModule' # <<< 11924 1726884852.50875: 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 <<< 11924 1726884852.50899: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 11924 1726884852.51154: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644fbf50> <<< 11924 1726884852.51167: stdout chunk (state=3): >>>import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a5070> <<< 11924 1726884852.51217: 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 <<< 11924 1726884852.51262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 11924 1726884852.51284: 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' <<< 11924 1726884852.51310: 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 <<< 11924 1726884852.51326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 11924 1726884852.51435: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564385f40> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564385760> <<< 11924 1726884852.52207: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75648a0b30> <<< 11924 1726884852.52212: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 11924 1726884852.52254: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756447eba0> <<< 11924 1726884852.52262: stdout chunk (state=3): >>>import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756447d970> <<< 11924 1726884852.52717: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652f8b60> <<< 11924 1726884852.52741: 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' <<< 11924 1726884852.52810: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756439a750> <<< 11924 1726884852.52838: 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 0x7f756439c500> <<< 11924 1726884852.52853: 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 <<< 11924 1726884852.52870: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884852.52882: 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 <<< 11924 1726884852.52901: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' <<< 11924 1726884852.52912: 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 <<< 11924 1726884852.52944: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 11924 1726884852.52976: 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 <<< 11924 1726884852.52985: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884852.52997: 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 <<< 11924 1726884852.53014: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' <<< 11924 1726884852.53031: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756439fcb0> <<< 11924 1726884852.53058: 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 <<< 11924 1726884852.53063: 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 0x7f75643a0320> <<< 11924 1726884852.53084: 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 <<< 11924 1726884852.53164: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 11924 1726884852.53191: 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' <<< 11924 1726884852.53211: 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' <<< 11924 1726884852.53243: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/_errorcheckers.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643a13a0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643a1250> <<< 11924 1726884852.53266: 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 <<< 11924 1726884852.53270: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 11924 1726884852.53311: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643a1640> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643a0fb0> <<< 11924 1726884852.53340: 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' <<< 11924 1726884852.53353: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 11924 1726884852.53382: 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 0x7f75643a1b20> <<< 11924 1726884852.53391: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643a1970> <<< 11924 1726884852.53402: 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' <<< 11924 1726884852.53426: 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 <<< 11924 1726884852.53444: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 11924 1726884852.53480: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643a1e80> <<< 11924 1726884852.53489: stdout chunk (state=3): >>>import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643a1b80> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643a0740> <<< 11924 1726884852.53515: 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 <<< 11924 1726884852.53522: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 11924 1726884852.53543: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643a0dd0> <<< 11924 1726884852.53564: 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 <<< 11924 1726884852.53576: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 11924 1726884852.53595: 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' <<< 11924 1726884852.53624: 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 <<< 11924 1726884852.53629: 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 0x7f75643addc0> <<< 11924 1726884852.53661: 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 <<< 11924 1726884852.53673: 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 0x7f75643ae150> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643adb20> <<< 11924 1726884852.53681: stdout chunk (state=3): >>>import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643ad190> <<< 11924 1726884852.53706: 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 0x7f75643ae2d0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756439f980> <<< 11924 1726884852.53733: 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 <<< 11924 1726884852.53746: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' <<< 11924 1726884852.53752: stdout chunk (state=3): >>>import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643ae360> <<< 11924 1726884852.53877: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756439d430> <<< 11924 1726884852.53927: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756439cbc0> <<< 11924 1726884852.53940: 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 <<< 11924 1726884852.53966: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 11924 1726884852.53976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 11924 1726884852.54006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 11924 1726884852.54018: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 11924 1726884852.54057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 11924 1726884852.54094: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643b24e0> <<< 11924 1726884852.54109: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643b1310> <<< 11924 1726884852.54127: 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 <<< 11924 1726884852.54144: 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 0x7f7564541040> <<< 11924 1726884852.54218: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756439d1f0> <<< 11924 1726884852.54235: 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 <<< 11924 1726884852.54273: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 11924 1726884852.54293: 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 <<< 11924 1726884852.54317: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884852.54346: 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 0x7f75633f64b0> <<< 11924 1726884852.54376: 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 <<< 11924 1726884852.54383: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' <<< 11924 1726884852.54403: 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 <<< 11924 1726884852.54416: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 11924 1726884852.54446: 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 <<< 11924 1726884852.54452: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884852.54496: 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' <<< 11924 1726884852.54517: 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 <<< 11924 1726884852.54523: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' <<< 11924 1726884852.54534: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756341c770> <<< 11924 1726884852.54562: 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 <<< 11924 1726884852.54567: 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 0x7f756341cf50> <<< 11924 1726884852.54600: 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 <<< 11924 1726884852.54611: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc' <<< 11924 1726884852.54617: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756341d580> <<< 11924 1726884852.54638: 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 <<< 11924 1726884852.54641: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 11924 1726884852.54706: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756341d880> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756341c5f0> <<< 11924 1726884852.54728: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75633f7d10> <<< 11924 1726884852.54785: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75633f6b10> <<< 11924 1726884852.54812: 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 <<< 11924 1726884852.54827: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc' <<< 11924 1726884852.54832: 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 <<< 11924 1726884852.54851: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' <<< 11924 1726884852.54860: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75634305f0> <<< 11924 1726884852.54864: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75633f73b0> <<< 11924 1726884852.54890: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75633f6630> <<< 11924 1726884852.54916: 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 <<< 11924 1726884852.54922: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 11924 1726884852.54941: 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' <<< 11924 1726884852.54958: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563430bc0> <<< 11924 1726884852.54978: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75633f6e10> <<< 11924 1726884852.55006: 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 <<< 11924 1726884852.55011: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc' <<< 11924 1726884852.55033: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563430e00> <<< 11924 1726884852.55050: 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 <<< 11924 1726884852.55067: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 11924 1726884852.55099: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563431250> <<< 11924 1726884852.55122: 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 <<< 11924 1726884852.55129: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc' <<< 11924 1726884852.55146: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563431a00> <<< 11924 1726884852.55280: 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' <<< 11924 1726884852.55307: 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 <<< 11924 1726884852.55323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884852.55424: 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 0x7f75634593d0> <<< 11924 1726884852.55448: 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 <<< 11924 1726884852.55468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc' <<< 11924 1726884852.55477: 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' <<< 11924 1726884852.55497: stdout chunk (state=3): >>>import 'parted.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756345a570> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563459f40> <<< 11924 1726884852.55512: 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 <<< 11924 1726884852.55531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' <<< 11924 1726884852.55536: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756345a960> <<< 11924 1726884852.55562: 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 <<< 11924 1726884852.55576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 11924 1726884852.55600: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756345b500> <<< 11924 1726884852.55613: 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 <<< 11924 1726884852.55639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884852.55659: 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 <<< 11924 1726884852.55676: 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 0x7f7563482210> <<< 11924 1726884852.55700: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563480ef0> <<< 11924 1726884852.55718: 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 <<< 11924 1726884852.55739: 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 0x7f7563483650> <<< 11924 1726884852.55764: 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 <<< 11924 1726884852.55769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc' <<< 11924 1726884852.55791: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75632289b0> <<< 11924 1726884852.55806: 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 <<< 11924 1726884852.55835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 11924 1726884852.55843: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75632297f0> <<< 11924 1726884852.55872: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756344e6f0> <<< 11924 1726884852.55903: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756344e360> <<< 11924 1726884852.55923: 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 <<< 11924 1726884852.55939: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 11924 1726884852.55974: 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 0x7f756322bd40> <<< 11924 1726884852.55990: 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 <<< 11924 1726884852.56010: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 11924 1726884852.56028: 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 <<< 11924 1726884852.56044: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 11924 1726884852.56123: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563254740> <<< 11924 1726884852.56139: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756322bd10> <<< 11924 1726884852.56273: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756322b200> <<< 11924 1726884852.56303: 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 <<< 11924 1726884852.56306: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc' <<< 11924 1726884852.56321: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563270f80> <<< 11924 1726884852.56340: 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 <<< 11924 1726884852.56364: 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 0x7f75632710d0> <<< 11924 1726884852.56379: 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 <<< 11924 1726884852.56419: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 11924 1726884852.56452: 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 <<< 11924 1726884852.56458: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc' <<< 11924 1726884852.56482: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328c800> <<< 11924 1726884852.56501: 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 <<< 11924 1726884852.56516: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 11924 1726884852.56565: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328cef0> <<< 11924 1726884852.56592: 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 <<< 11924 1726884852.56599: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 11924 1726884852.56641: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328d8e0> <<< 11924 1726884852.56667: 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 <<< 11924 1726884852.56677: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc' <<< 11924 1726884852.56691: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328dd60> <<< 11924 1726884852.56715: 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 <<< 11924 1726884852.56720: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc' <<< 11924 1726884852.56737: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328e2d0> <<< 11924 1726884852.56759: 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 <<< 11924 1726884852.56778: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' <<< 11924 1726884852.56790: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328e600> <<< 11924 1726884852.56815: 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 <<< 11924 1726884852.56821: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' <<< 11924 1726884852.56844: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328eba0> <<< 11924 1726884852.56866: 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 <<< 11924 1726884852.56880: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 11924 1726884852.56894: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328ed80> <<< 11924 1726884852.56922: 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 <<< 11924 1726884852.56935: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 11924 1726884852.56964: 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' <<< 11924 1726884852.57019: 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 0x7f75632bc080> <<< 11924 1726884852.57035: stdout chunk (state=3): >>>import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328fec0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328ef60> <<< 11924 1726884852.57064: 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 <<< 11924 1726884852.57071: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' <<< 11924 1726884852.57100: 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 <<< 11924 1726884852.57103: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884852.57130: 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 <<< 11924 1726884852.57143: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 11924 1726884852.57191: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75632bcdd0> <<< 11924 1726884852.57220: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75632bc9e0> <<< 11924 1726884852.57226: stdout chunk (state=3): >>>import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328fdd0> <<< 11924 1726884852.57457: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563271580> <<< 11924 1726884852.57478: 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 <<< 11924 1726884852.57494: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884852.57527: 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 <<< 11924 1726884852.57532: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc' <<< 11924 1726884852.57559: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75632887a0> <<< 11924 1726884852.57576: 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 <<< 11924 1726884852.57593: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' <<< 11924 1726884852.57599: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563288b90> <<< 11924 1726884852.57687: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563273050> <<< 11924 1726884852.57707: 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 <<< 11924 1726884852.57722: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 11924 1726884852.57748: 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 <<< 11924 1726884852.57762: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884852.58209: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328bbc0> <<< 11924 1726884852.58243: 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 <<< 11924 1726884852.58249: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' <<< 11924 1726884852.58274: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328bd40> <<< 11924 1726884852.58335: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328b290> <<< 11924 1726884852.58362: 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 <<< 11924 1726884852.58368: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 11924 1726884852.58414: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756310e1b0> <<< 11924 1726884852.58430: 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 <<< 11924 1726884852.58448: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 11924 1726884852.58470: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756310f5c0> <<< 11924 1726884852.58500: 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 <<< 11924 1726884852.58503: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc' <<< 11924 1726884852.58536: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756310fda0> <<< 11924 1726884852.58550: 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 <<< 11924 1726884852.58567: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 11924 1726884852.58627: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75631206b0> <<< 11924 1726884852.58651: 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 <<< 11924 1726884852.58659: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884852.58699: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563122480> <<< 11924 1726884852.58707: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75633f42f0> <<< 11924 1726884852.58739: 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 0x7f756344e030> <<< 11924 1726884852.58879: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564543e90> <<< 11924 1726884852.58900: 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 <<< 11924 1726884852.58924: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884852.58961: 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 <<< 11924 1726884852.58967: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884852.58997: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563155640> <<< 11924 1726884852.59022: 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 <<< 11924 1726884852.59029: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 11924 1726884852.59051: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563156450> <<< 11924 1726884852.59071: 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 <<< 11924 1726884852.59088: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 11924 1726884852.59135: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563156c60> <<< 11924 1726884852.59243: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563154590> <<< 11924 1726884852.59262: 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 <<< 11924 1726884852.59297: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 11924 1726884852.59321: 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 <<< 11924 1726884852.59337: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' <<< 11924 1726884852.59366: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563190770> <<< 11924 1726884852.59476: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756316eea0> <<< 11924 1726884852.59495: 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 <<< 11924 1726884852.59511: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884852.59570: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75631a22d0> <<< 11924 1726884852.59597: 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 <<< 11924 1726884852.59754: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884852.59790: 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 <<< 11924 1726884852.59794: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 11924 1726884852.59826: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75631bbe60> <<< 11924 1726884852.59846: 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 <<< 11924 1726884852.59867: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' <<< 11924 1726884852.59876: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562ffc350> <<< 11924 1726884852.59898: 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 <<< 11924 1726884852.59922: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 11924 1726884852.59959: 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' <<< 11924 1726884852.59984: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562ffe630> <<< 11924 1726884852.60141: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562ffc860> <<< 11924 1726884852.60171: 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 <<< 11924 1726884852.60176: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' <<< 11924 1726884852.60192: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756302cad0> <<< 11924 1726884852.60536: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75631b8740> <<< 11924 1726884852.60554: 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 <<< 11924 1726884852.60576: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884852.60700: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75631b8980> <<< 11924 1726884852.60712: 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 <<< 11924 1726884852.60727: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 11924 1726884852.60758: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563092ba0> <<< 11924 1726884852.60782: 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 <<< 11924 1726884852.60788: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' <<< 11924 1726884852.60822: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75630936e0> <<< 11924 1726884852.60840: 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 <<< 11924 1726884852.60860: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' <<< 11924 1726884852.60865: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75630a0260> <<< 11924 1726884852.60896: 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' <<< 11924 1726884852.60934: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75630a06e0> <<< 11924 1726884852.60958: 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 <<< 11924 1726884852.60966: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 11924 1726884852.60985: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75630a1580> <<< 11924 1726884852.61008: 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 <<< 11924 1726884852.61028: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884852.61125: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75630a1e50> <<< 11924 1726884852.61132: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756439c650> <<< 11924 1726884852.61152: 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 <<< 11924 1726884852.61180: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 11924 1726884852.61322: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75630a28d0> <<< 11924 1726884852.61340: 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 <<< 11924 1726884852.61388: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 11924 1726884852.61406: 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 <<< 11924 1726884852.61447: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 11924 1726884852.61485: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75630d1250> <<< 11924 1726884852.61518: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75630bef90> <<< 11924 1726884852.61544: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.61567: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.61577: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 11924 1726884852.61587: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.61605: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.61617: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 11924 1726884852.61623: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.61872: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.62074: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 11924 1726884852.62336: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884852.62470: 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 <<< 11924 1726884852.62524: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc matches /usr/lib64/python3.12/shelve.py # code object from '/usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884852.62576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884852.62602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 11924 1726884852.62621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 11924 1726884852.62627: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562f50740> <<< 11924 1726884852.62662: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884852.62677: 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 0x7f7562f50aa0> <<< 11924 1726884852.62725: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562f3cb00> <<< 11924 1726884852.62747: stdout chunk (state=3): >>>import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562f3c260> <<< 11924 1726884852.62764: 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 <<< 11924 1726884852.62787: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' <<< 11924 1726884852.62908: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562f3ccb0> <<< 11924 1726884852.62933: 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 <<< 11924 1726884852.62967: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 11924 1726884852.62996: 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 <<< 11924 1726884852.63003: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' <<< 11924 1726884852.63037: 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' <<< 11924 1726884852.63041: stdout chunk (state=3): >>>import 'blivet.tsort' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562fe4590> <<< 11924 1726884852.63067: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562f53aa0> <<< 11924 1726884852.63087: 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 <<< 11924 1726884852.63103: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' <<< 11924 1726884852.63120: stdout chunk (state=3): >>>import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562fe4a40> <<< 11924 1726884852.63147: 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' <<< 11924 1726884852.63167: 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 <<< 11924 1726884852.63193: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 11924 1726884852.63222: 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 <<< 11924 1726884852.63237: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884852.63264: 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 <<< 11924 1726884852.63273: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' <<< 11924 1726884852.63283: 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' <<< 11924 1726884852.63298: stdout chunk (state=3): >>>import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562fe6bd0> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562fe6960> <<< 11924 1726884852.63316: 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 <<< 11924 1726884852.63333: 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 0x7f7562fe6ed0> <<< 11924 1726884852.63354: 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 <<< 11924 1726884852.63371: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884852.63384: stdout chunk (state=3): >>>import 'blivet.populator.helpers.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562fe71a0> <<< 11924 1726884852.63399: 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 <<< 11924 1726884852.63408: 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 0x7f7562fe7350> <<< 11924 1726884852.63429: 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 <<< 11924 1726884852.63451: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884852.63486: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562fe7590> <<< 11924 1726884852.63499: 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 <<< 11924 1726884852.63521: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562fe7b30> <<< 11924 1726884852.63545: 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 <<< 11924 1726884852.63552: 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 0x7f7562b205f0> <<< 11924 1726884852.63577: 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 <<< 11924 1726884852.63593: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/loop.cpython-312.pyc' <<< 11924 1726884852.63602: stdout chunk (state=3): >>>import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562b207a0> <<< 11924 1726884852.63621: 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 <<< 11924 1726884852.63629: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884852.63647: stdout chunk (state=3): >>>import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562b20950> <<< 11924 1726884852.63673: 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 <<< 11924 1726884852.63685: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884852.63711: stdout chunk (state=3): >>>import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562b20f50> <<< 11924 1726884852.63724: 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 <<< 11924 1726884852.63744: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' <<< 11924 1726884852.63758: stdout chunk (state=3): >>>import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562b218b0> <<< 11924 1726884852.63781: 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 <<< 11924 1726884852.63791: 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 0x7f7562b21cd0> <<< 11924 1726884852.63821: 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 0x7f7562b21f10> <<< 11924 1726884852.63852: 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 <<< 11924 1726884852.63866: 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 0x7f7562b22000> <<< 11924 1726884852.63884: 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 <<< 11924 1726884852.63905: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884852.63916: stdout chunk (state=3): >>>import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562b222d0> <<< 11924 1726884852.63922: stdout chunk (state=3): >>>import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562fe6210> <<< 11924 1726884852.63959: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562fe52b0> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562fe51c0> <<< 11924 1726884852.64031: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562f519d0> <<< 11924 1726884852.64132: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562f21c10> <<< 11924 1726884852.74734: 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 <<< 11924 1726884852.74752: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 11924 1726884852.75087: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562b8b890> <<< 11924 1726884854.10707: stdout chunk (state=3): >>> {"changed": true, "actions": [{"action": "create format", "fs_type": "lvmpv", "device": "/dev/sda"}, {"action": "create device", "fs_type": null, "device": "/dev/foo"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/foo-test1"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/foo-test1"}], "leaves": ["/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/foo-test1"], "mounts": [{"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "packages": ["lvm2", "xfsprogs"], "invocation": {"module_args": {"pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 11924 1726884854.11828: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884854.11832: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884854.11886: 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 <<< 11924 1726884854.11990: 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 # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] 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<<< 11924 1726884854.11995: 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 <<< 11924 1726884854.12209: 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 # 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 <<< 11924 1726884854.12881: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884854.12884: stdout chunk (state=3): >>># destroy _bz2 <<< 11924 1726884854.12986: stdout chunk (state=3): >>># 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 <<< 11924 1726884854.13073: stdout chunk (state=3): >>># 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 <<< 11924 1726884854.13133: stdout chunk (state=3): >>># cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # 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 <<< 11924 1726884854.13199: stdout chunk (state=3): >>># 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 <<< 11924 1726884854.13202: 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 <<< 11924 1726884854.13205: 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 <<< 11924 1726884854.13238: stdout chunk (state=3): >>># 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 <<< 11924 1726884854.13242: stdout chunk (state=3): >>># cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject <<< 11924 1726884854.13246: 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 <<< 11924 1726884854.13266: 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 <<< 11924 1726884854.13313: stdout chunk (state=3): >>># cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect <<< 11924 1726884854.13339: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 11924 1726884854.13376: 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 <<< 11924 1726884854.13385: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal <<< 11924 1726884854.13419: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid <<< 11924 1726884854.13423: stdout chunk (state=3): >>># cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize <<< 11924 1726884854.13457: 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 <<< 11924 1726884854.13461: stdout chunk (state=3): >>># cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings <<< 11924 1726884854.13502: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json <<< 11924 1726884854.13512: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math <<< 11924 1726884854.13557: stdout chunk (state=3): >>># cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings <<< 11924 1726884854.13565: 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 <<< 11924 1726884854.13577: 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 <<< 11924 1726884854.13644: 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 # 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 <<< 11924 1726884854.13658: stdout chunk (state=3): >>># 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 <<< 11924 1726884854.14537: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884854.14596: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref <<< 11924 1726884854.14612: stdout chunk (state=3): >>># destroy zipimport <<< 11924 1726884854.14622: stdout chunk (state=3): >>># destroy gi._gi # destroy _struct <<< 11924 1726884854.14713: stdout chunk (state=3): >>># destroy pyudev <<< 11924 1726884854.14728: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid <<< 11924 1726884854.14734: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid <<< 11924 1726884854.14816: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser <<< 11924 1726884854.14822: stdout chunk (state=3): >>># destroy tokenize <<< 11924 1726884854.14905: stdout chunk (state=3): >>># destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap <<< 11924 1726884854.14914: stdout chunk (state=3): >>># destroy fnmatch <<< 11924 1726884854.14942: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 11924 1726884854.14998: 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 <<< 11924 1726884854.15004: stdout chunk (state=3): >>># 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 <<< 11924 1726884854.15035: 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 <<< 11924 1726884854.15059: stdout chunk (state=3): >>># destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux <<< 11924 1726884854.15075: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 11924 1726884854.15159: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 11924 1726884854.15195: stdout chunk (state=3): >>># destroy _signal # destroy keyword # destroy abc # destroy _typing <<< 11924 1726884854.15229: 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 <<< 11924 1726884854.15232: 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 <<< 11924 1726884854.15262: stdout chunk (state=3): >>># destroy _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves <<< 11924 1726884854.15275: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections <<< 11924 1726884854.15327: 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 <<< 11924 1726884854.15371: stdout chunk (state=3): >>># destroy platform # destroy distro # destroy datetime <<< 11924 1726884854.15408: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy shlex # destroy subprocess <<< 11924 1726884854.15485: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884854.15605: 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 <<< 11924 1726884854.15629: stdout chunk (state=3): >>># destroy re # destroy _random <<< 11924 1726884854.15684: stdout chunk (state=3): >>># destroy _thread # destroy itertools <<< 11924 1726884854.15687: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 11924 1726884854.16477: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884854.16504: stderr chunk (state=3): >>><<< 11924 1726884854.16507: stdout chunk (state=3): >>><<< 11924 1726884854.16802: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75654183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75653e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756541a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756522cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756522dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565273e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565273ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565283ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565270fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652c4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652f8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565270230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75652f8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652f8b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75652f8f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565266d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652f95b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652f92b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652fa4b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75653106b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7565311d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565312c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7565313290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565312180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7565313d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565313440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652fa420> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f756505bbc0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75650846b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565084410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75650846e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7565085010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75650859d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75650848c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565059d60> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565086de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565085b20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652fabd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75650af140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75650d74d0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565134290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75651369f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75651343b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75651012e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564f35340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75650d62d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7565087d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7564f355e0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload__ydtegkl/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 0x7f7564f87080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564f69f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564f690d0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564f84f50> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7564fb6a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564fb67b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564fb60c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564fb6840> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564f87d10> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7564fb7710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7564fb7950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564fb7e90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564915ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7564917890> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564918290> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564919430> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756491bec0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7564918fe0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756491a150> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564923e00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75649228d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564922630> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564922ba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756491a690> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7564967a40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75649680e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7564969c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564969a00> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f756496c200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756496a330> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756496f9e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756496c3b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7564970800> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7564970bc0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7564970b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564968350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75649fc2c0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75649fd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564972a50> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7564973e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564972690> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f75648017c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564802600> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75649fd6d0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75648025d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564803920> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f756480e450> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564809af0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564902d20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564ff2a20> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756480e600> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75650d6120> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f7564468f80> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644683b0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756488dd30> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75648a0c50> # 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 0x7f756447e9c0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756447e5d0> # /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 0x7f75644a1130> # /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 0x7f75644a2360> # 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 0x7f75644a1ca0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a1af0> # /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 0x7f75644a4710> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a44a0> # /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 0x7f75644a6540> # 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 0x7f75644a62d0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a5b80> # /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 0x7f75644a9250> # /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 0x7f75644a9640> # /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 0x7f75644a9b80> # /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 0x7f75644aa390> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a8920> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a83e0> # 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 0x7f75644aa960> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a7f20> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a7ec0> # /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 0x7f75644ed160> # /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 0x7f75644ee000> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644ed6d0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644ab410> 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 0x7f75644f6ab0> 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 0x7f75644fbf50> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75644a5070> # /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 0x7f7564385f40> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564385760> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75648a0b30> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756447eba0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756447d970> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75652f8b60> # /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 0x7f756439a750> # /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 0x7f756439c500> # /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 0x7f756439fcb0> # /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 0x7f75643a0320> # /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 0x7f75643a13a0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643a1250> # /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 0x7f75643a1640> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643a0fb0> # /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 0x7f75643a1b20> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643a1970> # /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 0x7f75643a1e80> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643a1b80> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643a0740> # /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 0x7f75643a0dd0> # /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 0x7f75643addc0> # /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 0x7f75643ae150> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643adb20> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643ad190> # /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 0x7f75643ae2d0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756439f980> # /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 0x7f75643ae360> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756439d430> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756439cbc0> # /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 0x7f75643b24e0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75643b1310> # /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 0x7f7564541040> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756439d1f0> # /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 0x7f75633f64b0> # /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 0x7f756341c770> # /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 0x7f756341cf50> # /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 0x7f756341d580> # /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 0x7f756341d880> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756341c5f0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75633f7d10> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75633f6b10> # /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 0x7f75634305f0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75633f73b0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75633f6630> # /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 0x7f7563430bc0> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75633f6e10> # /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 0x7f7563430e00> # /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 0x7f7563431250> # /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 0x7f7563431a00> # /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 0x7f75634593d0> # /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 0x7f756345a570> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563459f40> # /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 0x7f756345a960> # /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 0x7f756345b500> # /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 0x7f7563482210> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563480ef0> # /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 0x7f7563483650> # /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 0x7f75632289b0> # /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 0x7f75632297f0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756344e6f0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756344e360> # /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 0x7f756322bd40> # /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 0x7f7563254740> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756322bd10> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756322b200> # /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 0x7f7563270f80> # /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 0x7f75632710d0> # /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 0x7f756328c800> # /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 0x7f756328cef0> # /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 0x7f756328d8e0> # /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 0x7f756328dd60> # /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 0x7f756328e2d0> # /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 0x7f756328e600> # /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 0x7f756328eba0> # /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 0x7f756328ed80> # /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 0x7f75632bc080> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328fec0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328ef60> # /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 0x7f75632bcdd0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75632bc9e0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328fdd0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563271580> # /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 0x7f75632887a0> # /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 0x7f7563288b90> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563273050> # /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 0x7f756328bbc0> # /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 0x7f756328bd40> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756328b290> # /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 0x7f756310e1b0> # /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 0x7f756310f5c0> # /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 0x7f756310fda0> # /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 0x7f75631206b0> # /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 0x7f7563122480> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75633f42f0> # /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 0x7f756344e030> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7564543e90> # /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 0x7f7563155640> # /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 0x7f7563156450> # /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 0x7f7563156c60> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7563154590> # /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 0x7f7563190770> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756316eea0> # /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 0x7f75631a22d0> # /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 0x7f75631bbe60> # /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 0x7f7562ffc350> # /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 0x7f7562ffe630> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562ffc860> # /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 0x7f756302cad0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75631b8740> # /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 0x7f75631b8980> # /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 0x7f7563092ba0> # /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 0x7f75630936e0> # /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 0x7f75630a0260> # /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 0x7f75630a06e0> # /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 0x7f75630a1580> # /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 0x7f75630a1e50> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f756439c650> # /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 0x7f75630a28d0> # /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 0x7f75630d1250> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f75630bef90> # 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 0x7f7562f50740> # 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 0x7f7562f50aa0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562f3cb00> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562f3c260> # /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 0x7f7562f3ccb0> # /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 0x7f7562fe4590> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562f53aa0> # /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 0x7f7562fe4a40> # /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 0x7f7562fe6bd0> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562fe6960> # /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 0x7f7562fe6ed0> # /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 0x7f7562fe71a0> # /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 0x7f7562fe7350> # /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 0x7f7562fe7590> # /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 0x7f7562fe7b30> # /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 0x7f7562b205f0> # /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 0x7f7562b207a0> # /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 0x7f7562b20950> # /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 0x7f7562b20f50> # /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 0x7f7562b218b0> # /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 0x7f7562b21cd0> # /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 0x7f7562b21f10> # /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 0x7f7562b22000> # /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 0x7f7562b222d0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562fe6210> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562fe52b0> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562fe51c0> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562f519d0> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7562f21c10> # /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 0x7f7562b8b890> {"changed": true, "actions": [{"action": "create format", "fs_type": "lvmpv", "device": "/dev/sda"}, {"action": "create device", "fs_type": null, "device": "/dev/foo"}, {"action": "create device", "fs_type": null, "device": "/dev/mapper/foo-test1"}, {"action": "create format", "fs_type": "xfs", "device": "/dev/mapper/foo-test1"}], "leaves": ["/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/foo-test1"], "mounts": [{"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "packages": ["lvm2", "xfsprogs"], "invocation": {"module_args": {"pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy tokenize # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy _signal # destroy keyword # destroy abc # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy copy # destroy inspect # destroy blivet.formats.fslib # destroy math # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy json.scanner # destroy _json # destroy collections # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib # destroy stat # destroy selinux # destroy platform # destroy distro # destroy datetime # destroy argparse # destroy json # destroy shlex # destroy subprocess # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy os # destroy functools # destroy re # destroy _random # destroy _thread # destroy itertools # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.mod ule_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.l inux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy tokenize # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy _signal # destroy keyword # destroy abc # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy copy # destroy inspect # destroy blivet.formats.fslib # destroy math # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy json.scanner # destroy _json # destroy collections # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib # destroy stat # destroy selinux # destroy platform # destroy distro # destroy datetime # destroy argparse # destroy json # destroy shlex # destroy subprocess # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy os # destroy functools # destroy re # destroy _random # destroy _thread # destroy itertools # destroy _operator # destroy _functools # clear sys.audit hooks 11924 1726884854.18547: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [{'name': 'foo', 'disks': ['sda'], 'volumes': [{'name': 'test1', 'size': '5g', 'mount_point': '/opt/test1'}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726884852.1592615-12630-208257161781551/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884854.18550: _low_level_execute_command(): starting 11924 1726884854.18551: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884852.1592615-12630-208257161781551/ > /dev/null 2>&1 && sleep 0' 11924 1726884854.18553: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884854.18556: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884854.18558: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884854.18559: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884854.18561: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884854.18562: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884854.18564: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884854.18565: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884854.18566: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884854.18567: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884854.18569: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884854.18570: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884854.18571: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884854.18572: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884854.18573: stderr chunk (state=3): >>>debug2: match found <<< 11924 1726884854.18574: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884854.18575: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884854.18576: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884854.18577: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884854.18579: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884854.19895: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884854.19927: stderr chunk (state=3): >>><<< 11924 1726884854.19930: stdout chunk (state=3): >>><<< 11924 1726884854.19969: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884854.19972: handler run complete 11924 1726884854.20087: attempt loop complete, returning result 11924 1726884854.20090: _execute() done 11924 1726884854.20093: dumping result to json 11924 1726884854.20113: done dumping result, returning 11924 1726884854.20236: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-f4c0-2290-000000000315] 11924 1726884854.20239: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000315 11924 1726884854.20360: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000315 11924 1726884854.20363: WORKER PROCESS EXITING changed: [managed_node2] => { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "mounted" } ], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_raw_device": "/dev/mapper/foo-test1", "_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/test1", "mount_user": null, "name": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } 11924 1726884854.21006: no more pending results, returning what we have 11924 1726884854.21010: results queue empty 11924 1726884854.21011: checking for any_errors_fatal 11924 1726884854.21016: done checking for any_errors_fatal 11924 1726884854.21017: checking for max_fail_percentage 11924 1726884854.21018: done checking for max_fail_percentage 11924 1726884854.21019: checking to see if all hosts have failed and the running result is not ok 11924 1726884854.21019: done checking to see if all hosts have failed 11924 1726884854.21020: getting the remaining hosts for this loop 11924 1726884854.21021: done getting the remaining hosts for this loop 11924 1726884854.21025: getting the next task for host managed_node2 11924 1726884854.21030: done getting next task for host managed_node2 11924 1726884854.21034: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 11924 1726884854.21037: ^ 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 11924 1726884854.21047: getting variables 11924 1726884854.21049: in VariableManager get_vars() 11924 1726884854.21078: Calling all_inventory to load vars for managed_node2 11924 1726884854.21081: Calling groups_inventory to load vars for managed_node2 11924 1726884854.21088: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884854.21097: Calling all_plugins_play to load vars for managed_node2 11924 1726884854.21102: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884854.21105: Calling groups_plugins_play to load vars for managed_node2 11924 1726884854.21505: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884854.21861: done with get_vars() 11924 1726884854.21872: done getting variables 11924 1726884854.21928: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 20 September 2024 22:14:14 -0400 (0:00:02.121) 0:00:19.558 ****** 11924 1726884854.21958: entering _queue_task() for managed_node2/command 11924 1726884854.22193: worker is 1 (out of 1 available) 11924 1726884854.22206: exiting _queue_task() for managed_node2/command 11924 1726884854.22219: done queuing things up, now waiting for results queue to drain 11924 1726884854.22220: waiting for pending results... 11924 1726884854.22449: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 11924 1726884854.22555: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000316 11924 1726884854.22572: variable 'ansible_search_path' from source: unknown 11924 1726884854.22576: variable 'ansible_search_path' from source: unknown 11924 1726884854.22599: calling self._execute() 11924 1726884854.22664: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884854.22669: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884854.22679: variable 'omit' from source: magic vars 11924 1726884854.23123: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884854.25962: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884854.25966: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884854.25969: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884854.26008: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884854.26036: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884854.26128: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884854.26214: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884854.26313: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884854.26412: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884854.26437: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884854.26642: Evaluated conditional (storage_udevadm_trigger | d(false)): False 11924 1726884854.26647: when evaluation is False, skipping this task 11924 1726884854.26652: _execute() done 11924 1726884854.26674: dumping result to json 11924 1726884854.26678: done dumping result, returning 11924 1726884854.26684: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-f4c0-2290-000000000316] 11924 1726884854.26691: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000316 11924 1726884854.26906: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000316 11924 1726884854.26911: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 11924 1726884854.26958: no more pending results, returning what we have 11924 1726884854.26961: results queue empty 11924 1726884854.26962: checking for any_errors_fatal 11924 1726884854.26987: done checking for any_errors_fatal 11924 1726884854.26988: checking for max_fail_percentage 11924 1726884854.26989: done checking for max_fail_percentage 11924 1726884854.26990: checking to see if all hosts have failed and the running result is not ok 11924 1726884854.26991: done checking to see if all hosts have failed 11924 1726884854.26992: getting the remaining hosts for this loop 11924 1726884854.26994: done getting the remaining hosts for this loop 11924 1726884854.26997: getting the next task for host managed_node2 11924 1726884854.27007: done getting next task for host managed_node2 11924 1726884854.27013: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 11924 1726884854.27016: ^ 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 11924 1726884854.27030: getting variables 11924 1726884854.27032: in VariableManager get_vars() 11924 1726884854.27063: Calling all_inventory to load vars for managed_node2 11924 1726884854.27065: Calling groups_inventory to load vars for managed_node2 11924 1726884854.27067: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884854.27075: Calling all_plugins_play to load vars for managed_node2 11924 1726884854.27077: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884854.27079: Calling groups_plugins_play to load vars for managed_node2 11924 1726884854.27440: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884854.28572: done with get_vars() 11924 1726884854.28586: done getting variables TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 20 September 2024 22:14:14 -0400 (0:00:00.067) 0:00:19.625 ****** 11924 1726884854.28682: entering _queue_task() for managed_node2/stat 11924 1726884854.28986: worker is 1 (out of 1 available) 11924 1726884854.29001: exiting _queue_task() for managed_node2/stat 11924 1726884854.29014: done queuing things up, now waiting for results queue to drain 11924 1726884854.29015: waiting for pending results... 11924 1726884854.29252: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 11924 1726884854.29434: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000317 11924 1726884854.29447: variable 'ansible_search_path' from source: unknown 11924 1726884854.29458: variable 'ansible_search_path' from source: unknown 11924 1726884854.29492: calling self._execute() 11924 1726884854.29590: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884854.29593: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884854.29602: variable 'omit' from source: magic vars 11924 1726884854.29678: variable 'omit' from source: magic vars 11924 1726884854.29724: variable 'omit' from source: magic vars 11924 1726884854.29745: variable 'omit' from source: magic vars 11924 1726884854.29787: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884854.29819: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884854.29835: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884854.29849: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884854.29860: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884854.29874: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884854.29890: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884854.29916: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884854.29919: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884854.29922: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884854.30001: Set connection var ansible_shell_executable to /bin/sh 11924 1726884854.30005: Set connection var ansible_connection to ssh 11924 1726884854.30014: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884854.30016: Set connection var ansible_timeout to 10 11924 1726884854.30023: Set connection var ansible_pipelining to False 11924 1726884854.30027: Set connection var ansible_shell_type to sh 11924 1726884854.30047: variable 'ansible_shell_executable' from source: unknown 11924 1726884854.30051: variable 'ansible_connection' from source: unknown 11924 1726884854.30054: variable 'ansible_module_compression' from source: unknown 11924 1726884854.30058: variable 'ansible_shell_type' from source: unknown 11924 1726884854.30061: variable 'ansible_shell_executable' from source: unknown 11924 1726884854.30063: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884854.30065: variable 'ansible_pipelining' from source: unknown 11924 1726884854.30067: variable 'ansible_timeout' from source: unknown 11924 1726884854.30072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884854.30219: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884854.30231: variable 'omit' from source: magic vars 11924 1726884854.30234: starting attempt loop 11924 1726884854.30237: running the handler 11924 1726884854.30246: _low_level_execute_command(): starting 11924 1726884854.30252: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884854.31094: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884854.31098: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884854.32765: stdout chunk (state=3): >>>/root <<< 11924 1726884854.32909: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884854.32921: stdout chunk (state=3): >>><<< 11924 1726884854.32944: stderr chunk (state=3): >>><<< 11924 1726884854.32970: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884854.32992: _low_level_execute_command(): starting 11924 1726884854.33008: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884854.3297925-12705-144960272029020 `" && echo ansible-tmp-1726884854.3297925-12705-144960272029020="` echo /root/.ansible/tmp/ansible-tmp-1726884854.3297925-12705-144960272029020 `" ) && sleep 0' 11924 1726884854.34180: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884854.34227: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884854.34296: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884854.34419: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884854.34548: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884854.34629: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884854.34663: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884854.34809: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884854.36683: stdout chunk (state=3): >>>ansible-tmp-1726884854.3297925-12705-144960272029020=/root/.ansible/tmp/ansible-tmp-1726884854.3297925-12705-144960272029020 <<< 11924 1726884854.36901: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884854.36905: stdout chunk (state=3): >>><<< 11924 1726884854.36911: stderr chunk (state=3): >>><<< 11924 1726884854.37070: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884854.3297925-12705-144960272029020=/root/.ansible/tmp/ansible-tmp-1726884854.3297925-12705-144960272029020 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884854.37074: variable 'ansible_module_compression' from source: unknown 11924 1726884854.37130: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884854.37313: variable 'ansible_facts' from source: unknown 11924 1726884854.37364: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884854.3297925-12705-144960272029020/AnsiballZ_stat.py 11924 1726884854.37537: Sending initial data 11924 1726884854.37546: Sent initial data (153 bytes) 11924 1726884854.38369: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884854.38385: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884854.38464: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884854.38538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884854.38585: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884854.40276: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884854.40371: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884854.40461: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpef66sww7 /root/.ansible/tmp/ansible-tmp-1726884854.3297925-12705-144960272029020/AnsiballZ_stat.py <<< 11924 1726884854.40464: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884854.3297925-12705-144960272029020/AnsiballZ_stat.py" <<< 11924 1726884854.40535: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpef66sww7" to remote "/root/.ansible/tmp/ansible-tmp-1726884854.3297925-12705-144960272029020/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884854.3297925-12705-144960272029020/AnsiballZ_stat.py" <<< 11924 1726884854.42282: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884854.42289: stdout chunk (state=3): >>><<< 11924 1726884854.42292: stderr chunk (state=3): >>><<< 11924 1726884854.42294: done transferring module to remote 11924 1726884854.42296: _low_level_execute_command(): starting 11924 1726884854.42298: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884854.3297925-12705-144960272029020/ /root/.ansible/tmp/ansible-tmp-1726884854.3297925-12705-144960272029020/AnsiballZ_stat.py && sleep 0' 11924 1726884854.42848: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884854.42872: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884854.42890: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884854.42972: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884854.44882: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884854.44893: stdout chunk (state=3): >>><<< 11924 1726884854.44905: stderr chunk (state=3): >>><<< 11924 1726884854.44924: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884854.44937: _low_level_execute_command(): starting 11924 1726884854.44945: _low_level_execute_command(): using become for this command 11924 1726884854.44963: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-bjuiywrhrayfilxtwfzrvoscyzmmyguw ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884854.3297925-12705-144960272029020/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884854.45072: Initial state: awaiting_escalation: BECOME-SUCCESS-bjuiywrhrayfilxtwfzrvoscyzmmyguw 11924 1726884854.46019: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884854.46175: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884854.46265: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884854.49430: stdout chunk (state=1): >>>BECOME-SUCCESS-bjuiywrhrayfilxtwfzrvoscyzmmyguw <<< 11924 1726884854.49434: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-bjuiywrhrayfilxtwfzrvoscyzmmyguw' 11924 1726884854.49824: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884854.49893: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884854.50038: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884854.50081: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # <<< 11924 1726884854.50154: 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 0x7ff8e82e83e0> <<< 11924 1726884854.50159: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e82b7a10> <<< 11924 1726884854.50221: 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 0x7ff8e82ea960> import '_signal' # <<< 11924 1726884854.50289: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884854.50321: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884854.50394: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884854.50447: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # <<< 11924 1726884854.50511: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884854.50561: 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' <<< 11924 1726884854.50590: 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 0x7ff8e8098fe0> <<< 11924 1726884854.50662: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e8099fd0> <<< 11924 1726884854.50729: 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. <<< 11924 1726884854.50991: 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' <<< 11924 1726884854.51013: 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 <<< 11924 1726884854.51070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884854.51074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884854.51127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884854.51132: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e80d7ec0> <<< 11924 1726884854.51157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884854.51189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884854.51192: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884854.51231: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e80d7f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884854.51277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884854.51287: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884854.51313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884854.51346: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884854.51382: 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' <<< 11924 1726884854.51407: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e810f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e810ff80> <<< 11924 1726884854.51425: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884854.51482: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e80efb90> import '_functools' # <<< 11924 1726884854.51520: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e80ed2b0> <<< 11924 1726884854.51611: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e80d5070> <<< 11924 1726884854.51661: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884854.51712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884854.51723: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884854.51753: 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' <<< 11924 1726884854.51839: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e81338c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e81324e0> <<< 11924 1726884854.51912: 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 0x7ff8e80ee180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e8130ce0> <<< 11924 1726884854.51983: 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 0x7ff8e8160920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e80d42f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884854.52048: 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 0x7ff8e8160dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e8160c80> <<< 11924 1726884854.52106: 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 0x7ff8e8161010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e80d2e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884854.52190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e8161700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e81613d0> import 'importlib.machinery' # <<< 11924 1726884854.52244: 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 0x7ff8e8162600> import 'importlib.util' # import 'runpy' # <<< 11924 1726884854.52294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884854.52358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884854.52434: 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 0x7ff8e817c830> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e817df70> <<< 11924 1726884854.52519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e817ee10> <<< 11924 1726884854.52527: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884854.52612: 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 0x7ff8e817f470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e817e360> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e817fef0> <<< 11924 1726884854.52680: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e817f620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e8162660> <<< 11924 1726884854.52747: 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 <<< 11924 1726884854.52756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884854.52797: 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' <<< 11924 1726884854.52820: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e7f0be60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884854.52928: 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 0x7ff8e7f38980> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7f386e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e7f388c0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884854.52931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884854.53004: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884854.53129: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e7f39280> <<< 11924 1726884854.53294: 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 0x7ff8e7f39c70> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7f38b30> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7f0a000> <<< 11924 1726884854.53325: 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' <<< 11924 1726884854.53358: 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 0x7ff8e7f3b080> <<< 11924 1726884854.53391: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7f39dc0> <<< 11924 1726884854.53419: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e8162d50> <<< 11924 1726884854.53423: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884854.53483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884854.53531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884854.53585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7f633b0> <<< 11924 1726884854.53633: 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' <<< 11924 1726884854.53671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884854.53701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884854.53724: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7f877a0> <<< 11924 1726884854.53777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884854.53801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884854.53866: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884854.53914: 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 0x7ff8e7fe8560> <<< 11924 1726884854.53925: 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' <<< 11924 1726884854.53952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884854.54038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884854.54131: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7feacc0> <<< 11924 1726884854.54184: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7fe8680> <<< 11924 1726884854.54267: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7fa9550> <<< 11924 1726884854.54300: 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 0x7ff8e79255b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7f865a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7f3bf80> <<< 11924 1726884854.54376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884854.54418: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff8e7f86c60> <<< 11924 1726884854.54560: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_rooezsvo/ansible_stat_payload.zip' # zipimport: zlib available <<< 11924 1726884854.54675: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.54706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884854.54722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884854.54770: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884854.54830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884854.54874: 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 0x7ff8e7977230> <<< 11924 1726884854.54907: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884854.55080: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e795a120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e79592b0> # zipimport: zlib available <<< 11924 1726884854.55113: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884854.55132: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884854.55162: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.55208: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884854.56573: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.57739: 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 0x7ff8e79750d0> <<< 11924 1726884854.57745: 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' <<< 11924 1726884854.57795: 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' <<< 11924 1726884854.57802: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884854.57805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884854.57890: 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 0x7ff8e79a2b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e79a28a0> <<< 11924 1726884854.57893: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e79a2210> <<< 11924 1726884854.57916: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884854.57932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884854.57992: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e79a2c90> <<< 11924 1726884854.58029: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7977c50> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e79a3890> <<< 11924 1726884854.58040: 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 0x7ff8e79a3a10> <<< 11924 1726884854.58060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884854.58111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884854.58118: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884854.58185: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e79a3f50> import 'pwd' # <<< 11924 1726884854.58214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884854.58226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884854.58284: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7811d90> <<< 11924 1726884854.58321: 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 0x7ff8e78139b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884854.58343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884854.58371: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7814380> <<< 11924 1726884854.58396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884854.58425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884854.58440: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7815280> <<< 11924 1726884854.58464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884854.58512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884854.58539: 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' <<< 11924 1726884854.58576: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7817f20> <<< 11924 1726884854.58617: 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 0x7ff8e7f3aff0> <<< 11924 1726884854.58636: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e78161e0> <<< 11924 1726884854.58679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884854.58684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884854.58712: 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' <<< 11924 1726884854.58741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884854.58761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884854.58807: 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 0x7ff8e781fdd0> <<< 11924 1726884854.58820: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884854.58884: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e781e8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e781e600> <<< 11924 1726884854.58908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884854.58917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884854.58991: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e781eb70> <<< 11924 1726884854.59020: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e78166f0> <<< 11924 1726884854.59051: 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 0x7ff8e7863f80> <<< 11924 1726884854.59078: 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 0x7ff8e7864500> <<< 11924 1726884854.59101: 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 <<< 11924 1726884854.59119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884854.59135: 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' <<< 11924 1726884854.59176: 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 0x7ff8e7865b80> <<< 11924 1726884854.59181: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7865940> <<< 11924 1726884854.59204: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884854.59324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884854.59378: 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 0x7ff8e7868140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7866270> <<< 11924 1726884854.59404: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884854.59442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884854.59483: 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' <<< 11924 1726884854.59497: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884854.59534: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e786b890> <<< 11924 1726884854.59650: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7868260> <<< 11924 1726884854.59714: stdout 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 0x7ff8e786c6b0> <<< 11924 1726884854.59741: stdout 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 0x7ff8e786c6e0> <<< 11924 1726884854.59790: stdout 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 0x7ff8e786cc50> <<< 11924 1726884854.59798: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7864260> <<< 11924 1726884854.59819: 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 <<< 11924 1726884854.59823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884854.59883: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884854.59908: 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' <<< 11924 1726884854.59924: 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 0x7ff8e78f8380> <<< 11924 1726884854.60105: 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 0x7ff8e78f9760> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e786eb10> <<< 11924 1726884854.60163: 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 0x7ff8e786fec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e786e720> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884854.60202: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.60290: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.60369: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.60418: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884854.60461: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884854.60544: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.60668: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.61211: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.61728: 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' # <<< 11924 1726884854.61751: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884854.61785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884854.61824: 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 0x7ff8e78fd8e0> <<< 11924 1726884854.61913: 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' <<< 11924 1726884854.61940: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e78fe6c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e78f9940> <<< 11924 1726884854.61992: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884854.62019: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.62052: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.62061: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884854.62227: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.62384: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884854.62387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e78fe810> <<< 11924 1726884854.62410: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.62838: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.63288: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.63364: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.63442: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884854.63447: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.63486: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.63526: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884854.63536: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.63599: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.63695: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884854.63738: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884854.63740: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.63779: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.63826: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884854.63835: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.64061: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.64290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884854.64363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884854.64445: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e78ffa40> <<< 11924 1726884854.64448: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.64522: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.64613: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884854.64635: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884854.64683: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.64730: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884854.64780: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.64821: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.64881: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.64953: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884854.64993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884854.65075: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e770a300> <<< 11924 1726884854.65117: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e77052b0> <<< 11924 1726884854.65148: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884854.65166: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.65223: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.65290: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.65314: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.65371: stdout chunk (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' <<< 11924 1726884854.65416: 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 <<< 11924 1726884854.65420: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884854.65436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884854.65494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884854.65527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884854.65541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884854.65586: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e79fab10> <<< 11924 1726884854.65632: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e79ee7e0> <<< 11924 1726884854.65725: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e770a2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e78f99a0> <<< 11924 1726884854.65728: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884854.65760: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.65788: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884854.65864: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884854.65869: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.65887: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884854.65908: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.66032: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.66220: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884854.67582: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/fstab", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1366, "inode": 268435653, "dev": 51714, "nlink": 1, "atime": 1726884823.4129922, "mtime": 1726884818.8999379, "ctime": 1726884818.8999379, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "mimetype": "text/plain", "charset": "us-ascii", "version": "3378186958", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 11924 1726884854.67610: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884854.68052: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884854.68135: 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 <<< 11924 1726884854.68143: 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 <<< 11924 1726884854.68253: 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 <<< 11924 1726884854.68258: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 11924 1726884854.68485: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884854.68488: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884854.68535: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 11924 1726884854.68551: 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 <<< 11924 1726884854.68584: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884854.68630: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884854.68633: 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 <<< 11924 1726884854.68682: 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 <<< 11924 1726884854.68698: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 11924 1726884854.68729: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884854.68733: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884854.68759: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884854.68804: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884854.68826: 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 <<< 11924 1726884854.68862: 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 <<< 11924 1726884854.68895: 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 # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 11924 1726884854.68931: 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 <<< 11924 1726884854.68945: 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 <<< 11924 1726884854.69089: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884854.69132: stdout chunk (state=3): >>># destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884854.69153: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884854.69203: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884854.69231: 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 <<< 11924 1726884854.69234: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884854.69331: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884854.69348: 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 <<< 11924 1726884854.69375: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 11924 1726884854.69408: stdout chunk (state=3): >>># destroy itertools <<< 11924 1726884854.69428: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884854.70061: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884854.70065: stdout chunk (state=3): >>><<< 11924 1726884854.70067: stderr chunk (state=3): >>><<< 11924 1726884854.70109: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e82e83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e82b7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e82ea960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e8098fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e8099fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e80d7ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e80d7f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e810f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e810ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e80efb90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e80ed2b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e80d5070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e81338c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e81324e0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e80ee180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e8130ce0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e8160920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e80d42f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e8160dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e8160c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e8161010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e80d2e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e8161700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e81613d0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e8162600> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e817c830> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e817df70> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e817ee10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e817f470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e817e360> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e817fef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e817f620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e8162660> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e7f0be60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e7f38980> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7f386e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e7f388c0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e7f39280> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e7f39c70> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7f38b30> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7f0a000> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7f3b080> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7f39dc0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e8162d50> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7f633b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7f877a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7fe8560> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7feacc0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7fe8680> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7fa9550> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e79255b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7f865a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7f3bf80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff8e7f86c60> # zipimport: found 30 names in '/tmp/ansible_stat_payload_rooezsvo/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 0x7ff8e7977230> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e795a120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e79592b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e79750d0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e79a2b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e79a28a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e79a2210> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e79a2c90> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7977c50> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e79a3890> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e79a3a10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e79a3f50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7811d90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e78139b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7814380> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7815280> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7817f20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e7f3aff0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e78161e0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e781fdd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e781e8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e781e600> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e781eb70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e78166f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e7863f80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7864500> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e7865b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7865940> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e7868140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7866270> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e786b890> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7868260> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e786c6b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e786c6e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e786cc50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e7864260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e78f8380> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e78f9760> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e786eb10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e786fec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e786e720> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e78fd8e0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e78fe6c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e78f9940> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e78fe810> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e78ffa40> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8e770a300> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e77052b0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e79fab10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e79ee7e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e770a2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8e78f99a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/fstab", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1366, "inode": 268435653, "dev": 51714, "nlink": 1, "atime": 1726884823.4129922, "mtime": 1726884818.8999379, "ctime": 1726884818.8999379, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "mimetype": "text/plain", "charset": "us-ascii", "version": "3378186958", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884854.71350: 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-1726884854.3297925-12705-144960272029020/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884854.71354: _low_level_execute_command(): starting 11924 1726884854.71359: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884854.3297925-12705-144960272029020/ > /dev/null 2>&1 && sleep 0' 11924 1726884854.71519: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884854.71533: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884854.71549: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884854.71576: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884854.71678: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884854.71703: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884854.71720: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884854.71740: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884854.71823: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884854.73668: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884854.73725: stderr chunk (state=3): >>><<< 11924 1726884854.73734: stdout chunk (state=3): >>><<< 11924 1726884854.73764: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884854.73961: handler run complete 11924 1726884854.73964: attempt loop complete, returning result 11924 1726884854.73966: _execute() done 11924 1726884854.73968: dumping result to json 11924 1726884854.73970: done dumping result, returning 11924 1726884854.73972: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-f4c0-2290-000000000317] 11924 1726884854.73974: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000317 11924 1726884854.74045: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000317 11924 1726884854.74048: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884823.4129922, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "ctime": 1726884818.8999379, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 268435653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726884818.8999379, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3378186958", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 11924 1726884854.74168: no more pending results, returning what we have 11924 1726884854.74172: results queue empty 11924 1726884854.74173: checking for any_errors_fatal 11924 1726884854.74179: done checking for any_errors_fatal 11924 1726884854.74180: checking for max_fail_percentage 11924 1726884854.74182: done checking for max_fail_percentage 11924 1726884854.74183: checking to see if all hosts have failed and the running result is not ok 11924 1726884854.74184: done checking to see if all hosts have failed 11924 1726884854.74184: getting the remaining hosts for this loop 11924 1726884854.74186: done getting the remaining hosts for this loop 11924 1726884854.74190: getting the next task for host managed_node2 11924 1726884854.74197: done getting next task for host managed_node2 11924 1726884854.74201: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 11924 1726884854.74204: ^ 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 11924 1726884854.74215: getting variables 11924 1726884854.74217: in VariableManager get_vars() 11924 1726884854.74252: Calling all_inventory to load vars for managed_node2 11924 1726884854.74382: Calling groups_inventory to load vars for managed_node2 11924 1726884854.74387: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884854.74397: Calling all_plugins_play to load vars for managed_node2 11924 1726884854.74405: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884854.74409: Calling groups_plugins_play to load vars for managed_node2 11924 1726884854.75377: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884854.76015: done with get_vars() 11924 1726884854.76029: done getting variables TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 20 September 2024 22:14:14 -0400 (0:00:00.474) 0:00:20.100 ****** 11924 1726884854.76131: entering _queue_task() for managed_node2/lineinfile 11924 1726884854.76393: worker is 1 (out of 1 available) 11924 1726884854.76408: exiting _queue_task() for managed_node2/lineinfile 11924 1726884854.76421: done queuing things up, now waiting for results queue to drain 11924 1726884854.76423: waiting for pending results... 11924 1726884854.76788: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 11924 1726884854.76886: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000318 11924 1726884854.76911: variable 'ansible_search_path' from source: unknown 11924 1726884854.76993: variable 'ansible_search_path' from source: unknown 11924 1726884854.76997: calling self._execute() 11924 1726884854.77048: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884854.77061: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884854.77075: variable 'omit' from source: magic vars 11924 1726884854.77677: variable '__storage_fstab' from source: set_fact 11924 1726884854.77742: Evaluated conditional (__storage_fstab.stat.exists): True 11924 1726884854.77940: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884854.78241: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884854.78292: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884854.78344: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884854.78420: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884854.78476: variable 'blivet_output' from source: set_fact 11924 1726884854.78515: Evaluated conditional (blivet_output is changed): True 11924 1726884854.78535: variable 'omit' from source: magic vars 11924 1726884854.78603: variable 'omit' from source: magic vars 11924 1726884854.78661: variable '__str' from source: task vars 11924 1726884854.78721: variable '__str' from source: task vars 11924 1726884854.78848: variable '__str' from source: task vars 11924 1726884854.78853: variable '__str' from source: task vars 11924 1726884854.78858: variable 'omit' from source: magic vars 11924 1726884854.78861: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884854.78902: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884854.78926: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884854.78947: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884854.78964: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884854.79036: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884854.79062: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884854.79108: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884854.79119: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884854.79201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884854.79264: Set connection var ansible_shell_executable to /bin/sh 11924 1726884854.79273: Set connection var ansible_connection to ssh 11924 1726884854.79285: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884854.79307: Set connection var ansible_timeout to 10 11924 1726884854.79322: Set connection var ansible_pipelining to False 11924 1726884854.79415: Set connection var ansible_shell_type to sh 11924 1726884854.79420: variable 'ansible_shell_executable' from source: unknown 11924 1726884854.79422: variable 'ansible_connection' from source: unknown 11924 1726884854.79425: variable 'ansible_module_compression' from source: unknown 11924 1726884854.79427: variable 'ansible_shell_type' from source: unknown 11924 1726884854.79429: variable 'ansible_shell_executable' from source: unknown 11924 1726884854.79432: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884854.79434: variable 'ansible_pipelining' from source: unknown 11924 1726884854.79436: variable 'ansible_timeout' from source: unknown 11924 1726884854.79437: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884854.79632: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884854.79636: variable 'omit' from source: magic vars 11924 1726884854.79638: starting attempt loop 11924 1726884854.79641: running the handler 11924 1726884854.79642: _low_level_execute_command(): starting 11924 1726884854.79644: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884854.80410: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884854.80435: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884854.80553: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884854.80608: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884854.80662: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884854.82345: stdout chunk (state=3): >>>/root <<< 11924 1726884854.82565: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884854.82568: stdout chunk (state=3): >>><<< 11924 1726884854.82570: stderr chunk (state=3): >>><<< 11924 1726884854.82573: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884854.82583: _low_level_execute_command(): starting 11924 1726884854.82586: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884854.8251855-12721-117936270479451 `" && echo ansible-tmp-1726884854.8251855-12721-117936270479451="` echo /root/.ansible/tmp/ansible-tmp-1726884854.8251855-12721-117936270479451 `" ) && sleep 0' 11924 1726884854.83180: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884854.83194: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884854.83209: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884854.83229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884854.83338: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884854.83393: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884854.83449: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884854.85339: stdout chunk (state=3): >>>ansible-tmp-1726884854.8251855-12721-117936270479451=/root/.ansible/tmp/ansible-tmp-1726884854.8251855-12721-117936270479451 <<< 11924 1726884854.85457: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884854.85476: stderr chunk (state=3): >>><<< 11924 1726884854.85479: stdout chunk (state=3): >>><<< 11924 1726884854.85495: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884854.8251855-12721-117936270479451=/root/.ansible/tmp/ansible-tmp-1726884854.8251855-12721-117936270479451 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884854.85539: variable 'ansible_module_compression' from source: unknown 11924 1726884854.85587: ANSIBALLZ: Using lock for lineinfile 11924 1726884854.85591: ANSIBALLZ: Acquiring lock 11924 1726884854.85593: ANSIBALLZ: Lock acquired: 140694831384192 11924 1726884854.85595: ANSIBALLZ: Creating module 11924 1726884854.94619: ANSIBALLZ: Writing module into payload 11924 1726884854.94700: ANSIBALLZ: Writing module 11924 1726884854.94714: ANSIBALLZ: Renaming module 11924 1726884854.94719: ANSIBALLZ: Done creating module 11924 1726884854.94733: variable 'ansible_facts' from source: unknown 11924 1726884854.94786: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884854.8251855-12721-117936270479451/AnsiballZ_lineinfile.py 11924 1726884854.94896: Sending initial data 11924 1726884854.94900: Sent initial data (159 bytes) 11924 1726884854.95430: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884854.95467: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884854.95479: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884854.95529: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884854.97163: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884854.97221: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884854.97300: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpydfupdal /root/.ansible/tmp/ansible-tmp-1726884854.8251855-12721-117936270479451/AnsiballZ_lineinfile.py <<< 11924 1726884854.97304: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884854.8251855-12721-117936270479451/AnsiballZ_lineinfile.py" <<< 11924 1726884854.97365: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpydfupdal" to remote "/root/.ansible/tmp/ansible-tmp-1726884854.8251855-12721-117936270479451/AnsiballZ_lineinfile.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884854.8251855-12721-117936270479451/AnsiballZ_lineinfile.py" <<< 11924 1726884854.98289: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884854.98361: stderr chunk (state=3): >>><<< 11924 1726884854.98364: stdout chunk (state=3): >>><<< 11924 1726884854.98366: done transferring module to remote 11924 1726884854.98375: _low_level_execute_command(): starting 11924 1726884854.98379: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884854.8251855-12721-117936270479451/ /root/.ansible/tmp/ansible-tmp-1726884854.8251855-12721-117936270479451/AnsiballZ_lineinfile.py && sleep 0' 11924 1726884854.98897: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884854.98977: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884854.98993: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884854.99049: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884855.00817: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884855.00838: stderr chunk (state=3): >>><<< 11924 1726884855.00842: stdout chunk (state=3): >>><<< 11924 1726884855.00854: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884855.00860: _low_level_execute_command(): starting 11924 1726884855.00863: _low_level_execute_command(): using become for this command 11924 1726884855.00876: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-iiorsdfxhitlfgediauvyndcuoudwmrm ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884854.8251855-12721-117936270479451/AnsiballZ_lineinfile.py'"'"' && sleep 0' 11924 1726884855.00948: Initial state: awaiting_escalation: BECOME-SUCCESS-iiorsdfxhitlfgediauvyndcuoudwmrm 11924 1726884855.01315: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884855.01319: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884855.01345: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884855.01365: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884855.01417: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884855.04374: stdout chunk (state=1): >>>BECOME-SUCCESS-iiorsdfxhitlfgediauvyndcuoudwmrm <<< 11924 1726884855.04383: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-iiorsdfxhitlfgediauvyndcuoudwmrm' 11924 1726884855.04758: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884855.04812: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884855.04817: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884855.04850: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884855.04880: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884855.04923: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884855.04943: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884855.04970: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884855.04983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884855.05001: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884855.05026: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884855.05087: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884855.05101: 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 0x7f6bfe3bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe38ba10> <<< 11924 1726884855.05140: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884855.05166: 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 0x7f6bfe3be930> <<< 11924 1726884855.05227: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 11924 1726884855.05275: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 11924 1726884855.05316: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884855.05428: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 11924 1726884855.05447: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 11924 1726884855.05507: 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' <<< 11924 1726884855.05568: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884855.05644: 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 0x7f6bfe3ccfe0> <<< 11924 1726884855.05647: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe3cdfd0> import 'site' # <<< 11924 1726884855.05707: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884855.06014: 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' <<< 11924 1726884855.06036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884855.06061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884855.06084: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1d3e30> <<< 11924 1726884855.06135: 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' # <<< 11924 1726884855.06159: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1d3ef0> <<< 11924 1726884855.06174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884855.06201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884855.06226: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884855.06276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884855.06312: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884855.06427: 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 0x7f6bfe203860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884855.06464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe203ef0> <<< 11924 1726884855.06476: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1e3b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1e1220> <<< 11924 1726884855.06573: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1d0fe0> <<< 11924 1726884855.06596: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884855.06647: 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 <<< 11924 1726884855.06686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884855.06725: 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' <<< 11924 1726884855.06775: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe227800> <<< 11924 1726884855.06793: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe226420> <<< 11924 1726884855.06796: 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 0x7f6bfe1e3e60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1d2ed0> <<< 11924 1726884855.06858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884855.06862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe258830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1d0260> <<< 11924 1726884855.06920: 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' <<< 11924 1726884855.06941: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884855.06946: 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 0x7f6bfe258ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe258b90> <<< 11924 1726884855.06975: 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 0x7f6bfe258f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1c6d80> <<< 11924 1726884855.07017: 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' <<< 11924 1726884855.07042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884855.07100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884855.07167: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe2595b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe2592b0> import 'importlib.machinery' # <<< 11924 1726884855.07240: 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' <<< 11924 1726884855.07303: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe25a480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe274650> <<< 11924 1726884855.07375: 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 0x7f6bfe275d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884855.07403: 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 0x7f6bfe276c30> <<< 11924 1726884855.07466: 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 0x7f6bfe277290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe276180> <<< 11924 1726884855.07486: 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' <<< 11924 1726884855.07520: 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 0x7f6bfe277d10> <<< 11924 1726884855.07537: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe277440> <<< 11924 1726884855.07579: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe25a4b0> <<< 11924 1726884855.07611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884855.07630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884855.07652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884855.07668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884855.07706: 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 0x7f6bfe007c50> <<< 11924 1726884855.07728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884855.07742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884855.07780: 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' <<< 11924 1726884855.07804: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfe030740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe0304a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfe030770> <<< 11924 1726884855.07833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884855.07843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884855.07908: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884855.08030: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfe0310a0> <<< 11924 1726884855.08150: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884855.08165: 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 0x7f6bfe031a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe030950> <<< 11924 1726884855.08177: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe005df0> <<< 11924 1726884855.08205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884855.08222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884855.08264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884855.08274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884855.08277: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe032e10> <<< 11924 1726884855.08295: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe0318e0> <<< 11924 1726884855.08319: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe25ab70> <<< 11924 1726884855.08345: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884855.08408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884855.08425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884855.08465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884855.08494: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe05b170> <<< 11924 1726884855.08556: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884855.08564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884855.08588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884855.08607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884855.08664: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe0874d0> <<< 11924 1726884855.08685: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884855.08733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884855.08785: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884855.08811: 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 0x7f6bfe0e02c0> <<< 11924 1726884855.08834: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884855.08869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884855.08890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884855.08929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884855.09014: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe0e2a20> <<< 11924 1726884855.09101: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe0e03e0> <<< 11924 1726884855.09174: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe0ad2e0> <<< 11924 1726884855.09251: 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 0x7f6bfdee9400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe086300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe033d40> <<< 11924 1726884855.09336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6bfe086420> <<< 11924 1726884855.09484: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_v3utz9gh/ansible_lineinfile_payload.zip' # zipimport: zlib available <<< 11924 1726884855.09618: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.09671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884855.09727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884855.09758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884855.09785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884855.09847: 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 0x7f6bfdf3f170> import '_typing' # <<< 11924 1726884855.10050: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdf1e060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdf1d1c0> # zipimport: zlib available <<< 11924 1726884855.10109: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884855.10163: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884855.10173: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.11544: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.12688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884855.12721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdf3d040> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884855.12753: 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' <<< 11924 1726884855.12787: 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' <<< 11924 1726884855.12843: 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 0x7f6bfdf6aa20> <<< 11924 1726884855.12870: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdf6a7b0> <<< 11924 1726884855.12905: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdf6a0c0> <<< 11924 1726884855.12935: 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' <<< 11924 1726884855.13071: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdf6aab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdf3fe00> import 'atexit' # <<< 11924 1726884855.13079: 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 0x7f6bfdf6b740> <<< 11924 1726884855.13082: 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 0x7f6bfdf6b980> <<< 11924 1726884855.13160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884855.13230: 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 0x7f6bfdf6bec0> <<< 11924 1726884855.13272: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884855.13275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884855.13378: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd911c10> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfd913350> <<< 11924 1726884855.13399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884855.13402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884855.13446: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd914200> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884855.13451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884855.13489: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd915100> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884855.13542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884855.13573: 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' <<< 11924 1726884855.13642: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd917e30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfe276ba0> <<< 11924 1726884855.13675: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd916120> <<< 11924 1726884855.13713: 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' <<< 11924 1726884855.13747: 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' <<< 11924 1726884855.13788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884855.13964: 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 0x7f6bfd91fd10> import '_tokenize' # <<< 11924 1726884855.13986: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd91e7e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd91e540> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884855.14023: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd91eab0> <<< 11924 1726884855.14171: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd916600> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfd963e30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd964050> <<< 11924 1726884855.14174: 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' <<< 11924 1726884855.14177: 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' <<< 11924 1726884855.14238: 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 0x7f6bfd965bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd965970> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884855.14350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884855.14410: 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 0x7f6bfd968110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd966210> <<< 11924 1726884855.14443: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884855.14519: 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 <<< 11924 1726884855.14566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884855.14569: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd96b860> <<< 11924 1726884855.14684: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd968230> <<< 11924 1726884855.14745: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfd96cbc0> <<< 11924 1726884855.14823: stdout 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 0x7f6bfd96ca70> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfd96c9b0> <<< 11924 1726884855.14859: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd9642c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884855.14902: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884855.14916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884855.15150: 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 0x7f6bfd9f8200> <<< 11924 1726884855.15154: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884855.15158: 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 0x7f6bfd9f98b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd96e990> <<< 11924 1726884855.15164: 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 0x7f6bfd96fd40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd96e5a0> <<< 11924 1726884855.15175: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.15188: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.15256: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 11924 1726884855.15259: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.15301: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.15391: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.15406: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.15471: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884855.15474: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.15477: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884855.15479: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.15586: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.15732: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.16272: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.16818: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884855.16858: 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 <<< 11924 1726884855.16884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884855.16910: 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 0x7f6bfd9fd940> <<< 11924 1726884855.17010: 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' <<< 11924 1726884855.17033: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd9fe780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1d3ce0> <<< 11924 1726884855.17072: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884855.17136: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884855.17174: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.17294: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.17458: 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 0x7f6bfd9fe540> <<< 11924 1726884855.17471: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.17918: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.18359: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.18517: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.18524: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884855.18583: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # <<< 11924 1726884855.18586: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.18667: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.18780: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884855.18803: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884855.18835: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.18882: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884855.19134: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.19339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884855.19415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884855.19426: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884855.19500: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd9ff8f0> <<< 11924 1726884855.19537: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.19568: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.19680: 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' # <<< 11924 1726884855.19701: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.19731: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.19820: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884855.19885: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884855.19917: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.19990: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884855.20024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884855.20112: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfd80a330> <<< 11924 1726884855.20146: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd805af0> <<< 11924 1726884855.20191: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884855.20258: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.20319: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.20349: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.20408: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884855.20411: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884855.20414: 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 <<< 11924 1726884855.20441: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884855.20456: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884855.20518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884855.20539: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884855.20559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884855.20611: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd902ba0> <<< 11924 1726884855.20658: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdfa2870> <<< 11924 1726884855.20733: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd80a300> <<< 11924 1726884855.20756: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd96d460> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884855.20788: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.20810: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884855.20871: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884855.20875: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.20904: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.20927: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884855.21173: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.21484: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884855.22176: 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}}} <<< 11924 1726884855.22187: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884855.22538: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884855.22602: 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 <<< 11924 1726884855.22682: 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 <<< 11924 1726884855.22750: 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 <<< 11924 1726884855.22813: stdout chunk (state=3): >>># destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info <<< 11924 1726884855.22838: stdout chunk (state=3): >>># destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 11924 1726884855.23002: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884855.23025: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884855.23034: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884855.23059: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884855.23070: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884855.23091: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884855.23112: 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 <<< 11924 1726884855.23132: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 11924 1726884855.23159: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 11924 1726884855.23163: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 11924 1726884855.23166: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 11924 1726884855.23173: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884855.23197: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884855.23205: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884855.23250: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 11924 1726884855.23264: 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 <<< 11924 1726884855.23283: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 11924 1726884855.23306: 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 <<< 11924 1726884855.23333: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884855.23350: 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 <<< 11924 1726884855.23363: 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 <<< 11924 1726884855.23378: 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 <<< 11924 1726884855.23515: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884855.23521: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884855.23536: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884855.23558: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884855.23587: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884855.23615: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884855.23636: 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 <<< 11924 1726884855.23651: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884855.23758: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884855.23765: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 11924 1726884855.23771: stdout chunk (state=3): >>># destroy time <<< 11924 1726884855.23806: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884855.23811: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 11924 1726884855.23848: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 11924 1726884855.23851: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884855.24626: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884855.24629: stdout chunk (state=3): >>><<< 11924 1726884855.24631: stderr chunk (state=3): >>><<< 11924 1726884855.24647: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe3bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe38ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe3be930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe3ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe3cdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1d3e30> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1d3ef0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe203860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe203ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1e3b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1e1220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1d0fe0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe227800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe226420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1e3e60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1d2ed0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe258830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1d0260> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfe258ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe258b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfe258f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1c6d80> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe2595b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe2592b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe25a480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe274650> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfe275d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe276c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfe277290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe276180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfe277d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe277440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe25a4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfe007c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfe030740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe0304a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfe030770> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfe0310a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfe031a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe030950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe005df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe032e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe0318e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe25ab70> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe05b170> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe0874d0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe0e02c0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe0e2a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe0e03e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe0ad2e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdee9400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe086300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe033d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6bfe086420> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_v3utz9gh/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 0x7f6bfdf3f170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdf1e060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdf1d1c0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdf3d040> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfdf6aa20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdf6a7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdf6a0c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdf6aab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdf3fe00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfdf6b740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfdf6b980> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdf6bec0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd911c10> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfd913350> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd914200> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd915100> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd917e30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfe276ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd916120> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd91fd10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd91e7e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd91e540> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd91eab0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd916600> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfd963e30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd964050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfd965bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd965970> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfd968110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd966210> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd96b860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd968230> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfd96cbc0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfd96ca70> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfd96c9b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd9642c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfd9f8200> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfd9f98b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd96e990> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfd96fd40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd96e5a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfd9fd940> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd9fe780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfe1d3ce0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd9fe540> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd9ff8f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6bfd80a330> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd805af0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd902ba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfdfa2870> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd80a300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6bfd96d460> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884855.25690: 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-1726884854.8251855-12721-117936270479451/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884855.25695: _low_level_execute_command(): starting 11924 1726884855.25697: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884854.8251855-12721-117936270479451/ > /dev/null 2>&1 && sleep 0' 11924 1726884855.25871: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884855.25886: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884855.25915: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884855.26019: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884855.26041: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884855.26136: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884855.27947: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884855.28000: stderr chunk (state=3): >>><<< 11924 1726884855.28012: stdout chunk (state=3): >>><<< 11924 1726884855.28132: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884855.28136: handler run complete 11924 1726884855.28138: attempt loop complete, returning result 11924 1726884855.28141: _execute() done 11924 1726884855.28143: dumping result to json 11924 1726884855.28145: done dumping result, returning 11924 1726884855.28147: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-f4c0-2290-000000000318] 11924 1726884855.28149: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000318 11924 1726884855.28273: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000318 11924 1726884855.28277: WORKER PROCESS EXITING ok: [managed_node2] => { "backup": "", "changed": false } 11924 1726884855.28351: no more pending results, returning what we have 11924 1726884855.28356: results queue empty 11924 1726884855.28357: checking for any_errors_fatal 11924 1726884855.28365: done checking for any_errors_fatal 11924 1726884855.28366: checking for max_fail_percentage 11924 1726884855.28367: done checking for max_fail_percentage 11924 1726884855.28368: checking to see if all hosts have failed and the running result is not ok 11924 1726884855.28369: done checking to see if all hosts have failed 11924 1726884855.28369: getting the remaining hosts for this loop 11924 1726884855.28371: done getting the remaining hosts for this loop 11924 1726884855.28379: getting the next task for host managed_node2 11924 1726884855.28386: done getting next task for host managed_node2 11924 1726884855.28389: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 11924 1726884855.28393: ^ 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 11924 1726884855.28406: getting variables 11924 1726884855.28408: in VariableManager get_vars() 11924 1726884855.28439: Calling all_inventory to load vars for managed_node2 11924 1726884855.28442: Calling groups_inventory to load vars for managed_node2 11924 1726884855.28444: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884855.28452: Calling all_plugins_play to load vars for managed_node2 11924 1726884855.28558: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884855.28565: Calling groups_plugins_play to load vars for managed_node2 11924 1726884855.29172: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884855.29803: done with get_vars() 11924 1726884855.29819: done getting variables TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 20 September 2024 22:14:15 -0400 (0:00:00.537) 0:00:20.638 ****** 11924 1726884855.29923: entering _queue_task() for managed_node2/systemd 11924 1726884855.30367: worker is 1 (out of 1 available) 11924 1726884855.30379: exiting _queue_task() for managed_node2/systemd 11924 1726884855.30389: done queuing things up, now waiting for results queue to drain 11924 1726884855.30391: waiting for pending results... 11924 1726884855.30576: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 11924 1726884855.30707: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000031a 11924 1726884855.30735: variable 'ansible_search_path' from source: unknown 11924 1726884855.30744: variable 'ansible_search_path' from source: unknown 11924 1726884855.30835: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884855.31031: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884855.31092: dumping result to json 11924 1726884855.31108: done dumping result, returning 11924 1726884855.31124: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-f4c0-2290-00000000031a] 11924 1726884855.31163: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000031a 11924 1726884855.31320: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000031a 11924 1726884855.31324: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884855.31489: no more pending results, returning what we have 11924 1726884855.31493: results queue empty 11924 1726884855.31494: checking for any_errors_fatal 11924 1726884855.31504: done checking for any_errors_fatal 11924 1726884855.31505: checking for max_fail_percentage 11924 1726884855.31507: done checking for max_fail_percentage 11924 1726884855.31508: checking to see if all hosts have failed and the running result is not ok 11924 1726884855.31509: done checking to see if all hosts have failed 11924 1726884855.31509: getting the remaining hosts for this loop 11924 1726884855.31511: done getting the remaining hosts for this loop 11924 1726884855.31515: getting the next task for host managed_node2 11924 1726884855.31524: done getting next task for host managed_node2 11924 1726884855.31528: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 11924 1726884855.31532: ^ 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 11924 1726884855.31548: getting variables 11924 1726884855.31553: in VariableManager get_vars() 11924 1726884855.31623: Calling all_inventory to load vars for managed_node2 11924 1726884855.31626: Calling groups_inventory to load vars for managed_node2 11924 1726884855.31629: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884855.31638: Calling all_plugins_play to load vars for managed_node2 11924 1726884855.31640: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884855.31644: Calling groups_plugins_play to load vars for managed_node2 11924 1726884855.32234: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884855.32998: done with get_vars() 11924 1726884855.33012: done getting variables 11924 1726884855.33078: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 20 September 2024 22:14:15 -0400 (0:00:00.031) 0:00:20.670 ****** 11924 1726884855.33121: entering _queue_task() for managed_node2/debug 11924 1726884855.33331: worker is 1 (out of 1 available) 11924 1726884855.33343: exiting _queue_task() for managed_node2/debug 11924 1726884855.33358: done queuing things up, now waiting for results queue to drain 11924 1726884855.33359: waiting for pending results... 11924 1726884855.33587: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show blivet_output 11924 1726884855.33633: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000031c 11924 1726884855.33645: variable 'ansible_search_path' from source: unknown 11924 1726884855.33649: variable 'ansible_search_path' from source: unknown 11924 1726884855.33678: calling self._execute() 11924 1726884855.33749: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884855.33753: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884855.33766: variable 'omit' from source: magic vars 11924 1726884855.33845: variable 'omit' from source: magic vars 11924 1726884855.33891: variable 'omit' from source: magic vars 11924 1726884855.33924: variable 'omit' from source: magic vars 11924 1726884855.33958: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884855.33987: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884855.34008: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884855.34022: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884855.34031: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884855.34044: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884855.34058: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884855.34083: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884855.34086: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884855.34088: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884855.34171: Set connection var ansible_shell_executable to /bin/sh 11924 1726884855.34175: Set connection var ansible_connection to ssh 11924 1726884855.34178: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884855.34183: Set connection var ansible_timeout to 10 11924 1726884855.34188: Set connection var ansible_pipelining to False 11924 1726884855.34193: Set connection var ansible_shell_type to sh 11924 1726884855.34217: variable 'ansible_shell_executable' from source: unknown 11924 1726884855.34220: variable 'ansible_connection' from source: unknown 11924 1726884855.34223: variable 'ansible_module_compression' from source: unknown 11924 1726884855.34227: variable 'ansible_shell_type' from source: unknown 11924 1726884855.34229: variable 'ansible_shell_executable' from source: unknown 11924 1726884855.34232: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884855.34234: variable 'ansible_pipelining' from source: unknown 11924 1726884855.34237: variable 'ansible_timeout' from source: unknown 11924 1726884855.34239: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884855.34349: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884855.34360: variable 'omit' from source: magic vars 11924 1726884855.34363: starting attempt loop 11924 1726884855.34365: running the handler 11924 1726884855.34401: variable 'blivet_output' from source: set_fact 11924 1726884855.34547: variable 'blivet_output' from source: set_fact 11924 1726884855.34829: handler run complete 11924 1726884855.34921: attempt loop complete, returning result 11924 1726884855.34924: _execute() done 11924 1726884855.34926: dumping result to json 11924 1726884855.34928: done dumping result, returning 11924 1726884855.34930: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-f4c0-2290-00000000031c] 11924 1726884855.34932: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000031c 11924 1726884855.35038: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000031c 11924 1726884855.35040: WORKER PROCESS EXITING ok: [managed_node2] => { "blivet_output": { "actions": [ { "action": "create format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "create device", "device": "/dev/foo", "fs_type": null }, { "action": "create device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "create format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2", "/dev/mapper/foo-test1" ], "mounts": [ { "dump": 0, "fstype": "xfs", "group": null, "mode": null, "opts": "defaults", "owner": null, "passno": 0, "path": "/opt/test1", "src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "mounted" } ], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_raw_device": "/dev/mapper/foo-test1", "_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/test1", "mount_user": null, "name": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } 11924 1726884855.35284: no more pending results, returning what we have 11924 1726884855.35287: results queue empty 11924 1726884855.35288: checking for any_errors_fatal 11924 1726884855.35294: done checking for any_errors_fatal 11924 1726884855.35295: checking for max_fail_percentage 11924 1726884855.35296: done checking for max_fail_percentage 11924 1726884855.35297: checking to see if all hosts have failed and the running result is not ok 11924 1726884855.35300: done checking to see if all hosts have failed 11924 1726884855.35301: getting the remaining hosts for this loop 11924 1726884855.35302: done getting the remaining hosts for this loop 11924 1726884855.35305: getting the next task for host managed_node2 11924 1726884855.35311: done getting next task for host managed_node2 11924 1726884855.35315: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 11924 1726884855.35318: ^ 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 11924 1726884855.35329: getting variables 11924 1726884855.35330: in VariableManager get_vars() 11924 1726884855.35387: Calling all_inventory to load vars for managed_node2 11924 1726884855.35389: Calling groups_inventory to load vars for managed_node2 11924 1726884855.35392: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884855.35402: Calling all_plugins_play to load vars for managed_node2 11924 1726884855.35405: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884855.35408: Calling groups_plugins_play to load vars for managed_node2 11924 1726884855.35967: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884855.36305: done with get_vars() 11924 1726884855.36314: done getting variables 11924 1726884855.36353: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 20 September 2024 22:14:15 -0400 (0:00:00.032) 0:00:20.702 ****** 11924 1726884855.36376: entering _queue_task() for managed_node2/set_fact 11924 1726884855.36552: worker is 1 (out of 1 available) 11924 1726884855.36567: exiting _queue_task() for managed_node2/set_fact 11924 1726884855.36580: done queuing things up, now waiting for results queue to drain 11924 1726884855.36582: waiting for pending results... 11924 1726884855.36767: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 11924 1726884855.36848: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000031d 11924 1726884855.36862: variable 'ansible_search_path' from source: unknown 11924 1726884855.36865: variable 'ansible_search_path' from source: unknown 11924 1726884855.36893: calling self._execute() 11924 1726884855.36960: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884855.36966: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884855.36974: variable 'omit' from source: magic vars 11924 1726884855.37052: variable 'omit' from source: magic vars 11924 1726884855.37097: variable 'omit' from source: magic vars 11924 1726884855.37267: variable 'blivet_output' from source: set_fact 11924 1726884855.37444: variable 'omit' from source: magic vars 11924 1726884855.37476: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884855.37505: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884855.37520: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884855.37533: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884855.37544: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884855.37558: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884855.37572: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884855.37594: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884855.37599: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884855.37602: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884855.37680: Set connection var ansible_shell_executable to /bin/sh 11924 1726884855.37683: Set connection var ansible_connection to ssh 11924 1726884855.37688: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884855.37694: Set connection var ansible_timeout to 10 11924 1726884855.37699: Set connection var ansible_pipelining to False 11924 1726884855.37706: Set connection var ansible_shell_type to sh 11924 1726884855.37727: variable 'ansible_shell_executable' from source: unknown 11924 1726884855.37731: variable 'ansible_connection' from source: unknown 11924 1726884855.37734: variable 'ansible_module_compression' from source: unknown 11924 1726884855.37736: variable 'ansible_shell_type' from source: unknown 11924 1726884855.37738: variable 'ansible_shell_executable' from source: unknown 11924 1726884855.37741: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884855.37743: variable 'ansible_pipelining' from source: unknown 11924 1726884855.37745: variable 'ansible_timeout' from source: unknown 11924 1726884855.37747: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884855.37851: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884855.37860: variable 'omit' from source: magic vars 11924 1726884855.37869: starting attempt loop 11924 1726884855.37873: running the handler 11924 1726884855.37881: handler run complete 11924 1726884855.37888: attempt loop complete, returning result 11924 1726884855.37891: _execute() done 11924 1726884855.37893: dumping result to json 11924 1726884855.37899: done dumping result, returning 11924 1726884855.37910: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-f4c0-2290-00000000031d] 11924 1726884855.37915: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000031d 11924 1726884855.38015: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000031d 11924 1726884855.38017: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_raw_device": "/dev/mapper/foo-test1", "_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/test1", "mount_user": null, "name": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } 11924 1726884855.38134: no more pending results, returning what we have 11924 1726884855.38136: results queue empty 11924 1726884855.38142: checking for any_errors_fatal 11924 1726884855.38151: done checking for any_errors_fatal 11924 1726884855.38152: checking for max_fail_percentage 11924 1726884855.38154: done checking for max_fail_percentage 11924 1726884855.38154: checking to see if all hosts have failed and the running result is not ok 11924 1726884855.38162: done checking to see if all hosts have failed 11924 1726884855.38163: getting the remaining hosts for this loop 11924 1726884855.38164: done getting the remaining hosts for this loop 11924 1726884855.38167: getting the next task for host managed_node2 11924 1726884855.38172: done getting next task for host managed_node2 11924 1726884855.38174: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 11924 1726884855.38176: ^ 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 11924 1726884855.38183: getting variables 11924 1726884855.38184: in VariableManager get_vars() 11924 1726884855.38204: Calling all_inventory to load vars for managed_node2 11924 1726884855.38205: Calling groups_inventory to load vars for managed_node2 11924 1726884855.38207: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884855.38212: Calling all_plugins_play to load vars for managed_node2 11924 1726884855.38214: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884855.38215: Calling groups_plugins_play to load vars for managed_node2 11924 1726884855.38510: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884855.38862: done with get_vars() 11924 1726884855.38871: done getting variables 11924 1726884855.38909: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 20 September 2024 22:14:15 -0400 (0:00:00.025) 0:00:20.728 ****** 11924 1726884855.38933: entering _queue_task() for managed_node2/set_fact 11924 1726884855.39106: worker is 1 (out of 1 available) 11924 1726884855.39121: exiting _queue_task() for managed_node2/set_fact 11924 1726884855.39134: done queuing things up, now waiting for results queue to drain 11924 1726884855.39136: waiting for pending results... 11924 1726884855.39397: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 11924 1726884855.39545: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000031e 11924 1726884855.39602: variable 'ansible_search_path' from source: unknown 11924 1726884855.39611: variable 'ansible_search_path' from source: unknown 11924 1726884855.39623: calling self._execute() 11924 1726884855.39711: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884855.39716: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884855.39725: variable 'omit' from source: magic vars 11924 1726884855.39829: variable 'omit' from source: magic vars 11924 1726884855.39988: variable 'omit' from source: magic vars 11924 1726884855.40158: variable 'blivet_output' from source: set_fact 11924 1726884855.40213: variable 'omit' from source: magic vars 11924 1726884855.40245: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884855.40275: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884855.40290: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884855.40305: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884855.40314: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884855.40327: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884855.40339: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884855.40366: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884855.40369: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884855.40372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884855.40449: Set connection var ansible_shell_executable to /bin/sh 11924 1726884855.40459: Set connection var ansible_connection to ssh 11924 1726884855.40554: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884855.40584: Set connection var ansible_timeout to 10 11924 1726884855.40589: Set connection var ansible_pipelining to False 11924 1726884855.40591: Set connection var ansible_shell_type to sh 11924 1726884855.40593: variable 'ansible_shell_executable' from source: unknown 11924 1726884855.40595: variable 'ansible_connection' from source: unknown 11924 1726884855.40600: variable 'ansible_module_compression' from source: unknown 11924 1726884855.40602: variable 'ansible_shell_type' from source: unknown 11924 1726884855.40604: variable 'ansible_shell_executable' from source: unknown 11924 1726884855.40610: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884855.40612: variable 'ansible_pipelining' from source: unknown 11924 1726884855.40614: variable 'ansible_timeout' from source: unknown 11924 1726884855.40616: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884855.40783: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884855.40788: variable 'omit' from source: magic vars 11924 1726884855.40792: starting attempt loop 11924 1726884855.40795: running the handler 11924 1726884855.40800: handler run complete 11924 1726884855.40803: attempt loop complete, returning result 11924 1726884855.40806: _execute() done 11924 1726884855.40809: dumping result to json 11924 1726884855.40816: done dumping result, returning 11924 1726884855.40852: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-f4c0-2290-00000000031e] 11924 1726884855.40857: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000031e ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 11924 1726884855.41035: no more pending results, returning what we have 11924 1726884855.41040: results queue empty 11924 1726884855.41041: checking for any_errors_fatal 11924 1726884855.41047: done checking for any_errors_fatal 11924 1726884855.41047: checking for max_fail_percentage 11924 1726884855.41049: done checking for max_fail_percentage 11924 1726884855.41050: checking to see if all hosts have failed and the running result is not ok 11924 1726884855.41051: done checking to see if all hosts have failed 11924 1726884855.41052: getting the remaining hosts for this loop 11924 1726884855.41053: done getting the remaining hosts for this loop 11924 1726884855.41058: getting the next task for host managed_node2 11924 1726884855.41064: done getting next task for host managed_node2 11924 1726884855.41067: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 11924 1726884855.41070: ^ 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 11924 1726884855.41081: getting variables 11924 1726884855.41083: in VariableManager get_vars() 11924 1726884855.41115: Calling all_inventory to load vars for managed_node2 11924 1726884855.41118: Calling groups_inventory to load vars for managed_node2 11924 1726884855.41120: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884855.41130: Calling all_plugins_play to load vars for managed_node2 11924 1726884855.41137: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884855.41141: Calling groups_plugins_play to load vars for managed_node2 11924 1726884855.41698: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000031e 11924 1726884855.41712: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884855.42229: WORKER PROCESS EXITING 11924 1726884855.42332: done with get_vars() 11924 1726884855.42350: done getting variables TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 20 September 2024 22:14:15 -0400 (0:00:00.035) 0:00:20.763 ****** 11924 1726884855.42440: entering _queue_task() for managed_node2/mount 11924 1726884855.42643: worker is 1 (out of 1 available) 11924 1726884855.42675: exiting _queue_task() for managed_node2/mount 11924 1726884855.42693: done queuing things up, now waiting for results queue to drain 11924 1726884855.42695: waiting for pending results... 11924 1726884855.42937: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 11924 1726884855.43036: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000031f 11924 1726884855.43070: variable 'ansible_search_path' from source: unknown 11924 1726884855.43073: variable 'ansible_search_path' from source: unknown 11924 1726884855.43402: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884855.45194: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884855.45245: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884855.45274: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884855.45301: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884855.45322: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884855.45380: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884855.45401: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884855.45422: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884855.45447: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884855.45459: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884855.45491: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884855.45512: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884855.45529: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884855.45553: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884855.45565: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884855.45665: variable 'blivet_output' from source: set_fact 11924 1726884855.45739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884855.45846: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884855.45873: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884855.45893: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884855.45928: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884855.45962: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884855.45977: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884855.45994: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884855.46014: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884855.46062: dumping result to json 11924 1726884855.46067: done dumping result, returning 11924 1726884855.46070: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-f4c0-2290-00000000031f] 11924 1726884855.46076: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000031f 11924 1726884855.46166: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000031f 11924 1726884855.46169: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884855.46213: no more pending results, returning what we have 11924 1726884855.46216: results queue empty 11924 1726884855.46217: checking for any_errors_fatal 11924 1726884855.46222: done checking for any_errors_fatal 11924 1726884855.46223: checking for max_fail_percentage 11924 1726884855.46225: done checking for max_fail_percentage 11924 1726884855.46225: checking to see if all hosts have failed and the running result is not ok 11924 1726884855.46226: done checking to see if all hosts have failed 11924 1726884855.46227: getting the remaining hosts for this loop 11924 1726884855.46229: done getting the remaining hosts for this loop 11924 1726884855.46233: getting the next task for host managed_node2 11924 1726884855.46241: done getting next task for host managed_node2 11924 1726884855.46244: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884855.46247: ^ 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 11924 1726884855.46264: getting variables 11924 1726884855.46266: in VariableManager get_vars() 11924 1726884855.46295: Calling all_inventory to load vars for managed_node2 11924 1726884855.46297: Calling groups_inventory to load vars for managed_node2 11924 1726884855.46299: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884855.46306: Calling all_plugins_play to load vars for managed_node2 11924 1726884855.46309: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884855.46316: Calling groups_plugins_play to load vars for managed_node2 11924 1726884855.46824: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884855.47149: done with get_vars() 11924 1726884855.47160: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 20 September 2024 22:14:15 -0400 (0:00:00.047) 0:00:20.811 ****** 11924 1726884855.47220: entering _queue_task() for managed_node2/systemd 11924 1726884855.47407: worker is 1 (out of 1 available) 11924 1726884855.47420: exiting _queue_task() for managed_node2/systemd 11924 1726884855.47432: done queuing things up, now waiting for results queue to drain 11924 1726884855.47434: waiting for pending results... 11924 1726884855.47606: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884855.47695: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000321 11924 1726884855.47710: variable 'ansible_search_path' from source: unknown 11924 1726884855.47713: variable 'ansible_search_path' from source: unknown 11924 1726884855.47739: calling self._execute() 11924 1726884855.47805: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884855.47810: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884855.47818: variable 'omit' from source: magic vars 11924 1726884855.48080: variable 'blivet_output' from source: set_fact 11924 1726884855.48116: Evaluated conditional (blivet_output['mounts']): True 11924 1726884855.48120: variable 'omit' from source: magic vars 11924 1726884855.48159: variable 'omit' from source: magic vars 11924 1726884855.48182: variable 'omit' from source: magic vars 11924 1726884855.48216: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884855.48241: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884855.48257: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884855.48270: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884855.48280: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884855.48294: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884855.48315: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884855.48333: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884855.48337: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884855.48339: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884855.48415: Set connection var ansible_shell_executable to /bin/sh 11924 1726884855.48419: Set connection var ansible_connection to ssh 11924 1726884855.48422: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884855.48433: Set connection var ansible_timeout to 10 11924 1726884855.48436: Set connection var ansible_pipelining to False 11924 1726884855.48438: Set connection var ansible_shell_type to sh 11924 1726884855.48457: variable 'ansible_shell_executable' from source: unknown 11924 1726884855.48460: variable 'ansible_connection' from source: unknown 11924 1726884855.48463: variable 'ansible_module_compression' from source: unknown 11924 1726884855.48465: variable 'ansible_shell_type' from source: unknown 11924 1726884855.48467: variable 'ansible_shell_executable' from source: unknown 11924 1726884855.48469: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884855.48474: variable 'ansible_pipelining' from source: unknown 11924 1726884855.48476: variable 'ansible_timeout' from source: unknown 11924 1726884855.48480: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884855.48637: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884855.48644: variable 'omit' from source: magic vars 11924 1726884855.48654: starting attempt loop 11924 1726884855.48660: running the handler 11924 1726884855.48665: _low_level_execute_command(): starting 11924 1726884855.48671: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884855.49169: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884855.49173: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884855.49175: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884855.49186: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884855.49250: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884855.49274: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884855.49372: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884855.51134: stdout chunk (state=3): >>>/root <<< 11924 1726884855.51246: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884855.51250: stderr chunk (state=3): >>><<< 11924 1726884855.51252: stdout chunk (state=3): >>><<< 11924 1726884855.51298: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884855.51310: _low_level_execute_command(): starting 11924 1726884855.51315: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884855.5129623-12755-76189599850581 `" && echo ansible-tmp-1726884855.5129623-12755-76189599850581="` echo /root/.ansible/tmp/ansible-tmp-1726884855.5129623-12755-76189599850581 `" ) && sleep 0' 11924 1726884855.51839: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884855.51849: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884855.51895: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884855.51915: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884855.52005: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884855.53891: stdout chunk (state=3): >>>ansible-tmp-1726884855.5129623-12755-76189599850581=/root/.ansible/tmp/ansible-tmp-1726884855.5129623-12755-76189599850581 <<< 11924 1726884855.54025: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884855.54027: stdout chunk (state=3): >>><<< 11924 1726884855.54028: stderr chunk (state=3): >>><<< 11924 1726884855.54040: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884855.5129623-12755-76189599850581=/root/.ansible/tmp/ansible-tmp-1726884855.5129623-12755-76189599850581 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884855.54188: variable 'ansible_module_compression' from source: unknown 11924 1726884855.54193: ANSIBALLZ: Using lock for systemd 11924 1726884855.54196: ANSIBALLZ: Acquiring lock 11924 1726884855.54199: ANSIBALLZ: Lock acquired: 140694837457456 11924 1726884855.54202: ANSIBALLZ: Creating module 11924 1726884855.83262: ANSIBALLZ: Writing module into payload 11924 1726884855.83431: ANSIBALLZ: Writing module 11924 1726884855.83464: ANSIBALLZ: Renaming module 11924 1726884855.83476: ANSIBALLZ: Done creating module 11924 1726884855.83516: variable 'ansible_facts' from source: unknown 11924 1726884855.83733: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884855.5129623-12755-76189599850581/AnsiballZ_systemd.py 11924 1726884855.83975: Sending initial data 11924 1726884855.83985: Sent initial data (155 bytes) 11924 1726884855.84571: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884855.84598: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884855.84616: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884855.84637: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884855.84730: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884855.86408: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884855.86477: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884855.86560: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpwhjbqjm5 /root/.ansible/tmp/ansible-tmp-1726884855.5129623-12755-76189599850581/AnsiballZ_systemd.py <<< 11924 1726884855.86571: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884855.5129623-12755-76189599850581/AnsiballZ_systemd.py" <<< 11924 1726884855.86626: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpwhjbqjm5" to remote "/root/.ansible/tmp/ansible-tmp-1726884855.5129623-12755-76189599850581/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884855.5129623-12755-76189599850581/AnsiballZ_systemd.py" <<< 11924 1726884855.88285: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884855.88324: stderr chunk (state=3): >>><<< 11924 1726884855.88394: stdout chunk (state=3): >>><<< 11924 1726884855.88412: done transferring module to remote 11924 1726884855.88433: _low_level_execute_command(): starting 11924 1726884855.88441: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884855.5129623-12755-76189599850581/ /root/.ansible/tmp/ansible-tmp-1726884855.5129623-12755-76189599850581/AnsiballZ_systemd.py && sleep 0' 11924 1726884855.89090: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884855.89117: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884855.89135: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884855.89168: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 11924 1726884855.89180: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884855.89231: 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.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884855.89297: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884855.89348: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884855.89401: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884855.91213: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884855.91219: stderr chunk (state=3): >>><<< 11924 1726884855.91222: stdout chunk (state=3): >>><<< 11924 1726884855.91236: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884855.91238: _low_level_execute_command(): starting 11924 1726884855.91243: _low_level_execute_command(): using become for this command 11924 1726884855.91253: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-kijhfvciaciejiqpxjncnlpwsmwqtklt ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884855.5129623-12755-76189599850581/AnsiballZ_systemd.py'"'"' && sleep 0' 11924 1726884855.91338: Initial state: awaiting_escalation: BECOME-SUCCESS-kijhfvciaciejiqpxjncnlpwsmwqtklt 11924 1726884855.91709: 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 <<< 11924 1726884855.91713: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884855.91743: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884855.91746: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884855.91806: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884855.94670: stdout chunk (state=1): >>>BECOME-SUCCESS-kijhfvciaciejiqpxjncnlpwsmwqtklt <<< 11924 1726884855.94673: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-kijhfvciaciejiqpxjncnlpwsmwqtklt' 11924 1726884855.95013: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884855.95049: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884855.95080: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884855.95086: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884855.95156: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884855.95163: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884855.95201: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884855.95204: stdout chunk (state=3): >>> <<< 11924 1726884855.95233: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884855.95260: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884855.95263: stdout chunk (state=3): >>>import 'zipimport' # <<< 11924 1726884855.95281: stdout chunk (state=3): >>># installed zipimport hook <<< 11924 1726884855.95325: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884855.95328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884855.95346: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884855.95375: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884855.95410: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884855.95436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884855.95447: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c5bc3e0> <<< 11924 1726884855.95453: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c58ba10> <<< 11924 1726884855.95476: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884855.95496: 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 0x7f535c5be930> <<< 11924 1726884855.95518: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884855.95537: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884855.95551: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884855.95568: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884855.95608: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884855.95694: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884855.95725: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884855.95728: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884855.95750: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884855.95771: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884855.95775: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884855.95803: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884855.95806: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884855.95823: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884855.95853: 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 <<< 11924 1726884855.95859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884855.95885: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c5ccfe0> <<< 11924 1726884855.95949: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884855.95953: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884855.95965: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c5cdfd0> <<< 11924 1726884855.95996: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884855.96036: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884855.96411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884855.96433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884855.96446: 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' <<< 11924 1726884855.96482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884855.96517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884855.96549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884855.96576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884855.96596: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c3cbe90> <<< 11924 1726884855.96626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884855.96651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 11924 1726884855.96677: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c3cbf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884855.96701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884855.96723: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884855.96775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884855.96792: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884855.96842: 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 0x7f535c403890> <<< 11924 1726884855.96854: 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 0x7f535c403f20> <<< 11924 1726884855.96876: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884855.96920: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c3e3b60> <<< 11924 1726884855.96945: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884855.96967: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c3e1280> <<< 11924 1726884855.97058: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c3c9040> <<< 11924 1726884855.97086: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884855.97105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884855.97114: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884855.97141: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884855.97165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884855.97188: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884855.97192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884855.97229: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c427800> <<< 11924 1726884855.97241: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c426450> <<< 11924 1726884855.97281: 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 0x7f535c3e2150> <<< 11924 1726884855.97285: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c424bf0> <<< 11924 1726884855.97333: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884855.97350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c458890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c3c82c0> <<< 11924 1726884855.97373: 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' <<< 11924 1726884855.97402: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884855.97416: 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 0x7f535c458d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c458bf0> <<< 11924 1726884855.97445: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884855.97463: 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 0x7f535c458fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c3c6de0> <<< 11924 1726884855.97496: 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' <<< 11924 1726884855.97513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884855.97549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884855.97562: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c459670> <<< 11924 1726884855.97576: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c459370> import 'importlib.machinery' # <<< 11924 1726884855.97604: 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' <<< 11924 1726884855.97625: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c45a540> <<< 11924 1726884855.97637: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884855.97650: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884855.97670: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884855.97708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884855.97729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884855.97744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c470740> <<< 11924 1726884855.97753: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884855.97782: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884855.97790: 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 0x7f535c471e20> <<< 11924 1726884855.97817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884855.97829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884855.97851: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884855.97866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 11924 1726884855.97872: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c472cc0> <<< 11924 1726884855.97916: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884855.97919: 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 0x7f535c4732f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c472210> <<< 11924 1726884855.97950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884855.97956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884855.97995: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884855.98001: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884855.98021: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535c473d70> <<< 11924 1726884855.98024: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c4734a0> <<< 11924 1726884855.98069: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c45a4b0> <<< 11924 1726884855.98086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884855.98116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884855.98136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884855.98161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884855.98195: 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' <<< 11924 1726884855.98203: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535c15bc50> <<< 11924 1726884855.98219: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884855.98224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884855.98260: 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 0x7f535c1846e0> <<< 11924 1726884855.98267: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c184440> <<< 11924 1726884855.98287: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884855.98293: 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 0x7f535c184560> <<< 11924 1726884855.98325: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884855.98332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884855.98397: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884855.98526: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535c185010> <<< 11924 1726884855.98639: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884855.98642: 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 0x7f535c185a00> <<< 11924 1726884855.98653: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c1848c0> <<< 11924 1726884855.98674: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c159df0> <<< 11924 1726884855.98692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884855.98718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884855.98736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884855.98757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884855.98760: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c186db0> <<< 11924 1726884855.98791: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c185880> <<< 11924 1726884855.98807: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c45ac60> <<< 11924 1726884855.98835: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884855.98897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884855.98919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884855.98950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884855.98982: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c1b3140> <<< 11924 1726884855.99032: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884855.99052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884855.99070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884855.99097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884855.99137: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c1d7500> <<< 11924 1726884855.99165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884855.99207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884855.99262: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884855.99280: 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 0x7f535c234260> <<< 11924 1726884855.99308: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884855.99334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884855.99363: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884855.99402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884855.99490: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c2369c0> <<< 11924 1726884855.99564: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c234380> <<< 11924 1726884855.99604: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c201250> <<< 11924 1726884855.99624: 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' <<< 11924 1726884855.99645: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bb253d0> <<< 11924 1726884855.99658: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c1d6300> <<< 11924 1726884855.99665: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c187d10> <<< 11924 1726884855.99829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884855.99850: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f535c1d6900> <<< 11924 1726884856.00137: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_v5w8j_bc/ansible_systemd_payload.zip' <<< 11924 1726884856.00142: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.00263: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.00303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884856.00324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884856.00345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884856.00413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884856.00441: 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 0x7f535bb8f0b0> <<< 11924 1726884856.00467: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884856.00648: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bb69fa0> <<< 11924 1726884856.00653: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bb69100> # zipimport: zlib available <<< 11924 1726884856.00697: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884856.00721: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.00763: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884856.02120: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.03273: 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 0x7f535bb8cf80> <<< 11924 1726884856.03296: 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' <<< 11924 1726884856.03353: 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' <<< 11924 1726884856.03386: 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' <<< 11924 1726884856.03411: 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 0x7f535bbbea80> <<< 11924 1726884856.03419: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bbbe810> <<< 11924 1726884856.03453: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bbbe120> <<< 11924 1726884856.03475: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884856.03485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884856.03524: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bbbeba0> <<< 11924 1726884856.03535: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bb8fad0> import 'atexit' # <<< 11924 1726884856.03583: 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 0x7f535bbbf7d0> <<< 11924 1726884856.03608: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884856.03620: 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 0x7f535bbbfa10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884856.03674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884856.03694: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884856.03745: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bbbff50> import 'pwd' # <<< 11924 1726884856.03782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884856.03802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884856.03838: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba29dc0> <<< 11924 1726884856.03877: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884856.03880: 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 0x7f535ba2b9e0> <<< 11924 1726884856.03901: 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' <<< 11924 1726884856.03936: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba2c3e0> <<< 11924 1726884856.03973: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884856.03988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884856.04011: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba2d580> <<< 11924 1726884856.04032: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884856.04069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884856.04086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884856.04109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884856.04152: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba2ff80> <<< 11924 1726884856.04189: 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 0x7f535ba34170> <<< 11924 1726884856.04212: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba2e300> <<< 11924 1726884856.04230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884856.04251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884856.04286: 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' <<< 11924 1726884856.04300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884856.04408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884856.04425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884856.04453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba37f80> <<< 11924 1726884856.04463: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884856.04525: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba36a50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba367b0> <<< 11924 1726884856.04550: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884856.04557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884856.04627: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba36d20> <<< 11924 1726884856.04661: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba2e810> <<< 11924 1726884856.04714: 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 0x7f535ba7c1a0> <<< 11924 1726884856.04734: 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 0x7f535ba7c320> <<< 11924 1726884856.04747: 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 <<< 11924 1726884856.04754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884856.04780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 11924 1726884856.04785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 11924 1726884856.04854: 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 0x7f535ba7ddc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba7db80> <<< 11924 1726884856.04859: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884856.04876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884856.04933: 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 0x7f535ba80380> <<< 11924 1726884856.04935: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba7e4b0> <<< 11924 1726884856.04959: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884856.04992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884856.05034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884856.05046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884856.05084: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba83b60> <<< 11924 1726884856.05206: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba80530> <<< 11924 1726884856.05270: stdout 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 0x7f535ba84bc0> <<< 11924 1726884856.05306: stdout 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 0x7f535ba84c50> <<< 11924 1726884856.05364: stdout 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 0x7f535ba84e00> <<< 11924 1726884856.05383: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba7c4d0> <<< 11924 1726884856.05391: 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' <<< 11924 1726884856.05401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884856.05425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884856.05454: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884856.05479: 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 0x7f535b910560> <<< 11924 1726884856.05641: 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 0x7f535b911910> <<< 11924 1726884856.05671: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba86cf0> <<< 11924 1726884856.05682: 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 0x7f535ba878c0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba868d0> <<< 11924 1726884856.05700: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.05724: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.05728: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 11924 1726884856.05736: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.05824: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.05910: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.05933: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884856.05942: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.05969: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.05972: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884856.05984: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.06104: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.06222: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.06757: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.07300: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884856.07306: 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' # <<< 11924 1726884856.07330: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884856.07352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884856.07400: 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 0x7f535b915bb0> <<< 11924 1726884856.07479: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884856.07484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884856.07508: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b9168a0> <<< 11924 1726884856.07513: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b911c10> <<< 11924 1726884856.07568: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884856.07573: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.07605: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.07610: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884856.07630: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.07773: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.07929: 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' <<< 11924 1726884856.07945: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b9168d0> <<< 11924 1726884856.07958: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.08430: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.08868: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.08943: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.09004: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884856.09024: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.09064: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.09105: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884856.09185: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.09267: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884856.09285: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.09313: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.09318: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 11924 1726884856.09321: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.09360: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.09393: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884856.09418: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.09638: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.09881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884856.09930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884856.09943: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884856.10010: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b917b30> <<< 11924 1726884856.10018: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.10091: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.10179: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884856.10200: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884856.10219: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.10264: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.10302: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884856.10319: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.10348: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.10396: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.10454: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.10528: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884856.10575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884856.10643: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884856.10652: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535b922750> <<< 11924 1726884856.10689: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b91d2e0> <<< 11924 1726884856.10721: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884856.10729: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.10804: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.10857: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.10884: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.10926: stdout chunk (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' <<< 11924 1726884856.10949: 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 <<< 11924 1726884856.10973: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884856.10989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884856.11061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884856.11078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884856.11092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884856.11146: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba0af00> <<< 11924 1726884856.11190: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bafebd0> <<< 11924 1726884856.11275: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b922900> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b911b80> <<< 11924 1726884856.11278: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884856.11290: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.11319: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.11346: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884856.11405: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884856.11409: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.11433: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.11441: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 11924 1726884856.11455: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.11646: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.11837: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.11854: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.11882: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.11924: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.11968: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.12010: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.12048: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 11924 1726884856.12051: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.12148: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.12201: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.12230: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.12263: 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 <<< 11924 1726884856.12347: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 11924 1726884856.12369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884856.12434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884856.12459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884856.12486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884856.12511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884856.12513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884856.12533: 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 0x7f535b5ab1d0> <<< 11924 1726884856.12569: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b5aa600> <<< 11924 1726884856.12629: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b5a8b00> <<< 11924 1726884856.12845: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b9b3140> <<< 11924 1726884856.12914: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b9b0fe0> <<< 11924 1726884856.12922: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 11924 1726884856.12928: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.13110: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.13281: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.13327: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.13377: 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' <<< 11924 1726884856.13406: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 11924 1726884856.13421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 11924 1726884856.13445: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 11924 1726884856.13452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 11924 1726884856.13477: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b9a5eb0> <<< 11924 1726884856.13496: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 11924 1726884856.13530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 11924 1726884856.13542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884856.13584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884856.13603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 11924 1726884856.13623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 11924 1726884856.13634: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b61d460> <<< 11924 1726884856.13670: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884856.13683: 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 0x7f535b61d730> <<< 11924 1726884856.13728: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b618f80> <<< 11924 1726884856.13753: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b618230> <<< 11924 1726884856.13783: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b9b2420> <<< 11924 1726884856.13789: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b9b1760> <<< 11924 1726884856.13812: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 11924 1726884856.13861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 11924 1726884856.13871: 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' <<< 11924 1726884856.13909: 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' <<< 11924 1726884856.13945: 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 0x7f535b44c3b0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b61fc20> <<< 11924 1726884856.13978: 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 0x7f535b61fe00> <<< 11924 1726884856.14000: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b61f080> <<< 11924 1726884856.14018: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 11924 1726884856.14037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 11924 1726884856.14040: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b44c530> <<< 11924 1726884856.14084: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 11924 1726884856.14127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884856.14150: 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 0x7f535b44f0e0> <<< 11924 1726884856.14176: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b44d0d0> <<< 11924 1726884856.14225: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b9b1850> import 'ansible.module_utils.facts.timeout' # <<< 11924 1726884856.14231: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 11924 1726884856.14258: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.14278: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 11924 1726884856.14283: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.14339: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.14401: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 11924 1726884856.14411: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.14462: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.14513: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 11924 1726884856.14534: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.14538: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.14561: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 11924 1726884856.14602: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.14635: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 11924 1726884856.14643: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.14692: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.14759: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 11924 1726884856.14804: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.14844: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 11924 1726884856.14859: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.14911: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.14986: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.15031: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.15104: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 11924 1726884856.15107: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 11924 1726884856.15587: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.16018: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 11924 1726884856.16023: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.16083: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.16139: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.16185: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.16229: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 11924 1726884856.16237: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 11924 1726884856.16376: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 11924 1726884856.16397: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.16420: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available <<< 11924 1726884856.16457: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.16490: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 11924 1726884856.16499: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.16530: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.16562: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 11924 1726884856.16568: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.16654: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.16746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884856.16751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884856.16771: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b44f950> <<< 11924 1726884856.16806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884856.16825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884856.16952: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b47cda0> <<< 11924 1726884856.16965: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 11924 1726884856.17023: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.17093: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 11924 1726884856.17096: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.17218: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.17286: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 11924 1726884856.17301: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.17359: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.17432: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 11924 1726884856.17439: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.17490: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.17572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884856.17585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884856.17681: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884856.17715: 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 0x7f535b4974d0> <<< 11924 1726884856.17906: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b47ff80> import 'ansible.module_utils.facts.system.python' # <<< 11924 1726884856.17945: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.17971: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.18025: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 11924 1726884856.18040: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.18132: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.18209: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.18317: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.18479: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 11924 1726884856.18486: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 11924 1726884856.18535: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.18586: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 11924 1726884856.18603: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.18625: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.18675: 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' <<< 11924 1726884856.18709: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884856.18760: 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 0x7f535b4ab0b0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b4951c0> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available <<< 11924 1726884856.18793: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 11924 1726884856.18822: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.18867: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 11924 1726884856.18873: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.19033: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.19206: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 11924 1726884856.19210: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.19314: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.19400: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.19468: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.19589: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884856.19774: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.19839: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 11924 1726884856.20012: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.20015: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.20110: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 11924 1726884856.20145: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.20193: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.20717: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.21249: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 11924 1726884856.21296: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 11924 1726884856.21426: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.21495: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 11924 1726884856.21560: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.21663: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 11924 1726884856.21670: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.21888: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.21979: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 11924 1726884856.22017: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.22030: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 11924 1726884856.22108: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.22128: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 11924 1726884856.22230: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.22324: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.22523: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.22730: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 11924 1726884856.22745: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.22789: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.22826: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 11924 1726884856.22832: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.22864: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.22884: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 11924 1726884856.22904: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.22970: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.23039: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 11924 1726884856.23048: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.23090: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.23118: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 11924 1726884856.23132: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.23181: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.23256: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 11924 1726884856.23260: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.23311: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.23375: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 11924 1726884856.23393: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.23642: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.23921: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 11924 1726884856.23939: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.23977: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.24073: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 11924 1726884856.24090: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884856.24323: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 11924 1726884856.24502: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.24505: stdout chunk (state=3): >>>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' # <<< 11924 1726884856.24507: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.24548: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.24588: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 11924 1726884856.24622: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884856.24650: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.24711: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.25028: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884856.25034: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 11924 1726884856.25053: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.25237: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.25432: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 11924 1726884856.25488: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.25531: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 11924 1726884856.25682: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available <<< 11924 1726884856.25730: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.25818: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 11924 1726884856.25838: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.25921: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.26021: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 11924 1726884856.26034: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.26173: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.26310: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 11924 1726884856.26400: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.48883: 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}}} <<< 11924 1726884856.49523: 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 <<< 11924 1726884856.49615: 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 # 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 <<< 11924 1726884856.49695: stdout chunk (state=3): >>># cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_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 <<< 11924 1726884856.49827: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service <<< 11924 1726884856.50299: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884856.50306: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # 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 <<< 11924 1726884856.50327: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 11924 1726884856.50360: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 11924 1726884856.50392: stdout chunk (state=3): >>># destroy _pickle # destroy queue # destroy _heapq # destroy _queue <<< 11924 1726884856.50423: stdout chunk (state=3): >>># destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl <<< 11924 1726884856.50449: stdout chunk (state=3): >>># destroy datetime # destroy base64 <<< 11924 1726884856.50470: stdout chunk (state=3): >>># destroy _ssl <<< 11924 1726884856.50522: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 11924 1726884856.50539: stdout chunk (state=3): >>># destroy errno # destroy json <<< 11924 1726884856.50653: 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 # 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 <<< 11924 1726884856.50676: stdout chunk (state=3): >>># destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 11924 1726884856.50695: stdout chunk (state=3): >>># cleanup[3] wiping threading <<< 11924 1726884856.50722: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 11924 1726884856.50864: 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 # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 11924 1726884856.50879: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884856.50966: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884856.50996: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884856.51113: stdout chunk (state=3): >>># 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 <<< 11924 1726884856.51116: stdout chunk (state=3): >>># destroy _opcode <<< 11924 1726884856.51130: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 11924 1726884856.51148: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884856.51339: 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 abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re <<< 11924 1726884856.51342: stdout chunk (state=3): >>># destroy _abc # destroy itertools # destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread <<< 11924 1726884856.51387: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884856.51995: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884856.52046: stderr chunk (state=3): >>><<< 11924 1726884856.52163: stdout chunk (state=3): >>><<< 11924 1726884856.52264: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c5bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c58ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c5be930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c5ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c5cdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c3cbe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c3cbf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c403890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c403f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c3e3b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c3e1280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c3c9040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c427800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c426450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c3e2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c424bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c458890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c3c82c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535c458d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c458bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535c458fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c3c6de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c459670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c459370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c45a540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c470740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535c471e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c472cc0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535c4732f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c472210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535c473d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c4734a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c45a4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535c15bc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535c1846e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c184440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535c184560> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535c185010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535c185a00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c1848c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c159df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c186db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c185880> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c45ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c1b3140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c1d7500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c234260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c2369c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c234380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c201250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bb253d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c1d6300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535c187d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f535c1d6900> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_v5w8j_bc/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 0x7f535bb8f0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bb69fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bb69100> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bb8cf80> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535bbbea80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bbbe810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bbbe120> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bbbeba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bb8fad0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535bbbf7d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535bbbfa10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bbbff50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba29dc0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535ba2b9e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba2c3e0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba2d580> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba2ff80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535ba34170> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba2e300> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba37f80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba36a50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba367b0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba36d20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba2e810> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535ba7c1a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba7c320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535ba7ddc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba7db80> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535ba80380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba7e4b0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba83b60> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba80530> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535ba84bc0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535ba84c50> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535ba84e00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba7c4d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535b910560> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535b911910> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba86cf0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535ba878c0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba868d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535b915bb0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b9168a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b911c10> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b9168d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b917b30> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f535b922750> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b91d2e0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535ba0af00> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535bafebd0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b922900> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b911b80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f535b5ab1d0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b5aa600> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b5a8b00> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b9b3140> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b9b0fe0> 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 0x7f535b9a5eb0> # /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 0x7f535b61d460> # 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 0x7f535b61d730> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b618f80> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b618230> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b9b2420> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b9b1760> # /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 0x7f535b44c3b0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b61fc20> # 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 0x7f535b61fe00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b61f080> # /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 0x7f535b44c530> # /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 0x7f535b44f0e0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b44d0d0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b9b1850> 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 0x7f535b44f950> # /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 0x7f535b47cda0> 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 0x7f535b4974d0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b47ff80> 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 0x7f535b4ab0b0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f535b4951c0> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. [WARNING]: Module invocation had junk after the JSON data: # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing 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 11924 1726884856.53546: 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-1726884855.5129623-12755-76189599850581/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884856.53551: _low_level_execute_command(): starting 11924 1726884856.53554: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884855.5129623-12755-76189599850581/ > /dev/null 2>&1 && sleep 0' 11924 1726884856.53616: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884856.53654: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884856.53668: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884856.53719: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884856.55691: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884856.55696: stdout chunk (state=3): >>><<< 11924 1726884856.55717: stderr chunk (state=3): >>><<< 11924 1726884856.55733: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884856.55745: handler run complete 11924 1726884856.55963: attempt loop complete, returning result 11924 1726884856.55967: _execute() done 11924 1726884856.55969: dumping result to json 11924 1726884856.55971: done dumping result, returning 11924 1726884856.55974: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-f4c0-2290-000000000321] 11924 1726884856.55976: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000321 11924 1726884856.56044: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000321 11924 1726884856.56048: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "name": null, "status": {} } 11924 1726884856.56126: no more pending results, returning what we have 11924 1726884856.56130: results queue empty 11924 1726884856.56131: checking for any_errors_fatal 11924 1726884856.56140: done checking for any_errors_fatal 11924 1726884856.56141: checking for max_fail_percentage 11924 1726884856.56142: done checking for max_fail_percentage 11924 1726884856.56147: checking to see if all hosts have failed and the running result is not ok 11924 1726884856.56147: done checking to see if all hosts have failed 11924 1726884856.56148: getting the remaining hosts for this loop 11924 1726884856.56150: done getting the remaining hosts for this loop 11924 1726884856.56154: getting the next task for host managed_node2 11924 1726884856.56174: done getting next task for host managed_node2 11924 1726884856.56178: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 11924 1726884856.56182: ^ 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 11924 1726884856.56193: getting variables 11924 1726884856.56195: in VariableManager get_vars() 11924 1726884856.56228: Calling all_inventory to load vars for managed_node2 11924 1726884856.56230: Calling groups_inventory to load vars for managed_node2 11924 1726884856.56233: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884856.56241: Calling all_plugins_play to load vars for managed_node2 11924 1726884856.56243: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884856.56246: Calling groups_plugins_play to load vars for managed_node2 11924 1726884856.56650: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884856.57160: done with get_vars() 11924 1726884856.57179: done getting variables TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 20 September 2024 22:14:16 -0400 (0:00:01.100) 0:00:21.911 ****** 11924 1726884856.57276: entering _queue_task() for managed_node2/mount 11924 1726884856.57550: worker is 1 (out of 1 available) 11924 1726884856.57566: exiting _queue_task() for managed_node2/mount 11924 1726884856.57578: done queuing things up, now waiting for results queue to drain 11924 1726884856.57580: waiting for pending results... 11924 1726884856.57979: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 11924 1726884856.58014: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000322 11924 1726884856.58033: variable 'ansible_search_path' from source: unknown 11924 1726884856.58041: variable 'ansible_search_path' from source: unknown 11924 1726884856.58395: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884856.60776: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884856.60866: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884856.60915: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884856.60953: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884856.60986: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884856.61075: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884856.61113: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884856.61168: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884856.61245: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884856.61304: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884856.61387: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884856.61657: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884856.61662: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884856.61665: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884856.61667: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884856.61669: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884856.61671: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884856.61718: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884856.61762: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884856.61820: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884856.62139: variable 'blivet_output' from source: set_fact 11924 1726884856.62320: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884856.62674: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884856.62743: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884856.62839: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884856.62919: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884856.63028: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884856.63057: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884856.63108: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884856.63139: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884856.63277: variable 'omit' from source: magic vars 11924 1726884856.63495: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884856.63505: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884856.63544: variable 'omit' from source: magic vars 11924 1726884856.63657: variable 'omit' from source: magic vars 11924 1726884856.63785: variable 'omit' from source: magic vars 11924 1726884856.63995: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884856.64095: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884856.64101: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884856.64140: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884856.64172: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884856.64320: variable 'mount_info' from source: unknown 11924 1726884856.64416: variable 'omit' from source: magic vars 11924 1726884856.64457: variable 'mount_info' from source: unknown 11924 1726884856.64610: variable 'mount_info' from source: unknown 11924 1726884856.64631: variable 'omit' from source: magic vars 11924 1726884856.64759: variable 'mount_info' from source: unknown 11924 1726884856.64858: variable 'omit' from source: magic vars 11924 1726884856.64865: variable 'mount_info' from source: unknown 11924 1726884856.64890: variable 'omit' from source: magic vars 11924 1726884856.64921: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884856.64953: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884856.64992: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884856.65038: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884856.65053: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884856.65093: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884856.65118: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884856.65183: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884856.65196: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884856.65364: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884856.65367: Set connection var ansible_shell_executable to /bin/sh 11924 1726884856.65374: Set connection var ansible_connection to ssh 11924 1726884856.65376: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884856.65378: Set connection var ansible_timeout to 10 11924 1726884856.65380: Set connection var ansible_pipelining to False 11924 1726884856.65382: Set connection var ansible_shell_type to sh 11924 1726884856.65439: variable 'ansible_shell_executable' from source: unknown 11924 1726884856.65465: variable 'ansible_connection' from source: unknown 11924 1726884856.65487: variable 'ansible_module_compression' from source: unknown 11924 1726884856.65607: variable 'ansible_shell_type' from source: unknown 11924 1726884856.65610: variable 'ansible_shell_executable' from source: unknown 11924 1726884856.65612: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884856.65614: variable 'ansible_pipelining' from source: unknown 11924 1726884856.65616: variable 'ansible_timeout' from source: unknown 11924 1726884856.65618: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884856.65721: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884856.65736: variable 'omit' from source: magic vars 11924 1726884856.65747: starting attempt loop 11924 1726884856.65753: running the handler 11924 1726884856.65772: _low_level_execute_command(): starting 11924 1726884856.65783: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884856.66486: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884856.66502: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884856.66573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884856.66616: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884856.66640: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884856.66657: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884856.66743: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884856.68454: stdout chunk (state=3): >>>/root <<< 11924 1726884856.68579: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884856.68629: stderr chunk (state=3): >>><<< 11924 1726884856.68660: stdout chunk (state=3): >>><<< 11924 1726884856.68862: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884856.68865: _low_level_execute_command(): starting 11924 1726884856.68868: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884856.6871498-12795-265693969077169 `" && echo ansible-tmp-1726884856.6871498-12795-265693969077169="` echo /root/.ansible/tmp/ansible-tmp-1726884856.6871498-12795-265693969077169 `" ) && sleep 0' 11924 1726884856.69472: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884856.69541: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884856.69563: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884856.69588: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884856.69786: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884856.71660: stdout chunk (state=3): >>>ansible-tmp-1726884856.6871498-12795-265693969077169=/root/.ansible/tmp/ansible-tmp-1726884856.6871498-12795-265693969077169 <<< 11924 1726884856.71827: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884856.71831: stdout chunk (state=3): >>><<< 11924 1726884856.71833: stderr chunk (state=3): >>><<< 11924 1726884856.72046: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884856.6871498-12795-265693969077169=/root/.ansible/tmp/ansible-tmp-1726884856.6871498-12795-265693969077169 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884856.72052: variable 'ansible_module_compression' from source: unknown 11924 1726884856.72057: ANSIBALLZ: Using lock for mount 11924 1726884856.72059: ANSIBALLZ: Acquiring lock 11924 1726884856.72061: ANSIBALLZ: Lock acquired: 140694833350368 11924 1726884856.72063: ANSIBALLZ: Creating module 11924 1726884856.83470: ANSIBALLZ: Writing module into payload 11924 1726884856.83626: ANSIBALLZ: Writing module 11924 1726884856.83678: ANSIBALLZ: Renaming module 11924 1726884856.83681: ANSIBALLZ: Done creating module 11924 1726884856.83686: variable 'ansible_facts' from source: unknown 11924 1726884856.83785: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884856.6871498-12795-265693969077169/AnsiballZ_mount.py 11924 1726884856.83936: Sending initial data 11924 1726884856.83939: Sent initial data (154 bytes) 11924 1726884856.84573: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884856.84636: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884856.84679: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884856.84702: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884856.84827: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884856.86515: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884856.86571: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884856.86621: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpoane1ik1 /root/.ansible/tmp/ansible-tmp-1726884856.6871498-12795-265693969077169/AnsiballZ_mount.py <<< 11924 1726884856.86650: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884856.6871498-12795-265693969077169/AnsiballZ_mount.py" <<< 11924 1726884856.86690: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 11924 1726884856.86731: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpoane1ik1" to remote "/root/.ansible/tmp/ansible-tmp-1726884856.6871498-12795-265693969077169/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884856.6871498-12795-265693969077169/AnsiballZ_mount.py" <<< 11924 1726884856.87709: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884856.87927: stderr chunk (state=3): >>><<< 11924 1726884856.87930: stdout chunk (state=3): >>><<< 11924 1726884856.87933: done transferring module to remote 11924 1726884856.87938: _low_level_execute_command(): starting 11924 1726884856.87940: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884856.6871498-12795-265693969077169/ /root/.ansible/tmp/ansible-tmp-1726884856.6871498-12795-265693969077169/AnsiballZ_mount.py && sleep 0' 11924 1726884856.88596: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884856.88608: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884856.88618: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884856.88641: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884856.88665: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884856.88708: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884856.88747: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884856.88767: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884856.88822: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884856.90620: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884856.90623: stdout chunk (state=3): >>><<< 11924 1726884856.90643: stderr chunk (state=3): >>><<< 11924 1726884856.90664: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884856.90667: _low_level_execute_command(): starting 11924 1726884856.90671: _low_level_execute_command(): using become for this command 11924 1726884856.90686: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-jaosaecnpvlcjfgqqtfloctdmhjmpfom ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884856.6871498-12795-265693969077169/AnsiballZ_mount.py'"'"' && sleep 0' 11924 1726884856.90777: Initial state: awaiting_escalation: BECOME-SUCCESS-jaosaecnpvlcjfgqqtfloctdmhjmpfom 11924 1726884856.91303: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884856.91317: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884856.91362: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884856.94407: stdout chunk (state=1): >>>BECOME-SUCCESS-jaosaecnpvlcjfgqqtfloctdmhjmpfom <<< 11924 1726884856.94411: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-jaosaecnpvlcjfgqqtfloctdmhjmpfom' 11924 1726884856.94745: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884856.94779: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884856.94801: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884856.94816: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884856.94882: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884856.94892: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884856.94920: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884856.94961: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884856.94966: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884856.94980: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884856.94989: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884856.95039: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884856.95045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884856.95063: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884856.95086: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884856.95121: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884856.95137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884856.95161: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8351bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83518ba10> <<< 11924 1726884856.95186: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884856.95206: 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 0x7ff8351be930> <<< 11924 1726884856.95222: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884856.95259: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884856.95278: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884856.95281: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884856.95315: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884856.95321: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884856.95400: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884856.95429: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884856.95433: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884856.95468: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884856.95474: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884856.95494: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884856.95502: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884856.95519: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884856.95526: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884856.95557: 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' <<< 11924 1726884856.95583: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8351ccfe0> <<< 11924 1726884856.95644: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884856.95656: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884856.95661: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8351cdfd0> <<< 11924 1726884856.95690: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884856.95714: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884856.95993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884856.96000: 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 <<< 11924 1726884856.96025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884856.96033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884856.96068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884856.96105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884856.96130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834febe90> <<< 11924 1726884856.96146: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884856.96164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884856.96180: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884856.96195: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834febf50> <<< 11924 1726884856.96205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884856.96242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884856.96266: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884856.96319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884856.96331: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884856.96365: 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' <<< 11924 1726884856.96369: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835023890> <<< 11924 1726884856.96390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884856.96409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884856.96420: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835023f20> import '_collections' # <<< 11924 1726884856.96469: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835003b60> <<< 11924 1726884856.96475: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884856.96511: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835001280> <<< 11924 1726884856.96600: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834fe9040> <<< 11924 1726884856.96623: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884856.96640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884856.96660: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884856.96678: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884856.96711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884856.96726: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884856.96740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884856.96764: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835047800> <<< 11924 1726884856.96783: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835046420> <<< 11924 1726884856.96806: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884856.96824: 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 0x7ff835003ec0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834fea900> <<< 11924 1726884856.96867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884856.96891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835078830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834fe82c0> <<< 11924 1726884856.96907: 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' <<< 11924 1726884856.96946: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884856.96953: 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 0x7ff835078ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835078b90> <<< 11924 1726884856.96986: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884856.96990: 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 0x7ff835078f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834fe6de0> <<< 11924 1726884856.97029: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884856.97035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884856.97048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884856.97075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884856.97100: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835079580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835079280> <<< 11924 1726884856.97103: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 11924 1726884856.97142: 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' <<< 11924 1726884856.97150: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83507a480> <<< 11924 1726884856.97176: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884856.97208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884856.97238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884856.97263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884856.97269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8350906b0> <<< 11924 1726884856.97284: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884856.97311: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884856.97335: 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 0x7ff835091d90> <<< 11924 1726884856.97346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884856.97366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884856.97374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884856.97382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 11924 1726884856.97394: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835092c30> <<< 11924 1726884856.97433: 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 0x7ff835093290> <<< 11924 1726884856.97437: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835092180> <<< 11924 1726884856.97473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884856.97483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884856.97522: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884856.97548: 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 0x7ff835093d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835093440> <<< 11924 1726884856.97576: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83507a4e0> <<< 11924 1726884856.97598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884856.97623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884856.97645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884856.97659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884856.97721: 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 0x7ff834e13bc0> <<< 11924 1726884856.97763: 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' <<< 11924 1726884856.97770: 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 0x7ff834e3c650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e3c3b0> <<< 11924 1726884856.97790: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884856.97833: 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 0x7ff834e3c680> <<< 11924 1726884856.97836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884856.97839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884856.97895: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884856.98039: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff834e3cfb0> <<< 11924 1726884856.98152: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884856.98162: 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 0x7ff834e3d9a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e3c860> <<< 11924 1726884856.98177: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e11d60> <<< 11924 1726884856.98197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884856.98221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884856.98239: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884856.98259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884856.98265: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e3edb0> <<< 11924 1726884856.98300: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e3daf0> <<< 11924 1726884856.98314: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83507abd0> <<< 11924 1726884856.98349: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884856.98399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884856.98424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884856.98454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884856.98483: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e6b140> <<< 11924 1726884856.98538: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884856.98550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884856.98574: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884856.98615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884856.98635: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e8f500> <<< 11924 1726884856.98663: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884856.98709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884856.98759: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884856.98774: 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 0x7ff834eec320> <<< 11924 1726884856.98802: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884856.98824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884856.98858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884856.98891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884856.98977: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834eeea80> <<< 11924 1726884856.99061: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834eec440> <<< 11924 1726884856.99095: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834eb9310> <<< 11924 1726884856.99140: 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' <<< 11924 1726884856.99143: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834cf1490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e8e300> <<< 11924 1726884856.99160: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e3fd10> <<< 11924 1726884856.99279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884856.99321: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff834e8e660> <<< 11924 1726884856.99479: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_scgbb6pa/ansible_mount_payload.zip' # zipimport: zlib available <<< 11924 1726884856.99608: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884856.99648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884856.99660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884856.99715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884856.99775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884856.99823: 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 0x7ff834d4f140> import '_typing' # <<< 11924 1726884857.00003: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834d2a030> <<< 11924 1726884857.00007: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834d29190> # zipimport: zlib available <<< 11924 1726884857.00040: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884857.00048: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.00074: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.00083: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.00107: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884857.00115: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.01515: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.02778: 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 0x7ff834d4d010> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884857.02883: 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 0x7ff834d72b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834d72900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834d72210> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884857.02915: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834d726f0> <<< 11924 1726884857.02919: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834d4fdd0> import 'atexit' # <<< 11924 1726884857.02951: 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 0x7ff834d737a0> <<< 11924 1726884857.02979: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884857.02992: 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 0x7ff834d739e0> <<< 11924 1726884857.03007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884857.03054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884857.03070: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884857.03138: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834d73f20> import 'pwd' # <<< 11924 1726884857.03151: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884857.03176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884857.03213: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834719c10> <<< 11924 1726884857.03243: 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 0x7ff83471b830> <<< 11924 1726884857.03276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884857.03347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83471c200> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884857.03380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884857.03397: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83471d0d0> <<< 11924 1726884857.03420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884857.03488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884857.03498: 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' <<< 11924 1726884857.03538: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83471fdd0> <<< 11924 1726884857.03601: 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 0x7ff834d73dd0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83471e0c0> <<< 11924 1726884857.03622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884857.03645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884857.03672: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884857.03677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 11924 1726884857.03690: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884857.03726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884857.03749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884857.03763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834727ce0> <<< 11924 1726884857.03782: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884857.03845: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8347267b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834726510> <<< 11924 1726884857.03872: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884857.03878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884857.03959: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834726a80> <<< 11924 1726884857.03985: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83471e540> <<< 11924 1726884857.04014: 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 0x7ff83476bfb0> <<< 11924 1726884857.04049: 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 0x7ff83476c110> <<< 11924 1726884857.04070: 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 <<< 11924 1726884857.04091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884857.04111: 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' <<< 11924 1726884857.04154: 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 0x7ff83476dc40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83476da00> <<< 11924 1726884857.04178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884857.04294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884857.04346: 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 0x7ff834770230> <<< 11924 1726884857.04351: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83476e330> <<< 11924 1726884857.04379: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884857.04414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884857.04440: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884857.04445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884857.04461: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884857.04509: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834773980> <<< 11924 1726884857.04628: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834770380> <<< 11924 1726884857.04691: stdout 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 0x7ff8347747a0> <<< 11924 1726884857.04724: stdout 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 0x7ff8347749b0> <<< 11924 1726884857.04768: stdout 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 0x7ff834774cb0> <<< 11924 1726884857.04781: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83476c350> <<< 11924 1726884857.04811: 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 <<< 11924 1726884857.04826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884857.04828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884857.04858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884857.04884: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884857.04910: 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 0x7ff834600380> <<< 11924 1726884857.05059: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884857.05069: 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 0x7ff834601a00> <<< 11924 1726884857.05074: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834776b10> <<< 11924 1726884857.05115: 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 0x7ff834777ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834776750> <<< 11924 1726884857.05128: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.05152: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.05163: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 11924 1726884857.05172: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.05263: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.05349: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.05369: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884857.05392: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.05411: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.05422: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884857.05433: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.05560: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.05682: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.06231: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.06777: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884857.06826: 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' # <<< 11924 1726884857.06840: 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' <<< 11924 1726884857.06885: 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 0x7ff834605cd0> <<< 11924 1726884857.06985: 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' <<< 11924 1726884857.06988: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834606a20> <<< 11924 1726884857.07019: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834601850> <<< 11924 1726884857.07057: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884857.07078: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.07102: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884857.07127: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.07265: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.07439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884857.07443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8346066c0> <<< 11924 1726884857.07472: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.07910: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.08362: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.08450: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.08559: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884857.08760: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884857.08782: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 11924 1726884857.08807: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884857.08818: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.08856: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.08906: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884857.08909: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.09133: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.09424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884857.09453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884857.09538: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834607b30> <<< 11924 1726884857.09542: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.09620: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.09691: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884857.09720: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884857.09738: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.09792: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.09816: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884857.09864: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.09916: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.09972: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.10044: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884857.10083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884857.10179: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8346125d0> <<< 11924 1726884857.10208: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83460dd60> <<< 11924 1726884857.10262: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884857.10323: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.10386: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.10434: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.10488: stdout chunk (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' <<< 11924 1726884857.10492: 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 <<< 11924 1726884857.10530: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884857.10533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884857.10622: 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 <<< 11924 1726884857.10638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884857.10759: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834702b40> <<< 11924 1726884857.10912: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834db2810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8347754f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834608c80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884857.10938: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884857.10990: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.10993: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 11924 1726884857.11042: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible' # <<< 11924 1726884857.11061: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884857.11106: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884857.11131: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available <<< 11924 1726884857.11159: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # # zipimport: zlib available <<< 11924 1726884857.11632: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.12004: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.12008: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # <<< 11924 1726884857.12033: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.12072: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.12102: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 11924 1726884857.12192: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.13447: 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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "state": "mounted", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null}}} <<< 11924 1726884857.13502: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884857.13994: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884857.14084: 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 <<< 11924 1726884857.14257: 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.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 <<< 11924 1726884857.14422: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884857.14449: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884857.14474: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884857.14503: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884857.14525: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884857.14545: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884857.14615: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884857.14618: 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 <<< 11924 1726884857.14646: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884857.14697: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 11924 1726884857.14746: stdout chunk (state=3): >>># destroy datetime <<< 11924 1726884857.14764: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884857.14785: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884857.14840: 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 <<< 11924 1726884857.14843: 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 <<< 11924 1726884857.14904: 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 <<< 11924 1726884857.14908: 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 <<< 11924 1726884857.14933: 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 <<< 11924 1726884857.14950: 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 <<< 11924 1726884857.15086: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884857.15111: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884857.15133: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884857.15163: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884857.15215: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884857.15219: 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 <<< 11924 1726884857.15236: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884857.15329: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884857.15348: 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 <<< 11924 1726884857.15377: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884857.15409: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884857.15449: 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 <<< 11924 1726884857.15961: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884857.15964: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884857.16014: stderr chunk (state=3): >>><<< 11924 1726884857.16017: stdout chunk (state=3): >>><<< 11924 1726884857.16286: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8351bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83518ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8351be930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8351ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8351cdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834febe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834febf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835023890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835023f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835003b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835001280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834fe9040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835047800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835046420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835003ec0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834fea900> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835078830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834fe82c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff835078ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835078b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff835078f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834fe6de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835079580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835079280> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83507a480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8350906b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff835091d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835092c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff835093290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835092180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff835093d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff835093440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83507a4e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff834e13bc0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff834e3c650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e3c3b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff834e3c680> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff834e3cfb0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff834e3d9a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e3c860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e11d60> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e3edb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e3daf0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83507abd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e6b140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e8f500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834eec320> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834eeea80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834eec440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834eb9310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834cf1490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e8e300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834e3fd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff834e8e660> # zipimport: found 36 names in '/tmp/ansible_mount_payload_scgbb6pa/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 0x7ff834d4f140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834d2a030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834d29190> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834d4d010> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff834d72b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834d72900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834d72210> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834d726f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834d4fdd0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff834d737a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff834d739e0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834d73f20> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834719c10> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff83471b830> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83471c200> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83471d0d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83471fdd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff834d73dd0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83471e0c0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834727ce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8347267b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834726510> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834726a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83471e540> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff83476bfb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83476c110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff83476dc40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83476da00> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff834770230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83476e330> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834773980> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834770380> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8347747a0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8347749b0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff834774cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83476c350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff834600380> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff834601a00> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834776b10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff834777ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834776750> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff834605cd0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834606a20> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834601850> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8346066c0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834607b30> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff8346125d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff83460dd60> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834702b40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834db2810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff8347754f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff834608c80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 11924 1726884857.17645: done with _execute_module (mount, {'src': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '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-1726884856.6871498-12795-265693969077169/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884857.17648: _low_level_execute_command(): starting 11924 1726884857.17651: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884856.6871498-12795-265693969077169/ > /dev/null 2>&1 && sleep 0' 11924 1726884857.17830: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884857.17834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884857.17849: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884857.17875: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884857.17954: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884857.20060: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884857.20064: stdout chunk (state=3): >>><<< 11924 1726884857.20066: stderr chunk (state=3): >>><<< 11924 1726884857.20069: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884857.20072: handler run complete 11924 1726884857.20074: attempt loop complete, returning result 11924 1726884857.20088: variable 'mount_info' from source: unknown 11924 1726884857.20188: variable 'mount_info' from source: unknown changed: [managed_node2] => (item={'src': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3" } 11924 1726884857.20472: dumping result to json 11924 1726884857.20475: done dumping result, returning 11924 1726884857.20743: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-f4c0-2290-000000000322] 11924 1726884857.20747: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000322 11924 1726884857.20799: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000322 11924 1726884857.20802: WORKER PROCESS EXITING 11924 1726884857.20893: no more pending results, returning what we have 11924 1726884857.20897: results queue empty 11924 1726884857.20897: checking for any_errors_fatal 11924 1726884857.20904: done checking for any_errors_fatal 11924 1726884857.20905: checking for max_fail_percentage 11924 1726884857.20906: done checking for max_fail_percentage 11924 1726884857.20906: checking to see if all hosts have failed and the running result is not ok 11924 1726884857.20907: done checking to see if all hosts have failed 11924 1726884857.20908: getting the remaining hosts for this loop 11924 1726884857.20909: done getting the remaining hosts for this loop 11924 1726884857.20912: getting the next task for host managed_node2 11924 1726884857.20917: done getting next task for host managed_node2 11924 1726884857.20920: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 11924 1726884857.20924: ^ 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 11924 1726884857.20933: getting variables 11924 1726884857.20935: in VariableManager get_vars() 11924 1726884857.20968: Calling all_inventory to load vars for managed_node2 11924 1726884857.20970: Calling groups_inventory to load vars for managed_node2 11924 1726884857.20972: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884857.20980: Calling all_plugins_play to load vars for managed_node2 11924 1726884857.20983: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884857.20985: Calling groups_plugins_play to load vars for managed_node2 11924 1726884857.21646: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884857.22270: done with get_vars() 11924 1726884857.22289: done getting variables TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 20 September 2024 22:14:17 -0400 (0:00:00.651) 0:00:22.562 ****** 11924 1726884857.22392: entering _queue_task() for managed_node2/file 11924 1726884857.22894: worker is 1 (out of 1 available) 11924 1726884857.22909: exiting _queue_task() for managed_node2/file 11924 1726884857.22922: done queuing things up, now waiting for results queue to drain 11924 1726884857.22924: waiting for pending results... 11924 1726884857.23871: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 11924 1726884857.23880: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000324 11924 1726884857.23884: variable 'ansible_search_path' from source: unknown 11924 1726884857.23887: variable 'ansible_search_path' from source: unknown 11924 1726884857.24661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884857.27552: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884857.27662: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884857.27705: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884857.27750: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884857.27783: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884857.27870: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884857.27911: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884857.27950: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884857.27997: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884857.28018: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884857.28075: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884857.28111: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884857.28148: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884857.28203: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884857.28279: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884857.28462: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884857.28466: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884857.28468: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884857.28602: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884857.28624: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884857.28968: variable 'blivet_output' from source: set_fact 11924 1726884857.29109: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884857.29499: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884857.29549: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884857.29637: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884857.29694: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884857.29741: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884857.29771: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884857.29817: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884857.29849: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884857.29990: variable 'omit' from source: magic vars 11924 1726884857.30087: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884857.30093: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884857.30103: variable 'omit' from source: magic vars 11924 1726884857.30328: variable 'mount_info' from source: unknown 11924 1726884857.30340: Evaluated conditional (mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none): False 11924 1726884857.30342: when evaluation is False, skipping this task 11924 1726884857.30369: variable 'mount_info' from source: unknown 11924 1726884857.30419: variable 'mount_info' from source: unknown skipping: [managed_node2] => (item={'src': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "mounted" }, "skip_reason": "Conditional result was False" } 11924 1726884857.30619: dumping result to json 11924 1726884857.30622: done dumping result, returning 11924 1726884857.30623: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-f4c0-2290-000000000324] 11924 1726884857.30631: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000324 skipping: [managed_node2] => { "changed": false } MSG: All items skipped 11924 1726884857.30713: no more pending results, returning what we have 11924 1726884857.30716: results queue empty 11924 1726884857.30717: checking for any_errors_fatal 11924 1726884857.30725: done checking for any_errors_fatal 11924 1726884857.30726: checking for max_fail_percentage 11924 1726884857.30727: done checking for max_fail_percentage 11924 1726884857.30728: checking to see if all hosts have failed and the running result is not ok 11924 1726884857.30729: done checking to see if all hosts have failed 11924 1726884857.30730: getting the remaining hosts for this loop 11924 1726884857.30731: done getting the remaining hosts for this loop 11924 1726884857.30734: getting the next task for host managed_node2 11924 1726884857.30739: done getting next task for host managed_node2 11924 1726884857.30742: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884857.30745: ^ 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 11924 1726884857.30760: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000324 11924 1726884857.30763: WORKER PROCESS EXITING 11924 1726884857.30773: getting variables 11924 1726884857.30774: in VariableManager get_vars() 11924 1726884857.30806: Calling all_inventory to load vars for managed_node2 11924 1726884857.30808: Calling groups_inventory to load vars for managed_node2 11924 1726884857.30810: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884857.30818: Calling all_plugins_play to load vars for managed_node2 11924 1726884857.30820: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884857.30823: Calling groups_plugins_play to load vars for managed_node2 11924 1726884857.31145: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884857.31585: done with get_vars() 11924 1726884857.31603: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 20 September 2024 22:14:17 -0400 (0:00:00.093) 0:00:22.655 ****** 11924 1726884857.31700: entering _queue_task() for managed_node2/systemd 11924 1726884857.31986: worker is 1 (out of 1 available) 11924 1726884857.31998: exiting _queue_task() for managed_node2/systemd 11924 1726884857.32013: done queuing things up, now waiting for results queue to drain 11924 1726884857.32014: waiting for pending results... 11924 1726884857.32541: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884857.32762: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000326 11924 1726884857.32767: variable 'ansible_search_path' from source: unknown 11924 1726884857.32769: variable 'ansible_search_path' from source: unknown 11924 1726884857.32772: calling self._execute() 11924 1726884857.32851: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884857.32865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884857.32879: variable 'omit' from source: magic vars 11924 1726884857.33275: variable 'blivet_output' from source: set_fact 11924 1726884857.33311: Evaluated conditional (blivet_output['mounts']): True 11924 1726884857.33324: variable 'omit' from source: magic vars 11924 1726884857.33366: variable 'omit' from source: magic vars 11924 1726884857.33389: variable 'omit' from source: magic vars 11924 1726884857.33423: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884857.33451: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884857.33467: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884857.33481: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884857.33489: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884857.33506: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884857.33519: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884857.33544: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884857.33547: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884857.33549: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884857.33629: Set connection var ansible_shell_executable to /bin/sh 11924 1726884857.33633: Set connection var ansible_connection to ssh 11924 1726884857.33635: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884857.33641: Set connection var ansible_timeout to 10 11924 1726884857.33646: Set connection var ansible_pipelining to False 11924 1726884857.33657: Set connection var ansible_shell_type to sh 11924 1726884857.33677: variable 'ansible_shell_executable' from source: unknown 11924 1726884857.33680: variable 'ansible_connection' from source: unknown 11924 1726884857.33683: variable 'ansible_module_compression' from source: unknown 11924 1726884857.33685: variable 'ansible_shell_type' from source: unknown 11924 1726884857.33687: variable 'ansible_shell_executable' from source: unknown 11924 1726884857.33689: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884857.33694: variable 'ansible_pipelining' from source: unknown 11924 1726884857.33697: variable 'ansible_timeout' from source: unknown 11924 1726884857.33703: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884857.33850: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884857.33860: variable 'omit' from source: magic vars 11924 1726884857.33865: starting attempt loop 11924 1726884857.33873: running the handler 11924 1726884857.33884: _low_level_execute_command(): starting 11924 1726884857.33891: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884857.34374: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884857.34379: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884857.34383: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884857.34434: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884857.34437: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884857.34502: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884857.36465: stdout chunk (state=3): >>>/root <<< 11924 1726884857.36469: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884857.36471: stdout chunk (state=3): >>><<< 11924 1726884857.36474: stderr chunk (state=3): >>><<< 11924 1726884857.36478: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884857.36482: _low_level_execute_command(): starting 11924 1726884857.36484: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884857.3641176-12819-37688539520529 `" && echo ansible-tmp-1726884857.3641176-12819-37688539520529="` echo /root/.ansible/tmp/ansible-tmp-1726884857.3641176-12819-37688539520529 `" ) && sleep 0' 11924 1726884857.37194: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884857.37213: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884857.37265: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884857.37372: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884857.37375: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884857.37401: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884857.37417: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884857.37502: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884857.39630: stdout chunk (state=3): >>>ansible-tmp-1726884857.3641176-12819-37688539520529=/root/.ansible/tmp/ansible-tmp-1726884857.3641176-12819-37688539520529 <<< 11924 1726884857.39861: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884857.39864: stdout chunk (state=3): >>><<< 11924 1726884857.39867: stderr chunk (state=3): >>><<< 11924 1726884857.39870: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884857.3641176-12819-37688539520529=/root/.ansible/tmp/ansible-tmp-1726884857.3641176-12819-37688539520529 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884857.39872: variable 'ansible_module_compression' from source: unknown 11924 1726884857.39874: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 11924 1726884857.39876: variable 'ansible_facts' from source: unknown 11924 1726884857.40453: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884857.3641176-12819-37688539520529/AnsiballZ_systemd.py 11924 1726884857.40683: Sending initial data 11924 1726884857.40686: Sent initial data (155 bytes) 11924 1726884857.41276: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884857.41307: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884857.41381: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884857.43342: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884857.43413: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp_mvho7hu /root/.ansible/tmp/ansible-tmp-1726884857.3641176-12819-37688539520529/AnsiballZ_systemd.py <<< 11924 1726884857.43421: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884857.3641176-12819-37688539520529/AnsiballZ_systemd.py" <<< 11924 1726884857.43454: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp_mvho7hu" to remote "/root/.ansible/tmp/ansible-tmp-1726884857.3641176-12819-37688539520529/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884857.3641176-12819-37688539520529/AnsiballZ_systemd.py" <<< 11924 1726884857.45797: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884857.45805: stdout chunk (state=3): >>><<< 11924 1726884857.45808: stderr chunk (state=3): >>><<< 11924 1726884857.45809: done transferring module to remote 11924 1726884857.45811: _low_level_execute_command(): starting 11924 1726884857.45814: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884857.3641176-12819-37688539520529/ /root/.ansible/tmp/ansible-tmp-1726884857.3641176-12819-37688539520529/AnsiballZ_systemd.py && sleep 0' 11924 1726884857.46662: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884857.46676: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884857.46750: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884857.46766: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884857.46819: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884857.46831: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884857.46918: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884857.47029: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884857.48950: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884857.48993: stderr chunk (state=3): >>><<< 11924 1726884857.49195: stdout chunk (state=3): >>><<< 11924 1726884857.49200: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884857.49204: _low_level_execute_command(): starting 11924 1726884857.49206: _low_level_execute_command(): using become for this command 11924 1726884857.49208: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-jqjepksbjaomnovtrqpianfwfobyayow ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884857.3641176-12819-37688539520529/AnsiballZ_systemd.py'"'"' && sleep 0' 11924 1726884857.49681: Initial state: awaiting_escalation: BECOME-SUCCESS-jqjepksbjaomnovtrqpianfwfobyayow 11924 1726884857.50322: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884857.50497: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884857.50671: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884857.50933: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884857.50980: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884857.53908: stdout chunk (state=1): >>>BECOME-SUCCESS-jqjepksbjaomnovtrqpianfwfobyayow <<< 11924 1726884857.53919: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-jqjepksbjaomnovtrqpianfwfobyayow' 11924 1726884857.54236: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884857.54277: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884857.54304: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884857.54325: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884857.54375: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884857.54397: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884857.54417: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884857.54470: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884857.54494: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884857.54537: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884857.54613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884857.54626: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 11924 1726884857.54654: 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' <<< 11924 1726884857.54681: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eabbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eab8ba10> <<< 11924 1726884857.54728: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884857.54750: 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 0x7f90eabbe930> <<< 11924 1726884857.54756: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884857.54791: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884857.54794: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884857.54852: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884857.54932: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884857.54948: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884857.54984: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884857.55011: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884857.55041: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884857.55059: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884857.55092: 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' <<< 11924 1726884857.55102: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eabccfe0> <<< 11924 1726884857.55178: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884857.55192: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eabcdfd0> <<< 11924 1726884857.55213: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884857.55238: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884857.55639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884857.55643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884857.55674: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884857.55692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884857.55723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884857.55747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884857.55784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884857.55789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884857.55825: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea9ebe90> <<< 11924 1726884857.55831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884857.55851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884857.55894: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea9ebf50> <<< 11924 1726884857.55899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884857.55922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884857.55966: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884857.55999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884857.56032: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884857.56070: 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 0x7f90eaa23890> <<< 11924 1726884857.56088: 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 0x7f90eaa23f20> <<< 11924 1726884857.56105: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884857.56146: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa03b60> <<< 11924 1726884857.56185: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884857.56202: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa01280> <<< 11924 1726884857.56293: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea9e9040> <<< 11924 1726884857.56315: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884857.56333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884857.56349: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884857.56376: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884857.56400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884857.56431: 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' <<< 11924 1726884857.56451: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa47800> <<< 11924 1726884857.56503: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa46450> <<< 11924 1726884857.56506: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884857.56526: 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 0x7f90eaa02150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa44bf0> <<< 11924 1726884857.56552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884857.56579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa78890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea9e82c0> <<< 11924 1726884857.56585: 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' <<< 11924 1726884857.56646: 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 0x7f90eaa78d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa78bf0> <<< 11924 1726884857.56685: 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 0x7f90eaa78fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea9e6de0> <<< 11924 1726884857.56748: 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' <<< 11924 1726884857.56766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884857.56802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa79670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa79370> import 'importlib.machinery' # <<< 11924 1726884857.56838: 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' <<< 11924 1726884857.56841: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa7a540> <<< 11924 1726884857.56879: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884857.56911: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884857.56932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884857.56965: 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 0x7f90eaa90740> <<< 11924 1726884857.56984: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884857.57019: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884857.57047: 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 0x7f90eaa91e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884857.57085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884857.57089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884857.57138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa92cc0> <<< 11924 1726884857.57183: 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 0x7f90eaa932f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa92210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884857.57195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884857.57242: 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 0x7f90eaa93d70> <<< 11924 1726884857.57273: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa934a0> <<< 11924 1726884857.57288: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa7a4b0> <<< 11924 1726884857.57326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884857.57358: 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 <<< 11924 1726884857.57375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884857.57537: 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 0x7f90ea77bc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea7a46e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea7a4440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea7a4560> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884857.57710: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884857.57753: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea7a5010> <<< 11924 1726884857.57877: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884857.57908: 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 0x7f90ea7a5a00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea7a48c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea779df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884857.57958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884857.57961: 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' <<< 11924 1726884857.57979: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea7a6db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea7a5880> <<< 11924 1726884857.58010: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa7ac60> <<< 11924 1726884857.58031: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884857.58201: 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 0x7f90ea7d3140> <<< 11924 1726884857.58231: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884857.58270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884857.58275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884857.58290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884857.58357: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea7f7500> <<< 11924 1726884857.58385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884857.58468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884857.58486: 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 0x7f90ea854260> <<< 11924 1726884857.58505: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884857.58535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884857.58553: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884857.58604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884857.58685: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea8569c0> <<< 11924 1726884857.58767: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea854380> <<< 11924 1726884857.58795: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea821250> <<< 11924 1726884857.58825: 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 0x7f90ea1253d0> <<< 11924 1726884857.58849: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea7f6300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea7a7d10> <<< 11924 1726884857.59033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884857.59046: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f90ea7f6900> <<< 11924 1726884857.59352: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_ia44by_2/ansible_systemd_payload.zip' <<< 11924 1726884857.59368: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.59477: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.59516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884857.59523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884857.59560: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884857.59634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884857.59666: 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 0x7f90ea18f0b0> <<< 11924 1726884857.59673: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884857.59857: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea169fa0> <<< 11924 1726884857.59878: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea169100> # zipimport: zlib available <<< 11924 1726884857.59887: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884857.59909: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.59951: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.59977: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884857.59979: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.61366: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.62477: 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 0x7f90ea18cf80> <<< 11924 1726884857.62502: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884857.62512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884857.62531: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884857.62558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884857.62565: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884857.62587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884857.62610: 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 0x7f90ea1bea80> <<< 11924 1726884857.62641: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea1be810> <<< 11924 1726884857.62691: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea1be120> <<< 11924 1726884857.62695: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884857.62718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884857.62749: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea1beba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea18fad0> <<< 11924 1726884857.62757: stdout chunk (state=3): >>>import 'atexit' # <<< 11924 1726884857.62793: 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 0x7f90ea1bf7d0> <<< 11924 1726884857.62829: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884857.62832: 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 0x7f90ea1bfa10> <<< 11924 1726884857.62845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884857.62889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884857.62901: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884857.62958: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea1bff50> <<< 11924 1726884857.62964: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884857.62979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884857.63002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884857.63040: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea029dc0> <<< 11924 1726884857.63077: 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 0x7f90ea02b9e0> <<< 11924 1726884857.63100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884857.63129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884857.63171: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea02c3e0> <<< 11924 1726884857.63177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884857.63195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884857.63226: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea02d580> <<< 11924 1726884857.63241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884857.63284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884857.63307: 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' <<< 11924 1726884857.63354: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea02ff80> <<< 11924 1726884857.63405: 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 0x7f90ea034170> <<< 11924 1726884857.63437: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea02e300> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884857.63471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884857.63503: 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' <<< 11924 1726884857.63521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884857.63618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884857.63642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884857.63647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea037f80> <<< 11924 1726884857.63684: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884857.63751: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea036a50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea0367b0> <<< 11924 1726884857.63765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884857.63782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884857.63867: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea036d20> <<< 11924 1726884857.63881: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea02e810> <<< 11924 1726884857.63904: 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 0x7f90ea07c1a0> <<< 11924 1726884857.63929: 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 0x7f90ea07c320> <<< 11924 1726884857.63947: 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 <<< 11924 1726884857.63969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884857.63986: 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' <<< 11924 1726884857.64031: 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 0x7f90ea07ddc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea07db80> <<< 11924 1726884857.64051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884857.64081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884857.64132: 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 0x7f90ea080380> <<< 11924 1726884857.64139: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea07e4b0> <<< 11924 1726884857.64164: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884857.64206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884857.64230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884857.64234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884857.64248: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884857.64291: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea083b60> <<< 11924 1726884857.64412: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea080530> <<< 11924 1726884857.64474: stdout 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 0x7f90ea084bc0> <<< 11924 1726884857.64513: stdout 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 0x7f90ea084c50> <<< 11924 1726884857.64549: stdout 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 0x7f90ea084e00> <<< 11924 1726884857.64571: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea07c4d0> <<< 11924 1726884857.64591: 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 <<< 11924 1726884857.64603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884857.64609: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884857.64633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884857.64663: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884857.64687: 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 0x7f90e9f10560> <<< 11924 1726884857.64832: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884857.64840: 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 0x7f90e9f11910> <<< 11924 1726884857.64853: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea086cf0> <<< 11924 1726884857.64906: 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 0x7f90ea0878c0> <<< 11924 1726884857.64921: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea0868d0> # zipimport: zlib available <<< 11924 1726884857.64950: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884857.65050: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.65127: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.65162: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.65166: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884857.65196: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884857.65202: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.65327: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.65439: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.65959: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.66493: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884857.66513: 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' # <<< 11924 1726884857.66560: 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' <<< 11924 1726884857.66611: 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 0x7f90e9f15bb0> <<< 11924 1726884857.66696: 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 0x7f90e9f168a0> <<< 11924 1726884857.66710: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9f11c10> <<< 11924 1726884857.66774: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884857.66817: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884857.66829: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.66961: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.67136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884857.67139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9f168d0> <<< 11924 1726884857.67176: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.67601: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.68031: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.68141: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.68261: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884857.68277: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.68317: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884857.68343: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.68422: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884857.68479: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884857.68534: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.68561: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884857.68574: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.68795: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.69025: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884857.69093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884857.69096: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884857.69179: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9f17b30> <<< 11924 1726884857.69181: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.69253: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.69327: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884857.69330: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884857.69362: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.69409: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.69444: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884857.69502: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.69542: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.69607: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.69670: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884857.69717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884857.69791: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90e9f22750> <<< 11924 1726884857.69831: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9f1d2e0> <<< 11924 1726884857.69857: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884857.69874: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.69938: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.70000: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.70028: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.70071: stdout chunk (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' <<< 11924 1726884857.70129: 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 <<< 11924 1726884857.70132: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884857.70167: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884857.70211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884857.70239: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884857.70242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884857.70292: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea00af00> <<< 11924 1726884857.70333: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea0febd0> <<< 11924 1726884857.70416: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9f22900> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9f11b80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884857.70431: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.70460: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.70486: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884857.70547: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884857.70562: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.70581: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884857.70594: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.70791: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.70993: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.71024: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.71042: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.71146: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.71376: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884857.71412: 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 <<< 11924 1726884857.71497: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 11924 1726884857.71503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884857.71564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884857.71579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884857.71638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884857.71643: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884857.71685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884857.71689: 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 0x7f90e9baf1a0> <<< 11924 1726884857.71726: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9bae5d0> <<< 11924 1726884857.71786: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9bacad0> <<< 11924 1726884857.72011: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9fb3110> <<< 11924 1726884857.72082: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9fb0fb0> import 'ansible.module_utils.compat.typing' # <<< 11924 1726884857.72095: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.72278: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.72452: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.72495: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.72622: 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' <<< 11924 1726884857.72652: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9fa5ca0> <<< 11924 1726884857.72702: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 11924 1726884857.72742: 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 <<< 11924 1726884857.72807: 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' <<< 11924 1726884857.72839: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9c21430> <<< 11924 1726884857.72872: 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 0x7f90e9c21760> <<< 11924 1726884857.72939: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9c1cf50> <<< 11924 1726884857.72947: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9c1c200> <<< 11924 1726884857.72968: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9fb2390> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9fb15b0> <<< 11924 1726884857.72988: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 11924 1726884857.73106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 11924 1726884857.73113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 11924 1726884857.73116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 11924 1726884857.73118: 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' <<< 11924 1726884857.73222: 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 0x7f90e9a50320> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9c23bc0> # 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 0x7f90e9c23da0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9c22ff0> <<< 11924 1726884857.73226: 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' <<< 11924 1726884857.73278: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9a503b0> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 11924 1726884857.73309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884857.73337: 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 0x7f90e9a52f60> <<< 11924 1726884857.73361: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9a50f50> <<< 11924 1726884857.73426: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9fb17c0> import 'ansible.module_utils.facts.timeout' # <<< 11924 1726884857.73480: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884857.73494: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 11924 1726884857.73517: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.73595: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 11924 1726884857.73613: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.73648: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.73730: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 11924 1726884857.73733: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884857.73737: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 11924 1726884857.73802: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884857.73841: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 11924 1726884857.73896: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.73943: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 11924 1726884857.73947: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.74042: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.74093: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 11924 1726884857.74097: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.74180: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.74183: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.74215: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.74366: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 11924 1726884857.74815: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.75227: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 11924 1726884857.75230: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.75323: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.75370: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.75391: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.75422: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 11924 1726884857.75481: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.75509: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 11924 1726884857.75557: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.75615: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available <<< 11924 1726884857.75658: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.75705: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 11924 1726884857.75708: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.75729: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.75773: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 11924 1726884857.75776: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.75861: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.75945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884857.75974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884857.75977: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9a53a40> <<< 11924 1726884857.75996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884857.76025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884857.76152: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9a80aa0> <<< 11924 1726884857.76166: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 11924 1726884857.76232: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.76307: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 11924 1726884857.76406: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.76504: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 11924 1726884857.76520: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.76583: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.76687: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 11924 1726884857.76769: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884857.76820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884857.76909: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884857.76985: 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 0x7f90e9a9b5c0> <<< 11924 1726884857.77152: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9a83b60> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 11924 1726884857.77195: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.77290: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 11924 1726884857.77343: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.77452: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.77546: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.77707: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 11924 1726884857.77710: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.77782: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.77801: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 11924 1726884857.77878: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.77911: 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' <<< 11924 1726884857.77944: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884857.77962: 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 0x7f90e9aaf230> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9aaede0> import 'ansible.module_utils.facts.system.user' # <<< 11924 1726884857.78006: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884857.78021: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 11924 1726884857.78057: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.78110: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 11924 1726884857.78277: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.78426: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 11924 1726884857.78525: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.78633: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.78680: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.78730: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 11924 1726884857.78733: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.78759: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.78777: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.78926: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.79070: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 11924 1726884857.79080: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.79212: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.79329: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 11924 1726884857.79334: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.79378: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.79409: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.79981: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.80494: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 11924 1726884857.80632: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.80739: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 11924 1726884857.80821: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.80927: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 11924 1726884857.80938: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.81089: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.81258: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 11924 1726884857.81262: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.81296: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 11924 1726884857.81334: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.81378: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 11924 1726884857.81394: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.81489: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.81592: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.81803: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.81998: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 11924 1726884857.82016: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.82052: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.82091: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 11924 1726884857.82111: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.82131: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.82152: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 11924 1726884857.82172: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.82238: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.82313: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 11924 1726884857.82317: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.82348: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.82368: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 11924 1726884857.82388: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.82443: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.82511: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 11924 1726884857.82518: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.82575: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.82628: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 11924 1726884857.82645: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.82908: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.83314: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 11924 1726884857.83358: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884857.83402: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 11924 1726884857.83450: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.83494: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 11924 1726884857.83568: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.83583: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 11924 1726884857.83651: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.83767: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available <<< 11924 1726884857.83828: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 11924 1726884857.83922: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.83926: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available <<< 11924 1726884857.83979: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884857.84006: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.84110: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.84113: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.84189: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 11924 1726884857.84206: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # <<< 11924 1726884857.84230: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available <<< 11924 1726884857.84251: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.84316: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 11924 1726884857.84325: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.84556: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.84727: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 11924 1726884857.84786: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.84791: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.84878: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 11924 1726884857.84902: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.84927: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available <<< 11924 1726884857.84998: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.85096: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 11924 1726884857.85103: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 11924 1726884857.85110: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.85189: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.85302: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 11924 1726884857.85317: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.85450: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884857.85579: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 11924 1726884857.85669: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.08354: 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}}} <<< 11924 1726884858.08970: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884858.08992: 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 <<< 11924 1726884858.09011: 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<<< 11924 1726884858.09046: 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 <<< 11924 1726884858.09084: stdout chunk (state=3): >>># cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible <<< 11924 1726884858.09113: 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 <<< 11924 1726884858.09130: stdout chunk (state=3): >>># cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text <<< 11924 1726884858.09213: stdout chunk (state=3): >>># cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser <<< 11924 1726884858.09279: stdout chunk (state=3): >>># 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 <<< 11924 1726884858.09612: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884858.09654: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884858.09671: stdout chunk (state=3): >>># destroy _blake2 <<< 11924 1726884858.09697: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884858.09742: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath <<< 11924 1726884858.09782: 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 <<< 11924 1726884858.09794: stdout chunk (state=3): >>># destroy encodings <<< 11924 1726884858.09811: stdout chunk (state=3): >>># destroy _locale <<< 11924 1726884858.09835: stdout chunk (state=3): >>># destroy locale # destroy _signal # destroy _posixsubprocess <<< 11924 1726884858.09848: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 11924 1726884858.09890: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884858.09902: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 11924 1726884858.09948: 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 <<< 11924 1726884858.09991: stdout chunk (state=3): >>># destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue <<< 11924 1726884858.10033: stdout chunk (state=3): >>># destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 11924 1726884858.10037: stdout chunk (state=3): >>># destroy fcntl <<< 11924 1726884858.10040: stdout chunk (state=3): >>># destroy datetime <<< 11924 1726884858.10092: stdout chunk (state=3): >>># destroy base64 <<< 11924 1726884858.10099: stdout chunk (state=3): >>># destroy _ssl <<< 11924 1726884858.10122: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json <<< 11924 1726884858.10153: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 11924 1726884858.10163: 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 <<< 11924 1726884858.10210: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token <<< 11924 1726884858.10222: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux <<< 11924 1726884858.10253: 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 <<< 11924 1726884858.10276: 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 <<< 11924 1726884858.10332: stdout chunk (state=3): >>># destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser <<< 11924 1726884858.10354: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884858.10392: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 11924 1726884858.10397: 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 <<< 11924 1726884858.10437: 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 <<< 11924 1726884858.10581: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884858.10618: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884858.10621: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 11924 1726884858.10651: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884858.10697: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884858.10705: 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 <<< 11924 1726884858.10738: 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 <<< 11924 1726884858.10773: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884858.10861: 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 <<< 11924 1726884858.10869: stdout chunk (state=3): >>># destroy time <<< 11924 1726884858.10911: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884858.10941: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884858.10954: stdout chunk (state=3): >>># destroy abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re # destroy _abc # destroy itertools <<< 11924 1726884858.10986: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884858.11609: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884858.11663: stderr chunk (state=3): >>><<< 11924 1726884858.11666: stdout chunk (state=3): >>><<< 11924 1726884858.11772: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eabbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eab8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eabbe930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eabccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eabcdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea9ebe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea9ebf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa23890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa23f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa03b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa01280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea9e9040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa47800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa46450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa02150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa44bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa78890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea9e82c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90eaa78d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa78bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90eaa78fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea9e6de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa79670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa79370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa7a540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa90740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90eaa91e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa92cc0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90eaa932f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa92210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90eaa93d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa934a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa7a4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea77bc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea7a46e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea7a4440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea7a4560> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea7a5010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea7a5a00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea7a48c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea779df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea7a6db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea7a5880> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90eaa7ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea7d3140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea7f7500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea854260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea8569c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea854380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea821250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea1253d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea7f6300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea7a7d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f90ea7f6900> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_ia44by_2/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 0x7f90ea18f0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea169fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea169100> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea18cf80> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea1bea80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea1be810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea1be120> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea1beba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea18fad0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea1bf7d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea1bfa10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea1bff50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea029dc0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea02b9e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea02c3e0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea02d580> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea02ff80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea034170> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea02e300> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea037f80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea036a50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea0367b0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea036d20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea02e810> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea07c1a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea07c320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea07ddc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea07db80> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea080380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea07e4b0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea083b60> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea080530> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea084bc0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea084c50> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea084e00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea07c4d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90e9f10560> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90e9f11910> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea086cf0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90ea0878c0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea0868d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90e9f15bb0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9f168a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9f11c10> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9f168d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9f17b30> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f90e9f22750> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9f1d2e0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea00af00> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90ea0febd0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9f22900> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9f11b80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f90e9baf1a0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9bae5d0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9bacad0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9fb3110> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9fb0fb0> 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 0x7f90e9fa5ca0> # /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 0x7f90e9c21430> # 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 0x7f90e9c21760> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9c1cf50> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9c1c200> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9fb2390> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9fb15b0> # /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 0x7f90e9a50320> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9c23bc0> # 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 0x7f90e9c23da0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9c22ff0> # /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 0x7f90e9a503b0> # /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 0x7f90e9a52f60> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9a50f50> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9fb17c0> 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 0x7f90e9a53a40> # /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 0x7f90e9a80aa0> 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 0x7f90e9a9b5c0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9a83b60> 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 0x7f90e9aaf230> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f90e9aaede0> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884858.13105: 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-1726884857.3641176-12819-37688539520529/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884858.13108: _low_level_execute_command(): starting 11924 1726884858.13109: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884857.3641176-12819-37688539520529/ > /dev/null 2>&1 && sleep 0' 11924 1726884858.13111: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884858.13112: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884858.13114: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884858.13115: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884858.13116: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884858.13121: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884858.13126: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884858.13151: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884858.15086: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884858.15138: stderr chunk (state=3): >>><<< 11924 1726884858.15162: stdout chunk (state=3): >>><<< 11924 1726884858.15360: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884858.15364: handler run complete 11924 1726884858.15367: attempt loop complete, returning result 11924 1726884858.15371: _execute() done 11924 1726884858.15373: dumping result to json 11924 1726884858.15377: done dumping result, returning 11924 1726884858.15379: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-f4c0-2290-000000000326] 11924 1726884858.15382: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000326 11924 1726884858.15461: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000326 11924 1726884858.15464: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "name": null, "status": {} } 11924 1726884858.15559: no more pending results, returning what we have 11924 1726884858.15562: results queue empty 11924 1726884858.15563: checking for any_errors_fatal 11924 1726884858.15580: done checking for any_errors_fatal 11924 1726884858.15583: checking for max_fail_percentage 11924 1726884858.15588: done checking for max_fail_percentage 11924 1726884858.15589: checking to see if all hosts have failed and the running result is not ok 11924 1726884858.15591: done checking to see if all hosts have failed 11924 1726884858.15592: getting the remaining hosts for this loop 11924 1726884858.15594: done getting the remaining hosts for this loop 11924 1726884858.15600: getting the next task for host managed_node2 11924 1726884858.15611: done getting next task for host managed_node2 11924 1726884858.15617: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 11924 1726884858.15621: ^ 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 11924 1726884858.15637: getting variables 11924 1726884858.15639: in VariableManager get_vars() 11924 1726884858.15723: Calling all_inventory to load vars for managed_node2 11924 1726884858.15728: Calling groups_inventory to load vars for managed_node2 11924 1726884858.15731: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884858.15745: Calling all_plugins_play to load vars for managed_node2 11924 1726884858.15749: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884858.15753: Calling groups_plugins_play to load vars for managed_node2 11924 1726884858.16295: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884858.16924: done with get_vars() 11924 1726884858.16937: done getting variables TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 20 September 2024 22:14:18 -0400 (0:00:00.853) 0:00:23.509 ****** 11924 1726884858.17026: entering _queue_task() for managed_node2/stat 11924 1726884858.17317: worker is 1 (out of 1 available) 11924 1726884858.17331: exiting _queue_task() for managed_node2/stat 11924 1726884858.17344: done queuing things up, now waiting for results queue to drain 11924 1726884858.17345: waiting for pending results... 11924 1726884858.17619: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 11924 1726884858.17706: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000327 11924 1726884858.17714: variable 'ansible_search_path' from source: unknown 11924 1726884858.17718: variable 'ansible_search_path' from source: unknown 11924 1726884858.17744: calling self._execute() 11924 1726884858.17825: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884858.17830: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884858.17840: variable 'omit' from source: magic vars 11924 1726884858.17954: variable 'omit' from source: magic vars 11924 1726884858.18160: variable 'omit' from source: magic vars 11924 1726884858.18163: variable 'omit' from source: magic vars 11924 1726884858.18165: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884858.18168: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884858.18193: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884858.18215: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884858.18229: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884858.18250: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884858.18276: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884858.18315: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884858.18325: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884858.18333: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884858.18458: Set connection var ansible_shell_executable to /bin/sh 11924 1726884858.18467: Set connection var ansible_connection to ssh 11924 1726884858.18481: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884858.18493: Set connection var ansible_timeout to 10 11924 1726884858.18505: Set connection var ansible_pipelining to False 11924 1726884858.18517: Set connection var ansible_shell_type to sh 11924 1726884858.18549: variable 'ansible_shell_executable' from source: unknown 11924 1726884858.18561: variable 'ansible_connection' from source: unknown 11924 1726884858.18570: variable 'ansible_module_compression' from source: unknown 11924 1726884858.18578: variable 'ansible_shell_type' from source: unknown 11924 1726884858.18586: variable 'ansible_shell_executable' from source: unknown 11924 1726884858.18593: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884858.18602: variable 'ansible_pipelining' from source: unknown 11924 1726884858.18609: variable 'ansible_timeout' from source: unknown 11924 1726884858.18616: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884858.18960: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884858.18966: variable 'omit' from source: magic vars 11924 1726884858.18969: starting attempt loop 11924 1726884858.18971: running the handler 11924 1726884858.18973: _low_level_execute_command(): starting 11924 1726884858.18975: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884858.19919: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884858.20146: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884858.20167: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884858.20191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884858.20294: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884858.20321: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884858.20408: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884858.22102: stdout chunk (state=3): >>>/root <<< 11924 1726884858.22210: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884858.22258: stderr chunk (state=3): >>><<< 11924 1726884858.22274: stdout chunk (state=3): >>><<< 11924 1726884858.22298: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884858.22325: _low_level_execute_command(): starting 11924 1726884858.22337: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884858.2231274-12852-277643128082474 `" && echo ansible-tmp-1726884858.2231274-12852-277643128082474="` echo /root/.ansible/tmp/ansible-tmp-1726884858.2231274-12852-277643128082474 `" ) && sleep 0' 11924 1726884858.23374: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884858.23480: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884858.23511: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884858.23527: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884858.23569: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884858.23648: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884858.25579: stdout chunk (state=3): >>>ansible-tmp-1726884858.2231274-12852-277643128082474=/root/.ansible/tmp/ansible-tmp-1726884858.2231274-12852-277643128082474 <<< 11924 1726884858.25887: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884858.25896: stdout chunk (state=3): >>><<< 11924 1726884858.25910: stderr chunk (state=3): >>><<< 11924 1726884858.25930: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884858.2231274-12852-277643128082474=/root/.ansible/tmp/ansible-tmp-1726884858.2231274-12852-277643128082474 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884858.25991: variable 'ansible_module_compression' from source: unknown 11924 1726884858.26059: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884858.26103: variable 'ansible_facts' from source: unknown 11924 1726884858.26207: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884858.2231274-12852-277643128082474/AnsiballZ_stat.py 11924 1726884858.26429: Sending initial data 11924 1726884858.26432: Sent initial data (153 bytes) 11924 1726884858.26914: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884858.26927: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884858.27050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884858.27096: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884858.27143: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884858.28695: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884858.28741: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884858.28798: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp4g14xxs_ /root/.ansible/tmp/ansible-tmp-1726884858.2231274-12852-277643128082474/AnsiballZ_stat.py <<< 11924 1726884858.28805: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884858.2231274-12852-277643128082474/AnsiballZ_stat.py" <<< 11924 1726884858.28862: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp4g14xxs_" to remote "/root/.ansible/tmp/ansible-tmp-1726884858.2231274-12852-277643128082474/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884858.2231274-12852-277643128082474/AnsiballZ_stat.py" <<< 11924 1726884858.29675: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884858.29719: stderr chunk (state=3): >>><<< 11924 1726884858.29784: stdout chunk (state=3): >>><<< 11924 1726884858.29795: done transferring module to remote 11924 1726884858.29817: _low_level_execute_command(): starting 11924 1726884858.29826: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884858.2231274-12852-277643128082474/ /root/.ansible/tmp/ansible-tmp-1726884858.2231274-12852-277643128082474/AnsiballZ_stat.py && sleep 0' 11924 1726884858.30475: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884858.30488: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884858.30558: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884858.30610: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884858.30629: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884858.30652: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884858.30744: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884858.32547: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884858.32551: stdout chunk (state=3): >>><<< 11924 1726884858.32560: stderr chunk (state=3): >>><<< 11924 1726884858.32660: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884858.32664: _low_level_execute_command(): starting 11924 1726884858.32666: _low_level_execute_command(): using become for this command 11924 1726884858.32670: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ejuotihlmvhagfvbixkbpirpajpyxsux ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884858.2231274-12852-277643128082474/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884858.32806: Initial state: awaiting_escalation: BECOME-SUCCESS-ejuotihlmvhagfvbixkbpirpajpyxsux 11924 1726884858.33280: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884858.33443: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884858.33475: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884858.33574: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884858.36668: stdout chunk (state=1): >>>BECOME-SUCCESS-ejuotihlmvhagfvbixkbpirpajpyxsux <<< 11924 1726884858.36683: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ejuotihlmvhagfvbixkbpirpajpyxsux' 11924 1726884858.36990: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884858.37028: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884858.37064: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884858.37071: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884858.37133: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884858.37139: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884858.37172: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884858.37206: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884858.37210: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884858.37233: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884858.37238: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884858.37297: 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' <<< 11924 1726884858.37316: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884858.37340: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884858.37383: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884858.37406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884858.37416: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edf103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ededfa10> <<< 11924 1726884858.37454: 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' <<< 11924 1726884858.37465: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edf12960> <<< 11924 1726884858.37492: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884858.37518: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884858.37525: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884858.37541: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884858.37580: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884858.37671: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884858.37699: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884858.37706: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884858.37731: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884858.37748: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884858.37756: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884858.37780: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884858.37783: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884858.37802: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884858.37833: 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 <<< 11924 1726884858.37840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884858.37863: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edce4fe0> <<< 11924 1726884858.37917: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884858.37940: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884858.37943: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edce5fd0> <<< 11924 1726884858.37972: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884858.38002: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884858.38233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884858.38241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884858.38273: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884858.38277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884858.38303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884858.38343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884858.38368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884858.38392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884858.38406: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd23ec0> <<< 11924 1726884858.38422: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884858.38446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884858.38475: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884858.38478: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd23f80> <<< 11924 1726884858.38495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884858.38528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884858.38554: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884858.38604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884858.38620: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884858.38660: 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 0x7f71edd5b860> <<< 11924 1726884858.38728: 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 0x7f71edd5bef0> import '_collections' # <<< 11924 1726884858.38861: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd3bb60> import '_functools' # <<< 11924 1726884858.38864: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd392b0> <<< 11924 1726884858.38924: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd21070> <<< 11924 1726884858.39000: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884858.39037: 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 <<< 11924 1726884858.39065: 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 0x7f71edd7f860> <<< 11924 1726884858.39096: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd7e480> <<< 11924 1726884858.39122: 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 0x7f71edd3a180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd7cbc0> <<< 11924 1726884858.39173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884858.39213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddb08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd202f0> <<< 11924 1726884858.39251: 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' <<< 11924 1726884858.39305: 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 0x7f71eddb0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddb0c50> <<< 11924 1726884858.39344: 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 0x7f71eddb1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd1ee10> <<< 11924 1726884858.39358: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884858.39444: 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 0x7f71eddb1670> <<< 11924 1726884858.39462: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddb1370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 11924 1726884858.39495: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddb2540> <<< 11924 1726884858.39516: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884858.39538: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884858.39606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884858.39618: 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 0x7f71eddc8740> import 'errno' # <<< 11924 1726884858.39663: 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 0x7f71eddc9e80> <<< 11924 1726884858.39689: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884858.39721: 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 <<< 11924 1726884858.39732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddcacf0> <<< 11924 1726884858.39776: 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 0x7f71eddcb320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddca270> <<< 11924 1726884858.39810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884858.39821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884858.39865: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884858.39885: 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 0x7f71eddcbda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddcb4d0> <<< 11924 1726884858.39919: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddb24b0> <<< 11924 1726884858.39945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884858.39965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884858.40006: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884858.40018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884858.40052: 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 0x7f71edb4fc50> <<< 11924 1726884858.40079: 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' <<< 11924 1726884858.40106: 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' <<< 11924 1726884858.40143: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71edb787a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edb78500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71edb787d0> <<< 11924 1726884858.40176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884858.40187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884858.40254: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884858.40403: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71edb79100> <<< 11924 1726884858.40532: 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 0x7f71edb79a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edb789b0> <<< 11924 1726884858.40565: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edb4ddf0> <<< 11924 1726884858.40590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884858.40606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884858.40643: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884858.40677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edb7ae10> <<< 11924 1726884858.40681: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edb79b80> <<< 11924 1726884858.40717: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddb2c60> <<< 11924 1726884858.40720: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884858.40796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884858.40810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884858.40840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884858.40872: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edba7170> <<< 11924 1726884858.40937: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884858.40940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884858.40984: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884858.40987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884858.41041: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edbcf500> <<< 11924 1726884858.41048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884858.41100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884858.41147: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884858.41180: 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 0x7f71edc28320> <<< 11924 1726884858.41198: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884858.41230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884858.41249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884858.41294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884858.41381: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edc2aa80> <<< 11924 1726884858.41464: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edc28440> <<< 11924 1726884858.41497: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edbf5310> <<< 11924 1726884858.41549: 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 0x7f71ed529430> <<< 11924 1726884858.41553: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edbce330> <<< 11924 1726884858.41571: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edb7bd40> <<< 11924 1726884858.41679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884858.41690: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f71edbce690> <<< 11924 1726884858.41892: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_zz5f5icp/ansible_stat_payload.zip' <<< 11924 1726884858.41906: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.42022: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.42052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884858.42069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884858.42107: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884858.42184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884858.42219: 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' <<< 11924 1726884858.42235: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed57f140> import '_typing' # <<< 11924 1726884858.42418: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed55e030> <<< 11924 1726884858.42439: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed55d190> # zipimport: zlib available <<< 11924 1726884858.42473: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884858.42511: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884858.42514: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884858.42532: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.43953: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.45093: 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 0x7f71ed57d010> <<< 11924 1726884858.45117: 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' <<< 11924 1726884858.45146: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884858.45172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884858.45222: 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' <<< 11924 1726884858.45225: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884858.45235: 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 0x7f71ed5a6ae0> <<< 11924 1726884858.45263: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed5a6870> <<< 11924 1726884858.45302: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed5a6180> <<< 11924 1726884858.45325: 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' <<< 11924 1726884858.45372: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed5a65d0> <<< 11924 1726884858.45382: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed57fdd0> import 'atexit' # <<< 11924 1726884858.45424: 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 0x7f71ed5a77d0> <<< 11924 1726884858.45457: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884858.45471: 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 0x7f71ed5a7a10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884858.45539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884858.45542: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884858.45581: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed5a7f50> import 'pwd' # <<< 11924 1726884858.45611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884858.45643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884858.45676: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed415ca0> <<< 11924 1726884858.45716: 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 0x7f71ed4173e0> <<< 11924 1726884858.45732: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884858.45763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884858.45798: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed4181d0> <<< 11924 1726884858.45811: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884858.45838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884858.45869: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed419340> <<< 11924 1726884858.45887: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884858.45927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884858.45952: 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' <<< 11924 1726884858.46002: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed41be30> <<< 11924 1726884858.46047: 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 0x7f71eddcac60> <<< 11924 1726884858.46062: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed41a0f0> <<< 11924 1726884858.46086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884858.46111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884858.46138: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884858.46149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 11924 1726884858.46174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884858.46210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884858.46223: 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' <<< 11924 1726884858.46247: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed423ce0> import '_tokenize' # <<< 11924 1726884858.46325: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed4227b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed422510> <<< 11924 1726884858.46347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884858.46363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884858.46425: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed422a80> <<< 11924 1726884858.46460: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed41a570> <<< 11924 1726884858.46485: 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 0x7f71ed467fb0> <<< 11924 1726884858.46526: 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 0x7f71ed468170> <<< 11924 1726884858.46566: 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 <<< 11924 1726884858.46569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884858.46581: 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' <<< 11924 1726884858.46625: 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 0x7f71ed469c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed4699d0> <<< 11924 1726884858.46650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884858.46770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884858.46825: 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 0x7f71ed46c170> <<< 11924 1726884858.46864: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed46a2d0> <<< 11924 1726884858.46867: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884858.46889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884858.46927: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884858.46940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884858.46987: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed46f950> <<< 11924 1726884858.47110: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed46c320> <<< 11924 1726884858.47174: stdout 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 0x7f71ed470470> <<< 11924 1726884858.47210: stdout 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 0x7f71ed470830> <<< 11924 1726884858.47253: stdout 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 0x7f71ed470800> <<< 11924 1726884858.47283: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed468350> <<< 11924 1726884858.47325: 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' <<< 11924 1726884858.47339: 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' <<< 11924 1726884858.47365: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884858.47392: 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 0x7f71ed4fc1a0> <<< 11924 1726884858.47553: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884858.47566: 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 0x7f71ed4fd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed472930> <<< 11924 1726884858.47605: 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 0x7f71ed473ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed472570> <<< 11924 1726884858.47640: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884858.47662: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.47749: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.47848: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.47864: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884858.47900: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884858.47921: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.48027: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.48154: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.48704: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.49260: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884858.49290: 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' # <<< 11924 1726884858.49313: 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' <<< 11924 1726884858.49364: 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 0x7f71ed3017c0> <<< 11924 1726884858.49451: 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' <<< 11924 1726884858.49482: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed302540> <<< 11924 1726884858.49493: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed4fd400> <<< 11924 1726884858.49533: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884858.49559: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.49588: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884858.49739: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.49908: 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 0x7f71ed302240> <<< 11924 1726884858.49929: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.50382: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.50828: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.50903: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.50985: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884858.51029: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.51082: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884858.51085: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.51145: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.51233: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884858.51262: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.51278: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884858.51287: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.51323: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.51370: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884858.51380: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.51599: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.51837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884858.51917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884858.51919: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884858.51988: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed303680> <<< 11924 1726884858.52003: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.52075: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.52157: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884858.52161: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884858.52190: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884858.52234: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.52280: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884858.52291: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.52329: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.52378: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.52432: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.52507: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884858.52570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884858.52641: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71ed30e150> <<< 11924 1726884858.52673: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed309910> <<< 11924 1726884858.52707: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884858.52716: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.52777: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.52840: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.52873: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.52917: stdout chunk (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' <<< 11924 1726884858.52939: 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 <<< 11924 1726884858.52960: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884858.52984: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884858.53045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884858.53068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884858.53083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884858.53145: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed402960> <<< 11924 1726884858.53187: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed5de630> <<< 11924 1726884858.53277: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed30dee0> <<< 11924 1726884858.53280: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed57cc80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884858.53284: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.53319: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.53349: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884858.53402: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884858.53419: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.53436: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.53446: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 11924 1726884858.53460: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.53592: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.53792: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.54683: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/crypttab", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 2097284, "dev": 51714, "nlink": 1, "atime": 1726884763.1972804, "mtime": 1726562394.502, "ctime": 1726562704.141, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "998616235", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ <<< 11924 1726884858.55111: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884858.55159: 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 <<< 11924 1726884858.55249: stdout chunk (state=3): >>># cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery <<< 11924 1726884858.55253: stdout chunk (state=3): >>># cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd <<< 11924 1726884858.55325: 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 <<< 11924 1726884858.55637: 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 <<< 11924 1726884858.55733: stdout chunk (state=3): >>># destroy ntpath # destroy importlib <<< 11924 1726884858.55737: 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 <<< 11924 1726884858.55739: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 11924 1726884858.55743: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884858.55781: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 11924 1726884858.55798: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884858.55820: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884858.55861: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884858.55944: 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 <<< 11924 1726884858.55959: 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 <<< 11924 1726884858.55995: 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 <<< 11924 1726884858.56015: 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 <<< 11924 1726884858.56042: 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 <<< 11924 1726884858.56308: 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 <<< 11924 1726884858.56316: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884858.56416: 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 <<< 11924 1726884858.56445: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884858.56475: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884858.56505: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 11924 1726884858.56685: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 11924 1726884858.57016: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884858.57030: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884858.57088: stderr chunk (state=3): >>><<< 11924 1726884858.57099: stdout chunk (state=3): >>><<< 11924 1726884858.57197: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edf103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ededfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edf12960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edce4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edce5fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd23ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd23f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd5b860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd5bef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd3bb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd392b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd21070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd7f860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd7e480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd3a180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd7cbc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddb08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd202f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71eddb0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddb0c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71eddb1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edd1ee10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddb1670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddb1370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddb2540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddc8740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71eddc9e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddcacf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71eddcb320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddca270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71eddcbda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddcb4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddb24b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71edb4fc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71edb787a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edb78500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71edb787d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71edb79100> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71edb79a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edb789b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edb4ddf0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edb7ae10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edb79b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71eddb2c60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edba7170> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edbcf500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edc28320> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edc2aa80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edc28440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edbf5310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed529430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edbce330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71edb7bd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f71edbce690> # zipimport: found 30 names in '/tmp/ansible_stat_payload_zz5f5icp/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 0x7f71ed57f140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed55e030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed55d190> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed57d010> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71ed5a6ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed5a6870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed5a6180> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed5a65d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed57fdd0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71ed5a77d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71ed5a7a10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed5a7f50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed415ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71ed4173e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed4181d0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed419340> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed41be30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71eddcac60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed41a0f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed423ce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed4227b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed422510> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed422a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed41a570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71ed467fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed468170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71ed469c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed4699d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71ed46c170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed46a2d0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed46f950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed46c320> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71ed470470> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71ed470830> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71ed470800> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed468350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71ed4fc1a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71ed4fd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed472930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71ed473ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed472570> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71ed3017c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed302540> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed4fd400> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed302240> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed303680> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f71ed30e150> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed309910> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed402960> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed5de630> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed30dee0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f71ed57cc80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/crypttab", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 2097284, "dev": 51714, "nlink": 1, "atime": 1726884763.1972804, "mtime": 1726562394.502, "ctime": 1726562704.141, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "998616235", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884858.58015: 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-1726884858.2231274-12852-277643128082474/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884858.58018: _low_level_execute_command(): starting 11924 1726884858.58021: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884858.2231274-12852-277643128082474/ > /dev/null 2>&1 && sleep 0' 11924 1726884858.58495: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884858.58516: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884858.58534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884858.58558: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884858.58578: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884858.58702: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884858.58725: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884858.58810: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884858.60610: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884858.60630: stderr chunk (state=3): >>><<< 11924 1726884858.60636: stdout chunk (state=3): >>><<< 11924 1726884858.60657: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884858.60666: handler run complete 11924 1726884858.60696: attempt loop complete, returning result 11924 1726884858.60701: _execute() done 11924 1726884858.60704: dumping result to json 11924 1726884858.60706: done dumping result, returning 11924 1726884858.60715: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-f4c0-2290-000000000327] 11924 1726884858.60719: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000327 11924 1726884858.60816: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000327 11924 1726884858.60819: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884763.1972804, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726562704.141, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1726562394.502, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "998616235", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 11924 1726884858.60922: no more pending results, returning what we have 11924 1726884858.60925: results queue empty 11924 1726884858.60925: checking for any_errors_fatal 11924 1726884858.60935: done checking for any_errors_fatal 11924 1726884858.60936: checking for max_fail_percentage 11924 1726884858.60937: done checking for max_fail_percentage 11924 1726884858.60938: checking to see if all hosts have failed and the running result is not ok 11924 1726884858.60939: done checking to see if all hosts have failed 11924 1726884858.60939: getting the remaining hosts for this loop 11924 1726884858.60941: done getting the remaining hosts for this loop 11924 1726884858.60945: getting the next task for host managed_node2 11924 1726884858.60951: done getting next task for host managed_node2 11924 1726884858.60957: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 11924 1726884858.60961: ^ 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 11924 1726884858.60971: getting variables 11924 1726884858.60973: in VariableManager get_vars() 11924 1726884858.61004: Calling all_inventory to load vars for managed_node2 11924 1726884858.61006: Calling groups_inventory to load vars for managed_node2 11924 1726884858.61008: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884858.61016: Calling all_plugins_play to load vars for managed_node2 11924 1726884858.61022: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884858.61024: Calling groups_plugins_play to load vars for managed_node2 11924 1726884858.61351: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884858.61685: done with get_vars() 11924 1726884858.61700: done getting variables TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 20 September 2024 22:14:18 -0400 (0:00:00.447) 0:00:23.956 ****** 11924 1726884858.61768: entering _queue_task() for managed_node2/lineinfile 11924 1726884858.61968: worker is 1 (out of 1 available) 11924 1726884858.61981: exiting _queue_task() for managed_node2/lineinfile 11924 1726884858.61994: done queuing things up, now waiting for results queue to drain 11924 1726884858.61996: waiting for pending results... 11924 1726884858.62171: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 11924 1726884858.62244: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000328 11924 1726884858.62257: variable 'ansible_search_path' from source: unknown 11924 1726884858.62261: variable 'ansible_search_path' from source: unknown 11924 1726884858.62451: variable 'blivet_output' from source: set_fact 11924 1726884858.62532: dumping result to json 11924 1726884858.62536: done dumping result, returning 11924 1726884858.62539: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-f4c0-2290-000000000328] 11924 1726884858.62549: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000328 11924 1726884858.62657: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000328 11924 1726884858.62660: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884858.62707: no more pending results, returning what we have 11924 1726884858.62710: results queue empty 11924 1726884858.62711: checking for any_errors_fatal 11924 1726884858.62718: done checking for any_errors_fatal 11924 1726884858.62719: checking for max_fail_percentage 11924 1726884858.62720: done checking for max_fail_percentage 11924 1726884858.62721: checking to see if all hosts have failed and the running result is not ok 11924 1726884858.62722: done checking to see if all hosts have failed 11924 1726884858.62722: getting the remaining hosts for this loop 11924 1726884858.62724: done getting the remaining hosts for this loop 11924 1726884858.62726: getting the next task for host managed_node2 11924 1726884858.62732: done getting next task for host managed_node2 11924 1726884858.62735: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 11924 1726884858.62738: ^ 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 11924 1726884858.62752: getting variables 11924 1726884858.62753: in VariableManager get_vars() 11924 1726884858.62782: Calling all_inventory to load vars for managed_node2 11924 1726884858.62784: Calling groups_inventory to load vars for managed_node2 11924 1726884858.62786: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884858.62792: Calling all_plugins_play to load vars for managed_node2 11924 1726884858.62794: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884858.62795: Calling groups_plugins_play to load vars for managed_node2 11924 1726884858.63552: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884858.64069: done with get_vars() 11924 1726884858.64086: done getting variables TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 20 September 2024 22:14:18 -0400 (0:00:00.024) 0:00:23.980 ****** 11924 1726884858.64186: entering _queue_task() for managed_node2/setup 11924 1726884858.64454: worker is 1 (out of 1 available) 11924 1726884858.64473: exiting _queue_task() for managed_node2/setup 11924 1726884858.64489: done queuing things up, now waiting for results queue to drain 11924 1726884858.64491: waiting for pending results... 11924 1726884858.64858: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Update facts 11924 1726884858.64976: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000032a 11924 1726884858.65023: variable 'ansible_search_path' from source: unknown 11924 1726884858.65029: variable 'ansible_search_path' from source: unknown 11924 1726884858.65082: calling self._execute() 11924 1726884858.65213: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884858.65219: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884858.65221: variable 'omit' from source: magic vars 11924 1726884858.65711: variable 'ansible_check_mode' from source: magic vars 11924 1726884858.65716: Evaluated conditional (not ansible_check_mode): True 11924 1726884858.65728: variable 'omit' from source: magic vars 11924 1726884858.65813: variable 'omit' from source: magic vars 11924 1726884858.65816: variable 'omit' from source: magic vars 11924 1726884858.65883: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884858.65956: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884858.65960: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884858.65963: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884858.65992: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884858.65995: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884858.66014: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884858.66053: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884858.66058: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884858.66062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884858.66229: Set connection var ansible_shell_executable to /bin/sh 11924 1726884858.66233: Set connection var ansible_connection to ssh 11924 1726884858.66235: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884858.66237: Set connection var ansible_timeout to 10 11924 1726884858.66239: Set connection var ansible_pipelining to False 11924 1726884858.66241: Set connection var ansible_shell_type to sh 11924 1726884858.66271: variable 'ansible_shell_executable' from source: unknown 11924 1726884858.66282: variable 'ansible_connection' from source: unknown 11924 1726884858.66286: variable 'ansible_module_compression' from source: unknown 11924 1726884858.66289: variable 'ansible_shell_type' from source: unknown 11924 1726884858.66291: variable 'ansible_shell_executable' from source: unknown 11924 1726884858.66294: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884858.66304: variable 'ansible_pipelining' from source: unknown 11924 1726884858.66308: variable 'ansible_timeout' from source: unknown 11924 1726884858.66315: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884858.66572: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884858.66579: variable 'omit' from source: magic vars 11924 1726884858.66597: starting attempt loop 11924 1726884858.66601: running the handler 11924 1726884858.66628: _low_level_execute_command(): starting 11924 1726884858.66631: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884858.67483: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884858.67541: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884858.67567: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884858.67709: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884858.69346: stdout chunk (state=3): >>>/root <<< 11924 1726884858.69446: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884858.69471: stderr chunk (state=3): >>><<< 11924 1726884858.69474: stdout chunk (state=3): >>><<< 11924 1726884858.69494: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884858.69508: _low_level_execute_command(): starting 11924 1726884858.69514: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884858.6949499-12878-181684222531154 `" && echo ansible-tmp-1726884858.6949499-12878-181684222531154="` echo /root/.ansible/tmp/ansible-tmp-1726884858.6949499-12878-181684222531154 `" ) && sleep 0' 11924 1726884858.69953: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884858.69959: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884858.69969: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884858.69971: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884858.70008: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884858.70012: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884858.70072: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884858.72010: stdout chunk (state=3): >>>ansible-tmp-1726884858.6949499-12878-181684222531154=/root/.ansible/tmp/ansible-tmp-1726884858.6949499-12878-181684222531154 <<< 11924 1726884858.72165: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884858.72168: stdout chunk (state=3): >>><<< 11924 1726884858.72171: stderr chunk (state=3): >>><<< 11924 1726884858.72364: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884858.6949499-12878-181684222531154=/root/.ansible/tmp/ansible-tmp-1726884858.6949499-12878-181684222531154 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884858.72367: variable 'ansible_module_compression' from source: unknown 11924 1726884858.72370: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 11924 1726884858.72584: variable 'ansible_facts' from source: unknown 11924 1726884858.73009: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884858.6949499-12878-181684222531154/AnsiballZ_setup.py 11924 1726884858.73580: Sending initial data 11924 1726884858.73583: Sent initial data (154 bytes) 11924 1726884858.74086: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884858.74176: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884858.74207: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884858.74220: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884858.74242: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884858.74317: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884858.75964: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884858.76100: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884858.76146: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpz9sdzpjj /root/.ansible/tmp/ansible-tmp-1726884858.6949499-12878-181684222531154/AnsiballZ_setup.py <<< 11924 1726884858.76172: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884858.6949499-12878-181684222531154/AnsiballZ_setup.py" <<< 11924 1726884858.76226: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpz9sdzpjj" to remote "/root/.ansible/tmp/ansible-tmp-1726884858.6949499-12878-181684222531154/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884858.6949499-12878-181684222531154/AnsiballZ_setup.py" <<< 11924 1726884858.78250: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884858.78253: stdout chunk (state=3): >>><<< 11924 1726884858.78262: stderr chunk (state=3): >>><<< 11924 1726884858.78265: done transferring module to remote 11924 1726884858.78267: _low_level_execute_command(): starting 11924 1726884858.78269: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884858.6949499-12878-181684222531154/ /root/.ansible/tmp/ansible-tmp-1726884858.6949499-12878-181684222531154/AnsiballZ_setup.py && sleep 0' 11924 1726884858.79190: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884858.79193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884858.79195: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884858.79197: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884858.79199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884858.79205: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884858.79252: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884858.79276: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884858.79352: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884858.81132: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884858.81134: stdout chunk (state=3): >>><<< 11924 1726884858.81136: stderr chunk (state=3): >>><<< 11924 1726884858.81225: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884858.81229: _low_level_execute_command(): starting 11924 1726884858.81231: _low_level_execute_command(): using become for this command 11924 1726884858.81233: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-izdzgsxcxcmcircujskkexycfhotwzuf ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884858.6949499-12878-181684222531154/AnsiballZ_setup.py'"'"' && sleep 0' 11924 1726884858.81479: Initial state: awaiting_escalation: BECOME-SUCCESS-izdzgsxcxcmcircujskkexycfhotwzuf 11924 1726884858.81824: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884858.81944: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884858.81994: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884858.82076: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884858.82159: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884858.82225: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884858.82368: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884858.85269: stdout chunk (state=1): >>>BECOME-SUCCESS-izdzgsxcxcmcircujskkexycfhotwzuf <<< 11924 1726884858.85289: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-izdzgsxcxcmcircujskkexycfhotwzuf' 11924 1726884858.85690: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884858.85732: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884858.85796: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # <<< 11924 1726884858.85812: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884858.85830: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884858.85842: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884858.85904: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884858.85929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 11924 1726884858.85945: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884858.85987: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884858.86020: 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 0x7f57c65083e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c64d7a10> <<< 11924 1726884858.86061: 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' <<< 11924 1726884858.86095: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c650a960> <<< 11924 1726884858.86129: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884858.86132: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884858.86144: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884858.86366: stdout chunk (state=3): >>>import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # <<< 11924 1726884858.86445: 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' <<< 11924 1726884858.86473: 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 0x7f57c62bcfe0> <<< 11924 1726884858.86591: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884858.86595: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c62bdfd0> <<< 11924 1726884858.86663: 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. <<< 11924 1726884858.87044: 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' <<< 11924 1726884858.87110: 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 <<< 11924 1726884858.87173: 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 0x7f57c62fbec0> <<< 11924 1726884858.87189: 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' <<< 11924 1726884858.87219: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c62fbf80> <<< 11924 1726884858.87238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884858.87285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884858.87323: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884858.87420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 11924 1726884858.87459: 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 0x7f57c6333860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6333ef0> import '_collections' # <<< 11924 1726884858.87562: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6313b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c63112b0> <<< 11924 1726884858.87715: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c62f9070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884858.87766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884858.87770: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884858.87805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884858.87839: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6357860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6356480> <<< 11924 1726884858.87858: 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 0x7f57c6312180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6354bc0> <<< 11924 1726884858.88038: 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 0x7f57c63888f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c62f82f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884858.88067: 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 0x7f57c6388da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6388c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c6389010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c62f6e10> <<< 11924 1726884858.88088: 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' <<< 11924 1726884858.88111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884858.88173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6389670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6389370> import 'importlib.machinery' # <<< 11924 1726884858.88261: 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 0x7f57c638a540> import 'importlib.util' # <<< 11924 1726884858.88354: 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 0x7f57c63a0740> <<< 11924 1726884858.88399: 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 0x7f57c63a1e80> <<< 11924 1726884858.88520: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c63a2cf0> <<< 11924 1726884858.88578: 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 0x7f57c63a3320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c63a2270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884858.88624: 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 0x7f57c63a3da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c63a34d0> <<< 11924 1726884858.88645: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c638a4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884858.88672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884858.88761: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884858.88795: 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 0x7f57c6097c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884858.88888: 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 0x7f57c60c07a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c60c0500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c60c07d0> <<< 11924 1726884858.88956: 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' <<< 11924 1726884858.89007: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884858.89111: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c60c1100> <<< 11924 1726884858.89240: 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 0x7f57c60c1a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c60c09b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6095df0> <<< 11924 1726884858.89347: 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' <<< 11924 1726884858.89379: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c60c2de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c60c1b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c638ac60> <<< 11924 1726884858.89444: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884858.89481: 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 <<< 11924 1726884858.89522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884858.89572: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c60ef140> <<< 11924 1726884858.89591: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884858.89623: 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' <<< 11924 1726884858.89681: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6117530> <<< 11924 1726884858.89736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884858.89801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884858.89910: 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 0x7f57c6170350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884858.89941: 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 <<< 11924 1726884858.89996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884858.90097: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6172ab0> <<< 11924 1726884858.90202: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6170470> <<< 11924 1726884858.90206: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c613d340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5f75430> <<< 11924 1726884858.90268: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6116330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c60c3d10> <<< 11924 1726884858.90413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f57c6116690> <<< 11924 1726884858.90677: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_wvs7rq1s/ansible_setup_payload.zip' <<< 11924 1726884858.90680: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.90793: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.90845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884858.90848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884858.90921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884858.91007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884858.91020: 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 0x7f57c5fdf140> import '_typing' # <<< 11924 1726884858.91207: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5fbe030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5fbd190> # zipimport: zlib available <<< 11924 1726884858.91252: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884858.91257: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.91302: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.91305: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884858.91315: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.92738: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.93767: 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 0x7f57c5fdcfe0> <<< 11924 1726884858.93807: 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' <<< 11924 1726884858.93830: 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' <<< 11924 1726884858.93865: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884858.93875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884858.93930: 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 0x7f57c600ea80> <<< 11924 1726884858.93982: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c600e810> <<< 11924 1726884858.94033: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c600e150> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884858.94102: 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 0x7f57c600e570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5fdfb60> import 'atexit' # <<< 11924 1726884858.94107: 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 0x7f57c600f800> <<< 11924 1726884858.94164: 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 0x7f57c600fa40> <<< 11924 1726884858.94190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884858.94236: 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 0x7f57c600ff80> <<< 11924 1726884858.94259: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884858.94288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884858.94328: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5931d90> <<< 11924 1726884858.94394: 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 0x7f57c59339b0> <<< 11924 1726884858.94425: 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' <<< 11924 1726884858.94456: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5934380> <<< 11924 1726884858.94494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884858.94497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884858.94553: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5935520> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884858.94601: 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 <<< 11924 1726884858.94605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884858.94638: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5937fb0> <<< 11924 1726884858.94690: 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 0x7f57c593c0e0> <<< 11924 1726884858.94745: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5936270> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884858.94787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884858.94790: 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' <<< 11924 1726884858.94834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884858.94929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884858.94933: 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' <<< 11924 1726884858.94962: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c593fe90> import '_tokenize' # <<< 11924 1726884858.95025: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c593e960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c593e6f0> <<< 11924 1726884858.95051: 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' <<< 11924 1726884858.95165: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c593ec30> <<< 11924 1726884858.95193: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5936780> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c5983ec0> <<< 11924 1726884858.95218: 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 0x7f57c59841a0> <<< 11924 1726884858.95253: 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 <<< 11924 1726884858.95275: 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' <<< 11924 1726884858.95306: 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 0x7f57c5985c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c59859d0> <<< 11924 1726884858.95323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884858.95362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884858.95424: 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 0x7f57c59881a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c59862d0> <<< 11924 1726884858.95427: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884858.95511: 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' # <<< 11924 1726884858.95561: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c598b890> <<< 11924 1726884858.95678: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5988260> <<< 11924 1726884858.95737: stdout 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 0x7f57c598c680> <<< 11924 1726884858.95768: stdout 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 0x7f57c598caa0> <<< 11924 1726884858.95813: stdout 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 0x7f57c598cb30> <<< 11924 1726884858.95846: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c59842c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 11924 1726884858.95887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884858.95890: 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' <<< 11924 1726884858.95924: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884858.95940: 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 0x7f57c58181a0> <<< 11924 1726884858.96111: 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 0x7f57c58195b0> <<< 11924 1726884858.96140: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c598e960> <<< 11924 1726884858.96171: 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 0x7f57c598fce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c598e570> <<< 11924 1726884858.96186: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884858.96210: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.96286: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.96381: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884858.96433: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.96438: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.96451: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884858.96561: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.96708: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.97215: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.97745: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884858.97765: 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' # <<< 11924 1726884858.97792: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884858.97798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884858.97851: 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 0x7f57c581d580> <<< 11924 1726884858.97930: 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' <<< 11924 1726884858.97958: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c581e330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5819430> <<< 11924 1726884858.98023: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884858.98027: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.98064: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884858.98087: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.98238: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.98384: 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 0x7f57c581e150> <<< 11924 1726884858.98401: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.98846: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.99310: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.99384: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.99571: 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 <<< 11924 1726884858.99614: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.99684: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884858.99710: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.99736: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884858.99797: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884858.99840: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884859.00065: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.00280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884859.00342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884859.00354: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884859.00421: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c581f470> <<< 11924 1726884859.00471: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.00512: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.00588: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884859.00611: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884859.00626: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.00674: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.00734: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884859.00753: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.00774: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.00818: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.01032: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.01035: stdout chunk (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' <<< 11924 1726884859.01068: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c5829ee0> <<< 11924 1726884859.01101: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5827ec0> <<< 11924 1726884859.01124: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884859.01384: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884859.01409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884859.01466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884859.01494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884859.01509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884859.01610: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5902570> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c59f6240> <<< 11924 1726884859.01684: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c581c530> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c598e030> <<< 11924 1726884859.01709: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884859.01728: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.01813: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884859.01842: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884859.01869: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 11924 1726884859.01932: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884859.02013: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.02029: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.02125: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884859.02137: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.02167: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.02224: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 11924 1726884859.02291: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.02361: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.02383: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.02421: 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 <<< 11924 1726884859.02472: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 11924 1726884859.02511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884859.02568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884859.02592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884859.02647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884859.02669: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884859.02681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884859.02705: 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 0x7f57c55063f0> <<< 11924 1726884859.02730: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5505820> <<< 11924 1726884859.02795: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5504200> <<< 11924 1726884859.03012: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c58ba240> <<< 11924 1726884859.03082: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c58b81a0> import 'ansible.module_utils.compat.typing' # <<< 11924 1726884859.03106: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.03280: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.03446: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.03489: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.03551: 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' <<< 11924 1726884859.03582: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 11924 1726884859.03606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 11924 1726884859.03654: 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' <<< 11924 1726884859.03659: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c58baba0> <<< 11924 1726884859.03681: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 11924 1726884859.03713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 11924 1726884859.03716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884859.03746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884859.03781: 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' <<< 11924 1726884859.03800: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5570620> <<< 11924 1726884859.03823: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884859.03849: 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 0x7f57c5570920> <<< 11924 1726884859.03904: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5547950> <<< 11924 1726884859.03917: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c55173b0> <<< 11924 1726884859.03949: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c58a1670> <<< 11924 1726884859.03995: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c58a0f20> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 11924 1726884859.04143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c5573530> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5572de0> <<< 11924 1726884859.04208: 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 0x7f57c5572fc0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5572210> <<< 11924 1726884859.04459: 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' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5573710> <<< 11924 1726884859.04490: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # 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 0x7f57c537a300> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c53782f0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c58a1370> 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 <<< 11924 1726884859.04778: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884859.04782: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # <<< 11924 1726884859.04887: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # <<< 11924 1726884859.04911: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.04943: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.04987: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 11924 1726884859.05010: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.05062: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.05227: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884859.05252: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 11924 1726884859.05745: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.06188: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 11924 1726884859.06241: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.06300: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.06332: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.06364: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 11924 1726884859.06415: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884859.06461: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 11924 1726884859.06474: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.06563: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.06584: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available <<< 11924 1726884859.06675: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.06688: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884859.06773: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 11924 1726884859.06785: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.06812: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.06896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884859.06982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c537a600> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884859.06986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884859.07159: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c537b230> import 'ansible.module_utils.facts.system.local' # <<< 11924 1726884859.07163: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.07189: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.07284: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 11924 1726884859.07375: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.07465: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 11924 1726884859.07538: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.07566: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.07716: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 11924 1726884859.07720: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.07745: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884859.07765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884859.07851: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884859.07893: 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 0x7f57c53b26f0> <<< 11924 1726884859.08087: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c539e3c0> import 'ansible.module_utils.facts.system.python' # <<< 11924 1726884859.08149: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.08178: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.08242: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 11924 1726884859.08369: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.08394: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.08512: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.08662: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 11924 1726884859.08678: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.08738: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.08821: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 11924 1726884859.08838: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.08911: 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' <<< 11924 1726884859.08957: 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 0x7f57c53ca420> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c53ca390> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available <<< 11924 1726884859.09117: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884859.09121: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 11924 1726884859.09138: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.09281: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.09374: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 11924 1726884859.09517: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.09778: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884859.09782: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.09894: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.10036: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 11924 1726884859.10059: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 11924 1726884859.10172: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.10300: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 11924 1726884859.10315: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.10357: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.10383: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.10961: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.11468: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 11924 1726884859.11491: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 11924 1726884859.11590: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.11699: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 11924 1726884859.11805: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.11902: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 11924 1726884859.11924: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.12078: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.12228: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available <<< 11924 1726884859.12261: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 11924 1726884859.12290: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.12318: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.12369: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 11924 1726884859.12516: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.12573: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.12777: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.12984: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 11924 1726884859.13089: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # <<< 11924 1726884859.13096: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.13113: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.13264: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 11924 1726884859.13294: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # <<< 11924 1726884859.13320: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.13339: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.13365: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 11924 1726884859.13383: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.13425: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.13497: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 11924 1726884859.13562: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.13621: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 11924 1726884859.13634: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.13895: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.14182: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 11924 1726884859.14300: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # <<< 11924 1726884859.14303: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.14330: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.14505: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 11924 1726884859.14509: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884859.14528: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 11924 1726884859.14551: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.14615: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.14712: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available <<< 11924 1726884859.14736: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 11924 1726884859.14838: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884859.14841: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 11924 1726884859.14872: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.14908: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.14961: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884859.15033: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.15159: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.15173: 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 <<< 11924 1726884859.15223: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.15271: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 11924 1726884859.15294: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.15685: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 11924 1726884859.15733: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.15778: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 11924 1726884859.15808: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.15837: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.15884: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 11924 1726884859.16031: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884859.16065: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 11924 1726884859.16087: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.16165: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.16261: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 11924 1726884859.16280: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 11924 1726884859.16358: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884859.17527: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 11924 1726884859.17558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 11924 1726884859.17584: 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' <<< 11924 1726884859.17618: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884859.17649: 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 0x7f57c53f7c50> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c53f4ad0> <<< 11924 1726884859.17703: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c53f4d40> <<< 11924 1726884859.32858: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 11924 1726884859.32873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 11924 1726884859.32881: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5439a60> <<< 11924 1726884859.32913: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 11924 1726884859.32930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 11924 1726884859.32951: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c543a840> <<< 11924 1726884859.33019: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 11924 1726884859.33036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884859.33054: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py <<< 11924 1726884859.33078: 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 0x7f57c543cfb0> <<< 11924 1726884859.33093: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c543caa0> <<< 11924 1726884859.33329: 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 <<< 11924 1726884859.33611: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame<<< 11924 1726884859.33700: 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 <<< 11924 1726884859.57578: stdout chunk (state=3): >>> {"ansible_facts": {"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_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_is_chroot": false, "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_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-izdzgsxcxcmcircujskkexycfhotwzuf ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884858.6949499-12878-181684222531154/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_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_loadavg": {"1m": 0.6953125, "5m": 0.51513671875, "15m": 0.2451171875}, "ansible_apparmor": {"status": "disabled"}, "ansible_fips": false, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_lsb": {}, "ansible_service_mgr": "systemd", "ansible_local": {}, "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, "ansib<<< 11924 1726884859.57613: stdout chunk (state=3): >>>le_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 2766, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 765, "free": 2766}, "nocache": {"free": 3286, "used": 245}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "su<<< 11924 1726884859.57621: stdout chunk (state=3): >>>pport_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "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-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"], "uuids": ["0f3fb490-f569-46ef-8fef-9eeb08e031a3"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "10485760", "sectorsize": "512", "size": "5.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": ["dm-0"]}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": ["foo-test1"]}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "dm-0": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "dm-0": ["0f3fb490-f569-46ef-8fef-9eeb08e031a3"]}, "labels": {}, "masters": {"sda": ["dm-0"]}}, "ansible_uptime_seconds": 304, "ansible_lvm": {"lvs": {"test1": {"size_g": "5<<< 11924 1726884859.57628: stdout chunk (state=3): >>>.00", "vg": "foo"}}, "vgs": {"foo": {"size_g": "9.99", "free_g": "4.99", "num_lvs": "1", "num_pvs": "1"}}, "pvs": {"/dev/sda": {"size_g": "9.99", "free_g": "4.99", "vg": "foo"}}}, "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": 261614522368, "block_size": 4096, "block_total": 65519099, "block_available": 63870733, "block_used": 1648366, "inode_total": 131070960, "inode_available": 131027189, "inode_used": 43771, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}, {"mount": "/opt/test1", "device": "/dev/mapper/foo-test1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 5301600256, "size_available": 5166194688, "block_size": 4096, "block_total": 1294336, "block_available": 1261278, "block_used": 33058, "inode_total": 2621440, "inode_available": 2621437, "inode_used": 3, "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3"}], "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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_<<< 11924 1726884859.57686: stdout chunk (state=3): >>>hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "14", "second": "19", "epoch": "1726884859", "epoch_int": "1726884859", "date": "2024-09-20", "time": "22:14:19", "iso8601_micro": "2024-09-21T02:14:19.569812Z", "iso8601": "2024-09-21T02:14:19Z", "iso8601_basic": "20240920T221419569812", "iso8601_basic_short": "20240920T221419", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_fibre_channel_wwn": [], "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 11924 1726884859.58167: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884859.58222: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 11924 1726884859.58246: stdout chunk (state=3): >>># clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site <<< 11924 1726884859.58405: stdout chunk (state=3): >>># cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # 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 <<< 11924 1726884859.58464: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd <<< 11924 1726884859.58493: 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 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 <<< 11924 1726884859.58827: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884859.58895: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 11924 1726884859.58901: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884859.58928: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884859.58978: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884859.58983: stdout chunk (state=3): >>># destroy zipimport <<< 11924 1726884859.59007: 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 <<< 11924 1726884859.59035: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884859.59083: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884859.59095: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 11924 1726884859.59142: 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 <<< 11924 1726884859.59179: stdout chunk (state=3): >>># destroy signal # destroy pickle # destroy _compat_pickle <<< 11924 1726884859.59201: stdout chunk (state=3): >>># destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors <<< 11924 1726884859.59240: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 11924 1726884859.59277: stdout chunk (state=3): >>># destroy datetime # destroy subprocess # destroy base64 <<< 11924 1726884859.59327: stdout chunk (state=3): >>># destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json <<< 11924 1726884859.59345: 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 <<< 11924 1726884859.59373: 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 <<< 11924 1726884859.59431: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token <<< 11924 1726884859.59469: 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 <<< 11924 1726884859.59504: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading <<< 11924 1726884859.59553: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 11924 1726884859.59574: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 11924 1726884859.59621: 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 # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 11924 1726884859.59632: 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 <<< 11924 1726884859.59794: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884859.59809: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884859.59853: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884859.59936: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884859.59980: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 11924 1726884859.60026: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884859.60105: 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 <<< 11924 1726884859.60293: stdout chunk (state=3): >>># 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 <<< 11924 1726884859.61220: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884859.61224: stdout chunk (state=3): >>><<< 11924 1726884859.61226: stderr chunk (state=3): >>><<< 11924 1726884859.61917: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c65083e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c64d7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c650a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c62bcfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c62bdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c62fbec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c62fbf80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6333860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6333ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6313b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c63112b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c62f9070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6357860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6356480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6312180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6354bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c63888f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c62f82f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c6388da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6388c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c6389010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c62f6e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6389670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6389370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c638a540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c63a0740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c63a1e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c63a2cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c63a3320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c63a2270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c63a3da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c63a34d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c638a4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c6097c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c60c07a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c60c0500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c60c07d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c60c1100> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c60c1a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c60c09b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6095df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c60c2de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c60c1b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c638ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c60ef140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6117530> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6170350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6172ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6170470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c613d340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5f75430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c6116330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c60c3d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f57c6116690> # zipimport: found 103 names in '/tmp/ansible_setup_payload_wvs7rq1s/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 0x7f57c5fdf140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5fbe030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5fbd190> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5fdcfe0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c600ea80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c600e810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c600e150> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c600e570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5fdfb60> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c600f800> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c600fa40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c600ff80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5931d90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c59339b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5934380> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5935520> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5937fb0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c593c0e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5936270> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c593fe90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c593e960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c593e6f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c593ec30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5936780> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c5983ec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c59841a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c5985c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c59859d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c59881a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c59862d0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c598b890> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5988260> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c598c680> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c598caa0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c598cb30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c59842c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c58181a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c58195b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c598e960> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c598fce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c598e570> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c581d580> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c581e330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5819430> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c581e150> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c581f470> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57c5829ee0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5827ec0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5902570> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c59f6240> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c581c530> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c598e030> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f57c55063f0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5505820> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5504200> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c58ba240> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c58b81a0> 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 0x7f57c58baba0> # /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 0x7f57c5570620> # 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 0x7f57c5570920> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5547950> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c55173b0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c58a1670> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c58a0f20> # /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 0x7f57c5573530> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5572de0> # 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 0x7f57c5572fc0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c5572210> # /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 0x7f57c5573710> # /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 0x7f57c537a300> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c53782f0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c58a1370> 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 0x7f57c537a600> # /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 0x7f57c537b230> 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 0x7f57c53b26f0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c539e3c0> 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 0x7f57c53ca420> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c53ca390> 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 0x7f57c53f7c50> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c53f4ad0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c53f4d40> # /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 0x7f57c5439a60> # /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 0x7f57c543a840> # /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 0x7f57c543cfb0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57c543caa0> 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_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_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_is_chroot": false, "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_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-izdzgsxcxcmcircujskkexycfhotwzuf ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884858.6949499-12878-181684222531154/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_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_loadavg": {"1m": 0.6953125, "5m": 0.51513671875, "15m": 0.2451171875}, "ansible_apparmor": {"status": "disabled"}, "ansible_fips": false, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_lsb": {}, "ansible_service_mgr": "systemd", "ansible_local": {}, "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": 2766, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 765, "free": 2766}, "nocache": {"free": 3286, "used": 245}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "dm-0": {"virtual": 1, "links": {"ids": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"], "uuids": ["0f3fb490-f569-46ef-8fef-9eeb08e031a3"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "10485760", "sectorsize": "512", "size": "5.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": ["dm-0"]}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": ["foo-test1"]}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "dm-0": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "dm-0": ["0f3fb490-f569-46ef-8fef-9eeb08e031a3"]}, "labels": {}, "masters": {"sda": ["dm-0"]}}, "ansible_uptime_seconds": 304, "ansible_lvm": {"lvs": {"test1": {"size_g": "5.00", "vg": "foo"}}, "vgs": {"foo": {"size_g": "9.99", "free_g": "4.99", "num_lvs": "1", "num_pvs": "1"}}, "pvs": {"/dev/sda": {"size_g": "9.99", "free_g": "4.99", "vg": "foo"}}}, "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": 261614522368, "block_size": 4096, "block_total": 65519099, "block_available": 63870733, "block_used": 1648366, "inode_total": 131070960, "inode_available": 131027189, "inode_used": 43771, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}, {"mount": "/opt/test1", "device": "/dev/mapper/foo-test1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 5301600256, "size_available": 5166194688, "block_size": 4096, "block_total": 1294336, "block_available": 1261278, "block_used": 33058, "inode_total": 2621440, "inode_available": 2621437, "inode_used": 3, "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3"}], "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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "14", "second": "19", "epoch": "1726884859", "epoch_int": "1726884859", "date": "2024-09-20", "time": "22:14:19", "iso8601_micro": "2024-09-21T02:14:19.569812Z", "iso8601": "2024-09-21T02:14:19Z", "iso8601_basic": "20240920T221419569812", "iso8601_basic_short": "20240920T221419", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_fibre_channel_wwn": [], "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884859.65452: 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-1726884858.6949499-12878-181684222531154/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884859.65459: _low_level_execute_command(): starting 11924 1726884859.65462: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884858.6949499-12878-181684222531154/ > /dev/null 2>&1 && sleep 0' 11924 1726884859.65619: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884859.65623: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884859.65738: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884859.65959: 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 <<< 11924 1726884859.67683: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884859.67739: stderr chunk (state=3): >>><<< 11924 1726884859.67757: stdout chunk (state=3): >>><<< 11924 1726884859.67961: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884859.67965: handler run complete 11924 1726884859.68030: variable 'ansible_facts' from source: unknown 11924 1726884859.68205: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884859.68745: variable 'ansible_facts' from source: unknown 11924 1726884859.68896: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884859.69112: attempt loop complete, returning result 11924 1726884859.69123: _execute() done 11924 1726884859.69130: dumping result to json 11924 1726884859.69195: done dumping result, returning 11924 1726884859.69210: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-f4c0-2290-00000000032a] 11924 1726884859.69220: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000032a ok: [managed_node2] 11924 1726884859.70516: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000032a 11924 1726884859.70519: WORKER PROCESS EXITING 11924 1726884859.70531: no more pending results, returning what we have 11924 1726884859.70534: results queue empty 11924 1726884859.70535: checking for any_errors_fatal 11924 1726884859.70541: done checking for any_errors_fatal 11924 1726884859.70542: checking for max_fail_percentage 11924 1726884859.70546: done checking for max_fail_percentage 11924 1726884859.70547: checking to see if all hosts have failed and the running result is not ok 11924 1726884859.70548: done checking to see if all hosts have failed 11924 1726884859.70549: getting the remaining hosts for this loop 11924 1726884859.70550: done getting the remaining hosts for this loop 11924 1726884859.70559: getting the next task for host managed_node2 11924 1726884859.70570: done getting next task for host managed_node2 11924 1726884859.70572: ^ task is: TASK: meta (role_complete) 11924 1726884859.70575: ^ 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 11924 1726884859.70586: getting variables 11924 1726884859.70588: in VariableManager get_vars() 11924 1726884859.70624: Calling all_inventory to load vars for managed_node2 11924 1726884859.70627: Calling groups_inventory to load vars for managed_node2 11924 1726884859.70630: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884859.70642: Calling all_plugins_play to load vars for managed_node2 11924 1726884859.70649: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884859.70653: Calling groups_plugins_play to load vars for managed_node2 11924 1726884859.71188: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884859.71870: done with get_vars() 11924 1726884859.71887: done getting variables 11924 1726884859.71973: done queuing things up, now waiting for results queue to drain 11924 1726884859.71975: results queue empty 11924 1726884859.71976: checking for any_errors_fatal 11924 1726884859.71980: done checking for any_errors_fatal 11924 1726884859.71981: checking for max_fail_percentage 11924 1726884859.71982: done checking for max_fail_percentage 11924 1726884859.71983: checking to see if all hosts have failed and the running result is not ok 11924 1726884859.71983: done checking to see if all hosts have failed 11924 1726884859.71984: getting the remaining hosts for this loop 11924 1726884859.71985: done getting the remaining hosts for this loop 11924 1726884859.71987: getting the next task for host managed_node2 11924 1726884859.71992: done getting next task for host managed_node2 11924 1726884859.71994: ^ task is: TASK: Verify role results 11924 1726884859.71996: ^ 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 11924 1726884859.72003: getting variables 11924 1726884859.72004: in VariableManager get_vars() 11924 1726884859.72014: Calling all_inventory to load vars for managed_node2 11924 1726884859.72017: Calling groups_inventory to load vars for managed_node2 11924 1726884859.72019: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884859.72023: Calling all_plugins_play to load vars for managed_node2 11924 1726884859.72030: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884859.72033: Calling groups_plugins_play to load vars for managed_node2 11924 1726884859.72513: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884859.73176: done with get_vars() 11924 1726884859.73196: done getting variables TASK [Verify role results] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml:45 Friday 20 September 2024 22:14:19 -0400 (0:00:01.091) 0:00:25.071 ****** 11924 1726884859.73301: entering _queue_task() for managed_node2/include_tasks 11924 1726884859.73703: worker is 1 (out of 1 available) 11924 1726884859.73721: exiting _queue_task() for managed_node2/include_tasks 11924 1726884859.73732: done queuing things up, now waiting for results queue to drain 11924 1726884859.73734: waiting for pending results... 11924 1726884859.74038: running TaskExecutor() for managed_node2/TASK: Verify role results 11924 1726884859.74161: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000000a 11924 1726884859.74210: variable 'ansible_search_path' from source: unknown 11924 1726884859.74238: calling self._execute() 11924 1726884859.74340: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884859.74430: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884859.74436: variable 'omit' from source: magic vars 11924 1726884859.74496: _execute() done 11924 1726884859.74504: dumping result to json 11924 1726884859.74512: done dumping result, returning 11924 1726884859.74525: done running TaskExecutor() for managed_node2/TASK: Verify role results [0affc8a3-6f6f-f4c0-2290-00000000000a] 11924 1726884859.74551: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000000a 11924 1726884859.74794: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000000a 11924 1726884859.74797: WORKER PROCESS EXITING 11924 1726884859.74836: no more pending results, returning what we have 11924 1726884859.74843: in VariableManager get_vars() 11924 1726884859.74891: Calling all_inventory to load vars for managed_node2 11924 1726884859.74894: Calling groups_inventory to load vars for managed_node2 11924 1726884859.74899: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884859.74922: Calling all_plugins_play to load vars for managed_node2 11924 1726884859.74927: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884859.74931: Calling groups_plugins_play to load vars for managed_node2 11924 1726884859.75684: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884859.76326: done with get_vars() 11924 1726884859.76338: variable 'ansible_search_path' from source: unknown 11924 1726884859.76358: we have included files to process 11924 1726884859.76359: generating all_blocks data 11924 1726884859.76361: done generating all_blocks data 11924 1726884859.76368: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884859.76369: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884859.76375: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884859.77312: in VariableManager get_vars() 11924 1726884859.77331: done with get_vars() 11924 1726884859.77388: in VariableManager get_vars() 11924 1726884859.77405: done with get_vars() 11924 1726884859.77515: done processing included file 11924 1726884859.77517: iterating over new_blocks loaded from include file 11924 1726884859.77519: in VariableManager get_vars() 11924 1726884859.77531: done with get_vars() 11924 1726884859.77532: filtering new block on tags 11924 1726884859.77679: done filtering new block on tags 11924 1726884859.77683: 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_node2 11924 1726884859.77693: extending task lists for all hosts with included blocks 11924 1726884859.78924: done extending task lists 11924 1726884859.78926: done processing included files 11924 1726884859.78927: results queue empty 11924 1726884859.78927: checking for any_errors_fatal 11924 1726884859.78929: done checking for any_errors_fatal 11924 1726884859.78930: checking for max_fail_percentage 11924 1726884859.78932: done checking for max_fail_percentage 11924 1726884859.78933: checking to see if all hosts have failed and the running result is not ok 11924 1726884859.78934: done checking to see if all hosts have failed 11924 1726884859.78935: getting the remaining hosts for this loop 11924 1726884859.78938: done getting the remaining hosts for this loop 11924 1726884859.78941: getting the next task for host managed_node2 11924 1726884859.78945: done getting next task for host managed_node2 11924 1726884859.78948: ^ task is: TASK: Print out pool information 11924 1726884859.78950: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884859.78952: getting variables 11924 1726884859.78953: in VariableManager get_vars() 11924 1726884859.78964: Calling all_inventory to load vars for managed_node2 11924 1726884859.78968: Calling groups_inventory to load vars for managed_node2 11924 1726884859.78970: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884859.78976: Calling all_plugins_play to load vars for managed_node2 11924 1726884859.78979: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884859.78981: Calling groups_plugins_play to load vars for managed_node2 11924 1726884859.79672: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884859.80319: done with get_vars() 11924 1726884859.80338: done getting variables 11924 1726884859.80393: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Print 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 22:14:19 -0400 (0:00:00.071) 0:00:25.143 ****** 11924 1726884859.80425: entering _queue_task() for managed_node2/debug 11924 1726884859.80962: worker is 1 (out of 1 available) 11924 1726884859.80972: exiting _queue_task() for managed_node2/debug 11924 1726884859.80983: done queuing things up, now waiting for results queue to drain 11924 1726884859.80985: waiting for pending results... 11924 1726884859.81177: running TaskExecutor() for managed_node2/TASK: Print out pool information 11924 1726884859.81196: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000003b8 11924 1726884859.81227: variable 'ansible_search_path' from source: unknown 11924 1726884859.81268: calling self._execute() 11924 1726884859.81367: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884859.81435: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884859.81438: variable 'omit' from source: magic vars 11924 1726884859.81795: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884859.83946: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884859.83992: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884859.84021: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884859.84049: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884859.84071: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884859.84130: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884859.84154: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884859.84171: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884859.84196: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884859.84208: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884859.84297: variable '_storage_pools_list' from source: set_fact 11924 1726884859.84327: Evaluated conditional (_storage_pools_list | length > 0): True 11924 1726884859.84333: variable 'omit' from source: magic vars 11924 1726884859.84361: variable 'omit' from source: magic vars 11924 1726884859.84388: variable 'omit' from source: magic vars 11924 1726884859.84407: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884859.84427: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884859.84441: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884859.84456: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884859.84465: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884859.84480: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884859.84493: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884859.84516: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884859.84519: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884859.84522: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884859.84601: Set connection var ansible_shell_executable to /bin/sh 11924 1726884859.84605: Set connection var ansible_connection to ssh 11924 1726884859.84607: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884859.84610: Set connection var ansible_timeout to 10 11924 1726884859.84616: Set connection var ansible_pipelining to False 11924 1726884859.84620: Set connection var ansible_shell_type to sh 11924 1726884859.84641: variable 'ansible_shell_executable' from source: unknown 11924 1726884859.84644: variable 'ansible_connection' from source: unknown 11924 1726884859.84646: variable 'ansible_module_compression' from source: unknown 11924 1726884859.84649: variable 'ansible_shell_type' from source: unknown 11924 1726884859.84651: variable 'ansible_shell_executable' from source: unknown 11924 1726884859.84653: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884859.84658: variable 'ansible_pipelining' from source: unknown 11924 1726884859.84660: variable 'ansible_timeout' from source: unknown 11924 1726884859.84669: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884859.84739: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884859.84747: variable 'omit' from source: magic vars 11924 1726884859.84751: starting attempt loop 11924 1726884859.84754: running the handler 11924 1726884859.84792: variable '_storage_pools_list' from source: set_fact 11924 1726884859.84849: variable '_storage_pools_list' from source: set_fact 11924 1726884859.85009: handler run complete 11924 1726884859.85034: attempt loop complete, returning result 11924 1726884859.85037: _execute() done 11924 1726884859.85040: dumping result to json 11924 1726884859.85046: done dumping result, returning 11924 1726884859.85052: done running TaskExecutor() for managed_node2/TASK: Print out pool information [0affc8a3-6f6f-f4c0-2290-0000000003b8] 11924 1726884859.85058: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000003b8 11924 1726884859.85186: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000003b8 11924 1726884859.85189: WORKER PROCESS EXITING ok: [managed_node2] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_raw_device": "/dev/mapper/foo-test1", "_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/test1", "mount_user": null, "name": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } 11924 1726884859.85331: no more pending results, returning what we have 11924 1726884859.85334: results queue empty 11924 1726884859.85335: checking for any_errors_fatal 11924 1726884859.85336: done checking for any_errors_fatal 11924 1726884859.85337: checking for max_fail_percentage 11924 1726884859.85339: done checking for max_fail_percentage 11924 1726884859.85339: checking to see if all hosts have failed and the running result is not ok 11924 1726884859.85340: done checking to see if all hosts have failed 11924 1726884859.85341: getting the remaining hosts for this loop 11924 1726884859.85342: done getting the remaining hosts for this loop 11924 1726884859.85345: getting the next task for host managed_node2 11924 1726884859.85350: done getting next task for host managed_node2 11924 1726884859.85352: ^ task is: TASK: Print out volume information 11924 1726884859.85356: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884859.85360: getting variables 11924 1726884859.85361: in VariableManager get_vars() 11924 1726884859.85387: Calling all_inventory to load vars for managed_node2 11924 1726884859.85390: Calling groups_inventory to load vars for managed_node2 11924 1726884859.85392: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884859.85401: Calling all_plugins_play to load vars for managed_node2 11924 1726884859.85403: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884859.85406: Calling groups_plugins_play to load vars for managed_node2 11924 1726884859.85946: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884859.86437: done with get_vars() 11924 1726884859.86453: done getting variables 11924 1726884859.86515: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Print 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 22:14:19 -0400 (0:00:00.061) 0:00:25.204 ****** 11924 1726884859.86544: entering _queue_task() for managed_node2/debug 11924 1726884859.86817: worker is 1 (out of 1 available) 11924 1726884859.86829: exiting _queue_task() for managed_node2/debug 11924 1726884859.86842: done queuing things up, now waiting for results queue to drain 11924 1726884859.86843: waiting for pending results... 11924 1726884859.87273: running TaskExecutor() for managed_node2/TASK: Print out volume information 11924 1726884859.87279: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000003b9 11924 1726884859.87282: variable 'ansible_search_path' from source: unknown 11924 1726884859.87285: calling self._execute() 11924 1726884859.87381: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884859.87385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884859.87420: variable 'omit' from source: magic vars 11924 1726884859.87695: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884859.89343: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884859.89347: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884859.89367: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884859.89390: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884859.89419: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884859.89561: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884859.89564: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884859.89567: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884859.89586: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884859.89662: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884859.89721: variable '_storage_volumes_list' from source: set_fact 11924 1726884859.89737: Evaluated conditional (_storage_volumes_list | length > 0): False 11924 1726884859.89741: when evaluation is False, skipping this task 11924 1726884859.89743: _execute() done 11924 1726884859.89746: dumping result to json 11924 1726884859.89749: done dumping result, returning 11924 1726884859.89756: done running TaskExecutor() for managed_node2/TASK: Print out volume information [0affc8a3-6f6f-f4c0-2290-0000000003b9] 11924 1726884859.89761: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000003b9 11924 1726884859.89860: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000003b9 11924 1726884859.89863: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "_storage_volumes_list | length > 0" } 11924 1726884859.89942: no more pending results, returning what we have 11924 1726884859.89945: results queue empty 11924 1726884859.89946: checking for any_errors_fatal 11924 1726884859.89959: done checking for any_errors_fatal 11924 1726884859.89960: checking for max_fail_percentage 11924 1726884859.89962: done checking for max_fail_percentage 11924 1726884859.89963: checking to see if all hosts have failed and the running result is not ok 11924 1726884859.89963: done checking to see if all hosts have failed 11924 1726884859.89964: getting the remaining hosts for this loop 11924 1726884859.89967: done getting the remaining hosts for this loop 11924 1726884859.89970: getting the next task for host managed_node2 11924 1726884859.89976: done getting next task for host managed_node2 11924 1726884859.89978: ^ task is: TASK: Collect info about the volumes. 11924 1726884859.89981: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884859.89985: getting variables 11924 1726884859.89987: in VariableManager get_vars() 11924 1726884859.90014: Calling all_inventory to load vars for managed_node2 11924 1726884859.90016: Calling groups_inventory to load vars for managed_node2 11924 1726884859.90019: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884859.90029: Calling all_plugins_play to load vars for managed_node2 11924 1726884859.90032: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884859.90034: Calling groups_plugins_play to load vars for managed_node2 11924 1726884859.90630: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884859.90981: done with get_vars() 11924 1726884859.90992: 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 22:14:19 -0400 (0:00:00.045) 0:00:25.249 ****** 11924 1726884859.91050: entering _queue_task() for managed_node2/fedora.linux_system_roles.blockdev_info 11924 1726884859.91051: Creating lock for fedora.linux_system_roles.blockdev_info 11924 1726884859.91263: worker is 1 (out of 1 available) 11924 1726884859.91277: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blockdev_info 11924 1726884859.91289: done queuing things up, now waiting for results queue to drain 11924 1726884859.91291: waiting for pending results... 11924 1726884859.91471: running TaskExecutor() for managed_node2/TASK: Collect info about the volumes. 11924 1726884859.91537: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000003ba 11924 1726884859.91547: variable 'ansible_search_path' from source: unknown 11924 1726884859.91577: calling self._execute() 11924 1726884859.91648: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884859.91652: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884859.91663: variable 'omit' from source: magic vars 11924 1726884859.91744: variable 'omit' from source: magic vars 11924 1726884859.91772: variable 'omit' from source: magic vars 11924 1726884859.91794: variable 'omit' from source: magic vars 11924 1726884859.91828: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884859.91862: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884859.91879: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884859.91892: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884859.91904: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884859.91918: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884859.91931: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884859.91958: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884859.91962: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884859.91965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884859.92042: Set connection var ansible_shell_executable to /bin/sh 11924 1726884859.92046: Set connection var ansible_connection to ssh 11924 1726884859.92048: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884859.92053: Set connection var ansible_timeout to 10 11924 1726884859.92060: Set connection var ansible_pipelining to False 11924 1726884859.92068: Set connection var ansible_shell_type to sh 11924 1726884859.92088: variable 'ansible_shell_executable' from source: unknown 11924 1726884859.92091: variable 'ansible_connection' from source: unknown 11924 1726884859.92094: variable 'ansible_module_compression' from source: unknown 11924 1726884859.92096: variable 'ansible_shell_type' from source: unknown 11924 1726884859.92099: variable 'ansible_shell_executable' from source: unknown 11924 1726884859.92104: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884859.92108: variable 'ansible_pipelining' from source: unknown 11924 1726884859.92110: variable 'ansible_timeout' from source: unknown 11924 1726884859.92115: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884859.92260: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884859.92268: variable 'omit' from source: magic vars 11924 1726884859.92274: starting attempt loop 11924 1726884859.92277: running the handler 11924 1726884859.92290: _low_level_execute_command(): starting 11924 1726884859.92296: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884859.92806: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884859.92810: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 11924 1726884859.92812: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884859.92853: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884859.92905: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884859.92911: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884859.92913: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884859.92973: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884859.94670: stdout chunk (state=3): >>>/root <<< 11924 1726884859.94812: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884859.94831: stderr chunk (state=3): >>><<< 11924 1726884859.94834: stdout chunk (state=3): >>><<< 11924 1726884859.94865: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884859.94882: _low_level_execute_command(): starting 11924 1726884859.94886: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884859.9485915-12927-175407165597604 `" && echo ansible-tmp-1726884859.9485915-12927-175407165597604="` echo /root/.ansible/tmp/ansible-tmp-1726884859.9485915-12927-175407165597604 `" ) && sleep 0' 11924 1726884859.95527: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884859.95532: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884859.95535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884859.95546: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884859.95605: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884859.95627: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884859.95630: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884859.95633: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884859.95635: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884859.95637: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884859.95639: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884859.95650: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884859.95653: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884859.95806: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884859.95810: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884859.95812: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884859.95865: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884859.97781: stdout chunk (state=3): >>>ansible-tmp-1726884859.9485915-12927-175407165597604=/root/.ansible/tmp/ansible-tmp-1726884859.9485915-12927-175407165597604 <<< 11924 1726884859.97912: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884859.97917: stdout chunk (state=3): >>><<< 11924 1726884859.97927: stderr chunk (state=3): >>><<< 11924 1726884859.97945: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884859.9485915-12927-175407165597604=/root/.ansible/tmp/ansible-tmp-1726884859.9485915-12927-175407165597604 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884859.98003: variable 'ansible_module_compression' from source: unknown 11924 1726884859.98034: ANSIBALLZ: Using lock for fedora.linux_system_roles.blockdev_info 11924 1726884859.98038: ANSIBALLZ: Acquiring lock 11924 1726884859.98040: ANSIBALLZ: Lock acquired: 140694834293280 11924 1726884859.98042: ANSIBALLZ: Creating module 11924 1726884860.11033: ANSIBALLZ: Writing module into payload 11924 1726884860.11089: ANSIBALLZ: Writing module 11924 1726884860.11108: ANSIBALLZ: Renaming module 11924 1726884860.11113: ANSIBALLZ: Done creating module 11924 1726884860.11130: variable 'ansible_facts' from source: unknown 11924 1726884860.11240: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884859.9485915-12927-175407165597604/AnsiballZ_blockdev_info.py 11924 1726884860.11493: Sending initial data 11924 1726884860.11497: Sent initial data (162 bytes) 11924 1726884860.12141: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884860.12145: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884860.12148: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884860.12210: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884860.12223: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884860.12348: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884860.14011: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884860.14058: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884860.14107: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmploa94h52 /root/.ansible/tmp/ansible-tmp-1726884859.9485915-12927-175407165597604/AnsiballZ_blockdev_info.py <<< 11924 1726884860.14110: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884859.9485915-12927-175407165597604/AnsiballZ_blockdev_info.py" <<< 11924 1726884860.14163: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmploa94h52" to remote "/root/.ansible/tmp/ansible-tmp-1726884859.9485915-12927-175407165597604/AnsiballZ_blockdev_info.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884859.9485915-12927-175407165597604/AnsiballZ_blockdev_info.py" <<< 11924 1726884860.14715: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884860.14752: stderr chunk (state=3): >>><<< 11924 1726884860.14757: stdout chunk (state=3): >>><<< 11924 1726884860.14779: done transferring module to remote 11924 1726884860.14793: _low_level_execute_command(): starting 11924 1726884860.14795: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884859.9485915-12927-175407165597604/ /root/.ansible/tmp/ansible-tmp-1726884859.9485915-12927-175407165597604/AnsiballZ_blockdev_info.py && sleep 0' 11924 1726884860.15245: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884860.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.14.33 originally 10.31.14.33 <<< 11924 1726884860.15254: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884860.15258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884860.15260: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884860.15262: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884860.15264: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884860.15342: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884860.15357: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884860.15438: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884860.17530: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884860.17534: stdout chunk (state=3): >>><<< 11924 1726884860.17536: stderr chunk (state=3): >>><<< 11924 1726884860.17553: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884860.17564: _low_level_execute_command(): starting 11924 1726884860.17573: _low_level_execute_command(): using become for this command 11924 1726884860.17604: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-wlxoapxjcrfshbkqtbhflhzdvmsedlpc ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884859.9485915-12927-175407165597604/AnsiballZ_blockdev_info.py'"'"' && sleep 0' 11924 1726884860.17893: Initial state: awaiting_escalation: BECOME-SUCCESS-wlxoapxjcrfshbkqtbhflhzdvmsedlpc 11924 1726884860.19117: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884860.19121: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884860.19193: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884860.22164: stdout chunk (state=1): >>>BECOME-SUCCESS-wlxoapxjcrfshbkqtbhflhzdvmsedlpc <<< 11924 1726884860.22179: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-wlxoapxjcrfshbkqtbhflhzdvmsedlpc' 11924 1726884860.22506: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884860.22532: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884860.22554: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884860.22614: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884860.22635: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884860.22658: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884860.22702: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884860.22728: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884860.22820: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884860.22874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # <<< 11924 1726884860.23015: 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 0x7fa50b7bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b78ba10> <<< 11924 1726884860.23057: 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 0x7fa50b7be930> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884860.23126: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884860.23173: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884860.23262: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # <<< 11924 1726884860.23273: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884860.23385: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b7ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b7cdfd0> <<< 11924 1726884860.23416: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884860.23444: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884860.23720: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884860.23740: 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 <<< 11924 1726884860.23797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884860.23861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884860.23906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5b3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884860.23926: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5b3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884860.23986: 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 <<< 11924 1726884860.24038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884860.24086: 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 0x7fa50b5e37a0> <<< 11924 1726884860.24262: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884860.24293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5e3e30> import '_collections' # <<< 11924 1726884860.24312: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5c3aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5c11c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5b0f80> <<< 11924 1726884860.24338: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884860.24358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884860.24386: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884860.24434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884860.24447: 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' <<< 11924 1726884860.24475: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b607710> <<< 11924 1726884860.24583: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b606330> <<< 11924 1726884860.24587: 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 0x7fa50b5c21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5b2840> <<< 11924 1726884860.24599: 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 0x7fa50b638740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5b0200> <<< 11924 1726884860.24626: 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' <<< 11924 1726884860.24660: 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 0x7fa50b638bf0> <<< 11924 1726884860.24750: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b638aa0> <<< 11924 1726884860.24767: 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 0x7fa50b638e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5a6d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884860.24797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884860.24816: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b639520> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b6391f0> import 'importlib.machinery' # <<< 11924 1726884860.24893: 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' <<< 11924 1726884860.24897: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b63a420> import 'importlib.util' # import 'runpy' # <<< 11924 1726884860.25027: 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' <<< 11924 1726884860.25030: 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 0x7fa50b6505f0> <<< 11924 1726884860.25217: 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 0x7fa50b651cd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884860.25224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884860.25265: 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 0x7fa50b652b70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50b6531a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b6520c0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50b653c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b653350> <<< 11924 1726884860.25317: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b638da0> <<< 11924 1726884860.25348: 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' <<< 11924 1726884860.25363: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884860.25385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884860.25488: 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 0x7fa50b3dfb30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884860.25557: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50b408620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b408380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50b408560> <<< 11924 1726884860.25573: 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' <<< 11924 1726884860.25620: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884860.25750: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50b408f20> <<< 11924 1726884860.25898: 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 0x7fa50b409880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b4087d0> <<< 11924 1726884860.25914: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b3ddcd0> <<< 11924 1726884860.25933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884860.25950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884860.25989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884860.26007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b40ac60> <<< 11924 1726884860.26034: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b4099a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b63ab10> <<< 11924 1726884860.26059: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884860.26122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884860.26141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884860.26178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884860.26214: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b436ff0> <<< 11924 1726884860.26275: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884860.26278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884860.26317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884860.26321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884860.26379: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b45b380> <<< 11924 1726884860.26383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884860.26434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884860.26483: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884860.26520: 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 0x7fa50b487fb0> <<< 11924 1726884860.26531: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884860.26577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884860.26587: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884860.26622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884860.26714: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b4ba810> <<< 11924 1726884860.26796: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b4b81d0> <<< 11924 1726884860.26824: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b485100> <<< 11924 1726884860.26861: 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 0x7fa50ad290d0> <<< 11924 1726884860.26890: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b45a180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b40bbc0> <<< 11924 1726884860.26998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884860.27018: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa50b45a2a0> <<< 11924 1726884860.27176: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_q377b_lm/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' # zipimport: zlib available <<< 11924 1726884860.27316: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.27360: 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' <<< 11924 1726884860.27398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884860.27492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884860.27578: 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 0x7fa50ad76cc0> import '_typing' # <<< 11924 1726884860.27877: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ad59c40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ad58dd0> # zipimport: zlib available <<< 11924 1726884860.27900: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884860.29208: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.30308: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884860.30314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ad74c20> <<< 11924 1726884860.30340: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884860.30345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884860.30368: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884860.30377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884860.30405: 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' <<< 11924 1726884860.30435: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884860.30441: 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 0x7fa50adae600> <<< 11924 1726884860.30473: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50adae390> <<< 11924 1726884860.30511: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50adadca0> <<< 11924 1726884860.30523: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884860.30539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884860.30573: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50adae180> <<< 11924 1726884860.30590: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ad779e0> import 'atexit' # <<< 11924 1726884860.30615: 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 0x7fa50adaf350> <<< 11924 1726884860.30650: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884860.30683: 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 0x7fa50adaf590> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884860.30734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884860.30747: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884860.30783: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50adafad0> <<< 11924 1726884860.30815: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884860.30844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884860.30848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884860.30885: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac158e0> <<< 11924 1726884860.30917: 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 0x7fa50ac17500> <<< 11924 1726884860.30950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884860.30967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884860.31006: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac17ec0> <<< 11924 1726884860.31015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884860.31075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884860.31106: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac190a0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884860.31209: 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' <<< 11924 1726884860.31262: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac1bb60> <<< 11924 1726884860.31333: 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 0x7fa50b436f60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac19e20> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884860.31412: 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 <<< 11924 1726884860.31420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884860.31434: 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 0x7fa50ac23a70> <<< 11924 1726884860.31474: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884860.31544: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac22540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac222a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884860.31557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884860.31884: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac227b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac1a330> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50ac67cb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac67d40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50ac69850> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac69610> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884860.31959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884860.32007: 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 0x7fa50ac6bd70> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac69ee0> <<< 11924 1726884860.32030: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884860.32073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884860.32093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884860.32112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884860.32167: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac6f4a0> <<< 11924 1726884860.32301: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac6be30> <<< 11924 1726884860.32367: stdout 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 0x7fa50ac70140> <<< 11924 1726884860.32383: stdout 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 0x7fa50ac70410> <<< 11924 1726884860.32567: stdout 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 0x7fa50ac707a0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac676b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50ac73cb0> <<< 11924 1726884860.32698: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884860.32723: 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 0x7fa50acfce90> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac72450> <<< 11924 1726884860.32743: 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 0x7fa50ac73800> <<< 11924 1726884860.32770: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac720f0> # zipimport: zlib available <<< 11924 1726884860.32786: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.32909: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884860.32912: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.32986: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.33006: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884860.33048: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884860.33167: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.33290: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.33819: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.34359: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884860.34380: 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' # <<< 11924 1726884860.34400: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884860.34416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884860.34463: 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 0x7fa50ab011c0> <<< 11924 1726884860.34540: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884860.34556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884860.34570: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ab01f10> <<< 11924 1726884860.34579: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50acfd0d0> <<< 11924 1726884860.34625: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884860.34634: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.34663: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.34672: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884860.34690: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.34837: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.35075: 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 0x7fa50ab01c70> # zipimport: zlib available <<< 11924 1726884860.35630: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.35914: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.35985: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.36062: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884860.36074: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.36113: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.36145: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884860.36169: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.36226: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.36314: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884860.36320: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.36343: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.36354: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 11924 1726884860.36364: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.36403: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.36448: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884860.36451: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.36678: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.36910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884860.36973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884860.36976: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884860.37049: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ab02f00> <<< 11924 1726884860.37056: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.37132: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.37206: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884860.37224: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884860.37245: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.37291: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.37331: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884860.37336: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.37384: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.37430: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.37487: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.37553: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884860.37592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884860.37670: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50ab0d8e0> <<< 11924 1726884860.37708: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ab0aae0> <<< 11924 1726884860.37738: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884860.37754: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.37810: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.37874: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.37902: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.37946: stdout chunk (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' <<< 11924 1726884860.37964: 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 <<< 11924 1726884860.37988: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884860.38007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884860.38072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884860.38082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884860.38105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884860.38158: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50adfa450> <<< 11924 1726884860.38201: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50adde120> <<< 11924 1726884860.38285: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ab0da00> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ab02e10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884860.38294: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.38321: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.38350: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 11924 1726884860.38356: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884860.38412: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884860.38421: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.38447: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.38459: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 11924 1726884860.38471: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884860.38495: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 11924 1726884860.38500: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.38521: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 11924 1726884860.38549: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.38575: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 11924 1726884860.38598: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 11924 1726884860.38617: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.38686: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.38830: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.39754: stdout chunk (state=3): >>> {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "LVM2_member", "label": "", "uuid": "BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/mapper/foo-test1": {"name": "/dev/mapper/foo-test1", "fstype": "xfs", "label": "", "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3", "type": "lvm", "size": "5G", "mountpoint": "/opt/test1"}, "/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": {}}} <<< 11924 1726884860.39778: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884860.40222: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884860.40301: 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 <<< 11924 1726884860.40305: stdout chunk (state=3): >>># cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator <<< 11924 1726884860.40364: stdout chunk (state=3): >>># cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp <<< 11924 1726884860.40442: 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.b<<< 11924 1726884860.40446: stdout chunk (state=3): >>>asic # 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 <<< 11924 1726884860.40670: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884860.40724: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884860.40727: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884860.40762: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884860.40818: 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 <<< 11924 1726884860.40914: 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 <<< 11924 1726884860.40965: 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 <<< 11924 1726884860.40997: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884860.41065: 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 <<< 11924 1726884860.41130: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator <<< 11924 1726884860.41154: 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 <<< 11924 1726884860.41328: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 11924 1726884860.41376: 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 <<< 11924 1726884860.41451: 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 <<< 11924 1726884860.41612: 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 <<< 11924 1726884860.41648: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884860.42169: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884860.42236: stderr chunk (state=3): >>><<< 11924 1726884860.42239: stdout chunk (state=3): >>><<< 11924 1726884860.42356: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b7bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b78ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b7be930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b7ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b7cdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5b3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5b3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5e37a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5e3e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5c3aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5c11c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5b0f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b607710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b606330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5c21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5b2840> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b638740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5b0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50b638bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b638aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50b638e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b5a6d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b639520> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b6391f0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b63a420> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b6505f0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50b651cd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b652b70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50b6531a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b6520c0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50b653c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b653350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b638da0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50b3dfb30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50b408620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b408380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50b408560> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50b408f20> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50b409880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b4087d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b3ddcd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b40ac60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b4099a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b63ab10> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b436ff0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b45b380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b487fb0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b4ba810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b4b81d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b485100> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ad290d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b45a180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50b40bbc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa50b45a2a0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_q377b_lm/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 0x7fa50ad76cc0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ad59c40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ad58dd0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ad74c20> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50adae600> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50adae390> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50adadca0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50adae180> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ad779e0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50adaf350> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50adaf590> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50adafad0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac158e0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50ac17500> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac17ec0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac190a0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac1bb60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50b436f60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac19e20> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac23a70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac22540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac222a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac227b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac1a330> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50ac67cb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac67d40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50ac69850> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac69610> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50ac6bd70> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac69ee0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac6f4a0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac6be30> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50ac70140> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50ac70410> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50ac707a0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac676b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50ac73cb0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50acfce90> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac72450> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50ac73800> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ac720f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50ab011c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ab01f10> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50acfd0d0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ab01c70> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ab02f00> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa50ab0d8e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ab0aae0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50adfa450> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50adde120> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ab0da00> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa50ab02e10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": "LVM2_member", "label": "", "uuid": "BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/mapper/foo-test1": {"name": "/dev/mapper/foo-test1", "fstype": "xfs", "label": "", "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3", "type": "lvm", "size": "5G", "mountpoint": "/opt/test1"}, "/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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 11924 1726884860.43597: 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-1726884859.9485915-12927-175407165597604/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884860.43604: _low_level_execute_command(): starting 11924 1726884860.43607: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884859.9485915-12927-175407165597604/ > /dev/null 2>&1 && sleep 0' 11924 1726884860.43612: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884860.43613: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884860.43615: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884860.43616: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884860.43617: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884860.43619: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884860.43622: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884860.43624: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884860.43627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884860.43629: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884860.43706: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884860.45479: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884860.45518: stderr chunk (state=3): >>><<< 11924 1726884860.45521: stdout chunk (state=3): >>><<< 11924 1726884860.45535: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884860.45541: handler run complete 11924 1726884860.45565: Evaluated conditional (False): False 11924 1726884860.45576: attempt loop complete, returning result 11924 1726884860.45579: _execute() done 11924 1726884860.45581: dumping result to json 11924 1726884860.45588: done dumping result, returning 11924 1726884860.45599: done running TaskExecutor() for managed_node2/TASK: Collect info about the volumes. [0affc8a3-6f6f-f4c0-2290-0000000003ba] 11924 1726884860.45604: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000003ba 11924 1726884860.45722: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000003ba 11924 1726884860.45724: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp" }, "/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" } } } 11924 1726884860.45894: no more pending results, returning what we have 11924 1726884860.45900: results queue empty 11924 1726884860.45901: checking for any_errors_fatal 11924 1726884860.45906: done checking for any_errors_fatal 11924 1726884860.45907: checking for max_fail_percentage 11924 1726884860.45908: done checking for max_fail_percentage 11924 1726884860.45909: checking to see if all hosts have failed and the running result is not ok 11924 1726884860.45910: done checking to see if all hosts have failed 11924 1726884860.45910: getting the remaining hosts for this loop 11924 1726884860.45912: done getting the remaining hosts for this loop 11924 1726884860.45915: getting the next task for host managed_node2 11924 1726884860.45921: done getting next task for host managed_node2 11924 1726884860.45923: ^ task is: TASK: Read the /etc/fstab file for volume existence 11924 1726884860.45925: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884860.45929: getting variables 11924 1726884860.45930: in VariableManager get_vars() 11924 1726884860.45978: Calling all_inventory to load vars for managed_node2 11924 1726884860.45981: Calling groups_inventory to load vars for managed_node2 11924 1726884860.45985: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884860.45994: Calling all_plugins_play to load vars for managed_node2 11924 1726884860.45996: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884860.45999: Calling groups_plugins_play to load vars for managed_node2 11924 1726884860.46338: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884860.46743: done with get_vars() 11924 1726884860.46758: done getting variables 11924 1726884860.46817: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:20 -0400 (0:00:00.557) 0:00:25.807 ****** 11924 1726884860.46849: entering _queue_task() for managed_node2/command 11924 1726884860.47388: worker is 1 (out of 1 available) 11924 1726884860.47402: exiting _queue_task() for managed_node2/command 11924 1726884860.47414: done queuing things up, now waiting for results queue to drain 11924 1726884860.47416: waiting for pending results... 11924 1726884860.47663: running TaskExecutor() for managed_node2/TASK: Read the /etc/fstab file for volume existence 11924 1726884860.47672: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000003bb 11924 1726884860.47686: variable 'ansible_search_path' from source: unknown 11924 1726884860.47735: calling self._execute() 11924 1726884860.47867: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884860.47887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884860.47907: variable 'omit' from source: magic vars 11924 1726884860.48081: variable 'omit' from source: magic vars 11924 1726884860.48133: variable 'omit' from source: magic vars 11924 1726884860.48186: variable 'omit' from source: magic vars 11924 1726884860.48371: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884860.48378: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884860.48382: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884860.48384: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884860.48431: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884860.48457: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884860.48463: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884860.48506: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884860.48510: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884860.48512: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884860.48725: Set connection var ansible_shell_executable to /bin/sh 11924 1726884860.48732: Set connection var ansible_connection to ssh 11924 1726884860.48738: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884860.48740: Set connection var ansible_timeout to 10 11924 1726884860.48742: Set connection var ansible_pipelining to False 11924 1726884860.48745: Set connection var ansible_shell_type to sh 11924 1726884860.48774: variable 'ansible_shell_executable' from source: unknown 11924 1726884860.48783: variable 'ansible_connection' from source: unknown 11924 1726884860.48791: variable 'ansible_module_compression' from source: unknown 11924 1726884860.48801: variable 'ansible_shell_type' from source: unknown 11924 1726884860.48808: variable 'ansible_shell_executable' from source: unknown 11924 1726884860.48811: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884860.48815: variable 'ansible_pipelining' from source: unknown 11924 1726884860.48817: variable 'ansible_timeout' from source: unknown 11924 1726884860.48821: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884860.49005: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884860.49051: variable 'omit' from source: magic vars 11924 1726884860.49059: starting attempt loop 11924 1726884860.49062: running the handler 11924 1726884860.49161: _low_level_execute_command(): starting 11924 1726884860.49164: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884860.49795: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884860.49814: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884860.49828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884860.49873: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884860.49898: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884860.49962: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884860.51582: stdout chunk (state=3): >>>/root <<< 11924 1726884860.51665: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884860.51694: stderr chunk (state=3): >>><<< 11924 1726884860.51697: stdout chunk (state=3): >>><<< 11924 1726884860.51723: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884860.51735: _low_level_execute_command(): starting 11924 1726884860.51739: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884860.51722-12951-224647093817817 `" && echo ansible-tmp-1726884860.51722-12951-224647093817817="` echo /root/.ansible/tmp/ansible-tmp-1726884860.51722-12951-224647093817817 `" ) && sleep 0' 11924 1726884860.52257: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884860.52261: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884860.52264: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884860.52277: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884860.52281: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884860.52322: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884860.52384: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884860.54229: stdout chunk (state=3): >>>ansible-tmp-1726884860.51722-12951-224647093817817=/root/.ansible/tmp/ansible-tmp-1726884860.51722-12951-224647093817817 <<< 11924 1726884860.54370: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884860.54443: stderr chunk (state=3): >>><<< 11924 1726884860.54450: stdout chunk (state=3): >>><<< 11924 1726884860.54453: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884860.51722-12951-224647093817817=/root/.ansible/tmp/ansible-tmp-1726884860.51722-12951-224647093817817 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884860.54660: variable 'ansible_module_compression' from source: unknown 11924 1726884860.54666: ANSIBALLZ: Using generic lock for ansible.legacy.command 11924 1726884860.54669: ANSIBALLZ: Acquiring lock 11924 1726884860.54671: ANSIBALLZ: Lock acquired: 140694836238080 11924 1726884860.54675: ANSIBALLZ: Creating module 11924 1726884860.64978: ANSIBALLZ: Writing module into payload 11924 1726884860.65067: ANSIBALLZ: Writing module 11924 1726884860.65116: ANSIBALLZ: Renaming module 11924 1726884860.65119: ANSIBALLZ: Done creating module 11924 1726884860.65121: variable 'ansible_facts' from source: unknown 11924 1726884860.65190: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884860.51722-12951-224647093817817/AnsiballZ_command.py 11924 1726884860.65442: Sending initial data 11924 1726884860.65446: Sent initial data (154 bytes) 11924 1726884860.65954: 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 <<< 11924 1726884860.65993: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884860.66006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884860.66067: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884860.66105: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884860.66122: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884860.66152: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884860.66244: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884860.67967: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884860.67979: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884860.68057: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpk9sphsz_ /root/.ansible/tmp/ansible-tmp-1726884860.51722-12951-224647093817817/AnsiballZ_command.py <<< 11924 1726884860.68062: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884860.51722-12951-224647093817817/AnsiballZ_command.py" <<< 11924 1726884860.68114: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpk9sphsz_" to remote "/root/.ansible/tmp/ansible-tmp-1726884860.51722-12951-224647093817817/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884860.51722-12951-224647093817817/AnsiballZ_command.py" <<< 11924 1726884860.69691: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884860.69965: stderr chunk (state=3): >>><<< 11924 1726884860.69969: stdout chunk (state=3): >>><<< 11924 1726884860.69971: done transferring module to remote 11924 1726884860.69974: _low_level_execute_command(): starting 11924 1726884860.69976: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884860.51722-12951-224647093817817/ /root/.ansible/tmp/ansible-tmp-1726884860.51722-12951-224647093817817/AnsiballZ_command.py && sleep 0' 11924 1726884860.70883: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884860.71162: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884860.71182: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884860.71217: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884860.71263: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884860.73240: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884860.73244: stdout chunk (state=3): >>><<< 11924 1726884860.73246: stderr chunk (state=3): >>><<< 11924 1726884860.73249: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884860.73251: _low_level_execute_command(): starting 11924 1726884860.73254: _low_level_execute_command(): using become for this command 11924 1726884860.73259: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-vlortdwuolrotdtfmiuqllwmlwyasdzm ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884860.51722-12951-224647093817817/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884860.73678: Initial state: awaiting_escalation: BECOME-SUCCESS-vlortdwuolrotdtfmiuqllwmlwyasdzm 11924 1726884860.73978: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884860.74134: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884860.74145: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884860.74165: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884860.74262: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884860.77174: stdout chunk (state=1): >>>BECOME-SUCCESS-vlortdwuolrotdtfmiuqllwmlwyasdzm <<< 11924 1726884860.77178: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-vlortdwuolrotdtfmiuqllwmlwyasdzm' 11924 1726884860.77538: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884860.77567: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884860.77592: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884860.77648: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884860.77678: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884860.77704: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884860.77733: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884860.77766: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884860.77821: 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' <<< 11924 1726884860.77838: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884860.77871: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884860.77906: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884860.77938: 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 0x7f78d5a183e0> <<< 11924 1726884860.77995: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d59e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 11924 1726884860.78032: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5a1a960> import '_signal' # <<< 11924 1726884860.78036: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884860.78059: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884860.78102: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884860.78184: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884860.78213: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884860.78244: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884860.78282: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884860.78286: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884860.78318: 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' <<< 11924 1726884860.78345: 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 <<< 11924 1726884860.78376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884860.78379: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d582cfe0> <<< 11924 1726884860.78446: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884860.78448: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884860.78481: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d582dfd0> <<< 11924 1726884860.78485: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884860.78519: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884860.78766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884860.78791: 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' <<< 11924 1726884860.78821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884860.78890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884860.78895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884860.78935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5873e00> <<< 11924 1726884860.78952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884860.78996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 11924 1726884860.79021: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5873ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884860.79043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884860.79065: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884860.79130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884860.79171: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884860.79178: 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 0x7f78d58a3830> <<< 11924 1726884860.79221: 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 0x7f78d58a3ec0> <<< 11924 1726884860.79238: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884860.79284: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5883ad0> import '_functools' # <<< 11924 1726884860.79322: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58811f0> <<< 11924 1726884860.79423: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5870fb0> <<< 11924 1726884860.79443: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884860.79490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884860.79493: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884860.79544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884860.79547: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884860.79604: 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 0x7f78d58c7800> <<< 11924 1726884860.79608: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58c6420> <<< 11924 1726884860.79633: 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 0x7f78d58821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58c4c20> <<< 11924 1726884860.79716: 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 0x7f78d58f8860> <<< 11924 1726884860.79726: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5870230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884860.79782: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884860.79819: 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 0x7f78d58f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d58f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5866d50> <<< 11924 1726884860.79858: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884860.79872: 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 <<< 11924 1726884860.79968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58f9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58f92e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 11924 1726884860.80021: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58fa510> import 'importlib.util' # <<< 11924 1726884860.80024: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884860.80036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884860.80129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884860.80169: 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 0x7f78d5910710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d5911df0> <<< 11924 1726884860.80186: 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' <<< 11924 1726884860.80218: 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' <<< 11924 1726884860.80226: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5912c90> <<< 11924 1726884860.80351: 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 0x7f78d59132f0> <<< 11924 1726884860.80429: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d59121e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d5913d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d59134a0> <<< 11924 1726884860.80460: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58fa540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884860.80489: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884860.80501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884860.80539: 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 0x7f78d56b3c50> <<< 11924 1726884860.80559: 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' <<< 11924 1726884860.80588: 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 0x7f78d56dc6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d56dc410> <<< 11924 1726884860.80623: 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 0x7f78d56dc6e0> <<< 11924 1726884860.80659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884860.80662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884860.80722: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884860.80854: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d56dcfe0> <<< 11924 1726884860.80982: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884860.80986: 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 0x7f78d56dd9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d56dc8c0> <<< 11924 1726884860.81021: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d56b1df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884860.81036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884860.81073: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884860.81085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d56dedb0> <<< 11924 1726884860.81122: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d56ddaf0> <<< 11924 1726884860.81141: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58fac30> <<< 11924 1726884860.81154: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884860.81229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884860.81241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884860.81277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884860.81309: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d570b110> <<< 11924 1726884860.81373: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884860.81379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884860.81410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884860.81422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884860.81474: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d57334a0> <<< 11924 1726884860.81487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884860.81538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884860.81583: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884860.81618: 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 0x7f78d578c230> <<< 11924 1726884860.81639: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884860.81673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884860.81688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884860.81729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884860.81815: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d578e990> <<< 11924 1726884860.81932: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d578c350> <<< 11924 1726884860.81964: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5759250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5599310> <<< 11924 1726884860.81991: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d57322a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d56dfce0> <<< 11924 1726884860.82116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884860.82120: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f78d5599580> <<< 11924 1726884860.82285: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_y087mfm9/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 11924 1726884860.82424: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.82460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884860.82472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884860.82507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884860.82581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884860.82628: 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' <<< 11924 1726884860.82631: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d55eafc0> import '_typing' # <<< 11924 1726884860.82822: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d55cdf40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d55cd0a0> # zipimport: zlib available <<< 11924 1726884860.82860: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884860.82893: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884860.82925: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884860.82940: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.84371: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.85435: 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 0x7f78d55e8f20> <<< 11924 1726884860.85478: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884860.85509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884860.85532: 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' <<< 11924 1726884860.85566: 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 0x7f78d561a900> <<< 11924 1726884860.85608: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d561a690> <<< 11924 1726884860.85659: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5619fd0> <<< 11924 1726884860.85663: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884860.85709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884860.85712: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d561aa20> <<< 11924 1726884860.85754: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d55eba70> import 'atexit' # <<< 11924 1726884860.85790: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884860.85794: 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 0x7f78d561b680> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884860.85811: 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 0x7f78d561b860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884860.85860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884860.85870: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884860.85922: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d561bda0> import 'pwd' # <<< 11924 1726884860.85949: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884860.85968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884860.86010: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f15b50> <<< 11924 1726884860.86045: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884860.86079: 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 0x7f78d4f17770> <<< 11924 1726884860.86083: 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' <<< 11924 1726884860.86133: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f1c110> <<< 11924 1726884860.86149: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884860.86173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884860.86213: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f1d2b0> <<< 11924 1726884860.86218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884860.86274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884860.86277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884860.86301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884860.86331: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f1fd70> <<< 11924 1726884860.86388: 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 0x7f78d5912c00> <<< 11924 1726884860.86405: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f1e030> <<< 11924 1726884860.86421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884860.86456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884860.86497: 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' <<< 11924 1726884860.86503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884860.86541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884860.86545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884860.86574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f23d40> import '_tokenize' # <<< 11924 1726884860.86644: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f22810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f22570> <<< 11924 1726884860.86665: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884860.86683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884860.86748: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f22ae0> <<< 11924 1726884860.86776: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f1e540> <<< 11924 1726884860.86813: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884860.86827: 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 0x7f78d4f67e60> <<< 11924 1726884860.86851: 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 0x7f78d4f68080> <<< 11924 1726884860.86879: 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' <<< 11924 1726884860.86904: 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' <<< 11924 1726884860.86942: 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 0x7f78d4f69b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f69940> <<< 11924 1726884860.86969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884860.87076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884860.87140: 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 0x7f78d4f6c110> <<< 11924 1726884860.87154: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f6a270> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884860.87195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884860.87228: 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' # <<< 11924 1726884860.87277: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f6f8f0> <<< 11924 1726884860.87403: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f6c2c0> <<< 11924 1726884860.87467: stdout 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 0x7f78d4f70470> <<< 11924 1726884860.87494: stdout 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 0x7f78d4f70590> <<< 11924 1726884860.87540: stdout 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 0x7f78d4f70a40> <<< 11924 1726884860.87559: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f68200> <<< 11924 1726884860.87590: 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' <<< 11924 1726884860.87604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884860.87628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884860.87652: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884860.87679: 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 0x7f78d4ffc350> <<< 11924 1726884860.87837: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884860.87842: 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 0x7f78d4ffd1c0> <<< 11924 1726884860.87902: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f72ae0> <<< 11924 1726884860.87907: 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 0x7f78d4f73e60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f726c0> <<< 11924 1726884860.87936: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884860.87949: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884860.88026: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.88156: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.88160: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884860.88166: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884860.88188: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884860.88302: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.88425: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.88950: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.89512: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884860.89515: 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' # <<< 11924 1726884860.89551: 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' <<< 11924 1726884860.89595: 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 0x7f78d4e01520> <<< 11924 1726884860.89685: 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' <<< 11924 1726884860.89714: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4e021b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4ffd400> <<< 11924 1726884860.89768: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884860.89794: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.89818: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884860.89974: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.90146: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884860.90149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4e02450> <<< 11924 1726884860.90169: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.90612: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.91062: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.91129: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.91214: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884860.91224: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.91258: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.91305: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884860.91318: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.91372: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.91460: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884860.91484: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.91512: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884860.91524: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.91549: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.91594: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884860.91605: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.91832: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.92065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884860.92129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884860.92133: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884860.92204: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4e03530> # zipimport: zlib available <<< 11924 1726884860.92286: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.92371: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884860.92391: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884860.92412: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.92442: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.92494: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884860.92497: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.92541: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.92585: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.92650: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.92716: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884860.92761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884860.92831: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d4e0e060> <<< 11924 1726884860.92902: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4e097c0> <<< 11924 1726884860.92905: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 11924 1726884860.92927: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884860.92979: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.93041: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.93073: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.93121: stdout chunk (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' <<< 11924 1726884860.93135: 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 <<< 11924 1726884860.93165: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884860.93182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884860.93246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884860.93277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884860.93281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884860.93332: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d56669f0> <<< 11924 1726884860.93377: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d564a6c0> <<< 11924 1726884860.93469: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4e0e150> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f22a80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884860.93519: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.93537: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884860.93592: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884860.93622: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884860.93652: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.93746: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.93872: 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' <<< 11924 1726884860.93895: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4e01fd0> <<< 11924 1726884860.93977: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884860.94436: 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=0f3fb490-f569-46ef-8fef-9eeb08e031a3 /opt/test1 xfs defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 22:14:20.940323", "end": "2024-09-20 22:14:20.943356", "delta": "0:00:00.003033", "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}}} <<< 11924 1726884860.94449: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884860.94870: 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<<< 11924 1726884860.94889: 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 <<< 11924 1726884860.94938: 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 <<< 11924 1726884860.94986: stdout chunk (state=3): >>># cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime <<< 11924 1726884860.95044: stdout chunk (state=3): >>># cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 11924 1726884860.95298: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884860.95304: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884860.95338: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 11924 1726884860.95367: stdout chunk (state=3): >>># destroy zipfile._path <<< 11924 1726884860.95382: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884860.95422: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884860.95445: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884860.95468: 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 <<< 11924 1726884860.95504: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884860.95523: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno <<< 11924 1726884860.95566: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy shutil <<< 11924 1726884860.95582: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884860.95636: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884860.95650: 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 <<< 11924 1726884860.95690: 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 <<< 11924 1726884860.95724: 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 <<< 11924 1726884860.95761: 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 <<< 11924 1726884860.95784: 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 <<< 11924 1726884860.95933: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884860.95967: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884860.95993: 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 <<< 11924 1726884860.96058: 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 <<< 11924 1726884860.96171: 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 <<< 11924 1726884860.96175: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 11924 1726884860.96237: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator <<< 11924 1726884860.96245: stdout chunk (state=3): >>># destroy _string # destroy re <<< 11924 1726884860.96266: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884860.96786: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884860.96819: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884860.96822: stdout chunk (state=3): >>><<< 11924 1726884860.96826: stderr chunk (state=3): >>><<< 11924 1726884860.96961: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5a183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d59e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5a1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d582cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d582dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5873e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5873ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5883ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5870fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58c4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5870230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d58f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d58f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5866d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58f9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58f92e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58fa510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5910710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d5911df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5912c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d59132f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d59121e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d5913d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d59134a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58fa540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d56b3c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d56dc6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d56dc410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d56dc6e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d56dcfe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d56dd9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d56dc8c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d56b1df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d56dedb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d56ddaf0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d58fac30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d570b110> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d57334a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d578c230> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d578e990> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d578c350> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5759250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5599310> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d57322a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d56dfce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f78d5599580> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_y087mfm9/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 0x7f78d55eafc0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d55cdf40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d55cd0a0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d55e8f20> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d561a900> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d561a690> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d5619fd0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d561aa20> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d55eba70> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d561b680> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d561b860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d561bda0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f15b50> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d4f17770> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f1c110> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f1d2b0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f1fd70> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d5912c00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f1e030> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f23d40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f22810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f22570> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f22ae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f1e540> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d4f67e60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f68080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d4f69b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f69940> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d4f6c110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f6a270> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f6f8f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f6c2c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d4f70470> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d4f70590> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d4f70a40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f68200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d4ffc350> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d4ffd1c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f72ae0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d4f73e60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f726c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d4e01520> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4e021b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4ffd400> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4e02450> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4e03530> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f78d4e0e060> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4e097c0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d56669f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d564a6c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4e0e150> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f78d4f22a80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f78d4e01fd0> # 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=0f3fb490-f569-46ef-8fef-9eeb08e031a3 /opt/test1 xfs defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 22:14:20.940323", "end": "2024-09-20 22:14:20.943356", "delta": "0:00:00.003033", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # 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 11924 1726884860.97679: 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-1726884860.51722-12951-224647093817817/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884860.97682: _low_level_execute_command(): starting 11924 1726884860.97685: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884860.51722-12951-224647093817817/ > /dev/null 2>&1 && sleep 0' 11924 1726884860.98031: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884860.98035: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884860.98037: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884860.98040: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884860.98042: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884860.98044: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884860.98046: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884860.98058: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884860.98111: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884860.98115: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884860.98125: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884860.98184: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884861.00051: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884861.00111: stderr chunk (state=3): >>><<< 11924 1726884861.00127: stdout chunk (state=3): >>><<< 11924 1726884861.00147: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884861.00161: handler run complete 11924 1726884861.00202: Evaluated conditional (False): False 11924 1726884861.00219: attempt loop complete, returning result 11924 1726884861.00227: _execute() done 11924 1726884861.00234: dumping result to json 11924 1726884861.00244: done dumping result, returning 11924 1726884861.00259: done running TaskExecutor() for managed_node2/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-f4c0-2290-0000000003bb] 11924 1726884861.00270: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000003bb ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003033", "end": "2024-09-20 22:14:20.943356", "rc": 0, "start": "2024-09-20 22:14:20.940323" } 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=0f3fb490-f569-46ef-8fef-9eeb08e031a3 /opt/test1 xfs defaults 0 0 11924 1726884861.00642: no more pending results, returning what we have 11924 1726884861.00646: results queue empty 11924 1726884861.00647: checking for any_errors_fatal 11924 1726884861.00657: done checking for any_errors_fatal 11924 1726884861.00663: checking for max_fail_percentage 11924 1726884861.00666: done checking for max_fail_percentage 11924 1726884861.00666: checking to see if all hosts have failed and the running result is not ok 11924 1726884861.00667: done checking to see if all hosts have failed 11924 1726884861.00668: getting the remaining hosts for this loop 11924 1726884861.00670: done getting the remaining hosts for this loop 11924 1726884861.00674: getting the next task for host managed_node2 11924 1726884861.00681: done getting next task for host managed_node2 11924 1726884861.00684: ^ task is: TASK: Read the /etc/crypttab file 11924 1726884861.00687: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884861.00691: getting variables 11924 1726884861.00693: in VariableManager get_vars() 11924 1726884861.00728: Calling all_inventory to load vars for managed_node2 11924 1726884861.00735: Calling groups_inventory to load vars for managed_node2 11924 1726884861.00739: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884861.00750: Calling all_plugins_play to load vars for managed_node2 11924 1726884861.00753: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884861.00760: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000003bb 11924 1726884861.00763: WORKER PROCESS EXITING 11924 1726884861.00865: Calling groups_plugins_play to load vars for managed_node2 11924 1726884861.01562: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884861.02186: done with get_vars() 11924 1726884861.02202: done getting variables 11924 1726884861.02253: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:21 -0400 (0:00:00.554) 0:00:26.361 ****** 11924 1726884861.02283: entering _queue_task() for managed_node2/command 11924 1726884861.02541: worker is 1 (out of 1 available) 11924 1726884861.02554: exiting _queue_task() for managed_node2/command 11924 1726884861.02571: done queuing things up, now waiting for results queue to drain 11924 1726884861.02573: waiting for pending results... 11924 1726884861.02826: running TaskExecutor() for managed_node2/TASK: Read the /etc/crypttab file 11924 1726884861.02910: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000003bc 11924 1726884861.02923: variable 'ansible_search_path' from source: unknown 11924 1726884861.02956: calling self._execute() 11924 1726884861.03041: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884861.03045: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884861.03058: variable 'omit' from source: magic vars 11924 1726884861.03164: variable 'omit' from source: magic vars 11924 1726884861.03205: variable 'omit' from source: magic vars 11924 1726884861.03236: variable 'omit' from source: magic vars 11924 1726884861.03279: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884861.03317: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884861.03336: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884861.03353: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884861.03367: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884861.03382: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884861.03401: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884861.03431: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884861.03434: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884861.03437: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884861.03613: Set connection var ansible_shell_executable to /bin/sh 11924 1726884861.03616: Set connection var ansible_connection to ssh 11924 1726884861.03619: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884861.03621: Set connection var ansible_timeout to 10 11924 1726884861.03624: Set connection var ansible_pipelining to False 11924 1726884861.03626: Set connection var ansible_shell_type to sh 11924 1726884861.03627: variable 'ansible_shell_executable' from source: unknown 11924 1726884861.03629: variable 'ansible_connection' from source: unknown 11924 1726884861.03631: variable 'ansible_module_compression' from source: unknown 11924 1726884861.03634: variable 'ansible_shell_type' from source: unknown 11924 1726884861.03635: variable 'ansible_shell_executable' from source: unknown 11924 1726884861.03637: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884861.03639: variable 'ansible_pipelining' from source: unknown 11924 1726884861.03641: variable 'ansible_timeout' from source: unknown 11924 1726884861.03643: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884861.03761: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884861.03772: variable 'omit' from source: magic vars 11924 1726884861.03777: starting attempt loop 11924 1726884861.03780: running the handler 11924 1726884861.03818: _low_level_execute_command(): starting 11924 1726884861.03821: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884861.04604: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884861.04864: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884861.04936: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884861.06552: stdout chunk (state=3): >>>/root <<< 11924 1726884861.06670: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884861.06718: stderr chunk (state=3): >>><<< 11924 1726884861.06733: stdout chunk (state=3): >>><<< 11924 1726884861.06769: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884861.06867: _low_level_execute_command(): starting 11924 1726884861.06871: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884861.0677783-12973-247744753470798 `" && echo ansible-tmp-1726884861.0677783-12973-247744753470798="` echo /root/.ansible/tmp/ansible-tmp-1726884861.0677783-12973-247744753470798 `" ) && sleep 0' 11924 1726884861.07439: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884861.07443: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884861.07446: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884861.07448: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884861.07460: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884861.07505: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884861.07516: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884861.07537: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884861.07621: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884861.09520: stdout chunk (state=3): >>>ansible-tmp-1726884861.0677783-12973-247744753470798=/root/.ansible/tmp/ansible-tmp-1726884861.0677783-12973-247744753470798 <<< 11924 1726884861.09860: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884861.09863: stdout chunk (state=3): >>><<< 11924 1726884861.09865: stderr chunk (state=3): >>><<< 11924 1726884861.09868: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884861.0677783-12973-247744753470798=/root/.ansible/tmp/ansible-tmp-1726884861.0677783-12973-247744753470798 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884861.09870: variable 'ansible_module_compression' from source: unknown 11924 1726884861.09872: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884861.09873: variable 'ansible_facts' from source: unknown 11924 1726884861.10105: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884861.0677783-12973-247744753470798/AnsiballZ_command.py 11924 1726884861.10306: Sending initial data 11924 1726884861.10309: Sent initial data (156 bytes) 11924 1726884861.10828: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884861.10834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884861.10848: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884861.10930: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884861.10965: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884861.10978: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884861.11002: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884861.11084: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884861.12625: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884861.12702: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884861.12769: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp8d9ojhad /root/.ansible/tmp/ansible-tmp-1726884861.0677783-12973-247744753470798/AnsiballZ_command.py <<< 11924 1726884861.12774: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884861.0677783-12973-247744753470798/AnsiballZ_command.py" <<< 11924 1726884861.12811: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp8d9ojhad" to remote "/root/.ansible/tmp/ansible-tmp-1726884861.0677783-12973-247744753470798/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884861.0677783-12973-247744753470798/AnsiballZ_command.py" <<< 11924 1726884861.13585: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884861.13609: stderr chunk (state=3): >>><<< 11924 1726884861.13612: stdout chunk (state=3): >>><<< 11924 1726884861.13634: done transferring module to remote 11924 1726884861.13661: _low_level_execute_command(): starting 11924 1726884861.13716: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884861.0677783-12973-247744753470798/ /root/.ansible/tmp/ansible-tmp-1726884861.0677783-12973-247744753470798/AnsiballZ_command.py && sleep 0' 11924 1726884861.14284: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884861.14299: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884861.14316: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884861.14336: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884861.14379: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884861.14397: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884861.14478: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884861.14501: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884861.14520: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884861.14539: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884861.14618: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884861.16485: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884861.16488: stdout chunk (state=3): >>><<< 11924 1726884861.16493: stderr chunk (state=3): >>><<< 11924 1726884861.16496: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884861.16499: _low_level_execute_command(): starting 11924 1726884861.16501: _low_level_execute_command(): using become for this command 11924 1726884861.16503: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-pqxqenpeumtcqzohwsdcihiofhbcbrmk ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884861.0677783-12973-247744753470798/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884861.16965: Initial state: awaiting_escalation: BECOME-SUCCESS-pqxqenpeumtcqzohwsdcihiofhbcbrmk 11924 1726884861.17049: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884861.17097: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884861.17112: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884861.17126: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884861.17139: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884861.17146: stderr chunk (state=1): >>>debug2: match not found <<< 11924 1726884861.17159: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884861.17178: stderr chunk (state=1): >>>debug1: configuration requests final Match pass <<< 11924 1726884861.17181: stderr chunk (state=1): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884861.17188: stderr chunk (state=1): >>>debug1: re-parsing configuration <<< 11924 1726884861.17197: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884861.17211: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884861.17225: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884861.17261: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884861.17264: stderr chunk (state=1): >>>debug2: match found <<< 11924 1726884861.17266: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884861.17326: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884861.17341: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884861.17360: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884861.17444: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884861.20372: stdout chunk (state=1): >>>BECOME-SUCCESS-pqxqenpeumtcqzohwsdcihiofhbcbrmk <<< 11924 1726884861.20375: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-pqxqenpeumtcqzohwsdcihiofhbcbrmk' 11924 1726884861.20698: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884861.20765: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884861.21028: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884861.21033: 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' <<< 11924 1726884861.21036: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884861.21054: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884861.21088: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884861.21123: 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 0x7f3e278183e0> <<< 11924 1726884861.21126: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e277e7a10> <<< 11924 1726884861.21173: 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' <<< 11924 1726884861.21178: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2781a960> <<< 11924 1726884861.21196: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884861.21221: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884861.21248: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884861.21289: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884861.21293: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884861.21373: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884861.21403: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884861.21443: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884861.21477: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884861.21497: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884861.21530: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884861.21535: 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 <<< 11924 1726884861.21562: 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 0x7f3e275e8fe0> <<< 11924 1726884861.21630: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884861.21640: 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 0x7f3e275e9fd0> <<< 11924 1726884861.21672: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884861.21701: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884861.21938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884861.21941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884861.21973: 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' <<< 11924 1726884861.22006: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884861.22037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884861.22077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884861.22094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884861.22139: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2762fe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884861.22145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884861.22179: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884861.22193: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2762fec0> <<< 11924 1726884861.22196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884861.22225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884861.22245: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884861.22371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884861.22381: 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 0x7f3e2765f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2765fe90> <<< 11924 1726884861.22406: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884861.22461: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2763fad0> <<< 11924 1726884861.22487: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884861.22505: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2763d1f0> <<< 11924 1726884861.22603: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2762cfb0> <<< 11924 1726884861.22641: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884861.22644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884861.22690: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884861.22711: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884861.22714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884861.22740: 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' <<< 11924 1726884861.22763: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27683710> <<< 11924 1726884861.22809: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27682330> <<< 11924 1726884861.22829: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884861.22832: 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 0x7f3e2763e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27680b60> <<< 11924 1726884861.22881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884861.22885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276b4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2762c230> <<< 11924 1726884861.22912: 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' <<< 11924 1726884861.22951: 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 0x7f3e276b4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276b4ad0> <<< 11924 1726884861.22996: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884861.23007: 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 0x7f3e276b4ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27622d50> <<< 11924 1726884861.23052: 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' <<< 11924 1726884861.23070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884861.23107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884861.23121: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276b5580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276b5250> import 'importlib.machinery' # <<< 11924 1726884861.23166: 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' <<< 11924 1726884861.23194: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276b6480> import 'importlib.util' # import 'runpy' # <<< 11924 1726884861.23221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884861.23267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884861.23301: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884861.23329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276cc6b0> import 'errno' # <<< 11924 1726884861.23344: 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 0x7f3e276cdd90> <<< 11924 1726884861.23373: 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' <<< 11924 1726884861.23408: 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' <<< 11924 1726884861.23432: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276cec30> <<< 11924 1726884861.23481: 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 0x7f3e276cf290> <<< 11924 1726884861.23499: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276ce180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884861.23525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884861.23570: 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 0x7f3e276cfd10> <<< 11924 1726884861.23741: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276cf440> <<< 11924 1726884861.23772: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276b64e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e27467b90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884861.23802: 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 0x7f3e27490680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e274903e0> <<< 11924 1726884861.23824: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884861.23836: 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 0x7f3e274906b0> <<< 11924 1726884861.23867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884861.23884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884861.23936: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884861.24064: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e27490fe0> <<< 11924 1726884861.24184: 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 0x7f3e27491970> <<< 11924 1726884861.24215: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27490890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27465d30> <<< 11924 1726884861.24238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884861.24259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884861.24299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884861.24321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884861.24324: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27492cc0> <<< 11924 1726884861.24351: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27490e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276b6660> <<< 11924 1726884861.24377: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884861.24460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884861.24463: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884861.24498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884861.24525: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e274bf020> <<< 11924 1726884861.24596: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884861.24599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884861.24635: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884861.24638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884861.24686: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e274e7380> <<< 11924 1726884861.24711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884861.24760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884861.24815: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884861.24840: 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 0x7f3e27540140> <<< 11924 1726884861.24862: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884861.24891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884861.24911: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884861.24957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884861.25069: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27542870> <<< 11924 1726884861.25124: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27540260> <<< 11924 1726884861.25176: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2750d130> <<< 11924 1726884861.25190: 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' <<< 11924 1726884861.25219: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27349250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e274e6180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27493bf0> <<< 11924 1726884861.25331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884861.25344: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3e274e62a0> <<< 11924 1726884861.25514: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_q5pbco4v/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 11924 1726884861.25638: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.25683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884861.25686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884861.25723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884861.25803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884861.25845: 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' <<< 11924 1726884861.25849: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2739af30> import '_typing' # <<< 11924 1726884861.26043: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2737de20> <<< 11924 1726884861.26046: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2737cf80> # zipimport: zlib available <<< 11924 1726884861.26090: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884861.26124: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.26127: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.26152: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884861.27551: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.28674: 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 0x7f3e27398dd0> <<< 11924 1726884861.28706: 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' <<< 11924 1726884861.28728: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884861.28762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884861.28766: 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' <<< 11924 1726884861.28802: 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 0x7f3e273ca8a0> <<< 11924 1726884861.28842: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e273ca630> <<< 11924 1726884861.28886: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e273c9f40> <<< 11924 1726884861.28900: 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' <<< 11924 1726884861.28949: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e273ca990> <<< 11924 1726884861.28961: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2739b950> import 'atexit' # <<< 11924 1726884861.28983: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884861.29015: 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 0x7f3e273cb5c0> <<< 11924 1726884861.29018: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884861.29047: 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 0x7f3e273cb800> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884861.29099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884861.29108: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884861.29167: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e273cbd40> import 'pwd' # <<< 11924 1726884861.29190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884861.29209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884861.29252: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d15b80> <<< 11924 1726884861.29294: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884861.29297: 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 0x7f3e26d177a0> <<< 11924 1726884861.29324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884861.29327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884861.29360: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d18170> <<< 11924 1726884861.29389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884861.29410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884861.29429: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d192e0> <<< 11924 1726884861.29446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884861.29499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884861.29521: 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' <<< 11924 1726884861.29576: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d1bda0> <<< 11924 1726884861.29631: 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 0x7f3e27622e40> <<< 11924 1726884861.29654: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d1a060> <<< 11924 1726884861.29673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884861.29686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884861.29730: 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' <<< 11924 1726884861.29747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884861.29781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884861.29808: 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' <<< 11924 1726884861.29818: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d23cb0> import '_tokenize' # <<< 11924 1726884861.29892: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d22780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d224e0> <<< 11924 1726884861.29915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884861.29928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884861.29994: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d22a50> <<< 11924 1726884861.30029: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d1a570> <<< 11924 1726884861.30052: 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 0x7f3e26d67fb0> <<< 11924 1726884861.30102: 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 0x7f3e26d67fe0> <<< 11924 1726884861.30108: 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 <<< 11924 1726884861.30151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884861.30154: 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' <<< 11924 1726884861.30211: 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 0x7f3e26d69af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d698b0> <<< 11924 1726884861.30215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884861.30334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884861.30396: 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 0x7f3e26d6bfe0> <<< 11924 1726884861.30401: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d6a1b0> <<< 11924 1726884861.30424: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884861.30461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884861.30494: 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' <<< 11924 1726884861.30506: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884861.30551: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d6f770> <<< 11924 1726884861.30674: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d6c140> <<< 11924 1726884861.30757: stdout 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 0x7f3e26d702f0> <<< 11924 1726884861.30768: stdout 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 0x7f3e26d70980> <<< 11924 1726884861.30814: stdout 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 0x7f3e26d708f0> <<< 11924 1726884861.30829: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d68230> <<< 11924 1726884861.30869: 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' <<< 11924 1726884861.30890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884861.30909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884861.30926: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884861.30957: 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 0x7f3e26dfc140> <<< 11924 1726884861.31111: 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 0x7f3e26dfd400> <<< 11924 1726884861.31127: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d728d0> <<< 11924 1726884861.31164: 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 0x7f3e26d73c80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d72510> <<< 11924 1726884861.31203: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884861.31224: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.31309: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.31413: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.31417: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884861.31454: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884861.31472: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.31582: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.31698: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.32235: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.32790: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884861.32796: 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' # <<< 11924 1726884861.32821: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884861.32833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884861.32884: 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 0x7f3e26c014f0> <<< 11924 1726884861.32984: 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' <<< 11924 1726884861.33006: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26c022d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26dfd640> <<< 11924 1726884861.33048: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884861.33097: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884861.33111: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884861.33265: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.33433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884861.33447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26c02450> # zipimport: zlib available <<< 11924 1726884861.34064: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.34350: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.34423: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.34513: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884861.34517: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.34546: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.34590: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884861.34598: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.34668: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.34758: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884861.34775: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884861.34804: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884861.34847: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.34885: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884861.34901: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.35146: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.35354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884861.35412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884861.35428: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884861.35501: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26c034a0> <<< 11924 1726884861.35512: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.35577: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.35673: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884861.35677: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884861.35699: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.35735: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.35785: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884861.35790: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.35831: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.35880: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.35938: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.36013: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884861.36048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884861.36137: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e26c0df40> <<< 11924 1726884861.36168: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26c09730> <<< 11924 1726884861.36211: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884861.36214: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.36280: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.36339: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.36375: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.36426: stdout chunk (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' <<< 11924 1726884861.36443: 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 <<< 11924 1726884861.36475: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884861.36493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884861.36552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884861.36588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884861.36592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884861.36638: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e274168d0> <<< 11924 1726884861.36689: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e273fa5a0> <<< 11924 1726884861.36785: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26c0dfa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d70c80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884861.36788: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.36816: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.36847: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884861.36902: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884861.36935: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.36946: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884861.37054: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.37178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884861.37198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884861.37208: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26c02f30> <<< 11924 1726884861.37283: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.37739: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 22:14:21.373460", "end": "2024-09-20 22:14:21.376555", "delta": "0:00:00.003095", "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}}} <<< 11924 1726884861.37770: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884861.38209: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884861.38258: 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 <<< 11924 1726884861.38390: stdout chunk (state=3): >>># cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_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 <<< 11924 1726884861.38645: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884861.38648: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884861.38697: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 11924 1726884861.38729: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884861.38752: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884861.38788: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884861.38825: 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 <<< 11924 1726884861.38857: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884861.38883: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno <<< 11924 1726884861.38917: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy shutil <<< 11924 1726884861.38937: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884861.38965: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884861.38998: 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 <<< 11924 1726884861.39014: 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 <<< 11924 1726884861.39061: 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 <<< 11924 1726884861.39114: 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 <<< 11924 1726884861.39118: 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 <<< 11924 1726884861.39141: 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 <<< 11924 1726884861.39275: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884861.39320: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 11924 1726884861.39323: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884861.39346: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884861.39381: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884861.39404: 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 <<< 11924 1726884861.39426: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884861.39525: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884861.39530: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 11924 1726884861.39597: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref # destroy _hashlib <<< 11924 1726884861.39602: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 11924 1726884861.39604: stdout chunk (state=3): >>># destroy itertools <<< 11924 1726884861.39636: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884861.40175: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884861.40178: stdout chunk (state=3): >>><<< 11924 1726884861.40180: stderr chunk (state=3): >>><<< 11924 1726884861.40352: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e278183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e277e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2781a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e275e8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e275e9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2762fe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2762fec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2765f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2765fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2763fad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2763d1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2762cfb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27683710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27682330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2763e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27680b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276b4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2762c230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e276b4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276b4ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e276b4ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27622d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276b5580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276b5250> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276b6480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276cc6b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e276cdd90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276cec30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e276cf290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276ce180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e276cfd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276cf440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276b64e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e27467b90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e27490680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e274903e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e274906b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e27490fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e27491970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27490890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27465d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27492cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27490e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e276b6660> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e274bf020> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e274e7380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27540140> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27542870> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27540260> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2750d130> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27349250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e274e6180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27493bf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3e274e62a0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_q5pbco4v/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 0x7f3e2739af30> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2737de20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2737cf80> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e27398dd0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e273ca8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e273ca630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e273c9f40> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e273ca990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e2739b950> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e273cb5c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e273cb800> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e273cbd40> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d15b80> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e26d177a0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d18170> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d192e0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d1bda0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e27622e40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d1a060> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d23cb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d22780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d224e0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d22a50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d1a570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e26d67fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d67fe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e26d69af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d698b0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e26d6bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d6a1b0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d6f770> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d6c140> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e26d702f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e26d70980> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e26d708f0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d68230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e26dfc140> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e26dfd400> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d728d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e26d73c80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d72510> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e26c014f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26c022d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26dfd640> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26c02450> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26c034a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3e26c0df40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26c09730> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e274168d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e273fa5a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26c0dfa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3e26d70c80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f3e26c02f30> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 22:14:21.373460", "end": "2024-09-20 22:14:21.376555", "delta": "0:00:00.003095", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884861.40994: 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-1726884861.0677783-12973-247744753470798/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884861.40998: _low_level_execute_command(): starting 11924 1726884861.41001: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884861.0677783-12973-247744753470798/ > /dev/null 2>&1 && sleep 0' 11924 1726884861.41371: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884861.41388: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884861.41461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884861.41474: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884861.41519: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884861.41540: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884861.41581: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884861.41654: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884861.43532: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884861.43561: stdout chunk (state=3): >>><<< 11924 1726884861.43565: stderr chunk (state=3): >>><<< 11924 1726884861.43761: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884861.43764: handler run complete 11924 1726884861.43767: Evaluated conditional (False): False 11924 1726884861.43769: Evaluated conditional (False): False 11924 1726884861.43771: attempt loop complete, returning result 11924 1726884861.43773: _execute() done 11924 1726884861.43775: dumping result to json 11924 1726884861.43777: done dumping result, returning 11924 1726884861.43779: done running TaskExecutor() for managed_node2/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-f4c0-2290-0000000003bc] 11924 1726884861.43781: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000003bc 11924 1726884861.43849: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000003bc 11924 1726884861.43852: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003095", "end": "2024-09-20 22:14:21.376555", "failed_when_result": false, "rc": 0, "start": "2024-09-20 22:14:21.373460" } 11924 1726884861.43928: no more pending results, returning what we have 11924 1726884861.43932: results queue empty 11924 1726884861.43933: checking for any_errors_fatal 11924 1726884861.43940: done checking for any_errors_fatal 11924 1726884861.43940: checking for max_fail_percentage 11924 1726884861.43943: done checking for max_fail_percentage 11924 1726884861.43944: checking to see if all hosts have failed and the running result is not ok 11924 1726884861.43945: done checking to see if all hosts have failed 11924 1726884861.43945: getting the remaining hosts for this loop 11924 1726884861.43948: done getting the remaining hosts for this loop 11924 1726884861.43952: getting the next task for host managed_node2 11924 1726884861.43964: done getting next task for host managed_node2 11924 1726884861.43967: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 11924 1726884861.43971: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884861.43976: getting variables 11924 1726884861.43978: in VariableManager get_vars() 11924 1726884861.44012: Calling all_inventory to load vars for managed_node2 11924 1726884861.44015: Calling groups_inventory to load vars for managed_node2 11924 1726884861.44018: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884861.44029: Calling all_plugins_play to load vars for managed_node2 11924 1726884861.44032: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884861.44034: Calling groups_plugins_play to load vars for managed_node2 11924 1726884861.45133: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884861.45748: done with get_vars() 11924 1726884861.45764: 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 22:14:21 -0400 (0:00:00.435) 0:00:26.797 ****** 11924 1726884861.45867: entering _queue_task() for managed_node2/include_tasks 11924 1726884861.46259: worker is 1 (out of 1 available) 11924 1726884861.46271: exiting _queue_task() for managed_node2/include_tasks 11924 1726884861.46283: done queuing things up, now waiting for results queue to drain 11924 1726884861.46284: waiting for pending results... 11924 1726884861.46524: running TaskExecutor() for managed_node2/TASK: Verify the volumes listed in storage_pools were correctly managed 11924 1726884861.46597: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000003bd 11924 1726884861.46625: variable 'ansible_search_path' from source: unknown 11924 1726884861.46726: variable '_storage_pools_list' from source: set_fact 11924 1726884861.46915: variable '_storage_pools_list' from source: set_fact 11924 1726884861.47282: variable 'omit' from source: magic vars 11924 1726884861.47429: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884861.47446: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884861.47493: variable 'omit' from source: magic vars 11924 1726884861.47788: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884861.48092: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884861.48259: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884861.48262: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884861.48265: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884861.48344: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884861.48380: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884861.48413: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884861.48442: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884861.48521: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884861.50579: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884861.50672: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884861.50719: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884861.50770: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884861.50862: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884861.50868: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884861.50889: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884861.50925: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884861.50971: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884861.50998: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884861.51140: variable '_storage_pools_list' from source: set_fact 11924 1726884861.51203: Evaluated conditional (_storage_pools_list is defined and _storage_pools_list | length > 0): True 11924 1726884861.51222: variable 'storage_test_pool' from source: unknown 11924 1726884861.51297: variable 'storage_test_pool' from source: unknown 11924 1726884861.51971: dumping result to json 11924 1726884861.51975: done dumping result, returning 11924 1726884861.51977: done running TaskExecutor() for managed_node2/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-f4c0-2290-0000000003bd] 11924 1726884861.51979: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000003bd 11924 1726884861.52039: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000003bd 11924 1726884861.52041: WORKER PROCESS EXITING 11924 1726884861.52150: no more pending results, returning what we have 11924 1726884861.52158: in VariableManager get_vars() 11924 1726884861.52193: Calling all_inventory to load vars for managed_node2 11924 1726884861.52196: Calling groups_inventory to load vars for managed_node2 11924 1726884861.52202: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884861.52212: Calling all_plugins_play to load vars for managed_node2 11924 1726884861.52216: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884861.52218: Calling groups_plugins_play to load vars for managed_node2 11924 1726884861.52934: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884861.53541: done with get_vars() 11924 1726884861.53552: variable 'ansible_search_path' from source: unknown 11924 1726884861.53600: we have included files to process 11924 1726884861.53602: generating all_blocks data 11924 1726884861.53604: done generating all_blocks data 11924 1726884861.53608: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884861.53609: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884861.53611: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884861.54104: in VariableManager get_vars() 11924 1726884861.54124: done with get_vars() 11924 1726884861.54137: done processing included file 11924 1726884861.54139: iterating over new_blocks loaded from include file 11924 1726884861.54141: in VariableManager get_vars() 11924 1726884861.54153: done with get_vars() 11924 1726884861.54156: filtering new block on tags 11924 1726884861.54215: done filtering new block on tags 11924 1726884861.54218: 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_node2 => (item={'disks': ['sda'], '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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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': 'test1', 'raid_level': None, 'size': '5g', '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) 11924 1726884861.54236: extending task lists for all hosts with included blocks 11924 1726884861.54571: done extending task lists 11924 1726884861.54572: done processing included files 11924 1726884861.54573: results queue empty 11924 1726884861.54574: checking for any_errors_fatal 11924 1726884861.54579: done checking for any_errors_fatal 11924 1726884861.54580: checking for max_fail_percentage 11924 1726884861.54581: done checking for max_fail_percentage 11924 1726884861.54582: checking to see if all hosts have failed and the running result is not ok 11924 1726884861.54582: done checking to see if all hosts have failed 11924 1726884861.54583: getting the remaining hosts for this loop 11924 1726884861.54585: done getting the remaining hosts for this loop 11924 1726884861.54587: getting the next task for host managed_node2 11924 1726884861.54592: done getting next task for host managed_node2 11924 1726884861.54594: ^ task is: TASK: Set _storage_pool_tests 11924 1726884861.54597: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884861.54602: getting variables 11924 1726884861.54603: in VariableManager get_vars() 11924 1726884861.54612: Calling all_inventory to load vars for managed_node2 11924 1726884861.54614: Calling groups_inventory to load vars for managed_node2 11924 1726884861.54616: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884861.54627: Calling all_plugins_play to load vars for managed_node2 11924 1726884861.54629: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884861.54632: Calling groups_plugins_play to load vars for managed_node2 11924 1726884861.55116: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884861.55665: done with get_vars() 11924 1726884861.55678: done getting variables 11924 1726884861.55724: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set _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 22:14:21 -0400 (0:00:00.098) 0:00:26.896 ****** 11924 1726884861.55750: entering _queue_task() for managed_node2/set_fact 11924 1726884861.56154: worker is 1 (out of 1 available) 11924 1726884861.56169: exiting _queue_task() for managed_node2/set_fact 11924 1726884861.56181: done queuing things up, now waiting for results queue to drain 11924 1726884861.56183: waiting for pending results... 11924 1726884861.56422: running TaskExecutor() for managed_node2/TASK: Set _storage_pool_tests 11924 1726884861.56587: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000449 11924 1726884861.56592: variable 'ansible_search_path' from source: unknown 11924 1726884861.56595: calling self._execute() 11924 1726884861.56681: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884861.56698: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884861.56718: variable 'omit' from source: magic vars 11924 1726884861.56840: variable 'omit' from source: magic vars 11924 1726884861.56906: variable 'omit' from source: magic vars 11924 1726884861.56958: variable 'omit' from source: magic vars 11924 1726884861.57023: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884861.57058: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884861.57132: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884861.57136: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884861.57139: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884861.57154: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884861.57180: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884861.57217: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884861.57226: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884861.57238: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884861.57376: Set connection var ansible_shell_executable to /bin/sh 11924 1726884861.57385: Set connection var ansible_connection to ssh 11924 1726884861.57396: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884861.57411: Set connection var ansible_timeout to 10 11924 1726884861.57460: Set connection var ansible_pipelining to False 11924 1726884861.57465: Set connection var ansible_shell_type to sh 11924 1726884861.57474: variable 'ansible_shell_executable' from source: unknown 11924 1726884861.57484: variable 'ansible_connection' from source: unknown 11924 1726884861.57560: variable 'ansible_module_compression' from source: unknown 11924 1726884861.57568: variable 'ansible_shell_type' from source: unknown 11924 1726884861.57570: variable 'ansible_shell_executable' from source: unknown 11924 1726884861.57572: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884861.57575: variable 'ansible_pipelining' from source: unknown 11924 1726884861.57578: variable 'ansible_timeout' from source: unknown 11924 1726884861.57580: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884861.57678: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884861.57704: variable 'omit' from source: magic vars 11924 1726884861.57715: starting attempt loop 11924 1726884861.57722: running the handler 11924 1726884861.57736: handler run complete 11924 1726884861.57785: attempt loop complete, returning result 11924 1726884861.57788: _execute() done 11924 1726884861.57790: dumping result to json 11924 1726884861.57792: done dumping result, returning 11924 1726884861.57795: done running TaskExecutor() for managed_node2/TASK: Set _storage_pool_tests [0affc8a3-6f6f-f4c0-2290-000000000449] 11924 1726884861.57804: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000449 11924 1726884861.58005: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000449 11924 1726884861.58009: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } 11924 1726884861.58071: no more pending results, returning what we have 11924 1726884861.58075: results queue empty 11924 1726884861.58076: checking for any_errors_fatal 11924 1726884861.58077: done checking for any_errors_fatal 11924 1726884861.58078: checking for max_fail_percentage 11924 1726884861.58080: done checking for max_fail_percentage 11924 1726884861.58081: checking to see if all hosts have failed and the running result is not ok 11924 1726884861.58081: done checking to see if all hosts have failed 11924 1726884861.58082: getting the remaining hosts for this loop 11924 1726884861.58084: done getting the remaining hosts for this loop 11924 1726884861.58088: getting the next task for host managed_node2 11924 1726884861.58097: done getting next task for host managed_node2 11924 1726884861.58102: ^ task is: TASK: Get VG shared value status 11924 1726884861.58110: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884861.58116: getting variables 11924 1726884861.58118: in VariableManager get_vars() 11924 1726884861.58149: Calling all_inventory to load vars for managed_node2 11924 1726884861.58152: Calling groups_inventory to load vars for managed_node2 11924 1726884861.58157: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884861.58168: Calling all_plugins_play to load vars for managed_node2 11924 1726884861.58171: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884861.58174: Calling groups_plugins_play to load vars for managed_node2 11924 1726884861.58919: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884861.59547: done with get_vars() 11924 1726884861.59569: done getting variables 11924 1726884861.59629: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:21 -0400 (0:00:00.039) 0:00:26.935 ****** 11924 1726884861.59663: entering _queue_task() for managed_node2/command 11924 1726884861.60039: worker is 1 (out of 1 available) 11924 1726884861.60052: exiting _queue_task() for managed_node2/command 11924 1726884861.60068: done queuing things up, now waiting for results queue to drain 11924 1726884861.60070: waiting for pending results... 11924 1726884861.60349: running TaskExecutor() for managed_node2/TASK: Get VG shared value status 11924 1726884861.60452: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000044a 11924 1726884861.60475: variable 'ansible_search_path' from source: unknown 11924 1726884861.60557: calling self._execute() 11924 1726884861.60617: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884861.60628: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884861.60644: variable 'omit' from source: magic vars 11924 1726884861.61082: variable 'storage_test_pool' from source: include params 11924 1726884861.61132: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): True 11924 1726884861.61207: variable 'omit' from source: magic vars 11924 1726884861.61210: variable 'omit' from source: magic vars 11924 1726884861.61293: variable 'storage_test_pool' from source: include params 11924 1726884861.61344: variable 'omit' from source: magic vars 11924 1726884861.61386: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884861.61430: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884861.61452: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884861.61474: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884861.61489: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884861.61513: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884861.61542: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884861.61580: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884861.61641: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884861.61644: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884861.61727: Set connection var ansible_shell_executable to /bin/sh 11924 1726884861.61736: Set connection var ansible_connection to ssh 11924 1726884861.61753: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884861.61767: Set connection var ansible_timeout to 10 11924 1726884861.61778: Set connection var ansible_pipelining to False 11924 1726884861.61788: Set connection var ansible_shell_type to sh 11924 1726884861.61824: variable 'ansible_shell_executable' from source: unknown 11924 1726884861.61833: variable 'ansible_connection' from source: unknown 11924 1726884861.61860: variable 'ansible_module_compression' from source: unknown 11924 1726884861.61863: variable 'ansible_shell_type' from source: unknown 11924 1726884861.61865: variable 'ansible_shell_executable' from source: unknown 11924 1726884861.61867: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884861.61869: variable 'ansible_pipelining' from source: unknown 11924 1726884861.61963: variable 'ansible_timeout' from source: unknown 11924 1726884861.61967: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884861.62039: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884861.62059: variable 'omit' from source: magic vars 11924 1726884861.62075: starting attempt loop 11924 1726884861.62160: running the handler 11924 1726884861.62164: _low_level_execute_command(): starting 11924 1726884861.62166: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884861.62960: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884861.62992: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884861.63014: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884861.63036: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884861.63206: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884861.64870: stdout chunk (state=3): >>>/root <<< 11924 1726884861.65036: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884861.65039: stdout chunk (state=3): >>><<< 11924 1726884861.65042: stderr chunk (state=3): >>><<< 11924 1726884861.65068: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884861.65172: _low_level_execute_command(): starting 11924 1726884861.65177: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884861.6508286-12996-185741453144928 `" && echo ansible-tmp-1726884861.6508286-12996-185741453144928="` echo /root/.ansible/tmp/ansible-tmp-1726884861.6508286-12996-185741453144928 `" ) && sleep 0' 11924 1726884861.65805: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884861.65808: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884861.65810: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884861.65813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884861.65824: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884861.65827: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884861.65829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884861.65965: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884861.65968: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884861.65971: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884861.65973: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884861.65975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884861.65976: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884861.65978: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884861.65980: stderr chunk (state=3): >>>debug2: match found <<< 11924 1726884861.65981: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884861.65983: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884861.65984: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884861.66172: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884861.66245: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884861.68175: stdout chunk (state=3): >>>ansible-tmp-1726884861.6508286-12996-185741453144928=/root/.ansible/tmp/ansible-tmp-1726884861.6508286-12996-185741453144928 <<< 11924 1726884861.68565: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884861.68568: stdout chunk (state=3): >>><<< 11924 1726884861.68570: stderr chunk (state=3): >>><<< 11924 1726884861.68573: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884861.6508286-12996-185741453144928=/root/.ansible/tmp/ansible-tmp-1726884861.6508286-12996-185741453144928 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884861.68575: variable 'ansible_module_compression' from source: unknown 11924 1726884861.68576: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884861.68578: variable 'ansible_facts' from source: unknown 11924 1726884861.68603: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884861.6508286-12996-185741453144928/AnsiballZ_command.py 11924 1726884861.68824: Sending initial data 11924 1726884861.68833: Sent initial data (156 bytes) 11924 1726884861.69345: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884861.69361: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884861.69375: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884861.69392: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884861.69470: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884861.69505: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884861.69527: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884861.69545: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884861.69623: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884861.71187: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 11924 1726884861.71225: 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 <<< 11924 1726884861.71285: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884861.71352: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp9wsj_mvw /root/.ansible/tmp/ansible-tmp-1726884861.6508286-12996-185741453144928/AnsiballZ_command.py <<< 11924 1726884861.71375: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884861.6508286-12996-185741453144928/AnsiballZ_command.py" <<< 11924 1726884861.71421: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp9wsj_mvw" to remote "/root/.ansible/tmp/ansible-tmp-1726884861.6508286-12996-185741453144928/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884861.6508286-12996-185741453144928/AnsiballZ_command.py" <<< 11924 1726884861.72221: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884861.72279: stderr chunk (state=3): >>><<< 11924 1726884861.72288: stdout chunk (state=3): >>><<< 11924 1726884861.72370: done transferring module to remote 11924 1726884861.72391: _low_level_execute_command(): starting 11924 1726884861.72404: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884861.6508286-12996-185741453144928/ /root/.ansible/tmp/ansible-tmp-1726884861.6508286-12996-185741453144928/AnsiballZ_command.py && sleep 0' 11924 1726884861.73068: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884861.73081: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884861.73094: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884861.73113: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884861.73215: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884861.73243: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884861.73319: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884861.75344: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884861.75348: stdout chunk (state=3): >>><<< 11924 1726884861.75351: stderr chunk (state=3): >>><<< 11924 1726884861.75472: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884861.75476: _low_level_execute_command(): starting 11924 1726884861.75478: _low_level_execute_command(): using become for this command 11924 1726884861.75481: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ckpaywjubypgwehoxrfpeihewqqkbkhd ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884861.6508286-12996-185741453144928/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884861.75881: Initial state: awaiting_escalation: BECOME-SUCCESS-ckpaywjubypgwehoxrfpeihewqqkbkhd 11924 1726884861.76397: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884861.76405: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884861.76658: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884861.76879: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884861.76973: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884861.79909: stdout chunk (state=1): >>>BECOME-SUCCESS-ckpaywjubypgwehoxrfpeihewqqkbkhd <<< 11924 1726884861.79932: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ckpaywjubypgwehoxrfpeihewqqkbkhd' 11924 1726884861.80291: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884861.80295: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884861.80366: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884861.80381: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884861.80407: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884861.80486: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884861.80546: 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' # <<< 11924 1726884861.80615: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884861.80674: 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 0x7ff2009103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2008dfa10> <<< 11924 1726884861.80762: 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 0x7ff200912960> <<< 11924 1726884861.80827: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 11924 1726884861.80884: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884861.80919: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884861.81004: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # import '_sitebuiltins' # <<< 11924 1726884861.81038: 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 <<< 11924 1726884861.81067: 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 0x7ff2006c0fe0> <<< 11924 1726884861.81139: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884861.81154: 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 0x7ff2006c1fd0> <<< 11924 1726884861.81174: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884861.81211: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884861.81437: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884861.81471: 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 <<< 11924 1726884861.81505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884861.81524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884861.81553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884861.81582: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884861.81598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884861.81635: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200707e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884861.81662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884861.81675: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200707ec0> <<< 11924 1726884861.81702: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884861.81732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884861.81752: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884861.81807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884861.81818: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884861.81859: 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 0x7ff200737800> <<< 11924 1726884861.81892: 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 0x7ff200737e90> <<< 11924 1726884861.81916: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884861.81961: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200717ad0> <<< 11924 1726884861.81987: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884861.82005: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2007151f0> <<< 11924 1726884861.82090: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200704fb0> <<< 11924 1726884861.82127: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884861.82150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884861.82159: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884861.82202: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884861.82205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884861.82232: 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' <<< 11924 1726884861.82281: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20075b710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20075a330> <<< 11924 1726884861.82316: 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 0x7ff2007161e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200758b60> <<< 11924 1726884861.82381: 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 0x7ff20078c770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200704230> <<< 11924 1726884861.82426: 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' <<< 11924 1726884861.82453: 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 0x7ff20078cc20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20078cad0> <<< 11924 1726884861.82513: 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 0x7ff20078cec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2006fad50> <<< 11924 1726884861.82530: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884861.82559: 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 <<< 11924 1726884861.82600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20078d580> <<< 11924 1726884861.82630: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20078d250> import 'importlib.machinery' # <<< 11924 1726884861.82645: 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' <<< 11924 1726884861.82681: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20078e480> <<< 11924 1726884861.82701: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884861.82715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884861.82796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884861.82800: 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 0x7ff2007a46b0> <<< 11924 1726884861.82802: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884861.82832: 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 0x7ff2007a5d90> <<< 11924 1726884861.82867: 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' <<< 11924 1726884861.82909: 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' <<< 11924 1726884861.82919: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2007a6c30> <<< 11924 1726884861.82979: 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 0x7ff2007a7290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2007a6180> <<< 11924 1726884861.83000: 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' <<< 11924 1726884861.83048: 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 0x7ff2007a7d10> <<< 11924 1726884861.83073: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2007a7440> <<< 11924 1726884861.83122: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20078e4e0> <<< 11924 1726884861.83125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884861.83172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884861.83192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884861.83213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884861.83242: 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' <<< 11924 1726884861.83257: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff20053fb90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884861.83297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884861.83322: 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 0x7ff200568680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2005683e0> <<< 11924 1726884861.83332: 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 0x7ff2005686b0> <<< 11924 1726884861.83360: 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' <<< 11924 1726884861.83588: 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 0x7ff200568fe0> <<< 11924 1726884861.83705: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884861.83710: 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 0x7ff200569970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200568890> <<< 11924 1726884861.83716: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20053dd30> <<< 11924 1726884861.83738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884861.83754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884861.83788: 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' <<< 11924 1726884861.83818: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20056acc0> <<< 11924 1726884861.83821: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200568e60> <<< 11924 1726884861.83842: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20078e660> <<< 11924 1726884861.83872: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884861.83937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884861.84016: 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 0x7ff200597020> <<< 11924 1726884861.84080: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884861.84103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884861.84134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884861.84137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884861.84176: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2005bf380> <<< 11924 1726884861.84194: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884861.84248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884861.84299: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884861.84330: 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 0x7ff200618140> <<< 11924 1726884861.84345: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884861.84378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884861.84401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884861.84445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884861.84530: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20061a870> <<< 11924 1726884861.84609: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200618260> <<< 11924 1726884861.84643: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2005e5130> <<< 11924 1726884861.84681: 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 0x7ff1fff29250> <<< 11924 1726884861.84710: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2005be180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20056bbf0> <<< 11924 1726884861.84821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884861.84830: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff2005be2a0> <<< 11924 1726884861.85025: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_yomww4tp/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 11924 1726884861.85153: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.85185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884861.85189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884861.85241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884861.85311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884861.85331: 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' <<< 11924 1726884861.85353: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fff7af30> import '_typing' # <<< 11924 1726884861.85534: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fff5de20> <<< 11924 1726884861.85549: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fff5cf80> # zipimport: zlib available <<< 11924 1726884861.85582: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884861.85620: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.85637: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884861.87041: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.88171: 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' <<< 11924 1726884861.88177: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fff78dd0> <<< 11924 1726884861.88205: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884861.88216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884861.88234: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884861.88243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884861.88271: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884861.88278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884861.88308: 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 0x7ff1fffaa8a0> <<< 11924 1726884861.88347: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fffaa630> <<< 11924 1726884861.88376: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fffa9f40> <<< 11924 1726884861.88403: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884861.88406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884861.88459: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fffaa990> <<< 11924 1726884861.88462: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fff7b950> import 'atexit' # <<< 11924 1726884861.88496: 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 0x7ff1fffab5c0> <<< 11924 1726884861.88527: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884861.88530: 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 0x7ff1fffab800> <<< 11924 1726884861.88554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884861.88601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884861.88615: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884861.88669: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fffabd40> <<< 11924 1726884861.88676: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884861.88701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884861.88725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884861.88767: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe11a90> <<< 11924 1726884861.88806: 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 0x7ff1ffe13680> <<< 11924 1726884861.88837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884861.88842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884861.88905: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe13fe0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884861.88937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884861.88953: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe151c0> <<< 11924 1726884861.88979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884861.89017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884861.89042: 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' <<< 11924 1726884861.89097: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe17c50> <<< 11924 1726884861.89149: 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 0x7ff1ffe17b90> <<< 11924 1726884861.89153: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe15f40> <<< 11924 1726884861.89180: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884861.89220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884861.89236: 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' <<< 11924 1726884861.89258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884861.89281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884861.89342: 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' <<< 11924 1726884861.89347: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe1fb60> import '_tokenize' # <<< 11924 1726884861.89417: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe1e660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe1e3c0> <<< 11924 1726884861.89431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884861.89448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884861.89524: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe1e900> <<< 11924 1726884861.89554: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe16450> <<< 11924 1726884861.89597: 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 0x7ff1ffe63e30> <<< 11924 1726884861.89633: 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 0x7ff1ffe63830> <<< 11924 1726884861.89647: 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 <<< 11924 1726884861.89678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884861.89683: 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' <<< 11924 1726884861.89738: 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 0x7ff1ffe65a60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe65820> <<< 11924 1726884861.89741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884861.89869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884861.89927: 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 0x7ff1ffe67fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe66150> <<< 11924 1726884861.89953: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884861.89994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884861.90018: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884861.90037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884861.90085: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe6b800> <<< 11924 1726884861.90211: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe681d0> <<< 11924 1726884861.90275: stdout 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 0x7ff1ffe6c740> <<< 11924 1726884861.90310: stdout 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 0x7ff1ffe6c890> <<< 11924 1726884861.90352: stdout 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 0x7ff1ffe6c9b0> <<< 11924 1726884861.90367: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe64140> <<< 11924 1726884861.90384: 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 <<< 11924 1726884861.90402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884861.90412: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884861.90439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884861.90470: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884861.90494: 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 0x7ff1ffef8140> <<< 11924 1726884861.90638: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884861.90658: 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 0x7ff1ffef9430> <<< 11924 1726884861.90664: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe6e8d0> <<< 11924 1726884861.90698: 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' <<< 11924 1726884861.90710: 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 0x7ff1ffe6fc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe6e4e0> <<< 11924 1726884861.90720: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.90733: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.90748: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 11924 1726884861.90760: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.90852: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.90937: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.90961: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.90973: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 11924 1726884861.90983: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.90996: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.91015: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884861.91140: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.91262: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.91820: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.92359: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884861.92408: 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' # <<< 11924 1726884861.92413: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884861.92429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884861.92470: 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 0x7ff1ffefd5e0> <<< 11924 1726884861.92563: 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' <<< 11924 1726884861.92580: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffefe4b0> <<< 11924 1726884861.92592: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffef9880> <<< 11924 1726884861.92642: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884861.92674: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.92700: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884861.92712: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.92848: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.93014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884861.93016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffefe210> <<< 11924 1726884861.93027: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.93477: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.93919: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.93993: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.94071: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884861.94078: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.94116: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.94157: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884861.94163: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.94237: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.94314: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884861.94346: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.94350: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.94382: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884861.94418: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.94449: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884861.94474: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.94706: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.94934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884861.94989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884861.95010: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884861.95069: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffeff590> <<< 11924 1726884861.95086: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.95166: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.95240: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884861.95283: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884861.95320: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.95368: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884861.95389: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.95421: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.95468: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.95526: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.95607: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884861.95634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884861.95721: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1ffd09f10> <<< 11924 1726884861.95760: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffd07320> <<< 11924 1726884861.95788: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884861.95802: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.95893: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.95932: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.95953: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.95996: stdout chunk (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' <<< 11924 1726884861.96015: 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 <<< 11924 1726884861.96041: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884861.96059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884861.96122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884861.96137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884861.96163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884861.96219: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffffa810> <<< 11924 1726884861.96264: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fffde4e0> <<< 11924 1726884861.96346: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffd09c70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffeffe30> <<< 11924 1726884861.96353: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884861.96361: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.96392: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.96416: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884861.96479: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884861.96482: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.96507: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.96520: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 11924 1726884861.96526: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.96629: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.96745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884861.96750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884861.96777: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffefef30> <<< 11924 1726884861.96858: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884861.99458: stdout chunk (state=3): >>> {"changed": true, "stdout": " 0", "stderr": "", "rc": 0, "cmd": ["vgs", "--noheadings", "--binary", "-o", "shared", "foo"], "start": "2024-09-20 22:14:21.969266", "end": "2024-09-20 22:14:21.993705", "delta": "0:00:00.024439", "msg": "", "invocation": {"module_args": {"_raw_params": "vgs --noheadings --binary -o shared foo", "_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}}} <<< 11924 1726884861.99484: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884861.99930: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884861.99970: 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 <<< 11924 1726884862.00022: stdout chunk (state=3): >>># cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils <<< 11924 1726884862.00111: 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 <<< 11924 1726884862.00116: 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 # cleanup[2] removing glob # destroy glob <<< 11924 1726884862.00349: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884862.00365: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884862.00397: stdout chunk (state=3): >>># destroy _bz2 <<< 11924 1726884862.00402: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 11924 1726884862.00420: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884862.00436: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 11924 1726884862.00441: stdout chunk (state=3): >>># destroy ipaddress <<< 11924 1726884862.00470: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884862.00487: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884862.00512: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 11924 1726884862.00523: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 11924 1726884862.00535: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 11924 1726884862.00548: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 11924 1726884862.00565: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess <<< 11924 1726884862.00568: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 11924 1726884862.00586: stdout chunk (state=3): >>># destroy fnmatch <<< 11924 1726884862.00601: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 11924 1726884862.00611: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884862.00636: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884862.00652: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex <<< 11924 1726884862.00661: stdout chunk (state=3): >>># destroy subprocess <<< 11924 1726884862.00691: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884862.00724: 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 <<< 11924 1726884862.00728: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 11924 1726884862.00752: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 11924 1726884862.00758: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 11924 1726884862.00779: 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 <<< 11924 1726884862.00826: 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 <<< 11924 1726884862.00853: 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 <<< 11924 1726884862.00869: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 11924 1726884862.00874: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884862.01008: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884862.01015: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884862.01021: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884862.01052: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884862.01060: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884862.01085: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884862.01120: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884862.01132: 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 <<< 11924 1726884862.01143: stdout chunk (state=3): >>># destroy _imp # destroy _io # destroy marshal <<< 11924 1726884862.01151: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884862.01251: 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 <<< 11924 1726884862.01258: stdout chunk (state=3): >>># destroy time <<< 11924 1726884862.01277: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884862.01300: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884862.01323: stdout chunk (state=3): >>># destroy _operator <<< 11924 1726884862.01326: stdout chunk (state=3): >>># destroy _string # destroy re <<< 11924 1726884862.01327: stdout chunk (state=3): >>># destroy itertools <<< 11924 1726884862.01357: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 11924 1726884862.01362: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884862.01863: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884862.01916: stderr chunk (state=3): >>><<< 11924 1726884862.01919: stdout chunk (state=3): >>><<< 11924 1726884862.02073: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2009103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2008dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200912960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2006c0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2006c1fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200707e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200707ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200737800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200737e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200717ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2007151f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200704fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20075b710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20075a330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2007161e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200758b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20078c770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200704230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff20078cc20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20078cad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff20078cec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2006fad50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20078d580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20078d250> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20078e480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2007a46b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2007a5d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2007a6c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2007a7290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2007a6180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2007a7d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2007a7440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20078e4e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff20053fb90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff200568680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2005683e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff2005686b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff200568fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff200569970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200568890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20053dd30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20056acc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200568e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20078e660> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200597020> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2005bf380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200618140> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20061a870> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff200618260> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2005e5130> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fff29250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff2005be180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff20056bbf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff2005be2a0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_yomww4tp/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 0x7ff1fff7af30> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fff5de20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fff5cf80> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fff78dd0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1fffaa8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fffaa630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fffa9f40> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fffaa990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fff7b950> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1fffab5c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1fffab800> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fffabd40> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe11a90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1ffe13680> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe13fe0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe151c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe17c50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1ffe17b90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe15f40> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe1fb60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe1e660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe1e3c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe1e900> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe16450> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1ffe63e30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe63830> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1ffe65a60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe65820> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1ffe67fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe66150> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe6b800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe681d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1ffe6c740> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1ffe6c890> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1ffe6c9b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe64140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1ffef8140> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1ffef9430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe6e8d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1ffe6fc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffe6e4e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1ffefd5e0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffefe4b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffef9880> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffefe210> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffeff590> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1ffd09f10> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffd07320> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffffa810> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1fffde4e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffd09c70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1ffeffe30> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7ff1ffefef30> # zipimport: zlib available {"changed": true, "stdout": " 0", "stderr": "", "rc": 0, "cmd": ["vgs", "--noheadings", "--binary", "-o", "shared", "foo"], "start": "2024-09-20 22:14:21.969266", "end": "2024-09-20 22:14:21.993705", "delta": "0:00:00.024439", "msg": "", "invocation": {"module_args": {"_raw_params": "vgs --noheadings --binary -o shared foo", "_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884862.03105: done with _execute_module (ansible.legacy.command, {'_raw_params': 'vgs --noheadings --binary -o shared foo', '_ansible_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-1726884861.6508286-12996-185741453144928/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884862.03108: _low_level_execute_command(): starting 11924 1726884862.03111: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884861.6508286-12996-185741453144928/ > /dev/null 2>&1 && sleep 0' 11924 1726884862.03113: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884862.03116: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884862.03118: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884862.03122: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884862.03124: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884862.03127: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884862.03130: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884862.03132: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884862.04962: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884862.04965: stdout chunk (state=3): >>><<< 11924 1726884862.04968: stderr chunk (state=3): >>><<< 11924 1726884862.04986: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884862.05048: handler run complete 11924 1726884862.05051: Evaluated conditional (False): False 11924 1726884862.05053: attempt loop complete, returning result 11924 1726884862.05069: _execute() done 11924 1726884862.05072: dumping result to json 11924 1726884862.05074: done dumping result, returning 11924 1726884862.05082: done running TaskExecutor() for managed_node2/TASK: Get VG shared value status [0affc8a3-6f6f-f4c0-2290-00000000044a] 11924 1726884862.05093: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000044a 11924 1726884862.05238: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000044a 11924 1726884862.05241: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.024439", "end": "2024-09-20 22:14:21.993705", "rc": 0, "start": "2024-09-20 22:14:21.969266" } STDOUT: 0 11924 1726884862.05333: no more pending results, returning what we have 11924 1726884862.05336: results queue empty 11924 1726884862.05337: checking for any_errors_fatal 11924 1726884862.05342: done checking for any_errors_fatal 11924 1726884862.05342: checking for max_fail_percentage 11924 1726884862.05344: done checking for max_fail_percentage 11924 1726884862.05345: checking to see if all hosts have failed and the running result is not ok 11924 1726884862.05346: done checking to see if all hosts have failed 11924 1726884862.05346: getting the remaining hosts for this loop 11924 1726884862.05351: done getting the remaining hosts for this loop 11924 1726884862.05354: getting the next task for host managed_node2 11924 1726884862.05363: done getting next task for host managed_node2 11924 1726884862.05365: ^ task is: TASK: Verify that VG shared value checks out 11924 1726884862.05369: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884862.05374: getting variables 11924 1726884862.05376: in VariableManager get_vars() 11924 1726884862.05412: Calling all_inventory to load vars for managed_node2 11924 1726884862.05417: Calling groups_inventory to load vars for managed_node2 11924 1726884862.05421: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884862.05431: Calling all_plugins_play to load vars for managed_node2 11924 1726884862.05434: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884862.05436: Calling groups_plugins_play to load vars for managed_node2 11924 1726884862.06196: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884862.06895: done with get_vars() 11924 1726884862.06918: done getting variables 11924 1726884862.07043: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [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 22:14:22 -0400 (0:00:00.474) 0:00:27.409 ****** 11924 1726884862.07085: entering _queue_task() for managed_node2/assert 11924 1726884862.07087: Creating lock for assert 11924 1726884862.07322: worker is 1 (out of 1 available) 11924 1726884862.07335: exiting _queue_task() for managed_node2/assert 11924 1726884862.07349: done queuing things up, now waiting for results queue to drain 11924 1726884862.07351: waiting for pending results... 11924 1726884862.07735: running TaskExecutor() for managed_node2/TASK: Verify that VG shared value checks out 11924 1726884862.07740: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000044b 11924 1726884862.07743: variable 'ansible_search_path' from source: unknown 11924 1726884862.07747: calling self._execute() 11924 1726884862.07790: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884862.07796: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884862.07805: variable 'omit' from source: magic vars 11924 1726884862.08204: variable 'storage_test_pool' from source: include params 11924 1726884862.08236: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): True 11924 1726884862.08242: variable 'omit' from source: magic vars 11924 1726884862.08390: variable 'omit' from source: magic vars 11924 1726884862.08401: variable 'storage_test_pool' from source: include params 11924 1726884862.08415: variable 'actual' from source: task vars 11924 1726884862.08517: variable 'vgs_dump' from source: set_fact 11924 1726884862.08564: variable 'omit' from source: magic vars 11924 1726884862.08625: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884862.08633: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884862.08653: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884862.08688: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884862.08701: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884862.08716: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884862.08733: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884862.08949: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884862.08952: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884862.08954: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884862.08958: Set connection var ansible_shell_executable to /bin/sh 11924 1726884862.08961: Set connection var ansible_connection to ssh 11924 1726884862.08963: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884862.08965: Set connection var ansible_timeout to 10 11924 1726884862.08969: Set connection var ansible_pipelining to False 11924 1726884862.08972: Set connection var ansible_shell_type to sh 11924 1726884862.08974: variable 'ansible_shell_executable' from source: unknown 11924 1726884862.08976: variable 'ansible_connection' from source: unknown 11924 1726884862.08977: variable 'ansible_module_compression' from source: unknown 11924 1726884862.08979: variable 'ansible_shell_type' from source: unknown 11924 1726884862.08981: variable 'ansible_shell_executable' from source: unknown 11924 1726884862.08983: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884862.08985: variable 'ansible_pipelining' from source: unknown 11924 1726884862.08987: variable 'ansible_timeout' from source: unknown 11924 1726884862.08989: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884862.09072: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884862.09086: variable 'omit' from source: magic vars 11924 1726884862.09089: starting attempt loop 11924 1726884862.09091: running the handler 11924 1726884862.09216: variable 'storage_test_pool' from source: include params 11924 1726884862.09231: variable 'actual' from source: task vars 11924 1726884862.09323: variable 'vgs_dump' from source: set_fact 11924 1726884862.09378: Evaluated conditional (storage_test_pool.shared == actual): True 11924 1726884862.09382: handler run complete 11924 1726884862.09384: attempt loop complete, returning result 11924 1726884862.09386: _execute() done 11924 1726884862.09389: dumping result to json 11924 1726884862.09391: done dumping result, returning 11924 1726884862.09392: done running TaskExecutor() for managed_node2/TASK: Verify that VG shared value checks out [0affc8a3-6f6f-f4c0-2290-00000000044b] 11924 1726884862.09394: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000044b ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884862.09621: no more pending results, returning what we have 11924 1726884862.09624: results queue empty 11924 1726884862.09625: checking for any_errors_fatal 11924 1726884862.09633: done checking for any_errors_fatal 11924 1726884862.09634: checking for max_fail_percentage 11924 1726884862.09635: done checking for max_fail_percentage 11924 1726884862.09636: checking to see if all hosts have failed and the running result is not ok 11924 1726884862.09637: done checking to see if all hosts have failed 11924 1726884862.09638: getting the remaining hosts for this loop 11924 1726884862.09639: done getting the remaining hosts for this loop 11924 1726884862.09643: getting the next task for host managed_node2 11924 1726884862.09650: done getting next task for host managed_node2 11924 1726884862.09653: ^ task is: TASK: Verify pool subset 11924 1726884862.09666: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884862.09671: getting variables 11924 1726884862.09672: in VariableManager get_vars() 11924 1726884862.09701: Calling all_inventory to load vars for managed_node2 11924 1726884862.09704: Calling groups_inventory to load vars for managed_node2 11924 1726884862.09707: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884862.09716: Calling all_plugins_play to load vars for managed_node2 11924 1726884862.09719: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884862.09722: Calling groups_plugins_play to load vars for managed_node2 11924 1726884862.10404: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000044b 11924 1726884862.10409: WORKER PROCESS EXITING 11924 1726884862.10602: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884862.11248: done with get_vars() 11924 1726884862.11265: 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 22:14:22 -0400 (0:00:00.043) 0:00:27.452 ****** 11924 1726884862.11425: entering _queue_task() for managed_node2/include_tasks 11924 1726884862.11830: worker is 1 (out of 1 available) 11924 1726884862.11848: exiting _queue_task() for managed_node2/include_tasks 11924 1726884862.11864: done queuing things up, now waiting for results queue to drain 11924 1726884862.11865: waiting for pending results... 11924 1726884862.12094: running TaskExecutor() for managed_node2/TASK: Verify pool subset 11924 1726884862.12192: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000044c 11924 1726884862.12244: variable 'ansible_search_path' from source: unknown 11924 1726884862.12286: variable '_storage_pool_tests' from source: set_fact 11924 1726884862.12465: variable '_storage_pool_tests' from source: set_fact 11924 1726884862.12531: variable 'omit' from source: magic vars 11924 1726884862.12632: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884862.12641: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884862.12651: variable 'omit' from source: magic vars 11924 1726884862.12768: variable 'storage_test_pool_subset' from source: unknown 11924 1726884862.12796: variable 'storage_test_pool_subset' from source: unknown 11924 1726884862.12844: variable 'storage_test_pool_subset' from source: unknown 11924 1726884862.12982: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884862.12985: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884862.12988: variable 'omit' from source: magic vars 11924 1726884862.13044: variable 'storage_test_pool_subset' from source: unknown 11924 1726884862.13067: variable 'storage_test_pool_subset' from source: unknown 11924 1726884862.13113: variable 'storage_test_pool_subset' from source: unknown 11924 1726884862.13175: dumping result to json 11924 1726884862.13178: done dumping result, returning 11924 1726884862.13180: done running TaskExecutor() for managed_node2/TASK: Verify pool subset [0affc8a3-6f6f-f4c0-2290-00000000044c] 11924 1726884862.13182: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000044c 11924 1726884862.13244: no more pending results, returning what we have 11924 1726884862.13250: in VariableManager get_vars() 11924 1726884862.13287: Calling all_inventory to load vars for managed_node2 11924 1726884862.13289: Calling groups_inventory to load vars for managed_node2 11924 1726884862.13293: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884862.13305: Calling all_plugins_play to load vars for managed_node2 11924 1726884862.13308: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884862.13310: Calling groups_plugins_play to load vars for managed_node2 11924 1726884862.13884: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000044c 11924 1726884862.13899: WORKER PROCESS EXITING 11924 1726884862.13927: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884862.14575: done with get_vars() 11924 1726884862.14587: variable 'ansible_search_path' from source: unknown 11924 1726884862.14624: variable 'ansible_search_path' from source: unknown 11924 1726884862.14661: we have included files to process 11924 1726884862.14663: generating all_blocks data 11924 1726884862.14665: done generating all_blocks data 11924 1726884862.14670: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884862.14671: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884862.14673: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884862.16131: in VariableManager get_vars() 11924 1726884862.16171: done with get_vars() 11924 1726884862.16213: in VariableManager get_vars() 11924 1726884862.16251: done with get_vars() 11924 1726884862.16297: in VariableManager get_vars() 11924 1726884862.16315: done with get_vars() 11924 1726884862.16353: in VariableManager get_vars() 11924 1726884862.16380: done with get_vars() 11924 1726884862.16423: in VariableManager get_vars() 11924 1726884862.16442: done with get_vars() 11924 1726884862.16487: in VariableManager get_vars() 11924 1726884862.16506: done with get_vars() 11924 1726884862.16540: in VariableManager get_vars() 11924 1726884862.16558: done with get_vars() 11924 1726884862.16638: done processing included file 11924 1726884862.16640: iterating over new_blocks loaded from include file 11924 1726884862.16641: in VariableManager get_vars() 11924 1726884862.16653: done with get_vars() 11924 1726884862.16654: filtering new block on tags 11924 1726884862.16882: done filtering new block on tags 11924 1726884862.16885: 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_node2 => (item=members) 11924 1726884862.16890: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884862.16891: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884862.16896: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884862.17006: in VariableManager get_vars() 11924 1726884862.17031: done with get_vars() 11924 1726884862.17044: done processing included file 11924 1726884862.17046: iterating over new_blocks loaded from include file 11924 1726884862.17047: in VariableManager get_vars() 11924 1726884862.17062: done with get_vars() 11924 1726884862.17064: filtering new block on tags 11924 1726884862.17086: done filtering new block on tags 11924 1726884862.17088: 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_node2 => (item=volumes) 11924 1726884862.17092: extending task lists for all hosts with included blocks 11924 1726884862.17382: done extending task lists 11924 1726884862.17384: done processing included files 11924 1726884862.17384: results queue empty 11924 1726884862.17385: checking for any_errors_fatal 11924 1726884862.17389: done checking for any_errors_fatal 11924 1726884862.17390: checking for max_fail_percentage 11924 1726884862.17391: done checking for max_fail_percentage 11924 1726884862.17392: checking to see if all hosts have failed and the running result is not ok 11924 1726884862.17392: done checking to see if all hosts have failed 11924 1726884862.17393: getting the remaining hosts for this loop 11924 1726884862.17394: done getting the remaining hosts for this loop 11924 1726884862.17397: getting the next task for host managed_node2 11924 1726884862.17402: done getting next task for host managed_node2 11924 1726884862.17404: ^ task is: TASK: Set test variables 11924 1726884862.17407: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884862.17414: getting variables 11924 1726884862.17415: in VariableManager get_vars() 11924 1726884862.17423: Calling all_inventory to load vars for managed_node2 11924 1726884862.17425: Calling groups_inventory to load vars for managed_node2 11924 1726884862.17428: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884862.17438: Calling all_plugins_play to load vars for managed_node2 11924 1726884862.17444: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884862.17447: Calling groups_plugins_play to load vars for managed_node2 11924 1726884862.17944: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884862.18604: done with get_vars() 11924 1726884862.18620: done getting variables 11924 1726884862.18659: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:22 -0400 (0:00:00.072) 0:00:27.525 ****** 11924 1726884862.18688: entering _queue_task() for managed_node2/set_fact 11924 1726884862.19050: worker is 1 (out of 1 available) 11924 1726884862.19066: exiting _queue_task() for managed_node2/set_fact 11924 1726884862.19082: done queuing things up, now waiting for results queue to drain 11924 1726884862.19083: waiting for pending results... 11924 1726884862.19338: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884862.19471: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000484 11924 1726884862.19505: variable 'ansible_search_path' from source: unknown 11924 1726884862.19544: calling self._execute() 11924 1726884862.19652: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884862.19667: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884862.19681: variable 'omit' from source: magic vars 11924 1726884862.20116: variable 'storage_test_pool' from source: include params 11924 1726884862.20183: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884862.20241: variable 'omit' from source: magic vars 11924 1726884862.20272: variable 'omit' from source: magic vars 11924 1726884862.20537: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884862.23493: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884862.23827: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884862.23960: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884862.23964: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884862.23966: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884862.24014: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884862.24047: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884862.24083: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884862.24128: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884862.24150: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884862.24205: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884862.24235: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884862.24270: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884862.24361: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884862.24365: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884862.24398: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884862.24428: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884862.24460: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884862.24508: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884862.24531: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884862.24718: variable 'ansible_lvm' from source: facts 11924 1726884862.24736: variable 'storage_test_pool' from source: include params 11924 1726884862.24862: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884862.24991: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884862.25035: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884862.25069: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884862.25098: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884862.25303: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884862.25332: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884862.25562: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884862.25565: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884862.25567: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884862.25569: variable 'storage_test_pool' from source: include params 11924 1726884862.25776: variable 'omit' from source: magic vars 11924 1726884862.25807: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884862.25835: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884862.25918: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884862.25956: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884862.25971: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884862.26023: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884862.26042: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884862.26111: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884862.26121: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884862.26128: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884862.26237: Set connection var ansible_shell_executable to /bin/sh 11924 1726884862.26245: Set connection var ansible_connection to ssh 11924 1726884862.26257: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884862.26268: Set connection var ansible_timeout to 10 11924 1726884862.26277: Set connection var ansible_pipelining to False 11924 1726884862.26285: Set connection var ansible_shell_type to sh 11924 1726884862.26318: variable 'ansible_shell_executable' from source: unknown 11924 1726884862.26327: variable 'ansible_connection' from source: unknown 11924 1726884862.26339: variable 'ansible_module_compression' from source: unknown 11924 1726884862.26359: variable 'ansible_shell_type' from source: unknown 11924 1726884862.26362: variable 'ansible_shell_executable' from source: unknown 11924 1726884862.26364: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884862.26365: variable 'ansible_pipelining' from source: unknown 11924 1726884862.26367: variable 'ansible_timeout' from source: unknown 11924 1726884862.26369: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884862.26553: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884862.26558: variable 'omit' from source: magic vars 11924 1726884862.26561: starting attempt loop 11924 1726884862.26564: running the handler 11924 1726884862.26566: handler run complete 11924 1726884862.26568: attempt loop complete, returning result 11924 1726884862.26570: _execute() done 11924 1726884862.26572: dumping result to json 11924 1726884862.26574: done dumping result, returning 11924 1726884862.26576: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-000000000484] 11924 1726884862.26578: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000484 ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } 11924 1726884862.26719: no more pending results, returning what we have 11924 1726884862.26725: results queue empty 11924 1726884862.26726: checking for any_errors_fatal 11924 1726884862.26727: done checking for any_errors_fatal 11924 1726884862.26728: checking for max_fail_percentage 11924 1726884862.26730: done checking for max_fail_percentage 11924 1726884862.26731: checking to see if all hosts have failed and the running result is not ok 11924 1726884862.26732: done checking to see if all hosts have failed 11924 1726884862.26733: getting the remaining hosts for this loop 11924 1726884862.26735: done getting the remaining hosts for this loop 11924 1726884862.26740: getting the next task for host managed_node2 11924 1726884862.26748: done getting next task for host managed_node2 11924 1726884862.26751: ^ task is: TASK: Get the canonical device path for each member device 11924 1726884862.26758: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884862.26763: getting variables 11924 1726884862.26765: in VariableManager get_vars() 11924 1726884862.26798: Calling all_inventory to load vars for managed_node2 11924 1726884862.26801: Calling groups_inventory to load vars for managed_node2 11924 1726884862.26805: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884862.26815: Calling all_plugins_play to load vars for managed_node2 11924 1726884862.26818: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884862.26821: Calling groups_plugins_play to load vars for managed_node2 11924 1726884862.27574: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000484 11924 1726884862.27577: WORKER PROCESS EXITING 11924 1726884862.27706: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884862.28294: done with get_vars() 11924 1726884862.28310: 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 22:14:22 -0400 (0:00:00.097) 0:00:27.622 ****** 11924 1726884862.28392: entering _queue_task() for managed_node2/fedora.linux_system_roles.resolve_blockdev 11924 1726884862.28394: Creating lock for fedora.linux_system_roles.resolve_blockdev 11924 1726884862.28679: worker is 1 (out of 1 available) 11924 1726884862.28692: exiting _queue_task() for managed_node2/fedora.linux_system_roles.resolve_blockdev 11924 1726884862.28704: done queuing things up, now waiting for results queue to drain 11924 1726884862.28706: waiting for pending results... 11924 1726884862.28998: running TaskExecutor() for managed_node2/TASK: Get the canonical device path for each member device 11924 1726884862.29120: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000485 11924 1726884862.29139: variable 'ansible_search_path' from source: unknown 11924 1726884862.29193: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884862.29386: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884862.29481: variable 'omit' from source: magic vars 11924 1726884862.29620: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884862.29634: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884862.29647: variable 'omit' from source: magic vars 11924 1726884862.30124: variable 'storage_test_pool' from source: include params 11924 1726884862.30151: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884862.30178: variable 'omit' from source: magic vars 11924 1726884862.30462: variable 'omit' from source: magic vars 11924 1726884862.30465: variable 'pv' from source: unknown 11924 1726884862.30535: variable 'pv' from source: unknown 11924 1726884862.30561: variable 'omit' from source: magic vars 11924 1726884862.30720: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884862.30773: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884862.30803: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884862.30867: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884862.30883: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884862.30925: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884862.31023: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884862.31059: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884862.31067: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884862.31075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884862.31295: Set connection var ansible_shell_executable to /bin/sh 11924 1726884862.31366: Set connection var ansible_connection to ssh 11924 1726884862.31378: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884862.31388: Set connection var ansible_timeout to 10 11924 1726884862.31397: Set connection var ansible_pipelining to False 11924 1726884862.31449: Set connection var ansible_shell_type to sh 11924 1726884862.31481: variable 'ansible_shell_executable' from source: unknown 11924 1726884862.31659: variable 'ansible_connection' from source: unknown 11924 1726884862.31662: variable 'ansible_module_compression' from source: unknown 11924 1726884862.31664: variable 'ansible_shell_type' from source: unknown 11924 1726884862.31667: variable 'ansible_shell_executable' from source: unknown 11924 1726884862.31670: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884862.31672: variable 'ansible_pipelining' from source: unknown 11924 1726884862.31674: variable 'ansible_timeout' from source: unknown 11924 1726884862.31676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884862.31866: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884862.32098: variable 'omit' from source: magic vars 11924 1726884862.32101: starting attempt loop 11924 1726884862.32104: running the handler 11924 1726884862.32106: _low_level_execute_command(): starting 11924 1726884862.32108: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884862.34072: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884862.34101: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884862.34133: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884862.34151: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884862.34386: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884862.36101: stdout chunk (state=3): >>>/root <<< 11924 1726884862.36254: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884862.36260: stdout chunk (state=3): >>><<< 11924 1726884862.36263: stderr chunk (state=3): >>><<< 11924 1726884862.36287: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884862.36314: _low_level_execute_command(): starting 11924 1726884862.36345: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884862.3629735-13028-178079770251187 `" && echo ansible-tmp-1726884862.3629735-13028-178079770251187="` echo /root/.ansible/tmp/ansible-tmp-1726884862.3629735-13028-178079770251187 `" ) && sleep 0' 11924 1726884862.38275: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884862.38322: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884862.38346: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884862.38574: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884862.38660: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884862.40583: stdout chunk (state=3): >>>ansible-tmp-1726884862.3629735-13028-178079770251187=/root/.ansible/tmp/ansible-tmp-1726884862.3629735-13028-178079770251187 <<< 11924 1726884862.40752: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884862.40758: stdout chunk (state=3): >>><<< 11924 1726884862.40761: stderr chunk (state=3): >>><<< 11924 1726884862.40782: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884862.3629735-13028-178079770251187=/root/.ansible/tmp/ansible-tmp-1726884862.3629735-13028-178079770251187 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884862.40853: variable 'ansible_module_compression' from source: unknown 11924 1726884862.41031: ANSIBALLZ: Using lock for fedora.linux_system_roles.resolve_blockdev 11924 1726884862.41050: ANSIBALLZ: Acquiring lock 11924 1726884862.41061: ANSIBALLZ: Lock acquired: 140694830371072 11924 1726884862.41070: ANSIBALLZ: Creating module 11924 1726884862.63283: ANSIBALLZ: Writing module into payload 11924 1726884862.63384: ANSIBALLZ: Writing module 11924 1726884862.63412: ANSIBALLZ: Renaming module 11924 1726884862.63428: ANSIBALLZ: Done creating module 11924 1726884862.63460: variable 'ansible_facts' from source: unknown 11924 1726884862.63549: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884862.3629735-13028-178079770251187/AnsiballZ_resolve_blockdev.py 11924 1726884862.63903: Sending initial data 11924 1726884862.63907: Sent initial data (165 bytes) 11924 1726884862.64535: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884862.64551: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884862.64572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884862.64680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884862.64696: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884862.64715: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884862.64803: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884862.66471: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 11924 1726884862.66478: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 11924 1726884862.66520: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884862.66572: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpgk94v43s /root/.ansible/tmp/ansible-tmp-1726884862.3629735-13028-178079770251187/AnsiballZ_resolve_blockdev.py <<< 11924 1726884862.66574: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884862.3629735-13028-178079770251187/AnsiballZ_resolve_blockdev.py" <<< 11924 1726884862.66618: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpgk94v43s" to remote "/root/.ansible/tmp/ansible-tmp-1726884862.3629735-13028-178079770251187/AnsiballZ_resolve_blockdev.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884862.3629735-13028-178079770251187/AnsiballZ_resolve_blockdev.py" <<< 11924 1726884862.67395: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884862.67399: stdout chunk (state=3): >>><<< 11924 1726884862.67401: stderr chunk (state=3): >>><<< 11924 1726884862.67458: done transferring module to remote 11924 1726884862.67480: _low_level_execute_command(): starting 11924 1726884862.67490: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884862.3629735-13028-178079770251187/ /root/.ansible/tmp/ansible-tmp-1726884862.3629735-13028-178079770251187/AnsiballZ_resolve_blockdev.py && sleep 0' 11924 1726884862.68228: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884862.68243: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884862.68261: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884862.68279: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884862.68295: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884862.68309: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884862.68321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884862.68339: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884862.68425: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884862.68449: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884862.68526: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884862.70319: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884862.70326: stdout chunk (state=3): >>><<< 11924 1726884862.70333: stderr chunk (state=3): >>><<< 11924 1726884862.70347: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884862.70352: _low_level_execute_command(): starting 11924 1726884862.70361: _low_level_execute_command(): using become for this command 11924 1726884862.70373: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-qtovxgffwasvpwnutjiezdapabyxvule ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884862.3629735-13028-178079770251187/AnsiballZ_resolve_blockdev.py'"'"' && sleep 0' 11924 1726884862.70451: Initial state: awaiting_escalation: BECOME-SUCCESS-qtovxgffwasvpwnutjiezdapabyxvule 11924 1726884862.70910: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884862.70965: stderr chunk (state=1): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884862.71023: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884862.71081: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884862.74006: stdout chunk (state=1): >>>BECOME-SUCCESS-qtovxgffwasvpwnutjiezdapabyxvule <<< 11924 1726884862.74021: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-qtovxgffwasvpwnutjiezdapabyxvule' 11924 1726884862.74370: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884862.74388: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884862.74417: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884862.74493: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884862.74515: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884862.74526: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884862.74615: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884862.74650: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884862.74673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884862.74693: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 11924 1726884862.74758: 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' <<< 11924 1726884862.74776: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf809103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf808dfa10> <<< 11924 1726884862.74809: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884862.74847: 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 0x7faf80912960> <<< 11924 1726884862.74856: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 11924 1726884862.74908: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 11924 1726884862.74911: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884862.74978: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884862.75072: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # <<< 11924 1726884862.75142: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884862.75225: 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 <<< 11924 1726884862.75270: 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 0x7faf806e4fe0> <<< 11924 1726884862.75329: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf806e5fd0> import 'site' # <<< 11924 1726884862.75364: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884862.75568: 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' <<< 11924 1726884862.75611: 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 <<< 11924 1726884862.75659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884862.75674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884862.75733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80723e00> <<< 11924 1726884862.75772: 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' <<< 11924 1726884862.75791: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80723ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884862.75860: 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 <<< 11924 1726884862.75959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 11924 1726884862.75962: 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' <<< 11924 1726884862.75965: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8075b830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884862.76003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8075bec0> import '_collections' # <<< 11924 1726884862.76066: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8073bad0> import '_functools' # <<< 11924 1726884862.76094: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807391f0> <<< 11924 1726884862.76205: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80720fb0> <<< 11924 1726884862.76210: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884862.76230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884862.76233: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884862.76259: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884862.76277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884862.76304: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884862.76307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884862.76345: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8077f800> <<< 11924 1726884862.76352: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8077e420> <<< 11924 1726884862.76392: 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' <<< 11924 1726884862.76416: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8073a0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8077cc20> <<< 11924 1726884862.76456: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884862.76498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807b0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80720230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884862.76527: 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 0x7faf807b0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807b0bc0> <<< 11924 1726884862.76575: 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 0x7faf807b0f80> <<< 11924 1726884862.76577: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8071ed50> <<< 11924 1726884862.76607: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884862.76613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884862.76625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884862.76660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884862.76672: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807b1610> <<< 11924 1726884862.76686: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807b12e0> import 'importlib.machinery' # <<< 11924 1726884862.76711: 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' <<< 11924 1726884862.76737: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807b2510> <<< 11924 1726884862.76744: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884862.76759: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884862.76778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884862.76815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884862.76834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884862.76850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807c8710> <<< 11924 1726884862.76858: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884862.76891: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884862.76896: 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 0x7faf807c9df0> <<< 11924 1726884862.76921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884862.76929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884862.76953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884862.76970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807cac90> <<< 11924 1726884862.77014: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884862.77025: 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 0x7faf807cb2f0> <<< 11924 1726884862.77028: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807ca1e0> <<< 11924 1726884862.77051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884862.77057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884862.77100: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884862.77104: 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 0x7faf807cbd70> <<< 11924 1726884862.77118: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807cb4a0> <<< 11924 1726884862.77158: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807b2540> <<< 11924 1726884862.77180: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884862.77202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884862.77226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884862.77245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884862.77281: 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' <<< 11924 1726884862.77287: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf8054bc50> <<< 11924 1726884862.77308: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884862.77312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884862.77344: 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 0x7faf805746e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80574440> <<< 11924 1726884862.77371: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884862.77376: 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 0x7faf80574710> <<< 11924 1726884862.77403: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884862.77410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884862.77477: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884862.77601: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf80575040> <<< 11924 1726884862.77723: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884862.77729: 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 0x7faf80575a00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf805748f0> <<< 11924 1726884862.77744: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80549df0> <<< 11924 1726884862.77776: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884862.77837: 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' <<< 11924 1726884862.77851: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80576e10> <<< 11924 1726884862.77879: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80575b50> <<< 11924 1726884862.77921: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807b2c30> <<< 11924 1726884862.77924: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884862.77988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884862.78005: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884862.78061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884862.78093: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8059f140> <<< 11924 1726884862.78115: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884862.78144: 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 <<< 11924 1726884862.78175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884862.78210: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf805c7530> <<< 11924 1726884862.78234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884862.78282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884862.78343: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884862.78357: 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 0x7faf80624290> <<< 11924 1726884862.78378: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884862.78411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884862.78435: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884862.78474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884862.78585: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf806269f0> <<< 11924 1726884862.78636: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf806243b0> <<< 11924 1726884862.78686: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf805f12e0> <<< 11924 1726884862.78717: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 11924 1726884862.78719: 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 0x7faf7ff29370> <<< 11924 1726884862.78735: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf805c6330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80577d40> <<< 11924 1726884862.78833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884862.78857: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7faf805c6930> <<< 11924 1726884862.79048: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.resolve_blockdev_payload_s420n5kg/ansible_fedora.linux_system_roles.resolve_blockdev_payload.zip' <<< 11924 1726884862.79052: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.79172: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.79198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884862.79214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884862.79269: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884862.79330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884862.79373: 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 0x7faf7ff7b110> import '_typing' # <<< 11924 1726884862.79570: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ff5e000> <<< 11924 1726884862.79584: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ff5d160> # zipimport: zlib available <<< 11924 1726884862.79590: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884862.79636: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.79643: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.79662: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884862.79684: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.81160: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.82361: 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 0x7faf7ff78fe0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884862.82365: 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' <<< 11924 1726884862.82491: 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 0x7faf7ffa6ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ffa6930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ffa6240> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884862.82591: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ffa6c90> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ff7bda0> import 'atexit' # <<< 11924 1726884862.82722: 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 0x7faf7ffa78c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7ffa7b00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884862.82816: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ffa7f80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884862.82894: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe15e20> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fe17a10> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884862.82945: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe18410> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884862.82968: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe195b0> <<< 11924 1726884862.83001: 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' <<< 11924 1726884862.83035: 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' <<< 11924 1726884862.83068: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe1bfb0> <<< 11924 1726884862.83277: 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 0x7faf7fe201a0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe1a330> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884862.83452: 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 0x7faf7fe23fb0> <<< 11924 1726884862.83522: stdout chunk (state=3): >>>import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe22b40> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe228a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884862.83677: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe22e10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe1a840> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fe68200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe68410> <<< 11924 1726884862.83708: 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' <<< 11924 1726884862.83815: 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 0x7faf7fe69eb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe69c70> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884862.83925: 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 0x7faf7fe6c3e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe6a540> <<< 11924 1726884862.83982: 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' <<< 11924 1726884862.84032: 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' # <<< 11924 1726884862.84114: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe6fb60> <<< 11924 1726884862.84174: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe6c530> <<< 11924 1726884862.84314: stdout 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 0x7faf7fe70c50> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fe70bf0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fe70e60> <<< 11924 1726884862.84435: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe685f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884862.84483: 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 0x7faf7fefc4d0> <<< 11924 1726884862.84682: 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 0x7faf7fefd4f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe72c60> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fe73860> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe72870> <<< 11924 1726884862.84770: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884862.84960: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884862.85046: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884862.85122: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.85235: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.85902: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.86338: 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' # <<< 11924 1726884862.86446: 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 0x7faf7fd017f0> <<< 11924 1726884862.86543: 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 0x7faf7fd02510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fefd730> <<< 11924 1726884862.86546: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884862.86757: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884862.86761: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.86936: 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 0x7faf7fd02240> # zipimport: zlib available <<< 11924 1726884862.87345: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.87756: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.87825: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.87909: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884862.87911: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.87952: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.87992: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884862.88000: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.88066: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.88149: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884862.88158: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.88176: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.88183: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 11924 1726884862.88202: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.88238: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.88277: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884862.88286: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.88515: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.88744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884862.88810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884862.88813: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884862.88889: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fd03680> <<< 11924 1726884862.88897: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.88972: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.89051: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884862.89060: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884862.89079: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.89123: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.89165: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884862.89176: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.89218: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.89265: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.89320: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.89392: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884862.89428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884862.89516: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fd0e4b0> <<< 11924 1726884862.89551: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fd0ade0> <<< 11924 1726884862.89592: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 11924 1726884862.89636: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884862.89684: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.89730: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.89760: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.89803: stdout chunk (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' <<< 11924 1726884862.89822: 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 <<< 11924 1726884862.89871: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884862.89874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884862.89954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884862.89960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884862.89972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884862.90016: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fff6bd0> <<< 11924 1726884862.90076: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ffe68a0> <<< 11924 1726884862.90154: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fd0e210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fefd7c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884862.90187: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.90219: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884862.90282: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884862.90337: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884862.90354: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 11924 1726884862.90449: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 11924 1726884862.90495: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884862.90543: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.90631: 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' <<< 11924 1726884862.90677: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fda0a40> <<< 11924 1726884862.90762: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884862.90882: stdout chunk (state=3): >>> {"device": "/dev/sda", "invocation": {"module_args": {"spec": "/dev/sda"}}} # destroy __main__ <<< 11924 1726884862.91206: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884862.91245: 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 <<< 11924 1726884862.91338: 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 <<< 11924 1726884862.91346: 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 <<< 11924 1726884862.91349: 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 <<< 11924 1726884862.91401: 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.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 <<< 11924 1726884862.91653: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884862.91713: 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 <<< 11924 1726884862.91754: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884862.91826: 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 <<< 11924 1726884862.91830: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884862.91869: 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 <<< 11924 1726884862.91924: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884862.92004: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 11924 1726884862.92047: 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 <<< 11924 1726884862.92068: 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 <<< 11924 1726884862.92181: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884862.92193: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884862.92286: 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 <<< 11924 1726884862.92308: 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 <<< 11924 1726884862.92412: 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 <<< 11924 1726884862.92415: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 11924 1726884862.92454: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884862.92459: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 11924 1726884862.92492: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 11924 1726884862.92498: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884862.92967: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884862.92995: stderr chunk (state=3): >>><<< 11924 1726884862.92998: stdout chunk (state=3): >>><<< 11924 1726884862.93069: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf809103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf808dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80912960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf806e4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf806e5fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80723e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80723ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8075b830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8075bec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8073bad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807391f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80720fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8077f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8077e420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8073a0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8077cc20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807b0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80720230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf807b0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807b0bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf807b0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8071ed50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807b1610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807b12e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807b2510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807c8710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf807c9df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807cac90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf807cb2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807ca1e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf807cbd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807cb4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807b2540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf8054bc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf805746e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80574440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf80574710> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf80575040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf80575a00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf805748f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80549df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80576e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80575b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf807b2c30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf8059f140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf805c7530> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80624290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf806269f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf806243b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf805f12e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ff29370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf805c6330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf80577d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7faf805c6930> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.resolve_blockdev_payload_s420n5kg/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 0x7faf7ff7b110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ff5e000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ff5d160> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ff78fe0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7ffa6ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ffa6930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ffa6240> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ffa6c90> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ff7bda0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7ffa78c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7ffa7b00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ffa7f80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe15e20> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fe17a10> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe18410> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe195b0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe1bfb0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fe201a0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe1a330> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe23fb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe22b40> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe228a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe22e10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe1a840> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fe68200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe68410> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fe69eb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe69c70> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fe6c3e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe6a540> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe6fb60> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe6c530> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fe70c50> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fe70bf0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fe70e60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe685f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fefc4d0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fefd4f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe72c60> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fe73860> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fe72870> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fd017f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fd02510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fefd730> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fd02240> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fd03680> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faf7fd0e4b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fd0ade0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fff6bd0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7ffe68a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fd0e210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf7fefd7c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7faf7fda0a40> # zipimport: zlib available {"device": "/dev/sda", "invocation": {"module_args": {"spec": "/dev/sda"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 11924 1726884862.93735: done with _execute_module (fedora.linux_system_roles.resolve_blockdev, {'spec': '/dev/sda', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': '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-1726884862.3629735-13028-178079770251187/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884862.93738: _low_level_execute_command(): starting 11924 1726884862.93741: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884862.3629735-13028-178079770251187/ > /dev/null 2>&1 && sleep 0' 11924 1726884862.93822: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884862.93826: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884862.93845: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884862.93849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884862.93893: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884862.93897: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884862.93899: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884862.93901: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884862.93981: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884862.93987: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884862.93989: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884862.94037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884862.95872: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884862.95909: stderr chunk (state=3): >>><<< 11924 1726884862.95912: stdout chunk (state=3): >>><<< 11924 1726884862.95927: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884862.95933: handler run complete 11924 1726884862.95946: attempt loop complete, returning result 11924 1726884862.95963: variable 'pv' from source: unknown 11924 1726884862.96050: variable 'pv' from source: unknown ok: [managed_node2] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } 11924 1726884862.96235: dumping result to json 11924 1726884862.96241: done dumping result, returning 11924 1726884862.96245: done running TaskExecutor() for managed_node2/TASK: Get the canonical device path for each member device [0affc8a3-6f6f-f4c0-2290-000000000485] 11924 1726884862.96248: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000485 11924 1726884862.96632: no more pending results, returning what we have 11924 1726884862.96636: results queue empty 11924 1726884862.96637: checking for any_errors_fatal 11924 1726884862.96645: done checking for any_errors_fatal 11924 1726884862.96646: checking for max_fail_percentage 11924 1726884862.96647: done checking for max_fail_percentage 11924 1726884862.96648: checking to see if all hosts have failed and the running result is not ok 11924 1726884862.96649: done checking to see if all hosts have failed 11924 1726884862.96650: getting the remaining hosts for this loop 11924 1726884862.96654: done getting the remaining hosts for this loop 11924 1726884862.96662: getting the next task for host managed_node2 11924 1726884862.96673: done getting next task for host managed_node2 11924 1726884862.96676: ^ task is: TASK: Set pvs lvm length 11924 1726884862.96681: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884862.96692: getting variables 11924 1726884862.96694: in VariableManager get_vars() 11924 1726884862.96732: Calling all_inventory to load vars for managed_node2 11924 1726884862.96735: Calling groups_inventory to load vars for managed_node2 11924 1726884862.96738: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884862.96754: Calling all_plugins_play to load vars for managed_node2 11924 1726884862.96759: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884862.96821: Calling groups_plugins_play to load vars for managed_node2 11924 1726884862.96860: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000485 11924 1726884862.97389: WORKER PROCESS EXITING 11924 1726884862.97910: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884862.98433: done with get_vars() 11924 1726884862.98453: done getting variables 11924 1726884862.98538: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:22 -0400 (0:00:00.701) 0:00:28.324 ****** 11924 1726884862.98571: entering _queue_task() for managed_node2/set_fact 11924 1726884862.98870: worker is 1 (out of 1 available) 11924 1726884862.98885: exiting _queue_task() for managed_node2/set_fact 11924 1726884862.98904: done queuing things up, now waiting for results queue to drain 11924 1726884862.98906: waiting for pending results... 11924 1726884862.99282: running TaskExecutor() for managed_node2/TASK: Set pvs lvm length 11924 1726884862.99390: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000487 11924 1726884862.99441: variable 'ansible_search_path' from source: unknown 11924 1726884862.99468: calling self._execute() 11924 1726884862.99533: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884862.99537: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884862.99543: variable 'omit' from source: magic vars 11924 1726884862.99919: variable 'storage_test_pool' from source: include params 11924 1726884862.99963: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884862.99968: variable 'omit' from source: magic vars 11924 1726884863.00003: variable 'omit' from source: magic vars 11924 1726884863.00172: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884863.02513: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884863.02595: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884863.02624: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884863.02650: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884863.02674: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884863.02730: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884863.02752: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884863.02802: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884863.02865: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884863.02869: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884863.02960: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884863.02984: variable 'omit' from source: magic vars 11924 1726884863.03021: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884863.03047: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884863.03091: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884863.03096: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884863.03123: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884863.03127: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884863.03177: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884863.03211: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884863.03215: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.03217: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.03332: Set connection var ansible_shell_executable to /bin/sh 11924 1726884863.03335: Set connection var ansible_connection to ssh 11924 1726884863.03338: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884863.03341: Set connection var ansible_timeout to 10 11924 1726884863.03359: Set connection var ansible_pipelining to False 11924 1726884863.03362: Set connection var ansible_shell_type to sh 11924 1726884863.03413: variable 'ansible_shell_executable' from source: unknown 11924 1726884863.03416: variable 'ansible_connection' from source: unknown 11924 1726884863.03419: variable 'ansible_module_compression' from source: unknown 11924 1726884863.03421: variable 'ansible_shell_type' from source: unknown 11924 1726884863.03424: variable 'ansible_shell_executable' from source: unknown 11924 1726884863.03426: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.03428: variable 'ansible_pipelining' from source: unknown 11924 1726884863.03432: variable 'ansible_timeout' from source: unknown 11924 1726884863.03471: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.03527: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884863.03540: variable 'omit' from source: magic vars 11924 1726884863.03560: starting attempt loop 11924 1726884863.03563: running the handler 11924 1726884863.03566: handler run complete 11924 1726884863.03569: attempt loop complete, returning result 11924 1726884863.03615: _execute() done 11924 1726884863.03619: dumping result to json 11924 1726884863.03621: done dumping result, returning 11924 1726884863.03624: done running TaskExecutor() for managed_node2/TASK: Set pvs lvm length [0affc8a3-6f6f-f4c0-2290-000000000487] 11924 1726884863.03625: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000487 11924 1726884863.03697: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000487 11924 1726884863.03700: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } 11924 1726884863.03860: no more pending results, returning what we have 11924 1726884863.03884: results queue empty 11924 1726884863.03885: checking for any_errors_fatal 11924 1726884863.03921: done checking for any_errors_fatal 11924 1726884863.03922: checking for max_fail_percentage 11924 1726884863.03924: done checking for max_fail_percentage 11924 1726884863.03925: checking to see if all hosts have failed and the running result is not ok 11924 1726884863.03926: done checking to see if all hosts have failed 11924 1726884863.03926: getting the remaining hosts for this loop 11924 1726884863.03928: done getting the remaining hosts for this loop 11924 1726884863.03931: getting the next task for host managed_node2 11924 1726884863.03937: done getting next task for host managed_node2 11924 1726884863.03939: ^ task is: TASK: Set pool pvs 11924 1726884863.03943: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884863.03951: getting variables 11924 1726884863.03952: in VariableManager get_vars() 11924 1726884863.03975: Calling all_inventory to load vars for managed_node2 11924 1726884863.03977: Calling groups_inventory to load vars for managed_node2 11924 1726884863.03979: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884863.03986: Calling all_plugins_play to load vars for managed_node2 11924 1726884863.03990: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884863.03992: Calling groups_plugins_play to load vars for managed_node2 11924 1726884863.04419: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884863.04986: done with get_vars() 11924 1726884863.05007: done getting variables 11924 1726884863.05057: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:23 -0400 (0:00:00.065) 0:00:28.389 ****** 11924 1726884863.05082: entering _queue_task() for managed_node2/set_fact 11924 1726884863.05311: worker is 1 (out of 1 available) 11924 1726884863.05323: exiting _queue_task() for managed_node2/set_fact 11924 1726884863.05336: done queuing things up, now waiting for results queue to drain 11924 1726884863.05338: waiting for pending results... 11924 1726884863.05520: running TaskExecutor() for managed_node2/TASK: Set pool pvs 11924 1726884863.05592: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000488 11924 1726884863.05605: variable 'ansible_search_path' from source: unknown 11924 1726884863.05632: calling self._execute() 11924 1726884863.05710: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.05717: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.05725: variable 'omit' from source: magic vars 11924 1726884863.06080: variable 'storage_test_pool' from source: include params 11924 1726884863.06108: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884863.06112: variable 'omit' from source: magic vars 11924 1726884863.06162: variable 'omit' from source: magic vars 11924 1726884863.06337: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884863.08472: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884863.08662: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884863.08667: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884863.08792: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884863.08871: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884863.09031: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884863.09118: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884863.09121: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884863.09177: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884863.09202: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884863.09264: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884863.09301: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884863.09308: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884863.09347: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884863.09394: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884863.09450: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884863.09490: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884863.09506: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884863.09573: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884863.09579: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884863.09904: variable 'pv_paths' from source: set_fact 11924 1726884863.09907: variable '__pvs_lvm_len' from source: set_fact 11924 1726884863.09951: variable 'omit' from source: magic vars 11924 1726884863.10014: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884863.10114: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884863.10142: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884863.10236: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884863.10242: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884863.10249: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884863.10279: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884863.10320: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884863.10663: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.10667: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.10788: Set connection var ansible_shell_executable to /bin/sh 11924 1726884863.10792: Set connection var ansible_connection to ssh 11924 1726884863.10794: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884863.10796: Set connection var ansible_timeout to 10 11924 1726884863.10801: Set connection var ansible_pipelining to False 11924 1726884863.10803: Set connection var ansible_shell_type to sh 11924 1726884863.10826: variable 'ansible_shell_executable' from source: unknown 11924 1726884863.10836: variable 'ansible_connection' from source: unknown 11924 1726884863.10902: variable 'ansible_module_compression' from source: unknown 11924 1726884863.10910: variable 'ansible_shell_type' from source: unknown 11924 1726884863.10916: variable 'ansible_shell_executable' from source: unknown 11924 1726884863.10922: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.10929: variable 'ansible_pipelining' from source: unknown 11924 1726884863.10935: variable 'ansible_timeout' from source: unknown 11924 1726884863.10941: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.11165: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884863.11189: variable 'omit' from source: magic vars 11924 1726884863.11202: starting attempt loop 11924 1726884863.11223: running the handler 11924 1726884863.11363: handler run complete 11924 1726884863.11367: attempt loop complete, returning result 11924 1726884863.11369: _execute() done 11924 1726884863.11371: dumping result to json 11924 1726884863.11373: done dumping result, returning 11924 1726884863.11374: done running TaskExecutor() for managed_node2/TASK: Set pool pvs [0affc8a3-6f6f-f4c0-2290-000000000488] 11924 1726884863.11376: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000488 11924 1726884863.11691: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000488 11924 1726884863.11698: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } 11924 1726884863.11779: no more pending results, returning what we have 11924 1726884863.11783: results queue empty 11924 1726884863.11784: checking for any_errors_fatal 11924 1726884863.11790: done checking for any_errors_fatal 11924 1726884863.11791: checking for max_fail_percentage 11924 1726884863.11797: done checking for max_fail_percentage 11924 1726884863.11798: checking to see if all hosts have failed and the running result is not ok 11924 1726884863.11800: done checking to see if all hosts have failed 11924 1726884863.11801: getting the remaining hosts for this loop 11924 1726884863.11803: done getting the remaining hosts for this loop 11924 1726884863.11807: getting the next task for host managed_node2 11924 1726884863.11815: done getting next task for host managed_node2 11924 1726884863.11818: ^ task is: TASK: Verify PV count 11924 1726884863.11823: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884863.11827: getting variables 11924 1726884863.11828: in VariableManager get_vars() 11924 1726884863.11861: Calling all_inventory to load vars for managed_node2 11924 1726884863.11863: Calling groups_inventory to load vars for managed_node2 11924 1726884863.11867: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884863.11880: Calling all_plugins_play to load vars for managed_node2 11924 1726884863.11883: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884863.11888: Calling groups_plugins_play to load vars for managed_node2 11924 1726884863.12783: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884863.13598: done with get_vars() 11924 1726884863.13615: done getting variables 11924 1726884863.13708: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:23 -0400 (0:00:00.086) 0:00:28.476 ****** 11924 1726884863.13738: entering _queue_task() for managed_node2/assert 11924 1726884863.14333: worker is 1 (out of 1 available) 11924 1726884863.14347: exiting _queue_task() for managed_node2/assert 11924 1726884863.14362: done queuing things up, now waiting for results queue to drain 11924 1726884863.14364: waiting for pending results... 11924 1726884863.14995: running TaskExecutor() for managed_node2/TASK: Verify PV count 11924 1726884863.15125: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000489 11924 1726884863.15151: variable 'ansible_search_path' from source: unknown 11924 1726884863.15216: calling self._execute() 11924 1726884863.15319: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.15337: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.15359: variable 'omit' from source: magic vars 11924 1726884863.16152: variable 'storage_test_pool' from source: include params 11924 1726884863.16296: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884863.16302: variable 'omit' from source: magic vars 11924 1726884863.16305: variable 'omit' from source: magic vars 11924 1726884863.16472: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884863.18737: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884863.18815: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884863.18862: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884863.18904: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884863.18940: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884863.19032: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884863.19063: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884863.19260: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884863.19264: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884863.19266: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884863.19268: variable 'storage_test_pool' from source: include params 11924 1726884863.19270: variable '__pvs_lvm_len' from source: set_fact 11924 1726884863.19283: variable '_storage_test_expected_pv_count' from source: set_fact 11924 1726884863.19319: variable 'omit' from source: magic vars 11924 1726884863.19345: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884863.19375: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884863.19403: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884863.19423: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884863.19435: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884863.19456: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884863.19475: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884863.19515: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884863.19522: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.19527: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.19633: Set connection var ansible_shell_executable to /bin/sh 11924 1726884863.19642: Set connection var ansible_connection to ssh 11924 1726884863.19652: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884863.19665: Set connection var ansible_timeout to 10 11924 1726884863.19712: Set connection var ansible_pipelining to False 11924 1726884863.19716: Set connection var ansible_shell_type to sh 11924 1726884863.19727: variable 'ansible_shell_executable' from source: unknown 11924 1726884863.19735: variable 'ansible_connection' from source: unknown 11924 1726884863.19743: variable 'ansible_module_compression' from source: unknown 11924 1726884863.19749: variable 'ansible_shell_type' from source: unknown 11924 1726884863.19757: variable 'ansible_shell_executable' from source: unknown 11924 1726884863.19765: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.19772: variable 'ansible_pipelining' from source: unknown 11924 1726884863.19821: variable 'ansible_timeout' from source: unknown 11924 1726884863.19824: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.19895: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884863.19915: variable 'omit' from source: magic vars 11924 1726884863.19933: starting attempt loop 11924 1726884863.19941: running the handler 11924 1726884863.20161: variable '__pvs_lvm_len' from source: set_fact 11924 1726884863.20259: variable '_storage_test_expected_pv_count' from source: set_fact 11924 1726884863.20263: Evaluated conditional (__pvs_lvm_len | int == _storage_test_expected_pv_count | int): True 11924 1726884863.20265: handler run complete 11924 1726884863.20267: attempt loop complete, returning result 11924 1726884863.20269: _execute() done 11924 1726884863.20272: dumping result to json 11924 1726884863.20274: done dumping result, returning 11924 1726884863.20276: done running TaskExecutor() for managed_node2/TASK: Verify PV count [0affc8a3-6f6f-f4c0-2290-000000000489] 11924 1726884863.20278: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000489 11924 1726884863.20343: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000489 11924 1726884863.20346: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884863.20405: no more pending results, returning what we have 11924 1726884863.20410: results queue empty 11924 1726884863.20411: checking for any_errors_fatal 11924 1726884863.20417: done checking for any_errors_fatal 11924 1726884863.20418: checking for max_fail_percentage 11924 1726884863.20420: done checking for max_fail_percentage 11924 1726884863.20421: checking to see if all hosts have failed and the running result is not ok 11924 1726884863.20422: done checking to see if all hosts have failed 11924 1726884863.20423: getting the remaining hosts for this loop 11924 1726884863.20424: done getting the remaining hosts for this loop 11924 1726884863.20428: getting the next task for host managed_node2 11924 1726884863.20436: done getting next task for host managed_node2 11924 1726884863.20439: ^ task is: TASK: Set expected pv type 11924 1726884863.20444: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884863.20457: getting variables 11924 1726884863.20459: in VariableManager get_vars() 11924 1726884863.20493: Calling all_inventory to load vars for managed_node2 11924 1726884863.20495: Calling groups_inventory to load vars for managed_node2 11924 1726884863.20499: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884863.20510: Calling all_plugins_play to load vars for managed_node2 11924 1726884863.20513: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884863.20517: Calling groups_plugins_play to load vars for managed_node2 11924 1726884863.21317: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884863.21910: done with get_vars() 11924 1726884863.21925: done getting variables 11924 1726884863.21979: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:23 -0400 (0:00:00.082) 0:00:28.559 ****** 11924 1726884863.22010: entering _queue_task() for managed_node2/set_fact 11924 1726884863.22235: worker is 1 (out of 1 available) 11924 1726884863.22247: exiting _queue_task() for managed_node2/set_fact 11924 1726884863.22462: done queuing things up, now waiting for results queue to drain 11924 1726884863.22464: waiting for pending results... 11924 1726884863.22591: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884863.22646: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000048a 11924 1726884863.22668: variable 'ansible_search_path' from source: unknown 11924 1726884863.22708: calling self._execute() 11924 1726884863.22818: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.22906: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.22910: variable 'omit' from source: magic vars 11924 1726884863.23240: variable 'storage_test_pool' from source: include params 11924 1726884863.23286: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884863.23299: variable 'omit' from source: magic vars 11924 1726884863.23365: variable 'omit' from source: magic vars 11924 1726884863.23493: variable 'storage_test_pool' from source: include params 11924 1726884863.23532: variable 'omit' from source: magic vars 11924 1726884863.23581: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884863.23619: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884863.23644: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884863.23672: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884863.23689: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884863.23711: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884863.23776: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884863.23779: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884863.23782: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.23784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.23901: Set connection var ansible_shell_executable to /bin/sh 11924 1726884863.23910: Set connection var ansible_connection to ssh 11924 1726884863.23921: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884863.23931: Set connection var ansible_timeout to 10 11924 1726884863.23940: Set connection var ansible_pipelining to False 11924 1726884863.23949: Set connection var ansible_shell_type to sh 11924 1726884863.23994: variable 'ansible_shell_executable' from source: unknown 11924 1726884863.23997: variable 'ansible_connection' from source: unknown 11924 1726884863.23999: variable 'ansible_module_compression' from source: unknown 11924 1726884863.24060: variable 'ansible_shell_type' from source: unknown 11924 1726884863.24063: variable 'ansible_shell_executable' from source: unknown 11924 1726884863.24065: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.24067: variable 'ansible_pipelining' from source: unknown 11924 1726884863.24070: variable 'ansible_timeout' from source: unknown 11924 1726884863.24073: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.24185: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884863.24202: variable 'omit' from source: magic vars 11924 1726884863.24217: starting attempt loop 11924 1726884863.24225: running the handler 11924 1726884863.24240: handler run complete 11924 1726884863.24254: attempt loop complete, returning result 11924 1726884863.24264: _execute() done 11924 1726884863.24319: dumping result to json 11924 1726884863.24323: done dumping result, returning 11924 1726884863.24326: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-00000000048a] 11924 1726884863.24328: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000048a 11924 1726884863.24394: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000048a 11924 1726884863.24398: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } 11924 1726884863.24478: no more pending results, returning what we have 11924 1726884863.24481: results queue empty 11924 1726884863.24482: checking for any_errors_fatal 11924 1726884863.24489: done checking for any_errors_fatal 11924 1726884863.24490: checking for max_fail_percentage 11924 1726884863.24492: done checking for max_fail_percentage 11924 1726884863.24494: checking to see if all hosts have failed and the running result is not ok 11924 1726884863.24494: done checking to see if all hosts have failed 11924 1726884863.24495: getting the remaining hosts for this loop 11924 1726884863.24497: done getting the remaining hosts for this loop 11924 1726884863.24501: getting the next task for host managed_node2 11924 1726884863.24510: done getting next task for host managed_node2 11924 1726884863.24512: ^ task is: TASK: Set expected pv type 11924 1726884863.24517: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884863.24521: getting variables 11924 1726884863.24523: in VariableManager get_vars() 11924 1726884863.24554: Calling all_inventory to load vars for managed_node2 11924 1726884863.24558: Calling groups_inventory to load vars for managed_node2 11924 1726884863.24562: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884863.24573: Calling all_plugins_play to load vars for managed_node2 11924 1726884863.24577: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884863.24580: Calling groups_plugins_play to load vars for managed_node2 11924 1726884863.25287: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884863.25731: done with get_vars() 11924 1726884863.25743: done getting variables 11924 1726884863.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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (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 22:14:23 -0400 (0:00:00.037) 0:00:28.597 ****** 11924 1726884863.25808: entering _queue_task() for managed_node2/set_fact 11924 1726884863.25981: worker is 1 (out of 1 available) 11924 1726884863.25994: exiting _queue_task() for managed_node2/set_fact 11924 1726884863.26007: done queuing things up, now waiting for results queue to drain 11924 1726884863.26009: waiting for pending results... 11924 1726884863.26192: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884863.26272: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000048b 11924 1726884863.26283: variable 'ansible_search_path' from source: unknown 11924 1726884863.26309: calling self._execute() 11924 1726884863.26378: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.26382: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.26391: variable 'omit' from source: magic vars 11924 1726884863.26675: variable 'storage_test_pool' from source: include params 11924 1726884863.26702: Evaluated conditional (storage_test_pool.type == 'lvm' and not storage_test_pool.encryption): True 11924 1726884863.26707: variable 'omit' from source: magic vars 11924 1726884863.26737: variable 'omit' from source: magic vars 11924 1726884863.26854: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884863.28635: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884863.28975: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884863.29002: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884863.29027: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884863.29046: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884863.29105: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884863.29125: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884863.29143: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884863.29170: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884863.29180: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884863.29269: variable 'omit' from source: magic vars 11924 1726884863.29286: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884863.29313: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884863.29325: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884863.29338: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884863.29346: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884863.29361: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884863.29374: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884863.29395: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884863.29398: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.29403: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.29478: Set connection var ansible_shell_executable to /bin/sh 11924 1726884863.29482: Set connection var ansible_connection to ssh 11924 1726884863.29484: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884863.29490: Set connection var ansible_timeout to 10 11924 1726884863.29495: Set connection var ansible_pipelining to False 11924 1726884863.29499: Set connection var ansible_shell_type to sh 11924 1726884863.29527: variable 'ansible_shell_executable' from source: unknown 11924 1726884863.29530: variable 'ansible_connection' from source: unknown 11924 1726884863.29532: variable 'ansible_module_compression' from source: unknown 11924 1726884863.29535: variable 'ansible_shell_type' from source: unknown 11924 1726884863.29537: variable 'ansible_shell_executable' from source: unknown 11924 1726884863.29539: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.29541: variable 'ansible_pipelining' from source: unknown 11924 1726884863.29543: variable 'ansible_timeout' from source: unknown 11924 1726884863.29545: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.29612: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884863.29620: variable 'omit' from source: magic vars 11924 1726884863.29625: starting attempt loop 11924 1726884863.29630: running the handler 11924 1726884863.29638: handler run complete 11924 1726884863.29646: attempt loop complete, returning result 11924 1726884863.29648: _execute() done 11924 1726884863.29651: dumping result to json 11924 1726884863.29654: done dumping result, returning 11924 1726884863.29662: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-00000000048b] 11924 1726884863.29666: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000048b 11924 1726884863.29736: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000048b 11924 1726884863.29741: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } 11924 1726884863.29792: no more pending results, returning what we have 11924 1726884863.29795: results queue empty 11924 1726884863.29796: checking for any_errors_fatal 11924 1726884863.29802: done checking for any_errors_fatal 11924 1726884863.29803: checking for max_fail_percentage 11924 1726884863.29804: done checking for max_fail_percentage 11924 1726884863.29805: checking to see if all hosts have failed and the running result is not ok 11924 1726884863.29806: done checking to see if all hosts have failed 11924 1726884863.29807: getting the remaining hosts for this loop 11924 1726884863.29808: done getting the remaining hosts for this loop 11924 1726884863.29812: getting the next task for host managed_node2 11924 1726884863.29818: done getting next task for host managed_node2 11924 1726884863.29821: ^ task is: TASK: Set expected pv type 11924 1726884863.29825: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884863.29834: getting variables 11924 1726884863.29836: in VariableManager get_vars() 11924 1726884863.29868: Calling all_inventory to load vars for managed_node2 11924 1726884863.29871: Calling groups_inventory to load vars for managed_node2 11924 1726884863.29874: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884863.29882: Calling all_plugins_play to load vars for managed_node2 11924 1726884863.29884: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884863.29887: Calling groups_plugins_play to load vars for managed_node2 11924 1726884863.30296: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884863.30935: done with get_vars() 11924 1726884863.30949: done getting variables 11924 1726884863.31022: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:23 -0400 (0:00:00.052) 0:00:28.649 ****** 11924 1726884863.31052: entering _queue_task() for managed_node2/set_fact 11924 1726884863.31438: worker is 1 (out of 1 available) 11924 1726884863.31504: exiting _queue_task() for managed_node2/set_fact 11924 1726884863.31554: done queuing things up, now waiting for results queue to drain 11924 1726884863.31557: waiting for pending results... 11924 1726884863.32089: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884863.32203: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000048c 11924 1726884863.32222: variable 'ansible_search_path' from source: unknown 11924 1726884863.32258: calling self._execute() 11924 1726884863.32335: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.32339: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.32348: variable 'omit' from source: magic vars 11924 1726884863.32662: variable 'storage_test_pool' from source: include params 11924 1726884863.32760: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.raid_level): False 11924 1726884863.32767: when evaluation is False, skipping this task 11924 1726884863.32771: _execute() done 11924 1726884863.32773: dumping result to json 11924 1726884863.32775: done dumping result, returning 11924 1726884863.32780: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-00000000048c] 11924 1726884863.32801: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000048c 11924 1726884863.32988: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000048c 11924 1726884863.32995: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } 11924 1726884863.33071: no more pending results, returning what we have 11924 1726884863.33074: results queue empty 11924 1726884863.33075: checking for any_errors_fatal 11924 1726884863.33080: done checking for any_errors_fatal 11924 1726884863.33080: checking for max_fail_percentage 11924 1726884863.33082: done checking for max_fail_percentage 11924 1726884863.33083: checking to see if all hosts have failed and the running result is not ok 11924 1726884863.33083: done checking to see if all hosts have failed 11924 1726884863.33084: getting the remaining hosts for this loop 11924 1726884863.33085: done getting the remaining hosts for this loop 11924 1726884863.33088: getting the next task for host managed_node2 11924 1726884863.33094: done getting next task for host managed_node2 11924 1726884863.33096: ^ task is: TASK: Check the type of each PV 11924 1726884863.33102: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884863.33105: getting variables 11924 1726884863.33107: in VariableManager get_vars() 11924 1726884863.33138: Calling all_inventory to load vars for managed_node2 11924 1726884863.33140: Calling groups_inventory to load vars for managed_node2 11924 1726884863.33145: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884863.33163: Calling all_plugins_play to load vars for managed_node2 11924 1726884863.33167: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884863.33170: Calling groups_plugins_play to load vars for managed_node2 11924 1726884863.33819: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884863.34434: done with get_vars() 11924 1726884863.34446: done getting variables 11924 1726884863.34501: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:23 -0400 (0:00:00.034) 0:00:28.684 ****** 11924 1726884863.34525: entering _queue_task() for managed_node2/assert 11924 1726884863.34789: worker is 1 (out of 1 available) 11924 1726884863.34804: exiting _queue_task() for managed_node2/assert 11924 1726884863.34818: done queuing things up, now waiting for results queue to drain 11924 1726884863.34819: waiting for pending results... 11924 1726884863.35164: running TaskExecutor() for managed_node2/TASK: Check the type of each PV 11924 1726884863.35462: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000048d 11924 1726884863.35466: variable 'ansible_search_path' from source: unknown 11924 1726884863.35468: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884863.35571: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884863.35669: variable 'omit' from source: magic vars 11924 1726884863.35960: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.35964: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.35966: variable 'omit' from source: magic vars 11924 1726884863.36264: variable 'storage_test_pool' from source: include params 11924 1726884863.36488: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884863.36500: variable 'omit' from source: magic vars 11924 1726884863.36551: variable 'omit' from source: magic vars 11924 1726884863.37027: variable 'pv' from source: unknown 11924 1726884863.37036: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884863.37070: variable '_storage_test_expected_pv_type' from source: set_fact 11924 1726884863.37082: variable 'storage_test_pool' from source: include params 11924 1726884863.37119: variable 'omit' from source: magic vars 11924 1726884863.37170: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884863.37211: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884863.37234: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884863.37254: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884863.37271: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884863.37290: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884863.37316: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884863.37347: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884863.37357: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.37366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.37457: Set connection var ansible_shell_executable to /bin/sh 11924 1726884863.37465: Set connection var ansible_connection to ssh 11924 1726884863.37472: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884863.37475: Set connection var ansible_timeout to 10 11924 1726884863.37478: Set connection var ansible_pipelining to False 11924 1726884863.37480: Set connection var ansible_shell_type to sh 11924 1726884863.37497: variable 'ansible_shell_executable' from source: unknown 11924 1726884863.37502: variable 'ansible_connection' from source: unknown 11924 1726884863.37505: variable 'ansible_module_compression' from source: unknown 11924 1726884863.37507: variable 'ansible_shell_type' from source: unknown 11924 1726884863.37510: variable 'ansible_shell_executable' from source: unknown 11924 1726884863.37514: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.37516: variable 'ansible_pipelining' from source: unknown 11924 1726884863.37518: variable 'ansible_timeout' from source: unknown 11924 1726884863.37520: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.37621: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884863.37631: variable 'omit' from source: magic vars 11924 1726884863.37634: starting attempt loop 11924 1726884863.37637: running the handler 11924 1726884863.37753: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884863.37765: variable 'pv' from source: unknown 11924 1726884863.37769: variable '_storage_test_expected_pv_type' from source: set_fact 11924 1726884863.37775: Evaluated conditional (storage_test_blkinfo.info[pv]['type'] == _storage_test_expected_pv_type): True 11924 1726884863.37780: handler run complete 11924 1726884863.37795: attempt loop complete, returning result 11924 1726884863.37806: variable 'pv' from source: unknown 11924 1726884863.37849: variable 'pv' from source: unknown ok: [managed_node2] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed 11924 1726884863.37996: dumping result to json 11924 1726884863.38001: done dumping result, returning 11924 1726884863.38003: done running TaskExecutor() for managed_node2/TASK: Check the type of each PV [0affc8a3-6f6f-f4c0-2290-00000000048d] 11924 1726884863.38005: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000048d 11924 1726884863.38044: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000048d 11924 1726884863.38047: WORKER PROCESS EXITING 11924 1726884863.38075: no more pending results, returning what we have 11924 1726884863.38078: results queue empty 11924 1726884863.38078: checking for any_errors_fatal 11924 1726884863.38082: done checking for any_errors_fatal 11924 1726884863.38083: checking for max_fail_percentage 11924 1726884863.38084: done checking for max_fail_percentage 11924 1726884863.38085: checking to see if all hosts have failed and the running result is not ok 11924 1726884863.38086: done checking to see if all hosts have failed 11924 1726884863.38086: getting the remaining hosts for this loop 11924 1726884863.38088: done getting the remaining hosts for this loop 11924 1726884863.38091: getting the next task for host managed_node2 11924 1726884863.38097: done getting next task for host managed_node2 11924 1726884863.38102: ^ task is: TASK: Check that blivet supports PV grow to fill 11924 1726884863.38107: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884863.38110: getting variables 11924 1726884863.38112: in VariableManager get_vars() 11924 1726884863.38135: Calling all_inventory to load vars for managed_node2 11924 1726884863.38137: Calling groups_inventory to load vars for managed_node2 11924 1726884863.38140: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884863.38152: Calling all_plugins_play to load vars for managed_node2 11924 1726884863.38154: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884863.38165: Calling groups_plugins_play to load vars for managed_node2 11924 1726884863.38498: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884863.39014: done with get_vars() 11924 1726884863.39027: done getting variables 11924 1726884863.39414: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (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 22:14:23 -0400 (0:00:00.049) 0:00:28.733 ****** 11924 1726884863.39440: entering _queue_task() for managed_node2/ansible.builtin.script 11924 1726884863.39442: Creating lock for ansible.builtin.script 11924 1726884863.39893: worker is 1 (out of 1 available) 11924 1726884863.39909: exiting _queue_task() for managed_node2/ansible.builtin.script 11924 1726884863.39921: done queuing things up, now waiting for results queue to drain 11924 1726884863.39923: waiting for pending results... 11924 1726884863.40773: running TaskExecutor() for managed_node2/TASK: Check that blivet supports PV grow to fill 11924 1726884863.40778: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000048f 11924 1726884863.40781: variable 'ansible_search_path' from source: unknown 11924 1726884863.40784: calling self._execute() 11924 1726884863.40786: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.40788: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.40790: variable 'omit' from source: magic vars 11924 1726884863.40854: variable 'omit' from source: magic vars 11924 1726884863.40918: variable 'omit' from source: magic vars 11924 1726884863.41147: variable 'ansible_python' from source: facts 11924 1726884863.41189: variable 'omit' from source: magic vars 11924 1726884863.41236: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884863.41275: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884863.41303: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884863.41326: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884863.41344: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884863.41369: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884863.41390: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884863.41433: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884863.41461: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.41464: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.41575: Set connection var ansible_shell_executable to /bin/sh 11924 1726884863.41583: Set connection var ansible_connection to ssh 11924 1726884863.41632: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884863.41635: Set connection var ansible_timeout to 10 11924 1726884863.41638: Set connection var ansible_pipelining to False 11924 1726884863.41640: Set connection var ansible_shell_type to sh 11924 1726884863.41653: variable 'ansible_shell_executable' from source: unknown 11924 1726884863.41663: variable 'ansible_connection' from source: unknown 11924 1726884863.41671: variable 'ansible_module_compression' from source: unknown 11924 1726884863.41677: variable 'ansible_shell_type' from source: unknown 11924 1726884863.41684: variable 'ansible_shell_executable' from source: unknown 11924 1726884863.41690: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884863.41741: variable 'ansible_pipelining' from source: unknown 11924 1726884863.41744: variable 'ansible_timeout' from source: unknown 11924 1726884863.41747: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884863.41796: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884863.41814: variable 'omit' from source: magic vars 11924 1726884863.41824: starting attempt loop 11924 1726884863.41832: running the handler 11924 1726884863.41890: _low_level_execute_command(): starting 11924 1726884863.41904: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884863.42720: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884863.42747: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884863.42774: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884863.42962: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884863.44647: stdout chunk (state=3): >>>/root <<< 11924 1726884863.44907: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884863.44910: stdout chunk (state=3): >>><<< 11924 1726884863.44913: stderr chunk (state=3): >>><<< 11924 1726884863.45073: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884863.45077: _low_level_execute_command(): starting 11924 1726884863.45079: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884863.449822-13082-208061254566829 `" && echo ansible-tmp-1726884863.449822-13082-208061254566829="` echo /root/.ansible/tmp/ansible-tmp-1726884863.449822-13082-208061254566829 `" ) && sleep 0' 11924 1726884863.46609: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884863.46658: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884863.46765: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884863.46804: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884863.46825: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884863.47036: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884863.48942: stdout chunk (state=3): >>>ansible-tmp-1726884863.449822-13082-208061254566829=/root/.ansible/tmp/ansible-tmp-1726884863.449822-13082-208061254566829 <<< 11924 1726884863.49080: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884863.49095: stdout chunk (state=3): >>><<< 11924 1726884863.49108: stderr chunk (state=3): >>><<< 11924 1726884863.49134: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884863.449822-13082-208061254566829=/root/.ansible/tmp/ansible-tmp-1726884863.449822-13082-208061254566829 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884863.49260: evaluation_path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage 11924 1726884863.49265: 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 11924 1726884863.49409: Sending initial data 11924 1726884863.49412: Sent initial data (212 bytes) 11924 1726884863.49925: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884863.49939: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884863.49951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884863.49970: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884863.50066: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884863.50085: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884863.50165: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884863.51754: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884863.51908: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884863.52040: 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-1726884863.449822-13082-208061254566829/does_library_support.py <<< 11924 1726884863.52051: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884863.449822-13082-208061254566829/does_library_support.py" <<< 11924 1726884863.52169: 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-1726884863.449822-13082-208061254566829/does_library_support.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884863.449822-13082-208061254566829/does_library_support.py" <<< 11924 1726884863.52860: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884863.52917: stderr chunk (state=3): >>><<< 11924 1726884863.52943: stdout chunk (state=3): >>><<< 11924 1726884863.52988: _low_level_execute_command(): starting 11924 1726884863.53032: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884863.449822-13082-208061254566829/ /root/.ansible/tmp/ansible-tmp-1726884863.449822-13082-208061254566829/does_library_support.py && sleep 0' 11924 1726884863.53809: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884863.53977: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884863.53982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884863.53997: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884863.54016: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884863.54106: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884863.55989: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884863.55992: stdout chunk (state=3): >>><<< 11924 1726884863.55997: stderr chunk (state=3): >>><<< 11924 1726884863.56125: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884863.56128: _low_level_execute_command(): starting 11924 1726884863.56130: _low_level_execute_command(): using become for this command 11924 1726884863.56132: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-brlzumkwezipaliqdkkfzjusuwrpxxmv ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884863.449822-13082-208061254566829/does_library_support.py blivet.formats.lvmpv.LVMPhysicalVolume.grow_to_fill'"'"' && sleep 0' 11924 1726884863.56148: Initial state: awaiting_escalation: BECOME-SUCCESS-brlzumkwezipaliqdkkfzjusuwrpxxmv 11924 1726884863.56679: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884863.56760: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884863.56806: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884863.59709: stdout chunk (state=1): >>>BECOME-SUCCESS-brlzumkwezipaliqdkkfzjusuwrpxxmv <<< 11924 1726884863.59721: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-brlzumkwezipaliqdkkfzjusuwrpxxmv' 11924 1726884863.60042: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884863.60089: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884863.60118: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884863.60193: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884863.60225: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884863.60266: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884863.60309: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884863.60353: 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' <<< 11924 1726884863.60392: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884863.60430: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884863.60470: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884863.60474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884863.60487: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816f1103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816f0dfa10> <<< 11924 1726884863.60535: 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 0x7f816f112960> <<< 11924 1726884863.60582: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884863.60589: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884863.60608: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884863.60834: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884863.60860: 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'<<< 11924 1726884863.60902: 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 <<< 11924 1726884863.60906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884863.60916: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eec0fe0> <<< 11924 1726884863.60983: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884863.61049: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eec1fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884863.61124: 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' <<< 11924 1726884863.61145: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884863.61189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884863.61196: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eec3c50> <<< 11924 1726884863.61218: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eec38f0> # /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' <<< 11924 1726884863.61254: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884863.61275: 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 0x7f816eef9160> <<< 11924 1726884863.61297: 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 <<< 11924 1726884863.61322: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 11924 1726884863.61338: 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 0x7f816eefa480> <<< 11924 1726884863.61364: 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' <<< 11924 1726884863.61392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884863.61509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884863.61560: 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' <<< 11924 1726884863.61612: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884863.61651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884863.61678: 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' <<< 11924 1726884863.61705: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884863.61724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884863.61758: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef55070> <<< 11924 1726884863.61762: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884863.61797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884863.61800: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef551c0> <<< 11924 1726884863.61830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884863.61872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884863.61924: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884863.62056: 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 0x7f816efa87a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884863.62105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816efa8b00> import '_collections' # <<< 11924 1726884863.62175: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef6cbc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef56390> <<< 11924 1726884863.62308: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef4a3f0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884863.62352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884863.62378: 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 <<< 11924 1726884863.62425: 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 0x7f816ede01d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816efaade0> <<< 11924 1726884863.62495: 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 0x7f816efaad20> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816efa95b0> <<< 11924 1726884863.62553: 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 0x7f816ede1220> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef49790> <<< 11924 1726884863.62758: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884863.62800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee090a0> <<< 11924 1726884863.62909: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef0fd40> <<< 11924 1726884863.62913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884863.62959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884863.62994: 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' <<< 11924 1726884863.63012: 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 0x7f816ee29730> <<< 11924 1726884863.63045: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee28b00> <<< 11924 1726884863.63114: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef28fb0> <<< 11924 1726884863.63130: 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 0x7f816ee2a960> <<< 11924 1726884863.63180: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 11924 1726884863.63184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884863.63227: 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 <<< 11924 1726884863.63231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884863.63283: 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 0x7f816ee35430> <<< 11924 1726884863.63375: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884863.63450: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee2a150> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee2a7b0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884863.63567: 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 0x7f816ee49be0> <<< 11924 1726884863.63618: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee29790> <<< 11924 1726884863.63644: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eefade0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884863.63707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884863.63725: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884863.63763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884863.63793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884863.63901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884863.64084: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee9dd90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee6ffe0> # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884863.64169: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee9eb70> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee9f740> <<< 11924 1726884863.64229: stdout chunk (state=3): >>>import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef0d970> <<< 11924 1726884863.64280: 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' <<< 11924 1726884863.64297: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884863.64406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884863.64529: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816ecfa540> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884863.64554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed30860> import 'errno' # <<< 11924 1726884863.64601: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884863.64638: 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 0x7f816ed31f40> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884863.64654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884863.64689: 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 0x7f816ed32de0> <<< 11924 1726884863.64743: 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 0x7f816ed33440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed32330> <<< 11924 1726884863.64796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884863.64803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884863.64888: 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 0x7f816ed33e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed33560> <<< 11924 1726884863.64891: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ecfa660> <<< 11924 1726884863.64963: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eccaae0> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ecca660> <<< 11924 1726884863.64976: stdout chunk (state=3): >>>import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eefa990> # /usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/util.py <<< 11924 1726884863.65082: stdout chunk (state=3): >>># 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 <<< 11924 1726884863.65085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed56c60> # /usr/lib64/python3.12/__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 0x7f816ed57170> <<< 11924 1726884863.65111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884863.65171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884863.65191: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884863.65367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884863.65371: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed79a60> <<< 11924 1726884863.65403: 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 0x7f816ed9f740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816eccade0> <<< 11924 1726884863.65439: 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 0x7f816edac8c0> <<< 11924 1726884863.65491: 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 0x7f816edaca10> <<< 11924 1726884863.65505: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884863.65524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884863.65559: 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 0x7f816edae090> <<< 11924 1726884863.65632: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816edace30> <<< 11924 1726884863.65705: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed57b00> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884863.65849: 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' # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816e9e62d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e9e6000> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816e9e6300> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884863.65961: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884863.66085: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816e9e6b40> <<< 11924 1726884863.66114: 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 0x7f816e9e7530> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e9e6480> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e9e44d0> <<< 11924 1726884863.66142: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed57fb0> <<< 11924 1726884863.66191: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884863.66195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884863.66219: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884863.66245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884863.66285: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea053a0> <<< 11924 1726884863.66351: 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 0x7f816ea07890> <<< 11924 1726884863.66354: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e9e7680> <<< 11924 1726884863.66376: 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' <<< 11924 1726884863.66441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 11924 1726884863.66444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 11924 1726884863.66473: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea202f0> <<< 11924 1726884863.66545: 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 0x7f816ea07c20> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea07ad0> <<< 11924 1726884863.66586: 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' <<< 11924 1726884863.66602: 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' <<< 11924 1726884863.66624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884863.66636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884863.66763: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea22ba0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea22810> <<< 11924 1726884863.66840: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea225d0> <<< 11924 1726884863.66874: 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 <<< 11924 1726884863.66916: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' <<< 11924 1726884863.66919: 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' <<< 11924 1726884863.66947: 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' <<< 11924 1726884863.66988: 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' <<< 11924 1726884863.67012: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea4a330> import 'importlib.util' # <<< 11924 1726884863.67051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884863.67142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' import '_typing' # <<< 11924 1726884863.67460: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea4aae0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea499d0> # possible namespace for /usr/lib/python3.12/site-packages/gi <<< 11924 1726884863.67463: 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 <<< 11924 1726884863.67480: 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 0x7f816ea77020> <<< 11924 1726884863.67529: 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 0x7f816ea75640> <<< 11924 1726884863.67562: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea49460> <<< 11924 1726884863.67602: 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' <<< 11924 1726884863.67615: 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' <<< 11924 1726884863.67645: 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' <<< 11924 1726884863.67683: 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' <<< 11924 1726884863.67890: 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' <<< 11924 1726884863.67898: stdout chunk (state=3): >>>import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eac5010> # /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 0x7f816eac53a0> # /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 0x7f816eac5880> # /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' <<< 11924 1726884863.67947: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eac60f0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eac46e0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eac4200> # 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 0x7f816eac6870> <<< 11924 1726884863.68000: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea9bd10> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea9bc80> <<< 11924 1726884863.68011: 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 <<< 11924 1726884863.68036: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 11924 1726884863.68070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884863.68218: 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' <<< 11924 1726884863.68325: 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 0x7f816e156660> <<< 11924 1726884863.68357: 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 0x7f816e157c20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e154e00> # /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 0x7f816e1559a0> <<< 11924 1726884863.68380: 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 <<< 11924 1726884863.68395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 11924 1726884863.68457: 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' <<< 11924 1726884863.68571: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e190860> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e157fe0> <<< 11924 1726884863.69011: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eac7170> 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' <<< 11924 1726884863.69015: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e1c9610> 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 <<< 11924 1726884863.69028: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 11924 1726884863.69279: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e1e7140> <<< 11924 1726884863.69306: stdout chunk (state=3): >>>import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea23170> <<< 11924 1726884863.69346: 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 <<< 11924 1726884863.69393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 11924 1726884863.69416: 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' <<< 11924 1726884863.69441: 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 <<< 11924 1726884863.69510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 11924 1726884863.69541: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884863.69661: 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 0x7f816e21bef0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816dc94860> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dc94680> <<< 11924 1726884863.69738: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884863.69769: 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 0x7f816dc95160> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e21a8a0> <<< 11924 1726884863.69873: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e2191c0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e218950> <<< 11924 1726884863.70753: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e1c91f0> <<< 11924 1726884863.70760: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 11924 1726884863.70794: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ecca930> <<< 11924 1726884863.70807: stdout chunk (state=3): >>>import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eef9700> <<< 11924 1726884863.71250: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eef8a40> <<< 11924 1726884863.71304: 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 <<< 11924 1726884863.71307: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884863.71360: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 11924 1726884863.71391: 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' <<< 11924 1726884863.71498: 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 <<< 11924 1726884863.71545: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd64aa0> # /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 0x7f816dd65130> # /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' <<< 11924 1726884863.71562: 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' <<< 11924 1726884863.71586: 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' <<< 11924 1726884863.71731: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/_errorcheckers.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd661e0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd66090> <<< 11924 1726884863.71736: 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' <<< 11924 1726884863.71774: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd66480> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd65df0> # /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 0x7f816dd66960> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd667b0> <<< 11924 1726884863.71777: 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' <<< 11924 1726884863.71802: 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 <<< 11924 1726884863.71831: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 11924 1726884863.71861: 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' <<< 11924 1726884863.71903: 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 0x7f816d354e00> <<< 11924 1726884863.72071: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d354b90> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd66e10> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd669c0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd65580> <<< 11924 1726884863.72099: 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 0x7f816dd65c10> # /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 <<< 11924 1726884863.72123: 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 0x7f816d357410> # /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/poll.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/poll.py <<< 11924 1726884863.72164: 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 0x7f816d357770> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d357170> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3567e0> <<< 11924 1726884863.72188: 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 0x7f816d3578f0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd64710> <<< 11924 1726884863.72219: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/size.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d357980> <<< 11924 1726884863.72372: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd4a300> <<< 11924 1726884863.72511: 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 0x7f816d378f20> <<< 11924 1726884863.72514: 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 0x7f816d379220> # /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<<< 11924 1726884863.72538: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 11924 1726884863.72560: 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' <<< 11924 1726884863.72623: stdout chunk (state=3): >>>import 'blivet.devicelibs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d37a900> <<< 11924 1726884863.72637: 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' <<< 11924 1726884863.72716: 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' <<< 11924 1726884863.72753: 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' <<< 11924 1726884863.72845: 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 0x7f816d3a0290> <<< 11924 1726884863.72849: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d37bfb0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d37b800> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884863.72963: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d378890> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d37b3b0> # /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' <<< 11924 1726884863.73013: 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 0x7f816d3a0f50> <<< 11924 1726884863.73041: 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 0x7f816d3a16d0> # /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 0x7f816d3a1d00> <<< 11924 1726884863.73129: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/stratis_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 11924 1726884863.73159: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3a2030> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3a0e00> <<< 11924 1726884863.73174: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d37aab0> <<< 11924 1726884863.73404: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3797c0> # /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 0x7f816d3ccc50> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d37a060> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d379340> # /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 0x7f816d3cd1f0> <<< 11924 1726884863.73431: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d379b50> <<< 11924 1726884863.73459: 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' <<< 11924 1726884863.73478: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3cd400> <<< 11924 1726884863.73507: 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' <<< 11924 1726884863.73550: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3cd850> <<< 11924 1726884863.73608: 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 <<< 11924 1726884863.73631: 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 0x7f816d3ce000> <<< 11924 1726884863.73737: 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' <<< 11924 1726884863.73810: 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' <<< 11924 1726884863.73894: 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 0x7f816d3f99d0> <<< 11924 1726884863.73932: 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' <<< 11924 1726884863.74089: 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 0x7f816d3fac00> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3fa5d0> # /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 0x7f816d3faff0> # /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' <<< 11924 1726884863.74093: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3fbb90> <<< 11924 1726884863.74096: 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 <<< 11924 1726884863.74174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884863.74273: 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' <<< 11924 1726884863.74277: stdout chunk (state=3): >>>import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d4228a0> <<< 11924 1726884863.74311: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d421580> # /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 0x7f816d423d10> # /usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/geometry.py <<< 11924 1726884863.74392: 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 0x7f816d441070> <<< 11924 1726884863.74420: 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 0x7f816d441eb0> <<< 11924 1726884863.74456: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3f2c60> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3f28d0> <<< 11924 1726884863.74545: 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 <<< 11924 1726884863.74549: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 11924 1726884863.74626: 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 0x7f816d1c4470> # /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' <<< 11924 1726884863.74650: 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' <<< 11924 1726884863.74666: 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' <<< 11924 1726884863.74702: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1c5520> <<< 11924 1726884863.74903: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1c4e60> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1c44a0> <<< 11924 1726884863.74954: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d4438f0> # /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 0x7f816d1eb680> # /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' <<< 11924 1726884863.74995: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1eb7d0> <<< 11924 1726884863.75000: 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 <<< 11924 1726884863.75029: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 11924 1726884863.75069: 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' <<< 11924 1726884863.75104: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1feff0> <<< 11924 1726884863.75129: 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 <<< 11924 1726884863.75152: 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 <<< 11924 1726884863.75239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1fffb0> <<< 11924 1726884863.75762: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1ff6b0> # /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' <<< 11924 1726884863.75765: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d2188c0> # /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 0x7f816d218d40> # /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 0x7f816d2192e0> # /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 0x7f816d219610> <<< 11924 1726884863.75796: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswritelabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d219be0> # /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 0x7f816d219dc0> # /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 0x7f816d21b170> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d21af30> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d219fa0> # /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' <<< 11924 1726884863.75822: 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 <<< 11924 1726884863.75844: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 11924 1726884863.75878: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d21bdd0> <<< 11924 1726884863.75913: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d21b9b0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d21af60> <<< 11924 1726884863.76152: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1ebcb0> <<< 11924 1726884863.76170: 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 <<< 11924 1726884863.76200: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884863.76221: 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 <<< 11924 1726884863.76254: stdout chunk (state=3): >>># 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 0x7f816d277860> <<< 11924 1726884863.76284: 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' <<< 11924 1726884863.76379: 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' <<< 11924 1726884863.76404: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d288740> <<< 11924 1726884863.76424: 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 <<< 11924 1726884863.76439: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 11924 1726884863.76468: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 11924 1726884863.76504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 11924 1726884863.76599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 11924 1726884863.76603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d28be00> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d28ac30> <<< 11924 1726884863.76689: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d288e30> <<< 11924 1726884863.76702: 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 <<< 11924 1726884863.76728: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 11924 1726884863.76762: 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 0x7f816d0ca6c0> <<< 11924 1726884863.77052: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d0c8350> <<< 11924 1726884863.77056: 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 <<< 11924 1726884863.77061: stdout chunk (state=3): >>># 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 0x7f816d0e8f50> # /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 0x7f816d0e9d90> <<< 11924 1726884863.77084: 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 <<< 11924 1726884863.77099: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 11924 1726884863.77210: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d0ea5a0> <<< 11924 1726884863.77308: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d0dfdd0> <<< 11924 1726884863.77331: 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 <<< 11924 1726884863.77367: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 11924 1726884863.77404: 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' <<< 11924 1726884863.77471: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d10bfb0> <<< 11924 1726884863.77547: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d10a7b0> <<< 11924 1726884863.77642: 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' <<< 11924 1726884863.77671: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d13dc10> <<< 11924 1726884863.77683: 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 <<< 11924 1726884863.77789: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884863.77811: 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' <<< 11924 1726884863.78269: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d14f920> <<< 11924 1726884863.78310: 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' <<< 11924 1726884863.78365: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d174f50> <<< 11924 1726884863.78388: 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' <<< 11924 1726884863.78410: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d16ce60> <<< 11924 1726884863.78442: 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 <<< 11924 1726884863.78509: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/mdraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc' <<< 11924 1726884863.78532: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d16f200> <<< 11924 1726884863.78732: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d16d370> <<< 11924 1726884863.78736: 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' <<< 11924 1726884863.78960: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816cfc56d0> <<< 11924 1726884863.79113: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d13ff50> <<< 11924 1726884863.79131: 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 <<< 11924 1726884863.79190: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884863.79296: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d14c2c0> <<< 11924 1726884863.79309: 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' <<< 11924 1726884863.79380: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d02f740> # /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' <<< 11924 1726884863.79408: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d0402f0> <<< 11924 1726884863.79539: 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 0x7f816d040e30> # /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 0x7f816d041280> <<< 11924 1726884863.79543: 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 <<< 11924 1726884863.79580: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 11924 1726884863.79584: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d042120> <<< 11924 1726884863.79626: 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 <<< 11924 1726884863.79630: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884863.79801: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d0429c0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d288230> <<< 11924 1726884863.79805: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d277c20> <<< 11924 1726884863.79885: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1fd9a0> <<< 11924 1726884863.79915: 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 <<< 11924 1726884863.79939: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 11924 1726884863.79984: 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' <<< 11924 1726884863.79987: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d078ec0> <<< 11924 1726884863.80067: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d277470> # /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' <<< 11924 1726884863.80203: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d07a3c0> <<< 11924 1726884863.80206: 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' <<< 11924 1726884863.80209: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d07b740> <<< 11924 1726884863.80260: 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' <<< 11924 1726884863.80319: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d07bf20> # /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' <<< 11924 1726884863.80412: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ce8c830> # /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 0x7f816ce8e630> <<< 11924 1726884863.80453: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd481a0> True <<< 11924 1726884863.81223: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884863.81236: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ <<< 11924 1726884863.81275: 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__ # 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 <<< 11924 1726884863.81338: stdout chunk (state=3): >>># 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 <<< 11924 1726884863.81365: 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 # 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 <<< 11924 1726884863.81451: stdout chunk (state=3): >>># 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 #<<< 11924 1726884863.81483: stdout chunk (state=3): >>> 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 <<< 11924 1726884863.81981: stdout chunk (state=3): >>># destroy blivet # destroy _sitebuiltins <<< 11924 1726884863.82019: stdout chunk (state=3): >>># destroy zlib <<< 11924 1726884863.82090: stdout chunk (state=3): >>># 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 <<< 11924 1726884863.82094: stdout chunk (state=3): >>># destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.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 <<< 11924 1726884863.82170: 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 <<< 11924 1726884863.82195: 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 <<< 11924 1726884863.82241: stdout chunk (state=3): >>># cleanup[3] wiping ctypes # destroy ctypes._endian <<< 11924 1726884863.82258: 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 # 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 <<< 11924 1726884863.82449: stdout chunk (state=3): >>># cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping _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 <<< 11924 1726884863.82452: stdout chunk (state=3): >>># 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 <<< 11924 1726884863.82456: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 11924 1726884863.82459: stdout chunk (state=3): >>># cleanup[3] wiping linecache # destroy tokenize <<< 11924 1726884863.82528: 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 <<< 11924 1726884863.82532: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 11924 1726884863.82640: 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 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 <<< 11924 1726884863.82643: 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 _datetime # destroy decimal <<< 11924 1726884863.83265: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884863.83322: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport <<< 11924 1726884863.83340: stdout chunk (state=3): >>># destroy gi._gi <<< 11924 1726884863.83390: stdout chunk (state=3): >>># destroy _struct <<< 11924 1726884863.83529: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk <<< 11924 1726884863.83533: stdout chunk (state=3): >>># 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 <<< 11924 1726884863.83559: stdout chunk (state=3): >>># destroy fnmatch # destroy _hashlib # destroy shutil # destroy pprint # destroy time <<< 11924 1726884863.83600: stdout chunk (state=3): >>># destroy blivet.devicelibs.lvm # destroy blivet.tasks.pvtask <<< 11924 1726884863.83704: 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 # destroy _warnings # destroy posix # destroy copyreg # destroy contextlib # destroy operator # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 11924 1726884863.83739: stdout chunk (state=3): >>># destroy select <<< 11924 1726884863.83920: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy stat # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json <<< 11924 1726884863.83924: stdout chunk (state=3): >>># destroy parted <<< 11924 1726884863.83958: 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 # 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 <<< 11924 1726884863.84023: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy _codecs # destroy re <<< 11924 1726884863.84060: stdout chunk (state=3): >>># destroy _random <<< 11924 1726884863.84071: stdout chunk (state=3): >>># destroy _sre # destroy _functools # destroy _operator # clear sys.audit hooks <<< 11924 1726884863.84837: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884863.84840: stdout chunk (state=3): >>><<< 11924 1726884863.84842: stderr chunk (state=3): >>><<< 11924 1726884863.85190: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816f1103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816f0dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816f112960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eec0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eec1fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.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 0x7f816eec3c50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eec38f0> # /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 0x7f816eef9160> # /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 0x7f816eefa480> # /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 0x7f816ef55070> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef551c0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816efa87a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816efa8b00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef6cbc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef56390> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef4a3f0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ede01d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816efaade0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816efaad20> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816efa95b0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ede1220> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef49790> 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 0x7f816ee090a0> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef0fd40> # /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 0x7f816ee29730> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee28b00> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef28fb0> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee2a960> 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 0x7f816ee35430> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee2a150> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee2a7b0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee49be0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee29790> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eefade0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/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 0x7f816ee9dd90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee6ffe0> # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee9eb70> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee9f740> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef0d970> # /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 0x7f816ecfa540> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed30860> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816ed31f40> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed32de0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816ed33440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed32330> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816ed33e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed33560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ecfa660> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eccaae0> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ecca660> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eefa990> # /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 0x7f816ed56c60> # /usr/lib64/python3.12/__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 0x7f816ed57170> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc 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 0x7f816ed79a60> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed9f740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816eccade0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816edac8c0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816edaca10> # /usr/lib64/python3.12/__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 0x7f816edae090> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816edace30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed57b00> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__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 0x7f816e9e62d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e9e6000> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816e9e6300> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816e9e6b40> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816e9e7530> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e9e6480> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e9e44d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed57fb0> # /usr/lib64/python3.12/__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 0x7f816ea053a0> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816ea07890> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e9e7680> # /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 0x7f816ea202f0> # 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 0x7f816ea07c20> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea07ad0> # /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 0x7f816ea22ba0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea22810> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea225d0> # /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 0x7f816ea4a330> 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 0x7f816ea4aae0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea499d0> # 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 0x7f816ea77020> # 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 0x7f816ea75640> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea49460> # /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 0x7f816eac5010> # /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 0x7f816eac53a0> # /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 0x7f816eac5880> # /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 0x7f816eac60f0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eac46e0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eac4200> # 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 0x7f816eac6870> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea9bd10> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea9bc80> # /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 0x7f816e156660> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816e157c20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e154e00> # /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 0x7f816e1559a0> # /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 0x7f816e190860> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e157fe0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eac7170> 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 0x7f816e1c9610> 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 0x7f816e1e7140> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea23170> # /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 0x7f816e21bef0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816dc94860> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dc94680> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dc95160> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e21a8a0> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e2191c0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e218950> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e1c91f0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ecca930> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eef9700> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eef8a40> # /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 0x7f816dd64aa0> # /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 0x7f816dd65130> # /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 0x7f816dd661e0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd66090> # /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 0x7f816dd66480> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd65df0> # /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 0x7f816dd66960> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd667b0> # /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 0x7f816d354e00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d354b90> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd66e10> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd669c0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd65580> # /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 0x7f816dd65c10> # /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 0x7f816d357410> # /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 0x7f816d357770> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d357170> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3567e0> # /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 0x7f816d3578f0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd64710> # /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 0x7f816d357980> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd4a300> # /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 0x7f816d378f20> # /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 0x7f816d379220> # /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 0x7f816d37a900> # /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 0x7f816d3a0290> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d37bfb0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d37b800> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d378890> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d37b3b0> # /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 0x7f816d3a0f50> # /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 0x7f816d3a16d0> # /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 0x7f816d3a1d00> # /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 0x7f816d3a2030> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3a0e00> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d37aab0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3797c0> # /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 0x7f816d3ccc50> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d37a060> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d379340> # /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 0x7f816d3cd1f0> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d379b50> # /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 0x7f816d3cd400> # /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 0x7f816d3cd850> # /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 0x7f816d3ce000> # /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 0x7f816d3f99d0> # /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 0x7f816d3fac00> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3fa5d0> # /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 0x7f816d3faff0> # /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 0x7f816d3fbb90> # /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 0x7f816d4228a0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d421580> # /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 0x7f816d423d10> # /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 0x7f816d441070> # /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 0x7f816d441eb0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3f2c60> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3f28d0> # /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 0x7f816d1c4470> # /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 0x7f816d1c5520> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1c4e60> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1c44a0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d4438f0> # /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 0x7f816d1eb680> # /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 0x7f816d1eb7d0> # /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 0x7f816d1feff0> # /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 0x7f816d1fffb0> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1ff6b0> # /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 0x7f816d2188c0> # /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 0x7f816d218d40> # /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 0x7f816d2192e0> # /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 0x7f816d219610> # /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 0x7f816d219be0> # /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 0x7f816d219dc0> # /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 0x7f816d21b170> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d21af30> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d219fa0> # /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 0x7f816d21bdd0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d21b9b0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d21af60> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1ebcb0> # /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 0x7f816d277860> # /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 0x7f816d288740> # /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 0x7f816d28be00> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d28ac30> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d288e30> # /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 0x7f816d0ca6c0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d0c8350> # /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 0x7f816d0e8f50> # /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 0x7f816d0e9d90> # /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 0x7f816d0ea5a0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d0dfdd0> # /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 0x7f816d10bfb0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d10a7b0> # /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 0x7f816d13dc10> # /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 0x7f816d14f920> # /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 0x7f816d174f50> # /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 0x7f816d16ce60> # /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 0x7f816d16f200> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d16d370> # /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 0x7f816cfc56d0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d13ff50> # /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 0x7f816d14c2c0> # /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 0x7f816d02f740> # /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 0x7f816d0402f0> # /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 0x7f816d040e30> # /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 0x7f816d041280> # /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 0x7f816d042120> # /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 0x7f816d0429c0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d288230> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d277c20> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1fd9a0> # /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 0x7f816d078ec0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d277470> # /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 0x7f816d07a3c0> # /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 0x7f816d07b740> # /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 0x7f816d07bf20> # /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 0x7f816ce8c830> # /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 0x7f816ce8e630> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd481a0> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884863.85457: _low_level_execute_command(): starting 11924 1726884863.85460: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884863.449822-13082-208061254566829/ > /dev/null 2>&1 && sleep 0' 11924 1726884863.86497: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884863.86572: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884863.86583: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884863.86859: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884863.86882: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884863.87036: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884863.88933: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884863.88937: stdout chunk (state=3): >>><<< 11924 1726884863.88940: stderr chunk (state=3): >>><<< 11924 1726884863.89060: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884863.89064: handler run complete 11924 1726884863.90282: Evaluated conditional (False): False 11924 1726884863.90663: attempt loop complete, returning result 11924 1726884863.90666: _execute() done 11924 1726884863.90668: dumping result to json 11924 1726884863.90772: done dumping result, returning 11924 1726884863.90785: done running TaskExecutor() for managed_node2/TASK: Check that blivet supports PV grow to fill [0affc8a3-6f6f-f4c0-2290-00000000048f] 11924 1726884863.90790: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000048f 11924 1726884863.92613: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000048f 11924 1726884863.92616: WORKER PROCESS EXITING ok: [managed_node2] => { "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 0x7f816f1103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816f0dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816f112960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eec0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eec1fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.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 0x7f816eec3c50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eec38f0> # /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 0x7f816eef9160> # /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 0x7f816eefa480> # /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 0x7f816ef55070> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef551c0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816efa87a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816efa8b00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef6cbc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef56390> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef4a3f0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ede01d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816efaade0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816efaad20> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816efa95b0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ede1220> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef49790> 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 0x7f816ee090a0> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef0fd40> # /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 0x7f816ee29730> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee28b00> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef28fb0> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee2a960> 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 0x7f816ee35430> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee2a150> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee2a7b0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee49be0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee29790> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eefade0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/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 0x7f816ee9dd90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee6ffe0> # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee9eb70> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ee9f740> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ef0d970> # /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 0x7f816ecfa540> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed30860> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816ed31f40> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed32de0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816ed33440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed32330> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816ed33e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed33560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ecfa660> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eccaae0> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ecca660> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eefa990> # /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 0x7f816ed56c60> # /usr/lib64/python3.12/__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 0x7f816ed57170> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc 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 0x7f816ed79a60> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed9f740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816eccade0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816edac8c0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816edaca10> # /usr/lib64/python3.12/__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 0x7f816edae090> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816edace30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed57b00> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__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 0x7f816e9e62d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e9e6000> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816e9e6300> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816e9e6b40> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816e9e7530> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e9e6480> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e9e44d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ed57fb0> # /usr/lib64/python3.12/__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 0x7f816ea053a0> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816ea07890> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e9e7680> # /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 0x7f816ea202f0> # 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 0x7f816ea07c20> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea07ad0> # /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 0x7f816ea22ba0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea22810> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea225d0> # /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 0x7f816ea4a330> 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 0x7f816ea4aae0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea499d0> # 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 0x7f816ea77020> # 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 0x7f816ea75640> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea49460> # /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 0x7f816eac5010> # /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 0x7f816eac53a0> # /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 0x7f816eac5880> # /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 0x7f816eac60f0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eac46e0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eac4200> # 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 0x7f816eac6870> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea9bd10> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea9bc80> # /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 0x7f816e156660> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816e157c20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e154e00> # /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 0x7f816e1559a0> # /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 0x7f816e190860> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e157fe0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eac7170> 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 0x7f816e1c9610> 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 0x7f816e1e7140> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ea23170> # /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 0x7f816e21bef0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f816dc94860> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dc94680> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dc95160> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e21a8a0> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e2191c0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e218950> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816e1c91f0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816ecca930> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eef9700> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816eef8a40> # /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 0x7f816dd64aa0> # /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 0x7f816dd65130> # /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 0x7f816dd661e0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd66090> # /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 0x7f816dd66480> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd65df0> # /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 0x7f816dd66960> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd667b0> # /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 0x7f816d354e00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d354b90> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd66e10> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd669c0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd65580> # /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 0x7f816dd65c10> # /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 0x7f816d357410> # /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 0x7f816d357770> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d357170> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3567e0> # /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 0x7f816d3578f0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd64710> # /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 0x7f816d357980> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd4a300> # /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 0x7f816d378f20> # /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 0x7f816d379220> # /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 0x7f816d37a900> # /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 0x7f816d3a0290> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d37bfb0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d37b800> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d378890> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d37b3b0> # /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 0x7f816d3a0f50> # /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 0x7f816d3a16d0> # /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 0x7f816d3a1d00> # /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 0x7f816d3a2030> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3a0e00> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d37aab0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3797c0> # /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 0x7f816d3ccc50> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d37a060> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d379340> # /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 0x7f816d3cd1f0> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d379b50> # /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 0x7f816d3cd400> # /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 0x7f816d3cd850> # /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 0x7f816d3ce000> # /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 0x7f816d3f99d0> # /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 0x7f816d3fac00> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3fa5d0> # /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 0x7f816d3faff0> # /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 0x7f816d3fbb90> # /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 0x7f816d4228a0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d421580> # /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 0x7f816d423d10> # /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 0x7f816d441070> # /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 0x7f816d441eb0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3f2c60> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d3f28d0> # /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 0x7f816d1c4470> # /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 0x7f816d1c5520> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1c4e60> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1c44a0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d4438f0> # /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 0x7f816d1eb680> # /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 0x7f816d1eb7d0> # /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 0x7f816d1feff0> # /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 0x7f816d1fffb0> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1ff6b0> # /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 0x7f816d2188c0> # /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 0x7f816d218d40> # /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 0x7f816d2192e0> # /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 0x7f816d219610> # /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 0x7f816d219be0> # /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 0x7f816d219dc0> # /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 0x7f816d21b170> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d21af30> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d219fa0> # /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 0x7f816d21bdd0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d21b9b0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d21af60> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1ebcb0> # /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 0x7f816d277860> # /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 0x7f816d288740> # /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 0x7f816d28be00> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d28ac30> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d288e30> # /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 0x7f816d0ca6c0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d0c8350> # /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 0x7f816d0e8f50> # /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 0x7f816d0e9d90> # /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 0x7f816d0ea5a0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d0dfdd0> # /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 0x7f816d10bfb0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d10a7b0> # /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 0x7f816d13dc10> # /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 0x7f816d14f920> # /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 0x7f816d174f50> # /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 0x7f816d16ce60> # /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 0x7f816d16f200> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d16d370> # /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 0x7f816cfc56d0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d13ff50> # /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 0x7f816d14c2c0> # /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 0x7f816d02f740> # /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 0x7f816d0402f0> # /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 0x7f816d040e30> # /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 0x7f816d041280> # /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 0x7f816d042120> # /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 0x7f816d0429c0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d288230> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d277c20> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d1fd9a0> # /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 0x7f816d078ec0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816d277470> # /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 0x7f816d07a3c0> # /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 0x7f816d07b740> # /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 0x7f816d07bf20> # /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 0x7f816ce8c830> # /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 0x7f816ce8e630> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f816dd481a0> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884863.93651: no more pending results, returning what we have 11924 1726884863.93657: results queue empty 11924 1726884863.93658: checking for any_errors_fatal 11924 1726884863.93669: done checking for any_errors_fatal 11924 1726884863.93670: checking for max_fail_percentage 11924 1726884863.93672: done checking for max_fail_percentage 11924 1726884863.93672: checking to see if all hosts have failed and the running result is not ok 11924 1726884863.93673: done checking to see if all hosts have failed 11924 1726884863.93674: getting the remaining hosts for this loop 11924 1726884863.93676: done getting the remaining hosts for this loop 11924 1726884863.93679: getting the next task for host managed_node2 11924 1726884863.93687: done getting next task for host managed_node2 11924 1726884863.93690: ^ task is: TASK: Verify that PVs fill the whole devices when they should 11924 1726884863.93695: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884863.93699: getting variables 11924 1726884863.93700: in VariableManager get_vars() 11924 1726884863.93726: Calling all_inventory to load vars for managed_node2 11924 1726884863.93729: Calling groups_inventory to load vars for managed_node2 11924 1726884863.93733: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884863.93742: Calling all_plugins_play to load vars for managed_node2 11924 1726884863.93745: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884863.93748: Calling groups_plugins_play to load vars for managed_node2 11924 1726884863.94311: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884863.94971: done with get_vars() 11924 1726884863.94987: 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 22:14:23 -0400 (0:00:00.556) 0:00:29.289 ****** 11924 1726884863.95095: entering _queue_task() for managed_node2/include_tasks 11924 1726884863.95373: worker is 1 (out of 1 available) 11924 1726884863.95388: exiting _queue_task() for managed_node2/include_tasks 11924 1726884863.95400: done queuing things up, now waiting for results queue to drain 11924 1726884863.95402: waiting for pending results... 11924 1726884863.95715: running TaskExecutor() for managed_node2/TASK: Verify that PVs fill the whole devices when they should 11924 1726884863.95848: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000490 11924 1726884863.95872: variable 'ansible_search_path' from source: unknown 11924 1726884863.96185: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884863.99172: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884863.99176: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884863.99203: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884863.99318: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884863.99349: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884863.99515: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884863.99590: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884863.99625: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884863.99761: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884863.99777: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884864.00005: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884864.00262: variable 'omit' from source: magic vars 11924 1726884864.00351: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.00474: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.00589: variable 'omit' from source: magic vars 11924 1726884864.00844: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884864.00943: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884864.00977: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884864.01243: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884864.01247: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884864.01297: variable 'grow_supported' from source: set_fact 11924 1726884864.01459: Evaluated conditional (grow_supported.stdout | trim == 'True'): False 11924 1726884864.01582: when evaluation is False, skipping this task 11924 1726884864.01621: variable 'st_pool_pv' from source: unknown 11924 1726884864.01902: variable 'st_pool_pv' from source: unknown skipping: [managed_node2] => (item=/dev/sda) => { "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/sda" } 11924 1726884864.02265: dumping result to json 11924 1726884864.02268: done dumping result, returning 11924 1726884864.02271: done running TaskExecutor() for managed_node2/TASK: Verify that PVs fill the whole devices when they should [0affc8a3-6f6f-f4c0-2290-000000000490] 11924 1726884864.02274: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000490 11924 1726884864.02319: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000490 11924 1726884864.02322: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 11924 1726884864.02400: no more pending results, returning what we have 11924 1726884864.02404: results queue empty 11924 1726884864.02405: checking for any_errors_fatal 11924 1726884864.02423: done checking for any_errors_fatal 11924 1726884864.02424: checking for max_fail_percentage 11924 1726884864.02426: done checking for max_fail_percentage 11924 1726884864.02427: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.02428: done checking to see if all hosts have failed 11924 1726884864.02429: getting the remaining hosts for this loop 11924 1726884864.02431: done getting the remaining hosts for this loop 11924 1726884864.02436: getting the next task for host managed_node2 11924 1726884864.02445: done getting next task for host managed_node2 11924 1726884864.02448: ^ task is: TASK: Check MD RAID 11924 1726884864.02453: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.02460: getting variables 11924 1726884864.02462: in VariableManager get_vars() 11924 1726884864.02493: Calling all_inventory to load vars for managed_node2 11924 1726884864.02495: Calling groups_inventory to load vars for managed_node2 11924 1726884864.02499: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.02509: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.02512: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.02514: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.03530: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.04147: done with get_vars() 11924 1726884864.04165: 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 22:14:24 -0400 (0:00:00.091) 0:00:29.381 ****** 11924 1726884864.04264: entering _queue_task() for managed_node2/include_tasks 11924 1726884864.04533: worker is 1 (out of 1 available) 11924 1726884864.04546: exiting _queue_task() for managed_node2/include_tasks 11924 1726884864.04762: done queuing things up, now waiting for results queue to drain 11924 1726884864.04764: waiting for pending results... 11924 1726884864.04959: running TaskExecutor() for managed_node2/TASK: Check MD RAID 11924 1726884864.04998: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000492 11924 1726884864.05063: variable 'ansible_search_path' from source: unknown 11924 1726884864.05068: calling self._execute() 11924 1726884864.05162: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.05175: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.05194: variable 'omit' from source: magic vars 11924 1726884864.05308: _execute() done 11924 1726884864.05316: dumping result to json 11924 1726884864.05323: done dumping result, returning 11924 1726884864.05335: done running TaskExecutor() for managed_node2/TASK: Check MD RAID [0affc8a3-6f6f-f4c0-2290-000000000492] 11924 1726884864.05360: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000492 11924 1726884864.05613: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000492 11924 1726884864.05616: WORKER PROCESS EXITING 11924 1726884864.05636: no more pending results, returning what we have 11924 1726884864.05640: in VariableManager get_vars() 11924 1726884864.05670: Calling all_inventory to load vars for managed_node2 11924 1726884864.05673: Calling groups_inventory to load vars for managed_node2 11924 1726884864.05676: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.05685: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.05687: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.05690: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.06474: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.07038: done with get_vars() 11924 1726884864.07047: variable 'ansible_search_path' from source: unknown 11924 1726884864.07166: variable 'storage_test_pool_subset' from source: include params 11924 1726884864.07205: we have included files to process 11924 1726884864.07207: generating all_blocks data 11924 1726884864.07208: done generating all_blocks data 11924 1726884864.07212: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884864.07215: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884864.07218: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884864.08431: done processing included file 11924 1726884864.08434: iterating over new_blocks loaded from include file 11924 1726884864.08435: in VariableManager get_vars() 11924 1726884864.08450: done with get_vars() 11924 1726884864.08451: filtering new block on tags 11924 1726884864.08580: done filtering new block on tags 11924 1726884864.08583: in VariableManager get_vars() 11924 1726884864.08597: done with get_vars() 11924 1726884864.08599: filtering new block on tags 11924 1726884864.08621: done filtering new block on tags 11924 1726884864.08623: 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_node2 11924 1726884864.08628: extending task lists for all hosts with included blocks 11924 1726884864.09939: done extending task lists 11924 1726884864.09941: done processing included files 11924 1726884864.09942: results queue empty 11924 1726884864.09942: checking for any_errors_fatal 11924 1726884864.09946: done checking for any_errors_fatal 11924 1726884864.09947: checking for max_fail_percentage 11924 1726884864.09948: done checking for max_fail_percentage 11924 1726884864.09948: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.09949: done checking to see if all hosts have failed 11924 1726884864.09950: getting the remaining hosts for this loop 11924 1726884864.09951: done getting the remaining hosts for this loop 11924 1726884864.09954: getting the next task for host managed_node2 11924 1726884864.09961: done getting next task for host managed_node2 11924 1726884864.09963: ^ task is: TASK: Get information about RAID 11924 1726884864.09966: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.09968: getting variables 11924 1726884864.09969: in VariableManager get_vars() 11924 1726884864.09978: Calling all_inventory to load vars for managed_node2 11924 1726884864.09980: Calling groups_inventory to load vars for managed_node2 11924 1726884864.09982: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.09988: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.09990: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.09993: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.10396: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.10958: done with get_vars() 11924 1726884864.10971: done getting variables 11924 1726884864.11007: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:24 -0400 (0:00:00.067) 0:00:29.449 ****** 11924 1726884864.11035: entering _queue_task() for managed_node2/command 11924 1726884864.11482: worker is 1 (out of 1 available) 11924 1726884864.11493: exiting _queue_task() for managed_node2/command 11924 1726884864.11505: done queuing things up, now waiting for results queue to drain 11924 1726884864.11507: waiting for pending results... 11924 1726884864.11612: running TaskExecutor() for managed_node2/TASK: Get information about RAID 11924 1726884864.11743: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000004e8 11924 1726884864.11765: variable 'ansible_search_path' from source: unknown 11924 1726884864.11842: calling self._execute() 11924 1726884864.11902: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.11911: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.11922: variable 'omit' from source: magic vars 11924 1726884864.12268: variable 'storage_test_pool' from source: include params 11924 1726884864.12307: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884864.12315: when evaluation is False, skipping this task 11924 1726884864.12322: _execute() done 11924 1726884864.12360: dumping result to json 11924 1726884864.12363: done dumping result, returning 11924 1726884864.12366: done running TaskExecutor() for managed_node2/TASK: Get information about RAID [0affc8a3-6f6f-f4c0-2290-0000000004e8] 11924 1726884864.12368: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004e8 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884864.12540: no more pending results, returning what we have 11924 1726884864.12545: results queue empty 11924 1726884864.12545: checking for any_errors_fatal 11924 1726884864.12547: done checking for any_errors_fatal 11924 1726884864.12548: checking for max_fail_percentage 11924 1726884864.12549: done checking for max_fail_percentage 11924 1726884864.12550: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.12551: done checking to see if all hosts have failed 11924 1726884864.12551: getting the remaining hosts for this loop 11924 1726884864.12553: done getting the remaining hosts for this loop 11924 1726884864.12559: getting the next task for host managed_node2 11924 1726884864.12568: done getting next task for host managed_node2 11924 1726884864.12571: ^ task is: TASK: Set active devices regex 11924 1726884864.12576: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.12581: getting variables 11924 1726884864.12582: in VariableManager get_vars() 11924 1726884864.12613: Calling all_inventory to load vars for managed_node2 11924 1726884864.12616: Calling groups_inventory to load vars for managed_node2 11924 1726884864.12620: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.12631: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.12635: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.12638: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.13271: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004e8 11924 1726884864.13275: WORKER PROCESS EXITING 11924 1726884864.13345: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.14118: done with get_vars() 11924 1726884864.14131: done getting variables 11924 1726884864.14186: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:24 -0400 (0:00:00.031) 0:00:29.481 ****** 11924 1726884864.14217: entering _queue_task() for managed_node2/set_fact 11924 1726884864.14645: worker is 1 (out of 1 available) 11924 1726884864.14881: exiting _queue_task() for managed_node2/set_fact 11924 1726884864.14896: done queuing things up, now waiting for results queue to drain 11924 1726884864.14898: waiting for pending results... 11924 1726884864.15253: running TaskExecutor() for managed_node2/TASK: Set active devices regex 11924 1726884864.15560: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000004e9 11924 1726884864.15572: variable 'ansible_search_path' from source: unknown 11924 1726884864.15609: calling self._execute() 11924 1726884864.15823: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.15829: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.15958: variable 'omit' from source: magic vars 11924 1726884864.16731: variable 'storage_test_pool' from source: include params 11924 1726884864.16945: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884864.16948: when evaluation is False, skipping this task 11924 1726884864.16950: _execute() done 11924 1726884864.16953: dumping result to json 11924 1726884864.16957: done dumping result, returning 11924 1726884864.16960: done running TaskExecutor() for managed_node2/TASK: Set active devices regex [0affc8a3-6f6f-f4c0-2290-0000000004e9] 11924 1726884864.16970: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004e9 11924 1726884864.17335: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004e9 11924 1726884864.17339: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884864.17389: no more pending results, returning what we have 11924 1726884864.17393: results queue empty 11924 1726884864.17393: checking for any_errors_fatal 11924 1726884864.17401: done checking for any_errors_fatal 11924 1726884864.17401: checking for max_fail_percentage 11924 1726884864.17403: done checking for max_fail_percentage 11924 1726884864.17404: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.17404: done checking to see if all hosts have failed 11924 1726884864.17405: getting the remaining hosts for this loop 11924 1726884864.17407: done getting the remaining hosts for this loop 11924 1726884864.17410: getting the next task for host managed_node2 11924 1726884864.17418: done getting next task for host managed_node2 11924 1726884864.17420: ^ task is: TASK: Set spare devices regex 11924 1726884864.17426: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.17430: getting variables 11924 1726884864.17432: in VariableManager get_vars() 11924 1726884864.17666: Calling all_inventory to load vars for managed_node2 11924 1726884864.17669: Calling groups_inventory to load vars for managed_node2 11924 1726884864.17673: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.17684: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.17687: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.17690: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.18649: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.19843: done with get_vars() 11924 1726884864.19862: done getting variables 11924 1726884864.19921: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:24 -0400 (0:00:00.057) 0:00:29.538 ****** 11924 1726884864.19954: entering _queue_task() for managed_node2/set_fact 11924 1726884864.20194: worker is 1 (out of 1 available) 11924 1726884864.20207: exiting _queue_task() for managed_node2/set_fact 11924 1726884864.20219: done queuing things up, now waiting for results queue to drain 11924 1726884864.20221: waiting for pending results... 11924 1726884864.20705: running TaskExecutor() for managed_node2/TASK: Set spare devices regex 11924 1726884864.20711: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000004ea 11924 1726884864.20714: variable 'ansible_search_path' from source: unknown 11924 1726884864.20717: calling self._execute() 11924 1726884864.20772: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.20776: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.20795: variable 'omit' from source: magic vars 11924 1726884864.21151: variable 'storage_test_pool' from source: include params 11924 1726884864.21181: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884864.21184: when evaluation is False, skipping this task 11924 1726884864.21187: _execute() done 11924 1726884864.21190: dumping result to json 11924 1726884864.21193: done dumping result, returning 11924 1726884864.21231: done running TaskExecutor() for managed_node2/TASK: Set spare devices regex [0affc8a3-6f6f-f4c0-2290-0000000004ea] 11924 1726884864.21234: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004ea 11924 1726884864.21302: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004ea 11924 1726884864.21305: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884864.21373: no more pending results, returning what we have 11924 1726884864.21377: results queue empty 11924 1726884864.21378: checking for any_errors_fatal 11924 1726884864.21385: done checking for any_errors_fatal 11924 1726884864.21385: checking for max_fail_percentage 11924 1726884864.21387: done checking for max_fail_percentage 11924 1726884864.21388: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.21388: done checking to see if all hosts have failed 11924 1726884864.21389: getting the remaining hosts for this loop 11924 1726884864.21391: done getting the remaining hosts for this loop 11924 1726884864.21395: getting the next task for host managed_node2 11924 1726884864.21404: done getting next task for host managed_node2 11924 1726884864.21406: ^ task is: TASK: Set md version regex 11924 1726884864.21412: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.21416: getting variables 11924 1726884864.21418: in VariableManager get_vars() 11924 1726884864.21450: Calling all_inventory to load vars for managed_node2 11924 1726884864.21452: Calling groups_inventory to load vars for managed_node2 11924 1726884864.21458: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.21470: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.21473: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.21476: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.22082: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.22637: done with get_vars() 11924 1726884864.22649: done getting variables 11924 1726884864.22708: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:24 -0400 (0:00:00.027) 0:00:29.566 ****** 11924 1726884864.22741: entering _queue_task() for managed_node2/set_fact 11924 1726884864.23346: worker is 1 (out of 1 available) 11924 1726884864.23359: exiting _queue_task() for managed_node2/set_fact 11924 1726884864.23371: done queuing things up, now waiting for results queue to drain 11924 1726884864.23373: waiting for pending results... 11924 1726884864.23985: running TaskExecutor() for managed_node2/TASK: Set md version regex 11924 1726884864.23990: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000004eb 11924 1726884864.23995: variable 'ansible_search_path' from source: unknown 11924 1726884864.24180: calling self._execute() 11924 1726884864.24418: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.24421: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.24425: variable 'omit' from source: magic vars 11924 1726884864.25462: variable 'storage_test_pool' from source: include params 11924 1726884864.25466: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884864.25468: when evaluation is False, skipping this task 11924 1726884864.25470: _execute() done 11924 1726884864.25472: dumping result to json 11924 1726884864.25474: done dumping result, returning 11924 1726884864.25477: done running TaskExecutor() for managed_node2/TASK: Set md version regex [0affc8a3-6f6f-f4c0-2290-0000000004eb] 11924 1726884864.25479: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004eb 11924 1726884864.25545: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004eb 11924 1726884864.25548: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884864.25598: no more pending results, returning what we have 11924 1726884864.25602: results queue empty 11924 1726884864.25603: checking for any_errors_fatal 11924 1726884864.25610: done checking for any_errors_fatal 11924 1726884864.25611: checking for max_fail_percentage 11924 1726884864.25613: done checking for max_fail_percentage 11924 1726884864.25614: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.25615: done checking to see if all hosts have failed 11924 1726884864.25615: getting the remaining hosts for this loop 11924 1726884864.25617: done getting the remaining hosts for this loop 11924 1726884864.25621: getting the next task for host managed_node2 11924 1726884864.25630: done getting next task for host managed_node2 11924 1726884864.25633: ^ task is: TASK: Set md chunk size regex 11924 1726884864.25639: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.25643: getting variables 11924 1726884864.25645: in VariableManager get_vars() 11924 1726884864.25677: Calling all_inventory to load vars for managed_node2 11924 1726884864.25680: Calling groups_inventory to load vars for managed_node2 11924 1726884864.25684: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.25696: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.25700: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.25703: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.26384: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.27180: done with get_vars() 11924 1726884864.27193: done getting variables 11924 1726884864.27248: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:24 -0400 (0:00:00.045) 0:00:29.611 ****** 11924 1726884864.27281: entering _queue_task() for managed_node2/set_fact 11924 1726884864.27495: worker is 1 (out of 1 available) 11924 1726884864.27507: exiting _queue_task() for managed_node2/set_fact 11924 1726884864.27521: done queuing things up, now waiting for results queue to drain 11924 1726884864.27523: waiting for pending results... 11924 1726884864.27936: running TaskExecutor() for managed_node2/TASK: Set md chunk size regex 11924 1726884864.27941: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000004ec 11924 1726884864.27944: variable 'ansible_search_path' from source: unknown 11924 1726884864.28162: calling self._execute() 11924 1726884864.28165: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.28168: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.28171: variable 'omit' from source: magic vars 11924 1726884864.28428: variable 'storage_test_pool' from source: include params 11924 1726884864.28459: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884864.28462: when evaluation is False, skipping this task 11924 1726884864.28465: _execute() done 11924 1726884864.28468: dumping result to json 11924 1726884864.28470: done dumping result, returning 11924 1726884864.28477: done running TaskExecutor() for managed_node2/TASK: Set md chunk size regex [0affc8a3-6f6f-f4c0-2290-0000000004ec] 11924 1726884864.28482: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004ec 11924 1726884864.28577: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004ec 11924 1726884864.28582: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884864.28628: no more pending results, returning what we have 11924 1726884864.28632: results queue empty 11924 1726884864.28633: checking for any_errors_fatal 11924 1726884864.28641: done checking for any_errors_fatal 11924 1726884864.28642: checking for max_fail_percentage 11924 1726884864.28644: done checking for max_fail_percentage 11924 1726884864.28645: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.28646: done checking to see if all hosts have failed 11924 1726884864.28646: getting the remaining hosts for this loop 11924 1726884864.28648: done getting the remaining hosts for this loop 11924 1726884864.28652: getting the next task for host managed_node2 11924 1726884864.28662: done getting next task for host managed_node2 11924 1726884864.28664: ^ task is: TASK: Parse the chunk size 11924 1726884864.28671: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.28675: getting variables 11924 1726884864.28677: in VariableManager get_vars() 11924 1726884864.28708: Calling all_inventory to load vars for managed_node2 11924 1726884864.28710: Calling groups_inventory to load vars for managed_node2 11924 1726884864.28713: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.28726: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.28729: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.28733: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.34088: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.34617: done with get_vars() 11924 1726884864.34630: 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 22:14:24 -0400 (0:00:00.075) 0:00:29.687 ****** 11924 1726884864.34815: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884864.34816: Creating lock for fedora.linux_system_roles.bsize 11924 1726884864.35401: worker is 1 (out of 1 available) 11924 1726884864.35414: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884864.35427: done queuing things up, now waiting for results queue to drain 11924 1726884864.35429: waiting for pending results... 11924 1726884864.36117: running TaskExecutor() for managed_node2/TASK: Parse the chunk size 11924 1726884864.36599: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000004ed 11924 1726884864.36621: variable 'ansible_search_path' from source: unknown 11924 1726884864.36665: calling self._execute() 11924 1726884864.36759: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.36772: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.36789: variable 'omit' from source: magic vars 11924 1726884864.37146: variable 'storage_test_pool' from source: include params 11924 1726884864.37187: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884864.37215: when evaluation is False, skipping this task 11924 1726884864.37218: _execute() done 11924 1726884864.37221: dumping result to json 11924 1726884864.37223: done dumping result, returning 11924 1726884864.37360: done running TaskExecutor() for managed_node2/TASK: Parse the chunk size [0affc8a3-6f6f-f4c0-2290-0000000004ed] 11924 1726884864.37364: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004ed 11924 1726884864.37433: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004ed 11924 1726884864.37436: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884864.37487: no more pending results, returning what we have 11924 1726884864.37492: results queue empty 11924 1726884864.37492: checking for any_errors_fatal 11924 1726884864.37502: done checking for any_errors_fatal 11924 1726884864.37503: checking for max_fail_percentage 11924 1726884864.37505: done checking for max_fail_percentage 11924 1726884864.37506: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.37507: done checking to see if all hosts have failed 11924 1726884864.37507: getting the remaining hosts for this loop 11924 1726884864.37509: done getting the remaining hosts for this loop 11924 1726884864.37513: getting the next task for host managed_node2 11924 1726884864.37521: done getting next task for host managed_node2 11924 1726884864.37523: ^ task is: TASK: Check RAID active devices count 11924 1726884864.37529: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.37533: getting variables 11924 1726884864.37535: in VariableManager get_vars() 11924 1726884864.37570: Calling all_inventory to load vars for managed_node2 11924 1726884864.37572: Calling groups_inventory to load vars for managed_node2 11924 1726884864.37576: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.37588: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.37591: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.37594: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.38282: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.38877: done with get_vars() 11924 1726884864.38891: done getting variables 11924 1726884864.38946: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:24 -0400 (0:00:00.041) 0:00:29.728 ****** 11924 1726884864.38979: entering _queue_task() for managed_node2/assert 11924 1726884864.39217: worker is 1 (out of 1 available) 11924 1726884864.39229: exiting _queue_task() for managed_node2/assert 11924 1726884864.39241: done queuing things up, now waiting for results queue to drain 11924 1726884864.39242: waiting for pending results... 11924 1726884864.39672: running TaskExecutor() for managed_node2/TASK: Check RAID active devices count 11924 1726884864.39677: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000004ee 11924 1726884864.39679: variable 'ansible_search_path' from source: unknown 11924 1726884864.39694: calling self._execute() 11924 1726884864.39797: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.39808: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.39825: variable 'omit' from source: magic vars 11924 1726884864.40194: variable 'storage_test_pool' from source: include params 11924 1726884864.40233: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884864.40240: when evaluation is False, skipping this task 11924 1726884864.40247: _execute() done 11924 1726884864.40252: dumping result to json 11924 1726884864.40261: done dumping result, returning 11924 1726884864.40269: done running TaskExecutor() for managed_node2/TASK: Check RAID active devices count [0affc8a3-6f6f-f4c0-2290-0000000004ee] 11924 1726884864.40277: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004ee skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884864.40503: no more pending results, returning what we have 11924 1726884864.40507: results queue empty 11924 1726884864.40507: checking for any_errors_fatal 11924 1726884864.40514: done checking for any_errors_fatal 11924 1726884864.40514: checking for max_fail_percentage 11924 1726884864.40516: done checking for max_fail_percentage 11924 1726884864.40517: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.40518: done checking to see if all hosts have failed 11924 1726884864.40518: getting the remaining hosts for this loop 11924 1726884864.40520: done getting the remaining hosts for this loop 11924 1726884864.40524: getting the next task for host managed_node2 11924 1726884864.40531: done getting next task for host managed_node2 11924 1726884864.40533: ^ task is: TASK: Check RAID spare devices count 11924 1726884864.40539: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.40543: getting variables 11924 1726884864.40545: in VariableManager get_vars() 11924 1726884864.40581: Calling all_inventory to load vars for managed_node2 11924 1726884864.40583: Calling groups_inventory to load vars for managed_node2 11924 1726884864.40587: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.40603: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.40607: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.40611: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.41252: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004ee 11924 1726884864.41258: WORKER PROCESS EXITING 11924 1726884864.41298: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.41914: done with get_vars() 11924 1726884864.41927: done getting variables 11924 1726884864.42003: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:24 -0400 (0:00:00.030) 0:00:29.759 ****** 11924 1726884864.42039: entering _queue_task() for managed_node2/assert 11924 1726884864.42472: worker is 1 (out of 1 available) 11924 1726884864.42481: exiting _queue_task() for managed_node2/assert 11924 1726884864.42492: done queuing things up, now waiting for results queue to drain 11924 1726884864.42494: waiting for pending results... 11924 1726884864.42582: running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count 11924 1726884864.42735: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000004ef 11924 1726884864.42758: variable 'ansible_search_path' from source: unknown 11924 1726884864.42799: calling self._execute() 11924 1726884864.42905: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.42924: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.42945: variable 'omit' from source: magic vars 11924 1726884864.43407: variable 'storage_test_pool' from source: include params 11924 1726884864.43445: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884864.43454: when evaluation is False, skipping this task 11924 1726884864.43465: _execute() done 11924 1726884864.43473: dumping result to json 11924 1726884864.43481: done dumping result, returning 11924 1726884864.43491: done running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count [0affc8a3-6f6f-f4c0-2290-0000000004ef] 11924 1726884864.43502: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004ef 11924 1726884864.43620: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004ef 11924 1726884864.43630: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884864.43678: no more pending results, returning what we have 11924 1726884864.43681: results queue empty 11924 1726884864.43682: checking for any_errors_fatal 11924 1726884864.43691: done checking for any_errors_fatal 11924 1726884864.43691: checking for max_fail_percentage 11924 1726884864.43694: done checking for max_fail_percentage 11924 1726884864.43694: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.43695: done checking to see if all hosts have failed 11924 1726884864.43696: getting the remaining hosts for this loop 11924 1726884864.43697: done getting the remaining hosts for this loop 11924 1726884864.43702: getting the next task for host managed_node2 11924 1726884864.43709: done getting next task for host managed_node2 11924 1726884864.43711: ^ task is: TASK: Check RAID metadata version 11924 1726884864.43716: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.43720: getting variables 11924 1726884864.43722: in VariableManager get_vars() 11924 1726884864.43750: Calling all_inventory to load vars for managed_node2 11924 1726884864.43752: Calling groups_inventory to load vars for managed_node2 11924 1726884864.43758: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.43769: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.43772: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.43774: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.44468: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.45080: done with get_vars() 11924 1726884864.45092: done getting variables 11924 1726884864.45144: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:24 -0400 (0:00:00.031) 0:00:29.790 ****** 11924 1726884864.45176: entering _queue_task() for managed_node2/assert 11924 1726884864.45388: worker is 1 (out of 1 available) 11924 1726884864.45399: exiting _queue_task() for managed_node2/assert 11924 1726884864.45409: done queuing things up, now waiting for results queue to drain 11924 1726884864.45411: waiting for pending results... 11924 1726884864.45671: running TaskExecutor() for managed_node2/TASK: Check RAID metadata version 11924 1726884864.45809: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000004f0 11924 1726884864.45826: variable 'ansible_search_path' from source: unknown 11924 1726884864.45866: calling self._execute() 11924 1726884864.45967: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.45977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.45991: variable 'omit' from source: magic vars 11924 1726884864.46358: variable 'storage_test_pool' from source: include params 11924 1726884864.46393: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884864.46402: when evaluation is False, skipping this task 11924 1726884864.46410: _execute() done 11924 1726884864.46418: dumping result to json 11924 1726884864.46426: done dumping result, returning 11924 1726884864.46442: done running TaskExecutor() for managed_node2/TASK: Check RAID metadata version [0affc8a3-6f6f-f4c0-2290-0000000004f0] 11924 1726884864.46454: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004f0 11924 1726884864.46675: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004f0 11924 1726884864.46677: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884864.46715: no more pending results, returning what we have 11924 1726884864.46718: results queue empty 11924 1726884864.46719: checking for any_errors_fatal 11924 1726884864.46724: done checking for any_errors_fatal 11924 1726884864.46725: checking for max_fail_percentage 11924 1726884864.46727: done checking for max_fail_percentage 11924 1726884864.46728: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.46728: done checking to see if all hosts have failed 11924 1726884864.46729: getting the remaining hosts for this loop 11924 1726884864.46730: done getting the remaining hosts for this loop 11924 1726884864.46733: getting the next task for host managed_node2 11924 1726884864.46741: done getting next task for host managed_node2 11924 1726884864.46743: ^ task is: TASK: Check RAID chunk size 11924 1726884864.46747: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.46751: getting variables 11924 1726884864.46752: in VariableManager get_vars() 11924 1726884864.46781: Calling all_inventory to load vars for managed_node2 11924 1726884864.46783: Calling groups_inventory to load vars for managed_node2 11924 1726884864.46786: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.46796: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.46799: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.46801: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.47821: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.48998: done with get_vars() 11924 1726884864.49012: done getting variables 11924 1726884864.49261: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:24 -0400 (0:00:00.041) 0:00:29.831 ****** 11924 1726884864.49291: entering _queue_task() for managed_node2/assert 11924 1726884864.49816: worker is 1 (out of 1 available) 11924 1726884864.49829: exiting _queue_task() for managed_node2/assert 11924 1726884864.49840: done queuing things up, now waiting for results queue to drain 11924 1726884864.49841: waiting for pending results... 11924 1726884864.50331: running TaskExecutor() for managed_node2/TASK: Check RAID chunk size 11924 1726884864.50585: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000004f1 11924 1726884864.50694: variable 'ansible_search_path' from source: unknown 11924 1726884864.50701: calling self._execute() 11924 1726884864.50954: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.50970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.51026: variable 'omit' from source: magic vars 11924 1726884864.51416: variable 'storage_test_pool' from source: include params 11924 1726884864.51456: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884864.51473: when evaluation is False, skipping this task 11924 1726884864.51481: _execute() done 11924 1726884864.51489: dumping result to json 11924 1726884864.51560: done dumping result, returning 11924 1726884864.51568: done running TaskExecutor() for managed_node2/TASK: Check RAID chunk size [0affc8a3-6f6f-f4c0-2290-0000000004f1] 11924 1726884864.51573: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004f1 11924 1726884864.51861: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004f1 11924 1726884864.51865: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884864.51907: no more pending results, returning what we have 11924 1726884864.51911: results queue empty 11924 1726884864.51912: checking for any_errors_fatal 11924 1726884864.51917: done checking for any_errors_fatal 11924 1726884864.51918: checking for max_fail_percentage 11924 1726884864.51920: done checking for max_fail_percentage 11924 1726884864.51921: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.51922: done checking to see if all hosts have failed 11924 1726884864.51923: getting the remaining hosts for this loop 11924 1726884864.51924: done getting the remaining hosts for this loop 11924 1726884864.51927: getting the next task for host managed_node2 11924 1726884864.51938: done getting next task for host managed_node2 11924 1726884864.51941: ^ task is: TASK: Reset variables used by tests 11924 1726884864.51946: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.51950: getting variables 11924 1726884864.51951: in VariableManager get_vars() 11924 1726884864.51981: Calling all_inventory to load vars for managed_node2 11924 1726884864.51984: Calling groups_inventory to load vars for managed_node2 11924 1726884864.51987: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.51997: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.52002: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.52006: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.52738: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.53674: done with get_vars() 11924 1726884864.53688: done getting variables 11924 1726884864.53745: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:24 -0400 (0:00:00.045) 0:00:29.877 ****** 11924 1726884864.53885: entering _queue_task() for managed_node2/set_fact 11924 1726884864.54381: worker is 1 (out of 1 available) 11924 1726884864.54394: exiting _queue_task() for managed_node2/set_fact 11924 1726884864.54408: done queuing things up, now waiting for results queue to drain 11924 1726884864.54522: waiting for pending results... 11924 1726884864.54866: running TaskExecutor() for managed_node2/TASK: Reset variables used by tests 11924 1726884864.54914: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000004f3 11924 1726884864.54935: variable 'ansible_search_path' from source: unknown 11924 1726884864.54981: calling self._execute() 11924 1726884864.55102: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.55115: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.55132: variable 'omit' from source: magic vars 11924 1726884864.55248: variable 'omit' from source: magic vars 11924 1726884864.55393: variable 'omit' from source: magic vars 11924 1726884864.55397: variable 'omit' from source: magic vars 11924 1726884864.55402: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884864.55448: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884864.55475: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884864.55507: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884864.55527: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884864.55551: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884864.55576: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884864.55642: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884864.55645: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.55648: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.55759: Set connection var ansible_shell_executable to /bin/sh 11924 1726884864.55767: Set connection var ansible_connection to ssh 11924 1726884864.55828: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884864.55831: Set connection var ansible_timeout to 10 11924 1726884864.55834: Set connection var ansible_pipelining to False 11924 1726884864.55835: Set connection var ansible_shell_type to sh 11924 1726884864.55838: variable 'ansible_shell_executable' from source: unknown 11924 1726884864.55842: variable 'ansible_connection' from source: unknown 11924 1726884864.55848: variable 'ansible_module_compression' from source: unknown 11924 1726884864.55860: variable 'ansible_shell_type' from source: unknown 11924 1726884864.55867: variable 'ansible_shell_executable' from source: unknown 11924 1726884864.55873: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.55880: variable 'ansible_pipelining' from source: unknown 11924 1726884864.55886: variable 'ansible_timeout' from source: unknown 11924 1726884864.55892: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.56051: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884864.56075: variable 'omit' from source: magic vars 11924 1726884864.56156: starting attempt loop 11924 1726884864.56160: running the handler 11924 1726884864.56162: handler run complete 11924 1726884864.56165: attempt loop complete, returning result 11924 1726884864.56167: _execute() done 11924 1726884864.56169: dumping result to json 11924 1726884864.56171: done dumping result, returning 11924 1726884864.56173: done running TaskExecutor() for managed_node2/TASK: Reset variables used by tests [0affc8a3-6f6f-f4c0-2290-0000000004f3] 11924 1726884864.56175: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004f3 11924 1726884864.56242: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000004f3 ok: [managed_node2] => { "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 } 11924 1726884864.56308: no more pending results, returning what we have 11924 1726884864.56311: results queue empty 11924 1726884864.56312: checking for any_errors_fatal 11924 1726884864.56319: done checking for any_errors_fatal 11924 1726884864.56320: checking for max_fail_percentage 11924 1726884864.56321: done checking for max_fail_percentage 11924 1726884864.56322: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.56323: done checking to see if all hosts have failed 11924 1726884864.56324: getting the remaining hosts for this loop 11924 1726884864.56326: done getting the remaining hosts for this loop 11924 1726884864.56330: getting the next task for host managed_node2 11924 1726884864.56339: done getting next task for host managed_node2 11924 1726884864.56343: ^ task is: TASK: Check LVM RAID 11924 1726884864.56348: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.56353: getting variables 11924 1726884864.56357: in VariableManager get_vars() 11924 1726884864.56491: Calling all_inventory to load vars for managed_node2 11924 1726884864.56495: Calling groups_inventory to load vars for managed_node2 11924 1726884864.56502: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.56514: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.56517: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.56520: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.57364: WORKER PROCESS EXITING 11924 1726884864.57643: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.58246: done with get_vars() 11924 1726884864.58261: 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 22:14:24 -0400 (0:00:00.044) 0:00:29.922 ****** 11924 1726884864.58350: entering _queue_task() for managed_node2/include_tasks 11924 1726884864.58591: worker is 1 (out of 1 available) 11924 1726884864.58603: exiting _queue_task() for managed_node2/include_tasks 11924 1726884864.58614: done queuing things up, now waiting for results queue to drain 11924 1726884864.58615: waiting for pending results... 11924 1726884864.58991: running TaskExecutor() for managed_node2/TASK: Check LVM RAID 11924 1726884864.59180: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000493 11924 1726884864.59200: variable 'ansible_search_path' from source: unknown 11924 1726884864.59241: calling self._execute() 11924 1726884864.59376: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.59395: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.59410: variable 'omit' from source: magic vars 11924 1726884864.59561: _execute() done 11924 1726884864.59564: dumping result to json 11924 1726884864.59567: done dumping result, returning 11924 1726884864.59569: done running TaskExecutor() for managed_node2/TASK: Check LVM RAID [0affc8a3-6f6f-f4c0-2290-000000000493] 11924 1726884864.59571: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000493 11924 1726884864.59917: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000493 11924 1726884864.59921: WORKER PROCESS EXITING 11924 1726884864.60058: no more pending results, returning what we have 11924 1726884864.60063: in VariableManager get_vars() 11924 1726884864.60091: Calling all_inventory to load vars for managed_node2 11924 1726884864.60094: Calling groups_inventory to load vars for managed_node2 11924 1726884864.60097: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.60108: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.60111: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.60114: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.60670: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.61303: done with get_vars() 11924 1726884864.61316: variable 'ansible_search_path' from source: unknown 11924 1726884864.61549: variable 'storage_test_pool_subset' from source: include params 11924 1726884864.61690: we have included files to process 11924 1726884864.61691: generating all_blocks data 11924 1726884864.61694: done generating all_blocks data 11924 1726884864.61706: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884864.61707: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884864.61710: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884864.62053: in VariableManager get_vars() 11924 1726884864.62078: done with get_vars() 11924 1726884864.62096: done processing included file 11924 1726884864.62098: iterating over new_blocks loaded from include file 11924 1726884864.62102: in VariableManager get_vars() 11924 1726884864.62117: done with get_vars() 11924 1726884864.62118: filtering new block on tags 11924 1726884864.62154: done filtering new block on tags 11924 1726884864.62159: 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_node2 11924 1726884864.62164: extending task lists for all hosts with included blocks 11924 1726884864.65874: done extending task lists 11924 1726884864.65875: done processing included files 11924 1726884864.65876: results queue empty 11924 1726884864.65877: checking for any_errors_fatal 11924 1726884864.65881: done checking for any_errors_fatal 11924 1726884864.65882: checking for max_fail_percentage 11924 1726884864.65883: done checking for max_fail_percentage 11924 1726884864.65884: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.65884: done checking to see if all hosts have failed 11924 1726884864.65885: getting the remaining hosts for this loop 11924 1726884864.65887: done getting the remaining hosts for this loop 11924 1726884864.65889: getting the next task for host managed_node2 11924 1726884864.65894: done getting next task for host managed_node2 11924 1726884864.65896: ^ task is: TASK: Validate pool member LVM RAID settings 11924 1726884864.65903: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.65905: getting variables 11924 1726884864.65906: in VariableManager get_vars() 11924 1726884864.65917: Calling all_inventory to load vars for managed_node2 11924 1726884864.65920: Calling groups_inventory to load vars for managed_node2 11924 1726884864.65922: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.65929: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.65931: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.65934: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.66926: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.68013: done with get_vars() 11924 1726884864.68031: 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 22:14:24 -0400 (0:00:00.097) 0:00:30.020 ****** 11924 1726884864.68122: entering _queue_task() for managed_node2/include_tasks 11924 1726884864.68438: worker is 1 (out of 1 available) 11924 1726884864.68449: exiting _queue_task() for managed_node2/include_tasks 11924 1726884864.68470: done queuing things up, now waiting for results queue to drain 11924 1726884864.68472: waiting for pending results... 11924 1726884864.68812: running TaskExecutor() for managed_node2/TASK: Validate pool member LVM RAID settings 11924 1726884864.68990: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000005b3 11924 1726884864.68994: variable 'ansible_search_path' from source: unknown 11924 1726884864.69257: variable 'storage_test_pool' from source: include params 11924 1726884864.69521: variable 'omit' from source: magic vars 11924 1726884864.69678: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.69753: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.69759: variable 'omit' from source: magic vars 11924 1726884864.69948: variable 'storage_test_pool' from source: include params 11924 1726884864.69979: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884864.70028: variable 'storage_test_lvmraid_volume' from source: unknown 11924 1726884864.70114: variable 'storage_test_lvmraid_volume' from source: unknown 11924 1726884864.70638: dumping result to json 11924 1726884864.70642: done dumping result, returning 11924 1726884864.70644: done running TaskExecutor() for managed_node2/TASK: Validate pool member LVM RAID settings [0affc8a3-6f6f-f4c0-2290-0000000005b3] 11924 1726884864.70646: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000005b3 11924 1726884864.70699: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000005b3 11924 1726884864.70702: WORKER PROCESS EXITING 11924 1726884864.70792: no more pending results, returning what we have 11924 1726884864.70798: in VariableManager get_vars() 11924 1726884864.70831: Calling all_inventory to load vars for managed_node2 11924 1726884864.70834: Calling groups_inventory to load vars for managed_node2 11924 1726884864.70837: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.70851: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.70857: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.70861: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.71602: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.72354: done with get_vars() 11924 1726884864.72379: variable 'ansible_search_path' from source: unknown 11924 1726884864.72425: we have included files to process 11924 1726884864.72427: generating all_blocks data 11924 1726884864.72428: done generating all_blocks data 11924 1726884864.72430: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884864.72431: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884864.72434: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884864.73405: done processing included file 11924 1726884864.73423: iterating over new_blocks loaded from include file 11924 1726884864.73424: in VariableManager get_vars() 11924 1726884864.73460: done with get_vars() 11924 1726884864.73462: filtering new block on tags 11924 1726884864.73621: done filtering new block on tags 11924 1726884864.73624: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884864.73652: extending task lists for all hosts with included blocks 11924 1726884864.73977: done extending task lists 11924 1726884864.73978: done processing included files 11924 1726884864.73979: results queue empty 11924 1726884864.73980: checking for any_errors_fatal 11924 1726884864.73984: done checking for any_errors_fatal 11924 1726884864.73985: checking for max_fail_percentage 11924 1726884864.73986: done checking for max_fail_percentage 11924 1726884864.73987: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.73988: done checking to see if all hosts have failed 11924 1726884864.73988: getting the remaining hosts for this loop 11924 1726884864.73989: done getting the remaining hosts for this loop 11924 1726884864.73992: getting the next task for host managed_node2 11924 1726884864.73998: done getting next task for host managed_node2 11924 1726884864.74000: ^ task is: TASK: Get information about the LV 11924 1726884864.74003: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.74006: getting variables 11924 1726884864.74007: in VariableManager get_vars() 11924 1726884864.74015: Calling all_inventory to load vars for managed_node2 11924 1726884864.74017: Calling groups_inventory to load vars for managed_node2 11924 1726884864.74020: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.74025: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.74027: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.74034: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.74569: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.75434: done with get_vars() 11924 1726884864.75447: done getting variables 11924 1726884864.75490: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:24 -0400 (0:00:00.073) 0:00:30.094 ****** 11924 1726884864.75521: entering _queue_task() for managed_node2/command 11924 1726884864.75832: worker is 1 (out of 1 available) 11924 1726884864.75845: exiting _queue_task() for managed_node2/command 11924 1726884864.75998: done queuing things up, now waiting for results queue to drain 11924 1726884864.75999: waiting for pending results... 11924 1726884864.76235: running TaskExecutor() for managed_node2/TASK: Get information about the LV 11924 1726884864.76430: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000006d4 11924 1726884864.76435: variable 'ansible_search_path' from source: unknown 11924 1726884864.76437: calling self._execute() 11924 1726884864.76476: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.76487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.76502: variable 'omit' from source: magic vars 11924 1726884864.76872: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884864.77154: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884864.77261: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884864.77264: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884864.77285: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884864.77383: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884864.77423: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884864.77454: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884864.77488: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884864.77625: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884864.77733: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884864.77736: when evaluation is False, skipping this task 11924 1726884864.77738: _execute() done 11924 1726884864.77742: dumping result to json 11924 1726884864.77743: done dumping result, returning 11924 1726884864.77745: done running TaskExecutor() for managed_node2/TASK: Get information about the LV [0affc8a3-6f6f-f4c0-2290-0000000006d4] 11924 1726884864.77748: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000006d4 11924 1726884864.77813: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000006d4 11924 1726884864.77817: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884864.77863: no more pending results, returning what we have 11924 1726884864.77867: results queue empty 11924 1726884864.77867: checking for any_errors_fatal 11924 1726884864.77869: done checking for any_errors_fatal 11924 1726884864.77869: checking for max_fail_percentage 11924 1726884864.77871: done checking for max_fail_percentage 11924 1726884864.77872: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.77872: done checking to see if all hosts have failed 11924 1726884864.77873: getting the remaining hosts for this loop 11924 1726884864.77874: done getting the remaining hosts for this loop 11924 1726884864.77878: getting the next task for host managed_node2 11924 1726884864.77886: done getting next task for host managed_node2 11924 1726884864.77888: ^ task is: TASK: Set LV segment type 11924 1726884864.77893: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.77897: getting variables 11924 1726884864.77899: in VariableManager get_vars() 11924 1726884864.77927: Calling all_inventory to load vars for managed_node2 11924 1726884864.77929: Calling groups_inventory to load vars for managed_node2 11924 1726884864.77932: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.77942: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.77945: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.77948: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.78740: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.79343: done with get_vars() 11924 1726884864.79357: done getting variables 11924 1726884864.79418: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:24 -0400 (0:00:00.039) 0:00:30.133 ****** 11924 1726884864.79449: entering _queue_task() for managed_node2/set_fact 11924 1726884864.79696: worker is 1 (out of 1 available) 11924 1726884864.79707: exiting _queue_task() for managed_node2/set_fact 11924 1726884864.79721: done queuing things up, now waiting for results queue to drain 11924 1726884864.79722: waiting for pending results... 11924 1726884864.80170: running TaskExecutor() for managed_node2/TASK: Set LV segment type 11924 1726884864.80174: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000006d5 11924 1726884864.80181: variable 'ansible_search_path' from source: unknown 11924 1726884864.80221: calling self._execute() 11924 1726884864.80335: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.80347: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.80364: variable 'omit' from source: magic vars 11924 1726884864.80749: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884864.81032: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884864.81085: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884864.81170: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884864.81175: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884864.81262: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884864.81294: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884864.81322: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884864.81351: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884864.81471: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884864.81761: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884864.81764: when evaluation is False, skipping this task 11924 1726884864.81767: _execute() done 11924 1726884864.81769: dumping result to json 11924 1726884864.81771: done dumping result, returning 11924 1726884864.81773: done running TaskExecutor() for managed_node2/TASK: Set LV segment type [0affc8a3-6f6f-f4c0-2290-0000000006d5] 11924 1726884864.81776: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000006d5 11924 1726884864.81836: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000006d5 11924 1726884864.81839: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884864.81878: no more pending results, returning what we have 11924 1726884864.81881: results queue empty 11924 1726884864.81882: checking for any_errors_fatal 11924 1726884864.81888: done checking for any_errors_fatal 11924 1726884864.81889: checking for max_fail_percentage 11924 1726884864.81890: done checking for max_fail_percentage 11924 1726884864.81891: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.81892: done checking to see if all hosts have failed 11924 1726884864.81892: getting the remaining hosts for this loop 11924 1726884864.81894: done getting the remaining hosts for this loop 11924 1726884864.81897: getting the next task for host managed_node2 11924 1726884864.81904: done getting next task for host managed_node2 11924 1726884864.81906: ^ task is: TASK: Check segment type 11924 1726884864.81912: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.81916: getting variables 11924 1726884864.81917: in VariableManager get_vars() 11924 1726884864.81941: Calling all_inventory to load vars for managed_node2 11924 1726884864.81944: Calling groups_inventory to load vars for managed_node2 11924 1726884864.81947: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.81957: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.81960: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.81963: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.82499: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.83105: done with get_vars() 11924 1726884864.83119: done getting variables 11924 1726884864.83179: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:24 -0400 (0:00:00.037) 0:00:30.171 ****** 11924 1726884864.83214: entering _queue_task() for managed_node2/assert 11924 1726884864.83438: worker is 1 (out of 1 available) 11924 1726884864.83451: exiting _queue_task() for managed_node2/assert 11924 1726884864.83666: done queuing things up, now waiting for results queue to drain 11924 1726884864.83668: waiting for pending results... 11924 1726884864.83739: running TaskExecutor() for managed_node2/TASK: Check segment type 11924 1726884864.83872: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000006d6 11924 1726884864.83896: variable 'ansible_search_path' from source: unknown 11924 1726884864.83935: calling self._execute() 11924 1726884864.84046: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.84060: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.84078: variable 'omit' from source: magic vars 11924 1726884864.84485: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884864.84762: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884864.84860: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884864.84863: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884864.84874: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884864.84953: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884864.84986: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884864.85014: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884864.85049: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884864.85175: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884864.85213: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884864.85222: when evaluation is False, skipping this task 11924 1726884864.85229: _execute() done 11924 1726884864.85234: dumping result to json 11924 1726884864.85304: done dumping result, returning 11924 1726884864.85307: done running TaskExecutor() for managed_node2/TASK: Check segment type [0affc8a3-6f6f-f4c0-2290-0000000006d6] 11924 1726884864.85309: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000006d6 11924 1726884864.85379: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000006d6 11924 1726884864.85383: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884864.85456: no more pending results, returning what we have 11924 1726884864.85460: results queue empty 11924 1726884864.85465: checking for any_errors_fatal 11924 1726884864.85472: done checking for any_errors_fatal 11924 1726884864.85473: checking for max_fail_percentage 11924 1726884864.85475: done checking for max_fail_percentage 11924 1726884864.85475: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.85476: done checking to see if all hosts have failed 11924 1726884864.85477: getting the remaining hosts for this loop 11924 1726884864.85479: done getting the remaining hosts for this loop 11924 1726884864.85483: getting the next task for host managed_node2 11924 1726884864.85492: done getting next task for host managed_node2 11924 1726884864.85495: ^ task is: TASK: Set LV stripe size 11924 1726884864.85501: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.85506: getting variables 11924 1726884864.85508: in VariableManager get_vars() 11924 1726884864.85542: Calling all_inventory to load vars for managed_node2 11924 1726884864.85548: Calling groups_inventory to load vars for managed_node2 11924 1726884864.85553: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.85564: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.85568: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.85571: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.86293: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.86878: done with get_vars() 11924 1726884864.86891: done getting variables 11924 1726884864.86950: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:24 -0400 (0:00:00.037) 0:00:30.208 ****** 11924 1726884864.86984: entering _queue_task() for managed_node2/set_fact 11924 1726884864.87202: worker is 1 (out of 1 available) 11924 1726884864.87212: exiting _queue_task() for managed_node2/set_fact 11924 1726884864.87223: done queuing things up, now waiting for results queue to drain 11924 1726884864.87224: waiting for pending results... 11924 1726884864.87582: running TaskExecutor() for managed_node2/TASK: Set LV stripe size 11924 1726884864.87628: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000006d7 11924 1726884864.87648: variable 'ansible_search_path' from source: unknown 11924 1726884864.87691: calling self._execute() 11924 1726884864.87794: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.87804: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.87817: variable 'omit' from source: magic vars 11924 1726884864.88177: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884864.88451: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884864.88662: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884864.88666: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884864.88668: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884864.88685: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884864.88721: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884864.88764: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884864.88807: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884864.88936: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884864.88977: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884864.88988: when evaluation is False, skipping this task 11924 1726884864.89008: _execute() done 11924 1726884864.89018: dumping result to json 11924 1726884864.89026: done dumping result, returning 11924 1726884864.89038: done running TaskExecutor() for managed_node2/TASK: Set LV stripe size [0affc8a3-6f6f-f4c0-2290-0000000006d7] 11924 1726884864.89049: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000006d7 11924 1726884864.89360: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000006d7 11924 1726884864.89364: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884864.89409: no more pending results, returning what we have 11924 1726884864.89413: results queue empty 11924 1726884864.89413: checking for any_errors_fatal 11924 1726884864.89419: done checking for any_errors_fatal 11924 1726884864.89420: checking for max_fail_percentage 11924 1726884864.89422: done checking for max_fail_percentage 11924 1726884864.89422: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.89423: done checking to see if all hosts have failed 11924 1726884864.89424: getting the remaining hosts for this loop 11924 1726884864.89425: done getting the remaining hosts for this loop 11924 1726884864.89430: getting the next task for host managed_node2 11924 1726884864.89440: done getting next task for host managed_node2 11924 1726884864.89443: ^ task is: TASK: Parse the requested stripe size 11924 1726884864.89448: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.89452: getting variables 11924 1726884864.89453: in VariableManager get_vars() 11924 1726884864.89486: Calling all_inventory to load vars for managed_node2 11924 1726884864.89489: Calling groups_inventory to load vars for managed_node2 11924 1726884864.89491: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.89500: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.89502: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.89505: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.90054: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.90644: done with get_vars() 11924 1726884864.90658: 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 22:14:24 -0400 (0:00:00.037) 0:00:30.246 ****** 11924 1726884864.90729: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884864.91406: worker is 1 (out of 1 available) 11924 1726884864.91419: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884864.91430: done queuing things up, now waiting for results queue to drain 11924 1726884864.91432: waiting for pending results... 11924 1726884864.91780: running TaskExecutor() for managed_node2/TASK: Parse the requested stripe size 11924 1726884864.91987: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000006d8 11924 1726884864.92114: variable 'ansible_search_path' from source: unknown 11924 1726884864.92197: calling self._execute() 11924 1726884864.92326: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.92338: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.92352: variable 'omit' from source: magic vars 11924 1726884864.92770: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884864.93074: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884864.93125: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884864.93176: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884864.93217: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884864.93320: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884864.93360: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884864.93392: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884864.93421: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884864.93544: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884864.93586: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884864.93593: when evaluation is False, skipping this task 11924 1726884864.93601: _execute() done 11924 1726884864.93680: dumping result to json 11924 1726884864.93683: done dumping result, returning 11924 1726884864.93685: done running TaskExecutor() for managed_node2/TASK: Parse the requested stripe size [0affc8a3-6f6f-f4c0-2290-0000000006d8] 11924 1726884864.93689: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000006d8 11924 1726884864.93752: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000006d8 11924 1726884864.93757: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884864.93830: no more pending results, returning what we have 11924 1726884864.93834: results queue empty 11924 1726884864.93834: checking for any_errors_fatal 11924 1726884864.93841: done checking for any_errors_fatal 11924 1726884864.93842: checking for max_fail_percentage 11924 1726884864.93843: done checking for max_fail_percentage 11924 1726884864.93844: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.93845: done checking to see if all hosts have failed 11924 1726884864.93845: getting the remaining hosts for this loop 11924 1726884864.93847: done getting the remaining hosts for this loop 11924 1726884864.93851: getting the next task for host managed_node2 11924 1726884864.93861: done getting next task for host managed_node2 11924 1726884864.93864: ^ task is: TASK: Set expected stripe size 11924 1726884864.93875: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.93879: getting variables 11924 1726884864.93881: in VariableManager get_vars() 11924 1726884864.93917: Calling all_inventory to load vars for managed_node2 11924 1726884864.93919: Calling groups_inventory to load vars for managed_node2 11924 1726884864.93922: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.93932: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.93935: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.93937: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.95784: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884864.96404: done with get_vars() 11924 1726884864.96418: done getting variables 11924 1726884864.96472: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:24 -0400 (0:00:00.057) 0:00:30.303 ****** 11924 1726884864.96506: entering _queue_task() for managed_node2/set_fact 11924 1726884864.96746: worker is 1 (out of 1 available) 11924 1726884864.96759: exiting _queue_task() for managed_node2/set_fact 11924 1726884864.96771: done queuing things up, now waiting for results queue to drain 11924 1726884864.96772: waiting for pending results... 11924 1726884864.97175: running TaskExecutor() for managed_node2/TASK: Set expected stripe size 11924 1726884864.97180: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000006d9 11924 1726884864.97191: variable 'ansible_search_path' from source: unknown 11924 1726884864.97227: calling self._execute() 11924 1726884864.97330: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884864.97361: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884864.97364: variable 'omit' from source: magic vars 11924 1726884864.97711: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884864.97975: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884864.98032: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884864.98139: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884864.98143: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884864.98191: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884864.98220: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884864.98250: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884864.98288: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884864.98399: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884864.98428: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884864.98435: when evaluation is False, skipping this task 11924 1726884864.98442: _execute() done 11924 1726884864.98478: dumping result to json 11924 1726884864.98481: done dumping result, returning 11924 1726884864.98484: done running TaskExecutor() for managed_node2/TASK: Set expected stripe size [0affc8a3-6f6f-f4c0-2290-0000000006d9] 11924 1726884864.98486: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000006d9 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884864.98705: no more pending results, returning what we have 11924 1726884864.98710: results queue empty 11924 1726884864.98711: checking for any_errors_fatal 11924 1726884864.98717: done checking for any_errors_fatal 11924 1726884864.98718: checking for max_fail_percentage 11924 1726884864.98720: done checking for max_fail_percentage 11924 1726884864.98720: checking to see if all hosts have failed and the running result is not ok 11924 1726884864.98721: done checking to see if all hosts have failed 11924 1726884864.98722: getting the remaining hosts for this loop 11924 1726884864.98724: done getting the remaining hosts for this loop 11924 1726884864.98729: getting the next task for host managed_node2 11924 1726884864.98739: done getting next task for host managed_node2 11924 1726884864.98742: ^ task is: TASK: Check stripe size 11924 1726884864.98748: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884864.98754: getting variables 11924 1726884864.98860: in VariableManager get_vars() 11924 1726884864.98889: Calling all_inventory to load vars for managed_node2 11924 1726884864.98891: Calling groups_inventory to load vars for managed_node2 11924 1726884864.98896: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884864.98905: Calling all_plugins_play to load vars for managed_node2 11924 1726884864.98908: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884864.98912: Calling groups_plugins_play to load vars for managed_node2 11924 1726884864.99494: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000006d9 11924 1726884864.99497: WORKER PROCESS EXITING 11924 1726884865.00406: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.01370: done with get_vars() 11924 1726884865.01382: done getting variables 11924 1726884865.01437: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:25 -0400 (0:00:00.049) 0:00:30.353 ****** 11924 1726884865.01474: entering _queue_task() for managed_node2/assert 11924 1726884865.01725: worker is 1 (out of 1 available) 11924 1726884865.01738: exiting _queue_task() for managed_node2/assert 11924 1726884865.01749: done queuing things up, now waiting for results queue to drain 11924 1726884865.01750: waiting for pending results... 11924 1726884865.02015: running TaskExecutor() for managed_node2/TASK: Check stripe size 11924 1726884865.02176: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000006da 11924 1726884865.02196: variable 'ansible_search_path' from source: unknown 11924 1726884865.02232: calling self._execute() 11924 1726884865.02336: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.02346: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.02361: variable 'omit' from source: magic vars 11924 1726884865.02714: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884865.03162: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884865.03165: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884865.03168: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884865.03170: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884865.03212: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884865.03242: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884865.03273: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884865.03307: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884865.03443: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884865.03479: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884865.03487: when evaluation is False, skipping this task 11924 1726884865.03494: _execute() done 11924 1726884865.03505: dumping result to json 11924 1726884865.03513: done dumping result, returning 11924 1726884865.03523: done running TaskExecutor() for managed_node2/TASK: Check stripe size [0affc8a3-6f6f-f4c0-2290-0000000006da] 11924 1726884865.03532: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000006da 11924 1726884865.03762: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000006da 11924 1726884865.03766: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884865.03812: no more pending results, returning what we have 11924 1726884865.03815: results queue empty 11924 1726884865.03816: checking for any_errors_fatal 11924 1726884865.03826: done checking for any_errors_fatal 11924 1726884865.03827: checking for max_fail_percentage 11924 1726884865.03829: done checking for max_fail_percentage 11924 1726884865.03830: checking to see if all hosts have failed and the running result is not ok 11924 1726884865.03830: done checking to see if all hosts have failed 11924 1726884865.03831: getting the remaining hosts for this loop 11924 1726884865.03833: done getting the remaining hosts for this loop 11924 1726884865.03837: getting the next task for host managed_node2 11924 1726884865.03848: done getting next task for host managed_node2 11924 1726884865.03851: ^ task is: TASK: Check Thin Pools 11924 1726884865.03858: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884865.03864: getting variables 11924 1726884865.03866: in VariableManager get_vars() 11924 1726884865.03897: Calling all_inventory to load vars for managed_node2 11924 1726884865.03900: Calling groups_inventory to load vars for managed_node2 11924 1726884865.03904: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.03914: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.03918: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.03921: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.05344: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.07208: done with get_vars() 11924 1726884865.07225: 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 22:14:25 -0400 (0:00:00.062) 0:00:30.416 ****** 11924 1726884865.07773: entering _queue_task() for managed_node2/include_tasks 11924 1726884865.08306: worker is 1 (out of 1 available) 11924 1726884865.08320: exiting _queue_task() for managed_node2/include_tasks 11924 1726884865.08334: done queuing things up, now waiting for results queue to drain 11924 1726884865.08336: waiting for pending results... 11924 1726884865.09186: running TaskExecutor() for managed_node2/TASK: Check Thin Pools 11924 1726884865.09459: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000494 11924 1726884865.09480: variable 'ansible_search_path' from source: unknown 11924 1726884865.09583: calling self._execute() 11924 1726884865.09936: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.09940: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.09943: variable 'omit' from source: magic vars 11924 1726884865.10139: _execute() done 11924 1726884865.10265: dumping result to json 11924 1726884865.10268: done dumping result, returning 11924 1726884865.10272: done running TaskExecutor() for managed_node2/TASK: Check Thin Pools [0affc8a3-6f6f-f4c0-2290-000000000494] 11924 1726884865.10274: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000494 11924 1726884865.10590: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000494 11924 1726884865.10596: WORKER PROCESS EXITING 11924 1726884865.10624: no more pending results, returning what we have 11924 1726884865.10630: in VariableManager get_vars() 11924 1726884865.10671: Calling all_inventory to load vars for managed_node2 11924 1726884865.10675: Calling groups_inventory to load vars for managed_node2 11924 1726884865.10678: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.10691: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.10694: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.10697: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.11809: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.12806: done with get_vars() 11924 1726884865.12820: variable 'ansible_search_path' from source: unknown 11924 1726884865.13210: variable 'storage_test_pool_subset' from source: include params 11924 1726884865.13241: we have included files to process 11924 1726884865.13242: generating all_blocks data 11924 1726884865.13244: done generating all_blocks data 11924 1726884865.13252: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884865.13398: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884865.13402: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884865.13561: in VariableManager get_vars() 11924 1726884865.13587: done with get_vars() 11924 1726884865.13602: done processing included file 11924 1726884865.13603: iterating over new_blocks loaded from include file 11924 1726884865.13605: in VariableManager get_vars() 11924 1726884865.13619: done with get_vars() 11924 1726884865.13620: filtering new block on tags 11924 1726884865.13646: done filtering new block on tags 11924 1726884865.13648: 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_node2 11924 1726884865.13653: extending task lists for all hosts with included blocks 11924 1726884865.17705: done extending task lists 11924 1726884865.17707: done processing included files 11924 1726884865.17708: results queue empty 11924 1726884865.17708: checking for any_errors_fatal 11924 1726884865.17712: done checking for any_errors_fatal 11924 1726884865.17713: checking for max_fail_percentage 11924 1726884865.17714: done checking for max_fail_percentage 11924 1726884865.17715: checking to see if all hosts have failed and the running result is not ok 11924 1726884865.17716: done checking to see if all hosts have failed 11924 1726884865.17717: getting the remaining hosts for this loop 11924 1726884865.17718: done getting the remaining hosts for this loop 11924 1726884865.17721: getting the next task for host managed_node2 11924 1726884865.17726: done getting next task for host managed_node2 11924 1726884865.17728: ^ task is: TASK: Validate pool member thinpool settings 11924 1726884865.17732: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884865.17734: getting variables 11924 1726884865.17735: in VariableManager get_vars() 11924 1726884865.17746: Calling all_inventory to load vars for managed_node2 11924 1726884865.17748: Calling groups_inventory to load vars for managed_node2 11924 1726884865.17750: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.17758: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.17761: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.17764: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.18537: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.19141: done with get_vars() 11924 1726884865.19157: 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 22:14:25 -0400 (0:00:00.114) 0:00:30.531 ****** 11924 1726884865.19272: entering _queue_task() for managed_node2/include_tasks 11924 1726884865.19668: worker is 1 (out of 1 available) 11924 1726884865.19681: exiting _queue_task() for managed_node2/include_tasks 11924 1726884865.19698: done queuing things up, now waiting for results queue to drain 11924 1726884865.19700: waiting for pending results... 11924 1726884865.19912: running TaskExecutor() for managed_node2/TASK: Validate pool member thinpool settings 11924 1726884865.20048: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000709 11924 1726884865.20068: variable 'ansible_search_path' from source: unknown 11924 1726884865.20313: variable 'storage_test_pool' from source: include params 11924 1726884865.20551: variable 'omit' from source: magic vars 11924 1726884865.20680: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.20693: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.20861: variable 'omit' from source: magic vars 11924 1726884865.20937: variable 'storage_test_pool' from source: include params 11924 1726884865.20960: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884865.21002: variable 'storage_test_thin_volume' from source: unknown 11924 1726884865.21247: variable 'storage_test_thin_volume' from source: unknown 11924 1726884865.22265: dumping result to json 11924 1726884865.22268: done dumping result, returning 11924 1726884865.22271: done running TaskExecutor() for managed_node2/TASK: Validate pool member thinpool settings [0affc8a3-6f6f-f4c0-2290-000000000709] 11924 1726884865.22274: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000709 11924 1726884865.22323: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000709 11924 1726884865.22326: WORKER PROCESS EXITING 11924 1726884865.22423: no more pending results, returning what we have 11924 1726884865.22428: in VariableManager get_vars() 11924 1726884865.22469: Calling all_inventory to load vars for managed_node2 11924 1726884865.22472: Calling groups_inventory to load vars for managed_node2 11924 1726884865.22476: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.22487: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.22490: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.22494: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.23334: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.24061: done with get_vars() 11924 1726884865.24073: variable 'ansible_search_path' from source: unknown 11924 1726884865.24120: we have included files to process 11924 1726884865.24122: generating all_blocks data 11924 1726884865.24123: done generating all_blocks data 11924 1726884865.24125: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884865.24126: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884865.24129: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884865.24802: done processing included file 11924 1726884865.24804: iterating over new_blocks loaded from include file 11924 1726884865.24806: in VariableManager get_vars() 11924 1726884865.24822: done with get_vars() 11924 1726884865.24824: filtering new block on tags 11924 1726884865.24912: done filtering new block on tags 11924 1726884865.24915: in VariableManager get_vars() 11924 1726884865.24930: done with get_vars() 11924 1726884865.24932: filtering new block on tags 11924 1726884865.25002: done filtering new block on tags 11924 1726884865.25005: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884865.25015: extending task lists for all hosts with included blocks 11924 1726884865.25221: done extending task lists 11924 1726884865.25222: done processing included files 11924 1726884865.25223: results queue empty 11924 1726884865.25223: checking for any_errors_fatal 11924 1726884865.25226: done checking for any_errors_fatal 11924 1726884865.25227: checking for max_fail_percentage 11924 1726884865.25228: done checking for max_fail_percentage 11924 1726884865.25229: checking to see if all hosts have failed and the running result is not ok 11924 1726884865.25230: done checking to see if all hosts have failed 11924 1726884865.25230: getting the remaining hosts for this loop 11924 1726884865.25231: done getting the remaining hosts for this loop 11924 1726884865.25234: getting the next task for host managed_node2 11924 1726884865.25239: done getting next task for host managed_node2 11924 1726884865.25242: ^ task is: TASK: Get information about thinpool 11924 1726884865.25246: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884865.25247: getting variables 11924 1726884865.25248: in VariableManager get_vars() 11924 1726884865.25259: Calling all_inventory to load vars for managed_node2 11924 1726884865.25262: Calling groups_inventory to load vars for managed_node2 11924 1726884865.25264: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.25278: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.25281: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.25284: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.25766: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.26547: done with get_vars() 11924 1726884865.26561: done getting variables 11924 1726884865.26596: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:25 -0400 (0:00:00.073) 0:00:30.605 ****** 11924 1726884865.26628: entering _queue_task() for managed_node2/command 11924 1726884865.27190: worker is 1 (out of 1 available) 11924 1726884865.27207: exiting _queue_task() for managed_node2/command 11924 1726884865.27222: done queuing things up, now waiting for results queue to drain 11924 1726884865.27223: waiting for pending results... 11924 1726884865.27874: running TaskExecutor() for managed_node2/TASK: Get information about thinpool 11924 1726884865.28030: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000083d 11924 1726884865.28043: variable 'ansible_search_path' from source: unknown 11924 1726884865.28086: calling self._execute() 11924 1726884865.28197: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.28210: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.28224: variable 'omit' from source: magic vars 11924 1726884865.28806: variable 'storage_test_thin_volume' from source: include params 11924 1726884865.28840: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884865.28849: when evaluation is False, skipping this task 11924 1726884865.28860: _execute() done 11924 1726884865.28868: dumping result to json 11924 1726884865.28878: done dumping result, returning 11924 1726884865.28888: done running TaskExecutor() for managed_node2/TASK: Get information about thinpool [0affc8a3-6f6f-f4c0-2290-00000000083d] 11924 1726884865.28903: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000083d 11924 1726884865.29218: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000083d 11924 1726884865.29222: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884865.29263: no more pending results, returning what we have 11924 1726884865.29266: results queue empty 11924 1726884865.29267: checking for any_errors_fatal 11924 1726884865.29269: done checking for any_errors_fatal 11924 1726884865.29269: checking for max_fail_percentage 11924 1726884865.29271: done checking for max_fail_percentage 11924 1726884865.29272: checking to see if all hosts have failed and the running result is not ok 11924 1726884865.29272: done checking to see if all hosts have failed 11924 1726884865.29273: getting the remaining hosts for this loop 11924 1726884865.29274: done getting the remaining hosts for this loop 11924 1726884865.29277: getting the next task for host managed_node2 11924 1726884865.29284: done getting next task for host managed_node2 11924 1726884865.29286: ^ task is: TASK: Check that volume is in correct thinpool (when thinp name is provided) 11924 1726884865.29294: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884865.29298: getting variables 11924 1726884865.29299: in VariableManager get_vars() 11924 1726884865.29326: Calling all_inventory to load vars for managed_node2 11924 1726884865.29328: Calling groups_inventory to load vars for managed_node2 11924 1726884865.29331: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.29339: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.29342: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.29345: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.29870: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.30448: done with get_vars() 11924 1726884865.30465: done getting variables 11924 1726884865.30521: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:25 -0400 (0:00:00.039) 0:00:30.644 ****** 11924 1726884865.30552: entering _queue_task() for managed_node2/assert 11924 1726884865.30798: worker is 1 (out of 1 available) 11924 1726884865.30813: exiting _queue_task() for managed_node2/assert 11924 1726884865.30827: done queuing things up, now waiting for results queue to drain 11924 1726884865.30829: waiting for pending results... 11924 1726884865.31136: running TaskExecutor() for managed_node2/TASK: Check that volume is in correct thinpool (when thinp name is provided) 11924 1726884865.31279: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000083e 11924 1726884865.31296: variable 'ansible_search_path' from source: unknown 11924 1726884865.31435: calling self._execute() 11924 1726884865.31458: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.31463: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.31467: variable 'omit' from source: magic vars 11924 1726884865.31905: variable 'storage_test_thin_volume' from source: include params 11924 1726884865.31914: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884865.31917: when evaluation is False, skipping this task 11924 1726884865.31922: _execute() done 11924 1726884865.31926: dumping result to json 11924 1726884865.31932: done dumping result, returning 11924 1726884865.32025: done running TaskExecutor() for managed_node2/TASK: Check that volume is in correct thinpool (when thinp name is provided) [0affc8a3-6f6f-f4c0-2290-00000000083e] 11924 1726884865.32029: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000083e 11924 1726884865.32108: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000083e 11924 1726884865.32112: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884865.32157: no more pending results, returning what we have 11924 1726884865.32161: results queue empty 11924 1726884865.32162: checking for any_errors_fatal 11924 1726884865.32167: done checking for any_errors_fatal 11924 1726884865.32168: checking for max_fail_percentage 11924 1726884865.32170: done checking for max_fail_percentage 11924 1726884865.32171: checking to see if all hosts have failed and the running result is not ok 11924 1726884865.32171: done checking to see if all hosts have failed 11924 1726884865.32172: getting the remaining hosts for this loop 11924 1726884865.32173: done getting the remaining hosts for this loop 11924 1726884865.32176: getting the next task for host managed_node2 11924 1726884865.32183: done getting next task for host managed_node2 11924 1726884865.32186: ^ task is: TASK: Check that volume is in thinpool (when thinp name is not provided) 11924 1726884865.32192: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884865.32196: getting variables 11924 1726884865.32198: in VariableManager get_vars() 11924 1726884865.32223: Calling all_inventory to load vars for managed_node2 11924 1726884865.32226: Calling groups_inventory to load vars for managed_node2 11924 1726884865.32229: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.32239: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.32242: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.32245: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.32858: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.33471: done with get_vars() 11924 1726884865.33486: done getting variables 11924 1726884865.33550: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:25 -0400 (0:00:00.030) 0:00:30.674 ****** 11924 1726884865.33591: entering _queue_task() for managed_node2/assert 11924 1726884865.33849: worker is 1 (out of 1 available) 11924 1726884865.34068: exiting _queue_task() for managed_node2/assert 11924 1726884865.34078: done queuing things up, now waiting for results queue to drain 11924 1726884865.34079: waiting for pending results... 11924 1726884865.34382: running TaskExecutor() for managed_node2/TASK: Check that volume is in thinpool (when thinp name is not provided) 11924 1726884865.34387: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000083f 11924 1726884865.34390: variable 'ansible_search_path' from source: unknown 11924 1726884865.34393: calling self._execute() 11924 1726884865.34500: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.34511: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.34524: variable 'omit' from source: magic vars 11924 1726884865.34900: variable 'storage_test_thin_volume' from source: include params 11924 1726884865.35023: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884865.35029: when evaluation is False, skipping this task 11924 1726884865.35035: _execute() done 11924 1726884865.35038: dumping result to json 11924 1726884865.35040: done dumping result, returning 11924 1726884865.35043: done running TaskExecutor() for managed_node2/TASK: Check that volume is in thinpool (when thinp name is not provided) [0affc8a3-6f6f-f4c0-2290-00000000083f] 11924 1726884865.35045: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000083f 11924 1726884865.35114: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000083f 11924 1726884865.35118: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884865.35178: no more pending results, returning what we have 11924 1726884865.35181: results queue empty 11924 1726884865.35182: checking for any_errors_fatal 11924 1726884865.35190: done checking for any_errors_fatal 11924 1726884865.35190: checking for max_fail_percentage 11924 1726884865.35193: done checking for max_fail_percentage 11924 1726884865.35194: checking to see if all hosts have failed and the running result is not ok 11924 1726884865.35195: done checking to see if all hosts have failed 11924 1726884865.35196: getting the remaining hosts for this loop 11924 1726884865.35201: done getting the remaining hosts for this loop 11924 1726884865.35205: getting the next task for host managed_node2 11924 1726884865.35218: done getting next task for host managed_node2 11924 1726884865.35220: ^ task is: TASK: Reset variable used by test 11924 1726884865.35227: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884865.35231: getting variables 11924 1726884865.35233: in VariableManager get_vars() 11924 1726884865.35266: Calling all_inventory to load vars for managed_node2 11924 1726884865.35270: Calling groups_inventory to load vars for managed_node2 11924 1726884865.35277: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.35290: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.35294: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.35298: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.35966: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.36568: done with get_vars() 11924 1726884865.36583: done getting variables 11924 1726884865.36644: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:25 -0400 (0:00:00.030) 0:00:30.705 ****** 11924 1726884865.36678: entering _queue_task() for managed_node2/set_fact 11924 1726884865.36900: worker is 1 (out of 1 available) 11924 1726884865.36911: exiting _queue_task() for managed_node2/set_fact 11924 1726884865.36923: done queuing things up, now waiting for results queue to drain 11924 1726884865.36925: waiting for pending results... 11924 1726884865.37274: running TaskExecutor() for managed_node2/TASK: Reset variable used by test 11924 1726884865.37319: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000841 11924 1726884865.37338: variable 'ansible_search_path' from source: unknown 11924 1726884865.37376: calling self._execute() 11924 1726884865.37482: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.37561: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.37564: variable 'omit' from source: magic vars 11924 1726884865.37620: variable 'omit' from source: magic vars 11924 1726884865.37683: variable 'omit' from source: magic vars 11924 1726884865.37723: variable 'omit' from source: magic vars 11924 1726884865.37765: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884865.37808: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884865.37837: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884865.37861: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884865.37877: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884865.37896: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884865.37917: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884865.37956: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884865.38041: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.38043: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.38084: Set connection var ansible_shell_executable to /bin/sh 11924 1726884865.38091: Set connection var ansible_connection to ssh 11924 1726884865.38106: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884865.38117: Set connection var ansible_timeout to 10 11924 1726884865.38126: Set connection var ansible_pipelining to False 11924 1726884865.38135: Set connection var ansible_shell_type to sh 11924 1726884865.38172: variable 'ansible_shell_executable' from source: unknown 11924 1726884865.38180: variable 'ansible_connection' from source: unknown 11924 1726884865.38187: variable 'ansible_module_compression' from source: unknown 11924 1726884865.38194: variable 'ansible_shell_type' from source: unknown 11924 1726884865.38200: variable 'ansible_shell_executable' from source: unknown 11924 1726884865.38207: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.38214: variable 'ansible_pipelining' from source: unknown 11924 1726884865.38219: variable 'ansible_timeout' from source: unknown 11924 1726884865.38226: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.38373: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884865.38391: variable 'omit' from source: magic vars 11924 1726884865.38563: starting attempt loop 11924 1726884865.38566: running the handler 11924 1726884865.38569: handler run complete 11924 1726884865.38571: attempt loop complete, returning result 11924 1726884865.38573: _execute() done 11924 1726884865.38575: dumping result to json 11924 1726884865.38577: done dumping result, returning 11924 1726884865.38579: done running TaskExecutor() for managed_node2/TASK: Reset variable used by test [0affc8a3-6f6f-f4c0-2290-000000000841] 11924 1726884865.38581: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000841 11924 1726884865.38642: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000841 11924 1726884865.38645: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } 11924 1726884865.38696: no more pending results, returning what we have 11924 1726884865.38699: results queue empty 11924 1726884865.38700: checking for any_errors_fatal 11924 1726884865.38708: done checking for any_errors_fatal 11924 1726884865.38709: checking for max_fail_percentage 11924 1726884865.38711: done checking for max_fail_percentage 11924 1726884865.38712: checking to see if all hosts have failed and the running result is not ok 11924 1726884865.38712: done checking to see if all hosts have failed 11924 1726884865.38713: getting the remaining hosts for this loop 11924 1726884865.38715: done getting the remaining hosts for this loop 11924 1726884865.38718: getting the next task for host managed_node2 11924 1726884865.38729: done getting next task for host managed_node2 11924 1726884865.38733: ^ task is: TASK: Check member encryption 11924 1726884865.38738: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884865.38744: getting variables 11924 1726884865.38745: in VariableManager get_vars() 11924 1726884865.38775: Calling all_inventory to load vars for managed_node2 11924 1726884865.38778: Calling groups_inventory to load vars for managed_node2 11924 1726884865.38781: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.38790: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.38793: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.38796: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.39410: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.40024: done with get_vars() 11924 1726884865.40038: 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 22:14:25 -0400 (0:00:00.034) 0:00:30.740 ****** 11924 1726884865.40128: entering _queue_task() for managed_node2/include_tasks 11924 1726884865.40981: worker is 1 (out of 1 available) 11924 1726884865.40996: exiting _queue_task() for managed_node2/include_tasks 11924 1726884865.41009: done queuing things up, now waiting for results queue to drain 11924 1726884865.41010: waiting for pending results... 11924 1726884865.41371: running TaskExecutor() for managed_node2/TASK: Check member encryption 11924 1726884865.41379: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000495 11924 1726884865.41402: variable 'ansible_search_path' from source: unknown 11924 1726884865.41442: calling self._execute() 11924 1726884865.41568: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.41581: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.41597: variable 'omit' from source: magic vars 11924 1726884865.41720: _execute() done 11924 1726884865.41729: dumping result to json 11924 1726884865.41745: done dumping result, returning 11924 1726884865.41762: done running TaskExecutor() for managed_node2/TASK: Check member encryption [0affc8a3-6f6f-f4c0-2290-000000000495] 11924 1726884865.41774: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000495 11924 1726884865.41913: no more pending results, returning what we have 11924 1726884865.42037: in VariableManager get_vars() 11924 1726884865.42075: Calling all_inventory to load vars for managed_node2 11924 1726884865.42077: Calling groups_inventory to load vars for managed_node2 11924 1726884865.42080: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.42090: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.42094: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.42098: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.42620: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000495 11924 1726884865.42624: WORKER PROCESS EXITING 11924 1726884865.42713: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.43301: done with get_vars() 11924 1726884865.43312: variable 'ansible_search_path' from source: unknown 11924 1726884865.43439: variable 'storage_test_pool_subset' from source: include params 11924 1726884865.43470: we have included files to process 11924 1726884865.43472: generating all_blocks data 11924 1726884865.43473: done generating all_blocks data 11924 1726884865.43480: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884865.43481: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884865.43484: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884865.43785: in VariableManager get_vars() 11924 1726884865.43803: done with get_vars() 11924 1726884865.43842: in VariableManager get_vars() 11924 1726884865.43860: done with get_vars() 11924 1726884865.43942: done processing included file 11924 1726884865.43944: iterating over new_blocks loaded from include file 11924 1726884865.43945: in VariableManager get_vars() 11924 1726884865.43962: done with get_vars() 11924 1726884865.43963: filtering new block on tags 11924 1726884865.44025: done filtering new block on tags 11924 1726884865.44028: 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_node2 11924 1726884865.44033: extending task lists for all hosts with included blocks 11924 1726884865.46799: done extending task lists 11924 1726884865.46801: done processing included files 11924 1726884865.46802: results queue empty 11924 1726884865.46802: checking for any_errors_fatal 11924 1726884865.46806: done checking for any_errors_fatal 11924 1726884865.46807: checking for max_fail_percentage 11924 1726884865.46808: done checking for max_fail_percentage 11924 1726884865.46809: checking to see if all hosts have failed and the running result is not ok 11924 1726884865.46809: done checking to see if all hosts have failed 11924 1726884865.46810: getting the remaining hosts for this loop 11924 1726884865.46811: done getting the remaining hosts for this loop 11924 1726884865.46814: getting the next task for host managed_node2 11924 1726884865.46818: done getting next task for host managed_node2 11924 1726884865.46820: ^ task is: TASK: Set test variables 11924 1726884865.46823: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884865.46825: getting variables 11924 1726884865.46826: in VariableManager get_vars() 11924 1726884865.46835: Calling all_inventory to load vars for managed_node2 11924 1726884865.46838: Calling groups_inventory to load vars for managed_node2 11924 1726884865.46840: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.46846: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.46849: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.46852: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.47554: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.48148: done with get_vars() 11924 1726884865.48163: done getting variables 11924 1726884865.48204: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:25 -0400 (0:00:00.081) 0:00:30.821 ****** 11924 1726884865.48241: entering _queue_task() for managed_node2/set_fact 11924 1726884865.48526: worker is 1 (out of 1 available) 11924 1726884865.48539: exiting _queue_task() for managed_node2/set_fact 11924 1726884865.48551: done queuing things up, now waiting for results queue to drain 11924 1726884865.48553: waiting for pending results... 11924 1726884865.49326: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884865.49872: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000868 11924 1726884865.49966: variable 'ansible_search_path' from source: unknown 11924 1726884865.49971: calling self._execute() 11924 1726884865.50183: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.50187: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.50227: variable 'omit' from source: magic vars 11924 1726884865.50660: variable 'omit' from source: magic vars 11924 1726884865.50665: variable 'omit' from source: magic vars 11924 1726884865.50908: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884865.54549: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884865.54629: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884865.54703: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884865.54743: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884865.54769: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884865.54983: variable 'storage_test_pool' from source: include params 11924 1726884865.55141: variable 'storage_test_pool' from source: include params 11924 1726884865.55248: variable 'omit' from source: magic vars 11924 1726884865.55311: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884865.55340: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884865.55358: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884865.55375: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884865.55386: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884865.55411: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884865.55461: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884865.55464: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884865.55466: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.55468: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.55572: Set connection var ansible_shell_executable to /bin/sh 11924 1726884865.55577: Set connection var ansible_connection to ssh 11924 1726884865.55580: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884865.55586: Set connection var ansible_timeout to 10 11924 1726884865.55591: Set connection var ansible_pipelining to False 11924 1726884865.55597: Set connection var ansible_shell_type to sh 11924 1726884865.55634: variable 'ansible_shell_executable' from source: unknown 11924 1726884865.55638: variable 'ansible_connection' from source: unknown 11924 1726884865.55641: variable 'ansible_module_compression' from source: unknown 11924 1726884865.55644: variable 'ansible_shell_type' from source: unknown 11924 1726884865.55646: variable 'ansible_shell_executable' from source: unknown 11924 1726884865.55648: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.55650: variable 'ansible_pipelining' from source: unknown 11924 1726884865.55652: variable 'ansible_timeout' from source: unknown 11924 1726884865.55659: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.55777: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884865.55786: variable 'omit' from source: magic vars 11924 1726884865.55792: starting attempt loop 11924 1726884865.55795: running the handler 11924 1726884865.55840: handler run complete 11924 1726884865.55850: attempt loop complete, returning result 11924 1726884865.55854: _execute() done 11924 1726884865.55858: dumping result to json 11924 1726884865.55860: done dumping result, returning 11924 1726884865.55913: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-000000000868] 11924 1726884865.55916: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000868 11924 1726884865.55980: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000868 11924 1726884865.55983: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 11924 1726884865.56071: no more pending results, returning what we have 11924 1726884865.56075: results queue empty 11924 1726884865.56075: checking for any_errors_fatal 11924 1726884865.56077: done checking for any_errors_fatal 11924 1726884865.56078: checking for max_fail_percentage 11924 1726884865.56080: done checking for max_fail_percentage 11924 1726884865.56080: checking to see if all hosts have failed and the running result is not ok 11924 1726884865.56081: done checking to see if all hosts have failed 11924 1726884865.56082: getting the remaining hosts for this loop 11924 1726884865.56084: done getting the remaining hosts for this loop 11924 1726884865.56087: getting the next task for host managed_node2 11924 1726884865.56095: done getting next task for host managed_node2 11924 1726884865.56098: ^ task is: TASK: Validate pool member LUKS settings 11924 1726884865.56104: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884865.56108: getting variables 11924 1726884865.56109: in VariableManager get_vars() 11924 1726884865.56137: Calling all_inventory to load vars for managed_node2 11924 1726884865.56144: Calling groups_inventory to load vars for managed_node2 11924 1726884865.56147: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.56158: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.56160: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.56163: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.56746: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.57385: done with get_vars() 11924 1726884865.57406: 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 22:14:25 -0400 (0:00:00.092) 0:00:30.914 ****** 11924 1726884865.57510: entering _queue_task() for managed_node2/include_tasks 11924 1726884865.57891: worker is 1 (out of 1 available) 11924 1726884865.57904: exiting _queue_task() for managed_node2/include_tasks 11924 1726884865.57922: done queuing things up, now waiting for results queue to drain 11924 1726884865.57924: waiting for pending results... 11924 1726884865.58375: running TaskExecutor() for managed_node2/TASK: Validate pool member LUKS settings 11924 1726884865.58481: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000869 11924 1726884865.58504: variable 'ansible_search_path' from source: unknown 11924 1726884865.58548: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884865.58757: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884865.58845: variable 'omit' from source: magic vars 11924 1726884865.58998: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.59019: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.59036: variable 'omit' from source: magic vars 11924 1726884865.59322: variable 'storage_test_pool' from source: include params 11924 1726884865.59440: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.encryption): False 11924 1726884865.59444: when evaluation is False, skipping this task 11924 1726884865.59446: variable '_storage_test_pool_member_path' from source: unknown 11924 1726884865.59480: variable '_storage_test_pool_member_path' from source: unknown skipping: [managed_node2] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "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" } 11924 1726884865.59960: dumping result to json 11924 1726884865.59964: done dumping result, returning 11924 1726884865.59966: done running TaskExecutor() for managed_node2/TASK: Validate pool member LUKS settings [0affc8a3-6f6f-f4c0-2290-000000000869] 11924 1726884865.59969: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000869 11924 1726884865.60011: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000869 11924 1726884865.60014: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 11924 1726884865.60048: no more pending results, returning what we have 11924 1726884865.60052: results queue empty 11924 1726884865.60053: checking for any_errors_fatal 11924 1726884865.60059: done checking for any_errors_fatal 11924 1726884865.60059: checking for max_fail_percentage 11924 1726884865.60061: done checking for max_fail_percentage 11924 1726884865.60062: checking to see if all hosts have failed and the running result is not ok 11924 1726884865.60063: done checking to see if all hosts have failed 11924 1726884865.60063: getting the remaining hosts for this loop 11924 1726884865.60065: done getting the remaining hosts for this loop 11924 1726884865.60068: getting the next task for host managed_node2 11924 1726884865.60075: done getting next task for host managed_node2 11924 1726884865.60077: ^ task is: TASK: Validate pool member crypttab entries 11924 1726884865.60083: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884865.60087: getting variables 11924 1726884865.60088: in VariableManager get_vars() 11924 1726884865.60115: Calling all_inventory to load vars for managed_node2 11924 1726884865.60118: Calling groups_inventory to load vars for managed_node2 11924 1726884865.60121: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.60130: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.60133: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.60136: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.60732: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.61736: done with get_vars() 11924 1726884865.61749: 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 22:14:25 -0400 (0:00:00.043) 0:00:30.957 ****** 11924 1726884865.61845: entering _queue_task() for managed_node2/include_tasks 11924 1726884865.62143: worker is 1 (out of 1 available) 11924 1726884865.62154: exiting _queue_task() for managed_node2/include_tasks 11924 1726884865.62269: done queuing things up, now waiting for results queue to drain 11924 1726884865.62271: waiting for pending results... 11924 1726884865.62434: running TaskExecutor() for managed_node2/TASK: Validate pool member crypttab entries 11924 1726884865.62551: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000086b 11924 1726884865.62572: variable 'ansible_search_path' from source: unknown 11924 1726884865.62621: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884865.62800: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884865.62884: variable 'omit' from source: magic vars 11924 1726884865.63025: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.63144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.63148: variable 'omit' from source: magic vars 11924 1726884865.63295: variable 'storage_test_pool' from source: include params 11924 1726884865.63324: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884865.63368: variable '_storage_test_pool_member_path' from source: unknown 11924 1726884865.63436: variable '_storage_test_pool_member_path' from source: unknown 11924 1726884865.63832: dumping result to json 11924 1726884865.63836: done dumping result, returning 11924 1726884865.63839: done running TaskExecutor() for managed_node2/TASK: Validate pool member crypttab entries [0affc8a3-6f6f-f4c0-2290-00000000086b] 11924 1726884865.63841: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000086b 11924 1726884865.63888: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000086b 11924 1726884865.63932: no more pending results, returning what we have 11924 1726884865.63936: in VariableManager get_vars() 11924 1726884865.63968: Calling all_inventory to load vars for managed_node2 11924 1726884865.63971: Calling groups_inventory to load vars for managed_node2 11924 1726884865.63974: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.63983: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.63986: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.63989: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.64548: WORKER PROCESS EXITING 11924 1726884865.64581: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.65269: done with get_vars() 11924 1726884865.65280: variable 'ansible_search_path' from source: unknown 11924 1726884865.65315: we have included files to process 11924 1726884865.65316: generating all_blocks data 11924 1726884865.65318: done generating all_blocks data 11924 1726884865.65321: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 11924 1726884865.65322: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 11924 1726884865.65325: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 11924 1726884865.65993: done processing included file 11924 1726884865.65995: iterating over new_blocks loaded from include file 11924 1726884865.65997: in VariableManager get_vars() 11924 1726884865.66013: done with get_vars() 11924 1726884865.66014: filtering new block on tags 11924 1726884865.66108: done filtering new block on tags 11924 1726884865.66111: 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_node2 => (item=/dev/sda) 11924 1726884865.66116: extending task lists for all hosts with included blocks 11924 1726884865.66532: done extending task lists 11924 1726884865.66534: done processing included files 11924 1726884865.66535: results queue empty 11924 1726884865.66536: checking for any_errors_fatal 11924 1726884865.66540: done checking for any_errors_fatal 11924 1726884865.66540: checking for max_fail_percentage 11924 1726884865.66541: done checking for max_fail_percentage 11924 1726884865.66542: checking to see if all hosts have failed and the running result is not ok 11924 1726884865.66543: done checking to see if all hosts have failed 11924 1726884865.66544: getting the remaining hosts for this loop 11924 1726884865.66545: done getting the remaining hosts for this loop 11924 1726884865.66548: getting the next task for host managed_node2 11924 1726884865.66553: done getting next task for host managed_node2 11924 1726884865.66558: ^ task is: TASK: Set variables used by tests 11924 1726884865.66563: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884865.66565: getting variables 11924 1726884865.66566: in VariableManager get_vars() 11924 1726884865.66576: Calling all_inventory to load vars for managed_node2 11924 1726884865.66578: Calling groups_inventory to load vars for managed_node2 11924 1726884865.66580: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.66585: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.66588: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.66590: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.67082: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.67789: done with get_vars() 11924 1726884865.67803: done getting variables 11924 1726884865.67843: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:25 -0400 (0:00:00.060) 0:00:31.017 ****** 11924 1726884865.67875: entering _queue_task() for managed_node2/set_fact 11924 1726884865.68128: worker is 1 (out of 1 available) 11924 1726884865.68141: exiting _queue_task() for managed_node2/set_fact 11924 1726884865.68153: done queuing things up, now waiting for results queue to drain 11924 1726884865.68358: waiting for pending results... 11924 1726884865.68435: running TaskExecutor() for managed_node2/TASK: Set variables used by tests 11924 1726884865.68591: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000009bb 11924 1726884865.68613: variable 'ansible_search_path' from source: unknown 11924 1726884865.68649: calling self._execute() 11924 1726884865.68749: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.68763: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.68777: variable 'omit' from source: magic vars 11924 1726884865.68887: variable 'omit' from source: magic vars 11924 1726884865.69017: variable 'omit' from source: magic vars 11924 1726884865.69281: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884865.71931: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884865.72012: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884865.72051: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884865.72097: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884865.72126: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884865.72209: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884865.72278: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884865.72282: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884865.72320: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884865.72340: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884865.72397: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884865.72426: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884865.72495: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884865.72505: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884865.72526: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884865.72592: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884865.72625: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884865.72659: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884865.72712: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884865.72819: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884865.72918: variable 'storage_test_crypttab' from source: set_fact 11924 1726884865.72939: variable '_storage_test_pool_member_path' from source: include params 11924 1726884865.73012: variable 'omit' from source: magic vars 11924 1726884865.73068: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884865.73100: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884865.73129: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884865.73171: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884865.73196: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884865.73218: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884865.73239: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884865.73296: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884865.73370: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.73374: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.73437: Set connection var ansible_shell_executable to /bin/sh 11924 1726884865.73446: Set connection var ansible_connection to ssh 11924 1726884865.73459: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884865.73470: Set connection var ansible_timeout to 10 11924 1726884865.73485: Set connection var ansible_pipelining to False 11924 1726884865.73495: Set connection var ansible_shell_type to sh 11924 1726884865.73587: variable 'ansible_shell_executable' from source: unknown 11924 1726884865.73591: variable 'ansible_connection' from source: unknown 11924 1726884865.73593: variable 'ansible_module_compression' from source: unknown 11924 1726884865.73595: variable 'ansible_shell_type' from source: unknown 11924 1726884865.73597: variable 'ansible_shell_executable' from source: unknown 11924 1726884865.73599: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.73601: variable 'ansible_pipelining' from source: unknown 11924 1726884865.73603: variable 'ansible_timeout' from source: unknown 11924 1726884865.73606: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.73693: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884865.73808: variable 'omit' from source: magic vars 11924 1726884865.73818: starting attempt loop 11924 1726884865.73820: running the handler 11924 1726884865.73822: handler run complete 11924 1726884865.73824: attempt loop complete, returning result 11924 1726884865.73826: _execute() done 11924 1726884865.73827: dumping result to json 11924 1726884865.73829: done dumping result, returning 11924 1726884865.73831: done running TaskExecutor() for managed_node2/TASK: Set variables used by tests [0affc8a3-6f6f-f4c0-2290-0000000009bb] 11924 1726884865.73832: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000009bb 11924 1726884865.73892: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000009bb 11924 1726884865.73895: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } 11924 1726884865.74035: no more pending results, returning what we have 11924 1726884865.74039: results queue empty 11924 1726884865.74040: checking for any_errors_fatal 11924 1726884865.74041: done checking for any_errors_fatal 11924 1726884865.74042: checking for max_fail_percentage 11924 1726884865.74044: done checking for max_fail_percentage 11924 1726884865.74045: checking to see if all hosts have failed and the running result is not ok 11924 1726884865.74046: done checking to see if all hosts have failed 11924 1726884865.74047: getting the remaining hosts for this loop 11924 1726884865.74049: done getting the remaining hosts for this loop 11924 1726884865.74053: getting the next task for host managed_node2 11924 1726884865.74064: done getting next task for host managed_node2 11924 1726884865.74067: ^ task is: TASK: Check for /etc/crypttab entry 11924 1726884865.74073: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884865.74077: getting variables 11924 1726884865.74079: in VariableManager get_vars() 11924 1726884865.74113: Calling all_inventory to load vars for managed_node2 11924 1726884865.74116: Calling groups_inventory to load vars for managed_node2 11924 1726884865.74120: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.74132: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.74135: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.74138: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.75158: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.75738: done with get_vars() 11924 1726884865.75753: done getting variables 11924 1726884865.75814: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:25 -0400 (0:00:00.079) 0:00:31.097 ****** 11924 1726884865.75848: entering _queue_task() for managed_node2/assert 11924 1726884865.76136: worker is 1 (out of 1 available) 11924 1726884865.76149: exiting _queue_task() for managed_node2/assert 11924 1726884865.76164: done queuing things up, now waiting for results queue to drain 11924 1726884865.76166: waiting for pending results... 11924 1726884865.76580: running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry 11924 1726884865.76615: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000009bc 11924 1726884865.76636: variable 'ansible_search_path' from source: unknown 11924 1726884865.76678: calling self._execute() 11924 1726884865.77141: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.77154: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.77170: variable 'omit' from source: magic vars 11924 1726884865.77322: variable 'omit' from source: magic vars 11924 1726884865.77405: variable 'omit' from source: magic vars 11924 1726884865.77761: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884865.80133: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884865.80222: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884865.80267: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884865.80314: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884865.80343: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884865.80459: variable 'storage_test_pool' from source: include params 11924 1726884865.80490: variable '_storage_test_pool_member_path' from source: include params 11924 1726884865.80536: variable 'omit' from source: magic vars 11924 1726884865.80606: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884865.80610: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884865.80629: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884865.80651: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884865.80668: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884865.80688: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884865.80711: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884865.80861: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884865.80864: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.80866: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.80868: Set connection var ansible_shell_executable to /bin/sh 11924 1726884865.80875: Set connection var ansible_connection to ssh 11924 1726884865.80886: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884865.80896: Set connection var ansible_timeout to 10 11924 1726884865.80905: Set connection var ansible_pipelining to False 11924 1726884865.80914: Set connection var ansible_shell_type to sh 11924 1726884865.80947: variable 'ansible_shell_executable' from source: unknown 11924 1726884865.80954: variable 'ansible_connection' from source: unknown 11924 1726884865.80964: variable 'ansible_module_compression' from source: unknown 11924 1726884865.80970: variable 'ansible_shell_type' from source: unknown 11924 1726884865.80976: variable 'ansible_shell_executable' from source: unknown 11924 1726884865.80986: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.80996: variable 'ansible_pipelining' from source: unknown 11924 1726884865.81003: variable 'ansible_timeout' from source: unknown 11924 1726884865.81010: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.81122: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884865.81138: variable 'omit' from source: magic vars 11924 1726884865.81149: starting attempt loop 11924 1726884865.81157: running the handler 11924 1726884865.81419: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884865.81422: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884865.81425: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884865.81438: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884865.81454: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884865.81506: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884865.81541: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884865.81573: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884865.81619: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884865.81645: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884865.81759: variable '_storage_test_crypttab_entries' from source: set_fact 11924 1726884865.81771: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884865.81790: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 11924 1726884865.81800: handler run complete 11924 1726884865.81963: attempt loop complete, returning result 11924 1726884865.81966: _execute() done 11924 1726884865.81969: dumping result to json 11924 1726884865.81971: done dumping result, returning 11924 1726884865.81973: done running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-f4c0-2290-0000000009bc] 11924 1726884865.81975: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000009bc 11924 1726884865.82048: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000009bc 11924 1726884865.82051: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884865.82125: no more pending results, returning what we have 11924 1726884865.82129: results queue empty 11924 1726884865.82130: checking for any_errors_fatal 11924 1726884865.82139: done checking for any_errors_fatal 11924 1726884865.82140: checking for max_fail_percentage 11924 1726884865.82142: done checking for max_fail_percentage 11924 1726884865.82143: checking to see if all hosts have failed and the running result is not ok 11924 1726884865.82144: done checking to see if all hosts have failed 11924 1726884865.82145: getting the remaining hosts for this loop 11924 1726884865.82147: done getting the remaining hosts for this loop 11924 1726884865.82150: getting the next task for host managed_node2 11924 1726884865.82161: done getting next task for host managed_node2 11924 1726884865.82164: ^ task is: TASK: Validate the format of the crypttab entry 11924 1726884865.82171: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884865.82178: getting variables 11924 1726884865.82180: in VariableManager get_vars() 11924 1726884865.82216: Calling all_inventory to load vars for managed_node2 11924 1726884865.82219: Calling groups_inventory to load vars for managed_node2 11924 1726884865.82223: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.82234: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.82238: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.82241: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.83191: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.83798: done with get_vars() 11924 1726884865.83814: done getting variables 11924 1726884865.83874: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:25 -0400 (0:00:00.080) 0:00:31.177 ****** 11924 1726884865.83906: entering _queue_task() for managed_node2/assert 11924 1726884865.84172: worker is 1 (out of 1 available) 11924 1726884865.84184: exiting _queue_task() for managed_node2/assert 11924 1726884865.84197: done queuing things up, now waiting for results queue to drain 11924 1726884865.84198: waiting for pending results... 11924 1726884865.84575: running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry 11924 1726884865.84697: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000009bd 11924 1726884865.84703: variable 'ansible_search_path' from source: unknown 11924 1726884865.84725: calling self._execute() 11924 1726884865.84839: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.84851: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.84910: variable 'omit' from source: magic vars 11924 1726884865.85346: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884865.87757: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884865.87837: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884865.87886: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884865.87929: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884865.88161: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884865.88165: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884865.88168: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884865.88171: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884865.88173: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884865.88175: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884865.88330: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884865.88360: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884865.88368: when evaluation is False, skipping this task 11924 1726884865.88376: _execute() done 11924 1726884865.88383: dumping result to json 11924 1726884865.88391: done dumping result, returning 11924 1726884865.88406: done running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-f4c0-2290-0000000009bd] 11924 1726884865.88416: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000009bd skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884865.88573: no more pending results, returning what we have 11924 1726884865.88578: results queue empty 11924 1726884865.88579: checking for any_errors_fatal 11924 1726884865.88588: done checking for any_errors_fatal 11924 1726884865.88589: checking for max_fail_percentage 11924 1726884865.88590: done checking for max_fail_percentage 11924 1726884865.88591: checking to see if all hosts have failed and the running result is not ok 11924 1726884865.88592: done checking to see if all hosts have failed 11924 1726884865.88593: getting the remaining hosts for this loop 11924 1726884865.88595: done getting the remaining hosts for this loop 11924 1726884865.88599: getting the next task for host managed_node2 11924 1726884865.88608: done getting next task for host managed_node2 11924 1726884865.88611: ^ task is: TASK: Check backing device of crypttab entry 11924 1726884865.88618: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884865.88624: getting variables 11924 1726884865.88626: in VariableManager get_vars() 11924 1726884865.88661: Calling all_inventory to load vars for managed_node2 11924 1726884865.88664: Calling groups_inventory to load vars for managed_node2 11924 1726884865.88668: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.88679: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.88683: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.88686: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.89370: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000009bd 11924 1726884865.89374: WORKER PROCESS EXITING 11924 1726884865.89650: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.90284: done with get_vars() 11924 1726884865.90299: done getting variables 11924 1726884865.90353: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:25 -0400 (0:00:00.064) 0:00:31.242 ****** 11924 1726884865.90389: entering _queue_task() for managed_node2/assert 11924 1726884865.90638: worker is 1 (out of 1 available) 11924 1726884865.90651: exiting _queue_task() for managed_node2/assert 11924 1726884865.90665: done queuing things up, now waiting for results queue to drain 11924 1726884865.90666: waiting for pending results... 11924 1726884865.90954: running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry 11924 1726884865.91109: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000009be 11924 1726884865.91131: variable 'ansible_search_path' from source: unknown 11924 1726884865.91178: calling self._execute() 11924 1726884865.91315: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.91327: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.91342: variable 'omit' from source: magic vars 11924 1726884865.91803: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884865.94215: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884865.94288: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884865.94335: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884865.94398: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884865.94434: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884865.94518: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884865.94575: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884865.94614: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884865.94679: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884865.94710: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884865.94815: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884865.94854: Evaluated conditional (false and _storage_test_expected_crypttab_entries | int == 1): False 11924 1726884865.94858: when evaluation is False, skipping this task 11924 1726884865.94861: _execute() done 11924 1726884865.94864: dumping result to json 11924 1726884865.94866: done dumping result, returning 11924 1726884865.94960: done running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-f4c0-2290-0000000009be] 11924 1726884865.94964: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000009be 11924 1726884865.95038: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000009be 11924 1726884865.95042: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884865.95094: no more pending results, returning what we have 11924 1726884865.95098: results queue empty 11924 1726884865.95099: checking for any_errors_fatal 11924 1726884865.95107: done checking for any_errors_fatal 11924 1726884865.95108: checking for max_fail_percentage 11924 1726884865.95110: done checking for max_fail_percentage 11924 1726884865.95111: checking to see if all hosts have failed and the running result is not ok 11924 1726884865.95111: done checking to see if all hosts have failed 11924 1726884865.95112: getting the remaining hosts for this loop 11924 1726884865.95115: done getting the remaining hosts for this loop 11924 1726884865.95119: getting the next task for host managed_node2 11924 1726884865.95129: done getting next task for host managed_node2 11924 1726884865.95132: ^ task is: TASK: Check key file of crypttab entry 11924 1726884865.95139: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884865.95144: getting variables 11924 1726884865.95147: in VariableManager get_vars() 11924 1726884865.95182: Calling all_inventory to load vars for managed_node2 11924 1726884865.95185: Calling groups_inventory to load vars for managed_node2 11924 1726884865.95189: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884865.95199: Calling all_plugins_play to load vars for managed_node2 11924 1726884865.95202: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884865.95205: Calling groups_plugins_play to load vars for managed_node2 11924 1726884865.96076: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884865.96697: done with get_vars() 11924 1726884865.96712: done getting variables 11924 1726884865.96770: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:25 -0400 (0:00:00.064) 0:00:31.306 ****** 11924 1726884865.96803: entering _queue_task() for managed_node2/assert 11924 1726884865.97045: worker is 1 (out of 1 available) 11924 1726884865.97062: exiting _queue_task() for managed_node2/assert 11924 1726884865.97076: done queuing things up, now waiting for results queue to drain 11924 1726884865.97077: waiting for pending results... 11924 1726884865.97493: running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry 11924 1726884865.97574: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000009bf 11924 1726884865.97595: variable 'ansible_search_path' from source: unknown 11924 1726884865.97634: calling self._execute() 11924 1726884865.97765: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884865.97778: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884865.97807: variable 'omit' from source: magic vars 11924 1726884865.98311: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884866.00752: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884866.00862: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884866.00873: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884866.00914: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884866.00951: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884866.01042: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884866.01153: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884866.01160: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884866.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) 11924 1726884866.01205: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884866.01372: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884866.01375: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884866.01381: when evaluation is False, skipping this task 11924 1726884866.01390: _execute() done 11924 1726884866.01411: dumping result to json 11924 1726884866.01420: done dumping result, returning 11924 1726884866.01431: done running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry [0affc8a3-6f6f-f4c0-2290-0000000009bf] 11924 1726884866.01441: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000009bf skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884866.01621: no more pending results, returning what we have 11924 1726884866.01626: results queue empty 11924 1726884866.01627: checking for any_errors_fatal 11924 1726884866.01637: done checking for any_errors_fatal 11924 1726884866.01638: checking for max_fail_percentage 11924 1726884866.01640: done checking for max_fail_percentage 11924 1726884866.01641: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.01641: done checking to see if all hosts have failed 11924 1726884866.01642: getting the remaining hosts for this loop 11924 1726884866.01644: done getting the remaining hosts for this loop 11924 1726884866.01649: getting the next task for host managed_node2 11924 1726884866.01661: done getting next task for host managed_node2 11924 1726884866.01664: ^ task is: TASK: Clear test variables 11924 1726884866.01672: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.01681: getting variables 11924 1726884866.01683: in VariableManager get_vars() 11924 1726884866.01719: Calling all_inventory to load vars for managed_node2 11924 1726884866.01725: Calling groups_inventory to load vars for managed_node2 11924 1726884866.01729: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.01741: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.01744: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.01747: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.01963: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000009bf 11924 1726884866.01967: WORKER PROCESS EXITING 11924 1726884866.02699: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.03454: done with get_vars() 11924 1726884866.03474: done getting variables 11924 1726884866.03540: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:26 -0400 (0:00:00.067) 0:00:31.374 ****** 11924 1726884866.03581: entering _queue_task() for managed_node2/set_fact 11924 1726884866.03839: worker is 1 (out of 1 available) 11924 1726884866.03852: exiting _queue_task() for managed_node2/set_fact 11924 1726884866.03972: done queuing things up, now waiting for results queue to drain 11924 1726884866.03974: waiting for pending results... 11924 1726884866.04178: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884866.04338: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000009c0 11924 1726884866.04360: variable 'ansible_search_path' from source: unknown 11924 1726884866.04397: calling self._execute() 11924 1726884866.04502: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.04513: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.04531: variable 'omit' from source: magic vars 11924 1726884866.04637: variable 'omit' from source: magic vars 11924 1726884866.04713: variable 'omit' from source: magic vars 11924 1726884866.04764: variable 'omit' from source: magic vars 11924 1726884866.04807: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884866.05061: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884866.05064: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884866.05067: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884866.05069: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884866.05072: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884866.05074: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884866.05076: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884866.05078: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.05081: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.05103: Set connection var ansible_shell_executable to /bin/sh 11924 1726884866.05111: Set connection var ansible_connection to ssh 11924 1726884866.05121: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884866.05130: Set connection var ansible_timeout to 10 11924 1726884866.05139: Set connection var ansible_pipelining to False 11924 1726884866.05147: Set connection var ansible_shell_type to sh 11924 1726884866.05181: variable 'ansible_shell_executable' from source: unknown 11924 1726884866.05189: variable 'ansible_connection' from source: unknown 11924 1726884866.05199: variable 'ansible_module_compression' from source: unknown 11924 1726884866.05206: variable 'ansible_shell_type' from source: unknown 11924 1726884866.05212: variable 'ansible_shell_executable' from source: unknown 11924 1726884866.05218: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.05225: variable 'ansible_pipelining' from source: unknown 11924 1726884866.05231: variable 'ansible_timeout' from source: unknown 11924 1726884866.05237: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.05382: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884866.05414: variable 'omit' from source: magic vars 11924 1726884866.05418: starting attempt loop 11924 1726884866.05420: running the handler 11924 1726884866.05523: handler run complete 11924 1726884866.05526: attempt loop complete, returning result 11924 1726884866.05529: _execute() done 11924 1726884866.05531: dumping result to json 11924 1726884866.05533: done dumping result, returning 11924 1726884866.05535: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-0000000009c0] 11924 1726884866.05537: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000009c0 11924 1726884866.05597: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000009c0 11924 1726884866.05600: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } 11924 1726884866.05681: no more pending results, returning what we have 11924 1726884866.05684: results queue empty 11924 1726884866.05685: checking for any_errors_fatal 11924 1726884866.05691: done checking for any_errors_fatal 11924 1726884866.05693: checking for max_fail_percentage 11924 1726884866.05694: done checking for max_fail_percentage 11924 1726884866.05695: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.05696: done checking to see if all hosts have failed 11924 1726884866.05697: getting the remaining hosts for this loop 11924 1726884866.05699: done getting the remaining hosts for this loop 11924 1726884866.05703: getting the next task for host managed_node2 11924 1726884866.05713: done getting next task for host managed_node2 11924 1726884866.05716: ^ task is: TASK: Clear test variables 11924 1726884866.05721: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.05726: getting variables 11924 1726884866.05728: in VariableManager get_vars() 11924 1726884866.05760: Calling all_inventory to load vars for managed_node2 11924 1726884866.05763: Calling groups_inventory to load vars for managed_node2 11924 1726884866.05766: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.05776: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.05779: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.05782: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.06441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.07039: done with get_vars() 11924 1726884866.07052: done getting variables 11924 1726884866.07104: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:26 -0400 (0:00:00.035) 0:00:31.410 ****** 11924 1726884866.07137: entering _queue_task() for managed_node2/set_fact 11924 1726884866.07349: worker is 1 (out of 1 available) 11924 1726884866.07363: exiting _queue_task() for managed_node2/set_fact 11924 1726884866.07375: done queuing things up, now waiting for results queue to drain 11924 1726884866.07376: waiting for pending results... 11924 1726884866.08098: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884866.08283: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000086d 11924 1726884866.08339: variable 'ansible_search_path' from source: unknown 11924 1726884866.08563: calling self._execute() 11924 1726884866.08646: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.08675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.08690: variable 'omit' from source: magic vars 11924 1726884866.08838: variable 'omit' from source: magic vars 11924 1726884866.08911: variable 'omit' from source: magic vars 11924 1726884866.08951: variable 'omit' from source: magic vars 11924 1726884866.09003: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884866.09044: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884866.09071: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884866.09093: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884866.09115: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884866.09136: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884866.09159: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884866.09195: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884866.09204: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.09217: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.09342: Set connection var ansible_shell_executable to /bin/sh 11924 1726884866.09350: Set connection var ansible_connection to ssh 11924 1726884866.09363: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884866.09374: Set connection var ansible_timeout to 10 11924 1726884866.09384: Set connection var ansible_pipelining to False 11924 1726884866.09394: Set connection var ansible_shell_type to sh 11924 1726884866.09431: variable 'ansible_shell_executable' from source: unknown 11924 1726884866.09439: variable 'ansible_connection' from source: unknown 11924 1726884866.09461: variable 'ansible_module_compression' from source: unknown 11924 1726884866.09464: variable 'ansible_shell_type' from source: unknown 11924 1726884866.09466: variable 'ansible_shell_executable' from source: unknown 11924 1726884866.09468: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.09540: variable 'ansible_pipelining' from source: unknown 11924 1726884866.09543: variable 'ansible_timeout' from source: unknown 11924 1726884866.09545: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.09635: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884866.09659: variable 'omit' from source: magic vars 11924 1726884866.09671: starting attempt loop 11924 1726884866.09678: running the handler 11924 1726884866.09697: handler run complete 11924 1726884866.09713: attempt loop complete, returning result 11924 1726884866.09720: _execute() done 11924 1726884866.09727: dumping result to json 11924 1726884866.09735: done dumping result, returning 11924 1726884866.09747: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-00000000086d] 11924 1726884866.09763: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000086d 11924 1726884866.09918: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000086d 11924 1726884866.09921: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } 11924 1726884866.10018: no more pending results, returning what we have 11924 1726884866.10021: results queue empty 11924 1726884866.10022: checking for any_errors_fatal 11924 1726884866.10029: done checking for any_errors_fatal 11924 1726884866.10030: checking for max_fail_percentage 11924 1726884866.10031: done checking for max_fail_percentage 11924 1726884866.10032: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.10033: done checking to see if all hosts have failed 11924 1726884866.10033: getting the remaining hosts for this loop 11924 1726884866.10036: done getting the remaining hosts for this loop 11924 1726884866.10039: getting the next task for host managed_node2 11924 1726884866.10050: done getting next task for host managed_node2 11924 1726884866.10054: ^ task is: TASK: Check VDO 11924 1726884866.10060: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.10066: getting variables 11924 1726884866.10068: in VariableManager get_vars() 11924 1726884866.10098: Calling all_inventory to load vars for managed_node2 11924 1726884866.10100: Calling groups_inventory to load vars for managed_node2 11924 1726884866.10103: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.10112: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.10115: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.10118: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.11443: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.12520: done with get_vars() 11924 1726884866.12535: 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 22:14:26 -0400 (0:00:00.057) 0:00:31.468 ****** 11924 1726884866.12919: entering _queue_task() for managed_node2/include_tasks 11924 1726884866.13316: worker is 1 (out of 1 available) 11924 1726884866.13329: exiting _queue_task() for managed_node2/include_tasks 11924 1726884866.13344: done queuing things up, now waiting for results queue to drain 11924 1726884866.13345: waiting for pending results... 11924 1726884866.14174: running TaskExecutor() for managed_node2/TASK: Check VDO 11924 1726884866.14379: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000496 11924 1726884866.14420: variable 'ansible_search_path' from source: unknown 11924 1726884866.14550: calling self._execute() 11924 1726884866.14709: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.14715: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.14725: variable 'omit' from source: magic vars 11924 1726884866.15076: _execute() done 11924 1726884866.15084: dumping result to json 11924 1726884866.15087: done dumping result, returning 11924 1726884866.15095: done running TaskExecutor() for managed_node2/TASK: Check VDO [0affc8a3-6f6f-f4c0-2290-000000000496] 11924 1726884866.15101: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000496 11924 1726884866.15213: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000496 11924 1726884866.15216: WORKER PROCESS EXITING 11924 1726884866.15271: no more pending results, returning what we have 11924 1726884866.15276: in VariableManager get_vars() 11924 1726884866.15313: Calling all_inventory to load vars for managed_node2 11924 1726884866.15316: Calling groups_inventory to load vars for managed_node2 11924 1726884866.15319: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.15332: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.15334: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.15337: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.16350: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.17716: done with get_vars() 11924 1726884866.17730: variable 'ansible_search_path' from source: unknown 11924 1726884866.18058: variable 'storage_test_pool_subset' from source: include params 11924 1726884866.18091: we have included files to process 11924 1726884866.18093: generating all_blocks data 11924 1726884866.18095: done generating all_blocks data 11924 1726884866.18101: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884866.18102: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884866.18105: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884866.18468: in VariableManager get_vars() 11924 1726884866.18493: done with get_vars() 11924 1726884866.18508: done processing included file 11924 1726884866.18510: iterating over new_blocks loaded from include file 11924 1726884866.18512: in VariableManager get_vars() 11924 1726884866.18527: done with get_vars() 11924 1726884866.18529: filtering new block on tags 11924 1726884866.18862: done filtering new block on tags 11924 1726884866.18865: 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_node2 11924 1726884866.18870: extending task lists for all hosts with included blocks 11924 1726884866.26648: done extending task lists 11924 1726884866.26650: done processing included files 11924 1726884866.26650: results queue empty 11924 1726884866.26651: checking for any_errors_fatal 11924 1726884866.26695: done checking for any_errors_fatal 11924 1726884866.26697: checking for max_fail_percentage 11924 1726884866.26699: done checking for max_fail_percentage 11924 1726884866.26699: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.26700: done checking to see if all hosts have failed 11924 1726884866.26701: getting the remaining hosts for this loop 11924 1726884866.26702: done getting the remaining hosts for this loop 11924 1726884866.26705: getting the next task for host managed_node2 11924 1726884866.26711: done getting next task for host managed_node2 11924 1726884866.26713: ^ task is: TASK: Validate pool member VDO settings 11924 1726884866.26717: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.26720: getting variables 11924 1726884866.26721: in VariableManager get_vars() 11924 1726884866.26733: Calling all_inventory to load vars for managed_node2 11924 1726884866.26735: Calling groups_inventory to load vars for managed_node2 11924 1726884866.26738: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.26744: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.26746: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.26749: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.27727: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.28854: done with get_vars() 11924 1726884866.28874: 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 22:14:26 -0400 (0:00:00.160) 0:00:31.628 ****** 11924 1726884866.28970: entering _queue_task() for managed_node2/include_tasks 11924 1726884866.29273: worker is 1 (out of 1 available) 11924 1726884866.29284: exiting _queue_task() for managed_node2/include_tasks 11924 1726884866.29298: done queuing things up, now waiting for results queue to drain 11924 1726884866.29299: waiting for pending results... 11924 1726884866.29677: running TaskExecutor() for managed_node2/TASK: Validate pool member VDO settings 11924 1726884866.29762: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000a0d 11924 1726884866.29766: variable 'ansible_search_path' from source: unknown 11924 1726884866.30015: variable 'storage_test_pool' from source: include params 11924 1726884866.30252: variable 'omit' from source: magic vars 11924 1726884866.30381: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.30395: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.30424: variable 'omit' from source: magic vars 11924 1726884866.30649: variable 'storage_test_pool' from source: include params 11924 1726884866.30674: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884866.30751: variable 'storage_test_vdo_volume' from source: unknown 11924 1726884866.30786: variable 'storage_test_vdo_volume' from source: unknown 11924 1726884866.31366: dumping result to json 11924 1726884866.31369: done dumping result, returning 11924 1726884866.31371: done running TaskExecutor() for managed_node2/TASK: Validate pool member VDO settings [0affc8a3-6f6f-f4c0-2290-000000000a0d] 11924 1726884866.31374: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000a0d 11924 1726884866.31425: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000a0d 11924 1726884866.31428: WORKER PROCESS EXITING 11924 1726884866.31521: no more pending results, returning what we have 11924 1726884866.31526: in VariableManager get_vars() 11924 1726884866.31558: Calling all_inventory to load vars for managed_node2 11924 1726884866.31561: Calling groups_inventory to load vars for managed_node2 11924 1726884866.31564: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.31573: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.31576: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.31579: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.32133: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.32702: done with get_vars() 11924 1726884866.32714: variable 'ansible_search_path' from source: unknown 11924 1726884866.32759: we have included files to process 11924 1726884866.32760: generating all_blocks data 11924 1726884866.32762: done generating all_blocks data 11924 1726884866.32763: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884866.32764: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884866.32766: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884866.33564: done processing included file 11924 1726884866.33566: iterating over new_blocks loaded from include file 11924 1726884866.33568: in VariableManager get_vars() 11924 1726884866.33584: done with get_vars() 11924 1726884866.33585: filtering new block on tags 11924 1726884866.33682: done filtering new block on tags 11924 1726884866.33685: in VariableManager get_vars() 11924 1726884866.33701: done with get_vars() 11924 1726884866.33702: filtering new block on tags 11924 1726884866.33758: done filtering new block on tags 11924 1726884866.33761: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884866.33770: extending task lists for all hosts with included blocks 11924 1726884866.33920: done extending task lists 11924 1726884866.33921: done processing included files 11924 1726884866.33922: results queue empty 11924 1726884866.33923: checking for any_errors_fatal 11924 1726884866.33927: done checking for any_errors_fatal 11924 1726884866.33928: checking for max_fail_percentage 11924 1726884866.33929: done checking for max_fail_percentage 11924 1726884866.33930: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.33931: done checking to see if all hosts have failed 11924 1726884866.33931: getting the remaining hosts for this loop 11924 1726884866.33933: done getting the remaining hosts for this loop 11924 1726884866.33936: getting the next task for host managed_node2 11924 1726884866.33942: done getting next task for host managed_node2 11924 1726884866.33944: ^ task is: TASK: Get information about VDO deduplication 11924 1726884866.33948: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.33951: getting variables 11924 1726884866.33952: in VariableManager get_vars() 11924 1726884866.34165: Calling all_inventory to load vars for managed_node2 11924 1726884866.34168: Calling groups_inventory to load vars for managed_node2 11924 1726884866.34170: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.34180: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.34182: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.34185: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.35375: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.36013: done with get_vars() 11924 1726884866.36026: done getting variables 11924 1726884866.36069: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:26 -0400 (0:00:00.071) 0:00:31.699 ****** 11924 1726884866.36102: entering _queue_task() for managed_node2/command 11924 1726884866.36408: worker is 1 (out of 1 available) 11924 1726884866.36423: exiting _queue_task() for managed_node2/command 11924 1726884866.36436: done queuing things up, now waiting for results queue to drain 11924 1726884866.36438: waiting for pending results... 11924 1726884866.36758: running TaskExecutor() for managed_node2/TASK: Get information about VDO deduplication 11924 1726884866.37062: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000b85 11924 1726884866.37066: variable 'ansible_search_path' from source: unknown 11924 1726884866.37070: calling self._execute() 11924 1726884866.37095: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.37106: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.37119: variable 'omit' from source: magic vars 11924 1726884866.37548: variable 'storage_test_vdo_volume' from source: include params 11924 1726884866.37587: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884866.37595: when evaluation is False, skipping this task 11924 1726884866.37603: _execute() done 11924 1726884866.37609: dumping result to json 11924 1726884866.37620: done dumping result, returning 11924 1726884866.37629: done running TaskExecutor() for managed_node2/TASK: Get information about VDO deduplication [0affc8a3-6f6f-f4c0-2290-000000000b85] 11924 1726884866.37639: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000b85 11924 1726884866.37975: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000b85 11924 1726884866.37978: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884866.38121: no more pending results, returning what we have 11924 1726884866.38124: results queue empty 11924 1726884866.38125: checking for any_errors_fatal 11924 1726884866.38126: done checking for any_errors_fatal 11924 1726884866.38127: checking for max_fail_percentage 11924 1726884866.38129: done checking for max_fail_percentage 11924 1726884866.38130: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.38130: done checking to see if all hosts have failed 11924 1726884866.38131: getting the remaining hosts for this loop 11924 1726884866.38133: done getting the remaining hosts for this loop 11924 1726884866.38136: getting the next task for host managed_node2 11924 1726884866.38145: done getting next task for host managed_node2 11924 1726884866.38147: ^ task is: TASK: Check if VDO deduplication is off 11924 1726884866.38153: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.38159: getting variables 11924 1726884866.38161: in VariableManager get_vars() 11924 1726884866.38187: Calling all_inventory to load vars for managed_node2 11924 1726884866.38190: Calling groups_inventory to load vars for managed_node2 11924 1726884866.38193: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.38202: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.38205: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.38208: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.38727: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.39313: done with get_vars() 11924 1726884866.39327: done getting variables 11924 1726884866.39381: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:26 -0400 (0:00:00.033) 0:00:31.733 ****** 11924 1726884866.39413: entering _queue_task() for managed_node2/assert 11924 1726884866.39638: worker is 1 (out of 1 available) 11924 1726884866.39649: exiting _queue_task() for managed_node2/assert 11924 1726884866.39864: done queuing things up, now waiting for results queue to drain 11924 1726884866.39866: waiting for pending results... 11924 1726884866.39932: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off 11924 1726884866.40074: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000b86 11924 1726884866.40099: variable 'ansible_search_path' from source: unknown 11924 1726884866.40136: calling self._execute() 11924 1726884866.40241: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.40253: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.40307: variable 'omit' from source: magic vars 11924 1726884866.40668: variable 'storage_test_vdo_volume' from source: include params 11924 1726884866.40704: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884866.40713: when evaluation is False, skipping this task 11924 1726884866.40721: _execute() done 11924 1726884866.40728: dumping result to json 11924 1726884866.40738: done dumping result, returning 11924 1726884866.40856: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-f4c0-2290-000000000b86] 11924 1726884866.40860: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000b86 11924 1726884866.40925: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000b86 11924 1726884866.40928: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884866.41003: no more pending results, returning what we have 11924 1726884866.41008: results queue empty 11924 1726884866.41008: checking for any_errors_fatal 11924 1726884866.41016: done checking for any_errors_fatal 11924 1726884866.41017: checking for max_fail_percentage 11924 1726884866.41019: done checking for max_fail_percentage 11924 1726884866.41019: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.41020: done checking to see if all hosts have failed 11924 1726884866.41021: getting the remaining hosts for this loop 11924 1726884866.41023: done getting the remaining hosts for this loop 11924 1726884866.41028: getting the next task for host managed_node2 11924 1726884866.41036: done getting next task for host managed_node2 11924 1726884866.41039: ^ task is: TASK: Check if VDO deduplication is on 11924 1726884866.41045: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.41049: getting variables 11924 1726884866.41052: in VariableManager get_vars() 11924 1726884866.41085: Calling all_inventory to load vars for managed_node2 11924 1726884866.41088: Calling groups_inventory to load vars for managed_node2 11924 1726884866.41092: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.41103: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.41106: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.41110: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.41918: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.43152: done with get_vars() 11924 1726884866.43170: done getting variables 11924 1726884866.43228: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:26 -0400 (0:00:00.040) 0:00:31.773 ****** 11924 1726884866.43463: entering _queue_task() for managed_node2/assert 11924 1726884866.43974: worker is 1 (out of 1 available) 11924 1726884866.43984: exiting _queue_task() for managed_node2/assert 11924 1726884866.43994: done queuing things up, now waiting for results queue to drain 11924 1726884866.43995: waiting for pending results... 11924 1726884866.44217: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on 11924 1726884866.44360: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000b87 11924 1726884866.44561: variable 'ansible_search_path' from source: unknown 11924 1726884866.44564: calling self._execute() 11924 1726884866.44567: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.44570: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.44572: variable 'omit' from source: magic vars 11924 1726884866.44950: variable 'storage_test_vdo_volume' from source: include params 11924 1726884866.44987: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884866.44996: when evaluation is False, skipping this task 11924 1726884866.45004: _execute() done 11924 1726884866.45019: dumping result to json 11924 1726884866.45026: done dumping result, returning 11924 1726884866.45035: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-f4c0-2290-000000000b87] 11924 1726884866.45045: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000b87 11924 1726884866.45261: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000b87 11924 1726884866.45264: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884866.45311: no more pending results, returning what we have 11924 1726884866.45315: results queue empty 11924 1726884866.45316: checking for any_errors_fatal 11924 1726884866.45322: done checking for any_errors_fatal 11924 1726884866.45323: checking for max_fail_percentage 11924 1726884866.45324: done checking for max_fail_percentage 11924 1726884866.45326: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.45326: done checking to see if all hosts have failed 11924 1726884866.45327: getting the remaining hosts for this loop 11924 1726884866.45329: done getting the remaining hosts for this loop 11924 1726884866.45333: getting the next task for host managed_node2 11924 1726884866.45340: done getting next task for host managed_node2 11924 1726884866.45343: ^ task is: TASK: Get information about VDO compression 11924 1726884866.45349: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.45353: getting variables 11924 1726884866.45355: in VariableManager get_vars() 11924 1726884866.45385: Calling all_inventory to load vars for managed_node2 11924 1726884866.45388: Calling groups_inventory to load vars for managed_node2 11924 1726884866.45391: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.45401: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.45404: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.45407: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.45994: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.46590: done with get_vars() 11924 1726884866.46603: done getting variables 11924 1726884866.46662: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:26 -0400 (0:00:00.032) 0:00:31.805 ****** 11924 1726884866.46696: entering _queue_task() for managed_node2/command 11924 1726884866.46918: worker is 1 (out of 1 available) 11924 1726884866.46930: exiting _queue_task() for managed_node2/command 11924 1726884866.46942: done queuing things up, now waiting for results queue to drain 11924 1726884866.46943: waiting for pending results... 11924 1726884866.47211: running TaskExecutor() for managed_node2/TASK: Get information about VDO compression 11924 1726884866.47349: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000b88 11924 1726884866.47380: variable 'ansible_search_path' from source: unknown 11924 1726884866.47561: calling self._execute() 11924 1726884866.47565: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.47569: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.47572: variable 'omit' from source: magic vars 11924 1726884866.47960: variable 'storage_test_vdo_volume' from source: include params 11924 1726884866.47998: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884866.48009: when evaluation is False, skipping this task 11924 1726884866.48020: _execute() done 11924 1726884866.48027: dumping result to json 11924 1726884866.48034: done dumping result, returning 11924 1726884866.48069: done running TaskExecutor() for managed_node2/TASK: Get information about VDO compression [0affc8a3-6f6f-f4c0-2290-000000000b88] 11924 1726884866.48125: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000b88 11924 1726884866.48190: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000b88 11924 1726884866.48194: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884866.48282: no more pending results, returning what we have 11924 1726884866.48286: results queue empty 11924 1726884866.48287: checking for any_errors_fatal 11924 1726884866.48302: done checking for any_errors_fatal 11924 1726884866.48303: checking for max_fail_percentage 11924 1726884866.48305: done checking for max_fail_percentage 11924 1726884866.48306: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.48307: done checking to see if all hosts have failed 11924 1726884866.48307: getting the remaining hosts for this loop 11924 1726884866.48310: done getting the remaining hosts for this loop 11924 1726884866.48321: getting the next task for host managed_node2 11924 1726884866.48330: done getting next task for host managed_node2 11924 1726884866.48333: ^ task is: TASK: Check if VDO deduplication is off 11924 1726884866.48339: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.48344: getting variables 11924 1726884866.48346: in VariableManager get_vars() 11924 1726884866.48379: Calling all_inventory to load vars for managed_node2 11924 1726884866.48382: Calling groups_inventory to load vars for managed_node2 11924 1726884866.48385: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.48397: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.48401: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.48404: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.49083: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.49716: done with get_vars() 11924 1726884866.49730: done getting variables 11924 1726884866.49782: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:26 -0400 (0:00:00.031) 0:00:31.837 ****** 11924 1726884866.49812: entering _queue_task() for managed_node2/assert 11924 1726884866.50117: worker is 1 (out of 1 available) 11924 1726884866.50128: exiting _queue_task() for managed_node2/assert 11924 1726884866.50141: done queuing things up, now waiting for results queue to drain 11924 1726884866.50142: waiting for pending results... 11924 1726884866.50771: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off 11924 1726884866.50777: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000b89 11924 1726884866.50780: variable 'ansible_search_path' from source: unknown 11924 1726884866.50783: calling self._execute() 11924 1726884866.51062: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.51066: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.51069: variable 'omit' from source: magic vars 11924 1726884866.51849: variable 'storage_test_vdo_volume' from source: include params 11924 1726884866.51960: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884866.51963: when evaluation is False, skipping this task 11924 1726884866.51965: _execute() done 11924 1726884866.51968: dumping result to json 11924 1726884866.51971: done dumping result, returning 11924 1726884866.51980: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-f4c0-2290-000000000b89] 11924 1726884866.51992: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000b89 11924 1726884866.52425: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000b89 11924 1726884866.52428: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884866.52509: no more pending results, returning what we have 11924 1726884866.52512: results queue empty 11924 1726884866.52513: checking for any_errors_fatal 11924 1726884866.52517: done checking for any_errors_fatal 11924 1726884866.52518: checking for max_fail_percentage 11924 1726884866.52520: done checking for max_fail_percentage 11924 1726884866.52520: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.52521: done checking to see if all hosts have failed 11924 1726884866.52522: getting the remaining hosts for this loop 11924 1726884866.52524: done getting the remaining hosts for this loop 11924 1726884866.52527: getting the next task for host managed_node2 11924 1726884866.52535: done getting next task for host managed_node2 11924 1726884866.52537: ^ task is: TASK: Check if VDO deduplication is on 11924 1726884866.52543: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.52547: getting variables 11924 1726884866.52549: in VariableManager get_vars() 11924 1726884866.52581: Calling all_inventory to load vars for managed_node2 11924 1726884866.52583: Calling groups_inventory to load vars for managed_node2 11924 1726884866.52586: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.52597: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.52600: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.52603: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.53374: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.54078: done with get_vars() 11924 1726884866.54091: done getting variables 11924 1726884866.54224: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:26 -0400 (0:00:00.044) 0:00:31.881 ****** 11924 1726884866.54280: entering _queue_task() for managed_node2/assert 11924 1726884866.54550: worker is 1 (out of 1 available) 11924 1726884866.54566: exiting _queue_task() for managed_node2/assert 11924 1726884866.54578: done queuing things up, now waiting for results queue to drain 11924 1726884866.54579: waiting for pending results... 11924 1726884866.55073: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on 11924 1726884866.55095: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000b8a 11924 1726884866.55113: variable 'ansible_search_path' from source: unknown 11924 1726884866.55150: calling self._execute() 11924 1726884866.55252: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.55264: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.55276: variable 'omit' from source: magic vars 11924 1726884866.55660: variable 'storage_test_vdo_volume' from source: include params 11924 1726884866.55698: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884866.55707: when evaluation is False, skipping this task 11924 1726884866.55715: _execute() done 11924 1726884866.55722: dumping result to json 11924 1726884866.55729: done dumping result, returning 11924 1726884866.55738: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-f4c0-2290-000000000b8a] 11924 1726884866.55748: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000b8a skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884866.55897: no more pending results, returning what we have 11924 1726884866.55903: results queue empty 11924 1726884866.55903: checking for any_errors_fatal 11924 1726884866.55908: done checking for any_errors_fatal 11924 1726884866.55909: checking for max_fail_percentage 11924 1726884866.55911: done checking for max_fail_percentage 11924 1726884866.55912: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.55913: done checking to see if all hosts have failed 11924 1726884866.55913: getting the remaining hosts for this loop 11924 1726884866.55915: done getting the remaining hosts for this loop 11924 1726884866.55919: getting the next task for host managed_node2 11924 1726884866.55929: done getting next task for host managed_node2 11924 1726884866.55931: ^ task is: TASK: Clear test variables 11924 1726884866.55936: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.55940: getting variables 11924 1726884866.55942: in VariableManager get_vars() 11924 1726884866.55982: Calling all_inventory to load vars for managed_node2 11924 1726884866.55984: Calling groups_inventory to load vars for managed_node2 11924 1726884866.55987: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.56001: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.56004: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.56008: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.56563: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000b8a 11924 1726884866.56567: WORKER PROCESS EXITING 11924 1726884866.56776: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.58152: done with get_vars() 11924 1726884866.58167: done getting variables 11924 1726884866.58224: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:26 -0400 (0:00:00.039) 0:00:31.921 ****** 11924 1726884866.58258: entering _queue_task() for managed_node2/set_fact 11924 1726884866.58617: worker is 1 (out of 1 available) 11924 1726884866.58630: exiting _queue_task() for managed_node2/set_fact 11924 1726884866.58643: done queuing things up, now waiting for results queue to drain 11924 1726884866.58644: waiting for pending results... 11924 1726884866.58915: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884866.59065: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000b8c 11924 1726884866.59089: variable 'ansible_search_path' from source: unknown 11924 1726884866.59127: calling self._execute() 11924 1726884866.59236: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.59247: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.59263: variable 'omit' from source: magic vars 11924 1726884866.59376: variable 'omit' from source: magic vars 11924 1726884866.59452: variable 'omit' from source: magic vars 11924 1726884866.59492: variable 'omit' from source: magic vars 11924 1726884866.59548: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884866.59640: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884866.59648: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884866.59651: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884866.59709: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884866.59729: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884866.59861: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884866.59865: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884866.59867: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.59869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.59913: Set connection var ansible_shell_executable to /bin/sh 11924 1726884866.59922: Set connection var ansible_connection to ssh 11924 1726884866.59934: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884866.59944: Set connection var ansible_timeout to 10 11924 1726884866.59954: Set connection var ansible_pipelining to False 11924 1726884866.59966: Set connection var ansible_shell_type to sh 11924 1726884866.59999: variable 'ansible_shell_executable' from source: unknown 11924 1726884866.60007: variable 'ansible_connection' from source: unknown 11924 1726884866.60013: variable 'ansible_module_compression' from source: unknown 11924 1726884866.60018: variable 'ansible_shell_type' from source: unknown 11924 1726884866.60023: variable 'ansible_shell_executable' from source: unknown 11924 1726884866.60028: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.60034: variable 'ansible_pipelining' from source: unknown 11924 1726884866.60039: variable 'ansible_timeout' from source: unknown 11924 1726884866.60045: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.60186: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884866.60308: variable 'omit' from source: magic vars 11924 1726884866.60311: starting attempt loop 11924 1726884866.60314: running the handler 11924 1726884866.60316: handler run complete 11924 1726884866.60318: attempt loop complete, returning result 11924 1726884866.60320: _execute() done 11924 1726884866.60322: dumping result to json 11924 1726884866.60324: done dumping result, returning 11924 1726884866.60326: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-000000000b8c] 11924 1726884866.60328: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000b8c 11924 1726884866.60394: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000b8c 11924 1726884866.60397: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } 11924 1726884866.60469: no more pending results, returning what we have 11924 1726884866.60472: results queue empty 11924 1726884866.60473: checking for any_errors_fatal 11924 1726884866.60480: done checking for any_errors_fatal 11924 1726884866.60481: checking for max_fail_percentage 11924 1726884866.60483: done checking for max_fail_percentage 11924 1726884866.60484: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.60485: done checking to see if all hosts have failed 11924 1726884866.60485: getting the remaining hosts for this loop 11924 1726884866.60488: done getting the remaining hosts for this loop 11924 1726884866.60491: getting the next task for host managed_node2 11924 1726884866.60504: done getting next task for host managed_node2 11924 1726884866.60509: ^ task is: TASK: Check Stratis 11924 1726884866.60515: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.60520: getting variables 11924 1726884866.60522: in VariableManager get_vars() 11924 1726884866.60553: Calling all_inventory to load vars for managed_node2 11924 1726884866.60659: Calling groups_inventory to load vars for managed_node2 11924 1726884866.60664: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.60673: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.60676: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.60679: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.61447: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.62222: done with get_vars() 11924 1726884866.62236: 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 22:14:26 -0400 (0:00:00.040) 0:00:31.962 ****** 11924 1726884866.62327: entering _queue_task() for managed_node2/include_tasks 11924 1726884866.62621: worker is 1 (out of 1 available) 11924 1726884866.62862: exiting _queue_task() for managed_node2/include_tasks 11924 1726884866.62873: done queuing things up, now waiting for results queue to drain 11924 1726884866.62875: waiting for pending results... 11924 1726884866.63109: running TaskExecutor() for managed_node2/TASK: Check Stratis 11924 1726884866.63226: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000497 11924 1726884866.63232: variable 'ansible_search_path' from source: unknown 11924 1726884866.63235: calling self._execute() 11924 1726884866.63481: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.63486: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.63557: variable 'omit' from source: magic vars 11924 1726884866.63812: _execute() done 11924 1726884866.63816: dumping result to json 11924 1726884866.63818: done dumping result, returning 11924 1726884866.63826: done running TaskExecutor() for managed_node2/TASK: Check Stratis [0affc8a3-6f6f-f4c0-2290-000000000497] 11924 1726884866.63831: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000497 11924 1726884866.63958: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000497 11924 1726884866.63961: WORKER PROCESS EXITING 11924 1726884866.64016: no more pending results, returning what we have 11924 1726884866.64022: in VariableManager get_vars() 11924 1726884866.64061: Calling all_inventory to load vars for managed_node2 11924 1726884866.64064: Calling groups_inventory to load vars for managed_node2 11924 1726884866.64068: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.64081: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.64084: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.64087: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.65168: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.66517: done with get_vars() 11924 1726884866.66673: variable 'ansible_search_path' from source: unknown 11924 1726884866.66886: variable 'storage_test_pool_subset' from source: include params 11924 1726884866.66922: we have included files to process 11924 1726884866.66923: generating all_blocks data 11924 1726884866.66925: done generating all_blocks data 11924 1726884866.66942: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884866.66944: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884866.66947: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884866.67708: done processing included file 11924 1726884866.67710: iterating over new_blocks loaded from include file 11924 1726884866.67712: in VariableManager get_vars() 11924 1726884866.67727: done with get_vars() 11924 1726884866.67733: filtering new block on tags 11924 1726884866.67811: done filtering new block on tags 11924 1726884866.67815: in VariableManager get_vars() 11924 1726884866.67828: done with get_vars() 11924 1726884866.67830: filtering new block on tags 11924 1726884866.67865: done filtering new block on tags 11924 1726884866.67867: 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_node2 11924 1726884866.67872: extending task lists for all hosts with included blocks 11924 1726884866.72512: done extending task lists 11924 1726884866.72513: done processing included files 11924 1726884866.72514: results queue empty 11924 1726884866.72515: checking for any_errors_fatal 11924 1726884866.72518: done checking for any_errors_fatal 11924 1726884866.72519: checking for max_fail_percentage 11924 1726884866.72520: done checking for max_fail_percentage 11924 1726884866.72521: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.72522: done checking to see if all hosts have failed 11924 1726884866.72523: getting the remaining hosts for this loop 11924 1726884866.72524: done getting the remaining hosts for this loop 11924 1726884866.72527: getting the next task for host managed_node2 11924 1726884866.72532: done getting next task for host managed_node2 11924 1726884866.72534: ^ task is: TASK: Run 'stratis report' 11924 1726884866.72538: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.72540: getting variables 11924 1726884866.72541: in VariableManager get_vars() 11924 1726884866.72558: Calling all_inventory to load vars for managed_node2 11924 1726884866.72561: Calling groups_inventory to load vars for managed_node2 11924 1726884866.72564: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.72569: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.72572: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.72575: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.73066: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.74299: done with get_vars() 11924 1726884866.74314: done getting variables 11924 1726884866.74446: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:26 -0400 (0:00:00.121) 0:00:32.083 ****** 11924 1726884866.74480: entering _queue_task() for managed_node2/command 11924 1726884866.75022: worker is 1 (out of 1 available) 11924 1726884866.75164: exiting _queue_task() for managed_node2/command 11924 1726884866.75177: done queuing things up, now waiting for results queue to drain 11924 1726884866.75178: waiting for pending results... 11924 1726884866.75475: running TaskExecutor() for managed_node2/TASK: Run 'stratis report' 11924 1726884866.75487: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000bbc 11924 1726884866.75508: variable 'ansible_search_path' from source: unknown 11924 1726884866.75545: calling self._execute() 11924 1726884866.75662: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.75674: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.75697: variable 'omit' from source: magic vars 11924 1726884866.76086: variable 'storage_test_pool' from source: include params 11924 1726884866.76129: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884866.76143: when evaluation is False, skipping this task 11924 1726884866.76156: _execute() done 11924 1726884866.76260: dumping result to json 11924 1726884866.76263: done dumping result, returning 11924 1726884866.76267: done running TaskExecutor() for managed_node2/TASK: Run 'stratis report' [0affc8a3-6f6f-f4c0-2290-000000000bbc] 11924 1726884866.76269: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000bbc 11924 1726884866.76343: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000bbc skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884866.76415: no more pending results, returning what we have 11924 1726884866.76419: results queue empty 11924 1726884866.76420: checking for any_errors_fatal 11924 1726884866.76421: done checking for any_errors_fatal 11924 1726884866.76422: checking for max_fail_percentage 11924 1726884866.76423: done checking for max_fail_percentage 11924 1726884866.76424: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.76428: done checking to see if all hosts have failed 11924 1726884866.76428: getting the remaining hosts for this loop 11924 1726884866.76431: done getting the remaining hosts for this loop 11924 1726884866.76434: getting the next task for host managed_node2 11924 1726884866.76442: done getting next task for host managed_node2 11924 1726884866.76444: ^ task is: TASK: Get information about Stratis 11924 1726884866.76450: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.76453: getting variables 11924 1726884866.76456: in VariableManager get_vars() 11924 1726884866.76494: Calling all_inventory to load vars for managed_node2 11924 1726884866.76496: Calling groups_inventory to load vars for managed_node2 11924 1726884866.76501: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.76511: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.76517: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.76520: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.77186: WORKER PROCESS EXITING 11924 1726884866.77441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.78039: done with get_vars() 11924 1726884866.78053: done getting variables 11924 1726884866.78110: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:26 -0400 (0:00:00.036) 0:00:32.120 ****** 11924 1726884866.78142: entering _queue_task() for managed_node2/set_fact 11924 1726884866.78370: worker is 1 (out of 1 available) 11924 1726884866.78381: exiting _queue_task() for managed_node2/set_fact 11924 1726884866.78398: done queuing things up, now waiting for results queue to drain 11924 1726884866.78400: waiting for pending results... 11924 1726884866.78671: running TaskExecutor() for managed_node2/TASK: Get information about Stratis 11924 1726884866.78817: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000bbd 11924 1726884866.78839: variable 'ansible_search_path' from source: unknown 11924 1726884866.78886: calling self._execute() 11924 1726884866.79061: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.79065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.79068: variable 'omit' from source: magic vars 11924 1726884866.79375: variable 'storage_test_pool' from source: include params 11924 1726884866.79413: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884866.79425: when evaluation is False, skipping this task 11924 1726884866.79433: _execute() done 11924 1726884866.79441: dumping result to json 11924 1726884866.79448: done dumping result, returning 11924 1726884866.79461: done running TaskExecutor() for managed_node2/TASK: Get information about Stratis [0affc8a3-6f6f-f4c0-2290-000000000bbd] 11924 1726884866.79471: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000bbd 11924 1726884866.79698: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000bbd 11924 1726884866.79704: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884866.79739: no more pending results, returning what we have 11924 1726884866.79742: results queue empty 11924 1726884866.79743: checking for any_errors_fatal 11924 1726884866.79750: done checking for any_errors_fatal 11924 1726884866.79750: checking for max_fail_percentage 11924 1726884866.79752: done checking for max_fail_percentage 11924 1726884866.79753: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.79754: done checking to see if all hosts have failed 11924 1726884866.79754: getting the remaining hosts for this loop 11924 1726884866.79757: done getting the remaining hosts for this loop 11924 1726884866.79760: getting the next task for host managed_node2 11924 1726884866.79767: done getting next task for host managed_node2 11924 1726884866.79769: ^ task is: TASK: Verify that the pools was created 11924 1726884866.79774: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.79778: getting variables 11924 1726884866.79780: in VariableManager get_vars() 11924 1726884866.79807: Calling all_inventory to load vars for managed_node2 11924 1726884866.79810: Calling groups_inventory to load vars for managed_node2 11924 1726884866.79814: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.79823: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.79826: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.79829: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.80625: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.81229: done with get_vars() 11924 1726884866.81242: done getting variables 11924 1726884866.81298: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:26 -0400 (0:00:00.031) 0:00:32.152 ****** 11924 1726884866.81330: entering _queue_task() for managed_node2/assert 11924 1726884866.81580: worker is 1 (out of 1 available) 11924 1726884866.81592: exiting _queue_task() for managed_node2/assert 11924 1726884866.81611: done queuing things up, now waiting for results queue to drain 11924 1726884866.81613: waiting for pending results... 11924 1726884866.81897: running TaskExecutor() for managed_node2/TASK: Verify that the pools was created 11924 1726884866.82064: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000bbe 11924 1726884866.82088: variable 'ansible_search_path' from source: unknown 11924 1726884866.82131: calling self._execute() 11924 1726884866.82242: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.82253: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.82271: variable 'omit' from source: magic vars 11924 1726884866.82862: variable 'storage_test_pool' from source: include params 11924 1726884866.82865: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884866.82869: when evaluation is False, skipping this task 11924 1726884866.82871: _execute() done 11924 1726884866.82874: dumping result to json 11924 1726884866.82876: done dumping result, returning 11924 1726884866.82879: done running TaskExecutor() for managed_node2/TASK: Verify that the pools was created [0affc8a3-6f6f-f4c0-2290-000000000bbe] 11924 1726884866.82881: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000bbe 11924 1726884866.82947: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000bbe 11924 1726884866.82952: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884866.83013: no more pending results, returning what we have 11924 1726884866.83017: results queue empty 11924 1726884866.83018: checking for any_errors_fatal 11924 1726884866.83028: done checking for any_errors_fatal 11924 1726884866.83029: checking for max_fail_percentage 11924 1726884866.83031: done checking for max_fail_percentage 11924 1726884866.83032: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.83033: done checking to see if all hosts have failed 11924 1726884866.83034: getting the remaining hosts for this loop 11924 1726884866.83035: done getting the remaining hosts for this loop 11924 1726884866.83040: getting the next task for host managed_node2 11924 1726884866.83048: done getting next task for host managed_node2 11924 1726884866.83050: ^ task is: TASK: Verify that encryption is correctly set 11924 1726884866.83060: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.83064: getting variables 11924 1726884866.83066: in VariableManager get_vars() 11924 1726884866.83104: Calling all_inventory to load vars for managed_node2 11924 1726884866.83107: Calling groups_inventory to load vars for managed_node2 11924 1726884866.83110: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.83122: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.83125: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.83127: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.83950: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.84635: done with get_vars() 11924 1726884866.84648: done getting variables 11924 1726884866.84703: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:26 -0400 (0:00:00.034) 0:00:32.186 ****** 11924 1726884866.84734: entering _queue_task() for managed_node2/assert 11924 1726884866.84966: worker is 1 (out of 1 available) 11924 1726884866.84980: exiting _queue_task() for managed_node2/assert 11924 1726884866.84993: done queuing things up, now waiting for results queue to drain 11924 1726884866.84995: waiting for pending results... 11924 1726884866.85375: running TaskExecutor() for managed_node2/TASK: Verify that encryption is correctly set 11924 1726884866.85433: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000bbf 11924 1726884866.85462: variable 'ansible_search_path' from source: unknown 11924 1726884866.85505: calling self._execute() 11924 1726884866.85619: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.85630: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.85644: variable 'omit' from source: magic vars 11924 1726884866.86027: variable 'storage_test_pool' from source: include params 11924 1726884866.86066: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884866.86074: when evaluation is False, skipping this task 11924 1726884866.86082: _execute() done 11924 1726884866.86088: dumping result to json 11924 1726884866.86096: done dumping result, returning 11924 1726884866.86105: done running TaskExecutor() for managed_node2/TASK: Verify that encryption is correctly set [0affc8a3-6f6f-f4c0-2290-000000000bbf] 11924 1726884866.86116: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000bbf skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884866.86275: no more pending results, returning what we have 11924 1726884866.86280: results queue empty 11924 1726884866.86281: checking for any_errors_fatal 11924 1726884866.86290: done checking for any_errors_fatal 11924 1726884866.86291: checking for max_fail_percentage 11924 1726884866.86293: done checking for max_fail_percentage 11924 1726884866.86294: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.86294: done checking to see if all hosts have failed 11924 1726884866.86295: getting the remaining hosts for this loop 11924 1726884866.86297: done getting the remaining hosts for this loop 11924 1726884866.86301: getting the next task for host managed_node2 11924 1726884866.86309: done getting next task for host managed_node2 11924 1726884866.86312: ^ task is: TASK: Verify that Clevis/Tang encryption is correctly set 11924 1726884866.86318: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.86321: getting variables 11924 1726884866.86324: in VariableManager get_vars() 11924 1726884866.86357: Calling all_inventory to load vars for managed_node2 11924 1726884866.86360: Calling groups_inventory to load vars for managed_node2 11924 1726884866.86364: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.86375: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.86379: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.86382: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.87094: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000bbf 11924 1726884866.87097: WORKER PROCESS EXITING 11924 1726884866.87130: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.87735: done with get_vars() 11924 1726884866.87752: done getting variables 11924 1726884866.87808: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:26 -0400 (0:00:00.031) 0:00:32.217 ****** 11924 1726884866.87843: entering _queue_task() for managed_node2/assert 11924 1726884866.88069: worker is 1 (out of 1 available) 11924 1726884866.88082: exiting _queue_task() for managed_node2/assert 11924 1726884866.88094: done queuing things up, now waiting for results queue to drain 11924 1726884866.88096: waiting for pending results... 11924 1726884866.88375: running TaskExecutor() for managed_node2/TASK: Verify that Clevis/Tang encryption is correctly set 11924 1726884866.88517: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000bc0 11924 1726884866.88542: variable 'ansible_search_path' from source: unknown 11924 1726884866.88581: calling self._execute() 11924 1726884866.88684: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.88696: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.88721: variable 'omit' from source: magic vars 11924 1726884866.89109: variable 'storage_test_pool' from source: include params 11924 1726884866.89150: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884866.89160: when evaluation is False, skipping this task 11924 1726884866.89169: _execute() done 11924 1726884866.89181: dumping result to json 11924 1726884866.89190: done dumping result, returning 11924 1726884866.89202: done running TaskExecutor() for managed_node2/TASK: Verify that Clevis/Tang encryption is correctly set [0affc8a3-6f6f-f4c0-2290-000000000bc0] 11924 1726884866.89219: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000bc0 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884866.89546: no more pending results, returning what we have 11924 1726884866.89550: results queue empty 11924 1726884866.89551: checking for any_errors_fatal 11924 1726884866.89559: done checking for any_errors_fatal 11924 1726884866.89560: checking for max_fail_percentage 11924 1726884866.89562: done checking for max_fail_percentage 11924 1726884866.89563: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.89564: done checking to see if all hosts have failed 11924 1726884866.89564: getting the remaining hosts for this loop 11924 1726884866.89566: done getting the remaining hosts for this loop 11924 1726884866.89569: getting the next task for host managed_node2 11924 1726884866.89577: done getting next task for host managed_node2 11924 1726884866.89580: ^ task is: TASK: Reset variable used by test 11924 1726884866.89585: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.89589: getting variables 11924 1726884866.89590: in VariableManager get_vars() 11924 1726884866.89614: Calling all_inventory to load vars for managed_node2 11924 1726884866.89617: Calling groups_inventory to load vars for managed_node2 11924 1726884866.89620: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.89628: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.89631: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.89634: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.90104: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000bc0 11924 1726884866.90108: WORKER PROCESS EXITING 11924 1726884866.90142: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.90790: done with get_vars() 11924 1726884866.90804: done getting variables 11924 1726884866.90860: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:26 -0400 (0:00:00.030) 0:00:32.247 ****** 11924 1726884866.90894: entering _queue_task() for managed_node2/set_fact 11924 1726884866.91119: worker is 1 (out of 1 available) 11924 1726884866.91132: exiting _queue_task() for managed_node2/set_fact 11924 1726884866.91147: done queuing things up, now waiting for results queue to drain 11924 1726884866.91149: waiting for pending results... 11924 1726884866.91431: running TaskExecutor() for managed_node2/TASK: Reset variable used by test 11924 1726884866.91553: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000bc2 11924 1726884866.91578: variable 'ansible_search_path' from source: unknown 11924 1726884866.91615: calling self._execute() 11924 1726884866.91724: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.91739: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.91760: variable 'omit' from source: magic vars 11924 1726884866.91889: variable 'omit' from source: magic vars 11924 1726884866.91960: variable 'omit' from source: magic vars 11924 1726884866.92009: variable 'omit' from source: magic vars 11924 1726884866.92065: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884866.92122: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884866.92147: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884866.92177: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884866.92197: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884866.92227: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884866.92248: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884866.92290: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884866.92299: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.92307: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.92446: Set connection var ansible_shell_executable to /bin/sh 11924 1726884866.92458: Set connection var ansible_connection to ssh 11924 1726884866.92471: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884866.92482: Set connection var ansible_timeout to 10 11924 1726884866.92495: Set connection var ansible_pipelining to False 11924 1726884866.92511: Set connection var ansible_shell_type to sh 11924 1726884866.92553: variable 'ansible_shell_executable' from source: unknown 11924 1726884866.92566: variable 'ansible_connection' from source: unknown 11924 1726884866.92647: variable 'ansible_module_compression' from source: unknown 11924 1726884866.92651: variable 'ansible_shell_type' from source: unknown 11924 1726884866.92653: variable 'ansible_shell_executable' from source: unknown 11924 1726884866.92657: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.92659: variable 'ansible_pipelining' from source: unknown 11924 1726884866.92661: variable 'ansible_timeout' from source: unknown 11924 1726884866.92663: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.92767: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884866.92785: variable 'omit' from source: magic vars 11924 1726884866.92799: starting attempt loop 11924 1726884866.92812: running the handler 11924 1726884866.92829: handler run complete 11924 1726884866.92849: attempt loop complete, returning result 11924 1726884866.92862: _execute() done 11924 1726884866.92870: dumping result to json 11924 1726884866.92878: done dumping result, returning 11924 1726884866.92892: done running TaskExecutor() for managed_node2/TASK: Reset variable used by test [0affc8a3-6f6f-f4c0-2290-000000000bc2] 11924 1726884866.92968: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000bc2 11924 1726884866.93032: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000bc2 11924 1726884866.93035: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } 11924 1726884866.93104: no more pending results, returning what we have 11924 1726884866.93111: results queue empty 11924 1726884866.93113: checking for any_errors_fatal 11924 1726884866.93122: done checking for any_errors_fatal 11924 1726884866.93123: checking for max_fail_percentage 11924 1726884866.93125: done checking for max_fail_percentage 11924 1726884866.93125: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.93126: done checking to see if all hosts have failed 11924 1726884866.93127: getting the remaining hosts for this loop 11924 1726884866.93129: done getting the remaining hosts for this loop 11924 1726884866.93133: getting the next task for host managed_node2 11924 1726884866.93144: done getting next task for host managed_node2 11924 1726884866.93147: ^ task is: TASK: Clean up test variables 11924 1726884866.93151: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884866.93162: getting variables 11924 1726884866.93164: in VariableManager get_vars() 11924 1726884866.93195: Calling all_inventory to load vars for managed_node2 11924 1726884866.93198: Calling groups_inventory to load vars for managed_node2 11924 1726884866.93201: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.93212: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.93215: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.93219: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.93922: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.94531: done with get_vars() 11924 1726884866.94545: done getting variables 11924 1726884866.94592: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (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 22:14:26 -0400 (0:00:00.037) 0:00:32.285 ****** 11924 1726884866.94623: entering _queue_task() for managed_node2/set_fact 11924 1726884866.94836: worker is 1 (out of 1 available) 11924 1726884866.94851: exiting _queue_task() for managed_node2/set_fact 11924 1726884866.95065: done queuing things up, now waiting for results queue to drain 11924 1726884866.95067: waiting for pending results... 11924 1726884866.95272: running TaskExecutor() for managed_node2/TASK: Clean up test variables 11924 1726884866.95278: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000498 11924 1726884866.95281: variable 'ansible_search_path' from source: unknown 11924 1726884866.95315: calling self._execute() 11924 1726884866.95436: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.95447: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.95508: variable 'omit' from source: magic vars 11924 1726884866.95585: variable 'omit' from source: magic vars 11924 1726884866.95673: variable 'omit' from source: magic vars 11924 1726884866.95833: variable 'omit' from source: magic vars 11924 1726884866.95836: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884866.95839: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884866.95841: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884866.95878: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884866.95894: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884866.95918: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884866.95948: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884866.95988: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884866.95997: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.96010: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.96153: Set connection var ansible_shell_executable to /bin/sh 11924 1726884866.96176: Set connection var ansible_connection to ssh 11924 1726884866.96187: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884866.96204: Set connection var ansible_timeout to 10 11924 1726884866.96273: Set connection var ansible_pipelining to False 11924 1726884866.96277: Set connection var ansible_shell_type to sh 11924 1726884866.96279: variable 'ansible_shell_executable' from source: unknown 11924 1726884866.96281: variable 'ansible_connection' from source: unknown 11924 1726884866.96284: variable 'ansible_module_compression' from source: unknown 11924 1726884866.96286: variable 'ansible_shell_type' from source: unknown 11924 1726884866.96294: variable 'ansible_shell_executable' from source: unknown 11924 1726884866.96302: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.96318: variable 'ansible_pipelining' from source: unknown 11924 1726884866.96326: variable 'ansible_timeout' from source: unknown 11924 1726884866.96334: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.96498: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884866.96516: variable 'omit' from source: magic vars 11924 1726884866.96528: starting attempt loop 11924 1726884866.96599: running the handler 11924 1726884866.96602: handler run complete 11924 1726884866.96604: attempt loop complete, returning result 11924 1726884866.96606: _execute() done 11924 1726884866.96608: dumping result to json 11924 1726884866.96610: done dumping result, returning 11924 1726884866.96613: done running TaskExecutor() for managed_node2/TASK: Clean up test variables [0affc8a3-6f6f-f4c0-2290-000000000498] 11924 1726884866.96615: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000498 ok: [managed_node2] => { "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 } 11924 1726884866.96763: no more pending results, returning what we have 11924 1726884866.96767: results queue empty 11924 1726884866.96767: checking for any_errors_fatal 11924 1726884866.96773: done checking for any_errors_fatal 11924 1726884866.96773: checking for max_fail_percentage 11924 1726884866.96775: done checking for max_fail_percentage 11924 1726884866.96776: checking to see if all hosts have failed and the running result is not ok 11924 1726884866.96777: done checking to see if all hosts have failed 11924 1726884866.96777: getting the remaining hosts for this loop 11924 1726884866.96779: done getting the remaining hosts for this loop 11924 1726884866.96783: getting the next task for host managed_node2 11924 1726884866.96794: done getting next task for host managed_node2 11924 1726884866.96798: ^ task is: TASK: Verify the volumes 11924 1726884866.96802: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884866.96807: getting variables 11924 1726884866.96809: in VariableManager get_vars() 11924 1726884866.96838: Calling all_inventory to load vars for managed_node2 11924 1726884866.96841: Calling groups_inventory to load vars for managed_node2 11924 1726884866.96844: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884866.96854: Calling all_plugins_play to load vars for managed_node2 11924 1726884866.97040: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884866.97056: Calling groups_plugins_play to load vars for managed_node2 11924 1726884866.97640: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000498 11924 1726884866.97644: WORKER PROCESS EXITING 11924 1726884866.97668: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884866.98266: done with get_vars() 11924 1726884866.98280: 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 22:14:26 -0400 (0:00:00.037) 0:00:32.322 ****** 11924 1726884866.98379: entering _queue_task() for managed_node2/include_tasks 11924 1726884866.98624: worker is 1 (out of 1 available) 11924 1726884866.98640: exiting _queue_task() for managed_node2/include_tasks 11924 1726884866.98653: done queuing things up, now waiting for results queue to drain 11924 1726884866.98656: waiting for pending results... 11924 1726884866.98951: running TaskExecutor() for managed_node2/TASK: Verify the volumes 11924 1726884866.99077: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000049c 11924 1726884866.99098: variable 'ansible_search_path' from source: unknown 11924 1726884866.99356: variable 'storage_test_pool' from source: include params 11924 1726884866.99606: variable 'omit' from source: magic vars 11924 1726884866.99750: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884866.99769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884866.99784: variable 'omit' from source: magic vars 11924 1726884867.00060: variable 'storage_test_volume' from source: unknown 11924 1726884867.00063: variable 'storage_test_volume' from source: unknown 11924 1726884867.00663: dumping result to json 11924 1726884867.00667: done dumping result, returning 11924 1726884867.00669: done running TaskExecutor() for managed_node2/TASK: Verify the volumes [0affc8a3-6f6f-f4c0-2290-00000000049c] 11924 1726884867.00672: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000049c 11924 1726884867.00724: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000049c 11924 1726884867.00728: WORKER PROCESS EXITING 11924 1726884867.00789: no more pending results, returning what we have 11924 1726884867.00794: in VariableManager get_vars() 11924 1726884867.00826: Calling all_inventory to load vars for managed_node2 11924 1726884867.00829: Calling groups_inventory to load vars for managed_node2 11924 1726884867.00832: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884867.00841: Calling all_plugins_play to load vars for managed_node2 11924 1726884867.00844: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884867.00847: Calling groups_plugins_play to load vars for managed_node2 11924 1726884867.01726: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884867.02343: done with get_vars() 11924 1726884867.02357: variable 'ansible_search_path' from source: unknown 11924 1726884867.02474: variable 'storage_test_pool_subset' from source: include params 11924 1726884867.02516: we have included files to process 11924 1726884867.02518: generating all_blocks data 11924 1726884867.02520: done generating all_blocks data 11924 1726884867.02523: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884867.02524: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884867.02527: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884867.02850: in VariableManager get_vars() 11924 1726884867.02872: done with get_vars() 11924 1726884867.02967: done processing included file 11924 1726884867.02970: iterating over new_blocks loaded from include file 11924 1726884867.02971: in VariableManager get_vars() 11924 1726884867.02986: done with get_vars() 11924 1726884867.02988: filtering new block on tags 11924 1726884867.03036: done filtering new block on tags 11924 1726884867.03039: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884867.03049: extending task lists for all hosts with included blocks 11924 1726884867.03200: done extending task lists 11924 1726884867.03202: done processing included files 11924 1726884867.03203: results queue empty 11924 1726884867.03203: checking for any_errors_fatal 11924 1726884867.03206: done checking for any_errors_fatal 11924 1726884867.03207: checking for max_fail_percentage 11924 1726884867.03208: done checking for max_fail_percentage 11924 1726884867.03209: checking to see if all hosts have failed and the running result is not ok 11924 1726884867.03210: done checking to see if all hosts have failed 11924 1726884867.03210: getting the remaining hosts for this loop 11924 1726884867.03212: done getting the remaining hosts for this loop 11924 1726884867.03214: getting the next task for host managed_node2 11924 1726884867.03219: done getting next task for host managed_node2 11924 1726884867.03221: ^ task is: TASK: Set storage volume test variables 11924 1726884867.03228: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884867.03231: getting variables 11924 1726884867.03232: in VariableManager get_vars() 11924 1726884867.03240: Calling all_inventory to load vars for managed_node2 11924 1726884867.03243: Calling groups_inventory to load vars for managed_node2 11924 1726884867.03245: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884867.03251: Calling all_plugins_play to load vars for managed_node2 11924 1726884867.03258: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884867.03261: Calling groups_plugins_play to load vars for managed_node2 11924 1726884867.07438: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884867.08045: done with get_vars() 11924 1726884867.08061: done getting variables 11924 1726884867.08115: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:27 -0400 (0:00:00.097) 0:00:32.420 ****** 11924 1726884867.08142: entering _queue_task() for managed_node2/set_fact 11924 1726884867.08627: worker is 1 (out of 1 available) 11924 1726884867.08639: exiting _queue_task() for managed_node2/set_fact 11924 1726884867.08650: done queuing things up, now waiting for results queue to drain 11924 1726884867.08652: waiting for pending results... 11924 1726884867.09043: running TaskExecutor() for managed_node2/TASK: Set storage volume test variables 11924 1726884867.09270: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d62 11924 1726884867.09274: variable 'ansible_search_path' from source: unknown 11924 1726884867.09290: calling self._execute() 11924 1726884867.09486: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.09490: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.09494: variable 'omit' from source: magic vars 11924 1726884867.09613: variable 'omit' from source: magic vars 11924 1726884867.09708: variable 'omit' from source: magic vars 11924 1726884867.10166: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884867.12820: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884867.12951: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884867.12954: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884867.12986: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884867.13022: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884867.13108: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884867.13143: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884867.13181: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884867.13225: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884867.13242: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884867.13494: variable 'storage_test_volume' from source: include params 11924 1726884867.13497: variable 'storage_test_pool' from source: include params 11924 1726884867.13503: variable 'omit' from source: magic vars 11924 1726884867.13533: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884867.13570: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884867.13595: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884867.13625: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884867.13641: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884867.13665: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884867.13822: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884867.13827: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884867.13829: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.13832: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.13914: Set connection var ansible_shell_executable to /bin/sh 11924 1726884867.13922: Set connection var ansible_connection to ssh 11924 1726884867.13938: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884867.13948: Set connection var ansible_timeout to 10 11924 1726884867.13960: Set connection var ansible_pipelining to False 11924 1726884867.13970: Set connection var ansible_shell_type to sh 11924 1726884867.14021: variable 'ansible_shell_executable' from source: unknown 11924 1726884867.14030: variable 'ansible_connection' from source: unknown 11924 1726884867.14046: variable 'ansible_module_compression' from source: unknown 11924 1726884867.14054: variable 'ansible_shell_type' from source: unknown 11924 1726884867.14063: variable 'ansible_shell_executable' from source: unknown 11924 1726884867.14150: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.14154: variable 'ansible_pipelining' from source: unknown 11924 1726884867.14157: variable 'ansible_timeout' from source: unknown 11924 1726884867.14160: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.14206: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884867.14224: variable 'omit' from source: magic vars 11924 1726884867.14235: starting attempt loop 11924 1726884867.14242: running the handler 11924 1726884867.14263: handler run complete 11924 1726884867.14279: attempt loop complete, returning result 11924 1726884867.14286: _execute() done 11924 1726884867.14293: dumping result to json 11924 1726884867.14304: done dumping result, returning 11924 1726884867.14317: done running TaskExecutor() for managed_node2/TASK: Set storage volume test variables [0affc8a3-6f6f-f4c0-2290-000000000d62] 11924 1726884867.14328: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d62 ok: [managed_node2] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 11924 1726884867.14535: no more pending results, returning what we have 11924 1726884867.14539: results queue empty 11924 1726884867.14539: checking for any_errors_fatal 11924 1726884867.14541: done checking for any_errors_fatal 11924 1726884867.14542: checking for max_fail_percentage 11924 1726884867.14543: done checking for max_fail_percentage 11924 1726884867.14544: checking to see if all hosts have failed and the running result is not ok 11924 1726884867.14545: done checking to see if all hosts have failed 11924 1726884867.14546: getting the remaining hosts for this loop 11924 1726884867.14548: done getting the remaining hosts for this loop 11924 1726884867.14552: getting the next task for host managed_node2 11924 1726884867.14562: done getting next task for host managed_node2 11924 1726884867.14566: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 11924 1726884867.14572: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884867.14583: getting variables 11924 1726884867.14586: in VariableManager get_vars() 11924 1726884867.14622: Calling all_inventory to load vars for managed_node2 11924 1726884867.14625: Calling groups_inventory to load vars for managed_node2 11924 1726884867.14629: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884867.14640: Calling all_plugins_play to load vars for managed_node2 11924 1726884867.14643: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884867.14646: Calling groups_plugins_play to load vars for managed_node2 11924 1726884867.14887: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d62 11924 1726884867.14890: WORKER PROCESS EXITING 11924 1726884867.15636: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884867.16264: done with get_vars() 11924 1726884867.16277: done getting variables 11924 1726884867.16468: 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 22:14:27 -0400 (0:00:00.083) 0:00:32.503 ****** 11924 1726884867.16497: entering _queue_task() for managed_node2/include_tasks 11924 1726884867.16754: worker is 1 (out of 1 available) 11924 1726884867.16967: exiting _queue_task() for managed_node2/include_tasks 11924 1726884867.16977: done queuing things up, now waiting for results queue to drain 11924 1726884867.16979: waiting for pending results... 11924 1726884867.17071: running TaskExecutor() for managed_node2/TASK: Run test verify for {{ storage_test_volume_subset }} 11924 1726884867.17223: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d63 11924 1726884867.17266: variable 'ansible_search_path' from source: unknown 11924 1726884867.17322: variable '_storage_volume_tests' from source: set_fact 11924 1726884867.17571: variable '_storage_volume_tests' from source: set_fact 11924 1726884867.17669: variable 'omit' from source: magic vars 11924 1726884867.17832: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.17846: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.17868: variable 'omit' from source: magic vars 11924 1726884867.18050: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.18105: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.18172: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.18404: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.18408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.18450: variable 'omit' from source: magic vars 11924 1726884867.18574: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.18625: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.18819: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.18960: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.18963: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.18966: variable 'omit' from source: magic vars 11924 1726884867.19098: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.19105: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.19153: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.19380: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.19383: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.19386: variable 'omit' from source: magic vars 11924 1726884867.19418: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.19459: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.19526: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.19647: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.19661: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.19674: variable 'omit' from source: magic vars 11924 1726884867.19824: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.19838: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.19908: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.20152: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.20157: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.20159: variable 'omit' from source: magic vars 11924 1726884867.20178: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.20216: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.20284: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.20407: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.20424: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.20477: variable 'omit' from source: magic vars 11924 1726884867.20556: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.20599: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.20719: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.20914: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.20917: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.20920: variable 'omit' from source: magic vars 11924 1726884867.20985: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.21130: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.21133: variable 'storage_test_volume_subset' from source: unknown 11924 1726884867.21182: dumping result to json 11924 1726884867.21185: done dumping result, returning 11924 1726884867.21188: done running TaskExecutor() for managed_node2/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-f4c0-2290-000000000d63] 11924 1726884867.21260: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d63 11924 1726884867.21563: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d63 11924 1726884867.21567: WORKER PROCESS EXITING 11924 1726884867.21634: no more pending results, returning what we have 11924 1726884867.21639: in VariableManager get_vars() 11924 1726884867.21672: Calling all_inventory to load vars for managed_node2 11924 1726884867.21675: Calling groups_inventory to load vars for managed_node2 11924 1726884867.21678: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884867.21688: Calling all_plugins_play to load vars for managed_node2 11924 1726884867.21691: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884867.21695: Calling groups_plugins_play to load vars for managed_node2 11924 1726884867.22398: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884867.23114: done with get_vars() 11924 1726884867.23127: variable 'ansible_search_path' from source: unknown 11924 1726884867.23167: variable 'ansible_search_path' from source: unknown 11924 1726884867.23198: variable 'ansible_search_path' from source: unknown 11924 1726884867.23234: variable 'ansible_search_path' from source: unknown 11924 1726884867.23270: variable 'ansible_search_path' from source: unknown 11924 1726884867.23300: variable 'ansible_search_path' from source: unknown 11924 1726884867.23336: variable 'ansible_search_path' from source: unknown 11924 1726884867.23372: variable 'ansible_search_path' from source: unknown 11924 1726884867.23397: we have included files to process 11924 1726884867.23400: generating all_blocks data 11924 1726884867.23401: done generating all_blocks data 11924 1726884867.23406: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884867.23407: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884867.23411: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884867.24777: done processing included file 11924 1726884867.24779: iterating over new_blocks loaded from include file 11924 1726884867.24781: in VariableManager get_vars() 11924 1726884867.24804: done with get_vars() 11924 1726884867.24806: filtering new block on tags 11924 1726884867.24977: done filtering new block on tags 11924 1726884867.24980: 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_node2 => (item=mount) 11924 1726884867.24985: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884867.24986: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884867.24992: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884867.25648: done processing included file 11924 1726884867.25650: iterating over new_blocks loaded from include file 11924 1726884867.25651: in VariableManager get_vars() 11924 1726884867.25669: done with get_vars() 11924 1726884867.25671: filtering new block on tags 11924 1726884867.25770: done filtering new block on tags 11924 1726884867.25772: 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_node2 => (item=fstab) 11924 1726884867.25776: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884867.25777: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884867.25779: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884867.26053: done processing included file 11924 1726884867.26057: iterating over new_blocks loaded from include file 11924 1726884867.26058: in VariableManager get_vars() 11924 1726884867.26072: done with get_vars() 11924 1726884867.26073: filtering new block on tags 11924 1726884867.26112: done filtering new block on tags 11924 1726884867.26114: 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_node2 => (item=fs) 11924 1726884867.26118: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884867.26119: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884867.26122: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884867.26879: done processing included file 11924 1726884867.26881: iterating over new_blocks loaded from include file 11924 1726884867.26882: in VariableManager get_vars() 11924 1726884867.26897: done with get_vars() 11924 1726884867.26899: filtering new block on tags 11924 1726884867.27007: done filtering new block on tags 11924 1726884867.27009: 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_node2 => (item=device) 11924 1726884867.27012: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884867.27013: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884867.27016: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884867.30327: done processing included file 11924 1726884867.30329: iterating over new_blocks loaded from include file 11924 1726884867.30330: in VariableManager get_vars() 11924 1726884867.30346: done with get_vars() 11924 1726884867.30348: filtering new block on tags 11924 1726884867.30958: done filtering new block on tags 11924 1726884867.30961: 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_node2 => (item=encryption) 11924 1726884867.30965: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884867.30966: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884867.30969: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884867.32614: done processing included file 11924 1726884867.32616: iterating over new_blocks loaded from include file 11924 1726884867.32618: in VariableManager get_vars() 11924 1726884867.32634: done with get_vars() 11924 1726884867.32636: filtering new block on tags 11924 1726884867.33029: done filtering new block on tags 11924 1726884867.33032: 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_node2 => (item=md) 11924 1726884867.33036: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884867.33037: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884867.33040: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884867.38654: done processing included file 11924 1726884867.38658: iterating over new_blocks loaded from include file 11924 1726884867.38660: in VariableManager get_vars() 11924 1726884867.38678: done with get_vars() 11924 1726884867.38680: filtering new block on tags 11924 1726884867.38962: done filtering new block on tags 11924 1726884867.38965: in VariableManager get_vars() 11924 1726884867.38982: done with get_vars() 11924 1726884867.38984: filtering new block on tags 11924 1726884867.39048: done filtering new block on tags 11924 1726884867.39051: in VariableManager get_vars() 11924 1726884867.39070: done with get_vars() 11924 1726884867.39072: filtering new block on tags 11924 1726884867.39492: done filtering new block on tags 11924 1726884867.39496: in VariableManager get_vars() 11924 1726884867.39509: done with get_vars() 11924 1726884867.39510: filtering new block on tags 11924 1726884867.39553: done filtering new block on tags 11924 1726884867.39658: 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_node2 => (item=size) 11924 1726884867.39664: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884867.39665: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884867.39669: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884867.40662: done processing included file 11924 1726884867.40664: iterating over new_blocks loaded from include file 11924 1726884867.40665: in VariableManager get_vars() 11924 1726884867.40680: done with get_vars() 11924 1726884867.40682: filtering new block on tags 11924 1726884867.40784: done filtering new block on tags 11924 1726884867.40786: 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_node2 => (item=cache) 11924 1726884867.40790: extending task lists for all hosts with included blocks 11924 1726884867.41153: done extending task lists 11924 1726884867.41154: done processing included files 11924 1726884867.41157: results queue empty 11924 1726884867.41158: checking for any_errors_fatal 11924 1726884867.41162: done checking for any_errors_fatal 11924 1726884867.41163: checking for max_fail_percentage 11924 1726884867.41164: done checking for max_fail_percentage 11924 1726884867.41165: checking to see if all hosts have failed and the running result is not ok 11924 1726884867.41170: done checking to see if all hosts have failed 11924 1726884867.41171: getting the remaining hosts for this loop 11924 1726884867.41172: done getting the remaining hosts for this loop 11924 1726884867.41175: getting the next task for host managed_node2 11924 1726884867.41181: done getting next task for host managed_node2 11924 1726884867.41183: ^ task is: TASK: Get expected mount device based on device type 11924 1726884867.41187: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884867.41190: getting variables 11924 1726884867.41191: in VariableManager get_vars() 11924 1726884867.41199: Calling all_inventory to load vars for managed_node2 11924 1726884867.41201: Calling groups_inventory to load vars for managed_node2 11924 1726884867.41203: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884867.41209: Calling all_plugins_play to load vars for managed_node2 11924 1726884867.41212: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884867.41215: Calling groups_plugins_play to load vars for managed_node2 11924 1726884867.41654: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884867.42232: done with get_vars() 11924 1726884867.42246: done getting variables 11924 1726884867.42283: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:27 -0400 (0:00:00.258) 0:00:32.762 ****** 11924 1726884867.42313: entering _queue_task() for managed_node2/set_fact 11924 1726884867.42606: worker is 1 (out of 1 available) 11924 1726884867.42616: exiting _queue_task() for managed_node2/set_fact 11924 1726884867.42629: done queuing things up, now waiting for results queue to drain 11924 1726884867.42630: waiting for pending results... 11924 1726884867.43169: running TaskExecutor() for managed_node2/TASK: Get expected mount device based on device type 11924 1726884867.43551: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d8e 11924 1726884867.43568: variable 'ansible_search_path' from source: unknown 11924 1726884867.43600: calling self._execute() 11924 1726884867.43944: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.43951: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.43959: variable 'omit' from source: magic vars 11924 1726884867.44067: variable 'omit' from source: magic vars 11924 1726884867.44136: variable 'omit' from source: magic vars 11924 1726884867.45097: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884867.45718: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884867.45721: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884867.45724: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884867.45862: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884867.46064: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884867.46089: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884867.46118: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884867.46150: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884867.46311: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884867.46331: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884867.46357: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884867.46519: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884867.46891: variable '_storage_test_volume_present' from source: set_fact 11924 1726884867.46917: variable 'storage_test_volume' from source: include params 11924 1726884867.46925: variable 'storage_test_pool' from source: include params 11924 1726884867.46975: variable 'omit' from source: magic vars 11924 1726884867.47027: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884867.47033: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884867.47052: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884867.47136: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884867.47139: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884867.47141: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884867.47144: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884867.47146: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884867.47156: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.47159: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.47280: Set connection var ansible_shell_executable to /bin/sh 11924 1726884867.47284: Set connection var ansible_connection to ssh 11924 1726884867.47287: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884867.47295: Set connection var ansible_timeout to 10 11924 1726884867.47301: Set connection var ansible_pipelining to False 11924 1726884867.47309: Set connection var ansible_shell_type to sh 11924 1726884867.47337: variable 'ansible_shell_executable' from source: unknown 11924 1726884867.47341: variable 'ansible_connection' from source: unknown 11924 1726884867.47343: variable 'ansible_module_compression' from source: unknown 11924 1726884867.47461: variable 'ansible_shell_type' from source: unknown 11924 1726884867.47464: variable 'ansible_shell_executable' from source: unknown 11924 1726884867.47467: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.47469: variable 'ansible_pipelining' from source: unknown 11924 1726884867.47471: variable 'ansible_timeout' from source: unknown 11924 1726884867.47474: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.47476: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884867.47494: variable 'omit' from source: magic vars 11924 1726884867.47496: starting attempt loop 11924 1726884867.47499: running the handler 11924 1726884867.47510: handler run complete 11924 1726884867.47520: attempt loop complete, returning result 11924 1726884867.47522: _execute() done 11924 1726884867.47525: dumping result to json 11924 1726884867.47527: done dumping result, returning 11924 1726884867.47536: done running TaskExecutor() for managed_node2/TASK: Get expected mount device based on device type [0affc8a3-6f6f-f4c0-2290-000000000d8e] 11924 1726884867.47541: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d8e ok: [managed_node2] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } 11924 1726884867.47761: no more pending results, returning what we have 11924 1726884867.47769: results queue empty 11924 1726884867.47770: checking for any_errors_fatal 11924 1726884867.47771: done checking for any_errors_fatal 11924 1726884867.47772: checking for max_fail_percentage 11924 1726884867.47774: done checking for max_fail_percentage 11924 1726884867.47775: checking to see if all hosts have failed and the running result is not ok 11924 1726884867.47775: done checking to see if all hosts have failed 11924 1726884867.47776: getting the remaining hosts for this loop 11924 1726884867.47778: done getting the remaining hosts for this loop 11924 1726884867.47783: getting the next task for host managed_node2 11924 1726884867.47791: done getting next task for host managed_node2 11924 1726884867.47794: ^ task is: TASK: Set some facts 11924 1726884867.47799: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884867.47809: getting variables 11924 1726884867.47810: in VariableManager get_vars() 11924 1726884867.47837: Calling all_inventory to load vars for managed_node2 11924 1726884867.47839: Calling groups_inventory to load vars for managed_node2 11924 1726884867.47842: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884867.47850: Calling all_plugins_play to load vars for managed_node2 11924 1726884867.47853: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884867.47857: Calling groups_plugins_play to load vars for managed_node2 11924 1726884867.48938: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884867.49568: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d8e 11924 1726884867.49573: WORKER PROCESS EXITING 11924 1726884867.49672: done with get_vars() 11924 1726884867.49687: done getting variables 11924 1726884867.49872: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:27 -0400 (0:00:00.075) 0:00:32.838 ****** 11924 1726884867.49911: entering _queue_task() for managed_node2/set_fact 11924 1726884867.50307: worker is 1 (out of 1 available) 11924 1726884867.50318: exiting _queue_task() for managed_node2/set_fact 11924 1726884867.50331: done queuing things up, now waiting for results queue to drain 11924 1726884867.50333: waiting for pending results... 11924 1726884867.50671: running TaskExecutor() for managed_node2/TASK: Set some facts 11924 1726884867.50812: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d8f 11924 1726884867.50827: variable 'ansible_search_path' from source: unknown 11924 1726884867.50871: calling self._execute() 11924 1726884867.50979: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.50984: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.50995: variable 'omit' from source: magic vars 11924 1726884867.51119: variable 'omit' from source: magic vars 11924 1726884867.51193: variable 'omit' from source: magic vars 11924 1726884867.51520: variable '_storage_test_volume_present' from source: set_fact 11924 1726884867.51526: variable 'storage_test_volume' from source: include params 11924 1726884867.51823: variable 'storage_test_volume' from source: include params 11924 1726884867.51849: variable 'mount_prefix' from source: task vars 11924 1726884867.52430: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884867.57253: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884867.57346: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884867.57384: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884867.57535: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884867.57559: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884867.57862: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884867.57866: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884867.57926: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884867.58022: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884867.58036: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884867.58327: variable '__storage_is_ostree' from source: set_fact 11924 1726884867.58479: variable 'storage_test_volume' from source: include params 11924 1726884867.58522: variable 'omit' from source: magic vars 11924 1726884867.58546: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884867.58575: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884867.58803: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884867.58806: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884867.58808: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884867.58810: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884867.58812: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884867.58932: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884867.58935: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.58937: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.59109: Set connection var ansible_shell_executable to /bin/sh 11924 1726884867.59112: Set connection var ansible_connection to ssh 11924 1726884867.59118: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884867.59243: Set connection var ansible_timeout to 10 11924 1726884867.59249: Set connection var ansible_pipelining to False 11924 1726884867.59252: Set connection var ansible_shell_type to sh 11924 1726884867.59284: variable 'ansible_shell_executable' from source: unknown 11924 1726884867.59288: variable 'ansible_connection' from source: unknown 11924 1726884867.59290: variable 'ansible_module_compression' from source: unknown 11924 1726884867.59293: variable 'ansible_shell_type' from source: unknown 11924 1726884867.59296: variable 'ansible_shell_executable' from source: unknown 11924 1726884867.59298: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.59306: variable 'ansible_pipelining' from source: unknown 11924 1726884867.59308: variable 'ansible_timeout' from source: unknown 11924 1726884867.59313: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.59536: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884867.59546: variable 'omit' from source: magic vars 11924 1726884867.59552: starting attempt loop 11924 1726884867.59556: running the handler 11924 1726884867.59684: handler run complete 11924 1726884867.59695: attempt loop complete, returning result 11924 1726884867.59700: _execute() done 11924 1726884867.59705: dumping result to json 11924 1726884867.59707: done dumping result, returning 11924 1726884867.59717: done running TaskExecutor() for managed_node2/TASK: Set some facts [0affc8a3-6f6f-f4c0-2290-000000000d8f] 11924 1726884867.59722: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d8f 11924 1726884867.59818: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d8f 11924 1726884867.59822: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } 11924 1726884867.59884: no more pending results, returning what we have 11924 1726884867.59888: results queue empty 11924 1726884867.59889: checking for any_errors_fatal 11924 1726884867.59897: done checking for any_errors_fatal 11924 1726884867.59898: checking for max_fail_percentage 11924 1726884867.59903: done checking for max_fail_percentage 11924 1726884867.59904: checking to see if all hosts have failed and the running result is not ok 11924 1726884867.59905: done checking to see if all hosts have failed 11924 1726884867.59906: getting the remaining hosts for this loop 11924 1726884867.59908: done getting the remaining hosts for this loop 11924 1726884867.59912: getting the next task for host managed_node2 11924 1726884867.59922: done getting next task for host managed_node2 11924 1726884867.59925: ^ task is: TASK: Get information about the mountpoint directory 11924 1726884867.59930: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884867.59942: getting variables 11924 1726884867.59944: in VariableManager get_vars() 11924 1726884867.59981: Calling all_inventory to load vars for managed_node2 11924 1726884867.59984: Calling groups_inventory to load vars for managed_node2 11924 1726884867.59988: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884867.59998: Calling all_plugins_play to load vars for managed_node2 11924 1726884867.60004: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884867.60008: Calling groups_plugins_play to load vars for managed_node2 11924 1726884867.61832: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884867.63187: done with get_vars() 11924 1726884867.63210: 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 22:14:27 -0400 (0:00:00.135) 0:00:32.973 ****** 11924 1726884867.63428: entering _queue_task() for managed_node2/stat 11924 1726884867.64018: worker is 1 (out of 1 available) 11924 1726884867.64031: exiting _queue_task() for managed_node2/stat 11924 1726884867.64044: done queuing things up, now waiting for results queue to drain 11924 1726884867.64046: waiting for pending results... 11924 1726884867.65073: running TaskExecutor() for managed_node2/TASK: Get information about the mountpoint directory 11924 1726884867.65078: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d90 11924 1726884867.65082: variable 'ansible_search_path' from source: unknown 11924 1726884867.65661: calling self._execute() 11924 1726884867.65665: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.65668: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.65671: variable 'omit' from source: magic vars 11924 1726884867.66402: variable '_storage_test_volume_present' from source: set_fact 11924 1726884867.66570: variable 'storage_test_volume' from source: include params 11924 1726884867.66606: 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 11924 1726884867.66615: when evaluation is False, skipping this task 11924 1726884867.66623: _execute() done 11924 1726884867.66631: dumping result to json 11924 1726884867.66639: done dumping result, returning 11924 1726884867.66651: done running TaskExecutor() for managed_node2/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-f4c0-2290-000000000d90] 11924 1726884867.66961: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d90 11924 1726884867.67030: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d90 11924 1726884867.67035: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884867.67086: no more pending results, returning what we have 11924 1726884867.67090: results queue empty 11924 1726884867.67090: checking for any_errors_fatal 11924 1726884867.67106: done checking for any_errors_fatal 11924 1726884867.67107: checking for max_fail_percentage 11924 1726884867.67108: done checking for max_fail_percentage 11924 1726884867.67109: checking to see if all hosts have failed and the running result is not ok 11924 1726884867.67110: done checking to see if all hosts have failed 11924 1726884867.67111: getting the remaining hosts for this loop 11924 1726884867.67113: done getting the remaining hosts for this loop 11924 1726884867.67116: getting the next task for host managed_node2 11924 1726884867.67124: done getting next task for host managed_node2 11924 1726884867.67127: ^ task is: TASK: Verify the current mount state by device 11924 1726884867.67133: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884867.67136: getting variables 11924 1726884867.67138: in VariableManager get_vars() 11924 1726884867.67165: Calling all_inventory to load vars for managed_node2 11924 1726884867.67167: Calling groups_inventory to load vars for managed_node2 11924 1726884867.67169: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884867.67178: Calling all_plugins_play to load vars for managed_node2 11924 1726884867.67181: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884867.67183: Calling groups_plugins_play to load vars for managed_node2 11924 1726884867.68471: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884867.69708: done with get_vars() 11924 1726884867.69725: done getting variables 11924 1726884867.69786: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:14:27 -0400 (0:00:00.065) 0:00:33.038 ****** 11924 1726884867.69934: entering _queue_task() for managed_node2/assert 11924 1726884867.70503: worker is 1 (out of 1 available) 11924 1726884867.70518: exiting _queue_task() for managed_node2/assert 11924 1726884867.70531: done queuing things up, now waiting for results queue to drain 11924 1726884867.70533: waiting for pending results... 11924 1726884867.70813: running TaskExecutor() for managed_node2/TASK: Verify the current mount state by device 11924 1726884867.71361: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d91 11924 1726884867.71365: variable 'ansible_search_path' from source: unknown 11924 1726884867.71368: calling self._execute() 11924 1726884867.71371: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.71373: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.71375: variable 'omit' from source: magic vars 11924 1726884867.72051: variable '_storage_test_volume_present' from source: set_fact 11924 1726884867.72361: Evaluated conditional (_storage_test_volume_present): True 11924 1726884867.72365: variable 'omit' from source: magic vars 11924 1726884867.72367: variable 'omit' from source: magic vars 11924 1726884867.72449: variable 'storage_test_volume' from source: include params 11924 1726884867.72505: variable 'omit' from source: magic vars 11924 1726884867.72762: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884867.72804: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884867.72960: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884867.72964: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884867.72966: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884867.72969: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884867.72971: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884867.72974: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884867.72976: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.72978: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.73067: Set connection var ansible_shell_executable to /bin/sh 11924 1726884867.73078: Set connection var ansible_connection to ssh 11924 1726884867.73089: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884867.73099: Set connection var ansible_timeout to 10 11924 1726884867.73109: Set connection var ansible_pipelining to False 11924 1726884867.73118: Set connection var ansible_shell_type to sh 11924 1726884867.73148: variable 'ansible_shell_executable' from source: unknown 11924 1726884867.73158: variable 'ansible_connection' from source: unknown 11924 1726884867.73166: variable 'ansible_module_compression' from source: unknown 11924 1726884867.73174: variable 'ansible_shell_type' from source: unknown 11924 1726884867.73187: variable 'ansible_shell_executable' from source: unknown 11924 1726884867.73194: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.73201: variable 'ansible_pipelining' from source: unknown 11924 1726884867.73208: variable 'ansible_timeout' from source: unknown 11924 1726884867.73215: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.73364: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884867.73381: variable 'omit' from source: magic vars 11924 1726884867.73392: starting attempt loop 11924 1726884867.73404: running the handler 11924 1726884867.73593: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884867.73624: variable 'storage_test_volume' from source: include params 11924 1726884867.73644: variable 'storage_test_mount_expected_mount_point' from source: set_fact 11924 1726884867.73658: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].mountpoint == storage_test_mount_expected_mount_point): True 11924 1726884867.73668: handler run complete 11924 1726884867.73686: attempt loop complete, returning result 11924 1726884867.73692: _execute() done 11924 1726884867.73699: dumping result to json 11924 1726884867.73740: done dumping result, returning 11924 1726884867.73743: done running TaskExecutor() for managed_node2/TASK: Verify the current mount state by device [0affc8a3-6f6f-f4c0-2290-000000000d91] 11924 1726884867.73745: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d91 ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884867.73878: no more pending results, returning what we have 11924 1726884867.73881: results queue empty 11924 1726884867.73882: checking for any_errors_fatal 11924 1726884867.73887: done checking for any_errors_fatal 11924 1726884867.73887: checking for max_fail_percentage 11924 1726884867.73889: done checking for max_fail_percentage 11924 1726884867.73890: checking to see if all hosts have failed and the running result is not ok 11924 1726884867.73891: done checking to see if all hosts have failed 11924 1726884867.73892: getting the remaining hosts for this loop 11924 1726884867.73893: done getting the remaining hosts for this loop 11924 1726884867.73897: getting the next task for host managed_node2 11924 1726884867.73907: done getting next task for host managed_node2 11924 1726884867.73910: ^ task is: TASK: Verify mount directory user 11924 1726884867.73916: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884867.73920: getting variables 11924 1726884867.73921: in VariableManager get_vars() 11924 1726884867.73952: Calling all_inventory to load vars for managed_node2 11924 1726884867.73956: Calling groups_inventory to load vars for managed_node2 11924 1726884867.73960: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884867.73972: Calling all_plugins_play to load vars for managed_node2 11924 1726884867.73982: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d91 11924 1726884867.73995: WORKER PROCESS EXITING 11924 1726884867.73989: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884867.74062: Calling groups_plugins_play to load vars for managed_node2 11924 1726884867.75271: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884867.76102: done with get_vars() 11924 1726884867.76117: done getting variables 11924 1726884867.76177: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:27 -0400 (0:00:00.062) 0:00:33.101 ****** 11924 1726884867.76211: entering _queue_task() for managed_node2/assert 11924 1726884867.76626: worker is 1 (out of 1 available) 11924 1726884867.76636: exiting _queue_task() for managed_node2/assert 11924 1726884867.76648: done queuing things up, now waiting for results queue to drain 11924 1726884867.76650: waiting for pending results... 11924 1726884867.76853: running TaskExecutor() for managed_node2/TASK: Verify mount directory user 11924 1726884867.77100: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d92 11924 1726884867.77105: variable 'ansible_search_path' from source: unknown 11924 1726884867.77108: calling self._execute() 11924 1726884867.77314: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.77318: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.77365: variable 'omit' from source: magic vars 11924 1726884867.78207: variable '_storage_test_volume_present' from source: set_fact 11924 1726884867.78213: variable 'storage_test_volume' from source: include params 11924 1726884867.78241: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 11924 1726884867.78244: when evaluation is False, skipping this task 11924 1726884867.78247: _execute() done 11924 1726884867.78250: dumping result to json 11924 1726884867.78252: done dumping result, returning 11924 1726884867.78378: done running TaskExecutor() for managed_node2/TASK: Verify mount directory user [0affc8a3-6f6f-f4c0-2290-000000000d92] 11924 1726884867.78385: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d92 11924 1726884867.78505: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d92 11924 1726884867.78508: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884867.78571: no more pending results, returning what we have 11924 1726884867.78575: results queue empty 11924 1726884867.78576: checking for any_errors_fatal 11924 1726884867.78584: done checking for any_errors_fatal 11924 1726884867.78585: checking for max_fail_percentage 11924 1726884867.78587: done checking for max_fail_percentage 11924 1726884867.78589: checking to see if all hosts have failed and the running result is not ok 11924 1726884867.78590: done checking to see if all hosts have failed 11924 1726884867.78590: getting the remaining hosts for this loop 11924 1726884867.78592: done getting the remaining hosts for this loop 11924 1726884867.78596: getting the next task for host managed_node2 11924 1726884867.78609: done getting next task for host managed_node2 11924 1726884867.78612: ^ task is: TASK: Verify mount directory group 11924 1726884867.78618: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884867.78624: getting variables 11924 1726884867.78626: in VariableManager get_vars() 11924 1726884867.78846: Calling all_inventory to load vars for managed_node2 11924 1726884867.78849: Calling groups_inventory to load vars for managed_node2 11924 1726884867.78853: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884867.78911: Calling all_plugins_play to load vars for managed_node2 11924 1726884867.78915: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884867.78982: Calling groups_plugins_play to load vars for managed_node2 11924 1726884867.79729: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884867.80353: done with get_vars() 11924 1726884867.80372: done getting variables 11924 1726884867.80435: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:27 -0400 (0:00:00.042) 0:00:33.143 ****** 11924 1726884867.80471: entering _queue_task() for managed_node2/assert 11924 1726884867.80981: worker is 1 (out of 1 available) 11924 1726884867.80995: exiting _queue_task() for managed_node2/assert 11924 1726884867.81009: done queuing things up, now waiting for results queue to drain 11924 1726884867.81010: waiting for pending results... 11924 1726884867.81645: running TaskExecutor() for managed_node2/TASK: Verify mount directory group 11924 1726884867.81654: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d93 11924 1726884867.81667: variable 'ansible_search_path' from source: unknown 11924 1726884867.81746: calling self._execute() 11924 1726884867.81911: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.82148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.82151: variable 'omit' from source: magic vars 11924 1726884867.82636: variable '_storage_test_volume_present' from source: set_fact 11924 1726884867.82642: variable 'storage_test_volume' from source: include params 11924 1726884867.82674: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 11924 1726884867.82677: when evaluation is False, skipping this task 11924 1726884867.82680: _execute() done 11924 1726884867.82685: dumping result to json 11924 1726884867.82687: done dumping result, returning 11924 1726884867.82690: done running TaskExecutor() for managed_node2/TASK: Verify mount directory group [0affc8a3-6f6f-f4c0-2290-000000000d93] 11924 1726884867.82698: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d93 11924 1726884867.83039: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d93 11924 1726884867.83043: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884867.83096: no more pending results, returning what we have 11924 1726884867.83101: results queue empty 11924 1726884867.83102: checking for any_errors_fatal 11924 1726884867.83108: done checking for any_errors_fatal 11924 1726884867.83109: checking for max_fail_percentage 11924 1726884867.83111: done checking for max_fail_percentage 11924 1726884867.83112: checking to see if all hosts have failed and the running result is not ok 11924 1726884867.83113: done checking to see if all hosts have failed 11924 1726884867.83114: getting the remaining hosts for this loop 11924 1726884867.83116: done getting the remaining hosts for this loop 11924 1726884867.83119: getting the next task for host managed_node2 11924 1726884867.83130: done getting next task for host managed_node2 11924 1726884867.83133: ^ task is: TASK: Verify mount directory permissions 11924 1726884867.83139: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884867.83144: getting variables 11924 1726884867.83146: in VariableManager get_vars() 11924 1726884867.83181: Calling all_inventory to load vars for managed_node2 11924 1726884867.83184: Calling groups_inventory to load vars for managed_node2 11924 1726884867.83187: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884867.83200: Calling all_plugins_play to load vars for managed_node2 11924 1726884867.83204: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884867.83207: Calling groups_plugins_play to load vars for managed_node2 11924 1726884867.84187: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884867.84879: done with get_vars() 11924 1726884867.84893: done getting variables 11924 1726884867.84953: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:27 -0400 (0:00:00.045) 0:00:33.188 ****** 11924 1726884867.84988: entering _queue_task() for managed_node2/assert 11924 1726884867.85231: worker is 1 (out of 1 available) 11924 1726884867.85247: exiting _queue_task() for managed_node2/assert 11924 1726884867.85261: done queuing things up, now waiting for results queue to drain 11924 1726884867.85263: waiting for pending results... 11924 1726884867.85566: running TaskExecutor() for managed_node2/TASK: Verify mount directory permissions 11924 1726884867.85798: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d94 11924 1726884867.85806: variable 'ansible_search_path' from source: unknown 11924 1726884867.85809: calling self._execute() 11924 1726884867.85962: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.85966: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.85969: variable 'omit' from source: magic vars 11924 1726884867.87062: variable '_storage_test_volume_present' from source: set_fact 11924 1726884867.87065: variable 'storage_test_volume' from source: include params 11924 1726884867.87068: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 11924 1726884867.87071: when evaluation is False, skipping this task 11924 1726884867.87073: _execute() done 11924 1726884867.87076: dumping result to json 11924 1726884867.87079: done dumping result, returning 11924 1726884867.87082: done running TaskExecutor() for managed_node2/TASK: Verify mount directory permissions [0affc8a3-6f6f-f4c0-2290-000000000d94] 11924 1726884867.87084: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d94 skipping: [managed_node2] => { "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" } 11924 1726884867.87251: no more pending results, returning what we have 11924 1726884867.87258: results queue empty 11924 1726884867.87259: checking for any_errors_fatal 11924 1726884867.87264: done checking for any_errors_fatal 11924 1726884867.87265: checking for max_fail_percentage 11924 1726884867.87267: done checking for max_fail_percentage 11924 1726884867.87268: checking to see if all hosts have failed and the running result is not ok 11924 1726884867.87269: done checking to see if all hosts have failed 11924 1726884867.87269: getting the remaining hosts for this loop 11924 1726884867.87271: done getting the remaining hosts for this loop 11924 1726884867.87275: getting the next task for host managed_node2 11924 1726884867.87285: done getting next task for host managed_node2 11924 1726884867.87288: ^ task is: TASK: Get path of test volume device 11924 1726884867.87294: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884867.87311: getting variables 11924 1726884867.87313: in VariableManager get_vars() 11924 1726884867.87345: Calling all_inventory to load vars for managed_node2 11924 1726884867.87348: Calling groups_inventory to load vars for managed_node2 11924 1726884867.87351: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884867.87366: Calling all_plugins_play to load vars for managed_node2 11924 1726884867.87369: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884867.87372: Calling groups_plugins_play to load vars for managed_node2 11924 1726884867.87975: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d94 11924 1726884867.87979: WORKER PROCESS EXITING 11924 1726884867.87992: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884867.88630: done with get_vars() 11924 1726884867.88643: done getting variables 11924 1726884867.88703: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:27 -0400 (0:00:00.037) 0:00:33.226 ****** 11924 1726884867.88735: entering _queue_task() for managed_node2/command 11924 1726884867.89163: worker is 1 (out of 1 available) 11924 1726884867.89176: exiting _queue_task() for managed_node2/command 11924 1726884867.89187: done queuing things up, now waiting for results queue to drain 11924 1726884867.89189: waiting for pending results... 11924 1726884867.89322: running TaskExecutor() for managed_node2/TASK: Get path of test volume device 11924 1726884867.89526: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d95 11924 1726884867.89531: variable 'ansible_search_path' from source: unknown 11924 1726884867.89534: calling self._execute() 11924 1726884867.89618: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.89634: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.89650: variable 'omit' from source: magic vars 11924 1726884867.90046: variable 'storage_test_volume' from source: include params 11924 1726884867.90089: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884867.90102: when evaluation is False, skipping this task 11924 1726884867.90111: _execute() done 11924 1726884867.90118: dumping result to json 11924 1726884867.90126: done dumping result, returning 11924 1726884867.90137: done running TaskExecutor() for managed_node2/TASK: Get path of test volume device [0affc8a3-6f6f-f4c0-2290-000000000d95] 11924 1726884867.90148: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d95 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884867.90395: no more pending results, returning what we have 11924 1726884867.90401: results queue empty 11924 1726884867.90402: checking for any_errors_fatal 11924 1726884867.90409: done checking for any_errors_fatal 11924 1726884867.90410: checking for max_fail_percentage 11924 1726884867.90412: done checking for max_fail_percentage 11924 1726884867.90413: checking to see if all hosts have failed and the running result is not ok 11924 1726884867.90414: done checking to see if all hosts have failed 11924 1726884867.90414: getting the remaining hosts for this loop 11924 1726884867.90416: done getting the remaining hosts for this loop 11924 1726884867.90420: getting the next task for host managed_node2 11924 1726884867.90430: done getting next task for host managed_node2 11924 1726884867.90432: ^ task is: TASK: Gather swap info 11924 1726884867.90437: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 11924 1726884867.90441: getting variables 11924 1726884867.90442: in VariableManager get_vars() 11924 1726884867.90474: Calling all_inventory to load vars for managed_node2 11924 1726884867.90477: Calling groups_inventory to load vars for managed_node2 11924 1726884867.90481: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884867.90494: Calling all_plugins_play to load vars for managed_node2 11924 1726884867.90497: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884867.90503: Calling groups_plugins_play to load vars for managed_node2 11924 1726884867.91091: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d95 11924 1726884867.91094: WORKER PROCESS EXITING 11924 1726884867.91809: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884867.92666: done with get_vars() 11924 1726884867.92680: done getting variables 11924 1726884867.92744: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:27 -0400 (0:00:00.040) 0:00:33.266 ****** 11924 1726884867.92793: entering _queue_task() for managed_node2/command 11924 1726884867.93367: worker is 1 (out of 1 available) 11924 1726884867.93380: exiting _queue_task() for managed_node2/command 11924 1726884867.93400: done queuing things up, now waiting for results queue to drain 11924 1726884867.93402: waiting for pending results... 11924 1726884867.93934: running TaskExecutor() for managed_node2/TASK: Gather swap info 11924 1726884867.94292: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d96 11924 1726884867.94306: variable 'ansible_search_path' from source: unknown 11924 1726884867.94380: calling self._execute() 11924 1726884867.94669: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.94673: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.94676: variable 'omit' from source: magic vars 11924 1726884867.95219: variable 'storage_test_volume' from source: include params 11924 1726884867.95250: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884867.95254: when evaluation is False, skipping this task 11924 1726884867.95258: _execute() done 11924 1726884867.95281: dumping result to json 11924 1726884867.95284: done dumping result, returning 11924 1726884867.95293: done running TaskExecutor() for managed_node2/TASK: Gather swap info [0affc8a3-6f6f-f4c0-2290-000000000d96] 11924 1726884867.95303: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d96 11924 1726884867.95410: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d96 11924 1726884867.95414: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884867.95471: no more pending results, returning what we have 11924 1726884867.95475: results queue empty 11924 1726884867.95476: checking for any_errors_fatal 11924 1726884867.95583: done checking for any_errors_fatal 11924 1726884867.95584: checking for max_fail_percentage 11924 1726884867.95592: done checking for max_fail_percentage 11924 1726884867.95594: checking to see if all hosts have failed and the running result is not ok 11924 1726884867.95595: done checking to see if all hosts have failed 11924 1726884867.95596: getting the remaining hosts for this loop 11924 1726884867.95598: done getting the remaining hosts for this loop 11924 1726884867.95602: getting the next task for host managed_node2 11924 1726884867.95611: done getting next task for host managed_node2 11924 1726884867.95614: ^ task is: TASK: Verify swap status 11924 1726884867.95621: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 11924 1726884867.95626: getting variables 11924 1726884867.95628: in VariableManager get_vars() 11924 1726884867.95848: Calling all_inventory to load vars for managed_node2 11924 1726884867.95851: Calling groups_inventory to load vars for managed_node2 11924 1726884867.95854: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884867.95912: Calling all_plugins_play to load vars for managed_node2 11924 1726884867.95977: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884867.96003: Calling groups_plugins_play to load vars for managed_node2 11924 1726884867.96553: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884867.97174: done with get_vars() 11924 1726884867.97188: done getting variables 11924 1726884867.97252: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:27 -0400 (0:00:00.044) 0:00:33.311 ****** 11924 1726884867.97289: entering _queue_task() for managed_node2/assert 11924 1726884867.97596: worker is 1 (out of 1 available) 11924 1726884867.97610: exiting _queue_task() for managed_node2/assert 11924 1726884867.97622: done queuing things up, now waiting for results queue to drain 11924 1726884867.97623: waiting for pending results... 11924 1726884867.97971: running TaskExecutor() for managed_node2/TASK: Verify swap status 11924 1726884867.98037: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d97 11924 1726884867.98060: variable 'ansible_search_path' from source: unknown 11924 1726884867.98103: calling self._execute() 11924 1726884867.98202: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884867.98216: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884867.98231: variable 'omit' from source: magic vars 11924 1726884867.98667: variable 'storage_test_volume' from source: include params 11924 1726884867.98768: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884867.98802: when evaluation is False, skipping this task 11924 1726884867.98811: _execute() done 11924 1726884867.98831: dumping result to json 11924 1726884867.98860: done dumping result, returning 11924 1726884867.98863: done running TaskExecutor() for managed_node2/TASK: Verify swap status [0affc8a3-6f6f-f4c0-2290-000000000d97] 11924 1726884867.99063: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d97 11924 1726884867.99138: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d97 11924 1726884867.99142: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884867.99193: no more pending results, returning what we have 11924 1726884867.99196: results queue empty 11924 1726884867.99196: checking for any_errors_fatal 11924 1726884867.99200: done checking for any_errors_fatal 11924 1726884867.99201: checking for max_fail_percentage 11924 1726884867.99202: done checking for max_fail_percentage 11924 1726884867.99203: checking to see if all hosts have failed and the running result is not ok 11924 1726884867.99204: done checking to see if all hosts have failed 11924 1726884867.99204: getting the remaining hosts for this loop 11924 1726884867.99206: done getting the remaining hosts for this loop 11924 1726884867.99209: getting the next task for host managed_node2 11924 1726884867.99219: done getting next task for host managed_node2 11924 1726884867.99221: ^ task is: TASK: Unset facts 11924 1726884867.99226: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884867.99230: getting variables 11924 1726884867.99231: in VariableManager get_vars() 11924 1726884867.99264: Calling all_inventory to load vars for managed_node2 11924 1726884867.99267: Calling groups_inventory to load vars for managed_node2 11924 1726884867.99270: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884867.99278: Calling all_plugins_play to load vars for managed_node2 11924 1726884867.99281: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884867.99284: Calling groups_plugins_play to load vars for managed_node2 11924 1726884868.00870: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884868.01390: done with get_vars() 11924 1726884868.01400: done getting variables 11924 1726884868.01441: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:28 -0400 (0:00:00.041) 0:00:33.353 ****** 11924 1726884868.01469: entering _queue_task() for managed_node2/set_fact 11924 1726884868.01656: worker is 1 (out of 1 available) 11924 1726884868.01668: exiting _queue_task() for managed_node2/set_fact 11924 1726884868.01681: done queuing things up, now waiting for results queue to drain 11924 1726884868.01683: waiting for pending results... 11924 1726884868.01876: running TaskExecutor() for managed_node2/TASK: Unset facts 11924 1726884868.01982: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d98 11924 1726884868.01994: variable 'ansible_search_path' from source: unknown 11924 1726884868.02026: calling self._execute() 11924 1726884868.02100: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.02107: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.02116: variable 'omit' from source: magic vars 11924 1726884868.02191: variable 'omit' from source: magic vars 11924 1726884868.02238: variable 'omit' from source: magic vars 11924 1726884868.02266: variable 'omit' from source: magic vars 11924 1726884868.02298: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884868.02328: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884868.02346: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884868.02361: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.02371: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.02401: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884868.02441: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884868.02473: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884868.02476: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.02479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.02591: Set connection var ansible_shell_executable to /bin/sh 11924 1726884868.02598: Set connection var ansible_connection to ssh 11924 1726884868.02601: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884868.02625: Set connection var ansible_timeout to 10 11924 1726884868.02628: Set connection var ansible_pipelining to False 11924 1726884868.02630: Set connection var ansible_shell_type to sh 11924 1726884868.02670: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.02673: variable 'ansible_connection' from source: unknown 11924 1726884868.02678: variable 'ansible_module_compression' from source: unknown 11924 1726884868.02680: variable 'ansible_shell_type' from source: unknown 11924 1726884868.02682: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.02685: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.02687: variable 'ansible_pipelining' from source: unknown 11924 1726884868.02689: variable 'ansible_timeout' from source: unknown 11924 1726884868.02692: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.02841: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884868.02853: variable 'omit' from source: magic vars 11924 1726884868.02886: starting attempt loop 11924 1726884868.02889: running the handler 11924 1726884868.02892: handler run complete 11924 1726884868.02895: attempt loop complete, returning result 11924 1726884868.02897: _execute() done 11924 1726884868.02903: dumping result to json 11924 1726884868.02905: done dumping result, returning 11924 1726884868.02908: done running TaskExecutor() for managed_node2/TASK: Unset facts [0affc8a3-6f6f-f4c0-2290-000000000d98] 11924 1726884868.02992: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d98 ok: [managed_node2] => { "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 } 11924 1726884868.03128: no more pending results, returning what we have 11924 1726884868.03131: results queue empty 11924 1726884868.03133: checking for any_errors_fatal 11924 1726884868.03140: done checking for any_errors_fatal 11924 1726884868.03141: checking for max_fail_percentage 11924 1726884868.03143: done checking for max_fail_percentage 11924 1726884868.03144: checking to see if all hosts have failed and the running result is not ok 11924 1726884868.03145: done checking to see if all hosts have failed 11924 1726884868.03146: getting the remaining hosts for this loop 11924 1726884868.03148: done getting the remaining hosts for this loop 11924 1726884868.03152: getting the next task for host managed_node2 11924 1726884868.03167: done getting next task for host managed_node2 11924 1726884868.03170: ^ task is: TASK: Set some variables for fstab checking 11924 1726884868.03176: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884868.03182: getting variables 11924 1726884868.03184: in VariableManager get_vars() 11924 1726884868.03216: Calling all_inventory to load vars for managed_node2 11924 1726884868.03219: Calling groups_inventory to load vars for managed_node2 11924 1726884868.03223: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884868.03233: Calling all_plugins_play to load vars for managed_node2 11924 1726884868.03236: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884868.03239: Calling groups_plugins_play to load vars for managed_node2 11924 1726884868.03881: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d98 11924 1726884868.03885: WORKER PROCESS EXITING 11924 1726884868.03989: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884868.04546: done with get_vars() 11924 1726884868.04557: done getting variables 11924 1726884868.04596: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:28 -0400 (0:00:00.031) 0:00:33.385 ****** 11924 1726884868.04619: entering _queue_task() for managed_node2/set_fact 11924 1726884868.04806: worker is 1 (out of 1 available) 11924 1726884868.04820: exiting _queue_task() for managed_node2/set_fact 11924 1726884868.04833: done queuing things up, now waiting for results queue to drain 11924 1726884868.04835: waiting for pending results... 11924 1726884868.05044: running TaskExecutor() for managed_node2/TASK: Set some variables for fstab checking 11924 1726884868.05177: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d9c 11924 1726884868.05188: variable 'ansible_search_path' from source: unknown 11924 1726884868.05239: calling self._execute() 11924 1726884868.05363: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.05367: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.05374: variable 'omit' from source: magic vars 11924 1726884868.05471: variable 'omit' from source: magic vars 11924 1726884868.05528: variable 'omit' from source: magic vars 11924 1726884868.05800: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884868.08163: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884868.08216: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884868.08245: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884868.08272: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884868.08291: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884868.08348: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884868.08372: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884868.08389: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884868.08417: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884868.08427: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884868.08460: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884868.08481: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884868.08498: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884868.08525: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884868.08534: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884868.08581: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884868.08596: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884868.08615: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884868.08638: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884868.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) 11924 1726884868.08763: variable 'storage_test_fstab' from source: set_fact 11924 1726884868.08773: variable 'storage_test_volume' from source: include params 11924 1726884868.08859: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884868.08969: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884868.08994: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884868.09019: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884868.09041: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884868.09082: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884868.09097: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884868.09118: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884868.09137: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884868.09284: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884868.09301: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884868.09332: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884868.09377: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884868.09380: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884868.09574: variable '__mount_point' from source: task vars 11924 1726884868.09640: variable 'storage_test_volume' from source: include params 11924 1726884868.09761: variable 'storage_test_fstab' from source: set_fact 11924 1726884868.09944: variable '_storage_test_volume_present' from source: set_fact 11924 1726884868.09948: variable '__mount_point' from source: task vars 11924 1726884868.10016: variable 'storage_test_volume' from source: include params 11924 1726884868.10030: variable 'storage_test_volume' from source: include params 11924 1726884868.10188: variable '_storage_test_volume_present' from source: set_fact 11924 1726884868.10191: variable '__mount_point' from source: task vars 11924 1726884868.10266: variable 'storage_test_volume' from source: include params 11924 1726884868.10574: variable '__mount_options' from source: task vars 11924 1726884868.10629: variable 'storage_test_volume' from source: include params 11924 1726884868.10640: variable '__mount_point' from source: task vars 11924 1726884868.10707: variable 'storage_test_volume' from source: include params 11924 1726884868.10721: variable 'storage_test_fstab' from source: set_fact 11924 1726884868.10728: variable '__pattern' from source: task vars 11924 1726884868.10972: variable '__mount_point' from source: task vars 11924 1726884868.10976: variable 'storage_test_volume' from source: include params 11924 1726884868.10978: variable '__mount_options' from source: task vars 11924 1726884868.10980: variable 'storage_test_volume' from source: include params 11924 1726884868.11118: variable '_storage_test_volume_present' from source: set_fact 11924 1726884868.11122: variable '__mount_options' from source: task vars 11924 1726884868.11205: variable 'storage_test_volume' from source: include params 11924 1726884868.11264: variable 'omit' from source: magic vars 11924 1726884868.11268: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884868.11278: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884868.11294: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884868.11318: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.11363: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.11366: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884868.11368: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884868.11377: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884868.11380: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.11384: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.11524: Set connection var ansible_shell_executable to /bin/sh 11924 1726884868.11574: Set connection var ansible_connection to ssh 11924 1726884868.11615: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884868.11753: Set connection var ansible_timeout to 10 11924 1726884868.11758: Set connection var ansible_pipelining to False 11924 1726884868.11760: Set connection var ansible_shell_type to sh 11924 1726884868.11762: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.11764: variable 'ansible_connection' from source: unknown 11924 1726884868.11766: variable 'ansible_module_compression' from source: unknown 11924 1726884868.11768: variable 'ansible_shell_type' from source: unknown 11924 1726884868.11770: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.11772: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.11774: variable 'ansible_pipelining' from source: unknown 11924 1726884868.11776: variable 'ansible_timeout' from source: unknown 11924 1726884868.11778: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.11788: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884868.11791: variable 'omit' from source: magic vars 11924 1726884868.11793: starting attempt loop 11924 1726884868.11795: running the handler 11924 1726884868.11797: handler run complete 11924 1726884868.11801: attempt loop complete, returning result 11924 1726884868.11803: _execute() done 11924 1726884868.11805: dumping result to json 11924 1726884868.11810: done dumping result, returning 11924 1726884868.11811: done running TaskExecutor() for managed_node2/TASK: Set some variables for fstab checking [0affc8a3-6f6f-f4c0-2290-000000000d9c] 11924 1726884868.11813: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d9c 11924 1726884868.11894: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d9c 11924 1726884868.11897: WORKER PROCESS EXITING ok: [managed_node2] => { "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=0f3fb490-f569-46ef-8fef-9eeb08e031a3 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } 11924 1726884868.11973: no more pending results, returning what we have 11924 1726884868.11976: results queue empty 11924 1726884868.11977: checking for any_errors_fatal 11924 1726884868.11982: done checking for any_errors_fatal 11924 1726884868.11982: checking for max_fail_percentage 11924 1726884868.11984: done checking for max_fail_percentage 11924 1726884868.11985: checking to see if all hosts have failed and the running result is not ok 11924 1726884868.11985: done checking to see if all hosts have failed 11924 1726884868.11986: getting the remaining hosts for this loop 11924 1726884868.11987: done getting the remaining hosts for this loop 11924 1726884868.11990: getting the next task for host managed_node2 11924 1726884868.11998: done getting next task for host managed_node2 11924 1726884868.12003: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 11924 1726884868.12008: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884868.12016: getting variables 11924 1726884868.12017: in VariableManager get_vars() 11924 1726884868.12042: Calling all_inventory to load vars for managed_node2 11924 1726884868.12044: Calling groups_inventory to load vars for managed_node2 11924 1726884868.12047: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884868.12219: Calling all_plugins_play to load vars for managed_node2 11924 1726884868.12223: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884868.12227: Calling groups_plugins_play to load vars for managed_node2 11924 1726884868.12669: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884868.13172: done with get_vars() 11924 1726884868.13185: done getting variables 11924 1726884868.13240: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:28 -0400 (0:00:00.086) 0:00:33.471 ****** 11924 1726884868.13274: entering _queue_task() for managed_node2/assert 11924 1726884868.13730: worker is 1 (out of 1 available) 11924 1726884868.13743: exiting _queue_task() for managed_node2/assert 11924 1726884868.13758: done queuing things up, now waiting for results queue to drain 11924 1726884868.13759: waiting for pending results... 11924 1726884868.14328: running TaskExecutor() for managed_node2/TASK: Verify that the device identifier appears in /etc/fstab 11924 1726884868.14363: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d9d 11924 1726884868.14367: variable 'ansible_search_path' from source: unknown 11924 1726884868.14370: calling self._execute() 11924 1726884868.14537: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.14541: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.14544: variable 'omit' from source: magic vars 11924 1726884868.14942: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884868.16761: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884868.17081: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884868.17119: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884868.17157: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884868.17185: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884868.17275: variable '_storage_test_volume_present' from source: set_fact 11924 1726884868.17298: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884868.17309: variable 'omit' from source: magic vars 11924 1726884868.17375: variable 'omit' from source: magic vars 11924 1726884868.17413: variable 'omit' from source: magic vars 11924 1726884868.17445: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884868.17480: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884868.17502: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884868.17523: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.17538: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.17558: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884868.17578: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884868.17611: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884868.17620: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.17628: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.17736: Set connection var ansible_shell_executable to /bin/sh 11924 1726884868.17744: Set connection var ansible_connection to ssh 11924 1726884868.17959: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884868.17962: Set connection var ansible_timeout to 10 11924 1726884868.17965: Set connection var ansible_pipelining to False 11924 1726884868.17967: Set connection var ansible_shell_type to sh 11924 1726884868.17969: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.17971: variable 'ansible_connection' from source: unknown 11924 1726884868.17973: variable 'ansible_module_compression' from source: unknown 11924 1726884868.17975: variable 'ansible_shell_type' from source: unknown 11924 1726884868.17977: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.17978: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.17980: variable 'ansible_pipelining' from source: unknown 11924 1726884868.17982: variable 'ansible_timeout' from source: unknown 11924 1726884868.17984: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.17986: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884868.17989: variable 'omit' from source: magic vars 11924 1726884868.17990: starting attempt loop 11924 1726884868.17993: running the handler 11924 1726884868.18114: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884868.18146: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884868.18182: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884868.18225: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884868.18242: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884868.18290: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884868.18318: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884868.18347: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884868.18391: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884868.18410: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884868.18509: variable 'storage_test_fstab_id_matches' from source: set_fact 11924 1726884868.18521: variable 'storage_test_fstab_expected_id_matches' from source: set_fact 11924 1726884868.18545: Evaluated conditional (storage_test_fstab_id_matches | length == storage_test_fstab_expected_id_matches | int): True 11924 1726884868.18558: handler run complete 11924 1726884868.18580: attempt loop complete, returning result 11924 1726884868.18588: _execute() done 11924 1726884868.18597: dumping result to json 11924 1726884868.18604: done dumping result, returning 11924 1726884868.18621: done running TaskExecutor() for managed_node2/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-f4c0-2290-000000000d9d] 11924 1726884868.18632: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d9d ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884868.18791: no more pending results, returning what we have 11924 1726884868.18801: results queue empty 11924 1726884868.18802: checking for any_errors_fatal 11924 1726884868.18811: done checking for any_errors_fatal 11924 1726884868.18812: checking for max_fail_percentage 11924 1726884868.18813: done checking for max_fail_percentage 11924 1726884868.18814: checking to see if all hosts have failed and the running result is not ok 11924 1726884868.18815: done checking to see if all hosts have failed 11924 1726884868.18815: getting the remaining hosts for this loop 11924 1726884868.18817: done getting the remaining hosts for this loop 11924 1726884868.18823: getting the next task for host managed_node2 11924 1726884868.18830: done getting next task for host managed_node2 11924 1726884868.18833: ^ task is: TASK: Verify the fstab mount point 11924 1726884868.18838: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884868.18846: getting variables 11924 1726884868.18848: in VariableManager get_vars() 11924 1726884868.18890: Calling all_inventory to load vars for managed_node2 11924 1726884868.18893: Calling groups_inventory to load vars for managed_node2 11924 1726884868.18896: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884868.18912: Calling all_plugins_play to load vars for managed_node2 11924 1726884868.18915: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884868.18922: Calling groups_plugins_play to load vars for managed_node2 11924 1726884868.19483: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d9d 11924 1726884868.19486: WORKER PROCESS EXITING 11924 1726884868.19701: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884868.20424: done with get_vars() 11924 1726884868.20439: done getting variables 11924 1726884868.20506: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:14:28 -0400 (0:00:00.072) 0:00:33.544 ****** 11924 1726884868.20541: entering _queue_task() for managed_node2/assert 11924 1726884868.20918: worker is 1 (out of 1 available) 11924 1726884868.21068: exiting _queue_task() for managed_node2/assert 11924 1726884868.21083: done queuing things up, now waiting for results queue to drain 11924 1726884868.21085: waiting for pending results... 11924 1726884868.21279: running TaskExecutor() for managed_node2/TASK: Verify the fstab mount point 11924 1726884868.21449: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d9e 11924 1726884868.21485: variable 'ansible_search_path' from source: unknown 11924 1726884868.21539: calling self._execute() 11924 1726884868.21647: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.21660: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.21679: variable 'omit' from source: magic vars 11924 1726884868.21807: variable 'omit' from source: magic vars 11924 1726884868.21922: variable 'omit' from source: magic vars 11924 1726884868.22186: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 11924 1726884868.22201: variable 'storage_test_volume' from source: include params 11924 1726884868.22257: variable 'omit' from source: magic vars 11924 1726884868.22309: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884868.22348: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884868.22391: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884868.22442: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.22445: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.22459: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884868.22501: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884868.22550: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884868.22579: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.22582: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.22689: Set connection var ansible_shell_executable to /bin/sh 11924 1726884868.22709: Set connection var ansible_connection to ssh 11924 1726884868.22712: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884868.22721: Set connection var ansible_timeout to 10 11924 1726884868.22779: Set connection var ansible_pipelining to False 11924 1726884868.22782: Set connection var ansible_shell_type to sh 11924 1726884868.22791: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.22801: variable 'ansible_connection' from source: unknown 11924 1726884868.22809: variable 'ansible_module_compression' from source: unknown 11924 1726884868.22821: variable 'ansible_shell_type' from source: unknown 11924 1726884868.22839: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.22927: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.22930: variable 'ansible_pipelining' from source: unknown 11924 1726884868.22932: variable 'ansible_timeout' from source: unknown 11924 1726884868.22934: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.23026: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884868.23048: variable 'omit' from source: magic vars 11924 1726884868.23062: starting attempt loop 11924 1726884868.23070: running the handler 11924 1726884868.23273: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884868.25850: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884868.25920: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884868.25963: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884868.26005: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884868.26035: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884868.26109: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884868.26142: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884868.26188: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884868.26221: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884868.26296: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884868.26298: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884868.26326: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884868.26369: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884868.26429: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884868.26470: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884868.26609: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 11924 1726884868.26626: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 11924 1726884868.26659: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 11924 1726884868.26670: handler run complete 11924 1726884868.26731: attempt loop complete, returning result 11924 1726884868.26734: _execute() done 11924 1726884868.26739: dumping result to json 11924 1726884868.26742: done dumping result, returning 11924 1726884868.26744: done running TaskExecutor() for managed_node2/TASK: Verify the fstab mount point [0affc8a3-6f6f-f4c0-2290-000000000d9e] 11924 1726884868.26746: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d9e 11924 1726884868.27012: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d9e 11924 1726884868.27016: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884868.27090: no more pending results, returning what we have 11924 1726884868.27094: results queue empty 11924 1726884868.27095: checking for any_errors_fatal 11924 1726884868.27101: done checking for any_errors_fatal 11924 1726884868.27102: checking for max_fail_percentage 11924 1726884868.27104: done checking for max_fail_percentage 11924 1726884868.27105: checking to see if all hosts have failed and the running result is not ok 11924 1726884868.27106: done checking to see if all hosts have failed 11924 1726884868.27107: getting the remaining hosts for this loop 11924 1726884868.27109: done getting the remaining hosts for this loop 11924 1726884868.27113: getting the next task for host managed_node2 11924 1726884868.27121: done getting next task for host managed_node2 11924 1726884868.27126: ^ task is: TASK: Verify mount_options 11924 1726884868.27132: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884868.27136: getting variables 11924 1726884868.27138: in VariableManager get_vars() 11924 1726884868.27171: Calling all_inventory to load vars for managed_node2 11924 1726884868.27173: Calling groups_inventory to load vars for managed_node2 11924 1726884868.27176: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884868.27189: Calling all_plugins_play to load vars for managed_node2 11924 1726884868.27192: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884868.27196: Calling groups_plugins_play to load vars for managed_node2 11924 1726884868.28295: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884868.29007: done with get_vars() 11924 1726884868.29021: done getting variables 11924 1726884868.29097: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:28 -0400 (0:00:00.085) 0:00:33.630 ****** 11924 1726884868.29130: entering _queue_task() for managed_node2/assert 11924 1726884868.29580: worker is 1 (out of 1 available) 11924 1726884868.29592: exiting _queue_task() for managed_node2/assert 11924 1726884868.29602: done queuing things up, now waiting for results queue to drain 11924 1726884868.29604: waiting for pending results... 11924 1726884868.29731: running TaskExecutor() for managed_node2/TASK: Verify mount_options 11924 1726884868.29939: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d9f 11924 1726884868.29944: variable 'ansible_search_path' from source: unknown 11924 1726884868.29947: calling self._execute() 11924 1726884868.30017: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.30028: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.30045: variable 'omit' from source: magic vars 11924 1726884868.30652: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884868.33867: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884868.34078: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884868.34142: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884868.34179: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884868.34375: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884868.34528: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884868.34550: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884868.34602: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884868.34622: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884868.34634: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884868.34793: Evaluated conditional (__storage_verify_mount_options | d(false)): False 11924 1726884868.34796: when evaluation is False, skipping this task 11924 1726884868.34799: _execute() done 11924 1726884868.34801: dumping result to json 11924 1726884868.34803: done dumping result, returning 11924 1726884868.34806: done running TaskExecutor() for managed_node2/TASK: Verify mount_options [0affc8a3-6f6f-f4c0-2290-000000000d9f] 11924 1726884868.34808: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d9f 11924 1726884868.34914: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d9f 11924 1726884868.34917: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 11924 1726884868.34999: no more pending results, returning what we have 11924 1726884868.35002: results queue empty 11924 1726884868.35003: checking for any_errors_fatal 11924 1726884868.35009: done checking for any_errors_fatal 11924 1726884868.35010: checking for max_fail_percentage 11924 1726884868.35012: done checking for max_fail_percentage 11924 1726884868.35012: checking to see if all hosts have failed and the running result is not ok 11924 1726884868.35013: done checking to see if all hosts have failed 11924 1726884868.35014: getting the remaining hosts for this loop 11924 1726884868.35016: done getting the remaining hosts for this loop 11924 1726884868.35019: getting the next task for host managed_node2 11924 1726884868.35027: done getting next task for host managed_node2 11924 1726884868.35029: ^ task is: TASK: Verify fingerprint 11924 1726884868.35035: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884868.35038: getting variables 11924 1726884868.35040: in VariableManager get_vars() 11924 1726884868.35068: Calling all_inventory to load vars for managed_node2 11924 1726884868.35070: Calling groups_inventory to load vars for managed_node2 11924 1726884868.35073: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884868.35082: Calling all_plugins_play to load vars for managed_node2 11924 1726884868.35084: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884868.35087: Calling groups_plugins_play to load vars for managed_node2 11924 1726884868.35788: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884868.36415: done with get_vars() 11924 1726884868.36430: done getting variables 11924 1726884868.36485: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Friday 20 September 2024 22:14:28 -0400 (0:00:00.073) 0:00:33.704 ****** 11924 1726884868.36520: entering _queue_task() for managed_node2/assert 11924 1726884868.36959: worker is 1 (out of 1 available) 11924 1726884868.36969: exiting _queue_task() for managed_node2/assert 11924 1726884868.36979: done queuing things up, now waiting for results queue to drain 11924 1726884868.36981: waiting for pending results... 11924 1726884868.37177: running TaskExecutor() for managed_node2/TASK: Verify fingerprint 11924 1726884868.37237: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000da0 11924 1726884868.37263: variable 'ansible_search_path' from source: unknown 11924 1726884868.37304: calling self._execute() 11924 1726884868.37431: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.37454: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.37548: variable 'omit' from source: magic vars 11924 1726884868.37612: variable 'omit' from source: magic vars 11924 1726884868.37697: variable 'omit' from source: magic vars 11924 1726884868.37734: variable 'omit' from source: magic vars 11924 1726884868.37801: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884868.37847: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884868.37883: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884868.37918: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.37946: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.38062: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884868.38069: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884868.38072: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884868.38074: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.38076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.38226: Set connection var ansible_shell_executable to /bin/sh 11924 1726884868.38235: Set connection var ansible_connection to ssh 11924 1726884868.38300: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884868.38305: Set connection var ansible_timeout to 10 11924 1726884868.38308: Set connection var ansible_pipelining to False 11924 1726884868.38310: Set connection var ansible_shell_type to sh 11924 1726884868.38335: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.38343: variable 'ansible_connection' from source: unknown 11924 1726884868.38351: variable 'ansible_module_compression' from source: unknown 11924 1726884868.38361: variable 'ansible_shell_type' from source: unknown 11924 1726884868.38368: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.38374: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.38408: variable 'ansible_pipelining' from source: unknown 11924 1726884868.38412: variable 'ansible_timeout' from source: unknown 11924 1726884868.38414: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.38564: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884868.38626: variable 'omit' from source: magic vars 11924 1726884868.38629: starting attempt loop 11924 1726884868.38632: running the handler 11924 1726884868.38934: variable '__fingerprint' from source: task vars 11924 1726884868.38951: variable 'storage_test_fstab' from source: set_fact 11924 1726884868.38985: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 11924 1726884868.39004: handler run complete 11924 1726884868.39071: attempt loop complete, returning result 11924 1726884868.39075: _execute() done 11924 1726884868.39079: dumping result to json 11924 1726884868.39082: done dumping result, returning 11924 1726884868.39085: done running TaskExecutor() for managed_node2/TASK: Verify fingerprint [0affc8a3-6f6f-f4c0-2290-000000000da0] 11924 1726884868.39087: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000da0 ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884868.39236: no more pending results, returning what we have 11924 1726884868.39241: results queue empty 11924 1726884868.39242: checking for any_errors_fatal 11924 1726884868.39251: done checking for any_errors_fatal 11924 1726884868.39252: checking for max_fail_percentage 11924 1726884868.39254: done checking for max_fail_percentage 11924 1726884868.39256: checking to see if all hosts have failed and the running result is not ok 11924 1726884868.39257: done checking to see if all hosts have failed 11924 1726884868.39259: getting the remaining hosts for this loop 11924 1726884868.39261: done getting the remaining hosts for this loop 11924 1726884868.39265: getting the next task for host managed_node2 11924 1726884868.39276: done getting next task for host managed_node2 11924 1726884868.39278: ^ task is: TASK: Clean up variables 11924 1726884868.39284: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884868.39289: getting variables 11924 1726884868.39291: in VariableManager get_vars() 11924 1726884868.39325: Calling all_inventory to load vars for managed_node2 11924 1726884868.39328: Calling groups_inventory to load vars for managed_node2 11924 1726884868.39332: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884868.39343: Calling all_plugins_play to load vars for managed_node2 11924 1726884868.39347: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884868.39350: Calling groups_plugins_play to load vars for managed_node2 11924 1726884868.39554: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000da0 11924 1726884868.39565: WORKER PROCESS EXITING 11924 1726884868.40200: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884868.41618: done with get_vars() 11924 1726884868.41632: done getting variables 11924 1726884868.41691: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:28 -0400 (0:00:00.052) 0:00:33.756 ****** 11924 1726884868.41726: entering _queue_task() for managed_node2/set_fact 11924 1726884868.42076: worker is 1 (out of 1 available) 11924 1726884868.42259: exiting _queue_task() for managed_node2/set_fact 11924 1726884868.42273: done queuing things up, now waiting for results queue to drain 11924 1726884868.42275: waiting for pending results... 11924 1726884868.42413: running TaskExecutor() for managed_node2/TASK: Clean up variables 11924 1726884868.42617: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000da1 11924 1726884868.42640: variable 'ansible_search_path' from source: unknown 11924 1726884868.42685: calling self._execute() 11924 1726884868.42961: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.42965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.42968: variable 'omit' from source: magic vars 11924 1726884868.42970: variable 'omit' from source: magic vars 11924 1726884868.43012: variable 'omit' from source: magic vars 11924 1726884868.43051: variable 'omit' from source: magic vars 11924 1726884868.43109: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884868.43154: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884868.43196: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884868.43235: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.43315: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.43320: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884868.43323: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884868.43366: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884868.43376: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.43386: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.43643: Set connection var ansible_shell_executable to /bin/sh 11924 1726884868.43647: Set connection var ansible_connection to ssh 11924 1726884868.43649: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884868.43651: Set connection var ansible_timeout to 10 11924 1726884868.43653: Set connection var ansible_pipelining to False 11924 1726884868.43657: Set connection var ansible_shell_type to sh 11924 1726884868.43660: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.43662: variable 'ansible_connection' from source: unknown 11924 1726884868.43664: variable 'ansible_module_compression' from source: unknown 11924 1726884868.43666: variable 'ansible_shell_type' from source: unknown 11924 1726884868.43668: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.43670: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.43672: variable 'ansible_pipelining' from source: unknown 11924 1726884868.43674: variable 'ansible_timeout' from source: unknown 11924 1726884868.43676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.43875: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884868.43899: variable 'omit' from source: magic vars 11924 1726884868.43971: starting attempt loop 11924 1726884868.43974: running the handler 11924 1726884868.43976: handler run complete 11924 1726884868.43978: attempt loop complete, returning result 11924 1726884868.43980: _execute() done 11924 1726884868.43982: dumping result to json 11924 1726884868.43984: done dumping result, returning 11924 1726884868.43986: done running TaskExecutor() for managed_node2/TASK: Clean up variables [0affc8a3-6f6f-f4c0-2290-000000000da1] 11924 1726884868.43988: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000da1 ok: [managed_node2] => { "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 } 11924 1726884868.44229: no more pending results, returning what we have 11924 1726884868.44233: results queue empty 11924 1726884868.44234: checking for any_errors_fatal 11924 1726884868.44242: done checking for any_errors_fatal 11924 1726884868.44243: checking for max_fail_percentage 11924 1726884868.44247: done checking for max_fail_percentage 11924 1726884868.44249: checking to see if all hosts have failed and the running result is not ok 11924 1726884868.44249: done checking to see if all hosts have failed 11924 1726884868.44250: getting the remaining hosts for this loop 11924 1726884868.44252: done getting the remaining hosts for this loop 11924 1726884868.44259: getting the next task for host managed_node2 11924 1726884868.44272: done getting next task for host managed_node2 11924 1726884868.44275: ^ task is: TASK: Verify fs type 11924 1726884868.44280: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884868.44285: getting variables 11924 1726884868.44288: in VariableManager get_vars() 11924 1726884868.44319: Calling all_inventory to load vars for managed_node2 11924 1726884868.44321: Calling groups_inventory to load vars for managed_node2 11924 1726884868.44325: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884868.44336: Calling all_plugins_play to load vars for managed_node2 11924 1726884868.44339: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884868.44342: Calling groups_plugins_play to load vars for managed_node2 11924 1726884868.44872: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000da1 11924 1726884868.44877: WORKER PROCESS EXITING 11924 1726884868.45126: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884868.46983: done with get_vars() 11924 1726884868.46996: done getting variables 11924 1726884868.47049: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:28 -0400 (0:00:00.054) 0:00:33.810 ****** 11924 1726884868.47192: entering _queue_task() for managed_node2/assert 11924 1726884868.47619: worker is 1 (out of 1 available) 11924 1726884868.47633: exiting _queue_task() for managed_node2/assert 11924 1726884868.47645: done queuing things up, now waiting for results queue to drain 11924 1726884868.47646: waiting for pending results... 11924 1726884868.48285: running TaskExecutor() for managed_node2/TASK: Verify fs type 11924 1726884868.48774: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000da5 11924 1726884868.48778: variable 'ansible_search_path' from source: unknown 11924 1726884868.48780: calling self._execute() 11924 1726884868.48925: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.48935: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.48973: variable 'omit' from source: magic vars 11924 1726884868.49844: variable 'storage_test_volume' from source: include params 11924 1726884868.49953: Evaluated conditional (storage_test_volume.type != "stratis"): True 11924 1726884868.50230: variable 'storage_test_volume' from source: include params 11924 1726884868.50314: Evaluated conditional (storage_test_volume.fs_type): True 11924 1726884868.50475: variable '_storage_test_volume_present' from source: set_fact 11924 1726884868.50569: Evaluated conditional (_storage_test_volume_present): True 11924 1726884868.50635: variable 'omit' from source: magic vars 11924 1726884868.50705: variable 'omit' from source: magic vars 11924 1726884868.50796: variable 'omit' from source: magic vars 11924 1726884868.50885: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884868.50925: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884868.50961: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884868.50999: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.51044: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.51080: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884868.51148: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884868.51201: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884868.51361: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.51365: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.51523: Set connection var ansible_shell_executable to /bin/sh 11924 1726884868.51541: Set connection var ansible_connection to ssh 11924 1726884868.51562: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884868.51573: Set connection var ansible_timeout to 10 11924 1726884868.51583: Set connection var ansible_pipelining to False 11924 1726884868.51595: Set connection var ansible_shell_type to sh 11924 1726884868.51632: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.51650: variable 'ansible_connection' from source: unknown 11924 1726884868.51714: variable 'ansible_module_compression' from source: unknown 11924 1726884868.51718: variable 'ansible_shell_type' from source: unknown 11924 1726884868.51720: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.51722: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.51724: variable 'ansible_pipelining' from source: unknown 11924 1726884868.51726: variable 'ansible_timeout' from source: unknown 11924 1726884868.51728: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.51876: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884868.51896: variable 'omit' from source: magic vars 11924 1726884868.51907: starting attempt loop 11924 1726884868.51915: running the handler 11924 1726884868.52269: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884868.54540: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884868.54648: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884868.54651: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884868.54689: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884868.54721: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884868.54798: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884868.54830: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884868.54866: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884868.54914: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884868.54962: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884868.55170: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884868.55197: variable 'storage_test_volume' from source: include params 11924 1726884868.55220: 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 11924 1726884868.55260: handler run complete 11924 1726884868.55264: attempt loop complete, returning result 11924 1726884868.55267: _execute() done 11924 1726884868.55269: dumping result to json 11924 1726884868.55272: done dumping result, returning 11924 1726884868.55281: done running TaskExecutor() for managed_node2/TASK: Verify fs type [0affc8a3-6f6f-f4c0-2290-000000000da5] 11924 1726884868.55298: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000da5 11924 1726884868.55431: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000da5 11924 1726884868.55435: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884868.55602: no more pending results, returning what we have 11924 1726884868.55605: results queue empty 11924 1726884868.55606: checking for any_errors_fatal 11924 1726884868.55612: done checking for any_errors_fatal 11924 1726884868.55613: checking for max_fail_percentage 11924 1726884868.55614: done checking for max_fail_percentage 11924 1726884868.55615: checking to see if all hosts have failed and the running result is not ok 11924 1726884868.55616: done checking to see if all hosts have failed 11924 1726884868.55617: getting the remaining hosts for this loop 11924 1726884868.55619: done getting the remaining hosts for this loop 11924 1726884868.55622: getting the next task for host managed_node2 11924 1726884868.55635: done getting next task for host managed_node2 11924 1726884868.55638: ^ task is: TASK: Verify fs label 11924 1726884868.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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884868.55649: getting variables 11924 1726884868.55650: in VariableManager get_vars() 11924 1726884868.55684: Calling all_inventory to load vars for managed_node2 11924 1726884868.55687: Calling groups_inventory to load vars for managed_node2 11924 1726884868.55690: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884868.55701: Calling all_plugins_play to load vars for managed_node2 11924 1726884868.55705: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884868.55708: Calling groups_plugins_play to load vars for managed_node2 11924 1726884868.56459: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884868.57053: done with get_vars() 11924 1726884868.57072: done getting variables 11924 1726884868.57130: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:28 -0400 (0:00:00.099) 0:00:33.910 ****** 11924 1726884868.57169: entering _queue_task() for managed_node2/assert 11924 1726884868.57429: worker is 1 (out of 1 available) 11924 1726884868.57442: exiting _queue_task() for managed_node2/assert 11924 1726884868.57458: done queuing things up, now waiting for results queue to drain 11924 1726884868.57460: waiting for pending results... 11924 1726884868.57874: running TaskExecutor() for managed_node2/TASK: Verify fs label 11924 1726884868.57900: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000da6 11924 1726884868.57919: variable 'ansible_search_path' from source: unknown 11924 1726884868.57954: calling self._execute() 11924 1726884868.58054: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.58068: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.58260: variable 'omit' from source: magic vars 11924 1726884868.58459: variable 'storage_test_volume' from source: include params 11924 1726884868.58497: Evaluated conditional (storage_test_volume.type != "stratis"): True 11924 1726884868.58659: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884868.60743: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884868.61203: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884868.61242: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884868.61280: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884868.61315: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884868.61396: variable '_storage_test_volume_present' from source: set_fact 11924 1726884868.61419: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884868.61546: variable 'storage_test_volume' from source: include params 11924 1726884868.61569: Evaluated conditional (storage_test_volume.fs_type != "gfs2"): True 11924 1726884868.61581: variable 'omit' from source: magic vars 11924 1726884868.61659: variable 'omit' from source: magic vars 11924 1726884868.61831: variable 'storage_test_volume' from source: include params 11924 1726884868.61852: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884868.61892: variable 'omit' from source: magic vars 11924 1726884868.61921: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884868.62063: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884868.62066: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884868.62068: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.62071: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.62073: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884868.62083: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884868.62120: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884868.62128: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.62136: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.62259: Set connection var ansible_shell_executable to /bin/sh 11924 1726884868.62268: Set connection var ansible_connection to ssh 11924 1726884868.62284: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884868.62297: Set connection var ansible_timeout to 10 11924 1726884868.62308: Set connection var ansible_pipelining to False 11924 1726884868.62317: Set connection var ansible_shell_type to sh 11924 1726884868.62348: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.62360: variable 'ansible_connection' from source: unknown 11924 1726884868.62368: variable 'ansible_module_compression' from source: unknown 11924 1726884868.62375: variable 'ansible_shell_type' from source: unknown 11924 1726884868.62384: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.62561: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.62564: variable 'ansible_pipelining' from source: unknown 11924 1726884868.62566: variable 'ansible_timeout' from source: unknown 11924 1726884868.62568: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.62572: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884868.62574: variable 'omit' from source: magic vars 11924 1726884868.62576: starting attempt loop 11924 1726884868.62578: running the handler 11924 1726884868.62745: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884868.62767: variable 'storage_test_volume' from source: include params 11924 1726884868.62787: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].label == storage_test_volume.fs_label): True 11924 1726884868.62799: handler run complete 11924 1726884868.62820: attempt loop complete, returning result 11924 1726884868.62827: _execute() done 11924 1726884868.62834: dumping result to json 11924 1726884868.62914: done dumping result, returning 11924 1726884868.62918: done running TaskExecutor() for managed_node2/TASK: Verify fs label [0affc8a3-6f6f-f4c0-2290-000000000da6] 11924 1726884868.62921: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000da6 11924 1726884868.63000: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000da6 11924 1726884868.63004: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884868.63068: no more pending results, returning what we have 11924 1726884868.63072: results queue empty 11924 1726884868.63072: checking for any_errors_fatal 11924 1726884868.63078: done checking for any_errors_fatal 11924 1726884868.63079: checking for max_fail_percentage 11924 1726884868.63082: done checking for max_fail_percentage 11924 1726884868.63083: checking to see if all hosts have failed and the running result is not ok 11924 1726884868.63084: done checking to see if all hosts have failed 11924 1726884868.63085: getting the remaining hosts for this loop 11924 1726884868.63087: done getting the remaining hosts for this loop 11924 1726884868.63091: getting the next task for host managed_node2 11924 1726884868.63102: done getting next task for host managed_node2 11924 1726884868.63105: ^ task is: TASK: See whether the device node is present 11924 1726884868.63111: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884868.63121: getting variables 11924 1726884868.63124: in VariableManager get_vars() 11924 1726884868.63160: Calling all_inventory to load vars for managed_node2 11924 1726884868.63162: Calling groups_inventory to load vars for managed_node2 11924 1726884868.63166: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884868.63177: Calling all_plugins_play to load vars for managed_node2 11924 1726884868.63181: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884868.63184: Calling groups_plugins_play to load vars for managed_node2 11924 1726884868.63993: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884868.64596: done with get_vars() 11924 1726884868.64610: 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 22:14:28 -0400 (0:00:00.075) 0:00:33.985 ****** 11924 1726884868.64697: entering _queue_task() for managed_node2/stat 11924 1726884868.64928: worker is 1 (out of 1 available) 11924 1726884868.64941: exiting _queue_task() for managed_node2/stat 11924 1726884868.64951: done queuing things up, now waiting for results queue to drain 11924 1726884868.64953: waiting for pending results... 11924 1726884868.65272: running TaskExecutor() for managed_node2/TASK: See whether the device node is present 11924 1726884868.65383: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000daa 11924 1726884868.65406: variable 'ansible_search_path' from source: unknown 11924 1726884868.65446: calling self._execute() 11924 1726884868.65553: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.65568: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.65587: variable 'omit' from source: magic vars 11924 1726884868.65704: variable 'omit' from source: magic vars 11924 1726884868.65777: variable 'omit' from source: magic vars 11924 1726884868.65994: variable 'storage_test_volume' from source: include params 11924 1726884868.66050: variable 'omit' from source: magic vars 11924 1726884868.66095: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884868.66360: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884868.66363: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884868.66365: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.66367: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884868.66369: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884868.66371: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884868.66373: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884868.66375: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.66377: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.66385: Set connection var ansible_shell_executable to /bin/sh 11924 1726884868.66392: Set connection var ansible_connection to ssh 11924 1726884868.66402: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884868.66411: Set connection var ansible_timeout to 10 11924 1726884868.66420: Set connection var ansible_pipelining to False 11924 1726884868.66429: Set connection var ansible_shell_type to sh 11924 1726884868.66463: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.66471: variable 'ansible_connection' from source: unknown 11924 1726884868.66477: variable 'ansible_module_compression' from source: unknown 11924 1726884868.66484: variable 'ansible_shell_type' from source: unknown 11924 1726884868.66497: variable 'ansible_shell_executable' from source: unknown 11924 1726884868.66504: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884868.66512: variable 'ansible_pipelining' from source: unknown 11924 1726884868.66518: variable 'ansible_timeout' from source: unknown 11924 1726884868.66525: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884868.66730: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884868.66746: variable 'omit' from source: magic vars 11924 1726884868.66758: starting attempt loop 11924 1726884868.66766: running the handler 11924 1726884868.66782: _low_level_execute_command(): starting 11924 1726884868.66791: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884868.67487: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884868.67576: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884868.67611: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884868.67637: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884868.67657: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884868.67747: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884868.69482: stdout chunk (state=3): >>>/root <<< 11924 1726884868.69636: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884868.69639: stdout chunk (state=3): >>><<< 11924 1726884868.69641: stderr chunk (state=3): >>><<< 11924 1726884868.69666: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884868.69765: _low_level_execute_command(): starting 11924 1726884868.69769: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884868.6967537-13341-70140493111149 `" && echo ansible-tmp-1726884868.6967537-13341-70140493111149="` echo /root/.ansible/tmp/ansible-tmp-1726884868.6967537-13341-70140493111149 `" ) && sleep 0' 11924 1726884868.70292: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884868.70308: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884868.70322: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884868.70341: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884868.70362: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884868.70472: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884868.70494: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884868.70509: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884868.70599: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884868.72548: stdout chunk (state=3): >>>ansible-tmp-1726884868.6967537-13341-70140493111149=/root/.ansible/tmp/ansible-tmp-1726884868.6967537-13341-70140493111149 <<< 11924 1726884868.72687: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884868.72752: stderr chunk (state=3): >>><<< 11924 1726884868.72757: stdout chunk (state=3): >>><<< 11924 1726884868.72774: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884868.6967537-13341-70140493111149=/root/.ansible/tmp/ansible-tmp-1726884868.6967537-13341-70140493111149 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884868.73004: variable 'ansible_module_compression' from source: unknown 11924 1726884868.73008: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884868.73010: variable 'ansible_facts' from source: unknown 11924 1726884868.73560: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884868.6967537-13341-70140493111149/AnsiballZ_stat.py 11924 1726884868.73682: Sending initial data 11924 1726884868.73691: Sent initial data (152 bytes) 11924 1726884868.74277: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884868.74291: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884868.74308: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884868.74334: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884868.74350: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884868.74363: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884868.74376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884868.74441: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884868.74490: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884868.74513: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884868.74542: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884868.74627: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884868.76371: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884868.76438: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884868.76502: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpy6ic6dxj /root/.ansible/tmp/ansible-tmp-1726884868.6967537-13341-70140493111149/AnsiballZ_stat.py <<< 11924 1726884868.76506: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884868.6967537-13341-70140493111149/AnsiballZ_stat.py" <<< 11924 1726884868.76544: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpy6ic6dxj" to remote "/root/.ansible/tmp/ansible-tmp-1726884868.6967537-13341-70140493111149/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884868.6967537-13341-70140493111149/AnsiballZ_stat.py" <<< 11924 1726884868.77320: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884868.77374: stderr chunk (state=3): >>><<< 11924 1726884868.77448: stdout chunk (state=3): >>><<< 11924 1726884868.77460: done transferring module to remote 11924 1726884868.77479: _low_level_execute_command(): starting 11924 1726884868.77487: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884868.6967537-13341-70140493111149/ /root/.ansible/tmp/ansible-tmp-1726884868.6967537-13341-70140493111149/AnsiballZ_stat.py && sleep 0' 11924 1726884868.78154: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884868.78174: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884868.78189: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884868.78219: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884868.78327: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884868.78358: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884868.78448: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884868.80301: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884868.80306: stdout chunk (state=3): >>><<< 11924 1726884868.80308: stderr chunk (state=3): >>><<< 11924 1726884868.80607: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884868.80610: _low_level_execute_command(): starting 11924 1726884868.80613: _low_level_execute_command(): using become for this command 11924 1726884868.80615: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ichgtvrnjsydsysrenetctoipwdpufao ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884868.6967537-13341-70140493111149/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884868.80674: Initial state: awaiting_escalation: BECOME-SUCCESS-ichgtvrnjsydsysrenetctoipwdpufao 11924 1726884868.80993: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884868.81051: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884868.81065: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884868.81081: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884868.81094: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884868.81105: stderr chunk (state=1): >>>debug2: match not found <<< 11924 1726884868.81112: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884868.81135: stderr chunk (state=1): >>>debug1: configuration requests final Match pass <<< 11924 1726884868.81170: stderr chunk (state=1): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884868.81237: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884868.81245: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884868.81284: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884868.81347: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884868.84294: stdout chunk (state=1): >>>BECOME-SUCCESS-ichgtvrnjsydsysrenetctoipwdpufao <<< 11924 1726884868.84301: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ichgtvrnjsydsysrenetctoipwdpufao' 11924 1726884868.84622: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884868.84652: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884868.84687: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884868.84702: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884868.84760: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884868.84787: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884868.84805: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884868.84833: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884868.84860: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884868.84919: 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' <<< 11924 1726884868.84950: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884868.84964: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884868.85017: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884868.85043: 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 0x7f512e6183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e5e7a10> <<< 11924 1726884868.85073: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884868.85104: 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 0x7f512e61a960> <<< 11924 1726884868.85108: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884868.85149: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884868.85152: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884868.85187: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884868.85275: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884868.85307: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884868.85327: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884868.85365: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884868.85375: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884868.85424: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884868.85427: 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 <<< 11924 1726884868.85440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884868.85453: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e42cfe0> <<< 11924 1726884868.85520: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884868.85530: 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 0x7f512e42dfd0> <<< 11924 1726884868.85661: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884868.85664: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884868.85817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884868.85882: 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 <<< 11924 1726884868.85929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884868.85945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884868.85989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884868.86023: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e46bec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884868.86062: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e46bf80> <<< 11924 1726884868.86079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884868.86103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884868.86145: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884868.86185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884868.86202: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884868.86233: 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 0x7f512e4a3860> <<< 11924 1726884868.86263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884868.86281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4a3ef0> import '_collections' # <<< 11924 1726884868.86334: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e483b60> import '_functools' # <<< 11924 1726884868.86370: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4812b0> <<< 11924 1726884868.86458: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e469070> <<< 11924 1726884868.86490: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884868.86524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884868.86543: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884868.86573: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884868.86596: 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 <<< 11924 1726884868.86609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884868.86639: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4c7860> <<< 11924 1726884868.86673: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4c6480> <<< 11924 1726884868.86677: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884868.86698: 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 0x7f512e482180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4c4bc0> <<< 11924 1726884868.86737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884868.86756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4f88f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4682f0> <<< 11924 1726884868.86790: 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' <<< 11924 1726884868.86813: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884868.86824: 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 0x7f512e4f8da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4f8c50> <<< 11924 1726884868.86976: 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 0x7f512e4f9010> <<< 11924 1726884868.87012: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e466e10> <<< 11924 1726884868.87028: 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' <<< 11924 1726884868.87031: 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 0x7f512e4f9670> <<< 11924 1726884868.87034: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4f9370> import 'importlib.machinery' # <<< 11924 1726884868.87036: 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' <<< 11924 1726884868.87071: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4fa540> import 'importlib.util' # import 'runpy' # <<< 11924 1726884868.87074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884868.87117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884868.87153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884868.87169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e510740> import 'errno' # <<< 11924 1726884868.87189: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884868.87219: 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 0x7f512e511e80> <<< 11924 1726884868.87223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884868.87265: 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' <<< 11924 1726884868.87276: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e512cf0> <<< 11924 1726884868.87604: 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 0x7f512e513320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e512270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512e513da0> <<< 11924 1726884868.87608: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e5134d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4fa4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512e2ebc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884868.87660: 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' <<< 11924 1726884868.87698: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512e314740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e3144a0> <<< 11924 1726884868.87705: 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 0x7f512e314770> <<< 11924 1726884868.87709: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884868.87712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884868.87773: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884868.87898: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512e315070> <<< 11924 1726884868.88015: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884868.88035: 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 0x7f512e315a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e314950> <<< 11924 1726884868.88065: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e2e9df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884868.88080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884868.88121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884868.88132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e316de0> <<< 11924 1726884868.88160: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e315b50> <<< 11924 1726884868.88180: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4fac60> <<< 11924 1726884868.88200: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884868.88268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884868.88281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884868.88322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884868.88345: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e343140> <<< 11924 1726884868.88403: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884868.88422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884868.88458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884868.88461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884868.88507: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e36b500> <<< 11924 1726884868.88522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884868.88575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884868.88624: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884868.88657: 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 0x7f512e3c42f0> <<< 11924 1726884868.88679: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884868.88702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884868.88724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884868.88773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884868.88851: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e3c6a50> <<< 11924 1726884868.88964: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e3c4410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e3912e0> <<< 11924 1726884868.89005: 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 0x7f512e1c9400> <<< 11924 1726884868.89028: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e36a300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e317d40> <<< 11924 1726884868.89135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884868.89180: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f512e36a900> <<< 11924 1726884868.89345: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_d0hvgv46/ansible_stat_payload.zip' <<< 11924 1726884868.89357: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.89475: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.89527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884868.89537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884868.89572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884868.89648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884868.89697: 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 0x7f512e21f0e0> import '_typing' # <<< 11924 1726884868.89950: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e1fdfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e1fd130> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884868.89977: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884868.90004: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.91395: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.92536: 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 0x7f512e21cfb0> <<< 11924 1726884868.92567: 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' <<< 11924 1726884868.92602: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884868.92635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884868.92640: 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' <<< 11924 1726884868.92672: 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 0x7f512e246b40> <<< 11924 1726884868.92706: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e2468d0> <<< 11924 1726884868.92744: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e2461e0> <<< 11924 1726884868.92773: 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' <<< 11924 1726884868.92823: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e246ba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e21fd70> <<< 11924 1726884868.92826: stdout chunk (state=3): >>>import 'atexit' # <<< 11924 1726884868.92849: 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 0x7f512e247830> <<< 11924 1726884868.92891: 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 0x7f512e247a70> <<< 11924 1726884868.92914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884868.92958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884868.92969: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884868.93019: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e247fb0> <<< 11924 1726884868.93039: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884868.93053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884868.93073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884868.93112: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db19d60> <<< 11924 1726884868.93154: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884868.93173: 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 0x7f512db1b980> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884868.93189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884868.93238: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db1c380> <<< 11924 1726884868.93241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884868.93279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884868.93291: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db1d520> <<< 11924 1726884868.93320: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884868.93347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884868.93375: 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' <<< 11924 1726884868.93440: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db1ff80> <<< 11924 1726884868.93473: 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 0x7f512db240b0> <<< 11924 1726884868.93504: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db1e240> <<< 11924 1726884868.93519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884868.93562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884868.93589: 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' <<< 11924 1726884868.93603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884868.93636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884868.93667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884868.93689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db27f50> <<< 11924 1726884868.93701: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884868.93750: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db26a50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db267b0> <<< 11924 1726884868.93781: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884868.93790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884868.93862: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db26cf0> <<< 11924 1726884868.93892: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db1e750> <<< 11924 1726884868.93922: 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 0x7f512db6bfe0> <<< 11924 1726884868.93963: 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 0x7f512db6c2f0> <<< 11924 1726884868.93993: 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 <<< 11924 1726884868.94016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884868.94025: 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' <<< 11924 1726884868.94060: 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 0x7f512db6dd90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db6db50> <<< 11924 1726884868.94084: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884868.94216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884868.94264: 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 0x7f512db70350> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db6e480> <<< 11924 1726884868.94292: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884868.94330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884868.94367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884868.94380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884868.94472: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db73b30> <<< 11924 1726884868.94560: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db70500> <<< 11924 1726884868.94619: stdout 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 0x7f512db74920> <<< 11924 1726884868.94649: stdout 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 0x7f512db74950> <<< 11924 1726884868.94723: stdout 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 0x7f512db74e90> <<< 11924 1726884868.94737: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db6c4a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884868.94764: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884868.94780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884868.94818: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884868.94835: 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 0x7f512da00530> <<< 11924 1726884868.94987: 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 0x7f512da017c0> <<< 11924 1726884868.95021: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db76cc0> <<< 11924 1726884868.95061: 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 0x7f512db77890> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db768a0> <<< 11924 1726884868.95089: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884868.95108: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.95190: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.95294: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.95313: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884868.95343: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884868.95371: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.95479: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.95604: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.96178: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.96707: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884868.96710: 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' # <<< 11924 1726884868.96757: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884868.96761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884868.96794: 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 0x7f512da059d0> <<< 11924 1726884868.96889: 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' <<< 11924 1726884868.96913: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512da06810> <<< 11924 1726884868.96923: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512da01940> <<< 11924 1726884868.96975: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884868.97003: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884868.97028: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884868.97198: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.97346: 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' <<< 11924 1726884868.97350: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512da065d0> <<< 11924 1726884868.97371: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.97815: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.98253: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.98328: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.98422: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884868.98426: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.98452: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.98504: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884868.98508: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.98572: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.98662: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884868.98692: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884868.98712: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.98776: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.98802: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884868.99024: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.99260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884868.99339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884868.99342: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884868.99418: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512da07ad0> <<< 11924 1726884868.99421: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.99485: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.99566: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884868.99593: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884868.99607: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.99648: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.99689: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884868.99706: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.99744: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.99788: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.99849: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884868.99917: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884868.99963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884869.00051: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512da126f0> <<< 11924 1726884869.00079: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512da0d280> <<< 11924 1726884869.00123: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884869.00134: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.00193: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.00321: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.00324: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.00358: stdout chunk (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 <<< 11924 1726884869.00382: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884869.00406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884869.00462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884869.00484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884869.00494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884869.00579: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db02e70> <<< 11924 1726884869.00596: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e27eb40> <<< 11924 1726884869.00695: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512da127b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512da08d70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884869.00703: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.00727: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.00777: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884869.00833: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884869.00838: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.00868: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884869.00995: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.01193: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.02076: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/mapper/foo-test1", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 585, "dev": 6, "nlink": 1, "atime": 1726884854.0843701, "mtime": 1726884854.0843701, "ctime": 1726884854.0843701, "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/foo-test1", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 11924 1726884869.02109: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884869.02575: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884869.02607: 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 <<< 11924 1726884869.02631: 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 # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct <<< 11924 1726884869.02669: 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 <<< 11924 1726884869.02681: 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__<<< 11924 1726884869.02759: 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[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 11924 1726884869.03006: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884869.03010: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884869.03058: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 11924 1726884869.03081: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 11924 1726884869.03102: stdout chunk (state=3): >>># destroy ipaddress # destroy ntpath <<< 11924 1726884869.03134: 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 <<< 11924 1726884869.03163: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 11924 1726884869.03195: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 11924 1726884869.03216: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 11924 1726884869.03259: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884869.03263: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884869.03291: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884869.03326: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884869.03360: 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 <<< 11924 1726884869.03397: 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 <<< 11924 1726884869.03428: 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 <<< 11924 1726884869.03454: 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 <<< 11924 1726884869.03488: 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 <<< 11924 1726884869.03508: 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 <<< 11924 1726884869.03633: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884869.03645: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 11924 1726884869.03679: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884869.03720: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884869.03738: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884869.03776: 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 <<< 11924 1726884869.03779: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884869.03881: 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 <<< 11924 1726884869.03914: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884869.03944: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884869.03977: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 11924 1726884869.03989: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884869.04560: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884869.04564: stdout chunk (state=3): >>><<< 11924 1726884869.04566: stderr chunk (state=3): >>><<< 11924 1726884869.04882: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e6183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e5e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e61a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e42cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e42dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e46bec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e46bf80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4a3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4a3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e483b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4812b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e469070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4c7860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4c6480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e482180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4c4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4f88f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4682f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512e4f8da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4f8c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512e4f9010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e466e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4f9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4f9370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4fa540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e510740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512e511e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e512cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512e513320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e512270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512e513da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e5134d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4fa4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512e2ebc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512e314740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e3144a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512e314770> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512e315070> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512e315a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e314950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e2e9df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e316de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e315b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e4fac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e343140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e36b500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e3c42f0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e3c6a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e3c4410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e3912e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e1c9400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e36a300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e317d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f512e36a900> # zipimport: found 30 names in '/tmp/ansible_stat_payload_d0hvgv46/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 0x7f512e21f0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e1fdfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e1fd130> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e21cfb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512e246b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e2468d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e2461e0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e246ba0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e21fd70> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512e247830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512e247a70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e247fb0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db19d60> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512db1b980> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db1c380> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db1d520> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db1ff80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512db240b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db1e240> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db27f50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db26a50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db267b0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db26cf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db1e750> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512db6bfe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db6c2f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512db6dd90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db6db50> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512db70350> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db6e480> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db73b30> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db70500> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512db74920> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512db74950> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512db74e90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db6c4a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512da00530> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512da017c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db76cc0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512db77890> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db768a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512da059d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512da06810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512da01940> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512da065d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512da07ad0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f512da126f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512da0d280> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512db02e70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512e27eb40> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512da127b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f512da08d70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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/foo-test1", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 585, "dev": 6, "nlink": 1, "atime": 1726884854.0843701, "mtime": 1726884854.0843701, "ctime": 1726884854.0843701, "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/foo-test1", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884869.05844: done with _execute_module (stat, {'path': '/dev/mapper/foo-test1', '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-1726884868.6967537-13341-70140493111149/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884869.05847: _low_level_execute_command(): starting 11924 1726884869.05850: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884868.6967537-13341-70140493111149/ > /dev/null 2>&1 && sleep 0' 11924 1726884869.05852: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884869.05854: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884869.05859: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884869.05861: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884869.07831: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884869.07835: stdout chunk (state=3): >>><<< 11924 1726884869.07837: stderr chunk (state=3): >>><<< 11924 1726884869.07840: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884869.07842: handler run complete 11924 1726884869.07844: attempt loop complete, returning result 11924 1726884869.07846: _execute() done 11924 1726884869.07848: dumping result to json 11924 1726884869.07850: done dumping result, returning 11924 1726884869.07852: done running TaskExecutor() for managed_node2/TASK: See whether the device node is present [0affc8a3-6f6f-f4c0-2290-000000000daa] 11924 1726884869.07854: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000daa 11924 1726884869.07960: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000daa 11924 1726884869.07963: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884854.0843701, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726884854.0843701, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 585, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1726884854.0843701, "nlink": 1, "path": "/dev/mapper/foo-test1", "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 } } 11924 1726884869.08148: no more pending results, returning what we have 11924 1726884869.08150: results queue empty 11924 1726884869.08151: checking for any_errors_fatal 11924 1726884869.08159: done checking for any_errors_fatal 11924 1726884869.08160: checking for max_fail_percentage 11924 1726884869.08162: done checking for max_fail_percentage 11924 1726884869.08163: checking to see if all hosts have failed and the running result is not ok 11924 1726884869.08167: done checking to see if all hosts have failed 11924 1726884869.08168: getting the remaining hosts for this loop 11924 1726884869.08170: done getting the remaining hosts for this loop 11924 1726884869.08174: getting the next task for host managed_node2 11924 1726884869.08181: done getting next task for host managed_node2 11924 1726884869.08184: ^ task is: TASK: Verify the presence/absence of the device node 11924 1726884869.08188: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884869.08195: getting variables 11924 1726884869.08196: in VariableManager get_vars() 11924 1726884869.08223: Calling all_inventory to load vars for managed_node2 11924 1726884869.08226: Calling groups_inventory to load vars for managed_node2 11924 1726884869.08228: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884869.08237: Calling all_plugins_play to load vars for managed_node2 11924 1726884869.08239: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884869.08241: Calling groups_plugins_play to load vars for managed_node2 11924 1726884869.09093: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884869.09703: done with get_vars() 11924 1726884869.09719: done getting variables 11924 1726884869.09781: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:14:29 -0400 (0:00:00.451) 0:00:34.437 ****** 11924 1726884869.09820: entering _queue_task() for managed_node2/assert 11924 1726884869.10077: worker is 1 (out of 1 available) 11924 1726884869.10089: exiting _queue_task() for managed_node2/assert 11924 1726884869.10106: done queuing things up, now waiting for results queue to drain 11924 1726884869.10108: waiting for pending results... 11924 1726884869.10484: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node 11924 1726884869.10597: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dab 11924 1726884869.10622: variable 'ansible_search_path' from source: unknown 11924 1726884869.10664: calling self._execute() 11924 1726884869.10776: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.10788: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.10811: variable 'omit' from source: magic vars 11924 1726884869.11342: variable '_storage_test_volume_present' from source: set_fact 11924 1726884869.11345: variable 'storage_test_volume' from source: include params 11924 1726884869.11348: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 11924 1726884869.11351: variable 'omit' from source: magic vars 11924 1726884869.11364: variable 'omit' from source: magic vars 11924 1726884869.11480: variable 'storage_test_volume' from source: include params 11924 1726884869.11525: variable 'omit' from source: magic vars 11924 1726884869.11576: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884869.11620: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884869.11645: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884869.11680: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884869.11699: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884869.11722: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884869.11744: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884869.11786: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884869.11960: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.11964: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.11966: Set connection var ansible_shell_executable to /bin/sh 11924 1726884869.11968: Set connection var ansible_connection to ssh 11924 1726884869.11970: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884869.11972: Set connection var ansible_timeout to 10 11924 1726884869.11973: Set connection var ansible_pipelining to False 11924 1726884869.11975: Set connection var ansible_shell_type to sh 11924 1726884869.11995: variable 'ansible_shell_executable' from source: unknown 11924 1726884869.12004: variable 'ansible_connection' from source: unknown 11924 1726884869.12009: variable 'ansible_module_compression' from source: unknown 11924 1726884869.12014: variable 'ansible_shell_type' from source: unknown 11924 1726884869.12019: variable 'ansible_shell_executable' from source: unknown 11924 1726884869.12024: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.12029: variable 'ansible_pipelining' from source: unknown 11924 1726884869.12034: variable 'ansible_timeout' from source: unknown 11924 1726884869.12040: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.12177: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884869.12195: variable 'omit' from source: magic vars 11924 1726884869.12208: starting attempt loop 11924 1726884869.12214: running the handler 11924 1726884869.12417: variable 'storage_test_dev' from source: set_fact 11924 1726884869.12420: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 11924 1726884869.12423: handler run complete 11924 1726884869.12430: attempt loop complete, returning result 11924 1726884869.12436: _execute() done 11924 1726884869.12443: dumping result to json 11924 1726884869.12451: done dumping result, returning 11924 1726884869.12465: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-f4c0-2290-000000000dab] 11924 1726884869.12474: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dab 11924 1726884869.12713: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dab 11924 1726884869.12716: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884869.12762: no more pending results, returning what we have 11924 1726884869.12765: results queue empty 11924 1726884869.12766: checking for any_errors_fatal 11924 1726884869.12774: done checking for any_errors_fatal 11924 1726884869.12775: checking for max_fail_percentage 11924 1726884869.12777: done checking for max_fail_percentage 11924 1726884869.12778: checking to see if all hosts have failed and the running result is not ok 11924 1726884869.12779: done checking to see if all hosts have failed 11924 1726884869.12779: getting the remaining hosts for this loop 11924 1726884869.12781: done getting the remaining hosts for this loop 11924 1726884869.12784: getting the next task for host managed_node2 11924 1726884869.12792: done getting next task for host managed_node2 11924 1726884869.12795: ^ task is: TASK: Verify the presence/absence of the device node 11924 1726884869.12804: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884869.12808: getting variables 11924 1726884869.12810: in VariableManager get_vars() 11924 1726884869.12840: Calling all_inventory to load vars for managed_node2 11924 1726884869.12842: Calling groups_inventory to load vars for managed_node2 11924 1726884869.12846: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884869.12863: Calling all_plugins_play to load vars for managed_node2 11924 1726884869.12866: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884869.12869: Calling groups_plugins_play to load vars for managed_node2 11924 1726884869.13504: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884869.14137: done with get_vars() 11924 1726884869.14151: done getting variables 11924 1726884869.14211: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:14:29 -0400 (0:00:00.044) 0:00:34.481 ****** 11924 1726884869.14243: entering _queue_task() for managed_node2/assert 11924 1726884869.14486: worker is 1 (out of 1 available) 11924 1726884869.14503: exiting _queue_task() for managed_node2/assert 11924 1726884869.14516: done queuing things up, now waiting for results queue to drain 11924 1726884869.14517: waiting for pending results... 11924 1726884869.14882: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node 11924 1726884869.14983: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dac 11924 1726884869.15007: variable 'ansible_search_path' from source: unknown 11924 1726884869.15048: calling self._execute() 11924 1726884869.15153: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.15168: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.15183: variable 'omit' from source: magic vars 11924 1726884869.15615: variable '_storage_test_volume_present' from source: set_fact 11924 1726884869.15625: variable 'storage_test_volume' from source: include params 11924 1726884869.15743: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 11924 1726884869.15746: when evaluation is False, skipping this task 11924 1726884869.15749: _execute() done 11924 1726884869.15752: dumping result to json 11924 1726884869.15754: done dumping result, returning 11924 1726884869.15760: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-f4c0-2290-000000000dac] 11924 1726884869.15762: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dac 11924 1726884869.15834: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dac 11924 1726884869.15837: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 11924 1726884869.15885: no more pending results, returning what we have 11924 1726884869.15888: results queue empty 11924 1726884869.15889: checking for any_errors_fatal 11924 1726884869.15894: done checking for any_errors_fatal 11924 1726884869.15895: checking for max_fail_percentage 11924 1726884869.15896: done checking for max_fail_percentage 11924 1726884869.15897: checking to see if all hosts have failed and the running result is not ok 11924 1726884869.15898: done checking to see if all hosts have failed 11924 1726884869.15899: getting the remaining hosts for this loop 11924 1726884869.15903: done getting the remaining hosts for this loop 11924 1726884869.15907: getting the next task for host managed_node2 11924 1726884869.15915: done getting next task for host managed_node2 11924 1726884869.15917: ^ task is: TASK: Make sure we got info about this volume 11924 1726884869.15923: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884869.15927: getting variables 11924 1726884869.15929: in VariableManager get_vars() 11924 1726884869.15961: Calling all_inventory to load vars for managed_node2 11924 1726884869.15964: Calling groups_inventory to load vars for managed_node2 11924 1726884869.15967: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884869.15979: Calling all_plugins_play to load vars for managed_node2 11924 1726884869.15982: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884869.15985: Calling groups_plugins_play to load vars for managed_node2 11924 1726884869.16743: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884869.17379: done with get_vars() 11924 1726884869.17396: done getting variables 11924 1726884869.17453: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:29 -0400 (0:00:00.032) 0:00:34.513 ****** 11924 1726884869.17503: entering _queue_task() for managed_node2/assert 11924 1726884869.17758: worker is 1 (out of 1 available) 11924 1726884869.17771: exiting _queue_task() for managed_node2/assert 11924 1726884869.17784: done queuing things up, now waiting for results queue to drain 11924 1726884869.17786: waiting for pending results... 11924 1726884869.18281: running TaskExecutor() for managed_node2/TASK: Make sure we got info about this volume 11924 1726884869.18286: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dad 11924 1726884869.18289: variable 'ansible_search_path' from source: unknown 11924 1726884869.18317: calling self._execute() 11924 1726884869.18426: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.18437: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.18453: variable 'omit' from source: magic vars 11924 1726884869.18814: variable '_storage_test_volume_present' from source: set_fact 11924 1726884869.18829: Evaluated conditional (_storage_test_volume_present): True 11924 1726884869.18840: variable 'omit' from source: magic vars 11924 1726884869.18918: variable 'omit' from source: magic vars 11924 1726884869.19042: variable 'storage_test_volume' from source: include params 11924 1726884869.19095: variable 'omit' from source: magic vars 11924 1726884869.19246: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884869.19250: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884869.19253: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884869.19257: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884869.19259: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884869.19272: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884869.19297: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884869.19335: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884869.19349: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.19361: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.19491: Set connection var ansible_shell_executable to /bin/sh 11924 1726884869.19503: Set connection var ansible_connection to ssh 11924 1726884869.19517: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884869.19529: Set connection var ansible_timeout to 10 11924 1726884869.19541: Set connection var ansible_pipelining to False 11924 1726884869.19552: Set connection var ansible_shell_type to sh 11924 1726884869.19593: variable 'ansible_shell_executable' from source: unknown 11924 1726884869.19605: variable 'ansible_connection' from source: unknown 11924 1726884869.19614: variable 'ansible_module_compression' from source: unknown 11924 1726884869.19622: variable 'ansible_shell_type' from source: unknown 11924 1726884869.19679: variable 'ansible_shell_executable' from source: unknown 11924 1726884869.19682: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.19684: variable 'ansible_pipelining' from source: unknown 11924 1726884869.19686: variable 'ansible_timeout' from source: unknown 11924 1726884869.19689: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.19811: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884869.19827: variable 'omit' from source: magic vars 11924 1726884869.19838: starting attempt loop 11924 1726884869.19845: running the handler 11924 1726884869.20013: variable 'storage_test_volume' from source: include params 11924 1726884869.20031: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884869.20115: Evaluated conditional (storage_test_volume._raw_device in storage_test_blkinfo.info): True 11924 1726884869.20118: handler run complete 11924 1726884869.20120: attempt loop complete, returning result 11924 1726884869.20121: _execute() done 11924 1726884869.20123: dumping result to json 11924 1726884869.20125: done dumping result, returning 11924 1726884869.20127: done running TaskExecutor() for managed_node2/TASK: Make sure we got info about this volume [0affc8a3-6f6f-f4c0-2290-000000000dad] 11924 1726884869.20129: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dad ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884869.20266: no more pending results, returning what we have 11924 1726884869.20270: results queue empty 11924 1726884869.20271: checking for any_errors_fatal 11924 1726884869.20277: done checking for any_errors_fatal 11924 1726884869.20278: checking for max_fail_percentage 11924 1726884869.20279: done checking for max_fail_percentage 11924 1726884869.20280: checking to see if all hosts have failed and the running result is not ok 11924 1726884869.20281: done checking to see if all hosts have failed 11924 1726884869.20282: getting the remaining hosts for this loop 11924 1726884869.20284: done getting the remaining hosts for this loop 11924 1726884869.20287: getting the next task for host managed_node2 11924 1726884869.20296: done getting next task for host managed_node2 11924 1726884869.20298: ^ task is: TASK: Process volume type (set initial value) (1/2) 11924 1726884869.20302: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884869.20306: getting variables 11924 1726884869.20308: in VariableManager get_vars() 11924 1726884869.20344: Calling all_inventory to load vars for managed_node2 11924 1726884869.20347: Calling groups_inventory to load vars for managed_node2 11924 1726884869.20350: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884869.20362: Calling all_plugins_play to load vars for managed_node2 11924 1726884869.20365: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884869.20376: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dad 11924 1726884869.20379: WORKER PROCESS EXITING 11924 1726884869.20440: Calling groups_plugins_play to load vars for managed_node2 11924 1726884869.20969: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884869.21579: done with get_vars() 11924 1726884869.21593: done getting variables 11924 1726884869.21652: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:29 -0400 (0:00:00.041) 0:00:34.555 ****** 11924 1726884869.21687: entering _queue_task() for managed_node2/set_fact 11924 1726884869.21925: worker is 1 (out of 1 available) 11924 1726884869.21938: exiting _queue_task() for managed_node2/set_fact 11924 1726884869.22062: done queuing things up, now waiting for results queue to drain 11924 1726884869.22064: waiting for pending results... 11924 1726884869.22254: running TaskExecutor() for managed_node2/TASK: Process volume type (set initial value) (1/2) 11924 1726884869.22425: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dae 11924 1726884869.22446: variable 'ansible_search_path' from source: unknown 11924 1726884869.22489: calling self._execute() 11924 1726884869.22610: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.22760: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.22764: variable 'omit' from source: magic vars 11924 1726884869.22766: variable 'omit' from source: magic vars 11924 1726884869.22817: variable 'omit' from source: magic vars 11924 1726884869.23041: variable 'storage_test_volume' from source: include params 11924 1726884869.23098: variable 'omit' from source: magic vars 11924 1726884869.23158: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884869.23198: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884869.23228: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884869.23249: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884869.23267: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884869.23287: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884869.23315: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884869.23352: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884869.23428: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.23432: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.23494: Set connection var ansible_shell_executable to /bin/sh 11924 1726884869.23502: Set connection var ansible_connection to ssh 11924 1726884869.23513: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884869.23523: Set connection var ansible_timeout to 10 11924 1726884869.23540: Set connection var ansible_pipelining to False 11924 1726884869.23550: Set connection var ansible_shell_type to sh 11924 1726884869.23584: variable 'ansible_shell_executable' from source: unknown 11924 1726884869.23591: variable 'ansible_connection' from source: unknown 11924 1726884869.23598: variable 'ansible_module_compression' from source: unknown 11924 1726884869.23604: variable 'ansible_shell_type' from source: unknown 11924 1726884869.23611: variable 'ansible_shell_executable' from source: unknown 11924 1726884869.23617: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.23624: variable 'ansible_pipelining' from source: unknown 11924 1726884869.23644: variable 'ansible_timeout' from source: unknown 11924 1726884869.23647: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.23787: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884869.23863: variable 'omit' from source: magic vars 11924 1726884869.23866: starting attempt loop 11924 1726884869.23868: running the handler 11924 1726884869.23871: handler run complete 11924 1726884869.23873: attempt loop complete, returning result 11924 1726884869.23875: _execute() done 11924 1726884869.23877: dumping result to json 11924 1726884869.23878: done dumping result, returning 11924 1726884869.23880: done running TaskExecutor() for managed_node2/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-f4c0-2290-000000000dae] 11924 1726884869.23882: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dae ok: [managed_node2] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } 11924 1726884869.24017: no more pending results, returning what we have 11924 1726884869.24021: results queue empty 11924 1726884869.24022: checking for any_errors_fatal 11924 1726884869.24030: done checking for any_errors_fatal 11924 1726884869.24030: checking for max_fail_percentage 11924 1726884869.24032: done checking for max_fail_percentage 11924 1726884869.24033: checking to see if all hosts have failed and the running result is not ok 11924 1726884869.24034: done checking to see if all hosts have failed 11924 1726884869.24035: getting the remaining hosts for this loop 11924 1726884869.24037: done getting the remaining hosts for this loop 11924 1726884869.24041: getting the next task for host managed_node2 11924 1726884869.24050: done getting next task for host managed_node2 11924 1726884869.24053: ^ task is: TASK: Process volume type (get RAID value) (2/2) 11924 1726884869.24060: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884869.24065: getting variables 11924 1726884869.24067: in VariableManager get_vars() 11924 1726884869.24099: Calling all_inventory to load vars for managed_node2 11924 1726884869.24102: Calling groups_inventory to load vars for managed_node2 11924 1726884869.24105: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884869.24116: Calling all_plugins_play to load vars for managed_node2 11924 1726884869.24119: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884869.24122: Calling groups_plugins_play to load vars for managed_node2 11924 1726884869.24770: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dae 11924 1726884869.24774: WORKER PROCESS EXITING 11924 1726884869.24905: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884869.25545: done with get_vars() 11924 1726884869.25567: done getting variables 11924 1726884869.25614: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:29 -0400 (0:00:00.039) 0:00:34.595 ****** 11924 1726884869.25644: entering _queue_task() for managed_node2/set_fact 11924 1726884869.25994: worker is 1 (out of 1 available) 11924 1726884869.26006: exiting _queue_task() for managed_node2/set_fact 11924 1726884869.26017: done queuing things up, now waiting for results queue to drain 11924 1726884869.26018: waiting for pending results... 11924 1726884869.26219: running TaskExecutor() for managed_node2/TASK: Process volume type (get RAID value) (2/2) 11924 1726884869.26481: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000daf 11924 1726884869.26534: variable 'ansible_search_path' from source: unknown 11924 1726884869.26623: calling self._execute() 11924 1726884869.26729: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.26741: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.26757: variable 'omit' from source: magic vars 11924 1726884869.27146: variable 'storage_test_volume' from source: include params 11924 1726884869.27180: Evaluated conditional (storage_test_volume.type == "raid"): False 11924 1726884869.27213: when evaluation is False, skipping this task 11924 1726884869.27215: _execute() done 11924 1726884869.27217: dumping result to json 11924 1726884869.27219: done dumping result, returning 11924 1726884869.27221: done running TaskExecutor() for managed_node2/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-f4c0-2290-000000000daf] 11924 1726884869.27223: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000daf skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 11924 1726884869.27718: no more pending results, returning what we have 11924 1726884869.27724: results queue empty 11924 1726884869.27725: checking for any_errors_fatal 11924 1726884869.27732: done checking for any_errors_fatal 11924 1726884869.27733: checking for max_fail_percentage 11924 1726884869.27735: done checking for max_fail_percentage 11924 1726884869.27736: checking to see if all hosts have failed and the running result is not ok 11924 1726884869.27737: done checking to see if all hosts have failed 11924 1726884869.27737: getting the remaining hosts for this loop 11924 1726884869.27739: done getting the remaining hosts for this loop 11924 1726884869.27749: getting the next task for host managed_node2 11924 1726884869.27761: done getting next task for host managed_node2 11924 1726884869.27769: ^ task is: TASK: Verify the volume's device type 11924 1726884869.27776: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884869.27781: getting variables 11924 1726884869.27786: in VariableManager get_vars() 11924 1726884869.27836: Calling all_inventory to load vars for managed_node2 11924 1726884869.27839: Calling groups_inventory to load vars for managed_node2 11924 1726884869.27843: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884869.28204: Calling all_plugins_play to load vars for managed_node2 11924 1726884869.28208: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884869.28213: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000daf 11924 1726884869.28216: WORKER PROCESS EXITING 11924 1726884869.28220: Calling groups_plugins_play to load vars for managed_node2 11924 1726884869.28770: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884869.29930: done with get_vars() 11924 1726884869.29948: done getting variables 11924 1726884869.30004: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:14:29 -0400 (0:00:00.043) 0:00:34.639 ****** 11924 1726884869.30038: entering _queue_task() for managed_node2/assert 11924 1726884869.30302: worker is 1 (out of 1 available) 11924 1726884869.30314: exiting _queue_task() for managed_node2/assert 11924 1726884869.30326: done queuing things up, now waiting for results queue to drain 11924 1726884869.30328: waiting for pending results... 11924 1726884869.30571: running TaskExecutor() for managed_node2/TASK: Verify the volume's device type 11924 1726884869.30789: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000db0 11924 1726884869.30823: variable 'ansible_search_path' from source: unknown 11924 1726884869.30864: calling self._execute() 11924 1726884869.31366: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.31370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.31372: variable 'omit' from source: magic vars 11924 1726884869.31885: variable '_storage_test_volume_present' from source: set_fact 11924 1726884869.31924: Evaluated conditional (_storage_test_volume_present): True 11924 1726884869.32028: variable 'omit' from source: magic vars 11924 1726884869.32102: variable 'omit' from source: magic vars 11924 1726884869.32164: variable 'omit' from source: magic vars 11924 1726884869.32243: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884869.32289: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884869.32321: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884869.32348: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884869.32369: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884869.32388: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884869.32410: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884869.32442: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884869.32453: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.32462: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.32586: Set connection var ansible_shell_executable to /bin/sh 11924 1726884869.32594: Set connection var ansible_connection to ssh 11924 1726884869.32608: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884869.32619: Set connection var ansible_timeout to 10 11924 1726884869.32630: Set connection var ansible_pipelining to False 11924 1726884869.32639: Set connection var ansible_shell_type to sh 11924 1726884869.32683: variable 'ansible_shell_executable' from source: unknown 11924 1726884869.32692: variable 'ansible_connection' from source: unknown 11924 1726884869.32703: variable 'ansible_module_compression' from source: unknown 11924 1726884869.32711: variable 'ansible_shell_type' from source: unknown 11924 1726884869.32717: variable 'ansible_shell_executable' from source: unknown 11924 1726884869.32722: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.32729: variable 'ansible_pipelining' from source: unknown 11924 1726884869.32735: variable 'ansible_timeout' from source: unknown 11924 1726884869.32741: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.32903: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884869.32919: variable 'omit' from source: magic vars 11924 1726884869.32927: starting attempt loop 11924 1726884869.32933: running the handler 11924 1726884869.33140: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884869.33170: variable 'storage_test_volume' from source: include params 11924 1726884869.33216: variable 'st_volume_type' from source: set_fact 11924 1726884869.33220: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._raw_device].type == st_volume_type): True 11924 1726884869.33222: handler run complete 11924 1726884869.33238: attempt loop complete, returning result 11924 1726884869.33244: _execute() done 11924 1726884869.33249: dumping result to json 11924 1726884869.33324: done dumping result, returning 11924 1726884869.33327: done running TaskExecutor() for managed_node2/TASK: Verify the volume's device type [0affc8a3-6f6f-f4c0-2290-000000000db0] 11924 1726884869.33329: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000db0 11924 1726884869.33395: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000db0 11924 1726884869.33398: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884869.33479: no more pending results, returning what we have 11924 1726884869.33483: results queue empty 11924 1726884869.33484: checking for any_errors_fatal 11924 1726884869.33491: done checking for any_errors_fatal 11924 1726884869.33492: checking for max_fail_percentage 11924 1726884869.33494: done checking for max_fail_percentage 11924 1726884869.33495: checking to see if all hosts have failed and the running result is not ok 11924 1726884869.33496: done checking to see if all hosts have failed 11924 1726884869.33497: getting the remaining hosts for this loop 11924 1726884869.33499: done getting the remaining hosts for this loop 11924 1726884869.33505: getting the next task for host managed_node2 11924 1726884869.33519: done getting next task for host managed_node2 11924 1726884869.33522: ^ task is: TASK: Stat the LUKS device, if encrypted 11924 1726884869.33528: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884869.33538: getting variables 11924 1726884869.33540: in VariableManager get_vars() 11924 1726884869.33575: Calling all_inventory to load vars for managed_node2 11924 1726884869.33577: Calling groups_inventory to load vars for managed_node2 11924 1726884869.33581: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884869.33591: Calling all_plugins_play to load vars for managed_node2 11924 1726884869.33602: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884869.33605: Calling groups_plugins_play to load vars for managed_node2 11924 1726884869.34791: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884869.35426: done with get_vars() 11924 1726884869.35439: 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 22:14:29 -0400 (0:00:00.055) 0:00:34.694 ****** 11924 1726884869.35544: entering _queue_task() for managed_node2/stat 11924 1726884869.35972: worker is 1 (out of 1 available) 11924 1726884869.35983: exiting _queue_task() for managed_node2/stat 11924 1726884869.35993: done queuing things up, now waiting for results queue to drain 11924 1726884869.35995: waiting for pending results... 11924 1726884869.36236: running TaskExecutor() for managed_node2/TASK: Stat the LUKS device, if encrypted 11924 1726884869.36368: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000db4 11924 1726884869.36442: variable 'ansible_search_path' from source: unknown 11924 1726884869.36446: calling self._execute() 11924 1726884869.36536: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.36560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.36576: variable 'omit' from source: magic vars 11924 1726884869.37280: variable 'storage_test_volume' from source: include params 11924 1726884869.37312: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884869.37463: when evaluation is False, skipping this task 11924 1726884869.37467: _execute() done 11924 1726884869.37469: dumping result to json 11924 1726884869.37471: done dumping result, returning 11924 1726884869.37473: done running TaskExecutor() for managed_node2/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-f4c0-2290-000000000db4] 11924 1726884869.37475: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000db4 11924 1726884869.37544: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000db4 11924 1726884869.37547: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884869.37604: no more pending results, returning what we have 11924 1726884869.37608: results queue empty 11924 1726884869.37609: checking for any_errors_fatal 11924 1726884869.37619: done checking for any_errors_fatal 11924 1726884869.37620: checking for max_fail_percentage 11924 1726884869.37622: done checking for max_fail_percentage 11924 1726884869.37623: checking to see if all hosts have failed and the running result is not ok 11924 1726884869.37624: done checking to see if all hosts have failed 11924 1726884869.37624: getting the remaining hosts for this loop 11924 1726884869.37626: done getting the remaining hosts for this loop 11924 1726884869.37630: getting the next task for host managed_node2 11924 1726884869.37639: done getting next task for host managed_node2 11924 1726884869.37643: ^ task is: TASK: Ensure cryptsetup is present 11924 1726884869.37650: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884869.37658: getting variables 11924 1726884869.37661: in VariableManager get_vars() 11924 1726884869.37695: Calling all_inventory to load vars for managed_node2 11924 1726884869.37697: Calling groups_inventory to load vars for managed_node2 11924 1726884869.37704: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884869.37716: Calling all_plugins_play to load vars for managed_node2 11924 1726884869.37720: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884869.37723: Calling groups_plugins_play to load vars for managed_node2 11924 1726884869.39159: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884869.39954: done with get_vars() 11924 1726884869.39970: done getting variables 11924 1726884869.40028: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure 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 22:14:29 -0400 (0:00:00.045) 0:00:34.739 ****** 11924 1726884869.40060: entering _queue_task() for managed_node2/package 11924 1726884869.40449: worker is 1 (out of 1 available) 11924 1726884869.40465: exiting _queue_task() for managed_node2/package 11924 1726884869.40477: done queuing things up, now waiting for results queue to drain 11924 1726884869.40479: waiting for pending results... 11924 1726884869.40719: running TaskExecutor() for managed_node2/TASK: Ensure cryptsetup is present 11924 1726884869.40881: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000db5 11924 1726884869.40885: variable 'ansible_search_path' from source: unknown 11924 1726884869.40962: calling self._execute() 11924 1726884869.41050: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.41065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.41080: variable 'omit' from source: magic vars 11924 1726884869.41321: variable 'omit' from source: magic vars 11924 1726884869.41388: variable 'omit' from source: magic vars 11924 1726884869.41699: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884869.43996: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884869.44136: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884869.44139: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884869.44179: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884869.44213: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884869.44323: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884869.44364: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884869.44396: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884869.44444: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884869.44473: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884869.44678: variable '__storage_is_ostree' from source: set_fact 11924 1726884869.44683: variable 'omit' from source: magic vars 11924 1726884869.44686: variable 'omit' from source: magic vars 11924 1726884869.44688: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884869.44713: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884869.44735: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884869.44758: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884869.44774: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884869.44806: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884869.44859: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884869.44898: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884869.44960: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.45006: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.45244: Set connection var ansible_shell_executable to /bin/sh 11924 1726884869.45250: Set connection var ansible_connection to ssh 11924 1726884869.45440: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884869.45443: Set connection var ansible_timeout to 10 11924 1726884869.45445: Set connection var ansible_pipelining to False 11924 1726884869.45447: Set connection var ansible_shell_type to sh 11924 1726884869.45449: variable 'ansible_shell_executable' from source: unknown 11924 1726884869.45450: variable 'ansible_connection' from source: unknown 11924 1726884869.45452: variable 'ansible_module_compression' from source: unknown 11924 1726884869.45454: variable 'ansible_shell_type' from source: unknown 11924 1726884869.45457: variable 'ansible_shell_executable' from source: unknown 11924 1726884869.45459: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884869.45461: variable 'ansible_pipelining' from source: unknown 11924 1726884869.45463: variable 'ansible_timeout' from source: unknown 11924 1726884869.45464: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884869.45698: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884869.45717: variable 'omit' from source: magic vars 11924 1726884869.45727: starting attempt loop 11924 1726884869.45751: running the handler 11924 1726884869.45768: variable 'ansible_facts' from source: unknown 11924 1726884869.45907: variable 'ansible_facts' from source: unknown 11924 1726884869.45910: _low_level_execute_command(): starting 11924 1726884869.45912: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884869.47281: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884869.47405: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884869.47408: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884869.47459: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884869.47545: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884869.49337: stdout chunk (state=3): >>>/root <<< 11924 1726884869.49404: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884869.49407: stdout chunk (state=3): >>><<< 11924 1726884869.49409: stderr chunk (state=3): >>><<< 11924 1726884869.49430: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884869.49473: _low_level_execute_command(): starting 11924 1726884869.49553: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884869.494561-13375-32706867122698 `" && echo ansible-tmp-1726884869.494561-13375-32706867122698="` echo /root/.ansible/tmp/ansible-tmp-1726884869.494561-13375-32706867122698 `" ) && sleep 0' 11924 1726884869.50061: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884869.50066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884869.50069: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884869.50158: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884869.50224: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884869.52089: stdout chunk (state=3): >>>ansible-tmp-1726884869.494561-13375-32706867122698=/root/.ansible/tmp/ansible-tmp-1726884869.494561-13375-32706867122698 <<< 11924 1726884869.52193: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884869.52219: stderr chunk (state=3): >>><<< 11924 1726884869.52221: stdout chunk (state=3): >>><<< 11924 1726884869.52233: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884869.494561-13375-32706867122698=/root/.ansible/tmp/ansible-tmp-1726884869.494561-13375-32706867122698 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884869.52374: variable 'ansible_module_compression' from source: unknown 11924 1726884869.52377: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 11924 1726884869.52379: variable 'ansible_facts' from source: unknown 11924 1726884869.52440: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884869.494561-13375-32706867122698/AnsiballZ_dnf.py 11924 1726884869.52652: Sending initial data 11924 1726884869.52672: Sent initial data (150 bytes) 11924 1726884869.53166: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884869.53175: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884869.53188: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884869.53324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884869.53331: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884869.53333: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884869.53338: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884869.53388: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884869.54941: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884869.55001: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884869.55043: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpxp3sofn2 /root/.ansible/tmp/ansible-tmp-1726884869.494561-13375-32706867122698/AnsiballZ_dnf.py <<< 11924 1726884869.55047: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884869.494561-13375-32706867122698/AnsiballZ_dnf.py" <<< 11924 1726884869.55104: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpxp3sofn2" to remote "/root/.ansible/tmp/ansible-tmp-1726884869.494561-13375-32706867122698/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884869.494561-13375-32706867122698/AnsiballZ_dnf.py" <<< 11924 1726884869.55813: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884869.55819: stderr chunk (state=3): >>><<< 11924 1726884869.55821: stdout chunk (state=3): >>><<< 11924 1726884869.55853: done transferring module to remote 11924 1726884869.55867: _low_level_execute_command(): starting 11924 1726884869.55870: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884869.494561-13375-32706867122698/ /root/.ansible/tmp/ansible-tmp-1726884869.494561-13375-32706867122698/AnsiballZ_dnf.py && sleep 0' 11924 1726884869.57244: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884869.57311: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884869.57489: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884869.57494: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884869.57545: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884869.59666: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884869.59669: stdout chunk (state=3): >>><<< 11924 1726884869.59672: stderr chunk (state=3): >>><<< 11924 1726884869.59674: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884869.59676: _low_level_execute_command(): starting 11924 1726884869.59678: _low_level_execute_command(): using become for this command 11924 1726884869.59681: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-xxeiejncefogkyjfauqniurgxwgnbhwy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884869.494561-13375-32706867122698/AnsiballZ_dnf.py'"'"' && sleep 0' 11924 1726884869.60004: Initial state: awaiting_escalation: BECOME-SUCCESS-xxeiejncefogkyjfauqniurgxwgnbhwy 11924 1726884869.60431: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884869.60564: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884869.60643: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884869.60685: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884869.60713: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884869.60806: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884869.63675: stdout chunk (state=1): >>>BECOME-SUCCESS-xxeiejncefogkyjfauqniurgxwgnbhwy <<< 11924 1726884869.63679: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-xxeiejncefogkyjfauqniurgxwgnbhwy' 11924 1726884869.64007: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884869.64044: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884869.64078: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884869.64081: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884869.64147: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884869.64152: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884869.64187: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884869.64220: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884869.64228: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884869.64244: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884869.64252: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884869.64309: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884869.64319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884869.64336: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884869.64351: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884869.64392: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884869.64411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884869.64444: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d6183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d5e7a10> <<< 11924 1726884869.64518: 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 0x7fae7d61a960> <<< 11924 1726884869.64524: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884869.64541: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884869.64577: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884869.64597: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884869.64604: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884869.64671: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884869.64726: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884869.64770: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884869.64775: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884869.64785: stdout chunk (state=3): >>>Processing global site-packages <<< 11924 1726884869.64847: 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' <<< 11924 1726884869.64854: 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' <<< 11924 1726884869.64872: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d408fe0> <<< 11924 1726884869.64927: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884869.64957: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d409fd0> <<< 11924 1726884869.64972: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884869.65000: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884869.65260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884869.65279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884869.65308: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884869.65315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884869.65343: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884869.65385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884869.65391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884869.65428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884869.65437: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d44fe00> <<< 11924 1726884869.65483: 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' <<< 11924 1726884869.65514: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884869.65519: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d44fec0> <<< 11924 1726884869.65531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884869.65535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884869.65577: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884869.65611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884869.65634: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884869.65667: 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' <<< 11924 1726884869.65681: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d47f800> <<< 11924 1726884869.65720: 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 0x7fae7d47fe90> <<< 11924 1726884869.65744: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884869.65796: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d45fad0> <<< 11924 1726884869.65816: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d45d1f0> <<< 11924 1726884869.65902: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d44cfb0> <<< 11924 1726884869.65922: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884869.65950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884869.65959: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884869.65984: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884869.66005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884869.66039: 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' <<< 11924 1726884869.66099: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4a3710> <<< 11924 1726884869.66111: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4a2330> <<< 11924 1726884869.66145: 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 0x7fae7d45e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4a0b60> <<< 11924 1726884869.66197: 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 0x7fae7d4d4770> <<< 11924 1726884869.66200: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d44c230> <<< 11924 1726884869.66225: 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' <<< 11924 1726884869.66253: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884869.66259: 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 0x7fae7d4d4c20> <<< 11924 1726884869.66265: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4d4ad0> <<< 11924 1726884869.66347: 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 0x7fae7d4d4ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d442d50> <<< 11924 1726884869.66381: 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 <<< 11924 1726884869.66473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884869.66482: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4d5580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4d5250> import 'importlib.machinery' # <<< 11924 1726884869.66557: 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 0x7fae7d4d6480> import 'importlib.util' # <<< 11924 1726884869.66593: 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' <<< 11924 1726884869.66617: 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 0x7fae7d4ec6b0> import 'errno' # <<< 11924 1726884869.66653: 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 0x7fae7d4edd90> <<< 11924 1726884869.66658: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884869.66721: 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 0x7fae7d4eec30> <<< 11924 1726884869.66771: 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 0x7fae7d4ef290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4ee180> <<< 11924 1726884869.66803: 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' <<< 11924 1726884869.66844: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884869.66859: 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 0x7fae7d4efd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4ef440> <<< 11924 1726884869.66949: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4d64e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884869.66977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884869.66981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884869.67071: 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 0x7fae7d227b90> <<< 11924 1726884869.67075: 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' <<< 11924 1726884869.67099: 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 0x7fae7d250680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d2503e0> <<< 11924 1726884869.67147: 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 0x7fae7d2506b0> <<< 11924 1726884869.67151: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884869.67153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884869.67216: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884869.67366: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7d250fe0> <<< 11924 1726884869.67470: 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 0x7fae7d251970> <<< 11924 1726884869.67486: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d250890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d225d30> <<< 11924 1726884869.67544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884869.67552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884869.67609: 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' <<< 11924 1726884869.67620: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d252cf0> <<< 11924 1726884869.67623: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d251850> <<< 11924 1726884869.67641: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4d6660> <<< 11924 1726884869.67653: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884869.67730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884869.67751: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884869.67791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884869.67807: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d27b050> <<< 11924 1726884869.67860: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884869.67874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884869.67886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884869.67910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884869.67945: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d2a73b0> <<< 11924 1726884869.67979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884869.68027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884869.68082: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884869.68117: 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 0x7fae7d300110> <<< 11924 1726884869.68135: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884869.68181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884869.68187: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884869.68211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884869.68316: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d302870> <<< 11924 1726884869.68432: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d300230> <<< 11924 1726884869.68460: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d2cd190> <<< 11924 1726884869.68463: 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 0x7fae7d109220> <<< 11924 1726884869.68526: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d2a61b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d253c20> <<< 11924 1726884869.68632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884869.68667: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fae7d2a62d0> <<< 11924 1726884869.68864: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_a48zc91o/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 11924 1726884869.69004: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.69024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884869.69041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884869.69080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884869.69164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884869.69188: 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' <<< 11924 1726884869.69204: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d15ef30> import '_typing' # <<< 11924 1726884869.69370: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d13de20> <<< 11924 1726884869.69374: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d13cfb0> # zipimport: zlib available <<< 11924 1726884869.69425: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884869.69440: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884869.69449: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.69463: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884869.69479: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.70880: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.71985: 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' <<< 11924 1726884869.71992: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d15cdd0> <<< 11924 1726884869.72023: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884869.72039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884869.72065: 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' <<< 11924 1726884869.72089: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884869.72101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884869.72119: 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 0x7fae7d18a870> <<< 11924 1726884869.72160: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d18a600> <<< 11924 1726884869.72198: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d189f10> <<< 11924 1726884869.72201: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884869.72229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884869.72281: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d18a660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d15f950> <<< 11924 1726884869.72291: stdout chunk (state=3): >>>import 'atexit' # <<< 11924 1726884869.72319: 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 0x7fae7d18b5c0> <<< 11924 1726884869.72368: 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 0x7fae7d18b800> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884869.72429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884869.72461: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884869.72495: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d18bd40> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884869.72512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884869.72550: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb15b50> <<< 11924 1726884869.72581: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884869.72592: 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 0x7fae7cb17770> <<< 11924 1726884869.72609: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884869.72621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884869.72657: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb18140> <<< 11924 1726884869.72678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884869.72715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884869.72730: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb192e0> <<< 11924 1726884869.72745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884869.72785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884869.72809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884869.72821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884869.72865: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb1bdd0> <<< 11924 1726884869.72908: 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 0x7fae7d442cf0> <<< 11924 1726884869.72921: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb1a090> <<< 11924 1726884869.72946: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884869.72968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884869.72998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884869.73004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 11924 1726884869.73023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884869.73052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884869.73076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884869.73085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb23bf0> <<< 11924 1726884869.73102: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884869.73165: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb226c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb22450> <<< 11924 1726884869.73189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884869.73194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884869.73272: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb22990> <<< 11924 1726884869.73297: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb1a5a0> <<< 11924 1726884869.73328: 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 0x7fae7cb67e90> <<< 11924 1726884869.73356: 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 0x7fae7cb67fe0> <<< 11924 1726884869.73381: 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 <<< 11924 1726884869.73393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884869.73418: 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' <<< 11924 1726884869.73456: 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 0x7fae7cb69a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb697f0> <<< 11924 1726884869.73480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884869.73592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884869.73639: 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 0x7fae7cb6bf50> <<< 11924 1726884869.73644: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb6a0f0> <<< 11924 1726884869.73672: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884869.73710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884869.73732: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884869.73745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884869.73752: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884869.73799: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb6f6e0> <<< 11924 1726884869.73932: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb6bfb0> <<< 11924 1726884869.73989: stdout 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 0x7fae7cb704a0> <<< 11924 1726884869.74049: stdout 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 0x7fae7cb70710> <<< 11924 1726884869.74067: stdout 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 0x7fae7cb70aa0> <<< 11924 1726884869.74087: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb68110> <<< 11924 1726884869.74106: 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' <<< 11924 1726884869.74136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884869.74157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884869.74185: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884869.74196: 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 0x7fae7cb73fe0> <<< 11924 1726884869.74354: 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 0x7fae7cbfd3d0> <<< 11924 1726884869.74372: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb72780> <<< 11924 1726884869.74420: 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 0x7fae7cb73b30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb723f0> <<< 11924 1726884869.74444: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884869.74465: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.74543: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.74631: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.74672: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.74676: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884869.74711: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884869.74817: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.74951: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.75477: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.76054: 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' # <<< 11924 1726884869.76095: 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' <<< 11924 1726884869.76132: 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 0x7fae7ca014c0> <<< 11924 1726884869.76206: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884869.76214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884869.76244: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7ca02240> <<< 11924 1726884869.76247: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cbfd5e0> <<< 11924 1726884869.76348: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884869.76388: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884869.76501: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.76666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884869.76672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7ca02030> <<< 11924 1726884869.76684: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.77150: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.77587: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.77669: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.77748: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884869.77751: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.77785: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.77825: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884869.77831: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.77918: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.78016: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884869.78022: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884869.78033: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.78090: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.78116: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884869.78121: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.78359: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.78582: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884869.78645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884869.78648: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884869.78727: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7ca03320> <<< 11924 1726884869.78733: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.78813: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.78888: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884869.78892: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 11924 1726884869.78910: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884869.78927: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.78970: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.79008: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884869.79016: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.79067: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.79111: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.79168: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.79237: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884869.79284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884869.79362: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7ca0dd30> <<< 11924 1726884869.79406: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7ca0ba70> <<< 11924 1726884869.79428: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884869.79444: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.79506: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.79588: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.79599: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.79656: stdout chunk (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' <<< 11924 1726884869.79678: 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 <<< 11924 1726884869.79696: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884869.79703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884869.79776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884869.79822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884869.79835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884869.79867: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb02780> <<< 11924 1726884869.79953: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d1ba450> <<< 11924 1726884869.80005: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7ca0de50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7ca056d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884869.80020: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.80053: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.80088: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884869.80151: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884869.80176: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884869.80191: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.80761: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.81271: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.81973: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.82644: 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 0x7fae7caa0230> <<< 11924 1726884869.82670: 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 0x7fae7caa04a0> <<< 11924 1726884869.82692: 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' <<< 11924 1726884869.82758: 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 0x7fae7caa0bc0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa0770> <<< 11924 1726884869.82779: 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' <<< 11924 1726884869.82830: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa14c0> <<< 11924 1726884869.82860: 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' <<< 11924 1726884869.82917: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 11924 1726884869.82948: 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' <<< 11924 1726884869.82996: 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' <<< 11924 1726884869.83008: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7ca89400> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 11924 1726884869.83036: 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 0x7fae7ca880e0> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 11924 1726884869.83062: 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 0x7fae7c64a240> <<< 11924 1726884869.83112: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa2cc0> <<< 11924 1726884869.83125: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 11924 1726884869.83158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 11924 1726884869.83184: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 11924 1726884869.83201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 11924 1726884869.83227: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 11924 1726884869.83252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 11924 1726884869.83321: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c64ce30> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c64b9b0> <<< 11924 1726884869.83375: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c64ad20> <<< 11924 1726884869.83417: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa2180> <<< 11924 1726884869.83426: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 11924 1726884869.83449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 11924 1726884869.83500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 11924 1726884869.83540: 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' <<< 11924 1726884869.83560: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c6b8da0> <<< 11924 1726884869.83693: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c670ef0> <<< 11924 1726884869.83826: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa2720> <<< 11924 1726884869.83877: 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' <<< 11924 1726884869.83897: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 11924 1726884869.83905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 11924 1726884869.83929: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 11924 1726884869.83963: 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 0x7fae7c6c0770> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c6bab40> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c6709e0> <<< 11924 1726884869.83995: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa1b80> <<< 11924 1726884869.83998: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa1550> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa1280> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa0500> <<< 11924 1726884869.84042: 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' <<< 11924 1726884869.84060: stdout chunk (state=3): >>>import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa12b0> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 11924 1726884869.84106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 11924 1726884869.84112: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 11924 1726884869.84169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 11924 1726884869.84172: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c6c0d40> <<< 11924 1726884869.84178: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa1640> <<< 11924 1726884869.84197: 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' <<< 11924 1726884869.84276: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c6c1460> <<< 11924 1726884869.84298: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 11924 1726884869.84320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 11924 1726884869.84358: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884869.84391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884869.84467: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884869.84587: 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 0x7fae7c63fe90> <<< 11924 1726884869.84754: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c6a5400> <<< 11924 1726884869.84787: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c6c2570> <<< 11924 1726884869.84792: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 11924 1726884869.84849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c6a4ec0> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 11924 1726884869.84911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c6dde50> # /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' <<< 11924 1726884869.84948: 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 0x7fae7c6deae0> <<< 11924 1726884869.84954: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c6de5a0> <<< 11924 1726884869.84978: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 11924 1726884869.85040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 11924 1726884869.85126: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c6deff0> <<< 11924 1726884869.85161: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 11924 1726884869.85169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 11924 1726884869.85425: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c6b3710> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 11924 1726884869.85464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c5d3e90> <<< 11924 1726884869.85518: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.85622: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 11924 1726884869.85633: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.85747: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.85913: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 11924 1726884869.85925: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.85958: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.86027: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # # zipimport: zlib available <<< 11924 1726884869.86152: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.86297: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 11924 1726884869.86370: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884869.86825: 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 <<< 11924 1726884869.86917: 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 <<< 11924 1726884869.86921: 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 <<< 11924 1726884869.86926: 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 0x7fae7c316c00> <<< 11924 1726884869.86960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884869.86996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884869.87095: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c316d20> <<< 11924 1726884869.87110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 11924 1726884869.87139: 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 <<< 11924 1726884869.87164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 11924 1726884869.87179: 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 0x7fae7c366ed0> <<< 11924 1726884869.87208: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c366720> <<< 11924 1726884869.87236: 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 0x7fae7c3668d0> <<< 11924 1726884869.87275: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c317230> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c315cd0> <<< 11924 1726884869.87314: 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' <<< 11924 1726884869.87323: stdout chunk (state=3): >>>import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c316900> <<< 11924 1726884869.87339: 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 <<< 11924 1726884869.87442: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884869.87493: 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' <<< 11924 1726884869.87591: 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 0x7fae7c3e4500> <<< 11924 1726884869.87624: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c3e40e0> <<< 11924 1726884869.87652: 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 <<< 11924 1726884869.87665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 11924 1726884869.87712: 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 0x7fae7c3e7dd0> <<< 11924 1726884869.87751: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c3e4650> <<< 11924 1726884869.87770: 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 <<< 11924 1726884869.87864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 11924 1726884869.88796: 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 0x7fae7bf36ff0> <<< 11924 1726884869.88859: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c3e7f20> <<< 11924 1726884869.88879: 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 <<< 11924 1726884869.88957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 11924 1726884869.89050: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' <<< 11924 1726884869.89056: stdout chunk (state=3): >>># extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7bfb4aa0> <<< 11924 1726884869.89215: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7bf37350> <<< 11924 1726884869.89243: 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 <<< 11924 1726884869.89276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 11924 1726884869.89375: 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 0x7fae7bfb7aa0> <<< 11924 1726884869.89420: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7bfb4c80> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py <<< 11924 1726884869.89476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 11924 1726884869.89559: 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 0x7fae7bff3c80> <<< 11924 1726884869.89663: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7bfb7e90> <<< 11924 1726884869.89694: 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 0x7fae7a54cf80> <<< 11924 1726884869.89736: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a54c380> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c383c50> <<< 11924 1726884869.89739: 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 <<< 11924 1726884869.89777: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 11924 1726884869.89989: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7a56c4a0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a54f8f0> # /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' <<< 11924 1726884869.90027: 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 0x7fae7a56ea80> <<< 11924 1726884869.90050: 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 <<< 11924 1726884869.90083: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py <<< 11924 1726884869.90107: 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 0x7fae7a56f980> <<< 11924 1726884869.90135: 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' <<< 11924 1726884869.90569: 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 0x7fae7a594290> <<< 11924 1726884869.90601: 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 <<< 11924 1726884869.90639: 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 0x7fae7a56ff80> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a56fbc0> <<< 11924 1726884869.90692: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a56e930> <<< 11924 1726884869.90722: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a56e2d0> # /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' <<< 11924 1726884869.90832: 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 0x7fae7a5973b0> <<< 11924 1726884869.90860: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a56eea0> <<< 11924 1726884869.90929: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a56c740> <<< 11924 1726884869.90967: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a54ef00> <<< 11924 1726884869.90993: 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' <<< 11924 1726884869.91098: 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 0x7fae7a54f620> <<< 11924 1726884869.91133: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a54f380> <<< 11924 1726884869.91136: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a54d100> <<< 11924 1726884869.91196: 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 0x7fae7a5d0a10> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py <<< 11924 1726884869.91242: 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 <<< 11924 1726884869.91269: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 11924 1726884869.91314: 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 <<< 11924 1726884869.91318: 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 0x7fae7a5d2ed0> <<< 11924 1726884869.91350: 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' <<< 11924 1726884869.91380: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5d3680> <<< 11924 1726884869.91419: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5d2210> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 11924 1726884869.91432: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5d3e90> <<< 11924 1726884869.91479: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5d08c0> <<< 11924 1726884869.91483: 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' <<< 11924 1726884869.91520: 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 <<< 11924 1726884869.91563: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 11924 1726884869.91605: 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' <<< 11924 1726884869.91627: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5fd940> <<< 11924 1726884869.91634: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5fcec0> <<< 11924 1726884869.91636: stdout chunk (state=3): >>>import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5fcce0> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py <<< 11924 1726884869.91668: 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 <<< 11924 1726884869.91698: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 11924 1726884869.91734: 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 <<< 11924 1726884869.91740: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 11924 1726884869.91771: 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 <<< 11924 1726884869.91788: 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 0x7fae79ec09b0> <<< 11924 1726884869.91816: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 11924 1726884869.91860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 11924 1726884869.91889: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884869.91928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884869.91968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 11924 1726884869.91981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 11924 1726884869.91998: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79eeea20> <<< 11924 1726884869.92031: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884869.92042: 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 0x7fae79eeed80> <<< 11924 1726884869.92077: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79ec2cc0> <<< 11924 1726884869.92125: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79ec0e60> <<< 11924 1726884869.92138: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5ffe60> <<< 11924 1726884869.92171: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5fe0f0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5fddc0> <<< 11924 1726884869.92218: 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 <<< 11924 1726884869.92222: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 11924 1726884869.92292: 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' <<< 11924 1726884869.92295: 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 <<< 11924 1726884869.92297: 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 0x7fae79f28890> <<< 11924 1726884869.92318: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79eefa10> <<< 11924 1726884869.92342: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5fe630> <<< 11924 1726884869.92369: 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' <<< 11924 1726884869.92408: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79f28fe0> <<< 11924 1726884869.92423: 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 0x7fae79f29370> <<< 11924 1726884869.92468: 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 0x7fae79f29430> <<< 11924 1726884869.92504: 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 0x7fae79f29550> <<< 11924 1726884869.92520: 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 <<< 11924 1726884869.92551: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 11924 1726884869.92568: 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 <<< 11924 1726884869.92598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 11924 1726884869.92664: 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 0x7fae79f48110> <<< 11924 1726884869.92709: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79f2a240> <<< 11924 1726884869.92713: 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' <<< 11924 1726884869.92760: stdout chunk (state=3): >>>import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a56ea50> # /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' <<< 11924 1726884869.92764: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79f482c0> <<< 11924 1726884869.92816: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79f29490> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py <<< 11924 1726884869.92822: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' <<< 11924 1726884869.92853: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79f48470> # /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' <<< 11924 1726884869.92903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884869.92969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884869.92980: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884869.93075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884869.93106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884869.93138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884869.93142: 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 0x7fae79f73e60> <<< 11924 1726884869.93183: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79f732c0> <<< 11924 1726884869.93231: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79f71d30> <<< 11924 1726884869.93402: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79f49c70> <<< 11924 1726884869.93406: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79f490d0> <<< 11924 1726884869.93458: 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 0x7fae79f4bf80> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py <<< 11924 1726884869.93479: 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 0x7fae7c6b0cb0> <<< 11924 1726884869.93496: 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 0x7fae79fac860> <<< 11924 1726884869.93530: 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 0x7fae79facad0> <<< 11924 1726884869.93569: 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 <<< 11924 1726884869.93588: 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 <<< 11924 1726884869.93617: 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 0x7fae79fad430> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79facec0> <<< 11924 1726884869.93669: 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 0x7fae79fae330> <<< 11924 1726884869.93693: stdout chunk (state=3): >>>import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c367050> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c315a30> <<< 11924 1726884869.94493: 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 0x7fae79faee10> # /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 <<< 11924 1726884869.94498: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 11924 1726884869.94501: 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 0x7fae79d87890> <<< 11924 1726884869.94548: 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' <<< 11924 1726884869.94572: 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 <<< 11924 1726884869.94575: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 11924 1726884869.94614: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 11924 1726884869.94632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884869.94735: 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 0x7fae79da98e0> <<< 11924 1726884869.94757: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79da9490> <<< 11924 1726884869.94780: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884869.94808: 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 0x7fae7ca02cc0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79da8350> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79d87b90> <<< 11924 1726884869.94831: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79d848f0> <<< 11924 1726884869.94879: 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' <<< 11924 1726884869.94882: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79d87650> <<< 11924 1726884869.94899: 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 <<< 11924 1726884869.94937: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884869.94954: 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 <<< 11924 1726884869.94977: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 11924 1726884869.95007: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79dbef60> <<< 11924 1726884869.95040: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79dbda90> <<< 11924 1726884869.95086: 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 <<< 11924 1726884869.95089: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 11924 1726884869.95136: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79de4770> # /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 <<< 11924 1726884869.95139: 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 0x7fae79de4a10> <<< 11924 1726884869.95178: 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 <<< 11924 1726884869.95181: 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 0x7fae79de4c80> <<< 11924 1726884869.95215: 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' <<< 11924 1726884869.95218: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79de4f20> <<< 11924 1726884869.95243: 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' <<< 11924 1726884869.95269: 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 <<< 11924 1726884869.95294: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 11924 1726884869.95339: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79de5640> <<< 11924 1726884869.95342: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79de5490> <<< 11924 1726884869.95378: 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 0x7fae79de6f00> <<< 11924 1726884869.95398: 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 <<< 11924 1726884869.95429: 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 0x7fae79de7050> <<< 11924 1726884869.95436: 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 <<< 11924 1726884869.95471: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 11924 1726884869.95475: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79de7260> <<< 11924 1726884869.95510: 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 <<< 11924 1726884869.95516: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 11924 1726884869.95553: 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 <<< 11924 1726884869.95559: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 11924 1726884869.95618: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79dfc200> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79de7a40> <<< 11924 1726884869.95621: 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 <<< 11924 1726884869.95624: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 11924 1726884869.95658: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79dfcda0> # /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 0x7fae79dfd1f0> <<< 11924 1726884869.95684: 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 <<< 11924 1726884869.95730: 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 0x7fae79dfd3d0> <<< 11924 1726884869.95734: 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 <<< 11924 1726884869.95759: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 11924 1726884869.95782: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79dfd6a0> <<< 11924 1726884869.95811: 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 <<< 11924 1726884869.95842: 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 0x7fae79dfe5a0> # /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' <<< 11924 1726884869.95862: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79dfe810> <<< 11924 1726884869.95891: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 11924 1726884869.95902: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79dfea20> <<< 11924 1726884869.95934: 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 <<< 11924 1726884869.95968: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 11924 1726884869.95971: 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 <<< 11924 1726884869.96009: 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 0x7fae79dff5c0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79dff110> <<< 11924 1726884869.96030: 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 <<< 11924 1726884869.96033: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 11924 1726884869.96088: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79e24440> <<< 11924 1726884869.96091: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79dffd70> <<< 11924 1726884869.96124: 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 0x7fae79e250d0> <<< 11924 1726884869.96152: 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 <<< 11924 1726884869.96184: 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 0x7fae79e253d0> <<< 11924 1726884869.96221: 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 <<< 11924 1726884869.96251: 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 0x7fae79e26330> <<< 11924 1726884869.96259: 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 0x7fae79e265d0> <<< 11924 1726884869.96293: 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 0x7fae79e26780> <<< 11924 1726884869.96317: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79faf230> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79faefc0> <<< 11924 1726884869.96348: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79fae720> # /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' <<< 11924 1726884869.96385: 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' <<< 11924 1726884869.96427: 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 0x7fae79e271a0> <<< 11924 1726884869.96430: stdout chunk (state=3): >>>import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79e26ed0> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py <<< 11924 1726884869.96464: 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 <<< 11924 1726884869.96514: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884869.96531: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 11924 1726884869.96574: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 11924 1726884869.96642: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79e49610> <<< 11924 1726884869.96646: 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' <<< 11924 1726884869.96741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 11924 1726884869.96753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 11924 1726884869.96775: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79e4ad80> <<< 11924 1726884869.96825: 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 0x7fae79e49f70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79e49b20> <<< 11924 1726884869.96850: 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 <<< 11924 1726884869.96910: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 11924 1726884869.96915: 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 0x7fae79ba0620> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79b8ba10> <<< 11924 1726884869.96943: 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' <<< 11924 1726884869.96959: 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 <<< 11924 1726884869.97041: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 11924 1726884869.97045: 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' <<< 11924 1726884869.97091: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79ba3530> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py <<< 11924 1726884869.97111: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' <<< 11924 1726884869.97114: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79ba3e00> <<< 11924 1726884869.97143: 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 <<< 11924 1726884869.97259: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79ba0c80> <<< 11924 1726884869.97354: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79ba0950> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79e27440> # /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' <<< 11924 1726884869.97360: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79e49160> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79e271d0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79faef90> <<< 11924 1726884869.97363: 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 <<< 11924 1726884869.97376: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 11924 1726884869.97413: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79bce0c0> <<< 11924 1726884869.97450: 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 <<< 11924 1726884869.97453: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 11924 1726884869.97505: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79bce990> # /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 <<< 11924 1726884869.97510: 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 0x7fae79bcf950> <<< 11924 1726884869.97551: 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 <<< 11924 1726884869.97576: 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 0x7fae79bcffb0> <<< 11924 1726884869.97601: 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 <<< 11924 1726884869.97616: 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' <<< 11924 1726884869.97641: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 11924 1726884869.97663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 11924 1726884869.97684: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884869.97827: 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 0x7fae79bf56a0> <<< 11924 1726884869.97843: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79bf5070> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79bf4d10> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79bf49b0> <<< 11924 1726884869.97877: 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 <<< 11924 1726884869.97889: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 11924 1726884869.97925: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79bf4da0> <<< 11924 1726884869.97960: 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' <<< 11924 1726884869.97988: 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 <<< 11924 1726884869.98012: 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 0x7fae79bf73e0> <<< 11924 1726884869.98050: 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 <<< 11924 1726884869.98080: 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 0x7fae79bf7470> <<< 11924 1726884869.98083: 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 <<< 11924 1726884869.98110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 11924 1726884869.98196: 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 0x7fae79bf7b60> <<< 11924 1726884869.98213: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79bf7a10> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py <<< 11924 1726884869.98248: 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 <<< 11924 1726884869.98267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 11924 1726884869.98282: 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 <<< 11924 1726884869.98378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884869.98421: 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' <<< 11924 1726884869.98424: stdout chunk (state=3): >>>import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79c260c0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 11924 1726884869.98474: 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 <<< 11924 1726884869.98478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 11924 1726884869.98524: 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 0x7fae79c27290> <<< 11924 1726884869.98530: 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 0x7fae79c27500> <<< 11924 1726884869.98577: 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' <<< 11924 1726884869.98580: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884869.98636: 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 0x7fae79c27650> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79c273b0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79c26d80> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79c26210> <<< 11924 1726884869.98667: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79c25520> <<< 11924 1726884869.98670: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79c24ad0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79c24380> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79bf6ed0> <<< 11924 1726884869.98729: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79bf63c0> <<< 11924 1726884869.98734: 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' <<< 11924 1726884869.98756: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79c272f0> # /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' <<< 11924 1726884869.98792: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79c27a70> <<< 11924 1726884869.98818: 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' <<< 11924 1726884869.98848: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79c50380> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py <<< 11924 1726884869.98865: 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 0x7fae79c50740> <<< 11924 1726884869.98904: 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 <<< 11924 1726884869.98921: 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 0x7fae79c51070> <<< 11924 1726884869.98956: 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 <<< 11924 1726884869.98968: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 11924 1726884869.99003: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79c51be0> <<< 11924 1726884870.11589: 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}}} <<< 11924 1726884870.13034: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 11924 1726884870.13072: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884870.13567: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884870.13602: 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 <<< 11924 1726884870.13714: stdout chunk (state=3): >>># cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # 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 <<< 11924 1726884870.13860: 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 # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_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 <<< 11924 1726884870.13876: stdout chunk (state=3): >>># cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # 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 dn<<< 11924 1726884870.13898: stdout chunk (state=3): >>>f.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 <<< 11924 1726884870.14412: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884870.14425: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 11924 1726884870.14433: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884870.14451: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 11924 1726884870.14471: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884870.14488: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 11924 1726884870.14494: stdout chunk (state=3): >>># destroy grp # destroy syslog <<< 11924 1726884870.14518: stdout chunk (state=3): >>># destroy selinux <<< 11924 1726884870.14537: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 11924 1726884870.14551: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 11924 1726884870.14586: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser <<< 11924 1726884870.14600: stdout chunk (state=3): >>># destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # destroy six.moves.urllib_parse # destroy six.moves.urllib.error <<< 11924 1726884870.14612: stdout chunk (state=3): >>># 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 <<< 11924 1726884870.14617: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 11924 1726884870.14640: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 11924 1726884870.14667: 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 <<< 11924 1726884870.14680: stdout chunk (state=3): >>># destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 11924 1726884870.14686: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 11924 1726884870.14723: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli <<< 11924 1726884870.14774: 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 <<< 11924 1726884870.14785: 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 <<< 11924 1726884870.14817: 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 <<< 11924 1726884870.14839: 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 <<< 11924 1726884870.14871: 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 <<< 11924 1726884870.14886: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module <<< 11924 1726884870.14908: 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 <<< 11924 1726884870.14919: stdout chunk (state=3): >>># cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request <<< 11924 1726884870.14942: stdout chunk (state=3): >>># destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry <<< 11924 1726884870.14946: stdout chunk (state=3): >>># cleanup[3] wiping email._header_value_parser <<< 11924 1726884870.14967: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words <<< 11924 1726884870.14972: stdout chunk (state=3): >>># cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar <<< 11924 1726884870.15019: 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 <<< 11924 1726884870.15032: stdout chunk (state=3): >>># 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 <<< 11924 1726884870.15047: 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 <<< 11924 1726884870.15064: 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 <<< 11924 1726884870.15078: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform <<< 11924 1726884870.15094: stdout chunk (state=3): >>># cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings <<< 11924 1726884870.15123: 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 <<< 11924 1726884870.15127: 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 <<< 11924 1726884870.15152: stdout chunk (state=3): >>># 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 <<< 11924 1726884870.15161: 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 <<< 11924 1726884870.15190: 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 <<< 11924 1726884870.15196: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 <<< 11924 1726884870.15223: 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 <<< 11924 1726884870.15246: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884870.15258: 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 <<< 11924 1726884870.15282: 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 <<< 11924 1726884870.15301: 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 <<< 11924 1726884870.15327: stdout chunk (state=3): >>># destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm <<< 11924 1726884870.15330: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884870.15806: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884870.15838: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 11924 1726884870.15888: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884870.15912: stdout chunk (state=3): >>># destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884870.15946: stdout chunk (state=3): >>># destroy _queue # destroy array # destroy copyreg <<< 11924 1726884870.16026: 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 <<< 11924 1726884870.16084: 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 <<< 11924 1726884870.16087: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 11924 1726884870.16146: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios <<< 11924 1726884870.16171: stdout chunk (state=3): >>># destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy rpm <<< 11924 1726884870.16234: 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 <<< 11924 1726884870.16300: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 11924 1726884870.16331: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 11924 1726884870.16376: stdout chunk (state=3): >>># destroy _ssl <<< 11924 1726884870.16439: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884870.16590: 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 <<< 11924 1726884870.16638: stdout chunk (state=3): >>># destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 11924 1726884870.17424: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884870.17461: stderr chunk (state=3): >>><<< 11924 1726884870.17464: stdout chunk (state=3): >>><<< 11924 1726884870.17620: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d6183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d5e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d61a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d408fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d409fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d44fe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d44fec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d47f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d47fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d45fad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d45d1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d44cfb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4a3710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4a2330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d45e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4a0b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4d4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d44c230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7d4d4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4d4ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7d4d4ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d442d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4d5580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4d5250> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4d6480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4ec6b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7d4edd90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4eec30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7d4ef290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4ee180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7d4efd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4ef440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4d64e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7d227b90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7d250680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d2503e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7d2506b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7d250fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7d251970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d250890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d225d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d252cf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d251850> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d4d6660> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d27b050> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d2a73b0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d300110> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d302870> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d300230> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d2cd190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d109220> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d2a61b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d253c20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fae7d2a62d0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_a48zc91o/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 0x7fae7d15ef30> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d13de20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d13cfb0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d15cdd0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7d18a870> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d18a600> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d189f10> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d18a660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d15f950> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7d18b5c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7d18b800> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d18bd40> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb15b50> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7cb17770> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb18140> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb192e0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb1bdd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7d442cf0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb1a090> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb23bf0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb226c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb22450> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb22990> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb1a5a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7cb67e90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb67fe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7cb69a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb697f0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7cb6bf50> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb6a0f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb6f6e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb6bfb0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7cb704a0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7cb70710> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7cb70aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb68110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7cb73fe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7cbfd3d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb72780> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7cb73b30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb723f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7ca014c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7ca02240> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cbfd5e0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7ca02030> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7ca03320> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fae7ca0dd30> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7ca0ba70> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7cb02780> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7d1ba450> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7ca0de50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7ca056d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7fae7caa0230> # /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 0x7fae7caa04a0> # /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 0x7fae7caa0bc0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa0770> # /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 0x7fae7caa14c0> # /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 0x7fae7ca89400> # /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 0x7fae7ca880e0> # /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 0x7fae7c64a240> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa2cc0> # /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 0x7fae7c64ce30> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c64b9b0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c64ad20> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa2180> # /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 0x7fae7c6b8da0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c670ef0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa2720> # /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 0x7fae7c6c0770> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c6bab40> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c6709e0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa1b80> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa1550> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa1280> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa0500> # /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 0x7fae7caa12b0> # /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 0x7fae7c6c0d40> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7caa1640> # /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 0x7fae7c6c1460> # /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 0x7fae7c63fe90> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c6a5400> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c6c2570> # /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 0x7fae7c6a4ec0> # /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 0x7fae7c6dde50> # /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 0x7fae7c6deae0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c6de5a0> # /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 0x7fae7c6deff0> # /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 0x7fae7c6b3710> # /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 0x7fae7c5d3e90> # 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 0x7fae7c316c00> # /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 0x7fae7c316d20> # /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 0x7fae7c366ed0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c366720> # 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 0x7fae7c3668d0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c317230> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c315cd0> # /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 0x7fae7c316900> # /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 0x7fae7c3e4500> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c3e40e0> # /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 0x7fae7c3e7dd0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c3e4650> # /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 0x7fae7bf36ff0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c3e7f20> # /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 0x7fae7bfb4aa0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7bf37350> # /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 0x7fae7bfb7aa0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7bfb4c80> # /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 0x7fae7bff3c80> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7bfb7e90> # /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 0x7fae7a54cf80> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a54c380> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c383c50> # /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 0x7fae7a56c4a0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a54f8f0> # /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 0x7fae7a56ea80> # /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 0x7fae7a56f980> # /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 0x7fae7a594290> # /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 0x7fae7a56ff80> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a56fbc0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a56e930> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a56e2d0> # /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 0x7fae7a5973b0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a56eea0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a56c740> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a54ef00> # /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 0x7fae7a54f620> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a54f380> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a54d100> # /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 0x7fae7a5d0a10> # /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 0x7fae7a5d2ed0> # /usr/lib64/python3.12/__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 0x7fae7a5d3680> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5d2210> # /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 0x7fae7a5d3e90> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5d08c0> # /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 0x7fae7a5fd940> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5fcec0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5fcce0> # /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 0x7fae79ec09b0> # /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 0x7fae79eeea20> # 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 0x7fae79eeed80> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79ec2cc0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79ec0e60> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5ffe60> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5fe0f0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5fddc0> # /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 0x7fae79f28890> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79eefa10> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7a5fe630> # /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 0x7fae79f28fe0> # /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 0x7fae79f29370> # /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 0x7fae79f29430> # /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 0x7fae79f29550> # /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 0x7fae79f48110> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79f2a240> # /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 0x7fae7a56ea50> # /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 0x7fae79f482c0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79f29490> # /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 0x7fae79f48470> # /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 0x7fae79f73e60> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79f732c0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79f71d30> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79f49c70> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79f490d0> # /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 0x7fae79f4bf80> # /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 0x7fae7c6b0cb0> # /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 0x7fae79fac860> # /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 0x7fae79facad0> # /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 0x7fae79fad430> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79facec0> # /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 0x7fae79fae330> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c367050> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae7c315a30> # /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 0x7fae79faee10> # /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 0x7fae79d87890> # /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 0x7fae79da98e0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79da9490> # 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 0x7fae7ca02cc0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79da8350> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79d87b90> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79d848f0> # /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 0x7fae79d87650> # /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 0x7fae79dbef60> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79dbda90> # /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 0x7fae79de4770> # /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 0x7fae79de4a10> # /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 0x7fae79de4c80> # /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 0x7fae79de4f20> # /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 0x7fae79de5640> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79de5490> # /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 0x7fae79de6f00> # /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 0x7fae79de7050> # /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 0x7fae79de7260> # /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 0x7fae79dfc200> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79de7a40> # /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 0x7fae79dfcda0> # /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 0x7fae79dfd1f0> # /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 0x7fae79dfd3d0> # /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 0x7fae79dfd6a0> # /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 0x7fae79dfe5a0> # /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 0x7fae79dfe810> # /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 0x7fae79dfea20> # /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 0x7fae79dff5c0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79dff110> # /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 0x7fae79e24440> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79dffd70> # /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 0x7fae79e250d0> # /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 0x7fae79e253d0> # /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 0x7fae79e26330> # /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 0x7fae79e265d0> # /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 0x7fae79e26780> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79faf230> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79faefc0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79fae720> # /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 0x7fae79e271a0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79e26ed0> # /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 0x7fae79e49610> # /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 0x7fae79e4ad80> # 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 0x7fae79e49f70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79e49b20> # /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 0x7fae79ba0620> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79b8ba10> # /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 0x7fae79ba3530> # /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 0x7fae79ba3e00> # /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 0x7fae79ba0c80> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79ba0950> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79e27440> # /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 0x7fae79e49160> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79e271d0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79faef90> # /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 0x7fae79bce0c0> # /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 0x7fae79bce990> # /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 0x7fae79bcf950> # /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 0x7fae79bcffb0> # /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 0x7fae79bf56a0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79bf5070> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79bf4d10> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79bf49b0> # /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 0x7fae79bf4da0> # /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 0x7fae79bf73e0> # /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 0x7fae79bf7470> # /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 0x7fae79bf7b60> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79bf7a10> # /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 0x7fae79c260c0> # /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 0x7fae79c27290> # /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 0x7fae79c27500> # /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 0x7fae79c27650> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79c273b0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79c26d80> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79c26210> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79c25520> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79c24ad0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79c24380> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79bf6ed0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fae79bf63c0> # /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 0x7fae79c272f0> # /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 0x7fae79c27a70> # /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 0x7fae79c50380> # /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 0x7fae79c50740> # /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 0x7fae79c51070> # /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 0x7fae79c51be0> {"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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884870.19115: 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-1726884869.494561-13375-32706867122698/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884870.19120: _low_level_execute_command(): starting 11924 1726884870.19122: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884869.494561-13375-32706867122698/ > /dev/null 2>&1 && sleep 0' 11924 1726884870.19125: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884870.19129: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884870.19131: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884870.19134: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884870.19136: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884870.19138: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884870.19140: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884870.19143: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884870.19145: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884870.19147: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884870.19149: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884870.19157: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884870.19159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884870.19162: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884870.19164: stderr chunk (state=3): >>>debug2: match found <<< 11924 1726884870.19166: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884870.19168: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884870.19177: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884870.19179: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884870.19181: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884870.20739: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884870.20764: stderr chunk (state=3): >>><<< 11924 1726884870.20767: stdout chunk (state=3): >>><<< 11924 1726884870.20782: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884870.20790: handler run complete 11924 1726884870.20816: attempt loop complete, returning result 11924 1726884870.20820: _execute() done 11924 1726884870.20822: dumping result to json 11924 1726884870.20826: done dumping result, returning 11924 1726884870.20835: done running TaskExecutor() for managed_node2/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-f4c0-2290-000000000db5] 11924 1726884870.20839: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000db5 11924 1726884870.20926: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000db5 11924 1726884870.20929: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 11924 1726884870.21000: no more pending results, returning what we have 11924 1726884870.21003: results queue empty 11924 1726884870.21004: checking for any_errors_fatal 11924 1726884870.21011: done checking for any_errors_fatal 11924 1726884870.21011: checking for max_fail_percentage 11924 1726884870.21013: done checking for max_fail_percentage 11924 1726884870.21014: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.21014: done checking to see if all hosts have failed 11924 1726884870.21015: getting the remaining hosts for this loop 11924 1726884870.21017: done getting the remaining hosts for this loop 11924 1726884870.21020: getting the next task for host managed_node2 11924 1726884870.21028: done getting next task for host managed_node2 11924 1726884870.21031: ^ task is: TASK: Collect LUKS info for this volume 11924 1726884870.21037: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884870.21047: getting variables 11924 1726884870.21049: in VariableManager get_vars() 11924 1726884870.21086: Calling all_inventory to load vars for managed_node2 11924 1726884870.21089: Calling groups_inventory to load vars for managed_node2 11924 1726884870.21092: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.21102: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.21105: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.21108: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.21485: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.22036: done with get_vars() 11924 1726884870.22054: done getting variables 11924 1726884870.22120: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:30 -0400 (0:00:00.820) 0:00:35.560 ****** 11924 1726884870.22157: entering _queue_task() for managed_node2/command 11924 1726884870.22469: worker is 1 (out of 1 available) 11924 1726884870.22483: exiting _queue_task() for managed_node2/command 11924 1726884870.22495: done queuing things up, now waiting for results queue to drain 11924 1726884870.22496: waiting for pending results... 11924 1726884870.22703: running TaskExecutor() for managed_node2/TASK: Collect LUKS info for this volume 11924 1726884870.22790: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000db6 11924 1726884870.22807: variable 'ansible_search_path' from source: unknown 11924 1726884870.22843: calling self._execute() 11924 1726884870.22922: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.22925: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.22935: variable 'omit' from source: magic vars 11924 1726884870.23222: variable 'storage_test_volume' from source: include params 11924 1726884870.23238: variable '_storage_test_volume_present' from source: set_fact 11924 1726884870.23250: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 11924 1726884870.23253: when evaluation is False, skipping this task 11924 1726884870.23257: _execute() done 11924 1726884870.23260: dumping result to json 11924 1726884870.23263: done dumping result, returning 11924 1726884870.23275: done running TaskExecutor() for managed_node2/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-f4c0-2290-000000000db6] 11924 1726884870.23278: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000db6 11924 1726884870.23365: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000db6 11924 1726884870.23368: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884870.23425: no more pending results, returning what we have 11924 1726884870.23428: results queue empty 11924 1726884870.23429: checking for any_errors_fatal 11924 1726884870.23435: done checking for any_errors_fatal 11924 1726884870.23436: checking for max_fail_percentage 11924 1726884870.23437: done checking for max_fail_percentage 11924 1726884870.23438: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.23438: done checking to see if all hosts have failed 11924 1726884870.23439: getting the remaining hosts for this loop 11924 1726884870.23441: done getting the remaining hosts for this loop 11924 1726884870.23444: getting the next task for host managed_node2 11924 1726884870.23451: done getting next task for host managed_node2 11924 1726884870.23453: ^ task is: TASK: Verify the presence/absence of the LUKS device node 11924 1726884870.23461: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884870.23464: getting variables 11924 1726884870.23465: in VariableManager get_vars() 11924 1726884870.23490: Calling all_inventory to load vars for managed_node2 11924 1726884870.23492: Calling groups_inventory to load vars for managed_node2 11924 1726884870.23495: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.23506: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.23509: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.23511: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.23832: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.24188: done with get_vars() 11924 1726884870.24198: done getting variables 11924 1726884870.24239: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:14:30 -0400 (0:00:00.021) 0:00:35.581 ****** 11924 1726884870.24263: entering _queue_task() for managed_node2/assert 11924 1726884870.24450: worker is 1 (out of 1 available) 11924 1726884870.24466: exiting _queue_task() for managed_node2/assert 11924 1726884870.24477: done queuing things up, now waiting for results queue to drain 11924 1726884870.24479: waiting for pending results... 11924 1726884870.24654: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the LUKS device node 11924 1726884870.24743: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000db7 11924 1726884870.24756: variable 'ansible_search_path' from source: unknown 11924 1726884870.24787: calling self._execute() 11924 1726884870.24866: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.24869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.24877: variable 'omit' from source: magic vars 11924 1726884870.25126: variable 'storage_test_volume' from source: include params 11924 1726884870.25149: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884870.25154: when evaluation is False, skipping this task 11924 1726884870.25159: _execute() done 11924 1726884870.25161: dumping result to json 11924 1726884870.25164: done dumping result, returning 11924 1726884870.25167: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-f4c0-2290-000000000db7] 11924 1726884870.25176: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000db7 11924 1726884870.25264: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000db7 11924 1726884870.25268: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884870.25315: no more pending results, returning what we have 11924 1726884870.25318: results queue empty 11924 1726884870.25319: checking for any_errors_fatal 11924 1726884870.25323: done checking for any_errors_fatal 11924 1726884870.25324: checking for max_fail_percentage 11924 1726884870.25325: done checking for max_fail_percentage 11924 1726884870.25326: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.25327: done checking to see if all hosts have failed 11924 1726884870.25327: getting the remaining hosts for this loop 11924 1726884870.25329: done getting the remaining hosts for this loop 11924 1726884870.25331: getting the next task for host managed_node2 11924 1726884870.25338: done getting next task for host managed_node2 11924 1726884870.25341: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 11924 1726884870.25346: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884870.25350: getting variables 11924 1726884870.25351: in VariableManager get_vars() 11924 1726884870.25388: Calling all_inventory to load vars for managed_node2 11924 1726884870.25391: Calling groups_inventory to load vars for managed_node2 11924 1726884870.25393: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.25402: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.25404: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.25406: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.25751: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.26236: done with get_vars() 11924 1726884870.26252: done getting variables 11924 1726884870.26319: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:30 -0400 (0:00:00.020) 0:00:35.602 ****** 11924 1726884870.26354: entering _queue_task() for managed_node2/assert 11924 1726884870.26580: worker is 1 (out of 1 available) 11924 1726884870.26593: exiting _queue_task() for managed_node2/assert 11924 1726884870.26609: done queuing things up, now waiting for results queue to drain 11924 1726884870.26611: waiting for pending results... 11924 1726884870.26895: running TaskExecutor() for managed_node2/TASK: Verify that the raw device is the same as the device if not encrypted 11924 1726884870.26986: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000db8 11924 1726884870.26998: variable 'ansible_search_path' from source: unknown 11924 1726884870.27105: calling self._execute() 11924 1726884870.27131: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.27261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.27270: variable 'omit' from source: magic vars 11924 1726884870.27512: variable '_storage_test_volume_present' from source: set_fact 11924 1726884870.27521: Evaluated conditional (_storage_test_volume_present): True 11924 1726884870.27524: variable 'omit' from source: magic vars 11924 1726884870.27588: variable 'omit' from source: magic vars 11924 1726884870.27906: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884870.29758: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884870.30223: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884870.30235: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884870.30263: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884870.30283: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884870.30376: variable 'storage_test_volume' from source: include params 11924 1726884870.30389: variable '__dev_ne_raw' from source: task vars 11924 1726884870.30483: variable 'storage_test_volume' from source: include params 11924 1726884870.30539: variable 'omit' from source: magic vars 11924 1726884870.30590: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884870.30605: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884870.30617: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884870.30631: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884870.30639: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884870.30652: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884870.30675: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884870.30735: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884870.30738: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.30740: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.30806: Set connection var ansible_shell_executable to /bin/sh 11924 1726884870.30810: Set connection var ansible_connection to ssh 11924 1726884870.30813: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884870.30859: Set connection var ansible_timeout to 10 11924 1726884870.30864: Set connection var ansible_pipelining to False 11924 1726884870.30867: Set connection var ansible_shell_type to sh 11924 1726884870.30869: variable 'ansible_shell_executable' from source: unknown 11924 1726884870.30875: variable 'ansible_connection' from source: unknown 11924 1726884870.30883: variable 'ansible_module_compression' from source: unknown 11924 1726884870.30891: variable 'ansible_shell_type' from source: unknown 11924 1726884870.30905: variable 'ansible_shell_executable' from source: unknown 11924 1726884870.30908: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.30910: variable 'ansible_pipelining' from source: unknown 11924 1726884870.30912: variable 'ansible_timeout' from source: unknown 11924 1726884870.30914: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.30987: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884870.30995: variable 'omit' from source: magic vars 11924 1726884870.31004: starting attempt loop 11924 1726884870.31007: running the handler 11924 1726884870.31186: variable '__dev_ne_raw' from source: task vars 11924 1726884870.31249: variable 'storage_test_volume' from source: include params 11924 1726884870.31270: variable 'storage_test_volume' from source: include params 11924 1726884870.31282: Evaluated conditional (__dev_ne_raw == (storage_test_volume.encryption | bool)): True 11924 1726884870.31287: handler run complete 11924 1726884870.31298: attempt loop complete, returning result 11924 1726884870.31304: _execute() done 11924 1726884870.31307: dumping result to json 11924 1726884870.31309: done dumping result, returning 11924 1726884870.31314: done running TaskExecutor() for managed_node2/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-f4c0-2290-000000000db8] 11924 1726884870.31318: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000db8 11924 1726884870.31409: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000db8 11924 1726884870.31411: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884870.31453: no more pending results, returning what we have 11924 1726884870.31458: results queue empty 11924 1726884870.31459: checking for any_errors_fatal 11924 1726884870.31466: done checking for any_errors_fatal 11924 1726884870.31467: checking for max_fail_percentage 11924 1726884870.31469: done checking for max_fail_percentage 11924 1726884870.31470: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.31470: done checking to see if all hosts have failed 11924 1726884870.31471: getting the remaining hosts for this loop 11924 1726884870.31475: done getting the remaining hosts for this loop 11924 1726884870.31478: getting the next task for host managed_node2 11924 1726884870.31487: done getting next task for host managed_node2 11924 1726884870.31490: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 11924 1726884870.31495: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884870.31507: getting variables 11924 1726884870.31509: in VariableManager get_vars() 11924 1726884870.31539: Calling all_inventory to load vars for managed_node2 11924 1726884870.31541: Calling groups_inventory to load vars for managed_node2 11924 1726884870.31544: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.31553: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.31558: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.31560: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.31917: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.32262: done with get_vars() 11924 1726884870.32272: done getting variables 11924 1726884870.32315: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:30 -0400 (0:00:00.059) 0:00:35.662 ****** 11924 1726884870.32336: entering _queue_task() for managed_node2/assert 11924 1726884870.32536: worker is 1 (out of 1 available) 11924 1726884870.32550: exiting _queue_task() for managed_node2/assert 11924 1726884870.32564: done queuing things up, now waiting for results queue to drain 11924 1726884870.32566: waiting for pending results... 11924 1726884870.32740: running TaskExecutor() for managed_node2/TASK: Make sure we got info about the LUKS volume if encrypted 11924 1726884870.32835: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000db9 11924 1726884870.32848: variable 'ansible_search_path' from source: unknown 11924 1726884870.32877: calling self._execute() 11924 1726884870.32949: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.32953: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.32963: variable 'omit' from source: magic vars 11924 1726884870.33212: variable '_storage_test_volume_present' from source: set_fact 11924 1726884870.33216: variable 'storage_test_volume' from source: include params 11924 1726884870.33239: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 11924 1726884870.33244: when evaluation is False, skipping this task 11924 1726884870.33247: _execute() done 11924 1726884870.33250: dumping result to json 11924 1726884870.33252: done dumping result, returning 11924 1726884870.33257: done running TaskExecutor() for managed_node2/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-f4c0-2290-000000000db9] 11924 1726884870.33266: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000db9 11924 1726884870.33351: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000db9 11924 1726884870.33354: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884870.33402: no more pending results, returning what we have 11924 1726884870.33406: results queue empty 11924 1726884870.33406: checking for any_errors_fatal 11924 1726884870.33413: done checking for any_errors_fatal 11924 1726884870.33413: checking for max_fail_percentage 11924 1726884870.33415: done checking for max_fail_percentage 11924 1726884870.33416: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.33416: done checking to see if all hosts have failed 11924 1726884870.33417: getting the remaining hosts for this loop 11924 1726884870.33418: done getting the remaining hosts for this loop 11924 1726884870.33421: getting the next task for host managed_node2 11924 1726884870.33428: done getting next task for host managed_node2 11924 1726884870.33430: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 11924 1726884870.33435: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884870.33438: getting variables 11924 1726884870.33440: in VariableManager get_vars() 11924 1726884870.33471: Calling all_inventory to load vars for managed_node2 11924 1726884870.33474: Calling groups_inventory to load vars for managed_node2 11924 1726884870.33476: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.33484: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.33487: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.33489: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.34381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.34898: done with get_vars() 11924 1726884870.34913: done getting variables 11924 1726884870.34973: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:14:30 -0400 (0:00:00.026) 0:00:35.689 ****** 11924 1726884870.35008: entering _queue_task() for managed_node2/assert 11924 1726884870.35226: worker is 1 (out of 1 available) 11924 1726884870.35239: exiting _queue_task() for managed_node2/assert 11924 1726884870.35252: done queuing things up, now waiting for results queue to drain 11924 1726884870.35253: waiting for pending results... 11924 1726884870.35521: running TaskExecutor() for managed_node2/TASK: Verify the LUKS volume's device type if encrypted 11924 1726884870.35669: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dba 11924 1726884870.35678: variable 'ansible_search_path' from source: unknown 11924 1726884870.35845: calling self._execute() 11924 1726884870.35848: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.35851: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.35853: variable 'omit' from source: magic vars 11924 1726884870.36217: variable '_storage_test_volume_present' from source: set_fact 11924 1726884870.36221: variable 'storage_test_volume' from source: include params 11924 1726884870.36259: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 11924 1726884870.36318: when evaluation is False, skipping this task 11924 1726884870.36321: _execute() done 11924 1726884870.36324: dumping result to json 11924 1726884870.36326: done dumping result, returning 11924 1726884870.36329: done running TaskExecutor() for managed_node2/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-f4c0-2290-000000000dba] 11924 1726884870.36331: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dba 11924 1726884870.36420: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dba 11924 1726884870.36423: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884870.36474: no more pending results, returning what we have 11924 1726884870.36477: results queue empty 11924 1726884870.36478: checking for any_errors_fatal 11924 1726884870.36485: done checking for any_errors_fatal 11924 1726884870.36486: checking for max_fail_percentage 11924 1726884870.36488: done checking for max_fail_percentage 11924 1726884870.36488: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.36489: done checking to see if all hosts have failed 11924 1726884870.36490: getting the remaining hosts for this loop 11924 1726884870.36491: done getting the remaining hosts for this loop 11924 1726884870.36495: getting the next task for host managed_node2 11924 1726884870.36504: done getting next task for host managed_node2 11924 1726884870.36506: ^ task is: TASK: Check LUKS version 11924 1726884870.36513: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884870.36517: getting variables 11924 1726884870.36519: in VariableManager get_vars() 11924 1726884870.36547: Calling all_inventory to load vars for managed_node2 11924 1726884870.36549: Calling groups_inventory to load vars for managed_node2 11924 1726884870.36552: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.36562: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.36564: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.36567: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.36898: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.37261: done with get_vars() 11924 1726884870.37271: done getting variables 11924 1726884870.37313: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:30 -0400 (0:00:00.023) 0:00:35.712 ****** 11924 1726884870.37335: entering _queue_task() for managed_node2/assert 11924 1726884870.37506: worker is 1 (out of 1 available) 11924 1726884870.37518: exiting _queue_task() for managed_node2/assert 11924 1726884870.37531: done queuing things up, now waiting for results queue to drain 11924 1726884870.37532: waiting for pending results... 11924 1726884870.37753: running TaskExecutor() for managed_node2/TASK: Check LUKS version 11924 1726884870.37854: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dbb 11924 1726884870.37961: variable 'ansible_search_path' from source: unknown 11924 1726884870.37964: calling self._execute() 11924 1726884870.38007: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.38010: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.38021: variable 'omit' from source: magic vars 11924 1726884870.38293: variable '_storage_test_volume_present' from source: set_fact 11924 1726884870.38297: Evaluated conditional (_storage_test_volume_present): True 11924 1726884870.38370: variable 'storage_test_volume' from source: include params 11924 1726884870.38391: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884870.38395: when evaluation is False, skipping this task 11924 1726884870.38397: _execute() done 11924 1726884870.38403: dumping result to json 11924 1726884870.38405: done dumping result, returning 11924 1726884870.38408: done running TaskExecutor() for managed_node2/TASK: Check LUKS version [0affc8a3-6f6f-f4c0-2290-000000000dbb] 11924 1726884870.38414: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dbb 11924 1726884870.38504: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dbb 11924 1726884870.38507: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884870.38548: no more pending results, returning what we have 11924 1726884870.38551: results queue empty 11924 1726884870.38552: checking for any_errors_fatal 11924 1726884870.38559: done checking for any_errors_fatal 11924 1726884870.38560: checking for max_fail_percentage 11924 1726884870.38561: done checking for max_fail_percentage 11924 1726884870.38562: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.38563: done checking to see if all hosts have failed 11924 1726884870.38564: getting the remaining hosts for this loop 11924 1726884870.38565: done getting the remaining hosts for this loop 11924 1726884870.38568: getting the next task for host managed_node2 11924 1726884870.38575: done getting next task for host managed_node2 11924 1726884870.38577: ^ task is: TASK: Check LUKS key size 11924 1726884870.38583: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884870.38586: getting variables 11924 1726884870.38587: in VariableManager get_vars() 11924 1726884870.38614: Calling all_inventory to load vars for managed_node2 11924 1726884870.38616: Calling groups_inventory to load vars for managed_node2 11924 1726884870.38619: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.38627: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.38629: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.38631: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.38963: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.39391: done with get_vars() 11924 1726884870.39409: done getting variables 11924 1726884870.39449: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:30 -0400 (0:00:00.021) 0:00:35.733 ****** 11924 1726884870.39481: entering _queue_task() for managed_node2/assert 11924 1726884870.39675: worker is 1 (out of 1 available) 11924 1726884870.39688: exiting _queue_task() for managed_node2/assert 11924 1726884870.39705: done queuing things up, now waiting for results queue to drain 11924 1726884870.39706: waiting for pending results... 11924 1726884870.39911: running TaskExecutor() for managed_node2/TASK: Check LUKS key size 11924 1726884870.40012: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dbc 11924 1726884870.40022: variable 'ansible_search_path' from source: unknown 11924 1726884870.40048: calling self._execute() 11924 1726884870.40150: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.40153: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.40157: variable 'omit' from source: magic vars 11924 1726884870.40484: variable '_storage_test_volume_present' from source: set_fact 11924 1726884870.40487: Evaluated conditional (_storage_test_volume_present): True 11924 1726884870.40543: variable 'storage_test_volume' from source: include params 11924 1726884870.40578: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884870.40581: when evaluation is False, skipping this task 11924 1726884870.40584: _execute() done 11924 1726884870.40586: dumping result to json 11924 1726884870.40588: done dumping result, returning 11924 1726884870.40599: done running TaskExecutor() for managed_node2/TASK: Check LUKS key size [0affc8a3-6f6f-f4c0-2290-000000000dbc] 11924 1726884870.40604: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dbc 11924 1726884870.40711: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dbc 11924 1726884870.40714: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884870.40775: no more pending results, returning what we have 11924 1726884870.40778: results queue empty 11924 1726884870.40779: checking for any_errors_fatal 11924 1726884870.40785: done checking for any_errors_fatal 11924 1726884870.40786: checking for max_fail_percentage 11924 1726884870.40787: done checking for max_fail_percentage 11924 1726884870.40788: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.40789: done checking to see if all hosts have failed 11924 1726884870.40790: getting the remaining hosts for this loop 11924 1726884870.40791: done getting the remaining hosts for this loop 11924 1726884870.40794: getting the next task for host managed_node2 11924 1726884870.40805: done getting next task for host managed_node2 11924 1726884870.40807: ^ task is: TASK: Check LUKS cipher 11924 1726884870.40813: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884870.40817: getting variables 11924 1726884870.40818: in VariableManager get_vars() 11924 1726884870.40844: Calling all_inventory to load vars for managed_node2 11924 1726884870.40846: Calling groups_inventory to load vars for managed_node2 11924 1726884870.40849: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.40862: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.40865: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.40869: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.41373: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.41949: done with get_vars() 11924 1726884870.41960: done getting variables 11924 1726884870.41998: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:30 -0400 (0:00:00.025) 0:00:35.759 ****** 11924 1726884870.42022: entering _queue_task() for managed_node2/assert 11924 1726884870.42193: worker is 1 (out of 1 available) 11924 1726884870.42208: exiting _queue_task() for managed_node2/assert 11924 1726884870.42219: done queuing things up, now waiting for results queue to drain 11924 1726884870.42221: waiting for pending results... 11924 1726884870.42398: running TaskExecutor() for managed_node2/TASK: Check LUKS cipher 11924 1726884870.42483: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dbd 11924 1726884870.42495: variable 'ansible_search_path' from source: unknown 11924 1726884870.42520: calling self._execute() 11924 1726884870.42596: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.42602: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.42610: variable 'omit' from source: magic vars 11924 1726884870.42882: variable '_storage_test_volume_present' from source: set_fact 11924 1726884870.42897: Evaluated conditional (_storage_test_volume_present): True 11924 1726884870.42968: variable 'storage_test_volume' from source: include params 11924 1726884870.42987: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884870.42991: when evaluation is False, skipping this task 11924 1726884870.43005: _execute() done 11924 1726884870.43008: dumping result to json 11924 1726884870.43011: done dumping result, returning 11924 1726884870.43013: done running TaskExecutor() for managed_node2/TASK: Check LUKS cipher [0affc8a3-6f6f-f4c0-2290-000000000dbd] 11924 1726884870.43015: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dbd 11924 1726884870.43096: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dbd 11924 1726884870.43103: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884870.43162: no more pending results, returning what we have 11924 1726884870.43165: results queue empty 11924 1726884870.43166: checking for any_errors_fatal 11924 1726884870.43170: done checking for any_errors_fatal 11924 1726884870.43170: checking for max_fail_percentage 11924 1726884870.43172: done checking for max_fail_percentage 11924 1726884870.43172: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.43173: done checking to see if all hosts have failed 11924 1726884870.43174: getting the remaining hosts for this loop 11924 1726884870.43175: done getting the remaining hosts for this loop 11924 1726884870.43178: getting the next task for host managed_node2 11924 1726884870.43185: done getting next task for host managed_node2 11924 1726884870.43187: ^ task is: TASK: Set test variables 11924 1726884870.43192: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884870.43195: getting variables 11924 1726884870.43197: in VariableManager get_vars() 11924 1726884870.43224: Calling all_inventory to load vars for managed_node2 11924 1726884870.43226: Calling groups_inventory to load vars for managed_node2 11924 1726884870.43227: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.43233: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.43235: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.43237: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.43559: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.43899: done with get_vars() 11924 1726884870.43910: done getting variables 11924 1726884870.43947: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:30 -0400 (0:00:00.019) 0:00:35.778 ****** 11924 1726884870.43969: entering _queue_task() for managed_node2/set_fact 11924 1726884870.44143: worker is 1 (out of 1 available) 11924 1726884870.44157: exiting _queue_task() for managed_node2/set_fact 11924 1726884870.44167: done queuing things up, now waiting for results queue to drain 11924 1726884870.44169: waiting for pending results... 11924 1726884870.44333: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884870.44414: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dbe 11924 1726884870.44432: variable 'ansible_search_path' from source: unknown 11924 1726884870.44459: calling self._execute() 11924 1726884870.44543: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.44546: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.44556: variable 'omit' from source: magic vars 11924 1726884870.44630: variable 'omit' from source: magic vars 11924 1726884870.44678: variable 'omit' from source: magic vars 11924 1726884870.44870: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884870.46623: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884870.47019: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884870.47045: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884870.47070: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884870.47089: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884870.47174: variable 'storage_test_volume' from source: include params 11924 1726884870.47187: variable '_storage_test_volume_present' from source: set_fact 11924 1726884870.47340: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884870.47460: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884870.47463: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884870.47465: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884870.47467: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884870.47469: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884870.47495: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884870.47525: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884870.47569: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884870.47590: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884870.47654: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884870.47685: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884870.47714: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884870.47757: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884870.47777: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884870.47937: variable 'storage_test_crypttab' from source: set_fact 11924 1726884870.47950: variable 'storage_test_volume' from source: include params 11924 1726884870.48459: variable 'storage_test_volume' from source: include params 11924 1726884870.48462: variable 'omit' from source: magic vars 11924 1726884870.48464: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884870.48467: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884870.48469: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884870.48471: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884870.48473: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884870.48475: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884870.48476: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884870.48478: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884870.48480: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.48488: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.48597: Set connection var ansible_shell_executable to /bin/sh 11924 1726884870.48604: Set connection var ansible_connection to ssh 11924 1726884870.48614: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884870.48624: Set connection var ansible_timeout to 10 11924 1726884870.48633: Set connection var ansible_pipelining to False 11924 1726884870.48642: Set connection var ansible_shell_type to sh 11924 1726884870.48681: variable 'ansible_shell_executable' from source: unknown 11924 1726884870.48690: variable 'ansible_connection' from source: unknown 11924 1726884870.48698: variable 'ansible_module_compression' from source: unknown 11924 1726884870.48705: variable 'ansible_shell_type' from source: unknown 11924 1726884870.48712: variable 'ansible_shell_executable' from source: unknown 11924 1726884870.48720: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.48728: variable 'ansible_pipelining' from source: unknown 11924 1726884870.48735: variable 'ansible_timeout' from source: unknown 11924 1726884870.48743: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.48843: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884870.48872: variable 'omit' from source: magic vars 11924 1726884870.48882: starting attempt loop 11924 1726884870.48889: running the handler 11924 1726884870.48907: handler run complete 11924 1726884870.48921: attempt loop complete, returning result 11924 1726884870.48929: _execute() done 11924 1726884870.48936: dumping result to json 11924 1726884870.48968: done dumping result, returning 11924 1726884870.48971: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-000000000dbe] 11924 1726884870.48975: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dbe 11924 1726884870.49060: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dbe 11924 1726884870.49063: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 11924 1726884870.49124: no more pending results, returning what we have 11924 1726884870.49127: results queue empty 11924 1726884870.49128: checking for any_errors_fatal 11924 1726884870.49134: done checking for any_errors_fatal 11924 1726884870.49135: checking for max_fail_percentage 11924 1726884870.49137: done checking for max_fail_percentage 11924 1726884870.49138: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.49138: done checking to see if all hosts have failed 11924 1726884870.49139: getting the remaining hosts for this loop 11924 1726884870.49141: done getting the remaining hosts for this loop 11924 1726884870.49145: getting the next task for host managed_node2 11924 1726884870.49153: done getting next task for host managed_node2 11924 1726884870.49157: ^ task is: TASK: Check for /etc/crypttab entry 11924 1726884870.49162: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884870.49166: getting variables 11924 1726884870.49168: in VariableManager get_vars() 11924 1726884870.49198: Calling all_inventory to load vars for managed_node2 11924 1726884870.49200: Calling groups_inventory to load vars for managed_node2 11924 1726884870.49204: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.49212: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.49215: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.49218: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.49581: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.49927: done with get_vars() 11924 1726884870.49938: done getting variables 11924 1726884870.49977: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:30 -0400 (0:00:00.060) 0:00:35.838 ****** 11924 1726884870.50001: entering _queue_task() for managed_node2/assert 11924 1726884870.50186: worker is 1 (out of 1 available) 11924 1726884870.50201: exiting _queue_task() for managed_node2/assert 11924 1726884870.50213: done queuing things up, now waiting for results queue to drain 11924 1726884870.50214: waiting for pending results... 11924 1726884870.50398: running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry 11924 1726884870.50485: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dbf 11924 1726884870.50497: variable 'ansible_search_path' from source: unknown 11924 1726884870.50525: calling self._execute() 11924 1726884870.50603: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.50609: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.50618: variable 'omit' from source: magic vars 11924 1726884870.50695: variable 'omit' from source: magic vars 11924 1726884870.50743: variable 'omit' from source: magic vars 11924 1726884870.50947: variable 'storage_test_volume' from source: include params 11924 1726884870.51160: variable 'omit' from source: magic vars 11924 1726884870.51164: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884870.51167: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884870.51169: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884870.51172: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884870.51174: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884870.51176: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884870.51178: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884870.51196: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884870.51207: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.51215: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.51331: Set connection var ansible_shell_executable to /bin/sh 11924 1726884870.51339: Set connection var ansible_connection to ssh 11924 1726884870.51350: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884870.51362: Set connection var ansible_timeout to 10 11924 1726884870.51371: Set connection var ansible_pipelining to False 11924 1726884870.51381: Set connection var ansible_shell_type to sh 11924 1726884870.51412: variable 'ansible_shell_executable' from source: unknown 11924 1726884870.51418: variable 'ansible_connection' from source: unknown 11924 1726884870.51424: variable 'ansible_module_compression' from source: unknown 11924 1726884870.51431: variable 'ansible_shell_type' from source: unknown 11924 1726884870.51436: variable 'ansible_shell_executable' from source: unknown 11924 1726884870.51442: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.51448: variable 'ansible_pipelining' from source: unknown 11924 1726884870.51453: variable 'ansible_timeout' from source: unknown 11924 1726884870.51462: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.51585: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884870.51604: variable 'omit' from source: magic vars 11924 1726884870.51615: starting attempt loop 11924 1726884870.51621: running the handler 11924 1726884870.51797: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884870.54281: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884870.54347: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884870.54388: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884870.54429: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884870.54463: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884870.54538: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884870.54574: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884870.54607: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884870.54668: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884870.54682: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884870.54960: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884870.54963: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884870.54966: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884870.54969: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884870.54971: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884870.54973: variable '_storage_test_crypttab_entries' from source: set_fact 11924 1726884870.54975: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884870.54991: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 11924 1726884870.55004: handler run complete 11924 1726884870.55024: attempt loop complete, returning result 11924 1726884870.55035: _execute() done 11924 1726884870.55042: dumping result to json 11924 1726884870.55049: done dumping result, returning 11924 1726884870.55065: done running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-f4c0-2290-000000000dbf] 11924 1726884870.55074: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dbf ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884870.55217: no more pending results, returning what we have 11924 1726884870.55221: results queue empty 11924 1726884870.55222: checking for any_errors_fatal 11924 1726884870.55229: done checking for any_errors_fatal 11924 1726884870.55236: checking for max_fail_percentage 11924 1726884870.55238: done checking for max_fail_percentage 11924 1726884870.55239: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.55240: done checking to see if all hosts have failed 11924 1726884870.55241: getting the remaining hosts for this loop 11924 1726884870.55243: done getting the remaining hosts for this loop 11924 1726884870.55247: getting the next task for host managed_node2 11924 1726884870.55259: done getting next task for host managed_node2 11924 1726884870.55262: ^ task is: TASK: Validate the format of the crypttab entry 11924 1726884870.55268: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884870.55273: getting variables 11924 1726884870.55276: in VariableManager get_vars() 11924 1726884870.55312: Calling all_inventory to load vars for managed_node2 11924 1726884870.55315: Calling groups_inventory to load vars for managed_node2 11924 1726884870.55319: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.55331: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.55334: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.55337: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.56331: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dbf 11924 1726884870.56335: WORKER PROCESS EXITING 11924 1726884870.56511: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.57052: done with get_vars() 11924 1726884870.57064: done getting variables 11924 1726884870.57113: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:30 -0400 (0:00:00.071) 0:00:35.910 ****** 11924 1726884870.57135: entering _queue_task() for managed_node2/assert 11924 1726884870.57330: worker is 1 (out of 1 available) 11924 1726884870.57343: exiting _queue_task() for managed_node2/assert 11924 1726884870.57358: done queuing things up, now waiting for results queue to drain 11924 1726884870.57359: waiting for pending results... 11924 1726884870.57552: running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry 11924 1726884870.57653: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dc0 11924 1726884870.57669: variable 'ansible_search_path' from source: unknown 11924 1726884870.57694: calling self._execute() 11924 1726884870.57778: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.57781: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.57790: variable 'omit' from source: magic vars 11924 1726884870.58066: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884870.60007: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884870.60063: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884870.60090: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884870.60118: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884870.60140: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884870.60196: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884870.60219: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884870.60237: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884870.60267: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884870.60277: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884870.60354: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884870.60379: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884870.60382: when evaluation is False, skipping this task 11924 1726884870.60384: _execute() done 11924 1726884870.60387: dumping result to json 11924 1726884870.60389: done dumping result, returning 11924 1726884870.60396: done running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-f4c0-2290-000000000dc0] 11924 1726884870.60403: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dc0 11924 1726884870.60485: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dc0 11924 1726884870.60488: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884870.60536: no more pending results, returning what we have 11924 1726884870.60539: results queue empty 11924 1726884870.60540: checking for any_errors_fatal 11924 1726884870.60547: done checking for any_errors_fatal 11924 1726884870.60548: checking for max_fail_percentage 11924 1726884870.60550: done checking for max_fail_percentage 11924 1726884870.60551: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.60551: done checking to see if all hosts have failed 11924 1726884870.60552: getting the remaining hosts for this loop 11924 1726884870.60554: done getting the remaining hosts for this loop 11924 1726884870.60560: getting the next task for host managed_node2 11924 1726884870.60568: done getting next task for host managed_node2 11924 1726884870.60571: ^ task is: TASK: Check backing device of crypttab entry 11924 1726884870.60576: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884870.60581: getting variables 11924 1726884870.60582: in VariableManager get_vars() 11924 1726884870.60613: Calling all_inventory to load vars for managed_node2 11924 1726884870.60615: Calling groups_inventory to load vars for managed_node2 11924 1726884870.60617: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.60626: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.60628: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.60630: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.61005: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.61366: done with get_vars() 11924 1726884870.61376: done getting variables 11924 1726884870.61415: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:30 -0400 (0:00:00.043) 0:00:35.953 ****** 11924 1726884870.61439: entering _queue_task() for managed_node2/assert 11924 1726884870.61631: worker is 1 (out of 1 available) 11924 1726884870.61644: exiting _queue_task() for managed_node2/assert 11924 1726884870.61658: done queuing things up, now waiting for results queue to drain 11924 1726884870.61660: waiting for pending results... 11924 1726884870.61971: running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry 11924 1726884870.62043: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dc1 11924 1726884870.62064: variable 'ansible_search_path' from source: unknown 11924 1726884870.62102: calling self._execute() 11924 1726884870.62219: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.62231: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.62247: variable 'omit' from source: magic vars 11924 1726884870.62663: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884870.65124: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884870.65462: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884870.65465: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884870.65489: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884870.65523: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884870.65608: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884870.65646: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884870.65681: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884870.65736: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884870.65762: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884870.65888: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884870.65924: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884870.65933: when evaluation is False, skipping this task 11924 1726884870.65941: _execute() done 11924 1726884870.65949: dumping result to json 11924 1726884870.65958: done dumping result, returning 11924 1726884870.65970: done running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-f4c0-2290-000000000dc1] 11924 1726884870.66033: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dc1 11924 1726884870.66101: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dc1 11924 1726884870.66104: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884870.66185: no more pending results, returning what we have 11924 1726884870.66189: results queue empty 11924 1726884870.66190: checking for any_errors_fatal 11924 1726884870.66198: done checking for any_errors_fatal 11924 1726884870.66198: checking for max_fail_percentage 11924 1726884870.66200: done checking for max_fail_percentage 11924 1726884870.66201: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.66202: done checking to see if all hosts have failed 11924 1726884870.66203: getting the remaining hosts for this loop 11924 1726884870.66205: done getting the remaining hosts for this loop 11924 1726884870.66209: getting the next task for host managed_node2 11924 1726884870.66219: done getting next task for host managed_node2 11924 1726884870.66222: ^ task is: TASK: Check key file of crypttab entry 11924 1726884870.66229: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884870.66235: getting variables 11924 1726884870.66237: in VariableManager get_vars() 11924 1726884870.66280: Calling all_inventory to load vars for managed_node2 11924 1726884870.66283: Calling groups_inventory to load vars for managed_node2 11924 1726884870.66286: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.66297: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.66300: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.66303: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.67189: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.67864: done with get_vars() 11924 1726884870.67881: done getting variables 11924 1726884870.67942: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:30 -0400 (0:00:00.065) 0:00:36.018 ****** 11924 1726884870.67987: entering _queue_task() for managed_node2/assert 11924 1726884870.68420: worker is 1 (out of 1 available) 11924 1726884870.68548: exiting _queue_task() for managed_node2/assert 11924 1726884870.68562: done queuing things up, now waiting for results queue to drain 11924 1726884870.68564: waiting for pending results... 11924 1726884870.68880: running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry 11924 1726884870.68919: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dc2 11924 1726884870.68940: variable 'ansible_search_path' from source: unknown 11924 1726884870.68987: calling self._execute() 11924 1726884870.69238: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.69250: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.69269: variable 'omit' from source: magic vars 11924 1726884870.69733: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884870.71921: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884870.72163: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884870.72167: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884870.72170: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884870.72172: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884870.72192: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884870.72224: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884870.72251: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884870.72309: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884870.72329: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884870.72458: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884870.72496: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884870.72520: when evaluation is False, skipping this task 11924 1726884870.72545: _execute() done 11924 1726884870.72549: dumping result to json 11924 1726884870.72552: done dumping result, returning 11924 1726884870.72554: done running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry [0affc8a3-6f6f-f4c0-2290-000000000dc2] 11924 1726884870.72559: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dc2 skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884870.72712: no more pending results, returning what we have 11924 1726884870.72715: results queue empty 11924 1726884870.72716: checking for any_errors_fatal 11924 1726884870.72724: done checking for any_errors_fatal 11924 1726884870.72724: checking for max_fail_percentage 11924 1726884870.72726: done checking for max_fail_percentage 11924 1726884870.72727: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.72728: done checking to see if all hosts have failed 11924 1726884870.72729: getting the remaining hosts for this loop 11924 1726884870.72730: done getting the remaining hosts for this loop 11924 1726884870.72734: getting the next task for host managed_node2 11924 1726884870.72743: done getting next task for host managed_node2 11924 1726884870.72745: ^ task is: TASK: Clear test variables 11924 1726884870.72751: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884870.72757: getting variables 11924 1726884870.72759: in VariableManager get_vars() 11924 1726884870.72787: Calling all_inventory to load vars for managed_node2 11924 1726884870.72789: Calling groups_inventory to load vars for managed_node2 11924 1726884870.72799: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.72809: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.72812: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.72815: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.73171: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dc2 11924 1726884870.73175: WORKER PROCESS EXITING 11924 1726884870.73185: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.73542: done with get_vars() 11924 1726884870.73552: done getting variables 11924 1726884870.73595: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:30 -0400 (0:00:00.056) 0:00:36.075 ****** 11924 1726884870.73621: entering _queue_task() for managed_node2/set_fact 11924 1726884870.73806: worker is 1 (out of 1 available) 11924 1726884870.73820: exiting _queue_task() for managed_node2/set_fact 11924 1726884870.73832: done queuing things up, now waiting for results queue to drain 11924 1726884870.73833: waiting for pending results... 11924 1726884870.74013: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884870.74092: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dc3 11924 1726884870.74107: variable 'ansible_search_path' from source: unknown 11924 1726884870.74131: calling self._execute() 11924 1726884870.74208: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.74212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.74223: variable 'omit' from source: magic vars 11924 1726884870.74298: variable 'omit' from source: magic vars 11924 1726884870.74344: variable 'omit' from source: magic vars 11924 1726884870.74370: variable 'omit' from source: magic vars 11924 1726884870.74406: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884870.74431: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884870.74446: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884870.74460: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884870.74471: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884870.74484: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884870.74502: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884870.74524: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884870.74527: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.74529: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.74611: Set connection var ansible_shell_executable to /bin/sh 11924 1726884870.74614: Set connection var ansible_connection to ssh 11924 1726884870.74616: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884870.74621: Set connection var ansible_timeout to 10 11924 1726884870.74627: Set connection var ansible_pipelining to False 11924 1726884870.74632: Set connection var ansible_shell_type to sh 11924 1726884870.74653: variable 'ansible_shell_executable' from source: unknown 11924 1726884870.74659: variable 'ansible_connection' from source: unknown 11924 1726884870.74662: variable 'ansible_module_compression' from source: unknown 11924 1726884870.74665: variable 'ansible_shell_type' from source: unknown 11924 1726884870.74668: variable 'ansible_shell_executable' from source: unknown 11924 1726884870.74671: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.74674: variable 'ansible_pipelining' from source: unknown 11924 1726884870.74676: variable 'ansible_timeout' from source: unknown 11924 1726884870.74679: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.74780: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884870.74788: variable 'omit' from source: magic vars 11924 1726884870.74793: starting attempt loop 11924 1726884870.74796: running the handler 11924 1726884870.74808: handler run complete 11924 1726884870.74816: attempt loop complete, returning result 11924 1726884870.74820: _execute() done 11924 1726884870.74823: dumping result to json 11924 1726884870.74825: done dumping result, returning 11924 1726884870.74836: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-000000000dc3] 11924 1726884870.74838: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dc3 11924 1726884870.74912: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dc3 11924 1726884870.74914: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 11924 1726884870.74988: no more pending results, returning what we have 11924 1726884870.74990: results queue empty 11924 1726884870.74991: checking for any_errors_fatal 11924 1726884870.74996: done checking for any_errors_fatal 11924 1726884870.74997: checking for max_fail_percentage 11924 1726884870.74998: done checking for max_fail_percentage 11924 1726884870.74999: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.75002: done checking to see if all hosts have failed 11924 1726884870.75003: getting the remaining hosts for this loop 11924 1726884870.75004: done getting the remaining hosts for this loop 11924 1726884870.75007: getting the next task for host managed_node2 11924 1726884870.75017: done getting next task for host managed_node2 11924 1726884870.75019: ^ task is: TASK: Get information about RAID 11924 1726884870.75024: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884870.75027: getting variables 11924 1726884870.75029: in VariableManager get_vars() 11924 1726884870.75054: Calling all_inventory to load vars for managed_node2 11924 1726884870.75058: Calling groups_inventory to load vars for managed_node2 11924 1726884870.75060: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.75066: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.75068: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.75070: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.75381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.75753: done with get_vars() 11924 1726884870.75774: done getting variables 11924 1726884870.75848: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:30 -0400 (0:00:00.022) 0:00:36.097 ****** 11924 1726884870.75876: entering _queue_task() for managed_node2/command 11924 1726884870.76172: worker is 1 (out of 1 available) 11924 1726884870.76191: exiting _queue_task() for managed_node2/command 11924 1726884870.76212: done queuing things up, now waiting for results queue to drain 11924 1726884870.76214: waiting for pending results... 11924 1726884870.76451: running TaskExecutor() for managed_node2/TASK: Get information about RAID 11924 1726884870.76637: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dc7 11924 1726884870.76641: variable 'ansible_search_path' from source: unknown 11924 1726884870.76644: calling self._execute() 11924 1726884870.76745: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.76802: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.76812: variable 'omit' from source: magic vars 11924 1726884870.77039: variable 'storage_test_volume' from source: include params 11924 1726884870.77064: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884870.77067: when evaluation is False, skipping this task 11924 1726884870.77070: _execute() done 11924 1726884870.77072: dumping result to json 11924 1726884870.77074: done dumping result, returning 11924 1726884870.77081: done running TaskExecutor() for managed_node2/TASK: Get information about RAID [0affc8a3-6f6f-f4c0-2290-000000000dc7] 11924 1726884870.77086: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dc7 11924 1726884870.77192: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dc7 11924 1726884870.77195: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884870.77275: no more pending results, returning what we have 11924 1726884870.77279: results queue empty 11924 1726884870.77279: checking for any_errors_fatal 11924 1726884870.77284: done checking for any_errors_fatal 11924 1726884870.77285: checking for max_fail_percentage 11924 1726884870.77286: done checking for max_fail_percentage 11924 1726884870.77287: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.77288: done checking to see if all hosts have failed 11924 1726884870.77288: getting the remaining hosts for this loop 11924 1726884870.77290: done getting the remaining hosts for this loop 11924 1726884870.77297: getting the next task for host managed_node2 11924 1726884870.77306: done getting next task for host managed_node2 11924 1726884870.77308: ^ task is: TASK: Set active devices regex 11924 1726884870.77320: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884870.77324: getting variables 11924 1726884870.77326: in VariableManager get_vars() 11924 1726884870.77371: Calling all_inventory to load vars for managed_node2 11924 1726884870.77377: Calling groups_inventory to load vars for managed_node2 11924 1726884870.77380: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.77397: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.77402: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.77407: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.77906: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.78482: done with get_vars() 11924 1726884870.78498: done getting variables 11924 1726884870.78556: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:30 -0400 (0:00:00.027) 0:00:36.124 ****** 11924 1726884870.78591: entering _queue_task() for managed_node2/set_fact 11924 1726884870.78816: worker is 1 (out of 1 available) 11924 1726884870.78831: exiting _queue_task() for managed_node2/set_fact 11924 1726884870.78842: done queuing things up, now waiting for results queue to drain 11924 1726884870.78844: waiting for pending results... 11924 1726884870.79123: running TaskExecutor() for managed_node2/TASK: Set active devices regex 11924 1726884870.79216: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dc8 11924 1726884870.79232: variable 'ansible_search_path' from source: unknown 11924 1726884870.79262: calling self._execute() 11924 1726884870.79430: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.79433: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.79456: variable 'omit' from source: magic vars 11924 1726884870.79868: variable 'storage_test_volume' from source: include params 11924 1726884870.79891: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884870.79907: when evaluation is False, skipping this task 11924 1726884870.79911: _execute() done 11924 1726884870.79917: dumping result to json 11924 1726884870.79919: done dumping result, returning 11924 1726884870.79922: done running TaskExecutor() for managed_node2/TASK: Set active devices regex [0affc8a3-6f6f-f4c0-2290-000000000dc8] 11924 1726884870.79924: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dc8 11924 1726884870.80067: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dc8 11924 1726884870.80070: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884870.80120: no more pending results, returning what we have 11924 1726884870.80123: results queue empty 11924 1726884870.80124: checking for any_errors_fatal 11924 1726884870.80130: done checking for any_errors_fatal 11924 1726884870.80130: checking for max_fail_percentage 11924 1726884870.80132: done checking for max_fail_percentage 11924 1726884870.80132: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.80133: done checking to see if all hosts have failed 11924 1726884870.80134: getting the remaining hosts for this loop 11924 1726884870.80135: done getting the remaining hosts for this loop 11924 1726884870.80138: getting the next task for host managed_node2 11924 1726884870.80145: done getting next task for host managed_node2 11924 1726884870.80147: ^ task is: TASK: Set spare devices regex 11924 1726884870.80152: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884870.80157: getting variables 11924 1726884870.80158: in VariableManager get_vars() 11924 1726884870.80183: Calling all_inventory to load vars for managed_node2 11924 1726884870.80185: Calling groups_inventory to load vars for managed_node2 11924 1726884870.80187: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.80197: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.80200: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.80203: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.80801: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.81209: done with get_vars() 11924 1726884870.81218: done getting variables 11924 1726884870.81258: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:30 -0400 (0:00:00.026) 0:00:36.151 ****** 11924 1726884870.81279: entering _queue_task() for managed_node2/set_fact 11924 1726884870.81495: worker is 1 (out of 1 available) 11924 1726884870.81508: exiting _queue_task() for managed_node2/set_fact 11924 1726884870.81520: done queuing things up, now waiting for results queue to drain 11924 1726884870.81522: waiting for pending results... 11924 1726884870.81693: running TaskExecutor() for managed_node2/TASK: Set spare devices regex 11924 1726884870.81787: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dc9 11924 1726884870.81798: variable 'ansible_search_path' from source: unknown 11924 1726884870.81826: calling self._execute() 11924 1726884870.81899: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.81907: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.81915: variable 'omit' from source: magic vars 11924 1726884870.82178: variable 'storage_test_volume' from source: include params 11924 1726884870.82202: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884870.82206: when evaluation is False, skipping this task 11924 1726884870.82209: _execute() done 11924 1726884870.82212: dumping result to json 11924 1726884870.82215: done dumping result, returning 11924 1726884870.82222: done running TaskExecutor() for managed_node2/TASK: Set spare devices regex [0affc8a3-6f6f-f4c0-2290-000000000dc9] 11924 1726884870.82227: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dc9 11924 1726884870.82312: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dc9 11924 1726884870.82315: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884870.82359: no more pending results, returning what we have 11924 1726884870.82362: results queue empty 11924 1726884870.82363: checking for any_errors_fatal 11924 1726884870.82368: done checking for any_errors_fatal 11924 1726884870.82368: checking for max_fail_percentage 11924 1726884870.82370: done checking for max_fail_percentage 11924 1726884870.82371: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.82372: done checking to see if all hosts have failed 11924 1726884870.82372: getting the remaining hosts for this loop 11924 1726884870.82374: done getting the remaining hosts for this loop 11924 1726884870.82376: getting the next task for host managed_node2 11924 1726884870.82383: done getting next task for host managed_node2 11924 1726884870.82385: ^ task is: TASK: Set md version regex 11924 1726884870.82390: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884870.82394: getting variables 11924 1726884870.82395: in VariableManager get_vars() 11924 1726884870.82419: Calling all_inventory to load vars for managed_node2 11924 1726884870.82421: Calling groups_inventory to load vars for managed_node2 11924 1726884870.82424: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.82432: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.82434: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.82437: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.82750: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.83115: done with get_vars() 11924 1726884870.83124: done getting variables 11924 1726884870.83164: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:30 -0400 (0:00:00.019) 0:00:36.170 ****** 11924 1726884870.83185: entering _queue_task() for managed_node2/set_fact 11924 1726884870.83351: worker is 1 (out of 1 available) 11924 1726884870.83364: exiting _queue_task() for managed_node2/set_fact 11924 1726884870.83376: done queuing things up, now waiting for results queue to drain 11924 1726884870.83378: waiting for pending results... 11924 1726884870.83551: running TaskExecutor() for managed_node2/TASK: Set md version regex 11924 1726884870.83637: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dca 11924 1726884870.83648: variable 'ansible_search_path' from source: unknown 11924 1726884870.83675: calling self._execute() 11924 1726884870.83751: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.83756: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.83765: variable 'omit' from source: magic vars 11924 1726884870.84120: variable 'storage_test_volume' from source: include params 11924 1726884870.84172: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884870.84175: when evaluation is False, skipping this task 11924 1726884870.84178: _execute() done 11924 1726884870.84182: dumping result to json 11924 1726884870.84184: done dumping result, returning 11924 1726884870.84187: done running TaskExecutor() for managed_node2/TASK: Set md version regex [0affc8a3-6f6f-f4c0-2290-000000000dca] 11924 1726884870.84192: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dca skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884870.84344: no more pending results, returning what we have 11924 1726884870.84347: results queue empty 11924 1726884870.84348: checking for any_errors_fatal 11924 1726884870.84354: done checking for any_errors_fatal 11924 1726884870.84357: checking for max_fail_percentage 11924 1726884870.84359: done checking for max_fail_percentage 11924 1726884870.84360: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.84361: done checking to see if all hosts have failed 11924 1726884870.84361: getting the remaining hosts for this loop 11924 1726884870.84365: done getting the remaining hosts for this loop 11924 1726884870.84369: getting the next task for host managed_node2 11924 1726884870.84380: done getting next task for host managed_node2 11924 1726884870.84383: ^ task is: TASK: Set chunk size regex 11924 1726884870.84389: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884870.84394: getting variables 11924 1726884870.84397: in VariableManager get_vars() 11924 1726884870.84430: Calling all_inventory to load vars for managed_node2 11924 1726884870.84433: Calling groups_inventory to load vars for managed_node2 11924 1726884870.84436: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.84446: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.84449: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.84452: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.84481: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dca 11924 1726884870.84484: WORKER PROCESS EXITING 11924 1726884870.84999: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.85508: done with get_vars() 11924 1726884870.85525: done getting variables 11924 1726884870.85584: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:30 -0400 (0:00:00.024) 0:00:36.195 ****** 11924 1726884870.85619: entering _queue_task() for managed_node2/set_fact 11924 1726884870.85812: worker is 1 (out of 1 available) 11924 1726884870.85828: exiting _queue_task() for managed_node2/set_fact 11924 1726884870.85841: done queuing things up, now waiting for results queue to drain 11924 1726884870.85844: waiting for pending results... 11924 1726884870.86126: running TaskExecutor() for managed_node2/TASK: Set chunk size regex 11924 1726884870.86337: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dcb 11924 1726884870.86341: variable 'ansible_search_path' from source: unknown 11924 1726884870.86344: calling self._execute() 11924 1726884870.86405: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.86408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.86411: variable 'omit' from source: magic vars 11924 1726884870.86716: variable 'storage_test_volume' from source: include params 11924 1726884870.86739: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884870.86742: when evaluation is False, skipping this task 11924 1726884870.86745: _execute() done 11924 1726884870.86748: dumping result to json 11924 1726884870.86751: done dumping result, returning 11924 1726884870.86759: done running TaskExecutor() for managed_node2/TASK: Set chunk size regex [0affc8a3-6f6f-f4c0-2290-000000000dcb] 11924 1726884870.86769: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dcb 11924 1726884870.86866: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dcb 11924 1726884870.86869: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884870.86933: no more pending results, returning what we have 11924 1726884870.86936: results queue empty 11924 1726884870.86937: checking for any_errors_fatal 11924 1726884870.86942: done checking for any_errors_fatal 11924 1726884870.86943: checking for max_fail_percentage 11924 1726884870.86945: done checking for max_fail_percentage 11924 1726884870.86945: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.86946: done checking to see if all hosts have failed 11924 1726884870.86947: getting the remaining hosts for this loop 11924 1726884870.86948: done getting the remaining hosts for this loop 11924 1726884870.86950: getting the next task for host managed_node2 11924 1726884870.86959: done getting next task for host managed_node2 11924 1726884870.86961: ^ task is: TASK: Parse the chunk size 11924 1726884870.86967: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884870.86970: getting variables 11924 1726884870.86971: in VariableManager get_vars() 11924 1726884870.86993: Calling all_inventory to load vars for managed_node2 11924 1726884870.86995: Calling groups_inventory to load vars for managed_node2 11924 1726884870.86996: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.87007: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.87009: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.87011: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.87344: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.87687: done with get_vars() 11924 1726884870.87697: 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 22:14:30 -0400 (0:00:00.021) 0:00:36.216 ****** 11924 1726884870.87752: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884870.87973: worker is 1 (out of 1 available) 11924 1726884870.87986: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884870.87998: done queuing things up, now waiting for results queue to drain 11924 1726884870.88002: waiting for pending results... 11924 1726884870.88208: running TaskExecutor() for managed_node2/TASK: Parse the chunk size 11924 1726884870.88286: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dcc 11924 1726884870.88324: variable 'ansible_search_path' from source: unknown 11924 1726884870.88334: calling self._execute() 11924 1726884870.88409: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.88413: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.88422: variable 'omit' from source: magic vars 11924 1726884870.88696: variable 'storage_test_volume' from source: include params 11924 1726884870.88722: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884870.88725: when evaluation is False, skipping this task 11924 1726884870.88727: _execute() done 11924 1726884870.88730: dumping result to json 11924 1726884870.88732: done dumping result, returning 11924 1726884870.88739: done running TaskExecutor() for managed_node2/TASK: Parse the chunk size [0affc8a3-6f6f-f4c0-2290-000000000dcc] 11924 1726884870.88744: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dcc 11924 1726884870.88833: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dcc 11924 1726884870.88836: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884870.88883: no more pending results, returning what we have 11924 1726884870.88887: results queue empty 11924 1726884870.88888: checking for any_errors_fatal 11924 1726884870.88895: done checking for any_errors_fatal 11924 1726884870.88895: checking for max_fail_percentage 11924 1726884870.88897: done checking for max_fail_percentage 11924 1726884870.88898: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.88898: done checking to see if all hosts have failed 11924 1726884870.88899: getting the remaining hosts for this loop 11924 1726884870.88903: done getting the remaining hosts for this loop 11924 1726884870.88906: getting the next task for host managed_node2 11924 1726884870.88912: done getting next task for host managed_node2 11924 1726884870.88914: ^ task is: TASK: Check RAID active devices count 11924 1726884870.88919: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884870.88926: getting variables 11924 1726884870.88927: in VariableManager get_vars() 11924 1726884870.88952: Calling all_inventory to load vars for managed_node2 11924 1726884870.88953: Calling groups_inventory to load vars for managed_node2 11924 1726884870.88958: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.88966: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.88969: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.88972: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.89279: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.89735: done with get_vars() 11924 1726884870.89744: done getting variables 11924 1726884870.89818: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:30 -0400 (0:00:00.020) 0:00:36.237 ****** 11924 1726884870.89851: entering _queue_task() for managed_node2/assert 11924 1726884870.90043: worker is 1 (out of 1 available) 11924 1726884870.90056: exiting _queue_task() for managed_node2/assert 11924 1726884870.90068: done queuing things up, now waiting for results queue to drain 11924 1726884870.90070: waiting for pending results... 11924 1726884870.90243: running TaskExecutor() for managed_node2/TASK: Check RAID active devices count 11924 1726884870.90324: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dcd 11924 1726884870.90336: variable 'ansible_search_path' from source: unknown 11924 1726884870.90378: calling self._execute() 11924 1726884870.90457: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.90461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.90471: variable 'omit' from source: magic vars 11924 1726884870.90819: variable 'storage_test_volume' from source: include params 11924 1726884870.90835: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884870.90838: when evaluation is False, skipping this task 11924 1726884870.90841: _execute() done 11924 1726884870.90844: dumping result to json 11924 1726884870.90846: done dumping result, returning 11924 1726884870.90849: done running TaskExecutor() for managed_node2/TASK: Check RAID active devices count [0affc8a3-6f6f-f4c0-2290-000000000dcd] 11924 1726884870.90851: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dcd 11924 1726884870.90980: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dcd 11924 1726884870.90984: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884870.91042: no more pending results, returning what we have 11924 1726884870.91045: results queue empty 11924 1726884870.91046: checking for any_errors_fatal 11924 1726884870.91050: done checking for any_errors_fatal 11924 1726884870.91051: checking for max_fail_percentage 11924 1726884870.91053: done checking for max_fail_percentage 11924 1726884870.91054: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.91054: done checking to see if all hosts have failed 11924 1726884870.91057: getting the remaining hosts for this loop 11924 1726884870.91058: done getting the remaining hosts for this loop 11924 1726884870.91061: getting the next task for host managed_node2 11924 1726884870.91067: done getting next task for host managed_node2 11924 1726884870.91069: ^ task is: TASK: Check RAID spare devices count 11924 1726884870.91074: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884870.91081: getting variables 11924 1726884870.91083: in VariableManager get_vars() 11924 1726884870.91108: Calling all_inventory to load vars for managed_node2 11924 1726884870.91109: Calling groups_inventory to load vars for managed_node2 11924 1726884870.91116: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.91125: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.91128: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.91131: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.91615: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.92085: done with get_vars() 11924 1726884870.92102: done getting variables 11924 1726884870.92143: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:30 -0400 (0:00:00.023) 0:00:36.260 ****** 11924 1726884870.92168: entering _queue_task() for managed_node2/assert 11924 1726884870.92358: worker is 1 (out of 1 available) 11924 1726884870.92375: exiting _queue_task() for managed_node2/assert 11924 1726884870.92387: done queuing things up, now waiting for results queue to drain 11924 1726884870.92389: waiting for pending results... 11924 1726884870.92615: running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count 11924 1726884870.92724: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dce 11924 1726884870.92728: variable 'ansible_search_path' from source: unknown 11924 1726884870.92746: calling self._execute() 11924 1726884870.92845: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.92854: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.92860: variable 'omit' from source: magic vars 11924 1726884870.93157: variable 'storage_test_volume' from source: include params 11924 1726884870.93178: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884870.93181: when evaluation is False, skipping this task 11924 1726884870.93184: _execute() done 11924 1726884870.93187: dumping result to json 11924 1726884870.93190: done dumping result, returning 11924 1726884870.93195: done running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count [0affc8a3-6f6f-f4c0-2290-000000000dce] 11924 1726884870.93208: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dce 11924 1726884870.93291: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dce 11924 1726884870.93295: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884870.93365: no more pending results, returning what we have 11924 1726884870.93368: results queue empty 11924 1726884870.93369: checking for any_errors_fatal 11924 1726884870.93374: done checking for any_errors_fatal 11924 1726884870.93375: checking for max_fail_percentage 11924 1726884870.93376: done checking for max_fail_percentage 11924 1726884870.93377: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.93378: done checking to see if all hosts have failed 11924 1726884870.93378: getting the remaining hosts for this loop 11924 1726884870.93380: done getting the remaining hosts for this loop 11924 1726884870.93382: getting the next task for host managed_node2 11924 1726884870.93389: done getting next task for host managed_node2 11924 1726884870.93391: ^ task is: TASK: Check RAID metadata version 11924 1726884870.93396: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 11924 1726884870.93399: getting variables 11924 1726884870.93403: in VariableManager get_vars() 11924 1726884870.93430: Calling all_inventory to load vars for managed_node2 11924 1726884870.93433: Calling groups_inventory to load vars for managed_node2 11924 1726884870.93436: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.93447: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.93450: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.93454: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.94278: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.94866: done with get_vars() 11924 1726884870.94879: done getting variables 11924 1726884870.94963: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:30 -0400 (0:00:00.028) 0:00:36.288 ****** 11924 1726884870.95003: entering _queue_task() for managed_node2/assert 11924 1726884870.95229: worker is 1 (out of 1 available) 11924 1726884870.95242: exiting _queue_task() for managed_node2/assert 11924 1726884870.95256: done queuing things up, now waiting for results queue to drain 11924 1726884870.95258: waiting for pending results... 11924 1726884870.95505: running TaskExecutor() for managed_node2/TASK: Check RAID metadata version 11924 1726884870.95570: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dcf 11924 1726884870.95581: variable 'ansible_search_path' from source: unknown 11924 1726884870.95607: calling self._execute() 11924 1726884870.95682: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.95685: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.95695: variable 'omit' from source: magic vars 11924 1726884870.95952: variable 'storage_test_volume' from source: include params 11924 1726884870.95983: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884870.95987: when evaluation is False, skipping this task 11924 1726884870.95990: _execute() done 11924 1726884870.95993: dumping result to json 11924 1726884870.95996: done dumping result, returning 11924 1726884870.95999: done running TaskExecutor() for managed_node2/TASK: Check RAID metadata version [0affc8a3-6f6f-f4c0-2290-000000000dcf] 11924 1726884870.96004: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dcf 11924 1726884870.96090: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dcf 11924 1726884870.96094: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884870.96139: no more pending results, returning what we have 11924 1726884870.96142: results queue empty 11924 1726884870.96143: checking for any_errors_fatal 11924 1726884870.96149: done checking for any_errors_fatal 11924 1726884870.96149: checking for max_fail_percentage 11924 1726884870.96151: done checking for max_fail_percentage 11924 1726884870.96152: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.96152: done checking to see if all hosts have failed 11924 1726884870.96153: getting the remaining hosts for this loop 11924 1726884870.96154: done getting the remaining hosts for this loop 11924 1726884870.96159: getting the next task for host managed_node2 11924 1726884870.96166: done getting next task for host managed_node2 11924 1726884870.96168: ^ task is: TASK: Check RAID chunk size 11924 1726884870.96174: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 11924 1726884870.96178: getting variables 11924 1726884870.96179: in VariableManager get_vars() 11924 1726884870.96205: Calling all_inventory to load vars for managed_node2 11924 1726884870.96208: Calling groups_inventory to load vars for managed_node2 11924 1726884870.96210: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.96218: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.96221: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.96223: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.96667: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.97189: done with get_vars() 11924 1726884870.97198: done getting variables 11924 1726884870.97240: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:30 -0400 (0:00:00.022) 0:00:36.311 ****** 11924 1726884870.97279: entering _queue_task() for managed_node2/assert 11924 1726884870.97499: worker is 1 (out of 1 available) 11924 1726884870.97520: exiting _queue_task() for managed_node2/assert 11924 1726884870.97536: done queuing things up, now waiting for results queue to drain 11924 1726884870.97537: waiting for pending results... 11924 1726884870.97727: running TaskExecutor() for managed_node2/TASK: Check RAID chunk size 11924 1726884870.97837: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dd0 11924 1726884870.97848: variable 'ansible_search_path' from source: unknown 11924 1726884870.97887: calling self._execute() 11924 1726884870.97967: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884870.97992: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884870.97996: variable 'omit' from source: magic vars 11924 1726884870.98317: variable 'storage_test_volume' from source: include params 11924 1726884870.98321: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884870.98324: when evaluation is False, skipping this task 11924 1726884870.98326: _execute() done 11924 1726884870.98329: dumping result to json 11924 1726884870.98331: done dumping result, returning 11924 1726884870.98333: done running TaskExecutor() for managed_node2/TASK: Check RAID chunk size [0affc8a3-6f6f-f4c0-2290-000000000dd0] 11924 1726884870.98353: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dd0 11924 1726884870.98450: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dd0 11924 1726884870.98454: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884870.98499: no more pending results, returning what we have 11924 1726884870.98504: results queue empty 11924 1726884870.98505: checking for any_errors_fatal 11924 1726884870.98510: done checking for any_errors_fatal 11924 1726884870.98510: checking for max_fail_percentage 11924 1726884870.98512: done checking for max_fail_percentage 11924 1726884870.98513: checking to see if all hosts have failed and the running result is not ok 11924 1726884870.98513: done checking to see if all hosts have failed 11924 1726884870.98514: getting the remaining hosts for this loop 11924 1726884870.98515: done getting the remaining hosts for this loop 11924 1726884870.98522: getting the next task for host managed_node2 11924 1726884870.98532: done getting next task for host managed_node2 11924 1726884870.98534: ^ task is: TASK: Parse the actual size of the volume 11924 1726884870.98540: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884870.98543: getting variables 11924 1726884870.98544: in VariableManager get_vars() 11924 1726884870.98574: Calling all_inventory to load vars for managed_node2 11924 1726884870.98577: Calling groups_inventory to load vars for managed_node2 11924 1726884870.98580: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884870.98587: Calling all_plugins_play to load vars for managed_node2 11924 1726884870.98589: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884870.98591: Calling groups_plugins_play to load vars for managed_node2 11924 1726884870.99044: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884870.99478: done with get_vars() 11924 1726884870.99504: 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 22:14:30 -0400 (0:00:00.022) 0:00:36.334 ****** 11924 1726884870.99561: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884870.99753: worker is 1 (out of 1 available) 11924 1726884870.99767: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884870.99783: done queuing things up, now waiting for results queue to drain 11924 1726884870.99785: waiting for pending results... 11924 1726884870.99963: running TaskExecutor() for managed_node2/TASK: Parse the actual size of the volume 11924 1726884871.00049: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dd4 11924 1726884871.00062: variable 'ansible_search_path' from source: unknown 11924 1726884871.00087: calling self._execute() 11924 1726884871.00175: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884871.00178: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884871.00188: variable 'omit' from source: magic vars 11924 1726884871.00490: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884871.01984: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884871.02036: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884871.02063: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884871.02121: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884871.02124: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884871.02187: variable '_storage_test_volume_present' from source: set_fact 11924 1726884871.02199: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884871.02374: variable 'storage_test_volume' from source: include params 11924 1726884871.02377: Evaluated conditional (storage_test_volume.type not in ['partition', 'disk']): True 11924 1726884871.02383: variable 'omit' from source: magic vars 11924 1726884871.02431: variable 'omit' from source: magic vars 11924 1726884871.02532: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884871.02544: variable 'storage_test_volume' from source: include params 11924 1726884871.02585: variable 'omit' from source: magic vars 11924 1726884871.02609: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884871.02626: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884871.02640: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884871.02652: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884871.02664: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884871.02679: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884871.02691: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884871.02715: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884871.02718: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884871.02721: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884871.02808: Set connection var ansible_shell_executable to /bin/sh 11924 1726884871.02812: Set connection var ansible_connection to ssh 11924 1726884871.02814: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884871.02816: Set connection var ansible_timeout to 10 11924 1726884871.02818: Set connection var ansible_pipelining to False 11924 1726884871.02823: Set connection var ansible_shell_type to sh 11924 1726884871.02843: variable 'ansible_shell_executable' from source: unknown 11924 1726884871.02846: variable 'ansible_connection' from source: unknown 11924 1726884871.02848: variable 'ansible_module_compression' from source: unknown 11924 1726884871.02850: variable 'ansible_shell_type' from source: unknown 11924 1726884871.02853: variable 'ansible_shell_executable' from source: unknown 11924 1726884871.02856: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884871.02861: variable 'ansible_pipelining' from source: unknown 11924 1726884871.02863: variable 'ansible_timeout' from source: unknown 11924 1726884871.02867: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884871.02959: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884871.02971: variable 'omit' from source: magic vars 11924 1726884871.02975: starting attempt loop 11924 1726884871.02977: running the handler 11924 1726884871.03032: _low_level_execute_command(): starting 11924 1726884871.03036: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884871.03645: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884871.03649: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884871.03695: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884871.03698: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884871.03705: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884871.03763: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884871.05442: stdout chunk (state=3): >>>/root <<< 11924 1726884871.05546: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884871.05576: stderr chunk (state=3): >>><<< 11924 1726884871.05580: stdout chunk (state=3): >>><<< 11924 1726884871.05636: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884871.05649: _low_level_execute_command(): starting 11924 1726884871.05653: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884871.0561373-13454-222015589596363 `" && echo ansible-tmp-1726884871.0561373-13454-222015589596363="` echo /root/.ansible/tmp/ansible-tmp-1726884871.0561373-13454-222015589596363 `" ) && sleep 0' 11924 1726884871.06183: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884871.06188: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884871.06190: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 11924 1726884871.06193: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884871.06195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884871.06232: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884871.06281: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884871.08178: stdout chunk (state=3): >>>ansible-tmp-1726884871.0561373-13454-222015589596363=/root/.ansible/tmp/ansible-tmp-1726884871.0561373-13454-222015589596363 <<< 11924 1726884871.08287: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884871.08313: stderr chunk (state=3): >>><<< 11924 1726884871.08316: stdout chunk (state=3): >>><<< 11924 1726884871.08328: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884871.0561373-13454-222015589596363=/root/.ansible/tmp/ansible-tmp-1726884871.0561373-13454-222015589596363 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884871.08373: variable 'ansible_module_compression' from source: unknown 11924 1726884871.08407: ANSIBALLZ: Using lock for fedora.linux_system_roles.bsize 11924 1726884871.08411: ANSIBALLZ: Acquiring lock 11924 1726884871.08413: ANSIBALLZ: Lock acquired: 140694830595296 11924 1726884871.08415: ANSIBALLZ: Creating module 11924 1726884871.18736: ANSIBALLZ: Writing module into payload 11924 1726884871.18775: ANSIBALLZ: Writing module 11924 1726884871.18796: ANSIBALLZ: Renaming module 11924 1726884871.18799: ANSIBALLZ: Done creating module 11924 1726884871.18816: variable 'ansible_facts' from source: unknown 11924 1726884871.18862: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884871.0561373-13454-222015589596363/AnsiballZ_bsize.py 11924 1726884871.18959: Sending initial data 11924 1726884871.18962: Sent initial data (154 bytes) 11924 1726884871.19428: 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 <<< 11924 1726884871.19431: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884871.19434: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884871.19436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884871.19490: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884871.19493: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884871.19495: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884871.19559: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884871.21183: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 11924 1726884871.21188: 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 <<< 11924 1726884871.21230: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884871.21288: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmptg_4tt3n /root/.ansible/tmp/ansible-tmp-1726884871.0561373-13454-222015589596363/AnsiballZ_bsize.py <<< 11924 1726884871.21290: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884871.0561373-13454-222015589596363/AnsiballZ_bsize.py" <<< 11924 1726884871.21332: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmptg_4tt3n" to remote "/root/.ansible/tmp/ansible-tmp-1726884871.0561373-13454-222015589596363/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884871.0561373-13454-222015589596363/AnsiballZ_bsize.py" <<< 11924 1726884871.21890: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884871.21932: stderr chunk (state=3): >>><<< 11924 1726884871.21939: stdout chunk (state=3): >>><<< 11924 1726884871.21960: done transferring module to remote 11924 1726884871.21972: _low_level_execute_command(): starting 11924 1726884871.21975: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884871.0561373-13454-222015589596363/ /root/.ansible/tmp/ansible-tmp-1726884871.0561373-13454-222015589596363/AnsiballZ_bsize.py && sleep 0' 11924 1726884871.22423: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884871.22427: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884871.22429: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884871.22431: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884871.22491: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884871.22495: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884871.22549: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884871.24329: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884871.24351: stderr chunk (state=3): >>><<< 11924 1726884871.24354: stdout chunk (state=3): >>><<< 11924 1726884871.24368: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884871.24372: _low_level_execute_command(): starting 11924 1726884871.24374: _low_level_execute_command(): using become for this command 11924 1726884871.24384: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-iyikmsqjzjvajmmlhqfakblkdtlqwdzx ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884871.0561373-13454-222015589596363/AnsiballZ_bsize.py'"'"' && sleep 0' 11924 1726884871.24460: Initial state: awaiting_escalation: BECOME-SUCCESS-iyikmsqjzjvajmmlhqfakblkdtlqwdzx 11924 1726884871.24825: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884871.24832: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884871.24873: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884871.24877: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884871.24939: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884871.27867: stdout chunk (state=1): >>>BECOME-SUCCESS-iyikmsqjzjvajmmlhqfakblkdtlqwdzx <<< 11924 1726884871.27871: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-iyikmsqjzjvajmmlhqfakblkdtlqwdzx' 11924 1726884871.28193: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884871.28228: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884871.28254: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884871.28268: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884871.28336: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884871.28341: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884871.28373: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884871.28409: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884871.28413: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884871.28435: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884871.28444: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884871.28504: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884871.28506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884871.28525: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884871.28546: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884871.28584: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884871.28610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884871.28622: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b1bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b18ba10> <<< 11924 1726884871.28658: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884871.28669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 11924 1726884871.28677: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b1be930> <<< 11924 1726884871.28692: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884871.28723: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884871.28726: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884871.28749: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884871.28785: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884871.28789: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884871.28871: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884871.28904: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884871.28943: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884871.28946: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884871.28970: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884871.28976: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884871.28995: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884871.29010: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884871.29043: 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 <<< 11924 1726884871.29065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884871.29068: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b1ccfe0> <<< 11924 1726884871.29120: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884871.29138: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884871.29142: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b1cdfd0> <<< 11924 1726884871.29175: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884871.29205: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884871.29434: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884871.29445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884871.29477: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884871.29484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884871.29509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884871.29547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884871.29570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884871.29596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884871.29614: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afb3dd0> <<< 11924 1726884871.29626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884871.29649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884871.29670: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884871.29687: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afb3fe0> <<< 11924 1726884871.29701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884871.29731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884871.29753: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884871.29811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884871.29822: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884871.29853: 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' <<< 11924 1726884871.29863: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afe37a0> <<< 11924 1726884871.29879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884871.29886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884871.29903: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afe3e30> <<< 11924 1726884871.29918: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884871.29974: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afc3aa0> <<< 11924 1726884871.29976: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884871.30013: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afc11c0> <<< 11924 1726884871.30127: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afb0f80> <<< 11924 1726884871.30182: 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' <<< 11924 1726884871.30185: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884871.30210: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884871.30253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884871.30260: 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' <<< 11924 1726884871.30281: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b007710> <<< 11924 1726884871.30297: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b006330> <<< 11924 1726884871.30318: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884871.30332: 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 0x7ffb2afc21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afb2840> <<< 11924 1726884871.30383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884871.30397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b038740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afb0200> <<< 11924 1726884871.30421: 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' <<< 11924 1726884871.30453: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.30474: 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 0x7ffb2b038bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b038aa0> <<< 11924 1726884871.30507: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.30520: 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 0x7ffb2b038e60> <<< 11924 1726884871.30526: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afa6d20> <<< 11924 1726884871.30560: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884871.30564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884871.30585: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884871.30640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b039520> <<< 11924 1726884871.30691: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b0391f0> import 'importlib.machinery' # <<< 11924 1726884871.30698: 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' <<< 11924 1726884871.30720: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b03a420> import 'importlib.util' # <<< 11924 1726884871.30726: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884871.30746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884871.30784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884871.30816: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884871.30820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b0505f0> <<< 11924 1726884871.30830: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884871.30866: 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 0x7ffb2b051cd0> <<< 11924 1726884871.30899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884871.30905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884871.30934: 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' <<< 11924 1726884871.30953: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b052b70> <<< 11924 1726884871.30992: 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 0x7ffb2b0531a0> <<< 11924 1726884871.31004: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b0520c0> <<< 11924 1726884871.31021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884871.31040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884871.31085: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.31092: 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 0x7ffb2b053c20> <<< 11924 1726884871.31103: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b053350> <<< 11924 1726884871.31167: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b038da0> <<< 11924 1726884871.31181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884871.31202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884871.31214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884871.31239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884871.31276: 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' <<< 11924 1726884871.31302: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2addfb30> <<< 11924 1726884871.31305: 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' <<< 11924 1726884871.31337: 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 0x7ffb2ae08620> <<< 11924 1726884871.31345: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae08380> <<< 11924 1726884871.31370: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.31375: 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 0x7ffb2ae08560> <<< 11924 1726884871.31410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884871.31415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884871.31486: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.31627: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2ae08f20> <<< 11924 1726884871.31742: 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 0x7ffb2ae09880> <<< 11924 1726884871.31747: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae087d0> <<< 11924 1726884871.31773: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2adddcd0> <<< 11924 1726884871.31793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884871.31826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884871.31843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884871.31857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884871.31865: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae0ac60> <<< 11924 1726884871.31896: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae099a0> <<< 11924 1726884871.31915: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b03ab10> <<< 11924 1726884871.31941: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884871.32000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884871.32022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884871.32067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884871.32091: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae32ff0> <<< 11924 1726884871.32157: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884871.32186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884871.32209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884871.32224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884871.32247: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae5b350> <<< 11924 1726884871.32273: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884871.32316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884871.32371: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884871.32400: 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 0x7ffb2ae87fb0> <<< 11924 1726884871.32418: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884871.32447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884871.32474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884871.32516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884871.32607: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2aeba810> <<< 11924 1726884871.32687: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2aeb81d0> <<< 11924 1726884871.32719: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae5bfb0> <<< 11924 1726884871.32744: 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' <<< 11924 1726884871.32753: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a729130> <<< 11924 1726884871.32772: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae5a150> <<< 11924 1726884871.32778: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae0bbc0> <<< 11924 1726884871.32889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884871.32909: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ffb2ae5a270> <<< 11924 1726884871.33090: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_r8drieye/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 11924 1726884871.33096: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.33226: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.33261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884871.33268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884871.33311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884871.33386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884871.33427: 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' <<< 11924 1726884871.33430: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a776de0> <<< 11924 1726884871.33433: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884871.33729: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a759cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a758e60> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884871.33751: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.35157: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.36257: 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 0x7ffb2a774cb0> <<< 11924 1726884871.36291: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884871.36297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884871.36325: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884871.36333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884871.36357: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884871.36362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884871.36390: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.36394: 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 0x7ffb2a7ae660> <<< 11924 1726884871.36430: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a7ae3f0> <<< 11924 1726884871.36462: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a7add30> <<< 11924 1726884871.36484: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884871.36487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884871.36541: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a7ae1e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a777a70> <<< 11924 1726884871.36550: stdout chunk (state=3): >>>import 'atexit' # <<< 11924 1726884871.36575: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.36589: 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 0x7ffb2a7af380> <<< 11924 1726884871.36611: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.36619: 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 0x7ffb2a7af5c0> <<< 11924 1726884871.36634: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884871.36686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884871.36694: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884871.36746: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a7afb00> <<< 11924 1726884871.36749: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884871.36779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884871.36799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884871.36836: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a615850> <<< 11924 1726884871.36874: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.36877: 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 0x7ffb2a6174a0> <<< 11924 1726884871.36895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884871.36914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884871.36949: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a617e60> <<< 11924 1726884871.36972: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884871.37001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884871.37018: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a619040> <<< 11924 1726884871.37036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884871.37133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884871.37136: 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' <<< 11924 1726884871.37169: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a61bb00> <<< 11924 1726884871.37219: 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 0x7ffb2a61be30> <<< 11924 1726884871.37251: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a619dc0> <<< 11924 1726884871.37256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884871.37298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884871.37304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884871.37343: 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 <<< 11924 1726884871.37346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884871.37462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884871.37651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a623a10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a6224e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a622240> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a6227b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a61a2d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a667ce0> <<< 11924 1726884871.37677: 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 0x7ffb2a667e30> <<< 11924 1726884871.37699: 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' <<< 11924 1726884871.37723: 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' <<< 11924 1726884871.37773: 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 0x7ffb2a669910> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a6696d0> <<< 11924 1726884871.37784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884871.37888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884871.37942: 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 0x7ffb2a66be30> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a669f70> <<< 11924 1726884871.37979: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884871.38005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884871.38033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884871.38057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884871.38102: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a66f5f0> <<< 11924 1726884871.38223: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a66bf80> <<< 11924 1726884871.38281: stdout 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 0x7ffb2a670590> <<< 11924 1726884871.38319: stdout 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 0x7ffb2a670620> <<< 11924 1726884871.38358: stdout 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 0x7ffb2a6707d0> <<< 11924 1726884871.38390: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a668050> <<< 11924 1726884871.38411: 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' <<< 11924 1726884871.38435: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884871.38454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884871.38481: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.38493: 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 0x7ffb2a673d10> <<< 11924 1726884871.38647: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.38670: 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 0x7ffb2a6fd040> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a6724b0> <<< 11924 1726884871.38701: 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 0x7ffb2a673860> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a6720f0> # zipimport: zlib available <<< 11924 1726884871.38742: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.38745: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 11924 1726884871.38766: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.38837: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.38926: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.38950: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.38989: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884871.39006: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884871.39124: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.39236: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.39772: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.40335: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884871.40352: 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' # <<< 11924 1726884871.40378: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884871.40397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884871.40441: 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 0x7ffb2a5012e0> <<< 11924 1726884871.40537: 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' <<< 11924 1726884871.40540: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a502030> <<< 11924 1726884871.40563: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a6fce90> <<< 11924 1726884871.40603: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884871.40625: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.40649: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.40661: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884871.40809: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.40983: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884871.40987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a5022a0> <<< 11924 1726884871.41007: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.41452: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.41899: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.41972: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.42060: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884871.42063: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.42099: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.42140: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884871.42151: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.42214: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.42320: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884871.42360: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.42363: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.42390: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884871.42425: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.42447: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884871.42462: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.42675: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.42915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884871.42977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884871.42980: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884871.43046: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a503260> # zipimport: zlib available <<< 11924 1726884871.43126: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.43216: 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' # <<< 11924 1726884871.43247: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.43285: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.43337: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884871.43347: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.43384: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.43432: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.43496: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.43559: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884871.43601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884871.43690: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a50dc40> <<< 11924 1726884871.43726: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a50be90> <<< 11924 1726884871.43782: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884871.43828: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.43890: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.43949: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.43963: stdout chunk (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' <<< 11924 1726884871.44006: 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' <<< 11924 1726884871.44035: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884871.44095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884871.44154: 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' <<< 11924 1726884871.44183: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a6027e0> <<< 11924 1726884871.44229: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a7de4b0> <<< 11924 1726884871.44327: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a50ddc0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a670b90> <<< 11924 1726884871.44331: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884871.44351: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.44375: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.44392: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884871.44467: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884871.44473: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.44505: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 11924 1726884871.44532: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 11924 1726884871.44567: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.44595: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 11924 1726884871.44638: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 11924 1726884871.44642: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.44669: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884871.44718: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.44811: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 11924 1726884871.44815: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.44836: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 11924 1726884871.44924: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.45018: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 11924 1726884871.45093: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.45208: stdout chunk (state=3): >>> {"changed": false, "size": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5G"}}} <<< 11924 1726884871.45230: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884871.45568: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884871.45598: 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 <<< 11924 1726884871.45662: stdout chunk (state=3): >>># cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect <<< 11924 1726884871.45680: stdout chunk (state=3): >>># cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 <<< 11924 1726884871.45689: stdout chunk (state=3): >>># cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib <<< 11924 1726884871.45745: stdout chunk (state=3): >>># cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # 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 <<< 11924 1726884871.46015: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884871.46050: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884871.46083: 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 <<< 11924 1726884871.46097: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884871.46128: 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 <<< 11924 1726884871.46134: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 11924 1726884871.46192: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 11924 1726884871.46196: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884871.46202: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 11924 1726884871.46223: 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 <<< 11924 1726884871.46283: 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 <<< 11924 1726884871.46347: 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 <<< 11924 1726884871.46351: 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 <<< 11924 1726884871.46374: 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 <<< 11924 1726884871.46379: 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 <<< 11924 1726884871.46405: 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 <<< 11924 1726884871.46552: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884871.46557: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884871.46568: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884871.46583: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884871.46598: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884871.46621: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884871.46640: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884871.46660: 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 <<< 11924 1726884871.46682: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884871.46783: 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 <<< 11924 1726884871.46849: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator <<< 11924 1726884871.46854: stdout chunk (state=3): >>># destroy _string # destroy re <<< 11924 1726884871.46886: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884871.47677: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884871.47680: stdout chunk (state=3): >>><<< 11924 1726884871.47683: stderr chunk (state=3): >>><<< 11924 1726884871.47695: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b1bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b18ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b1be930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b1ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b1cdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afb3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afb3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afe37a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afe3e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afc3aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afc11c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afb0f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b007710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b006330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afc21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afb2840> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b038740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afb0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2b038bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b038aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2b038e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2afa6d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b039520> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b0391f0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b03a420> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b0505f0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2b051cd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b052b70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2b0531a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b0520c0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2b053c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b053350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b038da0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2addfb30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2ae08620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae08380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2ae08560> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2ae08f20> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2ae09880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae087d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2adddcd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae0ac60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae099a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2b03ab10> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae32ff0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae5b350> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae87fb0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2aeba810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2aeb81d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae5bfb0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a729130> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae5a150> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2ae0bbc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ffb2ae5a270> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_r8drieye/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 0x7ffb2a776de0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a759cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a758e60> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a774cb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a7ae660> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a7ae3f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a7add30> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a7ae1e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a777a70> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a7af380> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a7af5c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a7afb00> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a615850> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a6174a0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a617e60> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a619040> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a61bb00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a61be30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a619dc0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a623a10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a6224e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a622240> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a6227b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a61a2d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a667ce0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a667e30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a669910> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a6696d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a66be30> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a669f70> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a66f5f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a66bf80> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a670590> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a670620> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a6707d0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a668050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a673d10> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a6fd040> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a6724b0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a673860> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a6720f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a5012e0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a502030> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a6fce90> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a5022a0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a503260> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ffb2a50dc40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a50be90> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a6027e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a7de4b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a50ddc0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ffb2a670b90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5G"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884871.48306: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '5G', '_ansible_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-1726884871.0561373-13454-222015589596363/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884871.48309: _low_level_execute_command(): starting 11924 1726884871.48312: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884871.0561373-13454-222015589596363/ > /dev/null 2>&1 && sleep 0' 11924 1726884871.48451: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884871.48454: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884871.48459: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884871.48461: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884871.48463: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884871.48465: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884871.48467: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884871.48517: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884871.48520: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884871.48578: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884871.50680: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884871.50762: stderr chunk (state=3): >>><<< 11924 1726884871.50773: stdout chunk (state=3): >>><<< 11924 1726884871.50777: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884871.50780: handler run complete 11924 1726884871.50782: attempt loop complete, returning result 11924 1726884871.50784: _execute() done 11924 1726884871.50786: dumping result to json 11924 1726884871.50788: done dumping result, returning 11924 1726884871.50790: done running TaskExecutor() for managed_node2/TASK: Parse the actual size of the volume [0affc8a3-6f6f-f4c0-2290-000000000dd4] 11924 1726884871.50864: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dd4 ok: [managed_node2] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } 11924 1726884871.51265: no more pending results, returning what we have 11924 1726884871.51268: results queue empty 11924 1726884871.51269: checking for any_errors_fatal 11924 1726884871.51277: done checking for any_errors_fatal 11924 1726884871.51277: checking for max_fail_percentage 11924 1726884871.51279: done checking for max_fail_percentage 11924 1726884871.51280: checking to see if all hosts have failed and the running result is not ok 11924 1726884871.51281: done checking to see if all hosts have failed 11924 1726884871.51282: getting the remaining hosts for this loop 11924 1726884871.51284: done getting the remaining hosts for this loop 11924 1726884871.51287: getting the next task for host managed_node2 11924 1726884871.51297: done getting next task for host managed_node2 11924 1726884871.51301: ^ task is: TASK: Parse the requested size of the volume 11924 1726884871.51307: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884871.51313: getting variables 11924 1726884871.51315: in VariableManager get_vars() 11924 1726884871.51344: Calling all_inventory to load vars for managed_node2 11924 1726884871.51347: Calling groups_inventory to load vars for managed_node2 11924 1726884871.51350: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884871.51362: Calling all_plugins_play to load vars for managed_node2 11924 1726884871.51365: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884871.51368: Calling groups_plugins_play to load vars for managed_node2 11924 1726884871.52035: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dd4 11924 1726884871.52038: WORKER PROCESS EXITING 11924 1726884871.52381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884871.53146: done with get_vars() 11924 1726884871.53163: 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 22:14:31 -0400 (0:00:00.536) 0:00:36.871 ****** 11924 1726884871.53244: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884871.53536: worker is 1 (out of 1 available) 11924 1726884871.53547: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884871.53765: done queuing things up, now waiting for results queue to drain 11924 1726884871.53768: waiting for pending results... 11924 1726884871.53845: running TaskExecutor() for managed_node2/TASK: Parse the requested size of the volume 11924 1726884871.54041: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dd5 11924 1726884871.54044: variable 'ansible_search_path' from source: unknown 11924 1726884871.54261: calling self._execute() 11924 1726884871.54265: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884871.54268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884871.54271: variable 'omit' from source: magic vars 11924 1726884871.54575: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884871.57047: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884871.57226: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884871.57269: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884871.57316: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884871.57384: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884871.57453: variable '_storage_test_volume_present' from source: set_fact 11924 1726884871.57480: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884871.57629: variable 'storage_test_volume' from source: include params 11924 1726884871.57658: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884871.57960: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884871.57965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884871.57969: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884871.57972: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884871.57974: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884871.58018: variable 'storage_test_volume' from source: include params 11924 1726884871.58041: Evaluated conditional ('%' not in storage_test_volume.size | string): True 11924 1726884871.58051: variable 'omit' from source: magic vars 11924 1726884871.58127: variable 'omit' from source: magic vars 11924 1726884871.58236: variable 'storage_test_volume' from source: include params 11924 1726884871.58276: variable 'omit' from source: magic vars 11924 1726884871.58316: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884871.58347: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884871.58375: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884871.58397: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884871.58526: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884871.58529: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884871.58532: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884871.58534: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884871.58536: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884871.58539: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884871.58666: Set connection var ansible_shell_executable to /bin/sh 11924 1726884871.58674: Set connection var ansible_connection to ssh 11924 1726884871.58686: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884871.58720: Set connection var ansible_timeout to 10 11924 1726884871.58731: Set connection var ansible_pipelining to False 11924 1726884871.58860: Set connection var ansible_shell_type to sh 11924 1726884871.58864: variable 'ansible_shell_executable' from source: unknown 11924 1726884871.58866: variable 'ansible_connection' from source: unknown 11924 1726884871.58868: variable 'ansible_module_compression' from source: unknown 11924 1726884871.58870: variable 'ansible_shell_type' from source: unknown 11924 1726884871.58872: variable 'ansible_shell_executable' from source: unknown 11924 1726884871.58874: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884871.58881: variable 'ansible_pipelining' from source: unknown 11924 1726884871.58883: variable 'ansible_timeout' from source: unknown 11924 1726884871.58885: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884871.59007: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884871.59024: variable 'omit' from source: magic vars 11924 1726884871.59034: starting attempt loop 11924 1726884871.59041: running the handler 11924 1726884871.59059: _low_level_execute_command(): starting 11924 1726884871.59071: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884871.59775: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884871.59875: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884871.59902: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884871.59921: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884871.59942: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884871.60024: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884871.61771: stdout chunk (state=3): >>>/root <<< 11924 1726884871.61875: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884871.61882: stdout chunk (state=3): >>><<< 11924 1726884871.61884: stderr chunk (state=3): >>><<< 11924 1726884871.61905: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884871.61924: _low_level_execute_command(): starting 11924 1726884871.61933: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884871.619136-13469-96978578126848 `" && echo ansible-tmp-1726884871.619136-13469-96978578126848="` echo /root/.ansible/tmp/ansible-tmp-1726884871.619136-13469-96978578126848 `" ) && sleep 0' 11924 1726884871.62587: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884871.62613: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884871.62627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884871.62664: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884871.62720: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884871.62792: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884871.62932: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884871.62997: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884871.63072: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884871.64998: stdout chunk (state=3): >>>ansible-tmp-1726884871.619136-13469-96978578126848=/root/.ansible/tmp/ansible-tmp-1726884871.619136-13469-96978578126848 <<< 11924 1726884871.65192: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884871.65195: stdout chunk (state=3): >>><<< 11924 1726884871.65198: stderr chunk (state=3): >>><<< 11924 1726884871.65492: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884871.619136-13469-96978578126848=/root/.ansible/tmp/ansible-tmp-1726884871.619136-13469-96978578126848 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884871.65495: variable 'ansible_module_compression' from source: unknown 11924 1726884871.65497: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 11924 1726884871.65504: variable 'ansible_facts' from source: unknown 11924 1726884871.65668: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884871.619136-13469-96978578126848/AnsiballZ_bsize.py 11924 1726884871.66195: Sending initial data 11924 1726884871.66205: Sent initial data (152 bytes) 11924 1726884871.66527: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884871.66572: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884871.66584: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884871.66660: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884871.68259: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884871.68313: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884871.68373: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpgafsf04e /root/.ansible/tmp/ansible-tmp-1726884871.619136-13469-96978578126848/AnsiballZ_bsize.py <<< 11924 1726884871.68376: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884871.619136-13469-96978578126848/AnsiballZ_bsize.py" <<< 11924 1726884871.68420: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpgafsf04e" to remote "/root/.ansible/tmp/ansible-tmp-1726884871.619136-13469-96978578126848/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884871.619136-13469-96978578126848/AnsiballZ_bsize.py" <<< 11924 1726884871.69053: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884871.69087: stderr chunk (state=3): >>><<< 11924 1726884871.69090: stdout chunk (state=3): >>><<< 11924 1726884871.69108: done transferring module to remote 11924 1726884871.69121: _low_level_execute_command(): starting 11924 1726884871.69124: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884871.619136-13469-96978578126848/ /root/.ansible/tmp/ansible-tmp-1726884871.619136-13469-96978578126848/AnsiballZ_bsize.py && sleep 0' 11924 1726884871.69554: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884871.69560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884871.69562: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884871.69565: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884871.69567: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884871.69617: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884871.69620: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884871.69668: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884871.72019: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884871.72023: stderr chunk (state=3): >>><<< 11924 1726884871.72025: stdout chunk (state=3): >>><<< 11924 1726884871.72028: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884871.72031: _low_level_execute_command(): starting 11924 1726884871.72033: _low_level_execute_command(): using become for this command 11924 1726884871.72035: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zyldispnmucpkpqkepgypcxpcgjmsjjv ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884871.619136-13469-96978578126848/AnsiballZ_bsize.py'"'"' && sleep 0' 11924 1726884871.72279: Initial state: awaiting_escalation: BECOME-SUCCESS-zyldispnmucpkpqkepgypcxpcgjmsjjv 11924 1726884871.73115: 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 <<< 11924 1726884871.73287: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884871.73387: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884871.76383: stdout chunk (state=1): >>>BECOME-SUCCESS-zyldispnmucpkpqkepgypcxpcgjmsjjv <<< 11924 1726884871.76401: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zyldispnmucpkpqkepgypcxpcgjmsjjv' 11924 1726884871.76614: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884871.76682: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # <<< 11924 1726884871.76724: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884871.76768: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884871.76785: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884871.76819: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884871.76851: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884871.76921: 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' <<< 11924 1726884871.76951: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 11924 1726884871.76992: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884871.77026: 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 0x7f65c7c183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7be7a10> <<< 11924 1726884871.77051: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884871.77088: 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 0x7f65c7c1a960> <<< 11924 1726884871.77148: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884871.77153: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884871.77194: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 11924 1726884871.77336: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884871.77384: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # <<< 11924 1726884871.77454: 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' <<< 11924 1726884871.77530: 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 0x7f65c79c8fe0> <<< 11924 1726884871.77606: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c79c9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884871.78081: 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' <<< 11924 1726884871.78086: 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 0x7f65c7a0fe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884871.78130: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a0fec0> <<< 11924 1726884871.78135: 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 <<< 11924 1726884871.78184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884871.78187: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884871.78225: 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 0x7f65c7a3f800> <<< 11924 1726884871.78284: 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 0x7f65c7a3fe90> import '_collections' # <<< 11924 1726884871.78374: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a1fad0> import '_functools' # <<< 11924 1726884871.78402: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a1d1f0> <<< 11924 1726884871.78448: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a0cfb0> <<< 11924 1726884871.78522: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884871.78545: 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 <<< 11924 1726884871.78585: 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 <<< 11924 1726884871.78646: 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 0x7f65c7a63740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a62360> <<< 11924 1726884871.78668: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884871.78731: 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 0x7f65c7a1e0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a60b90> <<< 11924 1726884871.78792: 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 0x7f65c7a947d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a0c230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884871.78832: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.78958: 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 0x7f65c7a94c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a94b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7a94f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a02d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a955e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a952b0> import 'importlib.machinery' # <<< 11924 1726884871.79010: 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' <<< 11924 1726884871.79038: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a964e0> <<< 11924 1726884871.79047: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884871.79053: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884871.79082: 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' <<< 11924 1726884871.79092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884871.79114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7aac710> import 'errno' # <<< 11924 1726884871.79149: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.79158: 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 0x7f65c7aaddf0> <<< 11924 1726884871.79183: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884871.79189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884871.79219: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884871.79232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 11924 1726884871.79237: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7aaec60> <<< 11924 1726884871.79274: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.79307: 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 0x7f65c7aaf2c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7aae1b0> <<< 11924 1726884871.79310: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884871.79325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884871.79360: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.79379: 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 0x7f65c7aafd40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7aaf470> <<< 11924 1726884871.79421: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a96540> <<< 11924 1726884871.79439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884871.79472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884871.79490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884871.79514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884871.79545: 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 0x7f65c783fbf0> <<< 11924 1726884871.79572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884871.79576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884871.79604: 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' <<< 11924 1726884871.79607: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7868680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c78683e0> <<< 11924 1726884871.79636: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.79639: 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 0x7f65c78686b0> <<< 11924 1726884871.79698: 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' <<< 11924 1726884871.79753: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.79878: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7868fe0> <<< 11924 1726884871.79992: 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 0x7f65c7869940> <<< 11924 1726884871.80011: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7868890> <<< 11924 1726884871.80018: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c783dd90> <<< 11924 1726884871.80048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884871.80062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884871.80102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884871.80106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884871.80108: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c786acf0> <<< 11924 1726884871.80133: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7868e60> <<< 11924 1726884871.80154: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a96c30> <<< 11924 1726884871.80178: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884871.80241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884871.80261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884871.80297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884871.80321: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7893050> <<< 11924 1726884871.80383: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884871.80395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884871.80418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884871.80434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884871.80480: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c78bb380> <<< 11924 1726884871.80502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884871.80551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884871.80605: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884871.80629: 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 0x7f65c7918170> <<< 11924 1726884871.80644: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884871.80681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884871.80703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884871.80749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884871.80833: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c791a8d0> <<< 11924 1726884871.80915: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7918290> <<< 11924 1726884871.80948: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c78e5160> <<< 11924 1726884871.80978: 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' <<< 11924 1726884871.80985: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c771d280> <<< 11924 1726884871.81004: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c78ba180> <<< 11924 1726884871.81007: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c786bc20> <<< 11924 1726884871.81123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884871.81133: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f65c78ba840> <<< 11924 1726884871.81336: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_96rnkrh5/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 11924 1726884871.81341: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.81478: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.81521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884871.81529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884871.81570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884871.81656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884871.81674: 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' <<< 11924 1726884871.81694: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c776aff0> import '_typing' # <<< 11924 1726884871.81874: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c774dee0> <<< 11924 1726884871.81886: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c774d040> # zipimport: zlib available <<< 11924 1726884871.81911: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884871.81931: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.81939: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.81961: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.81966: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884871.81989: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.83389: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.84648: 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 0x7f65c7768d40> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884871.84727: 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 0x7f65c779e9f0> <<< 11924 1726884871.84732: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c779e7b0> <<< 11924 1726884871.84769: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c779e0c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884871.84833: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c779e7e0> <<< 11924 1726884871.84836: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c776ba70> import 'atexit' # <<< 11924 1726884871.84981: 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 0x7f65c779f710> <<< 11924 1726884871.85023: 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 0x7f65c779f950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884871.85083: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c779fe90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884871.85113: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7115b80> <<< 11924 1726884871.85232: 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 0x7f65c7117770> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884871.85247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7118170> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884871.85288: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c71192e0> <<< 11924 1726884871.85303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884871.85349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884871.85382: 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' <<< 11924 1726884871.85416: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c711be00> <<< 11924 1726884871.85467: 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 0x7f65c7a02cf0> <<< 11924 1726884871.85497: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c711a0c0> <<< 11924 1726884871.85509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884871.85515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884871.85546: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884871.85566: 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 <<< 11924 1726884871.85597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884871.85627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884871.85636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7123c20> <<< 11924 1726884871.85651: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884871.85718: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c71226f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7122480> <<< 11924 1726884871.85737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884871.85743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884871.85836: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7122960> <<< 11924 1726884871.85851: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c711a5d0> <<< 11924 1726884871.85887: 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 0x7f65c7167ec0> <<< 11924 1726884871.85928: 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 0x7f65c7167f50> <<< 11924 1726884871.85954: 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' <<< 11924 1726884871.85980: 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' <<< 11924 1726884871.86009: 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 0x7f65c7169ac0> <<< 11924 1726884871.86024: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7169880> <<< 11924 1726884871.86034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884871.86161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884871.86219: 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 0x7f65c716bfb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c716a180> <<< 11924 1726884871.86246: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884871.86303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884871.86317: 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' <<< 11924 1726884871.86333: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884871.86370: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c716f710> <<< 11924 1726884871.86504: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c716c0e0> <<< 11924 1726884871.86561: stdout 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 0x7f65c71707a0> <<< 11924 1726884871.86589: stdout 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 0x7f65c7170830> <<< 11924 1726884871.86643: stdout 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 0x7f65c7170a40> <<< 11924 1726884871.86660: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7168230> <<< 11924 1726884871.86664: 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 <<< 11924 1726884871.86682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884871.86688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884871.86718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884871.86745: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884871.86775: 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 0x7f65c7173fe0> <<< 11924 1726884871.86932: 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 0x7f65c71f94c0> <<< 11924 1726884871.86962: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7172780> <<< 11924 1726884871.86976: 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 0x7f65c7173b00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7172390> <<< 11924 1726884871.86983: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.86998: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884871.87020: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.87113: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.87227: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884871.87257: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.87285: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884871.87323: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.87397: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.87530: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.88069: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.88614: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884871.88631: 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' # <<< 11924 1726884871.88647: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884871.88668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884871.88716: 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 0x7f65c70016d0> <<< 11924 1726884871.88799: 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' <<< 11924 1726884871.88828: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c70023f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c71f9910> <<< 11924 1726884871.88881: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884871.88913: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.88924: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.88948: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884871.89083: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.89261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884871.89264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c70021e0> # zipimport: zlib available <<< 11924 1726884871.89725: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.90177: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.90311: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.90365: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884871.90429: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.90471: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884871.90557: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.90623: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 11924 1726884871.90653: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884871.90723: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.90747: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884871.90990: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.91220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884871.91261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884871.91336: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7003590> # zipimport: zlib available <<< 11924 1726884871.91432: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.91533: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884871.91620: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884871.91690: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884871.91725: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884871.91769: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.91928: stdout chunk (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' <<< 11924 1726884871.92020: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c700e0f0> <<< 11924 1726884871.92061: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c700b410> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884871.92122: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.92185: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.92274: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.92391: stdout chunk (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 <<< 11924 1726884871.92428: 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' <<< 11924 1726884871.92468: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c71029f0> <<< 11924 1726884871.92544: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c77d66c0> <<< 11924 1726884871.92647: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c700e180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a622d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884871.92669: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884871.92728: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884871.92802: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 11924 1726884871.92809: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # <<< 11924 1726884871.92912: 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 <<< 11924 1726884871.92957: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884871.92985: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.93046: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available <<< 11924 1726884871.93081: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 11924 1726884871.93107: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.93174: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.93287: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 11924 1726884871.93344: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884871.93470: stdout chunk (state=3): >>> {"changed": false, "size": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5g"}}} <<< 11924 1726884871.93503: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884871.93817: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884871.93880: 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 <<< 11924 1726884871.94178: stdout chunk (state=3): >>># cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 11924 1726884871.94269: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884871.94301: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884871.94324: stdout chunk (state=3): >>># destroy _blake2 <<< 11924 1726884871.94351: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath <<< 11924 1726884871.94383: 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 <<< 11924 1726884871.94450: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884871.94454: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 11924 1726884871.94470: 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 <<< 11924 1726884871.94522: 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 <<< 11924 1726884871.94571: 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 <<< 11924 1726884871.94585: 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 <<< 11924 1726884871.94616: 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 <<< 11924 1726884871.94635: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 11924 1726884871.94649: 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 <<< 11924 1726884871.94853: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884871.94859: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884871.94890: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884871.94909: 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 <<< 11924 1726884871.95012: 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 <<< 11924 1726884871.95049: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884871.95071: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator <<< 11924 1726884871.95098: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 11924 1726884871.95113: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884871.95766: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884871.95769: stdout chunk (state=3): >>><<< 11924 1726884871.95771: stderr chunk (state=3): >>><<< 11924 1726884871.95793: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7c183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7be7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7c1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c79c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c79c9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a0fe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a0fec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a3f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a3fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a1fad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a1d1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a0cfb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a63740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a62360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a1e0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a60b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a947d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a0c230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7a94c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a94b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7a94f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a02d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a955e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a952b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a964e0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7aac710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7aaddf0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7aaec60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7aaf2c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7aae1b0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7aafd40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7aaf470> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a96540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c783fbf0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7868680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c78683e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c78686b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7868fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7869940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7868890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c783dd90> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c786acf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7868e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a96c30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7893050> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c78bb380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7918170> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c791a8d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7918290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c78e5160> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c771d280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c78ba180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c786bc20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f65c78ba840> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_96rnkrh5/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 0x7f65c776aff0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c774dee0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c774d040> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7768d40> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c779e9f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c779e7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c779e0c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c779e7e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c776ba70> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c779f710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c779f950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c779fe90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7115b80> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7117770> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7118170> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c71192e0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c711be00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7a02cf0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c711a0c0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7123c20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c71226f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7122480> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7122960> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c711a5d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7167ec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7167f50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7169ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7169880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c716bfb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c716a180> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c716f710> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c716c0e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c71707a0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7170830> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7170a40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7168230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7173fe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c71f94c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7172780> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c7173b00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7172390> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c70016d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c70023f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c71f9910> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c70021e0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7003590> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f65c700e0f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c700b410> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c71029f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c77d66c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c700e180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f65c7a622d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5g"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884871.96976: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '5g', '_ansible_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-1726884871.619136-13469-96978578126848/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884871.96983: _low_level_execute_command(): starting 11924 1726884871.96986: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884871.619136-13469-96978578126848/ > /dev/null 2>&1 && sleep 0' 11924 1726884871.97216: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884871.97241: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884871.97351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884871.97401: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884871.97464: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884871.99278: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884871.99312: stderr chunk (state=3): >>><<< 11924 1726884871.99314: stdout chunk (state=3): >>><<< 11924 1726884871.99324: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884871.99347: handler run complete 11924 1726884871.99350: attempt loop complete, returning result 11924 1726884871.99353: _execute() done 11924 1726884871.99357: dumping result to json 11924 1726884871.99359: done dumping result, returning 11924 1726884871.99365: done running TaskExecutor() for managed_node2/TASK: Parse the requested size of the volume [0affc8a3-6f6f-f4c0-2290-000000000dd5] 11924 1726884871.99369: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dd5 11924 1726884871.99456: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dd5 11924 1726884871.99459: WORKER PROCESS EXITING ok: [managed_node2] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } 11924 1726884871.99510: no more pending results, returning what we have 11924 1726884871.99513: results queue empty 11924 1726884871.99514: checking for any_errors_fatal 11924 1726884871.99523: done checking for any_errors_fatal 11924 1726884871.99524: checking for max_fail_percentage 11924 1726884871.99525: done checking for max_fail_percentage 11924 1726884871.99526: checking to see if all hosts have failed and the running result is not ok 11924 1726884871.99527: done checking to see if all hosts have failed 11924 1726884871.99528: getting the remaining hosts for this loop 11924 1726884871.99529: done getting the remaining hosts for this loop 11924 1726884871.99534: getting the next task for host managed_node2 11924 1726884871.99541: done getting next task for host managed_node2 11924 1726884871.99544: ^ task is: TASK: Establish base value for expected size 11924 1726884871.99549: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884871.99553: getting variables 11924 1726884871.99557: in VariableManager get_vars() 11924 1726884871.99588: Calling all_inventory to load vars for managed_node2 11924 1726884871.99591: Calling groups_inventory to load vars for managed_node2 11924 1726884871.99594: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884871.99603: Calling all_plugins_play to load vars for managed_node2 11924 1726884871.99606: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884871.99608: Calling groups_plugins_play to load vars for managed_node2 11924 1726884872.00035: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884872.00466: done with get_vars() 11924 1726884872.00478: done getting variables 11924 1726884872.00526: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:32 -0400 (0:00:00.473) 0:00:37.344 ****** 11924 1726884872.00554: entering _queue_task() for managed_node2/set_fact 11924 1726884872.00938: worker is 1 (out of 1 available) 11924 1726884872.00952: exiting _queue_task() for managed_node2/set_fact 11924 1726884872.01094: done queuing things up, now waiting for results queue to drain 11924 1726884872.01097: waiting for pending results... 11924 1726884872.01448: running TaskExecutor() for managed_node2/TASK: Establish base value for expected size 11924 1726884872.01569: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dd6 11924 1726884872.01595: variable 'ansible_search_path' from source: unknown 11924 1726884872.01634: calling self._execute() 11924 1726884872.01751: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884872.01778: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884872.01783: variable 'omit' from source: magic vars 11924 1726884872.02367: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884872.04438: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884872.04950: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884872.05060: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884872.05064: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884872.05066: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884872.05164: variable '_storage_test_volume_present' from source: set_fact 11924 1726884872.05189: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884872.05335: variable 'storage_test_volume' from source: include params 11924 1726884872.05438: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884872.05840: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884872.06172: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884872.06179: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884872.06184: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884872.06213: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884872.06327: variable 'storage_test_volume' from source: include params 11924 1726884872.06348: Evaluated conditional ('%' not in storage_test_volume.size | string): True 11924 1726884872.06362: variable 'omit' from source: magic vars 11924 1726884872.06444: variable 'omit' from source: magic vars 11924 1726884872.06553: variable 'storage_test_requested_size' from source: set_fact 11924 1726884872.06581: variable 'omit' from source: magic vars 11924 1726884872.06660: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884872.06664: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884872.06666: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884872.06686: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884872.06702: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884872.06730: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884872.06750: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884872.06785: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884872.06793: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884872.06800: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884872.06915: Set connection var ansible_shell_executable to /bin/sh 11924 1726884872.06933: Set connection var ansible_connection to ssh 11924 1726884872.07043: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884872.07046: Set connection var ansible_timeout to 10 11924 1726884872.07048: Set connection var ansible_pipelining to False 11924 1726884872.07050: Set connection var ansible_shell_type to sh 11924 1726884872.07052: variable 'ansible_shell_executable' from source: unknown 11924 1726884872.07053: variable 'ansible_connection' from source: unknown 11924 1726884872.07057: variable 'ansible_module_compression' from source: unknown 11924 1726884872.07059: variable 'ansible_shell_type' from source: unknown 11924 1726884872.07061: variable 'ansible_shell_executable' from source: unknown 11924 1726884872.07063: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884872.07065: variable 'ansible_pipelining' from source: unknown 11924 1726884872.07066: variable 'ansible_timeout' from source: unknown 11924 1726884872.07068: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884872.07131: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884872.07152: variable 'omit' from source: magic vars 11924 1726884872.07164: starting attempt loop 11924 1726884872.07170: running the handler 11924 1726884872.07183: handler run complete 11924 1726884872.07195: attempt loop complete, returning result 11924 1726884872.07201: _execute() done 11924 1726884872.07207: dumping result to json 11924 1726884872.07214: done dumping result, returning 11924 1726884872.07224: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected size [0affc8a3-6f6f-f4c0-2290-000000000dd6] 11924 1726884872.07232: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dd6 ok: [managed_node2] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } 11924 1726884872.07417: no more pending results, returning what we have 11924 1726884872.07421: results queue empty 11924 1726884872.07422: checking for any_errors_fatal 11924 1726884872.07430: done checking for any_errors_fatal 11924 1726884872.07431: checking for max_fail_percentage 11924 1726884872.07433: done checking for max_fail_percentage 11924 1726884872.07434: checking to see if all hosts have failed and the running result is not ok 11924 1726884872.07435: done checking to see if all hosts have failed 11924 1726884872.07436: getting the remaining hosts for this loop 11924 1726884872.07438: done getting the remaining hosts for this loop 11924 1726884872.07442: getting the next task for host managed_node2 11924 1726884872.07452: done getting next task for host managed_node2 11924 1726884872.07457: ^ task is: TASK: Show expected size 11924 1726884872.07463: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884872.07562: getting variables 11924 1726884872.07565: in VariableManager get_vars() 11924 1726884872.07602: Calling all_inventory to load vars for managed_node2 11924 1726884872.07604: Calling groups_inventory to load vars for managed_node2 11924 1726884872.07608: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884872.07619: Calling all_plugins_play to load vars for managed_node2 11924 1726884872.07622: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884872.07625: Calling groups_plugins_play to load vars for managed_node2 11924 1726884872.08188: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dd6 11924 1726884872.08191: WORKER PROCESS EXITING 11924 1726884872.08612: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884872.09232: done with get_vars() 11924 1726884872.09247: done getting variables 11924 1726884872.09308: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:32 -0400 (0:00:00.087) 0:00:37.432 ****** 11924 1726884872.09347: entering _queue_task() for managed_node2/debug 11924 1726884872.09616: worker is 1 (out of 1 available) 11924 1726884872.09631: exiting _queue_task() for managed_node2/debug 11924 1726884872.09644: done queuing things up, now waiting for results queue to drain 11924 1726884872.09645: waiting for pending results... 11924 1726884872.09957: running TaskExecutor() for managed_node2/TASK: Show expected size 11924 1726884872.10105: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dd7 11924 1726884872.10129: variable 'ansible_search_path' from source: unknown 11924 1726884872.10170: calling self._execute() 11924 1726884872.10282: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884872.10300: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884872.10315: variable 'omit' from source: magic vars 11924 1726884872.10428: variable 'omit' from source: magic vars 11924 1726884872.10505: variable 'omit' from source: magic vars 11924 1726884872.10554: variable 'omit' from source: magic vars 11924 1726884872.10605: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884872.10654: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884872.10690: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884872.10712: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884872.10842: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884872.10846: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884872.10848: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884872.10852: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884872.10854: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884872.10858: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884872.10966: Set connection var ansible_shell_executable to /bin/sh 11924 1726884872.10978: Set connection var ansible_connection to ssh 11924 1726884872.10989: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884872.10999: Set connection var ansible_timeout to 10 11924 1726884872.11016: Set connection var ansible_pipelining to False 11924 1726884872.11030: Set connection var ansible_shell_type to sh 11924 1726884872.11071: variable 'ansible_shell_executable' from source: unknown 11924 1726884872.11387: variable 'ansible_connection' from source: unknown 11924 1726884872.11390: variable 'ansible_module_compression' from source: unknown 11924 1726884872.11393: variable 'ansible_shell_type' from source: unknown 11924 1726884872.11395: variable 'ansible_shell_executable' from source: unknown 11924 1726884872.11397: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884872.11399: variable 'ansible_pipelining' from source: unknown 11924 1726884872.11403: variable 'ansible_timeout' from source: unknown 11924 1726884872.11408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884872.11720: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884872.11814: variable 'omit' from source: magic vars 11924 1726884872.11818: starting attempt loop 11924 1726884872.11820: running the handler 11924 1726884872.11823: variable 'storage_test_expected_size' from source: set_fact 11924 1726884872.12171: variable 'storage_test_expected_size' from source: set_fact 11924 1726884872.12205: handler run complete 11924 1726884872.12271: attempt loop complete, returning result 11924 1726884872.12278: _execute() done 11924 1726884872.12294: dumping result to json 11924 1726884872.12302: done dumping result, returning 11924 1726884872.12464: done running TaskExecutor() for managed_node2/TASK: Show expected size [0affc8a3-6f6f-f4c0-2290-000000000dd7] 11924 1726884872.12467: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dd7 11924 1726884872.12539: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dd7 11924 1726884872.12543: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_test_expected_size": "5368709120" } 11924 1726884872.12592: no more pending results, returning what we have 11924 1726884872.12596: results queue empty 11924 1726884872.12596: checking for any_errors_fatal 11924 1726884872.12605: done checking for any_errors_fatal 11924 1726884872.12606: checking for max_fail_percentage 11924 1726884872.12609: done checking for max_fail_percentage 11924 1726884872.12610: checking to see if all hosts have failed and the running result is not ok 11924 1726884872.12611: done checking to see if all hosts have failed 11924 1726884872.12612: getting the remaining hosts for this loop 11924 1726884872.12614: done getting the remaining hosts for this loop 11924 1726884872.12618: getting the next task for host managed_node2 11924 1726884872.12627: done getting next task for host managed_node2 11924 1726884872.12631: ^ task is: TASK: Get the size of parent/pool device 11924 1726884872.12637: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884872.12642: getting variables 11924 1726884872.12644: in VariableManager get_vars() 11924 1726884872.12679: Calling all_inventory to load vars for managed_node2 11924 1726884872.12681: Calling groups_inventory to load vars for managed_node2 11924 1726884872.12685: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884872.12701: Calling all_plugins_play to load vars for managed_node2 11924 1726884872.12705: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884872.12708: Calling groups_plugins_play to load vars for managed_node2 11924 1726884872.13533: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884872.17290: done with get_vars() 11924 1726884872.17306: 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 22:14:32 -0400 (0:00:00.080) 0:00:37.512 ****** 11924 1726884872.17353: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884872.17630: worker is 1 (out of 1 available) 11924 1726884872.17643: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884872.17659: done queuing things up, now waiting for results queue to drain 11924 1726884872.17661: waiting for pending results... 11924 1726884872.17980: running TaskExecutor() for managed_node2/TASK: Get the size of parent/pool device 11924 1726884872.18067: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dd8 11924 1726884872.18094: variable 'ansible_search_path' from source: unknown 11924 1726884872.18137: calling self._execute() 11924 1726884872.18260: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884872.18310: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884872.18314: variable 'omit' from source: magic vars 11924 1726884872.18674: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884872.20967: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884872.21072: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884872.21141: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884872.21167: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884872.21209: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884872.21359: variable '_storage_test_volume_present' from source: set_fact 11924 1726884872.21363: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884872.21511: variable 'storage_test_volume' from source: include params 11924 1726884872.21557: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884872.21629: variable 'omit' from source: magic vars 11924 1726884872.21654: variable 'omit' from source: magic vars 11924 1726884872.21833: variable 'ansible_lvm' from source: facts 11924 1726884872.21854: variable 'storage_test_pool' from source: include params 11924 1726884872.21913: variable 'omit' from source: magic vars 11924 1726884872.21952: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884872.21993: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884872.22024: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884872.22071: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884872.22074: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884872.22101: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884872.22226: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884872.22230: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884872.22234: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884872.22236: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884872.22313: Set connection var ansible_shell_executable to /bin/sh 11924 1726884872.22324: Set connection var ansible_connection to ssh 11924 1726884872.22343: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884872.22362: Set connection var ansible_timeout to 10 11924 1726884872.22378: Set connection var ansible_pipelining to False 11924 1726884872.22394: Set connection var ansible_shell_type to sh 11924 1726884872.22441: variable 'ansible_shell_executable' from source: unknown 11924 1726884872.22444: variable 'ansible_connection' from source: unknown 11924 1726884872.22446: variable 'ansible_module_compression' from source: unknown 11924 1726884872.22460: variable 'ansible_shell_type' from source: unknown 11924 1726884872.22463: variable 'ansible_shell_executable' from source: unknown 11924 1726884872.22466: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884872.22549: variable 'ansible_pipelining' from source: unknown 11924 1726884872.22552: variable 'ansible_timeout' from source: unknown 11924 1726884872.22556: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884872.22637: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884872.22654: variable 'omit' from source: magic vars 11924 1726884872.22669: starting attempt loop 11924 1726884872.22680: running the handler 11924 1726884872.22695: _low_level_execute_command(): starting 11924 1726884872.22760: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884872.23509: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884872.23542: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884872.23648: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884872.23680: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884872.23778: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884872.25490: stdout chunk (state=3): >>>/root <<< 11924 1726884872.25634: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884872.25662: stdout chunk (state=3): >>><<< 11924 1726884872.25669: stderr chunk (state=3): >>><<< 11924 1726884872.25782: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884872.25792: _low_level_execute_command(): starting 11924 1726884872.25795: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884872.2569597-13509-31381816333789 `" && echo ansible-tmp-1726884872.2569597-13509-31381816333789="` echo /root/.ansible/tmp/ansible-tmp-1726884872.2569597-13509-31381816333789 `" ) && sleep 0' 11924 1726884872.26384: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884872.26412: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884872.26428: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884872.26445: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884872.26466: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884872.26479: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884872.26495: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884872.26526: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884872.26623: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884872.26650: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884872.26729: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884872.28723: stdout chunk (state=3): >>>ansible-tmp-1726884872.2569597-13509-31381816333789=/root/.ansible/tmp/ansible-tmp-1726884872.2569597-13509-31381816333789 <<< 11924 1726884872.28866: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884872.28870: stdout chunk (state=3): >>><<< 11924 1726884872.28872: stderr chunk (state=3): >>><<< 11924 1726884872.29077: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884872.2569597-13509-31381816333789=/root/.ansible/tmp/ansible-tmp-1726884872.2569597-13509-31381816333789 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884872.29081: variable 'ansible_module_compression' from source: unknown 11924 1726884872.29084: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 11924 1726884872.29089: variable 'ansible_facts' from source: unknown 11924 1726884872.29388: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884872.2569597-13509-31381816333789/AnsiballZ_bsize.py 11924 1726884872.29763: Sending initial data 11924 1726884872.29779: Sent initial data (153 bytes) 11924 1726884872.30770: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884872.30785: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884872.30878: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884872.30928: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884872.30971: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884872.32626: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884872.32708: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884872.32799: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpgiop9qod /root/.ansible/tmp/ansible-tmp-1726884872.2569597-13509-31381816333789/AnsiballZ_bsize.py <<< 11924 1726884872.32804: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884872.2569597-13509-31381816333789/AnsiballZ_bsize.py" <<< 11924 1726884872.32823: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpgiop9qod" to remote "/root/.ansible/tmp/ansible-tmp-1726884872.2569597-13509-31381816333789/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884872.2569597-13509-31381816333789/AnsiballZ_bsize.py" <<< 11924 1726884872.33415: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884872.33492: stderr chunk (state=3): >>><<< 11924 1726884872.33495: stdout chunk (state=3): >>><<< 11924 1726884872.33517: done transferring module to remote 11924 1726884872.33547: _low_level_execute_command(): starting 11924 1726884872.33551: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884872.2569597-13509-31381816333789/ /root/.ansible/tmp/ansible-tmp-1726884872.2569597-13509-31381816333789/AnsiballZ_bsize.py && sleep 0' 11924 1726884872.34030: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884872.34033: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884872.34036: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884872.34038: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884872.34086: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884872.34089: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884872.34143: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884872.35969: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884872.35972: stderr chunk (state=3): >>><<< 11924 1726884872.35974: stdout chunk (state=3): >>><<< 11924 1726884872.36002: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884872.36008: _low_level_execute_command(): starting 11924 1726884872.36013: _low_level_execute_command(): using become for this command 11924 1726884872.36044: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-nmpibhlcdqjnpustxhmdmvkdcejghdaj ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884872.2569597-13509-31381816333789/AnsiballZ_bsize.py'"'"' && sleep 0' 11924 1726884872.36144: Initial state: awaiting_escalation: BECOME-SUCCESS-nmpibhlcdqjnpustxhmdmvkdcejghdaj 11924 1726884872.36580: 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 <<< 11924 1726884872.36583: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884872.36627: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884872.36678: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884872.39670: stdout chunk (state=1): >>>BECOME-SUCCESS-nmpibhlcdqjnpustxhmdmvkdcejghdaj <<< 11924 1726884872.39673: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-nmpibhlcdqjnpustxhmdmvkdcejghdaj' 11924 1726884872.39994: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884872.40028: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884872.40060: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884872.40063: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884872.40130: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884872.40143: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884872.40167: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884872.40210: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884872.40220: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884872.40232: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884872.40237: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884872.40290: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884872.40295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884872.40318: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884872.40336: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884872.40372: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884872.40388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884872.40409: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c8183e0> <<< 11924 1726884872.40416: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c7e7a10> <<< 11924 1726884872.40443: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884872.40447: 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 0x7fba3c81a960> <<< 11924 1726884872.40471: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884872.40489: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884872.40510: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884872.40527: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884872.40563: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884872.40652: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884872.40692: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884872.40695: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884872.40727: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884872.40760: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884872.40766: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884872.40788: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884872.40821: 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' <<< 11924 1726884872.40828: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c62cfe0> <<< 11924 1726884872.40901: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884872.40912: 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 0x7fba3c62dfd0> <<< 11924 1726884872.40934: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884872.40969: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884872.41181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884872.41204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884872.41225: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884872.41249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884872.41258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884872.41305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884872.41314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884872.41353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884872.41361: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c673e00> <<< 11924 1726884872.41375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884872.41389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884872.41418: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884872.41422: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c673ec0> <<< 11924 1726884872.41446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884872.41506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884872.41509: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884872.41551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884872.41575: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884872.41619: 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 0x7fba3c6a3830> <<< 11924 1726884872.41636: 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 0x7fba3c6a3ec0> <<< 11924 1726884872.41653: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884872.41701: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c683ad0> <<< 11924 1726884872.41718: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884872.41737: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6811f0> <<< 11924 1726884872.41839: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c670fb0> <<< 11924 1726884872.41860: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884872.41904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884872.41958: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884872.41980: 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' <<< 11924 1726884872.42016: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6c6420> <<< 11924 1726884872.42089: 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 0x7fba3c6820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6c4c20> <<< 11924 1726884872.42140: 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 0x7fba3c6f8830> <<< 11924 1726884872.42158: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c670230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884872.42211: 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 0x7fba3c6f8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6f8b90> <<< 11924 1726884872.42273: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884872.42277: 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 0x7fba3c6f8f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c666d50> <<< 11924 1726884872.42317: 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 <<< 11924 1726884872.42335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6f95b0> <<< 11924 1726884872.42384: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6f92b0> import 'importlib.machinery' # <<< 11924 1726884872.42410: 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' <<< 11924 1726884872.42415: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6fa4b0> <<< 11924 1726884872.42453: 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 <<< 11924 1726884872.42480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884872.42541: 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 0x7fba3c7106b0> <<< 11924 1726884872.42548: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884872.42641: 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 0x7fba3c711d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884872.42696: 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 0x7fba3c712c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884872.42702: 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 0x7fba3c713290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c712180> <<< 11924 1726884872.42739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884872.42746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884872.42789: 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 0x7fba3c713d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c713440> <<< 11924 1726884872.42816: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6fa420> <<< 11924 1726884872.42849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884872.42870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884872.42889: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884872.42903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884872.42942: 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 0x7fba3c497b90> <<< 11924 1726884872.42964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884872.42971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884872.43015: 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 0x7fba3c4c06e0> <<< 11924 1726884872.43053: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c4c0440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3c4c0710> <<< 11924 1726884872.43078: 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' <<< 11924 1726884872.43172: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884872.43297: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3c4c1040> <<< 11924 1726884872.43386: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884872.43442: 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 0x7fba3c4c1970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c4c08f0> <<< 11924 1726884872.43447: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c495d30> <<< 11924 1726884872.43502: 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' <<< 11924 1726884872.43516: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c4c2d50> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c4c1a90> <<< 11924 1726884872.43550: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6fabd0> <<< 11924 1726884872.43583: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884872.43624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884872.43642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884872.43685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884872.43714: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c4eb080> <<< 11924 1726884872.43767: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884872.43799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884872.43818: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884872.43827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884872.43903: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c5133e0> <<< 11924 1726884872.43907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884872.43950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884872.44026: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884872.44029: 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 0x7fba3c5701d0> <<< 11924 1726884872.44091: 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' <<< 11924 1726884872.44131: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884872.44142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884872.44206: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c572930> <<< 11924 1726884872.44293: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c5702f0> <<< 11924 1726884872.44318: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c53d1c0> <<< 11924 1726884872.44402: 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 0x7fba3c53d970> <<< 11924 1726884872.44405: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c5121e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c4c3c50> <<< 11924 1726884872.44488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884872.44515: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fba3c512540> <<< 11924 1726884872.44725: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_bc1o3k5g/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 11924 1726884872.44728: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.44851: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.44887: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884872.44890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884872.44945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884872.45007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884872.45043: 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 0x7fba3c3c6f90> import '_typing' # <<< 11924 1726884872.45245: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c3a9e80> <<< 11924 1726884872.45249: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c3a9010> # zipimport: zlib available <<< 11924 1726884872.45283: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884872.45286: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.45356: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884872.45367: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884872.45381: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.46733: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.47837: 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' <<< 11924 1726884872.47843: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c3c4e30> <<< 11924 1726884872.47864: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884872.47871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884872.47892: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884872.47917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884872.47951: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884872.47954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884872.47971: 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 0x7fba3c3fa960> <<< 11924 1726884872.48004: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c3fa6f0> <<< 11924 1726884872.48040: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c3fa000> <<< 11924 1726884872.48052: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884872.48065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884872.48107: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c3fa9f0> <<< 11924 1726884872.48115: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c3c79b0> import 'atexit' # <<< 11924 1726884872.48145: 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 0x7fba3c3fb680> <<< 11924 1726884872.48173: 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 0x7fba3c3fb860> <<< 11924 1726884872.48198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884872.48244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884872.48262: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884872.48303: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c3fbda0> <<< 11924 1726884872.48314: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884872.48331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884872.48361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884872.48396: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd1dc10> <<< 11924 1726884872.48428: 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 0x7fba3bd1f830> <<< 11924 1726884872.48458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884872.48486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884872.48516: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd20200> <<< 11924 1726884872.48519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884872.48569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884872.48578: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd213a0> <<< 11924 1726884872.48606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884872.48637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884872.48670: 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' <<< 11924 1726884872.48723: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd23da0> <<< 11924 1726884872.48767: 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 0x7fba3c4c2cc0> <<< 11924 1726884872.48783: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd22090> <<< 11924 1726884872.48804: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884872.48833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884872.48868: 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' <<< 11924 1726884872.48870: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884872.48908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884872.48927: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884872.48950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd2bc80> import '_tokenize' # <<< 11924 1726884872.49045: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd2a750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd2a4b0> <<< 11924 1726884872.49048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884872.49065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884872.49122: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd2aa20> <<< 11924 1726884872.49158: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd22570> <<< 11924 1726884872.49190: 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 0x7fba3bd6ff80> <<< 11924 1726884872.49207: 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 0x7fba3bd704a0> <<< 11924 1726884872.49238: 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 <<< 11924 1726884872.49257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884872.49268: 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' <<< 11924 1726884872.49303: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884872.49319: 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 0x7fba3bd71b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd718e0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884872.49461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884872.49515: 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 0x7fba3bd73fe0> <<< 11924 1726884872.49518: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd72210> <<< 11924 1726884872.49533: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884872.49585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884872.49599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884872.49616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884872.49661: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd77830> <<< 11924 1726884872.49785: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd74200> <<< 11924 1726884872.49845: stdout 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 0x7fba3bd78b00> <<< 11924 1726884872.49871: stdout 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 0x7fba3bd788c0> <<< 11924 1726884872.49919: stdout 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 0x7fba3bd78b30> <<< 11924 1726884872.49967: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd70200> <<< 11924 1726884872.50004: 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' <<< 11924 1726884872.50028: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884872.50091: 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 0x7fba3bc00200> <<< 11924 1726884872.50217: 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 0x7fba3bc01460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd7a990> <<< 11924 1726884872.50264: 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 0x7fba3bd7bd40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd7a5d0> # zipimport: zlib available <<< 11924 1726884872.50307: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884872.50396: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.50491: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.50532: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884872.50536: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.50538: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.50575: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884872.50671: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.50779: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.51322: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.51842: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884872.51865: 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' # <<< 11924 1726884872.51895: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884872.51926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884872.51971: 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 0x7fba3bc09490> <<< 11924 1726884872.52029: 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' <<< 11924 1726884872.52052: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bc0a1b0> <<< 11924 1726884872.52064: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd719d0> <<< 11924 1726884872.52112: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884872.52117: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.52164: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.52186: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884872.52319: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.52470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884872.52473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bc0a240> <<< 11924 1726884872.52498: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.52947: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.53383: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.53457: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.53542: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884872.53589: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.53620: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884872.53626: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.53705: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.53782: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884872.53819: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884872.53830: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884872.53869: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.53911: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884872.53915: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.54149: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.54374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884872.54438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884872.54447: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884872.54516: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bc0b410> <<< 11924 1726884872.54521: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.54603: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.54672: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884872.54696: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884872.54708: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.54753: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.54801: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884872.54804: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.54849: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.54897: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.54951: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.55033: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884872.55073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884872.55166: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3bc15df0> <<< 11924 1726884872.55190: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bc10d10> <<< 11924 1726884872.55237: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884872.55241: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.55297: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884872.55302: stdout chunk (state=3): >>> <<< 11924 1726884872.55369: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.55404: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.55465: stdout chunk (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' <<< 11924 1726884872.55477: 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 <<< 11924 1726884872.55496: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884872.55511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884872.55569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884872.55581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884872.55605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884872.55657: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd02750> <<< 11924 1726884872.55704: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c426450> <<< 11924 1726884872.55792: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bc15eb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bc0c710> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884872.55795: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.55822: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.55850: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884872.55903: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884872.55926: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.55934: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.55965: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available <<< 11924 1726884872.55976: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.55995: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 11924 1726884872.56024: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884872.56027: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 11924 1726884872.56038: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.56072: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 11924 1726884872.56084: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.56097: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.56120: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884872.56157: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.56215: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.56233: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 11924 1726884872.56239: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.56268: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.56271: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 11924 1726884872.56282: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.56378: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.56474: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 11924 1726884872.56550: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884872.56668: stdout chunk (state=3): >>> {"changed": false, "size": "9 GiB", "bytes": 10726680821, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.99G"}}} <<< 11924 1726884872.56682: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884872.57011: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884872.57084: 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 <<< 11924 1726884872.57183: stdout chunk (state=3): >>># destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 <<< 11924 1726884872.57417: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884872.57437: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884872.57441: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884872.57476: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884872.57479: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884872.57498: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884872.57522: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884872.57526: 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 <<< 11924 1726884872.57554: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 11924 1726884872.57559: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884872.57591: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 11924 1726884872.57610: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884872.57613: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884872.57678: 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 <<< 11924 1726884872.57719: 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 <<< 11924 1726884872.57730: 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 <<< 11924 1726884872.57768: 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 <<< 11924 1726884872.57782: 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 <<< 11924 1726884872.57795: 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 <<< 11924 1726884872.57929: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884872.57936: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884872.57942: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884872.57971: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 11924 1726884872.57978: stdout chunk (state=3): >>># destroy tokenize <<< 11924 1726884872.57995: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884872.58037: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884872.58041: 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 <<< 11924 1726884872.58051: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 11924 1726884872.58070: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884872.58152: 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 <<< 11924 1726884872.58158: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 11924 1726884872.58182: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884872.58193: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884872.58215: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 11924 1726884872.58225: stdout chunk (state=3): >>># destroy itertools <<< 11924 1726884872.58244: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 11924 1726884872.58247: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 11924 1726884872.58726: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884872.58771: stderr chunk (state=3): >>><<< 11924 1726884872.58774: stdout chunk (state=3): >>><<< 11924 1726884872.58845: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c8183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c7e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c81a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c62cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c62dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c673e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c673ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c683ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c670fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6c4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6f8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c670230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3c6f8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6f8b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3c6f8f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c666d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6f95b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6f92b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6fa4b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c7106b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3c711d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c712c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3c713290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c712180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3c713d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c713440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6fa420> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3c497b90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3c4c06e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c4c0440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3c4c0710> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3c4c1040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3c4c1970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c4c08f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c495d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c4c2d50> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c4c1a90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c6fabd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c4eb080> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c5133e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c5701d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c572930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c5702f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c53d1c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c53d970> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c5121e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c4c3c50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fba3c512540> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_bc1o3k5g/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 0x7fba3c3c6f90> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c3a9e80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c3a9010> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c3c4e30> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3c3fa960> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c3fa6f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c3fa000> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c3fa9f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c3c79b0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3c3fb680> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3c3fb860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c3fbda0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd1dc10> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3bd1f830> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd20200> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd213a0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd23da0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3c4c2cc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd22090> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd2bc80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd2a750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd2a4b0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd2aa20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd22570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3bd6ff80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd704a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3bd71b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd718e0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3bd73fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd72210> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd77830> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd74200> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3bd78b00> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3bd788c0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3bd78b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd70200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3bc00200> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3bc01460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd7a990> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3bd7bd40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd7a5d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3bc09490> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bc0a1b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd719d0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bc0a240> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bc0b410> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba3bc15df0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bc10d10> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bd02750> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3c426450> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bc15eb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba3bc0c710> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": 10726680821, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.99G"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884872.59796: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '9.99G', '_ansible_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-1726884872.2569597-13509-31381816333789/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884872.59800: _low_level_execute_command(): starting 11924 1726884872.59804: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884872.2569597-13509-31381816333789/ > /dev/null 2>&1 && sleep 0' 11924 1726884872.59807: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884872.59842: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884872.59849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884872.59851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884872.59853: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884872.59854: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884872.59858: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884872.59860: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884872.59861: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884872.59862: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884872.59868: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884872.59870: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884872.59879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884872.59882: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884872.59884: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884872.59886: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884872.59906: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884872.61728: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884872.61748: stderr chunk (state=3): >>><<< 11924 1726884872.61751: stdout chunk (state=3): >>><<< 11924 1726884872.61765: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884872.61770: handler run complete 11924 1726884872.61785: attempt loop complete, returning result 11924 1726884872.61788: _execute() done 11924 1726884872.61791: dumping result to json 11924 1726884872.61793: done dumping result, returning 11924 1726884872.61801: done running TaskExecutor() for managed_node2/TASK: Get the size of parent/pool device [0affc8a3-6f6f-f4c0-2290-000000000dd8] 11924 1726884872.61806: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dd8 11924 1726884872.61894: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dd8 11924 1726884872.61896: WORKER PROCESS EXITING ok: [managed_node2] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } 11924 1726884872.61950: no more pending results, returning what we have 11924 1726884872.61953: results queue empty 11924 1726884872.61954: checking for any_errors_fatal 11924 1726884872.61968: done checking for any_errors_fatal 11924 1726884872.61968: checking for max_fail_percentage 11924 1726884872.61970: done checking for max_fail_percentage 11924 1726884872.61971: checking to see if all hosts have failed and the running result is not ok 11924 1726884872.61972: done checking to see if all hosts have failed 11924 1726884872.61972: getting the remaining hosts for this loop 11924 1726884872.61974: done getting the remaining hosts for this loop 11924 1726884872.61978: getting the next task for host managed_node2 11924 1726884872.61987: done getting next task for host managed_node2 11924 1726884872.61990: ^ task is: TASK: Show test pool 11924 1726884872.61996: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884872.62000: getting variables 11924 1726884872.62003: in VariableManager get_vars() 11924 1726884872.62035: Calling all_inventory to load vars for managed_node2 11924 1726884872.62037: Calling groups_inventory to load vars for managed_node2 11924 1726884872.62043: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884872.62054: Calling all_plugins_play to load vars for managed_node2 11924 1726884872.62061: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884872.62065: Calling groups_plugins_play to load vars for managed_node2 11924 1726884872.62447: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884872.62803: done with get_vars() 11924 1726884872.62817: done getting variables 11924 1726884872.62859: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:32 -0400 (0:00:00.455) 0:00:37.967 ****** 11924 1726884872.62884: entering _queue_task() for managed_node2/debug 11924 1726884872.63079: worker is 1 (out of 1 available) 11924 1726884872.63094: exiting _queue_task() for managed_node2/debug 11924 1726884872.63106: done queuing things up, now waiting for results queue to drain 11924 1726884872.63107: waiting for pending results... 11924 1726884872.63302: running TaskExecutor() for managed_node2/TASK: Show test pool 11924 1726884872.63432: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dda 11924 1726884872.63661: variable 'ansible_search_path' from source: unknown 11924 1726884872.63665: calling self._execute() 11924 1726884872.63668: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884872.63671: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884872.63674: variable 'omit' from source: magic vars 11924 1726884872.63953: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884872.66000: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884872.66076: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884872.66115: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884872.66154: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884872.66194: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884872.66302: variable '_storage_test_volume_present' from source: set_fact 11924 1726884872.66325: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884872.66460: variable 'storage_test_volume' from source: include params 11924 1726884872.66494: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884872.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) 11924 1726884872.66685: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884872.66715: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884872.66764: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884872.66783: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884872.66867: variable 'storage_test_volume' from source: include params 11924 1726884872.66889: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884872.66898: when evaluation is False, skipping this task 11924 1726884872.66906: _execute() done 11924 1726884872.66913: dumping result to json 11924 1726884872.66924: done dumping result, returning 11924 1726884872.66934: done running TaskExecutor() for managed_node2/TASK: Show test pool [0affc8a3-6f6f-f4c0-2290-000000000dda] 11924 1726884872.66944: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dda 11924 1726884872.67183: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dda 11924 1726884872.67186: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "'%' in storage_test_volume.size | string" } 11924 1726884872.67231: no more pending results, returning what we have 11924 1726884872.67236: results queue empty 11924 1726884872.67236: checking for any_errors_fatal 11924 1726884872.67247: done checking for any_errors_fatal 11924 1726884872.67248: checking for max_fail_percentage 11924 1726884872.67249: done checking for max_fail_percentage 11924 1726884872.67251: checking to see if all hosts have failed and the running result is not ok 11924 1726884872.67251: done checking to see if all hosts have failed 11924 1726884872.67252: getting the remaining hosts for this loop 11924 1726884872.67254: done getting the remaining hosts for this loop 11924 1726884872.67259: getting the next task for host managed_node2 11924 1726884872.67268: done getting next task for host managed_node2 11924 1726884872.67270: ^ task is: TASK: Show test blockinfo 11924 1726884872.67276: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884872.67280: getting variables 11924 1726884872.67282: in VariableManager get_vars() 11924 1726884872.67315: Calling all_inventory to load vars for managed_node2 11924 1726884872.67318: Calling groups_inventory to load vars for managed_node2 11924 1726884872.67321: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884872.67333: Calling all_plugins_play to load vars for managed_node2 11924 1726884872.67336: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884872.67339: Calling groups_plugins_play to load vars for managed_node2 11924 1726884872.68044: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884872.68695: done with get_vars() 11924 1726884872.68712: done getting variables 11924 1726884872.68770: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:32 -0400 (0:00:00.059) 0:00:38.027 ****** 11924 1726884872.68811: entering _queue_task() for managed_node2/debug 11924 1726884872.69262: worker is 1 (out of 1 available) 11924 1726884872.69273: exiting _queue_task() for managed_node2/debug 11924 1726884872.69285: done queuing things up, now waiting for results queue to drain 11924 1726884872.69287: waiting for pending results... 11924 1726884872.69420: running TaskExecutor() for managed_node2/TASK: Show test blockinfo 11924 1726884872.69596: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000ddb 11924 1726884872.69623: variable 'ansible_search_path' from source: unknown 11924 1726884872.69666: calling self._execute() 11924 1726884872.69836: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884872.69839: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884872.69842: variable 'omit' from source: magic vars 11924 1726884872.70185: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884872.72414: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884872.72496: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884872.72549: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884872.72588: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884872.72621: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884872.72763: variable '_storage_test_volume_present' from source: set_fact 11924 1726884872.72766: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884872.72894: variable 'storage_test_volume' from source: include params 11924 1726884872.72929: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884872.73093: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884872.73129: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884872.73196: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884872.73210: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884872.73229: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884872.73318: variable 'storage_test_volume' from source: include params 11924 1726884872.73340: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884872.73348: when evaluation is False, skipping this task 11924 1726884872.73358: _execute() done 11924 1726884872.73414: dumping result to json 11924 1726884872.73417: done dumping result, returning 11924 1726884872.73420: done running TaskExecutor() for managed_node2/TASK: Show test blockinfo [0affc8a3-6f6f-f4c0-2290-000000000ddb] 11924 1726884872.73422: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000ddb skipping: [managed_node2] => { "false_condition": "'%' in storage_test_volume.size | string" } 11924 1726884872.73575: no more pending results, returning what we have 11924 1726884872.73579: results queue empty 11924 1726884872.73580: checking for any_errors_fatal 11924 1726884872.73587: done checking for any_errors_fatal 11924 1726884872.73588: checking for max_fail_percentage 11924 1726884872.73590: done checking for max_fail_percentage 11924 1726884872.73591: checking to see if all hosts have failed and the running result is not ok 11924 1726884872.73591: done checking to see if all hosts have failed 11924 1726884872.73592: getting the remaining hosts for this loop 11924 1726884872.73594: done getting the remaining hosts for this loop 11924 1726884872.73598: getting the next task for host managed_node2 11924 1726884872.73609: done getting next task for host managed_node2 11924 1726884872.73612: ^ task is: TASK: Show test pool size 11924 1726884872.73618: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884872.73623: getting variables 11924 1726884872.73625: in VariableManager get_vars() 11924 1726884872.73660: Calling all_inventory to load vars for managed_node2 11924 1726884872.73663: Calling groups_inventory to load vars for managed_node2 11924 1726884872.73666: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884872.73677: Calling all_plugins_play to load vars for managed_node2 11924 1726884872.73680: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884872.73682: Calling groups_plugins_play to load vars for managed_node2 11924 1726884872.74487: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000ddb 11924 1726884872.74491: WORKER PROCESS EXITING 11924 1726884872.74890: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884872.76345: done with get_vars() 11924 1726884872.76362: done getting variables 11924 1726884872.76422: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:32 -0400 (0:00:00.076) 0:00:38.103 ****** 11924 1726884872.76459: entering _queue_task() for managed_node2/debug 11924 1726884872.76898: worker is 1 (out of 1 available) 11924 1726884872.76909: exiting _queue_task() for managed_node2/debug 11924 1726884872.76919: done queuing things up, now waiting for results queue to drain 11924 1726884872.76921: waiting for pending results... 11924 1726884872.77089: running TaskExecutor() for managed_node2/TASK: Show test pool size 11924 1726884872.77244: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000ddc 11924 1726884872.77272: variable 'ansible_search_path' from source: unknown 11924 1726884872.77310: calling self._execute() 11924 1726884872.77423: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884872.77440: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884872.77458: variable 'omit' from source: magic vars 11924 1726884872.77813: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884872.81424: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884872.81510: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884872.81736: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884872.81739: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884872.81742: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884872.82062: variable '_storage_test_volume_present' from source: set_fact 11924 1726884872.82071: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884872.82269: variable 'storage_test_volume' from source: include params 11924 1726884872.82392: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884872.82713: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884872.82829: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884872.82971: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884872.83018: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884872.83430: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884872.83433: variable 'storage_test_volume' from source: include params 11924 1726884872.83436: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884872.83438: when evaluation is False, skipping this task 11924 1726884872.83441: _execute() done 11924 1726884872.83443: dumping result to json 11924 1726884872.83445: done dumping result, returning 11924 1726884872.83447: done running TaskExecutor() for managed_node2/TASK: Show test pool size [0affc8a3-6f6f-f4c0-2290-000000000ddc] 11924 1726884872.83449: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000ddc skipping: [managed_node2] => { "false_condition": "'%' in storage_test_volume.size | string" } 11924 1726884872.83894: no more pending results, returning what we have 11924 1726884872.83898: results queue empty 11924 1726884872.83899: checking for any_errors_fatal 11924 1726884872.83906: done checking for any_errors_fatal 11924 1726884872.83907: checking for max_fail_percentage 11924 1726884872.83909: done checking for max_fail_percentage 11924 1726884872.83911: checking to see if all hosts have failed and the running result is not ok 11924 1726884872.83911: done checking to see if all hosts have failed 11924 1726884872.83912: getting the remaining hosts for this loop 11924 1726884872.83914: done getting the remaining hosts for this loop 11924 1726884872.83919: getting the next task for host managed_node2 11924 1726884872.83929: done getting next task for host managed_node2 11924 1726884872.83933: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 11924 1726884872.83940: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884872.83946: getting variables 11924 1726884872.83948: in VariableManager get_vars() 11924 1726884872.83985: Calling all_inventory to load vars for managed_node2 11924 1726884872.83988: Calling groups_inventory to load vars for managed_node2 11924 1726884872.83992: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884872.84003: Calling all_plugins_play to load vars for managed_node2 11924 1726884872.84007: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884872.84011: Calling groups_plugins_play to load vars for managed_node2 11924 1726884872.86064: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000ddc 11924 1726884872.86070: WORKER PROCESS EXITING 11924 1726884872.86184: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884872.88229: done with get_vars() 11924 1726884872.88245: done getting variables 11924 1726884872.88567: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:32 -0400 (0:00:00.121) 0:00:38.224 ****** 11924 1726884872.88604: entering _queue_task() for managed_node2/set_fact 11924 1726884872.89159: worker is 1 (out of 1 available) 11924 1726884872.89169: exiting _queue_task() for managed_node2/set_fact 11924 1726884872.89179: done queuing things up, now waiting for results queue to drain 11924 1726884872.89181: waiting for pending results... 11924 1726884872.89272: running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value 11924 1726884872.89471: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000ddd 11924 1726884872.89494: variable 'ansible_search_path' from source: unknown 11924 1726884872.89541: calling self._execute() 11924 1726884872.89673: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884872.89684: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884872.89704: variable 'omit' from source: magic vars 11924 1726884872.90108: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884872.92712: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884872.93194: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884872.93242: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884872.93284: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884872.93317: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884872.93418: variable '_storage_test_volume_present' from source: set_fact 11924 1726884872.93447: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884872.93591: variable 'storage_test_volume' from source: include params 11924 1726884872.93621: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884872.93860: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884872.93866: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884872.93869: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884872.93986: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884872.93990: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884872.93992: variable 'storage_test_volume' from source: include params 11924 1726884872.94012: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884872.94040: when evaluation is False, skipping this task 11924 1726884872.94048: _execute() done 11924 1726884872.94057: dumping result to json 11924 1726884872.94065: done dumping result, returning 11924 1726884872.94077: done running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-f4c0-2290-000000000ddd] 11924 1726884872.94091: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000ddd 11924 1726884872.94387: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000ddd 11924 1726884872.94390: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } 11924 1726884872.94604: no more pending results, returning what we have 11924 1726884872.94608: results queue empty 11924 1726884872.94608: checking for any_errors_fatal 11924 1726884872.94616: done checking for any_errors_fatal 11924 1726884872.94617: checking for max_fail_percentage 11924 1726884872.94619: done checking for max_fail_percentage 11924 1726884872.94620: checking to see if all hosts have failed and the running result is not ok 11924 1726884872.94620: done checking to see if all hosts have failed 11924 1726884872.94621: getting the remaining hosts for this loop 11924 1726884872.94623: done getting the remaining hosts for this loop 11924 1726884872.94627: getting the next task for host managed_node2 11924 1726884872.94638: done getting next task for host managed_node2 11924 1726884872.94640: ^ task is: TASK: Default thin pool reserved space values 11924 1726884872.94646: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884872.94650: getting variables 11924 1726884872.94652: in VariableManager get_vars() 11924 1726884872.94689: Calling all_inventory to load vars for managed_node2 11924 1726884872.94695: Calling groups_inventory to load vars for managed_node2 11924 1726884872.94699: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884872.94710: Calling all_plugins_play to load vars for managed_node2 11924 1726884872.94714: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884872.94717: Calling groups_plugins_play to load vars for managed_node2 11924 1726884872.95839: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884872.96779: done with get_vars() 11924 1726884872.96794: done getting variables 11924 1726884872.96857: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:32 -0400 (0:00:00.082) 0:00:38.307 ****** 11924 1726884872.96895: entering _queue_task() for managed_node2/set_fact 11924 1726884872.97217: worker is 1 (out of 1 available) 11924 1726884872.97231: exiting _queue_task() for managed_node2/set_fact 11924 1726884872.97242: done queuing things up, now waiting for results queue to drain 11924 1726884872.97244: waiting for pending results... 11924 1726884872.97611: running TaskExecutor() for managed_node2/TASK: Default thin pool reserved space values 11924 1726884872.97617: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000ddf 11924 1726884872.97626: variable 'ansible_search_path' from source: unknown 11924 1726884872.97658: calling self._execute() 11924 1726884872.97852: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884872.97866: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884872.97882: variable 'omit' from source: magic vars 11924 1726884872.98283: variable 'storage_test_volume' from source: include params 11924 1726884872.98323: Evaluated conditional (storage_test_volume.thin): False 11924 1726884872.98331: when evaluation is False, skipping this task 11924 1726884872.98364: _execute() done 11924 1726884872.98367: dumping result to json 11924 1726884872.98370: done dumping result, returning 11924 1726884872.98373: done running TaskExecutor() for managed_node2/TASK: Default thin pool reserved space values [0affc8a3-6f6f-f4c0-2290-000000000ddf] 11924 1726884872.98378: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000ddf skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884872.98628: no more pending results, returning what we have 11924 1726884872.98632: results queue empty 11924 1726884872.98633: checking for any_errors_fatal 11924 1726884872.98639: done checking for any_errors_fatal 11924 1726884872.98640: checking for max_fail_percentage 11924 1726884872.98642: done checking for max_fail_percentage 11924 1726884872.98643: checking to see if all hosts have failed and the running result is not ok 11924 1726884872.98644: done checking to see if all hosts have failed 11924 1726884872.98645: getting the remaining hosts for this loop 11924 1726884872.98647: done getting the remaining hosts for this loop 11924 1726884872.98651: getting the next task for host managed_node2 11924 1726884872.98664: done getting next task for host managed_node2 11924 1726884872.98666: ^ task is: TASK: Default minimal thin pool reserved space size 11924 1726884872.98674: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884872.98680: getting variables 11924 1726884872.98684: in VariableManager get_vars() 11924 1726884872.98717: Calling all_inventory to load vars for managed_node2 11924 1726884872.98720: Calling groups_inventory to load vars for managed_node2 11924 1726884872.98724: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884872.98737: Calling all_plugins_play to load vars for managed_node2 11924 1726884872.98741: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884872.98744: Calling groups_plugins_play to load vars for managed_node2 11924 1726884872.98760: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000ddf 11924 1726884872.98763: WORKER PROCESS EXITING 11924 1726884872.99606: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.00696: done with get_vars() 11924 1726884873.00710: 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 22:14:33 -0400 (0:00:00.040) 0:00:38.348 ****** 11924 1726884873.00911: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884873.01400: worker is 1 (out of 1 available) 11924 1726884873.01529: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884873.01540: done queuing things up, now waiting for results queue to drain 11924 1726884873.01541: waiting for pending results... 11924 1726884873.01784: running TaskExecutor() for managed_node2/TASK: Default minimal thin pool reserved space size 11924 1726884873.01929: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000de0 11924 1726884873.01940: variable 'ansible_search_path' from source: unknown 11924 1726884873.01970: calling self._execute() 11924 1726884873.02060: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.02064: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.02076: variable 'omit' from source: magic vars 11924 1726884873.02340: variable 'storage_test_volume' from source: include params 11924 1726884873.02365: Evaluated conditional (storage_test_volume.thin): False 11924 1726884873.02369: when evaluation is False, skipping this task 11924 1726884873.02372: _execute() done 11924 1726884873.02374: dumping result to json 11924 1726884873.02377: done dumping result, returning 11924 1726884873.02382: done running TaskExecutor() for managed_node2/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-f4c0-2290-000000000de0] 11924 1726884873.02387: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de0 11924 1726884873.02477: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de0 11924 1726884873.02480: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884873.02532: no more pending results, returning what we have 11924 1726884873.02535: results queue empty 11924 1726884873.02536: checking for any_errors_fatal 11924 1726884873.02542: done checking for any_errors_fatal 11924 1726884873.02542: checking for max_fail_percentage 11924 1726884873.02544: done checking for max_fail_percentage 11924 1726884873.02545: checking to see if all hosts have failed and the running result is not ok 11924 1726884873.02545: done checking to see if all hosts have failed 11924 1726884873.02546: getting the remaining hosts for this loop 11924 1726884873.02548: done getting the remaining hosts for this loop 11924 1726884873.02550: getting the next task for host managed_node2 11924 1726884873.02559: done getting next task for host managed_node2 11924 1726884873.02561: ^ task is: TASK: Default maximal thin pool reserved space size 11924 1726884873.02567: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884873.02571: getting variables 11924 1726884873.02572: in VariableManager get_vars() 11924 1726884873.02597: Calling all_inventory to load vars for managed_node2 11924 1726884873.02599: Calling groups_inventory to load vars for managed_node2 11924 1726884873.02604: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884873.02612: Calling all_plugins_play to load vars for managed_node2 11924 1726884873.02615: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884873.02617: Calling groups_plugins_play to load vars for managed_node2 11924 1726884873.02935: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.03377: done with get_vars() 11924 1726884873.03389: 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 22:14:33 -0400 (0:00:00.025) 0:00:38.373 ****** 11924 1726884873.03487: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884873.03816: worker is 1 (out of 1 available) 11924 1726884873.03828: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884873.03840: done queuing things up, now waiting for results queue to drain 11924 1726884873.03841: waiting for pending results... 11924 1726884873.04469: running TaskExecutor() for managed_node2/TASK: Default maximal thin pool reserved space size 11924 1726884873.04654: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000de1 11924 1726884873.04660: variable 'ansible_search_path' from source: unknown 11924 1726884873.04718: calling self._execute() 11924 1726884873.04801: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.04819: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.04842: variable 'omit' from source: magic vars 11924 1726884873.05109: variable 'storage_test_volume' from source: include params 11924 1726884873.05135: Evaluated conditional (storage_test_volume.thin): False 11924 1726884873.05139: when evaluation is False, skipping this task 11924 1726884873.05143: _execute() done 11924 1726884873.05145: dumping result to json 11924 1726884873.05148: done dumping result, returning 11924 1726884873.05158: done running TaskExecutor() for managed_node2/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-f4c0-2290-000000000de1] 11924 1726884873.05161: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de1 11924 1726884873.05249: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de1 11924 1726884873.05253: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884873.05319: no more pending results, returning what we have 11924 1726884873.05322: results queue empty 11924 1726884873.05323: checking for any_errors_fatal 11924 1726884873.05326: done checking for any_errors_fatal 11924 1726884873.05327: checking for max_fail_percentage 11924 1726884873.05328: done checking for max_fail_percentage 11924 1726884873.05329: checking to see if all hosts have failed and the running result is not ok 11924 1726884873.05330: done checking to see if all hosts have failed 11924 1726884873.05330: getting the remaining hosts for this loop 11924 1726884873.05332: done getting the remaining hosts for this loop 11924 1726884873.05335: getting the next task for host managed_node2 11924 1726884873.05342: done getting next task for host managed_node2 11924 1726884873.05344: ^ task is: TASK: Calculate maximum usable space in thin pool 11924 1726884873.05350: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884873.05353: getting variables 11924 1726884873.05354: in VariableManager get_vars() 11924 1726884873.05385: Calling all_inventory to load vars for managed_node2 11924 1726884873.05387: Calling groups_inventory to load vars for managed_node2 11924 1726884873.05389: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884873.05395: Calling all_plugins_play to load vars for managed_node2 11924 1726884873.05397: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884873.05399: Calling groups_plugins_play to load vars for managed_node2 11924 1726884873.05724: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.06069: done with get_vars() 11924 1726884873.06078: done getting variables 11924 1726884873.06119: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:33 -0400 (0:00:00.026) 0:00:38.400 ****** 11924 1726884873.06143: entering _queue_task() for managed_node2/set_fact 11924 1726884873.06318: worker is 1 (out of 1 available) 11924 1726884873.06331: exiting _queue_task() for managed_node2/set_fact 11924 1726884873.06343: done queuing things up, now waiting for results queue to drain 11924 1726884873.06344: waiting for pending results... 11924 1726884873.06573: running TaskExecutor() for managed_node2/TASK: Calculate maximum usable space in thin pool 11924 1726884873.06697: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000de2 11924 1726884873.06762: variable 'ansible_search_path' from source: unknown 11924 1726884873.06766: calling self._execute() 11924 1726884873.06875: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.06887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.06905: variable 'omit' from source: magic vars 11924 1726884873.07257: variable 'storage_test_volume' from source: include params 11924 1726884873.07294: Evaluated conditional (storage_test_volume.thin): False 11924 1726884873.07360: when evaluation is False, skipping this task 11924 1726884873.07364: _execute() done 11924 1726884873.07366: dumping result to json 11924 1726884873.07368: done dumping result, returning 11924 1726884873.07370: done running TaskExecutor() for managed_node2/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-f4c0-2290-000000000de2] 11924 1726884873.07372: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de2 11924 1726884873.07437: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de2 11924 1726884873.07441: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884873.07598: no more pending results, returning what we have 11924 1726884873.07601: results queue empty 11924 1726884873.07602: checking for any_errors_fatal 11924 1726884873.07606: done checking for any_errors_fatal 11924 1726884873.07607: checking for max_fail_percentage 11924 1726884873.07609: done checking for max_fail_percentage 11924 1726884873.07609: checking to see if all hosts have failed and the running result is not ok 11924 1726884873.07610: done checking to see if all hosts have failed 11924 1726884873.07610: getting the remaining hosts for this loop 11924 1726884873.07612: done getting the remaining hosts for this loop 11924 1726884873.07615: getting the next task for host managed_node2 11924 1726884873.07621: done getting next task for host managed_node2 11924 1726884873.07623: ^ task is: TASK: Apply upper size limit to max usable thin pool space 11924 1726884873.07629: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884873.07633: getting variables 11924 1726884873.07634: in VariableManager get_vars() 11924 1726884873.07660: Calling all_inventory to load vars for managed_node2 11924 1726884873.07662: Calling groups_inventory to load vars for managed_node2 11924 1726884873.07672: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884873.07681: Calling all_plugins_play to load vars for managed_node2 11924 1726884873.07684: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884873.07687: Calling groups_plugins_play to load vars for managed_node2 11924 1726884873.08227: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.08881: done with get_vars() 11924 1726884873.08895: done getting variables 11924 1726884873.08958: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:33 -0400 (0:00:00.028) 0:00:38.428 ****** 11924 1726884873.09005: entering _queue_task() for managed_node2/set_fact 11924 1726884873.09309: worker is 1 (out of 1 available) 11924 1726884873.09328: exiting _queue_task() for managed_node2/set_fact 11924 1726884873.09340: done queuing things up, now waiting for results queue to drain 11924 1726884873.09341: waiting for pending results... 11924 1726884873.10003: running TaskExecutor() for managed_node2/TASK: Apply upper size limit to max usable thin pool space 11924 1726884873.10060: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000de3 11924 1726884873.10147: variable 'ansible_search_path' from source: unknown 11924 1726884873.10230: calling self._execute() 11924 1726884873.10484: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.10513: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.10602: variable 'omit' from source: magic vars 11924 1726884873.11218: variable 'storage_test_volume' from source: include params 11924 1726884873.11346: Evaluated conditional (storage_test_volume.thin): False 11924 1726884873.11357: when evaluation is False, skipping this task 11924 1726884873.11367: _execute() done 11924 1726884873.11374: dumping result to json 11924 1726884873.11381: done dumping result, returning 11924 1726884873.11399: done running TaskExecutor() for managed_node2/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-f4c0-2290-000000000de3] 11924 1726884873.11414: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de3 11924 1726884873.11584: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de3 11924 1726884873.11588: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884873.11644: no more pending results, returning what we have 11924 1726884873.11649: results queue empty 11924 1726884873.11650: checking for any_errors_fatal 11924 1726884873.11659: done checking for any_errors_fatal 11924 1726884873.11660: checking for max_fail_percentage 11924 1726884873.11662: done checking for max_fail_percentage 11924 1726884873.11663: checking to see if all hosts have failed and the running result is not ok 11924 1726884873.11664: done checking to see if all hosts have failed 11924 1726884873.11666: getting the remaining hosts for this loop 11924 1726884873.11669: done getting the remaining hosts for this loop 11924 1726884873.11673: getting the next task for host managed_node2 11924 1726884873.11682: done getting next task for host managed_node2 11924 1726884873.11685: ^ task is: TASK: Apply lower size limit to max usable thin pool space 11924 1726884873.11693: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884873.11700: getting variables 11924 1726884873.11703: in VariableManager get_vars() 11924 1726884873.11742: Calling all_inventory to load vars for managed_node2 11924 1726884873.11746: Calling groups_inventory to load vars for managed_node2 11924 1726884873.11749: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884873.11941: Calling all_plugins_play to load vars for managed_node2 11924 1726884873.11945: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884873.11972: Calling groups_plugins_play to load vars for managed_node2 11924 1726884873.12865: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.13714: done with get_vars() 11924 1726884873.13733: done getting variables 11924 1726884873.13790: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:33 -0400 (0:00:00.048) 0:00:38.477 ****** 11924 1726884873.13829: entering _queue_task() for managed_node2/set_fact 11924 1726884873.14099: worker is 1 (out of 1 available) 11924 1726884873.14111: exiting _queue_task() for managed_node2/set_fact 11924 1726884873.14123: done queuing things up, now waiting for results queue to drain 11924 1726884873.14124: waiting for pending results... 11924 1726884873.14507: running TaskExecutor() for managed_node2/TASK: Apply lower size limit to max usable thin pool space 11924 1726884873.14603: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000de4 11924 1726884873.14608: variable 'ansible_search_path' from source: unknown 11924 1726884873.14632: calling self._execute() 11924 1726884873.14801: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.14804: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.14807: variable 'omit' from source: magic vars 11924 1726884873.15193: variable 'storage_test_volume' from source: include params 11924 1726884873.15237: Evaluated conditional (storage_test_volume.thin): False 11924 1726884873.15247: when evaluation is False, skipping this task 11924 1726884873.15263: _execute() done 11924 1726884873.15272: dumping result to json 11924 1726884873.15280: done dumping result, returning 11924 1726884873.15291: done running TaskExecutor() for managed_node2/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-f4c0-2290-000000000de4] 11924 1726884873.15345: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de4 11924 1726884873.15421: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de4 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884873.15502: no more pending results, returning what we have 11924 1726884873.15506: results queue empty 11924 1726884873.15507: checking for any_errors_fatal 11924 1726884873.15517: done checking for any_errors_fatal 11924 1726884873.15518: checking for max_fail_percentage 11924 1726884873.15520: done checking for max_fail_percentage 11924 1726884873.15521: checking to see if all hosts have failed and the running result is not ok 11924 1726884873.15522: done checking to see if all hosts have failed 11924 1726884873.15522: getting the remaining hosts for this loop 11924 1726884873.15525: done getting the remaining hosts for this loop 11924 1726884873.15528: getting the next task for host managed_node2 11924 1726884873.15537: done getting next task for host managed_node2 11924 1726884873.15540: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 11924 1726884873.15547: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884873.15551: getting variables 11924 1726884873.15553: in VariableManager get_vars() 11924 1726884873.15588: Calling all_inventory to load vars for managed_node2 11924 1726884873.15591: Calling groups_inventory to load vars for managed_node2 11924 1726884873.15594: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884873.15607: Calling all_plugins_play to load vars for managed_node2 11924 1726884873.15611: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884873.15614: Calling groups_plugins_play to load vars for managed_node2 11924 1726884873.16300: WORKER PROCESS EXITING 11924 1726884873.16676: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.17539: done with get_vars() 11924 1726884873.17553: 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 22:14:33 -0400 (0:00:00.039) 0:00:38.516 ****** 11924 1726884873.17734: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884873.18275: worker is 1 (out of 1 available) 11924 1726884873.18285: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884873.18296: done queuing things up, now waiting for results queue to drain 11924 1726884873.18297: waiting for pending results... 11924 1726884873.18516: running TaskExecutor() for managed_node2/TASK: Convert maximum usable thin pool space from int to Size 11924 1726884873.18751: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000de5 11924 1726884873.18779: variable 'ansible_search_path' from source: unknown 11924 1726884873.18831: calling self._execute() 11924 1726884873.18968: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.18980: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.18996: variable 'omit' from source: magic vars 11924 1726884873.19334: variable 'storage_test_volume' from source: include params 11924 1726884873.19372: Evaluated conditional (storage_test_volume.thin): False 11924 1726884873.19380: when evaluation is False, skipping this task 11924 1726884873.19390: _execute() done 11924 1726884873.19400: dumping result to json 11924 1726884873.19506: done dumping result, returning 11924 1726884873.19509: done running TaskExecutor() for managed_node2/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-f4c0-2290-000000000de5] 11924 1726884873.19513: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de5 11924 1726884873.19582: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de5 11924 1726884873.19586: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884873.19661: no more pending results, returning what we have 11924 1726884873.19665: results queue empty 11924 1726884873.19666: checking for any_errors_fatal 11924 1726884873.19670: done checking for any_errors_fatal 11924 1726884873.19671: checking for max_fail_percentage 11924 1726884873.19673: done checking for max_fail_percentage 11924 1726884873.19674: checking to see if all hosts have failed and the running result is not ok 11924 1726884873.19674: done checking to see if all hosts have failed 11924 1726884873.19675: getting the remaining hosts for this loop 11924 1726884873.19677: done getting the remaining hosts for this loop 11924 1726884873.19681: getting the next task for host managed_node2 11924 1726884873.19689: done getting next task for host managed_node2 11924 1726884873.19692: ^ task is: TASK: Show max thin pool size 11924 1726884873.19699: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884873.19705: getting variables 11924 1726884873.19707: in VariableManager get_vars() 11924 1726884873.19737: Calling all_inventory to load vars for managed_node2 11924 1726884873.19740: Calling groups_inventory to load vars for managed_node2 11924 1726884873.19743: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884873.19757: Calling all_plugins_play to load vars for managed_node2 11924 1726884873.19760: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884873.19764: Calling groups_plugins_play to load vars for managed_node2 11924 1726884873.20889: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.21503: done with get_vars() 11924 1726884873.21516: done getting variables 11924 1726884873.21590: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:33 -0400 (0:00:00.038) 0:00:38.555 ****** 11924 1726884873.21624: entering _queue_task() for managed_node2/debug 11924 1726884873.21926: worker is 1 (out of 1 available) 11924 1726884873.21939: exiting _queue_task() for managed_node2/debug 11924 1726884873.21951: done queuing things up, now waiting for results queue to drain 11924 1726884873.21953: waiting for pending results... 11924 1726884873.22273: running TaskExecutor() for managed_node2/TASK: Show max thin pool size 11924 1726884873.22386: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000de6 11924 1726884873.22417: variable 'ansible_search_path' from source: unknown 11924 1726884873.22473: calling self._execute() 11924 1726884873.22638: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.22662: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.22744: variable 'omit' from source: magic vars 11924 1726884873.23180: variable 'storage_test_volume' from source: include params 11924 1726884873.23240: Evaluated conditional (storage_test_volume.thin): False 11924 1726884873.23250: when evaluation is False, skipping this task 11924 1726884873.23287: _execute() done 11924 1726884873.23298: dumping result to json 11924 1726884873.23348: done dumping result, returning 11924 1726884873.23352: done running TaskExecutor() for managed_node2/TASK: Show max thin pool size [0affc8a3-6f6f-f4c0-2290-000000000de6] 11924 1726884873.23357: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de6 skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884873.23651: no more pending results, returning what we have 11924 1726884873.23658: results queue empty 11924 1726884873.23659: checking for any_errors_fatal 11924 1726884873.23667: done checking for any_errors_fatal 11924 1726884873.23668: checking for max_fail_percentage 11924 1726884873.23669: done checking for max_fail_percentage 11924 1726884873.23670: checking to see if all hosts have failed and the running result is not ok 11924 1726884873.23671: done checking to see if all hosts have failed 11924 1726884873.23672: getting the remaining hosts for this loop 11924 1726884873.23674: done getting the remaining hosts for this loop 11924 1726884873.23901: getting the next task for host managed_node2 11924 1726884873.23911: done getting next task for host managed_node2 11924 1726884873.23913: ^ task is: TASK: Show volume thin pool size 11924 1726884873.23920: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884873.23934: getting variables 11924 1726884873.23945: in VariableManager get_vars() 11924 1726884873.23988: Calling all_inventory to load vars for managed_node2 11924 1726884873.23991: Calling groups_inventory to load vars for managed_node2 11924 1726884873.24011: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884873.24018: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de6 11924 1726884873.24021: WORKER PROCESS EXITING 11924 1726884873.24028: Calling all_plugins_play to load vars for managed_node2 11924 1726884873.24031: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884873.24034: Calling groups_plugins_play to load vars for managed_node2 11924 1726884873.24617: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.25327: done with get_vars() 11924 1726884873.25339: done getting variables 11924 1726884873.25407: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:33 -0400 (0:00:00.038) 0:00:38.593 ****** 11924 1726884873.25441: entering _queue_task() for managed_node2/debug 11924 1726884873.25841: worker is 1 (out of 1 available) 11924 1726884873.25852: exiting _queue_task() for managed_node2/debug 11924 1726884873.25864: done queuing things up, now waiting for results queue to drain 11924 1726884873.25866: waiting for pending results... 11924 1726884873.26190: running TaskExecutor() for managed_node2/TASK: Show volume thin pool size 11924 1726884873.26496: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000de7 11924 1726884873.26590: variable 'ansible_search_path' from source: unknown 11924 1726884873.26593: calling self._execute() 11924 1726884873.26749: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.26863: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.26866: variable 'omit' from source: magic vars 11924 1726884873.27283: variable 'storage_test_volume' from source: include params 11924 1726884873.27327: Evaluated conditional (storage_test_volume.thin): False 11924 1726884873.27335: when evaluation is False, skipping this task 11924 1726884873.27343: _execute() done 11924 1726884873.27359: dumping result to json 11924 1726884873.27367: done dumping result, returning 11924 1726884873.27376: done running TaskExecutor() for managed_node2/TASK: Show volume thin pool size [0affc8a3-6f6f-f4c0-2290-000000000de7] 11924 1726884873.27384: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de7 skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884873.27788: no more pending results, returning what we have 11924 1726884873.27792: results queue empty 11924 1726884873.27793: checking for any_errors_fatal 11924 1726884873.27797: done checking for any_errors_fatal 11924 1726884873.27798: checking for max_fail_percentage 11924 1726884873.27799: done checking for max_fail_percentage 11924 1726884873.27802: checking to see if all hosts have failed and the running result is not ok 11924 1726884873.27803: done checking to see if all hosts have failed 11924 1726884873.27804: getting the remaining hosts for this loop 11924 1726884873.27805: done getting the remaining hosts for this loop 11924 1726884873.27808: getting the next task for host managed_node2 11924 1726884873.27816: done getting next task for host managed_node2 11924 1726884873.27818: ^ task is: TASK: Show test volume size 11924 1726884873.27824: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884873.27827: getting variables 11924 1726884873.27829: in VariableManager get_vars() 11924 1726884873.27854: Calling all_inventory to load vars for managed_node2 11924 1726884873.27858: Calling groups_inventory to load vars for managed_node2 11924 1726884873.27861: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884873.27870: Calling all_plugins_play to load vars for managed_node2 11924 1726884873.27873: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884873.27876: Calling groups_plugins_play to load vars for managed_node2 11924 1726884873.28621: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de7 11924 1726884873.28624: WORKER PROCESS EXITING 11924 1726884873.28814: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.29943: done with get_vars() 11924 1726884873.29958: done getting variables 11924 1726884873.30020: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:33 -0400 (0:00:00.046) 0:00:38.639 ****** 11924 1726884873.30059: entering _queue_task() for managed_node2/debug 11924 1726884873.30317: worker is 1 (out of 1 available) 11924 1726884873.30330: exiting _queue_task() for managed_node2/debug 11924 1726884873.30341: done queuing things up, now waiting for results queue to drain 11924 1726884873.30342: waiting for pending results... 11924 1726884873.30657: running TaskExecutor() for managed_node2/TASK: Show test volume size 11924 1726884873.30797: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000de8 11924 1726884873.30826: variable 'ansible_search_path' from source: unknown 11924 1726884873.30872: calling self._execute() 11924 1726884873.30994: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.31009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.31029: variable 'omit' from source: magic vars 11924 1726884873.31428: variable 'storage_test_volume' from source: include params 11924 1726884873.31552: Evaluated conditional (storage_test_volume.thin): False 11924 1726884873.31563: when evaluation is False, skipping this task 11924 1726884873.31571: _execute() done 11924 1726884873.31586: dumping result to json 11924 1726884873.31618: done dumping result, returning 11924 1726884873.31621: done running TaskExecutor() for managed_node2/TASK: Show test volume size [0affc8a3-6f6f-f4c0-2290-000000000de8] 11924 1726884873.31623: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de8 skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884873.31918: no more pending results, returning what we have 11924 1726884873.31921: results queue empty 11924 1726884873.31922: checking for any_errors_fatal 11924 1726884873.31927: done checking for any_errors_fatal 11924 1726884873.31927: checking for max_fail_percentage 11924 1726884873.31929: done checking for max_fail_percentage 11924 1726884873.31930: checking to see if all hosts have failed and the running result is not ok 11924 1726884873.31930: done checking to see if all hosts have failed 11924 1726884873.31931: getting the remaining hosts for this loop 11924 1726884873.31932: done getting the remaining hosts for this loop 11924 1726884873.31935: getting the next task for host managed_node2 11924 1726884873.31941: done getting next task for host managed_node2 11924 1726884873.31943: ^ task is: TASK: Establish base value for expected thin pool size 11924 1726884873.31949: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884873.31952: getting variables 11924 1726884873.31953: in VariableManager get_vars() 11924 1726884873.31979: Calling all_inventory to load vars for managed_node2 11924 1726884873.31982: Calling groups_inventory to load vars for managed_node2 11924 1726884873.31985: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884873.31993: Calling all_plugins_play to load vars for managed_node2 11924 1726884873.31996: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884873.31998: Calling groups_plugins_play to load vars for managed_node2 11924 1726884873.32697: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de8 11924 1726884873.32703: WORKER PROCESS EXITING 11924 1726884873.33265: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.34548: done with get_vars() 11924 1726884873.34676: done getting variables 11924 1726884873.34736: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:33 -0400 (0:00:00.047) 0:00:38.686 ****** 11924 1726884873.34859: entering _queue_task() for managed_node2/set_fact 11924 1726884873.35310: worker is 1 (out of 1 available) 11924 1726884873.35364: exiting _queue_task() for managed_node2/set_fact 11924 1726884873.35378: done queuing things up, now waiting for results queue to drain 11924 1726884873.35379: waiting for pending results... 11924 1726884873.35942: running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool size 11924 1726884873.36260: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000de9 11924 1726884873.36395: variable 'ansible_search_path' from source: unknown 11924 1726884873.36399: calling self._execute() 11924 1726884873.36587: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.36600: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.36615: variable 'omit' from source: magic vars 11924 1726884873.37146: variable 'storage_test_volume' from source: include params 11924 1726884873.37562: Evaluated conditional (storage_test_volume.thin): False 11924 1726884873.37566: when evaluation is False, skipping this task 11924 1726884873.37568: _execute() done 11924 1726884873.37570: dumping result to json 11924 1726884873.37572: done dumping result, returning 11924 1726884873.37575: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-f4c0-2290-000000000de9] 11924 1726884873.37577: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de9 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884873.37691: no more pending results, returning what we have 11924 1726884873.37695: results queue empty 11924 1726884873.37696: checking for any_errors_fatal 11924 1726884873.37705: done checking for any_errors_fatal 11924 1726884873.37707: checking for max_fail_percentage 11924 1726884873.37708: done checking for max_fail_percentage 11924 1726884873.37709: checking to see if all hosts have failed and the running result is not ok 11924 1726884873.37712: done checking to see if all hosts have failed 11924 1726884873.37713: getting the remaining hosts for this loop 11924 1726884873.37715: done getting the remaining hosts for this loop 11924 1726884873.37718: getting the next task for host managed_node2 11924 1726884873.37728: done getting next task for host managed_node2 11924 1726884873.37730: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 11924 1726884873.37738: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884873.37743: getting variables 11924 1726884873.37745: in VariableManager get_vars() 11924 1726884873.37778: Calling all_inventory to load vars for managed_node2 11924 1726884873.37781: Calling groups_inventory to load vars for managed_node2 11924 1726884873.37784: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884873.37795: Calling all_plugins_play to load vars for managed_node2 11924 1726884873.37798: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884873.37804: Calling groups_plugins_play to load vars for managed_node2 11924 1726884873.38369: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000de9 11924 1726884873.38372: WORKER PROCESS EXITING 11924 1726884873.39184: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.40352: done with get_vars() 11924 1726884873.40370: done getting variables 11924 1726884873.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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (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 22:14:33 -0400 (0:00:00.058) 0:00:38.744 ****** 11924 1726884873.40582: entering _queue_task() for managed_node2/set_fact 11924 1726884873.40938: worker is 1 (out of 1 available) 11924 1726884873.40952: exiting _queue_task() for managed_node2/set_fact 11924 1726884873.40968: done queuing things up, now waiting for results queue to drain 11924 1726884873.40970: waiting for pending results... 11924 1726884873.41289: running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value 11924 1726884873.41470: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dea 11924 1726884873.41499: variable 'ansible_search_path' from source: unknown 11924 1726884873.41564: calling self._execute() 11924 1726884873.41684: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.41707: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.41722: variable 'omit' from source: magic vars 11924 1726884873.42121: variable 'storage_test_volume' from source: include params 11924 1726884873.42165: Evaluated conditional (storage_test_volume.thin): False 11924 1726884873.42174: when evaluation is False, skipping this task 11924 1726884873.42182: _execute() done 11924 1726884873.42190: dumping result to json 11924 1726884873.42205: done dumping result, returning 11924 1726884873.42218: done running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-f4c0-2290-000000000dea] 11924 1726884873.42229: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dea skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884873.42471: no more pending results, returning what we have 11924 1726884873.42475: results queue empty 11924 1726884873.42475: checking for any_errors_fatal 11924 1726884873.42482: done checking for any_errors_fatal 11924 1726884873.42482: checking for max_fail_percentage 11924 1726884873.42484: done checking for max_fail_percentage 11924 1726884873.42485: checking to see if all hosts have failed and the running result is not ok 11924 1726884873.42486: done checking to see if all hosts have failed 11924 1726884873.42486: getting the remaining hosts for this loop 11924 1726884873.42488: done getting the remaining hosts for this loop 11924 1726884873.42492: getting the next task for host managed_node2 11924 1726884873.42505: done getting next task for host managed_node2 11924 1726884873.42508: ^ task is: TASK: Establish base value for expected thin pool volume size 11924 1726884873.42515: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884873.42519: getting variables 11924 1726884873.42521: in VariableManager get_vars() 11924 1726884873.42671: Calling all_inventory to load vars for managed_node2 11924 1726884873.42674: Calling groups_inventory to load vars for managed_node2 11924 1726884873.42677: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884873.42690: Calling all_plugins_play to load vars for managed_node2 11924 1726884873.42693: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884873.42696: Calling groups_plugins_play to load vars for managed_node2 11924 1726884873.43286: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dea 11924 1726884873.43297: WORKER PROCESS EXITING 11924 1726884873.43478: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.44503: done with get_vars() 11924 1726884873.44517: done getting variables 11924 1726884873.44576: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:33 -0400 (0:00:00.041) 0:00:38.786 ****** 11924 1726884873.44730: entering _queue_task() for managed_node2/set_fact 11924 1726884873.45292: worker is 1 (out of 1 available) 11924 1726884873.45309: exiting _queue_task() for managed_node2/set_fact 11924 1726884873.45322: done queuing things up, now waiting for results queue to drain 11924 1726884873.45323: waiting for pending results... 11924 1726884873.45614: running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool volume size 11924 1726884873.45768: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000deb 11924 1726884873.45798: variable 'ansible_search_path' from source: unknown 11924 1726884873.45841: calling self._execute() 11924 1726884873.45965: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.45975: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.45988: variable 'omit' from source: magic vars 11924 1726884873.46384: variable 'storage_test_volume' from source: include params 11924 1726884873.46408: Evaluated conditional (storage_test_volume.thin): False 11924 1726884873.46412: when evaluation is False, skipping this task 11924 1726884873.46415: _execute() done 11924 1726884873.46418: dumping result to json 11924 1726884873.46420: done dumping result, returning 11924 1726884873.46425: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-f4c0-2290-000000000deb] 11924 1726884873.46432: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000deb 11924 1726884873.46527: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000deb 11924 1726884873.46531: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884873.46592: no more pending results, returning what we have 11924 1726884873.46595: results queue empty 11924 1726884873.46596: checking for any_errors_fatal 11924 1726884873.46604: done checking for any_errors_fatal 11924 1726884873.46604: checking for max_fail_percentage 11924 1726884873.46606: done checking for max_fail_percentage 11924 1726884873.46607: checking to see if all hosts have failed and the running result is not ok 11924 1726884873.46608: done checking to see if all hosts have failed 11924 1726884873.46608: getting the remaining hosts for this loop 11924 1726884873.46609: done getting the remaining hosts for this loop 11924 1726884873.46613: getting the next task for host managed_node2 11924 1726884873.46620: done getting next task for host managed_node2 11924 1726884873.46622: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 11924 1726884873.46627: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884873.46631: getting variables 11924 1726884873.46632: in VariableManager get_vars() 11924 1726884873.46663: Calling all_inventory to load vars for managed_node2 11924 1726884873.46665: Calling groups_inventory to load vars for managed_node2 11924 1726884873.46668: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884873.46676: Calling all_plugins_play to load vars for managed_node2 11924 1726884873.46679: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884873.46681: Calling groups_plugins_play to load vars for managed_node2 11924 1726884873.47003: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.47936: done with get_vars() 11924 1726884873.47949: done getting variables 11924 1726884873.48037: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:33 -0400 (0:00:00.033) 0:00:38.819 ****** 11924 1726884873.48071: entering _queue_task() for managed_node2/set_fact 11924 1726884873.48575: worker is 1 (out of 1 available) 11924 1726884873.48583: exiting _queue_task() for managed_node2/set_fact 11924 1726884873.48592: done queuing things up, now waiting for results queue to drain 11924 1726884873.48594: waiting for pending results... 11924 1726884873.48830: running TaskExecutor() for managed_node2/TASK: Calculate the expected thin pool volume size based on percentage value 11924 1726884873.48835: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dec 11924 1726884873.48848: variable 'ansible_search_path' from source: unknown 11924 1726884873.48892: calling self._execute() 11924 1726884873.49014: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.49026: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.49046: variable 'omit' from source: magic vars 11924 1726884873.49420: variable 'storage_test_volume' from source: include params 11924 1726884873.49444: Evaluated conditional (storage_test_volume.thin): False 11924 1726884873.49471: when evaluation is False, skipping this task 11924 1726884873.49474: _execute() done 11924 1726884873.49476: dumping result to json 11924 1726884873.49478: done dumping result, returning 11924 1726884873.49548: done running TaskExecutor() for managed_node2/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-f4c0-2290-000000000dec] 11924 1726884873.49551: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dec 11924 1726884873.49623: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dec 11924 1726884873.49626: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884873.49696: no more pending results, returning what we have 11924 1726884873.49699: results queue empty 11924 1726884873.49701: checking for any_errors_fatal 11924 1726884873.49708: done checking for any_errors_fatal 11924 1726884873.49709: checking for max_fail_percentage 11924 1726884873.49710: done checking for max_fail_percentage 11924 1726884873.49711: checking to see if all hosts have failed and the running result is not ok 11924 1726884873.49712: done checking to see if all hosts have failed 11924 1726884873.49712: getting the remaining hosts for this loop 11924 1726884873.49715: done getting the remaining hosts for this loop 11924 1726884873.49718: getting the next task for host managed_node2 11924 1726884873.49725: done getting next task for host managed_node2 11924 1726884873.49727: ^ task is: TASK: Replace expected volume size with calculated value 11924 1726884873.49734: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884873.49737: getting variables 11924 1726884873.49738: in VariableManager get_vars() 11924 1726884873.49765: Calling all_inventory to load vars for managed_node2 11924 1726884873.49767: Calling groups_inventory to load vars for managed_node2 11924 1726884873.49770: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884873.49780: Calling all_plugins_play to load vars for managed_node2 11924 1726884873.49782: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884873.49784: Calling groups_plugins_play to load vars for managed_node2 11924 1726884873.50507: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.51339: done with get_vars() 11924 1726884873.51357: done getting variables 11924 1726884873.51415: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:33 -0400 (0:00:00.033) 0:00:38.853 ****** 11924 1726884873.51450: entering _queue_task() for managed_node2/set_fact 11924 1726884873.51711: worker is 1 (out of 1 available) 11924 1726884873.51722: exiting _queue_task() for managed_node2/set_fact 11924 1726884873.51734: done queuing things up, now waiting for results queue to drain 11924 1726884873.51736: waiting for pending results... 11924 1726884873.52092: running TaskExecutor() for managed_node2/TASK: Replace expected volume size with calculated value 11924 1726884873.52209: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000ded 11924 1726884873.52221: variable 'ansible_search_path' from source: unknown 11924 1726884873.52254: calling self._execute() 11924 1726884873.52351: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.52357: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.52367: variable 'omit' from source: magic vars 11924 1726884873.52638: variable 'storage_test_volume' from source: include params 11924 1726884873.52662: Evaluated conditional (storage_test_volume.thin): False 11924 1726884873.52666: when evaluation is False, skipping this task 11924 1726884873.52669: _execute() done 11924 1726884873.52672: dumping result to json 11924 1726884873.52715: done dumping result, returning 11924 1726884873.52722: done running TaskExecutor() for managed_node2/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-f4c0-2290-000000000ded] 11924 1726884873.52725: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000ded 11924 1726884873.53029: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000ded 11924 1726884873.53032: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884873.53071: no more pending results, returning what we have 11924 1726884873.53075: results queue empty 11924 1726884873.53076: checking for any_errors_fatal 11924 1726884873.53082: done checking for any_errors_fatal 11924 1726884873.53083: checking for max_fail_percentage 11924 1726884873.53085: done checking for max_fail_percentage 11924 1726884873.53086: checking to see if all hosts have failed and the running result is not ok 11924 1726884873.53086: done checking to see if all hosts have failed 11924 1726884873.53087: getting the remaining hosts for this loop 11924 1726884873.53088: done getting the remaining hosts for this loop 11924 1726884873.53092: getting the next task for host managed_node2 11924 1726884873.53102: done getting next task for host managed_node2 11924 1726884873.53104: ^ task is: TASK: Show actual size 11924 1726884873.53111: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884873.53114: getting variables 11924 1726884873.53115: in VariableManager get_vars() 11924 1726884873.53140: Calling all_inventory to load vars for managed_node2 11924 1726884873.53142: Calling groups_inventory to load vars for managed_node2 11924 1726884873.53145: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884873.53157: Calling all_plugins_play to load vars for managed_node2 11924 1726884873.53160: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884873.53163: Calling groups_plugins_play to load vars for managed_node2 11924 1726884873.53746: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.54371: done with get_vars() 11924 1726884873.54384: done getting variables 11924 1726884873.54447: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:33 -0400 (0:00:00.030) 0:00:38.883 ****** 11924 1726884873.54482: entering _queue_task() for managed_node2/debug 11924 1726884873.54723: worker is 1 (out of 1 available) 11924 1726884873.54734: exiting _queue_task() for managed_node2/debug 11924 1726884873.54746: done queuing things up, now waiting for results queue to drain 11924 1726884873.54747: waiting for pending results... 11924 1726884873.55034: running TaskExecutor() for managed_node2/TASK: Show actual size 11924 1726884873.55147: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000def 11924 1726884873.55163: variable 'ansible_search_path' from source: unknown 11924 1726884873.55204: calling self._execute() 11924 1726884873.55303: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.55307: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.55319: variable 'omit' from source: magic vars 11924 1726884873.55411: variable 'omit' from source: magic vars 11924 1726884873.55492: variable 'omit' from source: magic vars 11924 1726884873.55521: variable 'omit' from source: magic vars 11924 1726884873.55558: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884873.55612: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884873.55615: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884873.55697: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884873.55704: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884873.55707: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884873.55710: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884873.55717: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884873.55719: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.55721: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.55975: Set connection var ansible_shell_executable to /bin/sh 11924 1726884873.55979: Set connection var ansible_connection to ssh 11924 1726884873.55981: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884873.55984: Set connection var ansible_timeout to 10 11924 1726884873.55986: Set connection var ansible_pipelining to False 11924 1726884873.55988: Set connection var ansible_shell_type to sh 11924 1726884873.55990: variable 'ansible_shell_executable' from source: unknown 11924 1726884873.55992: variable 'ansible_connection' from source: unknown 11924 1726884873.55994: variable 'ansible_module_compression' from source: unknown 11924 1726884873.55996: variable 'ansible_shell_type' from source: unknown 11924 1726884873.55998: variable 'ansible_shell_executable' from source: unknown 11924 1726884873.56003: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.56005: variable 'ansible_pipelining' from source: unknown 11924 1726884873.56008: variable 'ansible_timeout' from source: unknown 11924 1726884873.56011: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.56033: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884873.56044: variable 'omit' from source: magic vars 11924 1726884873.56084: starting attempt loop 11924 1726884873.56087: running the handler 11924 1726884873.56099: variable 'storage_test_actual_size' from source: set_fact 11924 1726884873.56274: variable 'storage_test_actual_size' from source: set_fact 11924 1726884873.56350: handler run complete 11924 1726884873.56369: attempt loop complete, returning result 11924 1726884873.56372: _execute() done 11924 1726884873.56375: dumping result to json 11924 1726884873.56377: done dumping result, returning 11924 1726884873.56427: done running TaskExecutor() for managed_node2/TASK: Show actual size [0affc8a3-6f6f-f4c0-2290-000000000def] 11924 1726884873.56430: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000def ok: [managed_node2] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } 11924 1726884873.56671: no more pending results, returning what we have 11924 1726884873.56675: results queue empty 11924 1726884873.56675: checking for any_errors_fatal 11924 1726884873.56684: done checking for any_errors_fatal 11924 1726884873.56685: checking for max_fail_percentage 11924 1726884873.56691: done checking for max_fail_percentage 11924 1726884873.56692: checking to see if all hosts have failed and the running result is not ok 11924 1726884873.56692: done checking to see if all hosts have failed 11924 1726884873.56693: getting the remaining hosts for this loop 11924 1726884873.56694: done getting the remaining hosts for this loop 11924 1726884873.56698: getting the next task for host managed_node2 11924 1726884873.56708: done getting next task for host managed_node2 11924 1726884873.56710: ^ task is: TASK: Show expected size 11924 1726884873.56717: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884873.56721: getting variables 11924 1726884873.56724: in VariableManager get_vars() 11924 1726884873.56750: Calling all_inventory to load vars for managed_node2 11924 1726884873.56752: Calling groups_inventory to load vars for managed_node2 11924 1726884873.56757: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884873.56766: Calling all_plugins_play to load vars for managed_node2 11924 1726884873.56769: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884873.56777: Calling groups_plugins_play to load vars for managed_node2 11924 1726884873.57203: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000def 11924 1726884873.57213: WORKER PROCESS EXITING 11924 1726884873.57241: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.57891: done with get_vars() 11924 1726884873.57910: done getting variables 11924 1726884873.57951: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:33 -0400 (0:00:00.034) 0:00:38.918 ****** 11924 1726884873.57976: entering _queue_task() for managed_node2/debug 11924 1726884873.58147: worker is 1 (out of 1 available) 11924 1726884873.58161: exiting _queue_task() for managed_node2/debug 11924 1726884873.58175: done queuing things up, now waiting for results queue to drain 11924 1726884873.58176: waiting for pending results... 11924 1726884873.58384: running TaskExecutor() for managed_node2/TASK: Show expected size 11924 1726884873.58551: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000df0 11924 1726884873.58557: variable 'ansible_search_path' from source: unknown 11924 1726884873.58647: calling self._execute() 11924 1726884873.58696: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.58701: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.58708: variable 'omit' from source: magic vars 11924 1726884873.58947: variable 'omit' from source: magic vars 11924 1726884873.58959: variable 'omit' from source: magic vars 11924 1726884873.58962: variable 'omit' from source: magic vars 11924 1726884873.58965: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884873.59018: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884873.59022: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884873.59065: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884873.59070: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884873.59375: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884873.59379: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884873.59381: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884873.59387: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.59389: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.59769: Set connection var ansible_shell_executable to /bin/sh 11924 1726884873.59864: Set connection var ansible_connection to ssh 11924 1726884873.59888: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884873.59895: Set connection var ansible_timeout to 10 11924 1726884873.59901: Set connection var ansible_pipelining to False 11924 1726884873.59909: Set connection var ansible_shell_type to sh 11924 1726884873.59964: variable 'ansible_shell_executable' from source: unknown 11924 1726884873.59990: variable 'ansible_connection' from source: unknown 11924 1726884873.59993: variable 'ansible_module_compression' from source: unknown 11924 1726884873.60001: variable 'ansible_shell_type' from source: unknown 11924 1726884873.60003: variable 'ansible_shell_executable' from source: unknown 11924 1726884873.60005: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.60007: variable 'ansible_pipelining' from source: unknown 11924 1726884873.60009: variable 'ansible_timeout' from source: unknown 11924 1726884873.60011: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.60211: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884873.60215: variable 'omit' from source: magic vars 11924 1726884873.60218: starting attempt loop 11924 1726884873.60220: running the handler 11924 1726884873.60236: variable 'storage_test_expected_size' from source: set_fact 11924 1726884873.60382: variable 'storage_test_expected_size' from source: set_fact 11924 1726884873.60410: handler run complete 11924 1726884873.60425: attempt loop complete, returning result 11924 1726884873.60428: _execute() done 11924 1726884873.60430: dumping result to json 11924 1726884873.60433: done dumping result, returning 11924 1726884873.60438: done running TaskExecutor() for managed_node2/TASK: Show expected size [0affc8a3-6f6f-f4c0-2290-000000000df0] 11924 1726884873.60443: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000df0 11924 1726884873.60539: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000df0 11924 1726884873.60544: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_test_expected_size": "5368709120" } 11924 1726884873.60629: no more pending results, returning what we have 11924 1726884873.60632: results queue empty 11924 1726884873.60633: checking for any_errors_fatal 11924 1726884873.60638: done checking for any_errors_fatal 11924 1726884873.60641: checking for max_fail_percentage 11924 1726884873.60643: done checking for max_fail_percentage 11924 1726884873.60644: checking to see if all hosts have failed and the running result is not ok 11924 1726884873.60645: done checking to see if all hosts have failed 11924 1726884873.60646: getting the remaining hosts for this loop 11924 1726884873.60647: done getting the remaining hosts for this loop 11924 1726884873.60650: getting the next task for host managed_node2 11924 1726884873.60658: done getting next task for host managed_node2 11924 1726884873.60661: ^ task is: TASK: Assert expected size is actual size 11924 1726884873.60671: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884873.60675: getting variables 11924 1726884873.60677: in VariableManager get_vars() 11924 1726884873.60701: Calling all_inventory to load vars for managed_node2 11924 1726884873.60703: Calling groups_inventory to load vars for managed_node2 11924 1726884873.60706: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884873.60716: Calling all_plugins_play to load vars for managed_node2 11924 1726884873.60719: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884873.60723: Calling groups_plugins_play to load vars for managed_node2 11924 1726884873.61221: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.61650: done with get_vars() 11924 1726884873.61668: done getting variables 11924 1726884873.61725: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Assert 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 22:14:33 -0400 (0:00:00.037) 0:00:38.956 ****** 11924 1726884873.61750: entering _queue_task() for managed_node2/assert 11924 1726884873.61923: worker is 1 (out of 1 available) 11924 1726884873.61937: exiting _queue_task() for managed_node2/assert 11924 1726884873.61949: done queuing things up, now waiting for results queue to drain 11924 1726884873.61951: waiting for pending results... 11924 1726884873.62128: running TaskExecutor() for managed_node2/TASK: Assert expected size is actual size 11924 1726884873.62210: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000df1 11924 1726884873.62221: variable 'ansible_search_path' from source: unknown 11924 1726884873.62248: calling self._execute() 11924 1726884873.62333: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.62337: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.62346: variable 'omit' from source: magic vars 11924 1726884873.62605: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884873.64358: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884873.64873: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884873.64896: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884873.64929: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884873.64987: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884873.65054: variable '_storage_test_volume_present' from source: set_fact 11924 1726884873.65106: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884873.65208: variable 'storage_test_volume' from source: include params 11924 1726884873.65247: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884873.65251: variable 'omit' from source: magic vars 11924 1726884873.65310: variable 'omit' from source: magic vars 11924 1726884873.65485: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884873.65521: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884873.65549: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884873.65587: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884873.65630: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884873.65715: variable 'storage_test_volume' from source: include params 11924 1726884873.65720: variable 'storage_test_expected_size' from source: set_fact 11924 1726884873.65722: variable 'storage_test_actual_size' from source: set_fact 11924 1726884873.65752: variable 'omit' from source: magic vars 11924 1726884873.65777: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884873.65805: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884873.65811: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884873.65864: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884873.65867: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884873.65870: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884873.65911: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884873.65914: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884873.65920: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.65923: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.66031: Set connection var ansible_shell_executable to /bin/sh 11924 1726884873.66035: Set connection var ansible_connection to ssh 11924 1726884873.66064: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884873.66068: Set connection var ansible_timeout to 10 11924 1726884873.66070: Set connection var ansible_pipelining to False 11924 1726884873.66072: Set connection var ansible_shell_type to sh 11924 1726884873.66116: variable 'ansible_shell_executable' from source: unknown 11924 1726884873.66119: variable 'ansible_connection' from source: unknown 11924 1726884873.66121: variable 'ansible_module_compression' from source: unknown 11924 1726884873.66125: variable 'ansible_shell_type' from source: unknown 11924 1726884873.66130: variable 'ansible_shell_executable' from source: unknown 11924 1726884873.66132: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.66134: variable 'ansible_pipelining' from source: unknown 11924 1726884873.66136: variable 'ansible_timeout' from source: unknown 11924 1726884873.66138: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.66288: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884873.66318: variable 'omit' from source: magic vars 11924 1726884873.66321: starting attempt loop 11924 1726884873.66324: running the handler 11924 1726884873.66388: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884873.66409: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884873.66427: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884873.66468: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884873.66494: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884873.66603: variable 'storage_test_expected_size' from source: set_fact 11924 1726884873.66606: variable 'storage_test_actual_size' from source: set_fact 11924 1726884873.66609: Evaluated conditional ((storage_test_expected_size | int - storage_test_actual_size.bytes) | abs / storage_test_expected_size | int < 0.04): True 11924 1726884873.66611: handler run complete 11924 1726884873.66660: attempt loop complete, returning result 11924 1726884873.66663: _execute() done 11924 1726884873.66665: dumping result to json 11924 1726884873.66668: done dumping result, returning 11924 1726884873.66680: done running TaskExecutor() for managed_node2/TASK: Assert expected size is actual size [0affc8a3-6f6f-f4c0-2290-000000000df1] 11924 1726884873.66683: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000df1 11924 1726884873.66758: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000df1 11924 1726884873.66761: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884873.66851: no more pending results, returning what we have 11924 1726884873.66858: results queue empty 11924 1726884873.66859: checking for any_errors_fatal 11924 1726884873.66864: done checking for any_errors_fatal 11924 1726884873.66865: checking for max_fail_percentage 11924 1726884873.66867: done checking for max_fail_percentage 11924 1726884873.66868: checking to see if all hosts have failed and the running result is not ok 11924 1726884873.66868: done checking to see if all hosts have failed 11924 1726884873.66869: getting the remaining hosts for this loop 11924 1726884873.66870: done getting the remaining hosts for this loop 11924 1726884873.66873: getting the next task for host managed_node2 11924 1726884873.66882: done getting next task for host managed_node2 11924 1726884873.66890: ^ task is: TASK: Get information about the LV 11924 1726884873.66896: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884873.66903: getting variables 11924 1726884873.66905: in VariableManager get_vars() 11924 1726884873.66933: Calling all_inventory to load vars for managed_node2 11924 1726884873.66936: Calling groups_inventory to load vars for managed_node2 11924 1726884873.66939: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884873.66947: Calling all_plugins_play to load vars for managed_node2 11924 1726884873.66950: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884873.66952: Calling groups_plugins_play to load vars for managed_node2 11924 1726884873.67481: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884873.68133: done with get_vars() 11924 1726884873.68147: done getting variables 11924 1726884873.68237: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:33 -0400 (0:00:00.065) 0:00:39.021 ****** 11924 1726884873.68294: entering _queue_task() for managed_node2/command 11924 1726884873.68595: worker is 1 (out of 1 available) 11924 1726884873.68610: exiting _queue_task() for managed_node2/command 11924 1726884873.68623: done queuing things up, now waiting for results queue to drain 11924 1726884873.68625: waiting for pending results... 11924 1726884873.68911: running TaskExecutor() for managed_node2/TASK: Get information about the LV 11924 1726884873.69050: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000df8 11924 1726884873.69054: variable 'ansible_search_path' from source: unknown 11924 1726884873.69096: calling self._execute() 11924 1726884873.69202: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.69209: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.69226: variable 'omit' from source: magic vars 11924 1726884873.69569: variable 'storage_test_volume' from source: include params 11924 1726884873.69604: variable '_storage_test_volume_present' from source: set_fact 11924 1726884873.69626: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884873.69629: variable 'omit' from source: magic vars 11924 1726884873.69706: variable 'omit' from source: magic vars 11924 1726884873.69804: variable 'storage_test_pool' from source: include params 11924 1726884873.69818: variable 'storage_test_volume' from source: include params 11924 1726884873.69847: variable 'omit' from source: magic vars 11924 1726884873.69878: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884873.69935: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884873.69947: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884873.69985: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884873.69990: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884873.70016: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884873.70032: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884873.70061: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884873.70064: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.70067: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.70162: Set connection var ansible_shell_executable to /bin/sh 11924 1726884873.70165: Set connection var ansible_connection to ssh 11924 1726884873.70195: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884873.70198: Set connection var ansible_timeout to 10 11924 1726884873.70203: Set connection var ansible_pipelining to False 11924 1726884873.70208: Set connection var ansible_shell_type to sh 11924 1726884873.70247: variable 'ansible_shell_executable' from source: unknown 11924 1726884873.70250: variable 'ansible_connection' from source: unknown 11924 1726884873.70253: variable 'ansible_module_compression' from source: unknown 11924 1726884873.70256: variable 'ansible_shell_type' from source: unknown 11924 1726884873.70259: variable 'ansible_shell_executable' from source: unknown 11924 1726884873.70261: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884873.70264: variable 'ansible_pipelining' from source: unknown 11924 1726884873.70265: variable 'ansible_timeout' from source: unknown 11924 1726884873.70268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884873.70358: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884873.70374: variable 'omit' from source: magic vars 11924 1726884873.70379: starting attempt loop 11924 1726884873.70382: running the handler 11924 1726884873.70407: _low_level_execute_command(): starting 11924 1726884873.70410: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884873.70911: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884873.70914: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884873.70918: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884873.70921: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884873.70972: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884873.70976: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884873.70981: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884873.71042: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884873.72737: stdout chunk (state=3): >>>/root <<< 11924 1726884873.72898: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884873.72904: stdout chunk (state=3): >>><<< 11924 1726884873.72907: stderr chunk (state=3): >>><<< 11924 1726884873.72949: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884873.72953: _low_level_execute_command(): starting 11924 1726884873.72958: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884873.7293236-13580-45478196326474 `" && echo ansible-tmp-1726884873.7293236-13580-45478196326474="` echo /root/.ansible/tmp/ansible-tmp-1726884873.7293236-13580-45478196326474 `" ) && sleep 0' 11924 1726884873.73605: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884873.73619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884873.73622: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884873.73697: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884873.73700: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884873.73726: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884873.73729: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884873.73817: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884873.75738: stdout chunk (state=3): >>>ansible-tmp-1726884873.7293236-13580-45478196326474=/root/.ansible/tmp/ansible-tmp-1726884873.7293236-13580-45478196326474 <<< 11924 1726884873.75852: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884873.75865: stderr chunk (state=3): >>><<< 11924 1726884873.75868: stdout chunk (state=3): >>><<< 11924 1726884873.75888: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884873.7293236-13580-45478196326474=/root/.ansible/tmp/ansible-tmp-1726884873.7293236-13580-45478196326474 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884873.75912: variable 'ansible_module_compression' from source: unknown 11924 1726884873.75946: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884873.75975: variable 'ansible_facts' from source: unknown 11924 1726884873.76047: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884873.7293236-13580-45478196326474/AnsiballZ_command.py 11924 1726884873.76165: Sending initial data 11924 1726884873.76168: Sent initial data (155 bytes) 11924 1726884873.76837: 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 <<< 11924 1726884873.76841: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 11924 1726884873.76844: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884873.76857: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884873.76870: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884873.76926: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884873.78515: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884873.78576: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884873.78664: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpog3icrtc /root/.ansible/tmp/ansible-tmp-1726884873.7293236-13580-45478196326474/AnsiballZ_command.py <<< 11924 1726884873.78669: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884873.7293236-13580-45478196326474/AnsiballZ_command.py" <<< 11924 1726884873.78760: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpog3icrtc" to remote "/root/.ansible/tmp/ansible-tmp-1726884873.7293236-13580-45478196326474/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884873.7293236-13580-45478196326474/AnsiballZ_command.py" <<< 11924 1726884873.79590: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884873.79633: stderr chunk (state=3): >>><<< 11924 1726884873.79639: stdout chunk (state=3): >>><<< 11924 1726884873.79708: done transferring module to remote 11924 1726884873.79711: _low_level_execute_command(): starting 11924 1726884873.79714: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884873.7293236-13580-45478196326474/ /root/.ansible/tmp/ansible-tmp-1726884873.7293236-13580-45478196326474/AnsiballZ_command.py && sleep 0' 11924 1726884873.80366: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884873.80370: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884873.80437: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884873.80495: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884873.82305: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884873.82321: stderr chunk (state=3): >>><<< 11924 1726884873.82340: stdout chunk (state=3): >>><<< 11924 1726884873.82362: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884873.82366: _low_level_execute_command(): starting 11924 1726884873.82369: _low_level_execute_command(): using become for this command 11924 1726884873.82383: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-hreagtjkezbxvohoewmkjgjxfgzhhesk ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884873.7293236-13580-45478196326474/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884873.82487: Initial state: awaiting_escalation: BECOME-SUCCESS-hreagtjkezbxvohoewmkjgjxfgzhhesk 11924 1726884873.83078: 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 <<< 11924 1726884873.83081: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884873.83111: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884873.83114: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884873.83139: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884873.83194: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884873.86114: stdout chunk (state=1): >>>BECOME-SUCCESS-hreagtjkezbxvohoewmkjgjxfgzhhesk <<< 11924 1726884873.86117: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-hreagtjkezbxvohoewmkjgjxfgzhhesk' 11924 1726884873.86423: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884873.86468: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884873.86484: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884873.86490: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884873.86559: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884873.86562: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884873.86616: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884873.86635: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884873.86649: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884873.86665: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884873.86716: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884873.86722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884873.86738: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884873.86775: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884873.86811: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884873.86889: 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 0x7f43fb4183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb3e7a10> <<< 11924 1726884873.86893: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884873.86896: 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 0x7f43fb41a960> <<< 11924 1726884873.86959: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # <<< 11924 1726884873.86963: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884873.87009: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884873.87079: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884873.87126: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884873.87179: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 11924 1726884873.87203: 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' <<< 11924 1726884873.87232: 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 <<< 11924 1726884873.87248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884873.87287: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb1e8fe0> <<< 11924 1726884873.87322: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884873.87335: 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 0x7f43fb1e9fd0> <<< 11924 1726884873.87368: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884873.87427: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884873.87618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884873.87625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884873.87667: 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' <<< 11924 1726884873.87701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884873.87730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884873.87757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884873.87765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884873.87789: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb22fe00> <<< 11924 1726884873.87798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884873.87819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884873.87842: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb22fec0> <<< 11924 1726884873.87868: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884873.87891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884873.87920: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884873.87973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884873.87992: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884873.88039: 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 0x7f43fb25f800> <<< 11924 1726884873.88049: 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' <<< 11924 1726884873.88068: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb25fe90> <<< 11924 1726884873.88078: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884873.88123: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb23fad0> <<< 11924 1726884873.88142: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884873.88178: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb23d1f0> <<< 11924 1726884873.88267: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb22cfb0> <<< 11924 1726884873.88291: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884873.88327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884873.88356: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884873.88360: 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' <<< 11924 1726884873.88381: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884873.88386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884873.88430: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb283710> <<< 11924 1726884873.88444: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb282330> <<< 11924 1726884873.88469: 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' <<< 11924 1726884873.88473: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb23e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb280b60> <<< 11924 1726884873.88539: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884873.88567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2b4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb22c230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884873.88599: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884873.88609: 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 0x7f43fb2b4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2b4ad0> <<< 11924 1726884873.88647: 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 0x7f43fb2b4ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb222d50> <<< 11924 1726884873.88696: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884873.88711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884873.88728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884873.88750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884873.88766: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2b5580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2b5250> import 'importlib.machinery' # <<< 11924 1726884873.88833: 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 0x7f43fb2b6480> <<< 11924 1726884873.88835: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884873.88866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884873.88905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884873.88947: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884873.88950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2cc6b0> <<< 11924 1726884873.88976: 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 0x7f43fb2cdd90> <<< 11924 1726884873.89036: 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' <<< 11924 1726884873.89069: 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 0x7f43fb2cec30> <<< 11924 1726884873.89098: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884873.89103: 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 0x7f43fb2cf290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2ce180> <<< 11924 1726884873.89127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884873.89140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884873.89171: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884873.89186: 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 0x7f43fb2cfd10> <<< 11924 1726884873.89192: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2cf440> <<< 11924 1726884873.89241: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2b64e0> <<< 11924 1726884873.89268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884873.89281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884873.89305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884873.89320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884873.89362: 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 0x7f43fb04fb90> <<< 11924 1726884873.89378: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884873.89402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884873.89410: 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' <<< 11924 1726884873.89422: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fb078680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb0783e0> <<< 11924 1726884873.89462: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884873.89466: 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 0x7f43fb0786b0> <<< 11924 1726884873.89481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884873.89488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884873.89566: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884873.89703: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fb078fe0> <<< 11924 1726884873.89794: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884873.89811: 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 0x7f43fb079970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb078890> <<< 11924 1726884873.89817: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb04dd30> <<< 11924 1726884873.89848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884873.89892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884873.89905: 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 0x7f43fb07acc0> <<< 11924 1726884873.89953: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb078e60> <<< 11924 1726884873.89957: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2b6660> <<< 11924 1726884873.89983: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884873.90081: 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 <<< 11924 1726884873.90116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884873.90148: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb0a7020> <<< 11924 1726884873.90221: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884873.90241: 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 <<< 11924 1726884873.90354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb0cf380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884873.90474: 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 0x7f43fb128140> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884873.90535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884873.90561: 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' <<< 11924 1726884873.90664: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb12a870> <<< 11924 1726884873.90709: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb128260> <<< 11924 1726884873.90764: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb0f5130> <<< 11924 1726884873.90811: 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 0x7f43faf2d250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb0ce180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb07bbf0> <<< 11924 1726884873.90937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f43fb0ce2a0> <<< 11924 1726884873.91087: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_nrxf0kfu/ansible_ansible.legacy.command_payload.zip' <<< 11924 1726884873.91099: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.91213: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.91256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884873.91268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884873.91297: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884873.91391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884873.91427: 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 0x7f43faf7ef00> <<< 11924 1726884873.91483: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884873.91687: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43faf61e20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43faf60f80> # zipimport: zlib available import 'ansible' # <<< 11924 1726884873.91788: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884873.93099: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.94275: 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 0x7f43faf7cdd0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884873.94342: 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' <<< 11924 1726884873.94377: 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 0x7f43fafae8a0> <<< 11924 1726884873.94386: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fafae630> <<< 11924 1726884873.94430: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fafadf40> <<< 11924 1726884873.94435: 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' <<< 11924 1726884873.94480: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fafae990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43faf7fb90> import 'atexit' # <<< 11924 1726884873.94512: 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 0x7f43fafaf590> <<< 11924 1726884873.94554: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884873.94580: 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 0x7f43fafaf7d0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884873.94629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884873.94632: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884873.94717: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fafafd10> <<< 11924 1726884873.94721: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884873.94732: 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' <<< 11924 1726884873.94764: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa90da90> <<< 11924 1726884873.94816: 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 0x7f43fa90f6b0> <<< 11924 1726884873.94842: 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' <<< 11924 1726884873.94874: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa90ffb0> <<< 11924 1726884873.94906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884873.94943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884873.94963: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa911250> <<< 11924 1726884873.94985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884873.95029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884873.95032: 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' <<< 11924 1726884873.95076: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa913d10> <<< 11924 1726884873.95119: 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 0x7f43fb222e40> <<< 11924 1726884873.95130: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa911fd0> <<< 11924 1726884873.95166: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884873.95214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884873.95218: 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' <<< 11924 1726884873.95231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884873.95253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884873.95300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884873.95312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa91bbc0> import '_tokenize' # <<< 11924 1726884873.95370: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa91a690> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa91a3f0> <<< 11924 1726884873.95390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884873.95401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884873.95473: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa91a900> <<< 11924 1726884873.95503: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa9124e0> <<< 11924 1726884873.95529: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884873.95533: 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 0x7f43fa95fe30> <<< 11924 1726884873.95564: 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 0x7f43fa95fe90> <<< 11924 1726884873.95581: 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 <<< 11924 1726884873.95611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884873.95621: 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' <<< 11924 1726884873.95660: 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 0x7f43fa9619a0> <<< 11924 1726884873.95674: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa961760> <<< 11924 1726884873.95680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884873.95797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884873.95851: 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 0x7f43fa963ef0> <<< 11924 1726884873.95860: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa962090> <<< 11924 1726884873.95876: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884873.95913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884873.95938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884873.95952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884873.95960: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884873.95999: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa967560> <<< 11924 1726884873.96122: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa963fe0> <<< 11924 1726884873.96181: stdout 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 0x7f43fa968440> <<< 11924 1726884873.96214: stdout 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 0x7f43fa968470> <<< 11924 1726884873.96254: stdout 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 0x7f43fa9689e0> <<< 11924 1726884873.96274: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa9600b0> <<< 11924 1726884873.96286: 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 <<< 11924 1726884873.96308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884873.96312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884873.96338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884873.96361: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884873.96388: 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 0x7f43fa9f4110> <<< 11924 1726884873.96539: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884873.96542: 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 0x7f43fa9f5460> <<< 11924 1726884873.96554: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa96a8d0> <<< 11924 1726884873.96582: 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' <<< 11924 1726884873.96597: 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 0x7f43fa96bc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa96a4e0> <<< 11924 1726884873.96609: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.96624: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.96630: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 11924 1726884873.96640: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.96730: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.96817: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.96838: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884873.96841: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.96869: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.96877: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884873.96887: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.97001: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.97118: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.97650: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.98184: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884873.98206: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 11924 1726884873.98213: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 11924 1726884873.98226: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884873.98246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884873.98297: 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 0x7f43fa9f9580> <<< 11924 1726884873.98380: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884873.98392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884873.98401: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa9fa330> <<< 11924 1726884873.98415: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa9f54f0> <<< 11924 1726884873.98462: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884873.98467: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.98498: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.98507: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884873.98526: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.98669: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.98824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884873.98828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa9fa2d0> <<< 11924 1726884873.98853: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.99304: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.99744: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.99823: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.99893: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884873.99943: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884873.99972: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884873.99985: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.00052: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.00133: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884874.00165: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.00185: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884874.00222: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.00270: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884874.00499: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.00725: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884874.00791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884874.00796: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884874.00870: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa9fb4d0> <<< 11924 1726884874.00875: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.00953: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.01024: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884874.01044: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884874.01063: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.01110: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.01150: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884874.01157: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.01206: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.01247: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.01308: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.01374: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884874.01414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884874.01499: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fa805f40> <<< 11924 1726884874.01537: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa800e00> <<< 11924 1726884874.01563: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 11924 1726884874.01576: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884874.01642: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.01707: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.01730: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.01777: stdout chunk (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' <<< 11924 1726884874.01796: 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 <<< 11924 1726884874.01818: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884874.01837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884874.01904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884874.01916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884874.01939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884874.01994: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb0028d0> <<< 11924 1726884874.02037: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43faff65a0> <<< 11924 1726884874.02111: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa805fa0> <<< 11924 1726884874.02131: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa9fd9d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884874.02165: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.02186: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884874.02247: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884874.02254: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.02274: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.02280: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 11924 1726884874.02295: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.02399: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.02514: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884874.02518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884874.02543: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43faf62ed0> <<< 11924 1726884874.02622: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884874.05168: stdout chunk (state=3): >>> {"changed": true, "stdout": " LVM2_LV_NAME=test1 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", "foo/test1"], "start": "2024-09-20 22:14:34.026971", "end": "2024-09-20 22:14:34.050780", "delta": "0:00:00.023809", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype foo/test1\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}}} <<< 11924 1726884874.05188: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884874.05678: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884874.05735: 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 <<< 11924 1726884874.05838: stdout chunk (state=3): >>># cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # <<< 11924 1726884874.05842: stdout chunk (state=3): >>>cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 <<< 11924 1726884874.05856: 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 <<< 11924 1726884874.06085: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884874.06095: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884874.06123: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884874.06138: stdout chunk (state=3): >>># destroy _blake2 <<< 11924 1726884874.06144: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884874.06166: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 11924 1726884874.06172: stdout chunk (state=3): >>># destroy ipaddress <<< 11924 1726884874.06193: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884874.06218: 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 <<< 11924 1726884874.06229: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 11924 1726884874.06241: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 11924 1726884874.06244: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 11924 1726884874.06283: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 11924 1726884874.06297: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy fnmatch <<< 11924 1726884874.06316: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 11924 1726884874.06320: stdout chunk (state=3): >>># destroy array <<< 11924 1726884874.06334: stdout chunk (state=3): >>># destroy datetime <<< 11924 1726884874.06348: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884874.06375: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884874.06434: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884874.06437: 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 <<< 11924 1726884874.06447: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader <<< 11924 1726884874.06460: stdout chunk (state=3): >>># cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 11924 1726884874.06478: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 11924 1726884874.06494: 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 <<< 11924 1726884874.06505: 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 <<< 11924 1726884874.06529: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884874.06547: 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 <<< 11924 1726884874.06572: 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 <<< 11924 1726884874.06576: 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 <<< 11924 1726884874.06728: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884874.06731: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884874.06733: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884874.06761: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884874.06766: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884874.06794: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884874.06814: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884874.06844: 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 <<< 11924 1726884874.06858: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884874.06959: 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 <<< 11924 1726884874.06965: stdout chunk (state=3): >>># destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 11924 1726884874.06983: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884874.06999: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884874.07024: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 11924 1726884874.07030: stdout chunk (state=3): >>># destroy itertools <<< 11924 1726884874.07052: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 11924 1726884874.07066: stdout chunk (state=3): >>># destroy _thread <<< 11924 1726884874.07071: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884874.07569: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884874.07604: stderr chunk (state=3): >>><<< 11924 1726884874.07607: stdout chunk (state=3): >>><<< 11924 1726884874.07671: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb4183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb3e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb41a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb1e8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb1e9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb22fe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb22fec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb25f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb25fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb23fad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb23d1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb22cfb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb283710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb282330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb23e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb280b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2b4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb22c230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fb2b4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2b4ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fb2b4ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb222d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2b5580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2b5250> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2b6480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2cc6b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fb2cdd90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2cec30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fb2cf290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2ce180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fb2cfd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2cf440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2b64e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fb04fb90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fb078680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb0783e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fb0786b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fb078fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fb079970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb078890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb04dd30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb07acc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb078e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb2b6660> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb0a7020> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb0cf380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb128140> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb12a870> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb128260> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb0f5130> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43faf2d250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb0ce180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb07bbf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f43fb0ce2a0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_nrxf0kfu/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 0x7f43faf7ef00> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43faf61e20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43faf60f80> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43faf7cdd0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fafae8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fafae630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fafadf40> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fafae990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43faf7fb90> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fafaf590> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fafaf7d0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fafafd10> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa90da90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fa90f6b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa90ffb0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa911250> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa913d10> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fb222e40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa911fd0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa91bbc0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa91a690> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa91a3f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa91a900> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa9124e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fa95fe30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa95fe90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fa9619a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa961760> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fa963ef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa962090> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa967560> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa963fe0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fa968440> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fa968470> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fa9689e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa9600b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fa9f4110> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fa9f5460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa96a8d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fa96bc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa96a4e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fa9f9580> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa9fa330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa9f54f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa9fa2d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa9fb4d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f43fa805f40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa800e00> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fb0028d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43faff65a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa805fa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f43fa9fd9d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f43faf62ed0> # zipimport: zlib available {"changed": true, "stdout": " LVM2_LV_NAME=test1 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", "foo/test1"], "start": "2024-09-20 22:14:34.026971", "end": "2024-09-20 22:14:34.050780", "delta": "0:00:00.023809", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype foo/test1\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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884874.08216: 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 foo/test1\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-1726884873.7293236-13580-45478196326474/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884874.08220: _low_level_execute_command(): starting 11924 1726884874.08222: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884873.7293236-13580-45478196326474/ > /dev/null 2>&1 && sleep 0' 11924 1726884874.08428: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884874.08443: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884874.08446: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884874.08474: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884874.08477: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884874.08491: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884874.08495: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884874.08511: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884874.08533: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884874.08535: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884874.08537: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884874.08539: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884874.08595: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884874.08598: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884874.08604: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884874.08653: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884874.10497: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884874.10522: stderr chunk (state=3): >>><<< 11924 1726884874.10525: stdout chunk (state=3): >>><<< 11924 1726884874.10542: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884874.10545: handler run complete 11924 1726884874.10564: Evaluated conditional (False): False 11924 1726884874.10574: attempt loop complete, returning result 11924 1726884874.10577: _execute() done 11924 1726884874.10579: dumping result to json 11924 1726884874.10581: done dumping result, returning 11924 1726884874.10591: done running TaskExecutor() for managed_node2/TASK: Get information about the LV [0affc8a3-6f6f-f4c0-2290-000000000df8] 11924 1726884874.10595: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000df8 11924 1726884874.10688: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000df8 11924 1726884874.10692: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.023809", "end": "2024-09-20 22:14:34.050780", "rc": 0, "start": "2024-09-20 22:14:34.026971" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear 11924 1726884874.10771: no more pending results, returning what we have 11924 1726884874.10774: results queue empty 11924 1726884874.10775: checking for any_errors_fatal 11924 1726884874.10784: done checking for any_errors_fatal 11924 1726884874.10784: checking for max_fail_percentage 11924 1726884874.10786: done checking for max_fail_percentage 11924 1726884874.10787: checking to see if all hosts have failed and the running result is not ok 11924 1726884874.10787: done checking to see if all hosts have failed 11924 1726884874.10788: getting the remaining hosts for this loop 11924 1726884874.10790: done getting the remaining hosts for this loop 11924 1726884874.10794: getting the next task for host managed_node2 11924 1726884874.10810: done getting next task for host managed_node2 11924 1726884874.10813: ^ task is: TASK: Set LV segment type 11924 1726884874.10818: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884874.10825: getting variables 11924 1726884874.10827: in VariableManager get_vars() 11924 1726884874.10857: Calling all_inventory to load vars for managed_node2 11924 1726884874.10859: Calling groups_inventory to load vars for managed_node2 11924 1726884874.10862: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.10871: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.10874: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.10876: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.11497: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.11834: done with get_vars() 11924 1726884874.11844: done getting variables 11924 1726884874.11887: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:34 -0400 (0:00:00.436) 0:00:39.458 ****** 11924 1726884874.11914: entering _queue_task() for managed_node2/set_fact 11924 1726884874.12113: worker is 1 (out of 1 available) 11924 1726884874.12126: exiting _queue_task() for managed_node2/set_fact 11924 1726884874.12138: done queuing things up, now waiting for results queue to drain 11924 1726884874.12140: waiting for pending results... 11924 1726884874.12319: running TaskExecutor() for managed_node2/TASK: Set LV segment type 11924 1726884874.12415: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000df9 11924 1726884874.12427: variable 'ansible_search_path' from source: unknown 11924 1726884874.12454: calling self._execute() 11924 1726884874.12540: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.12544: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.12553: variable 'omit' from source: magic vars 11924 1726884874.12851: variable 'storage_test_volume' from source: include params 11924 1726884874.12869: variable '_storage_test_volume_present' from source: set_fact 11924 1726884874.12880: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884874.12886: variable 'omit' from source: magic vars 11924 1726884874.12931: variable 'omit' from source: magic vars 11924 1726884874.13054: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884874.14639: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884874.14695: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884874.14722: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884874.14748: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884874.14769: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884874.14829: variable 'lvs' from source: set_fact 11924 1726884874.14917: variable 'omit' from source: magic vars 11924 1726884874.14924: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884874.15061: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884874.15066: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884874.15068: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884874.15071: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884874.15073: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884874.15079: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884874.15114: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884874.15123: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.15132: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.15351: Set connection var ansible_shell_executable to /bin/sh 11924 1726884874.15354: Set connection var ansible_connection to ssh 11924 1726884874.15386: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884874.15388: Set connection var ansible_timeout to 10 11924 1726884874.15390: Set connection var ansible_pipelining to False 11924 1726884874.15396: Set connection var ansible_shell_type to sh 11924 1726884874.15399: variable 'ansible_shell_executable' from source: unknown 11924 1726884874.15404: variable 'ansible_connection' from source: unknown 11924 1726884874.15406: variable 'ansible_module_compression' from source: unknown 11924 1726884874.15408: variable 'ansible_shell_type' from source: unknown 11924 1726884874.15410: variable 'ansible_shell_executable' from source: unknown 11924 1726884874.15412: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.15414: variable 'ansible_pipelining' from source: unknown 11924 1726884874.15416: variable 'ansible_timeout' from source: unknown 11924 1726884874.15418: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.15530: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884874.15562: variable 'omit' from source: magic vars 11924 1726884874.15565: starting attempt loop 11924 1726884874.15568: running the handler 11924 1726884874.15570: handler run complete 11924 1726884874.15572: attempt loop complete, returning result 11924 1726884874.15574: _execute() done 11924 1726884874.15576: dumping result to json 11924 1726884874.15578: done dumping result, returning 11924 1726884874.15580: done running TaskExecutor() for managed_node2/TASK: Set LV segment type [0affc8a3-6f6f-f4c0-2290-000000000df9] 11924 1726884874.15586: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000df9 11924 1726884874.15747: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000df9 11924 1726884874.15750: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } 11924 1726884874.15831: no more pending results, returning what we have 11924 1726884874.15837: results queue empty 11924 1726884874.15838: checking for any_errors_fatal 11924 1726884874.15845: done checking for any_errors_fatal 11924 1726884874.15846: checking for max_fail_percentage 11924 1726884874.15847: done checking for max_fail_percentage 11924 1726884874.15848: checking to see if all hosts have failed and the running result is not ok 11924 1726884874.15849: done checking to see if all hosts have failed 11924 1726884874.15850: getting the remaining hosts for this loop 11924 1726884874.15851: done getting the remaining hosts for this loop 11924 1726884874.15858: getting the next task for host managed_node2 11924 1726884874.15866: done getting next task for host managed_node2 11924 1726884874.15868: ^ task is: TASK: Check segment type 11924 1726884874.15877: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884874.15889: getting variables 11924 1726884874.15891: in VariableManager get_vars() 11924 1726884874.15930: Calling all_inventory to load vars for managed_node2 11924 1726884874.15932: Calling groups_inventory to load vars for managed_node2 11924 1726884874.15940: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.15950: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.15954: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.15963: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.16392: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.16747: done with get_vars() 11924 1726884874.16759: done getting variables 11924 1726884874.16797: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:34 -0400 (0:00:00.049) 0:00:39.507 ****** 11924 1726884874.16836: entering _queue_task() for managed_node2/assert 11924 1726884874.17271: worker is 1 (out of 1 available) 11924 1726884874.17283: exiting _queue_task() for managed_node2/assert 11924 1726884874.17292: done queuing things up, now waiting for results queue to drain 11924 1726884874.17294: waiting for pending results... 11924 1726884874.17422: running TaskExecutor() for managed_node2/TASK: Check segment type 11924 1726884874.17544: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dfa 11924 1726884874.17567: variable 'ansible_search_path' from source: unknown 11924 1726884874.17613: calling self._execute() 11924 1726884874.17737: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.17846: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.17849: variable 'omit' from source: magic vars 11924 1726884874.18148: variable 'storage_test_volume' from source: include params 11924 1726884874.18181: variable '_storage_test_volume_present' from source: set_fact 11924 1726884874.18198: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884874.18209: variable 'omit' from source: magic vars 11924 1726884874.18286: variable 'omit' from source: magic vars 11924 1726884874.18408: variable 'storage_test_lv_segtype' from source: set_fact 11924 1726884874.18418: variable 'storage_test_volume' from source: include params 11924 1726884874.18465: variable 'omit' from source: magic vars 11924 1726884874.18513: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884874.18551: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884874.18598: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884874.18623: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884874.18637: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884874.18658: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884874.18680: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884874.18718: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884874.18726: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.18733: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.18862: Set connection var ansible_shell_executable to /bin/sh 11924 1726884874.18866: Set connection var ansible_connection to ssh 11924 1726884874.18868: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884874.18870: Set connection var ansible_timeout to 10 11924 1726884874.18873: Set connection var ansible_pipelining to False 11924 1726884874.18883: Set connection var ansible_shell_type to sh 11924 1726884874.18931: variable 'ansible_shell_executable' from source: unknown 11924 1726884874.18934: variable 'ansible_connection' from source: unknown 11924 1726884874.18937: variable 'ansible_module_compression' from source: unknown 11924 1726884874.18939: variable 'ansible_shell_type' from source: unknown 11924 1726884874.18942: variable 'ansible_shell_executable' from source: unknown 11924 1726884874.18944: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.18946: variable 'ansible_pipelining' from source: unknown 11924 1726884874.18949: variable 'ansible_timeout' from source: unknown 11924 1726884874.18954: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.19054: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884874.19073: variable 'omit' from source: magic vars 11924 1726884874.19076: starting attempt loop 11924 1726884874.19079: running the handler 11924 1726884874.19221: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884874.20682: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884874.20728: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884874.20759: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884874.20782: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884874.20828: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884874.20924: variable 'storage_test_volume' from source: include params 11924 1726884874.21164: variable 'storage_test_lv_segtype' from source: set_fact 11924 1726884874.21167: Evaluated conditional (storage_test_volume.cached | ternary(storage_test_lv_segtype[0] == 'cache', storage_test_lv_segtype[0] != 'cache')): True 11924 1726884874.21170: handler run complete 11924 1726884874.21172: attempt loop complete, returning result 11924 1726884874.21173: _execute() done 11924 1726884874.21175: dumping result to json 11924 1726884874.21177: done dumping result, returning 11924 1726884874.21179: done running TaskExecutor() for managed_node2/TASK: Check segment type [0affc8a3-6f6f-f4c0-2290-000000000dfa] 11924 1726884874.21181: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dfa 11924 1726884874.21244: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dfa 11924 1726884874.21248: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884874.21298: no more pending results, returning what we have 11924 1726884874.21304: results queue empty 11924 1726884874.21305: checking for any_errors_fatal 11924 1726884874.21310: done checking for any_errors_fatal 11924 1726884874.21311: checking for max_fail_percentage 11924 1726884874.21313: done checking for max_fail_percentage 11924 1726884874.21313: checking to see if all hosts have failed and the running result is not ok 11924 1726884874.21314: done checking to see if all hosts have failed 11924 1726884874.21315: getting the remaining hosts for this loop 11924 1726884874.21316: done getting the remaining hosts for this loop 11924 1726884874.21319: getting the next task for host managed_node2 11924 1726884874.21326: done getting next task for host managed_node2 11924 1726884874.21328: ^ task is: TASK: Set LV cache size 11924 1726884874.21334: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884874.21343: getting variables 11924 1726884874.21344: in VariableManager get_vars() 11924 1726884874.21473: Calling all_inventory to load vars for managed_node2 11924 1726884874.21476: Calling groups_inventory to load vars for managed_node2 11924 1726884874.21479: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.21487: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.21490: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.21492: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.22157: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.22819: done with get_vars() 11924 1726884874.22832: done getting variables 11924 1726884874.22888: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:34 -0400 (0:00:00.060) 0:00:39.568 ****** 11924 1726884874.22923: entering _queue_task() for managed_node2/set_fact 11924 1726884874.23174: worker is 1 (out of 1 available) 11924 1726884874.23364: exiting _queue_task() for managed_node2/set_fact 11924 1726884874.23377: done queuing things up, now waiting for results queue to drain 11924 1726884874.23379: waiting for pending results... 11924 1726884874.23527: running TaskExecutor() for managed_node2/TASK: Set LV cache size 11924 1726884874.23680: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dfb 11924 1726884874.23707: variable 'ansible_search_path' from source: unknown 11924 1726884874.23752: calling self._execute() 11924 1726884874.23937: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.23941: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.23944: variable 'omit' from source: magic vars 11924 1726884874.24355: variable 'storage_test_volume' from source: include params 11924 1726884874.24391: variable '_storage_test_volume_present' from source: set_fact 11924 1726884874.24414: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884874.24596: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884874.26773: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884874.26850: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884874.26898: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884874.26982: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884874.26985: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884874.27063: variable 'storage_test_volume' from source: include params 11924 1726884874.27097: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884874.27109: when evaluation is False, skipping this task 11924 1726884874.27118: _execute() done 11924 1726884874.27126: dumping result to json 11924 1726884874.27133: done dumping result, returning 11924 1726884874.27202: done running TaskExecutor() for managed_node2/TASK: Set LV cache size [0affc8a3-6f6f-f4c0-2290-000000000dfb] 11924 1726884874.27206: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dfb 11924 1726884874.27275: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dfb 11924 1726884874.27278: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884874.27351: no more pending results, returning what we have 11924 1726884874.27357: results queue empty 11924 1726884874.27358: checking for any_errors_fatal 11924 1726884874.27369: done checking for any_errors_fatal 11924 1726884874.27370: checking for max_fail_percentage 11924 1726884874.27372: done checking for max_fail_percentage 11924 1726884874.27373: checking to see if all hosts have failed and the running result is not ok 11924 1726884874.27374: done checking to see if all hosts have failed 11924 1726884874.27375: getting the remaining hosts for this loop 11924 1726884874.27377: done getting the remaining hosts for this loop 11924 1726884874.27381: getting the next task for host managed_node2 11924 1726884874.27390: done getting next task for host managed_node2 11924 1726884874.27394: ^ task is: TASK: Parse the requested cache size 11924 1726884874.27403: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884874.27408: getting variables 11924 1726884874.27410: in VariableManager get_vars() 11924 1726884874.27441: Calling all_inventory to load vars for managed_node2 11924 1726884874.27444: Calling groups_inventory to load vars for managed_node2 11924 1726884874.27447: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.27565: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.27570: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.27574: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.28299: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.28947: done with get_vars() 11924 1726884874.28962: 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 22:14:34 -0400 (0:00:00.061) 0:00:39.629 ****** 11924 1726884874.29053: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884874.29572: worker is 1 (out of 1 available) 11924 1726884874.29581: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884874.29592: done queuing things up, now waiting for results queue to drain 11924 1726884874.29593: waiting for pending results... 11924 1726884874.29722: running TaskExecutor() for managed_node2/TASK: Parse the requested cache size 11924 1726884874.29792: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dfc 11924 1726884874.29823: variable 'ansible_search_path' from source: unknown 11924 1726884874.29894: calling self._execute() 11924 1726884874.30022: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.30062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.30065: variable 'omit' from source: magic vars 11924 1726884874.30483: variable 'storage_test_volume' from source: include params 11924 1726884874.30538: variable '_storage_test_volume_present' from source: set_fact 11924 1726884874.30567: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884874.30694: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884874.32116: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884874.32167: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884874.32194: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884874.32221: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884874.32241: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884874.32319: variable 'storage_test_volume' from source: include params 11924 1726884874.32346: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884874.32350: when evaluation is False, skipping this task 11924 1726884874.32463: _execute() done 11924 1726884874.32466: dumping result to json 11924 1726884874.32468: done dumping result, returning 11924 1726884874.32470: done running TaskExecutor() for managed_node2/TASK: Parse the requested cache size [0affc8a3-6f6f-f4c0-2290-000000000dfc] 11924 1726884874.32472: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dfc 11924 1726884874.32538: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dfc 11924 1726884874.32541: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884874.32619: no more pending results, returning what we have 11924 1726884874.32623: results queue empty 11924 1726884874.32624: checking for any_errors_fatal 11924 1726884874.32629: done checking for any_errors_fatal 11924 1726884874.32629: checking for max_fail_percentage 11924 1726884874.32631: done checking for max_fail_percentage 11924 1726884874.32632: checking to see if all hosts have failed and the running result is not ok 11924 1726884874.32632: done checking to see if all hosts have failed 11924 1726884874.32633: getting the remaining hosts for this loop 11924 1726884874.32635: done getting the remaining hosts for this loop 11924 1726884874.32638: getting the next task for host managed_node2 11924 1726884874.32646: done getting next task for host managed_node2 11924 1726884874.32649: ^ task is: TASK: Set expected cache size 11924 1726884874.32657: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884874.32661: getting variables 11924 1726884874.32663: in VariableManager get_vars() 11924 1726884874.32691: Calling all_inventory to load vars for managed_node2 11924 1726884874.32693: Calling groups_inventory to load vars for managed_node2 11924 1726884874.32696: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.32707: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.32710: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.32713: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.33454: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.33968: done with get_vars() 11924 1726884874.33979: done getting variables 11924 1726884874.34020: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:34 -0400 (0:00:00.049) 0:00:39.679 ****** 11924 1726884874.34042: entering _queue_task() for managed_node2/set_fact 11924 1726884874.34241: worker is 1 (out of 1 available) 11924 1726884874.34254: exiting _queue_task() for managed_node2/set_fact 11924 1726884874.34270: done queuing things up, now waiting for results queue to drain 11924 1726884874.34271: waiting for pending results... 11924 1726884874.34591: running TaskExecutor() for managed_node2/TASK: Set expected cache size 11924 1726884874.34791: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dfd 11924 1726884874.34795: variable 'ansible_search_path' from source: unknown 11924 1726884874.34798: calling self._execute() 11924 1726884874.35073: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.35076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.35078: variable 'omit' from source: magic vars 11924 1726884874.35562: variable 'storage_test_volume' from source: include params 11924 1726884874.35566: variable '_storage_test_volume_present' from source: set_fact 11924 1726884874.35574: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884874.35747: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884874.37871: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884874.38371: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884874.38418: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884874.38454: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884874.38484: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884874.38574: variable 'storage_test_volume' from source: include params 11924 1726884874.38606: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884874.38614: when evaluation is False, skipping this task 11924 1726884874.38621: _execute() done 11924 1726884874.38630: dumping result to json 11924 1726884874.38641: done dumping result, returning 11924 1726884874.38747: done running TaskExecutor() for managed_node2/TASK: Set expected cache size [0affc8a3-6f6f-f4c0-2290-000000000dfd] 11924 1726884874.38750: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dfd 11924 1726884874.38820: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dfd 11924 1726884874.38824: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884874.38898: no more pending results, returning what we have 11924 1726884874.38905: results queue empty 11924 1726884874.38906: checking for any_errors_fatal 11924 1726884874.38912: done checking for any_errors_fatal 11924 1726884874.38912: checking for max_fail_percentage 11924 1726884874.38914: done checking for max_fail_percentage 11924 1726884874.38915: checking to see if all hosts have failed and the running result is not ok 11924 1726884874.38916: done checking to see if all hosts have failed 11924 1726884874.38916: getting the remaining hosts for this loop 11924 1726884874.38919: done getting the remaining hosts for this loop 11924 1726884874.38922: getting the next task for host managed_node2 11924 1726884874.38931: done getting next task for host managed_node2 11924 1726884874.38933: ^ task is: TASK: Check cache size 11924 1726884874.38939: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884874.38943: getting variables 11924 1726884874.38945: in VariableManager get_vars() 11924 1726884874.38979: Calling all_inventory to load vars for managed_node2 11924 1726884874.38981: Calling groups_inventory to load vars for managed_node2 11924 1726884874.38985: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.38996: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.38999: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.39005: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.39772: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.40418: done with get_vars() 11924 1726884874.40432: done getting variables 11924 1726884874.40587: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:34 -0400 (0:00:00.065) 0:00:39.745 ****** 11924 1726884874.40623: entering _queue_task() for managed_node2/assert 11924 1726884874.40896: worker is 1 (out of 1 available) 11924 1726884874.40912: exiting _queue_task() for managed_node2/assert 11924 1726884874.40923: done queuing things up, now waiting for results queue to drain 11924 1726884874.40925: waiting for pending results... 11924 1726884874.41211: running TaskExecutor() for managed_node2/TASK: Check cache size 11924 1726884874.41378: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000dfe 11924 1726884874.41383: variable 'ansible_search_path' from source: unknown 11924 1726884874.41487: calling self._execute() 11924 1726884874.41540: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.41550: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.41567: variable 'omit' from source: magic vars 11924 1726884874.41976: variable 'storage_test_volume' from source: include params 11924 1726884874.42004: variable '_storage_test_volume_present' from source: set_fact 11924 1726884874.42025: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884874.42193: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884874.45949: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884874.46024: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884874.46132: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884874.46136: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884874.46141: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884874.46232: variable 'storage_test_volume' from source: include params 11924 1726884874.46270: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884874.46278: when evaluation is False, skipping this task 11924 1726884874.46285: _execute() done 11924 1726884874.46291: dumping result to json 11924 1726884874.46297: done dumping result, returning 11924 1726884874.46310: done running TaskExecutor() for managed_node2/TASK: Check cache size [0affc8a3-6f6f-f4c0-2290-000000000dfe] 11924 1726884874.46320: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dfe skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884874.46506: no more pending results, returning what we have 11924 1726884874.46509: results queue empty 11924 1726884874.46510: checking for any_errors_fatal 11924 1726884874.46516: done checking for any_errors_fatal 11924 1726884874.46517: checking for max_fail_percentage 11924 1726884874.46519: done checking for max_fail_percentage 11924 1726884874.46520: checking to see if all hosts have failed and the running result is not ok 11924 1726884874.46520: done checking to see if all hosts have failed 11924 1726884874.46521: getting the remaining hosts for this loop 11924 1726884874.46523: done getting the remaining hosts for this loop 11924 1726884874.46528: getting the next task for host managed_node2 11924 1726884874.46539: done getting next task for host managed_node2 11924 1726884874.46543: ^ task is: TASK: Clean up facts 11924 1726884874.46548: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884874.46553: getting variables 11924 1726884874.46557: in VariableManager get_vars() 11924 1726884874.46595: Calling all_inventory to load vars for managed_node2 11924 1726884874.46598: Calling groups_inventory to load vars for managed_node2 11924 1726884874.46603: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.46614: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.46617: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.46620: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.47272: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000dfe 11924 1726884874.47275: WORKER PROCESS EXITING 11924 1726884874.47793: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.48399: done with get_vars() 11924 1726884874.48415: done getting variables 11924 1726884874.48473: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:34 -0400 (0:00:00.078) 0:00:39.823 ****** 11924 1726884874.48508: entering _queue_task() for managed_node2/set_fact 11924 1726884874.48767: worker is 1 (out of 1 available) 11924 1726884874.48779: exiting _queue_task() for managed_node2/set_fact 11924 1726884874.48791: done queuing things up, now waiting for results queue to drain 11924 1726884874.48792: waiting for pending results... 11924 1726884874.49080: running TaskExecutor() for managed_node2/TASK: Clean up facts 11924 1726884874.49227: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000d65 11924 1726884874.49247: variable 'ansible_search_path' from source: unknown 11924 1726884874.49289: calling self._execute() 11924 1726884874.49407: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.49424: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.49439: variable 'omit' from source: magic vars 11924 1726884874.49554: variable 'omit' from source: magic vars 11924 1726884874.49624: variable 'omit' from source: magic vars 11924 1726884874.49670: variable 'omit' from source: magic vars 11924 1726884874.49719: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884874.49767: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884874.49794: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884874.49820: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884874.49850: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884874.49865: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884874.49959: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884874.49962: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884874.49965: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.49967: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.50058: Set connection var ansible_shell_executable to /bin/sh 11924 1726884874.50068: Set connection var ansible_connection to ssh 11924 1726884874.50160: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884874.50163: Set connection var ansible_timeout to 10 11924 1726884874.50165: Set connection var ansible_pipelining to False 11924 1726884874.50168: Set connection var ansible_shell_type to sh 11924 1726884874.50170: variable 'ansible_shell_executable' from source: unknown 11924 1726884874.50172: variable 'ansible_connection' from source: unknown 11924 1726884874.50174: variable 'ansible_module_compression' from source: unknown 11924 1726884874.50176: variable 'ansible_shell_type' from source: unknown 11924 1726884874.50177: variable 'ansible_shell_executable' from source: unknown 11924 1726884874.50179: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.50181: variable 'ansible_pipelining' from source: unknown 11924 1726884874.50182: variable 'ansible_timeout' from source: unknown 11924 1726884874.50184: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.50360: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884874.50364: variable 'omit' from source: magic vars 11924 1726884874.50367: starting attempt loop 11924 1726884874.50369: running the handler 11924 1726884874.50371: handler run complete 11924 1726884874.50372: attempt loop complete, returning result 11924 1726884874.50379: _execute() done 11924 1726884874.50385: dumping result to json 11924 1726884874.50392: done dumping result, returning 11924 1726884874.50410: done running TaskExecutor() for managed_node2/TASK: Clean up facts [0affc8a3-6f6f-f4c0-2290-000000000d65] 11924 1726884874.50419: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d65 ok: [managed_node2] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 11924 1726884874.50570: no more pending results, returning what we have 11924 1726884874.50573: results queue empty 11924 1726884874.50574: checking for any_errors_fatal 11924 1726884874.50585: done checking for any_errors_fatal 11924 1726884874.50585: checking for max_fail_percentage 11924 1726884874.50588: done checking for max_fail_percentage 11924 1726884874.50589: checking to see if all hosts have failed and the running result is not ok 11924 1726884874.50589: done checking to see if all hosts have failed 11924 1726884874.50590: getting the remaining hosts for this loop 11924 1726884874.50592: done getting the remaining hosts for this loop 11924 1726884874.50596: getting the next task for host managed_node2 11924 1726884874.50613: done getting next task for host managed_node2 11924 1726884874.50617: ^ task is: TASK: Verify the volumes with no pool were correctly managed 11924 1726884874.50620: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884874.50626: getting variables 11924 1726884874.50628: in VariableManager get_vars() 11924 1726884874.50662: Calling all_inventory to load vars for managed_node2 11924 1726884874.50665: Calling groups_inventory to load vars for managed_node2 11924 1726884874.50668: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.50679: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.50682: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.50685: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.51461: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000d65 11924 1726884874.51465: WORKER PROCESS EXITING 11924 1726884874.51486: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.52108: done with get_vars() 11924 1726884874.52121: 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 22:14:34 -0400 (0:00:00.036) 0:00:39.861 ****** 11924 1726884874.52208: entering _queue_task() for managed_node2/include_tasks 11924 1726884874.52448: worker is 1 (out of 1 available) 11924 1726884874.52462: exiting _queue_task() for managed_node2/include_tasks 11924 1726884874.52473: done queuing things up, now waiting for results queue to drain 11924 1726884874.52474: waiting for pending results... 11924 1726884874.52874: running TaskExecutor() for managed_node2/TASK: Verify the volumes with no pool were correctly managed 11924 1726884874.52879: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000003bf 11924 1726884874.52882: variable 'ansible_search_path' from source: unknown 11924 1726884874.53107: variable '_storage_volumes_list' from source: set_fact 11924 1726884874.53716: variable '_storage_volumes_list' from source: set_fact 11924 1726884874.53721: dumping result to json 11924 1726884874.53724: done dumping result, returning 11924 1726884874.53728: done running TaskExecutor() for managed_node2/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-f4c0-2290-0000000003bf] 11924 1726884874.53731: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000003bf skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884874.53939: no more pending results, returning what we have 11924 1726884874.53942: results queue empty 11924 1726884874.53943: checking for any_errors_fatal 11924 1726884874.53958: done checking for any_errors_fatal 11924 1726884874.53960: checking for max_fail_percentage 11924 1726884874.53962: done checking for max_fail_percentage 11924 1726884874.53963: checking to see if all hosts have failed and the running result is not ok 11924 1726884874.53964: done checking to see if all hosts have failed 11924 1726884874.53964: getting the remaining hosts for this loop 11924 1726884874.53966: done getting the remaining hosts for this loop 11924 1726884874.53971: getting the next task for host managed_node2 11924 1726884874.53977: done getting next task for host managed_node2 11924 1726884874.53980: ^ task is: TASK: Clean up variable namespace 11924 1726884874.53984: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884874.53989: getting variables 11924 1726884874.53991: in VariableManager get_vars() 11924 1726884874.54027: Calling all_inventory to load vars for managed_node2 11924 1726884874.54030: Calling groups_inventory to load vars for managed_node2 11924 1726884874.54034: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.54047: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.54050: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.54053: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.54969: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000003bf 11924 1726884874.54972: WORKER PROCESS EXITING 11924 1726884874.55343: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.55960: done with get_vars() 11924 1726884874.55973: done getting variables 11924 1726884874.56028: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:34 -0400 (0:00:00.038) 0:00:39.899 ****** 11924 1726884874.56058: entering _queue_task() for managed_node2/set_fact 11924 1726884874.56289: worker is 1 (out of 1 available) 11924 1726884874.56304: exiting _queue_task() for managed_node2/set_fact 11924 1726884874.56317: done queuing things up, now waiting for results queue to drain 11924 1726884874.56319: waiting for pending results... 11924 1726884874.56599: running TaskExecutor() for managed_node2/TASK: Clean up variable namespace 11924 1726884874.56713: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000003c1 11924 1726884874.56732: variable 'ansible_search_path' from source: unknown 11924 1726884874.56776: calling self._execute() 11924 1726884874.56890: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.56908: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.56923: variable 'omit' from source: magic vars 11924 1726884874.57033: variable 'omit' from source: magic vars 11924 1726884874.57080: variable 'omit' from source: magic vars 11924 1726884874.57124: variable 'omit' from source: magic vars 11924 1726884874.57226: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884874.57229: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884874.57236: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884874.57259: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884874.57277: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884874.57299: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884874.57325: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884874.57367: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884874.57376: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.57384: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.57511: Set connection var ansible_shell_executable to /bin/sh 11924 1726884874.57551: Set connection var ansible_connection to ssh 11924 1726884874.57554: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884874.57558: Set connection var ansible_timeout to 10 11924 1726884874.57560: Set connection var ansible_pipelining to False 11924 1726884874.57562: Set connection var ansible_shell_type to sh 11924 1726884874.57586: variable 'ansible_shell_executable' from source: unknown 11924 1726884874.57594: variable 'ansible_connection' from source: unknown 11924 1726884874.57603: variable 'ansible_module_compression' from source: unknown 11924 1726884874.57661: variable 'ansible_shell_type' from source: unknown 11924 1726884874.57664: variable 'ansible_shell_executable' from source: unknown 11924 1726884874.57667: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.57669: variable 'ansible_pipelining' from source: unknown 11924 1726884874.57670: variable 'ansible_timeout' from source: unknown 11924 1726884874.57672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.57791: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884874.57811: variable 'omit' from source: magic vars 11924 1726884874.57823: starting attempt loop 11924 1726884874.57829: running the handler 11924 1726884874.57846: handler run complete 11924 1726884874.57863: attempt loop complete, returning result 11924 1726884874.57877: _execute() done 11924 1726884874.57880: dumping result to json 11924 1726884874.57960: done dumping result, returning 11924 1726884874.57963: done running TaskExecutor() for managed_node2/TASK: Clean up variable namespace [0affc8a3-6f6f-f4c0-2290-0000000003c1] 11924 1726884874.57966: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000003c1 11924 1726884874.58031: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000003c1 11924 1726884874.58034: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 11924 1726884874.58094: no more pending results, returning what we have 11924 1726884874.58097: results queue empty 11924 1726884874.58098: checking for any_errors_fatal 11924 1726884874.58110: done checking for any_errors_fatal 11924 1726884874.58111: checking for max_fail_percentage 11924 1726884874.58113: done checking for max_fail_percentage 11924 1726884874.58114: checking to see if all hosts have failed and the running result is not ok 11924 1726884874.58115: done checking to see if all hosts have failed 11924 1726884874.58116: getting the remaining hosts for this loop 11924 1726884874.58118: done getting the remaining hosts for this loop 11924 1726884874.58122: getting the next task for host managed_node2 11924 1726884874.58132: done getting next task for host managed_node2 11924 1726884874.58136: ^ task is: TASK: Change the file system signature on the logical volume created above 11924 1726884874.58138: ^ 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 11924 1726884874.58143: getting variables 11924 1726884874.58145: in VariableManager get_vars() 11924 1726884874.58176: Calling all_inventory to load vars for managed_node2 11924 1726884874.58178: Calling groups_inventory to load vars for managed_node2 11924 1726884874.58182: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.58192: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.58195: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.58197: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.58907: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.59514: done with get_vars() 11924 1726884874.59527: done getting variables TASK [Change the file system signature on the logical volume created above] **** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml:48 Friday 20 September 2024 22:14:34 -0400 (0:00:00.036) 0:00:39.936 ****** 11924 1726884874.59738: entering _queue_task() for managed_node2/include_role 11924 1726884874.60396: worker is 1 (out of 1 available) 11924 1726884874.60412: exiting _queue_task() for managed_node2/include_role 11924 1726884874.60423: done queuing things up, now waiting for results queue to drain 11924 1726884874.60424: waiting for pending results... 11924 1726884874.60877: running TaskExecutor() for managed_node2/TASK: Change the file system signature on the logical volume created above 11924 1726884874.60881: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000000b 11924 1726884874.60889: variable 'ansible_search_path' from source: unknown 11924 1726884874.60929: calling self._execute() 11924 1726884874.61042: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.61054: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.61072: variable 'omit' from source: magic vars 11924 1726884874.61196: _execute() done 11924 1726884874.61205: dumping result to json 11924 1726884874.61213: done dumping result, returning 11924 1726884874.61224: done running TaskExecutor() for managed_node2/TASK: Change the file system signature on the logical volume created above [0affc8a3-6f6f-f4c0-2290-00000000000b] 11924 1726884874.61234: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000000b 11924 1726884874.61496: no more pending results, returning what we have 11924 1726884874.61502: in VariableManager get_vars() 11924 1726884874.61539: Calling all_inventory to load vars for managed_node2 11924 1726884874.61542: Calling groups_inventory to load vars for managed_node2 11924 1726884874.61546: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.61558: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.61562: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.61565: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.62171: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000000b 11924 1726884874.62174: WORKER PROCESS EXITING 11924 1726884874.62250: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.62954: done with get_vars() 11924 1726884874.62970: variable 'ansible_search_path' from source: unknown 11924 1726884874.64830: variable 'omit' from source: magic vars 11924 1726884874.64854: variable 'omit' from source: magic vars 11924 1726884874.64869: variable 'omit' from source: magic vars 11924 1726884874.64873: we have included files to process 11924 1726884874.64873: generating all_blocks data 11924 1726884874.64876: done generating all_blocks data 11924 1726884874.64883: processing included file: fedora.linux_system_roles.storage 11924 1726884874.64902: in VariableManager get_vars() 11924 1726884874.64920: done with get_vars() 11924 1726884874.64947: in VariableManager get_vars() 11924 1726884874.64964: done with get_vars() 11924 1726884874.64999: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 11924 1726884874.65086: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 11924 1726884874.65198: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 11924 1726884874.65278: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 11924 1726884874.65375: in VariableManager get_vars() 11924 1726884874.65393: done with get_vars() 11924 1726884874.65706: in VariableManager get_vars() 11924 1726884874.65727: done with get_vars() 11924 1726884874.65881: iterating over new_blocks loaded from include file 11924 1726884874.65883: in VariableManager get_vars() 11924 1726884874.65901: done with get_vars() 11924 1726884874.65903: filtering new block on tags 11924 1726884874.65949: done filtering new block on tags 11924 1726884874.65953: in VariableManager get_vars() 11924 1726884874.65979: done with get_vars() 11924 1726884874.65982: filtering new block on tags 11924 1726884874.65998: done filtering new block on tags 11924 1726884874.66005: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node2 11924 1726884874.66011: extending task lists for all hosts with included blocks 11924 1726884874.67178: done extending task lists 11924 1726884874.67180: done processing included files 11924 1726884874.67181: results queue empty 11924 1726884874.67181: checking for any_errors_fatal 11924 1726884874.67186: done checking for any_errors_fatal 11924 1726884874.67191: checking for max_fail_percentage 11924 1726884874.67192: done checking for max_fail_percentage 11924 1726884874.67193: checking to see if all hosts have failed and the running result is not ok 11924 1726884874.67194: done checking to see if all hosts have failed 11924 1726884874.67195: getting the remaining hosts for this loop 11924 1726884874.67196: done getting the remaining hosts for this loop 11924 1726884874.67199: getting the next task for host managed_node2 11924 1726884874.67203: done getting next task for host managed_node2 11924 1726884874.67206: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884874.67209: ^ 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 11924 1726884874.67218: getting variables 11924 1726884874.67219: in VariableManager get_vars() 11924 1726884874.67231: Calling all_inventory to load vars for managed_node2 11924 1726884874.67233: Calling groups_inventory to load vars for managed_node2 11924 1726884874.67235: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.67241: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.67243: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.67246: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.68162: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.68750: done with get_vars() 11924 1726884874.68764: done getting variables TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 20 September 2024 22:14:34 -0400 (0:00:00.090) 0:00:40.027 ****** 11924 1726884874.68838: entering _queue_task() for managed_node2/include_tasks 11924 1726884874.69359: worker is 1 (out of 1 available) 11924 1726884874.69370: exiting _queue_task() for managed_node2/include_tasks 11924 1726884874.69382: done queuing things up, now waiting for results queue to drain 11924 1726884874.69383: waiting for pending results... 11924 1726884874.69570: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884874.69688: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000fcf 11924 1726884874.69715: variable 'ansible_search_path' from source: unknown 11924 1726884874.69749: variable 'ansible_search_path' from source: unknown 11924 1726884874.69805: calling self._execute() 11924 1726884874.69922: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.69939: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.69953: variable 'omit' from source: magic vars 11924 1726884874.70155: _execute() done 11924 1726884874.70160: dumping result to json 11924 1726884874.70163: done dumping result, returning 11924 1726884874.70166: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-f4c0-2290-000000000fcf] 11924 1726884874.70169: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000fcf 11924 1726884874.70238: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000fcf 11924 1726884874.70241: WORKER PROCESS EXITING 11924 1726884874.70304: no more pending results, returning what we have 11924 1726884874.70309: in VariableManager get_vars() 11924 1726884874.70346: Calling all_inventory to load vars for managed_node2 11924 1726884874.70349: Calling groups_inventory to load vars for managed_node2 11924 1726884874.70352: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.70559: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.70564: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.70567: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.71159: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.71785: done with get_vars() 11924 1726884874.71798: variable 'ansible_search_path' from source: unknown 11924 1726884874.71799: variable 'ansible_search_path' from source: unknown 11924 1726884874.71836: we have included files to process 11924 1726884874.71837: generating all_blocks data 11924 1726884874.71839: done generating all_blocks data 11924 1726884874.71843: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884874.71844: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884874.71846: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884874.72342: done processing included file 11924 1726884874.72344: iterating over new_blocks loaded from include file 11924 1726884874.72345: in VariableManager get_vars() 11924 1726884874.72366: done with get_vars() 11924 1726884874.72368: filtering new block on tags 11924 1726884874.72412: done filtering new block on tags 11924 1726884874.72415: in VariableManager get_vars() 11924 1726884874.72434: done with get_vars() 11924 1726884874.72436: filtering new block on tags 11924 1726884874.72474: done filtering new block on tags 11924 1726884874.72477: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node2 11924 1726884874.72482: extending task lists for all hosts with included blocks 11924 1726884874.72667: done extending task lists 11924 1726884874.72669: done processing included files 11924 1726884874.72670: results queue empty 11924 1726884874.72670: checking for any_errors_fatal 11924 1726884874.72673: done checking for any_errors_fatal 11924 1726884874.72674: checking for max_fail_percentage 11924 1726884874.72675: done checking for max_fail_percentage 11924 1726884874.72676: checking to see if all hosts have failed and the running result is not ok 11924 1726884874.72677: done checking to see if all hosts have failed 11924 1726884874.72678: getting the remaining hosts for this loop 11924 1726884874.72680: done getting the remaining hosts for this loop 11924 1726884874.72682: getting the next task for host managed_node2 11924 1726884874.72687: done getting next task for host managed_node2 11924 1726884874.72689: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 11924 1726884874.72692: ^ 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 11924 1726884874.72702: getting variables 11924 1726884874.72703: in VariableManager get_vars() 11924 1726884874.72714: Calling all_inventory to load vars for managed_node2 11924 1726884874.72716: Calling groups_inventory to load vars for managed_node2 11924 1726884874.72723: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.72728: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.72730: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.72733: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.73214: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.73990: done with get_vars() 11924 1726884874.74008: done getting variables TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 20 September 2024 22:14:34 -0400 (0:00:00.052) 0:00:40.080 ****** 11924 1726884874.74126: entering _queue_task() for managed_node2/setup 11924 1726884874.74591: worker is 1 (out of 1 available) 11924 1726884874.74606: exiting _queue_task() for managed_node2/setup 11924 1726884874.74617: done queuing things up, now waiting for results queue to drain 11924 1726884874.74619: waiting for pending results... 11924 1726884874.74864: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 11924 1726884874.75035: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001078 11924 1726884874.75168: variable 'ansible_search_path' from source: unknown 11924 1726884874.75178: variable 'ansible_search_path' from source: unknown 11924 1726884874.75182: calling self._execute() 11924 1726884874.75257: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.75288: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.75344: variable 'omit' from source: magic vars 11924 1726884874.75959: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884874.78626: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884874.78763: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884874.78767: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884874.78791: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884874.78823: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884874.78913: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884874.78964: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884874.79008: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884874.79058: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884874.79077: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884874.79137: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884874.79195: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884874.79199: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884874.79235: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884874.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) 11924 1726884874.79445: variable '__storage_required_facts' from source: role '' all vars 11924 1726884874.79461: variable 'ansible_facts' from source: unknown 11924 1726884874.79802: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 11924 1726884874.79806: when evaluation is False, skipping this task 11924 1726884874.79808: _execute() done 11924 1726884874.79811: dumping result to json 11924 1726884874.79813: done dumping result, returning 11924 1726884874.79815: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-f4c0-2290-000000001078] 11924 1726884874.79822: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001078 11924 1726884874.80126: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001078 11924 1726884874.80129: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 11924 1726884874.80172: no more pending results, returning what we have 11924 1726884874.80176: results queue empty 11924 1726884874.80176: checking for any_errors_fatal 11924 1726884874.80178: done checking for any_errors_fatal 11924 1726884874.80178: checking for max_fail_percentage 11924 1726884874.80180: done checking for max_fail_percentage 11924 1726884874.80181: checking to see if all hosts have failed and the running result is not ok 11924 1726884874.80182: done checking to see if all hosts have failed 11924 1726884874.80182: getting the remaining hosts for this loop 11924 1726884874.80184: done getting the remaining hosts for this loop 11924 1726884874.80187: getting the next task for host managed_node2 11924 1726884874.80192: done getting next task for host managed_node2 11924 1726884874.80195: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884874.80199: ^ 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 11924 1726884874.80219: getting variables 11924 1726884874.80221: in VariableManager get_vars() 11924 1726884874.80251: Calling all_inventory to load vars for managed_node2 11924 1726884874.80254: Calling groups_inventory to load vars for managed_node2 11924 1726884874.80257: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.80266: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.80269: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.80272: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.80946: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.81776: done with get_vars() 11924 1726884874.81799: done getting variables 11924 1726884874.81896: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 20 September 2024 22:14:34 -0400 (0:00:00.078) 0:00:40.158 ****** 11924 1726884874.81941: entering _queue_task() for managed_node2/include_vars 11924 1726884874.82362: worker is 1 (out of 1 available) 11924 1726884874.82378: exiting _queue_task() for managed_node2/include_vars 11924 1726884874.82390: done queuing things up, now waiting for results queue to drain 11924 1726884874.82392: waiting for pending results... 11924 1726884874.82711: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884874.82961: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001079 11924 1726884874.82964: variable 'ansible_search_path' from source: unknown 11924 1726884874.82968: variable 'ansible_search_path' from source: unknown 11924 1726884874.83278: variable 'ansible_facts' from source: unknown 11924 1726884874.83790: variable 'ansible_facts' from source: unknown 11924 1726884874.84151: variable 'ansible_facts' from source: unknown 11924 1726884874.84483: variable 'ansible_facts' from source: unknown 11924 1726884874.84730: variable 'omit' from source: magic vars 11924 1726884874.84877: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.84898: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.84909: variable 'omit' from source: magic vars 11924 1726884874.85116: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884874.85337: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884874.85368: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884874.85394: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884874.85421: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884874.85479: variable '__vars_file' from source: task vars 11924 1726884874.85538: variable 'role_path' from source: magic vars 11924 1726884874.85541: variable 'item' from source: unknown 11924 1726884874.85553: Evaluated conditional (__vars_file is file): False 11924 1726884874.85558: when evaluation is False, skipping this task 11924 1726884874.85582: variable 'item' from source: unknown 11924 1726884874.85632: variable 'item' from source: unknown skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 11924 1726884874.85782: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.85784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.85786: variable 'omit' from source: magic vars 11924 1726884874.85890: variable '__vars_file' from source: task vars 11924 1726884874.85946: variable 'role_path' from source: magic vars 11924 1726884874.85950: variable 'item' from source: unknown 11924 1726884874.85958: Evaluated conditional (__vars_file is file): False 11924 1726884874.85961: when evaluation is False, skipping this task 11924 1726884874.85984: variable 'item' from source: unknown 11924 1726884874.86031: variable 'item' from source: unknown skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 11924 1726884874.86104: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.86108: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.86111: variable 'omit' from source: magic vars 11924 1726884874.86231: variable '__vars_file' from source: task vars 11924 1726884874.86288: variable 'role_path' from source: magic vars 11924 1726884874.86291: variable 'item' from source: unknown 11924 1726884874.86298: Evaluated conditional (__vars_file is file): True 11924 1726884874.86305: variable 'omit' from source: magic vars 11924 1726884874.86357: variable 'omit' from source: magic vars 11924 1726884874.86410: variable '__vars_file' from source: task vars 11924 1726884874.86495: variable '__vars_file' from source: task vars 11924 1726884874.86607: variable 'role_path' from source: magic vars 11924 1726884874.86611: variable 'item' from source: unknown 11924 1726884874.86615: variable 'omit' from source: magic vars 11924 1726884874.86620: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884874.86668: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884874.86671: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884874.86674: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884874.86681: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884874.86773: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884874.86776: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884874.86778: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884874.86781: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.86783: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.86928: Set connection var ansible_shell_executable to /bin/sh 11924 1726884874.86932: Set connection var ansible_connection to ssh 11924 1726884874.86934: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884874.86936: Set connection var ansible_timeout to 10 11924 1726884874.86938: Set connection var ansible_pipelining to False 11924 1726884874.86940: Set connection var ansible_shell_type to sh 11924 1726884874.86942: variable 'ansible_shell_executable' from source: unknown 11924 1726884874.86944: variable 'ansible_connection' from source: unknown 11924 1726884874.86960: variable 'ansible_module_compression' from source: unknown 11924 1726884874.86963: variable 'ansible_shell_type' from source: unknown 11924 1726884874.86965: variable 'ansible_shell_executable' from source: unknown 11924 1726884874.86967: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.86969: variable 'ansible_pipelining' from source: unknown 11924 1726884874.86970: variable 'ansible_timeout' from source: unknown 11924 1726884874.86972: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.87160: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884874.87164: variable 'omit' from source: magic vars 11924 1726884874.87167: starting attempt loop 11924 1726884874.87169: running the handler 11924 1726884874.87296: handler run complete 11924 1726884874.87350: attempt loop complete, returning result 11924 1726884874.87376: variable 'item' from source: unknown 11924 1726884874.87498: variable 'item' from source: unknown ok: [managed_node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 11924 1726884874.87786: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.87789: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.87791: variable 'omit' from source: magic vars 11924 1726884874.87886: variable '__vars_file' from source: task vars 11924 1726884874.87898: variable 'role_path' from source: magic vars 11924 1726884874.87912: variable 'item' from source: unknown 11924 1726884874.87918: Evaluated conditional (__vars_file is file): True 11924 1726884874.87923: variable 'omit' from source: magic vars 11924 1726884874.87958: variable 'omit' from source: magic vars 11924 1726884874.88057: variable '__vars_file' from source: task vars 11924 1726884874.88067: variable '__vars_file' from source: task vars 11924 1726884874.88145: variable 'role_path' from source: magic vars 11924 1726884874.88153: variable 'item' from source: unknown 11924 1726884874.88181: variable 'omit' from source: magic vars 11924 1726884874.88194: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884874.88197: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884874.88217: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884874.88221: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884874.88223: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884874.88229: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.88285: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.88312: Set connection var ansible_shell_executable to /bin/sh 11924 1726884874.88315: Set connection var ansible_connection to ssh 11924 1726884874.88318: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884874.88359: Set connection var ansible_timeout to 10 11924 1726884874.88384: Set connection var ansible_pipelining to False 11924 1726884874.88387: Set connection var ansible_shell_type to sh 11924 1726884874.88390: variable 'ansible_shell_executable' from source: unknown 11924 1726884874.88392: variable 'ansible_connection' from source: unknown 11924 1726884874.88394: variable 'ansible_module_compression' from source: unknown 11924 1726884874.88396: variable 'ansible_shell_type' from source: unknown 11924 1726884874.88398: variable 'ansible_shell_executable' from source: unknown 11924 1726884874.88400: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.88404: variable 'ansible_pipelining' from source: unknown 11924 1726884874.88406: variable 'ansible_timeout' from source: unknown 11924 1726884874.88409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.88474: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884874.88497: variable 'omit' from source: magic vars 11924 1726884874.88503: starting attempt loop 11924 1726884874.88506: running the handler 11924 1726884874.88531: handler run complete 11924 1726884874.88537: attempt loop complete, returning result 11924 1726884874.88562: variable 'item' from source: unknown 11924 1726884874.88628: variable 'item' from source: unknown ok: [managed_node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 11924 1726884874.88806: dumping result to json 11924 1726884874.88808: done dumping result, returning 11924 1726884874.88811: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-f4c0-2290-000000001079] 11924 1726884874.88813: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001079 11924 1726884874.88876: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001079 11924 1726884874.88879: WORKER PROCESS EXITING 11924 1726884874.88948: no more pending results, returning what we have 11924 1726884874.88951: results queue empty 11924 1726884874.88952: checking for any_errors_fatal 11924 1726884874.88959: done checking for any_errors_fatal 11924 1726884874.88959: checking for max_fail_percentage 11924 1726884874.88961: done checking for max_fail_percentage 11924 1726884874.88961: checking to see if all hosts have failed and the running result is not ok 11924 1726884874.88962: done checking to see if all hosts have failed 11924 1726884874.88963: getting the remaining hosts for this loop 11924 1726884874.88964: done getting the remaining hosts for this loop 11924 1726884874.88967: getting the next task for host managed_node2 11924 1726884874.88974: done getting next task for host managed_node2 11924 1726884874.88977: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 11924 1726884874.88980: ^ 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 11924 1726884874.88990: getting variables 11924 1726884874.88992: in VariableManager get_vars() 11924 1726884874.89025: Calling all_inventory to load vars for managed_node2 11924 1726884874.89028: Calling groups_inventory to load vars for managed_node2 11924 1726884874.89030: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.89038: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.89040: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.89042: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.89396: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.89813: done with get_vars() 11924 1726884874.89824: done getting variables TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 20 September 2024 22:14:34 -0400 (0:00:00.079) 0:00:40.237 ****** 11924 1726884874.89915: entering _queue_task() for managed_node2/stat 11924 1726884874.90154: worker is 1 (out of 1 available) 11924 1726884874.90171: exiting _queue_task() for managed_node2/stat 11924 1726884874.90185: done queuing things up, now waiting for results queue to drain 11924 1726884874.90186: waiting for pending results... 11924 1726884874.90641: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if system is ostree 11924 1726884874.90647: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000107b 11924 1726884874.90650: variable 'ansible_search_path' from source: unknown 11924 1726884874.90653: variable 'ansible_search_path' from source: unknown 11924 1726884874.90762: calling self._execute() 11924 1726884874.90790: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.90805: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.90821: variable 'omit' from source: magic vars 11924 1726884874.91168: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884874.91508: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884874.91537: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884874.91579: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884874.91660: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884874.91704: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884874.91726: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884874.91745: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884874.91765: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884874.91890: variable '__storage_is_ostree' from source: set_fact 11924 1726884874.91893: Evaluated conditional (not __storage_is_ostree is defined): False 11924 1726884874.91896: when evaluation is False, skipping this task 11924 1726884874.91900: _execute() done 11924 1726884874.91903: dumping result to json 11924 1726884874.91905: done dumping result, returning 11924 1726884874.91946: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-f4c0-2290-00000000107b] 11924 1726884874.91949: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000107b skipping: [managed_node2] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 11924 1726884874.92121: no more pending results, returning what we have 11924 1726884874.92126: results queue empty 11924 1726884874.92127: checking for any_errors_fatal 11924 1726884874.92142: done checking for any_errors_fatal 11924 1726884874.92143: checking for max_fail_percentage 11924 1726884874.92145: done checking for max_fail_percentage 11924 1726884874.92146: checking to see if all hosts have failed and the running result is not ok 11924 1726884874.92147: done checking to see if all hosts have failed 11924 1726884874.92147: getting the remaining hosts for this loop 11924 1726884874.92151: done getting the remaining hosts for this loop 11924 1726884874.92154: getting the next task for host managed_node2 11924 1726884874.92162: done getting next task for host managed_node2 11924 1726884874.92165: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 11924 1726884874.92168: ^ 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 11924 1726884874.92193: getting variables 11924 1726884874.92196: in VariableManager get_vars() 11924 1726884874.92237: Calling all_inventory to load vars for managed_node2 11924 1726884874.92240: Calling groups_inventory to load vars for managed_node2 11924 1726884874.92246: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.92285: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.92293: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.92298: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000107b 11924 1726884874.92301: WORKER PROCESS EXITING 11924 1726884874.92305: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.93035: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.94011: done with get_vars() 11924 1726884874.94024: done getting variables 11924 1726884874.94291: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 20 September 2024 22:14:34 -0400 (0:00:00.044) 0:00:40.282 ****** 11924 1726884874.94322: entering _queue_task() for managed_node2/set_fact 11924 1726884874.94928: worker is 1 (out of 1 available) 11924 1726884874.94942: exiting _queue_task() for managed_node2/set_fact 11924 1726884874.94958: done queuing things up, now waiting for results queue to drain 11924 1726884874.94960: waiting for pending results... 11924 1726884874.95218: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 11924 1726884874.95372: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000107c 11924 1726884874.95489: variable 'ansible_search_path' from source: unknown 11924 1726884874.95492: variable 'ansible_search_path' from source: unknown 11924 1726884874.95494: calling self._execute() 11924 1726884874.95548: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884874.95824: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884874.95828: variable 'omit' from source: magic vars 11924 1726884874.96129: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884874.96763: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884874.96767: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884874.96806: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884874.96847: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884874.97051: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884874.97261: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884874.97447: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884874.97450: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884874.97641: variable '__storage_is_ostree' from source: set_fact 11924 1726884874.97857: Evaluated conditional (not __storage_is_ostree is defined): False 11924 1726884874.97867: when evaluation is False, skipping this task 11924 1726884874.97875: _execute() done 11924 1726884874.97881: dumping result to json 11924 1726884874.97887: done dumping result, returning 11924 1726884874.97899: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-f4c0-2290-00000000107c] 11924 1726884874.97912: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000107c skipping: [managed_node2] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 11924 1726884874.98058: no more pending results, returning what we have 11924 1726884874.98061: results queue empty 11924 1726884874.98062: checking for any_errors_fatal 11924 1726884874.98072: done checking for any_errors_fatal 11924 1726884874.98073: checking for max_fail_percentage 11924 1726884874.98075: done checking for max_fail_percentage 11924 1726884874.98076: checking to see if all hosts have failed and the running result is not ok 11924 1726884874.98076: done checking to see if all hosts have failed 11924 1726884874.98077: getting the remaining hosts for this loop 11924 1726884874.98079: done getting the remaining hosts for this loop 11924 1726884874.98083: getting the next task for host managed_node2 11924 1726884874.98092: done getting next task for host managed_node2 11924 1726884874.98096: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 11924 1726884874.98099: ^ 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 11924 1726884874.98123: getting variables 11924 1726884874.98126: in VariableManager get_vars() 11924 1726884874.98162: Calling all_inventory to load vars for managed_node2 11924 1726884874.98165: Calling groups_inventory to load vars for managed_node2 11924 1726884874.98167: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884874.98176: Calling all_plugins_play to load vars for managed_node2 11924 1726884874.98180: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884874.98182: Calling groups_plugins_play to load vars for managed_node2 11924 1726884874.99069: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000107c 11924 1726884874.99073: WORKER PROCESS EXITING 11924 1726884874.99245: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884874.99935: done with get_vars() 11924 1726884874.99948: done getting variables 11924 1726884875.00015: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 20 September 2024 22:14:34 -0400 (0:00:00.057) 0:00:40.339 ****** 11924 1726884875.00048: entering _queue_task() for managed_node2/set_fact 11924 1726884875.00286: worker is 1 (out of 1 available) 11924 1726884875.00298: exiting _queue_task() for managed_node2/set_fact 11924 1726884875.00312: done queuing things up, now waiting for results queue to drain 11924 1726884875.00314: waiting for pending results... 11924 1726884875.00612: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 11924 1726884875.00735: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000fd0 11924 1726884875.00758: variable 'ansible_search_path' from source: unknown 11924 1726884875.00767: variable 'ansible_search_path' from source: unknown 11924 1726884875.00811: calling self._execute() 11924 1726884875.00927: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.00938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.00951: variable 'omit' from source: magic vars 11924 1726884875.01071: variable 'omit' from source: magic vars 11924 1726884875.01127: variable 'omit' from source: magic vars 11924 1726884875.01217: variable 'omit' from source: magic vars 11924 1726884875.01220: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884875.01262: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884875.01287: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884875.01313: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884875.01335: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884875.01361: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884875.01384: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884875.01434: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884875.01438: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.01462: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.01576: Set connection var ansible_shell_executable to /bin/sh 11924 1726884875.01585: Set connection var ansible_connection to ssh 11924 1726884875.01761: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884875.01764: Set connection var ansible_timeout to 10 11924 1726884875.01767: Set connection var ansible_pipelining to False 11924 1726884875.01769: Set connection var ansible_shell_type to sh 11924 1726884875.01772: variable 'ansible_shell_executable' from source: unknown 11924 1726884875.01773: variable 'ansible_connection' from source: unknown 11924 1726884875.01776: variable 'ansible_module_compression' from source: unknown 11924 1726884875.01778: variable 'ansible_shell_type' from source: unknown 11924 1726884875.01779: variable 'ansible_shell_executable' from source: unknown 11924 1726884875.01781: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.01783: variable 'ansible_pipelining' from source: unknown 11924 1726884875.01785: variable 'ansible_timeout' from source: unknown 11924 1726884875.01787: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.01864: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884875.01883: variable 'omit' from source: magic vars 11924 1726884875.01892: starting attempt loop 11924 1726884875.01904: running the handler 11924 1726884875.01919: handler run complete 11924 1726884875.01930: attempt loop complete, returning result 11924 1726884875.01935: _execute() done 11924 1726884875.01939: dumping result to json 11924 1726884875.01945: done dumping result, returning 11924 1726884875.01957: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [0affc8a3-6f6f-f4c0-2290-000000000fd0] 11924 1726884875.01971: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000fd0 ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 11924 1726884875.02266: no more pending results, returning what we have 11924 1726884875.02269: results queue empty 11924 1726884875.02270: checking for any_errors_fatal 11924 1726884875.02280: done checking for any_errors_fatal 11924 1726884875.02281: checking for max_fail_percentage 11924 1726884875.02282: done checking for max_fail_percentage 11924 1726884875.02283: checking to see if all hosts have failed and the running result is not ok 11924 1726884875.02284: done checking to see if all hosts have failed 11924 1726884875.02285: getting the remaining hosts for this loop 11924 1726884875.02287: done getting the remaining hosts for this loop 11924 1726884875.02291: getting the next task for host managed_node2 11924 1726884875.02307: done getting next task for host managed_node2 11924 1726884875.02311: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 11924 1726884875.02315: ^ 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 11924 1726884875.02326: getting variables 11924 1726884875.02328: in VariableManager get_vars() 11924 1726884875.02663: Calling all_inventory to load vars for managed_node2 11924 1726884875.02667: Calling groups_inventory to load vars for managed_node2 11924 1726884875.02669: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884875.02689: Calling all_plugins_play to load vars for managed_node2 11924 1726884875.02693: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884875.02696: Calling groups_plugins_play to load vars for managed_node2 11924 1726884875.03339: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000fd0 11924 1726884875.03342: WORKER PROCESS EXITING 11924 1726884875.04510: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884875.05884: done with get_vars() 11924 1726884875.05904: done getting variables 11924 1726884875.06027: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 20 September 2024 22:14:35 -0400 (0:00:00.060) 0:00:40.399 ****** 11924 1726884875.06089: entering _queue_task() for managed_node2/set_fact 11924 1726884875.06440: worker is 1 (out of 1 available) 11924 1726884875.06461: exiting _queue_task() for managed_node2/set_fact 11924 1726884875.06604: done queuing things up, now waiting for results queue to drain 11924 1726884875.06606: waiting for pending results... 11924 1726884875.06903: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 11924 1726884875.07103: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000fd1 11924 1726884875.07136: variable 'ansible_search_path' from source: unknown 11924 1726884875.07156: variable 'ansible_search_path' from source: unknown 11924 1726884875.07211: calling self._execute() 11924 1726884875.07333: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.07344: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.07373: variable 'omit' from source: magic vars 11924 1726884875.07530: variable 'omit' from source: magic vars 11924 1726884875.07615: variable 'omit' from source: magic vars 11924 1726884875.07654: variable 'omit' from source: magic vars 11924 1726884875.07713: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884875.07754: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884875.07809: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884875.07832: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884875.07849: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884875.07875: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884875.07919: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884875.07975: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884875.07985: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.08012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.08181: Set connection var ansible_shell_executable to /bin/sh 11924 1726884875.08189: Set connection var ansible_connection to ssh 11924 1726884875.08203: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884875.08216: Set connection var ansible_timeout to 10 11924 1726884875.08227: Set connection var ansible_pipelining to False 11924 1726884875.08245: Set connection var ansible_shell_type to sh 11924 1726884875.08281: variable 'ansible_shell_executable' from source: unknown 11924 1726884875.08290: variable 'ansible_connection' from source: unknown 11924 1726884875.08352: variable 'ansible_module_compression' from source: unknown 11924 1726884875.08357: variable 'ansible_shell_type' from source: unknown 11924 1726884875.08359: variable 'ansible_shell_executable' from source: unknown 11924 1726884875.08361: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.08363: variable 'ansible_pipelining' from source: unknown 11924 1726884875.08369: variable 'ansible_timeout' from source: unknown 11924 1726884875.08372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.08563: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884875.08762: variable 'omit' from source: magic vars 11924 1726884875.08764: starting attempt loop 11924 1726884875.08767: running the handler 11924 1726884875.08769: handler run complete 11924 1726884875.08771: attempt loop complete, returning result 11924 1726884875.08773: _execute() done 11924 1726884875.08775: dumping result to json 11924 1726884875.08777: done dumping result, returning 11924 1726884875.08781: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [0affc8a3-6f6f-f4c0-2290-000000000fd1] 11924 1726884875.08783: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000fd1 11924 1726884875.08849: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000fd1 11924 1726884875.08852: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 11924 1726884875.08935: no more pending results, returning what we have 11924 1726884875.08939: results queue empty 11924 1726884875.08940: checking for any_errors_fatal 11924 1726884875.08947: done checking for any_errors_fatal 11924 1726884875.08948: checking for max_fail_percentage 11924 1726884875.08950: done checking for max_fail_percentage 11924 1726884875.08951: checking to see if all hosts have failed and the running result is not ok 11924 1726884875.08951: done checking to see if all hosts have failed 11924 1726884875.08952: getting the remaining hosts for this loop 11924 1726884875.08954: done getting the remaining hosts for this loop 11924 1726884875.08959: getting the next task for host managed_node2 11924 1726884875.08968: done getting next task for host managed_node2 11924 1726884875.08972: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 11924 1726884875.08976: ^ 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 11924 1726884875.08989: getting variables 11924 1726884875.08991: in VariableManager get_vars() 11924 1726884875.09029: Calling all_inventory to load vars for managed_node2 11924 1726884875.09031: Calling groups_inventory to load vars for managed_node2 11924 1726884875.09034: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884875.09043: Calling all_plugins_play to load vars for managed_node2 11924 1726884875.09047: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884875.09050: Calling groups_plugins_play to load vars for managed_node2 11924 1726884875.09756: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884875.10398: done with get_vars() 11924 1726884875.10416: done getting variables TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 20 September 2024 22:14:35 -0400 (0:00:00.044) 0:00:40.444 ****** 11924 1726884875.10514: entering _queue_task() for managed_node2/include_tasks 11924 1726884875.10828: worker is 1 (out of 1 available) 11924 1726884875.10841: exiting _queue_task() for managed_node2/include_tasks 11924 1726884875.10852: done queuing things up, now waiting for results queue to drain 11924 1726884875.10853: waiting for pending results... 11924 1726884875.11316: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 11924 1726884875.11499: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000fd2 11924 1726884875.11506: variable 'ansible_search_path' from source: unknown 11924 1726884875.11510: variable 'ansible_search_path' from source: unknown 11924 1726884875.11576: calling self._execute() 11924 1726884875.11790: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.11796: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.11798: variable 'omit' from source: magic vars 11924 1726884875.12344: variable 'storage_provider' from source: role '' defaults 11924 1726884875.12347: _execute() done 11924 1726884875.12351: dumping result to json 11924 1726884875.12357: done dumping result, returning 11924 1726884875.12360: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-f4c0-2290-000000000fd2] 11924 1726884875.12362: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000fd2 11924 1726884875.12531: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000fd2 11924 1726884875.12535: WORKER PROCESS EXITING 11924 1726884875.12612: no more pending results, returning what we have 11924 1726884875.12617: in VariableManager get_vars() 11924 1726884875.12668: Calling all_inventory to load vars for managed_node2 11924 1726884875.12674: Calling groups_inventory to load vars for managed_node2 11924 1726884875.12677: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884875.12692: Calling all_plugins_play to load vars for managed_node2 11924 1726884875.12695: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884875.12698: Calling groups_plugins_play to load vars for managed_node2 11924 1726884875.13710: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884875.14361: done with get_vars() 11924 1726884875.14373: variable 'ansible_search_path' from source: unknown 11924 1726884875.14374: variable 'ansible_search_path' from source: unknown 11924 1726884875.14407: we have included files to process 11924 1726884875.14426: generating all_blocks data 11924 1726884875.14430: done generating all_blocks data 11924 1726884875.14435: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884875.14441: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884875.14445: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884875.15527: in VariableManager get_vars() 11924 1726884875.15554: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884875.17342: done processing included file 11924 1726884875.17343: iterating over new_blocks loaded from include file 11924 1726884875.17344: in VariableManager get_vars() 11924 1726884875.17359: done with get_vars() 11924 1726884875.17360: filtering new block on tags 11924 1726884875.17418: done filtering new block on tags 11924 1726884875.17431: in VariableManager get_vars() 11924 1726884875.17444: done with get_vars() 11924 1726884875.17445: filtering new block on tags 11924 1726884875.17501: done filtering new block on tags 11924 1726884875.17503: in VariableManager get_vars() 11924 1726884875.17519: done with get_vars() 11924 1726884875.17520: filtering new block on tags 11924 1726884875.17618: done filtering new block on tags 11924 1726884875.17620: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node2 11924 1726884875.17624: extending task lists for all hosts with included blocks 11924 1726884875.18024: done extending task lists 11924 1726884875.18026: done processing included files 11924 1726884875.18026: results queue empty 11924 1726884875.18027: checking for any_errors_fatal 11924 1726884875.18030: done checking for any_errors_fatal 11924 1726884875.18031: checking for max_fail_percentage 11924 1726884875.18032: done checking for max_fail_percentage 11924 1726884875.18033: checking to see if all hosts have failed and the running result is not ok 11924 1726884875.18033: done checking to see if all hosts have failed 11924 1726884875.18034: getting the remaining hosts for this loop 11924 1726884875.18036: done getting the remaining hosts for this loop 11924 1726884875.18038: getting the next task for host managed_node2 11924 1726884875.18043: done getting next task for host managed_node2 11924 1726884875.18045: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 11924 1726884875.18046: ^ 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 11924 1726884875.18054: getting variables 11924 1726884875.18056: in VariableManager get_vars() 11924 1726884875.18065: Calling all_inventory to load vars for managed_node2 11924 1726884875.18066: Calling groups_inventory to load vars for managed_node2 11924 1726884875.18067: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884875.18071: Calling all_plugins_play to load vars for managed_node2 11924 1726884875.18072: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884875.18074: Calling groups_plugins_play to load vars for managed_node2 11924 1726884875.18719: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884875.19308: done with get_vars() 11924 1726884875.19321: done getting variables 11924 1726884875.19357: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 20 September 2024 22:14:35 -0400 (0:00:00.088) 0:00:40.532 ****** 11924 1726884875.19388: entering _queue_task() for managed_node2/package 11924 1726884875.19657: worker is 1 (out of 1 available) 11924 1726884875.19668: exiting _queue_task() for managed_node2/package 11924 1726884875.19680: done queuing things up, now waiting for results queue to drain 11924 1726884875.19682: waiting for pending results... 11924 1726884875.19981: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 11924 1726884875.20071: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010b1 11924 1726884875.20083: variable 'ansible_search_path' from source: unknown 11924 1726884875.20086: variable 'ansible_search_path' from source: unknown 11924 1726884875.20115: calling self._execute() 11924 1726884875.20196: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.20200: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.20210: variable 'omit' from source: magic vars 11924 1726884875.20510: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884875.20707: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884875.20743: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884875.20862: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884875.20865: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884875.20905: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884875.20951: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884875.20990: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884875.21008: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884875.21123: variable 'storage_skip_checks' from source: set_fact 11924 1726884875.21138: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 11924 1726884875.21141: when evaluation is False, skipping this task 11924 1726884875.21144: _execute() done 11924 1726884875.21147: dumping result to json 11924 1726884875.21151: done dumping result, returning 11924 1726884875.21157: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-f4c0-2290-0000000010b1] 11924 1726884875.21163: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010b1 11924 1726884875.21270: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010b1 11924 1726884875.21276: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884875.21403: no more pending results, returning what we have 11924 1726884875.21419: results queue empty 11924 1726884875.21420: checking for any_errors_fatal 11924 1726884875.21421: done checking for any_errors_fatal 11924 1726884875.21422: checking for max_fail_percentage 11924 1726884875.21424: done checking for max_fail_percentage 11924 1726884875.21424: checking to see if all hosts have failed and the running result is not ok 11924 1726884875.21425: done checking to see if all hosts have failed 11924 1726884875.21426: getting the remaining hosts for this loop 11924 1726884875.21447: done getting the remaining hosts for this loop 11924 1726884875.21460: getting the next task for host managed_node2 11924 1726884875.21466: done getting next task for host managed_node2 11924 1726884875.21474: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 11924 1726884875.21478: ^ 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 11924 1726884875.21498: getting variables 11924 1726884875.21500: in VariableManager get_vars() 11924 1726884875.21545: Calling all_inventory to load vars for managed_node2 11924 1726884875.21548: Calling groups_inventory to load vars for managed_node2 11924 1726884875.21550: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884875.21572: Calling all_plugins_play to load vars for managed_node2 11924 1726884875.21576: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884875.21580: Calling groups_plugins_play to load vars for managed_node2 11924 1726884875.22280: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884875.23050: done with get_vars() 11924 1726884875.23170: done getting variables 11924 1726884875.23224: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 20 September 2024 22:14:35 -0400 (0:00:00.038) 0:00:40.571 ****** 11924 1726884875.23258: entering _queue_task() for managed_node2/debug 11924 1726884875.23898: worker is 1 (out of 1 available) 11924 1726884875.23915: exiting _queue_task() for managed_node2/debug 11924 1726884875.23928: done queuing things up, now waiting for results queue to drain 11924 1726884875.23930: waiting for pending results... 11924 1726884875.24398: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_pools 11924 1726884875.24516: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010b2 11924 1726884875.24531: variable 'ansible_search_path' from source: unknown 11924 1726884875.24535: variable 'ansible_search_path' from source: unknown 11924 1726884875.24562: calling self._execute() 11924 1726884875.24652: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.24658: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.24666: variable 'omit' from source: magic vars 11924 1726884875.24748: variable 'omit' from source: magic vars 11924 1726884875.24790: variable 'omit' from source: magic vars 11924 1726884875.24818: variable 'omit' from source: magic vars 11924 1726884875.24851: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884875.24880: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884875.24897: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884875.24914: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884875.24925: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884875.24939: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884875.24953: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884875.24978: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884875.24981: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.24983: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.25070: Set connection var ansible_shell_executable to /bin/sh 11924 1726884875.25073: Set connection var ansible_connection to ssh 11924 1726884875.25076: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884875.25080: Set connection var ansible_timeout to 10 11924 1726884875.25086: Set connection var ansible_pipelining to False 11924 1726884875.25091: Set connection var ansible_shell_type to sh 11924 1726884875.25115: variable 'ansible_shell_executable' from source: unknown 11924 1726884875.25118: variable 'ansible_connection' from source: unknown 11924 1726884875.25121: variable 'ansible_module_compression' from source: unknown 11924 1726884875.25126: variable 'ansible_shell_type' from source: unknown 11924 1726884875.25128: variable 'ansible_shell_executable' from source: unknown 11924 1726884875.25131: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.25133: variable 'ansible_pipelining' from source: unknown 11924 1726884875.25135: variable 'ansible_timeout' from source: unknown 11924 1726884875.25137: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.25242: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884875.25250: variable 'omit' from source: magic vars 11924 1726884875.25257: starting attempt loop 11924 1726884875.25260: running the handler 11924 1726884875.25302: variable 'storage_pools' from source: include params 11924 1726884875.25441: variable 'storage_pools' from source: include params 11924 1726884875.25450: variable 'unused_disks' from source: set_fact 11924 1726884875.25503: variable 'unused_disks' from source: set_fact 11924 1726884875.25545: variable 'volume_size' from source: play vars 11924 1726884875.25596: variable 'volume_size' from source: play vars 11924 1726884875.25599: variable 'fs_after' from source: play vars 11924 1726884875.25647: variable 'fs_after' from source: play vars 11924 1726884875.25778: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884875.28680: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884875.28789: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884875.29063: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884875.29067: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884875.29069: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884875.29189: variable 'ansible_distribution' from source: facts 11924 1726884875.29199: variable 'ansible_distribution_major_version' from source: facts 11924 1726884875.29220: variable 'mount_location' from source: play vars 11924 1726884875.29298: variable 'mount_location' from source: play vars 11924 1726884875.29353: handler run complete 11924 1726884875.29380: attempt loop complete, returning result 11924 1726884875.29394: _execute() done 11924 1726884875.29408: dumping result to json 11924 1726884875.29417: done dumping result, returning 11924 1726884875.29429: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-f4c0-2290-0000000010b2] 11924 1726884875.29439: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010b2 11924 1726884875.29660: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010b2 11924 1726884875.29663: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "xfs", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } 11924 1726884875.29746: no more pending results, returning what we have 11924 1726884875.29751: results queue empty 11924 1726884875.29752: checking for any_errors_fatal 11924 1726884875.29761: done checking for any_errors_fatal 11924 1726884875.29762: checking for max_fail_percentage 11924 1726884875.29764: done checking for max_fail_percentage 11924 1726884875.29765: checking to see if all hosts have failed and the running result is not ok 11924 1726884875.29766: done checking to see if all hosts have failed 11924 1726884875.29767: getting the remaining hosts for this loop 11924 1726884875.29769: done getting the remaining hosts for this loop 11924 1726884875.29773: getting the next task for host managed_node2 11924 1726884875.29781: done getting next task for host managed_node2 11924 1726884875.29785: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 11924 1726884875.29789: ^ 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 11924 1726884875.29809: getting variables 11924 1726884875.29812: in VariableManager get_vars() 11924 1726884875.29965: Calling all_inventory to load vars for managed_node2 11924 1726884875.29968: Calling groups_inventory to load vars for managed_node2 11924 1726884875.29970: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884875.29980: Calling all_plugins_play to load vars for managed_node2 11924 1726884875.29983: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884875.29986: Calling groups_plugins_play to load vars for managed_node2 11924 1726884875.30656: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884875.31486: done with get_vars() 11924 1726884875.31504: done getting variables 11924 1726884875.31562: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 20 September 2024 22:14:35 -0400 (0:00:00.083) 0:00:40.654 ****** 11924 1726884875.31597: entering _queue_task() for managed_node2/debug 11924 1726884875.32281: worker is 1 (out of 1 available) 11924 1726884875.32293: exiting _queue_task() for managed_node2/debug 11924 1726884875.32310: done queuing things up, now waiting for results queue to drain 11924 1726884875.32386: waiting for pending results... 11924 1726884875.32675: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_volumes 11924 1726884875.32751: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010b3 11924 1726884875.32767: variable 'ansible_search_path' from source: unknown 11924 1726884875.32770: variable 'ansible_search_path' from source: unknown 11924 1726884875.32810: calling self._execute() 11924 1726884875.32903: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.32910: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.32918: variable 'omit' from source: magic vars 11924 1726884875.32999: variable 'omit' from source: magic vars 11924 1726884875.33048: variable 'omit' from source: magic vars 11924 1726884875.33078: variable 'omit' from source: magic vars 11924 1726884875.33112: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884875.33138: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884875.33154: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884875.33169: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884875.33182: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884875.33196: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884875.33211: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884875.33235: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884875.33238: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.33240: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.33327: Set connection var ansible_shell_executable to /bin/sh 11924 1726884875.33330: Set connection var ansible_connection to ssh 11924 1726884875.33333: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884875.33338: Set connection var ansible_timeout to 10 11924 1726884875.33343: Set connection var ansible_pipelining to False 11924 1726884875.33348: Set connection var ansible_shell_type to sh 11924 1726884875.33370: variable 'ansible_shell_executable' from source: unknown 11924 1726884875.33373: variable 'ansible_connection' from source: unknown 11924 1726884875.33376: variable 'ansible_module_compression' from source: unknown 11924 1726884875.33378: variable 'ansible_shell_type' from source: unknown 11924 1726884875.33382: variable 'ansible_shell_executable' from source: unknown 11924 1726884875.33384: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.33386: variable 'ansible_pipelining' from source: unknown 11924 1726884875.33389: variable 'ansible_timeout' from source: unknown 11924 1726884875.33392: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.33498: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884875.33512: variable 'omit' from source: magic vars 11924 1726884875.33518: starting attempt loop 11924 1726884875.33521: running the handler 11924 1726884875.33703: handler run complete 11924 1726884875.33721: attempt loop complete, returning result 11924 1726884875.33724: _execute() done 11924 1726884875.33727: dumping result to json 11924 1726884875.33731: done dumping result, returning 11924 1726884875.33741: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-f4c0-2290-0000000010b3] 11924 1726884875.33743: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010b3 11924 1726884875.33824: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010b3 11924 1726884875.33827: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 11924 1726884875.33905: no more pending results, returning what we have 11924 1726884875.33908: results queue empty 11924 1726884875.33909: checking for any_errors_fatal 11924 1726884875.33918: done checking for any_errors_fatal 11924 1726884875.33919: checking for max_fail_percentage 11924 1726884875.33920: done checking for max_fail_percentage 11924 1726884875.33921: checking to see if all hosts have failed and the running result is not ok 11924 1726884875.33922: done checking to see if all hosts have failed 11924 1726884875.33922: getting the remaining hosts for this loop 11924 1726884875.33924: done getting the remaining hosts for this loop 11924 1726884875.33927: getting the next task for host managed_node2 11924 1726884875.33933: done getting next task for host managed_node2 11924 1726884875.33936: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 11924 1726884875.33940: ^ 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 11924 1726884875.33951: getting variables 11924 1726884875.33953: in VariableManager get_vars() 11924 1726884875.33981: Calling all_inventory to load vars for managed_node2 11924 1726884875.33983: Calling groups_inventory to load vars for managed_node2 11924 1726884875.33985: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884875.33993: Calling all_plugins_play to load vars for managed_node2 11924 1726884875.33995: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884875.33998: Calling groups_plugins_play to load vars for managed_node2 11924 1726884875.34341: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884875.34913: done with get_vars() 11924 1726884875.34927: done getting variables TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 20 September 2024 22:14:35 -0400 (0:00:00.034) 0:00:40.688 ****** 11924 1726884875.35007: entering _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884875.35244: worker is 1 (out of 1 available) 11924 1726884875.35361: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884875.35374: done queuing things up, now waiting for results queue to drain 11924 1726884875.35375: waiting for pending results... 11924 1726884875.35622: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get required packages 11924 1726884875.35711: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010b4 11924 1726884875.35723: variable 'ansible_search_path' from source: unknown 11924 1726884875.35727: variable 'ansible_search_path' from source: unknown 11924 1726884875.35759: calling self._execute() 11924 1726884875.35883: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.35887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.35960: variable 'omit' from source: magic vars 11924 1726884875.36398: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884875.36749: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884875.36782: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884875.36809: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884875.36834: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884875.36903: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884875.36919: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884875.36937: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884875.36955: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884875.37060: variable 'storage_skip_checks' from source: set_fact 11924 1726884875.37081: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884875.37084: when evaluation is False, skipping this task 11924 1726884875.37087: _execute() done 11924 1726884875.37089: dumping result to json 11924 1726884875.37092: done dumping result, returning 11924 1726884875.37095: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-f4c0-2290-0000000010b4] 11924 1726884875.37097: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010b4 11924 1726884875.37212: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010b4 11924 1726884875.37215: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884875.37311: no more pending results, returning what we have 11924 1726884875.37317: results queue empty 11924 1726884875.37318: checking for any_errors_fatal 11924 1726884875.37324: done checking for any_errors_fatal 11924 1726884875.37324: checking for max_fail_percentage 11924 1726884875.37326: done checking for max_fail_percentage 11924 1726884875.37327: checking to see if all hosts have failed and the running result is not ok 11924 1726884875.37331: done checking to see if all hosts have failed 11924 1726884875.37332: getting the remaining hosts for this loop 11924 1726884875.37333: done getting the remaining hosts for this loop 11924 1726884875.37336: getting the next task for host managed_node2 11924 1726884875.37342: done getting next task for host managed_node2 11924 1726884875.37346: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 11924 1726884875.37349: ^ 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 11924 1726884875.37372: getting variables 11924 1726884875.37374: in VariableManager get_vars() 11924 1726884875.37419: Calling all_inventory to load vars for managed_node2 11924 1726884875.37421: Calling groups_inventory to load vars for managed_node2 11924 1726884875.37424: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884875.37436: Calling all_plugins_play to load vars for managed_node2 11924 1726884875.37440: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884875.37443: Calling groups_plugins_play to load vars for managed_node2 11924 1726884875.38674: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884875.39489: done with get_vars() 11924 1726884875.39507: done getting variables TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 20 September 2024 22:14:35 -0400 (0:00:00.045) 0:00:40.734 ****** 11924 1726884875.39594: entering _queue_task() for managed_node2/include_tasks 11924 1726884875.39843: worker is 1 (out of 1 available) 11924 1726884875.39858: exiting _queue_task() for managed_node2/include_tasks 11924 1726884875.39872: done queuing things up, now waiting for results queue to drain 11924 1726884875.39874: waiting for pending results... 11924 1726884875.40122: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 11924 1726884875.40221: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010b5 11924 1726884875.40251: variable 'ansible_search_path' from source: unknown 11924 1726884875.40257: variable 'ansible_search_path' from source: unknown 11924 1726884875.40280: calling self._execute() 11924 1726884875.40390: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.40394: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.40402: variable 'omit' from source: magic vars 11924 1726884875.40761: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884875.40977: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884875.41032: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884875.41071: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884875.41110: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884875.41207: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884875.41242: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884875.41278: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884875.41312: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884875.41560: variable 'storage_skip_checks' from source: set_fact 11924 1726884875.41564: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884875.41566: when evaluation is False, skipping this task 11924 1726884875.41568: _execute() done 11924 1726884875.41569: dumping result to json 11924 1726884875.41571: done dumping result, returning 11924 1726884875.41573: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-f4c0-2290-0000000010b5] 11924 1726884875.41575: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010b5 11924 1726884875.41644: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010b5 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884875.41694: no more pending results, returning what we have 11924 1726884875.41697: results queue empty 11924 1726884875.41698: checking for any_errors_fatal 11924 1726884875.41706: done checking for any_errors_fatal 11924 1726884875.41707: checking for max_fail_percentage 11924 1726884875.41708: done checking for max_fail_percentage 11924 1726884875.41709: checking to see if all hosts have failed and the running result is not ok 11924 1726884875.41710: done checking to see if all hosts have failed 11924 1726884875.41711: getting the remaining hosts for this loop 11924 1726884875.41713: done getting the remaining hosts for this loop 11924 1726884875.41718: getting the next task for host managed_node2 11924 1726884875.41725: done getting next task for host managed_node2 11924 1726884875.41731: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 11924 1726884875.41735: ^ 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 11924 1726884875.41753: getting variables 11924 1726884875.41758: in VariableManager get_vars() 11924 1726884875.41790: Calling all_inventory to load vars for managed_node2 11924 1726884875.41792: Calling groups_inventory to load vars for managed_node2 11924 1726884875.41795: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884875.41803: Calling all_plugins_play to load vars for managed_node2 11924 1726884875.41807: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884875.41809: Calling groups_plugins_play to load vars for managed_node2 11924 1726884875.42325: WORKER PROCESS EXITING 11924 1726884875.42340: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884875.43170: done with get_vars() 11924 1726884875.43180: done getting variables 11924 1726884875.43218: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 20 September 2024 22:14:35 -0400 (0:00:00.036) 0:00:40.771 ****** 11924 1726884875.43242: entering _queue_task() for managed_node2/package 11924 1726884875.43426: worker is 1 (out of 1 available) 11924 1726884875.43440: exiting _queue_task() for managed_node2/package 11924 1726884875.43453: done queuing things up, now waiting for results queue to drain 11924 1726884875.43454: waiting for pending results... 11924 1726884875.43638: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 11924 1726884875.43744: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010b6 11924 1726884875.43758: variable 'ansible_search_path' from source: unknown 11924 1726884875.43762: variable 'ansible_search_path' from source: unknown 11924 1726884875.43793: calling self._execute() 11924 1726884875.43877: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.43881: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.43889: variable 'omit' from source: magic vars 11924 1726884875.44338: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884875.44651: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884875.44682: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884875.44685: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884875.44728: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884875.44840: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884875.44845: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884875.44964: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884875.44968: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884875.45081: variable 'storage_skip_checks' from source: set_fact 11924 1726884875.45108: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884875.45119: when evaluation is False, skipping this task 11924 1726884875.45129: _execute() done 11924 1726884875.45140: dumping result to json 11924 1726884875.45148: done dumping result, returning 11924 1726884875.45164: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-f4c0-2290-0000000010b6] 11924 1726884875.45175: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010b6 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884875.45394: no more pending results, returning what we have 11924 1726884875.45398: results queue empty 11924 1726884875.45398: checking for any_errors_fatal 11924 1726884875.45408: done checking for any_errors_fatal 11924 1726884875.45411: checking for max_fail_percentage 11924 1726884875.45414: done checking for max_fail_percentage 11924 1726884875.45415: checking to see if all hosts have failed and the running result is not ok 11924 1726884875.45415: done checking to see if all hosts have failed 11924 1726884875.45416: getting the remaining hosts for this loop 11924 1726884875.45418: done getting the remaining hosts for this loop 11924 1726884875.45422: getting the next task for host managed_node2 11924 1726884875.45433: done getting next task for host managed_node2 11924 1726884875.45437: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 11924 1726884875.45441: ^ 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 11924 1726884875.45565: getting variables 11924 1726884875.45567: in VariableManager get_vars() 11924 1726884875.45611: Calling all_inventory to load vars for managed_node2 11924 1726884875.45614: Calling groups_inventory to load vars for managed_node2 11924 1726884875.45617: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884875.45742: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010b6 11924 1726884875.45745: WORKER PROCESS EXITING 11924 1726884875.45754: Calling all_plugins_play to load vars for managed_node2 11924 1726884875.45760: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884875.45764: Calling groups_plugins_play to load vars for managed_node2 11924 1726884875.46316: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884875.46900: done with get_vars() 11924 1726884875.46909: done getting variables TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 20 September 2024 22:14:35 -0400 (0:00:00.037) 0:00:40.808 ****** 11924 1726884875.46977: entering _queue_task() for managed_node2/service_facts 11924 1726884875.47158: worker is 1 (out of 1 available) 11924 1726884875.47172: exiting _queue_task() for managed_node2/service_facts 11924 1726884875.47184: done queuing things up, now waiting for results queue to drain 11924 1726884875.47186: waiting for pending results... 11924 1726884875.47373: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get service facts 11924 1726884875.47483: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010b7 11924 1726884875.47495: variable 'ansible_search_path' from source: unknown 11924 1726884875.47499: variable 'ansible_search_path' from source: unknown 11924 1726884875.47528: calling self._execute() 11924 1726884875.47613: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.47617: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.47626: variable 'omit' from source: magic vars 11924 1726884875.47897: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884875.48172: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884875.48282: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884875.48285: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884875.48296: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884875.48364: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884875.48380: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884875.48415: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884875.48429: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884875.48558: variable 'storage_skip_checks' from source: set_fact 11924 1726884875.48562: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 11924 1726884875.48565: when evaluation is False, skipping this task 11924 1726884875.48606: _execute() done 11924 1726884875.48609: dumping result to json 11924 1726884875.48612: done dumping result, returning 11924 1726884875.48614: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-f4c0-2290-0000000010b7] 11924 1726884875.48617: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010b7 11924 1726884875.48674: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010b7 11924 1726884875.48677: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884875.48745: no more pending results, returning what we have 11924 1726884875.48748: results queue empty 11924 1726884875.48749: checking for any_errors_fatal 11924 1726884875.48758: done checking for any_errors_fatal 11924 1726884875.48759: checking for max_fail_percentage 11924 1726884875.48760: done checking for max_fail_percentage 11924 1726884875.48761: checking to see if all hosts have failed and the running result is not ok 11924 1726884875.48762: done checking to see if all hosts have failed 11924 1726884875.48763: getting the remaining hosts for this loop 11924 1726884875.48764: done getting the remaining hosts for this loop 11924 1726884875.48767: getting the next task for host managed_node2 11924 1726884875.48772: done getting next task for host managed_node2 11924 1726884875.48775: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 11924 1726884875.48778: ^ 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 11924 1726884875.48794: getting variables 11924 1726884875.48795: in VariableManager get_vars() 11924 1726884875.48827: Calling all_inventory to load vars for managed_node2 11924 1726884875.48830: Calling groups_inventory to load vars for managed_node2 11924 1726884875.48831: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884875.48839: Calling all_plugins_play to load vars for managed_node2 11924 1726884875.48842: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884875.48844: Calling groups_plugins_play to load vars for managed_node2 11924 1726884875.49178: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884875.49565: done with get_vars() 11924 1726884875.49575: done getting variables 11924 1726884875.49622: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 20 September 2024 22:14:35 -0400 (0:00:00.027) 0:00:40.835 ****** 11924 1726884875.49683: entering _queue_task() for managed_node2/set_fact 11924 1726884875.49920: worker is 1 (out of 1 available) 11924 1726884875.49932: exiting _queue_task() for managed_node2/set_fact 11924 1726884875.49945: done queuing things up, now waiting for results queue to drain 11924 1726884875.49946: waiting for pending results... 11924 1726884875.50194: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 11924 1726884875.50340: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010b8 11924 1726884875.50344: variable 'ansible_search_path' from source: unknown 11924 1726884875.50347: variable 'ansible_search_path' from source: unknown 11924 1726884875.50394: calling self._execute() 11924 1726884875.50502: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.50506: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.50512: variable 'omit' from source: magic vars 11924 1726884875.50627: variable 'omit' from source: magic vars 11924 1726884875.50698: variable 'omit' from source: magic vars 11924 1726884875.51128: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884875.53340: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884875.53418: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884875.53472: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884875.53491: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884875.53545: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884875.53591: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884875.53630: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884875.53664: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884875.53691: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884875.53726: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884875.53771: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884875.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) 11924 1726884875.53822: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884875.53845: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884875.53888: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884875.53947: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884875.53998: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884875.54004: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884875.54081: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884875.54084: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884875.54125: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884875.54193: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884875.54196: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884875.54233: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884875.54236: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884875.54288: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884875.54325: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884875.54335: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884875.54429: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884875.54433: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884875.54702: variable 'ansible_facts' from source: unknown 11924 1726884875.55043: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884875.55198: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884875.55260: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884875.55263: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884875.55317: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884875.55371: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884875.55374: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884875.55414: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884875.55462: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884875.55869: variable 'omit' from source: magic vars 11924 1726884875.55889: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884875.55913: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884875.55928: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884875.55940: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884875.55948: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884875.55963: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884875.55975: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884875.56000: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884875.56005: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.56009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.56098: Set connection var ansible_shell_executable to /bin/sh 11924 1726884875.56105: Set connection var ansible_connection to ssh 11924 1726884875.56107: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884875.56113: Set connection var ansible_timeout to 10 11924 1726884875.56118: Set connection var ansible_pipelining to False 11924 1726884875.56122: Set connection var ansible_shell_type to sh 11924 1726884875.56145: variable 'ansible_shell_executable' from source: unknown 11924 1726884875.56148: variable 'ansible_connection' from source: unknown 11924 1726884875.56150: variable 'ansible_module_compression' from source: unknown 11924 1726884875.56153: variable 'ansible_shell_type' from source: unknown 11924 1726884875.56156: variable 'ansible_shell_executable' from source: unknown 11924 1726884875.56159: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.56161: variable 'ansible_pipelining' from source: unknown 11924 1726884875.56164: variable 'ansible_timeout' from source: unknown 11924 1726884875.56168: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.56240: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884875.56249: variable 'omit' from source: magic vars 11924 1726884875.56254: starting attempt loop 11924 1726884875.56258: running the handler 11924 1726884875.56267: handler run complete 11924 1726884875.56274: attempt loop complete, returning result 11924 1726884875.56276: _execute() done 11924 1726884875.56279: dumping result to json 11924 1726884875.56281: done dumping result, returning 11924 1726884875.56289: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-f4c0-2290-0000000010b8] 11924 1726884875.56294: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010b8 11924 1726884875.56372: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010b8 11924 1726884875.56374: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 11924 1726884875.56504: no more pending results, returning what we have 11924 1726884875.56508: results queue empty 11924 1726884875.56509: checking for any_errors_fatal 11924 1726884875.56515: done checking for any_errors_fatal 11924 1726884875.56515: checking for max_fail_percentage 11924 1726884875.56517: done checking for max_fail_percentage 11924 1726884875.56518: checking to see if all hosts have failed and the running result is not ok 11924 1726884875.56519: done checking to see if all hosts have failed 11924 1726884875.56519: getting the remaining hosts for this loop 11924 1726884875.56521: done getting the remaining hosts for this loop 11924 1726884875.56524: getting the next task for host managed_node2 11924 1726884875.56531: done getting next task for host managed_node2 11924 1726884875.56535: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 11924 1726884875.56538: ^ 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 11924 1726884875.56550: getting variables 11924 1726884875.56554: in VariableManager get_vars() 11924 1726884875.56637: Calling all_inventory to load vars for managed_node2 11924 1726884875.56640: Calling groups_inventory to load vars for managed_node2 11924 1726884875.56643: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884875.56658: Calling all_plugins_play to load vars for managed_node2 11924 1726884875.56662: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884875.56666: Calling groups_plugins_play to load vars for managed_node2 11924 1726884875.57196: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884875.57691: done with get_vars() 11924 1726884875.57705: done getting variables TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 20 September 2024 22:14:35 -0400 (0:00:00.080) 0:00:40.916 ****** 11924 1726884875.57782: entering _queue_task() for managed_node2/systemd 11924 1726884875.58003: worker is 1 (out of 1 available) 11924 1726884875.58016: exiting _queue_task() for managed_node2/systemd 11924 1726884875.58031: done queuing things up, now waiting for results queue to drain 11924 1726884875.58033: waiting for pending results... 11924 1726884875.58550: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 11924 1726884875.58660: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010ba 11924 1726884875.58672: variable 'ansible_search_path' from source: unknown 11924 1726884875.58676: variable 'ansible_search_path' from source: unknown 11924 1726884875.58679: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884875.58880: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884875.58935: dumping result to json 11924 1726884875.58939: done dumping result, returning 11924 1726884875.58994: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-f4c0-2290-0000000010ba] 11924 1726884875.59002: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010ba 11924 1726884875.59094: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010ba 11924 1726884875.59098: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884875.59187: no more pending results, returning what we have 11924 1726884875.59194: results queue empty 11924 1726884875.59195: checking for any_errors_fatal 11924 1726884875.59201: done checking for any_errors_fatal 11924 1726884875.59202: checking for max_fail_percentage 11924 1726884875.59204: done checking for max_fail_percentage 11924 1726884875.59204: checking to see if all hosts have failed and the running result is not ok 11924 1726884875.59205: done checking to see if all hosts have failed 11924 1726884875.59206: getting the remaining hosts for this loop 11924 1726884875.59209: done getting the remaining hosts for this loop 11924 1726884875.59212: getting the next task for host managed_node2 11924 1726884875.59217: done getting next task for host managed_node2 11924 1726884875.59221: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 11924 1726884875.59226: ^ 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 11924 1726884875.59241: getting variables 11924 1726884875.59242: in VariableManager get_vars() 11924 1726884875.59278: Calling all_inventory to load vars for managed_node2 11924 1726884875.59281: Calling groups_inventory to load vars for managed_node2 11924 1726884875.59283: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884875.59292: Calling all_plugins_play to load vars for managed_node2 11924 1726884875.59296: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884875.59307: Calling groups_plugins_play to load vars for managed_node2 11924 1726884875.59862: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884875.60418: done with get_vars() 11924 1726884875.60433: done getting variables TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 20 September 2024 22:14:35 -0400 (0:00:00.027) 0:00:40.944 ****** 11924 1726884875.60510: entering _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884875.60754: worker is 1 (out of 1 available) 11924 1726884875.60768: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884875.60781: done queuing things up, now waiting for results queue to drain 11924 1726884875.60782: waiting for pending results... 11924 1726884875.60988: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 11924 1726884875.61089: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010bb 11924 1726884875.61101: variable 'ansible_search_path' from source: unknown 11924 1726884875.61105: variable 'ansible_search_path' from source: unknown 11924 1726884875.61135: calling self._execute() 11924 1726884875.61227: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.61231: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.61241: variable 'omit' from source: magic vars 11924 1726884875.61316: variable 'omit' from source: magic vars 11924 1726884875.61364: variable 'omit' from source: magic vars 11924 1726884875.61553: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884875.63336: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884875.63391: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884875.63427: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884875.63454: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884875.63521: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884875.63591: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884875.63595: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884875.63627: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884875.63707: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884875.63710: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884875.63817: variable 'storage_pools' from source: include params 11924 1726884875.63820: variable 'unused_disks' from source: set_fact 11924 1726884875.63876: variable 'unused_disks' from source: set_fact 11924 1726884875.63924: variable 'volume_size' from source: play vars 11924 1726884875.64000: variable 'volume_size' from source: play vars 11924 1726884875.64027: variable 'fs_after' from source: play vars 11924 1726884875.64083: variable 'fs_after' from source: play vars 11924 1726884875.64215: variable 'ansible_distribution' from source: facts 11924 1726884875.64219: variable 'ansible_distribution_major_version' from source: facts 11924 1726884875.64231: variable 'mount_location' from source: play vars 11924 1726884875.64276: variable 'mount_location' from source: play vars 11924 1726884875.64405: variable 'storage_use_partitions' from source: role '' defaults 11924 1726884875.64408: variable 'storage_disklabel_type' from source: role '' defaults 11924 1726884875.64411: variable 'storage_pool_defaults' from source: role '' defaults 11924 1726884875.64470: variable 'storage_pool_defaults' from source: role '' defaults 11924 1726884875.64548: variable 'storage_volume_defaults' from source: role '' defaults 11924 1726884875.64623: variable 'storage_volume_defaults' from source: role '' defaults 11924 1726884875.64722: variable 'storage_safe_mode' from source: play vars 11924 1726884875.64788: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884875.64808: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884875.64829: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884875.64913: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884875.64920: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884875.65019: variable 'omit' from source: magic vars 11924 1726884875.65026: variable 'omit' from source: magic vars 11924 1726884875.65029: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884875.65106: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884875.65109: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884875.65116: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884875.65119: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884875.65121: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884875.65702: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884875.65705: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884875.65708: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.65715: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.65812: Set connection var ansible_shell_executable to /bin/sh 11924 1726884875.65819: Set connection var ansible_connection to ssh 11924 1726884875.65822: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884875.65824: Set connection var ansible_timeout to 10 11924 1726884875.65826: Set connection var ansible_pipelining to False 11924 1726884875.65829: Set connection var ansible_shell_type to sh 11924 1726884875.65958: variable 'ansible_shell_executable' from source: unknown 11924 1726884875.65962: variable 'ansible_connection' from source: unknown 11924 1726884875.65965: variable 'ansible_module_compression' from source: unknown 11924 1726884875.65974: variable 'ansible_shell_type' from source: unknown 11924 1726884875.65976: variable 'ansible_shell_executable' from source: unknown 11924 1726884875.65979: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884875.65981: variable 'ansible_pipelining' from source: unknown 11924 1726884875.65983: variable 'ansible_timeout' from source: unknown 11924 1726884875.65985: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884875.66097: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884875.66117: variable 'omit' from source: magic vars 11924 1726884875.66120: starting attempt loop 11924 1726884875.66122: running the handler 11924 1726884875.66124: _low_level_execute_command(): starting 11924 1726884875.66126: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884875.66728: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884875.66735: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884875.66738: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884875.66786: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884875.66789: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884875.66841: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884875.68558: stdout chunk (state=3): >>>/root <<< 11924 1726884875.68648: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884875.68728: stderr chunk (state=3): >>><<< 11924 1726884875.68732: stdout chunk (state=3): >>><<< 11924 1726884875.68761: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884875.68786: _low_level_execute_command(): starting 11924 1726884875.68844: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884875.6876974-13665-4274002419944 `" && echo ansible-tmp-1726884875.6876974-13665-4274002419944="` echo /root/.ansible/tmp/ansible-tmp-1726884875.6876974-13665-4274002419944 `" ) && sleep 0' 11924 1726884875.69206: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884875.69228: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884875.69232: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884875.69268: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884875.69340: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884875.69374: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884875.69428: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884875.71402: stdout chunk (state=3): >>>ansible-tmp-1726884875.6876974-13665-4274002419944=/root/.ansible/tmp/ansible-tmp-1726884875.6876974-13665-4274002419944 <<< 11924 1726884875.71530: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884875.71537: stdout chunk (state=3): >>><<< 11924 1726884875.71544: stderr chunk (state=3): >>><<< 11924 1726884875.71562: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884875.6876974-13665-4274002419944=/root/.ansible/tmp/ansible-tmp-1726884875.6876974-13665-4274002419944 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884875.71602: variable 'ansible_module_compression' from source: unknown 11924 1726884875.71653: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 11924 1726884875.71690: variable 'ansible_facts' from source: unknown 11924 1726884875.71767: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884875.6876974-13665-4274002419944/AnsiballZ_blivet.py 11924 1726884875.71854: Sending initial data 11924 1726884875.71862: Sent initial data (153 bytes) 11924 1726884875.72447: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884875.72613: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884875.72721: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884875.74331: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884875.74392: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884875.74470: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpuze7uc3e /root/.ansible/tmp/ansible-tmp-1726884875.6876974-13665-4274002419944/AnsiballZ_blivet.py <<< 11924 1726884875.74478: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884875.6876974-13665-4274002419944/AnsiballZ_blivet.py" <<< 11924 1726884875.74512: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpuze7uc3e" to remote "/root/.ansible/tmp/ansible-tmp-1726884875.6876974-13665-4274002419944/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884875.6876974-13665-4274002419944/AnsiballZ_blivet.py" <<< 11924 1726884875.75454: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884875.75548: stderr chunk (state=3): >>><<< 11924 1726884875.75551: stdout chunk (state=3): >>><<< 11924 1726884875.75553: done transferring module to remote 11924 1726884875.75558: _low_level_execute_command(): starting 11924 1726884875.75568: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884875.6876974-13665-4274002419944/ /root/.ansible/tmp/ansible-tmp-1726884875.6876974-13665-4274002419944/AnsiballZ_blivet.py && sleep 0' 11924 1726884875.76042: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884875.76057: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884875.76068: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884875.76126: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884875.76132: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884875.76180: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884875.78065: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884875.78068: stdout chunk (state=3): >>><<< 11924 1726884875.78071: stderr chunk (state=3): >>><<< 11924 1726884875.78095: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884875.78098: _low_level_execute_command(): starting 11924 1726884875.78101: _low_level_execute_command(): using become for this command 11924 1726884875.78129: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ulfsljgmhuxaluwwzslnmdjqjsvvscjp ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884875.6876974-13665-4274002419944/AnsiballZ_blivet.py'"'"' && sleep 0' 11924 1726884875.78212: Initial state: awaiting_escalation: BECOME-SUCCESS-ulfsljgmhuxaluwwzslnmdjqjsvvscjp 11924 1726884875.78560: 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 <<< 11924 1726884875.78574: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884875.78594: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884875.78607: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884875.78668: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884875.81652: stdout chunk (state=1): >>>BECOME-SUCCESS-ulfsljgmhuxaluwwzslnmdjqjsvvscjp <<< 11924 1726884875.81663: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ulfsljgmhuxaluwwzslnmdjqjsvvscjp' 11924 1726884875.81980: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884875.82016: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884875.82034: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884875.82051: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884875.82118: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884875.82123: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884875.82153: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884875.82187: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884875.82196: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884875.82219: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884875.82222: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884875.82276: 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' <<< 11924 1726884875.82299: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884875.82321: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884875.82362: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884875.82372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884875.82396: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d7103e0> <<< 11924 1726884875.82402: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d6dfa10> <<< 11924 1726884875.82422: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884875.82442: 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 0x7f488d712960> <<< 11924 1726884875.82459: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884875.82489: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884875.82494: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884875.82513: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884875.82549: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884875.82635: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884875.82672: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884875.82677: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884875.82693: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884875.82723: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884875.82747: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884875.82785: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884875.82788: 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 <<< 11924 1726884875.82791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884875.82816: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d4e4fe0> <<< 11924 1726884875.82887: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884875.82895: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d4e5fd0> <<< 11924 1726884875.82918: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884875.82950: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884875.83224: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884875.83228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884875.83262: 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' <<< 11924 1726884875.83270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884875.83309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884875.83323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884875.83354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884875.83370: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d52be00> <<< 11924 1726884875.83393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884875.83402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884875.83428: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884875.83439: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d52bec0> <<< 11924 1726884875.83466: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884875.83478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884875.83504: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884875.83607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884875.83616: 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 0x7f488d55b830> <<< 11924 1726884875.83630: 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' <<< 11924 1726884875.83641: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d55bec0> <<< 11924 1726884875.83660: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884875.83733: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d53bad0> import '_functools' # <<< 11924 1726884875.83749: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5391f0> <<< 11924 1726884875.83848: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d528fb0> <<< 11924 1726884875.83886: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884875.83898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884875.83928: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884875.83981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884875.83985: 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' <<< 11924 1726884875.84024: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d57f800> <<< 11924 1726884875.84027: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d57e420> <<< 11924 1726884875.84069: 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 0x7f488d53a0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d57cc20> <<< 11924 1726884875.84121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884875.84141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5b0830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d528230> <<< 11924 1726884875.84159: 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' <<< 11924 1726884875.84194: 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 0x7f488d5b0ce0> <<< 11924 1726884875.84218: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5b0b90> <<< 11924 1726884875.84238: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884875.84249: 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 0x7f488d5b0f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d51ed50> <<< 11924 1726884875.84280: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884875.84312: 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 <<< 11924 1726884875.84341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884875.84352: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5b15b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5b12b0> import 'importlib.machinery' # <<< 11924 1726884875.84395: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 11924 1726884875.84448: 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 0x7f488d5b24b0> <<< 11924 1726884875.84452: 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 <<< 11924 1726884875.84527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884875.84554: 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 0x7f488d5c86b0> import 'errno' # <<< 11924 1726884875.84583: 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 0x7f488d5c9d90> <<< 11924 1726884875.84591: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884875.84614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884875.84640: 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' <<< 11924 1726884875.84657: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5cac30> <<< 11924 1726884875.84692: 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 0x7f488d5cb290> <<< 11924 1726884875.84702: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5ca180> <<< 11924 1726884875.84718: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884875.84735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884875.84774: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884875.84787: 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 0x7f488d5cbd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5cb440> <<< 11924 1726884875.84832: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5b2420> <<< 11924 1726884875.84849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884875.84880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884875.84897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884875.84922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884875.84958: 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' <<< 11924 1726884875.84975: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488d2ffbc0> <<< 11924 1726884875.84988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884875.84993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884875.85018: 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' <<< 11924 1726884875.85021: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488d328710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d328470> <<< 11924 1726884875.85042: 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 0x7f488d328650> <<< 11924 1726884875.85079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884875.85085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884875.85153: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884875.85275: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488d329010> <<< 11924 1726884875.85398: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884875.85412: 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 0x7f488d329940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d3288c0> <<< 11924 1726884875.85429: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d2fdd60> <<< 11924 1726884875.85447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884875.85473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884875.85494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884875.85518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884875.85520: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d32ad20> <<< 11924 1726884875.85548: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d329a60> <<< 11924 1726884875.85561: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5b2bd0> <<< 11924 1726884875.85592: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884875.85651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884875.85673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884875.85709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884875.85740: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d353080> <<< 11924 1726884875.85788: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884875.85808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884875.85823: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884875.85853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884875.85891: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d37b3e0> <<< 11924 1726884875.85917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884875.85962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884875.86014: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884875.86034: 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 0x7f488d3d81d0> <<< 11924 1726884875.86064: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884875.86092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884875.86119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884875.86158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884875.86243: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d3da930> <<< 11924 1726884875.86323: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d3d82f0> <<< 11924 1726884875.86368: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d3a51c0> <<< 11924 1726884875.86431: 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 0x7f488d3a5970> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d37a210> <<< 11924 1726884875.86434: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d32bc50> <<< 11924 1726884875.86547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884875.86569: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f488d37a7e0> <<< 11924 1726884875.86774: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_4pt6md9v/ansible_fedora.linux_system_roles.blivet_payload.zip' <<< 11924 1726884875.86784: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.86904: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.86950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884875.86954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884875.87104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884875.87106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884875.87107: 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' <<< 11924 1726884875.87109: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cd66ff0> import '_typing' # <<< 11924 1726884875.87281: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cd49ee0> <<< 11924 1726884875.87285: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cd49070> # zipimport: zlib available <<< 11924 1726884875.87323: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884875.87329: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.87354: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.87370: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.87387: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884875.87392: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.88798: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.89927: 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' <<< 11924 1726884875.89939: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cd64ec0> <<< 11924 1726884875.89961: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884875.89969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884875.90006: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884875.90034: 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 <<< 11924 1726884875.90050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884875.90095: 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 0x7f488cd9a8d0> <<< 11924 1726884875.90122: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cd9a660> <<< 11924 1726884875.90145: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cd99f70> <<< 11924 1726884875.90166: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884875.90169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884875.90204: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cd9a3c0> <<< 11924 1726884875.90226: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cd67c80> import 'atexit' # <<< 11924 1726884875.90260: 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 0x7f488cd9b680> <<< 11924 1726884875.90317: 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 0x7f488cd9b860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884875.90362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884875.90382: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884875.90421: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cd9bd70> <<< 11924 1726884875.90425: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884875.90451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884875.90483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884875.90515: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc09ac0> <<< 11924 1726884875.90547: 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 0x7f488cc0b6e0> <<< 11924 1726884875.90585: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884875.90588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884875.90691: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc0bfb0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884875.90774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc0d250> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884875.90851: 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' <<< 11924 1726884875.90932: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc0fce0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488cd4b0e0> <<< 11924 1726884875.90966: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc0dfa0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884875.91072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884875.91080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884875.91085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc17b00> <<< 11924 1726884875.91189: stdout chunk (state=3): >>>import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc165d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc16360> <<< 11924 1726884875.91229: 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' <<< 11924 1726884875.91310: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc168a0> <<< 11924 1726884875.91342: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc0e4b0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488cc5bce0> <<< 11924 1726884875.91349: 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 0x7f488cc5be60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 11924 1726884875.91368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884875.91383: 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' <<< 11924 1726884875.91419: 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 0x7f488cc5d910> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc5d6d0> <<< 11924 1726884875.91449: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884875.91588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884875.91654: 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 0x7f488cc5fe90> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc5e000> <<< 11924 1726884875.91748: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884875.91758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884875.91828: 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' # <<< 11924 1726884875.91841: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc635c0> <<< 11924 1726884875.91904: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc5ff50> <<< 11924 1726884875.91971: stdout 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 0x7f488cc64380> <<< 11924 1726884875.91990: stdout 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 0x7f488cc643b0> <<< 11924 1726884875.92053: stdout 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 0x7f488cc64710> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc5c050> <<< 11924 1726884875.92075: 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' <<< 11924 1726884875.92095: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884875.92115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884875.92161: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884875.92174: 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 0x7f488cc67fb0> <<< 11924 1726884875.92322: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884875.92423: 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 0x7f488caf13d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc66750> <<< 11924 1726884875.92449: 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 0x7f488cc67b00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc66390> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884875.92489: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.92559: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.92717: 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 <<< 11924 1726884875.92808: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.93109: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.93473: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.94017: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884875.94047: 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' # <<< 11924 1726884875.94075: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884875.94114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884875.94140: 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 0x7f488caf9640> <<< 11924 1726884875.94247: 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 0x7f488cafa480> <<< 11924 1726884875.94250: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488caf1520> <<< 11924 1726884875.94325: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884875.94330: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.94358: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884875.94499: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.94668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884875.94672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cafa330> <<< 11924 1726884875.94694: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.95134: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.95579: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.95676: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.95737: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884875.95740: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.95774: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.95814: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884875.95927: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.96182: 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 <<< 11924 1726884875.96331: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.96563: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884875.96621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884875.96640: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884875.96707: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cafb590> <<< 11924 1726884875.96728: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.96792: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.96869: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884875.96897: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884875.96911: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.96951: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.96991: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884875.97021: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.97060: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.97091: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.97149: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.97217: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884875.97259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884875.97380: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488cb06090> <<< 11924 1726884875.97404: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cb00fe0> <<< 11924 1726884875.97424: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884875.97436: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.97492: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.97552: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.97580: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.97633: stdout chunk (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' <<< 11924 1726884875.97652: 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 <<< 11924 1726884875.97688: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884875.97706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884875.97760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884875.97790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884875.97816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884875.97862: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cbee9f0> <<< 11924 1726884875.97895: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cdc66c0> <<< 11924 1726884875.97991: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cb06060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc64c80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884875.98014: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.98041: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.98059: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884875.98101: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884875.98152: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884875.98223: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 11924 1726884875.98275: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 11924 1726884875.98294: 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' # <<< 11924 1726884875.98358: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884875.99889: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884876.01274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884876.01371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884876.01398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884876.01415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884876.01446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884876.01451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884876.01490: 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 0x7f488c720d40> <<< 11924 1726884876.01516: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c720170> <<< 11924 1726884876.01580: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cb81af0> <<< 11924 1726884876.01743: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cb98590> <<< 11924 1726884876.01780: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884876.01882: 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' <<< 11924 1726884876.01922: 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 <<< 11924 1726884876.01925: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 11924 1726884876.01965: 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 <<< 11924 1726884876.01969: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 11924 1726884876.02013: 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 0x7f488c736780> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c736390> <<< 11924 1726884876.02017: 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 <<< 11924 1726884876.02042: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 11924 1726884876.02074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884876.02087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884876.02115: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c758e00> <<< 11924 1726884876.02135: 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' <<< 11924 1726884876.02238: 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' <<< 11924 1726884876.02263: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c75a060> <<< 11924 1726884876.02360: 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 0x7f488c759970> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c7597c0> # /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' <<< 11924 1726884876.02441: 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 0x7f488c75c500> <<< 11924 1726884876.02551: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c75c290> <<< 11924 1726884876.02577: 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' <<< 11924 1726884876.02617: 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' <<< 11924 1726884876.02645: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 11924 1726884876.02793: 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 <<< 11924 1726884876.02796: 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 0x7f488c75e2a0> <<< 11924 1726884876.02817: 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 0x7f488c75e060> <<< 11924 1726884876.02846: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c75d940> <<< 11924 1726884876.02896: 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' <<< 11924 1726884876.02899: 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 <<< 11924 1726884876.02920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 11924 1726884876.02924: 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 <<< 11924 1726884876.02949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 11924 1726884876.02961: 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 <<< 11924 1726884876.02978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 11924 1726884876.03003: 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 <<< 11924 1726884876.03019: 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 0x7f488c760fb0> <<< 11924 1726884876.03030: 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 <<< 11924 1726884876.03045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' <<< 11924 1726884876.03054: stdout chunk (state=3): >>>import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c7613a0> <<< 11924 1726884876.03075: 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 <<< 11924 1726884876.03090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' <<< 11924 1726884876.03103: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c761850> <<< 11924 1726884876.03120: 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 <<< 11924 1726884876.03134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 11924 1726884876.03143: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c762090> <<< 11924 1726884876.03168: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c760680> <<< 11924 1726884876.03184: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c760170> # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 11924 1726884876.03200: 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 <<< 11924 1726884876.03223: 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 <<< 11924 1726884876.03256: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c762810> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c75fcb0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c75fc20> <<< 11924 1726884876.03313: 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 <<< 11924 1726884876.03337: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 11924 1726884876.03362: 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 <<< 11924 1726884876.03369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' <<< 11924 1726884876.03396: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c7a4e90> <<< 11924 1726884876.03408: 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 <<< 11924 1726884876.03428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 11924 1726884876.03445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 11924 1726884876.03486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 11924 1726884876.03542: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c7a5ca0> <<< 11924 1726884876.03566: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c7a53a0> <<< 11924 1726884876.03716: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c763140> <<< 11924 1726884876.03741: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 11924 1726884876.03790: 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 <<< 11924 1726884876.03819: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 11924 1726884876.03954: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c7ae8d0> <<< 11924 1726884876.04005: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 11924 1726884876.04027: stdout chunk (state=3): >>># destroy gi.repository.GModule <<< 11924 1726884876.04043: stdout chunk (state=3): >>>import 'gi.repository.GModule' # <<< 11924 1726884876.04058: 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 <<< 11924 1726884876.04088: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 11924 1726884876.04344: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c7b4140> <<< 11924 1726884876.04354: stdout chunk (state=3): >>>import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c75ce60> <<< 11924 1726884876.04406: 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 <<< 11924 1726884876.04463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 11924 1726884876.04492: 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 <<< 11924 1726884876.04498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884876.04546: 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' <<< 11924 1726884876.04653: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c642030> <<< 11924 1726884876.04682: stdout chunk (state=3): >>>import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c641850> <<< 11924 1726884876.05574: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c7ae4b0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c7368a0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c735730> <<< 11924 1726884876.06063: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5b0b30> <<< 11924 1726884876.06080: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/callbacks.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc' import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c6565a0> <<< 11924 1726884876.06110: 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 0x7f488c658350> <<< 11924 1726884876.06139: 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' <<< 11924 1726884876.06157: 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 <<< 11924 1726884876.06299: 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 # 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' <<< 11924 1726884876.06580: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c65bad0> # /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 0x7f488c65c110> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/core.py <<< 11924 1726884876.06590: 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 0x7f488c65d190> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c65d070> <<< 11924 1726884876.06668: 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 0x7f488c65d430> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c65cdd0> <<< 11924 1726884876.06726: 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 0x7f488c65d8e0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c65d760> # /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' <<< 11924 1726884876.06759: 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 <<< 11924 1726884876.06779: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 11924 1726884876.06814: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c65dc40> <<< 11924 1726884876.06853: stdout chunk (state=3): >>>import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c65d940> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c65c560> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/discover.py <<< 11924 1726884876.06872: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c65cc20> <<< 11924 1726884876.06919: 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' <<< 11924 1726884876.06922: 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' <<< 11924 1726884876.06970: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/pipe.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c661b80> <<< 11924 1726884876.07061: 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 <<< 11924 1726884876.07087: 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 0x7f488c661eb0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c661910> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c660f80> # /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 0x7f488c662030> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c65b7d0> # /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 0x7f488c6620c0> <<< 11924 1726884876.07225: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c6592b0> <<< 11924 1726884876.07292: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c658a10> <<< 11924 1726884876.07336: 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' <<< 11924 1726884876.07340: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 11924 1726884876.07384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 11924 1726884876.07387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 11924 1726884876.07425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 11924 1726884876.07499: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c66a390> <<< 11924 1726884876.07538: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c6691c0> # /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 0x7f488c66a450> <<< 11924 1726884876.07627: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c6633b0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/storage.py <<< 11924 1726884876.07695: 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 <<< 11924 1726884876.07720: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884876.07761: 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 0x7f488c7e7920> <<< 11924 1726884876.07780: 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 <<< 11924 1726884876.07861: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 11924 1726884876.07907: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/lvm_info.py <<< 11924 1726884876.08027: 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 0x7f488b6703b0> # /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 <<< 11924 1726884876.08036: 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 0x7f488b670b60> <<< 11924 1726884876.08129: 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 0x7f488b671190> # /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' <<< 11924 1726884876.08171: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b6714c0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b670230> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c69f950> <<< 11924 1726884876.08225: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c69c770> <<< 11924 1726884876.08314: 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' <<< 11924 1726884876.08319: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b684200> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c69cfe0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c69c2c0> <<< 11924 1726884876.08395: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/dfresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc' import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b6847d0> <<< 11924 1726884876.08399: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c69d730> <<< 11924 1726884876.08434: 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' <<< 11924 1726884876.08439: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b684a10> <<< 11924 1726884876.08496: 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' <<< 11924 1726884876.08588: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b684e60> # /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' <<< 11924 1726884876.08631: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b685610> <<< 11924 1726884876.08960: 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' <<< 11924 1726884876.08992: 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' # 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 0x7f488b6ad010> # /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 0x7f488b6ae150> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b6adb20> # /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 0x7f488b6ae540> <<< 11924 1726884876.09013: 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 <<< 11924 1726884876.09035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 11924 1726884876.09048: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b6af0e0> <<< 11924 1726884876.09186: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/disk.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/cachedlist.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc' import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b45ddf0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b45cad0> # /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' <<< 11924 1726884876.09209: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b45f230> <<< 11924 1726884876.09232: 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 <<< 11924 1726884876.09249: 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 0x7f488b480590> <<< 11924 1726884876.09299: 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' <<< 11924 1726884876.09387: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b4813d0> <<< 11924 1726884876.09545: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b6a2300> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b6a1f70> # /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 0x7f488b4838f0> # /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' <<< 11924 1726884876.09598: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b4b0290> <<< 11924 1726884876.09620: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b483740> <<< 11924 1726884876.10146: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b482de0> # /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 0x7f488b4cca70> # /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 0x7f488b4ccb90> # /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 0x7f488b4e4290> # /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 0x7f488b4e4980> <<< 11924 1726884876.10390: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmount.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b4e5370> # /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 0x7f488b4e57f0> # /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 0x7f488b4e5d60> # /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 0x7f488b4e6060> # /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 0x7f488b4e6600> # /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' <<< 11924 1726884876.10432: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b4e67e0> <<< 11924 1726884876.10435: 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 <<< 11924 1726884876.10467: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 11924 1726884876.10486: 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' <<< 11924 1726884876.10642: 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 0x7f488b4e7a70> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b4e78f0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b4e6990> # /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' <<< 11924 1726884876.10753: 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' <<< 11924 1726884876.10970: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b51c770> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b51c380> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b4e7920> <<< 11924 1726884876.11014: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b4cd040> <<< 11924 1726884876.11187: 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 0x7f488b34c230> # /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 0x7f488b34c5f0> <<< 11924 1726884876.11241: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b4cec90> <<< 11924 1726884876.11303: 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' <<< 11924 1726884876.11320: 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' <<< 11924 1726884876.11817: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b34f650> <<< 11924 1726884876.11853: 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 <<< 11924 1726884876.11873: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' <<< 11924 1726884876.11893: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b34f7d0> <<< 11924 1726884876.11949: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b34ed20> <<< 11924 1726884876.11984: 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 <<< 11924 1726884876.11987: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 11924 1726884876.12027: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b365c40> <<< 11924 1726884876.12059: 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 <<< 11924 1726884876.12073: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 11924 1726884876.12152: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b367080> <<< 11924 1726884876.12197: 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 <<< 11924 1726884876.12203: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc' <<< 11924 1726884876.12207: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b367860> <<< 11924 1726884876.12210: 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 <<< 11924 1726884876.12213: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 11924 1726884876.12362: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b378110> <<< 11924 1726884876.12365: 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 <<< 11924 1726884876.12377: stdout chunk (state=3): >>># 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 0x7f488b379eb0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c7e5e50> # /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 0x7f488c662d50> <<< 11924 1726884876.12529: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c66e960> <<< 11924 1726884876.12550: 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 <<< 11924 1726884876.12577: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884876.12608: 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 <<< 11924 1726884876.12630: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884876.12649: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b3b10a0> <<< 11924 1726884876.12678: 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 <<< 11924 1726884876.12712: 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 0x7f488b3b1ee0> <<< 11924 1726884876.12745: 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 <<< 11924 1726884876.12765: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 11924 1726884876.12799: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b3b26f0> <<< 11924 1726884876.12920: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b3a3fb0> <<< 11924 1726884876.12935: 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 <<< 11924 1726884876.12985: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 11924 1726884876.13012: 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 <<< 11924 1726884876.13037: stdout chunk (state=3): >>># 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 0x7f488b3d81d0> <<< 11924 1726884876.13168: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b3c6900> <<< 11924 1726884876.13197: 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' <<< 11924 1726884876.13253: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b3f9d00> <<< 11924 1726884876.13282: 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 <<< 11924 1726884876.13534: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/container.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b4136e0> <<< 11924 1726884876.13629: 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' <<< 11924 1726884876.13632: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b23bd40> <<< 11924 1726884876.13732: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 11924 1726884876.13735: 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' <<< 11924 1726884876.13969: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b256090> <<< 11924 1726884876.14004: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b254290> # /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 0x7f488b284530> <<< 11924 1726884876.14259: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b4101a0> <<< 11924 1726884876.14281: 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 <<< 11924 1726884876.14303: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884876.14435: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b412ae0> <<< 11924 1726884876.14454: 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' <<< 11924 1726884876.14487: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b2e6570> <<< 11924 1726884876.14517: 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' <<< 11924 1726884876.14563: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b2e7080> <<< 11924 1726884876.14590: 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' <<< 11924 1726884876.14608: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b2e7b90> <<< 11924 1726884876.14673: 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' <<< 11924 1726884876.14718: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b2e7fe0> # /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' <<< 11924 1726884876.14887: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b2f8ef0> # /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' <<< 11924 1726884876.14911: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b2f9790> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c6584a0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/deviceaction.py <<< 11924 1726884876.14936: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 11924 1726884876.15076: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b2fa210> <<< 11924 1726884876.15100: 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 <<< 11924 1726884876.15148: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 11924 1726884876.15179: 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 <<< 11924 1726884876.15215: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 11924 1726884876.15261: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b144a10> <<< 11924 1726884876.15304: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b3168a0> <<< 11924 1726884876.15350: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884876.15354: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 11924 1726884876.15402: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 11924 1726884876.15415: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884876.15665: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884876.15938: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 11924 1726884876.16151: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884876.16290: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/blivet.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' <<< 11924 1726884876.16321: 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' <<< 11924 1726884876.16353: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884876.16407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884876.16431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 11924 1726884876.16467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 11924 1726884876.16470: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b1a31d0> <<< 11924 1726884876.16520: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884876.16532: 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 0x7f488b1a0320> <<< 11924 1726884876.16604: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b18c380> <<< 11924 1726884876.16608: stdout chunk (state=3): >>>import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b177b30> <<< 11924 1726884876.16847: 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' <<< 11924 1726884876.16877: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b18ffb0> # /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' <<< 11924 1726884876.16905: 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 0x7f488b1a3d70> <<< 11924 1726884876.16918: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b1a32c0> <<< 11924 1726884876.16952: 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 <<< 11924 1726884876.16974: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ad0c260> <<< 11924 1726884876.16999: 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' <<< 11924 1726884876.17028: 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 <<< 11924 1726884876.17045: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 11924 1726884876.17085: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884876.17123: 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' <<< 11924 1726884876.17175: 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 0x7f488ad0e420> <<< 11924 1726884876.17183: stdout chunk (state=3): >>>import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ad0e1b0> <<< 11924 1726884876.17224: 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 <<< 11924 1726884876.17243: 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 0x7f488ad0e720> # /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 0x7f488ad0e9f0> <<< 11924 1726884876.17274: 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 0x7f488ad0eba0> <<< 11924 1726884876.17315: 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 <<< 11924 1726884876.17326: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884876.17361: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ad0ede0> <<< 11924 1726884876.17391: 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' <<< 11924 1726884876.17427: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ad0f380> <<< 11924 1726884876.17430: 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 <<< 11924 1726884876.17465: 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 0x7f488ad0fe00> # /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' <<< 11924 1726884876.17488: stdout chunk (state=3): >>>import 'blivet.populator.helpers.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ad0ffb0> <<< 11924 1726884876.17526: 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 <<< 11924 1726884876.17532: 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 0x7f488ad301d0> <<< 11924 1726884876.17570: 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 <<< 11924 1726884876.17595: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884876.17622: stdout chunk (state=3): >>>import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ad307d0> <<< 11924 1726884876.17642: 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' <<< 11924 1726884876.17693: stdout chunk (state=3): >>>import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ad31100> <<< 11924 1726884876.17696: 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' <<< 11924 1726884876.17709: stdout chunk (state=3): >>>import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ad31520> # /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 <<< 11924 1726884876.17749: 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 0x7f488ad31760> <<< 11924 1726884876.17764: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/partition.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc' import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ad31850> <<< 11924 1726884876.17822: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ad31b20> <<< 11924 1726884876.17825: stdout chunk (state=3): >>>import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ad0da60> <<< 11924 1726884876.17868: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ad0cb00> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ad0ca10> <<< 11924 1726884876.17935: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b1a11f0> <<< 11924 1726884876.18042: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b1754f0> <<< 11924 1726884876.27846: 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 <<< 11924 1726884876.27850: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 11924 1726884876.28073: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488adcb7a0> <<< 11924 1726884877.22051: stdout chunk (state=3): >>> {"changed": false, "actions": [], "leaves": ["/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "packages": ["xfsprogs", "lvm2"], "invocation": {"module_args": {"pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 11924 1726884877.23279: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884877.23381: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884877.23397: 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<<< 11924 1726884877.23507: 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 # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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] <<< 11924 1726884877.23550: stdout chunk (state=3): >>>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 <<< 11924 1726884877.23672: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 <<< 11924 1726884877.23681: stdout chunk (state=3): >>># cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # 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 <<< 11924 1726884877.24452: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884877.24482: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 11924 1726884877.24491: stdout chunk (state=3): >>># destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884877.24517: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 11924 1726884877.24523: stdout chunk (state=3): >>># destroy ipaddress <<< 11924 1726884877.24551: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884877.24572: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 11924 1726884877.24585: stdout chunk (state=3): >>># destroy grp # destroy pwd <<< 11924 1726884877.24593: stdout chunk (state=3): >>># destroy datetime <<< 11924 1726884877.24617: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse <<< 11924 1726884877.24656: stdout chunk (state=3): >>># destroy _compat_pickle <<< 11924 1726884877.24692: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet <<< 11924 1726884877.24725: stdout chunk (state=3): >>># 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 <<< 11924 1726884877.24751: stdout chunk (state=3): >>># 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 <<< 11924 1726884877.24759: 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 <<< 11924 1726884877.24777: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats <<< 11924 1726884877.24824: 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 <<< 11924 1726884877.24876: 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.events # destroy blivet.events.changes # destroy blivet.events.manager <<< 11924 1726884877.24882: stdout chunk (state=3): >>># 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 <<< 11924 1726884877.24929: 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 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 <<< 11924 1726884877.24938: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus <<< 11924 1726884877.24953: 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 <<< 11924 1726884877.24974: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides <<< 11924 1726884877.24981: 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 <<< 11924 1726884877.25016: stdout chunk (state=3): >>># cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi <<< 11924 1726884877.25023: 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 <<< 11924 1726884877.25060: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping gettext <<< 11924 1726884877.25072: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy <<< 11924 1726884877.25092: stdout chunk (state=3): >>># cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket <<< 11924 1726884877.25095: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy traceback <<< 11924 1726884877.25102: 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 <<< 11924 1726884877.25179: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal <<< 11924 1726884877.25192: stdout chunk (state=3): >>># cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings <<< 11924 1726884877.25225: 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 <<< 11924 1726884877.25245: stdout chunk (state=3): >>># cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random <<< 11924 1726884877.25277: 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 <<< 11924 1726884877.25307: 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 <<< 11924 1726884877.25311: 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 <<< 11924 1726884877.25340: 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 <<< 11924 1726884877.25351: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 11924 1726884877.25411: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # 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 <<< 11924 1726884877.25413: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 11924 1726884877.25437: stdout chunk (state=3): >>># destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884877.26328: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884877.26399: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref <<< 11924 1726884877.26406: stdout chunk (state=3): >>># destroy zipimport # destroy gi._gi <<< 11924 1726884877.26433: stdout chunk (state=3): >>># destroy _struct <<< 11924 1726884877.26515: stdout chunk (state=3): >>># destroy pyudev <<< 11924 1726884877.26534: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid <<< 11924 1726884877.26547: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid <<< 11924 1726884877.26639: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser <<< 11924 1726884877.26653: 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 <<< 11924 1726884877.26665: stdout chunk (state=3): >>># destroy textwrap <<< 11924 1726884877.26672: stdout chunk (state=3): >>># destroy fnmatch # destroy _hashlib # destroy shutil <<< 11924 1726884877.26707: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 11924 1726884877.26729: 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 <<< 11924 1726884877.26763: 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 <<< 11924 1726884877.26790: stdout chunk (state=3): >>># destroy _warnings <<< 11924 1726884877.26803: stdout chunk (state=3): >>># destroy posix <<< 11924 1726884877.26816: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux._selinux <<< 11924 1726884877.26840: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 11924 1726884877.26904: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 11924 1726884877.26935: stdout chunk (state=3): >>># destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json <<< 11924 1726884877.26945: stdout chunk (state=3): >>># destroy stat <<< 11924 1726884877.26962: stdout chunk (state=3): >>># destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread <<< 11924 1726884877.26978: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884877.26991: 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 <<< 11924 1726884877.27027: 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 <<< 11924 1726884877.27033: 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 <<< 11924 1726884877.27130: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884877.27279: 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 <<< 11924 1726884877.27291: stdout chunk (state=3): >>># destroy re <<< 11924 1726884877.27304: stdout chunk (state=3): >>># destroy _random <<< 11924 1726884877.27332: stdout chunk (state=3): >>># destroy _operator # destroy _functools <<< 11924 1726884877.27338: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884877.28099: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884877.28125: stderr chunk (state=3): >>><<< 11924 1726884877.28128: stdout chunk (state=3): >>><<< 11924 1726884877.28516: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d7103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d6dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d712960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d4e4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d4e5fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d52be00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d52bec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d55b830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d55bec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d53bad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5391f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d528fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d57f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d57e420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d53a0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d57cc20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5b0830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d528230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488d5b0ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5b0b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488d5b0f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d51ed50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5b15b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5b12b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5b24b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5c86b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488d5c9d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5cac30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488d5cb290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5ca180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488d5cbd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5cb440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5b2420> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488d2ffbc0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488d328710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d328470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488d328650> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488d329010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488d329940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d3288c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d2fdd60> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d32ad20> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d329a60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5b2bd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d353080> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d37b3e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d3d81d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d3da930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d3d82f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d3a51c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d3a5970> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d37a210> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d32bc50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f488d37a7e0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_4pt6md9v/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 0x7f488cd66ff0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cd49ee0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cd49070> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cd64ec0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488cd9a8d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cd9a660> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cd99f70> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cd9a3c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cd67c80> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488cd9b680> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488cd9b860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cd9bd70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc09ac0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488cc0b6e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc0bfb0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc0d250> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc0fce0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488cd4b0e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc0dfa0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc17b00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc165d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc16360> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc168a0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc0e4b0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488cc5bce0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc5be60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488cc5d910> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc5d6d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488cc5fe90> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc5e000> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc635c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc5ff50> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488cc64380> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488cc643b0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488cc64710> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc5c050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488cc67fb0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488caf13d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc66750> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488cc67b00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc66390> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488caf9640> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cafa480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488caf1520> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cafa330> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cafb590> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f488cb06090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cb00fe0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cbee9f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cdc66c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cb06060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cc64c80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f488c720d40> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c720170> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cb81af0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488cb98590> # 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 0x7f488c736780> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c736390> # /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 0x7f488c758e00> # /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 0x7f488c75a060> # 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 0x7f488c759970> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c7597c0> # /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 0x7f488c75c500> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c75c290> # /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 0x7f488c75e2a0> # 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 0x7f488c75e060> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c75d940> # /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 0x7f488c760fb0> # /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 0x7f488c7613a0> # /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 0x7f488c761850> # /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 0x7f488c762090> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c760680> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c760170> # 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 0x7f488c762810> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c75fcb0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c75fc20> # /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 0x7f488c7a4e90> # /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 0x7f488c7a5ca0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c7a53a0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c763140> 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 0x7f488c7ae8d0> 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 0x7f488c7b4140> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c75ce60> # /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 0x7f488c642030> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c641850> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c7ae4b0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c7368a0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c735730> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488d5b0b30> # /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 0x7f488c6565a0> # /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 0x7f488c658350> # /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 0x7f488c65bad0> # /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 0x7f488c65c110> # /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 0x7f488c65d190> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c65d070> # /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 0x7f488c65d430> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c65cdd0> # /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 0x7f488c65d8e0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c65d760> # /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 0x7f488c65dc40> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c65d940> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c65c560> # /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 0x7f488c65cc20> # /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 0x7f488c661b80> # /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 0x7f488c661eb0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c661910> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c660f80> # /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 0x7f488c662030> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c65b7d0> # /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 0x7f488c6620c0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c6592b0> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c658a10> # /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 0x7f488c66a390> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c6691c0> # /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 0x7f488c66a450> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c6633b0> # /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 0x7f488c7e7920> # /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 0x7f488b6703b0> # /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 0x7f488b670b60> # /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 0x7f488b671190> # /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 0x7f488b6714c0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b670230> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c69f950> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c69c770> # /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 0x7f488b684200> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c69cfe0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c69c2c0> # /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 0x7f488b6847d0> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c69d730> # /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 0x7f488b684a10> # /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 0x7f488b684e60> # /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 0x7f488b685610> # /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 0x7f488b6ad010> # /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 0x7f488b6ae150> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b6adb20> # /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 0x7f488b6ae540> # /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 0x7f488b6af0e0> # /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 0x7f488b45ddf0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b45cad0> # /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 0x7f488b45f230> # /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 0x7f488b480590> # /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 0x7f488b4813d0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b6a2300> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b6a1f70> # /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 0x7f488b4838f0> # /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 0x7f488b4b0290> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b483740> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b482de0> # /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 0x7f488b4cca70> # /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 0x7f488b4ccb90> # /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 0x7f488b4e4290> # /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 0x7f488b4e4980> # /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 0x7f488b4e5370> # /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 0x7f488b4e57f0> # /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 0x7f488b4e5d60> # /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 0x7f488b4e6060> # /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 0x7f488b4e6600> # /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 0x7f488b4e67e0> # /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 0x7f488b4e7a70> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b4e78f0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b4e6990> # /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 0x7f488b51c770> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b51c380> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b4e7920> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b4cd040> # /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 0x7f488b34c230> # /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 0x7f488b34c5f0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b4cec90> # /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 0x7f488b34f650> # /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 0x7f488b34f7d0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b34ed20> # /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 0x7f488b365c40> # /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 0x7f488b367080> # /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 0x7f488b367860> # /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 0x7f488b378110> # /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 0x7f488b379eb0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c7e5e50> # /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 0x7f488c662d50> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c66e960> # /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 0x7f488b3b10a0> # /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 0x7f488b3b1ee0> # /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 0x7f488b3b26f0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b3a3fb0> # /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 0x7f488b3d81d0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b3c6900> # /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 0x7f488b3f9d00> # /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 0x7f488b4136e0> # /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 0x7f488b23bd40> # /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 0x7f488b256090> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b254290> # /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 0x7f488b284530> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b4101a0> # /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 0x7f488b412ae0> # /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 0x7f488b2e6570> # /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 0x7f488b2e7080> # /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 0x7f488b2e7b90> # /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 0x7f488b2e7fe0> # /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 0x7f488b2f8ef0> # /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 0x7f488b2f9790> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488c6584a0> # /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 0x7f488b2fa210> # /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 0x7f488b144a10> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b3168a0> # 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 0x7f488b1a31d0> # 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 0x7f488b1a0320> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b18c380> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b177b30> # /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 0x7f488b18ffb0> # /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 0x7f488b1a3d70> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b1a32c0> # /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 0x7f488ad0c260> # /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 0x7f488ad0e420> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ad0e1b0> # /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 0x7f488ad0e720> # /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 0x7f488ad0e9f0> # /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 0x7f488ad0eba0> # /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 0x7f488ad0ede0> # /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 0x7f488ad0f380> # /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 0x7f488ad0fe00> # /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 0x7f488ad0ffb0> # /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 0x7f488ad301d0> # /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 0x7f488ad307d0> # /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 0x7f488ad31100> # /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 0x7f488ad31520> # /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 0x7f488ad31760> # /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 0x7f488ad31850> # /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 0x7f488ad31b20> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ad0da60> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ad0cb00> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488ad0ca10> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b1a11f0> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f488b1754f0> # /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 0x7f488adcb7a0> {"changed": false, "actions": [], "leaves": ["/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "packages": ["xfsprogs", "lvm2"], "invocation": {"module_args": {"pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime # destroy distro # destroy distro.distro # destroy argparse # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy _hashlib # destroy shutil # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy math # destroy platform # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy functools # destroy itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.mod ule_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.l inux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime # destroy distro # destroy distro.distro # destroy argparse # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy _hashlib # destroy shutil # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy math # destroy platform # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy functools # destroy itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks 11924 1726884877.29705: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [{'name': 'foo', 'disks': ['sda'], 'volumes': [{'name': 'test1', 'size': '5g', 'fs_type': 'xfs', 'mount_point': '/opt/test1'}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726884875.6876974-13665-4274002419944/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884877.29709: _low_level_execute_command(): starting 11924 1726884877.29712: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884875.6876974-13665-4274002419944/ > /dev/null 2>&1 && sleep 0' 11924 1726884877.29912: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884877.29916: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884877.29920: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884877.29923: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884877.29977: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884877.29981: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884877.30039: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884877.31953: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884877.31959: stdout chunk (state=3): >>><<< 11924 1726884877.31961: stderr chunk (state=3): >>><<< 11924 1726884877.32069: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884877.32072: handler run complete 11924 1726884877.32087: attempt loop complete, returning result 11924 1726884877.32090: _execute() done 11924 1726884877.32093: dumping result to json 11924 1726884877.32102: done dumping result, returning 11924 1726884877.32114: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-f4c0-2290-0000000010bb] 11924 1726884877.32122: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010bb 11924 1726884877.32286: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010bb 11924 1726884877.32289: WORKER PROCESS EXITING ok: [managed_node2] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } 11924 1726884877.32605: no more pending results, returning what we have 11924 1726884877.32609: results queue empty 11924 1726884877.32609: checking for any_errors_fatal 11924 1726884877.32614: done checking for any_errors_fatal 11924 1726884877.32615: checking for max_fail_percentage 11924 1726884877.32617: done checking for max_fail_percentage 11924 1726884877.32617: checking to see if all hosts have failed and the running result is not ok 11924 1726884877.32618: done checking to see if all hosts have failed 11924 1726884877.32618: getting the remaining hosts for this loop 11924 1726884877.32620: done getting the remaining hosts for this loop 11924 1726884877.32623: getting the next task for host managed_node2 11924 1726884877.32628: done getting next task for host managed_node2 11924 1726884877.32632: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 11924 1726884877.32635: ^ 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 11924 1726884877.32645: getting variables 11924 1726884877.32647: in VariableManager get_vars() 11924 1726884877.32687: Calling all_inventory to load vars for managed_node2 11924 1726884877.32689: Calling groups_inventory to load vars for managed_node2 11924 1726884877.32692: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884877.32700: Calling all_plugins_play to load vars for managed_node2 11924 1726884877.32703: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884877.32706: Calling groups_plugins_play to load vars for managed_node2 11924 1726884877.33266: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884877.33795: done with get_vars() 11924 1726884877.33811: done getting variables 11924 1726884877.33854: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 20 September 2024 22:14:37 -0400 (0:00:01.733) 0:00:42.677 ****** 11924 1726884877.33885: entering _queue_task() for managed_node2/command 11924 1726884877.34122: worker is 1 (out of 1 available) 11924 1726884877.34136: exiting _queue_task() for managed_node2/command 11924 1726884877.34149: done queuing things up, now waiting for results queue to drain 11924 1726884877.34151: waiting for pending results... 11924 1726884877.34346: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 11924 1726884877.34442: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010bc 11924 1726884877.34453: variable 'ansible_search_path' from source: unknown 11924 1726884877.34459: variable 'ansible_search_path' from source: unknown 11924 1726884877.34493: calling self._execute() 11924 1726884877.34577: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884877.34581: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884877.34590: variable 'omit' from source: magic vars 11924 1726884877.34874: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884877.37337: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884877.37415: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884877.37562: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884877.37569: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884877.37572: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884877.37660: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884877.37693: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884877.37735: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884877.37789: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884877.37818: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884877.37932: Evaluated conditional (storage_udevadm_trigger | d(false)): False 11924 1726884877.37935: when evaluation is False, skipping this task 11924 1726884877.37938: _execute() done 11924 1726884877.37941: dumping result to json 11924 1726884877.37943: done dumping result, returning 11924 1726884877.37951: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-f4c0-2290-0000000010bc] 11924 1726884877.37957: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010bc 11924 1726884877.38063: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010bc 11924 1726884877.38066: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 11924 1726884877.38152: no more pending results, returning what we have 11924 1726884877.38157: results queue empty 11924 1726884877.38158: checking for any_errors_fatal 11924 1726884877.38173: done checking for any_errors_fatal 11924 1726884877.38173: checking for max_fail_percentage 11924 1726884877.38178: done checking for max_fail_percentage 11924 1726884877.38181: checking to see if all hosts have failed and the running result is not ok 11924 1726884877.38181: done checking to see if all hosts have failed 11924 1726884877.38182: getting the remaining hosts for this loop 11924 1726884877.38184: done getting the remaining hosts for this loop 11924 1726884877.38188: getting the next task for host managed_node2 11924 1726884877.38194: done getting next task for host managed_node2 11924 1726884877.38198: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 11924 1726884877.38201: ^ 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 11924 1726884877.38219: getting variables 11924 1726884877.38221: in VariableManager get_vars() 11924 1726884877.38394: Calling all_inventory to load vars for managed_node2 11924 1726884877.38397: Calling groups_inventory to load vars for managed_node2 11924 1726884877.38402: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884877.38412: Calling all_plugins_play to load vars for managed_node2 11924 1726884877.38414: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884877.38416: Calling groups_plugins_play to load vars for managed_node2 11924 1726884877.39072: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884877.39687: done with get_vars() 11924 1726884877.39707: done getting variables TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 20 September 2024 22:14:37 -0400 (0:00:00.059) 0:00:42.737 ****** 11924 1726884877.39818: entering _queue_task() for managed_node2/stat 11924 1726884877.40129: worker is 1 (out of 1 available) 11924 1726884877.40142: exiting _queue_task() for managed_node2/stat 11924 1726884877.40360: done queuing things up, now waiting for results queue to drain 11924 1726884877.40362: waiting for pending results... 11924 1726884877.40576: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 11924 1726884877.40652: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010bd 11924 1726884877.40761: variable 'ansible_search_path' from source: unknown 11924 1726884877.40764: variable 'ansible_search_path' from source: unknown 11924 1726884877.40767: calling self._execute() 11924 1726884877.40837: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884877.40849: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884877.40866: variable 'omit' from source: magic vars 11924 1726884877.40987: variable 'omit' from source: magic vars 11924 1726884877.41065: variable 'omit' from source: magic vars 11924 1726884877.41110: variable 'omit' from source: magic vars 11924 1726884877.41164: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884877.41205: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884877.41239: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884877.41262: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884877.41282: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884877.41323: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884877.41336: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884877.41376: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884877.41431: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884877.41435: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884877.41516: Set connection var ansible_shell_executable to /bin/sh 11924 1726884877.41523: Set connection var ansible_connection to ssh 11924 1726884877.41536: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884877.41553: Set connection var ansible_timeout to 10 11924 1726884877.41567: Set connection var ansible_pipelining to False 11924 1726884877.41577: Set connection var ansible_shell_type to sh 11924 1726884877.41611: variable 'ansible_shell_executable' from source: unknown 11924 1726884877.41653: variable 'ansible_connection' from source: unknown 11924 1726884877.41657: variable 'ansible_module_compression' from source: unknown 11924 1726884877.41660: variable 'ansible_shell_type' from source: unknown 11924 1726884877.41662: variable 'ansible_shell_executable' from source: unknown 11924 1726884877.41666: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884877.41668: variable 'ansible_pipelining' from source: unknown 11924 1726884877.41670: variable 'ansible_timeout' from source: unknown 11924 1726884877.41673: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884877.41903: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884877.41960: variable 'omit' from source: magic vars 11924 1726884877.41963: starting attempt loop 11924 1726884877.41964: running the handler 11924 1726884877.41966: _low_level_execute_command(): starting 11924 1726884877.41968: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884877.42752: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884877.42777: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884877.42867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884877.42910: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884877.42926: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884877.42957: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884877.43053: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884877.44759: stdout chunk (state=3): >>>/root <<< 11924 1726884877.44846: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884877.44877: stderr chunk (state=3): >>><<< 11924 1726884877.44882: stdout chunk (state=3): >>><<< 11924 1726884877.44949: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884877.44953: _low_level_execute_command(): starting 11924 1726884877.44960: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884877.4492447-13744-164326274423420 `" && echo ansible-tmp-1726884877.4492447-13744-164326274423420="` echo /root/.ansible/tmp/ansible-tmp-1726884877.4492447-13744-164326274423420 `" ) && sleep 0' 11924 1726884877.45454: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884877.45462: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884877.45473: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884877.45476: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884877.45515: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884877.45522: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884877.45578: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884877.47495: stdout chunk (state=3): >>>ansible-tmp-1726884877.4492447-13744-164326274423420=/root/.ansible/tmp/ansible-tmp-1726884877.4492447-13744-164326274423420 <<< 11924 1726884877.47782: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884877.47791: stdout chunk (state=3): >>><<< 11924 1726884877.47793: stderr chunk (state=3): >>><<< 11924 1726884877.47976: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884877.4492447-13744-164326274423420=/root/.ansible/tmp/ansible-tmp-1726884877.4492447-13744-164326274423420 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884877.47985: variable 'ansible_module_compression' from source: unknown 11924 1726884877.48309: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884877.48406: variable 'ansible_facts' from source: unknown 11924 1726884877.48733: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884877.4492447-13744-164326274423420/AnsiballZ_stat.py 11924 1726884877.49028: Sending initial data 11924 1726884877.49038: Sent initial data (153 bytes) 11924 1726884877.49726: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884877.49730: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884877.49777: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884877.51427: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 11924 1726884877.51477: 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 <<< 11924 1726884877.51520: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884877.51622: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp63nakisn /root/.ansible/tmp/ansible-tmp-1726884877.4492447-13744-164326274423420/AnsiballZ_stat.py <<< 11924 1726884877.51628: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884877.4492447-13744-164326274423420/AnsiballZ_stat.py" <<< 11924 1726884877.51660: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp63nakisn" to remote "/root/.ansible/tmp/ansible-tmp-1726884877.4492447-13744-164326274423420/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884877.4492447-13744-164326274423420/AnsiballZ_stat.py" <<< 11924 1726884877.52512: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884877.52516: stdout chunk (state=3): >>><<< 11924 1726884877.52518: stderr chunk (state=3): >>><<< 11924 1726884877.52522: done transferring module to remote 11924 1726884877.52547: _low_level_execute_command(): starting 11924 1726884877.52622: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884877.4492447-13744-164326274423420/ /root/.ansible/tmp/ansible-tmp-1726884877.4492447-13744-164326274423420/AnsiballZ_stat.py && sleep 0' 11924 1726884877.53372: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884877.53377: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884877.53478: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884877.53482: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884877.53485: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884877.53560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884877.53636: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884877.53679: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884877.55604: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884877.55675: stderr chunk (state=3): >>><<< 11924 1726884877.55684: stdout chunk (state=3): >>><<< 11924 1726884877.55813: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884877.55819: _low_level_execute_command(): starting 11924 1726884877.55822: _low_level_execute_command(): using become for this command 11924 1726884877.55824: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-qslnrfgfvxaqznacgnrsacgwqqrdsrnr ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884877.4492447-13744-164326274423420/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884877.56086: Initial state: awaiting_escalation: BECOME-SUCCESS-qslnrfgfvxaqznacgnrsacgwqqrdsrnr 11924 1726884877.56421: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884877.56535: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884877.56554: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884877.56580: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884877.56698: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884877.59818: stdout chunk (state=1): >>>BECOME-SUCCESS-qslnrfgfvxaqznacgnrsacgwqqrdsrnr <<< 11924 1726884877.59828: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-qslnrfgfvxaqznacgnrsacgwqqrdsrnr' 11924 1726884877.60071: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884877.60108: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884877.60131: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884877.60161: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884877.60216: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884877.60249: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884877.60395: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884877.60423: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # <<< 11924 1726884877.60463: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884877.60498: 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 0x7f5677e183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677de7a10> <<< 11924 1726884877.60527: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884877.60619: 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 0x7f5677e1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884877.60654: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884877.60668: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884877.60748: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884877.60805: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884877.60860: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 11924 1726884877.60863: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884877.60922: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884877.60926: 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 <<< 11924 1726884877.60928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884877.60945: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677bc8fe0> <<< 11924 1726884877.61007: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884877.61040: 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 0x7f5677bc9fd0> <<< 11924 1726884877.61044: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884877.61093: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884877.61383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884877.61386: 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 <<< 11924 1726884877.61409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884877.61430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884877.61458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884877.61531: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c07ec0> <<< 11924 1726884877.61560: 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 0x7f5677c07f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884877.61592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884877.61619: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884877.61677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884877.61687: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884877.61718: 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 0x7f5677c3f8f0> <<< 11924 1726884877.61760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884877.61763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c3ff80> <<< 11924 1726884877.61781: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884877.61830: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c1fb90> <<< 11924 1726884877.61843: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884877.61873: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c1d2b0> <<< 11924 1726884877.61980: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c05070> <<< 11924 1726884877.62004: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884877.62025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884877.62054: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884877.62059: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884877.62089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884877.62104: 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' <<< 11924 1726884877.62153: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c638c0> <<< 11924 1726884877.62160: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c624e0> <<< 11924 1726884877.62186: 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 0x7f5677c1e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c60ce0> <<< 11924 1726884877.62262: 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' <<< 11924 1726884877.62281: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c90920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c042f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884877.62329: 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 0x7f5677c90dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c90c80> <<< 11924 1726884877.62383: 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 0x7f5677c91010> <<< 11924 1726884877.62396: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c02e10> <<< 11924 1726884877.62429: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884877.62439: 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 <<< 11924 1726884877.62490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c91700> <<< 11924 1726884877.62513: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c913d0> import 'importlib.machinery' # <<< 11924 1726884877.62550: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 11924 1726884877.62556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 11924 1726884877.62586: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c92600> import 'importlib.util' # import 'runpy' # <<< 11924 1726884877.62663: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884877.62690: 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 0x7f5677cac830> <<< 11924 1726884877.62752: 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' <<< 11924 1726884877.62798: 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 0x7f5677cadf70> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884877.62837: 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 0x7f5677caee10> <<< 11924 1726884877.62901: 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 0x7f5677caf470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677cae360> <<< 11924 1726884877.63061: 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' <<< 11924 1726884877.63338: 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 0x7f5677cafef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677caf620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c92660> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677a37e60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677a64830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677a64590> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677a64860> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884877.63342: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884877.63586: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677a65190> <<< 11924 1726884877.63625: 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 0x7f5677a65b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677a64a40> <<< 11924 1726884877.63628: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677a36000> <<< 11924 1726884877.63657: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884877.63679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884877.63706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884877.63723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677a66f90> <<< 11924 1726884877.63750: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677a65cd0> <<< 11924 1726884877.63774: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c92d50> <<< 11924 1726884877.63798: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884877.63919: 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 <<< 11924 1726884877.63936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884877.63971: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677a8f2f0> <<< 11924 1726884877.64283: 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 0x7f5677ab36e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677b144d0> <<< 11924 1726884877.64287: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884877.64317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884877.64345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884877.64382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884877.64605: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677b16c00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677b145f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677ad94c0> <<< 11924 1726884877.64624: 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 0x7f567791d5b0> <<< 11924 1726884877.64649: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677ab24e0> <<< 11924 1726884877.64652: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677a67ec0> <<< 11924 1726884877.64763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884877.64780: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5677ab2840> <<< 11924 1726884877.65034: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_liokfeih/ansible_stat_payload.zip' # zipimport: zlib available <<< 11924 1726884877.65156: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.65254: 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 <<< 11924 1726884877.65319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884877.65358: 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 0x7f567796f320> <<< 11924 1726884877.65475: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884877.65579: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677952210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56779513a0> # zipimport: zlib available <<< 11924 1726884877.65611: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884877.65618: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.65630: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.65649: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.65684: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884877.65696: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.67128: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.68424: 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 0x7f567796d1c0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f567799ac90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567799aa20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567799a330> <<< 11924 1726884877.68445: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884877.68459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884877.68591: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567799ad80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567796fd40> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f567799ba40> <<< 11924 1726884877.68595: 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 0x7f567799bc80> <<< 11924 1726884877.68597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884877.68642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884877.68662: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884877.68707: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56779c0140> import 'pwd' # <<< 11924 1726884877.68734: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884877.68760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884877.68799: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677315f10> <<< 11924 1726884877.68880: 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 0x7f5677317b30> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884877.68909: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677318530> <<< 11924 1726884877.68933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884877.68964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884877.69198: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677319430> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677320140> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677320260> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567731a420> <<< 11924 1726884877.69204: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884877.69232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884877.69263: 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' <<< 11924 1726884877.69280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884877.69318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884877.69336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884877.69362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677323ec0> import '_tokenize' # <<< 11924 1726884877.69432: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56773229c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677322720> <<< 11924 1726884877.69461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884877.69474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884877.69545: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677322c60> <<< 11924 1726884877.69572: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567731a930> <<< 11924 1726884877.69601: 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 0x7f5677368140> <<< 11924 1726884877.69628: 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 0x7f5677368260> <<< 11924 1726884877.69650: 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 <<< 11924 1726884877.69673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884877.69693: 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' <<< 11924 1726884877.69752: 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 0x7f5677369e50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677369c10> <<< 11924 1726884877.69771: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884877.69885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884877.69937: 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 0x7f567736c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567736a540> <<< 11924 1726884877.69968: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884877.70004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884877.70034: 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' <<< 11924 1726884877.70059: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884877.70097: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567736fb90> <<< 11924 1726884877.70275: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567736c560> <<< 11924 1726884877.70292: stdout 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 0x7f5677370c20> <<< 11924 1726884877.70320: stdout 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 0x7f5677370da0> <<< 11924 1726884877.70360: stdout 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 0x7f5677370ce0> <<< 11924 1726884877.70425: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677368560> <<< 11924 1726884877.70442: 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 <<< 11924 1726884877.70446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884877.70448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884877.70481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884877.70484: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884877.70522: 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 0x7f56773fc3b0> <<< 11924 1726884877.70669: 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 0x7f56773fd5e0> <<< 11924 1726884877.70703: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677372b70> <<< 11924 1726884877.70860: 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 0x7f5677373f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56773727b0> # zipimport: zlib available <<< 11924 1726884877.70864: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884877.70876: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884877.70967: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.70986: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884877.71074: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884877.71078: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.71150: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.71271: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.71944: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.72390: 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' # <<< 11924 1726884877.72448: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884877.72475: 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 0x7f56772016d0> <<< 11924 1726884877.72564: 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' <<< 11924 1726884877.72627: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677202570> <<< 11924 1726884877.72702: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56773fe180> import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884877.72728: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884877.72862: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.73035: 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' <<< 11924 1726884877.73146: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677202210> # zipimport: zlib available <<< 11924 1726884877.73776: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.73943: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.74012: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.74090: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884877.74108: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.74134: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.74171: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884877.74194: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.74251: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.74336: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884877.74381: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.74384: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.74398: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884877.74434: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.74483: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884877.74486: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.74720: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.74950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884877.75019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884877.75022: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884877.75181: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677203620> # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884877.75267: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884877.75291: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884877.75312: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.75340: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.75399: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884877.75425: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.75443: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.75482: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.75539: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.75619: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884877.75649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884877.75743: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f567720e300> <<< 11924 1726884877.75777: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677209850> <<< 11924 1726884877.75880: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884877.75947: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.75976: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.76026: stdout chunk (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' <<< 11924 1726884877.76044: 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 <<< 11924 1726884877.76074: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884877.76306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884877.76309: 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 0x7f56779eea80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56779d6780> <<< 11924 1726884877.76374: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567720e360> <<< 11924 1726884877.76399: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56773fd790> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884877.76420: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.76444: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884877.76504: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884877.76529: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884877.76558: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884877.76686: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.76882: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884877.78233: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/fstab", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1436, "inode": 268435653, "dev": 51714, "nlink": 1, "atime": 1726884857.1254098, "mtime": 1726884857.1224098, "ctime": 1726884857.1224098, "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": "96c084c3bf2c0fffe9bf1565f72c389acaee0b5c", "mimetype": "text/plain", "charset": "us-ascii", "version": "3378186958", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 11924 1726884877.78258: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884877.78705: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884877.78764: 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 <<< 11924 1726884877.78797: 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 <<< 11924 1726884877.78887: stdout chunk (state=3): >>># cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.<<< 11924 1726884877.78924: stdout chunk (state=3): >>>module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 11924 1726884877.79173: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884877.79199: 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 <<< 11924 1726884877.79231: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 11924 1726884877.79246: stdout chunk (state=3): >>># destroy ipaddress <<< 11924 1726884877.79285: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884877.79290: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884877.79342: 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 <<< 11924 1726884877.79345: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 11924 1726884877.79396: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 11924 1726884877.79427: stdout chunk (state=3): >>># destroy array <<< 11924 1726884877.79430: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil <<< 11924 1726884877.79451: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884877.79505: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884877.79775: 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 <<< 11924 1726884877.79805: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections <<< 11924 1726884877.79838: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 11924 1726884877.79874: stdout chunk (state=3): >>># destroy tokenize <<< 11924 1726884877.79877: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884877.79913: 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 <<< 11924 1726884877.79939: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884877.80040: 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 <<< 11924 1726884877.80076: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884877.80106: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 11924 1726884877.80149: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884877.80686: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884877.80748: stderr chunk (state=3): >>><<< 11924 1726884877.80761: stdout chunk (state=3): >>><<< 11924 1726884877.81017: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677e183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677de7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677e1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677bc8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677bc9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c07ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c07f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c3f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c3ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c1fb90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c1d2b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c05070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c638c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c624e0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c1e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c60ce0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c90920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c042f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677c90dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c90c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677c91010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c02e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c91700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c913d0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c92600> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677cac830> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677cadf70> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677caee10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677caf470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677cae360> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677cafef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677caf620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c92660> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677a37e60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677a64830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677a64590> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677a64860> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677a65190> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677a65b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677a64a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677a36000> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677a66f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677a65cd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677c92d50> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677a8f2f0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677ab36e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677b144d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677b16c00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677b145f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677ad94c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567791d5b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677ab24e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677a67ec0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5677ab2840> # zipimport: found 30 names in '/tmp/ansible_stat_payload_liokfeih/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 0x7f567796f320> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677952210> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56779513a0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567796d1c0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f567799ac90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567799aa20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567799a330> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567799ad80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567796fd40> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f567799ba40> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f567799bc80> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56779c0140> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677315f10> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677317b30> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677318530> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677319430> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677320140> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677320260> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567731a420> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677323ec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56773229c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677322720> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677322c60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567731a930> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677368140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677368260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677369e50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677369c10> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f567736c3b0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567736a540> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567736fb90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567736c560> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677370c20> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677370da0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677370ce0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677368560> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56773fc3b0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56773fd5e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677372b70> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5677373f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56773727b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f56772016d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677202570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56773fe180> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677202210> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677203620> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f567720e300> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5677209850> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56779eea80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56779d6780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f567720e360> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f56773fd790> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/fstab", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1436, "inode": 268435653, "dev": 51714, "nlink": 1, "atime": 1726884857.1254098, "mtime": 1726884857.1224098, "ctime": 1726884857.1224098, "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": "96c084c3bf2c0fffe9bf1565f72c389acaee0b5c", "mimetype": "text/plain", "charset": "us-ascii", "version": "3378186958", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884877.82963: 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-1726884877.4492447-13744-164326274423420/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884877.82966: _low_level_execute_command(): starting 11924 1726884877.82969: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884877.4492447-13744-164326274423420/ > /dev/null 2>&1 && sleep 0' 11924 1726884877.83043: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884877.83052: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884877.83065: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884877.83112: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884877.83266: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884877.83323: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884877.83404: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884877.85238: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884877.85309: stderr chunk (state=3): >>><<< 11924 1726884877.85480: stdout chunk (state=3): >>><<< 11924 1726884877.85484: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884877.85487: handler run complete 11924 1726884877.85489: attempt loop complete, returning result 11924 1726884877.85492: _execute() done 11924 1726884877.85494: dumping result to json 11924 1726884877.85496: done dumping result, returning 11924 1726884877.85661: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-f4c0-2290-0000000010bd] 11924 1726884877.85664: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010bd 11924 1726884877.85745: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010bd 11924 1726884877.85749: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884857.1254098, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "96c084c3bf2c0fffe9bf1565f72c389acaee0b5c", "ctime": 1726884857.1224098, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 268435653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726884857.1224098, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1436, "uid": 0, "version": "3378186958", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 11924 1726884877.85869: no more pending results, returning what we have 11924 1726884877.85873: results queue empty 11924 1726884877.85874: checking for any_errors_fatal 11924 1726884877.85881: done checking for any_errors_fatal 11924 1726884877.85881: checking for max_fail_percentage 11924 1726884877.85883: done checking for max_fail_percentage 11924 1726884877.85884: checking to see if all hosts have failed and the running result is not ok 11924 1726884877.85885: done checking to see if all hosts have failed 11924 1726884877.85885: getting the remaining hosts for this loop 11924 1726884877.85887: done getting the remaining hosts for this loop 11924 1726884877.85891: getting the next task for host managed_node2 11924 1726884877.85897: done getting next task for host managed_node2 11924 1726884877.85900: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 11924 1726884877.85903: ^ 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 11924 1726884877.85915: getting variables 11924 1726884877.85916: in VariableManager get_vars() 11924 1726884877.85950: Calling all_inventory to load vars for managed_node2 11924 1726884877.85953: Calling groups_inventory to load vars for managed_node2 11924 1726884877.85954: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884877.86268: Calling all_plugins_play to load vars for managed_node2 11924 1726884877.86271: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884877.86278: Calling groups_plugins_play to load vars for managed_node2 11924 1726884877.87134: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884877.88443: done with get_vars() 11924 1726884877.88647: done getting variables TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 20 September 2024 22:14:37 -0400 (0:00:00.489) 0:00:43.226 ****** 11924 1726884877.88751: entering _queue_task() for managed_node2/lineinfile 11924 1726884877.89111: worker is 1 (out of 1 available) 11924 1726884877.89126: exiting _queue_task() for managed_node2/lineinfile 11924 1726884877.89141: done queuing things up, now waiting for results queue to drain 11924 1726884877.89360: waiting for pending results... 11924 1726884877.89576: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 11924 1726884877.89675: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010be 11924 1726884877.89679: variable 'ansible_search_path' from source: unknown 11924 1726884877.89683: variable 'ansible_search_path' from source: unknown 11924 1726884877.89719: calling self._execute() 11924 1726884877.89891: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884877.89895: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884877.89898: variable 'omit' from source: magic vars 11924 1726884877.90266: variable '__storage_fstab' from source: set_fact 11924 1726884877.90305: Evaluated conditional (__storage_fstab.stat.exists): True 11924 1726884877.90476: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884877.90751: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884877.90870: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884877.90874: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884877.90885: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884877.90963: variable 'blivet_output' from source: set_fact 11924 1726884877.91003: Evaluated conditional (blivet_output is changed): False 11924 1726884877.91012: when evaluation is False, skipping this task 11924 1726884877.91020: _execute() done 11924 1726884877.91028: dumping result to json 11924 1726884877.91036: done dumping result, returning 11924 1726884877.91064: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-f4c0-2290-0000000010be] 11924 1726884877.91068: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010be skipping: [managed_node2] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } 11924 1726884877.91237: no more pending results, returning what we have 11924 1726884877.91241: results queue empty 11924 1726884877.91242: checking for any_errors_fatal 11924 1726884877.91253: done checking for any_errors_fatal 11924 1726884877.91254: checking for max_fail_percentage 11924 1726884877.91259: done checking for max_fail_percentage 11924 1726884877.91260: checking to see if all hosts have failed and the running result is not ok 11924 1726884877.91261: done checking to see if all hosts have failed 11924 1726884877.91262: getting the remaining hosts for this loop 11924 1726884877.91264: done getting the remaining hosts for this loop 11924 1726884877.91267: getting the next task for host managed_node2 11924 1726884877.91275: done getting next task for host managed_node2 11924 1726884877.91280: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 11924 1726884877.91284: ^ 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 11924 1726884877.91306: getting variables 11924 1726884877.91309: in VariableManager get_vars() 11924 1726884877.91344: Calling all_inventory to load vars for managed_node2 11924 1726884877.91347: Calling groups_inventory to load vars for managed_node2 11924 1726884877.91349: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884877.91465: Calling all_plugins_play to load vars for managed_node2 11924 1726884877.91470: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884877.91474: Calling groups_plugins_play to load vars for managed_node2 11924 1726884877.92133: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010be 11924 1726884877.92136: WORKER PROCESS EXITING 11924 1726884877.92399: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884877.93586: done with get_vars() 11924 1726884877.93600: done getting variables TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 20 September 2024 22:14:37 -0400 (0:00:00.051) 0:00:43.277 ****** 11924 1726884877.93894: entering _queue_task() for managed_node2/systemd 11924 1726884877.94358: worker is 1 (out of 1 available) 11924 1726884877.94370: exiting _queue_task() for managed_node2/systemd 11924 1726884877.94382: done queuing things up, now waiting for results queue to drain 11924 1726884877.94383: waiting for pending results... 11924 1726884877.94910: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 11924 1726884877.95234: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010c0 11924 1726884877.95238: variable 'ansible_search_path' from source: unknown 11924 1726884877.95240: variable 'ansible_search_path' from source: unknown 11924 1726884877.95284: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884877.95794: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884877.95849: dumping result to json 11924 1726884877.95894: done dumping result, returning 11924 1726884877.95918: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-f4c0-2290-0000000010c0] 11924 1726884877.95929: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010c0 11924 1726884877.96109: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010c0 11924 1726884877.96113: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884877.96205: no more pending results, returning what we have 11924 1726884877.96208: results queue empty 11924 1726884877.96209: checking for any_errors_fatal 11924 1726884877.96217: done checking for any_errors_fatal 11924 1726884877.96218: checking for max_fail_percentage 11924 1726884877.96220: done checking for max_fail_percentage 11924 1726884877.96221: checking to see if all hosts have failed and the running result is not ok 11924 1726884877.96221: done checking to see if all hosts have failed 11924 1726884877.96222: getting the remaining hosts for this loop 11924 1726884877.96224: done getting the remaining hosts for this loop 11924 1726884877.96227: getting the next task for host managed_node2 11924 1726884877.96235: done getting next task for host managed_node2 11924 1726884877.96239: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 11924 1726884877.96242: ^ 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 11924 1726884877.96260: getting variables 11924 1726884877.96262: in VariableManager get_vars() 11924 1726884877.96290: Calling all_inventory to load vars for managed_node2 11924 1726884877.96292: Calling groups_inventory to load vars for managed_node2 11924 1726884877.96294: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884877.96303: Calling all_plugins_play to load vars for managed_node2 11924 1726884877.96305: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884877.96308: Calling groups_plugins_play to load vars for managed_node2 11924 1726884877.97502: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884877.98644: done with get_vars() 11924 1726884877.98661: done getting variables 11924 1726884877.98724: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 20 September 2024 22:14:37 -0400 (0:00:00.048) 0:00:43.326 ****** 11924 1726884877.98758: entering _queue_task() for managed_node2/debug 11924 1726884877.99028: worker is 1 (out of 1 available) 11924 1726884877.99040: exiting _queue_task() for managed_node2/debug 11924 1726884877.99165: done queuing things up, now waiting for results queue to drain 11924 1726884877.99168: waiting for pending results... 11924 1726884877.99362: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show blivet_output 11924 1726884877.99598: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010c2 11924 1726884877.99605: variable 'ansible_search_path' from source: unknown 11924 1726884877.99608: variable 'ansible_search_path' from source: unknown 11924 1726884877.99612: calling self._execute() 11924 1726884877.99690: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884877.99709: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884877.99731: variable 'omit' from source: magic vars 11924 1726884877.99856: variable 'omit' from source: magic vars 11924 1726884877.99931: variable 'omit' from source: magic vars 11924 1726884877.99972: variable 'omit' from source: magic vars 11924 1726884878.00018: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884878.00146: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884878.00150: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884878.00154: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884878.00180: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884878.00192: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884878.00296: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884878.00303: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884878.00313: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884878.00321: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884878.00468: Set connection var ansible_shell_executable to /bin/sh 11924 1726884878.00479: Set connection var ansible_connection to ssh 11924 1726884878.00512: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884878.00515: Set connection var ansible_timeout to 10 11924 1726884878.00517: Set connection var ansible_pipelining to False 11924 1726884878.00519: Set connection var ansible_shell_type to sh 11924 1726884878.00548: variable 'ansible_shell_executable' from source: unknown 11924 1726884878.00557: variable 'ansible_connection' from source: unknown 11924 1726884878.00579: variable 'ansible_module_compression' from source: unknown 11924 1726884878.00582: variable 'ansible_shell_type' from source: unknown 11924 1726884878.00584: variable 'ansible_shell_executable' from source: unknown 11924 1726884878.00585: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884878.00621: variable 'ansible_pipelining' from source: unknown 11924 1726884878.00624: variable 'ansible_timeout' from source: unknown 11924 1726884878.00626: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884878.00996: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884878.01020: variable 'omit' from source: magic vars 11924 1726884878.01031: starting attempt loop 11924 1726884878.01051: running the handler 11924 1726884878.01111: variable 'blivet_output' from source: set_fact 11924 1726884878.01379: variable 'blivet_output' from source: set_fact 11924 1726884878.01856: handler run complete 11924 1726884878.01961: attempt loop complete, returning result 11924 1726884878.01965: _execute() done 11924 1726884878.01967: dumping result to json 11924 1726884878.02082: done dumping result, returning 11924 1726884878.02086: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-f4c0-2290-0000000010c2] 11924 1726884878.02088: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010c2 11924 1726884878.02481: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010c2 11924 1726884878.02483: WORKER PROCESS EXITING ok: [managed_node2] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } 11924 1726884878.02877: no more pending results, returning what we have 11924 1726884878.02880: results queue empty 11924 1726884878.02881: checking for any_errors_fatal 11924 1726884878.02888: done checking for any_errors_fatal 11924 1726884878.02889: checking for max_fail_percentage 11924 1726884878.02891: done checking for max_fail_percentage 11924 1726884878.02892: checking to see if all hosts have failed and the running result is not ok 11924 1726884878.02892: done checking to see if all hosts have failed 11924 1726884878.02893: getting the remaining hosts for this loop 11924 1726884878.02897: done getting the remaining hosts for this loop 11924 1726884878.02902: getting the next task for host managed_node2 11924 1726884878.02908: done getting next task for host managed_node2 11924 1726884878.02912: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 11924 1726884878.02916: ^ 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 11924 1726884878.02928: getting variables 11924 1726884878.02931: in VariableManager get_vars() 11924 1726884878.03161: Calling all_inventory to load vars for managed_node2 11924 1726884878.03164: Calling groups_inventory to load vars for managed_node2 11924 1726884878.03167: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884878.03180: Calling all_plugins_play to load vars for managed_node2 11924 1726884878.03186: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884878.03189: Calling groups_plugins_play to load vars for managed_node2 11924 1726884878.03830: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884878.04464: done with get_vars() 11924 1726884878.04479: done getting variables 11924 1726884878.04545: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 20 September 2024 22:14:38 -0400 (0:00:00.058) 0:00:43.384 ****** 11924 1726884878.04582: entering _queue_task() for managed_node2/set_fact 11924 1726884878.04889: worker is 1 (out of 1 available) 11924 1726884878.04906: exiting _queue_task() for managed_node2/set_fact 11924 1726884878.04962: done queuing things up, now waiting for results queue to drain 11924 1726884878.04964: waiting for pending results... 11924 1726884878.05374: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 11924 1726884878.05399: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010c3 11924 1726884878.05423: variable 'ansible_search_path' from source: unknown 11924 1726884878.05431: variable 'ansible_search_path' from source: unknown 11924 1726884878.05474: calling self._execute() 11924 1726884878.05591: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884878.05861: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884878.05865: variable 'omit' from source: magic vars 11924 1726884878.05879: variable 'omit' from source: magic vars 11924 1726884878.06080: variable 'omit' from source: magic vars 11924 1726884878.06568: variable 'blivet_output' from source: set_fact 11924 1726884878.06866: variable 'omit' from source: magic vars 11924 1726884878.06919: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884878.06961: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884878.07015: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884878.07020: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884878.07041: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884878.07053: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884878.07064: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884878.07086: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884878.07089: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884878.07092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884878.07177: Set connection var ansible_shell_executable to /bin/sh 11924 1726884878.07180: Set connection var ansible_connection to ssh 11924 1726884878.07183: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884878.07189: Set connection var ansible_timeout to 10 11924 1726884878.07194: Set connection var ansible_pipelining to False 11924 1726884878.07199: Set connection var ansible_shell_type to sh 11924 1726884878.07222: variable 'ansible_shell_executable' from source: unknown 11924 1726884878.07225: variable 'ansible_connection' from source: unknown 11924 1726884878.07228: variable 'ansible_module_compression' from source: unknown 11924 1726884878.07230: variable 'ansible_shell_type' from source: unknown 11924 1726884878.07234: variable 'ansible_shell_executable' from source: unknown 11924 1726884878.07236: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884878.07239: variable 'ansible_pipelining' from source: unknown 11924 1726884878.07241: variable 'ansible_timeout' from source: unknown 11924 1726884878.07243: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884878.07348: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884878.07363: variable 'omit' from source: magic vars 11924 1726884878.07370: starting attempt loop 11924 1726884878.07372: running the handler 11924 1726884878.07382: handler run complete 11924 1726884878.07390: attempt loop complete, returning result 11924 1726884878.07393: _execute() done 11924 1726884878.07395: dumping result to json 11924 1726884878.07401: done dumping result, returning 11924 1726884878.07411: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-f4c0-2290-0000000010c3] 11924 1726884878.07416: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010c3 11924 1726884878.07518: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010c3 11924 1726884878.07521: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } 11924 1726884878.07646: no more pending results, returning what we have 11924 1726884878.07654: results queue empty 11924 1726884878.07656: checking for any_errors_fatal 11924 1726884878.07664: done checking for any_errors_fatal 11924 1726884878.07665: checking for max_fail_percentage 11924 1726884878.07667: done checking for max_fail_percentage 11924 1726884878.07667: checking to see if all hosts have failed and the running result is not ok 11924 1726884878.07668: done checking to see if all hosts have failed 11924 1726884878.07669: getting the remaining hosts for this loop 11924 1726884878.07670: done getting the remaining hosts for this loop 11924 1726884878.07673: getting the next task for host managed_node2 11924 1726884878.07678: done getting next task for host managed_node2 11924 1726884878.07685: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 11924 1726884878.07688: ^ 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 11924 1726884878.07696: getting variables 11924 1726884878.07697: in VariableManager get_vars() 11924 1726884878.07719: Calling all_inventory to load vars for managed_node2 11924 1726884878.07720: Calling groups_inventory to load vars for managed_node2 11924 1726884878.07722: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884878.07727: Calling all_plugins_play to load vars for managed_node2 11924 1726884878.07729: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884878.07731: Calling groups_plugins_play to load vars for managed_node2 11924 1726884878.08042: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884878.08394: done with get_vars() 11924 1726884878.08419: done getting variables 11924 1726884878.08461: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 20 September 2024 22:14:38 -0400 (0:00:00.039) 0:00:43.423 ****** 11924 1726884878.08503: entering _queue_task() for managed_node2/set_fact 11924 1726884878.08737: worker is 1 (out of 1 available) 11924 1726884878.08752: exiting _queue_task() for managed_node2/set_fact 11924 1726884878.08968: done queuing things up, now waiting for results queue to drain 11924 1726884878.08970: waiting for pending results... 11924 1726884878.09172: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 11924 1726884878.09224: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010c4 11924 1726884878.09248: variable 'ansible_search_path' from source: unknown 11924 1726884878.09258: variable 'ansible_search_path' from source: unknown 11924 1726884878.09300: calling self._execute() 11924 1726884878.09407: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884878.09464: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884878.09468: variable 'omit' from source: magic vars 11924 1726884878.09550: variable 'omit' from source: magic vars 11924 1726884878.09594: variable 'omit' from source: magic vars 11924 1726884878.09766: variable 'blivet_output' from source: set_fact 11924 1726884878.09820: variable 'omit' from source: magic vars 11924 1726884878.09856: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884878.09876: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884878.09892: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884878.09907: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884878.09917: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884878.09930: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884878.09943: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884878.09975: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884878.09978: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884878.09996: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884878.10075: Set connection var ansible_shell_executable to /bin/sh 11924 1726884878.10079: Set connection var ansible_connection to ssh 11924 1726884878.10081: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884878.10083: Set connection var ansible_timeout to 10 11924 1726884878.10086: Set connection var ansible_pipelining to False 11924 1726884878.10091: Set connection var ansible_shell_type to sh 11924 1726884878.10115: variable 'ansible_shell_executable' from source: unknown 11924 1726884878.10120: variable 'ansible_connection' from source: unknown 11924 1726884878.10126: variable 'ansible_module_compression' from source: unknown 11924 1726884878.10128: variable 'ansible_shell_type' from source: unknown 11924 1726884878.10131: variable 'ansible_shell_executable' from source: unknown 11924 1726884878.10134: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884878.10136: variable 'ansible_pipelining' from source: unknown 11924 1726884878.10138: variable 'ansible_timeout' from source: unknown 11924 1726884878.10140: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884878.10237: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884878.10246: variable 'omit' from source: magic vars 11924 1726884878.10251: starting attempt loop 11924 1726884878.10253: running the handler 11924 1726884878.10264: handler run complete 11924 1726884878.10272: attempt loop complete, returning result 11924 1726884878.10275: _execute() done 11924 1726884878.10277: dumping result to json 11924 1726884878.10279: done dumping result, returning 11924 1726884878.10289: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-f4c0-2290-0000000010c4] 11924 1726884878.10291: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010c4 11924 1726884878.10391: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010c4 11924 1726884878.10394: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 11924 1726884878.10492: no more pending results, returning what we have 11924 1726884878.10495: results queue empty 11924 1726884878.10496: checking for any_errors_fatal 11924 1726884878.10505: done checking for any_errors_fatal 11924 1726884878.10506: checking for max_fail_percentage 11924 1726884878.10507: done checking for max_fail_percentage 11924 1726884878.10508: checking to see if all hosts have failed and the running result is not ok 11924 1726884878.10512: done checking to see if all hosts have failed 11924 1726884878.10513: getting the remaining hosts for this loop 11924 1726884878.10514: done getting the remaining hosts for this loop 11924 1726884878.10519: getting the next task for host managed_node2 11924 1726884878.10527: done getting next task for host managed_node2 11924 1726884878.10530: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 11924 1726884878.10533: ^ 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 11924 1726884878.10547: getting variables 11924 1726884878.10548: in VariableManager get_vars() 11924 1726884878.10579: Calling all_inventory to load vars for managed_node2 11924 1726884878.10581: Calling groups_inventory to load vars for managed_node2 11924 1726884878.10582: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884878.10594: Calling all_plugins_play to load vars for managed_node2 11924 1726884878.10602: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884878.10606: Calling groups_plugins_play to load vars for managed_node2 11924 1726884878.11479: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884878.16022: done with get_vars() 11924 1726884878.16037: done getting variables TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 20 September 2024 22:14:38 -0400 (0:00:00.076) 0:00:43.500 ****** 11924 1726884878.16122: entering _queue_task() for managed_node2/mount 11924 1726884878.16417: worker is 1 (out of 1 available) 11924 1726884878.16427: exiting _queue_task() for managed_node2/mount 11924 1726884878.16439: done queuing things up, now waiting for results queue to drain 11924 1726884878.16440: waiting for pending results... 11924 1726884878.16736: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 11924 1726884878.16933: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010c5 11924 1726884878.16939: variable 'ansible_search_path' from source: unknown 11924 1726884878.16942: variable 'ansible_search_path' from source: unknown 11924 1726884878.17282: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884878.19547: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884878.19610: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884878.19749: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884878.19753: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884878.19825: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884878.19850: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884878.19902: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884878.20037: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884878.20041: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884878.20044: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884878.20046: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884878.20261: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884878.20265: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884878.20267: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884878.20270: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884878.20363: variable 'blivet_output' from source: set_fact 11924 1726884878.20480: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884878.20937: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884878.20941: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884878.20943: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884878.20994: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884878.21363: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884878.21366: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884878.21368: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884878.21461: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884878.21465: dumping result to json 11924 1726884878.21478: done dumping result, returning 11924 1726884878.21582: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-f4c0-2290-0000000010c5] 11924 1726884878.21586: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010c5 skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884878.21829: no more pending results, returning what we have 11924 1726884878.21834: results queue empty 11924 1726884878.21835: checking for any_errors_fatal 11924 1726884878.21845: done checking for any_errors_fatal 11924 1726884878.21847: checking for max_fail_percentage 11924 1726884878.21849: done checking for max_fail_percentage 11924 1726884878.21850: checking to see if all hosts have failed and the running result is not ok 11924 1726884878.21851: done checking to see if all hosts have failed 11924 1726884878.21851: getting the remaining hosts for this loop 11924 1726884878.21854: done getting the remaining hosts for this loop 11924 1726884878.21860: getting the next task for host managed_node2 11924 1726884878.21869: done getting next task for host managed_node2 11924 1726884878.21873: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884878.21877: ^ 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 11924 1726884878.21901: getting variables 11924 1726884878.21904: in VariableManager get_vars() 11924 1726884878.22076: Calling all_inventory to load vars for managed_node2 11924 1726884878.22079: Calling groups_inventory to load vars for managed_node2 11924 1726884878.22083: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884878.22095: Calling all_plugins_play to load vars for managed_node2 11924 1726884878.22101: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884878.22105: Calling groups_plugins_play to load vars for managed_node2 11924 1726884878.22734: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010c5 11924 1726884878.22744: WORKER PROCESS EXITING 11924 1726884878.23000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884878.23773: done with get_vars() 11924 1726884878.23796: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 20 September 2024 22:14:38 -0400 (0:00:00.077) 0:00:43.578 ****** 11924 1726884878.23932: entering _queue_task() for managed_node2/systemd 11924 1726884878.24314: worker is 1 (out of 1 available) 11924 1726884878.24327: exiting _queue_task() for managed_node2/systemd 11924 1726884878.24341: done queuing things up, now waiting for results queue to drain 11924 1726884878.24343: waiting for pending results... 11924 1726884878.24778: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884878.24928: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010c7 11924 1726884878.24954: variable 'ansible_search_path' from source: unknown 11924 1726884878.24972: variable 'ansible_search_path' from source: unknown 11924 1726884878.25032: calling self._execute() 11924 1726884878.25171: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884878.25237: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884878.25241: variable 'omit' from source: magic vars 11924 1726884878.25966: variable 'blivet_output' from source: set_fact 11924 1726884878.26035: Evaluated conditional (blivet_output['mounts']): True 11924 1726884878.26052: variable 'omit' from source: magic vars 11924 1726884878.26219: variable 'omit' from source: magic vars 11924 1726884878.26225: variable 'omit' from source: magic vars 11924 1726884878.26375: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884878.26453: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884878.26536: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884878.26612: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884878.26660: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884878.26664: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884878.26726: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884878.26887: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884878.26893: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884878.26897: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884878.27105: Set connection var ansible_shell_executable to /bin/sh 11924 1726884878.27115: Set connection var ansible_connection to ssh 11924 1726884878.27161: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884878.27166: Set connection var ansible_timeout to 10 11924 1726884878.27169: Set connection var ansible_pipelining to False 11924 1726884878.27172: Set connection var ansible_shell_type to sh 11924 1726884878.27287: variable 'ansible_shell_executable' from source: unknown 11924 1726884878.27328: variable 'ansible_connection' from source: unknown 11924 1726884878.27384: variable 'ansible_module_compression' from source: unknown 11924 1726884878.27387: variable 'ansible_shell_type' from source: unknown 11924 1726884878.27390: variable 'ansible_shell_executable' from source: unknown 11924 1726884878.27392: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884878.27428: variable 'ansible_pipelining' from source: unknown 11924 1726884878.27432: variable 'ansible_timeout' from source: unknown 11924 1726884878.27553: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884878.27895: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884878.28091: variable 'omit' from source: magic vars 11924 1726884878.28096: starting attempt loop 11924 1726884878.28099: running the handler 11924 1726884878.28102: _low_level_execute_command(): starting 11924 1726884878.28104: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884878.29343: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884878.29418: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884878.29447: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884878.29477: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884878.29640: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884878.31324: stdout chunk (state=3): >>>/root <<< 11924 1726884878.31468: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884878.31473: stdout chunk (state=3): >>><<< 11924 1726884878.31476: stderr chunk (state=3): >>><<< 11924 1726884878.31491: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884878.31531: _low_level_execute_command(): starting 11924 1726884878.31535: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884878.3149276-13788-264888318401397 `" && echo ansible-tmp-1726884878.3149276-13788-264888318401397="` echo /root/.ansible/tmp/ansible-tmp-1726884878.3149276-13788-264888318401397 `" ) && sleep 0' 11924 1726884878.31992: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884878.31996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884878.32010: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884878.32013: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884878.32058: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884878.32063: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884878.32124: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884878.34253: stdout chunk (state=3): >>>ansible-tmp-1726884878.3149276-13788-264888318401397=/root/.ansible/tmp/ansible-tmp-1726884878.3149276-13788-264888318401397 <<< 11924 1726884878.34261: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884878.34290: stderr chunk (state=3): >>><<< 11924 1726884878.34295: stdout chunk (state=3): >>><<< 11924 1726884878.34460: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884878.3149276-13788-264888318401397=/root/.ansible/tmp/ansible-tmp-1726884878.3149276-13788-264888318401397 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884878.34467: variable 'ansible_module_compression' from source: unknown 11924 1726884878.34470: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 11924 1726884878.34543: variable 'ansible_facts' from source: unknown 11924 1726884878.34802: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884878.3149276-13788-264888318401397/AnsiballZ_systemd.py 11924 1726884878.35060: Sending initial data 11924 1726884878.35063: Sent initial data (156 bytes) 11924 1726884878.35652: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884878.35685: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884878.35790: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884878.35818: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884878.35905: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884878.37489: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884878.37600: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884878.37683: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp5q5gf8xa /root/.ansible/tmp/ansible-tmp-1726884878.3149276-13788-264888318401397/AnsiballZ_systemd.py <<< 11924 1726884878.37687: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884878.3149276-13788-264888318401397/AnsiballZ_systemd.py" <<< 11924 1726884878.37728: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp5q5gf8xa" to remote "/root/.ansible/tmp/ansible-tmp-1726884878.3149276-13788-264888318401397/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884878.3149276-13788-264888318401397/AnsiballZ_systemd.py" <<< 11924 1726884878.39208: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884878.39228: stderr chunk (state=3): >>><<< 11924 1726884878.39242: stdout chunk (state=3): >>><<< 11924 1726884878.39267: done transferring module to remote 11924 1726884878.39280: _low_level_execute_command(): starting 11924 1726884878.39284: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884878.3149276-13788-264888318401397/ /root/.ansible/tmp/ansible-tmp-1726884878.3149276-13788-264888318401397/AnsiballZ_systemd.py && sleep 0' 11924 1726884878.39930: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884878.39934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884878.39937: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884878.39939: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884878.40102: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884878.40116: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884878.40159: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884878.41935: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884878.41959: stderr chunk (state=3): >>><<< 11924 1726884878.41962: stdout chunk (state=3): >>><<< 11924 1726884878.41979: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884878.41984: _low_level_execute_command(): starting 11924 1726884878.41987: _low_level_execute_command(): using become for this command 11924 1726884878.41998: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-gcbgwolnqaqstlbyakfrzhdyxhuwcqjf ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884878.3149276-13788-264888318401397/AnsiballZ_systemd.py'"'"' && sleep 0' 11924 1726884878.42081: Initial state: awaiting_escalation: BECOME-SUCCESS-gcbgwolnqaqstlbyakfrzhdyxhuwcqjf 11924 1726884878.42474: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884878.42477: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884878.42518: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884878.42523: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884878.42591: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884878.45603: stdout chunk (state=1): >>>BECOME-SUCCESS-gcbgwolnqaqstlbyakfrzhdyxhuwcqjf <<< 11924 1726884878.45613: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-gcbgwolnqaqstlbyakfrzhdyxhuwcqjf' 11924 1726884878.45962: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884878.45972: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884878.46043: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884878.46107: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884878.46161: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884878.46215: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884878.46253: 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' # <<< 11924 1726884878.46275: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884878.46307: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884878.46345: 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 0x7f9cbb4183e0> <<< 11924 1726884878.46393: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb3e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb41a960> <<< 11924 1726884878.46423: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # <<< 11924 1726884878.46463: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884878.46495: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884878.46607: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # <<< 11924 1726884878.46671: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884878.46681: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884878.46747: 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 <<< 11924 1726884878.46772: 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 0x7f9cbb208fe0> <<< 11924 1726884878.46858: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884878.46879: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb209fd0> import 'site' # <<< 11924 1726884878.46925: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884878.47286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884878.47324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884878.47407: 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' <<< 11924 1726884878.47413: 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' <<< 11924 1726884878.47566: 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 0x7f9cbb247ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884878.47570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884878.47598: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb247f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884878.47621: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884878.47736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 11924 1726884878.47814: 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 0x7f9cbb27f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb27ff80> import '_collections' # <<< 11924 1726884878.47872: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb25fb90> import '_functools' # <<< 11924 1726884878.47891: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb25d2b0> <<< 11924 1726884878.47938: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb245070> <<< 11924 1726884878.48005: 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' <<< 11924 1726884878.48080: 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' <<< 11924 1726884878.48106: 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 0x7f9cbb2a3860> <<< 11924 1726884878.48180: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2a2480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884878.48253: 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 0x7f9cbb25e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2a0cb0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2d48c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2442f0> <<< 11924 1726884878.48353: 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 0x7f9cbb2d4d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2d4c20> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cbb2d4fb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb242e10> <<< 11924 1726884878.48410: 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 <<< 11924 1726884878.48453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884878.48520: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2d5670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2d5340> import 'importlib.machinery' # <<< 11924 1726884878.48524: 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 0x7f9cbb2d6570> <<< 11924 1726884878.48562: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884878.48565: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884878.48622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884878.48625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884878.48669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2ec7a0> import 'errno' # <<< 11924 1726884878.48672: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884878.48718: 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 0x7f9cbb2ede50> <<< 11924 1726884878.48722: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884878.48763: 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' <<< 11924 1726884878.48766: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2eecf0> <<< 11924 1726884878.48810: 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 0x7f9cbb2ef320> <<< 11924 1726884878.48825: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2ee240> <<< 11924 1726884878.48861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884878.48866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884878.48902: 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 0x7f9cbb2efda0> <<< 11924 1726884878.48916: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2ef4d0> <<< 11924 1726884878.48969: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2d65d0> <<< 11924 1726884878.48994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884878.49015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884878.49031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884878.49056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884878.49109: 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 0x7f9cbafd3cb0> <<< 11924 1726884878.49124: 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' <<< 11924 1726884878.49154: 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 0x7f9cbaffc800> <<< 11924 1726884878.49182: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbaffc560> <<< 11924 1726884878.49219: 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 0x7f9cbaffc680> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884878.49231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884878.49323: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884878.49441: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cbaffd040> <<< 11924 1726884878.49597: 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 0x7f9cbaffd970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbaffc8f0> <<< 11924 1726884878.49601: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbafd1e50> <<< 11924 1726884878.49631: 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' <<< 11924 1726884878.49654: 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 0x7f9cbaffed20> <<< 11924 1726884878.49707: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbaffd7f0> <<< 11924 1726884878.49767: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2d6cc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884878.49835: 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 <<< 11924 1726884878.49867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884878.49968: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb02b0b0> <<< 11924 1726884878.50027: 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 <<< 11924 1726884878.50079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884878.50082: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb053470> <<< 11924 1726884878.50205: 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' <<< 11924 1726884878.50210: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884878.50215: 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 0x7f9cbb0ac290> <<< 11924 1726884878.50342: 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' <<< 11924 1726884878.50345: 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' <<< 11924 1726884878.50429: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb0ae9f0> <<< 11924 1726884878.50499: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb0ac3b0> <<< 11924 1726884878.50585: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb079280> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba925370> <<< 11924 1726884878.50628: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb052270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbafffc80> <<< 11924 1726884878.50763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884878.50767: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9cbb052870> <<< 11924 1726884878.51361: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_b9uqudjb/ansible_systemd_payload.zip' <<< 11924 1726884878.51365: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.51467: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.51499: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884878.51510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884878.51589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884878.51691: 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 0x7f9cba98f0e0> import '_typing' # <<< 11924 1726884878.51947: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba969fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba969160> # zipimport: zlib available <<< 11924 1726884878.52014: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884878.53332: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.54484: 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' <<< 11924 1726884878.54517: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba98cf80> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884878.54544: 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' <<< 11924 1726884878.54589: 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' <<< 11924 1726884878.54599: 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 0x7f9cba9beae0> <<< 11924 1726884878.54729: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba9be870> <<< 11924 1726884878.54732: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba9be180> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884878.54867: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba9be5d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba98fb00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba9bf7a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba9bf9e0> <<< 11924 1726884878.54964: 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' # <<< 11924 1726884878.54990: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba9bfef0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884878.55038: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba829c70> <<< 11924 1726884878.55094: 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 0x7f9cba82b890> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884878.55153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884878.55202: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba82c260> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884878.55301: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba82d3d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884878.55390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba82fe90> <<< 11924 1726884878.55445: 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 0x7f9cbb242db0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba82e150> <<< 11924 1726884878.55527: 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 <<< 11924 1726884878.55720: 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 0x7f9cba837da0> <<< 11924 1726884878.55723: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884878.55805: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba836870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba8365d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884878.55895: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba836b40> <<< 11924 1726884878.56020: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba82e660> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba87bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba87c0e0> <<< 11924 1726884878.56052: 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' <<< 11924 1726884878.56147: 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 0x7f9cba87dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba87d9d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba880200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba87e300> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884878.56252: 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' # <<< 11924 1726884878.56319: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba8839e0> <<< 11924 1726884878.56438: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba8803b0> <<< 11924 1726884878.56537: stdout 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 0x7f9cba884830> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba884a40> <<< 11924 1726884878.56670: stdout 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 0x7f9cba884cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba87c320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884878.56718: 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 0x7f9cba710380> <<< 11924 1726884878.56884: 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 0x7f9cba711850> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba886b10> <<< 11924 1726884878.56911: 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 0x7f9cba887ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba886720> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884878.57003: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.57145: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.57223: 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 <<< 11924 1726884878.57295: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.57451: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.57926: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.58446: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884878.58453: 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' # <<< 11924 1726884878.58484: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884878.58518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884878.58564: 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 0x7f9cba715b20> <<< 11924 1726884878.58637: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884878.58640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884878.58666: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba716900> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba7119d0> <<< 11924 1726884878.58738: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884878.58769: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884878.58795: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.58935: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.59117: 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 0x7f9cba716a50> # zipimport: zlib available <<< 11924 1726884878.59549: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.59996: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.60069: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.60152: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884878.60157: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.60189: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.60235: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884878.60245: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.60308: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.60404: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884878.60426: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884878.60450: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.60521: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.60524: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884878.60543: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.60748: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.60978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884878.61040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884878.61052: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884878.61121: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba717c20> <<< 11924 1726884878.61132: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.61210: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.61280: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884878.61288: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884878.61318: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.61358: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.61403: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884878.61405: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.61457: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.61499: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.61559: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.61624: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884878.61670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884878.61758: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba722600> <<< 11924 1726884878.61795: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba71de50> <<< 11924 1726884878.61820: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884878.61838: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.61899: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.61965: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.61990: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.62033: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884878.62045: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884878.62058: 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 <<< 11924 1726884878.62080: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884878.62105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884878.62163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884878.62190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884878.62204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884878.62277: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba80ae70> <<< 11924 1726884878.62314: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba9eeb40> <<< 11924 1726884878.62404: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba722780> <<< 11924 1726884878.62425: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba884d10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884878.62464: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.62495: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884878.62533: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884878.62592: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.62595: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.62597: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884878.62795: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.62995: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.63019: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.63028: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.63083: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.63116: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.63158: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.63209: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 11924 1726884878.63222: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.63277: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.63352: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.63374: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.63421: 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 <<< 11924 1726884878.63478: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 11924 1726884878.63506: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884878.63567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884878.63589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884878.63640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884878.63671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884878.63673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884878.63711: 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 0x7f9cba4171d0> <<< 11924 1726884878.63737: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba416600> <<< 11924 1726884878.63806: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba414b00> <<< 11924 1726884878.64036: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba7b3110> <<< 11924 1726884878.64108: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba7b1070> import 'ansible.module_utils.compat.typing' # <<< 11924 1726884878.64124: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.64302: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.64472: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.64516: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.64570: 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' <<< 11924 1726884878.64589: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 11924 1726884878.64617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 11924 1726884878.64627: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 11924 1726884878.64646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 11924 1726884878.64666: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba7b34d0> <<< 11924 1726884878.64691: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 11924 1726884878.64720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 11924 1726884878.64741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884878.64778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884878.64804: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 11924 1726884878.64815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 11924 1726884878.64834: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba4852e0> <<< 11924 1726884878.64870: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884878.64879: 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 0x7f9cba485610> <<< 11924 1726884878.64929: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba48ce00> <<< 11924 1726884878.64950: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba48c0b0> <<< 11924 1726884878.64971: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba7a1c10> <<< 11924 1726884878.64990: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba7a1130> <<< 11924 1726884878.65008: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 11924 1726884878.65044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 11924 1726884878.65059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 11924 1726884878.65075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 11924 1726884878.65092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 11924 1726884878.65109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 11924 1726884878.65144: 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 0x7f9cba2b81d0> <<< 11924 1726884878.65154: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba487a70> <<< 11924 1726884878.65176: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884878.65185: 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 0x7f9cba487c20> <<< 11924 1726884878.65194: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba486ea0> <<< 11924 1726884878.65217: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 11924 1726884878.65234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 11924 1726884878.65254: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba2b8260> <<< 11924 1726884878.65272: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 11924 1726884878.65319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884878.65346: 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 0x7f9cba2bade0> <<< 11924 1726884878.65381: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba2b8dd0> <<< 11924 1726884878.65409: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba7a0da0> <<< 11924 1726884878.65416: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 11924 1726884878.65421: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 11924 1726884878.65445: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.65462: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.65469: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 11924 1726884878.65480: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.65544: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.65602: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 11924 1726884878.65613: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.65660: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.65715: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 11924 1726884878.65720: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.65746: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.65757: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 11924 1726884878.65762: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.65798: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.65837: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 11924 1726884878.65854: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.65892: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.65943: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 11924 1726884878.65948: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.65996: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.66044: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 11924 1726884878.66050: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.66109: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.66169: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.66232: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.66292: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 11924 1726884878.66306: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.66794: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.67222: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 11924 1726884878.67233: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.67287: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.67343: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.67380: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.67415: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 11924 1726884878.67453: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 11924 1726884878.67469: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.67500: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 11924 1726884878.67519: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.67578: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.67631: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 11924 1726884878.67635: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.67675: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.67706: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 11924 1726884878.67710: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.67739: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.67776: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 11924 1726884878.67817: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.67861: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.67951: 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' <<< 11924 1726884878.67981: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba2bb860> <<< 11924 1726884878.68002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884878.68040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884878.68163: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba2e88c0> <<< 11924 1726884878.68191: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 11924 1726884878.68244: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.68334: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 11924 1726884878.68354: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.68416: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.68515: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 11924 1726884878.68527: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.68589: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.68663: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 11924 1726884878.68713: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.68763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884878.68822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884878.68891: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884878.68958: 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 0x7f9cba3033e0> <<< 11924 1726884878.69136: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba2ebe90> <<< 11924 1726884878.69166: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 11924 1726884878.69219: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.69270: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 11924 1726884878.69274: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.69367: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.69452: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.69574: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.69729: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 11924 1726884878.69732: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.69788: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.69822: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 11924 1726884878.69839: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.69872: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.69930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 11924 1726884878.69945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 11924 1726884878.69985: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884878.69988: 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 0x7f9cba316db0> <<< 11924 1726884878.70020: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba316a20> import 'ansible.module_utils.facts.system.user' # <<< 11924 1726884878.70023: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.70050: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 11924 1726884878.70089: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.70135: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 11924 1726884878.70153: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.70299: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.70457: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 11924 1726884878.70466: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.70568: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.70669: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.70715: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.70761: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 11924 1726884878.70771: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 11924 1726884878.70777: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.70825: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.70834: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.70975: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.71127: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 11924 1726884878.71131: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 11924 1726884878.71263: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.71399: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 11924 1726884878.71403: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.71436: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.71471: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.72030: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.72542: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 11924 1726884878.72551: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 11924 1726884878.72569: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.72670: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.72781: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 11924 1726884878.72785: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.72889: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.72994: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 11924 1726884878.73002: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.73154: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.73314: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 11924 1726884878.73320: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.73345: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 11924 1726884878.73365: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.73411: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.73460: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 11924 1726884878.73463: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.73573: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.73668: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.73888: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.74080: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 11924 1726884878.74097: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 11924 1726884878.74142: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.74177: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 11924 1726884878.74193: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.74209: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.74246: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 11924 1726884878.74249: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.74328: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.74424: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 11924 1726884878.74427: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.74474: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 11924 1726884878.74570: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.74651: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 11924 1726884878.74677: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.74722: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 11924 1726884878.74750: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.75018: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.75298: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 11924 1726884878.75340: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.75400: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 11924 1726884878.75410: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.75449: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.75492: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 11924 1726884878.75497: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.75545: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.75574: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 11924 1726884878.75577: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.75623: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.75650: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 11924 1726884878.75672: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.75754: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.75837: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available <<< 11924 1726884878.75878: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 11924 1726884878.75909: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.76013: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available <<< 11924 1726884878.76017: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.76080: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884878.76123: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.76205: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.76320: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 11924 1726884878.76333: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available <<< 11924 1726884878.76340: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.76402: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 11924 1726884878.76405: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.76602: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.76794: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 11924 1726884878.76809: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.76851: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.76903: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 11924 1726884878.76910: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.76963: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.77007: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 11924 1726884878.77021: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.77102: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.77184: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 11924 1726884878.77199: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 11924 1726884878.77208: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.77309: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.77410: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 11924 1726884878.77413: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available <<< 11924 1726884878.77598: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884878.77890: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 11924 1726884878.77894: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.01017: 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}}} <<< 11924 1726884879.01687: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884879.01722: 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 <<< 11924 1726884879.01773: stdout chunk (state=3): >>># cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib <<< 11924 1726884879.01840: stdout chunk (state=3): >>># cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing 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 <<< 11924 1726884879.01851: stdout chunk (state=3): >>># cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing 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 <<< 11924 1726884879.01984: 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 # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_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] remov<<< 11924 1726884879.01989: stdout chunk (state=3): >>>ing 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 <<< 11924 1726884879.02039: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # 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 <<< 11924 1726884879.02539: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884879.02542: 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 # 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 <<< 11924 1726884879.02544: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale <<< 11924 1726884879.02559: stdout chunk (state=3): >>># destroy locale # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884879.02593: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884879.02611: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 11924 1726884879.02662: 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 <<< 11924 1726884879.02854: stdout chunk (state=3): >>># destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle <<< 11924 1726884879.02859: 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 # destroy fcntl # destroy datetime # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json <<< 11924 1726884879.02862: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 11924 1726884879.02878: 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 <<< 11924 1726884879.02939: stdout chunk (state=3): >>># cleanup[3] wiping configparser <<< 11924 1726884879.02942: 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 <<< 11924 1726884879.02986: 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 <<< 11924 1726884879.02998: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib <<< 11924 1726884879.03105: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 11924 1726884879.03124: 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 <<< 11924 1726884879.03278: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884879.03348: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884879.03429: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode <<< 11924 1726884879.03452: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 11924 1726884879.03564: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884879.03570: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884879.03637: 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 <<< 11924 1726884879.03641: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 11924 1726884879.03732: stdout chunk (state=3): >>># 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 <<< 11924 1726884879.04407: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884879.04417: stdout chunk (state=3): >>><<< 11924 1726884879.04429: stderr chunk (state=3): >>><<< 11924 1726884879.04578: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb4183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb3e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb41a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb208fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb209fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb247ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb247f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb27f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb27ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb25fb90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb25d2b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb245070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2a3860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2a2480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb25e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2a0cb0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2d48c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2442f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cbb2d4d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2d4c20> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cbb2d4fb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb242e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2d5670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2d5340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2d6570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2ec7a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cbb2ede50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2eecf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cbb2ef320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2ee240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cbb2efda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2ef4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2d65d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cbafd3cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cbaffc800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbaffc560> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cbaffc680> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cbaffd040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cbaffd970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbaffc8f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbafd1e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbaffed20> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbaffd7f0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb2d6cc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb02b0b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb053470> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb0ac290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb0ae9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb0ac3b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb079280> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba925370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbb052270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cbafffc80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9cbb052870> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_b9uqudjb/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 0x7f9cba98f0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba969fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba969160> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba98cf80> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba9beae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba9be870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba9be180> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba9be5d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba98fb00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba9bf7a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba9bf9e0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba9bfef0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba829c70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba82b890> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba82c260> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba82d3d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba82fe90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cbb242db0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba82e150> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba837da0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba836870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba8365d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba836b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba82e660> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba87bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba87c0e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba87dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba87d9d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba880200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba87e300> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba8839e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba8803b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba884830> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba884a40> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba884cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba87c320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba710380> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba711850> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba886b10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba887ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba886720> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba715b20> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba716900> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba7119d0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba716a50> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba717c20> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cba722600> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba71de50> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba80ae70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba9eeb40> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba722780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba884d10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f9cba4171d0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba416600> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba414b00> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba7b3110> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba7b1070> 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 0x7f9cba7b34d0> # /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 0x7f9cba4852e0> # 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 0x7f9cba485610> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba48ce00> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba48c0b0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba7a1c10> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba7a1130> # /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 0x7f9cba2b81d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba487a70> # 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 0x7f9cba487c20> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba486ea0> # /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 0x7f9cba2b8260> # /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 0x7f9cba2bade0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba2b8dd0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba7a0da0> 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 0x7f9cba2bb860> # /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 0x7f9cba2e88c0> 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 0x7f9cba3033e0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba2ebe90> 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 0x7f9cba316db0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cba316a20> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884879.06603: 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-1726884878.3149276-13788-264888318401397/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884879.06607: _low_level_execute_command(): starting 11924 1726884879.06609: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884878.3149276-13788-264888318401397/ > /dev/null 2>&1 && sleep 0' 11924 1726884879.06611: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884879.06614: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884879.06617: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884879.06619: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884879.06621: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884879.06623: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884879.08478: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884879.08540: stderr chunk (state=3): >>><<< 11924 1726884879.08551: stdout chunk (state=3): >>><<< 11924 1726884879.08582: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884879.08762: handler run complete 11924 1726884879.08766: attempt loop complete, returning result 11924 1726884879.08769: _execute() done 11924 1726884879.08771: dumping result to json 11924 1726884879.08772: done dumping result, returning 11924 1726884879.08774: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-f4c0-2290-0000000010c7] 11924 1726884879.08777: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010c7 11924 1726884879.08841: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010c7 11924 1726884879.08844: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "name": null, "status": {} } 11924 1726884879.08919: no more pending results, returning what we have 11924 1726884879.08923: results queue empty 11924 1726884879.08924: checking for any_errors_fatal 11924 1726884879.08934: done checking for any_errors_fatal 11924 1726884879.08935: checking for max_fail_percentage 11924 1726884879.08936: done checking for max_fail_percentage 11924 1726884879.08937: checking to see if all hosts have failed and the running result is not ok 11924 1726884879.08938: done checking to see if all hosts have failed 11924 1726884879.08939: getting the remaining hosts for this loop 11924 1726884879.08941: done getting the remaining hosts for this loop 11924 1726884879.08945: getting the next task for host managed_node2 11924 1726884879.08953: done getting next task for host managed_node2 11924 1726884879.08959: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 11924 1726884879.08963: ^ 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 11924 1726884879.08976: getting variables 11924 1726884879.08978: in VariableManager get_vars() 11924 1726884879.09016: Calling all_inventory to load vars for managed_node2 11924 1726884879.09019: Calling groups_inventory to load vars for managed_node2 11924 1726884879.09021: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884879.09032: Calling all_plugins_play to load vars for managed_node2 11924 1726884879.09036: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884879.09039: Calling groups_plugins_play to load vars for managed_node2 11924 1726884879.09879: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884879.10604: done with get_vars() 11924 1726884879.10621: done getting variables TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 20 September 2024 22:14:39 -0400 (0:00:00.868) 0:00:44.446 ****** 11924 1726884879.10788: entering _queue_task() for managed_node2/mount 11924 1726884879.11246: worker is 1 (out of 1 available) 11924 1726884879.11270: exiting _queue_task() for managed_node2/mount 11924 1726884879.11281: done queuing things up, now waiting for results queue to drain 11924 1726884879.11283: waiting for pending results... 11924 1726884879.11621: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 11924 1726884879.11853: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010c8 11924 1726884879.11926: variable 'ansible_search_path' from source: unknown 11924 1726884879.11930: variable 'ansible_search_path' from source: unknown 11924 1726884879.12732: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884879.16618: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884879.16692: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884879.16742: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884879.16793: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884879.16828: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884879.16931: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884879.17005: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884879.17052: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884879.17090: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884879.17261: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884879.17265: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884879.17267: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884879.17270: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884879.17272: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884879.17282: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884879.17342: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884879.17373: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884879.17410: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884879.17453: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884879.17475: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884879.17639: variable 'blivet_output' from source: set_fact 11924 1726884879.17748: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884879.17922: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884879.17971: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884879.18007: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884879.18046: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884879.18238: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884879.18395: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884879.18404: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884879.18522: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884879.18965: variable 'omit' from source: magic vars 11924 1726884879.19374: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884879.19499: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884879.19504: variable 'omit' from source: magic vars 11924 1726884879.19752: variable 'omit' from source: magic vars 11924 1726884879.19928: variable 'omit' from source: magic vars 11924 1726884879.20486: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884879.20489: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884879.20491: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884879.20493: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884879.20495: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884879.20545: variable 'mount_info' from source: unknown 11924 1726884879.20557: variable 'omit' from source: magic vars 11924 1726884879.20794: variable 'mount_info' from source: unknown 11924 1726884879.20991: variable 'mount_info' from source: unknown 11924 1726884879.21015: variable 'omit' from source: magic vars 11924 1726884879.21149: variable 'mount_info' from source: unknown 11924 1726884879.21167: variable 'omit' from source: magic vars 11924 1726884879.21259: variable 'mount_info' from source: unknown 11924 1726884879.21282: variable 'omit' from source: magic vars 11924 1726884879.21315: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884879.21346: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884879.21378: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884879.21470: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884879.21475: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884879.21478: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884879.21480: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884879.21560: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884879.21564: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884879.21566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884879.21660: Set connection var ansible_shell_executable to /bin/sh 11924 1726884879.21669: Set connection var ansible_connection to ssh 11924 1726884879.21682: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884879.21697: Set connection var ansible_timeout to 10 11924 1726884879.21715: Set connection var ansible_pipelining to False 11924 1726884879.21760: Set connection var ansible_shell_type to sh 11924 1726884879.21763: variable 'ansible_shell_executable' from source: unknown 11924 1726884879.21765: variable 'ansible_connection' from source: unknown 11924 1726884879.21767: variable 'ansible_module_compression' from source: unknown 11924 1726884879.21771: variable 'ansible_shell_type' from source: unknown 11924 1726884879.21779: variable 'ansible_shell_executable' from source: unknown 11924 1726884879.21786: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884879.21798: variable 'ansible_pipelining' from source: unknown 11924 1726884879.21809: variable 'ansible_timeout' from source: unknown 11924 1726884879.21822: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884879.22110: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884879.22161: variable 'omit' from source: magic vars 11924 1726884879.22172: starting attempt loop 11924 1726884879.22179: running the handler 11924 1726884879.22266: _low_level_execute_command(): starting 11924 1726884879.22329: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884879.23235: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884879.23287: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884879.23310: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884879.23342: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884879.23439: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884879.25150: stdout chunk (state=3): >>>/root <<< 11924 1726884879.25331: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884879.25408: stderr chunk (state=3): >>><<< 11924 1726884879.25411: stdout chunk (state=3): >>><<< 11924 1726884879.25566: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884879.25571: _low_level_execute_command(): starting 11924 1726884879.25574: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884879.254566-13825-1558551373443 `" && echo ansible-tmp-1726884879.254566-13825-1558551373443="` echo /root/.ansible/tmp/ansible-tmp-1726884879.254566-13825-1558551373443 `" ) && sleep 0' 11924 1726884879.26096: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884879.26112: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884879.26128: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884879.26147: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884879.26166: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884879.26264: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884879.26285: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884879.26309: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884879.26398: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884879.28396: stdout chunk (state=3): >>>ansible-tmp-1726884879.254566-13825-1558551373443=/root/.ansible/tmp/ansible-tmp-1726884879.254566-13825-1558551373443 <<< 11924 1726884879.28654: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884879.28677: stdout chunk (state=3): >>><<< 11924 1726884879.28694: stderr chunk (state=3): >>><<< 11924 1726884879.28722: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884879.254566-13825-1558551373443=/root/.ansible/tmp/ansible-tmp-1726884879.254566-13825-1558551373443 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884879.28818: variable 'ansible_module_compression' from source: unknown 11924 1726884879.28863: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 11924 1726884879.28907: variable 'ansible_facts' from source: unknown 11924 1726884879.29057: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884879.254566-13825-1558551373443/AnsiballZ_mount.py 11924 1726884879.29276: Sending initial data 11924 1726884879.29279: Sent initial data (151 bytes) 11924 1726884879.30318: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884879.30386: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884879.30405: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884879.30433: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884879.30552: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884879.32154: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884879.32200: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884879.32263: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpuzic68f1 /root/.ansible/tmp/ansible-tmp-1726884879.254566-13825-1558551373443/AnsiballZ_mount.py <<< 11924 1726884879.32266: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884879.254566-13825-1558551373443/AnsiballZ_mount.py" <<< 11924 1726884879.32308: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpuzic68f1" to remote "/root/.ansible/tmp/ansible-tmp-1726884879.254566-13825-1558551373443/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884879.254566-13825-1558551373443/AnsiballZ_mount.py" <<< 11924 1726884879.34159: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884879.34171: stdout chunk (state=3): >>><<< 11924 1726884879.34599: stderr chunk (state=3): >>><<< 11924 1726884879.34603: done transferring module to remote 11924 1726884879.34606: _low_level_execute_command(): starting 11924 1726884879.34608: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884879.254566-13825-1558551373443/ /root/.ansible/tmp/ansible-tmp-1726884879.254566-13825-1558551373443/AnsiballZ_mount.py && sleep 0' 11924 1726884879.35682: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884879.35686: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884879.35747: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884879.35750: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884879.35996: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884879.36048: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884879.37972: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884879.37999: stderr chunk (state=3): >>><<< 11924 1726884879.38010: stdout chunk (state=3): >>><<< 11924 1726884879.38075: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884879.38098: _low_level_execute_command(): starting 11924 1726884879.38120: _low_level_execute_command(): using become for this command 11924 1726884879.38153: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-yoegekwokammmfbqqgqdiwpkrkfkaqev ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884879.254566-13825-1558551373443/AnsiballZ_mount.py'"'"' && sleep 0' 11924 1726884879.38465: Initial state: awaiting_escalation: BECOME-SUCCESS-yoegekwokammmfbqqgqdiwpkrkfkaqev 11924 1726884879.39503: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884879.39507: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884879.39891: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884879.39939: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884879.43092: stdout chunk (state=1): >>>BECOME-SUCCESS-yoegekwokammmfbqqgqdiwpkrkfkaqev <<< 11924 1726884879.43095: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-yoegekwokammmfbqqgqdiwpkrkfkaqev' 11924 1726884879.43485: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884879.43508: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884879.43547: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884879.43588: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884879.43621: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884879.43701: stdout chunk (state=3): >>># installing zipimport hook import 'time' # <<< 11924 1726884879.43721: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 11924 1726884879.43751: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884879.43783: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884879.43821: 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 0x7f4eae3103e0> <<< 11924 1726884879.43856: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae2dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 11924 1726884879.43935: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae312960> <<< 11924 1726884879.43939: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884879.43952: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884879.43977: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884879.44057: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884879.44166: 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' <<< 11924 1726884879.44179: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884879.44211: 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' <<< 11924 1726884879.44372: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae104fe0> <<< 11924 1726884879.44376: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae105fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884879.44600: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884879.44622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884879.44643: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884879.44669: 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 <<< 11924 1726884879.44969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884879.44975: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884879.45004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae143ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae143f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae17b860> <<< 11924 1726884879.45037: 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 0x7f4eae17bef0> <<< 11924 1726884879.45059: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884879.45105: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae15bb60> <<< 11924 1726884879.45117: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884879.45141: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1592b0> <<< 11924 1726884879.45230: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae141070> <<< 11924 1726884879.45250: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884879.45285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884879.45326: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884879.45330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884879.45401: 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' <<< 11924 1726884879.45443: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae19f860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae19e480> <<< 11924 1726884879.45472: 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 0x7f4eae15a180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae19cbc0> <<< 11924 1726884879.45531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884879.45568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1d08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1402f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884879.45643: 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 0x7f4eae1d0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1d0c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884879.45738: 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 0x7f4eae1d1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae13ee10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884879.45760: 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 0x7f4eae1d1670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1d1370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 11924 1726884879.45784: 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 0x7f4eae1d2540> <<< 11924 1726884879.45814: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884879.45943: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884879.45996: 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 0x7f4eae1e8740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eae1e9e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884879.46000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884879.46027: 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' <<< 11924 1726884879.46043: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1eacf0> <<< 11924 1726884879.46075: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884879.46474: 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 0x7f4eae1eb320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1ea270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884879.46571: 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 0x7f4eae1ebda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1eb4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1d24b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eadf73c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eadf9c740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eadf9c4a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eadf9c770> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884879.46658: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eadf9d0a0> <<< 11924 1726884879.46769: 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 0x7f4eadf9da90> <<< 11924 1726884879.46791: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eadf9c950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eadf71df0> <<< 11924 1726884879.46821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884879.46837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884879.46882: 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 0x7f4eadf9ee70> <<< 11924 1726884879.46926: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eadf9dbe0> <<< 11924 1726884879.46929: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1d2c60> <<< 11924 1726884879.46948: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884879.47033: 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 <<< 11924 1726884879.47066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884879.47167: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eadfc3200> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884879.47172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884879.47198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884879.47213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884879.47271: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eadfef590> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884879.47372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884879.47375: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884879.47400: 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 0x7f4eae04c380> <<< 11924 1726884879.47512: 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 <<< 11924 1726884879.47515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884879.47598: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae04eae0> <<< 11924 1726884879.47676: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae04c4a0> <<< 11924 1726884879.47753: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae0193a0> <<< 11924 1726884879.47759: 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 0x7f4ead929400> <<< 11924 1726884879.47988: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eadfee390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eadf9fdd0> <<< 11924 1726884879.47991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4eadfee6f0> <<< 11924 1726884879.48236: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_jmoh_av7/ansible_mount_payload.zip' <<< 11924 1726884879.48257: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.48371: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.48409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884879.48529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884879.48557: 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' <<< 11924 1726884879.48583: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead9870b0> import '_typing' # <<< 11924 1726884879.48761: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead95dfa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead95d100> # zipimport: zlib available <<< 11924 1726884879.48801: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884879.48832: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884879.48863: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884879.50281: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.51440: 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' <<< 11924 1726884879.51473: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead984f80> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884879.51717: 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' <<< 11924 1726884879.51721: 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 0x7f4ead9aaa80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead9aa810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead9aa120> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead9aa570> <<< 11924 1726884879.51727: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead987d40> import 'atexit' # <<< 11924 1726884879.51745: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884879.51773: 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 0x7f4ead9ab770> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884879.51799: 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 0x7f4ead9ab9b0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884879.51852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884879.51871: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884879.51924: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead9abef0> import 'pwd' # <<< 11924 1726884879.51945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884879.51967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884879.52046: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead819d30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead81b950> <<< 11924 1726884879.52066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884879.52088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884879.52111: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead81c320> <<< 11924 1726884879.52142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884879.52275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884879.52279: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead81d4c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884879.52322: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead81fef0> <<< 11924 1726884879.52774: 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 0x7f4ead95f950> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead81e1b0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead827ef0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead8269c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead826720> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884879.52879: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead826c90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead81e6c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead86bfe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead86c2f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 11924 1726884879.52931: 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 0x7f4ead86ddc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead86db80> <<< 11924 1726884879.52938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884879.53058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884879.53104: 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 0x7f4ead870260> <<< 11924 1726884879.53130: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead86e450> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884879.53180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884879.53253: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead873a40> <<< 11924 1726884879.53381: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead870410> <<< 11924 1726884879.53445: stdout 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 0x7f4ead874d70> <<< 11924 1726884879.53538: stdout 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 0x7f4ead874c20> <<< 11924 1726884879.53569: stdout 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 0x7f4ead874e90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead86c4d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884879.53590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884879.53618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884879.53637: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884879.53660: 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 0x7f4ead7005c0> <<< 11924 1726884879.53889: 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 0x7f4ead7019d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead876d20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead8778f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead876900> # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884879.53933: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884879.54004: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.54150: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884879.54153: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.54168: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884879.54277: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.54434: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.55089: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.55505: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884879.55523: 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' # <<< 11924 1726884879.55552: 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' <<< 11924 1726884879.55650: 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 0x7f4ead705c70> <<< 11924 1726884879.55690: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884879.55750: 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 0x7f4ead706a80> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead701b50> <<< 11924 1726884879.55880: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884879.55984: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.56154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884879.56170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead706780> # zipimport: zlib available <<< 11924 1726884879.56638: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.57076: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.57151: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.57225: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884879.57294: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.57317: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884879.57400: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.57528: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884879.57565: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.57640: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884879.57841: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.58088: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884879.58158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884879.58162: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884879.58243: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead707c80> <<< 11924 1726884879.58246: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.58323: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.58490: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884879.58682: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884879.58735: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884879.58786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884879.58869: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead712720> <<< 11924 1726884879.58909: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead70f080> <<< 11924 1726884879.58942: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884879.58954: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.59012: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.59079: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.59111: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.59167: stdout chunk (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' <<< 11924 1726884879.59171: 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 <<< 11924 1726884879.59205: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884879.59224: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884879.59290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884879.59316: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884879.59335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884879.59462: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead802ea0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead9eab70> <<< 11924 1726884879.59520: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead7126f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead704f80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884879.59581: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.59595: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884879.59805: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 11924 1726884879.59813: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884879.59842: stdout chunk (state=3): >>>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 <<< 11924 1726884879.60361: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.60654: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884879.60685: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available <<< 11924 1726884879.60730: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.60767: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 11924 1726884879.60848: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884879.61005: 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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "state": "mounted", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null}}} <<< 11924 1726884879.61024: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884879.61386: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884879.61423: 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 <<< 11924 1726884879.61435: 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<<< 11924 1726884879.61733: 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 socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 11924 1726884879.61805: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884879.61849: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884879.61853: stdout chunk (state=3): >>># destroy _blake2 <<< 11924 1726884879.61856: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884879.61892: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884879.61898: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884879.61933: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884879.61939: 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 <<< 11924 1726884879.61945: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 11924 1726884879.61957: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 11924 1726884879.61986: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 11924 1726884879.62016: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy shutil <<< 11924 1726884879.62037: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884879.62106: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884879.62109: 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 <<< 11924 1726884879.62112: stdout chunk (state=3): >>># cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 11924 1726884879.62152: 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 <<< 11924 1726884879.62161: 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 <<< 11924 1726884879.62166: 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 <<< 11924 1726884879.62185: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 11924 1726884879.62210: 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 <<< 11924 1726884879.62233: 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 <<< 11924 1726884879.62379: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884879.62382: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884879.62416: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884879.62437: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884879.62483: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884879.62486: 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 <<< 11924 1726884879.62535: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884879.62707: 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 <<< 11924 1726884879.62710: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 11924 1726884879.62884: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 11924 1726884879.63291: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884879.63295: stdout chunk (state=3): >>><<< 11924 1726884879.63307: stderr chunk (state=3): >>><<< 11924 1726884879.63393: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae3103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae2dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae312960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae104fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae105fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae143ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae143f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae17b860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae17bef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae15bb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1592b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae141070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae19f860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae19e480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae15a180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae19cbc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1d08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1402f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eae1d0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1d0c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eae1d1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae13ee10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1d1670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1d1370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1d2540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1e8740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eae1e9e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1eacf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eae1eb320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1ea270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eae1ebda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1eb4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1d24b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eadf73c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eadf9c740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eadf9c4a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eadf9c770> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eadf9d0a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4eadf9da90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eadf9c950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eadf71df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eadf9ee70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eadf9dbe0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae1d2c60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eadfc3200> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eadfef590> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae04c380> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae04eae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae04c4a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eae0193a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead929400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eadfee390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4eadf9fdd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4eadfee6f0> # zipimport: found 36 names in '/tmp/ansible_mount_payload_jmoh_av7/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 0x7f4ead9870b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead95dfa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead95d100> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead984f80> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead9aaa80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead9aa810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead9aa120> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead9aa570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead987d40> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead9ab770> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead9ab9b0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead9abef0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead819d30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead81b950> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead81c320> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead81d4c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead81fef0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead95f950> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead81e1b0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead827ef0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead8269c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead826720> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead826c90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead81e6c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead86bfe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead86c2f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead86ddc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead86db80> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead870260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead86e450> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead873a40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead870410> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead874d70> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead874c20> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead874e90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead86c4d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead7005c0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead7019d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead876d20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead8778f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead876900> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead705c70> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead706a80> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead701b50> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead706780> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead707c80> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4ead712720> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead70f080> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead802ea0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead9eab70> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead7126f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4ead704f80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884879.64625: done with _execute_module (mount, {'src': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '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-1726884879.254566-13825-1558551373443/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884879.64628: _low_level_execute_command(): starting 11924 1726884879.64631: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884879.254566-13825-1558551373443/ > /dev/null 2>&1 && sleep 0' 11924 1726884879.64861: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884879.64865: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884879.64868: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884879.64871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884879.64887: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884879.64920: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884879.64924: stderr chunk (state=3): >>>debug2: match found <<< 11924 1726884879.64927: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884879.64983: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884879.64989: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884879.65016: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884879.65085: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884879.67126: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884879.67130: stdout chunk (state=3): >>><<< 11924 1726884879.67133: stderr chunk (state=3): >>><<< 11924 1726884879.67136: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884879.67138: handler run complete 11924 1726884879.67140: attempt loop complete, returning result 11924 1726884879.67143: variable 'mount_info' from source: unknown 11924 1726884879.67286: variable 'mount_info' from source: unknown ok: [managed_node2] => (item={'src': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3" } 11924 1726884879.68023: dumping result to json 11924 1726884879.68027: done dumping result, returning 11924 1726884879.68030: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-f4c0-2290-0000000010c8] 11924 1726884879.68033: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010c8 11924 1726884879.68290: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010c8 11924 1726884879.68294: WORKER PROCESS EXITING 11924 1726884879.68345: no more pending results, returning what we have 11924 1726884879.68348: results queue empty 11924 1726884879.68348: checking for any_errors_fatal 11924 1726884879.68353: done checking for any_errors_fatal 11924 1726884879.68354: checking for max_fail_percentage 11924 1726884879.68356: done checking for max_fail_percentage 11924 1726884879.68359: checking to see if all hosts have failed and the running result is not ok 11924 1726884879.68359: done checking to see if all hosts have failed 11924 1726884879.68360: getting the remaining hosts for this loop 11924 1726884879.68362: done getting the remaining hosts for this loop 11924 1726884879.68364: getting the next task for host managed_node2 11924 1726884879.68369: done getting next task for host managed_node2 11924 1726884879.68372: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 11924 1726884879.68375: ^ 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 11924 1726884879.68385: getting variables 11924 1726884879.68387: in VariableManager get_vars() 11924 1726884879.68417: Calling all_inventory to load vars for managed_node2 11924 1726884879.68419: Calling groups_inventory to load vars for managed_node2 11924 1726884879.68421: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884879.68430: Calling all_plugins_play to load vars for managed_node2 11924 1726884879.68437: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884879.68440: Calling groups_plugins_play to load vars for managed_node2 11924 1726884879.69304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884879.69952: done with get_vars() 11924 1726884879.69971: done getting variables TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 20 September 2024 22:14:39 -0400 (0:00:00.592) 0:00:45.039 ****** 11924 1726884879.70081: entering _queue_task() for managed_node2/file 11924 1726884879.70487: worker is 1 (out of 1 available) 11924 1726884879.70499: exiting _queue_task() for managed_node2/file 11924 1726884879.70514: done queuing things up, now waiting for results queue to drain 11924 1726884879.70515: waiting for pending results... 11924 1726884879.70897: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 11924 1726884879.71247: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010ca 11924 1726884879.71294: variable 'ansible_search_path' from source: unknown 11924 1726884879.71305: variable 'ansible_search_path' from source: unknown 11924 1726884879.72048: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884879.74747: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884879.74823: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884879.74874: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884879.74917: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884879.74950: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884879.75054: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884879.75171: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884879.75175: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884879.75177: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884879.75192: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884879.75245: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884879.75310: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884879.75313: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884879.75354: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884879.75375: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884879.75443: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884879.75475: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884879.75529: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884879.75607: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884879.75610: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884879.75762: variable 'blivet_output' from source: set_fact 11924 1726884879.75883: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884879.76152: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884879.76157: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884879.76217: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884879.76252: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884879.76343: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884879.76421: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884879.76458: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884879.76526: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884879.76714: variable 'omit' from source: magic vars 11924 1726884879.76885: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884879.76905: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884879.76927: variable 'omit' from source: magic vars 11924 1726884879.77439: variable 'mount_info' from source: unknown 11924 1726884879.77485: Evaluated conditional (mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none): False 11924 1726884879.77492: when evaluation is False, skipping this task 11924 1726884879.77682: variable 'mount_info' from source: unknown 11924 1726884879.77686: variable 'mount_info' from source: unknown skipping: [managed_node2] => (item={'src': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "mounted" }, "skip_reason": "Conditional result was False" } 11924 1726884879.78137: dumping result to json 11924 1726884879.78141: done dumping result, returning 11924 1726884879.78143: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-f4c0-2290-0000000010ca] 11924 1726884879.78151: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010ca 11924 1726884879.78213: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010ca 11924 1726884879.78217: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 11924 1726884879.78281: no more pending results, returning what we have 11924 1726884879.78285: results queue empty 11924 1726884879.78286: checking for any_errors_fatal 11924 1726884879.78298: done checking for any_errors_fatal 11924 1726884879.78299: checking for max_fail_percentage 11924 1726884879.78302: done checking for max_fail_percentage 11924 1726884879.78303: checking to see if all hosts have failed and the running result is not ok 11924 1726884879.78304: done checking to see if all hosts have failed 11924 1726884879.78304: getting the remaining hosts for this loop 11924 1726884879.78306: done getting the remaining hosts for this loop 11924 1726884879.78311: getting the next task for host managed_node2 11924 1726884879.78318: done getting next task for host managed_node2 11924 1726884879.78323: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884879.78330: ^ 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 11924 1726884879.78353: getting variables 11924 1726884879.78357: in VariableManager get_vars() 11924 1726884879.78398: Calling all_inventory to load vars for managed_node2 11924 1726884879.78401: Calling groups_inventory to load vars for managed_node2 11924 1726884879.78404: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884879.78419: Calling all_plugins_play to load vars for managed_node2 11924 1726884879.78424: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884879.78428: Calling groups_plugins_play to load vars for managed_node2 11924 1726884879.79414: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884879.80199: done with get_vars() 11924 1726884879.80219: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 20 September 2024 22:14:39 -0400 (0:00:00.102) 0:00:45.142 ****** 11924 1726884879.80344: entering _queue_task() for managed_node2/systemd 11924 1726884879.80759: worker is 1 (out of 1 available) 11924 1726884879.80772: exiting _queue_task() for managed_node2/systemd 11924 1726884879.80785: done queuing things up, now waiting for results queue to drain 11924 1726884879.80787: waiting for pending results... 11924 1726884879.81171: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884879.81199: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010cc 11924 1726884879.81219: variable 'ansible_search_path' from source: unknown 11924 1726884879.81226: variable 'ansible_search_path' from source: unknown 11924 1726884879.81263: calling self._execute() 11924 1726884879.81380: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884879.81391: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884879.81413: variable 'omit' from source: magic vars 11924 1726884879.81847: variable 'blivet_output' from source: set_fact 11924 1726884879.81851: Evaluated conditional (blivet_output['mounts']): True 11924 1726884879.81853: variable 'omit' from source: magic vars 11924 1726884879.81923: variable 'omit' from source: magic vars 11924 1726884879.81972: variable 'omit' from source: magic vars 11924 1726884879.82017: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884879.82066: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884879.82091: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884879.82117: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884879.82173: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884879.82176: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884879.82182: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884879.82217: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884879.82225: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884879.82233: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884879.82362: Set connection var ansible_shell_executable to /bin/sh 11924 1726884879.82391: Set connection var ansible_connection to ssh 11924 1726884879.82394: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884879.82396: Set connection var ansible_timeout to 10 11924 1726884879.82407: Set connection var ansible_pipelining to False 11924 1726884879.82561: Set connection var ansible_shell_type to sh 11924 1726884879.82565: variable 'ansible_shell_executable' from source: unknown 11924 1726884879.82567: variable 'ansible_connection' from source: unknown 11924 1726884879.82569: variable 'ansible_module_compression' from source: unknown 11924 1726884879.82571: variable 'ansible_shell_type' from source: unknown 11924 1726884879.82573: variable 'ansible_shell_executable' from source: unknown 11924 1726884879.82575: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884879.82577: variable 'ansible_pipelining' from source: unknown 11924 1726884879.82580: variable 'ansible_timeout' from source: unknown 11924 1726884879.82582: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884879.82714: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884879.82731: variable 'omit' from source: magic vars 11924 1726884879.82742: starting attempt loop 11924 1726884879.82749: running the handler 11924 1726884879.82768: _low_level_execute_command(): starting 11924 1726884879.82780: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884879.83523: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884879.83537: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884879.83559: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884879.83684: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884879.83808: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884879.83949: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884879.85704: stdout chunk (state=3): >>>/root <<< 11924 1726884879.85862: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884879.85866: stdout chunk (state=3): >>><<< 11924 1726884879.85868: stderr chunk (state=3): >>><<< 11924 1726884879.86060: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884879.86064: _low_level_execute_command(): starting 11924 1726884879.86068: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884879.8592284-13864-278310972976052 `" && echo ansible-tmp-1726884879.8592284-13864-278310972976052="` echo /root/.ansible/tmp/ansible-tmp-1726884879.8592284-13864-278310972976052 `" ) && sleep 0' 11924 1726884879.86902: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884879.86920: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884879.86934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884879.86951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884879.86980: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884879.86993: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884879.87028: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884879.87040: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884879.87115: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884879.87136: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884879.87157: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884879.87238: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884879.89235: stdout chunk (state=3): >>>ansible-tmp-1726884879.8592284-13864-278310972976052=/root/.ansible/tmp/ansible-tmp-1726884879.8592284-13864-278310972976052 <<< 11924 1726884879.89389: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884879.89392: stdout chunk (state=3): >>><<< 11924 1726884879.89400: stderr chunk (state=3): >>><<< 11924 1726884879.89489: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884879.8592284-13864-278310972976052=/root/.ansible/tmp/ansible-tmp-1726884879.8592284-13864-278310972976052 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884879.89553: variable 'ansible_module_compression' from source: unknown 11924 1726884879.89761: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 11924 1726884879.89764: variable 'ansible_facts' from source: unknown 11924 1726884879.89950: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884879.8592284-13864-278310972976052/AnsiballZ_systemd.py 11924 1726884879.90249: Sending initial data 11924 1726884879.90262: Sent initial data (156 bytes) 11924 1726884879.91792: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884879.91829: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884879.91841: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884879.91852: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884879.91972: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884879.91991: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884879.92016: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884879.92105: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884879.93770: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884879.93843: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884879.93894: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpv90b25en /root/.ansible/tmp/ansible-tmp-1726884879.8592284-13864-278310972976052/AnsiballZ_systemd.py <<< 11924 1726884879.93905: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884879.8592284-13864-278310972976052/AnsiballZ_systemd.py" <<< 11924 1726884879.93946: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpv90b25en" to remote "/root/.ansible/tmp/ansible-tmp-1726884879.8592284-13864-278310972976052/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884879.8592284-13864-278310972976052/AnsiballZ_systemd.py" <<< 11924 1726884879.95473: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884879.95508: stderr chunk (state=3): >>><<< 11924 1726884879.95523: stdout chunk (state=3): >>><<< 11924 1726884879.95548: done transferring module to remote 11924 1726884879.95664: _low_level_execute_command(): starting 11924 1726884879.95668: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884879.8592284-13864-278310972976052/ /root/.ansible/tmp/ansible-tmp-1726884879.8592284-13864-278310972976052/AnsiballZ_systemd.py && sleep 0' 11924 1726884879.96286: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884879.96301: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884879.96320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884879.96368: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884879.96393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884879.96458: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884879.96492: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884879.96513: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884879.96538: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884879.96644: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884879.98738: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884879.98742: stdout chunk (state=3): >>><<< 11924 1726884879.98744: stderr chunk (state=3): >>><<< 11924 1726884879.98747: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884879.98749: _low_level_execute_command(): starting 11924 1726884879.98751: _low_level_execute_command(): using become for this command 11924 1726884879.98754: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ggexosrbvwrkovoymelradekzwmgxmdc ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884879.8592284-13864-278310972976052/AnsiballZ_systemd.py'"'"' && sleep 0' 11924 1726884879.98979: Initial state: awaiting_escalation: BECOME-SUCCESS-ggexosrbvwrkovoymelradekzwmgxmdc 11924 1726884879.99401: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884879.99541: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884879.99576: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884879.99660: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884880.02914: stdout chunk (state=1): >>>BECOME-SUCCESS-ggexosrbvwrkovoymelradekzwmgxmdc <<< 11924 1726884880.02917: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ggexosrbvwrkovoymelradekzwmgxmdc' 11924 1726884880.03049: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884880.03088: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884880.03123: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884880.03283: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884880.03306: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884880.03347: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884880.03374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 11924 1726884880.03405: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884880.03436: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884880.03471: 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 0x7f9ec5d683e0> <<< 11924 1726884880.03592: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5d37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884880.03595: 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 0x7f9ec5d6a960> import '_signal' # import '_abc' # import 'abc' # <<< 11924 1726884880.03623: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884880.03636: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884880.03722: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884880.03796: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884880.03826: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884880.03907: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884880.03910: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884880.03926: 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 0x7f9ec5b5cfe0> <<< 11924 1726884880.04097: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5b5dfd0> <<< 11924 1726884880.04103: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884880.04117: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884880.04443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884880.04461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884880.04487: 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' <<< 11924 1726884880.04513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884880.04607: 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 <<< 11924 1726884880.04624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5b9bec0> <<< 11924 1726884880.04784: 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' <<< 11924 1726884880.04788: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5b9bf80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884880.04829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884880.04836: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884880.04872: 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 0x7f9ec5bd3860> <<< 11924 1726884880.04900: 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' <<< 11924 1726884880.04917: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5bd3ef0> import '_collections' # <<< 11924 1726884880.04984: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5bb3b60> import '_functools' # <<< 11924 1726884880.05037: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5bb12b0> <<< 11924 1726884880.05122: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5b99070> <<< 11924 1726884880.05125: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884880.05231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884880.05234: 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' <<< 11924 1726884880.05245: 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' <<< 11924 1726884880.05297: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5bf7860> <<< 11924 1726884880.05326: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5bf6480> <<< 11924 1726884880.05337: 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 0x7f9ec5bb2180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5bf4bc0> <<< 11924 1726884880.05449: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884880.05453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c288f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5b982f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884880.05514: 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 0x7f9ec5c28da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c28c50> <<< 11924 1726884880.05549: 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 0x7f9ec5c29010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5b96e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884880.05580: 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 <<< 11924 1726884880.05716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c29670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c29370> import 'importlib.machinery' # <<< 11924 1726884880.05745: 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 0x7f9ec5c2a540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884880.05768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884880.05876: 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 0x7f9ec5c40740> <<< 11924 1726884880.05879: 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 0x7f9ec5c41e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884880.05903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884880.05964: 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 0x7f9ec5c42cf0> <<< 11924 1726884880.06067: 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 0x7f9ec5c43320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c42270> <<< 11924 1726884880.06089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884880.06104: 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 0x7f9ec5c43da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c434d0> <<< 11924 1726884880.06121: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c2a4b0> <<< 11924 1726884880.06148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884880.06186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884880.06293: 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' <<< 11924 1726884880.06309: 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 0x7f9ec5927c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884880.06398: 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 0x7f9ec5950770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5950500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884880.06409: 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 0x7f9ec59507a0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884880.06459: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884880.06588: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec59510d0> <<< 11924 1726884880.06785: 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 0x7f9ec5951a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5950980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5925df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884880.06801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884880.06830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884880.07116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5952de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5951b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c2ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec597f140> <<< 11924 1726884880.07146: 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' <<< 11924 1726884880.07177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884880.07190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884880.07226: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec59a7530> <<< 11924 1726884880.07247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884880.07296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884880.07341: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884880.07365: 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 0x7f9ec5a00350> <<< 11924 1726884880.07389: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884880.07422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884880.07451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884880.07487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884880.07576: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5a02ab0> <<< 11924 1726884880.07653: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5a00470> <<< 11924 1726884880.07690: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec59cd340> <<< 11924 1726884880.07744: 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 0x7f9ec5325430> <<< 11924 1726884880.07771: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec59a6330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5953d10> <<< 11924 1726884880.07922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884880.07943: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9ec59a6690> <<< 11924 1726884880.08227: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_0tqx5mz_/ansible_systemd_payload.zip' # zipimport: zlib available <<< 11924 1726884880.08411: 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' <<< 11924 1726884880.08500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884880.08551: 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 0x7f9ec538f140> import '_typing' # <<< 11924 1726884880.09087: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec536a030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5369190> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884880.10233: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.11493: 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 0x7f9ec538cfe0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884880.11539: 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 0x7f9ec53beab0> <<< 11924 1726884880.11559: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec53be840> <<< 11924 1726884880.11599: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec53be150> <<< 11924 1726884880.11713: 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 0x7f9ec53bec00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec538fb60> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec53bf800> <<< 11924 1726884880.11761: 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 0x7f9ec53bfa40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884880.11817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884880.11837: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884880.11875: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec53bff80> <<< 11924 1726884880.11927: 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' <<< 11924 1726884880.11977: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5229c70> <<< 11924 1726884880.11997: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884880.12044: 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 0x7f9ec522b920> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884880.12084: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec522c320> <<< 11924 1726884880.12139: 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' <<< 11924 1726884880.12244: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec522d4c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884880.12284: 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' <<< 11924 1726884880.12297: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec522ffb0> <<< 11924 1726884880.12329: 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 0x7f9ec52340e0> <<< 11924 1726884880.12370: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec522e270> <<< 11924 1726884880.12385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884880.12487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884880.12490: 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 <<< 11924 1726884880.12577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884880.12613: 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' <<< 11924 1726884880.12635: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5237ef0> import '_tokenize' # <<< 11924 1726884880.12705: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec52369c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5236720> <<< 11924 1726884880.12812: 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' <<< 11924 1726884880.12818: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5236c90> <<< 11924 1726884880.12860: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec522e780> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec527bec0> <<< 11924 1726884880.12940: 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 0x7f9ec527c1a0> <<< 11924 1726884880.12954: 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' <<< 11924 1726884880.13029: 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 0x7f9ec527dc40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec527da00> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884880.13154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884880.13159: 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 0x7f9ec52801a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec527e300> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884880.13188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884880.13226: 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' <<< 11924 1726884880.13264: stdout chunk (state=3): >>>import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec52838c0> <<< 11924 1726884880.13453: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5280290> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec5284710> <<< 11924 1726884880.13484: stdout 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 0x7f9ec5284740> <<< 11924 1726884880.13548: stdout 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 0x7f9ec5284cb0> <<< 11924 1726884880.13552: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec527c2c0> <<< 11924 1726884880.13581: 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 <<< 11924 1726884880.13610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884880.13677: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884880.13762: 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 0x7f9ec5110350> <<< 11924 1726884880.13825: 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 0x7f9ec51115b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5286ae0> <<< 11924 1726884880.13894: 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 0x7f9ec5287e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec52866f0> # zipimport: zlib available <<< 11924 1726884880.13923: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884880.14017: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.14126: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884880.14152: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884880.14170: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884880.14293: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.14450: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.14964: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.15544: 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' # <<< 11924 1726884880.15567: 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' <<< 11924 1726884880.15662: 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 0x7f9ec5115850> <<< 11924 1726884880.15687: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884880.15784: 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 0x7f9ec5116570> <<< 11924 1726884880.15810: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5111460> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884880.15829: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884880.15983: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.16177: 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 0x7f9ec51163f0> # zipimport: zlib available <<< 11924 1726884880.16612: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.17059: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.17492: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884880.17496: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884880.17498: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.17500: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884880.17506: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.17881: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884880.18039: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884880.18106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884880.18123: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884880.18186: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5117830> <<< 11924 1726884880.18205: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.18343: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884880.18370: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884880.18389: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.18432: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.18463: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884880.18487: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.18522: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.18571: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.18623: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.18698: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884880.18737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884880.18832: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec5122210> <<< 11924 1726884880.18868: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec511f4d0> <<< 11924 1726884880.18901: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884880.18915: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.18976: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.19031: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.19061: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.19108: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884880.19125: 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 <<< 11924 1726884880.19158: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884880.19175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884880.19243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884880.19266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884880.19277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884880.19327: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec520aae0> <<< 11924 1726884880.19374: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec52fe7b0> <<< 11924 1726884880.19469: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec51222d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5117200> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884880.19472: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.19551: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884880.19574: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884880.19679: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884880.19826: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.20023: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.20039: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.20108: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.20122: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.20145: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.20229: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 11924 1726884880.20307: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.20372: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.20439: 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 <<< 11924 1726884880.20518: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 11924 1726884880.20521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884880.20592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884880.20687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884880.20691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884880.20721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884880.20725: 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 0x7f9ec4d66f30> <<< 11924 1726884880.20765: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4d66360> <<< 11924 1726884880.20863: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4d64860> <<< 11924 1726884880.21065: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec51b2b40> <<< 11924 1726884880.21184: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec51b0ad0> import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 11924 1726884880.21331: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.21508: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.21566: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.21639: 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' <<< 11924 1726884880.21667: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 11924 1726884880.21771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 11924 1726884880.21774: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec51b2f30> # /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 <<< 11924 1726884880.21809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884880.21834: 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' <<< 11924 1726884880.21895: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4df91c0> <<< 11924 1726884880.21928: 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 0x7f9ec4df94f0> <<< 11924 1726884880.22066: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4ddcd10> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4db7fb0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec519dbe0> <<< 11924 1726884880.22082: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec519cd10> <<< 11924 1726884880.22111: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 11924 1726884880.22132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 11924 1726884880.22157: 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 0x7f9ec4c00170> <<< 11924 1726884880.22290: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4dfba10> # 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 0x7f9ec4dfbbf0> <<< 11924 1726884880.22307: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4dfae40> # /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 0x7f9ec4c002c0> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 11924 1726884880.22328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884880.22363: 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 0x7f9ec4c02e70> <<< 11924 1726884880.22406: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4c00e60> <<< 11924 1726884880.22437: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec519d100> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # <<< 11924 1726884880.22609: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 11924 1726884880.22632: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available <<< 11924 1726884880.22668: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.22725: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available <<< 11924 1726884880.22751: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.22784: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 11924 1726884880.22852: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 11924 1726884880.22890: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.22948: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 11924 1726884880.23075: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 11924 1726884880.23107: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.23385: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 11924 1726884880.23792: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.24225: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 11924 1726884880.24246: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.24286: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.24374: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884880.24421: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 11924 1726884880.24474: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 11924 1726884880.24498: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 11924 1726884880.24558: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.24683: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # <<< 11924 1726884880.24715: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.24728: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.24765: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 11924 1726884880.24851: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.24939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884880.24968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4c037a0> <<< 11924 1726884880.24997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884880.25070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884880.25147: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4c31820> <<< 11924 1726884880.25168: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 11924 1726884880.25239: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.25307: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 11924 1726884880.25467: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.25492: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 11924 1726884880.25516: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.25577: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.25650: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 11924 1726884880.25653: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.25762: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.25795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884880.25810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884880.25874: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884880.25930: 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 0x7f9ec4c4b3e0> <<< 11924 1726884880.26137: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4c33980> <<< 11924 1726884880.26140: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 11924 1726884880.26264: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.26268: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 11924 1726884880.26345: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.26425: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.26542: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.26696: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 11924 1726884880.26734: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 11924 1726884880.26798: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.26974: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 11924 1726884880.26979: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.27020: 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' # 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 0x7f9ec4c5ede0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4c5e9c0> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 11924 1726884880.27040: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.27082: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 11924 1726884880.27105: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.27248: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.27618: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884880.27621: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.27764: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # <<< 11924 1726884880.27884: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884880.27904: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.28057: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 11924 1726884880.28070: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 11924 1726884880.28211: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.28312: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 11924 1726884880.28398: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884880.28957: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.29473: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 11924 1726884880.29497: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 11924 1726884880.29591: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.29698: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 11924 1726884880.29717: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.29808: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.29907: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 11924 1726884880.29929: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.30072: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.30242: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 11924 1726884880.30246: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.30302: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 11924 1726884880.30325: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.30384: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 11924 1726884880.30518: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.30568: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.30769: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.31049: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 11924 1726884880.31053: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.31077: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available <<< 11924 1726884880.31113: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.31163: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 11924 1726884880.31205: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.31280: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 11924 1726884880.31305: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.31352: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 11924 1726884880.31460: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.31471: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 11924 1726884880.31528: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.31606: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 11924 1726884880.31860: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.32121: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 11924 1726884880.32190: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.32266: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 11924 1726884880.32285: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.32302: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.32337: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 11924 1726884880.32349: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.32381: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.32420: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 11924 1726884880.32440: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.32460: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.32501: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 11924 1726884880.32512: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.32584: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.32682: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 11924 1726884880.32685: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.32715: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 11924 1726884880.32768: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.32826: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 11924 1726884880.32829: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.32870: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.32874: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.32907: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.32960: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.33026: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.33194: 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' # <<< 11924 1726884880.33200: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884880.33382: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 11924 1726884880.33422: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.33628: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 11924 1726884880.33674: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.33722: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 11924 1726884880.33775: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.33832: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available <<< 11924 1726884880.33917: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.34005: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 11924 1726884880.34060: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.34147: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.34198: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # <<< 11924 1726884880.34267: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # # zipimport: zlib available <<< 11924 1726884880.34364: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.34495: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 11924 1726884880.34588: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.58174: 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}}} <<< 11924 1726884880.58871: 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 <<< 11924 1726884880.58933: stdout chunk (state=3): >>># cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing <<< 11924 1726884880.58937: stdout chunk (state=3): >>># cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess <<< 11924 1726884880.58985: stdout chunk (state=3): >>># cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing 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 <<< 11924 1726884880.59032: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # 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 <<< 11924 1726884880.59119: stdout chunk (state=3): >>># 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 <<< 11924 1726884880.59462: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884880.59487: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 11924 1726884880.59538: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884880.59551: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884880.59593: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884880.59608: 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 <<< 11924 1726884880.59664: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale <<< 11924 1726884880.59667: stdout chunk (state=3): >>># destroy locale # destroy _signal # destroy _posixsubprocess <<< 11924 1726884880.59714: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 11924 1726884880.59717: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884880.59744: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 11924 1726884880.59798: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 11924 1726884880.59809: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle <<< 11924 1726884880.59836: 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 <<< 11924 1726884880.59881: stdout chunk (state=3): >>># destroy fcntl # destroy datetime # destroy base64 <<< 11924 1726884880.59922: stdout chunk (state=3): >>># destroy _ssl <<< 11924 1726884880.59936: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 11924 1726884880.59967: stdout chunk (state=3): >>># destroy errno # destroy json # destroy socket # destroy struct <<< 11924 1726884880.59994: 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 <<< 11924 1726884880.60046: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 11924 1726884880.60048: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib # destroy token <<< 11924 1726884880.60102: 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 <<< 11924 1726884880.60106: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing <<< 11924 1726884880.60180: stdout chunk (state=3): >>># destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser <<< 11924 1726884880.60184: 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 <<< 11924 1726884880.60242: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 11924 1726884880.60246: 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 <<< 11924 1726884880.60431: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884880.60480: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884880.60543: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 11924 1726884880.60584: 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 <<< 11924 1726884880.60620: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884880.60718: 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 <<< 11924 1726884880.60764: stdout chunk (state=3): >>># destroy time <<< 11924 1726884880.60769: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884880.60805: stdout chunk (state=3): >>># destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re # destroy _abc # destroy itertools <<< 11924 1726884880.60848: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884880.61668: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884880.61762: stderr chunk (state=3): >>><<< 11924 1726884880.61765: stdout chunk (state=3): >>><<< 11924 1726884880.61943: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5d683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5d37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5d6a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5b5cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5b5dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5b9bec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5b9bf80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5bd3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5bd3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5bb3b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5bb12b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5b99070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5bf7860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5bf6480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5bb2180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5bf4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c288f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5b982f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec5c28da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c28c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec5c29010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5b96e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c29670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c29370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c2a540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c40740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec5c41e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c42cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec5c43320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c42270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec5c43da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c434d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c2a4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec5927c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec5950770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5950500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec59507a0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec59510d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec5951a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5950980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5925df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5952de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5951b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5c2ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec597f140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec59a7530> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5a00350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5a02ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5a00470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec59cd340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5325430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec59a6330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5953d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9ec59a6690> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_0tqx5mz_/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 0x7f9ec538f140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec536a030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5369190> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec538cfe0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec53beab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec53be840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec53be150> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec53bec00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec538fb60> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec53bf800> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec53bfa40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec53bff80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5229c70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec522b920> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec522c320> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec522d4c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec522ffb0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec52340e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec522e270> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5237ef0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec52369c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5236720> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5236c90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec522e780> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec527bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec527c1a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec527dc40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec527da00> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec52801a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec527e300> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec52838c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5280290> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec5284710> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec5284740> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec5284cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec527c2c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec5110350> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec51115b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5286ae0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec5287e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec52866f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec5115850> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5116570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5111460> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec51163f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5117830> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ec5122210> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec511f4d0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec520aae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec52fe7b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec51222d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec5117200> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f9ec4d66f30> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4d66360> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4d64860> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec51b2b40> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec51b0ad0> 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 0x7f9ec51b2f30> # /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 0x7f9ec4df91c0> # 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 0x7f9ec4df94f0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4ddcd10> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4db7fb0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec519dbe0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec519cd10> # /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 0x7f9ec4c00170> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4dfba10> # 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 0x7f9ec4dfbbf0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4dfae40> # /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 0x7f9ec4c002c0> # /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 0x7f9ec4c02e70> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4c00e60> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec519d100> 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 0x7f9ec4c037a0> # /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 0x7f9ec4c31820> 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 0x7f9ec4c4b3e0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4c33980> 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 0x7f9ec4c5ede0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ec4c5e9c0> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884880.63679: 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-1726884879.8592284-13864-278310972976052/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884880.63683: _low_level_execute_command(): starting 11924 1726884880.63685: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884879.8592284-13864-278310972976052/ > /dev/null 2>&1 && sleep 0' 11924 1726884880.63688: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884880.63690: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884880.63693: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884880.63696: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884880.63722: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884880.63736: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884880.63760: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884880.63780: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884880.63805: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884880.63903: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884880.63919: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884880.63938: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884880.63961: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884880.64131: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884880.66094: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884880.66098: stdout chunk (state=3): >>><<< 11924 1726884880.66102: stderr chunk (state=3): >>><<< 11924 1726884880.66120: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884880.66138: handler run complete 11924 1726884880.66173: attempt loop complete, returning result 11924 1726884880.66193: _execute() done 11924 1726884880.66245: dumping result to json 11924 1726884880.66248: done dumping result, returning 11924 1726884880.66251: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-f4c0-2290-0000000010cc] 11924 1726884880.66253: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010cc 11924 1726884880.66426: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010cc 11924 1726884880.66429: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "name": null, "status": {} } 11924 1726884880.66523: no more pending results, returning what we have 11924 1726884880.66528: results queue empty 11924 1726884880.66529: checking for any_errors_fatal 11924 1726884880.66762: done checking for any_errors_fatal 11924 1726884880.66763: checking for max_fail_percentage 11924 1726884880.66765: done checking for max_fail_percentage 11924 1726884880.66766: checking to see if all hosts have failed and the running result is not ok 11924 1726884880.66767: done checking to see if all hosts have failed 11924 1726884880.66767: getting the remaining hosts for this loop 11924 1726884880.66769: done getting the remaining hosts for this loop 11924 1726884880.66773: getting the next task for host managed_node2 11924 1726884880.66780: done getting next task for host managed_node2 11924 1726884880.66784: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 11924 1726884880.66788: ^ 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 11924 1726884880.66802: getting variables 11924 1726884880.66805: in VariableManager get_vars() 11924 1726884880.66841: Calling all_inventory to load vars for managed_node2 11924 1726884880.66844: Calling groups_inventory to load vars for managed_node2 11924 1726884880.66847: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884880.66873: Calling all_plugins_play to load vars for managed_node2 11924 1726884880.66878: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884880.66882: Calling groups_plugins_play to load vars for managed_node2 11924 1726884880.67596: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884880.68294: done with get_vars() 11924 1726884880.68314: done getting variables TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 20 September 2024 22:14:40 -0400 (0:00:00.880) 0:00:46.023 ****** 11924 1726884880.68427: entering _queue_task() for managed_node2/stat 11924 1726884880.68707: worker is 1 (out of 1 available) 11924 1726884880.68835: exiting _queue_task() for managed_node2/stat 11924 1726884880.68847: done queuing things up, now waiting for results queue to drain 11924 1726884880.68849: waiting for pending results... 11924 1726884880.69196: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 11924 1726884880.69310: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010cd 11924 1726884880.69382: variable 'ansible_search_path' from source: unknown 11924 1726884880.69385: variable 'ansible_search_path' from source: unknown 11924 1726884880.69388: calling self._execute() 11924 1726884880.69558: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884880.69575: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884880.69623: variable 'omit' from source: magic vars 11924 1726884880.69758: variable 'omit' from source: magic vars 11924 1726884880.69887: variable 'omit' from source: magic vars 11924 1726884880.69911: variable 'omit' from source: magic vars 11924 1726884880.70003: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884880.70141: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884880.70144: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884880.70147: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884880.70168: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884880.70191: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884880.70213: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884880.70251: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884880.70271: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884880.70384: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884880.70449: Set connection var ansible_shell_executable to /bin/sh 11924 1726884880.70490: Set connection var ansible_connection to ssh 11924 1726884880.70504: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884880.70513: Set connection var ansible_timeout to 10 11924 1726884880.70522: Set connection var ansible_pipelining to False 11924 1726884880.70530: Set connection var ansible_shell_type to sh 11924 1726884880.70565: variable 'ansible_shell_executable' from source: unknown 11924 1726884880.70589: variable 'ansible_connection' from source: unknown 11924 1726884880.70598: variable 'ansible_module_compression' from source: unknown 11924 1726884880.70660: variable 'ansible_shell_type' from source: unknown 11924 1726884880.70663: variable 'ansible_shell_executable' from source: unknown 11924 1726884880.70666: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884880.70668: variable 'ansible_pipelining' from source: unknown 11924 1726884880.70670: variable 'ansible_timeout' from source: unknown 11924 1726884880.70672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884880.70885: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884880.70913: variable 'omit' from source: magic vars 11924 1726884880.70922: starting attempt loop 11924 1726884880.70931: running the handler 11924 1726884880.70954: _low_level_execute_command(): starting 11924 1726884880.70970: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884880.72100: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884880.72104: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884880.72108: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884880.72189: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884880.72244: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884880.73929: stdout chunk (state=3): >>>/root <<< 11924 1726884880.74040: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884880.74086: stderr chunk (state=3): >>><<< 11924 1726884880.74089: stdout chunk (state=3): >>><<< 11924 1726884880.74116: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884880.74219: _low_level_execute_command(): starting 11924 1726884880.74223: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884880.7412584-13907-129973826784158 `" && echo ansible-tmp-1726884880.7412584-13907-129973826784158="` echo /root/.ansible/tmp/ansible-tmp-1726884880.7412584-13907-129973826784158 `" ) && sleep 0' 11924 1726884880.75088: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884880.75106: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884880.75121: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884880.75140: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884880.75159: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884880.75204: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884880.75296: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884880.75320: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884880.75335: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884880.75438: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884880.77364: stdout chunk (state=3): >>>ansible-tmp-1726884880.7412584-13907-129973826784158=/root/.ansible/tmp/ansible-tmp-1726884880.7412584-13907-129973826784158 <<< 11924 1726884880.77469: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884880.77544: stderr chunk (state=3): >>><<< 11924 1726884880.77553: stdout chunk (state=3): >>><<< 11924 1726884880.77586: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884880.7412584-13907-129973826784158=/root/.ansible/tmp/ansible-tmp-1726884880.7412584-13907-129973826784158 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884880.77666: variable 'ansible_module_compression' from source: unknown 11924 1726884880.77733: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884880.77966: variable 'ansible_facts' from source: unknown 11924 1726884880.77969: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884880.7412584-13907-129973826784158/AnsiballZ_stat.py 11924 1726884880.78128: Sending initial data 11924 1726884880.78138: Sent initial data (153 bytes) 11924 1726884880.78986: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884880.79000: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884880.79027: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884880.79073: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884880.79146: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884880.79168: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884880.79250: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884880.80925: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884880.80958: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884880.81017: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmptlqoodhj /root/.ansible/tmp/ansible-tmp-1726884880.7412584-13907-129973826784158/AnsiballZ_stat.py <<< 11924 1726884880.81021: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884880.7412584-13907-129973826784158/AnsiballZ_stat.py" <<< 11924 1726884880.81083: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmptlqoodhj" to remote "/root/.ansible/tmp/ansible-tmp-1726884880.7412584-13907-129973826784158/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884880.7412584-13907-129973826784158/AnsiballZ_stat.py" <<< 11924 1726884880.82162: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884880.82165: stdout chunk (state=3): >>><<< 11924 1726884880.82167: stderr chunk (state=3): >>><<< 11924 1726884880.82169: done transferring module to remote 11924 1726884880.82189: _low_level_execute_command(): starting 11924 1726884880.82204: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884880.7412584-13907-129973826784158/ /root/.ansible/tmp/ansible-tmp-1726884880.7412584-13907-129973826784158/AnsiballZ_stat.py && sleep 0' 11924 1726884880.83312: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884880.83473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884880.83546: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884880.84079: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884880.84097: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884880.84181: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884880.86033: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884880.86036: stdout chunk (state=3): >>><<< 11924 1726884880.86039: stderr chunk (state=3): >>><<< 11924 1726884880.86054: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884880.86067: _low_level_execute_command(): starting 11924 1726884880.86076: _low_level_execute_command(): using become for this command 11924 1726884880.86093: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-kbdpycchqhdvkotdojggnaraytcbgzdu ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884880.7412584-13907-129973826784158/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884880.86512: Initial state: awaiting_escalation: BECOME-SUCCESS-kbdpycchqhdvkotdojggnaraytcbgzdu 11924 1726884880.87251: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884880.87427: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884880.87470: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884880.87616: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884880.87652: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884880.87709: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884880.90823: stdout chunk (state=1): >>>BECOME-SUCCESS-kbdpycchqhdvkotdojggnaraytcbgzdu <<< 11924 1726884880.90860: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-kbdpycchqhdvkotdojggnaraytcbgzdu' 11924 1726884880.91201: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884880.91205: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884880.91361: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 11924 1726884880.91364: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884880.91378: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884880.91549: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884880.91571: 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 0x7f9711a183e0> <<< 11924 1726884880.91626: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97119e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9711a1a960> <<< 11924 1726884880.91644: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884880.91730: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884880.91774: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884880.91815: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884880.91845: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884880.91880: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884880.91907: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884880.92095: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884880.92100: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97117e8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97117e9fd0> <<< 11924 1726884880.92124: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884880.92146: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884880.92364: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884880.92388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884880.92411: 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' <<< 11924 1726884880.92430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884880.92683: 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 0x7f9711827ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9711827f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884880.92718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884880.92741: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884880.92759: 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' <<< 11924 1726884880.92786: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971185f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884880.92812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971185ff80> <<< 11924 1726884880.92829: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884880.92875: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971183fb90> import '_functools' # <<< 11924 1726884880.92913: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971183d2b0> <<< 11924 1726884880.92999: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9711825070> <<< 11924 1726884880.93027: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884880.93058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884880.93174: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884880.93177: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884880.93205: 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 0x7f97118838c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118824e0> <<< 11924 1726884880.93227: 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 0x7f971183e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9711880ce0> <<< 11924 1726884880.93276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884880.93312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118b0920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118242f0> <<< 11924 1726884880.93315: 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' <<< 11924 1726884880.93352: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884880.93371: 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 0x7f97118b0dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118b0c80> <<< 11924 1726884880.93410: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884880.93413: 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 0x7f97118b1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9711822e10> <<< 11924 1726884880.93461: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884880.93464: 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 <<< 11924 1726884880.93695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118b1700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118b13d0> <<< 11924 1726884880.93701: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 11924 1726884880.93708: 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 0x7f97118b2600> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118cc830> import 'errno' # <<< 11924 1726884880.93737: 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 0x7f97118cdf70> <<< 11924 1726884880.93765: 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' <<< 11924 1726884880.93793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884880.93814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118cee10> <<< 11924 1726884880.93987: 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 0x7f97118cf470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118ce360> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97118cfef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118cf620> <<< 11924 1726884880.94008: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118b2660> <<< 11924 1726884880.94026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884880.94036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884880.94063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884880.94077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884880.94119: 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 0x7f97118e7e60> <<< 11924 1726884880.94148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884880.94181: 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 0x7f971168c830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971168c590> <<< 11924 1726884880.94210: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884880.94240: 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 0x7f971168c860> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884880.94251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884880.94470: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884880.94482: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971168d190> <<< 11924 1726884880.94564: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884880.94588: 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 0x7f971168db80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971168ca40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118e6000> <<< 11924 1726884880.94611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884880.94742: 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 0x7f971168ef90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971168dcd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118b2d50> <<< 11924 1726884880.94763: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884880.94815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884880.94833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884880.94868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884880.94889: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97116b72f0> <<< 11924 1726884880.94949: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884880.94983: 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 <<< 11924 1726884880.95007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884880.95046: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97116db6e0> <<< 11924 1726884880.95324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884880.95328: 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 0x7f971173c4d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884880.95390: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971173ec00> <<< 11924 1726884880.95465: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971173c5f0> <<< 11924 1726884880.95500: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97117014c0> <<< 11924 1726884880.95523: 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' <<< 11924 1726884880.95644: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97115415b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97116da4e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971168fec0> <<< 11924 1726884880.95662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884880.95677: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f97116da840> <<< 11924 1726884880.95837: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_hm9trj5x/ansible_stat_payload.zip' <<< 11924 1726884880.95857: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.95972: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.96005: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884880.96062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884880.96080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884880.96129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884880.96272: 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 0x7f97115932f0> import '_typing' # <<< 11924 1726884880.96354: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97115761e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97115753a0> # zipimport: zlib available <<< 11924 1726884880.96399: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884880.96422: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.96440: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.96498: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884880.96510: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.97847: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884880.99082: 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 0x7f97115911c0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97115becc0> <<< 11924 1726884880.99113: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97115bea50> <<< 11924 1726884880.99148: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97115be360> <<< 11924 1726884880.99171: 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' <<< 11924 1726884880.99220: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97115bedb0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9711593f80> import 'atexit' # <<< 11924 1726884880.99296: 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 0x7f97115bfa70> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97115bfcb0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884880.99441: 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 0x7f97115e40e0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884880.99457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884880.99506: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f15f40> <<< 11924 1726884880.99535: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884880.99562: 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 0x7f9710f17b60> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884880.99575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884880.99607: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f1c560> <<< 11924 1726884880.99628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884880.99728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884880.99810: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f1d460> <<< 11924 1726884880.99814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884880.99817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884880.99820: 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' <<< 11924 1726884880.99838: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f20170> <<< 11924 1726884880.99879: 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 0x7f9710f20290> <<< 11924 1726884880.99882: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f1e450> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884880.99917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884880.99976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884880.99993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884881.00086: 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' <<< 11924 1726884881.00124: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f23fb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f22b40> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f228a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884881.00136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884881.00233: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f22e10> <<< 11924 1726884881.00251: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f1e960> <<< 11924 1726884881.00267: 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 0x7f9710f68290> <<< 11924 1726884881.00295: 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 0x7f9710f683b0> <<< 11924 1726884881.00340: 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' <<< 11924 1726884881.00414: 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 0x7f9710f69f70> <<< 11924 1726884881.00520: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f69d30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884881.00537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884881.00586: 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 0x7f9710f6c4d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f6a660> <<< 11924 1726884881.00612: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884881.00648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884881.00685: 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' <<< 11924 1726884881.00702: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884881.00766: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f6fcb0> <<< 11924 1726884881.00870: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f6c680> <<< 11924 1726884881.00928: stdout 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 0x7f9710f70b00> <<< 11924 1726884881.00992: stdout 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 0x7f9710f70ef0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9710f70e00> <<< 11924 1726884881.01085: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f686b0> <<< 11924 1726884881.01109: 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' <<< 11924 1726884881.01129: 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 0x7f9710ffc4d0> <<< 11924 1726884881.01311: 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 0x7f9710ffd7c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f72c90> <<< 11924 1726884881.01580: 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 0x7f9710f72c00> <<< 11924 1726884881.01583: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f728d0> # zipimport: zlib available <<< 11924 1726884881.01792: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884881.01796: 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 <<< 11924 1726884881.01871: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.02413: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.02941: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884881.02970: 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' # <<< 11924 1726884881.03085: 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 0x7f9710e019d0> <<< 11924 1726884881.03129: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884881.03154: 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 0x7f9710e027b0> <<< 11924 1726884881.03175: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710ffd9a0> <<< 11924 1726884881.03223: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884881.03239: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.03282: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884881.03430: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.03593: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884881.03611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710e02810> # zipimport: zlib available <<< 11924 1726884881.04074: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.04513: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.04590: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.04660: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884881.04683: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.04709: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.04746: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884881.04764: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.04825: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.04922: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884881.05058: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.05072: 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 <<< 11924 1726884881.05274: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.05506: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884881.05592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884881.05614: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884881.05639: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710e03a10> <<< 11924 1726884881.05666: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.05732: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.05816: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884881.05831: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884881.05848: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.05938: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # <<< 11924 1726884881.05942: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.05982: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.06094: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884881.06161: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884881.06196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884881.06289: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9710e0e5d0> <<< 11924 1726884881.06359: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710e09190> <<< 11924 1726884881.06370: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884881.06462: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.06494: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.06522: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.06565: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884881.06640: 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' <<< 11924 1726884881.06668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884881.06774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884881.07285: 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 0x7f9710f02cf0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97115fa9c0> <<< 11924 1726884881.07289: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710e0e600> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710ffd910> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 <<< 11924 1726884881.07415: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.08239: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/crypttab", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 2097284, "dev": 51714, "nlink": 1, "atime": 1726884763.1972804, "mtime": 1726562394.502, "ctime": 1726562704.141, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "998616235", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 11924 1726884881.08268: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884881.08723: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884881.08870: 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 <<< 11924 1726884881.08909: 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<<< 11924 1726884881.08940: 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.modules # destroy ansible.modules <<< 11924 1726884881.09154: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884881.09205: 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 <<< 11924 1726884881.09303: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884881.09334: 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 <<< 11924 1726884881.09365: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 11924 1726884881.09397: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884881.09482: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884881.09523: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 11924 1726884881.09562: 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 <<< 11924 1726884881.09589: 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 # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 11924 1726884881.09626: 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 <<< 11924 1726884881.09845: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884881.09875: 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 <<< 11924 1726884881.09895: 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 <<< 11924 1726884881.09907: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884881.09983: 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 <<< 11924 1726884881.10090: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 11924 1726884881.10094: 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 <<< 11924 1726884881.10580: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884881.10703: stderr chunk (state=3): >>><<< 11924 1726884881.10706: stdout chunk (state=3): >>><<< 11924 1726884881.10874: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9711a183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97119e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9711a1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97117e8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97117e9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9711827ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9711827f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971185f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971185ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971183fb90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971183d2b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9711825070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118838c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118824e0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971183e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9711880ce0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118b0920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118242f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97118b0dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118b0c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97118b1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9711822e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118b1700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118b13d0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118b2600> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118cc830> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97118cdf70> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118cee10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97118cf470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118ce360> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97118cfef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118cf620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118b2660> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97118e7e60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971168c830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971168c590> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971168c860> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971168d190> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f971168db80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971168ca40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118e6000> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971168ef90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971168dcd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97118b2d50> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97116b72f0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97116db6e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971173c4d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971173ec00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971173c5f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97117014c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97115415b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97116da4e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f971168fec0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f97116da840> # zipimport: found 30 names in '/tmp/ansible_stat_payload_hm9trj5x/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 0x7f97115932f0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97115761e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97115753a0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97115911c0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97115becc0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97115bea50> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97115be360> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97115bedb0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9711593f80> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97115bfa70> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f97115bfcb0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97115e40e0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f15f40> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9710f17b60> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f1c560> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f1d460> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f20170> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9710f20290> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f1e450> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f23fb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f22b40> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f228a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f22e10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f1e960> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9710f68290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f683b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9710f69f70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f69d30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9710f6c4d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f6a660> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f6fcb0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f6c680> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9710f70b00> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9710f70ef0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9710f70e00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f686b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9710ffc4d0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9710ffd7c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f72c90> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9710f72c00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f728d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9710e019d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710e027b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710ffd9a0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710e02810> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710e03a10> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9710e0e5d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710e09190> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710f02cf0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f97115fa9c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710e0e600> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9710ffd910> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/crypttab", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 2097284, "dev": 51714, "nlink": 1, "atime": 1726884763.1972804, "mtime": 1726562394.502, "ctime": 1726562704.141, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "998616235", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884881.12463: 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-1726884880.7412584-13907-129973826784158/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884881.12467: _low_level_execute_command(): starting 11924 1726884881.12470: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884880.7412584-13907-129973826784158/ > /dev/null 2>&1 && sleep 0' 11924 1726884881.12473: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884881.12475: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884881.12477: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884881.12480: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884881.12482: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884881.12484: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884881.12486: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884881.12488: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884881.12490: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884881.12493: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884881.12495: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884881.12497: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884881.12498: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884881.12501: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884881.12503: stderr chunk (state=3): >>>debug2: match found <<< 11924 1726884881.12505: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884881.12507: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884881.12509: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884881.12511: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884881.12513: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884881.14360: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884881.14364: stdout chunk (state=3): >>><<< 11924 1726884881.14367: stderr chunk (state=3): >>><<< 11924 1726884881.14469: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884881.14680: handler run complete 11924 1726884881.14684: attempt loop complete, returning result 11924 1726884881.14686: _execute() done 11924 1726884881.14692: dumping result to json 11924 1726884881.14694: done dumping result, returning 11924 1726884881.14697: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-f4c0-2290-0000000010cd] 11924 1726884881.14701: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010cd 11924 1726884881.14778: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010cd 11924 1726884881.14786: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884763.1972804, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726562704.141, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1726562394.502, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "998616235", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 11924 1726884881.14911: no more pending results, returning what we have 11924 1726884881.14915: results queue empty 11924 1726884881.14916: checking for any_errors_fatal 11924 1726884881.14926: done checking for any_errors_fatal 11924 1726884881.14927: checking for max_fail_percentage 11924 1726884881.14929: done checking for max_fail_percentage 11924 1726884881.14930: checking to see if all hosts have failed and the running result is not ok 11924 1726884881.14931: done checking to see if all hosts have failed 11924 1726884881.14931: getting the remaining hosts for this loop 11924 1726884881.14934: done getting the remaining hosts for this loop 11924 1726884881.14937: getting the next task for host managed_node2 11924 1726884881.14944: done getting next task for host managed_node2 11924 1726884881.14947: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 11924 1726884881.14951: ^ 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 11924 1726884881.15082: getting variables 11924 1726884881.15084: in VariableManager get_vars() 11924 1726884881.15122: Calling all_inventory to load vars for managed_node2 11924 1726884881.15125: Calling groups_inventory to load vars for managed_node2 11924 1726884881.15127: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884881.15138: Calling all_plugins_play to load vars for managed_node2 11924 1726884881.15141: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884881.15144: Calling groups_plugins_play to load vars for managed_node2 11924 1726884881.17028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884881.18251: done with get_vars() 11924 1726884881.18268: done getting variables TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 20 September 2024 22:14:41 -0400 (0:00:00.501) 0:00:46.524 ****** 11924 1726884881.18548: entering _queue_task() for managed_node2/lineinfile 11924 1726884881.19153: worker is 1 (out of 1 available) 11924 1726884881.19172: exiting _queue_task() for managed_node2/lineinfile 11924 1726884881.19185: done queuing things up, now waiting for results queue to drain 11924 1726884881.19187: waiting for pending results... 11924 1726884881.19772: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 11924 1726884881.20117: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010ce 11924 1726884881.20121: variable 'ansible_search_path' from source: unknown 11924 1726884881.20124: variable 'ansible_search_path' from source: unknown 11924 1726884881.20603: variable 'blivet_output' from source: set_fact 11924 1726884881.20878: dumping result to json 11924 1726884881.20882: done dumping result, returning 11924 1726884881.20884: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-f4c0-2290-0000000010ce] 11924 1726884881.20887: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010ce 11924 1726884881.20979: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010ce skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884881.21105: no more pending results, returning what we have 11924 1726884881.21109: results queue empty 11924 1726884881.21109: checking for any_errors_fatal 11924 1726884881.21123: done checking for any_errors_fatal 11924 1726884881.21124: checking for max_fail_percentage 11924 1726884881.21125: done checking for max_fail_percentage 11924 1726884881.21126: checking to see if all hosts have failed and the running result is not ok 11924 1726884881.21127: done checking to see if all hosts have failed 11924 1726884881.21128: getting the remaining hosts for this loop 11924 1726884881.21130: done getting the remaining hosts for this loop 11924 1726884881.21133: getting the next task for host managed_node2 11924 1726884881.21140: done getting next task for host managed_node2 11924 1726884881.21143: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 11924 1726884881.21148: ^ 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 11924 1726884881.21160: WORKER PROCESS EXITING 11924 1726884881.21178: getting variables 11924 1726884881.21180: in VariableManager get_vars() 11924 1726884881.21216: Calling all_inventory to load vars for managed_node2 11924 1726884881.21218: Calling groups_inventory to load vars for managed_node2 11924 1726884881.21220: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884881.21231: Calling all_plugins_play to load vars for managed_node2 11924 1726884881.21234: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884881.21237: Calling groups_plugins_play to load vars for managed_node2 11924 1726884881.22479: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884881.23286: done with get_vars() 11924 1726884881.23301: done getting variables TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 20 September 2024 22:14:41 -0400 (0:00:00.048) 0:00:46.573 ****** 11924 1726884881.23424: entering _queue_task() for managed_node2/setup 11924 1726884881.23738: worker is 1 (out of 1 available) 11924 1726884881.23751: exiting _queue_task() for managed_node2/setup 11924 1726884881.23764: done queuing things up, now waiting for results queue to drain 11924 1726884881.23765: waiting for pending results... 11924 1726884881.24372: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Update facts 11924 1726884881.24377: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000010d0 11924 1726884881.24380: variable 'ansible_search_path' from source: unknown 11924 1726884881.24384: variable 'ansible_search_path' from source: unknown 11924 1726884881.24388: calling self._execute() 11924 1726884881.24391: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884881.24395: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884881.24401: variable 'omit' from source: magic vars 11924 1726884881.24756: variable 'ansible_check_mode' from source: magic vars 11924 1726884881.24764: Evaluated conditional (not ansible_check_mode): True 11924 1726884881.24770: variable 'omit' from source: magic vars 11924 1726884881.24835: variable 'omit' from source: magic vars 11924 1726884881.24878: variable 'omit' from source: magic vars 11924 1726884881.24916: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884881.24961: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884881.24981: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884881.25000: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884881.25009: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884881.25025: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884881.25047: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884881.25360: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884881.25364: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884881.25367: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884881.25369: Set connection var ansible_shell_executable to /bin/sh 11924 1726884881.25371: Set connection var ansible_connection to ssh 11924 1726884881.25373: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884881.25375: Set connection var ansible_timeout to 10 11924 1726884881.25378: Set connection var ansible_pipelining to False 11924 1726884881.25380: Set connection var ansible_shell_type to sh 11924 1726884881.25382: variable 'ansible_shell_executable' from source: unknown 11924 1726884881.25385: variable 'ansible_connection' from source: unknown 11924 1726884881.25388: variable 'ansible_module_compression' from source: unknown 11924 1726884881.25391: variable 'ansible_shell_type' from source: unknown 11924 1726884881.25394: variable 'ansible_shell_executable' from source: unknown 11924 1726884881.25396: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884881.25401: variable 'ansible_pipelining' from source: unknown 11924 1726884881.25403: variable 'ansible_timeout' from source: unknown 11924 1726884881.25407: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884881.25511: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884881.25531: variable 'omit' from source: magic vars 11924 1726884881.25541: starting attempt loop 11924 1726884881.25548: running the handler 11924 1726884881.25565: _low_level_execute_command(): starting 11924 1726884881.25577: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884881.26934: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884881.27044: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884881.27086: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884881.27139: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884881.28813: stdout chunk (state=3): >>>/root <<< 11924 1726884881.28940: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884881.28971: stderr chunk (state=3): >>><<< 11924 1726884881.28980: stdout chunk (state=3): >>><<< 11924 1726884881.29058: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884881.29080: _low_level_execute_command(): starting 11924 1726884881.29092: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884881.290671-13935-73624628698902 `" && echo ansible-tmp-1726884881.290671-13935-73624628698902="` echo /root/.ansible/tmp/ansible-tmp-1726884881.290671-13935-73624628698902 `" ) && sleep 0' 11924 1726884881.30389: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884881.30399: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884881.30515: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884881.30519: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884881.30521: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884881.30530: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884881.30532: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884881.30535: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884881.30537: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884881.30557: 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.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884881.30674: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884881.30749: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884881.32701: stdout chunk (state=3): >>>ansible-tmp-1726884881.290671-13935-73624628698902=/root/.ansible/tmp/ansible-tmp-1726884881.290671-13935-73624628698902 <<< 11924 1726884881.32817: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884881.32821: stdout chunk (state=3): >>><<< 11924 1726884881.32828: stderr chunk (state=3): >>><<< 11924 1726884881.32847: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884881.290671-13935-73624628698902=/root/.ansible/tmp/ansible-tmp-1726884881.290671-13935-73624628698902 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884881.33161: variable 'ansible_module_compression' from source: unknown 11924 1726884881.33165: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 11924 1726884881.33167: variable 'ansible_facts' from source: unknown 11924 1726884881.33627: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884881.290671-13935-73624628698902/AnsiballZ_setup.py 11924 1726884881.34130: Sending initial data 11924 1726884881.34169: Sent initial data (152 bytes) 11924 1726884881.35191: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884881.35194: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884881.35196: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884881.35201: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884881.35204: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884881.35247: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884881.35571: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884881.35575: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884881.37165: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 11924 1726884881.37181: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 11924 1726884881.37214: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884881.37364: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884881.290671-13935-73624628698902/AnsiballZ_setup.py" debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp9ir6f92g" to remote "/root/.ansible/tmp/ansible-tmp-1726884881.290671-13935-73624628698902/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884881.290671-13935-73624628698902/AnsiballZ_setup.py" <<< 11924 1726884881.37368: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp9ir6f92g /root/.ansible/tmp/ansible-tmp-1726884881.290671-13935-73624628698902/AnsiballZ_setup.py <<< 11924 1726884881.40326: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884881.40336: stdout chunk (state=3): >>><<< 11924 1726884881.40346: stderr chunk (state=3): >>><<< 11924 1726884881.40371: done transferring module to remote 11924 1726884881.40410: _low_level_execute_command(): starting 11924 1726884881.40421: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884881.290671-13935-73624628698902/ /root/.ansible/tmp/ansible-tmp-1726884881.290671-13935-73624628698902/AnsiballZ_setup.py && sleep 0' 11924 1726884881.41085: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884881.41100: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884881.41177: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884881.41234: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884881.41258: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884881.41281: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884881.41367: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884881.43292: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884881.43295: stdout chunk (state=3): >>><<< 11924 1726884881.43298: stderr chunk (state=3): >>><<< 11924 1726884881.43403: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884881.43407: _low_level_execute_command(): starting 11924 1726884881.43410: _low_level_execute_command(): using become for this command 11924 1726884881.43412: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-kqurvxcrlsjvadhnfiphbhmuyzwhegjb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884881.290671-13935-73624628698902/AnsiballZ_setup.py'"'"' && sleep 0' 11924 1726884881.43682: Initial state: awaiting_escalation: BECOME-SUCCESS-kqurvxcrlsjvadhnfiphbhmuyzwhegjb 11924 1726884881.44002: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884881.44022: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884881.44113: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884881.44148: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884881.44176: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884881.44198: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884881.44316: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884881.47367: stdout chunk (state=1): >>>BECOME-SUCCESS-kqurvxcrlsjvadhnfiphbhmuyzwhegjb <<< 11924 1726884881.47414: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-kqurvxcrlsjvadhnfiphbhmuyzwhegjb' 11924 1726884881.47874: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884881.47922: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884881.47944: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884881.48210: 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 0x7f645bdbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bd8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bdbe930> import '_signal' # <<< 11924 1726884881.48213: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884881.48243: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884881.48268: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884881.48360: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884881.48472: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884881.48499: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884881.48528: 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 0x7f645bdccfe0> <<< 11924 1726884881.48630: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884881.48637: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bdcdfd0> <<< 11924 1726884881.48657: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884881.48735: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884881.49042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884881.49081: 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 <<< 11924 1726884881.49117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884881.49187: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884881.49194: 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 <<< 11924 1726884881.49232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bbcbe90> <<< 11924 1726884881.49275: 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' <<< 11924 1726884881.49307: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bbcbf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884881.49336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884881.49366: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884881.49415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884881.49452: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884881.49460: 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 0x7f645bc03890> <<< 11924 1726884881.49508: 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' <<< 11924 1726884881.49512: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc03f20> <<< 11924 1726884881.49532: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884881.49570: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bbe3b60> <<< 11924 1726884881.49580: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884881.49610: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bbe1280> <<< 11924 1726884881.49697: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bbc9040> <<< 11924 1726884881.49744: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884881.49747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884881.49777: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884881.49854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884881.49890: 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 0x7f645bc27800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc26450> <<< 11924 1726884881.49914: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884881.49931: 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 0x7f645bbe2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc24bf0> <<< 11924 1726884881.49980: 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 0x7f645bc58890> <<< 11924 1726884881.50011: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bbc82c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884881.50061: 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 0x7f645bc58d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc58bf0> <<< 11924 1726884881.50123: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884881.50145: 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 0x7f645bc58fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bbc6de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884881.50165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884881.50252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884881.50284: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc59670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc59370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc5a540> import 'importlib.util' # <<< 11924 1726884881.50321: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884881.50324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884881.50436: 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 0x7f645bc70740> <<< 11924 1726884881.50439: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884881.50445: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884881.50473: 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 0x7f645bc71e20> <<< 11924 1726884881.50515: 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 <<< 11924 1726884881.50519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc72cc0> <<< 11924 1726884881.50598: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884881.50605: 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 0x7f645bc732f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc72210> <<< 11924 1726884881.50608: 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' <<< 11924 1726884881.50640: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884881.50666: 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 0x7f645bc73d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc734a0> <<< 11924 1726884881.50707: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc5a4b0> <<< 11924 1726884881.50732: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884881.50750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884881.50777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884881.50800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884881.50846: 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 0x7f645b973c50> <<< 11924 1726884881.50866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884881.50897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884881.50905: 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 0x7f645b99c6e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b99c440> <<< 11924 1726884881.50944: 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 0x7f645b99c560> <<< 11924 1726884881.51041: 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' <<< 11924 1726884881.51095: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884881.51250: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b99d010> <<< 11924 1726884881.51290: 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 0x7f645b99da00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b99c8c0> <<< 11924 1726884881.51310: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b971df0> <<< 11924 1726884881.51339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884881.51375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884881.51410: 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 0x7f645b99ee10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b99db50> <<< 11924 1726884881.51465: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc5ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884881.51525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884881.51614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884881.51617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b9c71a0> <<< 11924 1726884881.51681: 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' <<< 11924 1726884881.51739: 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' <<< 11924 1726884881.51836: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b9f3560> <<< 11924 1726884881.51853: 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' <<< 11924 1726884881.51879: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884881.51905: 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 0x7f645ba4c2c0> <<< 11924 1726884881.51953: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884881.52041: 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 <<< 11924 1726884881.52069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884881.52161: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ba4ea20> <<< 11924 1726884881.52185: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ba4c3e0> <<< 11924 1726884881.52286: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ba192b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b325430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b9f2360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b99fd70> <<< 11924 1726884881.52452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884881.52467: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f645b3256d0> <<< 11924 1726884881.52747: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_kpcncvg5/ansible_setup_payload.zip' <<< 11924 1726884881.52776: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.52908: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884881.52972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884881.52989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884881.53061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884881.53141: 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 0x7f645b38f170> import '_typing' # <<< 11924 1726884881.53258: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b36e060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b36d1f0> <<< 11924 1726884881.53299: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.53489: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884881.54762: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.55919: 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 0x7f645b38d040> <<< 11924 1726884881.55949: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884881.55977: 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' <<< 11924 1726884881.56018: 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' <<< 11924 1726884881.56045: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884881.56065: 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 0x7f645b3beb70> <<< 11924 1726884881.56622: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b3be900> <<< 11924 1726884881.56627: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b3be210> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b3becf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b38fe00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b3bf8f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b3bfb30> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884881.56634: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b3bff80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b229dc0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b22b9b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884881.56835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884881.56842: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b2303b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b231550> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884881.56844: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b233fb0> <<< 11924 1726884881.56964: 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 0x7f645b2340e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b232270> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884881.56994: 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 <<< 11924 1726884881.57252: 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 0x7f645b237fb0> import '_tokenize' # <<< 11924 1726884881.57324: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b236a80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b2367e0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884881.57490: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b236d50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b232780> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b27c230> <<< 11924 1726884881.57567: 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 0x7f645b27c3b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b27de50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b27dc10> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884881.57734: 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 0x7f645b2803e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b27e510> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884881.57852: 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 0x7f645b283bc0> <<< 11924 1726884881.57997: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b280590> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b284a40> <<< 11924 1726884881.58140: stdout 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 0x7f645b284a70> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b284ec0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b27c560> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884881.58229: 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 0x7f645b110590> <<< 11924 1726884881.58352: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884881.58509: 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 0x7f645b111610> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b286d20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b2878f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b286930> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884881.58725: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884881.58729: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884881.58771: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.58849: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.59451: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.59947: 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' # <<< 11924 1726884881.59975: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884881.60024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884881.60046: 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 0x7f645b115940> <<< 11924 1726884881.60129: 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' <<< 11924 1726884881.60150: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b116660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b111730> <<< 11924 1726884881.60253: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884881.60488: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.60699: 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 0x7f645b1168a0> # zipimport: zlib available <<< 11924 1726884881.61025: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.61504: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.61579: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.61652: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884881.61721: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # <<< 11924 1726884881.61759: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.61785: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.61883: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884881.61948: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884881.62014: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884881.62218: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.62474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884881.62516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884881.62529: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884881.62600: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b1179b0> <<< 11924 1726884881.62611: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.62711: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.62801: 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' # <<< 11924 1726884881.62866: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884881.62912: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884881.62970: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.62980: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.63017: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.63116: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884881.63144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884881.63214: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b122510> <<< 11924 1726884881.63268: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b11dbb0> <<< 11924 1726884881.63324: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884881.63438: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.63534: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884881.63604: stdout chunk (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' <<< 11924 1726884881.63661: 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 <<< 11924 1726884881.63729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b20ac90> <<< 11924 1726884881.63760: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b3ee990> <<< 11924 1726884881.63848: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b122270> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b114860> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884881.63915: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.63929: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884881.63988: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884881.64004: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.64086: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.64159: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.64209: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884881.64278: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884881.64321: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.64338: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 11924 1726884881.64410: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.64481: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.64533: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.64557: 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 <<< 11924 1726884881.64581: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 11924 1726884881.64622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884881.64690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884881.64788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884881.64819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645addeae0> <<< 11924 1726884881.64845: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645adddf10> <<< 11924 1726884881.64912: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645addc8f0> <<< 11924 1726884881.65178: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b1b2b70> <<< 11924 1726884881.65263: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b1b0b60> import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 11924 1726884881.65405: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.65605: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.65629: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.65668: 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' <<< 11924 1726884881.65705: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 11924 1726884881.65736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 11924 1726884881.65774: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b1b2ed0> <<< 11924 1726884881.65785: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 11924 1726884881.65818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 11924 1726884881.65836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884881.65883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884881.65907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 11924 1726884881.65925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 11924 1726884881.65962: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ae2cc80> <<< 11924 1726884881.65965: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884881.65982: 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 0x7f645ae2cf80> <<< 11924 1726884881.66026: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ae20650> <<< 11924 1726884881.66036: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645adf3a40> <<< 11924 1726884881.66076: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b19d040> <<< 11924 1726884881.66104: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b19c1d0> <<< 11924 1726884881.66125: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 11924 1726884881.66154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 11924 1726884881.66184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 11924 1726884881.66207: 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' <<< 11924 1726884881.66247: 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 0x7f645ae2fb30> <<< 11924 1726884881.66264: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ae2f3e0> # 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 0x7f645ae2f5c0> <<< 11924 1726884881.66296: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ae2e810> <<< 11924 1726884881.66329: 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' <<< 11924 1726884881.66351: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ae2fbf0> <<< 11924 1726884881.66367: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 11924 1726884881.66396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884881.66431: 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 0x7f645ac5a7e0> <<< 11924 1726884881.66489: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ac587d0> <<< 11924 1726884881.66559: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b19f560> 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 <<< 11924 1726884881.66621: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.66686: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 11924 1726884881.66696: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.66736: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.66794: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 11924 1726884881.66822: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.66832: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 11924 1726884881.66883: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.66912: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 11924 1726884881.66934: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.67026: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.67062: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 11924 1726884881.67128: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 11924 1726884881.67251: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.67303: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.67352: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.67433: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 11924 1726884881.67879: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.68289: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 11924 1726884881.68363: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.68383: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.68486: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 11924 1726884881.68609: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 11924 1726884881.68661: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.68700: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available <<< 11924 1726884881.68787: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available <<< 11924 1726884881.68867: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 11924 1726884881.68930: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.69060: 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' <<< 11924 1726884881.69064: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ac5b050> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884881.69136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884881.69194: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ac5bc80> import 'ansible.module_utils.facts.system.local' # <<< 11924 1726884881.69215: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.69467: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.69552: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 11924 1726884881.69638: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.69666: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 11924 1726884881.69729: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.69764: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884881.69861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884881.69903: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884881.69996: 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 0x7f645ac92db0> <<< 11924 1726884881.70171: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ac7e9c0> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 11924 1726884881.70204: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.70322: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 11924 1726884881.70352: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.70472: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.70586: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.70751: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 11924 1726884881.70754: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 11924 1726884881.70812: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 11924 1726884881.70846: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.70903: 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' <<< 11924 1726884881.70991: 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 0x7f645acaaab0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645acaa690> <<< 11924 1726884881.71021: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 11924 1726884881.71104: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.71130: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 11924 1726884881.71268: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.71409: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 11924 1726884881.71428: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.71520: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.71618: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.71829: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.71832: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 11924 1726884881.71838: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884881.71841: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.71957: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.72070: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 11924 1726884881.72105: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 11924 1726884881.72195: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.72317: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 11924 1726884881.72320: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.72350: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.72408: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.72953: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.73477: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 11924 1726884881.73585: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.73695: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 11924 1726884881.73718: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.73835: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.73914: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 11924 1726884881.74066: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.74220: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 11924 1726884881.74273: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884881.74277: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 11924 1726884881.74293: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.74322: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.74366: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 11924 1726884881.74388: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.74472: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.74605: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.74803: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.75048: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 11924 1726884881.75101: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # <<< 11924 1726884881.75122: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884881.75145: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 11924 1726884881.75171: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.75238: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.75366: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 11924 1726884881.75402: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # <<< 11924 1726884881.75417: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.75522: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.75600: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 11924 1726884881.75644: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # <<< 11924 1726884881.75682: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.75902: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.76173: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 11924 1726884881.76191: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.76232: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.76305: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available <<< 11924 1726884881.76344: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.76390: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 11924 1726884881.76406: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.76430: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.76465: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 11924 1726884881.76480: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.76509: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.76575: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 11924 1726884881.76687: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.76782: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available <<< 11924 1726884881.76842: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 11924 1726884881.76876: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available <<< 11924 1726884881.76935: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.76939: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.76972: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.77015: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.77082: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.77171: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 11924 1726884881.77191: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 11924 1726884881.77204: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.77237: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.77325: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 11924 1726884881.77349: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.77545: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.77981: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 11924 1726884881.77985: stdout chunk (state=3): >>># 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 <<< 11924 1726884881.78006: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.78096: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 11924 1726884881.78109: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.78184: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.78279: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 11924 1726884881.78368: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884881.79342: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645ad19b50> <<< 11924 1726884881.79368: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645acd0860> <<< 11924 1726884881.79403: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645acd2150> <<< 11924 1726884881.95094: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 11924 1726884881.95125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ad1a120> # /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 0x7f645ad1aea0> <<< 11924 1726884881.95260: 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' <<< 11924 1726884881.95291: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ad29790> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ad29280> <<< 11924 1726884881.95462: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame<<< 11924 1726884881.95521: 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 <<< 11924 1726884881.95750: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame<<< 11924 1726884881.95767: 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<<< 11924 1726884881.95940: stdout chunk (state=3): >>> <<< 11924 1726884882.19839: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_apparmor": {"status": "disabled"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "14", "second": "41", "epoch": "1726884881", "epoch_int": "1726884881", "date": "2024-09-20", "time": "22:14:41", "iso8601_micro": "2024-09-21T02:14:41.800359Z", "iso8601": "2024-09-21T02:14:41Z", "iso8601_basic": "20240920T221441800359", "iso8601_basic_short": "20240920T221441", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_is_chroot": false, "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_lsb": {}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 2770, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 761, "free": 2770}, "nocache": {"free": 3291, "used": 240}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "dm-0": {"virtual": 1, "links": {"ids": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"], "uuids": ["0f3fb490-f569-46ef-8fef-9eeb08e031a3"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "10485760", "sectorsize": "512", "size": "5.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": ["dm-0"]}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": ["foo-test1"]}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "dm-0": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "dm-0": ["0f3fb490-f569-46ef-8fef-9eeb08e031a3"]}, "labels": {}, "masters": {"sda": ["dm-0"]}}, "ansible_uptime_seconds": 327, "ansible_lvm": {"lvs": {"test1": {"size_g": "5.00", "vg": "foo"}}, "vgs": {"foo": {"size_g": "9.99", "free_g": "4.99", "num_lvs": "1", "num_pvs": "1"}}, "pvs": {"/dev/sda": {"size_g": "9.99", "free_g": "4.99", "vg": "foo"}}}, "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": 261613191168, "block_size": 4096, "block_total": 65519099, "block_available": 63870408, "block_used": 1648691, "inode_total": 131070960, "inode_available": 131027189, "inode_used": 43771, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}, {"mount": "/opt/test1", "device": "/dev/mapper/foo-test1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 5301600256, "size_available": 5166194688, "block_size": 4096, "block_total": 1294336, "block_available": 1261278, "block_used": 33058, "inode_total": 2621440, "inode_available": 2621437, "inode_used": 3, "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3"}], "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "o<<< 11924 1726884882.19853: stdout chunk (state=3): >>>ff [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_fips": false, "ansible_pkg_mgr": "dnf", "ansible_iscsi_iqn": "", "ansible_fibre_channel_wwn": [], "ansible_loadavg": {"1m": 0.525390625, "5m": 0.4892578125, "15m": 0.24365234375}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-kqurvxcrlsjvadhnfiphbhmuyzwhegjb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884881.290671-13935-73624628698902/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", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 11924 1726884882.20318: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884882.20322: 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 <<< 11924 1726884882.20361: 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 <<< 11924 1726884882.20521: 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 # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json<<< 11924 1726884882.20525: stdout chunk (state=3): >>> # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing 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 <<< 11924 1726884882.20601: stdout chunk (state=3): >>># cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # 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 <<< 11924 1726884882.20618: stdout chunk (state=3): >>># 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 <<< 11924 1726884882.21426: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # 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 <<< 11924 1726884882.21429: stdout chunk (state=3): >>># destroy glob <<< 11924 1726884882.21432: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 11924 1726884882.21462: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 11924 1726884882.21490: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux <<< 11924 1726884882.21525: 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 <<< 11924 1726884882.21553: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random <<< 11924 1726884882.21640: stdout chunk (state=3): >>># cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # 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 <<< 11924 1726884882.21664: 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 <<< 11924 1726884882.21933: 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 <<< 11924 1726884882.21965: 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 <<< 11924 1726884882.21978: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884882.22070: 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 <<< 11924 1726884882.22087: stdout chunk (state=3): >>># destroy time <<< 11924 1726884882.22112: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884882.22184: stdout chunk (state=3): >>># destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc <<< 11924 1726884882.22211: stdout chunk (state=3): >>># destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884882.23040: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884882.23044: stdout chunk (state=3): >>><<< 11924 1726884882.23046: stderr chunk (state=3): >>><<< 11924 1726884882.23132: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bdbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bd8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bdbe930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bdccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bdcdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bbcbe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bbcbf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc03890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc03f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bbe3b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bbe1280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bbc9040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc27800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc26450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bbe2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc24bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc58890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bbc82c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645bc58d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc58bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645bc58fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bbc6de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc59670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc59370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc5a540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc70740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645bc71e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc72cc0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645bc732f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc72210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645bc73d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc734a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc5a4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b973c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b99c6e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b99c440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b99c560> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b99d010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b99da00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b99c8c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b971df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b99ee10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b99db50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645bc5ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b9c71a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b9f3560> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ba4c2c0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ba4ea20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ba4c3e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ba192b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b325430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b9f2360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b99fd70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f645b3256d0> # zipimport: found 103 names in '/tmp/ansible_setup_payload_kpcncvg5/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 0x7f645b38f170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b36e060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b36d1f0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b38d040> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b3beb70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b3be900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b3be210> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b3becf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b38fe00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b3bf8f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b3bfb30> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b3bff80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b229dc0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b22b9b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b2303b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b231550> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b233fb0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b2340e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b232270> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b237fb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b236a80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b2367e0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b236d50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b232780> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b27c230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b27c3b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b27de50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b27dc10> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b2803e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b27e510> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b283bc0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b280590> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b284a40> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b284a70> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b284ec0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b27c560> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b110590> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b111610> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b286d20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b2878f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b286930> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b115940> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b116660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b111730> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b1168a0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b1179b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645b122510> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b11dbb0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b20ac90> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b3ee990> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b122270> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b114860> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f645addeae0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645adddf10> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645addc8f0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b1b2b70> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b1b0b60> 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 0x7f645b1b2ed0> # /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 0x7f645ae2cc80> # 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 0x7f645ae2cf80> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ae20650> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645adf3a40> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b19d040> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b19c1d0> # /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 0x7f645ae2fb30> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ae2f3e0> # 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 0x7f645ae2f5c0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ae2e810> # /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 0x7f645ae2fbf0> # /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 0x7f645ac5a7e0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ac587d0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645b19f560> 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 0x7f645ac5b050> # /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 0x7f645ac5bc80> 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 0x7f645ac92db0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ac7e9c0> 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 0x7f645acaaab0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645acaa690> 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 0x7f645ad19b50> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645acd0860> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645acd2150> # /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 0x7f645ad1a120> # /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 0x7f645ad1aea0> # /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 0x7f645ad29790> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645ad29280> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_apparmor": {"status": "disabled"}, "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "14", "second": "41", "epoch": "1726884881", "epoch_int": "1726884881", "date": "2024-09-20", "time": "22:14:41", "iso8601_micro": "2024-09-21T02:14:41.800359Z", "iso8601": "2024-09-21T02:14:41Z", "iso8601_basic": "20240920T221441800359", "iso8601_basic_short": "20240920T221441", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_is_chroot": false, "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_lsb": {}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 2770, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 761, "free": 2770}, "nocache": {"free": 3291, "used": 240}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "dm-0": {"virtual": 1, "links": {"ids": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"], "uuids": ["0f3fb490-f569-46ef-8fef-9eeb08e031a3"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "10485760", "sectorsize": "512", "size": "5.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": ["dm-0"]}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": ["foo-test1"]}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "dm-0": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "dm-0": ["0f3fb490-f569-46ef-8fef-9eeb08e031a3"]}, "labels": {}, "masters": {"sda": ["dm-0"]}}, "ansible_uptime_seconds": 327, "ansible_lvm": {"lvs": {"test1": {"size_g": "5.00", "vg": "foo"}}, "vgs": {"foo": {"size_g": "9.99", "free_g": "4.99", "num_lvs": "1", "num_pvs": "1"}}, "pvs": {"/dev/sda": {"size_g": "9.99", "free_g": "4.99", "vg": "foo"}}}, "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": 261613191168, "block_size": 4096, "block_total": 65519099, "block_available": 63870408, "block_used": 1648691, "inode_total": 131070960, "inode_available": 131027189, "inode_used": 43771, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}, {"mount": "/opt/test1", "device": "/dev/mapper/foo-test1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 5301600256, "size_available": 5166194688, "block_size": 4096, "block_total": 1294336, "block_available": 1261278, "block_used": 33058, "inode_total": 2621440, "inode_available": 2621437, "inode_used": 3, "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3"}], "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_fips": false, "ansible_pkg_mgr": "dnf", "ansible_iscsi_iqn": "", "ansible_fibre_channel_wwn": [], "ansible_loadavg": {"1m": 0.525390625, "5m": 0.4892578125, "15m": 0.24365234375}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-kqurvxcrlsjvadhnfiphbhmuyzwhegjb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884881.290671-13935-73624628698902/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", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884882.25802: 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-1726884881.290671-13935-73624628698902/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884882.25805: _low_level_execute_command(): starting 11924 1726884882.25809: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884881.290671-13935-73624628698902/ > /dev/null 2>&1 && sleep 0' 11924 1726884882.26197: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884882.26216: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884882.26231: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884882.26253: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884882.26297: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884882.26313: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884882.26375: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884882.26435: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884882.26453: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884882.26593: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884882.28891: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884882.28895: stdout chunk (state=3): >>><<< 11924 1726884882.28900: stderr chunk (state=3): >>><<< 11924 1726884882.28903: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884882.28905: handler run complete 11924 1726884882.29315: variable 'ansible_facts' from source: unknown 11924 1726884882.29761: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884882.30718: variable 'ansible_facts' from source: unknown 11924 1726884882.30961: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884882.31316: attempt loop complete, returning result 11924 1726884882.31369: _execute() done 11924 1726884882.31376: dumping result to json 11924 1726884882.31428: done dumping result, returning 11924 1726884882.31564: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-f4c0-2290-0000000010d0] 11924 1726884882.31575: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010d0 11924 1726884882.32814: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000010d0 11924 1726884882.32817: WORKER PROCESS EXITING ok: [managed_node2] 11924 1726884882.33669: no more pending results, returning what we have 11924 1726884882.33672: results queue empty 11924 1726884882.33673: checking for any_errors_fatal 11924 1726884882.33681: done checking for any_errors_fatal 11924 1726884882.33681: checking for max_fail_percentage 11924 1726884882.33683: done checking for max_fail_percentage 11924 1726884882.33684: checking to see if all hosts have failed and the running result is not ok 11924 1726884882.33685: done checking to see if all hosts have failed 11924 1726884882.33686: getting the remaining hosts for this loop 11924 1726884882.33687: done getting the remaining hosts for this loop 11924 1726884882.33820: getting the next task for host managed_node2 11924 1726884882.33832: done getting next task for host managed_node2 11924 1726884882.33834: ^ task is: TASK: meta (role_complete) 11924 1726884882.33837: ^ 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 11924 1726884882.33849: getting variables 11924 1726884882.33851: in VariableManager get_vars() 11924 1726884882.33885: Calling all_inventory to load vars for managed_node2 11924 1726884882.33888: Calling groups_inventory to load vars for managed_node2 11924 1726884882.33890: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884882.33903: Calling all_plugins_play to load vars for managed_node2 11924 1726884882.33906: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884882.34025: Calling groups_plugins_play to load vars for managed_node2 11924 1726884882.35133: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884882.36501: done with get_vars() 11924 1726884882.36602: done getting variables 11924 1726884882.37029: done queuing things up, now waiting for results queue to drain 11924 1726884882.37031: results queue empty 11924 1726884882.37032: checking for any_errors_fatal 11924 1726884882.37037: done checking for any_errors_fatal 11924 1726884882.37038: checking for max_fail_percentage 11924 1726884882.37039: done checking for max_fail_percentage 11924 1726884882.37040: checking to see if all hosts have failed and the running result is not ok 11924 1726884882.37040: done checking to see if all hosts have failed 11924 1726884882.37041: getting the remaining hosts for this loop 11924 1726884882.37042: done getting the remaining hosts for this loop 11924 1726884882.37050: getting the next task for host managed_node2 11924 1726884882.37054: done getting next task for host managed_node2 11924 1726884882.37361: ^ task is: TASK: Verify role results 11924 1726884882.37363: ^ 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 11924 1726884882.37366: getting variables 11924 1726884882.37367: in VariableManager get_vars() 11924 1726884882.37379: Calling all_inventory to load vars for managed_node2 11924 1726884882.37381: Calling groups_inventory to load vars for managed_node2 11924 1726884882.37383: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884882.37388: Calling all_plugins_play to load vars for managed_node2 11924 1726884882.37390: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884882.37393: Calling groups_plugins_play to load vars for managed_node2 11924 1726884882.38445: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884882.39651: done with get_vars() 11924 1726884882.39666: done getting variables TASK [Verify role results] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml:61 Friday 20 September 2024 22:14:42 -0400 (0:00:01.163) 0:00:47.736 ****** 11924 1726884882.39740: entering _queue_task() for managed_node2/include_tasks 11924 1726884882.40450: worker is 1 (out of 1 available) 11924 1726884882.40467: exiting _queue_task() for managed_node2/include_tasks 11924 1726884882.40480: done queuing things up, now waiting for results queue to drain 11924 1726884882.40481: waiting for pending results... 11924 1726884882.40874: running TaskExecutor() for managed_node2/TASK: Verify role results 11924 1726884882.41010: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000000c 11924 1726884882.41015: variable 'ansible_search_path' from source: unknown 11924 1726884882.41035: calling self._execute() 11924 1726884882.41174: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884882.41186: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884882.41205: variable 'omit' from source: magic vars 11924 1726884882.41338: _execute() done 11924 1726884882.41443: dumping result to json 11924 1726884882.41446: done dumping result, returning 11924 1726884882.41450: done running TaskExecutor() for managed_node2/TASK: Verify role results [0affc8a3-6f6f-f4c0-2290-00000000000c] 11924 1726884882.41452: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000000c 11924 1726884882.41541: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000000c 11924 1726884882.41547: WORKER PROCESS EXITING 11924 1726884882.41577: no more pending results, returning what we have 11924 1726884882.41583: in VariableManager get_vars() 11924 1726884882.41627: Calling all_inventory to load vars for managed_node2 11924 1726884882.41630: Calling groups_inventory to load vars for managed_node2 11924 1726884882.41633: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884882.41646: Calling all_plugins_play to load vars for managed_node2 11924 1726884882.41649: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884882.41652: Calling groups_plugins_play to load vars for managed_node2 11924 1726884882.42484: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884882.43120: done with get_vars() 11924 1726884882.43131: variable 'ansible_search_path' from source: unknown 11924 1726884882.43144: we have included files to process 11924 1726884882.43145: generating all_blocks data 11924 1726884882.43148: done generating all_blocks data 11924 1726884882.43157: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884882.43158: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884882.43161: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884882.43801: in VariableManager get_vars() 11924 1726884882.43818: done with get_vars() 11924 1726884882.43868: in VariableManager get_vars() 11924 1726884882.43884: done with get_vars() 11924 1726884882.43978: done processing included file 11924 1726884882.43980: iterating over new_blocks loaded from include file 11924 1726884882.43982: in VariableManager get_vars() 11924 1726884882.43993: done with get_vars() 11924 1726884882.43994: filtering new block on tags 11924 1726884882.44069: done filtering new block on tags 11924 1726884882.44072: 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_node2 11924 1726884882.44077: extending task lists for all hosts with included blocks 11924 1726884882.47354: done extending task lists 11924 1726884882.47357: done processing included files 11924 1726884882.47358: results queue empty 11924 1726884882.47359: checking for any_errors_fatal 11924 1726884882.47360: done checking for any_errors_fatal 11924 1726884882.47361: checking for max_fail_percentage 11924 1726884882.47362: done checking for max_fail_percentage 11924 1726884882.47363: checking to see if all hosts have failed and the running result is not ok 11924 1726884882.47363: done checking to see if all hosts have failed 11924 1726884882.47364: getting the remaining hosts for this loop 11924 1726884882.47366: done getting the remaining hosts for this loop 11924 1726884882.47368: getting the next task for host managed_node2 11924 1726884882.47372: done getting next task for host managed_node2 11924 1726884882.47374: ^ task is: TASK: Print out pool information 11924 1726884882.47377: ^ 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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884882.47379: getting variables 11924 1726884882.47380: in VariableManager get_vars() 11924 1726884882.47390: Calling all_inventory to load vars for managed_node2 11924 1726884882.47392: Calling groups_inventory to load vars for managed_node2 11924 1726884882.47395: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884882.47403: Calling all_plugins_play to load vars for managed_node2 11924 1726884882.47406: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884882.47409: Calling groups_plugins_play to load vars for managed_node2 11924 1726884882.48223: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884882.48863: done with get_vars() 11924 1726884882.48877: done getting variables 11924 1726884882.48928: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Print 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 22:14:42 -0400 (0:00:00.092) 0:00:47.828 ****** 11924 1726884882.48957: entering _queue_task() for managed_node2/debug 11924 1726884882.49302: worker is 1 (out of 1 available) 11924 1726884882.49314: exiting _queue_task() for managed_node2/debug 11924 1726884882.49331: done queuing things up, now waiting for results queue to drain 11924 1726884882.49333: waiting for pending results... 11924 1726884882.49779: running TaskExecutor() for managed_node2/TASK: Print out pool information 11924 1726884882.49789: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000115e 11924 1726884882.49792: variable 'ansible_search_path' from source: unknown 11924 1726884882.49796: calling self._execute() 11924 1726884882.49922: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884882.49934: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884882.49951: variable 'omit' from source: magic vars 11924 1726884882.50364: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884882.55226: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884882.55363: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884882.55368: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884882.55390: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884882.55426: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884882.55514: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884882.55550: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884882.55587: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884882.55635: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884882.55653: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884882.55796: variable '_storage_pools_list' from source: set_fact 11924 1726884882.55830: Evaluated conditional (_storage_pools_list | length > 0): True 11924 1726884882.55841: variable 'omit' from source: magic vars 11924 1726884882.55907: variable 'omit' from source: magic vars 11924 1726884882.55927: variable 'omit' from source: magic vars 11924 1726884882.55960: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884882.55992: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884882.56160: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884882.56163: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884882.56166: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884882.56168: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884882.56170: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884882.56172: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884882.56174: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884882.56176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884882.56258: Set connection var ansible_shell_executable to /bin/sh 11924 1726884882.56268: Set connection var ansible_connection to ssh 11924 1726884882.56278: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884882.56291: Set connection var ansible_timeout to 10 11924 1726884882.56304: Set connection var ansible_pipelining to False 11924 1726884882.56313: Set connection var ansible_shell_type to sh 11924 1726884882.56344: variable 'ansible_shell_executable' from source: unknown 11924 1726884882.56351: variable 'ansible_connection' from source: unknown 11924 1726884882.56359: variable 'ansible_module_compression' from source: unknown 11924 1726884882.56366: variable 'ansible_shell_type' from source: unknown 11924 1726884882.56373: variable 'ansible_shell_executable' from source: unknown 11924 1726884882.56380: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884882.56387: variable 'ansible_pipelining' from source: unknown 11924 1726884882.56402: variable 'ansible_timeout' from source: unknown 11924 1726884882.56412: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884882.56521: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884882.56620: variable 'omit' from source: magic vars 11924 1726884882.56623: starting attempt loop 11924 1726884882.56625: running the handler 11924 1726884882.56627: variable '_storage_pools_list' from source: set_fact 11924 1726884882.56681: variable '_storage_pools_list' from source: set_fact 11924 1726884882.56964: handler run complete 11924 1726884882.57008: attempt loop complete, returning result 11924 1726884882.57016: _execute() done 11924 1726884882.57024: dumping result to json 11924 1726884882.57034: done dumping result, returning 11924 1726884882.57045: done running TaskExecutor() for managed_node2/TASK: Print out pool information [0affc8a3-6f6f-f4c0-2290-00000000115e] 11924 1726884882.57060: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000115e ok: [managed_node2] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } 11924 1726884882.57409: no more pending results, returning what we have 11924 1726884882.57414: results queue empty 11924 1726884882.57415: checking for any_errors_fatal 11924 1726884882.57416: done checking for any_errors_fatal 11924 1726884882.57417: checking for max_fail_percentage 11924 1726884882.57419: done checking for max_fail_percentage 11924 1726884882.57419: checking to see if all hosts have failed and the running result is not ok 11924 1726884882.57420: done checking to see if all hosts have failed 11924 1726884882.57421: getting the remaining hosts for this loop 11924 1726884882.57423: done getting the remaining hosts for this loop 11924 1726884882.57427: getting the next task for host managed_node2 11924 1726884882.57433: done getting next task for host managed_node2 11924 1726884882.57435: ^ task is: TASK: Print out volume information 11924 1726884882.57438: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884882.57443: getting variables 11924 1726884882.57444: in VariableManager get_vars() 11924 1726884882.57676: Calling all_inventory to load vars for managed_node2 11924 1726884882.57679: Calling groups_inventory to load vars for managed_node2 11924 1726884882.57683: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884882.57693: Calling all_plugins_play to load vars for managed_node2 11924 1726884882.57696: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884882.57702: Calling groups_plugins_play to load vars for managed_node2 11924 1726884882.58252: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000115e 11924 1726884882.58257: WORKER PROCESS EXITING 11924 1726884882.58279: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884882.59168: done with get_vars() 11924 1726884882.59183: done getting variables 11924 1726884882.59242: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Print 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 22:14:42 -0400 (0:00:00.103) 0:00:47.931 ****** 11924 1726884882.59275: entering _queue_task() for managed_node2/debug 11924 1726884882.59946: worker is 1 (out of 1 available) 11924 1726884882.59965: exiting _queue_task() for managed_node2/debug 11924 1726884882.59978: done queuing things up, now waiting for results queue to drain 11924 1726884882.59980: waiting for pending results... 11924 1726884882.60890: running TaskExecutor() for managed_node2/TASK: Print out volume information 11924 1726884882.61200: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000115f 11924 1726884882.61223: variable 'ansible_search_path' from source: unknown 11924 1726884882.61265: calling self._execute() 11924 1726884882.62051: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884882.62059: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884882.62063: variable 'omit' from source: magic vars 11924 1726884882.62977: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884882.68762: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884882.68766: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884882.68768: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884882.68770: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884882.69062: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884882.69066: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884882.69098: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884882.69128: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884882.69464: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884882.69467: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884882.69540: variable '_storage_volumes_list' from source: set_fact 11924 1726884882.69563: Evaluated conditional (_storage_volumes_list | length > 0): False 11924 1726884882.69571: when evaluation is False, skipping this task 11924 1726884882.69578: _execute() done 11924 1726884882.69584: dumping result to json 11924 1726884882.69590: done dumping result, returning 11924 1726884882.69601: done running TaskExecutor() for managed_node2/TASK: Print out volume information [0affc8a3-6f6f-f4c0-2290-00000000115f] 11924 1726884882.69610: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000115f skipping: [managed_node2] => { "false_condition": "_storage_volumes_list | length > 0" } 11924 1726884882.69768: no more pending results, returning what we have 11924 1726884882.69772: results queue empty 11924 1726884882.69773: checking for any_errors_fatal 11924 1726884882.69788: done checking for any_errors_fatal 11924 1726884882.69789: checking for max_fail_percentage 11924 1726884882.69791: done checking for max_fail_percentage 11924 1726884882.69792: checking to see if all hosts have failed and the running result is not ok 11924 1726884882.69792: done checking to see if all hosts have failed 11924 1726884882.69793: getting the remaining hosts for this loop 11924 1726884882.69795: done getting the remaining hosts for this loop 11924 1726884882.69802: getting the next task for host managed_node2 11924 1726884882.69808: done getting next task for host managed_node2 11924 1726884882.69812: ^ task is: TASK: Collect info about the volumes. 11924 1726884882.69815: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884882.69819: getting variables 11924 1726884882.69821: in VariableManager get_vars() 11924 1726884882.69857: Calling all_inventory to load vars for managed_node2 11924 1726884882.69859: Calling groups_inventory to load vars for managed_node2 11924 1726884882.69863: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884882.69874: Calling all_plugins_play to load vars for managed_node2 11924 1726884882.69877: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884882.69880: Calling groups_plugins_play to load vars for managed_node2 11924 1726884882.71162: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000115f 11924 1726884882.71167: WORKER PROCESS EXITING 11924 1726884882.71277: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884882.72602: done with get_vars() 11924 1726884882.72690: 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 22:14:42 -0400 (0:00:00.136) 0:00:48.067 ****** 11924 1726884882.72891: entering _queue_task() for managed_node2/fedora.linux_system_roles.blockdev_info 11924 1726884882.73806: worker is 1 (out of 1 available) 11924 1726884882.73820: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blockdev_info 11924 1726884882.73831: done queuing things up, now waiting for results queue to drain 11924 1726884882.73833: waiting for pending results... 11924 1726884882.74231: running TaskExecutor() for managed_node2/TASK: Collect info about the volumes. 11924 1726884882.74322: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001160 11924 1726884882.74336: variable 'ansible_search_path' from source: unknown 11924 1726884882.74569: calling self._execute() 11924 1726884882.74671: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884882.74675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884882.74687: variable 'omit' from source: magic vars 11924 1726884882.74996: variable 'omit' from source: magic vars 11924 1726884882.75034: variable 'omit' from source: magic vars 11924 1726884882.75066: variable 'omit' from source: magic vars 11924 1726884882.75108: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884882.75148: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884882.75561: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884882.75565: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884882.75568: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884882.75570: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884882.75572: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884882.75574: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884882.75577: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884882.75579: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884882.75790: Set connection var ansible_shell_executable to /bin/sh 11924 1726884882.75826: Set connection var ansible_connection to ssh 11924 1726884882.75838: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884882.75849: Set connection var ansible_timeout to 10 11924 1726884882.75962: Set connection var ansible_pipelining to False 11924 1726884882.75966: Set connection var ansible_shell_type to sh 11924 1726884882.75970: variable 'ansible_shell_executable' from source: unknown 11924 1726884882.75973: variable 'ansible_connection' from source: unknown 11924 1726884882.75976: variable 'ansible_module_compression' from source: unknown 11924 1726884882.75980: variable 'ansible_shell_type' from source: unknown 11924 1726884882.75983: variable 'ansible_shell_executable' from source: unknown 11924 1726884882.75985: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884882.75988: variable 'ansible_pipelining' from source: unknown 11924 1726884882.75991: variable 'ansible_timeout' from source: unknown 11924 1726884882.75993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884882.76172: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884882.76193: variable 'omit' from source: magic vars 11924 1726884882.76225: starting attempt loop 11924 1726884882.76233: running the handler 11924 1726884882.76250: _low_level_execute_command(): starting 11924 1726884882.76264: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884882.77121: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884882.77144: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884882.77327: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884882.79031: stdout chunk (state=3): >>>/root <<< 11924 1726884882.79161: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884882.79173: stdout chunk (state=3): >>><<< 11924 1726884882.79187: stderr chunk (state=3): >>><<< 11924 1726884882.79462: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884882.79466: _low_level_execute_command(): starting 11924 1726884882.79469: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884882.793807-14013-88270917247755 `" && echo ansible-tmp-1726884882.793807-14013-88270917247755="` echo /root/.ansible/tmp/ansible-tmp-1726884882.793807-14013-88270917247755 `" ) && sleep 0' 11924 1726884882.80625: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884882.80715: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884882.80772: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884882.80819: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884882.80938: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884882.82824: stdout chunk (state=3): >>>ansible-tmp-1726884882.793807-14013-88270917247755=/root/.ansible/tmp/ansible-tmp-1726884882.793807-14013-88270917247755 <<< 11924 1726884882.82921: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884882.82980: stderr chunk (state=3): >>><<< 11924 1726884882.82993: stdout chunk (state=3): >>><<< 11924 1726884882.83021: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884882.793807-14013-88270917247755=/root/.ansible/tmp/ansible-tmp-1726884882.793807-14013-88270917247755 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884882.83096: variable 'ansible_module_compression' from source: unknown 11924 1726884882.83181: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blockdev_info-ZIP_DEFLATED 11924 1726884882.83194: variable 'ansible_facts' from source: unknown 11924 1726884882.83300: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884882.793807-14013-88270917247755/AnsiballZ_blockdev_info.py 11924 1726884882.83482: Sending initial data 11924 1726884882.83485: Sent initial data (160 bytes) 11924 1726884882.84315: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884882.84318: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884882.84320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884882.84323: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884882.84393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884882.84427: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884882.84502: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884882.86025: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884882.86096: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884882.86175: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmprqv48vqd /root/.ansible/tmp/ansible-tmp-1726884882.793807-14013-88270917247755/AnsiballZ_blockdev_info.py <<< 11924 1726884882.86178: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884882.793807-14013-88270917247755/AnsiballZ_blockdev_info.py" <<< 11924 1726884882.86254: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmprqv48vqd" to remote "/root/.ansible/tmp/ansible-tmp-1726884882.793807-14013-88270917247755/AnsiballZ_blockdev_info.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884882.793807-14013-88270917247755/AnsiballZ_blockdev_info.py" <<< 11924 1726884882.87193: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884882.87258: stderr chunk (state=3): >>><<< 11924 1726884882.87270: stdout chunk (state=3): >>><<< 11924 1726884882.87305: done transferring module to remote 11924 1726884882.87330: _low_level_execute_command(): starting 11924 1726884882.87400: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884882.793807-14013-88270917247755/ /root/.ansible/tmp/ansible-tmp-1726884882.793807-14013-88270917247755/AnsiballZ_blockdev_info.py && sleep 0' 11924 1726884882.88529: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884882.88543: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884882.88560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884882.88579: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884882.88595: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884882.88612: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884882.88627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884882.88816: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884882.88847: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884882.88875: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884882.88949: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884882.90913: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884882.90917: stdout chunk (state=3): >>><<< 11924 1726884882.90919: stderr chunk (state=3): >>><<< 11924 1726884882.90933: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884882.90940: _low_level_execute_command(): starting 11924 1726884882.90948: _low_level_execute_command(): using become for this command 11924 1726884882.90970: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-oecvutbqklktiadnfgzufiqshajyqoem ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884882.793807-14013-88270917247755/AnsiballZ_blockdev_info.py'"'"' && sleep 0' 11924 1726884882.91378: Initial state: awaiting_escalation: BECOME-SUCCESS-oecvutbqklktiadnfgzufiqshajyqoem 11924 1726884882.91965: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884882.92010: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884882.92027: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884882.92043: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884882.92064: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884882.92136: 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.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884882.92217: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884882.92220: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884882.92290: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884882.92396: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884882.95437: stdout chunk (state=1): >>>BECOME-SUCCESS-oecvutbqklktiadnfgzufiqshajyqoem <<< 11924 1726884882.95450: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-oecvutbqklktiadnfgzufiqshajyqoem' 11924 1726884882.95833: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # <<< 11924 1726884882.95836: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884882.95900: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884882.95965: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884882.96098: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 11924 1726884882.96101: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884882.96166: 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 0x7fccb34183e0> <<< 11924 1726884882.96196: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb33e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884882.96234: 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 0x7fccb341a960> import '_signal' # <<< 11924 1726884882.96272: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884882.96285: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 11924 1726884882.96328: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884882.96439: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884882.96461: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884882.96506: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884882.96510: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884882.96560: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884882.96576: 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 <<< 11924 1726884882.96590: 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 0x7fccb322cfe0> <<< 11924 1726884882.96761: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884882.96772: 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 0x7fccb322dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884882.96966: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884882.96969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884882.97012: 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' <<< 11924 1726884882.97015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884882.97061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884882.97071: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884882.97110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884882.97146: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3273e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884882.97150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884882.97180: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3273ec0> <<< 11924 1726884882.97207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884882.97228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884882.97254: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884882.97310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884882.97338: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884882.97371: 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' <<< 11924 1726884882.97399: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884882.97413: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32a3ec0> import '_collections' # <<< 11924 1726884882.97462: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3283ad0> <<< 11924 1726884882.97486: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884882.97503: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32811f0> <<< 11924 1726884882.97579: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3270fb0> <<< 11924 1726884882.97605: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884882.97630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884882.97652: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884882.97680: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884882.97697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884882.97714: 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' <<< 11924 1726884882.97760: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32c7800> <<< 11924 1726884882.97764: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32c6420> <<< 11924 1726884882.97792: 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 0x7fccb32820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32c4c20> <<< 11924 1726884882.97852: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884882.97880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3270230> <<< 11924 1726884882.97909: 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' <<< 11924 1726884882.97912: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884882.97956: 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 0x7fccb32f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32f8bc0> <<< 11924 1726884882.97960: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884882.97988: 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 0x7fccb32f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3266d50> <<< 11924 1726884882.98018: 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' <<< 11924 1726884882.98051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884882.98077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32f9610> <<< 11924 1726884882.98111: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32f92e0> import 'importlib.machinery' # <<< 11924 1726884882.98132: 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' <<< 11924 1726884882.98146: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32fa510> import 'importlib.util' # <<< 11924 1726884882.98176: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884882.98186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884882.98218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884882.98250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884882.98276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3310710> import 'errno' # <<< 11924 1726884882.98306: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884882.98350: 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 0x7fccb3311df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884882.98356: 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 <<< 11924 1726884882.98406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3312c60> <<< 11924 1726884882.98410: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884882.98431: 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 0x7fccb33132c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb33121b0> <<< 11924 1726884882.98451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884882.98490: 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' <<< 11924 1726884882.98508: 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 0x7fccb3313d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3313470> <<< 11924 1726884882.98554: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32fa540> <<< 11924 1726884882.98567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884882.98603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884882.98628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884882.98639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884882.98682: 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' <<< 11924 1726884882.98685: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb30afbc0> <<< 11924 1726884882.98734: 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' <<< 11924 1726884882.98739: 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' <<< 11924 1726884882.98767: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb30d8710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb30d8470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb30d8740> <<< 11924 1726884882.98786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884882.98811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884882.98867: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884882.99007: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb30d9070> <<< 11924 1726884882.99129: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884882.99178: 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 0x7fccb30d9970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb30d8920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb30add60> <<< 11924 1726884882.99202: 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 <<< 11924 1726884882.99231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb30dad80> <<< 11924 1726884882.99249: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb30d9ac0> <<< 11924 1726884882.99271: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32fac30> <<< 11924 1726884882.99296: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884882.99364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884882.99377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884882.99418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884882.99439: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb31030b0> <<< 11924 1726884882.99515: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884882.99549: 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 <<< 11924 1726884882.99584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884882.99629: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb312b4a0> <<< 11924 1726884882.99632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884882.99696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884882.99716: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884882.99781: 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 0x7fccb3188230> <<< 11924 1726884882.99815: 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' <<< 11924 1726884882.99861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884882.99883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884883.00046: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb318a990> <<< 11924 1726884883.00049: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3188350> <<< 11924 1726884883.00115: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3155250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2f912b0> <<< 11924 1726884883.00181: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb312a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb30dbcb0> <<< 11924 1726884883.00279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fccb312a8a0> <<< 11924 1726884883.00433: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_brbmdeba/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' # zipimport: zlib available <<< 11924 1726884883.00529: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.00565: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884883.00576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884883.00742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884883.00820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884883.00890: 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 0x7fccb2fdf020> import '_typing' # <<< 11924 1726884883.01041: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2fc1f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2fc1070> # zipimport: zlib available <<< 11924 1726884883.01126: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884883.01137: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884883.01194: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.02563: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.03626: 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 0x7fccb2fdcef0> <<< 11924 1726884883.03668: 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' <<< 11924 1726884883.03714: 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' <<< 11924 1726884883.03777: 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' <<< 11924 1726884883.03849: 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 0x7fccb30128d0> <<< 11924 1726884883.03916: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3012660> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3011fd0> <<< 11924 1726884883.03935: 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 0x7fccb30123f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2fdfcb0> import 'atexit' # <<< 11924 1726884883.03964: 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 0x7fccb3013620> <<< 11924 1726884883.04005: 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 0x7fccb3013860> <<< 11924 1726884883.04041: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884883.04066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884883.04112: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3013da0> <<< 11924 1726884883.04145: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884883.04165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884883.04219: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb291dac0> <<< 11924 1726884883.04288: 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 0x7fccb291f770> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884883.04306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884883.04339: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb29200e0> <<< 11924 1726884883.04351: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884883.04409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2921250> <<< 11924 1726884883.04491: 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 <<< 11924 1726884883.04550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884883.04597: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2923d70> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb3312ae0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2922030> <<< 11924 1726884883.04643: 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' <<< 11924 1726884883.04668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884883.04686: 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 <<< 11924 1726884883.05159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884883.05164: 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 0x7fccb292bc20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb292a6f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb292a450> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb292a9c0> <<< 11924 1726884883.05179: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2922540> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb296fef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb296f8f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb2971a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb29717f0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884883.05259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884883.05313: 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 0x7fccb2973ef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb29720c0> <<< 11924 1726884883.05337: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884883.05374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884883.05401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884883.05422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884883.05465: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2977620> <<< 11924 1726884883.05590: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2973fb0> <<< 11924 1726884883.05645: stdout 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 0x7fccb29783b0> <<< 11924 1726884883.05676: stdout 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 0x7fccb2978590> <<< 11924 1726884883.05715: stdout 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 0x7fccb2978980> <<< 11924 1726884883.05742: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb29700b0> <<< 11924 1726884883.05770: 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 <<< 11924 1726884883.05806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884883.05824: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884883.05848: 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 0x7fccb297bf80> <<< 11924 1726884883.05997: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884883.06026: 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 0x7fccb28011c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb297a720> <<< 11924 1726884883.06063: 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 0x7fccb297bad0> <<< 11924 1726884883.06090: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb297a330> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884883.06102: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.06182: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.06271: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.06311: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884883.06336: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884883.06353: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884883.06463: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.06583: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.07104: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.07692: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884883.07734: 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' <<< 11924 1726884883.07811: 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 0x7fccb2809280> <<< 11924 1726884883.07871: 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' <<< 11924 1726884883.07952: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2809f70> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb297b5f0> <<< 11924 1726884883.08028: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884883.08153: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.08328: 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 0x7fccb2809f10> # zipimport: zlib available <<< 11924 1726884883.08770: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.09314: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884883.09337: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884883.09359: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.09375: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.09509: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884883.09512: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.09594: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884883.09724: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.09728: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884883.09771: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884883.09980: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.10161: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884883.10239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884883.10268: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884883.10313: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb280b0b0> # zipimport: zlib available <<< 11924 1726884883.10394: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.10484: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884883.10488: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884883.10504: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.10549: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.10585: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884883.10599: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.10687: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.10700: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.10742: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.10816: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884883.10850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884883.10937: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb2815c10> <<< 11924 1726884883.10968: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2813cb0> <<< 11924 1726884883.11006: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884883.11022: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.11075: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.11136: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.11179: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.11208: stdout chunk (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' <<< 11924 1726884883.11235: 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 <<< 11924 1726884883.11250: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884883.11303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884883.11382: 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 <<< 11924 1726884883.11410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884883.11461: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb304e5d0> <<< 11924 1726884883.11506: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb30462a0> <<< 11924 1726884883.11616: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2815d00> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2809e50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884883.11658: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884883.11725: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 11924 1726884883.11750: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 11924 1726884883.11782: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # <<< 11924 1726884883.11862: 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 <<< 11924 1726884883.11885: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 11924 1726884883.11905: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.11978: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.12173: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.13054: stdout chunk (state=3): >>> {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "LVM2_member", "label": "", "uuid": "BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/mapper/foo-test1": {"name": "/dev/mapper/foo-test1", "fstype": "xfs", "label": "", "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3", "type": "lvm", "size": "5G", "mountpoint": "/opt/test1"}, "/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": {}}} <<< 11924 1726884883.13095: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884883.13509: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884883.13553: 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 <<< 11924 1726884883.13585: 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 <<< 11924 1726884883.13648: 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 <<< 11924 1726884883.13712: stdout chunk (state=3): >>># cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast <<< 11924 1726884883.13727: 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.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 <<< 11924 1726884883.13998: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884883.14002: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884883.14072: 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 <<< 11924 1726884883.14079: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884883.14193: 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 <<< 11924 1726884883.14256: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 11924 1726884883.14324: 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 # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 11924 1726884883.14401: 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 <<< 11924 1726884883.14451: 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 <<< 11924 1726884883.14497: 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 <<< 11924 1726884883.14830: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 11924 1726884883.14833: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 11924 1726884883.14871: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 11924 1726884883.14939: 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 <<< 11924 1726884883.15425: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884883.15515: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884883.15537: stdout chunk (state=3): >>><<< 11924 1726884883.15561: stderr chunk (state=3): >>><<< 11924 1726884883.15700: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb34183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb33e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb341a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb322cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb322dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3273e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3273ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3283ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3270fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32c4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3270230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb32f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb32f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3266d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32f9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32f92e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32fa510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3310710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb3311df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3312c60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb33132c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb33121b0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb3313d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3313470> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32fa540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb30afbc0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb30d8710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb30d8470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb30d8740> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb30d9070> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb30d9970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb30d8920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb30add60> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb30dad80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb30d9ac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb32fac30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb31030b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb312b4a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3188230> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb318a990> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3188350> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3155250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2f912b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb312a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb30dbcb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fccb312a8a0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_brbmdeba/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 0x7fccb2fdf020> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2fc1f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2fc1070> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2fdcef0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb30128d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3012660> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3011fd0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb30123f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2fdfcb0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb3013620> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb3013860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb3013da0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb291dac0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb291f770> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb29200e0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2921250> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2923d70> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb3312ae0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2922030> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb292bc20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb292a6f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb292a450> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb292a9c0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2922540> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb296fef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb296f8f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb2971a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb29717f0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb2973ef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb29720c0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2977620> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2973fb0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb29783b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb2978590> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb2978980> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb29700b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb297bf80> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb28011c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb297a720> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb297bad0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb297a330> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb2809280> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2809f70> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb297b5f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2809f10> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb280b0b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fccb2815c10> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2813cb0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb304e5d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb30462a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2815d00> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fccb2809e50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": "LVM2_member", "label": "", "uuid": "BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/mapper/foo-test1": {"name": "/dev/mapper/foo-test1", "fstype": "xfs", "label": "", "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3", "type": "lvm", "size": "5G", "mountpoint": "/opt/test1"}, "/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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884883.16595: 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-1726884882.793807-14013-88270917247755/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884883.16599: _low_level_execute_command(): starting 11924 1726884883.16602: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884882.793807-14013-88270917247755/ > /dev/null 2>&1 && sleep 0' 11924 1726884883.17225: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884883.17229: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884883.17232: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884883.17235: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884883.17307: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884883.19172: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884883.19230: stderr chunk (state=3): >>><<< 11924 1726884883.19286: stdout chunk (state=3): >>><<< 11924 1726884883.19354: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884883.19369: handler run complete 11924 1726884883.19570: Evaluated conditional (False): False 11924 1726884883.19573: attempt loop complete, returning result 11924 1726884883.19575: _execute() done 11924 1726884883.19577: dumping result to json 11924 1726884883.19579: done dumping result, returning 11924 1726884883.19580: done running TaskExecutor() for managed_node2/TASK: Collect info about the volumes. [0affc8a3-6f6f-f4c0-2290-000000001160] 11924 1726884883.19582: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001160 11924 1726884883.19685: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001160 11924 1726884883.19689: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp" }, "/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" } } } 11924 1726884883.19887: no more pending results, returning what we have 11924 1726884883.19892: results queue empty 11924 1726884883.19893: checking for any_errors_fatal 11924 1726884883.19903: done checking for any_errors_fatal 11924 1726884883.19904: checking for max_fail_percentage 11924 1726884883.19906: done checking for max_fail_percentage 11924 1726884883.19907: checking to see if all hosts have failed and the running result is not ok 11924 1726884883.19915: done checking to see if all hosts have failed 11924 1726884883.19916: getting the remaining hosts for this loop 11924 1726884883.19919: done getting the remaining hosts for this loop 11924 1726884883.19923: getting the next task for host managed_node2 11924 1726884883.19933: done getting next task for host managed_node2 11924 1726884883.19939: ^ task is: TASK: Read the /etc/fstab file for volume existence 11924 1726884883.19943: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884883.19947: getting variables 11924 1726884883.19951: in VariableManager get_vars() 11924 1726884883.20662: Calling all_inventory to load vars for managed_node2 11924 1726884883.20665: Calling groups_inventory to load vars for managed_node2 11924 1726884883.20669: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884883.20682: Calling all_plugins_play to load vars for managed_node2 11924 1726884883.20686: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884883.20694: Calling groups_plugins_play to load vars for managed_node2 11924 1726884883.21780: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884883.22540: done with get_vars() 11924 1726884883.22554: done getting variables 11924 1726884883.22620: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:43 -0400 (0:00:00.497) 0:00:48.565 ****** 11924 1726884883.22649: entering _queue_task() for managed_node2/command 11924 1726884883.23149: worker is 1 (out of 1 available) 11924 1726884883.23218: exiting _queue_task() for managed_node2/command 11924 1726884883.23230: done queuing things up, now waiting for results queue to drain 11924 1726884883.23232: waiting for pending results... 11924 1726884883.23875: running TaskExecutor() for managed_node2/TASK: Read the /etc/fstab file for volume existence 11924 1726884883.23963: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001161 11924 1726884883.23968: variable 'ansible_search_path' from source: unknown 11924 1726884883.23991: calling self._execute() 11924 1726884883.24390: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884883.24395: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884883.24400: variable 'omit' from source: magic vars 11924 1726884883.24903: variable 'omit' from source: magic vars 11924 1726884883.24907: variable 'omit' from source: magic vars 11924 1726884883.24909: variable 'omit' from source: magic vars 11924 1726884883.24912: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884883.24915: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884883.24947: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884883.25192: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884883.25326: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884883.25360: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884883.25410: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884883.25462: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884883.25523: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884883.25537: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884883.25951: Set connection var ansible_shell_executable to /bin/sh 11924 1726884883.25959: Set connection var ansible_connection to ssh 11924 1726884883.25962: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884883.26148: Set connection var ansible_timeout to 10 11924 1726884883.26153: Set connection var ansible_pipelining to False 11924 1726884883.26157: Set connection var ansible_shell_type to sh 11924 1726884883.26252: variable 'ansible_shell_executable' from source: unknown 11924 1726884883.26357: variable 'ansible_connection' from source: unknown 11924 1726884883.26360: variable 'ansible_module_compression' from source: unknown 11924 1726884883.26363: variable 'ansible_shell_type' from source: unknown 11924 1726884883.26365: variable 'ansible_shell_executable' from source: unknown 11924 1726884883.26367: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884883.26370: variable 'ansible_pipelining' from source: unknown 11924 1726884883.26372: variable 'ansible_timeout' from source: unknown 11924 1726884883.26374: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884883.26690: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884883.26700: variable 'omit' from source: magic vars 11924 1726884883.26842: starting attempt loop 11924 1726884883.26845: running the handler 11924 1726884883.26949: _low_level_execute_command(): starting 11924 1726884883.26953: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884883.28284: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884883.28359: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884883.28389: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884883.28481: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884883.30216: stdout chunk (state=3): >>>/root <<< 11924 1726884883.30388: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884883.30391: stdout chunk (state=3): >>><<< 11924 1726884883.30394: stderr chunk (state=3): >>><<< 11924 1726884883.30534: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884883.30544: _low_level_execute_command(): starting 11924 1726884883.30547: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884883.304267-14040-244726129871205 `" && echo ansible-tmp-1726884883.304267-14040-244726129871205="` echo /root/.ansible/tmp/ansible-tmp-1726884883.304267-14040-244726129871205 `" ) && sleep 0' 11924 1726884883.31777: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884883.31796: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884883.31802: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884883.33698: stdout chunk (state=3): >>>ansible-tmp-1726884883.304267-14040-244726129871205=/root/.ansible/tmp/ansible-tmp-1726884883.304267-14040-244726129871205 <<< 11924 1726884883.33850: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884883.33913: stderr chunk (state=3): >>><<< 11924 1726884883.33962: stdout chunk (state=3): >>><<< 11924 1726884883.34053: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884883.304267-14040-244726129871205=/root/.ansible/tmp/ansible-tmp-1726884883.304267-14040-244726129871205 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884883.34276: variable 'ansible_module_compression' from source: unknown 11924 1726884883.34280: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884883.34392: variable 'ansible_facts' from source: unknown 11924 1726884883.34510: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884883.304267-14040-244726129871205/AnsiballZ_command.py 11924 1726884883.34676: Sending initial data 11924 1726884883.34685: Sent initial data (155 bytes) 11924 1726884883.35290: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884883.35362: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884883.35417: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884883.35431: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884883.35505: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884883.37061: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884883.37139: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884883.37201: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp_11drp0c /root/.ansible/tmp/ansible-tmp-1726884883.304267-14040-244726129871205/AnsiballZ_command.py <<< 11924 1726884883.37221: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884883.304267-14040-244726129871205/AnsiballZ_command.py" <<< 11924 1726884883.37257: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp_11drp0c" to remote "/root/.ansible/tmp/ansible-tmp-1726884883.304267-14040-244726129871205/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884883.304267-14040-244726129871205/AnsiballZ_command.py" <<< 11924 1726884883.38261: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884883.38415: stderr chunk (state=3): >>><<< 11924 1726884883.38418: stdout chunk (state=3): >>><<< 11924 1726884883.38421: done transferring module to remote 11924 1726884883.38423: _low_level_execute_command(): starting 11924 1726884883.38425: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884883.304267-14040-244726129871205/ /root/.ansible/tmp/ansible-tmp-1726884883.304267-14040-244726129871205/AnsiballZ_command.py && sleep 0' 11924 1726884883.38995: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884883.38999: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884883.39019: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884883.39107: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884883.40973: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884883.40982: stdout chunk (state=3): >>><<< 11924 1726884883.40993: stderr chunk (state=3): >>><<< 11924 1726884883.41013: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884883.41025: _low_level_execute_command(): starting 11924 1726884883.41034: _low_level_execute_command(): using become for this command 11924 1726884883.41052: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-safrqcwxyqprcnhvlhglzaeyeyfdrswm ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884883.304267-14040-244726129871205/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884883.41383: Initial state: awaiting_escalation: BECOME-SUCCESS-safrqcwxyqprcnhvlhglzaeyeyfdrswm 11924 1726884883.41742: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884883.41817: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884883.41882: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884883.41984: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884883.44936: stdout chunk (state=1): >>>BECOME-SUCCESS-safrqcwxyqprcnhvlhglzaeyeyfdrswm <<< 11924 1726884883.44947: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-safrqcwxyqprcnhvlhglzaeyeyfdrswm' 11924 1726884883.45276: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884883.45317: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884883.45338: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884883.45361: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884883.45424: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884883.45462: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884883.45498: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884883.45532: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884883.45586: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884883.45598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884883.45616: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884883.45636: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884883.45775: 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 0x7f0c31f103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31edfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31f12960> import '_signal' # <<< 11924 1726884883.45812: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884883.45834: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884883.45878: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884883.45882: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884883.45951: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884883.46012: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # <<< 11924 1726884883.46049: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884883.46075: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884883.46116: 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' <<< 11924 1726884883.46168: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31cc0fe0> <<< 11924 1726884883.46212: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884883.46215: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884883.46262: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31cc1fd0> <<< 11924 1726884883.46266: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884883.46282: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884883.46513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884883.46546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884883.46549: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884883.46583: 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 <<< 11924 1726884883.46634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884883.46650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884883.46672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884883.46706: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d07e00> <<< 11924 1726884883.46740: 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' <<< 11924 1726884883.46758: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d07ec0> <<< 11924 1726884883.46775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884883.46818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884883.46837: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884883.46881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884883.46892: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884883.46932: 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 0x7f0c31d37800> <<< 11924 1726884883.46973: 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 0x7f0c31d37e90> <<< 11924 1726884883.46985: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884883.47044: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d17ad0> <<< 11924 1726884883.47062: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884883.47083: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d151f0> <<< 11924 1726884883.47173: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d04fb0> <<< 11924 1726884883.47205: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884883.47240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884883.47243: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884883.47279: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884883.47310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884883.47331: 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' <<< 11924 1726884883.47357: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d5b710> <<< 11924 1726884883.47383: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d5a330> <<< 11924 1726884883.47413: 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 0x7f0c31d161e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d58b60> <<< 11924 1726884883.47466: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884883.47470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d8c770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d04230> <<< 11924 1726884883.47500: 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' <<< 11924 1726884883.47541: 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 0x7f0c31d8cc20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d8cad0> <<< 11924 1726884883.47584: 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 0x7f0c31d8cec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31cfad50> <<< 11924 1726884883.47626: 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' <<< 11924 1726884883.47647: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884883.47695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884883.47701: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d8d580> <<< 11924 1726884883.47757: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d8d250> import 'importlib.machinery' # <<< 11924 1726884883.47763: 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' <<< 11924 1726884883.47787: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d8e480> <<< 11924 1726884883.47810: 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 <<< 11924 1726884883.47846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884883.47876: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884883.47922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31da46b0> import 'errno' # <<< 11924 1726884883.47925: 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 0x7f0c31da5d90> <<< 11924 1726884883.47965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884883.47968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884883.48015: 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' <<< 11924 1726884883.48017: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31da6c30> <<< 11924 1726884883.48064: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884883.48067: 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 0x7f0c31da7290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31da6180> <<< 11924 1726884883.48100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884883.48103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884883.48149: 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 0x7f0c31da7d10> <<< 11924 1726884883.48165: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31da7440> <<< 11924 1726884883.48204: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d8e4e0> <<< 11924 1726884883.48232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884883.48252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884883.48285: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884883.48295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884883.48339: 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 0x7f0c31b2fb90> <<< 11924 1726884883.48366: 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' <<< 11924 1726884883.48402: 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 0x7f0c31b58680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31b583e0> <<< 11924 1726884883.48429: 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 0x7f0c31b586b0> <<< 11924 1726884883.48467: 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' <<< 11924 1726884883.48549: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884883.48678: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31b58fe0> <<< 11924 1726884883.48815: 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 0x7f0c31b59970> <<< 11924 1726884883.48835: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31b58890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31b2dd30> <<< 11924 1726884883.48874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884883.48885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884883.48924: 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' <<< 11924 1726884883.48959: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31b5acc0> <<< 11924 1726884883.48962: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31b58e60> <<< 11924 1726884883.49002: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d8e660> <<< 11924 1726884883.49005: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884883.49084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884883.49088: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884883.49129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884883.49153: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31b87020> <<< 11924 1726884883.49220: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884883.49223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884883.49263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884883.49279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884883.49319: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31baf380> <<< 11924 1726884883.49332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884883.49381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884883.49437: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884883.49478: 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 0x7f0c31c08140> <<< 11924 1726884883.49490: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884883.49526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884883.49537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884883.49588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884883.49680: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31c0a870> <<< 11924 1726884883.49746: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31c08260> <<< 11924 1726884883.49804: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31bd5130> <<< 11924 1726884883.49849: 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 0x7f0c31529250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31bae180> <<< 11924 1726884883.49862: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31b5bbf0> <<< 11924 1726884883.49961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884883.49983: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0c31bae2a0> <<< 11924 1726884883.50137: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_aspw59jx/ansible_ansible.legacy.command_payload.zip' <<< 11924 1726884883.50141: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.50261: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.50302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884883.50315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884883.50352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884883.50423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884883.50465: 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 0x7f0c3157af30> import '_typing' # <<< 11924 1726884883.50846: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3155de20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3155cf80> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884883.52153: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.53280: 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 0x7f0c31578dd0> <<< 11924 1726884883.53331: 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' <<< 11924 1726884883.53334: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884883.53371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884883.53374: 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' <<< 11924 1726884883.53413: 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 0x7f0c315aa8a0> <<< 11924 1726884883.53449: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c315aa630> <<< 11924 1726884883.53474: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c315a9f40> <<< 11924 1726884883.53508: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884883.53547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884883.53549: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c315aa990> <<< 11924 1726884883.53583: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3157b950> import 'atexit' # <<< 11924 1726884883.53586: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884883.53615: 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 0x7f0c315ab5c0> <<< 11924 1726884883.53645: 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 0x7f0c315ab800> <<< 11924 1726884883.53657: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884883.53697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884883.53707: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884883.53767: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c315abd40> <<< 11924 1726884883.53770: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884883.53785: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884883.53813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884883.53854: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31411a90> <<< 11924 1726884883.53879: 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 0x7f0c31413680> <<< 11924 1726884883.53907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884883.53923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884883.53968: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31413fe0> <<< 11924 1726884883.53977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884883.54007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884883.54021: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c314151c0> <<< 11924 1726884883.54047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884883.54085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884883.54109: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884883.54117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884883.54165: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31417c50> <<< 11924 1726884883.54203: 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 0x7f0c31417b90> <<< 11924 1726884883.54223: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31415f40> <<< 11924 1726884883.54245: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884883.54304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884883.54323: 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' <<< 11924 1726884883.54359: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884883.54362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884883.54405: 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 0x7f0c3141fb60> <<< 11924 1726884883.54419: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884883.54468: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3141e660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3141e3c0> <<< 11924 1726884883.54501: 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' <<< 11924 1726884883.54578: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3141e900> <<< 11924 1726884883.54608: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31416450> <<< 11924 1726884883.54643: 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 0x7f0c31463e30> <<< 11924 1726884883.54676: 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 0x7f0c31463830> <<< 11924 1726884883.54706: 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 <<< 11924 1726884883.54709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884883.54732: 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' <<< 11924 1726884883.54782: 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 0x7f0c31465a60> <<< 11924 1726884883.54786: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31465820> <<< 11924 1726884883.54806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884883.54914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884883.54978: 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 0x7f0c31467fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31466150> <<< 11924 1726884883.54992: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884883.55036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884883.55068: 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' # <<< 11924 1726884883.55127: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3146b800> <<< 11924 1726884883.55234: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c314681d0> <<< 11924 1726884883.55439: stdout 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 0x7f0c3146c740> <<< 11924 1726884883.55444: stdout 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 0x7f0c3146c890> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c3146c9b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31464140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884883.55479: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884883.55503: 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 0x7f0c314f8140> <<< 11924 1726884883.55702: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884883.55706: 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 0x7f0c314f9430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3146e8d0> <<< 11924 1726884883.55730: 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 0x7f0c3146fc80> <<< 11924 1726884883.55762: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3146e4e0> # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884883.55772: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884883.55845: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.55950: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.55953: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.56003: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884883.56006: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.56121: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.56234: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.56779: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.57315: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884883.57345: 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 <<< 11924 1726884883.57365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884883.57414: 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 0x7f0c314fd5e0> <<< 11924 1726884883.57506: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884883.57510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884883.57544: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c314fe4b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c314f9880> <<< 11924 1726884883.57587: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884883.57594: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.57631: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884883.57634: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.57783: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.57941: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884883.57952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c314fe210> # zipimport: zlib available <<< 11924 1726884883.58422: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.58859: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.58926: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.59008: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884883.59011: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.59047: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.59101: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884883.59105: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.59167: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.59267: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884883.59270: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.59301: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884883.59339: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.59383: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884883.59612: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.59931: 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' # <<< 11924 1726884883.59983: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c314ff590> <<< 11924 1726884883.59993: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.60061: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.60154: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884883.60159: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884883.60179: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.60213: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.60263: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884883.60311: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.60352: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.60413: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.60482: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884883.60519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884883.60603: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31309f10> <<< 11924 1726884883.60638: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31307320> <<< 11924 1726884883.60671: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884883.60685: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.60746: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.60821: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.60838: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.60887: stdout chunk (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' <<< 11924 1726884883.60902: 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 <<< 11924 1726884883.60939: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884883.60950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884883.61014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884883.61027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884883.61052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884883.61162: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c315fa810> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c315de4e0> <<< 11924 1726884883.61223: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31309c70> <<< 11924 1726884883.61263: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c314ffe30> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884883.61269: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.61301: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884883.61364: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884883.61380: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884883.61416: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884883.61514: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.61632: 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' <<< 11924 1726884883.61669: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c314fef30> <<< 11924 1726884883.61738: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.62220: 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=0f3fb490-f569-46ef-8fef-9eeb08e031a3 /opt/test1 xfs defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 22:14:43.617955", "end": "2024-09-20 22:14:43.621157", "delta": "0:00:00.003202", "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}}} <<< 11924 1726884883.62232: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884883.62679: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884883.62747: 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 <<< 11924 1726884883.62876: 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 # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_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 <<< 11924 1726884883.63116: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884883.63119: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884883.63179: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884883.63182: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884883.63197: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884883.63212: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884883.63246: 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 <<< 11924 1726884883.63270: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 11924 1726884883.63306: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 11924 1726884883.63322: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno <<< 11924 1726884883.63369: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884883.63383: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884883.63435: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884883.63449: 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 <<< 11924 1726884883.63489: 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 <<< 11924 1726884883.63517: 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 <<< 11924 1726884883.63558: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884883.63586: 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 <<< 11924 1726884883.63602: 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 <<< 11924 1726884883.63723: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884883.63760: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 11924 1726884883.63773: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884883.63796: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884883.63820: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884883.63860: 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 <<< 11924 1726884883.63977: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884883.63992: 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 <<< 11924 1726884883.64025: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884883.64059: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 11924 1726884883.64071: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884883.64642: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884883.64645: stdout chunk (state=3): >>><<< 11924 1726884883.64647: stderr chunk (state=3): >>><<< 11924 1726884883.64739: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31f103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31edfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31f12960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31cc0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31cc1fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d07e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d07ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d37800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d37e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d17ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d151f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d04fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d5b710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d5a330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d161e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d58b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d8c770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d04230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31d8cc20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d8cad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31d8cec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31cfad50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d8d580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d8d250> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d8e480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31da46b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31da5d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31da6c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31da7290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31da6180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31da7d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31da7440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d8e4e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31b2fb90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31b58680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31b583e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31b586b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31b58fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31b59970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31b58890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31b2dd30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31b5acc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31b58e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31d8e660> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31b87020> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31baf380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31c08140> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31c0a870> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31c08260> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31bd5130> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31529250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31bae180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31b5bbf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0c31bae2a0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_aspw59jx/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 0x7f0c3157af30> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3155de20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3155cf80> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31578dd0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c315aa8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c315aa630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c315a9f40> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c315aa990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3157b950> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c315ab5c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c315ab800> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c315abd40> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31411a90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31413680> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31413fe0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c314151c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31417c50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31417b90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31415f40> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3141fb60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3141e660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3141e3c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3141e900> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31416450> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31463e30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31463830> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31465a60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31465820> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31467fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31466150> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3146b800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c314681d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c3146c740> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c3146c890> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c3146c9b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31464140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c314f8140> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c314f9430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3146e8d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c3146fc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c3146e4e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c314fd5e0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c314fe4b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c314f9880> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c314fe210> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c314ff590> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0c31309f10> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31307320> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c315fa810> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c315de4e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c31309c70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0c314ffe30> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f0c314fef30> # 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=0f3fb490-f569-46ef-8fef-9eeb08e031a3 /opt/test1 xfs defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 22:14:43.617955", "end": "2024-09-20 22:14:43.621157", "delta": "0:00:00.003202", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884883.65509: 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-1726884883.304267-14040-244726129871205/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884883.65513: _low_level_execute_command(): starting 11924 1726884883.65515: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884883.304267-14040-244726129871205/ > /dev/null 2>&1 && sleep 0' 11924 1726884883.65850: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884883.65868: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884883.65884: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884883.65909: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884883.66013: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884883.66041: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884883.66121: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884883.68563: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884883.68566: stdout chunk (state=3): >>><<< 11924 1726884883.68568: stderr chunk (state=3): >>><<< 11924 1726884883.68571: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884883.68573: handler run complete 11924 1726884883.68576: Evaluated conditional (False): False 11924 1726884883.68577: attempt loop complete, returning result 11924 1726884883.68579: _execute() done 11924 1726884883.68582: dumping result to json 11924 1726884883.68583: done dumping result, returning 11924 1726884883.68585: done running TaskExecutor() for managed_node2/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-f4c0-2290-000000001161] 11924 1726884883.68587: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001161 11924 1726884883.68659: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001161 11924 1726884883.68663: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003202", "end": "2024-09-20 22:14:43.621157", "rc": 0, "start": "2024-09-20 22:14:43.617955" } 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=0f3fb490-f569-46ef-8fef-9eeb08e031a3 /opt/test1 xfs defaults 0 0 11924 1726884883.68764: no more pending results, returning what we have 11924 1726884883.68768: results queue empty 11924 1726884883.68768: checking for any_errors_fatal 11924 1726884883.68784: done checking for any_errors_fatal 11924 1726884883.68784: checking for max_fail_percentage 11924 1726884883.68786: done checking for max_fail_percentage 11924 1726884883.68787: checking to see if all hosts have failed and the running result is not ok 11924 1726884883.68788: done checking to see if all hosts have failed 11924 1726884883.68788: getting the remaining hosts for this loop 11924 1726884883.68791: done getting the remaining hosts for this loop 11924 1726884883.68794: getting the next task for host managed_node2 11924 1726884883.68802: done getting next task for host managed_node2 11924 1726884883.68805: ^ task is: TASK: Read the /etc/crypttab file 11924 1726884883.68808: ^ 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? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884883.68811: getting variables 11924 1726884883.68813: in VariableManager get_vars() 11924 1726884883.68962: Calling all_inventory to load vars for managed_node2 11924 1726884883.68965: Calling groups_inventory to load vars for managed_node2 11924 1726884883.68972: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884883.68983: Calling all_plugins_play to load vars for managed_node2 11924 1726884883.68986: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884883.68989: Calling groups_plugins_play to load vars for managed_node2 11924 1726884883.70942: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884883.72180: done with get_vars() 11924 1726884883.72279: done getting variables 11924 1726884883.72344: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:43 -0400 (0:00:00.497) 0:00:49.062 ****** 11924 1726884883.72375: entering _queue_task() for managed_node2/command 11924 1726884883.72997: worker is 1 (out of 1 available) 11924 1726884883.73011: exiting _queue_task() for managed_node2/command 11924 1726884883.73024: done queuing things up, now waiting for results queue to drain 11924 1726884883.73026: waiting for pending results... 11924 1726884883.73575: running TaskExecutor() for managed_node2/TASK: Read the /etc/crypttab file 11924 1726884883.73660: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001162 11924 1726884883.73779: variable 'ansible_search_path' from source: unknown 11924 1726884883.73962: calling self._execute() 11924 1726884883.74037: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884883.74363: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884883.74367: variable 'omit' from source: magic vars 11924 1726884883.74404: variable 'omit' from source: magic vars 11924 1726884883.74450: variable 'omit' from source: magic vars 11924 1726884883.74494: variable 'omit' from source: magic vars 11924 1726884883.74607: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884883.74712: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884883.74739: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884883.74766: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884883.74785: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884883.74809: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884883.74832: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884883.74872: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884883.74885: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884883.74895: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884883.75022: Set connection var ansible_shell_executable to /bin/sh 11924 1726884883.75034: Set connection var ansible_connection to ssh 11924 1726884883.75046: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884883.75058: Set connection var ansible_timeout to 10 11924 1726884883.75069: Set connection var ansible_pipelining to False 11924 1726884883.75078: Set connection var ansible_shell_type to sh 11924 1726884883.75121: variable 'ansible_shell_executable' from source: unknown 11924 1726884883.75129: variable 'ansible_connection' from source: unknown 11924 1726884883.75142: variable 'ansible_module_compression' from source: unknown 11924 1726884883.75205: variable 'ansible_shell_type' from source: unknown 11924 1726884883.75209: variable 'ansible_shell_executable' from source: unknown 11924 1726884883.75211: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884883.75213: variable 'ansible_pipelining' from source: unknown 11924 1726884883.75215: variable 'ansible_timeout' from source: unknown 11924 1726884883.75217: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884883.75345: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884883.75369: variable 'omit' from source: magic vars 11924 1726884883.75443: starting attempt loop 11924 1726884883.75447: running the handler 11924 1726884883.75449: _low_level_execute_command(): starting 11924 1726884883.75451: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884883.76272: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884883.76293: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884883.76364: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884883.78026: stdout chunk (state=3): >>>/root <<< 11924 1726884883.78154: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884883.78174: stdout chunk (state=3): >>><<< 11924 1726884883.78189: stderr chunk (state=3): >>><<< 11924 1726884883.78218: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884883.78239: _low_level_execute_command(): starting 11924 1726884883.78249: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884883.7822678-14062-71441480607137 `" && echo ansible-tmp-1726884883.7822678-14062-71441480607137="` echo /root/.ansible/tmp/ansible-tmp-1726884883.7822678-14062-71441480607137 `" ) && sleep 0' 11924 1726884883.78838: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884883.78852: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884883.78870: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884883.78888: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884883.78914: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884883.78926: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884883.78971: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884883.79045: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884883.79064: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884883.79087: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884883.79167: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884883.81067: stdout chunk (state=3): >>>ansible-tmp-1726884883.7822678-14062-71441480607137=/root/.ansible/tmp/ansible-tmp-1726884883.7822678-14062-71441480607137 <<< 11924 1726884883.81209: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884883.81219: stdout chunk (state=3): >>><<< 11924 1726884883.81238: stderr chunk (state=3): >>><<< 11924 1726884883.81461: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884883.7822678-14062-71441480607137=/root/.ansible/tmp/ansible-tmp-1726884883.7822678-14062-71441480607137 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884883.81464: variable 'ansible_module_compression' from source: unknown 11924 1726884883.81467: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884883.81469: variable 'ansible_facts' from source: unknown 11924 1726884883.81497: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884883.7822678-14062-71441480607137/AnsiballZ_command.py 11924 1726884883.81679: Sending initial data 11924 1726884883.81690: Sent initial data (155 bytes) 11924 1726884883.82285: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884883.82300: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884883.82316: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884883.82334: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884883.82369: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884883.82417: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884883.82481: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884883.82500: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884883.82778: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884883.82791: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884883.84353: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 11924 1726884883.84368: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 11924 1726884883.84380: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 <<< 11924 1726884883.84391: stderr chunk (state=3): >>>debug2: Server supports extension "fstatvfs@openssh.com" revision 2 <<< 11924 1726884883.84409: stderr chunk (state=3): >>>debug2: Server supports extension "hardlink@openssh.com" revision 1 <<< 11924 1726884883.84425: stderr chunk (state=3): >>>debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 11924 1726884883.84489: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884883.84566: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpnk0h47u3 /root/.ansible/tmp/ansible-tmp-1726884883.7822678-14062-71441480607137/AnsiballZ_command.py <<< 11924 1726884883.84575: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884883.7822678-14062-71441480607137/AnsiballZ_command.py" <<< 11924 1726884883.84611: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpnk0h47u3" to remote "/root/.ansible/tmp/ansible-tmp-1726884883.7822678-14062-71441480607137/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884883.7822678-14062-71441480607137/AnsiballZ_command.py" <<< 11924 1726884883.85559: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884883.85563: stdout chunk (state=3): >>><<< 11924 1726884883.85565: stderr chunk (state=3): >>><<< 11924 1726884883.85567: done transferring module to remote 11924 1726884883.85569: _low_level_execute_command(): starting 11924 1726884883.85572: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884883.7822678-14062-71441480607137/ /root/.ansible/tmp/ansible-tmp-1726884883.7822678-14062-71441480607137/AnsiballZ_command.py && sleep 0' 11924 1726884883.86219: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884883.86245: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884883.86363: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884883.86408: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884883.86447: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884883.88270: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884883.88287: stdout chunk (state=3): >>><<< 11924 1726884883.88303: stderr chunk (state=3): >>><<< 11924 1726884883.88332: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884883.88341: _low_level_execute_command(): starting 11924 1726884883.88349: _low_level_execute_command(): using become for this command 11924 1726884883.88369: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-hgixdotbtdbxswexlyoxpjfpvqcxmooi ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884883.7822678-14062-71441480607137/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884883.88578: Initial state: awaiting_escalation: BECOME-SUCCESS-hgixdotbtdbxswexlyoxpjfpvqcxmooi 11924 1726884883.89002: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884883.89100: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884883.89119: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884883.89160: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884883.89216: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884883.92141: stdout chunk (state=1): >>>BECOME-SUCCESS-hgixdotbtdbxswexlyoxpjfpvqcxmooi <<< 11924 1726884883.92151: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-hgixdotbtdbxswexlyoxpjfpvqcxmooi' 11924 1726884883.92477: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884883.92519: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884883.92541: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884883.92565: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884883.92613: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884883.92647: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884883.92679: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884883.92692: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884883.92713: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884883.92731: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884883.92776: 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' <<< 11924 1726884883.92807: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884883.92821: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884883.92869: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884883.92896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884883.92917: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6dbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6d8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884883.92958: 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 0x7fede6dbe930> <<< 11924 1726884883.92975: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884883.92994: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884883.93012: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 11924 1726884883.93056: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884883.93060: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884883.93294: 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' <<< 11924 1726884883.93317: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6dccfe0> <<< 11924 1726884883.93373: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884883.93397: 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 0x7fede6dcdfd0> <<< 11924 1726884883.93415: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884883.93446: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884883.93684: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884883.93696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884883.93727: 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' <<< 11924 1726884883.93737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884883.93794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884883.93814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884883.93837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6bd3dd0> <<< 11924 1726884883.93867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884883.93877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884883.93918: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6bd3fe0> <<< 11924 1726884883.93938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884883.93958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884883.93988: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884883.94035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884883.94058: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884883.94079: 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' <<< 11924 1726884883.94097: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c037a0> <<< 11924 1726884883.94129: 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 0x7fede6c03e30> <<< 11924 1726884883.94150: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884883.94186: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6be3aa0> <<< 11924 1726884883.94202: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884883.94235: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6be11c0> <<< 11924 1726884883.94324: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6bd0f80> <<< 11924 1726884883.94362: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884883.94374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884883.94404: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884883.94418: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884883.94435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884883.94469: 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' <<< 11924 1726884883.94506: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c27710> <<< 11924 1726884883.94510: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c26330> <<< 11924 1726884883.94543: 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' <<< 11924 1726884883.94546: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6be21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6bd2e70> <<< 11924 1726884883.94615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884883.94618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c58740> <<< 11924 1726884883.94620: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6bd0200> <<< 11924 1726884883.94628: 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' <<< 11924 1726884883.94767: 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 0x7fede6c58bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c58aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6c58e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6bc6d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884883.94777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884883.94823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884883.94842: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c59550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c59220> import 'importlib.machinery' # <<< 11924 1726884883.94873: 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' <<< 11924 1726884883.94895: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c5a450> <<< 11924 1726884883.94926: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884883.94943: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884883.94979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884883.95002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884883.95023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c74650> <<< 11924 1726884883.95059: 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 0x7fede6c75d90> <<< 11924 1726884883.95082: 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' <<< 11924 1726884883.95132: 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' <<< 11924 1726884883.95135: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c76c30> <<< 11924 1726884883.95180: 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 0x7fede6c77290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c76180> <<< 11924 1726884883.95206: 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' <<< 11924 1726884883.95271: 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 0x7fede6c77d10> <<< 11924 1726884883.95284: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c77440> <<< 11924 1726884883.95317: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c5a480> <<< 11924 1726884883.95334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884883.95378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884883.95382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884883.95440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884883.95444: 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' <<< 11924 1726884883.95468: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6a03bf0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884883.95500: 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' <<< 11924 1726884883.95523: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6a2c650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a2c3b0> <<< 11924 1726884883.95571: 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 0x7fede6a2c680> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884883.95574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884883.95645: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884883.95770: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6a2cf80> <<< 11924 1726884883.96089: 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 0x7fede6a2d970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a2c860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a01d90> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a2ed50> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a2da90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c5ab70> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884883.96131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884883.96153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884883.96186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884883.96219: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a5b0b0> <<< 11924 1726884883.96267: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884883.96300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884883.96303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884883.96330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884883.96368: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a83470> <<< 11924 1726884883.96392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884883.96435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884883.96486: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884883.96508: 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 0x7fede6adc260> <<< 11924 1726884883.96537: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884883.96584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884883.96588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884883.96625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884883.96714: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6ade9c0> <<< 11924 1726884883.96790: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6adc380> <<< 11924 1726884883.96822: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6aa9250> <<< 11924 1726884883.96849: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 11924 1726884883.96891: 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 0x7fede68dd3a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a82270> <<< 11924 1726884883.96898: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a2fc80> <<< 11924 1726884883.97009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884883.97025: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fede6a825d0> <<< 11924 1726884883.97203: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_swb85cyw/ansible_ansible.legacy.command_payload.zip' <<< 11924 1726884883.97220: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.97331: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.97365: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884883.97382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884883.97425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884883.97494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884883.97546: 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 0x7fede6933020> import '_typing' # <<< 11924 1726884883.97722: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6915f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6915070> # zipimport: zlib available <<< 11924 1726884883.97766: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884883.97801: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884883.97830: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884883.97842: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884883.99254: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.00477: 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' <<< 11924 1726884884.00480: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6930ef0> <<< 11924 1726884884.00514: 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 0x7fede695a990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede695a720> <<< 11924 1726884884.00550: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede695a030> <<< 11924 1726884884.00564: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884884.00595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884884.00626: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede695aa80> <<< 11924 1726884884.00650: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6933cb0> import 'atexit' # <<< 11924 1726884884.00654: 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 0x7fede695b740> <<< 11924 1726884884.00691: 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 0x7fede695b980> <<< 11924 1726884884.00709: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884884.00758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884884.00778: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884884.00830: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede695be90> <<< 11924 1726884884.00854: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884884.00877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884884.00911: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede630dc40> <<< 11924 1726884884.00951: 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 0x7fede630f830> <<< 11924 1726884884.00983: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884884.00997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884884.01025: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6310230> <<< 11924 1726884884.01041: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884884.01081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884884.01091: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede63113d0> <<< 11924 1726884884.01114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884884.01150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884884.01175: 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' <<< 11924 1726884884.01228: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6313ec0> <<< 11924 1726884884.01264: 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 0x7fede6c76ba0> <<< 11924 1726884884.01294: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6312180> <<< 11924 1726884884.01313: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884884.01340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884884.01352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884884.01378: 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 <<< 11924 1726884884.01426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884884.01452: 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 0x7fede631bf20> <<< 11924 1726884884.01472: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884884.01539: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede631a9f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede631a750> <<< 11924 1726884884.01565: 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' <<< 11924 1726884884.01646: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede631acc0> <<< 11924 1726884884.01671: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6312690> <<< 11924 1726884884.01710: 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 0x7fede635ffe0> <<< 11924 1726884884.01722: 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 0x7fede6360200> <<< 11924 1726884884.01753: 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 <<< 11924 1726884884.01787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884884.01799: 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' <<< 11924 1726884884.01833: 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 0x7fede6361dc0> <<< 11924 1726884884.01842: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6361b50> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884884.01988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884884.02034: 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 0x7fede6364320> <<< 11924 1726884884.02037: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6362480> <<< 11924 1726884884.02054: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884884.02102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884884.02119: 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' <<< 11924 1726884884.02136: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884884.02179: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6367ad0> <<< 11924 1726884884.02306: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede63644a0> <<< 11924 1726884884.02370: stdout 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 0x7fede63688f0> <<< 11924 1726884884.02401: stdout 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 0x7fede6365010> <<< 11924 1726884884.02449: stdout 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 0x7fede6368ce0> <<< 11924 1726884884.02453: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede63604a0> <<< 11924 1726884884.02494: 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' <<< 11924 1726884884.02497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884884.02539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884884.02544: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884884.02579: 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 0x7fede63f4470> <<< 11924 1726884884.02753: 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 0x7fede63f5820> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede636ac00> <<< 11924 1726884884.02788: 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 0x7fede636bf80> <<< 11924 1726884884.02818: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede636a7e0> # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884884.02830: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884884.03073: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884884.03077: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.03207: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.03325: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.03875: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.04418: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884884.04454: 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' # <<< 11924 1726884884.04459: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884884.04483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884884.04522: 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 0x7fede63f9a30> <<< 11924 1726884884.04608: 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' <<< 11924 1726884884.04621: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede63fa8a0> <<< 11924 1726884884.04640: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede63f5a00> <<< 11924 1726884884.04701: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884884.04718: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.04742: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884884.04897: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.05064: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884884.05067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 11924 1726884884.05089: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede63fa420> # zipimport: zlib available <<< 11924 1726884884.05534: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.05979: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.06068: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.06135: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884884.06179: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.06233: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884884.06236: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.06292: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.06389: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884884.06395: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.06420: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884884.06470: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.06519: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884884.06522: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.06740: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.06976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884884.07032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884884.07054: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884884.07120: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede63fb920> <<< 11924 1726884884.07131: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.07239: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.07300: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884884.07357: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884884.07367: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.07426: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884884.07462: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.07493: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.07590: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.07620: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884884.07669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884884.07751: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6206180> <<< 11924 1726884884.07803: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6203500> <<< 11924 1726884884.07832: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884884.07844: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.07905: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.07963: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.08083: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.08087: stdout chunk (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' <<< 11924 1726884884.08093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884884.08179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884884.08186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884884.08304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884884.08308: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede69b6ab0> <<< 11924 1726884884.08403: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede69aa780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede62061e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6369af0> <<< 11924 1726884884.08454: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884884.08494: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884884.08573: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884884.08716: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.08856: 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 0x7fede69a9d60> <<< 11924 1726884884.08921: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.09367: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 22:14:44.089518", "end": "2024-09-20 22:14:44.092616", "delta": "0:00:00.003098", "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}}} <<< 11924 1726884884.09370: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884884.09822: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884884.09889: 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 <<< 11924 1726884884.09892: 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 <<< 11924 1726884884.09951: stdout chunk (state=3): >>># cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner <<< 11924 1726884884.10061: 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<<< 11924 1726884884.10120: stdout chunk (state=3): >>> # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 11924 1726884884.10316: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884884.10385: 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 <<< 11924 1726884884.10470: 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 <<< 11924 1726884884.10547: 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 <<< 11924 1726884884.10586: 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 <<< 11924 1726884884.10663: 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 <<< 11924 1726884884.10733: 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 # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 11924 1726884884.10737: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 11924 1726884884.10836: 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 <<< 11924 1726884884.11000: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884884.11036: 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 <<< 11924 1726884884.11070: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884884.11150: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884884.11175: 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 <<< 11924 1726884884.11202: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884884.11232: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 11924 1726884884.11285: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884884.11962: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884884.11965: stdout chunk (state=3): >>><<< 11924 1726884884.11968: stderr chunk (state=3): >>><<< 11924 1726884884.12575: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6dbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6d8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6dbe930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6dccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6dcdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6bd3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6bd3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c037a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c03e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6be3aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6be11c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6bd0f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c27710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c26330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6be21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6bd2e70> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c58740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6bd0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6c58bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c58aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6c58e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6bc6d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c59550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c59220> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c5a450> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c74650> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6c75d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c76c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6c77290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c76180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6c77d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c77440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c5a480> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6a03bf0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6a2c650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a2c3b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6a2c680> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6a2cf80> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6a2d970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a2c860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a01d90> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a2ed50> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a2da90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6c5ab70> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a5b0b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a83470> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6adc260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6ade9c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6adc380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6aa9250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede68dd3a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a82270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6a2fc80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fede6a825d0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_swb85cyw/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 0x7fede6933020> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6915f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6915070> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6930ef0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede695a990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede695a720> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede695a030> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede695aa80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6933cb0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede695b740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede695b980> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede695be90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede630dc40> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede630f830> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6310230> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede63113d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6313ec0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6c76ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6312180> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede631bf20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede631a9f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede631a750> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede631acc0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6312690> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede635ffe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6360200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6361dc0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6361b50> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6364320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6362480> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6367ad0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede63644a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede63688f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6365010> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6368ce0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede63604a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede63f4470> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede63f5820> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede636ac00> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede636bf80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede636a7e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede63f9a30> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede63fa8a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede63f5a00> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede63fa420> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede63fb920> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fede6206180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6203500> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede69b6ab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede69aa780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede62061e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fede6369af0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7fede69a9d60> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 22:14:44.089518", "end": "2024-09-20 22:14:44.092616", "delta": "0:00:00.003098", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884884.14185: 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-1726884883.7822678-14062-71441480607137/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884884.14189: _low_level_execute_command(): starting 11924 1726884884.14192: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884883.7822678-14062-71441480607137/ > /dev/null 2>&1 && sleep 0' 11924 1726884884.14195: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884884.14197: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884884.14200: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884884.14370: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884884.15963: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884884.16012: stderr chunk (state=3): >>><<< 11924 1726884884.16024: stdout chunk (state=3): >>><<< 11924 1726884884.16261: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884884.16265: handler run complete 11924 1726884884.16268: Evaluated conditional (False): False 11924 1726884884.16270: Evaluated conditional (False): False 11924 1726884884.16272: attempt loop complete, returning result 11924 1726884884.16273: _execute() done 11924 1726884884.16275: dumping result to json 11924 1726884884.16277: done dumping result, returning 11924 1726884884.16279: done running TaskExecutor() for managed_node2/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-f4c0-2290-000000001162] 11924 1726884884.16281: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001162 11924 1726884884.16348: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001162 11924 1726884884.16351: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003098", "end": "2024-09-20 22:14:44.092616", "failed_when_result": false, "rc": 0, "start": "2024-09-20 22:14:44.089518" } 11924 1726884884.16429: no more pending results, returning what we have 11924 1726884884.16433: results queue empty 11924 1726884884.16433: checking for any_errors_fatal 11924 1726884884.16441: done checking for any_errors_fatal 11924 1726884884.16442: checking for max_fail_percentage 11924 1726884884.16443: done checking for max_fail_percentage 11924 1726884884.16445: checking to see if all hosts have failed and the running result is not ok 11924 1726884884.16445: done checking to see if all hosts have failed 11924 1726884884.16446: getting the remaining hosts for this loop 11924 1726884884.16448: done getting the remaining hosts for this loop 11924 1726884884.16452: getting the next task for host managed_node2 11924 1726884884.16460: done getting next task for host managed_node2 11924 1726884884.16464: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 11924 1726884884.16467: ^ 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? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884884.16472: getting variables 11924 1726884884.16473: in VariableManager get_vars() 11924 1726884884.16508: Calling all_inventory to load vars for managed_node2 11924 1726884884.16511: Calling groups_inventory to load vars for managed_node2 11924 1726884884.16514: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884884.16526: Calling all_plugins_play to load vars for managed_node2 11924 1726884884.16529: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884884.16532: Calling groups_plugins_play to load vars for managed_node2 11924 1726884884.17788: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884884.19049: done with get_vars() 11924 1726884884.19066: 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 22:14:44 -0400 (0:00:00.467) 0:00:49.530 ****** 11924 1726884884.19268: entering _queue_task() for managed_node2/include_tasks 11924 1726884884.20165: worker is 1 (out of 1 available) 11924 1726884884.20178: exiting _queue_task() for managed_node2/include_tasks 11924 1726884884.20189: done queuing things up, now waiting for results queue to drain 11924 1726884884.20191: waiting for pending results... 11924 1726884884.20332: running TaskExecutor() for managed_node2/TASK: Verify the volumes listed in storage_pools were correctly managed 11924 1726884884.20526: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001163 11924 1726884884.20530: variable 'ansible_search_path' from source: unknown 11924 1726884884.20533: variable '_storage_pools_list' from source: set_fact 11924 1726884884.20752: variable '_storage_pools_list' from source: set_fact 11924 1726884884.21073: variable 'omit' from source: magic vars 11924 1726884884.21230: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884884.21245: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884884.21264: variable 'omit' from source: magic vars 11924 1726884884.21565: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884884.21852: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884884.21905: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884884.21993: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884884.22034: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884884.22129: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884884.22260: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884884.22264: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884884.22267: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884884.22296: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884884.25261: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884884.25265: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884884.25375: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884884.25416: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884884.25503: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884884.25616: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884884.25715: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884884.25744: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884884.25784: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884884.26121: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884884.26286: variable '_storage_pools_list' from source: set_fact 11924 1726884884.26322: Evaluated conditional (_storage_pools_list is defined and _storage_pools_list | length > 0): True 11924 1726884884.26562: variable 'storage_test_pool' from source: unknown 11924 1726884884.26564: variable 'storage_test_pool' from source: unknown 11924 1726884884.27182: dumping result to json 11924 1726884884.27185: done dumping result, returning 11924 1726884884.27188: done running TaskExecutor() for managed_node2/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-f4c0-2290-000000001163] 11924 1726884884.27190: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001163 11924 1726884884.27260: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001163 11924 1726884884.27263: WORKER PROCESS EXITING 11924 1726884884.27361: no more pending results, returning what we have 11924 1726884884.27367: in VariableManager get_vars() 11924 1726884884.27408: Calling all_inventory to load vars for managed_node2 11924 1726884884.27410: Calling groups_inventory to load vars for managed_node2 11924 1726884884.27414: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884884.27424: Calling all_plugins_play to load vars for managed_node2 11924 1726884884.27428: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884884.27431: Calling groups_plugins_play to load vars for managed_node2 11924 1726884884.28618: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884884.29831: done with get_vars() 11924 1726884884.29846: variable 'ansible_search_path' from source: unknown 11924 1726884884.30101: we have included files to process 11924 1726884884.30102: generating all_blocks data 11924 1726884884.30104: done generating all_blocks data 11924 1726884884.30110: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884884.30111: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884884.30114: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884884.30838: in VariableManager get_vars() 11924 1726884884.30964: done with get_vars() 11924 1726884884.30980: done processing included file 11924 1726884884.30982: iterating over new_blocks loaded from include file 11924 1726884884.30984: in VariableManager get_vars() 11924 1726884884.30998: done with get_vars() 11924 1726884884.31000: filtering new block on tags 11924 1726884884.31050: done filtering new block on tags 11924 1726884884.31053: 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_node2 => (item={'disks': ['sda'], '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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) 11924 1726884884.31179: extending task lists for all hosts with included blocks 11924 1726884884.31545: done extending task lists 11924 1726884884.31546: done processing included files 11924 1726884884.31547: results queue empty 11924 1726884884.31547: checking for any_errors_fatal 11924 1726884884.31552: done checking for any_errors_fatal 11924 1726884884.31553: checking for max_fail_percentage 11924 1726884884.31554: done checking for max_fail_percentage 11924 1726884884.31554: checking to see if all hosts have failed and the running result is not ok 11924 1726884884.31557: done checking to see if all hosts have failed 11924 1726884884.31558: getting the remaining hosts for this loop 11924 1726884884.31559: done getting the remaining hosts for this loop 11924 1726884884.31562: getting the next task for host managed_node2 11924 1726884884.31565: done getting next task for host managed_node2 11924 1726884884.31567: ^ task is: TASK: Set _storage_pool_tests 11924 1726884884.31570: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884884.31572: getting variables 11924 1726884884.31573: in VariableManager get_vars() 11924 1726884884.31582: Calling all_inventory to load vars for managed_node2 11924 1726884884.31584: Calling groups_inventory to load vars for managed_node2 11924 1726884884.31586: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884884.31602: Calling all_plugins_play to load vars for managed_node2 11924 1726884884.31607: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884884.31610: Calling groups_plugins_play to load vars for managed_node2 11924 1726884884.32069: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884884.32684: done with get_vars() 11924 1726884884.32700: done getting variables 11924 1726884884.32739: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set _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 22:14:44 -0400 (0:00:00.136) 0:00:49.666 ****** 11924 1726884884.32772: entering _queue_task() for managed_node2/set_fact 11924 1726884884.33090: worker is 1 (out of 1 available) 11924 1726884884.33103: exiting _queue_task() for managed_node2/set_fact 11924 1726884884.33117: done queuing things up, now waiting for results queue to drain 11924 1726884884.33119: waiting for pending results... 11924 1726884884.33945: running TaskExecutor() for managed_node2/TASK: Set _storage_pool_tests 11924 1726884884.33951: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000122c 11924 1726884884.33954: variable 'ansible_search_path' from source: unknown 11924 1726884884.33959: calling self._execute() 11924 1726884884.33984: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884884.33990: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884884.34000: variable 'omit' from source: magic vars 11924 1726884884.34111: variable 'omit' from source: magic vars 11924 1726884884.34160: variable 'omit' from source: magic vars 11924 1726884884.34195: variable 'omit' from source: magic vars 11924 1726884884.34240: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884884.34279: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884884.34463: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884884.34466: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884884.34469: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884884.34471: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884884.34474: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884884.34476: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884884.34479: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884884.34481: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884884.34520: Set connection var ansible_shell_executable to /bin/sh 11924 1726884884.34524: Set connection var ansible_connection to ssh 11924 1726884884.34529: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884884.34534: Set connection var ansible_timeout to 10 11924 1726884884.34540: Set connection var ansible_pipelining to False 11924 1726884884.34545: Set connection var ansible_shell_type to sh 11924 1726884884.34574: variable 'ansible_shell_executable' from source: unknown 11924 1726884884.34578: variable 'ansible_connection' from source: unknown 11924 1726884884.34580: variable 'ansible_module_compression' from source: unknown 11924 1726884884.34583: variable 'ansible_shell_type' from source: unknown 11924 1726884884.34585: variable 'ansible_shell_executable' from source: unknown 11924 1726884884.34587: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884884.34591: variable 'ansible_pipelining' from source: unknown 11924 1726884884.34594: variable 'ansible_timeout' from source: unknown 11924 1726884884.34598: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884884.34744: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884884.34754: variable 'omit' from source: magic vars 11924 1726884884.34897: starting attempt loop 11924 1726884884.34900: running the handler 11924 1726884884.34902: handler run complete 11924 1726884884.34905: attempt loop complete, returning result 11924 1726884884.34906: _execute() done 11924 1726884884.34908: dumping result to json 11924 1726884884.34909: done dumping result, returning 11924 1726884884.34911: done running TaskExecutor() for managed_node2/TASK: Set _storage_pool_tests [0affc8a3-6f6f-f4c0-2290-00000000122c] 11924 1726884884.34913: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000122c 11924 1726884884.34977: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000122c 11924 1726884884.34980: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } 11924 1726884884.35050: no more pending results, returning what we have 11924 1726884884.35056: results queue empty 11924 1726884884.35057: checking for any_errors_fatal 11924 1726884884.35060: done checking for any_errors_fatal 11924 1726884884.35061: checking for max_fail_percentage 11924 1726884884.35063: done checking for max_fail_percentage 11924 1726884884.35064: checking to see if all hosts have failed and the running result is not ok 11924 1726884884.35065: done checking to see if all hosts have failed 11924 1726884884.35066: getting the remaining hosts for this loop 11924 1726884884.35068: done getting the remaining hosts for this loop 11924 1726884884.35072: getting the next task for host managed_node2 11924 1726884884.35082: done getting next task for host managed_node2 11924 1726884884.35085: ^ task is: TASK: Get VG shared value status 11924 1726884884.35090: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884884.35096: getting variables 11924 1726884884.35101: in VariableManager get_vars() 11924 1726884884.35137: Calling all_inventory to load vars for managed_node2 11924 1726884884.35140: Calling groups_inventory to load vars for managed_node2 11924 1726884884.35144: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884884.35154: Calling all_plugins_play to load vars for managed_node2 11924 1726884884.35288: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884884.35293: Calling groups_plugins_play to load vars for managed_node2 11924 1726884884.35974: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884884.36577: done with get_vars() 11924 1726884884.36594: done getting variables 11924 1726884884.36650: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:44 -0400 (0:00:00.039) 0:00:49.705 ****** 11924 1726884884.36682: entering _queue_task() for managed_node2/command 11924 1726884884.36939: worker is 1 (out of 1 available) 11924 1726884884.36950: exiting _queue_task() for managed_node2/command 11924 1726884884.37119: done queuing things up, now waiting for results queue to drain 11924 1726884884.37121: waiting for pending results... 11924 1726884884.37435: running TaskExecutor() for managed_node2/TASK: Get VG shared value status 11924 1726884884.37505: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000122d 11924 1726884884.37509: variable 'ansible_search_path' from source: unknown 11924 1726884884.37535: calling self._execute() 11924 1726884884.37663: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884884.37675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884884.37721: variable 'omit' from source: magic vars 11924 1726884884.38157: variable 'storage_test_pool' from source: include params 11924 1726884884.38203: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): True 11924 1726884884.38215: variable 'omit' from source: magic vars 11924 1726884884.38277: variable 'omit' from source: magic vars 11924 1726884884.38406: variable 'storage_test_pool' from source: include params 11924 1726884884.38481: variable 'omit' from source: magic vars 11924 1726884884.38510: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884884.38549: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884884.38575: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884884.38701: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884884.38704: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884884.38707: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884884.38918: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884884.38921: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884884.38923: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884884.38925: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884884.39010: Set connection var ansible_shell_executable to /bin/sh 11924 1726884884.39243: Set connection var ansible_connection to ssh 11924 1726884884.39246: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884884.39248: Set connection var ansible_timeout to 10 11924 1726884884.39251: Set connection var ansible_pipelining to False 11924 1726884884.39253: Set connection var ansible_shell_type to sh 11924 1726884884.39257: variable 'ansible_shell_executable' from source: unknown 11924 1726884884.39259: variable 'ansible_connection' from source: unknown 11924 1726884884.39261: variable 'ansible_module_compression' from source: unknown 11924 1726884884.39263: variable 'ansible_shell_type' from source: unknown 11924 1726884884.39265: variable 'ansible_shell_executable' from source: unknown 11924 1726884884.39267: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884884.39268: variable 'ansible_pipelining' from source: unknown 11924 1726884884.39270: variable 'ansible_timeout' from source: unknown 11924 1726884884.39272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884884.39581: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884884.39605: variable 'omit' from source: magic vars 11924 1726884884.39618: starting attempt loop 11924 1726884884.39625: running the handler 11924 1726884884.39716: _low_level_execute_command(): starting 11924 1726884884.39720: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884884.40577: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884884.40670: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884884.40692: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884884.40710: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884884.40808: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884884.42495: stdout chunk (state=3): >>>/root <<< 11924 1726884884.42691: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884884.42706: stdout chunk (state=3): >>><<< 11924 1726884884.42741: stderr chunk (state=3): >>><<< 11924 1726884884.42768: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884884.42865: _low_level_execute_command(): starting 11924 1726884884.42869: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884884.4277623-14096-243703637261866 `" && echo ansible-tmp-1726884884.4277623-14096-243703637261866="` echo /root/.ansible/tmp/ansible-tmp-1726884884.4277623-14096-243703637261866 `" ) && sleep 0' 11924 1726884884.43576: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884884.43588: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884884.43607: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884884.43644: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884884.43747: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884884.43772: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884884.43853: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884884.45764: stdout chunk (state=3): >>>ansible-tmp-1726884884.4277623-14096-243703637261866=/root/.ansible/tmp/ansible-tmp-1726884884.4277623-14096-243703637261866 <<< 11924 1726884884.45871: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884884.45909: stderr chunk (state=3): >>><<< 11924 1726884884.45913: stdout chunk (state=3): >>><<< 11924 1726884884.45939: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884884.4277623-14096-243703637261866=/root/.ansible/tmp/ansible-tmp-1726884884.4277623-14096-243703637261866 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884884.46096: variable 'ansible_module_compression' from source: unknown 11924 1726884884.46102: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884884.46286: variable 'ansible_facts' from source: unknown 11924 1726884884.46481: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884884.4277623-14096-243703637261866/AnsiballZ_command.py 11924 1726884884.46621: Sending initial data 11924 1726884884.46630: Sent initial data (156 bytes) 11924 1726884884.47106: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884884.47121: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884884.47135: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884884.47236: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884884.47369: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884884.47457: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884884.49029: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884884.49097: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884884.49188: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp_ui09zkd /root/.ansible/tmp/ansible-tmp-1726884884.4277623-14096-243703637261866/AnsiballZ_command.py <<< 11924 1726884884.49192: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884884.4277623-14096-243703637261866/AnsiballZ_command.py" <<< 11924 1726884884.49236: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp_ui09zkd" to remote "/root/.ansible/tmp/ansible-tmp-1726884884.4277623-14096-243703637261866/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884884.4277623-14096-243703637261866/AnsiballZ_command.py" <<< 11924 1726884884.50226: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884884.50229: stdout chunk (state=3): >>><<< 11924 1726884884.50231: stderr chunk (state=3): >>><<< 11924 1726884884.50233: done transferring module to remote 11924 1726884884.50235: _low_level_execute_command(): starting 11924 1726884884.50237: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884884.4277623-14096-243703637261866/ /root/.ansible/tmp/ansible-tmp-1726884884.4277623-14096-243703637261866/AnsiballZ_command.py && sleep 0' 11924 1726884884.50721: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884884.50740: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884884.50758: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884884.50776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884884.50792: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884884.50810: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884884.50907: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884884.50929: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884884.51072: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884884.53171: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884884.53175: stdout chunk (state=3): >>><<< 11924 1726884884.53179: stderr chunk (state=3): >>><<< 11924 1726884884.53182: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884884.53185: _low_level_execute_command(): starting 11924 1726884884.53187: _low_level_execute_command(): using become for this command 11924 1726884884.53190: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-fixnmbfcytrzgvewmnhbfkshepnkhtkz ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884884.4277623-14096-243703637261866/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884884.53483: Initial state: awaiting_escalation: BECOME-SUCCESS-fixnmbfcytrzgvewmnhbfkshepnkhtkz 11924 1726884884.53865: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884884.53910: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884884.53929: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884884.53969: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884884.53989: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884884.54020: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884884.54099: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884884.54122: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884884.54248: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884884.57204: stdout chunk (state=1): >>>BECOME-SUCCESS-fixnmbfcytrzgvewmnhbfkshepnkhtkz <<< 11924 1726884884.57215: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-fixnmbfcytrzgvewmnhbfkshepnkhtkz' 11924 1726884884.57550: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884884.57599: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # <<< 11924 1726884884.57620: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884884.57688: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884884.57723: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884884.57764: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884884.57797: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884884.57881: 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' # <<< 11924 1726884884.57895: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884884.57940: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884884.57964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884884.58003: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60570183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056fe7a10> <<< 11924 1726884884.58008: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884884.58043: 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 0x7f605701a960> import '_signal' # <<< 11924 1726884884.58071: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884884.58078: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884884.58101: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884884.58138: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884884.58486: 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 0x7f6056e2cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884884.58494: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884884.58530: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056e2dfd0> import 'site' # <<< 11924 1726884884.58567: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884884.58777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884884.58796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884884.58820: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884884.58885: 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 <<< 11924 1726884884.58900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884884.58960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884884.58967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056e73e00> <<< 11924 1726884884.59076: 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 0x7f6056e73ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884884.59169: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884884.59248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884884.59252: 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 0x7f6056ea3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884884.59276: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056ea3ec0> import '_collections' # <<< 11924 1726884884.59346: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056e83ad0> import '_functools' # <<< 11924 1726884884.59381: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056e811f0> <<< 11924 1726884884.59468: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056e70fb0> <<< 11924 1726884884.59477: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884884.59574: 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 <<< 11924 1726884884.59663: 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 0x7f6056ec7800> <<< 11924 1726884884.59667: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056ec6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884884.59670: 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 0x7f6056e821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056ec4c20> <<< 11924 1726884884.59799: 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 0x7f6056ef8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056e70230> <<< 11924 1726884884.59862: 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 0x7f6056ef8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056ef8bc0> <<< 11924 1726884884.59954: 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 0x7f6056ef8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056e66d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884884.59967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056ef9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056ef92e0> import 'importlib.machinery' # <<< 11924 1726884884.60023: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 11924 1726884884.60095: 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 0x7f6056efa510> import 'importlib.util' # import 'runpy' # <<< 11924 1726884884.60198: 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 0x7f6056f10710> <<< 11924 1726884884.60248: 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 0x7f6056f11df0> <<< 11924 1726884884.60281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056f12c90> <<< 11924 1726884884.60316: 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 0x7f6056f132f0> <<< 11924 1726884884.60374: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056f121e0> <<< 11924 1726884884.60379: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884884.60411: 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 0x7f6056f13d70> <<< 11924 1726884884.60471: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056f134a0> <<< 11924 1726884884.60542: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056efa540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884884.60611: 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' <<< 11924 1726884884.60685: 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 0x7f6056cabc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884884.60700: 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 0x7f6056cd46b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056cd4410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056cd46e0> <<< 11924 1726884884.60741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884884.60779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884884.60859: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884884.60954: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056cd4fe0> <<< 11924 1726884884.61096: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884884.61115: 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 0x7f6056cd59d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056cd48c0> <<< 11924 1726884884.61147: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056ca9df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884884.61168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884884.61199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884884.61230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056cd6db0> <<< 11924 1726884884.61260: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056cd5af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056efac30> <<< 11924 1726884884.61277: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884884.61341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884884.61360: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884884.61392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884884.61414: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056d03110> <<< 11924 1726884884.61479: 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' <<< 11924 1726884884.61525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884884.61528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884884.61588: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056d2b4a0> <<< 11924 1726884884.61592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884884.61638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884884.61689: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884884.61738: 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 0x7f6056d84230> <<< 11924 1726884884.61745: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884884.61766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884884.61789: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884884.61859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884884.61917: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056d86990> <<< 11924 1726884884.61993: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056d84350> <<< 11924 1726884884.62027: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056d51250> <<< 11924 1726884884.62063: 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 0x7f6056b89340> <<< 11924 1726884884.62095: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056d2a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056cd7ce0> <<< 11924 1726884884.62210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884884.62221: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6056b895b0> <<< 11924 1726884884.62437: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_midm2wqz/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 11924 1726884884.62510: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.62579: 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' <<< 11924 1726884884.62634: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884884.62723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884884.62739: 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 0x7f6056bdefc0> import '_typing' # <<< 11924 1726884884.62893: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056bc1f40> <<< 11924 1726884884.62930: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056bc10a0> # zipimport: zlib available import 'ansible' # <<< 11924 1726884884.62979: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.63046: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884884.64438: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.65594: 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 0x7f6056bdcef0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884884.65663: 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 <<< 11924 1726884884.65767: 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 0x7f6056c0a9c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056c0a780> <<< 11924 1726884884.65792: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056c0a090> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884884.65890: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056c0a4e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056bdfa70> import 'atexit' # <<< 11924 1726884884.65978: 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 0x7f6056c0b740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056c0b8c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884884.66066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884884.66122: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056c0be00> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884884.66169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056519c40> <<< 11924 1726884884.66249: 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 0x7f605651b860> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884884.66320: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056520260> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884884.66380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056521160> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884884.66435: 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' <<< 11924 1726884884.66454: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056523e90> <<< 11924 1726884884.66496: 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 0x7f6056bc30e0> <<< 11924 1726884884.66549: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056522180> <<< 11924 1726884884.66554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884884.66606: 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' <<< 11924 1726884884.66645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884884.66665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884884.66711: 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 0x7f6056527e00> <<< 11924 1726884884.66717: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884884.66785: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60565268d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056526630> <<< 11924 1726884884.66813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884884.66816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884884.66873: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056526ba0> <<< 11924 1726884884.66916: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056522660> <<< 11924 1726884884.66958: 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 0x7f605656be90> <<< 11924 1726884884.66962: 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 0x7f605656c1a0> <<< 11924 1726884884.66996: 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 <<< 11924 1726884884.67025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884884.67039: 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' <<< 11924 1726884884.67083: 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 0x7f605656dc40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f605656da00> <<< 11924 1726884884.67093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884884.67215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884884.67273: 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 0x7f6056570200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f605656e330> <<< 11924 1726884884.67304: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884884.67370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884884.67374: 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' <<< 11924 1726884884.67402: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884884.67427: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60565739e0> <<< 11924 1726884884.67559: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60565703b0> <<< 11924 1726884884.67624: stdout 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 0x7f6056574860> <<< 11924 1726884884.67658: stdout 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 0x7f6056574c50> <<< 11924 1726884884.67737: stdout 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 0x7f6056574d40> <<< 11924 1726884884.67741: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f605656c350> <<< 11924 1726884884.67766: 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 <<< 11924 1726884884.67790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884884.67821: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884884.67849: 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 0x7f60564004a0> <<< 11924 1726884884.68004: 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 0x7f60564017f0> <<< 11924 1726884884.68060: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056576c30> <<< 11924 1726884884.68064: 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 0x7f6056577fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056576810> <<< 11924 1726884884.68129: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884884.68214: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.68322: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.68330: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884884.68375: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884884.68378: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.68501: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.68612: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.69180: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.69804: 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' <<< 11924 1726884884.69848: 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 0x7f60564059d0> <<< 11924 1726884884.69940: 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' <<< 11924 1726884884.69946: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60564067b0> <<< 11924 1726884884.69966: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056401970> <<< 11924 1726884884.70021: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884884.70024: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.70061: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884884.70213: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.70616: 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 0x7f6056406780> <<< 11924 1726884884.70619: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.70849: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.71294: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.71368: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.71440: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884884.71524: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # <<< 11924 1726884884.71550: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.71614: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.71734: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884884.71754: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.71785: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.71831: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884884.71854: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.72107: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.72335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884884.72368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884884.72391: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884884.72447: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60564079b0> <<< 11924 1726884884.72472: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.72535: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.72613: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884884.72644: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884884.72653: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.72696: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.72766: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884884.72793: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.72843: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.72908: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.72977: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884884.73010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884884.73105: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056412360> <<< 11924 1726884884.73133: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f605640dc10> <<< 11924 1726884884.73183: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884884.73186: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.73244: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.73309: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.73340: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.73379: stdout chunk (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' <<< 11924 1726884884.73411: 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 <<< 11924 1726884884.73427: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884884.73454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884884.73514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884884.73537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884884.73559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884884.73609: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056502c00> <<< 11924 1726884884.73658: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056c3a8d0> <<< 11924 1726884884.73745: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056412330> <<< 11924 1726884884.73748: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056575af0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884884.73751: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.73780: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.73809: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884884.73884: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884884.73893: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.73918: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884884.73922: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.74034: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884884.74289: 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 0x7f6056576c60> # zipimport: zlib available <<< 11924 1726884884.77474: stdout chunk (state=3): >>> {"changed": true, "stdout": " 0", "stderr": "", "rc": 0, "cmd": ["vgs", "--noheadings", "--binary", "-o", "shared", "foo"], "start": "2024-09-20 22:14:44.743189", "end": "2024-09-20 22:14:44.771764", "delta": "0:00:00.028575", "msg": "", "invocation": {"module_args": {"_raw_params": "vgs --noheadings --binary -o shared foo", "_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}}} <<< 11924 1726884884.77489: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884884.77774: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884884.77811: 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 <<< 11924 1726884884.77846: stdout chunk (state=3): >>># cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 <<< 11924 1726884884.77895: 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 # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime <<< 11924 1726884884.77963: stdout chunk (state=3): >>># cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 11924 1726884884.78232: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884884.78283: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884884.78552: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884884.78642: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # 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 <<< 11924 1726884884.78704: 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 <<< 11924 1726884884.78729: 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 <<< 11924 1726884884.78878: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884884.78954: 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 <<< 11924 1726884884.78989: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884884.79297: 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 <<< 11924 1726884884.79303: 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 <<< 11924 1726884884.79861: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884884.79864: stdout chunk (state=3): >>><<< 11924 1726884884.79866: stderr chunk (state=3): >>><<< 11924 1726884884.80166: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60570183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056fe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f605701a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056e2cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056e2dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056e73e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056e73ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056ea3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056ea3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056e83ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056e811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056e70fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056ec7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056ec6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056e821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056ec4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056ef8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056e70230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056ef8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056ef8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056ef8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056e66d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056ef9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056ef92e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056efa510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056f10710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056f11df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056f12c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056f132f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056f121e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056f13d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056f134a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056efa540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056cabc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056cd46b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056cd4410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056cd46e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056cd4fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056cd59d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056cd48c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056ca9df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056cd6db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056cd5af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056efac30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056d03110> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056d2b4a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056d84230> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056d86990> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056d84350> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056d51250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056b89340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056d2a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056cd7ce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6056b895b0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_midm2wqz/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 0x7f6056bdefc0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056bc1f40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056bc10a0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056bdcef0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056c0a9c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056c0a780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056c0a090> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056c0a4e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056bdfa70> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056c0b740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056c0b8c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056c0be00> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056519c40> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f605651b860> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056520260> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056521160> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056523e90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056bc30e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056522180> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056527e00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60565268d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056526630> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056526ba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056522660> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f605656be90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f605656c1a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f605656dc40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f605656da00> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056570200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f605656e330> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60565739e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60565703b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056574860> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056574c50> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056574d40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f605656c350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60564004a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60564017f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056576c30> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056577fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056576810> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60564059d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60564067b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056401970> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056406780> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60564079b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6056412360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f605640dc10> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056502c00> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056c3a8d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056412330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6056575af0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f6056576c60> # zipimport: zlib available {"changed": true, "stdout": " 0", "stderr": "", "rc": 0, "cmd": ["vgs", "--noheadings", "--binary", "-o", "shared", "foo"], "start": "2024-09-20 22:14:44.743189", "end": "2024-09-20 22:14:44.771764", "delta": "0:00:00.028575", "msg": "", "invocation": {"module_args": {"_raw_params": "vgs --noheadings --binary -o shared foo", "_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884884.81792: done with _execute_module (ansible.legacy.command, {'_raw_params': 'vgs --noheadings --binary -o shared foo', '_ansible_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-1726884884.4277623-14096-243703637261866/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884884.81797: _low_level_execute_command(): starting 11924 1726884884.81803: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884884.4277623-14096-243703637261866/ > /dev/null 2>&1 && sleep 0' 11924 1726884884.82294: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884884.82297: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884884.84160: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884884.84361: stderr chunk (state=3): >>><<< 11924 1726884884.84365: stdout chunk (state=3): >>><<< 11924 1726884884.84367: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884884.84370: handler run complete 11924 1726884884.84372: Evaluated conditional (False): False 11924 1726884884.84374: attempt loop complete, returning result 11924 1726884884.84376: _execute() done 11924 1726884884.84378: dumping result to json 11924 1726884884.84380: done dumping result, returning 11924 1726884884.84382: done running TaskExecutor() for managed_node2/TASK: Get VG shared value status [0affc8a3-6f6f-f4c0-2290-00000000122d] 11924 1726884884.84384: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000122d 11924 1726884884.84453: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000122d 11924 1726884884.84459: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.028575", "end": "2024-09-20 22:14:44.771764", "rc": 0, "start": "2024-09-20 22:14:44.743189" } STDOUT: 0 11924 1726884884.84547: no more pending results, returning what we have 11924 1726884884.84551: results queue empty 11924 1726884884.84552: checking for any_errors_fatal 11924 1726884884.84665: done checking for any_errors_fatal 11924 1726884884.84667: checking for max_fail_percentage 11924 1726884884.84669: done checking for max_fail_percentage 11924 1726884884.84670: checking to see if all hosts have failed and the running result is not ok 11924 1726884884.84670: done checking to see if all hosts have failed 11924 1726884884.84671: getting the remaining hosts for this loop 11924 1726884884.84673: done getting the remaining hosts for this loop 11924 1726884884.84676: getting the next task for host managed_node2 11924 1726884884.84683: done getting next task for host managed_node2 11924 1726884884.84685: ^ task is: TASK: Verify that VG shared value checks out 11924 1726884884.84689: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884884.84693: getting variables 11924 1726884884.84695: in VariableManager get_vars() 11924 1726884884.84728: Calling all_inventory to load vars for managed_node2 11924 1726884884.84730: Calling groups_inventory to load vars for managed_node2 11924 1726884884.84733: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884884.84743: Calling all_plugins_play to load vars for managed_node2 11924 1726884884.84746: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884884.84748: Calling groups_plugins_play to load vars for managed_node2 11924 1726884884.86799: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884884.88012: done with get_vars() 11924 1726884884.88099: done getting variables 11924 1726884884.88281: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:44 -0400 (0:00:00.516) 0:00:50.222 ****** 11924 1726884884.88315: entering _queue_task() for managed_node2/assert 11924 1726884884.89083: worker is 1 (out of 1 available) 11924 1726884884.89095: exiting _queue_task() for managed_node2/assert 11924 1726884884.89110: done queuing things up, now waiting for results queue to drain 11924 1726884884.89112: waiting for pending results... 11924 1726884884.89707: running TaskExecutor() for managed_node2/TASK: Verify that VG shared value checks out 11924 1726884884.89926: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000122e 11924 1726884884.89975: variable 'ansible_search_path' from source: unknown 11924 1726884884.89979: calling self._execute() 11924 1726884884.90461: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884884.90465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884884.90468: variable 'omit' from source: magic vars 11924 1726884884.91431: variable 'storage_test_pool' from source: include params 11924 1726884884.91464: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): True 11924 1726884884.91541: variable 'omit' from source: magic vars 11924 1726884884.91629: variable 'omit' from source: magic vars 11924 1726884884.91861: variable 'storage_test_pool' from source: include params 11924 1726884884.91980: variable 'actual' from source: task vars 11924 1726884884.92156: variable 'vgs_dump' from source: set_fact 11924 1726884884.92308: variable 'omit' from source: magic vars 11924 1726884884.92461: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884884.92465: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884884.92467: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884884.92470: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884884.92472: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884884.92479: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884884.92502: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884884.92536: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884884.92545: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884884.92552: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884884.92673: Set connection var ansible_shell_executable to /bin/sh 11924 1726884884.92682: Set connection var ansible_connection to ssh 11924 1726884884.92697: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884884.92708: Set connection var ansible_timeout to 10 11924 1726884884.92718: Set connection var ansible_pipelining to False 11924 1726884884.92727: Set connection var ansible_shell_type to sh 11924 1726884884.92760: variable 'ansible_shell_executable' from source: unknown 11924 1726884884.92769: variable 'ansible_connection' from source: unknown 11924 1726884884.92778: variable 'ansible_module_compression' from source: unknown 11924 1726884884.92785: variable 'ansible_shell_type' from source: unknown 11924 1726884884.92793: variable 'ansible_shell_executable' from source: unknown 11924 1726884884.92801: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884884.92915: variable 'ansible_pipelining' from source: unknown 11924 1726884884.92918: variable 'ansible_timeout' from source: unknown 11924 1726884884.92920: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884884.92964: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884884.92981: variable 'omit' from source: magic vars 11924 1726884884.92992: starting attempt loop 11924 1726884884.92999: running the handler 11924 1726884884.93146: variable 'storage_test_pool' from source: include params 11924 1726884884.93171: variable 'actual' from source: task vars 11924 1726884884.93257: variable 'vgs_dump' from source: set_fact 11924 1726884884.93279: Evaluated conditional (storage_test_pool.shared == actual): True 11924 1726884884.93289: handler run complete 11924 1726884884.93310: attempt loop complete, returning result 11924 1726884884.93318: _execute() done 11924 1726884884.93325: dumping result to json 11924 1726884884.93331: done dumping result, returning 11924 1726884884.93343: done running TaskExecutor() for managed_node2/TASK: Verify that VG shared value checks out [0affc8a3-6f6f-f4c0-2290-00000000122e] 11924 1726884884.93352: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000122e 11924 1726884884.93539: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000122e 11924 1726884884.93542: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884884.93788: no more pending results, returning what we have 11924 1726884884.93792: results queue empty 11924 1726884884.93793: checking for any_errors_fatal 11924 1726884884.93803: done checking for any_errors_fatal 11924 1726884884.93804: checking for max_fail_percentage 11924 1726884884.93806: done checking for max_fail_percentage 11924 1726884884.93807: checking to see if all hosts have failed and the running result is not ok 11924 1726884884.93807: done checking to see if all hosts have failed 11924 1726884884.93808: getting the remaining hosts for this loop 11924 1726884884.93810: done getting the remaining hosts for this loop 11924 1726884884.93813: getting the next task for host managed_node2 11924 1726884884.93819: done getting next task for host managed_node2 11924 1726884884.93822: ^ task is: TASK: Verify pool subset 11924 1726884884.93826: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884884.93829: getting variables 11924 1726884884.93831: in VariableManager get_vars() 11924 1726884884.93860: Calling all_inventory to load vars for managed_node2 11924 1726884884.93863: Calling groups_inventory to load vars for managed_node2 11924 1726884884.93866: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884884.93875: Calling all_plugins_play to load vars for managed_node2 11924 1726884884.93878: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884884.93880: Calling groups_plugins_play to load vars for managed_node2 11924 1726884884.94868: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884884.96434: done with get_vars() 11924 1726884884.96450: 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 22:14:44 -0400 (0:00:00.083) 0:00:50.306 ****** 11924 1726884884.96718: entering _queue_task() for managed_node2/include_tasks 11924 1726884884.97193: worker is 1 (out of 1 available) 11924 1726884884.97210: exiting _queue_task() for managed_node2/include_tasks 11924 1726884884.97223: done queuing things up, now waiting for results queue to drain 11924 1726884884.97225: waiting for pending results... 11924 1726884884.97684: running TaskExecutor() for managed_node2/TASK: Verify pool subset 11924 1726884884.97729: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000122f 11924 1726884884.97751: variable 'ansible_search_path' from source: unknown 11924 1726884884.97805: variable '_storage_pool_tests' from source: set_fact 11924 1726884884.98054: variable '_storage_pool_tests' from source: set_fact 11924 1726884884.98133: variable 'omit' from source: magic vars 11924 1726884884.98305: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884884.98337: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884884.98341: variable 'omit' from source: magic vars 11924 1726884884.98524: variable 'storage_test_pool_subset' from source: unknown 11924 1726884884.98581: variable 'storage_test_pool_subset' from source: unknown 11924 1726884884.98643: variable 'storage_test_pool_subset' from source: unknown 11924 1726884884.99174: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884884.99177: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884884.99180: variable 'omit' from source: magic vars 11924 1726884884.99182: variable 'storage_test_pool_subset' from source: unknown 11924 1726884884.99185: variable 'storage_test_pool_subset' from source: unknown 11924 1726884884.99187: variable 'storage_test_pool_subset' from source: unknown 11924 1726884884.99238: dumping result to json 11924 1726884884.99241: done dumping result, returning 11924 1726884884.99244: done running TaskExecutor() for managed_node2/TASK: Verify pool subset [0affc8a3-6f6f-f4c0-2290-00000000122f] 11924 1726884884.99247: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000122f 11924 1726884884.99380: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000122f 11924 1726884884.99394: WORKER PROCESS EXITING 11924 1726884884.99489: no more pending results, returning what we have 11924 1726884884.99493: in VariableManager get_vars() 11924 1726884884.99528: Calling all_inventory to load vars for managed_node2 11924 1726884884.99531: Calling groups_inventory to load vars for managed_node2 11924 1726884884.99534: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884884.99544: Calling all_plugins_play to load vars for managed_node2 11924 1726884884.99547: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884884.99550: Calling groups_plugins_play to load vars for managed_node2 11924 1726884885.00847: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884885.02078: done with get_vars() 11924 1726884885.02093: variable 'ansible_search_path' from source: unknown 11924 1726884885.02134: variable 'ansible_search_path' from source: unknown 11924 1726884885.02386: we have included files to process 11924 1726884885.02388: generating all_blocks data 11924 1726884885.02390: done generating all_blocks data 11924 1726884885.02394: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884885.02395: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884885.02400: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884885.04981: in VariableManager get_vars() 11924 1726884885.05007: done with get_vars() 11924 1726884885.05295: in VariableManager get_vars() 11924 1726884885.05317: done with get_vars() 11924 1726884885.05350: in VariableManager get_vars() 11924 1726884885.05370: done with get_vars() 11924 1726884885.05406: in VariableManager get_vars() 11924 1726884885.05423: done with get_vars() 11924 1726884885.05566: in VariableManager get_vars() 11924 1726884885.05587: done with get_vars() 11924 1726884885.05630: in VariableManager get_vars() 11924 1726884885.05650: done with get_vars() 11924 1726884885.05694: in VariableManager get_vars() 11924 1726884885.05716: done with get_vars() 11924 1726884885.06114: done processing included file 11924 1726884885.06117: iterating over new_blocks loaded from include file 11924 1726884885.06119: in VariableManager get_vars() 11924 1726884885.06133: done with get_vars() 11924 1726884885.06135: filtering new block on tags 11924 1726884885.06577: done filtering new block on tags 11924 1726884885.06581: 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_node2 => (item=members) 11924 1726884885.06586: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884885.06587: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884885.06591: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884885.06763: in VariableManager get_vars() 11924 1726884885.06783: done with get_vars() 11924 1726884885.06797: done processing included file 11924 1726884885.06801: iterating over new_blocks loaded from include file 11924 1726884885.06803: in VariableManager get_vars() 11924 1726884885.06818: done with get_vars() 11924 1726884885.06819: filtering new block on tags 11924 1726884885.06844: done filtering new block on tags 11924 1726884885.06847: 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_node2 => (item=volumes) 11924 1726884885.06851: extending task lists for all hosts with included blocks 11924 1726884885.07148: done extending task lists 11924 1726884885.07149: done processing included files 11924 1726884885.07150: results queue empty 11924 1726884885.07150: checking for any_errors_fatal 11924 1726884885.07154: done checking for any_errors_fatal 11924 1726884885.07157: checking for max_fail_percentage 11924 1726884885.07158: done checking for max_fail_percentage 11924 1726884885.07159: checking to see if all hosts have failed and the running result is not ok 11924 1726884885.07160: done checking to see if all hosts have failed 11924 1726884885.07160: getting the remaining hosts for this loop 11924 1726884885.07162: done getting the remaining hosts for this loop 11924 1726884885.07165: getting the next task for host managed_node2 11924 1726884885.07169: done getting next task for host managed_node2 11924 1726884885.07172: ^ task is: TASK: Set test variables 11924 1726884885.07179: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884885.07186: getting variables 11924 1726884885.07187: in VariableManager get_vars() 11924 1726884885.07196: Calling all_inventory to load vars for managed_node2 11924 1726884885.07201: Calling groups_inventory to load vars for managed_node2 11924 1726884885.07204: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884885.07210: Calling all_plugins_play to load vars for managed_node2 11924 1726884885.07212: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884885.07215: Calling groups_plugins_play to load vars for managed_node2 11924 1726884885.07748: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884885.08377: done with get_vars() 11924 1726884885.08390: done getting variables 11924 1726884885.08426: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:45 -0400 (0:00:00.117) 0:00:50.423 ****** 11924 1726884885.08452: entering _queue_task() for managed_node2/set_fact 11924 1726884885.08882: worker is 1 (out of 1 available) 11924 1726884885.08896: exiting _queue_task() for managed_node2/set_fact 11924 1726884885.08909: done queuing things up, now waiting for results queue to drain 11924 1726884885.08911: waiting for pending results... 11924 1726884885.09398: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884885.09662: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001267 11924 1726884885.09667: variable 'ansible_search_path' from source: unknown 11924 1726884885.09764: calling self._execute() 11924 1726884885.09875: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.09879: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.09890: variable 'omit' from source: magic vars 11924 1726884885.10823: variable 'storage_test_pool' from source: include params 11924 1726884885.10853: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884885.10911: variable 'omit' from source: magic vars 11924 1726884885.10961: variable 'omit' from source: magic vars 11924 1726884885.11420: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884885.14307: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884885.14737: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884885.14778: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884885.14825: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884885.15157: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884885.15163: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884885.15165: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884885.15389: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884885.15392: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884885.15395: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884885.15489: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884885.15716: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884885.15720: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884885.15722: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884885.15725: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884885.15934: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884885.15937: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884885.16152: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884885.16157: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884885.16160: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884885.16514: variable 'ansible_lvm' from source: facts 11924 1726884885.16528: variable 'storage_test_pool' from source: include params 11924 1726884885.16693: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884885.17135: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884885.17138: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884885.17141: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884885.17143: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884885.17552: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884885.17860: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884885.17864: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884885.17866: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884885.17912: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884885.18136: variable 'storage_test_pool' from source: include params 11924 1726884885.18184: variable 'omit' from source: magic vars 11924 1726884885.18229: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884885.18283: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884885.18305: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884885.18326: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884885.18376: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884885.18400: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884885.18427: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884885.18477: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884885.18485: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.18494: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.18630: Set connection var ansible_shell_executable to /bin/sh 11924 1726884885.18638: Set connection var ansible_connection to ssh 11924 1726884885.18649: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884885.18668: Set connection var ansible_timeout to 10 11924 1726884885.18679: Set connection var ansible_pipelining to False 11924 1726884885.18689: Set connection var ansible_shell_type to sh 11924 1726884885.18772: variable 'ansible_shell_executable' from source: unknown 11924 1726884885.18775: variable 'ansible_connection' from source: unknown 11924 1726884885.18777: variable 'ansible_module_compression' from source: unknown 11924 1726884885.18779: variable 'ansible_shell_type' from source: unknown 11924 1726884885.18781: variable 'ansible_shell_executable' from source: unknown 11924 1726884885.18783: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.18784: variable 'ansible_pipelining' from source: unknown 11924 1726884885.18786: variable 'ansible_timeout' from source: unknown 11924 1726884885.18788: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.18885: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884885.18906: variable 'omit' from source: magic vars 11924 1726884885.18917: starting attempt loop 11924 1726884885.18924: running the handler 11924 1726884885.18990: handler run complete 11924 1726884885.18993: attempt loop complete, returning result 11924 1726884885.18995: _execute() done 11924 1726884885.18997: dumping result to json 11924 1726884885.19003: done dumping result, returning 11924 1726884885.19005: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-000000001267] 11924 1726884885.19007: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001267 ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } 11924 1726884885.19230: no more pending results, returning what we have 11924 1726884885.19235: results queue empty 11924 1726884885.19236: checking for any_errors_fatal 11924 1726884885.19238: done checking for any_errors_fatal 11924 1726884885.19238: checking for max_fail_percentage 11924 1726884885.19241: done checking for max_fail_percentage 11924 1726884885.19242: checking to see if all hosts have failed and the running result is not ok 11924 1726884885.19242: done checking to see if all hosts have failed 11924 1726884885.19243: getting the remaining hosts for this loop 11924 1726884885.19245: done getting the remaining hosts for this loop 11924 1726884885.19250: getting the next task for host managed_node2 11924 1726884885.19260: done getting next task for host managed_node2 11924 1726884885.19263: ^ task is: TASK: Get the canonical device path for each member device 11924 1726884885.19267: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884885.19272: getting variables 11924 1726884885.19274: in VariableManager get_vars() 11924 1726884885.19313: Calling all_inventory to load vars for managed_node2 11924 1726884885.19316: Calling groups_inventory to load vars for managed_node2 11924 1726884885.19320: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884885.19332: Calling all_plugins_play to load vars for managed_node2 11924 1726884885.19335: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884885.19338: Calling groups_plugins_play to load vars for managed_node2 11924 1726884885.19870: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001267 11924 1726884885.19873: WORKER PROCESS EXITING 11924 1726884885.20216: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884885.21738: done with get_vars() 11924 1726884885.21758: 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 22:14:45 -0400 (0:00:00.133) 0:00:50.557 ****** 11924 1726884885.21847: entering _queue_task() for managed_node2/fedora.linux_system_roles.resolve_blockdev 11924 1726884885.22193: worker is 1 (out of 1 available) 11924 1726884885.22210: exiting _queue_task() for managed_node2/fedora.linux_system_roles.resolve_blockdev 11924 1726884885.22224: done queuing things up, now waiting for results queue to drain 11924 1726884885.22226: waiting for pending results... 11924 1726884885.22535: running TaskExecutor() for managed_node2/TASK: Get the canonical device path for each member device 11924 1726884885.22663: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001268 11924 1726884885.22689: variable 'ansible_search_path' from source: unknown 11924 1726884885.22739: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884885.22970: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884885.23066: variable 'omit' from source: magic vars 11924 1726884885.23233: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.23461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.23465: variable 'omit' from source: magic vars 11924 1726884885.23491: variable 'storage_test_pool' from source: include params 11924 1726884885.23524: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884885.23535: variable 'omit' from source: magic vars 11924 1726884885.23596: variable 'omit' from source: magic vars 11924 1726884885.23654: variable 'pv' from source: unknown 11924 1726884885.23731: variable 'pv' from source: unknown 11924 1726884885.23759: variable 'omit' from source: magic vars 11924 1726884885.23810: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884885.23856: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884885.23881: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884885.23913: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884885.23934: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884885.23954: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884885.23978: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884885.24019: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884885.24028: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.24036: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.24159: Set connection var ansible_shell_executable to /bin/sh 11924 1726884885.24167: Set connection var ansible_connection to ssh 11924 1726884885.24177: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884885.24186: Set connection var ansible_timeout to 10 11924 1726884885.24195: Set connection var ansible_pipelining to False 11924 1726884885.24209: Set connection var ansible_shell_type to sh 11924 1726884885.24247: variable 'ansible_shell_executable' from source: unknown 11924 1726884885.24257: variable 'ansible_connection' from source: unknown 11924 1726884885.24265: variable 'ansible_module_compression' from source: unknown 11924 1726884885.24271: variable 'ansible_shell_type' from source: unknown 11924 1726884885.24278: variable 'ansible_shell_executable' from source: unknown 11924 1726884885.24342: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.24345: variable 'ansible_pipelining' from source: unknown 11924 1726884885.24347: variable 'ansible_timeout' from source: unknown 11924 1726884885.24350: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.24488: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884885.24507: variable 'omit' from source: magic vars 11924 1726884885.24517: starting attempt loop 11924 1726884885.24523: running the handler 11924 1726884885.24538: _low_level_execute_command(): starting 11924 1726884885.24548: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884885.25272: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884885.25285: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884885.25304: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884885.25330: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884885.25437: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884885.25451: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884885.25472: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884885.25664: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884885.27249: stdout chunk (state=3): >>>/root <<< 11924 1726884885.27406: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884885.27409: stdout chunk (state=3): >>><<< 11924 1726884885.27411: stderr chunk (state=3): >>><<< 11924 1726884885.27432: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884885.27460: _low_level_execute_command(): starting 11924 1726884885.27478: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884885.274454-14140-263632322639682 `" && echo ansible-tmp-1726884885.274454-14140-263632322639682="` echo /root/.ansible/tmp/ansible-tmp-1726884885.274454-14140-263632322639682 `" ) && sleep 0' 11924 1726884885.28095: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884885.28129: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884885.28142: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884885.28226: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884885.28248: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884885.28282: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884885.28304: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884885.28324: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884885.28774: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884885.30508: stdout chunk (state=3): >>>ansible-tmp-1726884885.274454-14140-263632322639682=/root/.ansible/tmp/ansible-tmp-1726884885.274454-14140-263632322639682 <<< 11924 1726884885.30720: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884885.30723: stdout chunk (state=3): >>><<< 11924 1726884885.30725: stderr chunk (state=3): >>><<< 11924 1726884885.30741: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884885.274454-14140-263632322639682=/root/.ansible/tmp/ansible-tmp-1726884885.274454-14140-263632322639682 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884885.30809: variable 'ansible_module_compression' from source: unknown 11924 1726884885.30853: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.resolve_blockdev-ZIP_DEFLATED 11924 1726884885.30906: variable 'ansible_facts' from source: unknown 11924 1726884885.31010: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884885.274454-14140-263632322639682/AnsiballZ_resolve_blockdev.py 11924 1726884885.31228: Sending initial data 11924 1726884885.31231: Sent initial data (164 bytes) 11924 1726884885.31755: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884885.31872: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884885.31885: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884885.31902: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884885.31983: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884885.33660: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884885.33720: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884885.34000: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpkyrws963 /root/.ansible/tmp/ansible-tmp-1726884885.274454-14140-263632322639682/AnsiballZ_resolve_blockdev.py <<< 11924 1726884885.34004: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884885.274454-14140-263632322639682/AnsiballZ_resolve_blockdev.py" <<< 11924 1726884885.34052: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpkyrws963" to remote "/root/.ansible/tmp/ansible-tmp-1726884885.274454-14140-263632322639682/AnsiballZ_resolve_blockdev.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884885.274454-14140-263632322639682/AnsiballZ_resolve_blockdev.py" <<< 11924 1726884885.34769: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884885.34834: stderr chunk (state=3): >>><<< 11924 1726884885.34846: stdout chunk (state=3): >>><<< 11924 1726884885.34912: done transferring module to remote 11924 1726884885.34932: _low_level_execute_command(): starting 11924 1726884885.34940: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884885.274454-14140-263632322639682/ /root/.ansible/tmp/ansible-tmp-1726884885.274454-14140-263632322639682/AnsiballZ_resolve_blockdev.py && sleep 0' 11924 1726884885.35532: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884885.35546: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884885.35573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884885.35678: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884885.35698: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884885.35721: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884885.35803: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884885.37661: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884885.37703: stdout chunk (state=3): >>><<< 11924 1726884885.37709: stderr chunk (state=3): >>><<< 11924 1726884885.37762: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884885.37872: _low_level_execute_command(): starting 11924 1726884885.37888: _low_level_execute_command(): using become for this command 11924 1726884885.37892: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-kvrxxogakdttaqlskuaglejnrvpnaogp ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884885.274454-14140-263632322639682/AnsiballZ_resolve_blockdev.py'"'"' && sleep 0' 11924 1726884885.38219: Initial state: awaiting_escalation: BECOME-SUCCESS-kvrxxogakdttaqlskuaglejnrvpnaogp 11924 1726884885.39505: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884885.39775: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884885.40035: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884885.40093: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884885.40223: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884885.43212: stdout chunk (state=1): >>>BECOME-SUCCESS-kvrxxogakdttaqlskuaglejnrvpnaogp <<< 11924 1726884885.43215: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-kvrxxogakdttaqlskuaglejnrvpnaogp' 11924 1726884885.43586: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884885.43616: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884885.43682: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884885.43719: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884885.43751: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884885.43783: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884885.43844: 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' <<< 11924 1726884885.43878: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884885.43957: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884885.43961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884885.44058: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815e183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815de7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815e1a960> <<< 11924 1726884885.44078: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884885.44081: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884885.44132: stdout chunk (state=3): >>>import 'io' # import '_stat' # <<< 11924 1726884885.44153: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884885.44215: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884885.44241: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884885.44290: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884885.44315: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884885.44337: 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' <<< 11924 1726884885.44373: 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 <<< 11924 1726884885.44399: 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 0x7f6815c2cfe0> <<< 11924 1726884885.44464: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884885.44478: 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 0x7f6815c2dfd0> <<< 11924 1726884885.44515: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884885.44543: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884885.44775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884885.44810: 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 <<< 11924 1726884885.44838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884885.44851: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884885.44890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884885.44910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884885.44936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884885.44970: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c6be00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884885.44987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884885.45058: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c6bec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884885.45130: 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 <<< 11924 1726884885.45212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 11924 1726884885.45272: 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 0x7f6815ca3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815ca3ec0> import '_collections' # <<< 11924 1726884885.45351: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c83ad0> import '_functools' # <<< 11924 1726884885.45439: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c811f0> <<< 11924 1726884885.45524: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c68fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884885.45558: 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 <<< 11924 1726884885.45665: 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 0x7f6815cc7800> <<< 11924 1726884885.45756: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cc6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cc4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cf8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c68230> <<< 11924 1726884885.45828: 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 0x7f6815cf8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cf8bc0> <<< 11924 1726884885.45881: 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 0x7f6815cf8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c66d50> <<< 11924 1726884885.45965: 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 <<< 11924 1726884885.46035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cf9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cf92e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cfa510> <<< 11924 1726884885.46089: 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 <<< 11924 1726884885.46122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884885.46169: 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 0x7f6815d10710> import 'errno' # <<< 11924 1726884885.46289: 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 0x7f6815d11df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884885.46292: 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 0x7f6815d12c90> <<< 11924 1726884885.46340: 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 0x7f6815d132f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815d121e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884885.46385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884885.46434: 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 0x7f6815d13d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815d134a0> <<< 11924 1726884885.46502: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cfa540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884885.46591: 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' <<< 11924 1726884885.46683: 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 0x7f6815ad3c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815afc6e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815afc440> <<< 11924 1726884885.46759: 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 0x7f6815afc710> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884885.46802: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884885.46931: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815afd040> <<< 11924 1726884885.47145: 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 0x7f6815afda00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815afc8f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815ad1df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884885.47241: 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 0x7f6815afee10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815afdb50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cfac30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884885.47286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884885.47380: 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' <<< 11924 1726884885.47538: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815b27140> <<< 11924 1726884885.47542: 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 <<< 11924 1726884885.47575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884885.47613: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815b4f530> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884885.47714: 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 0x7f6815bac290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884885.47776: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884885.47802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884885.47881: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815bae9f0> <<< 11924 1726884885.47966: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815bac3b0> <<< 11924 1726884885.47993: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815b792e0> <<< 11924 1726884885.48032: 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 0x7f68159ad340> <<< 11924 1726884885.48064: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815b4e330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815affd40> <<< 11924 1726884885.48183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884885.48207: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6815b4e930> <<< 11924 1726884885.48420: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.resolve_blockdev_payload_shaavvfj/ansible_fedora.linux_system_roles.resolve_blockdev_payload.zip' # zipimport: zlib available <<< 11924 1726884885.48551: 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' <<< 11924 1726884885.48571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884885.48644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884885.48678: 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' <<< 11924 1726884885.48700: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68159ff110> import '_typing' # <<< 11924 1726884885.48874: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68159e2000> <<< 11924 1726884885.48911: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68159e1160> # zipimport: zlib available <<< 11924 1726884885.48938: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884885.49032: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.49036: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884885.49068: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.50428: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.51662: 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 0x7f68159fcfe0> <<< 11924 1726884885.51666: 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 <<< 11924 1726884885.51668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884885.51732: 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 0x7f6815a2ab40> <<< 11924 1726884885.51783: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815a2a8d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815a2a1e0> <<< 11924 1726884885.51876: 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 0x7f6815a2abd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68159ffda0> import 'atexit' # <<< 11924 1726884885.51905: 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 0x7f6815a2b830> <<< 11924 1726884885.51989: 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 0x7f6815a2ba70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884885.52048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884885.52150: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815a2bf80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884885.52226: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815311d30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815313950> <<< 11924 1726884885.52301: 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 0x7f6815314350> <<< 11924 1726884885.52349: 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' <<< 11924 1726884885.52410: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815315250> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884885.52449: 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' <<< 11924 1726884885.52539: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815317ec0> <<< 11924 1726884885.52544: 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 0x7f68159ffb90> <<< 11924 1726884885.52647: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68153161e0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884885.52709: 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' <<< 11924 1726884885.52732: 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 0x7f681531fe60> import '_tokenize' # <<< 11924 1726884885.52834: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f681531e930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f681531e690> <<< 11924 1726884885.52836: 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' <<< 11924 1726884885.52927: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f681531ec00> <<< 11924 1726884885.52934: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68153166c0> <<< 11924 1726884885.53043: 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 0x7f6815363f20> <<< 11924 1726884885.53119: 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 0x7f6815364290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815365d00> <<< 11924 1726884885.53150: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815365ac0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884885.53245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884885.53328: 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 0x7f6815368260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68153663f0> <<< 11924 1726884885.53380: 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' <<< 11924 1726884885.53415: 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' <<< 11924 1726884885.53432: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884885.53490: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f681536ba10> <<< 11924 1726884885.53620: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815368410> <<< 11924 1726884885.53703: stdout 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 0x7f681536c890> <<< 11924 1726884885.53758: stdout 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 0x7f681536c8c0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f681536cd40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815364440> <<< 11924 1726884885.53845: 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' <<< 11924 1726884885.53891: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884885.53936: 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 0x7f68153f8470> <<< 11924 1726884885.54076: 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 0x7f68153f9a30> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f681536ec60> <<< 11924 1726884885.54148: 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 0x7f681536ffb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f681536e870> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884885.54238: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.54466: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884885.54508: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884885.54625: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.55190: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.55753: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884885.55826: 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' <<< 11924 1726884885.55888: 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 0x7f68153fdb20> <<< 11924 1726884885.55957: 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' <<< 11924 1726884885.56030: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68153fe8d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68153f8410> <<< 11924 1726884885.56169: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884885.56244: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.56397: 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' <<< 11924 1726884885.56446: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68153fea20> # zipimport: zlib available <<< 11924 1726884885.56916: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.57358: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.57428: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.57517: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884885.57520: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.57560: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.57608: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884885.57612: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.57686: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.57761: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884885.57785: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.57799: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884885.57863: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.57904: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884885.58125: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.58370: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884885.58428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884885.58448: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884885.58545: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68153ffb30> # zipimport: zlib available <<< 11924 1726884885.58613: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.58706: 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' # <<< 11924 1726884885.58732: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.58783: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.58858: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884885.58900: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.58922: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.58985: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.59050: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884885.59108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884885.59169: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f681520a360> <<< 11924 1726884885.59235: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68152054c0> <<< 11924 1726884885.59289: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884885.59326: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.59382: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.59413: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.59532: stdout chunk (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 <<< 11924 1726884885.59614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884885.59650: 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' <<< 11924 1726884885.59695: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815a7ecf0> <<< 11924 1726884885.59752: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815a769c0> <<< 11924 1726884885.59814: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f681520a540> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f681520a0c0> <<< 11924 1726884885.59818: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884885.59938: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884885.59970: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884885.59985: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available <<< 11924 1726884885.60009: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.60031: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # # zipimport: zlib available <<< 11924 1726884885.60053: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 11924 1726884885.60083: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.60109: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 11924 1726884885.60132: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 11924 1726884885.60145: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.60310: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.60321: 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 0x7f681529cf20> <<< 11924 1726884885.60422: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884885.60565: stdout chunk (state=3): >>> {"device": "/dev/sda", "invocation": {"module_args": {"spec": "/dev/sda"}}} <<< 11924 1726884885.60575: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884885.60924: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884885.61019: 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<<< 11924 1726884885.61118: 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_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 <<< 11924 1726884885.61337: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884885.61387: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884885.61469: 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 <<< 11924 1726884885.61514: 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 <<< 11924 1726884885.61544: 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 <<< 11924 1726884885.61606: 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 <<< 11924 1726884885.61676: 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 <<< 11924 1726884885.61736: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884885.61861: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 11924 1726884885.61903: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884885.61928: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884885.61961: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884885.61988: 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 <<< 11924 1726884885.62065: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884885.62094: 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 <<< 11924 1726884885.62130: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 11924 1726884885.62133: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 11924 1726884885.62174: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884885.62732: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884885.62735: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884885.62738: stdout chunk (state=3): >>><<< 11924 1726884885.62740: stderr chunk (state=3): >>><<< 11924 1726884885.62876: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815e183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815de7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815e1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c2cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c2dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c6be00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c6bec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815ca3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815ca3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c83ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c68fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cc7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cc6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cc4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cf8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c68230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815cf8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cf8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815cf8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815c66d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cf9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cf92e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cfa510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815d10710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815d11df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815d12c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815d132f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815d121e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815d13d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815d134a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cfa540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815ad3c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815afc6e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815afc440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815afc710> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815afd040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815afda00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815afc8f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815ad1df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815afee10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815afdb50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815cfac30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815b27140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815b4f530> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815bac290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815bae9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815bac3b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815b792e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68159ad340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815b4e330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815affd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6815b4e930> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.resolve_blockdev_payload_shaavvfj/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 0x7f68159ff110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68159e2000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68159e1160> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68159fcfe0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815a2ab40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815a2a8d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815a2a1e0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815a2abd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68159ffda0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815a2b830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815a2ba70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815a2bf80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815311d30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815313950> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815314350> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815315250> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815317ec0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68159ffb90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68153161e0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f681531fe60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f681531e930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f681531e690> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f681531ec00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68153166c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815363f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815364290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815365d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815365ac0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6815368260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68153663f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f681536ba10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815368410> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f681536c890> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f681536c8c0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f681536cd40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815364440> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68153f8470> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68153f9a30> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f681536ec60> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f681536ffb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f681536e870> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68153fdb20> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68153fe8d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68153f8410> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68153fea20> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68153ffb30> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f681520a360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68152054c0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815a7ecf0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6815a769c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f681520a540> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f681520a0c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f681529cf20> # zipimport: zlib available {"device": "/dev/sda", "invocation": {"module_args": {"spec": "/dev/sda"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884885.64191: done with _execute_module (fedora.linux_system_roles.resolve_blockdev, {'spec': '/dev/sda', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': '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-1726884885.274454-14140-263632322639682/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884885.64196: _low_level_execute_command(): starting 11924 1726884885.64199: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884885.274454-14140-263632322639682/ > /dev/null 2>&1 && sleep 0' 11924 1726884885.64285: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884885.64301: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884885.64324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884885.64342: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884885.64364: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884885.64390: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884885.64435: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884885.64505: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884885.64537: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884885.64582: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884885.64754: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884885.66773: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884885.66777: stdout chunk (state=3): >>><<< 11924 1726884885.66779: stderr chunk (state=3): >>><<< 11924 1726884885.66782: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884885.66784: handler run complete 11924 1726884885.66786: attempt loop complete, returning result 11924 1726884885.66788: variable 'pv' from source: unknown 11924 1726884885.67025: variable 'pv' from source: unknown ok: [managed_node2] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } 11924 1726884885.67432: dumping result to json 11924 1726884885.67436: done dumping result, returning 11924 1726884885.67439: done running TaskExecutor() for managed_node2/TASK: Get the canonical device path for each member device [0affc8a3-6f6f-f4c0-2290-000000001268] 11924 1726884885.67441: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001268 11924 1726884885.67575: no more pending results, returning what we have 11924 1726884885.67579: results queue empty 11924 1726884885.67580: checking for any_errors_fatal 11924 1726884885.67591: done checking for any_errors_fatal 11924 1726884885.67592: checking for max_fail_percentage 11924 1726884885.67595: done checking for max_fail_percentage 11924 1726884885.67596: checking to see if all hosts have failed and the running result is not ok 11924 1726884885.67596: done checking to see if all hosts have failed 11924 1726884885.67597: getting the remaining hosts for this loop 11924 1726884885.67602: done getting the remaining hosts for this loop 11924 1726884885.67606: getting the next task for host managed_node2 11924 1726884885.67615: done getting next task for host managed_node2 11924 1726884885.67618: ^ task is: TASK: Set pvs lvm length 11924 1726884885.67622: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884885.67627: getting variables 11924 1726884885.67629: in VariableManager get_vars() 11924 1726884885.67668: Calling all_inventory to load vars for managed_node2 11924 1726884885.67671: Calling groups_inventory to load vars for managed_node2 11924 1726884885.67675: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884885.67687: Calling all_plugins_play to load vars for managed_node2 11924 1726884885.67692: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884885.67695: Calling groups_plugins_play to load vars for managed_node2 11924 1726884885.68578: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001268 11924 1726884885.68581: WORKER PROCESS EXITING 11924 1726884885.68788: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884885.69420: done with get_vars() 11924 1726884885.69434: done getting variables 11924 1726884885.69502: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:45 -0400 (0:00:00.476) 0:00:51.034 ****** 11924 1726884885.69539: entering _queue_task() for managed_node2/set_fact 11924 1726884885.69839: worker is 1 (out of 1 available) 11924 1726884885.69852: exiting _queue_task() for managed_node2/set_fact 11924 1726884885.69868: done queuing things up, now waiting for results queue to drain 11924 1726884885.69870: waiting for pending results... 11924 1726884885.70203: running TaskExecutor() for managed_node2/TASK: Set pvs lvm length 11924 1726884885.70375: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000126a 11924 1726884885.70400: variable 'ansible_search_path' from source: unknown 11924 1726884885.70444: calling self._execute() 11924 1726884885.70591: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.70596: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.70607: variable 'omit' from source: magic vars 11924 1726884885.71136: variable 'storage_test_pool' from source: include params 11924 1726884885.71140: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884885.71143: variable 'omit' from source: magic vars 11924 1726884885.71147: variable 'omit' from source: magic vars 11924 1726884885.71319: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884885.73529: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884885.73648: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884885.73651: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884885.73684: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884885.73719: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884885.73810: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884885.73845: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884885.73974: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884885.73977: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884885.73980: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884885.74041: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884885.74077: variable 'omit' from source: magic vars 11924 1726884885.74195: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884885.74201: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884885.74205: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884885.74207: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884885.74210: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884885.74226: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884885.74248: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884885.74284: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884885.74292: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.74311: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.74436: Set connection var ansible_shell_executable to /bin/sh 11924 1726884885.74445: Set connection var ansible_connection to ssh 11924 1726884885.74458: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884885.74468: Set connection var ansible_timeout to 10 11924 1726884885.74478: Set connection var ansible_pipelining to False 11924 1726884885.74488: Set connection var ansible_shell_type to sh 11924 1726884885.74530: variable 'ansible_shell_executable' from source: unknown 11924 1726884885.74629: variable 'ansible_connection' from source: unknown 11924 1726884885.74632: variable 'ansible_module_compression' from source: unknown 11924 1726884885.74634: variable 'ansible_shell_type' from source: unknown 11924 1726884885.74636: variable 'ansible_shell_executable' from source: unknown 11924 1726884885.74638: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.74640: variable 'ansible_pipelining' from source: unknown 11924 1726884885.74642: variable 'ansible_timeout' from source: unknown 11924 1726884885.74644: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.74688: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884885.74709: variable 'omit' from source: magic vars 11924 1726884885.74720: starting attempt loop 11924 1726884885.74727: running the handler 11924 1726884885.74748: handler run complete 11924 1726884885.74765: attempt loop complete, returning result 11924 1726884885.74771: _execute() done 11924 1726884885.74778: dumping result to json 11924 1726884885.74785: done dumping result, returning 11924 1726884885.74797: done running TaskExecutor() for managed_node2/TASK: Set pvs lvm length [0affc8a3-6f6f-f4c0-2290-00000000126a] 11924 1726884885.74810: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000126a ok: [managed_node2] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } 11924 1726884885.75067: no more pending results, returning what we have 11924 1726884885.75071: results queue empty 11924 1726884885.75072: checking for any_errors_fatal 11924 1726884885.75084: done checking for any_errors_fatal 11924 1726884885.75085: checking for max_fail_percentage 11924 1726884885.75087: done checking for max_fail_percentage 11924 1726884885.75088: checking to see if all hosts have failed and the running result is not ok 11924 1726884885.75089: done checking to see if all hosts have failed 11924 1726884885.75090: getting the remaining hosts for this loop 11924 1726884885.75092: done getting the remaining hosts for this loop 11924 1726884885.75096: getting the next task for host managed_node2 11924 1726884885.75107: done getting next task for host managed_node2 11924 1726884885.75110: ^ task is: TASK: Set pool pvs 11924 1726884885.75116: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884885.75127: getting variables 11924 1726884885.75129: in VariableManager get_vars() 11924 1726884885.75167: Calling all_inventory to load vars for managed_node2 11924 1726884885.75169: Calling groups_inventory to load vars for managed_node2 11924 1726884885.75173: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884885.75185: Calling all_plugins_play to load vars for managed_node2 11924 1726884885.75188: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884885.75191: Calling groups_plugins_play to load vars for managed_node2 11924 1726884885.75772: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000126a 11924 1726884885.75776: WORKER PROCESS EXITING 11924 1726884885.75972: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884885.76630: done with get_vars() 11924 1726884885.76645: done getting variables 11924 1726884885.76708: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:45 -0400 (0:00:00.071) 0:00:51.106 ****** 11924 1726884885.76738: entering _queue_task() for managed_node2/set_fact 11924 1726884885.77071: worker is 1 (out of 1 available) 11924 1726884885.77085: exiting _queue_task() for managed_node2/set_fact 11924 1726884885.77103: done queuing things up, now waiting for results queue to drain 11924 1726884885.77104: waiting for pending results... 11924 1726884885.77417: running TaskExecutor() for managed_node2/TASK: Set pool pvs 11924 1726884885.77545: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000126b 11924 1726884885.77549: variable 'ansible_search_path' from source: unknown 11924 1726884885.77564: calling self._execute() 11924 1726884885.77683: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.77696: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.77762: variable 'omit' from source: magic vars 11924 1726884885.78114: variable 'storage_test_pool' from source: include params 11924 1726884885.78159: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884885.78171: variable 'omit' from source: magic vars 11924 1726884885.78236: variable 'omit' from source: magic vars 11924 1726884885.78462: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884885.80670: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884885.80751: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884885.80960: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884885.80963: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884885.80965: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884885.80968: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884885.80975: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884885.81011: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884885.81057: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884885.81080: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884885.81135: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884885.81165: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884885.81200: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884885.81242: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884885.81264: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884885.81325: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884885.81353: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884885.81384: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884885.81432: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884885.81453: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884885.81622: variable 'pv_paths' from source: set_fact 11924 1726884885.81641: variable '__pvs_lvm_len' from source: set_fact 11924 1726884885.81710: variable 'omit' from source: magic vars 11924 1726884885.81849: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884885.81853: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884885.81857: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884885.81860: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884885.81862: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884885.81864: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884885.81874: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884885.81909: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884885.81918: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.81926: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.82047: Set connection var ansible_shell_executable to /bin/sh 11924 1726884885.82054: Set connection var ansible_connection to ssh 11924 1726884885.82071: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884885.82081: Set connection var ansible_timeout to 10 11924 1726884885.82092: Set connection var ansible_pipelining to False 11924 1726884885.82106: Set connection var ansible_shell_type to sh 11924 1726884885.82138: variable 'ansible_shell_executable' from source: unknown 11924 1726884885.82146: variable 'ansible_connection' from source: unknown 11924 1726884885.82153: variable 'ansible_module_compression' from source: unknown 11924 1726884885.82162: variable 'ansible_shell_type' from source: unknown 11924 1726884885.82174: variable 'ansible_shell_executable' from source: unknown 11924 1726884885.82181: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.82187: variable 'ansible_pipelining' from source: unknown 11924 1726884885.82192: variable 'ansible_timeout' from source: unknown 11924 1726884885.82200: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.82310: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884885.82360: variable 'omit' from source: magic vars 11924 1726884885.82363: starting attempt loop 11924 1726884885.82366: running the handler 11924 1726884885.82368: handler run complete 11924 1726884885.82388: attempt loop complete, returning result 11924 1726884885.82391: _execute() done 11924 1726884885.82393: dumping result to json 11924 1726884885.82501: done dumping result, returning 11924 1726884885.82504: done running TaskExecutor() for managed_node2/TASK: Set pool pvs [0affc8a3-6f6f-f4c0-2290-00000000126b] 11924 1726884885.82507: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000126b 11924 1726884885.82577: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000126b 11924 1726884885.82579: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } 11924 1726884885.82653: no more pending results, returning what we have 11924 1726884885.82659: results queue empty 11924 1726884885.82660: checking for any_errors_fatal 11924 1726884885.82669: done checking for any_errors_fatal 11924 1726884885.82670: checking for max_fail_percentage 11924 1726884885.82672: done checking for max_fail_percentage 11924 1726884885.82673: checking to see if all hosts have failed and the running result is not ok 11924 1726884885.82674: done checking to see if all hosts have failed 11924 1726884885.82674: getting the remaining hosts for this loop 11924 1726884885.82676: done getting the remaining hosts for this loop 11924 1726884885.82680: getting the next task for host managed_node2 11924 1726884885.82688: done getting next task for host managed_node2 11924 1726884885.82690: ^ task is: TASK: Verify PV count 11924 1726884885.82695: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884885.82701: getting variables 11924 1726884885.82703: in VariableManager get_vars() 11924 1726884885.82734: Calling all_inventory to load vars for managed_node2 11924 1726884885.82736: Calling groups_inventory to load vars for managed_node2 11924 1726884885.82740: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884885.82750: Calling all_plugins_play to load vars for managed_node2 11924 1726884885.82753: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884885.82862: Calling groups_plugins_play to load vars for managed_node2 11924 1726884885.83590: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884885.84228: done with get_vars() 11924 1726884885.84244: done getting variables 11924 1726884885.84297: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:45 -0400 (0:00:00.075) 0:00:51.182 ****** 11924 1726884885.84329: entering _queue_task() for managed_node2/assert 11924 1726884885.84676: worker is 1 (out of 1 available) 11924 1726884885.84691: exiting _queue_task() for managed_node2/assert 11924 1726884885.84705: done queuing things up, now waiting for results queue to drain 11924 1726884885.84707: waiting for pending results... 11924 1726884885.84942: running TaskExecutor() for managed_node2/TASK: Verify PV count 11924 1726884885.85261: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000126c 11924 1726884885.85265: variable 'ansible_search_path' from source: unknown 11924 1726884885.85268: calling self._execute() 11924 1726884885.85278: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.85292: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.85311: variable 'omit' from source: magic vars 11924 1726884885.85722: variable 'storage_test_pool' from source: include params 11924 1726884885.85761: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884885.85774: variable 'omit' from source: magic vars 11924 1726884885.85830: variable 'omit' from source: magic vars 11924 1726884885.86029: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884885.88045: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884885.88099: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884885.88129: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884885.88154: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884885.88176: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884885.88234: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884885.88258: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884885.88281: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884885.88306: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884885.88317: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884885.88398: variable 'storage_test_pool' from source: include params 11924 1726884885.88413: variable '__pvs_lvm_len' from source: set_fact 11924 1726884885.88418: variable '_storage_test_expected_pv_count' from source: set_fact 11924 1726884885.88444: variable 'omit' from source: magic vars 11924 1726884885.88466: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884885.88487: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884885.88506: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884885.88519: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884885.88527: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884885.88540: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884885.88553: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884885.88579: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884885.88582: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.88585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.88663: Set connection var ansible_shell_executable to /bin/sh 11924 1726884885.88667: Set connection var ansible_connection to ssh 11924 1726884885.88670: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884885.88678: Set connection var ansible_timeout to 10 11924 1726884885.88681: Set connection var ansible_pipelining to False 11924 1726884885.88685: Set connection var ansible_shell_type to sh 11924 1726884885.88709: variable 'ansible_shell_executable' from source: unknown 11924 1726884885.88713: variable 'ansible_connection' from source: unknown 11924 1726884885.88715: variable 'ansible_module_compression' from source: unknown 11924 1726884885.88717: variable 'ansible_shell_type' from source: unknown 11924 1726884885.88720: variable 'ansible_shell_executable' from source: unknown 11924 1726884885.88722: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.88724: variable 'ansible_pipelining' from source: unknown 11924 1726884885.88726: variable 'ansible_timeout' from source: unknown 11924 1726884885.88733: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.88802: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884885.88813: variable 'omit' from source: magic vars 11924 1726884885.88818: starting attempt loop 11924 1726884885.88821: running the handler 11924 1726884885.88937: variable '__pvs_lvm_len' from source: set_fact 11924 1726884885.88940: variable '_storage_test_expected_pv_count' from source: set_fact 11924 1726884885.88951: Evaluated conditional (__pvs_lvm_len | int == _storage_test_expected_pv_count | int): True 11924 1726884885.88954: handler run complete 11924 1726884885.88965: attempt loop complete, returning result 11924 1726884885.88968: _execute() done 11924 1726884885.88971: dumping result to json 11924 1726884885.88973: done dumping result, returning 11924 1726884885.88980: done running TaskExecutor() for managed_node2/TASK: Verify PV count [0affc8a3-6f6f-f4c0-2290-00000000126c] 11924 1726884885.88984: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000126c 11924 1726884885.89073: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000126c 11924 1726884885.89076: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884885.89122: no more pending results, returning what we have 11924 1726884885.89126: results queue empty 11924 1726884885.89126: checking for any_errors_fatal 11924 1726884885.89136: done checking for any_errors_fatal 11924 1726884885.89137: checking for max_fail_percentage 11924 1726884885.89139: done checking for max_fail_percentage 11924 1726884885.89140: checking to see if all hosts have failed and the running result is not ok 11924 1726884885.89140: done checking to see if all hosts have failed 11924 1726884885.89141: getting the remaining hosts for this loop 11924 1726884885.89143: done getting the remaining hosts for this loop 11924 1726884885.89146: getting the next task for host managed_node2 11924 1726884885.89153: done getting next task for host managed_node2 11924 1726884885.89157: ^ task is: TASK: Set expected pv type 11924 1726884885.89163: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884885.89174: getting variables 11924 1726884885.89175: in VariableManager get_vars() 11924 1726884885.89208: Calling all_inventory to load vars for managed_node2 11924 1726884885.89210: Calling groups_inventory to load vars for managed_node2 11924 1726884885.89213: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884885.89223: Calling all_plugins_play to load vars for managed_node2 11924 1726884885.89226: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884885.89228: Calling groups_plugins_play to load vars for managed_node2 11924 1726884885.89979: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884885.91079: done with get_vars() 11924 1726884885.91096: done getting variables 11924 1726884885.91296: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:45 -0400 (0:00:00.070) 0:00:51.252 ****** 11924 1726884885.91333: entering _queue_task() for managed_node2/set_fact 11924 1726884885.91734: worker is 1 (out of 1 available) 11924 1726884885.91748: exiting _queue_task() for managed_node2/set_fact 11924 1726884885.92027: done queuing things up, now waiting for results queue to drain 11924 1726884885.92030: waiting for pending results... 11924 1726884885.92451: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884885.92765: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000126d 11924 1726884885.93266: variable 'ansible_search_path' from source: unknown 11924 1726884885.93271: calling self._execute() 11924 1726884885.93274: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.93277: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.93280: variable 'omit' from source: magic vars 11924 1726884885.94603: variable 'storage_test_pool' from source: include params 11924 1726884885.94709: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884885.94790: variable 'omit' from source: magic vars 11924 1726884885.94889: variable 'omit' from source: magic vars 11924 1726884885.95463: variable 'storage_test_pool' from source: include params 11924 1726884885.95467: variable 'omit' from source: magic vars 11924 1726884885.95470: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884885.95472: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884885.95523: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884885.95574: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884885.95645: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884885.95732: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884885.95907: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884885.95945: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884885.95974: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.95984: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.96267: Set connection var ansible_shell_executable to /bin/sh 11924 1726884885.96290: Set connection var ansible_connection to ssh 11924 1726884885.96311: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884885.96324: Set connection var ansible_timeout to 10 11924 1726884885.96336: Set connection var ansible_pipelining to False 11924 1726884885.96352: Set connection var ansible_shell_type to sh 11924 1726884885.96389: variable 'ansible_shell_executable' from source: unknown 11924 1726884885.96471: variable 'ansible_connection' from source: unknown 11924 1726884885.96497: variable 'ansible_module_compression' from source: unknown 11924 1726884885.96525: variable 'ansible_shell_type' from source: unknown 11924 1726884885.96535: variable 'ansible_shell_executable' from source: unknown 11924 1726884885.96588: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884885.96591: variable 'ansible_pipelining' from source: unknown 11924 1726884885.96594: variable 'ansible_timeout' from source: unknown 11924 1726884885.96597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884885.96759: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884885.96778: variable 'omit' from source: magic vars 11924 1726884885.96789: starting attempt loop 11924 1726884885.96796: running the handler 11924 1726884885.96853: handler run complete 11924 1726884885.96859: attempt loop complete, returning result 11924 1726884885.96862: _execute() done 11924 1726884885.96865: dumping result to json 11924 1726884885.96867: done dumping result, returning 11924 1726884885.96870: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-00000000126d] 11924 1726884885.96880: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000126d ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } 11924 1726884885.97122: no more pending results, returning what we have 11924 1726884885.97126: results queue empty 11924 1726884885.97127: checking for any_errors_fatal 11924 1726884885.97137: done checking for any_errors_fatal 11924 1726884885.97138: checking for max_fail_percentage 11924 1726884885.97140: done checking for max_fail_percentage 11924 1726884885.97141: checking to see if all hosts have failed and the running result is not ok 11924 1726884885.97142: done checking to see if all hosts have failed 11924 1726884885.97143: getting the remaining hosts for this loop 11924 1726884885.97145: done getting the remaining hosts for this loop 11924 1726884885.97149: getting the next task for host managed_node2 11924 1726884885.97160: done getting next task for host managed_node2 11924 1726884885.97163: ^ task is: TASK: Set expected pv type 11924 1726884885.97168: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884885.97173: getting variables 11924 1726884885.97175: in VariableManager get_vars() 11924 1726884885.97215: Calling all_inventory to load vars for managed_node2 11924 1726884885.97218: Calling groups_inventory to load vars for managed_node2 11924 1726884885.97222: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884885.97235: Calling all_plugins_play to load vars for managed_node2 11924 1726884885.97239: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884885.97242: Calling groups_plugins_play to load vars for managed_node2 11924 1726884885.97864: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000126d 11924 1726884885.97868: WORKER PROCESS EXITING 11924 1726884885.98393: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884885.99375: done with get_vars() 11924 1726884885.99390: done getting variables 11924 1726884885.99442: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:45 -0400 (0:00:00.081) 0:00:51.333 ****** 11924 1726884885.99479: entering _queue_task() for managed_node2/set_fact 11924 1726884885.99888: worker is 1 (out of 1 available) 11924 1726884885.99899: exiting _queue_task() for managed_node2/set_fact 11924 1726884885.99915: done queuing things up, now waiting for results queue to drain 11924 1726884885.99916: waiting for pending results... 11924 1726884886.00266: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884886.00394: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000126e 11924 1726884886.00422: variable 'ansible_search_path' from source: unknown 11924 1726884886.00461: calling self._execute() 11924 1726884886.00582: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.00593: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.00611: variable 'omit' from source: magic vars 11924 1726884886.01044: variable 'storage_test_pool' from source: include params 11924 1726884886.01087: Evaluated conditional (storage_test_pool.type == 'lvm' and not storage_test_pool.encryption): True 11924 1726884886.01160: variable 'omit' from source: magic vars 11924 1726884886.01163: variable 'omit' from source: magic vars 11924 1726884886.01336: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884886.03943: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884886.04502: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884886.04545: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884886.04581: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884886.04613: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884886.04701: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884886.04740: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884886.04823: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884886.04827: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884886.04829: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884886.04972: variable 'omit' from source: magic vars 11924 1726884886.05007: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884886.05056: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884886.05150: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884886.05153: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884886.05161: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884886.05165: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884886.05167: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884886.05191: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884886.05202: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.05211: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.05338: Set connection var ansible_shell_executable to /bin/sh 11924 1726884886.05347: Set connection var ansible_connection to ssh 11924 1726884886.05359: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884886.05382: Set connection var ansible_timeout to 10 11924 1726884886.05395: Set connection var ansible_pipelining to False 11924 1726884886.05410: Set connection var ansible_shell_type to sh 11924 1726884886.05444: variable 'ansible_shell_executable' from source: unknown 11924 1726884886.05453: variable 'ansible_connection' from source: unknown 11924 1726884886.05463: variable 'ansible_module_compression' from source: unknown 11924 1726884886.05476: variable 'ansible_shell_type' from source: unknown 11924 1726884886.05490: variable 'ansible_shell_executable' from source: unknown 11924 1726884886.05492: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.05585: variable 'ansible_pipelining' from source: unknown 11924 1726884886.05588: variable 'ansible_timeout' from source: unknown 11924 1726884886.05590: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.05632: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884886.05648: variable 'omit' from source: magic vars 11924 1726884886.05662: starting attempt loop 11924 1726884886.05669: running the handler 11924 1726884886.05683: handler run complete 11924 1726884886.05710: attempt loop complete, returning result 11924 1726884886.05718: _execute() done 11924 1726884886.05725: dumping result to json 11924 1726884886.05732: done dumping result, returning 11924 1726884886.05745: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-00000000126e] 11924 1726884886.05754: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000126e ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } 11924 1726884886.06023: no more pending results, returning what we have 11924 1726884886.06027: results queue empty 11924 1726884886.06028: checking for any_errors_fatal 11924 1726884886.06035: done checking for any_errors_fatal 11924 1726884886.06036: checking for max_fail_percentage 11924 1726884886.06038: done checking for max_fail_percentage 11924 1726884886.06039: checking to see if all hosts have failed and the running result is not ok 11924 1726884886.06040: done checking to see if all hosts have failed 11924 1726884886.06040: getting the remaining hosts for this loop 11924 1726884886.06043: done getting the remaining hosts for this loop 11924 1726884886.06047: getting the next task for host managed_node2 11924 1726884886.06058: done getting next task for host managed_node2 11924 1726884886.06061: ^ task is: TASK: Set expected pv type 11924 1726884886.06066: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884886.06077: getting variables 11924 1726884886.06080: in VariableManager get_vars() 11924 1726884886.06119: Calling all_inventory to load vars for managed_node2 11924 1726884886.06122: Calling groups_inventory to load vars for managed_node2 11924 1726884886.06126: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884886.06137: Calling all_plugins_play to load vars for managed_node2 11924 1726884886.06141: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884886.06144: Calling groups_plugins_play to load vars for managed_node2 11924 1726884886.06694: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000126e 11924 1726884886.06764: WORKER PROCESS EXITING 11924 1726884886.07792: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884886.09732: done with get_vars() 11924 1726884886.09770: done getting variables 11924 1726884886.09844: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:46 -0400 (0:00:00.104) 0:00:51.437 ****** 11924 1726884886.09892: entering _queue_task() for managed_node2/set_fact 11924 1726884886.10282: worker is 1 (out of 1 available) 11924 1726884886.10294: exiting _queue_task() for managed_node2/set_fact 11924 1726884886.10308: done queuing things up, now waiting for results queue to drain 11924 1726884886.10309: waiting for pending results... 11924 1726884886.10625: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884886.10745: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000126f 11924 1726884886.10763: variable 'ansible_search_path' from source: unknown 11924 1726884886.10800: calling self._execute() 11924 1726884886.10904: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.10909: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.10912: variable 'omit' from source: magic vars 11924 1726884886.11253: variable 'storage_test_pool' from source: include params 11924 1726884886.11282: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.raid_level): False 11924 1726884886.11286: when evaluation is False, skipping this task 11924 1726884886.11289: _execute() done 11924 1726884886.11293: dumping result to json 11924 1726884886.11296: done dumping result, returning 11924 1726884886.11304: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-00000000126f] 11924 1726884886.11310: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000126f 11924 1726884886.11407: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000126f 11924 1726884886.11410: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } 11924 1726884886.11470: no more pending results, returning what we have 11924 1726884886.11474: results queue empty 11924 1726884886.11474: checking for any_errors_fatal 11924 1726884886.11485: done checking for any_errors_fatal 11924 1726884886.11486: checking for max_fail_percentage 11924 1726884886.11488: done checking for max_fail_percentage 11924 1726884886.11488: checking to see if all hosts have failed and the running result is not ok 11924 1726884886.11489: done checking to see if all hosts have failed 11924 1726884886.11490: getting the remaining hosts for this loop 11924 1726884886.11491: done getting the remaining hosts for this loop 11924 1726884886.11495: getting the next task for host managed_node2 11924 1726884886.11504: done getting next task for host managed_node2 11924 1726884886.11506: ^ task is: TASK: Check the type of each PV 11924 1726884886.11510: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884886.11514: getting variables 11924 1726884886.11515: in VariableManager get_vars() 11924 1726884886.11547: Calling all_inventory to load vars for managed_node2 11924 1726884886.11549: Calling groups_inventory to load vars for managed_node2 11924 1726884886.11552: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884886.11562: Calling all_plugins_play to load vars for managed_node2 11924 1726884886.11564: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884886.11567: Calling groups_plugins_play to load vars for managed_node2 11924 1726884886.12437: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884886.13000: done with get_vars() 11924 1726884886.13011: done getting variables 11924 1726884886.13052: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:46 -0400 (0:00:00.031) 0:00:51.469 ****** 11924 1726884886.13076: entering _queue_task() for managed_node2/assert 11924 1726884886.13259: worker is 1 (out of 1 available) 11924 1726884886.13273: exiting _queue_task() for managed_node2/assert 11924 1726884886.13286: done queuing things up, now waiting for results queue to drain 11924 1726884886.13316: waiting for pending results... 11924 1726884886.13469: running TaskExecutor() for managed_node2/TASK: Check the type of each PV 11924 1726884886.13549: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001270 11924 1726884886.13562: variable 'ansible_search_path' from source: unknown 11924 1726884886.13595: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884886.13751: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884886.13814: variable 'omit' from source: magic vars 11924 1726884886.13921: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.13928: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.13937: variable 'omit' from source: magic vars 11924 1726884886.14103: variable 'storage_test_pool' from source: include params 11924 1726884886.14121: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884886.14127: variable 'omit' from source: magic vars 11924 1726884886.14162: variable 'omit' from source: magic vars 11924 1726884886.14318: variable 'pv' from source: unknown 11924 1726884886.14321: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884886.14336: variable '_storage_test_expected_pv_type' from source: set_fact 11924 1726884886.14339: variable 'storage_test_pool' from source: include params 11924 1726884886.14366: variable 'omit' from source: magic vars 11924 1726884886.14463: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884886.14467: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884886.14480: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884886.14509: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884886.14528: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884886.14558: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884886.14581: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884886.14619: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884886.14629: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.14632: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.14767: Set connection var ansible_shell_executable to /bin/sh 11924 1726884886.14776: Set connection var ansible_connection to ssh 11924 1726884886.14779: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884886.14784: Set connection var ansible_timeout to 10 11924 1726884886.14787: Set connection var ansible_pipelining to False 11924 1726884886.14847: Set connection var ansible_shell_type to sh 11924 1726884886.14850: variable 'ansible_shell_executable' from source: unknown 11924 1726884886.14853: variable 'ansible_connection' from source: unknown 11924 1726884886.14861: variable 'ansible_module_compression' from source: unknown 11924 1726884886.14866: variable 'ansible_shell_type' from source: unknown 11924 1726884886.14868: variable 'ansible_shell_executable' from source: unknown 11924 1726884886.14870: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.14872: variable 'ansible_pipelining' from source: unknown 11924 1726884886.14875: variable 'ansible_timeout' from source: unknown 11924 1726884886.14877: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.15126: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884886.15129: variable 'omit' from source: magic vars 11924 1726884886.15132: starting attempt loop 11924 1726884886.15135: running the handler 11924 1726884886.15368: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884886.15371: variable 'pv' from source: unknown 11924 1726884886.15378: variable '_storage_test_expected_pv_type' from source: set_fact 11924 1726884886.15473: Evaluated conditional (storage_test_blkinfo.info[pv]['type'] == _storage_test_expected_pv_type): True 11924 1726884886.15560: handler run complete 11924 1726884886.15563: attempt loop complete, returning result 11924 1726884886.15581: variable 'pv' from source: unknown 11924 1726884886.15896: variable 'pv' from source: unknown ok: [managed_node2] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed 11924 1726884886.16396: dumping result to json 11924 1726884886.16401: done dumping result, returning 11924 1726884886.16403: done running TaskExecutor() for managed_node2/TASK: Check the type of each PV [0affc8a3-6f6f-f4c0-2290-000000001270] 11924 1726884886.16405: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001270 11924 1726884886.16530: no more pending results, returning what we have 11924 1726884886.16534: results queue empty 11924 1726884886.16535: checking for any_errors_fatal 11924 1726884886.16540: done checking for any_errors_fatal 11924 1726884886.16541: checking for max_fail_percentage 11924 1726884886.16543: done checking for max_fail_percentage 11924 1726884886.16543: checking to see if all hosts have failed and the running result is not ok 11924 1726884886.16544: done checking to see if all hosts have failed 11924 1726884886.16545: getting the remaining hosts for this loop 11924 1726884886.16546: done getting the remaining hosts for this loop 11924 1726884886.16549: getting the next task for host managed_node2 11924 1726884886.16559: done getting next task for host managed_node2 11924 1726884886.16561: ^ task is: TASK: Check that blivet supports PV grow to fill 11924 1726884886.16566: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884886.16569: getting variables 11924 1726884886.16570: in VariableManager get_vars() 11924 1726884886.16626: Calling all_inventory to load vars for managed_node2 11924 1726884886.16629: Calling groups_inventory to load vars for managed_node2 11924 1726884886.16632: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884886.16640: Calling all_plugins_play to load vars for managed_node2 11924 1726884886.16645: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884886.16708: Calling groups_plugins_play to load vars for managed_node2 11924 1726884886.17130: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001270 11924 1726884886.17134: WORKER PROCESS EXITING 11924 1726884886.17148: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884886.17512: done with get_vars() 11924 1726884886.17523: done getting variables 11924 1726884886.17540: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (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 22:14:46 -0400 (0:00:00.044) 0:00:51.514 ****** 11924 1726884886.17563: entering _queue_task() for managed_node2/ansible.builtin.script 11924 1726884886.17746: worker is 1 (out of 1 available) 11924 1726884886.17763: exiting _queue_task() for managed_node2/ansible.builtin.script 11924 1726884886.17777: done queuing things up, now waiting for results queue to drain 11924 1726884886.17779: waiting for pending results... 11924 1726884886.17973: running TaskExecutor() for managed_node2/TASK: Check that blivet supports PV grow to fill 11924 1726884886.18066: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001272 11924 1726884886.18077: variable 'ansible_search_path' from source: unknown 11924 1726884886.18117: calling self._execute() 11924 1726884886.18375: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.18378: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.18382: variable 'omit' from source: magic vars 11924 1726884886.18385: variable 'omit' from source: magic vars 11924 1726884886.18417: variable 'omit' from source: magic vars 11924 1726884886.18694: variable 'ansible_python' from source: facts 11924 1726884886.18747: variable 'omit' from source: magic vars 11924 1726884886.18792: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884886.18830: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884886.18862: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884886.18920: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884886.18936: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884886.18957: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884886.18977: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884886.19010: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884886.19018: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.19160: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.19166: Set connection var ansible_shell_executable to /bin/sh 11924 1726884886.19168: Set connection var ansible_connection to ssh 11924 1726884886.19171: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884886.19173: Set connection var ansible_timeout to 10 11924 1726884886.19176: Set connection var ansible_pipelining to False 11924 1726884886.19177: Set connection var ansible_shell_type to sh 11924 1726884886.19197: variable 'ansible_shell_executable' from source: unknown 11924 1726884886.19200: variable 'ansible_connection' from source: unknown 11924 1726884886.19205: variable 'ansible_module_compression' from source: unknown 11924 1726884886.19216: variable 'ansible_shell_type' from source: unknown 11924 1726884886.19223: variable 'ansible_shell_executable' from source: unknown 11924 1726884886.19226: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.19228: variable 'ansible_pipelining' from source: unknown 11924 1726884886.19236: variable 'ansible_timeout' from source: unknown 11924 1726884886.19239: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.19315: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884886.19321: variable 'omit' from source: magic vars 11924 1726884886.19324: starting attempt loop 11924 1726884886.19331: running the handler 11924 1726884886.19427: _low_level_execute_command(): starting 11924 1726884886.19430: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884886.20451: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884886.20520: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884886.20581: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884886.20608: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884886.22340: stdout chunk (state=3): >>>/root <<< 11924 1726884886.22504: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884886.22507: stdout chunk (state=3): >>><<< 11924 1726884886.22510: stderr chunk (state=3): >>><<< 11924 1726884886.22562: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884886.22566: _low_level_execute_command(): starting 11924 1726884886.22568: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884886.2253299-14190-3167578924522 `" && echo ansible-tmp-1726884886.2253299-14190-3167578924522="` echo /root/.ansible/tmp/ansible-tmp-1726884886.2253299-14190-3167578924522 `" ) && sleep 0' 11924 1726884886.23172: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884886.23208: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884886.23230: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884886.23252: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884886.23305: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884886.23326: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884886.23371: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884886.25327: stdout chunk (state=3): >>>ansible-tmp-1726884886.2253299-14190-3167578924522=/root/.ansible/tmp/ansible-tmp-1726884886.2253299-14190-3167578924522 <<< 11924 1726884886.25433: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884886.25453: stderr chunk (state=3): >>><<< 11924 1726884886.25458: stdout chunk (state=3): >>><<< 11924 1726884886.25473: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884886.2253299-14190-3167578924522=/root/.ansible/tmp/ansible-tmp-1726884886.2253299-14190-3167578924522 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884886.25491: evaluation_path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage 11924 1726884886.25510: 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 11924 1726884886.25589: Sending initial data 11924 1726884886.25592: Sent initial data (211 bytes) 11924 1726884886.26682: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884886.26687: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884886.26726: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884886.26745: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884886.26830: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884886.26869: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884886.28497: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 11924 1726884886.28507: 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 <<< 11924 1726884886.28543: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884886.28602: 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-1726884886.2253299-14190-3167578924522/does_library_support.py <<< 11924 1726884886.28607: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884886.2253299-14190-3167578924522/does_library_support.py" <<< 11924 1726884886.28678: 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-1726884886.2253299-14190-3167578924522/does_library_support.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884886.2253299-14190-3167578924522/does_library_support.py" <<< 11924 1726884886.29460: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884886.29465: stdout chunk (state=3): >>><<< 11924 1726884886.29468: stderr chunk (state=3): >>><<< 11924 1726884886.29470: _low_level_execute_command(): starting 11924 1726884886.29472: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884886.2253299-14190-3167578924522/ /root/.ansible/tmp/ansible-tmp-1726884886.2253299-14190-3167578924522/does_library_support.py && sleep 0' 11924 1726884886.30036: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884886.30054: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884886.30159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884886.30190: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884886.30375: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884886.32162: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884886.32188: stdout chunk (state=3): >>><<< 11924 1726884886.32210: stderr chunk (state=3): >>><<< 11924 1726884886.32248: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884886.32269: _low_level_execute_command(): starting 11924 1726884886.32285: _low_level_execute_command(): using become for this command 11924 1726884886.32305: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ealfgpmbteorieizkemaydgngzebazfj ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884886.2253299-14190-3167578924522/does_library_support.py blivet.formats.lvmpv.LVMPhysicalVolume.grow_to_fill'"'"' && sleep 0' 11924 1726884886.32684: Initial state: awaiting_escalation: BECOME-SUCCESS-ealfgpmbteorieizkemaydgngzebazfj 11924 1726884886.32992: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884886.33111: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884886.33136: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884886.33160: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884886.33254: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884886.36294: stdout chunk (state=1): >>>BECOME-SUCCESS-ealfgpmbteorieizkemaydgngzebazfj <<< 11924 1726884886.36311: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ealfgpmbteorieizkemaydgngzebazfj' 11924 1726884886.36540: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884886.36592: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884886.36619: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884886.36689: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884886.36724: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884886.36735: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884886.36790: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884886.36799: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884886.36831: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884886.36867: 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' <<< 11924 1726884886.36881: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884886.36914: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884886.36989: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884886.37037: 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 0x7fb57f1103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57f0dfa10> <<< 11924 1726884886.37082: 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 0x7fb57f112960> import '_signal' # <<< 11924 1726884886.37143: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884886.37146: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884886.37162: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884886.37226: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884886.37262: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884886.37324: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884886.37354: 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' <<< 11924 1726884886.37360: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884886.37392: 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' <<< 11924 1726884886.37419: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eee4fe0> <<< 11924 1726884886.37486: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884886.37497: 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 0x7fb57eee5fd0> <<< 11924 1726884886.37532: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884886.37557: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884886.37617: 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' <<< 11924 1726884886.37647: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884886.37681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884886.37712: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eee7c80> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eee78f0> <<< 11924 1726884886.37724: 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' <<< 11924 1726884886.37747: 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 0x7fb57ef1d190> <<< 11924 1726884886.37781: 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 <<< 11924 1726884886.37810: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 11924 1726884886.37826: 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 0x7fb57ef1e4b0> <<< 11924 1726884886.37847: 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 <<< 11924 1726884886.37881: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 11924 1726884886.37890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884886.37954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884886.37982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884886.38122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884886.38160: 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 <<< 11924 1726884886.38164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884886.38185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884886.38222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef79100> <<< 11924 1726884886.38238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884886.38261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884886.38292: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef79250> <<< 11924 1726884886.38321: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884886.38361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884886.38364: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884886.38433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884886.38436: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884886.38493: 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 0x7fb57efcc890> <<< 11924 1726884886.38497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884886.38529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57efccbf0> import '_collections' # <<< 11924 1726884886.38575: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef90c50> <<< 11924 1726884886.38596: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884886.38637: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef7a420> <<< 11924 1726884886.38775: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef6e480> <<< 11924 1726884886.38778: 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' # <<< 11924 1726884886.38815: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884886.38903: 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 <<< 11924 1726884886.38918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884886.39031: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee083b0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57efcefc0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef90f50> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57efcd7f0> <<< 11924 1726884886.39034: 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 0x7fb57ee093a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef6d820> <<< 11924 1726884886.39143: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884886.39164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884886.39195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884886.39274: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee31250> <<< 11924 1726884886.39388: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef33dd0> <<< 11924 1726884886.39415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884886.39454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884886.39469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884886.39479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884886.39511: 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 0x7fb57ee51940> <<< 11924 1726884886.39544: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee50d10> <<< 11924 1726884886.39601: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef4d040> <<< 11924 1726884886.39634: 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 0x7fb57ee52c00> import 'importlib.machinery' # <<< 11924 1726884886.39678: 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' <<< 11924 1726884886.39716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884886.39720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884886.39780: 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 0x7fb57ee615e0> import '_tokenize' # <<< 11924 1726884886.39902: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee523c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee52a50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884886.39933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884886.39949: 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 0x7fb57ee71dc0> <<< 11924 1726884886.39981: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee51a00> <<< 11924 1726884886.40116: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef1ee40> <<< 11924 1726884886.40142: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884886.40214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884886.40225: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884886.40279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884886.40306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884886.40344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884886.40390: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eec5f10> <<< 11924 1726884886.40440: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee97fb0> <<< 11924 1726884886.40479: 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' # <<< 11924 1726884886.40526: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eec6cf0> <<< 11924 1726884886.40548: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884886.40603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884886.40646: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eec78f0> <<< 11924 1726884886.40844: stdout chunk (state=3): >>>import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef319d0> # /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' <<< 11924 1726884886.40953: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ed26630> <<< 11924 1726884886.40981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884886.41026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884886.41050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884886.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 0x7fb57ed5c920> <<< 11924 1726884886.41080: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884886.41111: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884886.41122: 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 0x7fb57ed5e000> <<< 11924 1726884886.41158: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884886.41212: 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' <<< 11924 1726884886.41216: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed5eed0> <<< 11924 1726884886.41288: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884886.41294: 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 0x7fb57ed5f530> <<< 11924 1726884886.41365: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed5e420> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884886.41401: 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 0x7fb57ed5ffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed5f6e0> <<< 11924 1726884886.41482: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed26720> <<< 11924 1726884886.41485: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ecf6c90> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ecf69f0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef1e9f0> <<< 11924 1726884886.41607: 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' # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed7ade0> # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884886.41658: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed7b2c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884886.41731: 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 <<< 11924 1726884886.41785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884886.41813: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884886.41867: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eda5bb0> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884886.41901: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57edcb8c0> <<< 11924 1726884886.41967: 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 0x7fb57edcbb30> <<< 11924 1726884886.42037: 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 0x7fb57edd49e0> <<< 11924 1726884886.42040: 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 0x7fb57edd4b30> <<< 11924 1726884886.42138: 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' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57edd61b0> <<< 11924 1726884886.42189: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57edd4f50> <<< 11924 1726884886.42246: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed7bc50> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884886.42327: 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' # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884886.42380: 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 0x7fb57ea22360> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea22090> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ea22390> <<< 11924 1726884886.42447: 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' <<< 11924 1726884886.42474: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884886.42662: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ea22c00> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ea235c0> <<< 11924 1726884886.42722: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea22540> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea20590> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eda41d0> <<< 11924 1726884886.42749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884886.42786: stdout chunk (state=3): >>># 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 <<< 11924 1726884886.42811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884886.42834: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea41460> <<< 11924 1726884886.42926: 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 0x7fb57ea43aa0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea23740> # /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' <<< 11924 1726884886.42988: 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' <<< 11924 1726884886.43012: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea5c410> <<< 11924 1726884886.43085: 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 0x7fb57ea43da0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea43c80> <<< 11924 1726884886.43113: 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' <<< 11924 1726884886.43136: 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' <<< 11924 1726884886.43165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884886.43178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884886.43342: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea5ecf0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea5e960> <<< 11924 1726884886.43416: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea5e6f0> <<< 11924 1726884886.43440: 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' <<< 11924 1726884886.43469: 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 <<< 11924 1726884886.43493: 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 <<< 11924 1726884886.43516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884886.43568: 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 0x7fb57ea864b0> <<< 11924 1726884886.43579: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884886.43610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884886.43734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' import '_typing' # <<< 11924 1726884886.43936: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea86c60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea85b50> # possible namespace for /usr/lib/python3.12/site-packages/gi <<< 11924 1726884886.44048: 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' <<< 11924 1726884886.44070: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eab22d0> <<< 11924 1726884886.44140: 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 0x7fb57eab17c0> <<< 11924 1726884886.44172: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea855e0> <<< 11924 1726884886.44193: 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 <<< 11924 1726884886.44235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 11924 1726884886.44238: 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' <<< 11924 1726884886.44260: 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' <<< 11924 1726884886.44370: 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 0x7fb57e154fe0> <<< 11924 1726884886.44419: 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 0x7fb57e155340> # /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 0x7fb57e155820> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py <<< 11924 1726884886.44422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 11924 1726884886.44467: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e156060> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e1546b0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e154170> <<< 11924 1726884886.44497: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 11924 1726884886.44529: 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' <<< 11924 1726884886.44532: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 11924 1726884886.44553: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e1567e0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ead3c80> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea86ab0> <<< 11924 1726884886.44604: 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 <<< 11924 1726884886.44651: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 11924 1726884886.44666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884886.44710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884886.44722: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884886.44751: 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 0x7fb57e17a600> <<< 11924 1726884886.44998: 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 0x7fb57e17bd40> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e178da0> <<< 11924 1726884886.45002: 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 <<< 11924 1726884886.45094: 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 0x7fb57e179940> # /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' <<< 11924 1726884886.45179: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e1b0980> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e1b0140> <<< 11924 1726884886.45302: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e157110> <<< 11924 1726884886.45326: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 11924 1726884886.45403: 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 <<< 11924 1726884886.45442: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 11924 1726884886.45558: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e1e9850> <<< 11924 1726884886.45628: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 11924 1726884886.45675: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py <<< 11924 1726884886.45742: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 11924 1726884886.45952: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e20b1a0> <<< 11924 1726884886.45969: stdout chunk (state=3): >>>import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea5f2c0> <<< 11924 1726884886.46024: 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 <<< 11924 1726884886.46120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 11924 1726884886.46144: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/__init__.py # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/bytesize.py <<< 11924 1726884886.46296: 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 <<< 11924 1726884886.46483: 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 0x7fb57dd1c110> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57dd1c9b0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57dd1c7d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57dd1d280> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e23ea80> <<< 11924 1726884886.46763: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e23d3a0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e23cb30> <<< 11924 1726884886.47496: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e1e9460> <<< 11924 1726884886.47517: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 11924 1726884886.47550: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ecf6ba0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef1d730> <<< 11924 1726884886.48021: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef1ca70> <<< 11924 1726884886.48044: 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 <<< 11924 1726884886.48073: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884886.48106: 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 <<< 11924 1726884886.48141: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 11924 1726884886.48167: 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 <<< 11924 1726884886.48195: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_errors.py <<< 11924 1726884886.48217: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' <<< 11924 1726884886.48237: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf48f0> <<< 11924 1726884886.48271: 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 0x7fb57ddf4f80> <<< 11924 1726884886.48302: 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' <<< 11924 1726884886.48332: 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' <<< 11924 1726884886.48354: 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' <<< 11924 1726884886.48391: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/_errorcheckers.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf6030> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf5ee0> <<< 11924 1726884886.48422: 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 <<< 11924 1726884886.48441: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 11924 1726884886.48475: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf62d0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf5c40> <<< 11924 1726884886.48495: 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' <<< 11924 1726884886.48530: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 11924 1726884886.48550: 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 0x7fb57ddf6780> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf6600> <<< 11924 1726884886.48565: 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' <<< 11924 1726884886.48590: 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 <<< 11924 1726884886.48618: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 11924 1726884886.48642: 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' <<< 11924 1726884886.48696: 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 0x7fb57d380bf0> <<< 11924 1726884886.48699: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3809b0> <<< 11924 1726884886.48734: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf6c30> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf67e0> <<< 11924 1726884886.48743: stdout chunk (state=3): >>>import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf53d0> <<< 11924 1726884886.48770: 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' <<< 11924 1726884886.48783: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf6630> <<< 11924 1726884886.48809: 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 <<< 11924 1726884886.48819: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 11924 1726884886.48844: 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' <<< 11924 1726884886.48883: 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 <<< 11924 1726884886.48899: 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 0x7fb57d3831a0> <<< 11924 1726884886.48928: 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 <<< 11924 1726884886.48943: 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 0x7fb57d383530> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d382f30> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3825a0> <<< 11924 1726884886.49000: 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 0x7fb57d3836b0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf4560> <<< 11924 1726884886.49012: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/size.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d383740> <<< 11924 1726884886.49172: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddd2120> <<< 11924 1726884886.49184: 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 <<< 11924 1726884886.49237: 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 0x7fb57d3a0f50> # /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 0x7fb57d3a12b0> <<< 11924 1726884886.49282: 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' <<< 11924 1726884886.49286: 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 <<< 11924 1726884886.49322: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 11924 1726884886.49359: 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 0x7fb57d3a2930> <<< 11924 1726884886.49362: 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 <<< 11924 1726884886.49400: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884886.49406: 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' <<< 11924 1726884886.49431: 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' <<< 11924 1726884886.49467: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884886.49503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884886.49506: 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 0x7fb57d3c8290> <<< 11924 1726884886.49541: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a3fb0> <<< 11924 1726884886.49582: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a3800> <<< 11924 1726884886.49603: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884886.49614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884886.49653: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a0890> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a33b0> <<< 11924 1726884886.49675: 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' <<< 11924 1726884886.49702: 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 <<< 11924 1726884886.49729: 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 0x7fb57d3c8f50> <<< 11924 1726884886.49782: 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 <<< 11924 1726884886.49824: 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 0x7fb57d3c9670> # /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' <<< 11924 1726884886.50087: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3c9c70> # /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 0x7fb57d3c9fa0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3c8e00> <<< 11924 1726884886.50134: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a2b10> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a1820> # /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 0x7fb57d3f4a70> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a2090> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a13a0> # /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 0x7fb57d3f4fb0> <<< 11924 1726884886.50168: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a1610> <<< 11924 1726884886.50199: 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' <<< 11924 1726884886.50234: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3f51c0> <<< 11924 1726884886.50258: 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' <<< 11924 1726884886.50283: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3f55b0> <<< 11924 1726884886.50312: 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' <<< 11924 1726884886.50344: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3f5d30> <<< 11924 1726884886.50476: 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 <<< 11924 1726884886.50501: 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 <<< 11924 1726884886.50554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884886.50951: 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 0x7fb57d421760> # /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 0x7fb57d422930> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d422330> # /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 0x7fb57d422d20> # /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 0x7fb57d423890> # /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 <<< 11924 1726884886.51020: 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 0x7fb57d44a5a0> <<< 11924 1726884886.51023: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d449280> # /usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/filesystem.py <<< 11924 1726884886.51026: 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 0x7fb57d44ba10> <<< 11924 1726884886.51070: 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' <<< 11924 1726884886.51130: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d1c0d70> <<< 11924 1726884886.51137: 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 <<< 11924 1726884886.51201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 11924 1726884886.51205: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d1c1bb0> <<< 11924 1726884886.51207: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d41a9f0> <<< 11924 1726884886.51209: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d41a660> <<< 11924 1726884886.51353: 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 <<< 11924 1726884886.51362: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 11924 1726884886.51365: 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 0x7fb57d1f01a0> <<< 11924 1726884886.51368: 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 <<< 11924 1726884886.51450: 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' # /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' <<< 11924 1726884886.51595: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d1f1280> <<< 11924 1726884886.51604: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d1f0b90> <<< 11924 1726884886.51607: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d1f01d0> <<< 11924 1726884886.51672: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d1c3650> # /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 0x7fb57d213440> # /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' <<< 11924 1726884886.51706: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d213590> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fs.py <<< 11924 1726884886.52275: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fslabeling.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc' import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d226db0> # /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 0x7fb57d227da0> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d2274a0> # /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 0x7fb57d244650> # /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 0x7fb57d244ad0> # /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 0x7fb57d245070> # /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 0x7fb57d2453a0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswritelabel.py <<< 11924 1726884886.52315: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' <<< 11924 1726884886.52322: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d245970> <<< 11924 1726884886.52324: 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' <<< 11924 1726884886.52328: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d245b50> <<< 11924 1726884886.52446: 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 <<< 11924 1726884886.52453: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 11924 1726884886.52460: 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' <<< 11924 1726884886.52462: 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 0x7fb57d246f00> <<< 11924 1726884886.52464: stdout chunk (state=3): >>>import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d246cc0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d245d30> <<< 11924 1726884886.52466: 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 <<< 11924 1726884886.52560: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884886.52564: 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 <<< 11924 1726884886.52587: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d247b30> <<< 11924 1726884886.52611: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d247710> <<< 11924 1726884886.52624: stdout chunk (state=3): >>>import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d246ba0> <<< 11924 1726884886.52845: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d213a70> <<< 11924 1726884886.52896: 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 <<< 11924 1726884886.52928: 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 <<< 11924 1726884886.53064: stdout chunk (state=3): >>># 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 0x7fb57d29f620> # /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' <<< 11924 1726884886.53067: 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 <<< 11924 1726884886.53069: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' <<< 11924 1726884886.53258: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d2b4590> <<< 11924 1726884886.53263: 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 <<< 11924 1726884886.53306: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py # code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' # /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 0x7fb57d2b7c20> <<< 11924 1726884886.53309: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d2b6a20> <<< 11924 1726884886.53371: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d2b4c20> <<< 11924 1726884886.53394: 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 <<< 11924 1726884886.53427: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 11924 1726884886.53450: 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' <<< 11924 1726884886.53472: stdout chunk (state=3): >>>import 'blivet.devices.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d0aa4e0> <<< 11924 1726884886.53598: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d0a8170> <<< 11924 1726884886.53624: 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 <<< 11924 1726884886.53637: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884886.53670: 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' <<< 11924 1726884886.53720: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d114d70> <<< 11924 1726884886.53752: 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 0x7fb57d115bb0> <<< 11924 1726884886.53830: 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 <<< 11924 1726884886.53845: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 11924 1726884886.53959: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d1163c0> <<< 11924 1726884886.54033: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d10bbf0> <<< 11924 1726884886.54063: 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 <<< 11924 1726884886.54089: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 11924 1726884886.54117: 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 <<< 11924 1726884886.54175: stdout chunk (state=3): >>># 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 0x7fb57d133ef0> <<< 11924 1726884886.54280: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d132600> <<< 11924 1726884886.54300: 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' <<< 11924 1726884886.54526: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d165a60> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lvm.py <<< 11924 1726884886.54529: 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 <<< 11924 1726884886.54531: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884886.55004: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d1777a0> <<< 11924 1726884886.55048: 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' <<< 11924 1726884886.55092: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d19cdd0> <<< 11924 1726884886.55125: 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 <<< 11924 1726884886.55159: 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 0x7fb57cfc0d10> <<< 11924 1726884886.55174: 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 <<< 11924 1726884886.55209: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 11924 1726884886.55268: 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' <<< 11924 1726884886.55354: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57cfc30b0> <<< 11924 1726884886.55480: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57cfc1220> # /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 0x7fb57cff1580> <<< 11924 1726884886.55856: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d167ec0> <<< 11924 1726884886.55882: 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 <<< 11924 1726884886.55976: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884886.56023: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d174140> <<< 11924 1726884886.56094: 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 <<< 11924 1726884886.56124: stdout chunk (state=3): >>># 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 0x7fb57d057680> # /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' <<< 11924 1726884886.56231: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d068230> <<< 11924 1726884886.56245: 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 0x7fb57d068d70> # /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' <<< 11924 1726884886.56268: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d0691f0> <<< 11924 1726884886.56336: 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' <<< 11924 1726884886.56428: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d06a0c0> # /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' <<< 11924 1726884886.56566: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d06a960> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d29ff20> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d29fa40> <<< 11924 1726884886.56654: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d225760> <<< 11924 1726884886.56780: 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' <<< 11924 1726884886.56784: 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 0x7fb57d0a0ec0> <<< 11924 1726884886.56806: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d0a0620> <<< 11924 1726884886.56828: 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' <<< 11924 1726884886.56878: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d0a2420> <<< 11924 1726884886.56992: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/multipath.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d0a3800> # /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 0x7fb57d0a3fe0> <<< 11924 1726884886.57018: 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' <<< 11924 1726884886.57116: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ceb48f0> <<< 11924 1726884886.57119: 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' <<< 11924 1726884886.57165: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ceb66f0> <<< 11924 1726884886.57191: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57dd7bf80> True <<< 11924 1726884886.58215: 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 <<< 11924 1726884886.58219: 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__ # 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 <<< 11924 1726884886.58345: 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<<< 11924 1726884886.58385: 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 <<< 11924 1726884886.58967: stdout chunk (state=3): >>># destroy blivet # destroy _sitebuiltins <<< 11924 1726884886.58997: stdout chunk (state=3): >>># destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma # cleanup[3] wiping blivet.formats <<< 11924 1726884886.59062: 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 <<< 11924 1726884886.59076: stdout chunk (state=3): >>># 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 <<< 11924 1726884886.59316: 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 # 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<<< 11924 1726884886.59320: stdout chunk (state=3): >>> # 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 <<< 11924 1726884886.59393: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping selinux._selinux # cleanup[3] wiping logging <<< 11924 1726884886.59511: stdout chunk (state=3): >>># 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 <<< 11924 1726884886.59514: stdout chunk (state=3): >>># 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 <<< 11924 1726884886.59537: stdout chunk (state=3): >>># cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # 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 <<< 11924 1726884886.59608: 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 # 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 <<< 11924 1726884886.59629: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy _datetime # destroy decimal <<< 11924 1726884886.60362: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884886.60538: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi <<< 11924 1726884886.60606: stdout chunk (state=3): >>># 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 <<< 11924 1726884886.60646: stdout chunk (state=3): >>># destroy pprint # destroy time <<< 11924 1726884886.60736: stdout chunk (state=3): >>># 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 <<< 11924 1726884886.60810: 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 <<< 11924 1726884886.60889: stdout chunk (state=3): >>># 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 <<< 11924 1726884886.60964: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884886.61109: 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 <<< 11924 1726884886.61152: stdout chunk (state=3): >>># destroy _sre # destroy _functools # destroy _operator # clear sys.audit hooks <<< 11924 1726884886.61842: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884886.61861: stderr chunk (state=3): >>><<< 11924 1726884886.62083: stdout chunk (state=3): >>><<< 11924 1726884886.62449: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57f1103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57f0dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57f112960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eee4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eee5fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.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 0x7fb57eee7c80> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eee78f0> # /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 0x7fb57ef1d190> # /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 0x7fb57ef1e4b0> # /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 0x7fb57ef79100> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef79250> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57efcc890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57efccbf0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef90c50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef7a420> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef6e480> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee083b0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57efcefc0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef90f50> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57efcd7f0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee093a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef6d820> 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 0x7fb57ee31250> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef33dd0> # /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 0x7fb57ee51940> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee50d10> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef4d040> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee52c00> 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 0x7fb57ee615e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee523c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee52a50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee71dc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee51a00> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef1ee40> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/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 0x7fb57eec5f10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee97fb0> # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eec6cf0> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eec78f0> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef319d0> # /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 0x7fb57ed26630> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed5c920> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ed5e000> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed5eed0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ed5f530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed5e420> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ed5ffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed5f6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed26720> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ecf6c90> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ecf69f0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef1e9f0> # /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 0x7fb57ed7ade0> # /usr/lib64/python3.12/__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 0x7fb57ed7b2c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc 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 0x7fb57eda5bb0> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57edcb8c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57edcbb30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57edd49e0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57edd4b30> # /usr/lib64/python3.12/__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 0x7fb57edd61b0> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57edd4f50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed7bc50> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__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 0x7fb57ea22360> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea22090> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ea22390> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ea22c00> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ea235c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea22540> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea20590> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eda41d0> # /usr/lib64/python3.12/__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 0x7fb57ea41460> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ea43aa0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea23740> # /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 0x7fb57ea5c410> # 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 0x7fb57ea43da0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea43c80> # /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 0x7fb57ea5ecf0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea5e960> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea5e6f0> # /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 0x7fb57ea864b0> 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 0x7fb57ea86c60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea85b50> # 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 0x7fb57eab22d0> # 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 0x7fb57eab17c0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea855e0> # /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 0x7fb57e154fe0> # /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 0x7fb57e155340> # /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 0x7fb57e155820> # /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 0x7fb57e156060> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e1546b0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e154170> # 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 0x7fb57e1567e0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ead3c80> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea86ab0> # /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 0x7fb57e17a600> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57e17bd40> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e178da0> # /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 0x7fb57e179940> # /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 0x7fb57e1b0980> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e1b0140> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e157110> 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 0x7fb57e1e9850> 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 0x7fb57e20b1a0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea5f2c0> # /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 0x7fb57dd1c110> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57dd1c9b0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57dd1c7d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57dd1d280> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e23ea80> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e23d3a0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e23cb30> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e1e9460> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ecf6ba0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef1d730> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef1ca70> # /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 0x7fb57ddf48f0> # /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 0x7fb57ddf4f80> # /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 0x7fb57ddf6030> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf5ee0> # /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 0x7fb57ddf62d0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf5c40> # /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 0x7fb57ddf6780> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf6600> # /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 0x7fb57d380bf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3809b0> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf6c30> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf67e0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf53d0> # /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 0x7fb57ddf6630> # /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 0x7fb57d3831a0> # /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 0x7fb57d383530> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d382f30> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3825a0> # /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 0x7fb57d3836b0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf4560> # /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 0x7fb57d383740> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddd2120> # /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 0x7fb57d3a0f50> # /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 0x7fb57d3a12b0> # /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 0x7fb57d3a2930> # /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 0x7fb57d3c8290> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a3fb0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a3800> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a0890> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a33b0> # /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 0x7fb57d3c8f50> # /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 0x7fb57d3c9670> # /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 0x7fb57d3c9c70> # /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 0x7fb57d3c9fa0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3c8e00> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a2b10> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a1820> # /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 0x7fb57d3f4a70> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a2090> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a13a0> # /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 0x7fb57d3f4fb0> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a1610> # /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 0x7fb57d3f51c0> # /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 0x7fb57d3f55b0> # /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 0x7fb57d3f5d30> # /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 0x7fb57d421760> # /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 0x7fb57d422930> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d422330> # /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 0x7fb57d422d20> # /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 0x7fb57d423890> # /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 0x7fb57d44a5a0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d449280> # /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 0x7fb57d44ba10> # /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 0x7fb57d1c0d70> # /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 0x7fb57d1c1bb0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d41a9f0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d41a660> # /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 0x7fb57d1f01a0> # /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 0x7fb57d1f1280> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d1f0b90> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d1f01d0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d1c3650> # /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 0x7fb57d213440> # /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 0x7fb57d213590> # /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 0x7fb57d226db0> # /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 0x7fb57d227da0> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d2274a0> # /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 0x7fb57d244650> # /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 0x7fb57d244ad0> # /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 0x7fb57d245070> # /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 0x7fb57d2453a0> # /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 0x7fb57d245970> # /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 0x7fb57d245b50> # /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 0x7fb57d246f00> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d246cc0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d245d30> # /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 0x7fb57d247b30> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d247710> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d246ba0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d213a70> # /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 0x7fb57d29f620> # /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 0x7fb57d2b4590> # /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 0x7fb57d2b7c20> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d2b6a20> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d2b4c20> # /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 0x7fb57d0aa4e0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d0a8170> # /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 0x7fb57d114d70> # /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 0x7fb57d115bb0> # /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 0x7fb57d1163c0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d10bbf0> # /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 0x7fb57d133ef0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d132600> # /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 0x7fb57d165a60> # /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 0x7fb57d1777a0> # /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 0x7fb57d19cdd0> # /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 0x7fb57cfc0d10> # /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 0x7fb57cfc30b0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57cfc1220> # /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 0x7fb57cff1580> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d167ec0> # /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 0x7fb57d174140> # /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 0x7fb57d057680> # /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 0x7fb57d068230> # /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 0x7fb57d068d70> # /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 0x7fb57d0691f0> # /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 0x7fb57d06a0c0> # /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 0x7fb57d06a960> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d29ff20> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d29fa40> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d225760> # /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 0x7fb57d0a0ec0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d0a0620> # /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 0x7fb57d0a2420> # /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 0x7fb57d0a3800> # /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 0x7fb57d0a3fe0> # /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 0x7fb57ceb48f0> # /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 0x7fb57ceb66f0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57dd7bf80> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884886.62480: _low_level_execute_command(): starting 11924 1726884886.62483: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884886.2253299-14190-3167578924522/ > /dev/null 2>&1 && sleep 0' 11924 1726884886.63633: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884886.63720: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884886.63735: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884886.63767: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884886.63895: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884886.64106: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884886.64159: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884886.66035: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884886.66067: stderr chunk (state=3): >>><<< 11924 1726884886.66076: stdout chunk (state=3): >>><<< 11924 1726884886.66108: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884886.66121: handler run complete 11924 1726884886.66583: Evaluated conditional (False): False 11924 1726884886.66634: attempt loop complete, returning result 11924 1726884886.66642: _execute() done 11924 1726884886.66648: dumping result to json 11924 1726884886.66731: done dumping result, returning 11924 1726884886.66818: done running TaskExecutor() for managed_node2/TASK: Check that blivet supports PV grow to fill [0affc8a3-6f6f-f4c0-2290-000000001272] 11924 1726884886.66822: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001272 11924 1726884886.67838: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001272 11924 1726884886.67841: WORKER PROCESS EXITING ok: [managed_node2] => { "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 0x7fb57f1103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57f0dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57f112960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eee4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eee5fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.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 0x7fb57eee7c80> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eee78f0> # /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 0x7fb57ef1d190> # /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 0x7fb57ef1e4b0> # /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 0x7fb57ef79100> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef79250> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57efcc890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57efccbf0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef90c50> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef7a420> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef6e480> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee083b0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57efcefc0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef90f50> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57efcd7f0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee093a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef6d820> 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 0x7fb57ee31250> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef33dd0> # /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 0x7fb57ee51940> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee50d10> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef4d040> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee52c00> 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 0x7fb57ee615e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee523c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee52a50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee71dc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee51a00> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef1ee40> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/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 0x7fb57eec5f10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ee97fb0> # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eec6cf0> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eec78f0> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef319d0> # /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 0x7fb57ed26630> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed5c920> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ed5e000> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed5eed0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ed5f530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed5e420> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ed5ffb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed5f6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed26720> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ecf6c90> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ecf69f0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef1e9f0> # /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 0x7fb57ed7ade0> # /usr/lib64/python3.12/__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 0x7fb57ed7b2c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc 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 0x7fb57eda5bb0> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57edcb8c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57edcbb30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57edd49e0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57edd4b30> # /usr/lib64/python3.12/__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 0x7fb57edd61b0> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57edd4f50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ed7bc50> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__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 0x7fb57ea22360> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea22090> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ea22390> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ea22c00> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ea235c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea22540> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea20590> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57eda41d0> # /usr/lib64/python3.12/__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 0x7fb57ea41460> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57ea43aa0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea23740> # /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 0x7fb57ea5c410> # 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 0x7fb57ea43da0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea43c80> # /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 0x7fb57ea5ecf0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea5e960> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea5e6f0> # /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 0x7fb57ea864b0> 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 0x7fb57ea86c60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea85b50> # 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 0x7fb57eab22d0> # 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 0x7fb57eab17c0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea855e0> # /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 0x7fb57e154fe0> # /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 0x7fb57e155340> # /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 0x7fb57e155820> # /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 0x7fb57e156060> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e1546b0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e154170> # 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 0x7fb57e1567e0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ead3c80> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea86ab0> # /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 0x7fb57e17a600> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57e17bd40> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e178da0> # /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 0x7fb57e179940> # /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 0x7fb57e1b0980> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e1b0140> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e157110> 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 0x7fb57e1e9850> 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 0x7fb57e20b1a0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ea5f2c0> # /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 0x7fb57dd1c110> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb57dd1c9b0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57dd1c7d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57dd1d280> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e23ea80> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e23d3a0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e23cb30> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57e1e9460> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ecf6ba0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef1d730> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ef1ca70> # /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 0x7fb57ddf48f0> # /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 0x7fb57ddf4f80> # /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 0x7fb57ddf6030> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf5ee0> # /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 0x7fb57ddf62d0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf5c40> # /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 0x7fb57ddf6780> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf6600> # /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 0x7fb57d380bf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3809b0> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf6c30> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf67e0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf53d0> # /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 0x7fb57ddf6630> # /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 0x7fb57d3831a0> # /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 0x7fb57d383530> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d382f30> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3825a0> # /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 0x7fb57d3836b0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddf4560> # /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 0x7fb57d383740> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57ddd2120> # /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 0x7fb57d3a0f50> # /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 0x7fb57d3a12b0> # /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 0x7fb57d3a2930> # /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 0x7fb57d3c8290> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a3fb0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a3800> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a0890> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a33b0> # /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 0x7fb57d3c8f50> # /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 0x7fb57d3c9670> # /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 0x7fb57d3c9c70> # /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 0x7fb57d3c9fa0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3c8e00> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a2b10> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a1820> # /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 0x7fb57d3f4a70> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a2090> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a13a0> # /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 0x7fb57d3f4fb0> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d3a1610> # /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 0x7fb57d3f51c0> # /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 0x7fb57d3f55b0> # /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 0x7fb57d3f5d30> # /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 0x7fb57d421760> # /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 0x7fb57d422930> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d422330> # /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 0x7fb57d422d20> # /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 0x7fb57d423890> # /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 0x7fb57d44a5a0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d449280> # /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 0x7fb57d44ba10> # /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 0x7fb57d1c0d70> # /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 0x7fb57d1c1bb0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d41a9f0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d41a660> # /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 0x7fb57d1f01a0> # /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 0x7fb57d1f1280> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d1f0b90> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d1f01d0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d1c3650> # /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 0x7fb57d213440> # /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 0x7fb57d213590> # /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 0x7fb57d226db0> # /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 0x7fb57d227da0> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d2274a0> # /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 0x7fb57d244650> # /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 0x7fb57d244ad0> # /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 0x7fb57d245070> # /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 0x7fb57d2453a0> # /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 0x7fb57d245970> # /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 0x7fb57d245b50> # /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 0x7fb57d246f00> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d246cc0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d245d30> # /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 0x7fb57d247b30> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d247710> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d246ba0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d213a70> # /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 0x7fb57d29f620> # /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 0x7fb57d2b4590> # /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 0x7fb57d2b7c20> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d2b6a20> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d2b4c20> # /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 0x7fb57d0aa4e0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d0a8170> # /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 0x7fb57d114d70> # /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 0x7fb57d115bb0> # /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 0x7fb57d1163c0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d10bbf0> # /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 0x7fb57d133ef0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d132600> # /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 0x7fb57d165a60> # /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 0x7fb57d1777a0> # /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 0x7fb57d19cdd0> # /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 0x7fb57cfc0d10> # /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 0x7fb57cfc30b0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57cfc1220> # /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 0x7fb57cff1580> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d167ec0> # /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 0x7fb57d174140> # /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 0x7fb57d057680> # /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 0x7fb57d068230> # /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 0x7fb57d068d70> # /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 0x7fb57d0691f0> # /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 0x7fb57d06a0c0> # /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 0x7fb57d06a960> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d29ff20> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d29fa40> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d225760> # /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 0x7fb57d0a0ec0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57d0a0620> # /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 0x7fb57d0a2420> # /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 0x7fb57d0a3800> # /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 0x7fb57d0a3fe0> # /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 0x7fb57ceb48f0> # /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 0x7fb57ceb66f0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb57dd7bf80> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884886.68631: no more pending results, returning what we have 11924 1726884886.68634: results queue empty 11924 1726884886.68636: checking for any_errors_fatal 11924 1726884886.68642: done checking for any_errors_fatal 11924 1726884886.68643: checking for max_fail_percentage 11924 1726884886.68644: done checking for max_fail_percentage 11924 1726884886.68644: checking to see if all hosts have failed and the running result is not ok 11924 1726884886.68645: done checking to see if all hosts have failed 11924 1726884886.68645: getting the remaining hosts for this loop 11924 1726884886.68647: done getting the remaining hosts for this loop 11924 1726884886.68649: getting the next task for host managed_node2 11924 1726884886.68659: done getting next task for host managed_node2 11924 1726884886.68662: ^ task is: TASK: Verify that PVs fill the whole devices when they should 11924 1726884886.68665: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884886.68668: getting variables 11924 1726884886.68669: in VariableManager get_vars() 11924 1726884886.68688: Calling all_inventory to load vars for managed_node2 11924 1726884886.68690: Calling groups_inventory to load vars for managed_node2 11924 1726884886.68692: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884886.68701: Calling all_plugins_play to load vars for managed_node2 11924 1726884886.68703: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884886.68705: Calling groups_plugins_play to load vars for managed_node2 11924 1726884886.69032: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884886.69395: done with get_vars() 11924 1726884886.69409: 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 22:14:46 -0400 (0:00:00.519) 0:00:52.033 ****** 11924 1726884886.69475: entering _queue_task() for managed_node2/include_tasks 11924 1726884886.69678: worker is 1 (out of 1 available) 11924 1726884886.69694: exiting _queue_task() for managed_node2/include_tasks 11924 1726884886.69708: done queuing things up, now waiting for results queue to drain 11924 1726884886.69710: waiting for pending results... 11924 1726884886.69902: running TaskExecutor() for managed_node2/TASK: Verify that PVs fill the whole devices when they should 11924 1726884886.70019: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001273 11924 1726884886.70261: variable 'ansible_search_path' from source: unknown 11924 1726884886.70341: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884886.72625: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884886.72681: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884886.72710: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884886.72734: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884886.72754: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884886.72817: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884886.72837: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884886.72854: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884886.72885: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884886.72897: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884886.72993: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884886.73261: variable 'omit' from source: magic vars 11924 1726884886.73265: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.73267: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.73270: variable 'omit' from source: magic vars 11924 1726884886.73430: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884886.73460: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884886.73492: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884886.73544: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884886.73574: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884886.73749: variable 'grow_supported' from source: set_fact 11924 1726884886.73874: Evaluated conditional (grow_supported.stdout | trim == 'True'): False 11924 1726884886.73883: when evaluation is False, skipping this task 11924 1726884886.74363: variable 'st_pool_pv' from source: unknown 11924 1726884886.74370: variable 'st_pool_pv' from source: unknown skipping: [managed_node2] => (item=/dev/sda) => { "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/sda" } 11924 1726884886.74513: dumping result to json 11924 1726884886.74516: done dumping result, returning 11924 1726884886.74518: done running TaskExecutor() for managed_node2/TASK: Verify that PVs fill the whole devices when they should [0affc8a3-6f6f-f4c0-2290-000000001273] 11924 1726884886.74520: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001273 skipping: [managed_node2] => { "changed": false } MSG: All items skipped 11924 1726884886.74776: no more pending results, returning what we have 11924 1726884886.74780: results queue empty 11924 1726884886.74781: checking for any_errors_fatal 11924 1726884886.74796: done checking for any_errors_fatal 11924 1726884886.74797: checking for max_fail_percentage 11924 1726884886.74801: done checking for max_fail_percentage 11924 1726884886.74802: checking to see if all hosts have failed and the running result is not ok 11924 1726884886.74803: done checking to see if all hosts have failed 11924 1726884886.74803: getting the remaining hosts for this loop 11924 1726884886.74805: done getting the remaining hosts for this loop 11924 1726884886.74808: getting the next task for host managed_node2 11924 1726884886.74815: done getting next task for host managed_node2 11924 1726884886.74817: ^ task is: TASK: Check MD RAID 11924 1726884886.74822: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884886.74826: getting variables 11924 1726884886.74827: in VariableManager get_vars() 11924 1726884886.74861: Calling all_inventory to load vars for managed_node2 11924 1726884886.74864: Calling groups_inventory to load vars for managed_node2 11924 1726884886.74867: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884886.74877: Calling all_plugins_play to load vars for managed_node2 11924 1726884886.74880: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884886.74883: Calling groups_plugins_play to load vars for managed_node2 11924 1726884886.75457: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001273 11924 1726884886.75461: WORKER PROCESS EXITING 11924 1726884886.75485: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884886.76112: done with get_vars() 11924 1726884886.76128: 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 22:14:46 -0400 (0:00:00.067) 0:00:52.101 ****** 11924 1726884886.76236: entering _queue_task() for managed_node2/include_tasks 11924 1726884886.76438: worker is 1 (out of 1 available) 11924 1726884886.76453: exiting _queue_task() for managed_node2/include_tasks 11924 1726884886.76468: done queuing things up, now waiting for results queue to drain 11924 1726884886.76470: waiting for pending results... 11924 1726884886.76644: running TaskExecutor() for managed_node2/TASK: Check MD RAID 11924 1726884886.76721: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001275 11924 1726884886.76733: variable 'ansible_search_path' from source: unknown 11924 1726884886.76863: calling self._execute() 11924 1726884886.76868: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.76874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.76883: variable 'omit' from source: magic vars 11924 1726884886.76983: _execute() done 11924 1726884886.76986: dumping result to json 11924 1726884886.76989: done dumping result, returning 11924 1726884886.77002: done running TaskExecutor() for managed_node2/TASK: Check MD RAID [0affc8a3-6f6f-f4c0-2290-000000001275] 11924 1726884886.77005: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001275 11924 1726884886.77105: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001275 11924 1726884886.77184: no more pending results, returning what we have 11924 1726884886.77190: in VariableManager get_vars() 11924 1726884886.77228: Calling all_inventory to load vars for managed_node2 11924 1726884886.77231: Calling groups_inventory to load vars for managed_node2 11924 1726884886.77234: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884886.77244: Calling all_plugins_play to load vars for managed_node2 11924 1726884886.77247: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884886.77249: Calling groups_plugins_play to load vars for managed_node2 11924 1726884886.78170: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884886.78753: WORKER PROCESS EXITING 11924 1726884886.78826: done with get_vars() 11924 1726884886.78836: variable 'ansible_search_path' from source: unknown 11924 1726884886.78973: variable 'storage_test_pool_subset' from source: include params 11924 1726884886.79006: we have included files to process 11924 1726884886.79007: generating all_blocks data 11924 1726884886.79009: done generating all_blocks data 11924 1726884886.79012: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884886.79013: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884886.79016: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884886.80296: done processing included file 11924 1726884886.80297: iterating over new_blocks loaded from include file 11924 1726884886.80301: in VariableManager get_vars() 11924 1726884886.80311: done with get_vars() 11924 1726884886.80312: filtering new block on tags 11924 1726884886.80423: done filtering new block on tags 11924 1726884886.80425: in VariableManager get_vars() 11924 1726884886.80434: done with get_vars() 11924 1726884886.80435: filtering new block on tags 11924 1726884886.80449: done filtering new block on tags 11924 1726884886.80450: 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_node2 11924 1726884886.80454: extending task lists for all hosts with included blocks 11924 1726884886.81180: done extending task lists 11924 1726884886.81181: done processing included files 11924 1726884886.81182: results queue empty 11924 1726884886.81182: checking for any_errors_fatal 11924 1726884886.81185: done checking for any_errors_fatal 11924 1726884886.81185: checking for max_fail_percentage 11924 1726884886.81186: done checking for max_fail_percentage 11924 1726884886.81186: checking to see if all hosts have failed and the running result is not ok 11924 1726884886.81187: done checking to see if all hosts have failed 11924 1726884886.81187: getting the remaining hosts for this loop 11924 1726884886.81188: done getting the remaining hosts for this loop 11924 1726884886.81190: getting the next task for host managed_node2 11924 1726884886.81193: done getting next task for host managed_node2 11924 1726884886.81194: ^ task is: TASK: Get information about RAID 11924 1726884886.81196: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884886.81200: getting variables 11924 1726884886.81200: in VariableManager get_vars() 11924 1726884886.81206: Calling all_inventory to load vars for managed_node2 11924 1726884886.81208: Calling groups_inventory to load vars for managed_node2 11924 1726884886.81209: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884886.81213: Calling all_plugins_play to load vars for managed_node2 11924 1726884886.81215: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884886.81216: Calling groups_plugins_play to load vars for managed_node2 11924 1726884886.81469: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884886.81800: done with get_vars() 11924 1726884886.81809: done getting variables 11924 1726884886.81833: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:46 -0400 (0:00:00.056) 0:00:52.157 ****** 11924 1726884886.81853: entering _queue_task() for managed_node2/command 11924 1726884886.82047: worker is 1 (out of 1 available) 11924 1726884886.82065: exiting _queue_task() for managed_node2/command 11924 1726884886.82078: done queuing things up, now waiting for results queue to drain 11924 1726884886.82080: waiting for pending results... 11924 1726884886.82359: running TaskExecutor() for managed_node2/TASK: Get information about RAID 11924 1726884886.82706: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000012cb 11924 1726884886.82709: variable 'ansible_search_path' from source: unknown 11924 1726884886.82717: calling self._execute() 11924 1726884886.82982: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.83067: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.83093: variable 'omit' from source: magic vars 11924 1726884886.83514: variable 'storage_test_pool' from source: include params 11924 1726884886.83537: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884886.83541: when evaluation is False, skipping this task 11924 1726884886.83543: _execute() done 11924 1726884886.83546: dumping result to json 11924 1726884886.83548: done dumping result, returning 11924 1726884886.83557: done running TaskExecutor() for managed_node2/TASK: Get information about RAID [0affc8a3-6f6f-f4c0-2290-0000000012cb] 11924 1726884886.83562: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012cb 11924 1726884886.83654: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012cb 11924 1726884886.83659: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884886.83749: no more pending results, returning what we have 11924 1726884886.83753: results queue empty 11924 1726884886.83754: checking for any_errors_fatal 11924 1726884886.83757: done checking for any_errors_fatal 11924 1726884886.83758: checking for max_fail_percentage 11924 1726884886.83759: done checking for max_fail_percentage 11924 1726884886.83760: checking to see if all hosts have failed and the running result is not ok 11924 1726884886.83761: done checking to see if all hosts have failed 11924 1726884886.83762: getting the remaining hosts for this loop 11924 1726884886.83763: done getting the remaining hosts for this loop 11924 1726884886.83766: getting the next task for host managed_node2 11924 1726884886.83774: done getting next task for host managed_node2 11924 1726884886.83776: ^ task is: TASK: Set active devices regex 11924 1726884886.83781: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884886.83789: getting variables 11924 1726884886.83790: in VariableManager get_vars() 11924 1726884886.83823: Calling all_inventory to load vars for managed_node2 11924 1726884886.83826: Calling groups_inventory to load vars for managed_node2 11924 1726884886.83829: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884886.83842: Calling all_plugins_play to load vars for managed_node2 11924 1726884886.83845: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884886.83852: Calling groups_plugins_play to load vars for managed_node2 11924 1726884886.84360: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884886.85109: done with get_vars() 11924 1726884886.85138: done getting variables 11924 1726884886.85215: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:46 -0400 (0:00:00.033) 0:00:52.191 ****** 11924 1726884886.85263: entering _queue_task() for managed_node2/set_fact 11924 1726884886.85563: worker is 1 (out of 1 available) 11924 1726884886.85580: exiting _queue_task() for managed_node2/set_fact 11924 1726884886.85594: done queuing things up, now waiting for results queue to drain 11924 1726884886.85595: waiting for pending results... 11924 1726884886.85819: running TaskExecutor() for managed_node2/TASK: Set active devices regex 11924 1726884886.85941: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000012cc 11924 1726884886.85946: variable 'ansible_search_path' from source: unknown 11924 1726884886.86043: calling self._execute() 11924 1726884886.86120: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.86124: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.86133: variable 'omit' from source: magic vars 11924 1726884886.86762: variable 'storage_test_pool' from source: include params 11924 1726884886.86765: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884886.86769: when evaluation is False, skipping this task 11924 1726884886.86771: _execute() done 11924 1726884886.86774: dumping result to json 11924 1726884886.86776: done dumping result, returning 11924 1726884886.86780: done running TaskExecutor() for managed_node2/TASK: Set active devices regex [0affc8a3-6f6f-f4c0-2290-0000000012cc] 11924 1726884886.86783: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012cc 11924 1726884886.86859: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012cc 11924 1726884886.86862: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884886.86930: no more pending results, returning what we have 11924 1726884886.86936: results queue empty 11924 1726884886.86940: checking for any_errors_fatal 11924 1726884886.86952: done checking for any_errors_fatal 11924 1726884886.86953: checking for max_fail_percentage 11924 1726884886.86959: done checking for max_fail_percentage 11924 1726884886.86960: checking to see if all hosts have failed and the running result is not ok 11924 1726884886.86961: done checking to see if all hosts have failed 11924 1726884886.86962: getting the remaining hosts for this loop 11924 1726884886.86964: done getting the remaining hosts for this loop 11924 1726884886.86968: getting the next task for host managed_node2 11924 1726884886.86981: done getting next task for host managed_node2 11924 1726884886.86986: ^ task is: TASK: Set spare devices regex 11924 1726884886.86994: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884886.87003: getting variables 11924 1726884886.87005: in VariableManager get_vars() 11924 1726884886.87047: Calling all_inventory to load vars for managed_node2 11924 1726884886.87052: Calling groups_inventory to load vars for managed_node2 11924 1726884886.87098: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884886.87108: Calling all_plugins_play to load vars for managed_node2 11924 1726884886.87111: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884886.87113: Calling groups_plugins_play to load vars for managed_node2 11924 1726884886.87672: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884886.88230: done with get_vars() 11924 1726884886.88244: done getting variables 11924 1726884886.88307: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:46 -0400 (0:00:00.030) 0:00:52.222 ****** 11924 1726884886.88337: entering _queue_task() for managed_node2/set_fact 11924 1726884886.88534: worker is 1 (out of 1 available) 11924 1726884886.88548: exiting _queue_task() for managed_node2/set_fact 11924 1726884886.88564: done queuing things up, now waiting for results queue to drain 11924 1726884886.88565: waiting for pending results... 11924 1726884886.88877: running TaskExecutor() for managed_node2/TASK: Set spare devices regex 11924 1726884886.89064: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000012cd 11924 1726884886.89069: variable 'ansible_search_path' from source: unknown 11924 1726884886.89093: calling self._execute() 11924 1726884886.89225: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.89238: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.89307: variable 'omit' from source: magic vars 11924 1726884886.89653: variable 'storage_test_pool' from source: include params 11924 1726884886.89697: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884886.89707: when evaluation is False, skipping this task 11924 1726884886.89719: _execute() done 11924 1726884886.89728: dumping result to json 11924 1726884886.89739: done dumping result, returning 11924 1726884886.89759: done running TaskExecutor() for managed_node2/TASK: Set spare devices regex [0affc8a3-6f6f-f4c0-2290-0000000012cd] 11924 1726884886.89801: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012cd 11924 1726884886.89881: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012cd 11924 1726884886.89884: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884886.89929: no more pending results, returning what we have 11924 1726884886.89932: results queue empty 11924 1726884886.89933: checking for any_errors_fatal 11924 1726884886.89938: done checking for any_errors_fatal 11924 1726884886.89939: checking for max_fail_percentage 11924 1726884886.89941: done checking for max_fail_percentage 11924 1726884886.89941: checking to see if all hosts have failed and the running result is not ok 11924 1726884886.89942: done checking to see if all hosts have failed 11924 1726884886.89943: getting the remaining hosts for this loop 11924 1726884886.89944: done getting the remaining hosts for this loop 11924 1726884886.89947: getting the next task for host managed_node2 11924 1726884886.89953: done getting next task for host managed_node2 11924 1726884886.89960: ^ task is: TASK: Set md version regex 11924 1726884886.89965: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884886.89969: getting variables 11924 1726884886.89971: in VariableManager get_vars() 11924 1726884886.89995: Calling all_inventory to load vars for managed_node2 11924 1726884886.89997: Calling groups_inventory to load vars for managed_node2 11924 1726884886.90002: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884886.90010: Calling all_plugins_play to load vars for managed_node2 11924 1726884886.90012: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884886.90015: Calling groups_plugins_play to load vars for managed_node2 11924 1726884886.90559: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884886.91206: done with get_vars() 11924 1726884886.91218: done getting variables 11924 1726884886.91271: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:46 -0400 (0:00:00.029) 0:00:52.251 ****** 11924 1726884886.91312: entering _queue_task() for managed_node2/set_fact 11924 1726884886.91552: worker is 1 (out of 1 available) 11924 1726884886.91568: exiting _queue_task() for managed_node2/set_fact 11924 1726884886.91580: done queuing things up, now waiting for results queue to drain 11924 1726884886.91582: waiting for pending results... 11924 1726884886.91963: running TaskExecutor() for managed_node2/TASK: Set md version regex 11924 1726884886.92053: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000012ce 11924 1726884886.92061: variable 'ansible_search_path' from source: unknown 11924 1726884886.92086: calling self._execute() 11924 1726884886.92246: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.92250: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.92253: variable 'omit' from source: magic vars 11924 1726884886.92586: variable 'storage_test_pool' from source: include params 11924 1726884886.92611: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884886.92616: when evaluation is False, skipping this task 11924 1726884886.92619: _execute() done 11924 1726884886.92622: dumping result to json 11924 1726884886.92626: done dumping result, returning 11924 1726884886.92629: done running TaskExecutor() for managed_node2/TASK: Set md version regex [0affc8a3-6f6f-f4c0-2290-0000000012ce] 11924 1726884886.92637: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012ce 11924 1726884886.92739: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012ce 11924 1726884886.92746: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884886.92829: no more pending results, returning what we have 11924 1726884886.92832: results queue empty 11924 1726884886.92833: checking for any_errors_fatal 11924 1726884886.92839: done checking for any_errors_fatal 11924 1726884886.92840: checking for max_fail_percentage 11924 1726884886.92841: done checking for max_fail_percentage 11924 1726884886.92842: checking to see if all hosts have failed and the running result is not ok 11924 1726884886.92843: done checking to see if all hosts have failed 11924 1726884886.92844: getting the remaining hosts for this loop 11924 1726884886.92845: done getting the remaining hosts for this loop 11924 1726884886.92848: getting the next task for host managed_node2 11924 1726884886.92854: done getting next task for host managed_node2 11924 1726884886.92858: ^ task is: TASK: Set md chunk size regex 11924 1726884886.92863: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884886.92874: getting variables 11924 1726884886.92876: in VariableManager get_vars() 11924 1726884886.92906: Calling all_inventory to load vars for managed_node2 11924 1726884886.92908: Calling groups_inventory to load vars for managed_node2 11924 1726884886.92910: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884886.92916: Calling all_plugins_play to load vars for managed_node2 11924 1726884886.92918: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884886.92920: Calling groups_plugins_play to load vars for managed_node2 11924 1726884886.93316: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884886.93876: done with get_vars() 11924 1726884886.93885: done getting variables 11924 1726884886.93923: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:46 -0400 (0:00:00.026) 0:00:52.278 ****** 11924 1726884886.93944: entering _queue_task() for managed_node2/set_fact 11924 1726884886.94119: worker is 1 (out of 1 available) 11924 1726884886.94134: exiting _queue_task() for managed_node2/set_fact 11924 1726884886.94146: done queuing things up, now waiting for results queue to drain 11924 1726884886.94148: waiting for pending results... 11924 1726884886.94305: running TaskExecutor() for managed_node2/TASK: Set md chunk size regex 11924 1726884886.94429: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000012cf 11924 1726884886.94461: variable 'ansible_search_path' from source: unknown 11924 1726884886.94482: calling self._execute() 11924 1726884886.94594: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.94602: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.94634: variable 'omit' from source: magic vars 11924 1726884886.95118: variable 'storage_test_pool' from source: include params 11924 1726884886.95121: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884886.95124: when evaluation is False, skipping this task 11924 1726884886.95127: _execute() done 11924 1726884886.95132: dumping result to json 11924 1726884886.95144: done dumping result, returning 11924 1726884886.95160: done running TaskExecutor() for managed_node2/TASK: Set md chunk size regex [0affc8a3-6f6f-f4c0-2290-0000000012cf] 11924 1726884886.95201: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012cf skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884886.95378: no more pending results, returning what we have 11924 1726884886.95383: results queue empty 11924 1726884886.95384: checking for any_errors_fatal 11924 1726884886.95391: done checking for any_errors_fatal 11924 1726884886.95392: checking for max_fail_percentage 11924 1726884886.95393: done checking for max_fail_percentage 11924 1726884886.95394: checking to see if all hosts have failed and the running result is not ok 11924 1726884886.95395: done checking to see if all hosts have failed 11924 1726884886.95396: getting the remaining hosts for this loop 11924 1726884886.95400: done getting the remaining hosts for this loop 11924 1726884886.95404: getting the next task for host managed_node2 11924 1726884886.95411: done getting next task for host managed_node2 11924 1726884886.95414: ^ task is: TASK: Parse the chunk size 11924 1726884886.95420: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884886.95423: getting variables 11924 1726884886.95425: in VariableManager get_vars() 11924 1726884886.95457: Calling all_inventory to load vars for managed_node2 11924 1726884886.95460: Calling groups_inventory to load vars for managed_node2 11924 1726884886.95463: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884886.95472: Calling all_plugins_play to load vars for managed_node2 11924 1726884886.95475: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884886.95478: Calling groups_plugins_play to load vars for managed_node2 11924 1726884886.96004: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012cf 11924 1726884886.96008: WORKER PROCESS EXITING 11924 1726884886.96044: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884886.96630: done with get_vars() 11924 1726884886.96640: 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 22:14:46 -0400 (0:00:00.027) 0:00:52.306 ****** 11924 1726884886.96708: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884886.96919: worker is 1 (out of 1 available) 11924 1726884886.96933: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884886.96945: done queuing things up, now waiting for results queue to drain 11924 1726884886.96948: waiting for pending results... 11924 1726884886.97236: running TaskExecutor() for managed_node2/TASK: Parse the chunk size 11924 1726884886.97386: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000012d0 11924 1726884886.97406: variable 'ansible_search_path' from source: unknown 11924 1726884886.97454: calling self._execute() 11924 1726884886.97566: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884886.97579: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884886.97612: variable 'omit' from source: magic vars 11924 1726884886.98181: variable 'storage_test_pool' from source: include params 11924 1726884886.98248: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884886.98259: when evaluation is False, skipping this task 11924 1726884886.98280: _execute() done 11924 1726884886.98373: dumping result to json 11924 1726884886.98387: done dumping result, returning 11924 1726884886.98479: done running TaskExecutor() for managed_node2/TASK: Parse the chunk size [0affc8a3-6f6f-f4c0-2290-0000000012d0] 11924 1726884886.98511: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012d0 11924 1726884886.98689: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012d0 11924 1726884886.98694: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884886.98746: no more pending results, returning what we have 11924 1726884886.98749: results queue empty 11924 1726884886.98750: checking for any_errors_fatal 11924 1726884886.98763: done checking for any_errors_fatal 11924 1726884886.98763: checking for max_fail_percentage 11924 1726884886.98765: done checking for max_fail_percentage 11924 1726884886.98766: checking to see if all hosts have failed and the running result is not ok 11924 1726884886.98767: done checking to see if all hosts have failed 11924 1726884886.98768: getting the remaining hosts for this loop 11924 1726884886.98770: done getting the remaining hosts for this loop 11924 1726884886.98773: getting the next task for host managed_node2 11924 1726884886.98781: done getting next task for host managed_node2 11924 1726884886.98783: ^ task is: TASK: Check RAID active devices count 11924 1726884886.98789: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884886.98792: getting variables 11924 1726884886.98793: in VariableManager get_vars() 11924 1726884886.98818: Calling all_inventory to load vars for managed_node2 11924 1726884886.98821: Calling groups_inventory to load vars for managed_node2 11924 1726884886.98823: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884886.98833: Calling all_plugins_play to load vars for managed_node2 11924 1726884886.98835: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884886.98838: Calling groups_plugins_play to load vars for managed_node2 11924 1726884886.99450: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.00067: done with get_vars() 11924 1726884887.00081: done getting variables 11924 1726884887.00137: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:47 -0400 (0:00:00.034) 0:00:52.340 ****** 11924 1726884887.00172: entering _queue_task() for managed_node2/assert 11924 1726884887.00585: worker is 1 (out of 1 available) 11924 1726884887.00597: exiting _queue_task() for managed_node2/assert 11924 1726884887.00609: done queuing things up, now waiting for results queue to drain 11924 1726884887.00610: waiting for pending results... 11924 1726884887.01183: running TaskExecutor() for managed_node2/TASK: Check RAID active devices count 11924 1726884887.02040: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000012d1 11924 1726884887.02044: variable 'ansible_search_path' from source: unknown 11924 1726884887.02403: calling self._execute() 11924 1726884887.02815: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.02908: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.02944: variable 'omit' from source: magic vars 11924 1726884887.04278: variable 'storage_test_pool' from source: include params 11924 1726884887.04389: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884887.04403: when evaluation is False, skipping this task 11924 1726884887.04413: _execute() done 11924 1726884887.04422: dumping result to json 11924 1726884887.04431: done dumping result, returning 11924 1726884887.04450: done running TaskExecutor() for managed_node2/TASK: Check RAID active devices count [0affc8a3-6f6f-f4c0-2290-0000000012d1] 11924 1726884887.04614: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012d1 11924 1726884887.04843: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012d1 11924 1726884887.04847: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884887.04896: no more pending results, returning what we have 11924 1726884887.04899: results queue empty 11924 1726884887.04900: checking for any_errors_fatal 11924 1726884887.04907: done checking for any_errors_fatal 11924 1726884887.04908: checking for max_fail_percentage 11924 1726884887.04909: done checking for max_fail_percentage 11924 1726884887.04911: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.04911: done checking to see if all hosts have failed 11924 1726884887.04912: getting the remaining hosts for this loop 11924 1726884887.04914: done getting the remaining hosts for this loop 11924 1726884887.04917: getting the next task for host managed_node2 11924 1726884887.04925: done getting next task for host managed_node2 11924 1726884887.04928: ^ task is: TASK: Check RAID spare devices count 11924 1726884887.04933: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.04939: getting variables 11924 1726884887.04941: in VariableManager get_vars() 11924 1726884887.04977: Calling all_inventory to load vars for managed_node2 11924 1726884887.04980: Calling groups_inventory to load vars for managed_node2 11924 1726884887.04983: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.04992: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.04996: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.04999: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.05565: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.06159: done with get_vars() 11924 1726884887.06176: done getting variables 11924 1726884887.06241: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:47 -0400 (0:00:00.061) 0:00:52.401 ****** 11924 1726884887.06278: entering _queue_task() for managed_node2/assert 11924 1726884887.06502: worker is 1 (out of 1 available) 11924 1726884887.06519: exiting _queue_task() for managed_node2/assert 11924 1726884887.06532: done queuing things up, now waiting for results queue to drain 11924 1726884887.06534: waiting for pending results... 11924 1726884887.06769: running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count 11924 1726884887.06868: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000012d2 11924 1726884887.06878: variable 'ansible_search_path' from source: unknown 11924 1726884887.06909: calling self._execute() 11924 1726884887.07007: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.07028: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.07038: variable 'omit' from source: magic vars 11924 1726884887.07389: variable 'storage_test_pool' from source: include params 11924 1726884887.07393: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884887.07396: when evaluation is False, skipping this task 11924 1726884887.07402: _execute() done 11924 1726884887.07404: dumping result to json 11924 1726884887.07406: done dumping result, returning 11924 1726884887.07408: done running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count [0affc8a3-6f6f-f4c0-2290-0000000012d2] 11924 1726884887.07438: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012d2 11924 1726884887.07535: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012d2 11924 1726884887.07538: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884887.07618: no more pending results, returning what we have 11924 1726884887.07621: results queue empty 11924 1726884887.07622: checking for any_errors_fatal 11924 1726884887.07626: done checking for any_errors_fatal 11924 1726884887.07627: checking for max_fail_percentage 11924 1726884887.07629: done checking for max_fail_percentage 11924 1726884887.07629: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.07630: done checking to see if all hosts have failed 11924 1726884887.07631: getting the remaining hosts for this loop 11924 1726884887.07632: done getting the remaining hosts for this loop 11924 1726884887.07635: getting the next task for host managed_node2 11924 1726884887.07646: done getting next task for host managed_node2 11924 1726884887.07650: ^ task is: TASK: Check RAID metadata version 11924 1726884887.07657: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.07661: getting variables 11924 1726884887.07662: in VariableManager get_vars() 11924 1726884887.07695: Calling all_inventory to load vars for managed_node2 11924 1726884887.07703: Calling groups_inventory to load vars for managed_node2 11924 1726884887.07706: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.07732: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.07736: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.07740: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.08325: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.08814: done with get_vars() 11924 1726884887.08828: done getting variables 11924 1726884887.08873: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:47 -0400 (0:00:00.026) 0:00:52.427 ****** 11924 1726884887.08907: entering _queue_task() for managed_node2/assert 11924 1726884887.09135: worker is 1 (out of 1 available) 11924 1726884887.09149: exiting _queue_task() for managed_node2/assert 11924 1726884887.09165: done queuing things up, now waiting for results queue to drain 11924 1726884887.09167: waiting for pending results... 11924 1726884887.09583: running TaskExecutor() for managed_node2/TASK: Check RAID metadata version 11924 1726884887.09963: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000012d3 11924 1726884887.09967: variable 'ansible_search_path' from source: unknown 11924 1726884887.09970: calling self._execute() 11924 1726884887.10019: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.10033: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.10051: variable 'omit' from source: magic vars 11924 1726884887.10489: variable 'storage_test_pool' from source: include params 11924 1726884887.10552: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884887.10577: when evaluation is False, skipping this task 11924 1726884887.10592: _execute() done 11924 1726884887.10603: dumping result to json 11924 1726884887.10612: done dumping result, returning 11924 1726884887.10642: done running TaskExecutor() for managed_node2/TASK: Check RAID metadata version [0affc8a3-6f6f-f4c0-2290-0000000012d3] 11924 1726884887.10656: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012d3 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884887.10903: no more pending results, returning what we have 11924 1726884887.10910: results queue empty 11924 1726884887.10911: checking for any_errors_fatal 11924 1726884887.10917: done checking for any_errors_fatal 11924 1726884887.10918: checking for max_fail_percentage 11924 1726884887.10920: done checking for max_fail_percentage 11924 1726884887.10921: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.10925: done checking to see if all hosts have failed 11924 1726884887.10926: getting the remaining hosts for this loop 11924 1726884887.10927: done getting the remaining hosts for this loop 11924 1726884887.10931: getting the next task for host managed_node2 11924 1726884887.10937: done getting next task for host managed_node2 11924 1726884887.10939: ^ task is: TASK: Check RAID chunk size 11924 1726884887.10944: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.10952: getting variables 11924 1726884887.10953: in VariableManager get_vars() 11924 1726884887.10985: Calling all_inventory to load vars for managed_node2 11924 1726884887.10988: Calling groups_inventory to load vars for managed_node2 11924 1726884887.10991: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.11002: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.11005: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.11009: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.11531: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012d3 11924 1726884887.11534: WORKER PROCESS EXITING 11924 1726884887.11660: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.12083: done with get_vars() 11924 1726884887.12093: done getting variables 11924 1726884887.12131: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:47 -0400 (0:00:00.032) 0:00:52.460 ****** 11924 1726884887.12152: entering _queue_task() for managed_node2/assert 11924 1726884887.12357: worker is 1 (out of 1 available) 11924 1726884887.12369: exiting _queue_task() for managed_node2/assert 11924 1726884887.12383: done queuing things up, now waiting for results queue to drain 11924 1726884887.12386: waiting for pending results... 11924 1726884887.12671: running TaskExecutor() for managed_node2/TASK: Check RAID chunk size 11924 1726884887.12861: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000012d4 11924 1726884887.12865: variable 'ansible_search_path' from source: unknown 11924 1726884887.12869: calling self._execute() 11924 1726884887.12958: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.12999: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.13034: variable 'omit' from source: magic vars 11924 1726884887.13510: variable 'storage_test_pool' from source: include params 11924 1726884887.13552: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884887.13565: when evaluation is False, skipping this task 11924 1726884887.13621: _execute() done 11924 1726884887.13630: dumping result to json 11924 1726884887.13636: done dumping result, returning 11924 1726884887.13643: done running TaskExecutor() for managed_node2/TASK: Check RAID chunk size [0affc8a3-6f6f-f4c0-2290-0000000012d4] 11924 1726884887.13645: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012d4 11924 1726884887.13847: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012d4 11924 1726884887.13851: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884887.13931: no more pending results, returning what we have 11924 1726884887.13935: results queue empty 11924 1726884887.13935: checking for any_errors_fatal 11924 1726884887.13940: done checking for any_errors_fatal 11924 1726884887.13940: checking for max_fail_percentage 11924 1726884887.13942: done checking for max_fail_percentage 11924 1726884887.13943: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.13944: done checking to see if all hosts have failed 11924 1726884887.13944: getting the remaining hosts for this loop 11924 1726884887.13946: done getting the remaining hosts for this loop 11924 1726884887.13948: getting the next task for host managed_node2 11924 1726884887.13966: done getting next task for host managed_node2 11924 1726884887.13969: ^ task is: TASK: Reset variables used by tests 11924 1726884887.13973: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.13977: getting variables 11924 1726884887.13978: in VariableManager get_vars() 11924 1726884887.14017: Calling all_inventory to load vars for managed_node2 11924 1726884887.14022: Calling groups_inventory to load vars for managed_node2 11924 1726884887.14028: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.14037: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.14040: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.14043: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.15039: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.15622: done with get_vars() 11924 1726884887.15637: done getting variables 11924 1726884887.15697: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:47 -0400 (0:00:00.035) 0:00:52.496 ****** 11924 1726884887.15724: entering _queue_task() for managed_node2/set_fact 11924 1726884887.15961: worker is 1 (out of 1 available) 11924 1726884887.15978: exiting _queue_task() for managed_node2/set_fact 11924 1726884887.15995: done queuing things up, now waiting for results queue to drain 11924 1726884887.15997: waiting for pending results... 11924 1726884887.16371: running TaskExecutor() for managed_node2/TASK: Reset variables used by tests 11924 1726884887.16450: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000012d6 11924 1726884887.16474: variable 'ansible_search_path' from source: unknown 11924 1726884887.16522: calling self._execute() 11924 1726884887.16654: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.16671: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.16707: variable 'omit' from source: magic vars 11924 1726884887.16820: variable 'omit' from source: magic vars 11924 1726884887.16961: variable 'omit' from source: magic vars 11924 1726884887.16965: variable 'omit' from source: magic vars 11924 1726884887.16985: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884887.17021: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884887.17037: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884887.17051: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884887.17064: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884887.17080: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884887.17095: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884887.17152: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884887.17157: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.17160: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.17260: Set connection var ansible_shell_executable to /bin/sh 11924 1726884887.17264: Set connection var ansible_connection to ssh 11924 1726884887.17274: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884887.17277: Set connection var ansible_timeout to 10 11924 1726884887.17280: Set connection var ansible_pipelining to False 11924 1726884887.17340: Set connection var ansible_shell_type to sh 11924 1726884887.17344: variable 'ansible_shell_executable' from source: unknown 11924 1726884887.17347: variable 'ansible_connection' from source: unknown 11924 1726884887.17349: variable 'ansible_module_compression' from source: unknown 11924 1726884887.17351: variable 'ansible_shell_type' from source: unknown 11924 1726884887.17353: variable 'ansible_shell_executable' from source: unknown 11924 1726884887.17357: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.17360: variable 'ansible_pipelining' from source: unknown 11924 1726884887.17362: variable 'ansible_timeout' from source: unknown 11924 1726884887.17364: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.17471: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884887.17484: variable 'omit' from source: magic vars 11924 1726884887.17495: starting attempt loop 11924 1726884887.17503: running the handler 11924 1726884887.17544: handler run complete 11924 1726884887.17547: attempt loop complete, returning result 11924 1726884887.17550: _execute() done 11924 1726884887.17552: dumping result to json 11924 1726884887.17556: done dumping result, returning 11924 1726884887.17559: done running TaskExecutor() for managed_node2/TASK: Reset variables used by tests [0affc8a3-6f6f-f4c0-2290-0000000012d6] 11924 1726884887.17561: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012d6 11924 1726884887.17633: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000012d6 11924 1726884887.17636: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 11924 1726884887.17720: no more pending results, returning what we have 11924 1726884887.17722: results queue empty 11924 1726884887.17723: checking for any_errors_fatal 11924 1726884887.17728: done checking for any_errors_fatal 11924 1726884887.17729: checking for max_fail_percentage 11924 1726884887.17730: done checking for max_fail_percentage 11924 1726884887.17731: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.17732: done checking to see if all hosts have failed 11924 1726884887.17733: getting the remaining hosts for this loop 11924 1726884887.17734: done getting the remaining hosts for this loop 11924 1726884887.17737: getting the next task for host managed_node2 11924 1726884887.17745: done getting next task for host managed_node2 11924 1726884887.17748: ^ task is: TASK: Check LVM RAID 11924 1726884887.17753: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.17760: getting variables 11924 1726884887.17761: in VariableManager get_vars() 11924 1726884887.17787: Calling all_inventory to load vars for managed_node2 11924 1726884887.17789: Calling groups_inventory to load vars for managed_node2 11924 1726884887.17792: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.17802: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.17804: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.17807: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.18198: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.18557: done with get_vars() 11924 1726884887.18568: 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 22:14:47 -0400 (0:00:00.029) 0:00:52.525 ****** 11924 1726884887.18630: entering _queue_task() for managed_node2/include_tasks 11924 1726884887.18804: worker is 1 (out of 1 available) 11924 1726884887.18819: exiting _queue_task() for managed_node2/include_tasks 11924 1726884887.18832: done queuing things up, now waiting for results queue to drain 11924 1726884887.18834: waiting for pending results... 11924 1726884887.19023: running TaskExecutor() for managed_node2/TASK: Check LVM RAID 11924 1726884887.19120: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001276 11924 1726884887.19131: variable 'ansible_search_path' from source: unknown 11924 1726884887.19159: calling self._execute() 11924 1726884887.19248: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.19251: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.19262: variable 'omit' from source: magic vars 11924 1726884887.19340: _execute() done 11924 1726884887.19343: dumping result to json 11924 1726884887.19346: done dumping result, returning 11924 1726884887.19351: done running TaskExecutor() for managed_node2/TASK: Check LVM RAID [0affc8a3-6f6f-f4c0-2290-000000001276] 11924 1726884887.19358: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001276 11924 1726884887.19459: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001276 11924 1726884887.19462: WORKER PROCESS EXITING 11924 1726884887.19511: no more pending results, returning what we have 11924 1726884887.19515: in VariableManager get_vars() 11924 1726884887.19544: Calling all_inventory to load vars for managed_node2 11924 1726884887.19547: Calling groups_inventory to load vars for managed_node2 11924 1726884887.19549: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.19560: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.19563: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.19566: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.19895: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.20234: done with get_vars() 11924 1726884887.20243: variable 'ansible_search_path' from source: unknown 11924 1726884887.20327: variable 'storage_test_pool_subset' from source: include params 11924 1726884887.20350: we have included files to process 11924 1726884887.20351: generating all_blocks data 11924 1726884887.20353: done generating all_blocks data 11924 1726884887.20359: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884887.20360: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884887.20361: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884887.20429: in VariableManager get_vars() 11924 1726884887.20442: done with get_vars() 11924 1726884887.20451: done processing included file 11924 1726884887.20452: iterating over new_blocks loaded from include file 11924 1726884887.20453: in VariableManager get_vars() 11924 1726884887.20465: done with get_vars() 11924 1726884887.20466: filtering new block on tags 11924 1726884887.20482: done filtering new block on tags 11924 1726884887.20484: 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_node2 11924 1726884887.20487: extending task lists for all hosts with included blocks 11924 1726884887.21835: done extending task lists 11924 1726884887.21836: done processing included files 11924 1726884887.21837: results queue empty 11924 1726884887.21837: checking for any_errors_fatal 11924 1726884887.21839: done checking for any_errors_fatal 11924 1726884887.21840: checking for max_fail_percentage 11924 1726884887.21840: done checking for max_fail_percentage 11924 1726884887.21841: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.21842: done checking to see if all hosts have failed 11924 1726884887.21842: getting the remaining hosts for this loop 11924 1726884887.21843: done getting the remaining hosts for this loop 11924 1726884887.21844: getting the next task for host managed_node2 11924 1726884887.21847: done getting next task for host managed_node2 11924 1726884887.21849: ^ task is: TASK: Validate pool member LVM RAID settings 11924 1726884887.21851: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.21853: getting variables 11924 1726884887.21853: in VariableManager get_vars() 11924 1726884887.21861: Calling all_inventory to load vars for managed_node2 11924 1726884887.21862: Calling groups_inventory to load vars for managed_node2 11924 1726884887.21864: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.21869: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.21871: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.21872: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.22111: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.22444: done with get_vars() 11924 1726884887.22453: 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 22:14:47 -0400 (0:00:00.038) 0:00:52.564 ****** 11924 1726884887.22511: entering _queue_task() for managed_node2/include_tasks 11924 1726884887.22687: worker is 1 (out of 1 available) 11924 1726884887.22701: exiting _queue_task() for managed_node2/include_tasks 11924 1726884887.22714: done queuing things up, now waiting for results queue to drain 11924 1726884887.22715: waiting for pending results... 11924 1726884887.22890: running TaskExecutor() for managed_node2/TASK: Validate pool member LVM RAID settings 11924 1726884887.22966: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001396 11924 1726884887.22977: variable 'ansible_search_path' from source: unknown 11924 1726884887.23168: variable 'storage_test_pool' from source: include params 11924 1726884887.23326: variable 'omit' from source: magic vars 11924 1726884887.23430: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.23436: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.23444: variable 'omit' from source: magic vars 11924 1726884887.23602: variable 'storage_test_pool' from source: include params 11924 1726884887.23621: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884887.23647: variable 'storage_test_lvmraid_volume' from source: unknown 11924 1726884887.23700: variable 'storage_test_lvmraid_volume' from source: unknown 11924 1726884887.23983: dumping result to json 11924 1726884887.23986: done dumping result, returning 11924 1726884887.23989: done running TaskExecutor() for managed_node2/TASK: Validate pool member LVM RAID settings [0affc8a3-6f6f-f4c0-2290-000000001396] 11924 1726884887.23991: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001396 11924 1726884887.24036: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001396 11924 1726884887.24039: WORKER PROCESS EXITING 11924 1726884887.24119: no more pending results, returning what we have 11924 1726884887.24122: in VariableManager get_vars() 11924 1726884887.24142: Calling all_inventory to load vars for managed_node2 11924 1726884887.24144: Calling groups_inventory to load vars for managed_node2 11924 1726884887.24146: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.24152: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.24154: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.24157: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.24477: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.24819: done with get_vars() 11924 1726884887.24827: variable 'ansible_search_path' from source: unknown 11924 1726884887.24858: we have included files to process 11924 1726884887.24859: generating all_blocks data 11924 1726884887.24860: done generating all_blocks data 11924 1726884887.24861: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884887.24862: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884887.24863: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884887.25318: done processing included file 11924 1726884887.25320: iterating over new_blocks loaded from include file 11924 1726884887.25321: in VariableManager get_vars() 11924 1726884887.25331: done with get_vars() 11924 1726884887.25331: filtering new block on tags 11924 1726884887.25395: done filtering new block on tags 11924 1726884887.25397: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884887.25404: extending task lists for all hosts with included blocks 11924 1726884887.25504: done extending task lists 11924 1726884887.25505: done processing included files 11924 1726884887.25505: results queue empty 11924 1726884887.25506: checking for any_errors_fatal 11924 1726884887.25508: done checking for any_errors_fatal 11924 1726884887.25508: checking for max_fail_percentage 11924 1726884887.25509: done checking for max_fail_percentage 11924 1726884887.25509: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.25510: done checking to see if all hosts have failed 11924 1726884887.25510: getting the remaining hosts for this loop 11924 1726884887.25511: done getting the remaining hosts for this loop 11924 1726884887.25513: getting the next task for host managed_node2 11924 1726884887.25516: done getting next task for host managed_node2 11924 1726884887.25517: ^ task is: TASK: Get information about the LV 11924 1726884887.25520: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.25521: getting variables 11924 1726884887.25522: in VariableManager get_vars() 11924 1726884887.25527: Calling all_inventory to load vars for managed_node2 11924 1726884887.25529: Calling groups_inventory to load vars for managed_node2 11924 1726884887.25530: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.25533: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.25535: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.25540: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.25909: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.26237: done with get_vars() 11924 1726884887.26246: done getting variables 11924 1726884887.26275: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:47 -0400 (0:00:00.037) 0:00:52.601 ****** 11924 1726884887.26295: entering _queue_task() for managed_node2/command 11924 1726884887.26467: worker is 1 (out of 1 available) 11924 1726884887.26479: exiting _queue_task() for managed_node2/command 11924 1726884887.26492: done queuing things up, now waiting for results queue to drain 11924 1726884887.26494: waiting for pending results... 11924 1726884887.26661: running TaskExecutor() for managed_node2/TASK: Get information about the LV 11924 1726884887.26747: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000014b7 11924 1726884887.26759: variable 'ansible_search_path' from source: unknown 11924 1726884887.26785: calling self._execute() 11924 1726884887.26870: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.26875: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.26884: variable 'omit' from source: magic vars 11924 1726884887.27149: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884887.27357: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884887.27395: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884887.27421: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884887.27446: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884887.27509: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884887.27527: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884887.27545: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884887.27563: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884887.27656: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884887.27678: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884887.27681: when evaluation is False, skipping this task 11924 1726884887.27684: _execute() done 11924 1726884887.27687: dumping result to json 11924 1726884887.27691: done dumping result, returning 11924 1726884887.27694: done running TaskExecutor() for managed_node2/TASK: Get information about the LV [0affc8a3-6f6f-f4c0-2290-0000000014b7] 11924 1726884887.27708: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000014b7 11924 1726884887.27782: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000014b7 11924 1726884887.27784: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884887.27853: no more pending results, returning what we have 11924 1726884887.27858: results queue empty 11924 1726884887.27859: checking for any_errors_fatal 11924 1726884887.27860: done checking for any_errors_fatal 11924 1726884887.27861: checking for max_fail_percentage 11924 1726884887.27863: done checking for max_fail_percentage 11924 1726884887.27863: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.27864: done checking to see if all hosts have failed 11924 1726884887.27865: getting the remaining hosts for this loop 11924 1726884887.27866: done getting the remaining hosts for this loop 11924 1726884887.27869: getting the next task for host managed_node2 11924 1726884887.27876: done getting next task for host managed_node2 11924 1726884887.27878: ^ task is: TASK: Set LV segment type 11924 1726884887.27884: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.27888: getting variables 11924 1726884887.27889: in VariableManager get_vars() 11924 1726884887.27916: Calling all_inventory to load vars for managed_node2 11924 1726884887.27918: Calling groups_inventory to load vars for managed_node2 11924 1726884887.27921: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.27928: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.27930: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.27933: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.28252: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.28601: done with get_vars() 11924 1726884887.28610: done getting variables 11924 1726884887.28646: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:47 -0400 (0:00:00.023) 0:00:52.625 ****** 11924 1726884887.28670: entering _queue_task() for managed_node2/set_fact 11924 1726884887.28845: worker is 1 (out of 1 available) 11924 1726884887.28858: exiting _queue_task() for managed_node2/set_fact 11924 1726884887.28870: done queuing things up, now waiting for results queue to drain 11924 1726884887.28872: waiting for pending results... 11924 1726884887.29030: running TaskExecutor() for managed_node2/TASK: Set LV segment type 11924 1726884887.29111: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000014b8 11924 1726884887.29123: variable 'ansible_search_path' from source: unknown 11924 1726884887.29148: calling self._execute() 11924 1726884887.29230: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.29234: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.29243: variable 'omit' from source: magic vars 11924 1726884887.29505: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884887.29696: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884887.29729: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884887.29754: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884887.29785: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884887.29844: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884887.29867: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884887.29885: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884887.29904: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884887.29993: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884887.30016: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884887.30019: when evaluation is False, skipping this task 11924 1726884887.30022: _execute() done 11924 1726884887.30025: dumping result to json 11924 1726884887.30027: done dumping result, returning 11924 1726884887.30033: done running TaskExecutor() for managed_node2/TASK: Set LV segment type [0affc8a3-6f6f-f4c0-2290-0000000014b8] 11924 1726884887.30038: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000014b8 11924 1726884887.30120: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000014b8 11924 1726884887.30123: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884887.30168: no more pending results, returning what we have 11924 1726884887.30171: results queue empty 11924 1726884887.30172: checking for any_errors_fatal 11924 1726884887.30176: done checking for any_errors_fatal 11924 1726884887.30177: checking for max_fail_percentage 11924 1726884887.30179: done checking for max_fail_percentage 11924 1726884887.30180: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.30180: done checking to see if all hosts have failed 11924 1726884887.30181: getting the remaining hosts for this loop 11924 1726884887.30183: done getting the remaining hosts for this loop 11924 1726884887.30186: getting the next task for host managed_node2 11924 1726884887.30193: done getting next task for host managed_node2 11924 1726884887.30194: ^ task is: TASK: Check segment type 11924 1726884887.30200: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.30203: getting variables 11924 1726884887.30205: in VariableManager get_vars() 11924 1726884887.30228: Calling all_inventory to load vars for managed_node2 11924 1726884887.30230: Calling groups_inventory to load vars for managed_node2 11924 1726884887.30235: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.30242: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.30245: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.30247: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.30580: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.30959: done with get_vars() 11924 1726884887.30968: done getting variables 11924 1726884887.31004: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:47 -0400 (0:00:00.023) 0:00:52.649 ****** 11924 1726884887.31026: entering _queue_task() for managed_node2/assert 11924 1726884887.31196: worker is 1 (out of 1 available) 11924 1726884887.31209: exiting _queue_task() for managed_node2/assert 11924 1726884887.31222: done queuing things up, now waiting for results queue to drain 11924 1726884887.31223: waiting for pending results... 11924 1726884887.31460: running TaskExecutor() for managed_node2/TASK: Check segment type 11924 1726884887.31549: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000014b9 11924 1726884887.31562: variable 'ansible_search_path' from source: unknown 11924 1726884887.31590: calling self._execute() 11924 1726884887.31671: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.31676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.31692: variable 'omit' from source: magic vars 11924 1726884887.31942: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884887.32325: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884887.32382: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884887.32437: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884887.32478: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884887.32663: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884887.32667: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884887.32670: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884887.32672: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884887.32798: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884887.32834: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884887.32846: when evaluation is False, skipping this task 11924 1726884887.32857: _execute() done 11924 1726884887.32863: dumping result to json 11924 1726884887.32866: done dumping result, returning 11924 1726884887.32879: done running TaskExecutor() for managed_node2/TASK: Check segment type [0affc8a3-6f6f-f4c0-2290-0000000014b9] 11924 1726884887.32882: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000014b9 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884887.33014: no more pending results, returning what we have 11924 1726884887.33017: results queue empty 11924 1726884887.33018: checking for any_errors_fatal 11924 1726884887.33023: done checking for any_errors_fatal 11924 1726884887.33024: checking for max_fail_percentage 11924 1726884887.33025: done checking for max_fail_percentage 11924 1726884887.33026: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.33027: done checking to see if all hosts have failed 11924 1726884887.33028: getting the remaining hosts for this loop 11924 1726884887.33029: done getting the remaining hosts for this loop 11924 1726884887.33032: getting the next task for host managed_node2 11924 1726884887.33039: done getting next task for host managed_node2 11924 1726884887.33041: ^ task is: TASK: Set LV stripe size 11924 1726884887.33047: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.33050: getting variables 11924 1726884887.33051: in VariableManager get_vars() 11924 1726884887.33078: Calling all_inventory to load vars for managed_node2 11924 1726884887.33080: Calling groups_inventory to load vars for managed_node2 11924 1726884887.33082: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.33088: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000014b9 11924 1726884887.33097: WORKER PROCESS EXITING 11924 1726884887.33105: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.33108: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.33110: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.33599: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.34093: done with get_vars() 11924 1726884887.34109: done getting variables 11924 1726884887.34146: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:47 -0400 (0:00:00.031) 0:00:52.680 ****** 11924 1726884887.34171: entering _queue_task() for managed_node2/set_fact 11924 1726884887.34347: worker is 1 (out of 1 available) 11924 1726884887.34363: exiting _queue_task() for managed_node2/set_fact 11924 1726884887.34376: done queuing things up, now waiting for results queue to drain 11924 1726884887.34377: waiting for pending results... 11924 1726884887.34540: running TaskExecutor() for managed_node2/TASK: Set LV stripe size 11924 1726884887.34630: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000014ba 11924 1726884887.34643: variable 'ansible_search_path' from source: unknown 11924 1726884887.34672: calling self._execute() 11924 1726884887.34761: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.34765: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.34775: variable 'omit' from source: magic vars 11924 1726884887.35261: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884887.35376: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884887.35423: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884887.35465: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884887.35501: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884887.35584: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884887.35613: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884887.35644: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884887.35678: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884887.35789: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884887.36161: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884887.36164: when evaluation is False, skipping this task 11924 1726884887.36167: _execute() done 11924 1726884887.36169: dumping result to json 11924 1726884887.36171: done dumping result, returning 11924 1726884887.36173: done running TaskExecutor() for managed_node2/TASK: Set LV stripe size [0affc8a3-6f6f-f4c0-2290-0000000014ba] 11924 1726884887.36175: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000014ba 11924 1726884887.36232: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000014ba 11924 1726884887.36235: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884887.36278: no more pending results, returning what we have 11924 1726884887.36281: results queue empty 11924 1726884887.36282: checking for any_errors_fatal 11924 1726884887.36294: done checking for any_errors_fatal 11924 1726884887.36295: checking for max_fail_percentage 11924 1726884887.36296: done checking for max_fail_percentage 11924 1726884887.36297: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.36300: done checking to see if all hosts have failed 11924 1726884887.36302: getting the remaining hosts for this loop 11924 1726884887.36304: done getting the remaining hosts for this loop 11924 1726884887.36307: getting the next task for host managed_node2 11924 1726884887.36315: done getting next task for host managed_node2 11924 1726884887.36317: ^ task is: TASK: Parse the requested stripe size 11924 1726884887.36323: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.36327: getting variables 11924 1726884887.36329: in VariableManager get_vars() 11924 1726884887.36360: Calling all_inventory to load vars for managed_node2 11924 1726884887.36363: Calling groups_inventory to load vars for managed_node2 11924 1726884887.36367: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.36375: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.36378: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.36380: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.37115: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.37492: done with get_vars() 11924 1726884887.37504: 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 22:14:47 -0400 (0:00:00.033) 0:00:52.714 ****** 11924 1726884887.37561: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884887.37741: worker is 1 (out of 1 available) 11924 1726884887.37754: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884887.37769: done queuing things up, now waiting for results queue to drain 11924 1726884887.37770: waiting for pending results... 11924 1726884887.37942: running TaskExecutor() for managed_node2/TASK: Parse the requested stripe size 11924 1726884887.38033: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000014bb 11924 1726884887.38045: variable 'ansible_search_path' from source: unknown 11924 1726884887.38073: calling self._execute() 11924 1726884887.38160: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.38164: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.38173: variable 'omit' from source: magic vars 11924 1726884887.38426: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884887.38628: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884887.38662: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884887.38688: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884887.38713: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884887.38775: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884887.38793: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884887.38812: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884887.38847: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884887.39160: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884887.39163: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884887.39165: when evaluation is False, skipping this task 11924 1726884887.39168: _execute() done 11924 1726884887.39170: dumping result to json 11924 1726884887.39172: done dumping result, returning 11924 1726884887.39174: done running TaskExecutor() for managed_node2/TASK: Parse the requested stripe size [0affc8a3-6f6f-f4c0-2290-0000000014bb] 11924 1726884887.39176: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000014bb 11924 1726884887.39241: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000014bb 11924 1726884887.39244: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884887.39306: no more pending results, returning what we have 11924 1726884887.39309: results queue empty 11924 1726884887.39310: checking for any_errors_fatal 11924 1726884887.39317: done checking for any_errors_fatal 11924 1726884887.39318: checking for max_fail_percentage 11924 1726884887.39320: done checking for max_fail_percentage 11924 1726884887.39321: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.39322: done checking to see if all hosts have failed 11924 1726884887.39323: getting the remaining hosts for this loop 11924 1726884887.39324: done getting the remaining hosts for this loop 11924 1726884887.39328: getting the next task for host managed_node2 11924 1726884887.39337: done getting next task for host managed_node2 11924 1726884887.39339: ^ task is: TASK: Set expected stripe size 11924 1726884887.39345: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.39348: getting variables 11924 1726884887.39350: in VariableManager get_vars() 11924 1726884887.39463: Calling all_inventory to load vars for managed_node2 11924 1726884887.39466: Calling groups_inventory to load vars for managed_node2 11924 1726884887.39468: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.39479: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.39481: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.39484: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.40106: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.40749: done with get_vars() 11924 1726884887.40764: done getting variables 11924 1726884887.40819: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:47 -0400 (0:00:00.032) 0:00:52.747 ****** 11924 1726884887.40852: entering _queue_task() for managed_node2/set_fact 11924 1726884887.41092: worker is 1 (out of 1 available) 11924 1726884887.41217: exiting _queue_task() for managed_node2/set_fact 11924 1726884887.41230: done queuing things up, now waiting for results queue to drain 11924 1726884887.41232: waiting for pending results... 11924 1726884887.41433: running TaskExecutor() for managed_node2/TASK: Set expected stripe size 11924 1726884887.41595: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000014bc 11924 1726884887.41621: variable 'ansible_search_path' from source: unknown 11924 1726884887.41763: calling self._execute() 11924 1726884887.41812: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.41827: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.41845: variable 'omit' from source: magic vars 11924 1726884887.42260: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884887.42588: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884887.42648: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884887.42697: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884887.42742: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884887.42840: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884887.42883: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884887.42921: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884887.43062: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884887.43098: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884887.43132: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884887.43141: when evaluation is False, skipping this task 11924 1726884887.43148: _execute() done 11924 1726884887.43157: dumping result to json 11924 1726884887.43166: done dumping result, returning 11924 1726884887.43182: done running TaskExecutor() for managed_node2/TASK: Set expected stripe size [0affc8a3-6f6f-f4c0-2290-0000000014bc] 11924 1726884887.43192: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000014bc skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884887.43428: no more pending results, returning what we have 11924 1726884887.43432: results queue empty 11924 1726884887.43433: checking for any_errors_fatal 11924 1726884887.43441: done checking for any_errors_fatal 11924 1726884887.43442: checking for max_fail_percentage 11924 1726884887.43444: done checking for max_fail_percentage 11924 1726884887.43445: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.43446: done checking to see if all hosts have failed 11924 1726884887.43446: getting the remaining hosts for this loop 11924 1726884887.43449: done getting the remaining hosts for this loop 11924 1726884887.43452: getting the next task for host managed_node2 11924 1726884887.43463: done getting next task for host managed_node2 11924 1726884887.43467: ^ task is: TASK: Check stripe size 11924 1726884887.43474: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.43479: getting variables 11924 1726884887.43481: in VariableManager get_vars() 11924 1726884887.43516: Calling all_inventory to load vars for managed_node2 11924 1726884887.43519: Calling groups_inventory to load vars for managed_node2 11924 1726884887.43523: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.43534: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.43538: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.43544: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.44340: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000014bc 11924 1726884887.44343: WORKER PROCESS EXITING 11924 1726884887.44521: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.50117: done with get_vars() 11924 1726884887.50134: done getting variables 11924 1726884887.50181: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:47 -0400 (0:00:00.093) 0:00:52.841 ****** 11924 1726884887.50210: entering _queue_task() for managed_node2/assert 11924 1726884887.50487: worker is 1 (out of 1 available) 11924 1726884887.50500: exiting _queue_task() for managed_node2/assert 11924 1726884887.50513: done queuing things up, now waiting for results queue to drain 11924 1726884887.50514: waiting for pending results... 11924 1726884887.50797: running TaskExecutor() for managed_node2/TASK: Check stripe size 11924 1726884887.50948: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000014bd 11924 1726884887.50971: variable 'ansible_search_path' from source: unknown 11924 1726884887.51013: calling self._execute() 11924 1726884887.51136: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.51148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.51166: variable 'omit' from source: magic vars 11924 1726884887.51540: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884887.51824: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884887.51958: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884887.51962: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884887.51992: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884887.52080: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884887.52114: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884887.52145: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884887.52184: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884887.52330: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884887.52367: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884887.52409: when evaluation is False, skipping this task 11924 1726884887.52412: _execute() done 11924 1726884887.52415: dumping result to json 11924 1726884887.52417: done dumping result, returning 11924 1726884887.52419: done running TaskExecutor() for managed_node2/TASK: Check stripe size [0affc8a3-6f6f-f4c0-2290-0000000014bd] 11924 1726884887.52421: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000014bd skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884887.52697: no more pending results, returning what we have 11924 1726884887.52701: results queue empty 11924 1726884887.52702: checking for any_errors_fatal 11924 1726884887.52710: done checking for any_errors_fatal 11924 1726884887.52711: checking for max_fail_percentage 11924 1726884887.52713: done checking for max_fail_percentage 11924 1726884887.52714: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.52715: done checking to see if all hosts have failed 11924 1726884887.52715: getting the remaining hosts for this loop 11924 1726884887.52718: done getting the remaining hosts for this loop 11924 1726884887.52721: getting the next task for host managed_node2 11924 1726884887.52732: done getting next task for host managed_node2 11924 1726884887.52735: ^ task is: TASK: Check Thin Pools 11924 1726884887.52742: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.52747: getting variables 11924 1726884887.52749: in VariableManager get_vars() 11924 1726884887.52784: Calling all_inventory to load vars for managed_node2 11924 1726884887.52787: Calling groups_inventory to load vars for managed_node2 11924 1726884887.52791: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.52800: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.52803: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.52806: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.53583: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000014bd 11924 1726884887.53586: WORKER PROCESS EXITING 11924 1726884887.53970: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.55244: done with get_vars() 11924 1726884887.55427: 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 22:14:47 -0400 (0:00:00.052) 0:00:52.894 ****** 11924 1726884887.55511: entering _queue_task() for managed_node2/include_tasks 11924 1726884887.56046: worker is 1 (out of 1 available) 11924 1726884887.56207: exiting _queue_task() for managed_node2/include_tasks 11924 1726884887.56221: done queuing things up, now waiting for results queue to drain 11924 1726884887.56223: waiting for pending results... 11924 1726884887.56566: running TaskExecutor() for managed_node2/TASK: Check Thin Pools 11924 1726884887.56914: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001277 11924 1726884887.56934: variable 'ansible_search_path' from source: unknown 11924 1726884887.56995: calling self._execute() 11924 1726884887.57179: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.57191: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.57232: variable 'omit' from source: magic vars 11924 1726884887.57381: _execute() done 11924 1726884887.57390: dumping result to json 11924 1726884887.57398: done dumping result, returning 11924 1726884887.57411: done running TaskExecutor() for managed_node2/TASK: Check Thin Pools [0affc8a3-6f6f-f4c0-2290-000000001277] 11924 1726884887.57424: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001277 11924 1726884887.57683: no more pending results, returning what we have 11924 1726884887.57688: in VariableManager get_vars() 11924 1726884887.57729: Calling all_inventory to load vars for managed_node2 11924 1726884887.57732: Calling groups_inventory to load vars for managed_node2 11924 1726884887.57736: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.57747: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.57751: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.57754: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.58368: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001277 11924 1726884887.58372: WORKER PROCESS EXITING 11924 1726884887.58435: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.59040: done with get_vars() 11924 1726884887.59052: variable 'ansible_search_path' from source: unknown 11924 1726884887.59183: variable 'storage_test_pool_subset' from source: include params 11924 1726884887.59209: we have included files to process 11924 1726884887.59211: generating all_blocks data 11924 1726884887.59213: done generating all_blocks data 11924 1726884887.59220: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884887.59221: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884887.59223: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884887.59397: in VariableManager get_vars() 11924 1726884887.59416: done with get_vars() 11924 1726884887.59429: done processing included file 11924 1726884887.59430: iterating over new_blocks loaded from include file 11924 1726884887.59432: in VariableManager get_vars() 11924 1726884887.59445: done with get_vars() 11924 1726884887.59446: filtering new block on tags 11924 1726884887.59778: done filtering new block on tags 11924 1726884887.59780: 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_node2 11924 1726884887.59785: extending task lists for all hosts with included blocks 11924 1726884887.62924: done extending task lists 11924 1726884887.62926: done processing included files 11924 1726884887.62927: results queue empty 11924 1726884887.62927: checking for any_errors_fatal 11924 1726884887.62933: done checking for any_errors_fatal 11924 1726884887.62934: checking for max_fail_percentage 11924 1726884887.62935: done checking for max_fail_percentage 11924 1726884887.62936: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.62937: done checking to see if all hosts have failed 11924 1726884887.62938: getting the remaining hosts for this loop 11924 1726884887.62939: done getting the remaining hosts for this loop 11924 1726884887.62942: getting the next task for host managed_node2 11924 1726884887.62947: done getting next task for host managed_node2 11924 1726884887.62950: ^ task is: TASK: Validate pool member thinpool settings 11924 1726884887.62954: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.62958: getting variables 11924 1726884887.62959: in VariableManager get_vars() 11924 1726884887.62968: Calling all_inventory to load vars for managed_node2 11924 1726884887.62970: Calling groups_inventory to load vars for managed_node2 11924 1726884887.62972: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.62977: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.62978: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.62981: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.63823: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.65042: done with get_vars() 11924 1726884887.65058: 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 22:14:47 -0400 (0:00:00.096) 0:00:52.990 ****** 11924 1726884887.65148: entering _queue_task() for managed_node2/include_tasks 11924 1726884887.65686: worker is 1 (out of 1 available) 11924 1726884887.65698: exiting _queue_task() for managed_node2/include_tasks 11924 1726884887.65711: done queuing things up, now waiting for results queue to drain 11924 1726884887.65713: waiting for pending results... 11924 1726884887.65829: running TaskExecutor() for managed_node2/TASK: Validate pool member thinpool settings 11924 1726884887.65979: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000014ec 11924 1726884887.65999: variable 'ansible_search_path' from source: unknown 11924 1726884887.66267: variable 'storage_test_pool' from source: include params 11924 1726884887.66514: variable 'omit' from source: magic vars 11924 1726884887.66667: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.66708: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.66712: variable 'omit' from source: magic vars 11924 1726884887.66935: variable 'storage_test_pool' from source: include params 11924 1726884887.66965: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884887.67034: variable 'storage_test_thin_volume' from source: unknown 11924 1726884887.67089: variable 'storage_test_thin_volume' from source: unknown 11924 1726884887.67763: dumping result to json 11924 1726884887.67767: done dumping result, returning 11924 1726884887.67769: done running TaskExecutor() for managed_node2/TASK: Validate pool member thinpool settings [0affc8a3-6f6f-f4c0-2290-0000000014ec] 11924 1726884887.67771: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000014ec 11924 1726884887.67826: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000014ec 11924 1726884887.67830: WORKER PROCESS EXITING 11924 1726884887.67915: no more pending results, returning what we have 11924 1726884887.67920: in VariableManager get_vars() 11924 1726884887.67949: Calling all_inventory to load vars for managed_node2 11924 1726884887.67953: Calling groups_inventory to load vars for managed_node2 11924 1726884887.67958: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.67969: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.67972: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.67975: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.68577: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.69585: done with get_vars() 11924 1726884887.69599: variable 'ansible_search_path' from source: unknown 11924 1726884887.69643: we have included files to process 11924 1726884887.69644: generating all_blocks data 11924 1726884887.69646: done generating all_blocks data 11924 1726884887.69648: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884887.69649: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884887.69652: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884887.70370: done processing included file 11924 1726884887.70373: iterating over new_blocks loaded from include file 11924 1726884887.70374: in VariableManager get_vars() 11924 1726884887.70391: done with get_vars() 11924 1726884887.70393: filtering new block on tags 11924 1726884887.70452: done filtering new block on tags 11924 1726884887.70477: in VariableManager get_vars() 11924 1726884887.70495: done with get_vars() 11924 1726884887.70497: filtering new block on tags 11924 1726884887.70524: done filtering new block on tags 11924 1726884887.70526: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884887.70537: extending task lists for all hosts with included blocks 11924 1726884887.70721: done extending task lists 11924 1726884887.70722: done processing included files 11924 1726884887.70723: results queue empty 11924 1726884887.70723: checking for any_errors_fatal 11924 1726884887.70726: done checking for any_errors_fatal 11924 1726884887.70727: checking for max_fail_percentage 11924 1726884887.70728: done checking for max_fail_percentage 11924 1726884887.70729: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.70730: done checking to see if all hosts have failed 11924 1726884887.70731: getting the remaining hosts for this loop 11924 1726884887.70732: done getting the remaining hosts for this loop 11924 1726884887.70735: getting the next task for host managed_node2 11924 1726884887.70740: done getting next task for host managed_node2 11924 1726884887.70743: ^ task is: TASK: Get information about thinpool 11924 1726884887.70748: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.70750: getting variables 11924 1726884887.70751: in VariableManager get_vars() 11924 1726884887.70762: Calling all_inventory to load vars for managed_node2 11924 1726884887.70764: Calling groups_inventory to load vars for managed_node2 11924 1726884887.70766: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.70775: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.70778: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.70781: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.71388: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.71984: done with get_vars() 11924 1726884887.71998: done getting variables 11924 1726884887.72221: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:47 -0400 (0:00:00.071) 0:00:53.061 ****** 11924 1726884887.72253: entering _queue_task() for managed_node2/command 11924 1726884887.72552: worker is 1 (out of 1 available) 11924 1726884887.72667: exiting _queue_task() for managed_node2/command 11924 1726884887.72681: done queuing things up, now waiting for results queue to drain 11924 1726884887.72682: waiting for pending results... 11924 1726884887.72920: running TaskExecutor() for managed_node2/TASK: Get information about thinpool 11924 1726884887.73028: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001620 11924 1726884887.73062: variable 'ansible_search_path' from source: unknown 11924 1726884887.73091: calling self._execute() 11924 1726884887.73323: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.73327: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.73331: variable 'omit' from source: magic vars 11924 1726884887.73700: variable 'storage_test_thin_volume' from source: include params 11924 1726884887.73733: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884887.73766: when evaluation is False, skipping this task 11924 1726884887.73776: _execute() done 11924 1726884887.73820: dumping result to json 11924 1726884887.73829: done dumping result, returning 11924 1726884887.73840: done running TaskExecutor() for managed_node2/TASK: Get information about thinpool [0affc8a3-6f6f-f4c0-2290-000000001620] 11924 1726884887.73849: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001620 11924 1726884887.74107: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001620 11924 1726884887.74111: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884887.74163: no more pending results, returning what we have 11924 1726884887.74167: results queue empty 11924 1726884887.74167: checking for any_errors_fatal 11924 1726884887.74169: done checking for any_errors_fatal 11924 1726884887.74170: checking for max_fail_percentage 11924 1726884887.74171: done checking for max_fail_percentage 11924 1726884887.74172: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.74173: done checking to see if all hosts have failed 11924 1726884887.74174: getting the remaining hosts for this loop 11924 1726884887.74175: done getting the remaining hosts for this loop 11924 1726884887.74179: getting the next task for host managed_node2 11924 1726884887.74187: done getting next task for host managed_node2 11924 1726884887.74189: ^ task is: TASK: Check that volume is in correct thinpool (when thinp name is provided) 11924 1726884887.74195: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.74199: getting variables 11924 1726884887.74200: in VariableManager get_vars() 11924 1726884887.74226: Calling all_inventory to load vars for managed_node2 11924 1726884887.74228: Calling groups_inventory to load vars for managed_node2 11924 1726884887.74231: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.74239: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.74241: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.74244: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.74758: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.75345: done with get_vars() 11924 1726884887.75362: done getting variables 11924 1726884887.75412: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:47 -0400 (0:00:00.031) 0:00:53.093 ****** 11924 1726884887.75445: entering _queue_task() for managed_node2/assert 11924 1726884887.75878: worker is 1 (out of 1 available) 11924 1726884887.75889: exiting _queue_task() for managed_node2/assert 11924 1726884887.75900: done queuing things up, now waiting for results queue to drain 11924 1726884887.75902: waiting for pending results... 11924 1726884887.76001: running TaskExecutor() for managed_node2/TASK: Check that volume is in correct thinpool (when thinp name is provided) 11924 1726884887.76237: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001621 11924 1726884887.76240: variable 'ansible_search_path' from source: unknown 11924 1726884887.76243: calling self._execute() 11924 1726884887.76327: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.76342: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.76364: variable 'omit' from source: magic vars 11924 1726884887.76722: variable 'storage_test_thin_volume' from source: include params 11924 1726884887.76757: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884887.76765: when evaluation is False, skipping this task 11924 1726884887.76771: _execute() done 11924 1726884887.76778: dumping result to json 11924 1726884887.76788: done dumping result, returning 11924 1726884887.76799: done running TaskExecutor() for managed_node2/TASK: Check that volume is in correct thinpool (when thinp name is provided) [0affc8a3-6f6f-f4c0-2290-000000001621] 11924 1726884887.76810: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001621 11924 1726884887.76959: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001621 11924 1726884887.76963: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884887.77044: no more pending results, returning what we have 11924 1726884887.77050: results queue empty 11924 1726884887.77051: checking for any_errors_fatal 11924 1726884887.77064: done checking for any_errors_fatal 11924 1726884887.77065: checking for max_fail_percentage 11924 1726884887.77067: done checking for max_fail_percentage 11924 1726884887.77068: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.77068: done checking to see if all hosts have failed 11924 1726884887.77069: getting the remaining hosts for this loop 11924 1726884887.77071: done getting the remaining hosts for this loop 11924 1726884887.77075: getting the next task for host managed_node2 11924 1726884887.77085: done getting next task for host managed_node2 11924 1726884887.77089: ^ task is: TASK: Check that volume is in thinpool (when thinp name is not provided) 11924 1726884887.77100: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.77106: getting variables 11924 1726884887.77109: in VariableManager get_vars() 11924 1726884887.77141: Calling all_inventory to load vars for managed_node2 11924 1726884887.77143: Calling groups_inventory to load vars for managed_node2 11924 1726884887.77146: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.77304: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.77308: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.77314: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.77842: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.79339: done with get_vars() 11924 1726884887.79364: done getting variables 11924 1726884887.79448: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:47 -0400 (0:00:00.042) 0:00:53.136 ****** 11924 1726884887.79747: entering _queue_task() for managed_node2/assert 11924 1726884887.80352: worker is 1 (out of 1 available) 11924 1726884887.80371: exiting _queue_task() for managed_node2/assert 11924 1726884887.80384: done queuing things up, now waiting for results queue to drain 11924 1726884887.80386: waiting for pending results... 11924 1726884887.81074: running TaskExecutor() for managed_node2/TASK: Check that volume is in thinpool (when thinp name is not provided) 11924 1726884887.81306: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001622 11924 1726884887.81346: variable 'ansible_search_path' from source: unknown 11924 1726884887.81529: calling self._execute() 11924 1726884887.81642: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.81659: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.81677: variable 'omit' from source: magic vars 11924 1726884887.82426: variable 'storage_test_thin_volume' from source: include params 11924 1726884887.82472: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884887.82481: when evaluation is False, skipping this task 11924 1726884887.82490: _execute() done 11924 1726884887.82502: dumping result to json 11924 1726884887.82510: done dumping result, returning 11924 1726884887.82533: done running TaskExecutor() for managed_node2/TASK: Check that volume is in thinpool (when thinp name is not provided) [0affc8a3-6f6f-f4c0-2290-000000001622] 11924 1726884887.82640: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001622 11924 1726884887.82717: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001622 11924 1726884887.82720: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884887.82774: no more pending results, returning what we have 11924 1726884887.82778: results queue empty 11924 1726884887.82779: checking for any_errors_fatal 11924 1726884887.82788: done checking for any_errors_fatal 11924 1726884887.82789: checking for max_fail_percentage 11924 1726884887.82791: done checking for max_fail_percentage 11924 1726884887.82792: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.82793: done checking to see if all hosts have failed 11924 1726884887.82794: getting the remaining hosts for this loop 11924 1726884887.82796: done getting the remaining hosts for this loop 11924 1726884887.82802: getting the next task for host managed_node2 11924 1726884887.82814: done getting next task for host managed_node2 11924 1726884887.82817: ^ task is: TASK: Reset variable used by test 11924 1726884887.82826: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.82832: getting variables 11924 1726884887.82834: in VariableManager get_vars() 11924 1726884887.82868: Calling all_inventory to load vars for managed_node2 11924 1726884887.82871: Calling groups_inventory to load vars for managed_node2 11924 1726884887.82875: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.82886: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.82890: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.82894: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.83641: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.84315: done with get_vars() 11924 1726884887.84327: done getting variables 11924 1726884887.84382: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:47 -0400 (0:00:00.046) 0:00:53.183 ****** 11924 1726884887.84419: entering _queue_task() for managed_node2/set_fact 11924 1726884887.84676: worker is 1 (out of 1 available) 11924 1726884887.84695: exiting _queue_task() for managed_node2/set_fact 11924 1726884887.84710: done queuing things up, now waiting for results queue to drain 11924 1726884887.84712: waiting for pending results... 11924 1726884887.85395: running TaskExecutor() for managed_node2/TASK: Reset variable used by test 11924 1726884887.85925: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001624 11924 1726884887.85930: variable 'ansible_search_path' from source: unknown 11924 1726884887.86044: calling self._execute() 11924 1726884887.86239: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.86376: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.86418: variable 'omit' from source: magic vars 11924 1726884887.86622: variable 'omit' from source: magic vars 11924 1726884887.86805: variable 'omit' from source: magic vars 11924 1726884887.86877: variable 'omit' from source: magic vars 11924 1726884887.87064: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884887.87228: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884887.87231: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884887.87233: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884887.87235: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884887.87236: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884887.87414: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884887.87469: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884887.87496: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.87506: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.87741: Set connection var ansible_shell_executable to /bin/sh 11924 1726884887.87782: Set connection var ansible_connection to ssh 11924 1726884887.87793: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884887.87805: Set connection var ansible_timeout to 10 11924 1726884887.87814: Set connection var ansible_pipelining to False 11924 1726884887.87822: Set connection var ansible_shell_type to sh 11924 1726884887.87853: variable 'ansible_shell_executable' from source: unknown 11924 1726884887.87895: variable 'ansible_connection' from source: unknown 11924 1726884887.88005: variable 'ansible_module_compression' from source: unknown 11924 1726884887.88008: variable 'ansible_shell_type' from source: unknown 11924 1726884887.88011: variable 'ansible_shell_executable' from source: unknown 11924 1726884887.88013: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.88014: variable 'ansible_pipelining' from source: unknown 11924 1726884887.88016: variable 'ansible_timeout' from source: unknown 11924 1726884887.88018: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.88089: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884887.88110: variable 'omit' from source: magic vars 11924 1726884887.88121: starting attempt loop 11924 1726884887.88132: running the handler 11924 1726884887.88151: handler run complete 11924 1726884887.88246: attempt loop complete, returning result 11924 1726884887.88249: _execute() done 11924 1726884887.88252: dumping result to json 11924 1726884887.88254: done dumping result, returning 11924 1726884887.88259: done running TaskExecutor() for managed_node2/TASK: Reset variable used by test [0affc8a3-6f6f-f4c0-2290-000000001624] 11924 1726884887.88261: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001624 11924 1726884887.88326: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001624 11924 1726884887.88329: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } 11924 1726884887.88406: no more pending results, returning what we have 11924 1726884887.88413: results queue empty 11924 1726884887.88414: checking for any_errors_fatal 11924 1726884887.88423: done checking for any_errors_fatal 11924 1726884887.88424: checking for max_fail_percentage 11924 1726884887.88426: done checking for max_fail_percentage 11924 1726884887.88427: checking to see if all hosts have failed and the running result is not ok 11924 1726884887.88428: done checking to see if all hosts have failed 11924 1726884887.88429: getting the remaining hosts for this loop 11924 1726884887.88431: done getting the remaining hosts for this loop 11924 1726884887.88435: getting the next task for host managed_node2 11924 1726884887.88446: done getting next task for host managed_node2 11924 1726884887.88449: ^ task is: TASK: Check member encryption 11924 1726884887.88457: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884887.88464: getting variables 11924 1726884887.88466: in VariableManager get_vars() 11924 1726884887.88497: Calling all_inventory to load vars for managed_node2 11924 1726884887.88502: Calling groups_inventory to load vars for managed_node2 11924 1726884887.88505: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.88516: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.88519: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.88522: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.89369: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.90160: done with get_vars() 11924 1726884887.90175: 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 22:14:47 -0400 (0:00:00.058) 0:00:53.241 ****** 11924 1726884887.90271: entering _queue_task() for managed_node2/include_tasks 11924 1726884887.90567: worker is 1 (out of 1 available) 11924 1726884887.90611: exiting _queue_task() for managed_node2/include_tasks 11924 1726884887.90630: done queuing things up, now waiting for results queue to drain 11924 1726884887.90632: waiting for pending results... 11924 1726884887.91107: running TaskExecutor() for managed_node2/TASK: Check member encryption 11924 1726884887.91214: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001278 11924 1726884887.91234: variable 'ansible_search_path' from source: unknown 11924 1726884887.91311: calling self._execute() 11924 1726884887.91439: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884887.91526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884887.91530: variable 'omit' from source: magic vars 11924 1726884887.91777: _execute() done 11924 1726884887.91786: dumping result to json 11924 1726884887.91831: done dumping result, returning 11924 1726884887.91871: done running TaskExecutor() for managed_node2/TASK: Check member encryption [0affc8a3-6f6f-f4c0-2290-000000001278] 11924 1726884887.91903: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001278 11924 1726884887.92132: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001278 11924 1726884887.92135: WORKER PROCESS EXITING 11924 1726884887.92171: no more pending results, returning what we have 11924 1726884887.92177: in VariableManager get_vars() 11924 1726884887.92224: Calling all_inventory to load vars for managed_node2 11924 1726884887.92227: Calling groups_inventory to load vars for managed_node2 11924 1726884887.92231: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884887.92245: Calling all_plugins_play to load vars for managed_node2 11924 1726884887.92249: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884887.92252: Calling groups_plugins_play to load vars for managed_node2 11924 1726884887.93515: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884887.94140: done with get_vars() 11924 1726884887.94152: variable 'ansible_search_path' from source: unknown 11924 1726884887.94342: variable 'storage_test_pool_subset' from source: include params 11924 1726884887.94374: we have included files to process 11924 1726884887.94376: generating all_blocks data 11924 1726884887.94378: done generating all_blocks data 11924 1726884887.94383: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884887.94384: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884887.94387: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884887.94652: in VariableManager get_vars() 11924 1726884887.94677: done with get_vars() 11924 1726884887.94789: in VariableManager get_vars() 11924 1726884887.94810: done with get_vars() 11924 1726884887.94985: done processing included file 11924 1726884887.94987: iterating over new_blocks loaded from include file 11924 1726884887.94989: in VariableManager get_vars() 11924 1726884887.95007: done with get_vars() 11924 1726884887.95008: filtering new block on tags 11924 1726884887.95072: done filtering new block on tags 11924 1726884887.95074: 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_node2 11924 1726884887.95083: extending task lists for all hosts with included blocks 11924 1726884888.00092: done extending task lists 11924 1726884888.00094: done processing included files 11924 1726884888.00095: results queue empty 11924 1726884888.00096: checking for any_errors_fatal 11924 1726884888.00100: done checking for any_errors_fatal 11924 1726884888.00101: checking for max_fail_percentage 11924 1726884888.00103: done checking for max_fail_percentage 11924 1726884888.00104: checking to see if all hosts have failed and the running result is not ok 11924 1726884888.00105: done checking to see if all hosts have failed 11924 1726884888.00105: getting the remaining hosts for this loop 11924 1726884888.00107: done getting the remaining hosts for this loop 11924 1726884888.00110: getting the next task for host managed_node2 11924 1726884888.00115: done getting next task for host managed_node2 11924 1726884888.00117: ^ task is: TASK: Set test variables 11924 1726884888.00121: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884888.00123: getting variables 11924 1726884888.00124: in VariableManager get_vars() 11924 1726884888.00134: Calling all_inventory to load vars for managed_node2 11924 1726884888.00136: Calling groups_inventory to load vars for managed_node2 11924 1726884888.00139: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.00144: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.00150: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.00153: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.00601: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.01929: done with get_vars() 11924 1726884888.01943: done getting variables 11924 1726884888.02322: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:48 -0400 (0:00:00.120) 0:00:53.362 ****** 11924 1726884888.02354: entering _queue_task() for managed_node2/set_fact 11924 1726884888.02992: worker is 1 (out of 1 available) 11924 1726884888.03007: exiting _queue_task() for managed_node2/set_fact 11924 1726884888.03020: done queuing things up, now waiting for results queue to drain 11924 1726884888.03022: waiting for pending results... 11924 1726884888.03673: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884888.03862: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000164b 11924 1726884888.03866: variable 'ansible_search_path' from source: unknown 11924 1726884888.03869: calling self._execute() 11924 1726884888.03871: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.03874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.04067: variable 'omit' from source: magic vars 11924 1726884888.04175: variable 'omit' from source: magic vars 11924 1726884888.04422: variable 'omit' from source: magic vars 11924 1726884888.04939: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884888.10158: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884888.10262: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884888.10524: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884888.10528: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884888.10565: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884888.10832: variable 'storage_test_pool' from source: include params 11924 1726884888.11223: variable 'storage_test_pool' from source: include params 11924 1726884888.11263: variable 'omit' from source: magic vars 11924 1726884888.11498: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884888.11502: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884888.11504: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884888.11507: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884888.11509: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884888.11512: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884888.11615: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884888.11650: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884888.11721: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.11730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.11966: Set connection var ansible_shell_executable to /bin/sh 11924 1726884888.11975: Set connection var ansible_connection to ssh 11924 1726884888.11986: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884888.11998: Set connection var ansible_timeout to 10 11924 1726884888.12009: Set connection var ansible_pipelining to False 11924 1726884888.12050: Set connection var ansible_shell_type to sh 11924 1726884888.12088: variable 'ansible_shell_executable' from source: unknown 11924 1726884888.12361: variable 'ansible_connection' from source: unknown 11924 1726884888.12368: variable 'ansible_module_compression' from source: unknown 11924 1726884888.12371: variable 'ansible_shell_type' from source: unknown 11924 1726884888.12374: variable 'ansible_shell_executable' from source: unknown 11924 1726884888.12376: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.12379: variable 'ansible_pipelining' from source: unknown 11924 1726884888.12381: variable 'ansible_timeout' from source: unknown 11924 1726884888.12384: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.12423: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884888.12440: variable 'omit' from source: magic vars 11924 1726884888.12507: starting attempt loop 11924 1726884888.12516: running the handler 11924 1726884888.12536: handler run complete 11924 1726884888.12552: attempt loop complete, returning result 11924 1726884888.12716: _execute() done 11924 1726884888.12720: dumping result to json 11924 1726884888.12723: done dumping result, returning 11924 1726884888.12725: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-00000000164b] 11924 1726884888.12727: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000164b 11924 1726884888.12802: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000164b 11924 1726884888.12806: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 11924 1726884888.12881: no more pending results, returning what we have 11924 1726884888.12885: results queue empty 11924 1726884888.12885: checking for any_errors_fatal 11924 1726884888.12887: done checking for any_errors_fatal 11924 1726884888.12888: checking for max_fail_percentage 11924 1726884888.12890: done checking for max_fail_percentage 11924 1726884888.12892: checking to see if all hosts have failed and the running result is not ok 11924 1726884888.12893: done checking to see if all hosts have failed 11924 1726884888.12894: getting the remaining hosts for this loop 11924 1726884888.12896: done getting the remaining hosts for this loop 11924 1726884888.12902: getting the next task for host managed_node2 11924 1726884888.12910: done getting next task for host managed_node2 11924 1726884888.12913: ^ task is: TASK: Validate pool member LUKS settings 11924 1726884888.12919: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884888.12922: getting variables 11924 1726884888.12924: in VariableManager get_vars() 11924 1726884888.12960: Calling all_inventory to load vars for managed_node2 11924 1726884888.12968: Calling groups_inventory to load vars for managed_node2 11924 1726884888.12972: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.12982: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.12985: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.12987: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.14184: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.15711: done with get_vars() 11924 1726884888.15738: 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 22:14:48 -0400 (0:00:00.135) 0:00:53.498 ****** 11924 1726884888.15923: entering _queue_task() for managed_node2/include_tasks 11924 1726884888.16431: worker is 1 (out of 1 available) 11924 1726884888.16668: exiting _queue_task() for managed_node2/include_tasks 11924 1726884888.16681: done queuing things up, now waiting for results queue to drain 11924 1726884888.16683: waiting for pending results... 11924 1726884888.17178: running TaskExecutor() for managed_node2/TASK: Validate pool member LUKS settings 11924 1726884888.17775: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000164c 11924 1726884888.17779: variable 'ansible_search_path' from source: unknown 11924 1726884888.17883: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884888.18182: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884888.18286: variable 'omit' from source: magic vars 11924 1726884888.18595: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.18613: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.18628: variable 'omit' from source: magic vars 11924 1726884888.18923: variable 'storage_test_pool' from source: include params 11924 1726884888.18954: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.encryption): False 11924 1726884888.18966: when evaluation is False, skipping this task 11924 1726884888.19177: variable '_storage_test_pool_member_path' from source: unknown 11924 1726884888.19181: variable '_storage_test_pool_member_path' from source: unknown skipping: [managed_node2] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "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" } 11924 1726884888.19623: dumping result to json 11924 1726884888.19627: done dumping result, returning 11924 1726884888.19629: done running TaskExecutor() for managed_node2/TASK: Validate pool member LUKS settings [0affc8a3-6f6f-f4c0-2290-00000000164c] 11924 1726884888.19632: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000164c 11924 1726884888.19678: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000164c 11924 1726884888.19764: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 11924 1726884888.19801: no more pending results, returning what we have 11924 1726884888.19805: results queue empty 11924 1726884888.19806: checking for any_errors_fatal 11924 1726884888.19812: done checking for any_errors_fatal 11924 1726884888.19813: checking for max_fail_percentage 11924 1726884888.19815: done checking for max_fail_percentage 11924 1726884888.19815: checking to see if all hosts have failed and the running result is not ok 11924 1726884888.19816: done checking to see if all hosts have failed 11924 1726884888.19817: getting the remaining hosts for this loop 11924 1726884888.19818: done getting the remaining hosts for this loop 11924 1726884888.19822: getting the next task for host managed_node2 11924 1726884888.19829: done getting next task for host managed_node2 11924 1726884888.19831: ^ task is: TASK: Validate pool member crypttab entries 11924 1726884888.19837: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884888.19841: getting variables 11924 1726884888.19842: in VariableManager get_vars() 11924 1726884888.19877: Calling all_inventory to load vars for managed_node2 11924 1726884888.19880: Calling groups_inventory to load vars for managed_node2 11924 1726884888.19883: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.19894: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.19897: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.19904: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.20494: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.21130: done with get_vars() 11924 1726884888.21144: 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 22:14:48 -0400 (0:00:00.053) 0:00:53.551 ****** 11924 1726884888.21245: entering _queue_task() for managed_node2/include_tasks 11924 1726884888.21595: worker is 1 (out of 1 available) 11924 1726884888.21642: exiting _queue_task() for managed_node2/include_tasks 11924 1726884888.21653: done queuing things up, now waiting for results queue to drain 11924 1726884888.21704: waiting for pending results... 11924 1726884888.21894: running TaskExecutor() for managed_node2/TASK: Validate pool member crypttab entries 11924 1726884888.22015: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000164e 11924 1726884888.22043: variable 'ansible_search_path' from source: unknown 11924 1726884888.22096: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884888.22324: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884888.22421: variable 'omit' from source: magic vars 11924 1726884888.22582: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.22596: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.22613: variable 'omit' from source: magic vars 11924 1726884888.22849: variable 'storage_test_pool' from source: include params 11924 1726884888.22883: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884888.23014: variable '_storage_test_pool_member_path' from source: unknown 11924 1726884888.23017: variable '_storage_test_pool_member_path' from source: unknown 11924 1726884888.23194: dumping result to json 11924 1726884888.23197: done dumping result, returning 11924 1726884888.23201: done running TaskExecutor() for managed_node2/TASK: Validate pool member crypttab entries [0affc8a3-6f6f-f4c0-2290-00000000164e] 11924 1726884888.23203: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000164e 11924 1726884888.23264: no more pending results, returning what we have 11924 1726884888.23270: in VariableManager get_vars() 11924 1726884888.23310: Calling all_inventory to load vars for managed_node2 11924 1726884888.23313: Calling groups_inventory to load vars for managed_node2 11924 1726884888.23316: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.23330: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.23333: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.23336: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.24062: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000164e 11924 1726884888.24066: WORKER PROCESS EXITING 11924 1726884888.24491: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.25369: done with get_vars() 11924 1726884888.25382: variable 'ansible_search_path' from source: unknown 11924 1726884888.25421: we have included files to process 11924 1726884888.25422: generating all_blocks data 11924 1726884888.25424: done generating all_blocks data 11924 1726884888.25429: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 11924 1726884888.25430: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 11924 1726884888.25432: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 11924 1726884888.26059: done processing included file 11924 1726884888.26061: iterating over new_blocks loaded from include file 11924 1726884888.26063: in VariableManager get_vars() 11924 1726884888.26079: done with get_vars() 11924 1726884888.26081: filtering new block on tags 11924 1726884888.26180: done filtering new block on tags 11924 1726884888.26182: 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_node2 => (item=/dev/sda) 11924 1726884888.26188: extending task lists for all hosts with included blocks 11924 1726884888.26747: done extending task lists 11924 1726884888.26748: done processing included files 11924 1726884888.26749: results queue empty 11924 1726884888.26750: checking for any_errors_fatal 11924 1726884888.26808: done checking for any_errors_fatal 11924 1726884888.26810: checking for max_fail_percentage 11924 1726884888.26811: done checking for max_fail_percentage 11924 1726884888.26812: checking to see if all hosts have failed and the running result is not ok 11924 1726884888.26812: done checking to see if all hosts have failed 11924 1726884888.26813: getting the remaining hosts for this loop 11924 1726884888.26815: done getting the remaining hosts for this loop 11924 1726884888.26817: getting the next task for host managed_node2 11924 1726884888.26823: done getting next task for host managed_node2 11924 1726884888.26826: ^ task is: TASK: Set variables used by tests 11924 1726884888.26830: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884888.26833: getting variables 11924 1726884888.26834: in VariableManager get_vars() 11924 1726884888.26843: Calling all_inventory to load vars for managed_node2 11924 1726884888.26845: Calling groups_inventory to load vars for managed_node2 11924 1726884888.26847: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.26853: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.26857: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.26860: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.27597: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.28831: done with get_vars() 11924 1726884888.28846: done getting variables 11924 1726884888.28888: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:48 -0400 (0:00:00.076) 0:00:53.628 ****** 11924 1726884888.28927: entering _queue_task() for managed_node2/set_fact 11924 1726884888.29442: worker is 1 (out of 1 available) 11924 1726884888.29460: exiting _queue_task() for managed_node2/set_fact 11924 1726884888.29474: done queuing things up, now waiting for results queue to drain 11924 1726884888.29476: waiting for pending results... 11924 1726884888.29916: running TaskExecutor() for managed_node2/TASK: Set variables used by tests 11924 1726884888.30083: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000179e 11924 1726884888.30087: variable 'ansible_search_path' from source: unknown 11924 1726884888.30128: calling self._execute() 11924 1726884888.30253: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.30268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.30289: variable 'omit' from source: magic vars 11924 1726884888.30423: variable 'omit' from source: magic vars 11924 1726884888.30559: variable 'omit' from source: magic vars 11924 1726884888.30826: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884888.33435: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884888.33523: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884888.33571: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884888.33617: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884888.33649: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884888.33777: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884888.33813: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884888.33960: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884888.33964: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884888.33967: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884888.33969: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884888.33992: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884888.34025: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884888.34069: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884888.34362: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884888.34365: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884888.34383: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884888.34417: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884888.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) 11924 1726884888.34664: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884888.34881: variable 'storage_test_crypttab' from source: set_fact 11924 1726884888.35028: variable '_storage_test_pool_member_path' from source: include params 11924 1726884888.35100: variable 'omit' from source: magic vars 11924 1726884888.35153: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884888.35262: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884888.35285: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884888.35351: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884888.35377: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884888.35396: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884888.35420: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884888.35517: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884888.35529: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.35536: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.35652: Set connection var ansible_shell_executable to /bin/sh 11924 1726884888.35664: Set connection var ansible_connection to ssh 11924 1726884888.35679: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884888.35687: Set connection var ansible_timeout to 10 11924 1726884888.35697: Set connection var ansible_pipelining to False 11924 1726884888.35708: Set connection var ansible_shell_type to sh 11924 1726884888.35747: variable 'ansible_shell_executable' from source: unknown 11924 1726884888.35754: variable 'ansible_connection' from source: unknown 11924 1726884888.35763: variable 'ansible_module_compression' from source: unknown 11924 1726884888.35769: variable 'ansible_shell_type' from source: unknown 11924 1726884888.35777: variable 'ansible_shell_executable' from source: unknown 11924 1726884888.35784: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.35797: variable 'ansible_pipelining' from source: unknown 11924 1726884888.35806: variable 'ansible_timeout' from source: unknown 11924 1726884888.35814: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.35996: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884888.36002: variable 'omit' from source: magic vars 11924 1726884888.36012: starting attempt loop 11924 1726884888.36014: running the handler 11924 1726884888.36017: handler run complete 11924 1726884888.36019: attempt loop complete, returning result 11924 1726884888.36021: _execute() done 11924 1726884888.36023: dumping result to json 11924 1726884888.36025: done dumping result, returning 11924 1726884888.36027: done running TaskExecutor() for managed_node2/TASK: Set variables used by tests [0affc8a3-6f6f-f4c0-2290-00000000179e] 11924 1726884888.36029: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000179e ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } 11924 1726884888.36161: no more pending results, returning what we have 11924 1726884888.36164: results queue empty 11924 1726884888.36165: checking for any_errors_fatal 11924 1726884888.36167: done checking for any_errors_fatal 11924 1726884888.36167: checking for max_fail_percentage 11924 1726884888.36169: done checking for max_fail_percentage 11924 1726884888.36170: checking to see if all hosts have failed and the running result is not ok 11924 1726884888.36171: done checking to see if all hosts have failed 11924 1726884888.36171: getting the remaining hosts for this loop 11924 1726884888.36173: done getting the remaining hosts for this loop 11924 1726884888.36177: getting the next task for host managed_node2 11924 1726884888.36188: done getting next task for host managed_node2 11924 1726884888.36191: ^ task is: TASK: Check for /etc/crypttab entry 11924 1726884888.36197: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884888.36205: getting variables 11924 1726884888.36207: in VariableManager get_vars() 11924 1726884888.36241: Calling all_inventory to load vars for managed_node2 11924 1726884888.36244: Calling groups_inventory to load vars for managed_node2 11924 1726884888.36248: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.36363: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.36368: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.36373: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000179e 11924 1726884888.36376: WORKER PROCESS EXITING 11924 1726884888.36379: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.37457: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.38050: done with get_vars() 11924 1726884888.38067: done getting variables 11924 1726884888.38124: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:48 -0400 (0:00:00.092) 0:00:53.720 ****** 11924 1726884888.38160: entering _queue_task() for managed_node2/assert 11924 1726884888.38425: worker is 1 (out of 1 available) 11924 1726884888.38438: exiting _queue_task() for managed_node2/assert 11924 1726884888.38451: done queuing things up, now waiting for results queue to drain 11924 1726884888.38452: waiting for pending results... 11924 1726884888.38808: running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry 11924 1726884888.39085: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000179f 11924 1726884888.39117: variable 'ansible_search_path' from source: unknown 11924 1726884888.39237: calling self._execute() 11924 1726884888.39430: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.39576: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.39581: variable 'omit' from source: magic vars 11924 1726884888.39687: variable 'omit' from source: magic vars 11924 1726884888.39861: variable 'omit' from source: magic vars 11924 1726884888.40049: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884888.44137: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884888.44323: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884888.44366: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884888.44416: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884888.44448: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884888.44577: variable 'storage_test_pool' from source: include params 11924 1726884888.44615: variable '_storage_test_pool_member_path' from source: include params 11924 1726884888.44664: variable 'omit' from source: magic vars 11924 1726884888.44707: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884888.44745: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884888.44771: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884888.44794: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884888.44813: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884888.44838: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884888.44862: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884888.44902: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884888.44932: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.44936: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.45051: Set connection var ansible_shell_executable to /bin/sh 11924 1726884888.45260: Set connection var ansible_connection to ssh 11924 1726884888.45263: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884888.45265: Set connection var ansible_timeout to 10 11924 1726884888.45267: Set connection var ansible_pipelining to False 11924 1726884888.45269: Set connection var ansible_shell_type to sh 11924 1726884888.45271: variable 'ansible_shell_executable' from source: unknown 11924 1726884888.45273: variable 'ansible_connection' from source: unknown 11924 1726884888.45275: variable 'ansible_module_compression' from source: unknown 11924 1726884888.45278: variable 'ansible_shell_type' from source: unknown 11924 1726884888.45280: variable 'ansible_shell_executable' from source: unknown 11924 1726884888.45282: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.45284: variable 'ansible_pipelining' from source: unknown 11924 1726884888.45286: variable 'ansible_timeout' from source: unknown 11924 1726884888.45288: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.45290: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884888.45294: variable 'omit' from source: magic vars 11924 1726884888.45307: starting attempt loop 11924 1726884888.45313: running the handler 11924 1726884888.45526: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884888.45560: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884888.45591: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884888.45670: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884888.45690: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884888.45750: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884888.45781: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884888.45816: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884888.45867: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884888.45887: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884888.45989: variable '_storage_test_crypttab_entries' from source: set_fact 11924 1726884888.46002: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884888.46021: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 11924 1726884888.46031: handler run complete 11924 1726884888.46048: attempt loop complete, returning result 11924 1726884888.46158: _execute() done 11924 1726884888.46163: dumping result to json 11924 1726884888.46166: done dumping result, returning 11924 1726884888.46168: done running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-f4c0-2290-00000000179f] 11924 1726884888.46170: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000179f 11924 1726884888.46237: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000179f 11924 1726884888.46240: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884888.46296: no more pending results, returning what we have 11924 1726884888.46303: results queue empty 11924 1726884888.46304: checking for any_errors_fatal 11924 1726884888.46314: done checking for any_errors_fatal 11924 1726884888.46315: checking for max_fail_percentage 11924 1726884888.46317: done checking for max_fail_percentage 11924 1726884888.46317: checking to see if all hosts have failed and the running result is not ok 11924 1726884888.46318: done checking to see if all hosts have failed 11924 1726884888.46319: getting the remaining hosts for this loop 11924 1726884888.46321: done getting the remaining hosts for this loop 11924 1726884888.46325: getting the next task for host managed_node2 11924 1726884888.46334: done getting next task for host managed_node2 11924 1726884888.46337: ^ task is: TASK: Validate the format of the crypttab entry 11924 1726884888.46343: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884888.46349: getting variables 11924 1726884888.46351: in VariableManager get_vars() 11924 1726884888.46387: Calling all_inventory to load vars for managed_node2 11924 1726884888.46389: Calling groups_inventory to load vars for managed_node2 11924 1726884888.46393: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.46406: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.46410: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.46413: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.47808: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.48966: done with get_vars() 11924 1726884888.48982: done getting variables 11924 1726884888.49163: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:48 -0400 (0:00:00.110) 0:00:53.831 ****** 11924 1726884888.49230: entering _queue_task() for managed_node2/assert 11924 1726884888.49623: worker is 1 (out of 1 available) 11924 1726884888.49634: exiting _queue_task() for managed_node2/assert 11924 1726884888.49648: done queuing things up, now waiting for results queue to drain 11924 1726884888.49650: waiting for pending results... 11924 1726884888.50080: running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry 11924 1726884888.50085: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000017a0 11924 1726884888.50089: variable 'ansible_search_path' from source: unknown 11924 1726884888.50110: calling self._execute() 11924 1726884888.50226: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.50237: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.50250: variable 'omit' from source: magic vars 11924 1726884888.50627: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884888.53590: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884888.53811: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884888.53821: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884888.53877: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884888.53906: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884888.54063: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884888.54105: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884888.54140: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884888.54370: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884888.54411: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884888.54622: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884888.54912: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884888.54915: when evaluation is False, skipping this task 11924 1726884888.54918: _execute() done 11924 1726884888.54922: dumping result to json 11924 1726884888.54924: done dumping result, returning 11924 1726884888.54929: done running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-f4c0-2290-0000000017a0] 11924 1726884888.54932: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000017a0 11924 1726884888.55011: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000017a0 11924 1726884888.55016: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884888.55066: no more pending results, returning what we have 11924 1726884888.55069: results queue empty 11924 1726884888.55070: checking for any_errors_fatal 11924 1726884888.55079: done checking for any_errors_fatal 11924 1726884888.55080: checking for max_fail_percentage 11924 1726884888.55082: done checking for max_fail_percentage 11924 1726884888.55082: checking to see if all hosts have failed and the running result is not ok 11924 1726884888.55083: done checking to see if all hosts have failed 11924 1726884888.55084: getting the remaining hosts for this loop 11924 1726884888.55085: done getting the remaining hosts for this loop 11924 1726884888.55089: getting the next task for host managed_node2 11924 1726884888.55097: done getting next task for host managed_node2 11924 1726884888.55099: ^ task is: TASK: Check backing device of crypttab entry 11924 1726884888.55106: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884888.55111: getting variables 11924 1726884888.55113: in VariableManager get_vars() 11924 1726884888.55148: Calling all_inventory to load vars for managed_node2 11924 1726884888.55151: Calling groups_inventory to load vars for managed_node2 11924 1726884888.55156: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.55167: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.55172: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.55178: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.56142: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.57873: done with get_vars() 11924 1726884888.57891: done getting variables 11924 1726884888.58004: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:48 -0400 (0:00:00.088) 0:00:53.919 ****** 11924 1726884888.58037: entering _queue_task() for managed_node2/assert 11924 1726884888.58330: worker is 1 (out of 1 available) 11924 1726884888.58344: exiting _queue_task() for managed_node2/assert 11924 1726884888.58360: done queuing things up, now waiting for results queue to drain 11924 1726884888.58362: waiting for pending results... 11924 1726884888.58731: running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry 11924 1726884888.58967: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000017a1 11924 1726884888.58972: variable 'ansible_search_path' from source: unknown 11924 1726884888.59091: calling self._execute() 11924 1726884888.59458: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.59471: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.59492: variable 'omit' from source: magic vars 11924 1726884888.60244: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884888.63965: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884888.63971: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884888.63995: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884888.64034: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884888.64112: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884888.64199: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884888.64245: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884888.64306: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884888.64324: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884888.64338: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884888.64531: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884888.64549: Evaluated conditional (false and _storage_test_expected_crypttab_entries | int == 1): False 11924 1726884888.64552: when evaluation is False, skipping this task 11924 1726884888.64556: _execute() done 11924 1726884888.64559: dumping result to json 11924 1726884888.64561: done dumping result, returning 11924 1726884888.64630: done running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-f4c0-2290-0000000017a1] 11924 1726884888.64633: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000017a1 11924 1726884888.64704: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000017a1 11924 1726884888.64707: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884888.64758: no more pending results, returning what we have 11924 1726884888.64761: results queue empty 11924 1726884888.64762: checking for any_errors_fatal 11924 1726884888.64770: done checking for any_errors_fatal 11924 1726884888.64771: checking for max_fail_percentage 11924 1726884888.64773: done checking for max_fail_percentage 11924 1726884888.64773: checking to see if all hosts have failed and the running result is not ok 11924 1726884888.64774: done checking to see if all hosts have failed 11924 1726884888.64775: getting the remaining hosts for this loop 11924 1726884888.64776: done getting the remaining hosts for this loop 11924 1726884888.64780: getting the next task for host managed_node2 11924 1726884888.64789: done getting next task for host managed_node2 11924 1726884888.64791: ^ task is: TASK: Check key file of crypttab entry 11924 1726884888.64799: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884888.64803: getting variables 11924 1726884888.64805: in VariableManager get_vars() 11924 1726884888.64845: Calling all_inventory to load vars for managed_node2 11924 1726884888.64848: Calling groups_inventory to load vars for managed_node2 11924 1726884888.64852: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.64864: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.64868: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.64871: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.65713: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.66607: done with get_vars() 11924 1726884888.66623: done getting variables 11924 1726884888.66724: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:48 -0400 (0:00:00.087) 0:00:54.006 ****** 11924 1726884888.66785: entering _queue_task() for managed_node2/assert 11924 1726884888.67536: worker is 1 (out of 1 available) 11924 1726884888.67549: exiting _queue_task() for managed_node2/assert 11924 1726884888.67566: done queuing things up, now waiting for results queue to drain 11924 1726884888.67594: waiting for pending results... 11924 1726884888.67904: running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry 11924 1726884888.68025: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000017a2 11924 1726884888.68030: variable 'ansible_search_path' from source: unknown 11924 1726884888.68108: calling self._execute() 11924 1726884888.68190: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.68201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.68225: variable 'omit' from source: magic vars 11924 1726884888.68664: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884888.71158: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884888.71229: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884888.71276: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884888.71461: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884888.71464: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884888.71467: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884888.71470: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884888.71488: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884888.71536: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884888.71551: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884888.71667: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884888.71696: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884888.71700: when evaluation is False, skipping this task 11924 1726884888.71703: _execute() done 11924 1726884888.71705: dumping result to json 11924 1726884888.71707: done dumping result, returning 11924 1726884888.71710: done running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry [0affc8a3-6f6f-f4c0-2290-0000000017a2] 11924 1726884888.71724: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000017a2 11924 1726884888.71941: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000017a2 11924 1726884888.71945: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884888.71995: no more pending results, returning what we have 11924 1726884888.72002: results queue empty 11924 1726884888.72003: checking for any_errors_fatal 11924 1726884888.72010: done checking for any_errors_fatal 11924 1726884888.72011: checking for max_fail_percentage 11924 1726884888.72013: done checking for max_fail_percentage 11924 1726884888.72013: checking to see if all hosts have failed and the running result is not ok 11924 1726884888.72014: done checking to see if all hosts have failed 11924 1726884888.72015: getting the remaining hosts for this loop 11924 1726884888.72017: done getting the remaining hosts for this loop 11924 1726884888.72021: getting the next task for host managed_node2 11924 1726884888.72030: done getting next task for host managed_node2 11924 1726884888.72033: ^ task is: TASK: Clear test variables 11924 1726884888.72039: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884888.72045: getting variables 11924 1726884888.72047: in VariableManager get_vars() 11924 1726884888.72083: Calling all_inventory to load vars for managed_node2 11924 1726884888.72087: Calling groups_inventory to load vars for managed_node2 11924 1726884888.72090: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.72103: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.72108: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.72111: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.72851: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.73479: done with get_vars() 11924 1726884888.73496: done getting variables 11924 1726884888.73558: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:48 -0400 (0:00:00.068) 0:00:54.074 ****** 11924 1726884888.73606: entering _queue_task() for managed_node2/set_fact 11924 1726884888.73877: worker is 1 (out of 1 available) 11924 1726884888.73888: exiting _queue_task() for managed_node2/set_fact 11924 1726884888.73903: done queuing things up, now waiting for results queue to drain 11924 1726884888.73905: waiting for pending results... 11924 1726884888.74205: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884888.74354: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000017a3 11924 1726884888.74382: variable 'ansible_search_path' from source: unknown 11924 1726884888.74490: calling self._execute() 11924 1726884888.74547: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.74560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.74578: variable 'omit' from source: magic vars 11924 1726884888.74696: variable 'omit' from source: magic vars 11924 1726884888.74776: variable 'omit' from source: magic vars 11924 1726884888.74821: variable 'omit' from source: magic vars 11924 1726884888.74924: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884888.74928: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884888.74943: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884888.74967: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884888.74985: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884888.75009: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884888.75034: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884888.75073: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884888.75082: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.75090: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.75222: Set connection var ansible_shell_executable to /bin/sh 11924 1726884888.75251: Set connection var ansible_connection to ssh 11924 1726884888.75254: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884888.75258: Set connection var ansible_timeout to 10 11924 1726884888.75265: Set connection var ansible_pipelining to False 11924 1726884888.75276: Set connection var ansible_shell_type to sh 11924 1726884888.75362: variable 'ansible_shell_executable' from source: unknown 11924 1726884888.75365: variable 'ansible_connection' from source: unknown 11924 1726884888.75368: variable 'ansible_module_compression' from source: unknown 11924 1726884888.75370: variable 'ansible_shell_type' from source: unknown 11924 1726884888.75372: variable 'ansible_shell_executable' from source: unknown 11924 1726884888.75374: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.75375: variable 'ansible_pipelining' from source: unknown 11924 1726884888.75377: variable 'ansible_timeout' from source: unknown 11924 1726884888.75379: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.75509: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884888.75527: variable 'omit' from source: magic vars 11924 1726884888.75536: starting attempt loop 11924 1726884888.75542: running the handler 11924 1726884888.75579: handler run complete 11924 1726884888.75583: attempt loop complete, returning result 11924 1726884888.75585: _execute() done 11924 1726884888.75587: dumping result to json 11924 1726884888.75593: done dumping result, returning 11924 1726884888.75662: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-0000000017a3] 11924 1726884888.75665: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000017a3 11924 1726884888.75734: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000017a3 11924 1726884888.75737: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } 11924 1726884888.75802: no more pending results, returning what we have 11924 1726884888.75806: results queue empty 11924 1726884888.75807: checking for any_errors_fatal 11924 1726884888.75816: done checking for any_errors_fatal 11924 1726884888.75817: checking for max_fail_percentage 11924 1726884888.75819: done checking for max_fail_percentage 11924 1726884888.75820: checking to see if all hosts have failed and the running result is not ok 11924 1726884888.75820: done checking to see if all hosts have failed 11924 1726884888.75821: getting the remaining hosts for this loop 11924 1726884888.75823: done getting the remaining hosts for this loop 11924 1726884888.75827: getting the next task for host managed_node2 11924 1726884888.75836: done getting next task for host managed_node2 11924 1726884888.75839: ^ task is: TASK: Clear test variables 11924 1726884888.75846: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884888.75851: getting variables 11924 1726884888.75853: in VariableManager get_vars() 11924 1726884888.76013: Calling all_inventory to load vars for managed_node2 11924 1726884888.76016: Calling groups_inventory to load vars for managed_node2 11924 1726884888.76019: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.76028: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.76031: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.76033: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.76389: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.76746: done with get_vars() 11924 1726884888.76758: done getting variables 11924 1726884888.76796: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:48 -0400 (0:00:00.032) 0:00:54.107 ****** 11924 1726884888.76824: entering _queue_task() for managed_node2/set_fact 11924 1726884888.77015: worker is 1 (out of 1 available) 11924 1726884888.77027: exiting _queue_task() for managed_node2/set_fact 11924 1726884888.77040: done queuing things up, now waiting for results queue to drain 11924 1726884888.77041: waiting for pending results... 11924 1726884888.77215: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884888.77295: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001650 11924 1726884888.77309: variable 'ansible_search_path' from source: unknown 11924 1726884888.77334: calling self._execute() 11924 1726884888.77417: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.77420: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.77429: variable 'omit' from source: magic vars 11924 1726884888.77510: variable 'omit' from source: magic vars 11924 1726884888.77547: variable 'omit' from source: magic vars 11924 1726884888.77572: variable 'omit' from source: magic vars 11924 1726884888.77606: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884888.77635: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884888.77650: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884888.77666: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884888.77676: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884888.77712: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884888.77721: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884888.77746: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884888.77750: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.77752: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.77879: Set connection var ansible_shell_executable to /bin/sh 11924 1726884888.77887: Set connection var ansible_connection to ssh 11924 1726884888.77901: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884888.77913: Set connection var ansible_timeout to 10 11924 1726884888.77923: Set connection var ansible_pipelining to False 11924 1726884888.77932: Set connection var ansible_shell_type to sh 11924 1726884888.77967: variable 'ansible_shell_executable' from source: unknown 11924 1726884888.77976: variable 'ansible_connection' from source: unknown 11924 1726884888.78096: variable 'ansible_module_compression' from source: unknown 11924 1726884888.78102: variable 'ansible_shell_type' from source: unknown 11924 1726884888.78105: variable 'ansible_shell_executable' from source: unknown 11924 1726884888.78107: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.78109: variable 'ansible_pipelining' from source: unknown 11924 1726884888.78110: variable 'ansible_timeout' from source: unknown 11924 1726884888.78112: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.78177: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884888.78195: variable 'omit' from source: magic vars 11924 1726884888.78209: starting attempt loop 11924 1726884888.78215: running the handler 11924 1726884888.78235: handler run complete 11924 1726884888.78247: attempt loop complete, returning result 11924 1726884888.78254: _execute() done 11924 1726884888.78262: dumping result to json 11924 1726884888.78270: done dumping result, returning 11924 1726884888.78280: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-000000001650] 11924 1726884888.78290: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001650 11924 1726884888.78561: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001650 11924 1726884888.78565: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } 11924 1726884888.78610: no more pending results, returning what we have 11924 1726884888.78613: results queue empty 11924 1726884888.78614: checking for any_errors_fatal 11924 1726884888.78620: done checking for any_errors_fatal 11924 1726884888.78621: checking for max_fail_percentage 11924 1726884888.78623: done checking for max_fail_percentage 11924 1726884888.78624: checking to see if all hosts have failed and the running result is not ok 11924 1726884888.78625: done checking to see if all hosts have failed 11924 1726884888.78626: getting the remaining hosts for this loop 11924 1726884888.78627: done getting the remaining hosts for this loop 11924 1726884888.78630: getting the next task for host managed_node2 11924 1726884888.78638: done getting next task for host managed_node2 11924 1726884888.78641: ^ task is: TASK: Check VDO 11924 1726884888.78646: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884888.78649: getting variables 11924 1726884888.78650: in VariableManager get_vars() 11924 1726884888.78679: Calling all_inventory to load vars for managed_node2 11924 1726884888.78682: Calling groups_inventory to load vars for managed_node2 11924 1726884888.78685: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.78693: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.78695: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.78701: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.79352: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.79687: done with get_vars() 11924 1726884888.79703: 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 22:14:48 -0400 (0:00:00.029) 0:00:54.136 ****** 11924 1726884888.79763: entering _queue_task() for managed_node2/include_tasks 11924 1726884888.79940: worker is 1 (out of 1 available) 11924 1726884888.79953: exiting _queue_task() for managed_node2/include_tasks 11924 1726884888.79967: done queuing things up, now waiting for results queue to drain 11924 1726884888.79969: waiting for pending results... 11924 1726884888.80151: running TaskExecutor() for managed_node2/TASK: Check VDO 11924 1726884888.80245: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001279 11924 1726884888.80259: variable 'ansible_search_path' from source: unknown 11924 1726884888.80286: calling self._execute() 11924 1726884888.80377: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.80382: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.80390: variable 'omit' from source: magic vars 11924 1726884888.80478: _execute() done 11924 1726884888.80482: dumping result to json 11924 1726884888.80485: done dumping result, returning 11924 1726884888.80491: done running TaskExecutor() for managed_node2/TASK: Check VDO [0affc8a3-6f6f-f4c0-2290-000000001279] 11924 1726884888.80497: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001279 11924 1726884888.80593: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001279 11924 1726884888.80596: WORKER PROCESS EXITING 11924 1726884888.80647: no more pending results, returning what we have 11924 1726884888.80651: in VariableManager get_vars() 11924 1726884888.80687: Calling all_inventory to load vars for managed_node2 11924 1726884888.80689: Calling groups_inventory to load vars for managed_node2 11924 1726884888.80692: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.80703: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.80705: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.80708: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.81238: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.81862: done with get_vars() 11924 1726884888.81875: variable 'ansible_search_path' from source: unknown 11924 1726884888.82007: variable 'storage_test_pool_subset' from source: include params 11924 1726884888.82038: we have included files to process 11924 1726884888.82040: generating all_blocks data 11924 1726884888.82042: done generating all_blocks data 11924 1726884888.82048: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884888.82049: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884888.82051: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884888.82164: in VariableManager get_vars() 11924 1726884888.82190: done with get_vars() 11924 1726884888.82208: done processing included file 11924 1726884888.82210: iterating over new_blocks loaded from include file 11924 1726884888.82211: in VariableManager get_vars() 11924 1726884888.82228: done with get_vars() 11924 1726884888.82230: filtering new block on tags 11924 1726884888.82264: done filtering new block on tags 11924 1726884888.82267: 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_node2 11924 1726884888.82272: extending task lists for all hosts with included blocks 11924 1726884888.85931: done extending task lists 11924 1726884888.85933: done processing included files 11924 1726884888.85934: results queue empty 11924 1726884888.85934: checking for any_errors_fatal 11924 1726884888.85939: done checking for any_errors_fatal 11924 1726884888.85940: checking for max_fail_percentage 11924 1726884888.85942: done checking for max_fail_percentage 11924 1726884888.85942: checking to see if all hosts have failed and the running result is not ok 11924 1726884888.85943: done checking to see if all hosts have failed 11924 1726884888.85944: getting the remaining hosts for this loop 11924 1726884888.85945: done getting the remaining hosts for this loop 11924 1726884888.85948: getting the next task for host managed_node2 11924 1726884888.85953: done getting next task for host managed_node2 11924 1726884888.85958: ^ task is: TASK: Validate pool member VDO settings 11924 1726884888.85962: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884888.85965: getting variables 11924 1726884888.85966: in VariableManager get_vars() 11924 1726884888.85976: Calling all_inventory to load vars for managed_node2 11924 1726884888.85978: Calling groups_inventory to load vars for managed_node2 11924 1726884888.85985: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.85991: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.85994: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.85997: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.86470: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.87067: done with get_vars() 11924 1726884888.87082: 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 22:14:48 -0400 (0:00:00.074) 0:00:54.210 ****** 11924 1726884888.87178: entering _queue_task() for managed_node2/include_tasks 11924 1726884888.87512: worker is 1 (out of 1 available) 11924 1726884888.87527: exiting _queue_task() for managed_node2/include_tasks 11924 1726884888.87540: done queuing things up, now waiting for results queue to drain 11924 1726884888.87543: waiting for pending results... 11924 1726884888.87842: running TaskExecutor() for managed_node2/TASK: Validate pool member VDO settings 11924 1726884888.87936: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000017f0 11924 1726884888.87959: variable 'ansible_search_path' from source: unknown 11924 1726884888.88232: variable 'storage_test_pool' from source: include params 11924 1726884888.88489: variable 'omit' from source: magic vars 11924 1726884888.88861: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.88864: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.88867: variable 'omit' from source: magic vars 11924 1726884888.88911: variable 'storage_test_pool' from source: include params 11924 1726884888.88936: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884888.88989: variable 'storage_test_vdo_volume' from source: unknown 11924 1726884888.89063: variable 'storage_test_vdo_volume' from source: unknown 11924 1726884888.89544: dumping result to json 11924 1726884888.89547: done dumping result, returning 11924 1726884888.89550: done running TaskExecutor() for managed_node2/TASK: Validate pool member VDO settings [0affc8a3-6f6f-f4c0-2290-0000000017f0] 11924 1726884888.89552: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000017f0 11924 1726884888.89609: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000017f0 11924 1726884888.89614: WORKER PROCESS EXITING 11924 1726884888.89696: no more pending results, returning what we have 11924 1726884888.89704: in VariableManager get_vars() 11924 1726884888.89737: Calling all_inventory to load vars for managed_node2 11924 1726884888.89740: Calling groups_inventory to load vars for managed_node2 11924 1726884888.89745: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.89759: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.89762: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.89764: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.90330: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.90964: done with get_vars() 11924 1726884888.90977: variable 'ansible_search_path' from source: unknown 11924 1726884888.91019: we have included files to process 11924 1726884888.91020: generating all_blocks data 11924 1726884888.91022: done generating all_blocks data 11924 1726884888.91024: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884888.91025: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884888.91027: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884888.91793: done processing included file 11924 1726884888.91795: iterating over new_blocks loaded from include file 11924 1726884888.91797: in VariableManager get_vars() 11924 1726884888.91817: done with get_vars() 11924 1726884888.91819: filtering new block on tags 11924 1726884888.91915: done filtering new block on tags 11924 1726884888.91919: in VariableManager get_vars() 11924 1726884888.91936: done with get_vars() 11924 1726884888.91937: filtering new block on tags 11924 1726884888.91965: done filtering new block on tags 11924 1726884888.91968: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884888.91978: extending task lists for all hosts with included blocks 11924 1726884888.92206: done extending task lists 11924 1726884888.92208: done processing included files 11924 1726884888.92209: results queue empty 11924 1726884888.92209: checking for any_errors_fatal 11924 1726884888.92213: done checking for any_errors_fatal 11924 1726884888.92214: checking for max_fail_percentage 11924 1726884888.92215: done checking for max_fail_percentage 11924 1726884888.92215: checking to see if all hosts have failed and the running result is not ok 11924 1726884888.92216: done checking to see if all hosts have failed 11924 1726884888.92217: getting the remaining hosts for this loop 11924 1726884888.92218: done getting the remaining hosts for this loop 11924 1726884888.92221: getting the next task for host managed_node2 11924 1726884888.92227: done getting next task for host managed_node2 11924 1726884888.92229: ^ task is: TASK: Get information about VDO deduplication 11924 1726884888.92238: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884888.92241: getting variables 11924 1726884888.92242: in VariableManager get_vars() 11924 1726884888.92251: Calling all_inventory to load vars for managed_node2 11924 1726884888.92253: Calling groups_inventory to load vars for managed_node2 11924 1726884888.92258: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.92268: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.92271: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.92274: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.92700: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.93443: done with get_vars() 11924 1726884888.93457: done getting variables 11924 1726884888.93505: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:48 -0400 (0:00:00.063) 0:00:54.274 ****** 11924 1726884888.93541: entering _queue_task() for managed_node2/command 11924 1726884888.93969: worker is 1 (out of 1 available) 11924 1726884888.93982: exiting _queue_task() for managed_node2/command 11924 1726884888.93995: done queuing things up, now waiting for results queue to drain 11924 1726884888.93996: waiting for pending results... 11924 1726884888.94237: running TaskExecutor() for managed_node2/TASK: Get information about VDO deduplication 11924 1726884888.94346: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001968 11924 1726884888.94443: variable 'ansible_search_path' from source: unknown 11924 1726884888.94447: calling self._execute() 11924 1726884888.94557: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.94578: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.94593: variable 'omit' from source: magic vars 11924 1726884888.94977: variable 'storage_test_vdo_volume' from source: include params 11924 1726884888.95004: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884888.95008: when evaluation is False, skipping this task 11924 1726884888.95011: _execute() done 11924 1726884888.95013: dumping result to json 11924 1726884888.95016: done dumping result, returning 11924 1726884888.95018: done running TaskExecutor() for managed_node2/TASK: Get information about VDO deduplication [0affc8a3-6f6f-f4c0-2290-000000001968] 11924 1726884888.95025: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001968 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884888.95170: no more pending results, returning what we have 11924 1726884888.95173: results queue empty 11924 1726884888.95174: checking for any_errors_fatal 11924 1726884888.95175: done checking for any_errors_fatal 11924 1726884888.95176: checking for max_fail_percentage 11924 1726884888.95177: done checking for max_fail_percentage 11924 1726884888.95178: checking to see if all hosts have failed and the running result is not ok 11924 1726884888.95179: done checking to see if all hosts have failed 11924 1726884888.95179: getting the remaining hosts for this loop 11924 1726884888.95181: done getting the remaining hosts for this loop 11924 1726884888.95184: getting the next task for host managed_node2 11924 1726884888.95193: done getting next task for host managed_node2 11924 1726884888.95195: ^ task is: TASK: Check if VDO deduplication is off 11924 1726884888.95205: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884888.95209: getting variables 11924 1726884888.95211: in VariableManager get_vars() 11924 1726884888.95236: Calling all_inventory to load vars for managed_node2 11924 1726884888.95238: Calling groups_inventory to load vars for managed_node2 11924 1726884888.95241: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.95249: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.95252: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.95254: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.95600: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001968 11924 1726884888.95604: WORKER PROCESS EXITING 11924 1726884888.95614: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.95958: done with get_vars() 11924 1726884888.95968: done getting variables 11924 1726884888.96005: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:48 -0400 (0:00:00.024) 0:00:54.299 ****** 11924 1726884888.96026: entering _queue_task() for managed_node2/assert 11924 1726884888.96204: worker is 1 (out of 1 available) 11924 1726884888.96216: exiting _queue_task() for managed_node2/assert 11924 1726884888.96229: done queuing things up, now waiting for results queue to drain 11924 1726884888.96230: waiting for pending results... 11924 1726884888.96477: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off 11924 1726884888.96582: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001969 11924 1726884888.96585: variable 'ansible_search_path' from source: unknown 11924 1726884888.96760: calling self._execute() 11924 1726884888.96765: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.96768: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.96772: variable 'omit' from source: magic vars 11924 1726884888.97206: variable 'storage_test_vdo_volume' from source: include params 11924 1726884888.97248: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884888.97252: when evaluation is False, skipping this task 11924 1726884888.97258: _execute() done 11924 1726884888.97261: dumping result to json 11924 1726884888.97264: done dumping result, returning 11924 1726884888.97266: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-f4c0-2290-000000001969] 11924 1726884888.97269: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001969 11924 1726884888.97610: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001969 11924 1726884888.97613: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884888.97674: no more pending results, returning what we have 11924 1726884888.97677: results queue empty 11924 1726884888.97678: checking for any_errors_fatal 11924 1726884888.97686: done checking for any_errors_fatal 11924 1726884888.97686: checking for max_fail_percentage 11924 1726884888.97688: done checking for max_fail_percentage 11924 1726884888.97688: checking to see if all hosts have failed and the running result is not ok 11924 1726884888.97689: done checking to see if all hosts have failed 11924 1726884888.97690: getting the remaining hosts for this loop 11924 1726884888.97692: done getting the remaining hosts for this loop 11924 1726884888.97695: getting the next task for host managed_node2 11924 1726884888.97702: done getting next task for host managed_node2 11924 1726884888.97704: ^ task is: TASK: Check if VDO deduplication is on 11924 1726884888.97710: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884888.97714: getting variables 11924 1726884888.97716: in VariableManager get_vars() 11924 1726884888.97747: Calling all_inventory to load vars for managed_node2 11924 1726884888.97749: Calling groups_inventory to load vars for managed_node2 11924 1726884888.97752: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.97762: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.97765: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.97768: Calling groups_plugins_play to load vars for managed_node2 11924 1726884888.98311: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884888.98666: done with get_vars() 11924 1726884888.98675: done getting variables 11924 1726884888.98714: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:48 -0400 (0:00:00.027) 0:00:54.326 ****** 11924 1726884888.98737: entering _queue_task() for managed_node2/assert 11924 1726884888.98919: worker is 1 (out of 1 available) 11924 1726884888.98933: exiting _queue_task() for managed_node2/assert 11924 1726884888.98946: done queuing things up, now waiting for results queue to drain 11924 1726884888.98947: waiting for pending results... 11924 1726884888.99131: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on 11924 1726884888.99215: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000196a 11924 1726884888.99227: variable 'ansible_search_path' from source: unknown 11924 1726884888.99253: calling self._execute() 11924 1726884888.99345: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884888.99349: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884888.99358: variable 'omit' from source: magic vars 11924 1726884888.99671: variable 'storage_test_vdo_volume' from source: include params 11924 1726884888.99696: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884888.99699: when evaluation is False, skipping this task 11924 1726884888.99702: _execute() done 11924 1726884888.99706: dumping result to json 11924 1726884888.99710: done dumping result, returning 11924 1726884888.99715: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-f4c0-2290-00000000196a] 11924 1726884888.99726: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000196a 11924 1726884888.99812: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000196a 11924 1726884888.99815: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884888.99871: no more pending results, returning what we have 11924 1726884888.99874: results queue empty 11924 1726884888.99875: checking for any_errors_fatal 11924 1726884888.99881: done checking for any_errors_fatal 11924 1726884888.99882: checking for max_fail_percentage 11924 1726884888.99883: done checking for max_fail_percentage 11924 1726884888.99884: checking to see if all hosts have failed and the running result is not ok 11924 1726884888.99885: done checking to see if all hosts have failed 11924 1726884888.99886: getting the remaining hosts for this loop 11924 1726884888.99887: done getting the remaining hosts for this loop 11924 1726884888.99890: getting the next task for host managed_node2 11924 1726884888.99898: done getting next task for host managed_node2 11924 1726884888.99900: ^ task is: TASK: Get information about VDO compression 11924 1726884888.99907: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884888.99910: getting variables 11924 1726884888.99911: in VariableManager get_vars() 11924 1726884888.99937: Calling all_inventory to load vars for managed_node2 11924 1726884888.99939: Calling groups_inventory to load vars for managed_node2 11924 1726884888.99941: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884888.99950: Calling all_plugins_play to load vars for managed_node2 11924 1726884888.99952: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884888.99957: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.00501: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.01068: done with get_vars() 11924 1726884889.01077: done getting variables 11924 1726884889.01117: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:49 -0400 (0:00:00.024) 0:00:54.350 ****** 11924 1726884889.01140: entering _queue_task() for managed_node2/command 11924 1726884889.01323: worker is 1 (out of 1 available) 11924 1726884889.01337: exiting _queue_task() for managed_node2/command 11924 1726884889.01349: done queuing things up, now waiting for results queue to drain 11924 1726884889.01350: waiting for pending results... 11924 1726884889.01527: running TaskExecutor() for managed_node2/TASK: Get information about VDO compression 11924 1726884889.01613: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000196b 11924 1726884889.01624: variable 'ansible_search_path' from source: unknown 11924 1726884889.01651: calling self._execute() 11924 1726884889.01746: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.01751: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.01762: variable 'omit' from source: magic vars 11924 1726884889.02059: variable 'storage_test_vdo_volume' from source: include params 11924 1726884889.02081: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884889.02084: when evaluation is False, skipping this task 11924 1726884889.02087: _execute() done 11924 1726884889.02090: dumping result to json 11924 1726884889.02093: done dumping result, returning 11924 1726884889.02098: done running TaskExecutor() for managed_node2/TASK: Get information about VDO compression [0affc8a3-6f6f-f4c0-2290-00000000196b] 11924 1726884889.02105: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000196b 11924 1726884889.02195: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000196b 11924 1726884889.02198: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884889.02261: no more pending results, returning what we have 11924 1726884889.02265: results queue empty 11924 1726884889.02265: checking for any_errors_fatal 11924 1726884889.02272: done checking for any_errors_fatal 11924 1726884889.02273: checking for max_fail_percentage 11924 1726884889.02275: done checking for max_fail_percentage 11924 1726884889.02275: checking to see if all hosts have failed and the running result is not ok 11924 1726884889.02276: done checking to see if all hosts have failed 11924 1726884889.02277: getting the remaining hosts for this loop 11924 1726884889.02278: done getting the remaining hosts for this loop 11924 1726884889.02281: getting the next task for host managed_node2 11924 1726884889.02287: done getting next task for host managed_node2 11924 1726884889.02289: ^ task is: TASK: Check if VDO deduplication is off 11924 1726884889.02294: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884889.02297: getting variables 11924 1726884889.02299: in VariableManager get_vars() 11924 1726884889.02325: Calling all_inventory to load vars for managed_node2 11924 1726884889.02327: Calling groups_inventory to load vars for managed_node2 11924 1726884889.02330: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.02338: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.02340: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.02341: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.02648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.02997: done with get_vars() 11924 1726884889.03008: done getting variables 11924 1726884889.03044: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:49 -0400 (0:00:00.019) 0:00:54.369 ****** 11924 1726884889.03069: entering _queue_task() for managed_node2/assert 11924 1726884889.03241: worker is 1 (out of 1 available) 11924 1726884889.03254: exiting _queue_task() for managed_node2/assert 11924 1726884889.03269: done queuing things up, now waiting for results queue to drain 11924 1726884889.03271: waiting for pending results... 11924 1726884889.03435: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off 11924 1726884889.03520: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000196c 11924 1726884889.03531: variable 'ansible_search_path' from source: unknown 11924 1726884889.03556: calling self._execute() 11924 1726884889.03636: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.03641: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.03648: variable 'omit' from source: magic vars 11924 1726884889.03953: variable 'storage_test_vdo_volume' from source: include params 11924 1726884889.03976: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884889.03980: when evaluation is False, skipping this task 11924 1726884889.03982: _execute() done 11924 1726884889.03985: dumping result to json 11924 1726884889.03987: done dumping result, returning 11924 1726884889.03993: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-f4c0-2290-00000000196c] 11924 1726884889.03998: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000196c 11924 1726884889.04087: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000196c 11924 1726884889.04090: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884889.04138: no more pending results, returning what we have 11924 1726884889.04141: results queue empty 11924 1726884889.04142: checking for any_errors_fatal 11924 1726884889.04148: done checking for any_errors_fatal 11924 1726884889.04149: checking for max_fail_percentage 11924 1726884889.04150: done checking for max_fail_percentage 11924 1726884889.04151: checking to see if all hosts have failed and the running result is not ok 11924 1726884889.04152: done checking to see if all hosts have failed 11924 1726884889.04152: getting the remaining hosts for this loop 11924 1726884889.04154: done getting the remaining hosts for this loop 11924 1726884889.04159: getting the next task for host managed_node2 11924 1726884889.04165: done getting next task for host managed_node2 11924 1726884889.04168: ^ task is: TASK: Check if VDO deduplication is on 11924 1726884889.04173: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884889.04176: getting variables 11924 1726884889.04177: in VariableManager get_vars() 11924 1726884889.04203: Calling all_inventory to load vars for managed_node2 11924 1726884889.04206: Calling groups_inventory to load vars for managed_node2 11924 1726884889.04208: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.04217: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.04219: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.04222: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.04787: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.05265: done with get_vars() 11924 1726884889.05275: done getting variables 11924 1726884889.05315: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:49 -0400 (0:00:00.022) 0:00:54.392 ****** 11924 1726884889.05352: entering _queue_task() for managed_node2/assert 11924 1726884889.05605: worker is 1 (out of 1 available) 11924 1726884889.05618: exiting _queue_task() for managed_node2/assert 11924 1726884889.05637: done queuing things up, now waiting for results queue to drain 11924 1726884889.05639: waiting for pending results... 11924 1726884889.05935: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on 11924 1726884889.06241: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000196d 11924 1726884889.06246: variable 'ansible_search_path' from source: unknown 11924 1726884889.06250: calling self._execute() 11924 1726884889.06253: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.06258: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.06261: variable 'omit' from source: magic vars 11924 1726884889.06764: variable 'storage_test_vdo_volume' from source: include params 11924 1726884889.06770: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884889.06775: when evaluation is False, skipping this task 11924 1726884889.06778: _execute() done 11924 1726884889.06780: dumping result to json 11924 1726884889.06783: done dumping result, returning 11924 1726884889.06785: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-f4c0-2290-00000000196d] 11924 1726884889.06792: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000196d 11924 1726884889.06923: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000196d 11924 1726884889.06926: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884889.07020: no more pending results, returning what we have 11924 1726884889.07023: results queue empty 11924 1726884889.07024: checking for any_errors_fatal 11924 1726884889.07030: done checking for any_errors_fatal 11924 1726884889.07030: checking for max_fail_percentage 11924 1726884889.07032: done checking for max_fail_percentage 11924 1726884889.07033: checking to see if all hosts have failed and the running result is not ok 11924 1726884889.07037: done checking to see if all hosts have failed 11924 1726884889.07038: getting the remaining hosts for this loop 11924 1726884889.07040: done getting the remaining hosts for this loop 11924 1726884889.07043: getting the next task for host managed_node2 11924 1726884889.07058: done getting next task for host managed_node2 11924 1726884889.07061: ^ task is: TASK: Clear test variables 11924 1726884889.07070: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884889.07075: getting variables 11924 1726884889.07080: in VariableManager get_vars() 11924 1726884889.07117: Calling all_inventory to load vars for managed_node2 11924 1726884889.07119: Calling groups_inventory to load vars for managed_node2 11924 1726884889.07122: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.07136: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.07143: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.07148: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.07581: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.08419: done with get_vars() 11924 1726884889.08433: done getting variables 11924 1726884889.08484: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:49 -0400 (0:00:00.031) 0:00:54.424 ****** 11924 1726884889.08509: entering _queue_task() for managed_node2/set_fact 11924 1726884889.08700: worker is 1 (out of 1 available) 11924 1726884889.08713: exiting _queue_task() for managed_node2/set_fact 11924 1726884889.08726: done queuing things up, now waiting for results queue to drain 11924 1726884889.08727: waiting for pending results... 11924 1726884889.09072: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884889.09141: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000196f 11924 1726884889.09163: variable 'ansible_search_path' from source: unknown 11924 1726884889.09193: calling self._execute() 11924 1726884889.09281: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.09293: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.09303: variable 'omit' from source: magic vars 11924 1726884889.09595: variable 'omit' from source: magic vars 11924 1726884889.09601: variable 'omit' from source: magic vars 11924 1726884889.09607: variable 'omit' from source: magic vars 11924 1726884889.09610: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884889.09612: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884889.09762: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884889.09766: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884889.09769: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884889.09774: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884889.09777: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884889.09781: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884889.09784: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.09787: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.09901: Set connection var ansible_shell_executable to /bin/sh 11924 1726884889.09910: Set connection var ansible_connection to ssh 11924 1726884889.09926: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884889.09942: Set connection var ansible_timeout to 10 11924 1726884889.09957: Set connection var ansible_pipelining to False 11924 1726884889.09971: Set connection var ansible_shell_type to sh 11924 1726884889.10011: variable 'ansible_shell_executable' from source: unknown 11924 1726884889.10023: variable 'ansible_connection' from source: unknown 11924 1726884889.10033: variable 'ansible_module_compression' from source: unknown 11924 1726884889.10042: variable 'ansible_shell_type' from source: unknown 11924 1726884889.10051: variable 'ansible_shell_executable' from source: unknown 11924 1726884889.10053: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.10058: variable 'ansible_pipelining' from source: unknown 11924 1726884889.10060: variable 'ansible_timeout' from source: unknown 11924 1726884889.10065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.10224: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884889.10230: variable 'omit' from source: magic vars 11924 1726884889.10233: starting attempt loop 11924 1726884889.10236: running the handler 11924 1726884889.10304: handler run complete 11924 1726884889.10307: attempt loop complete, returning result 11924 1726884889.10309: _execute() done 11924 1726884889.10311: dumping result to json 11924 1726884889.10314: done dumping result, returning 11924 1726884889.10316: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-00000000196f] 11924 1726884889.10320: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000196f 11924 1726884889.10385: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000196f 11924 1726884889.10388: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } 11924 1726884889.10448: no more pending results, returning what we have 11924 1726884889.10451: results queue empty 11924 1726884889.10452: checking for any_errors_fatal 11924 1726884889.10460: done checking for any_errors_fatal 11924 1726884889.10461: checking for max_fail_percentage 11924 1726884889.10464: done checking for max_fail_percentage 11924 1726884889.10465: checking to see if all hosts have failed and the running result is not ok 11924 1726884889.10466: done checking to see if all hosts have failed 11924 1726884889.10466: getting the remaining hosts for this loop 11924 1726884889.10469: done getting the remaining hosts for this loop 11924 1726884889.10472: getting the next task for host managed_node2 11924 1726884889.10482: done getting next task for host managed_node2 11924 1726884889.10485: ^ task is: TASK: Check Stratis 11924 1726884889.10490: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884889.10557: getting variables 11924 1726884889.10559: in VariableManager get_vars() 11924 1726884889.10585: Calling all_inventory to load vars for managed_node2 11924 1726884889.10587: Calling groups_inventory to load vars for managed_node2 11924 1726884889.10589: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.10597: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.10600: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.10602: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.10949: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.11510: done with get_vars() 11924 1726884889.11523: 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 22:14:49 -0400 (0:00:00.031) 0:00:54.455 ****** 11924 1726884889.11612: entering _queue_task() for managed_node2/include_tasks 11924 1726884889.11846: worker is 1 (out of 1 available) 11924 1726884889.11862: exiting _queue_task() for managed_node2/include_tasks 11924 1726884889.11875: done queuing things up, now waiting for results queue to drain 11924 1726884889.11876: waiting for pending results... 11924 1726884889.13091: running TaskExecutor() for managed_node2/TASK: Check Stratis 11924 1726884889.13283: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000127a 11924 1726884889.13309: variable 'ansible_search_path' from source: unknown 11924 1726884889.13488: calling self._execute() 11924 1726884889.13951: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.13989: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.14001: variable 'omit' from source: magic vars 11924 1726884889.14210: _execute() done 11924 1726884889.14262: dumping result to json 11924 1726884889.14271: done dumping result, returning 11924 1726884889.14283: done running TaskExecutor() for managed_node2/TASK: Check Stratis [0affc8a3-6f6f-f4c0-2290-00000000127a] 11924 1726884889.14294: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000127a 11924 1726884889.14508: no more pending results, returning what we have 11924 1726884889.14514: in VariableManager get_vars() 11924 1726884889.14553: Calling all_inventory to load vars for managed_node2 11924 1726884889.14558: Calling groups_inventory to load vars for managed_node2 11924 1726884889.14562: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.14574: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.14577: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.14579: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.15227: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000127a 11924 1726884889.15245: WORKER PROCESS EXITING 11924 1726884889.15269: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.15991: done with get_vars() 11924 1726884889.16006: variable 'ansible_search_path' from source: unknown 11924 1726884889.16173: variable 'storage_test_pool_subset' from source: include params 11924 1726884889.16206: we have included files to process 11924 1726884889.16208: generating all_blocks data 11924 1726884889.16209: done generating all_blocks data 11924 1726884889.16215: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884889.16216: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884889.16218: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884889.16908: done processing included file 11924 1726884889.16910: iterating over new_blocks loaded from include file 11924 1726884889.16912: in VariableManager get_vars() 11924 1726884889.16928: done with get_vars() 11924 1726884889.16929: filtering new block on tags 11924 1726884889.17014: done filtering new block on tags 11924 1726884889.17017: in VariableManager get_vars() 11924 1726884889.17033: done with get_vars() 11924 1726884889.17035: filtering new block on tags 11924 1726884889.17060: done filtering new block on tags 11924 1726884889.17062: 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_node2 11924 1726884889.17068: extending task lists for all hosts with included blocks 11924 1726884889.23443: done extending task lists 11924 1726884889.23445: done processing included files 11924 1726884889.23446: results queue empty 11924 1726884889.23446: checking for any_errors_fatal 11924 1726884889.23451: done checking for any_errors_fatal 11924 1726884889.23452: checking for max_fail_percentage 11924 1726884889.23453: done checking for max_fail_percentage 11924 1726884889.23454: checking to see if all hosts have failed and the running result is not ok 11924 1726884889.23845: done checking to see if all hosts have failed 11924 1726884889.23847: getting the remaining hosts for this loop 11924 1726884889.23849: done getting the remaining hosts for this loop 11924 1726884889.23852: getting the next task for host managed_node2 11924 1726884889.23859: done getting next task for host managed_node2 11924 1726884889.23862: ^ task is: TASK: Run 'stratis report' 11924 1726884889.23866: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884889.23869: getting variables 11924 1726884889.23870: in VariableManager get_vars() 11924 1726884889.23889: Calling all_inventory to load vars for managed_node2 11924 1726884889.23892: Calling groups_inventory to load vars for managed_node2 11924 1726884889.23895: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.23901: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.23904: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.23907: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.25597: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.27438: done with get_vars() 11924 1726884889.27459: done getting variables 11924 1726884889.27508: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:49 -0400 (0:00:00.159) 0:00:54.614 ****** 11924 1726884889.27544: entering _queue_task() for managed_node2/command 11924 1726884889.28411: worker is 1 (out of 1 available) 11924 1726884889.28426: exiting _queue_task() for managed_node2/command 11924 1726884889.28439: done queuing things up, now waiting for results queue to drain 11924 1726884889.28440: waiting for pending results... 11924 1726884889.28651: running TaskExecutor() for managed_node2/TASK: Run 'stratis report' 11924 1726884889.28994: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000199f 11924 1726884889.29015: variable 'ansible_search_path' from source: unknown 11924 1726884889.29058: calling self._execute() 11924 1726884889.29385: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.29561: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.29565: variable 'omit' from source: magic vars 11924 1726884889.30210: variable 'storage_test_pool' from source: include params 11924 1726884889.30252: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884889.30560: when evaluation is False, skipping this task 11924 1726884889.30564: _execute() done 11924 1726884889.30567: dumping result to json 11924 1726884889.30569: done dumping result, returning 11924 1726884889.30572: done running TaskExecutor() for managed_node2/TASK: Run 'stratis report' [0affc8a3-6f6f-f4c0-2290-00000000199f] 11924 1726884889.30574: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000199f 11924 1726884889.30649: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000199f 11924 1726884889.30654: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884889.30710: no more pending results, returning what we have 11924 1726884889.30715: results queue empty 11924 1726884889.30715: checking for any_errors_fatal 11924 1726884889.30717: done checking for any_errors_fatal 11924 1726884889.30718: checking for max_fail_percentage 11924 1726884889.30720: done checking for max_fail_percentage 11924 1726884889.30720: checking to see if all hosts have failed and the running result is not ok 11924 1726884889.30721: done checking to see if all hosts have failed 11924 1726884889.30722: getting the remaining hosts for this loop 11924 1726884889.30723: done getting the remaining hosts for this loop 11924 1726884889.30727: getting the next task for host managed_node2 11924 1726884889.30736: done getting next task for host managed_node2 11924 1726884889.30738: ^ task is: TASK: Get information about Stratis 11924 1726884889.30750: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884889.30757: getting variables 11924 1726884889.30759: in VariableManager get_vars() 11924 1726884889.30793: Calling all_inventory to load vars for managed_node2 11924 1726884889.30795: Calling groups_inventory to load vars for managed_node2 11924 1726884889.30801: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.30813: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.30815: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.30817: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.32068: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.32997: done with get_vars() 11924 1726884889.33013: done getting variables 11924 1726884889.33071: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:49 -0400 (0:00:00.055) 0:00:54.669 ****** 11924 1726884889.33104: entering _queue_task() for managed_node2/set_fact 11924 1726884889.33367: worker is 1 (out of 1 available) 11924 1726884889.33381: exiting _queue_task() for managed_node2/set_fact 11924 1726884889.33395: done queuing things up, now waiting for results queue to drain 11924 1726884889.33397: waiting for pending results... 11924 1726884889.33678: running TaskExecutor() for managed_node2/TASK: Get information about Stratis 11924 1726884889.33812: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000019a0 11924 1726884889.33830: variable 'ansible_search_path' from source: unknown 11924 1726884889.33870: calling self._execute() 11924 1726884889.33982: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.33993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.34011: variable 'omit' from source: magic vars 11924 1726884889.34401: variable 'storage_test_pool' from source: include params 11924 1726884889.34436: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884889.34448: when evaluation is False, skipping this task 11924 1726884889.34555: _execute() done 11924 1726884889.34560: dumping result to json 11924 1726884889.34562: done dumping result, returning 11924 1726884889.34565: done running TaskExecutor() for managed_node2/TASK: Get information about Stratis [0affc8a3-6f6f-f4c0-2290-0000000019a0] 11924 1726884889.34567: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000019a0 11924 1726884889.34633: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000019a0 11924 1726884889.34637: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884889.34686: no more pending results, returning what we have 11924 1726884889.34693: results queue empty 11924 1726884889.34694: checking for any_errors_fatal 11924 1726884889.34703: done checking for any_errors_fatal 11924 1726884889.34704: checking for max_fail_percentage 11924 1726884889.34706: done checking for max_fail_percentage 11924 1726884889.34707: checking to see if all hosts have failed and the running result is not ok 11924 1726884889.34708: done checking to see if all hosts have failed 11924 1726884889.34709: getting the remaining hosts for this loop 11924 1726884889.34710: done getting the remaining hosts for this loop 11924 1726884889.34714: getting the next task for host managed_node2 11924 1726884889.34722: done getting next task for host managed_node2 11924 1726884889.34724: ^ task is: TASK: Verify that the pools was created 11924 1726884889.34731: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884889.34735: getting variables 11924 1726884889.34738: in VariableManager get_vars() 11924 1726884889.34773: Calling all_inventory to load vars for managed_node2 11924 1726884889.34776: Calling groups_inventory to load vars for managed_node2 11924 1726884889.34780: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.34792: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.34796: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.34800: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.35808: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.36376: done with get_vars() 11924 1726884889.36389: done getting variables 11924 1726884889.36444: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:49 -0400 (0:00:00.033) 0:00:54.703 ****** 11924 1726884889.36476: entering _queue_task() for managed_node2/assert 11924 1726884889.36713: worker is 1 (out of 1 available) 11924 1726884889.36725: exiting _queue_task() for managed_node2/assert 11924 1726884889.36737: done queuing things up, now waiting for results queue to drain 11924 1726884889.36738: waiting for pending results... 11924 1726884889.37082: running TaskExecutor() for managed_node2/TASK: Verify that the pools was created 11924 1726884889.37180: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000019a1 11924 1726884889.37184: variable 'ansible_search_path' from source: unknown 11924 1726884889.37208: calling self._execute() 11924 1726884889.37327: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.37338: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.37560: variable 'omit' from source: magic vars 11924 1726884889.37727: variable 'storage_test_pool' from source: include params 11924 1726884889.37764: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884889.37772: when evaluation is False, skipping this task 11924 1726884889.37784: _execute() done 11924 1726884889.37792: dumping result to json 11924 1726884889.37800: done dumping result, returning 11924 1726884889.37810: done running TaskExecutor() for managed_node2/TASK: Verify that the pools was created [0affc8a3-6f6f-f4c0-2290-0000000019a1] 11924 1726884889.37820: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000019a1 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884889.37970: no more pending results, returning what we have 11924 1726884889.37974: results queue empty 11924 1726884889.37974: checking for any_errors_fatal 11924 1726884889.37985: done checking for any_errors_fatal 11924 1726884889.37986: checking for max_fail_percentage 11924 1726884889.37987: done checking for max_fail_percentage 11924 1726884889.37988: checking to see if all hosts have failed and the running result is not ok 11924 1726884889.37989: done checking to see if all hosts have failed 11924 1726884889.37990: getting the remaining hosts for this loop 11924 1726884889.37991: done getting the remaining hosts for this loop 11924 1726884889.37995: getting the next task for host managed_node2 11924 1726884889.38003: done getting next task for host managed_node2 11924 1726884889.38006: ^ task is: TASK: Verify that encryption is correctly set 11924 1726884889.38012: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884889.38016: getting variables 11924 1726884889.38018: in VariableManager get_vars() 11924 1726884889.38049: Calling all_inventory to load vars for managed_node2 11924 1726884889.38053: Calling groups_inventory to load vars for managed_node2 11924 1726884889.38058: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.38072: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.38075: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.38078: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.38770: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000019a1 11924 1726884889.38773: WORKER PROCESS EXITING 11924 1726884889.38846: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.40038: done with get_vars() 11924 1726884889.40052: done getting variables 11924 1726884889.40188: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:49 -0400 (0:00:00.037) 0:00:54.741 ****** 11924 1726884889.40221: entering _queue_task() for managed_node2/assert 11924 1726884889.40674: worker is 1 (out of 1 available) 11924 1726884889.40683: exiting _queue_task() for managed_node2/assert 11924 1726884889.40694: done queuing things up, now waiting for results queue to drain 11924 1726884889.40696: waiting for pending results... 11924 1726884889.40782: running TaskExecutor() for managed_node2/TASK: Verify that encryption is correctly set 11924 1726884889.40918: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000019a2 11924 1726884889.40939: variable 'ansible_search_path' from source: unknown 11924 1726884889.40976: calling self._execute() 11924 1726884889.41092: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.41103: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.41117: variable 'omit' from source: magic vars 11924 1726884889.41505: variable 'storage_test_pool' from source: include params 11924 1726884889.41541: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884889.41549: when evaluation is False, skipping this task 11924 1726884889.41557: _execute() done 11924 1726884889.41569: dumping result to json 11924 1726884889.41577: done dumping result, returning 11924 1726884889.41678: done running TaskExecutor() for managed_node2/TASK: Verify that encryption is correctly set [0affc8a3-6f6f-f4c0-2290-0000000019a2] 11924 1726884889.41681: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000019a2 11924 1726884889.41754: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000019a2 11924 1726884889.41760: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884889.41833: no more pending results, returning what we have 11924 1726884889.41837: results queue empty 11924 1726884889.41838: checking for any_errors_fatal 11924 1726884889.41849: done checking for any_errors_fatal 11924 1726884889.41849: checking for max_fail_percentage 11924 1726884889.41851: done checking for max_fail_percentage 11924 1726884889.41852: checking to see if all hosts have failed and the running result is not ok 11924 1726884889.41853: done checking to see if all hosts have failed 11924 1726884889.41854: getting the remaining hosts for this loop 11924 1726884889.41857: done getting the remaining hosts for this loop 11924 1726884889.41861: getting the next task for host managed_node2 11924 1726884889.41870: done getting next task for host managed_node2 11924 1726884889.41872: ^ task is: TASK: Verify that Clevis/Tang encryption is correctly set 11924 1726884889.41880: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884889.41890: getting variables 11924 1726884889.41896: in VariableManager get_vars() 11924 1726884889.41929: Calling all_inventory to load vars for managed_node2 11924 1726884889.41932: Calling groups_inventory to load vars for managed_node2 11924 1726884889.41936: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.41949: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.41953: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.42103: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.43130: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.43980: done with get_vars() 11924 1726884889.43993: done getting variables 11924 1726884889.44047: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:49 -0400 (0:00:00.038) 0:00:54.779 ****** 11924 1726884889.44079: entering _queue_task() for managed_node2/assert 11924 1726884889.44307: worker is 1 (out of 1 available) 11924 1726884889.44320: exiting _queue_task() for managed_node2/assert 11924 1726884889.44332: done queuing things up, now waiting for results queue to drain 11924 1726884889.44334: waiting for pending results... 11924 1726884889.44674: running TaskExecutor() for managed_node2/TASK: Verify that Clevis/Tang encryption is correctly set 11924 1726884889.44747: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000019a3 11924 1726884889.44769: variable 'ansible_search_path' from source: unknown 11924 1726884889.44809: calling self._execute() 11924 1726884889.44926: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.45009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.45014: variable 'omit' from source: magic vars 11924 1726884889.45329: variable 'storage_test_pool' from source: include params 11924 1726884889.45367: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884889.45375: when evaluation is False, skipping this task 11924 1726884889.45383: _execute() done 11924 1726884889.45389: dumping result to json 11924 1726884889.45395: done dumping result, returning 11924 1726884889.45405: done running TaskExecutor() for managed_node2/TASK: Verify that Clevis/Tang encryption is correctly set [0affc8a3-6f6f-f4c0-2290-0000000019a3] 11924 1726884889.45415: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000019a3 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884889.45838: no more pending results, returning what we have 11924 1726884889.45841: results queue empty 11924 1726884889.45842: checking for any_errors_fatal 11924 1726884889.45847: done checking for any_errors_fatal 11924 1726884889.45848: checking for max_fail_percentage 11924 1726884889.45850: done checking for max_fail_percentage 11924 1726884889.45850: checking to see if all hosts have failed and the running result is not ok 11924 1726884889.45851: done checking to see if all hosts have failed 11924 1726884889.45852: getting the remaining hosts for this loop 11924 1726884889.45853: done getting the remaining hosts for this loop 11924 1726884889.45858: getting the next task for host managed_node2 11924 1726884889.45867: done getting next task for host managed_node2 11924 1726884889.45869: ^ task is: TASK: Reset variable used by test 11924 1726884889.45875: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884889.45878: getting variables 11924 1726884889.45880: in VariableManager get_vars() 11924 1726884889.45903: Calling all_inventory to load vars for managed_node2 11924 1726884889.45906: Calling groups_inventory to load vars for managed_node2 11924 1726884889.45908: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.45917: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.45919: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.45922: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.46421: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000019a3 11924 1726884889.46424: WORKER PROCESS EXITING 11924 1726884889.46460: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.47716: done with get_vars() 11924 1726884889.47731: done getting variables 11924 1726884889.47791: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:49 -0400 (0:00:00.037) 0:00:54.817 ****** 11924 1726884889.47826: entering _queue_task() for managed_node2/set_fact 11924 1726884889.48152: worker is 1 (out of 1 available) 11924 1726884889.48170: exiting _queue_task() for managed_node2/set_fact 11924 1726884889.48183: done queuing things up, now waiting for results queue to drain 11924 1726884889.48185: waiting for pending results... 11924 1726884889.48476: running TaskExecutor() for managed_node2/TASK: Reset variable used by test 11924 1726884889.48611: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000019a5 11924 1726884889.48632: variable 'ansible_search_path' from source: unknown 11924 1726884889.48673: calling self._execute() 11924 1726884889.48795: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.48811: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.48827: variable 'omit' from source: magic vars 11924 1726884889.48942: variable 'omit' from source: magic vars 11924 1726884889.49010: variable 'omit' from source: magic vars 11924 1726884889.49057: variable 'omit' from source: magic vars 11924 1726884889.49105: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884889.49150: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884889.49179: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884889.49246: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884889.49249: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884889.49252: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884889.49264: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884889.49304: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884889.49313: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.49322: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.49482: Set connection var ansible_shell_executable to /bin/sh 11924 1726884889.49491: Set connection var ansible_connection to ssh 11924 1726884889.49523: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884889.49588: Set connection var ansible_timeout to 10 11924 1726884889.49591: Set connection var ansible_pipelining to False 11924 1726884889.49593: Set connection var ansible_shell_type to sh 11924 1726884889.49594: variable 'ansible_shell_executable' from source: unknown 11924 1726884889.49624: variable 'ansible_connection' from source: unknown 11924 1726884889.49633: variable 'ansible_module_compression' from source: unknown 11924 1726884889.49641: variable 'ansible_shell_type' from source: unknown 11924 1726884889.49698: variable 'ansible_shell_executable' from source: unknown 11924 1726884889.49701: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.49704: variable 'ansible_pipelining' from source: unknown 11924 1726884889.49706: variable 'ansible_timeout' from source: unknown 11924 1726884889.49707: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.50227: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884889.50231: variable 'omit' from source: magic vars 11924 1726884889.50233: starting attempt loop 11924 1726884889.50235: running the handler 11924 1726884889.50237: handler run complete 11924 1726884889.50239: attempt loop complete, returning result 11924 1726884889.50240: _execute() done 11924 1726884889.50242: dumping result to json 11924 1726884889.50244: done dumping result, returning 11924 1726884889.50246: done running TaskExecutor() for managed_node2/TASK: Reset variable used by test [0affc8a3-6f6f-f4c0-2290-0000000019a5] 11924 1726884889.50247: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000019a5 11924 1726884889.50308: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000019a5 11924 1726884889.50311: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } 11924 1726884889.50382: no more pending results, returning what we have 11924 1726884889.50385: results queue empty 11924 1726884889.50386: checking for any_errors_fatal 11924 1726884889.50395: done checking for any_errors_fatal 11924 1726884889.50396: checking for max_fail_percentage 11924 1726884889.50398: done checking for max_fail_percentage 11924 1726884889.50399: checking to see if all hosts have failed and the running result is not ok 11924 1726884889.50399: done checking to see if all hosts have failed 11924 1726884889.50400: getting the remaining hosts for this loop 11924 1726884889.50402: done getting the remaining hosts for this loop 11924 1726884889.50406: getting the next task for host managed_node2 11924 1726884889.50416: done getting next task for host managed_node2 11924 1726884889.50419: ^ task is: TASK: Clean up test variables 11924 1726884889.50425: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884889.50430: getting variables 11924 1726884889.50432: in VariableManager get_vars() 11924 1726884889.50465: Calling all_inventory to load vars for managed_node2 11924 1726884889.50467: Calling groups_inventory to load vars for managed_node2 11924 1726884889.50470: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.50481: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.50484: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.50487: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.51539: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.52454: done with get_vars() 11924 1726884889.52672: done getting variables 11924 1726884889.52728: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:49 -0400 (0:00:00.049) 0:00:54.866 ****** 11924 1726884889.52764: entering _queue_task() for managed_node2/set_fact 11924 1726884889.53144: worker is 1 (out of 1 available) 11924 1726884889.53159: exiting _queue_task() for managed_node2/set_fact 11924 1726884889.53173: done queuing things up, now waiting for results queue to drain 11924 1726884889.53175: waiting for pending results... 11924 1726884889.53453: running TaskExecutor() for managed_node2/TASK: Clean up test variables 11924 1726884889.53583: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000127b 11924 1726884889.53608: variable 'ansible_search_path' from source: unknown 11924 1726884889.53645: calling self._execute() 11924 1726884889.53819: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.53822: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.53825: variable 'omit' from source: magic vars 11924 1726884889.53898: variable 'omit' from source: magic vars 11924 1726884889.53960: variable 'omit' from source: magic vars 11924 1726884889.54001: variable 'omit' from source: magic vars 11924 1726884889.54048: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884889.54090: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884889.54116: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884889.54258: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884889.54263: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884889.54265: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884889.54267: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884889.54269: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884889.54272: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.54273: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.54360: Set connection var ansible_shell_executable to /bin/sh 11924 1726884889.54369: Set connection var ansible_connection to ssh 11924 1726884889.54379: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884889.54394: Set connection var ansible_timeout to 10 11924 1726884889.54404: Set connection var ansible_pipelining to False 11924 1726884889.54414: Set connection var ansible_shell_type to sh 11924 1726884889.54446: variable 'ansible_shell_executable' from source: unknown 11924 1726884889.54454: variable 'ansible_connection' from source: unknown 11924 1726884889.54464: variable 'ansible_module_compression' from source: unknown 11924 1726884889.54471: variable 'ansible_shell_type' from source: unknown 11924 1726884889.54478: variable 'ansible_shell_executable' from source: unknown 11924 1726884889.54484: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.54497: variable 'ansible_pipelining' from source: unknown 11924 1726884889.54505: variable 'ansible_timeout' from source: unknown 11924 1726884889.54513: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.54647: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884889.54665: variable 'omit' from source: magic vars 11924 1726884889.54675: starting attempt loop 11924 1726884889.54680: running the handler 11924 1726884889.54698: handler run complete 11924 1726884889.54824: attempt loop complete, returning result 11924 1726884889.54827: _execute() done 11924 1726884889.54830: dumping result to json 11924 1726884889.54832: done dumping result, returning 11924 1726884889.54835: done running TaskExecutor() for managed_node2/TASK: Clean up test variables [0affc8a3-6f6f-f4c0-2290-00000000127b] 11924 1726884889.54837: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000127b 11924 1726884889.54910: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000127b 11924 1726884889.54914: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 11924 1726884889.55213: no more pending results, returning what we have 11924 1726884889.55217: results queue empty 11924 1726884889.55218: checking for any_errors_fatal 11924 1726884889.55225: done checking for any_errors_fatal 11924 1726884889.55226: checking for max_fail_percentage 11924 1726884889.55228: done checking for max_fail_percentage 11924 1726884889.55229: checking to see if all hosts have failed and the running result is not ok 11924 1726884889.55229: done checking to see if all hosts have failed 11924 1726884889.55230: getting the remaining hosts for this loop 11924 1726884889.55233: done getting the remaining hosts for this loop 11924 1726884889.55237: getting the next task for host managed_node2 11924 1726884889.55248: done getting next task for host managed_node2 11924 1726884889.55251: ^ task is: TASK: Verify the volumes 11924 1726884889.55459: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884889.55465: getting variables 11924 1726884889.55467: in VariableManager get_vars() 11924 1726884889.55496: Calling all_inventory to load vars for managed_node2 11924 1726884889.55499: Calling groups_inventory to load vars for managed_node2 11924 1726884889.55502: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.55511: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.55515: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.55518: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.56082: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.56894: done with get_vars() 11924 1726884889.56908: 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 22:14:49 -0400 (0:00:00.042) 0:00:54.908 ****** 11924 1726884889.57004: entering _queue_task() for managed_node2/include_tasks 11924 1726884889.57461: worker is 1 (out of 1 available) 11924 1726884889.57472: exiting _queue_task() for managed_node2/include_tasks 11924 1726884889.57484: done queuing things up, now waiting for results queue to drain 11924 1726884889.57486: waiting for pending results... 11924 1726884889.57585: running TaskExecutor() for managed_node2/TASK: Verify the volumes 11924 1726884889.57821: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000127f 11924 1726884889.57824: variable 'ansible_search_path' from source: unknown 11924 1726884889.57976: variable 'storage_test_pool' from source: include params 11924 1726884889.58215: variable 'omit' from source: magic vars 11924 1726884889.58364: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.58377: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.58389: variable 'omit' from source: magic vars 11924 1726884889.58507: variable 'storage_test_volume' from source: unknown 11924 1726884889.58596: variable 'storage_test_volume' from source: unknown 11924 1726884889.59150: dumping result to json 11924 1726884889.59154: done dumping result, returning 11924 1726884889.59158: done running TaskExecutor() for managed_node2/TASK: Verify the volumes [0affc8a3-6f6f-f4c0-2290-00000000127f] 11924 1726884889.59161: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000127f 11924 1726884889.59210: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000127f 11924 1726884889.59214: WORKER PROCESS EXITING 11924 1726884889.59307: no more pending results, returning what we have 11924 1726884889.59312: in VariableManager get_vars() 11924 1726884889.59351: Calling all_inventory to load vars for managed_node2 11924 1726884889.59360: Calling groups_inventory to load vars for managed_node2 11924 1726884889.59364: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.59376: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.59380: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.59383: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.61808: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.63441: done with get_vars() 11924 1726884889.63462: variable 'ansible_search_path' from source: unknown 11924 1726884889.63810: variable 'storage_test_pool_subset' from source: include params 11924 1726884889.63852: we have included files to process 11924 1726884889.63854: generating all_blocks data 11924 1726884889.63857: done generating all_blocks data 11924 1726884889.63861: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884889.63887: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884889.63892: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884889.64287: in VariableManager get_vars() 11924 1726884889.64309: done with get_vars() 11924 1726884889.64441: done processing included file 11924 1726884889.64443: iterating over new_blocks loaded from include file 11924 1726884889.64445: in VariableManager get_vars() 11924 1726884889.64467: done with get_vars() 11924 1726884889.64468: filtering new block on tags 11924 1726884889.64519: done filtering new block on tags 11924 1726884889.64522: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884889.64533: extending task lists for all hosts with included blocks 11924 1726884889.64867: done extending task lists 11924 1726884889.64868: done processing included files 11924 1726884889.64869: results queue empty 11924 1726884889.64870: checking for any_errors_fatal 11924 1726884889.64873: done checking for any_errors_fatal 11924 1726884889.64874: checking for max_fail_percentage 11924 1726884889.64876: done checking for max_fail_percentage 11924 1726884889.64877: checking to see if all hosts have failed and the running result is not ok 11924 1726884889.64877: done checking to see if all hosts have failed 11924 1726884889.64878: getting the remaining hosts for this loop 11924 1726884889.64879: done getting the remaining hosts for this loop 11924 1726884889.64892: getting the next task for host managed_node2 11924 1726884889.64897: done getting next task for host managed_node2 11924 1726884889.64899: ^ task is: TASK: Set storage volume test variables 11924 1726884889.64903: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884889.64905: getting variables 11924 1726884889.64906: in VariableManager get_vars() 11924 1726884889.64914: Calling all_inventory to load vars for managed_node2 11924 1726884889.64917: Calling groups_inventory to load vars for managed_node2 11924 1726884889.64979: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.64987: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.65052: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.65059: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.65558: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.65985: done with get_vars() 11924 1726884889.65993: done getting variables 11924 1726884889.66025: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:49 -0400 (0:00:00.090) 0:00:54.999 ****** 11924 1726884889.66047: entering _queue_task() for managed_node2/set_fact 11924 1726884889.66270: worker is 1 (out of 1 available) 11924 1726884889.66281: exiting _queue_task() for managed_node2/set_fact 11924 1726884889.66295: done queuing things up, now waiting for results queue to drain 11924 1726884889.66296: waiting for pending results... 11924 1726884889.66496: running TaskExecutor() for managed_node2/TASK: Set storage volume test variables 11924 1726884889.66577: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b45 11924 1726884889.66589: variable 'ansible_search_path' from source: unknown 11924 1726884889.66616: calling self._execute() 11924 1726884889.66707: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.66712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.66721: variable 'omit' from source: magic vars 11924 1726884889.66804: variable 'omit' from source: magic vars 11924 1726884889.66840: variable 'omit' from source: magic vars 11924 1726884889.67073: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884889.69490: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884889.69494: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884889.69518: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884889.69566: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884889.69615: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884889.69721: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884889.69758: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884889.69782: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884889.69814: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884889.69829: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884889.70024: variable 'storage_test_volume' from source: include params 11924 1726884889.70047: variable 'storage_test_pool' from source: include params 11924 1726884889.70109: variable 'omit' from source: magic vars 11924 1726884889.70149: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884889.70192: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884889.70228: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884889.70238: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884889.70246: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884889.70267: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884889.70281: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884889.70308: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884889.70311: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.70313: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.70406: Set connection var ansible_shell_executable to /bin/sh 11924 1726884889.70410: Set connection var ansible_connection to ssh 11924 1726884889.70413: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884889.70419: Set connection var ansible_timeout to 10 11924 1726884889.70424: Set connection var ansible_pipelining to False 11924 1726884889.70428: Set connection var ansible_shell_type to sh 11924 1726884889.70466: variable 'ansible_shell_executable' from source: unknown 11924 1726884889.70469: variable 'ansible_connection' from source: unknown 11924 1726884889.70472: variable 'ansible_module_compression' from source: unknown 11924 1726884889.70474: variable 'ansible_shell_type' from source: unknown 11924 1726884889.70476: variable 'ansible_shell_executable' from source: unknown 11924 1726884889.70478: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.70480: variable 'ansible_pipelining' from source: unknown 11924 1726884889.70482: variable 'ansible_timeout' from source: unknown 11924 1726884889.70485: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.70560: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884889.70571: variable 'omit' from source: magic vars 11924 1726884889.70577: starting attempt loop 11924 1726884889.70579: running the handler 11924 1726884889.70588: handler run complete 11924 1726884889.70596: attempt loop complete, returning result 11924 1726884889.70599: _execute() done 11924 1726884889.70603: dumping result to json 11924 1726884889.70610: done dumping result, returning 11924 1726884889.70616: done running TaskExecutor() for managed_node2/TASK: Set storage volume test variables [0affc8a3-6f6f-f4c0-2290-000000001b45] 11924 1726884889.70620: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b45 11924 1726884889.70700: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b45 11924 1726884889.70703: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 11924 1726884889.70769: no more pending results, returning what we have 11924 1726884889.70773: results queue empty 11924 1726884889.70773: checking for any_errors_fatal 11924 1726884889.70775: done checking for any_errors_fatal 11924 1726884889.70775: checking for max_fail_percentage 11924 1726884889.70777: done checking for max_fail_percentage 11924 1726884889.70778: checking to see if all hosts have failed and the running result is not ok 11924 1726884889.70778: done checking to see if all hosts have failed 11924 1726884889.70779: getting the remaining hosts for this loop 11924 1726884889.70781: done getting the remaining hosts for this loop 11924 1726884889.70784: getting the next task for host managed_node2 11924 1726884889.70792: done getting next task for host managed_node2 11924 1726884889.70795: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 11924 1726884889.70801: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884889.70815: getting variables 11924 1726884889.70816: in VariableManager get_vars() 11924 1726884889.70847: Calling all_inventory to load vars for managed_node2 11924 1726884889.70849: Calling groups_inventory to load vars for managed_node2 11924 1726884889.70852: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.70863: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.70866: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.70868: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.71260: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.71744: done with get_vars() 11924 1726884889.71816: done getting variables 11924 1726884889.72005: 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 22:14:49 -0400 (0:00:00.059) 0:00:55.059 ****** 11924 1726884889.72035: entering _queue_task() for managed_node2/include_tasks 11924 1726884889.72368: worker is 1 (out of 1 available) 11924 1726884889.72381: exiting _queue_task() for managed_node2/include_tasks 11924 1726884889.72509: done queuing things up, now waiting for results queue to drain 11924 1726884889.72511: waiting for pending results... 11924 1726884889.72851: running TaskExecutor() for managed_node2/TASK: Run test verify for {{ storage_test_volume_subset }} 11924 1726884889.72893: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b46 11924 1726884889.72911: variable 'ansible_search_path' from source: unknown 11924 1726884889.72972: variable '_storage_volume_tests' from source: set_fact 11924 1726884889.73277: variable '_storage_volume_tests' from source: set_fact 11924 1726884889.73339: variable 'omit' from source: magic vars 11924 1726884889.73573: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.73581: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.73608: variable 'omit' from source: magic vars 11924 1726884889.73729: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.73756: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.73804: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.73966: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.73969: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.73972: variable 'omit' from source: magic vars 11924 1726884889.74005: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.74025: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.74082: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.74153: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.74158: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.74161: variable 'omit' from source: magic vars 11924 1726884889.74260: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.74294: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.74351: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.74518: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.74543: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.74546: variable 'omit' from source: magic vars 11924 1726884889.74548: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.74590: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.74628: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.74757: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.74761: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.74763: variable 'omit' from source: magic vars 11924 1726884889.74817: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.74849: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.74910: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.74981: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.74984: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.74987: variable 'omit' from source: magic vars 11924 1726884889.75220: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.75224: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.75231: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.75286: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.75290: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.75293: variable 'omit' from source: magic vars 11924 1726884889.75408: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.75534: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.75537: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.75726: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.75733: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.75741: variable 'omit' from source: magic vars 11924 1726884889.75744: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.75746: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.75944: variable 'storage_test_volume_subset' from source: unknown 11924 1726884889.75991: dumping result to json 11924 1726884889.75994: done dumping result, returning 11924 1726884889.75996: done running TaskExecutor() for managed_node2/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-f4c0-2290-000000001b46] 11924 1726884889.76001: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b46 11924 1726884889.76043: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b46 11924 1726884889.76046: WORKER PROCESS EXITING 11924 1726884889.76147: no more pending results, returning what we have 11924 1726884889.76152: in VariableManager get_vars() 11924 1726884889.76189: Calling all_inventory to load vars for managed_node2 11924 1726884889.76192: Calling groups_inventory to load vars for managed_node2 11924 1726884889.76195: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.76204: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.76208: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.76211: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.76743: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.77387: done with get_vars() 11924 1726884889.77401: variable 'ansible_search_path' from source: unknown 11924 1726884889.77438: variable 'ansible_search_path' from source: unknown 11924 1726884889.77468: variable 'ansible_search_path' from source: unknown 11924 1726884889.77494: variable 'ansible_search_path' from source: unknown 11924 1726884889.77519: variable 'ansible_search_path' from source: unknown 11924 1726884889.77548: variable 'ansible_search_path' from source: unknown 11924 1726884889.77577: variable 'ansible_search_path' from source: unknown 11924 1726884889.77604: variable 'ansible_search_path' from source: unknown 11924 1726884889.77629: we have included files to process 11924 1726884889.77630: generating all_blocks data 11924 1726884889.77632: done generating all_blocks data 11924 1726884889.77636: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884889.77637: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884889.77641: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884889.79304: done processing included file 11924 1726884889.79306: iterating over new_blocks loaded from include file 11924 1726884889.79308: in VariableManager get_vars() 11924 1726884889.79324: done with get_vars() 11924 1726884889.79326: filtering new block on tags 11924 1726884889.79595: done filtering new block on tags 11924 1726884889.79600: 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_node2 => (item=mount) 11924 1726884889.79603: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884889.79604: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884889.79609: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884889.80000: done processing included file 11924 1726884889.80001: iterating over new_blocks loaded from include file 11924 1726884889.80002: in VariableManager get_vars() 11924 1726884889.80013: done with get_vars() 11924 1726884889.80014: filtering new block on tags 11924 1726884889.80067: done filtering new block on tags 11924 1726884889.80069: 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_node2 => (item=fstab) 11924 1726884889.80081: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884889.80082: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884889.80083: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884889.80298: done processing included file 11924 1726884889.80300: iterating over new_blocks loaded from include file 11924 1726884889.80301: in VariableManager get_vars() 11924 1726884889.80317: done with get_vars() 11924 1726884889.80319: filtering new block on tags 11924 1726884889.80359: done filtering new block on tags 11924 1726884889.80361: 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_node2 => (item=fs) 11924 1726884889.80364: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884889.80365: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884889.80368: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884889.81039: done processing included file 11924 1726884889.81041: iterating over new_blocks loaded from include file 11924 1726884889.81042: in VariableManager get_vars() 11924 1726884889.81060: done with get_vars() 11924 1726884889.81062: filtering new block on tags 11924 1726884889.81165: done filtering new block on tags 11924 1726884889.81168: 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_node2 => (item=device) 11924 1726884889.81171: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884889.81172: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884889.81175: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884889.82548: done processing included file 11924 1726884889.82550: iterating over new_blocks loaded from include file 11924 1726884889.82551: in VariableManager get_vars() 11924 1726884889.82567: done with get_vars() 11924 1726884889.82569: filtering new block on tags 11924 1726884889.82779: done filtering new block on tags 11924 1726884889.82782: 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_node2 => (item=encryption) 11924 1726884889.82785: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884889.82786: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884889.82788: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884889.83942: done processing included file 11924 1726884889.83944: iterating over new_blocks loaded from include file 11924 1726884889.83945: in VariableManager get_vars() 11924 1726884889.83970: done with get_vars() 11924 1726884889.83973: filtering new block on tags 11924 1726884889.84115: done filtering new block on tags 11924 1726884889.84117: 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_node2 => (item=md) 11924 1726884889.84121: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884889.84122: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884889.84125: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884889.86732: done processing included file 11924 1726884889.86734: iterating over new_blocks loaded from include file 11924 1726884889.86735: in VariableManager get_vars() 11924 1726884889.86751: done with get_vars() 11924 1726884889.86754: filtering new block on tags 11924 1726884889.86834: done filtering new block on tags 11924 1726884889.86839: in VariableManager get_vars() 11924 1726884889.86854: done with get_vars() 11924 1726884889.86858: filtering new block on tags 11924 1726884889.86927: done filtering new block on tags 11924 1726884889.86930: in VariableManager get_vars() 11924 1726884889.86947: done with get_vars() 11924 1726884889.86949: filtering new block on tags 11924 1726884889.87187: done filtering new block on tags 11924 1726884889.87191: in VariableManager get_vars() 11924 1726884889.87207: done with get_vars() 11924 1726884889.87209: filtering new block on tags 11924 1726884889.87263: done filtering new block on tags 11924 1726884889.87266: 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_node2 => (item=size) 11924 1726884889.87269: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884889.87270: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884889.87273: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884889.87974: done processing included file 11924 1726884889.87975: iterating over new_blocks loaded from include file 11924 1726884889.87977: in VariableManager get_vars() 11924 1726884889.87994: done with get_vars() 11924 1726884889.87996: filtering new block on tags 11924 1726884889.88118: done filtering new block on tags 11924 1726884889.88122: 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_node2 => (item=cache) 11924 1726884889.88126: extending task lists for all hosts with included blocks 11924 1726884889.88496: done extending task lists 11924 1726884889.88498: done processing included files 11924 1726884889.88498: results queue empty 11924 1726884889.88499: checking for any_errors_fatal 11924 1726884889.88502: done checking for any_errors_fatal 11924 1726884889.88503: checking for max_fail_percentage 11924 1726884889.88504: done checking for max_fail_percentage 11924 1726884889.88505: checking to see if all hosts have failed and the running result is not ok 11924 1726884889.88510: done checking to see if all hosts have failed 11924 1726884889.88511: getting the remaining hosts for this loop 11924 1726884889.88512: done getting the remaining hosts for this loop 11924 1726884889.88515: getting the next task for host managed_node2 11924 1726884889.88522: done getting next task for host managed_node2 11924 1726884889.88524: ^ task is: TASK: Get expected mount device based on device type 11924 1726884889.88529: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884889.88531: getting variables 11924 1726884889.88534: in VariableManager get_vars() 11924 1726884889.88543: Calling all_inventory to load vars for managed_node2 11924 1726884889.88545: Calling groups_inventory to load vars for managed_node2 11924 1726884889.88547: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.88553: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.88557: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.88560: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.89037: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.89641: done with get_vars() 11924 1726884889.89653: done getting variables 11924 1726884889.89689: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:49 -0400 (0:00:00.176) 0:00:55.236 ****** 11924 1726884889.89717: entering _queue_task() for managed_node2/set_fact 11924 1726884889.90040: worker is 1 (out of 1 available) 11924 1726884889.90053: exiting _queue_task() for managed_node2/set_fact 11924 1726884889.90070: done queuing things up, now waiting for results queue to drain 11924 1726884889.90072: waiting for pending results... 11924 1726884889.90605: running TaskExecutor() for managed_node2/TASK: Get expected mount device based on device type 11924 1726884889.90612: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b71 11924 1726884889.90616: variable 'ansible_search_path' from source: unknown 11924 1726884889.90619: calling self._execute() 11924 1726884889.90693: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.90697: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.90703: variable 'omit' from source: magic vars 11924 1726884889.90861: variable 'omit' from source: magic vars 11924 1726884889.90868: variable 'omit' from source: magic vars 11924 1726884889.91210: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884889.91505: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884889.91546: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884889.91586: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884889.91671: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884889.91705: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884889.91728: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884889.91753: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884889.91784: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884889.91826: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884889.91848: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884889.91885: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884889.91912: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884889.92160: variable '_storage_test_volume_present' from source: set_fact 11924 1726884889.92164: variable 'storage_test_volume' from source: include params 11924 1726884889.92166: variable 'storage_test_pool' from source: include params 11924 1726884889.92184: variable 'omit' from source: magic vars 11924 1726884889.92207: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884889.92237: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884889.92317: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884889.92325: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884889.92328: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884889.92330: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884889.92332: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884889.92361: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884889.92364: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.92366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.92483: Set connection var ansible_shell_executable to /bin/sh 11924 1726884889.92487: Set connection var ansible_connection to ssh 11924 1726884889.92490: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884889.92495: Set connection var ansible_timeout to 10 11924 1726884889.92510: Set connection var ansible_pipelining to False 11924 1726884889.92512: Set connection var ansible_shell_type to sh 11924 1726884889.92533: variable 'ansible_shell_executable' from source: unknown 11924 1726884889.92536: variable 'ansible_connection' from source: unknown 11924 1726884889.92544: variable 'ansible_module_compression' from source: unknown 11924 1726884889.92547: variable 'ansible_shell_type' from source: unknown 11924 1726884889.92580: variable 'ansible_shell_executable' from source: unknown 11924 1726884889.92583: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.92585: variable 'ansible_pipelining' from source: unknown 11924 1726884889.92690: variable 'ansible_timeout' from source: unknown 11924 1726884889.92695: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.92701: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884889.92708: variable 'omit' from source: magic vars 11924 1726884889.92711: starting attempt loop 11924 1726884889.92714: running the handler 11924 1726884889.92865: handler run complete 11924 1726884889.92868: attempt loop complete, returning result 11924 1726884889.92870: _execute() done 11924 1726884889.92876: dumping result to json 11924 1726884889.92878: done dumping result, returning 11924 1726884889.92880: done running TaskExecutor() for managed_node2/TASK: Get expected mount device based on device type [0affc8a3-6f6f-f4c0-2290-000000001b71] 11924 1726884889.92882: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b71 11924 1726884889.92961: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b71 ok: [managed_node2] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } 11924 1726884889.93153: no more pending results, returning what we have 11924 1726884889.93164: results queue empty 11924 1726884889.93166: checking for any_errors_fatal 11924 1726884889.93167: done checking for any_errors_fatal 11924 1726884889.93168: checking for max_fail_percentage 11924 1726884889.93170: done checking for max_fail_percentage 11924 1726884889.93171: checking to see if all hosts have failed and the running result is not ok 11924 1726884889.93172: done checking to see if all hosts have failed 11924 1726884889.93172: getting the remaining hosts for this loop 11924 1726884889.93174: done getting the remaining hosts for this loop 11924 1726884889.93177: getting the next task for host managed_node2 11924 1726884889.93186: done getting next task for host managed_node2 11924 1726884889.93189: ^ task is: TASK: Set some facts 11924 1726884889.93196: WORKER PROCESS EXITING 11924 1726884889.93206: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884889.93212: getting variables 11924 1726884889.93213: in VariableManager get_vars() 11924 1726884889.93240: Calling all_inventory to load vars for managed_node2 11924 1726884889.93243: Calling groups_inventory to load vars for managed_node2 11924 1726884889.93246: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884889.93258: Calling all_plugins_play to load vars for managed_node2 11924 1726884889.93262: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884889.93268: Calling groups_plugins_play to load vars for managed_node2 11924 1726884889.93863: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884889.94652: done with get_vars() 11924 1726884889.94702: done getting variables 11924 1726884889.94800: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:49 -0400 (0:00:00.051) 0:00:55.287 ****** 11924 1726884889.94832: entering _queue_task() for managed_node2/set_fact 11924 1726884889.95138: worker is 1 (out of 1 available) 11924 1726884889.95262: exiting _queue_task() for managed_node2/set_fact 11924 1726884889.95283: done queuing things up, now waiting for results queue to drain 11924 1726884889.95285: waiting for pending results... 11924 1726884889.95470: running TaskExecutor() for managed_node2/TASK: Set some facts 11924 1726884889.95605: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b72 11924 1726884889.95628: variable 'ansible_search_path' from source: unknown 11924 1726884889.95762: calling self._execute() 11924 1726884889.95783: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884889.95795: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884889.95812: variable 'omit' from source: magic vars 11924 1726884889.95927: variable 'omit' from source: magic vars 11924 1726884889.96000: variable 'omit' from source: magic vars 11924 1726884889.96298: variable '_storage_test_volume_present' from source: set_fact 11924 1726884889.96316: variable 'storage_test_volume' from source: include params 11924 1726884889.96688: variable 'storage_test_volume' from source: include params 11924 1726884889.96713: variable 'mount_prefix' from source: task vars 11924 1726884889.96940: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884889.99204: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884889.99364: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884889.99367: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884889.99380: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884889.99413: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884889.99510: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884889.99556: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884889.99598: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884889.99647: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884889.99674: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884889.99883: variable '__storage_is_ostree' from source: set_fact 11924 1726884889.99893: variable 'storage_test_volume' from source: include params 11924 1726884889.99946: variable 'omit' from source: magic vars 11924 1726884890.00022: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884890.00026: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884890.00051: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884890.00092: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.00107: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.00135: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884890.00167: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884890.00241: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884890.00244: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.00247: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.00369: Set connection var ansible_shell_executable to /bin/sh 11924 1726884890.00378: Set connection var ansible_connection to ssh 11924 1726884890.00390: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884890.00399: Set connection var ansible_timeout to 10 11924 1726884890.00411: Set connection var ansible_pipelining to False 11924 1726884890.00454: Set connection var ansible_shell_type to sh 11924 1726884890.00467: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.00481: variable 'ansible_connection' from source: unknown 11924 1726884890.00491: variable 'ansible_module_compression' from source: unknown 11924 1726884890.00511: variable 'ansible_shell_type' from source: unknown 11924 1726884890.00534: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.00537: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.00647: variable 'ansible_pipelining' from source: unknown 11924 1726884890.00650: variable 'ansible_timeout' from source: unknown 11924 1726884890.00653: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.00698: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884890.00716: variable 'omit' from source: magic vars 11924 1726884890.00726: starting attempt loop 11924 1726884890.00733: running the handler 11924 1726884890.00748: handler run complete 11924 1726884890.00768: attempt loop complete, returning result 11924 1726884890.00787: _execute() done 11924 1726884890.00794: dumping result to json 11924 1726884890.00801: done dumping result, returning 11924 1726884890.00812: done running TaskExecutor() for managed_node2/TASK: Set some facts [0affc8a3-6f6f-f4c0-2290-000000001b72] 11924 1726884890.00821: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b72 ok: [managed_node2] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } 11924 1726884890.01044: no more pending results, returning what we have 11924 1726884890.01048: results queue empty 11924 1726884890.01049: checking for any_errors_fatal 11924 1726884890.01059: done checking for any_errors_fatal 11924 1726884890.01060: checking for max_fail_percentage 11924 1726884890.01062: done checking for max_fail_percentage 11924 1726884890.01063: checking to see if all hosts have failed and the running result is not ok 11924 1726884890.01064: done checking to see if all hosts have failed 11924 1726884890.01064: getting the remaining hosts for this loop 11924 1726884890.01067: done getting the remaining hosts for this loop 11924 1726884890.01071: getting the next task for host managed_node2 11924 1726884890.01079: done getting next task for host managed_node2 11924 1726884890.01082: ^ task is: TASK: Get information about the mountpoint directory 11924 1726884890.01089: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884890.01102: getting variables 11924 1726884890.01104: in VariableManager get_vars() 11924 1726884890.01136: Calling all_inventory to load vars for managed_node2 11924 1726884890.01139: Calling groups_inventory to load vars for managed_node2 11924 1726884890.01142: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884890.01153: Calling all_plugins_play to load vars for managed_node2 11924 1726884890.01360: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884890.01366: Calling groups_plugins_play to load vars for managed_node2 11924 1726884890.01892: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b72 11924 1726884890.01896: WORKER PROCESS EXITING 11924 1726884890.01997: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884890.02726: done with get_vars() 11924 1726884890.02745: 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 22:14:50 -0400 (0:00:00.080) 0:00:55.367 ****** 11924 1726884890.02888: entering _queue_task() for managed_node2/stat 11924 1726884890.03206: worker is 1 (out of 1 available) 11924 1726884890.03220: exiting _queue_task() for managed_node2/stat 11924 1726884890.03376: done queuing things up, now waiting for results queue to drain 11924 1726884890.03378: waiting for pending results... 11924 1726884890.03608: running TaskExecutor() for managed_node2/TASK: Get information about the mountpoint directory 11924 1726884890.03840: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b73 11924 1726884890.03844: variable 'ansible_search_path' from source: unknown 11924 1726884890.03848: calling self._execute() 11924 1726884890.03948: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.03963: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.03979: variable 'omit' from source: magic vars 11924 1726884890.04566: variable '_storage_test_volume_present' from source: set_fact 11924 1726884890.04577: variable 'storage_test_volume' from source: include params 11924 1726884890.04864: 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 11924 1726884890.04868: when evaluation is False, skipping this task 11924 1726884890.04870: _execute() done 11924 1726884890.04873: dumping result to json 11924 1726884890.04875: done dumping result, returning 11924 1726884890.04877: done running TaskExecutor() for managed_node2/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-f4c0-2290-000000001b73] 11924 1726884890.04879: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b73 11924 1726884890.04949: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b73 11924 1726884890.04953: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884890.05022: no more pending results, returning what we have 11924 1726884890.05027: results queue empty 11924 1726884890.05028: checking for any_errors_fatal 11924 1726884890.05037: done checking for any_errors_fatal 11924 1726884890.05038: checking for max_fail_percentage 11924 1726884890.05040: done checking for max_fail_percentage 11924 1726884890.05041: checking to see if all hosts have failed and the running result is not ok 11924 1726884890.05042: done checking to see if all hosts have failed 11924 1726884890.05042: getting the remaining hosts for this loop 11924 1726884890.05044: done getting the remaining hosts for this loop 11924 1726884890.05049: getting the next task for host managed_node2 11924 1726884890.05060: done getting next task for host managed_node2 11924 1726884890.05062: ^ task is: TASK: Verify the current mount state by device 11924 1726884890.05070: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884890.05076: getting variables 11924 1726884890.05078: in VariableManager get_vars() 11924 1726884890.05114: Calling all_inventory to load vars for managed_node2 11924 1726884890.05118: Calling groups_inventory to load vars for managed_node2 11924 1726884890.05121: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884890.05134: Calling all_plugins_play to load vars for managed_node2 11924 1726884890.05139: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884890.05142: Calling groups_plugins_play to load vars for managed_node2 11924 1726884890.06527: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884890.07130: done with get_vars() 11924 1726884890.07145: done getting variables 11924 1726884890.07212: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:14:50 -0400 (0:00:00.043) 0:00:55.411 ****** 11924 1726884890.07245: entering _queue_task() for managed_node2/assert 11924 1726884890.07512: worker is 1 (out of 1 available) 11924 1726884890.07525: exiting _queue_task() for managed_node2/assert 11924 1726884890.07539: done queuing things up, now waiting for results queue to drain 11924 1726884890.07541: waiting for pending results... 11924 1726884890.07801: running TaskExecutor() for managed_node2/TASK: Verify the current mount state by device 11924 1726884890.07927: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b74 11924 1726884890.07939: variable 'ansible_search_path' from source: unknown 11924 1726884890.07974: calling self._execute() 11924 1726884890.08107: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.08111: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.08122: variable 'omit' from source: magic vars 11924 1726884890.08749: variable '_storage_test_volume_present' from source: set_fact 11924 1726884890.09161: Evaluated conditional (_storage_test_volume_present): True 11924 1726884890.09164: variable 'omit' from source: magic vars 11924 1726884890.09167: variable 'omit' from source: magic vars 11924 1726884890.09458: variable 'storage_test_volume' from source: include params 11924 1726884890.09661: variable 'omit' from source: magic vars 11924 1726884890.09664: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884890.09667: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884890.09670: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884890.09672: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.09674: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.09694: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884890.09794: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884890.09797: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884890.09800: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.09803: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.09868: Set connection var ansible_shell_executable to /bin/sh 11924 1726884890.09871: Set connection var ansible_connection to ssh 11924 1726884890.09901: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884890.09904: Set connection var ansible_timeout to 10 11924 1726884890.09906: Set connection var ansible_pipelining to False 11924 1726884890.09909: Set connection var ansible_shell_type to sh 11924 1726884890.09924: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.09927: variable 'ansible_connection' from source: unknown 11924 1726884890.09930: variable 'ansible_module_compression' from source: unknown 11924 1726884890.09932: variable 'ansible_shell_type' from source: unknown 11924 1726884890.09935: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.09937: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.09942: variable 'ansible_pipelining' from source: unknown 11924 1726884890.09945: variable 'ansible_timeout' from source: unknown 11924 1726884890.09948: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.10227: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884890.10231: variable 'omit' from source: magic vars 11924 1726884890.10234: starting attempt loop 11924 1726884890.10236: running the handler 11924 1726884890.10308: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884890.10334: variable 'storage_test_volume' from source: include params 11924 1726884890.10348: variable 'storage_test_mount_expected_mount_point' from source: set_fact 11924 1726884890.10358: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].mountpoint == storage_test_mount_expected_mount_point): True 11924 1726884890.10363: handler run complete 11924 1726884890.10378: attempt loop complete, returning result 11924 1726884890.10381: _execute() done 11924 1726884890.10384: dumping result to json 11924 1726884890.10386: done dumping result, returning 11924 1726884890.10392: done running TaskExecutor() for managed_node2/TASK: Verify the current mount state by device [0affc8a3-6f6f-f4c0-2290-000000001b74] 11924 1726884890.10398: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b74 11924 1726884890.10493: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b74 11924 1726884890.10496: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884890.10540: no more pending results, returning what we have 11924 1726884890.10543: results queue empty 11924 1726884890.10544: checking for any_errors_fatal 11924 1726884890.10551: done checking for any_errors_fatal 11924 1726884890.10552: checking for max_fail_percentage 11924 1726884890.10556: done checking for max_fail_percentage 11924 1726884890.10557: checking to see if all hosts have failed and the running result is not ok 11924 1726884890.10558: done checking to see if all hosts have failed 11924 1726884890.10559: getting the remaining hosts for this loop 11924 1726884890.10561: done getting the remaining hosts for this loop 11924 1726884890.10564: getting the next task for host managed_node2 11924 1726884890.10571: done getting next task for host managed_node2 11924 1726884890.10574: ^ task is: TASK: Verify mount directory user 11924 1726884890.10580: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884890.10583: getting variables 11924 1726884890.10585: in VariableManager get_vars() 11924 1726884890.10614: Calling all_inventory to load vars for managed_node2 11924 1726884890.10616: Calling groups_inventory to load vars for managed_node2 11924 1726884890.10624: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884890.10633: Calling all_plugins_play to load vars for managed_node2 11924 1726884890.10635: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884890.10638: Calling groups_plugins_play to load vars for managed_node2 11924 1726884890.11471: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884890.12041: done with get_vars() 11924 1726884890.12058: done getting variables 11924 1726884890.12117: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:50 -0400 (0:00:00.049) 0:00:55.460 ****** 11924 1726884890.12150: entering _queue_task() for managed_node2/assert 11924 1726884890.12406: worker is 1 (out of 1 available) 11924 1726884890.12420: exiting _queue_task() for managed_node2/assert 11924 1726884890.12432: done queuing things up, now waiting for results queue to drain 11924 1726884890.12434: waiting for pending results... 11924 1726884890.12783: running TaskExecutor() for managed_node2/TASK: Verify mount directory user 11924 1726884890.12989: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b75 11924 1726884890.12993: variable 'ansible_search_path' from source: unknown 11924 1726884890.12995: calling self._execute() 11924 1726884890.13112: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.13124: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.13138: variable 'omit' from source: magic vars 11924 1726884890.13967: variable '_storage_test_volume_present' from source: set_fact 11924 1726884890.13970: variable 'storage_test_volume' from source: include params 11924 1726884890.14058: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 11924 1726884890.14068: when evaluation is False, skipping this task 11924 1726884890.14081: _execute() done 11924 1726884890.14090: dumping result to json 11924 1726884890.14099: done dumping result, returning 11924 1726884890.14112: done running TaskExecutor() for managed_node2/TASK: Verify mount directory user [0affc8a3-6f6f-f4c0-2290-000000001b75] 11924 1726884890.14161: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b75 11924 1726884890.14528: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b75 11924 1726884890.14532: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884890.14582: no more pending results, returning what we have 11924 1726884890.14586: results queue empty 11924 1726884890.14587: checking for any_errors_fatal 11924 1726884890.14596: done checking for any_errors_fatal 11924 1726884890.14597: checking for max_fail_percentage 11924 1726884890.14599: done checking for max_fail_percentage 11924 1726884890.14600: checking to see if all hosts have failed and the running result is not ok 11924 1726884890.14601: done checking to see if all hosts have failed 11924 1726884890.14601: getting the remaining hosts for this loop 11924 1726884890.14604: done getting the remaining hosts for this loop 11924 1726884890.14608: getting the next task for host managed_node2 11924 1726884890.14616: done getting next task for host managed_node2 11924 1726884890.14619: ^ task is: TASK: Verify mount directory group 11924 1726884890.14626: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884890.14631: getting variables 11924 1726884890.14633: in VariableManager get_vars() 11924 1726884890.14769: Calling all_inventory to load vars for managed_node2 11924 1726884890.14772: Calling groups_inventory to load vars for managed_node2 11924 1726884890.14775: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884890.14784: Calling all_plugins_play to load vars for managed_node2 11924 1726884890.14787: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884890.14790: Calling groups_plugins_play to load vars for managed_node2 11924 1726884890.15305: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884890.15652: done with get_vars() 11924 1726884890.15664: done getting variables 11924 1726884890.15703: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:50 -0400 (0:00:00.035) 0:00:55.496 ****** 11924 1726884890.15728: entering _queue_task() for managed_node2/assert 11924 1726884890.15905: worker is 1 (out of 1 available) 11924 1726884890.15918: exiting _queue_task() for managed_node2/assert 11924 1726884890.15931: done queuing things up, now waiting for results queue to drain 11924 1726884890.15933: waiting for pending results... 11924 1726884890.16119: running TaskExecutor() for managed_node2/TASK: Verify mount directory group 11924 1726884890.16209: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b76 11924 1726884890.16221: variable 'ansible_search_path' from source: unknown 11924 1726884890.16247: calling self._execute() 11924 1726884890.16339: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.16342: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.16352: variable 'omit' from source: magic vars 11924 1726884890.16641: variable '_storage_test_volume_present' from source: set_fact 11924 1726884890.16646: variable 'storage_test_volume' from source: include params 11924 1726884890.16668: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 11924 1726884890.16671: when evaluation is False, skipping this task 11924 1726884890.16674: _execute() done 11924 1726884890.16677: dumping result to json 11924 1726884890.16680: done dumping result, returning 11924 1726884890.16686: done running TaskExecutor() for managed_node2/TASK: Verify mount directory group [0affc8a3-6f6f-f4c0-2290-000000001b76] 11924 1726884890.16691: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b76 11924 1726884890.16781: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b76 11924 1726884890.16783: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884890.16903: no more pending results, returning what we have 11924 1726884890.16906: results queue empty 11924 1726884890.16907: checking for any_errors_fatal 11924 1726884890.16915: done checking for any_errors_fatal 11924 1726884890.16916: checking for max_fail_percentage 11924 1726884890.16918: done checking for max_fail_percentage 11924 1726884890.16919: checking to see if all hosts have failed and the running result is not ok 11924 1726884890.16920: done checking to see if all hosts have failed 11924 1726884890.16920: getting the remaining hosts for this loop 11924 1726884890.16922: done getting the remaining hosts for this loop 11924 1726884890.16925: getting the next task for host managed_node2 11924 1726884890.16933: done getting next task for host managed_node2 11924 1726884890.16935: ^ task is: TASK: Verify mount directory permissions 11924 1726884890.16940: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884890.16944: getting variables 11924 1726884890.16946: in VariableManager get_vars() 11924 1726884890.16987: Calling all_inventory to load vars for managed_node2 11924 1726884890.16989: Calling groups_inventory to load vars for managed_node2 11924 1726884890.16993: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884890.17003: Calling all_plugins_play to load vars for managed_node2 11924 1726884890.17006: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884890.17010: Calling groups_plugins_play to load vars for managed_node2 11924 1726884890.17720: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884890.18679: done with get_vars() 11924 1726884890.18691: done getting variables 11924 1726884890.18747: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:50 -0400 (0:00:00.030) 0:00:55.526 ****** 11924 1726884890.18782: entering _queue_task() for managed_node2/assert 11924 1726884890.18995: worker is 1 (out of 1 available) 11924 1726884890.19011: exiting _queue_task() for managed_node2/assert 11924 1726884890.19025: done queuing things up, now waiting for results queue to drain 11924 1726884890.19027: waiting for pending results... 11924 1726884890.19205: running TaskExecutor() for managed_node2/TASK: Verify mount directory permissions 11924 1726884890.19284: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b77 11924 1726884890.19296: variable 'ansible_search_path' from source: unknown 11924 1726884890.19323: calling self._execute() 11924 1726884890.19410: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.19414: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.19421: variable 'omit' from source: magic vars 11924 1726884890.19697: variable '_storage_test_volume_present' from source: set_fact 11924 1726884890.19703: variable 'storage_test_volume' from source: include params 11924 1726884890.19723: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 11924 1726884890.19726: when evaluation is False, skipping this task 11924 1726884890.19729: _execute() done 11924 1726884890.19731: dumping result to json 11924 1726884890.19734: done dumping result, returning 11924 1726884890.19740: done running TaskExecutor() for managed_node2/TASK: Verify mount directory permissions [0affc8a3-6f6f-f4c0-2290-000000001b77] 11924 1726884890.19745: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b77 11924 1726884890.19835: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b77 11924 1726884890.19837: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884890.19884: no more pending results, returning what we have 11924 1726884890.19887: results queue empty 11924 1726884890.19888: checking for any_errors_fatal 11924 1726884890.19895: done checking for any_errors_fatal 11924 1726884890.19895: checking for max_fail_percentage 11924 1726884890.19897: done checking for max_fail_percentage 11924 1726884890.19900: checking to see if all hosts have failed and the running result is not ok 11924 1726884890.19901: done checking to see if all hosts have failed 11924 1726884890.19902: getting the remaining hosts for this loop 11924 1726884890.19903: done getting the remaining hosts for this loop 11924 1726884890.19906: getting the next task for host managed_node2 11924 1726884890.19913: done getting next task for host managed_node2 11924 1726884890.19915: ^ task is: TASK: Get path of test volume device 11924 1726884890.19921: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884890.19924: getting variables 11924 1726884890.19925: in VariableManager get_vars() 11924 1726884890.19950: Calling all_inventory to load vars for managed_node2 11924 1726884890.19952: Calling groups_inventory to load vars for managed_node2 11924 1726884890.19956: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884890.19965: Calling all_plugins_play to load vars for managed_node2 11924 1726884890.19967: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884890.19969: Calling groups_plugins_play to load vars for managed_node2 11924 1726884890.20282: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884890.20878: done with get_vars() 11924 1726884890.20892: done getting variables 11924 1726884890.20946: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:50 -0400 (0:00:00.021) 0:00:55.548 ****** 11924 1726884890.20981: entering _queue_task() for managed_node2/command 11924 1726884890.21201: worker is 1 (out of 1 available) 11924 1726884890.21212: exiting _queue_task() for managed_node2/command 11924 1726884890.21226: done queuing things up, now waiting for results queue to drain 11924 1726884890.21227: waiting for pending results... 11924 1726884890.21653: running TaskExecutor() for managed_node2/TASK: Get path of test volume device 11924 1726884890.21666: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b78 11924 1726884890.21860: variable 'ansible_search_path' from source: unknown 11924 1726884890.21872: calling self._execute() 11924 1726884890.21877: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.21880: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.21883: variable 'omit' from source: magic vars 11924 1726884890.22579: variable 'storage_test_volume' from source: include params 11924 1726884890.22614: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884890.22622: when evaluation is False, skipping this task 11924 1726884890.22701: _execute() done 11924 1726884890.22705: dumping result to json 11924 1726884890.22707: done dumping result, returning 11924 1726884890.22710: done running TaskExecutor() for managed_node2/TASK: Get path of test volume device [0affc8a3-6f6f-f4c0-2290-000000001b78] 11924 1726884890.22711: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b78 11924 1726884890.22799: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b78 11924 1726884890.22803: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884890.22856: no more pending results, returning what we have 11924 1726884890.22861: results queue empty 11924 1726884890.22862: checking for any_errors_fatal 11924 1726884890.22868: done checking for any_errors_fatal 11924 1726884890.22868: checking for max_fail_percentage 11924 1726884890.22870: done checking for max_fail_percentage 11924 1726884890.22871: checking to see if all hosts have failed and the running result is not ok 11924 1726884890.22872: done checking to see if all hosts have failed 11924 1726884890.22873: getting the remaining hosts for this loop 11924 1726884890.22874: done getting the remaining hosts for this loop 11924 1726884890.22878: getting the next task for host managed_node2 11924 1726884890.22886: done getting next task for host managed_node2 11924 1726884890.22888: ^ task is: TASK: Gather swap info 11924 1726884890.22896: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 11924 1726884890.22904: getting variables 11924 1726884890.22905: in VariableManager get_vars() 11924 1726884890.22935: Calling all_inventory to load vars for managed_node2 11924 1726884890.22937: Calling groups_inventory to load vars for managed_node2 11924 1726884890.22941: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884890.22950: Calling all_plugins_play to load vars for managed_node2 11924 1726884890.22953: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884890.22961: Calling groups_plugins_play to load vars for managed_node2 11924 1726884890.23478: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884890.23829: done with get_vars() 11924 1726884890.23839: done getting variables 11924 1726884890.23878: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:50 -0400 (0:00:00.029) 0:00:55.577 ****** 11924 1726884890.23902: entering _queue_task() for managed_node2/command 11924 1726884890.24076: worker is 1 (out of 1 available) 11924 1726884890.24090: exiting _queue_task() for managed_node2/command 11924 1726884890.24106: done queuing things up, now waiting for results queue to drain 11924 1726884890.24108: waiting for pending results... 11924 1726884890.24558: running TaskExecutor() for managed_node2/TASK: Gather swap info 11924 1726884890.24569: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b79 11924 1726884890.24574: variable 'ansible_search_path' from source: unknown 11924 1726884890.24579: calling self._execute() 11924 1726884890.24610: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.24614: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.24624: variable 'omit' from source: magic vars 11924 1726884890.24985: variable 'storage_test_volume' from source: include params 11924 1726884890.25011: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884890.25015: when evaluation is False, skipping this task 11924 1726884890.25018: _execute() done 11924 1726884890.25031: dumping result to json 11924 1726884890.25034: done dumping result, returning 11924 1726884890.25042: done running TaskExecutor() for managed_node2/TASK: Gather swap info [0affc8a3-6f6f-f4c0-2290-000000001b79] 11924 1726884890.25045: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b79 11924 1726884890.25122: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b79 11924 1726884890.25126: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884890.25184: no more pending results, returning what we have 11924 1726884890.25188: results queue empty 11924 1726884890.25188: checking for any_errors_fatal 11924 1726884890.25193: done checking for any_errors_fatal 11924 1726884890.25193: checking for max_fail_percentage 11924 1726884890.25196: done checking for max_fail_percentage 11924 1726884890.25196: checking to see if all hosts have failed and the running result is not ok 11924 1726884890.25197: done checking to see if all hosts have failed 11924 1726884890.25198: getting the remaining hosts for this loop 11924 1726884890.25199: done getting the remaining hosts for this loop 11924 1726884890.25202: getting the next task for host managed_node2 11924 1726884890.25210: done getting next task for host managed_node2 11924 1726884890.25213: ^ task is: TASK: Verify swap status 11924 1726884890.25218: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 11924 1726884890.25221: getting variables 11924 1726884890.25222: in VariableManager get_vars() 11924 1726884890.25305: Calling all_inventory to load vars for managed_node2 11924 1726884890.25308: Calling groups_inventory to load vars for managed_node2 11924 1726884890.25311: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884890.25319: Calling all_plugins_play to load vars for managed_node2 11924 1726884890.25321: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884890.25324: Calling groups_plugins_play to load vars for managed_node2 11924 1726884890.26679: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884890.27186: done with get_vars() 11924 1726884890.27199: done getting variables 11924 1726884890.27265: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:50 -0400 (0:00:00.033) 0:00:55.611 ****** 11924 1726884890.27298: entering _queue_task() for managed_node2/assert 11924 1726884890.27546: worker is 1 (out of 1 available) 11924 1726884890.27562: exiting _queue_task() for managed_node2/assert 11924 1726884890.27582: done queuing things up, now waiting for results queue to drain 11924 1726884890.27584: waiting for pending results... 11924 1726884890.27972: running TaskExecutor() for managed_node2/TASK: Verify swap status 11924 1726884890.28010: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b7a 11924 1726884890.28019: variable 'ansible_search_path' from source: unknown 11924 1726884890.28052: calling self._execute() 11924 1726884890.28232: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.28237: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.28240: variable 'omit' from source: magic vars 11924 1726884890.28579: variable 'storage_test_volume' from source: include params 11924 1726884890.28603: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884890.28606: when evaluation is False, skipping this task 11924 1726884890.28609: _execute() done 11924 1726884890.28612: dumping result to json 11924 1726884890.28614: done dumping result, returning 11924 1726884890.28617: done running TaskExecutor() for managed_node2/TASK: Verify swap status [0affc8a3-6f6f-f4c0-2290-000000001b7a] 11924 1726884890.28703: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b7a 11924 1726884890.28769: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b7a 11924 1726884890.28772: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884890.28823: no more pending results, returning what we have 11924 1726884890.28826: results queue empty 11924 1726884890.28827: checking for any_errors_fatal 11924 1726884890.28832: done checking for any_errors_fatal 11924 1726884890.28833: checking for max_fail_percentage 11924 1726884890.28834: done checking for max_fail_percentage 11924 1726884890.28835: checking to see if all hosts have failed and the running result is not ok 11924 1726884890.28836: done checking to see if all hosts have failed 11924 1726884890.28836: getting the remaining hosts for this loop 11924 1726884890.28838: done getting the remaining hosts for this loop 11924 1726884890.28840: getting the next task for host managed_node2 11924 1726884890.28847: done getting next task for host managed_node2 11924 1726884890.28849: ^ task is: TASK: Unset facts 11924 1726884890.28858: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884890.28861: getting variables 11924 1726884890.28863: in VariableManager get_vars() 11924 1726884890.28887: Calling all_inventory to load vars for managed_node2 11924 1726884890.28889: Calling groups_inventory to load vars for managed_node2 11924 1726884890.28893: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884890.28901: Calling all_plugins_play to load vars for managed_node2 11924 1726884890.28904: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884890.28907: Calling groups_plugins_play to load vars for managed_node2 11924 1726884890.37811: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884890.38429: done with get_vars() 11924 1726884890.38449: done getting variables 11924 1726884890.38503: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:50 -0400 (0:00:00.112) 0:00:55.724 ****** 11924 1726884890.38538: entering _queue_task() for managed_node2/set_fact 11924 1726884890.38902: worker is 1 (out of 1 available) 11924 1726884890.38914: exiting _queue_task() for managed_node2/set_fact 11924 1726884890.38929: done queuing things up, now waiting for results queue to drain 11924 1726884890.38931: waiting for pending results... 11924 1726884890.39272: running TaskExecutor() for managed_node2/TASK: Unset facts 11924 1726884890.39390: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b7b 11924 1726884890.39405: variable 'ansible_search_path' from source: unknown 11924 1726884890.39440: calling self._execute() 11924 1726884890.39586: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.39590: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.39593: variable 'omit' from source: magic vars 11924 1726884890.39715: variable 'omit' from source: magic vars 11924 1726884890.39776: variable 'omit' from source: magic vars 11924 1726884890.39823: variable 'omit' from source: magic vars 11924 1726884890.39852: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884890.39892: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884890.39941: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884890.39945: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.39948: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.39992: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884890.39996: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884890.40020: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884890.40024: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.40026: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.40118: Set connection var ansible_shell_executable to /bin/sh 11924 1726884890.40122: Set connection var ansible_connection to ssh 11924 1726884890.40125: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884890.40130: Set connection var ansible_timeout to 10 11924 1726884890.40135: Set connection var ansible_pipelining to False 11924 1726884890.40140: Set connection var ansible_shell_type to sh 11924 1726884890.40187: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.40191: variable 'ansible_connection' from source: unknown 11924 1726884890.40194: variable 'ansible_module_compression' from source: unknown 11924 1726884890.40197: variable 'ansible_shell_type' from source: unknown 11924 1726884890.40204: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.40207: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.40210: variable 'ansible_pipelining' from source: unknown 11924 1726884890.40214: variable 'ansible_timeout' from source: unknown 11924 1726884890.40217: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.40343: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884890.40367: variable 'omit' from source: magic vars 11924 1726884890.40370: starting attempt loop 11924 1726884890.40373: running the handler 11924 1726884890.40375: handler run complete 11924 1726884890.40377: attempt loop complete, returning result 11924 1726884890.40387: _execute() done 11924 1726884890.40390: dumping result to json 11924 1726884890.40393: done dumping result, returning 11924 1726884890.40395: done running TaskExecutor() for managed_node2/TASK: Unset facts [0affc8a3-6f6f-f4c0-2290-000000001b7b] 11924 1726884890.40397: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b7b 11924 1726884890.40552: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b7b 11924 1726884890.40554: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 11924 1726884890.40626: no more pending results, returning what we have 11924 1726884890.40628: results queue empty 11924 1726884890.40629: checking for any_errors_fatal 11924 1726884890.40635: done checking for any_errors_fatal 11924 1726884890.40636: checking for max_fail_percentage 11924 1726884890.40637: done checking for max_fail_percentage 11924 1726884890.40638: checking to see if all hosts have failed and the running result is not ok 11924 1726884890.40639: done checking to see if all hosts have failed 11924 1726884890.40639: getting the remaining hosts for this loop 11924 1726884890.40641: done getting the remaining hosts for this loop 11924 1726884890.40644: getting the next task for host managed_node2 11924 1726884890.40653: done getting next task for host managed_node2 11924 1726884890.40657: ^ task is: TASK: Set some variables for fstab checking 11924 1726884890.40663: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884890.40667: getting variables 11924 1726884890.40670: in VariableManager get_vars() 11924 1726884890.40694: Calling all_inventory to load vars for managed_node2 11924 1726884890.40697: Calling groups_inventory to load vars for managed_node2 11924 1726884890.40702: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884890.40710: Calling all_plugins_play to load vars for managed_node2 11924 1726884890.40713: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884890.40715: Calling groups_plugins_play to load vars for managed_node2 11924 1726884890.41229: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884890.41825: done with get_vars() 11924 1726884890.41847: done getting variables 11924 1726884890.41912: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:50 -0400 (0:00:00.034) 0:00:55.758 ****** 11924 1726884890.41953: entering _queue_task() for managed_node2/set_fact 11924 1726884890.42249: worker is 1 (out of 1 available) 11924 1726884890.42271: exiting _queue_task() for managed_node2/set_fact 11924 1726884890.42295: done queuing things up, now waiting for results queue to drain 11924 1726884890.42297: waiting for pending results... 11924 1726884890.42597: running TaskExecutor() for managed_node2/TASK: Set some variables for fstab checking 11924 1726884890.42678: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b7f 11924 1726884890.42683: variable 'ansible_search_path' from source: unknown 11924 1726884890.42712: calling self._execute() 11924 1726884890.42836: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.42840: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.42843: variable 'omit' from source: magic vars 11924 1726884890.42964: variable 'omit' from source: magic vars 11924 1726884890.43003: variable 'omit' from source: magic vars 11924 1726884890.43269: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884890.45203: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884890.45267: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884890.45316: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884890.45376: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884890.45380: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884890.45465: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884890.45495: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884890.45528: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884890.45554: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884890.45575: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884890.45624: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884890.45634: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884890.45652: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884890.45695: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884890.45703: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884890.45802: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884890.45805: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884890.45863: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884890.45904: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884890.45907: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884890.46118: variable 'storage_test_fstab' from source: set_fact 11924 1726884890.46122: variable 'storage_test_volume' from source: include params 11924 1726884890.46251: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884890.46396: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884890.46471: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884890.46474: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884890.46512: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884890.46575: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884890.46603: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884890.46608: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884890.46662: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884890.46833: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884890.46849: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884890.46884: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884890.46914: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884890.46927: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884890.47108: variable '__mount_point' from source: task vars 11924 1726884890.47160: variable 'storage_test_volume' from source: include params 11924 1726884890.47176: variable 'storage_test_fstab' from source: set_fact 11924 1726884890.47566: variable '_storage_test_volume_present' from source: set_fact 11924 1726884890.47570: variable '__mount_point' from source: task vars 11924 1726884890.47663: variable 'storage_test_volume' from source: include params 11924 1726884890.47666: variable 'storage_test_volume' from source: include params 11924 1726884890.47854: variable '_storage_test_volume_present' from source: set_fact 11924 1726884890.47864: variable '__mount_point' from source: task vars 11924 1726884890.47956: variable 'storage_test_volume' from source: include params 11924 1726884890.48239: variable '__mount_options' from source: task vars 11924 1726884890.48309: variable 'storage_test_volume' from source: include params 11924 1726884890.48321: variable '__mount_point' from source: task vars 11924 1726884890.48401: variable 'storage_test_volume' from source: include params 11924 1726884890.48404: variable 'storage_test_fstab' from source: set_fact 11924 1726884890.48438: variable '__pattern' from source: task vars 11924 1726884890.48511: variable '__mount_point' from source: task vars 11924 1726884890.48600: variable 'storage_test_volume' from source: include params 11924 1726884890.48603: variable '__mount_options' from source: task vars 11924 1726884890.48677: variable 'storage_test_volume' from source: include params 11924 1726884890.48941: variable '_storage_test_volume_present' from source: set_fact 11924 1726884890.48945: variable '__mount_options' from source: task vars 11924 1726884890.48947: variable 'storage_test_volume' from source: include params 11924 1726884890.48949: variable 'omit' from source: magic vars 11924 1726884890.48977: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884890.48991: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884890.49006: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884890.49028: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.49032: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.49064: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884890.49067: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884890.49096: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884890.49102: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.49104: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.49436: Set connection var ansible_shell_executable to /bin/sh 11924 1726884890.49439: Set connection var ansible_connection to ssh 11924 1726884890.49441: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884890.49443: Set connection var ansible_timeout to 10 11924 1726884890.49445: Set connection var ansible_pipelining to False 11924 1726884890.49447: Set connection var ansible_shell_type to sh 11924 1726884890.49449: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.49450: variable 'ansible_connection' from source: unknown 11924 1726884890.49453: variable 'ansible_module_compression' from source: unknown 11924 1726884890.49454: variable 'ansible_shell_type' from source: unknown 11924 1726884890.49458: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.49460: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.49462: variable 'ansible_pipelining' from source: unknown 11924 1726884890.49464: variable 'ansible_timeout' from source: unknown 11924 1726884890.49466: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.49468: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884890.49471: variable 'omit' from source: magic vars 11924 1726884890.49473: starting attempt loop 11924 1726884890.49475: running the handler 11924 1726884890.49481: handler run complete 11924 1726884890.49484: attempt loop complete, returning result 11924 1726884890.49486: _execute() done 11924 1726884890.49488: dumping result to json 11924 1726884890.49490: done dumping result, returning 11924 1726884890.49491: done running TaskExecutor() for managed_node2/TASK: Set some variables for fstab checking [0affc8a3-6f6f-f4c0-2290-000000001b7f] 11924 1726884890.49493: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b7f ok: [managed_node2] => { "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=0f3fb490-f569-46ef-8fef-9eeb08e031a3 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } 11924 1726884890.49626: no more pending results, returning what we have 11924 1726884890.49630: results queue empty 11924 1726884890.49630: checking for any_errors_fatal 11924 1726884890.49636: done checking for any_errors_fatal 11924 1726884890.49636: checking for max_fail_percentage 11924 1726884890.49638: done checking for max_fail_percentage 11924 1726884890.49639: checking to see if all hosts have failed and the running result is not ok 11924 1726884890.49640: done checking to see if all hosts have failed 11924 1726884890.49640: getting the remaining hosts for this loop 11924 1726884890.49642: done getting the remaining hosts for this loop 11924 1726884890.49645: getting the next task for host managed_node2 11924 1726884890.49653: done getting next task for host managed_node2 11924 1726884890.49659: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 11924 1726884890.49665: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884890.49693: getting variables 11924 1726884890.49695: in VariableManager get_vars() 11924 1726884890.49731: Calling all_inventory to load vars for managed_node2 11924 1726884890.49734: Calling groups_inventory to load vars for managed_node2 11924 1726884890.49738: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884890.49747: Calling all_plugins_play to load vars for managed_node2 11924 1726884890.49750: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884890.49753: Calling groups_plugins_play to load vars for managed_node2 11924 1726884890.50590: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b7f 11924 1726884890.50593: WORKER PROCESS EXITING 11924 1726884890.51067: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884890.51493: done with get_vars() 11924 1726884890.51504: done getting variables 11924 1726884890.51543: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:50 -0400 (0:00:00.096) 0:00:55.854 ****** 11924 1726884890.51569: entering _queue_task() for managed_node2/assert 11924 1726884890.51777: worker is 1 (out of 1 available) 11924 1726884890.51789: exiting _queue_task() for managed_node2/assert 11924 1726884890.51802: done queuing things up, now waiting for results queue to drain 11924 1726884890.51803: waiting for pending results... 11924 1726884890.52374: running TaskExecutor() for managed_node2/TASK: Verify that the device identifier appears in /etc/fstab 11924 1726884890.52465: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b80 11924 1726884890.52575: variable 'ansible_search_path' from source: unknown 11924 1726884890.52616: calling self._execute() 11924 1726884890.52888: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.52992: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.53009: variable 'omit' from source: magic vars 11924 1726884890.53363: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884890.55625: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884890.55713: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884890.55766: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884890.55811: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884890.55844: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884890.56031: variable '_storage_test_volume_present' from source: set_fact 11924 1726884890.56034: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884890.56036: variable 'omit' from source: magic vars 11924 1726884890.56089: variable 'omit' from source: magic vars 11924 1726884890.56139: variable 'omit' from source: magic vars 11924 1726884890.56189: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884890.56227: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884890.56270: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884890.56301: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.56316: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.56460: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884890.56464: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884890.56466: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884890.56468: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.56470: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.56609: Set connection var ansible_shell_executable to /bin/sh 11924 1726884890.56617: Set connection var ansible_connection to ssh 11924 1726884890.56629: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884890.56639: Set connection var ansible_timeout to 10 11924 1726884890.56648: Set connection var ansible_pipelining to False 11924 1726884890.56658: Set connection var ansible_shell_type to sh 11924 1726884890.56685: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.56691: variable 'ansible_connection' from source: unknown 11924 1726884890.56697: variable 'ansible_module_compression' from source: unknown 11924 1726884890.56706: variable 'ansible_shell_type' from source: unknown 11924 1726884890.56711: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.56715: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.56721: variable 'ansible_pipelining' from source: unknown 11924 1726884890.56725: variable 'ansible_timeout' from source: unknown 11924 1726884890.56730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.56842: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884890.56861: variable 'omit' from source: magic vars 11924 1726884890.56961: starting attempt loop 11924 1726884890.56964: running the handler 11924 1726884890.57046: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884890.57079: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884890.57112: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884890.57158: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884890.57177: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884890.57228: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884890.57259: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884890.57285: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884890.57327: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884890.57344: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884890.57447: variable 'storage_test_fstab_id_matches' from source: set_fact 11924 1726884890.57461: variable 'storage_test_fstab_expected_id_matches' from source: set_fact 11924 1726884890.57484: Evaluated conditional (storage_test_fstab_id_matches | length == storage_test_fstab_expected_id_matches | int): True 11924 1726884890.57495: handler run complete 11924 1726884890.57516: attempt loop complete, returning result 11924 1726884890.57523: _execute() done 11924 1726884890.57760: dumping result to json 11924 1726884890.57763: done dumping result, returning 11924 1726884890.57765: done running TaskExecutor() for managed_node2/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-f4c0-2290-000000001b80] 11924 1726884890.57768: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b80 11924 1726884890.57838: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b80 11924 1726884890.57842: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884890.57891: no more pending results, returning what we have 11924 1726884890.57894: results queue empty 11924 1726884890.57895: checking for any_errors_fatal 11924 1726884890.57901: done checking for any_errors_fatal 11924 1726884890.57901: checking for max_fail_percentage 11924 1726884890.57903: done checking for max_fail_percentage 11924 1726884890.57904: checking to see if all hosts have failed and the running result is not ok 11924 1726884890.57905: done checking to see if all hosts have failed 11924 1726884890.57905: getting the remaining hosts for this loop 11924 1726884890.57907: done getting the remaining hosts for this loop 11924 1726884890.57910: getting the next task for host managed_node2 11924 1726884890.57916: done getting next task for host managed_node2 11924 1726884890.57918: ^ task is: TASK: Verify the fstab mount point 11924 1726884890.57924: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884890.57928: getting variables 11924 1726884890.57929: in VariableManager get_vars() 11924 1726884890.58165: Calling all_inventory to load vars for managed_node2 11924 1726884890.58168: Calling groups_inventory to load vars for managed_node2 11924 1726884890.58171: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884890.58181: Calling all_plugins_play to load vars for managed_node2 11924 1726884890.58184: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884890.58187: Calling groups_plugins_play to load vars for managed_node2 11924 1726884890.59146: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884890.60413: done with get_vars() 11924 1726884890.60431: done getting variables 11924 1726884890.60606: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:14:50 -0400 (0:00:00.090) 0:00:55.945 ****** 11924 1726884890.60641: entering _queue_task() for managed_node2/assert 11924 1726884890.61339: worker is 1 (out of 1 available) 11924 1726884890.61351: exiting _queue_task() for managed_node2/assert 11924 1726884890.61419: done queuing things up, now waiting for results queue to drain 11924 1726884890.61421: waiting for pending results... 11924 1726884890.61816: running TaskExecutor() for managed_node2/TASK: Verify the fstab mount point 11924 1726884890.62160: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b81 11924 1726884890.62228: variable 'ansible_search_path' from source: unknown 11924 1726884890.62269: calling self._execute() 11924 1726884890.62411: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.62428: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.62444: variable 'omit' from source: magic vars 11924 1726884890.62571: variable 'omit' from source: magic vars 11924 1726884890.62658: variable 'omit' from source: magic vars 11924 1726884890.62937: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 11924 1726884890.62949: variable 'storage_test_volume' from source: include params 11924 1726884890.63010: variable 'omit' from source: magic vars 11924 1726884890.63054: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884890.63110: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884890.63134: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884890.63157: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.63175: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.63203: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884890.63225: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884890.63259: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884890.63297: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.63303: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.63410: Set connection var ansible_shell_executable to /bin/sh 11924 1726884890.63419: Set connection var ansible_connection to ssh 11924 1726884890.63463: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884890.63466: Set connection var ansible_timeout to 10 11924 1726884890.63468: Set connection var ansible_pipelining to False 11924 1726884890.63470: Set connection var ansible_shell_type to sh 11924 1726884890.63492: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.63504: variable 'ansible_connection' from source: unknown 11924 1726884890.63516: variable 'ansible_module_compression' from source: unknown 11924 1726884890.63524: variable 'ansible_shell_type' from source: unknown 11924 1726884890.63625: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.63628: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.63629: variable 'ansible_pipelining' from source: unknown 11924 1726884890.63631: variable 'ansible_timeout' from source: unknown 11924 1726884890.63632: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.63685: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884890.63703: variable 'omit' from source: magic vars 11924 1726884890.63712: starting attempt loop 11924 1726884890.63717: running the handler 11924 1726884890.64179: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884890.66686: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884890.66832: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884890.66836: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884890.66838: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884890.66867: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884890.66942: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884890.66974: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884890.67002: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884890.67041: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884890.67056: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884890.67107: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884890.67138: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884890.67164: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884890.67235: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884890.67242: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884890.67389: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 11924 1726884890.67392: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 11924 1726884890.67394: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 11924 1726884890.67397: handler run complete 11924 1726884890.67403: attempt loop complete, returning result 11924 1726884890.67405: _execute() done 11924 1726884890.67407: dumping result to json 11924 1726884890.67409: done dumping result, returning 11924 1726884890.67411: done running TaskExecutor() for managed_node2/TASK: Verify the fstab mount point [0affc8a3-6f6f-f4c0-2290-000000001b81] 11924 1726884890.67418: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b81 11924 1726884890.67593: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b81 11924 1726884890.67597: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884890.67742: no more pending results, returning what we have 11924 1726884890.67746: results queue empty 11924 1726884890.67746: checking for any_errors_fatal 11924 1726884890.67752: done checking for any_errors_fatal 11924 1726884890.67753: checking for max_fail_percentage 11924 1726884890.67755: done checking for max_fail_percentage 11924 1726884890.67757: checking to see if all hosts have failed and the running result is not ok 11924 1726884890.67758: done checking to see if all hosts have failed 11924 1726884890.67759: getting the remaining hosts for this loop 11924 1726884890.67760: done getting the remaining hosts for this loop 11924 1726884890.67764: getting the next task for host managed_node2 11924 1726884890.67772: done getting next task for host managed_node2 11924 1726884890.67774: ^ task is: TASK: Verify mount_options 11924 1726884890.67781: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884890.67785: getting variables 11924 1726884890.67787: in VariableManager get_vars() 11924 1726884890.67818: Calling all_inventory to load vars for managed_node2 11924 1726884890.67821: Calling groups_inventory to load vars for managed_node2 11924 1726884890.67825: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884890.67835: Calling all_plugins_play to load vars for managed_node2 11924 1726884890.67838: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884890.67841: Calling groups_plugins_play to load vars for managed_node2 11924 1726884890.68500: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884890.69718: done with get_vars() 11924 1726884890.69733: done getting variables 11924 1726884890.69829: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:50 -0400 (0:00:00.092) 0:00:56.037 ****** 11924 1726884890.69883: entering _queue_task() for managed_node2/assert 11924 1726884890.70137: worker is 1 (out of 1 available) 11924 1726884890.70149: exiting _queue_task() for managed_node2/assert 11924 1726884890.70363: done queuing things up, now waiting for results queue to drain 11924 1726884890.70365: waiting for pending results... 11924 1726884890.70495: running TaskExecutor() for managed_node2/TASK: Verify mount_options 11924 1726884890.70593: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b82 11924 1726884890.70614: variable 'ansible_search_path' from source: unknown 11924 1726884890.70652: calling self._execute() 11924 1726884890.70781: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.70807: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.70810: variable 'omit' from source: magic vars 11924 1726884890.71244: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884890.74061: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884890.74136: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884890.74180: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884890.74236: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884890.74268: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884890.74350: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884890.74387: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884890.74431: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884890.74466: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884890.74539: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884890.74601: Evaluated conditional (__storage_verify_mount_options | d(false)): False 11924 1726884890.74608: when evaluation is False, skipping this task 11924 1726884890.74615: _execute() done 11924 1726884890.74622: dumping result to json 11924 1726884890.74630: done dumping result, returning 11924 1726884890.74640: done running TaskExecutor() for managed_node2/TASK: Verify mount_options [0affc8a3-6f6f-f4c0-2290-000000001b82] 11924 1726884890.74659: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b82 skipping: [managed_node2] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 11924 1726884890.74948: no more pending results, returning what we have 11924 1726884890.74951: results queue empty 11924 1726884890.74952: checking for any_errors_fatal 11924 1726884890.74961: done checking for any_errors_fatal 11924 1726884890.74962: checking for max_fail_percentage 11924 1726884890.74964: done checking for max_fail_percentage 11924 1726884890.74965: checking to see if all hosts have failed and the running result is not ok 11924 1726884890.74965: done checking to see if all hosts have failed 11924 1726884890.74966: getting the remaining hosts for this loop 11924 1726884890.74968: done getting the remaining hosts for this loop 11924 1726884890.74972: getting the next task for host managed_node2 11924 1726884890.74981: done getting next task for host managed_node2 11924 1726884890.74983: ^ task is: TASK: Verify fingerprint 11924 1726884890.74989: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884890.74993: getting variables 11924 1726884890.74995: in VariableManager get_vars() 11924 1726884890.75030: Calling all_inventory to load vars for managed_node2 11924 1726884890.75033: Calling groups_inventory to load vars for managed_node2 11924 1726884890.75037: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884890.75047: Calling all_plugins_play to load vars for managed_node2 11924 1726884890.75051: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884890.75054: Calling groups_plugins_play to load vars for managed_node2 11924 1726884890.75080: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b82 11924 1726884890.75083: WORKER PROCESS EXITING 11924 1726884890.75894: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884890.76518: done with get_vars() 11924 1726884890.76534: done getting variables 11924 1726884890.76595: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Friday 20 September 2024 22:14:50 -0400 (0:00:00.067) 0:00:56.105 ****** 11924 1726884890.76629: entering _queue_task() for managed_node2/assert 11924 1726884890.77005: worker is 1 (out of 1 available) 11924 1726884890.77018: exiting _queue_task() for managed_node2/assert 11924 1726884890.77031: done queuing things up, now waiting for results queue to drain 11924 1726884890.77032: waiting for pending results... 11924 1726884890.77593: running TaskExecutor() for managed_node2/TASK: Verify fingerprint 11924 1726884890.78018: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b83 11924 1726884890.78022: variable 'ansible_search_path' from source: unknown 11924 1726884890.78024: calling self._execute() 11924 1726884890.78164: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.78176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.78193: variable 'omit' from source: magic vars 11924 1726884890.78327: variable 'omit' from source: magic vars 11924 1726884890.78452: variable 'omit' from source: magic vars 11924 1726884890.78456: variable 'omit' from source: magic vars 11924 1726884890.78495: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884890.78538: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884890.78567: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884890.78588: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.78606: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.78624: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884890.78642: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884890.78760: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884890.78763: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.78765: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.78812: Set connection var ansible_shell_executable to /bin/sh 11924 1726884890.78819: Set connection var ansible_connection to ssh 11924 1726884890.78828: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884890.78835: Set connection var ansible_timeout to 10 11924 1726884890.78843: Set connection var ansible_pipelining to False 11924 1726884890.78850: Set connection var ansible_shell_type to sh 11924 1726884890.78884: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.78893: variable 'ansible_connection' from source: unknown 11924 1726884890.78902: variable 'ansible_module_compression' from source: unknown 11924 1726884890.78909: variable 'ansible_shell_type' from source: unknown 11924 1726884890.78914: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.78919: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.78925: variable 'ansible_pipelining' from source: unknown 11924 1726884890.78930: variable 'ansible_timeout' from source: unknown 11924 1726884890.78936: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.79076: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884890.79092: variable 'omit' from source: magic vars 11924 1726884890.79109: starting attempt loop 11924 1726884890.79117: running the handler 11924 1726884890.79400: variable '__fingerprint' from source: task vars 11924 1726884890.79410: variable 'storage_test_fstab' from source: set_fact 11924 1726884890.79432: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 11924 1726884890.79439: handler run complete 11924 1726884890.79453: attempt loop complete, returning result 11924 1726884890.79458: _execute() done 11924 1726884890.79461: dumping result to json 11924 1726884890.79463: done dumping result, returning 11924 1726884890.79539: done running TaskExecutor() for managed_node2/TASK: Verify fingerprint [0affc8a3-6f6f-f4c0-2290-000000001b83] 11924 1726884890.79541: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b83 11924 1726884890.79603: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b83 11924 1726884890.79606: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884890.79653: no more pending results, returning what we have 11924 1726884890.79657: results queue empty 11924 1726884890.79658: checking for any_errors_fatal 11924 1726884890.79667: done checking for any_errors_fatal 11924 1726884890.79667: checking for max_fail_percentage 11924 1726884890.79669: done checking for max_fail_percentage 11924 1726884890.79670: checking to see if all hosts have failed and the running result is not ok 11924 1726884890.79671: done checking to see if all hosts have failed 11924 1726884890.79671: getting the remaining hosts for this loop 11924 1726884890.79673: done getting the remaining hosts for this loop 11924 1726884890.79677: getting the next task for host managed_node2 11924 1726884890.79684: done getting next task for host managed_node2 11924 1726884890.79687: ^ task is: TASK: Clean up variables 11924 1726884890.79693: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884890.79697: getting variables 11924 1726884890.79698: in VariableManager get_vars() 11924 1726884890.79724: Calling all_inventory to load vars for managed_node2 11924 1726884890.79727: Calling groups_inventory to load vars for managed_node2 11924 1726884890.79729: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884890.79738: Calling all_plugins_play to load vars for managed_node2 11924 1726884890.79740: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884890.79743: Calling groups_plugins_play to load vars for managed_node2 11924 1726884890.80597: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884890.81173: done with get_vars() 11924 1726884890.81187: done getting variables 11924 1726884890.81249: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:50 -0400 (0:00:00.046) 0:00:56.151 ****** 11924 1726884890.81285: entering _queue_task() for managed_node2/set_fact 11924 1726884890.81673: worker is 1 (out of 1 available) 11924 1726884890.81684: exiting _queue_task() for managed_node2/set_fact 11924 1726884890.81698: done queuing things up, now waiting for results queue to drain 11924 1726884890.81700: waiting for pending results... 11924 1726884890.81991: running TaskExecutor() for managed_node2/TASK: Clean up variables 11924 1726884890.82087: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b84 11924 1726884890.82141: variable 'ansible_search_path' from source: unknown 11924 1726884890.82157: calling self._execute() 11924 1726884890.82288: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.82361: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.82365: variable 'omit' from source: magic vars 11924 1726884890.82450: variable 'omit' from source: magic vars 11924 1726884890.82540: variable 'omit' from source: magic vars 11924 1726884890.82590: variable 'omit' from source: magic vars 11924 1726884890.82647: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884890.82699: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884890.82725: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884890.82807: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.82810: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.82815: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884890.82818: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884890.82847: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884890.82860: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.82870: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.82999: Set connection var ansible_shell_executable to /bin/sh 11924 1726884890.83007: Set connection var ansible_connection to ssh 11924 1726884890.83016: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884890.83030: Set connection var ansible_timeout to 10 11924 1726884890.83038: Set connection var ansible_pipelining to False 11924 1726884890.83047: Set connection var ansible_shell_type to sh 11924 1726884890.83087: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.83134: variable 'ansible_connection' from source: unknown 11924 1726884890.83138: variable 'ansible_module_compression' from source: unknown 11924 1726884890.83140: variable 'ansible_shell_type' from source: unknown 11924 1726884890.83142: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.83144: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.83146: variable 'ansible_pipelining' from source: unknown 11924 1726884890.83148: variable 'ansible_timeout' from source: unknown 11924 1726884890.83149: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.83295: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884890.83313: variable 'omit' from source: magic vars 11924 1726884890.83350: starting attempt loop 11924 1726884890.83354: running the handler 11924 1726884890.83358: handler run complete 11924 1726884890.83373: attempt loop complete, returning result 11924 1726884890.83384: _execute() done 11924 1726884890.83459: dumping result to json 11924 1726884890.83462: done dumping result, returning 11924 1726884890.83464: done running TaskExecutor() for managed_node2/TASK: Clean up variables [0affc8a3-6f6f-f4c0-2290-000000001b84] 11924 1726884890.83467: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b84 11924 1726884890.83539: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b84 11924 1726884890.83543: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 11924 1726884890.83612: no more pending results, returning what we have 11924 1726884890.83616: results queue empty 11924 1726884890.83616: checking for any_errors_fatal 11924 1726884890.83627: done checking for any_errors_fatal 11924 1726884890.83628: checking for max_fail_percentage 11924 1726884890.83631: done checking for max_fail_percentage 11924 1726884890.83632: checking to see if all hosts have failed and the running result is not ok 11924 1726884890.83632: done checking to see if all hosts have failed 11924 1726884890.83633: getting the remaining hosts for this loop 11924 1726884890.83635: done getting the remaining hosts for this loop 11924 1726884890.83639: getting the next task for host managed_node2 11924 1726884890.83653: done getting next task for host managed_node2 11924 1726884890.83659: ^ task is: TASK: Verify fs type 11924 1726884890.83668: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884890.83674: getting variables 11924 1726884890.83676: in VariableManager get_vars() 11924 1726884890.83714: Calling all_inventory to load vars for managed_node2 11924 1726884890.83717: Calling groups_inventory to load vars for managed_node2 11924 1726884890.83722: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884890.83735: Calling all_plugins_play to load vars for managed_node2 11924 1726884890.83739: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884890.83743: Calling groups_plugins_play to load vars for managed_node2 11924 1726884890.84516: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884890.85162: done with get_vars() 11924 1726884890.85176: done getting variables 11924 1726884890.85272: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:50 -0400 (0:00:00.040) 0:00:56.192 ****** 11924 1726884890.85319: entering _queue_task() for managed_node2/assert 11924 1726884890.85788: worker is 1 (out of 1 available) 11924 1726884890.85799: exiting _queue_task() for managed_node2/assert 11924 1726884890.85810: done queuing things up, now waiting for results queue to drain 11924 1726884890.85812: waiting for pending results... 11924 1726884890.86244: running TaskExecutor() for managed_node2/TASK: Verify fs type 11924 1726884890.86378: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b88 11924 1726884890.86402: variable 'ansible_search_path' from source: unknown 11924 1726884890.86450: calling self._execute() 11924 1726884890.86752: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.86759: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.86762: variable 'omit' from source: magic vars 11924 1726884890.87171: variable 'storage_test_volume' from source: include params 11924 1726884890.87214: Evaluated conditional (storage_test_volume.type != "stratis"): True 11924 1726884890.87334: variable 'storage_test_volume' from source: include params 11924 1726884890.87408: Evaluated conditional (storage_test_volume.fs_type): True 11924 1726884890.87461: variable '_storage_test_volume_present' from source: set_fact 11924 1726884890.87471: Evaluated conditional (_storage_test_volume_present): True 11924 1726884890.87482: variable 'omit' from source: magic vars 11924 1726884890.87557: variable 'omit' from source: magic vars 11924 1726884890.87595: variable 'omit' from source: magic vars 11924 1726884890.87645: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884890.87686: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884890.87715: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884890.87743: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.87843: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884890.87847: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884890.87849: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884890.87851: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884890.87853: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.87857: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.87982: Set connection var ansible_shell_executable to /bin/sh 11924 1726884890.88019: Set connection var ansible_connection to ssh 11924 1726884890.88030: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884890.88042: Set connection var ansible_timeout to 10 11924 1726884890.88052: Set connection var ansible_pipelining to False 11924 1726884890.88070: Set connection var ansible_shell_type to sh 11924 1726884890.88107: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.88170: variable 'ansible_connection' from source: unknown 11924 1726884890.88173: variable 'ansible_module_compression' from source: unknown 11924 1726884890.88175: variable 'ansible_shell_type' from source: unknown 11924 1726884890.88177: variable 'ansible_shell_executable' from source: unknown 11924 1726884890.88179: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.88181: variable 'ansible_pipelining' from source: unknown 11924 1726884890.88182: variable 'ansible_timeout' from source: unknown 11924 1726884890.88184: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.88284: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884890.88302: variable 'omit' from source: magic vars 11924 1726884890.88312: starting attempt loop 11924 1726884890.88320: running the handler 11924 1726884890.88574: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884890.92486: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884890.92637: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884890.92665: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884890.92745: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884890.92748: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884890.92825: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884890.92868: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884890.92903: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884890.92949: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884890.93071: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884890.93397: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884890.93463: variable 'storage_test_volume' from source: include params 11924 1726884890.93487: 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 11924 1726884890.93501: handler run complete 11924 1726884890.93550: attempt loop complete, returning result 11924 1726884890.93561: _execute() done 11924 1726884890.93568: dumping result to json 11924 1726884890.93576: done dumping result, returning 11924 1726884890.93591: done running TaskExecutor() for managed_node2/TASK: Verify fs type [0affc8a3-6f6f-f4c0-2290-000000001b88] 11924 1726884890.93604: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b88 11924 1726884890.93810: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b88 11924 1726884890.93814: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884890.94096: no more pending results, returning what we have 11924 1726884890.94099: results queue empty 11924 1726884890.94100: checking for any_errors_fatal 11924 1726884890.94107: done checking for any_errors_fatal 11924 1726884890.94108: checking for max_fail_percentage 11924 1726884890.94110: done checking for max_fail_percentage 11924 1726884890.94111: checking to see if all hosts have failed and the running result is not ok 11924 1726884890.94111: done checking to see if all hosts have failed 11924 1726884890.94112: getting the remaining hosts for this loop 11924 1726884890.94113: done getting the remaining hosts for this loop 11924 1726884890.94116: getting the next task for host managed_node2 11924 1726884890.94129: done getting next task for host managed_node2 11924 1726884890.94132: ^ task is: TASK: Verify fs label 11924 1726884890.94138: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884890.94144: getting variables 11924 1726884890.94145: in VariableManager get_vars() 11924 1726884890.94179: Calling all_inventory to load vars for managed_node2 11924 1726884890.94182: Calling groups_inventory to load vars for managed_node2 11924 1726884890.94185: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884890.94194: Calling all_plugins_play to load vars for managed_node2 11924 1726884890.94197: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884890.94200: Calling groups_plugins_play to load vars for managed_node2 11924 1726884890.94765: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884890.95380: done with get_vars() 11924 1726884890.95395: done getting variables 11924 1726884890.95448: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:50 -0400 (0:00:00.101) 0:00:56.293 ****** 11924 1726884890.95484: entering _queue_task() for managed_node2/assert 11924 1726884890.95750: worker is 1 (out of 1 available) 11924 1726884890.95867: exiting _queue_task() for managed_node2/assert 11924 1726884890.95879: done queuing things up, now waiting for results queue to drain 11924 1726884890.95881: waiting for pending results... 11924 1726884890.96173: running TaskExecutor() for managed_node2/TASK: Verify fs label 11924 1726884890.96271: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b89 11924 1726884890.96274: variable 'ansible_search_path' from source: unknown 11924 1726884890.96298: calling self._execute() 11924 1726884890.96432: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884890.96444: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884890.96487: variable 'omit' from source: magic vars 11924 1726884890.96874: variable 'storage_test_volume' from source: include params 11924 1726884890.96910: Evaluated conditional (storage_test_volume.type != "stratis"): True 11924 1726884890.97364: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884890.99527: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884890.99607: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884890.99660: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884890.99708: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884890.99742: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884890.99830: variable '_storage_test_volume_present' from source: set_fact 11924 1726884890.99850: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884890.99978: variable 'storage_test_volume' from source: include params 11924 1726884890.99998: Evaluated conditional (storage_test_volume.fs_type != "gfs2"): True 11924 1726884891.00009: variable 'omit' from source: magic vars 11924 1726884891.00080: variable 'omit' from source: magic vars 11924 1726884891.00269: variable 'storage_test_volume' from source: include params 11924 1726884891.00288: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884891.00340: variable 'omit' from source: magic vars 11924 1726884891.00377: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884891.00414: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884891.00436: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884891.00460: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884891.00477: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884891.00501: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884891.00526: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884891.00623: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884891.00626: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.00629: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.00689: Set connection var ansible_shell_executable to /bin/sh 11924 1726884891.00696: Set connection var ansible_connection to ssh 11924 1726884891.00706: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884891.00714: Set connection var ansible_timeout to 10 11924 1726884891.00722: Set connection var ansible_pipelining to False 11924 1726884891.00735: Set connection var ansible_shell_type to sh 11924 1726884891.00769: variable 'ansible_shell_executable' from source: unknown 11924 1726884891.00776: variable 'ansible_connection' from source: unknown 11924 1726884891.00782: variable 'ansible_module_compression' from source: unknown 11924 1726884891.00788: variable 'ansible_shell_type' from source: unknown 11924 1726884891.00793: variable 'ansible_shell_executable' from source: unknown 11924 1726884891.00798: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.00805: variable 'ansible_pipelining' from source: unknown 11924 1726884891.00811: variable 'ansible_timeout' from source: unknown 11924 1726884891.00817: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.00923: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884891.00959: variable 'omit' from source: magic vars 11924 1726884891.00962: starting attempt loop 11924 1726884891.00965: running the handler 11924 1726884891.01271: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884891.01462: variable 'storage_test_volume' from source: include params 11924 1726884891.01466: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].label == storage_test_volume.fs_label): True 11924 1726884891.01468: handler run complete 11924 1726884891.01470: attempt loop complete, returning result 11924 1726884891.01472: _execute() done 11924 1726884891.01475: dumping result to json 11924 1726884891.01477: done dumping result, returning 11924 1726884891.01479: done running TaskExecutor() for managed_node2/TASK: Verify fs label [0affc8a3-6f6f-f4c0-2290-000000001b89] 11924 1726884891.01481: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b89 11924 1726884891.01550: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b89 11924 1726884891.01553: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884891.01707: no more pending results, returning what we have 11924 1726884891.01711: results queue empty 11924 1726884891.01712: checking for any_errors_fatal 11924 1726884891.01720: done checking for any_errors_fatal 11924 1726884891.01721: checking for max_fail_percentage 11924 1726884891.01723: done checking for max_fail_percentage 11924 1726884891.01724: checking to see if all hosts have failed and the running result is not ok 11924 1726884891.01726: done checking to see if all hosts have failed 11924 1726884891.01726: getting the remaining hosts for this loop 11924 1726884891.01728: done getting the remaining hosts for this loop 11924 1726884891.01732: getting the next task for host managed_node2 11924 1726884891.01745: done getting next task for host managed_node2 11924 1726884891.01748: ^ task is: TASK: See whether the device node is present 11924 1726884891.01758: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884891.01770: getting variables 11924 1726884891.01772: in VariableManager get_vars() 11924 1726884891.01807: Calling all_inventory to load vars for managed_node2 11924 1726884891.01810: Calling groups_inventory to load vars for managed_node2 11924 1726884891.01813: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884891.01825: Calling all_plugins_play to load vars for managed_node2 11924 1726884891.01829: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884891.01832: Calling groups_plugins_play to load vars for managed_node2 11924 1726884891.03065: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884891.03692: done with get_vars() 11924 1726884891.03708: 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 22:14:51 -0400 (0:00:00.083) 0:00:56.376 ****** 11924 1726884891.03803: entering _queue_task() for managed_node2/stat 11924 1726884891.04060: worker is 1 (out of 1 available) 11924 1726884891.04073: exiting _queue_task() for managed_node2/stat 11924 1726884891.04085: done queuing things up, now waiting for results queue to drain 11924 1726884891.04086: waiting for pending results... 11924 1726884891.04476: running TaskExecutor() for managed_node2/TASK: See whether the device node is present 11924 1726884891.04527: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b8d 11924 1726884891.04550: variable 'ansible_search_path' from source: unknown 11924 1726884891.04596: calling self._execute() 11924 1726884891.04720: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.04731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.04745: variable 'omit' from source: magic vars 11924 1726884891.04885: variable 'omit' from source: magic vars 11924 1726884891.04964: variable 'omit' from source: magic vars 11924 1726884891.05202: variable 'storage_test_volume' from source: include params 11924 1726884891.05264: variable 'omit' from source: magic vars 11924 1726884891.05312: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884891.05361: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884891.05388: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884891.05407: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884891.05420: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884891.05442: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884891.05462: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884891.05492: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884891.05499: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.05505: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.05618: Set connection var ansible_shell_executable to /bin/sh 11924 1726884891.05625: Set connection var ansible_connection to ssh 11924 1726884891.05634: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884891.05643: Set connection var ansible_timeout to 10 11924 1726884891.05658: Set connection var ansible_pipelining to False 11924 1726884891.05668: Set connection var ansible_shell_type to sh 11924 1726884891.05701: variable 'ansible_shell_executable' from source: unknown 11924 1726884891.05708: variable 'ansible_connection' from source: unknown 11924 1726884891.05715: variable 'ansible_module_compression' from source: unknown 11924 1726884891.05768: variable 'ansible_shell_type' from source: unknown 11924 1726884891.05772: variable 'ansible_shell_executable' from source: unknown 11924 1726884891.05774: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.05776: variable 'ansible_pipelining' from source: unknown 11924 1726884891.05778: variable 'ansible_timeout' from source: unknown 11924 1726884891.05780: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.05952: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884891.05970: variable 'omit' from source: magic vars 11924 1726884891.05981: starting attempt loop 11924 1726884891.05989: running the handler 11924 1726884891.06005: _low_level_execute_command(): starting 11924 1726884891.06060: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884891.06708: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884891.06765: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884891.06843: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884891.06983: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884891.07088: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884891.08949: stdout chunk (state=3): >>>/root <<< 11924 1726884891.08953: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884891.09154: stderr chunk (state=3): >>><<< 11924 1726884891.09160: stdout chunk (state=3): >>><<< 11924 1726884891.09165: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884891.09167: _low_level_execute_command(): starting 11924 1726884891.09170: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884891.0899804-14433-161079970690684 `" && echo ansible-tmp-1726884891.0899804-14433-161079970690684="` echo /root/.ansible/tmp/ansible-tmp-1726884891.0899804-14433-161079970690684 `" ) && sleep 0' 11924 1726884891.10315: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884891.10329: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884891.10385: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884891.12661: stdout chunk (state=3): >>>ansible-tmp-1726884891.0899804-14433-161079970690684=/root/.ansible/tmp/ansible-tmp-1726884891.0899804-14433-161079970690684 <<< 11924 1726884891.12665: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884891.12668: stdout chunk (state=3): >>><<< 11924 1726884891.12670: stderr chunk (state=3): >>><<< 11924 1726884891.12672: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884891.0899804-14433-161079970690684=/root/.ansible/tmp/ansible-tmp-1726884891.0899804-14433-161079970690684 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884891.12675: variable 'ansible_module_compression' from source: unknown 11924 1726884891.12682: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884891.12727: variable 'ansible_facts' from source: unknown 11924 1726884891.12842: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884891.0899804-14433-161079970690684/AnsiballZ_stat.py 11924 1726884891.13198: Sending initial data 11924 1726884891.13204: Sent initial data (153 bytes) 11924 1726884891.14569: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884891.14794: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884891.14837: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884891.16661: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884891.16665: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884891.16668: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpwl8btagu /root/.ansible/tmp/ansible-tmp-1726884891.0899804-14433-161079970690684/AnsiballZ_stat.py <<< 11924 1726884891.16671: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884891.0899804-14433-161079970690684/AnsiballZ_stat.py" <<< 11924 1726884891.16674: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpwl8btagu" to remote "/root/.ansible/tmp/ansible-tmp-1726884891.0899804-14433-161079970690684/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884891.0899804-14433-161079970690684/AnsiballZ_stat.py" <<< 11924 1726884891.17897: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884891.17914: stderr chunk (state=3): >>><<< 11924 1726884891.18160: stdout chunk (state=3): >>><<< 11924 1726884891.18163: done transferring module to remote 11924 1726884891.18166: _low_level_execute_command(): starting 11924 1726884891.18168: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884891.0899804-14433-161079970690684/ /root/.ansible/tmp/ansible-tmp-1726884891.0899804-14433-161079970690684/AnsiballZ_stat.py && sleep 0' 11924 1726884891.18886: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884891.18905: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884891.18927: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884891.19034: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884891.19062: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884891.19079: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884891.19171: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884891.20987: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884891.21179: stderr chunk (state=3): >>><<< 11924 1726884891.21182: stdout chunk (state=3): >>><<< 11924 1726884891.21202: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884891.21209: _low_level_execute_command(): starting 11924 1726884891.21211: _low_level_execute_command(): using become for this command 11924 1726884891.21219: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-jlozfyoaqxsskezgujuukpmhpspovqqp ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884891.0899804-14433-161079970690684/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884891.21674: Initial state: awaiting_escalation: BECOME-SUCCESS-jlozfyoaqxsskezgujuukpmhpspovqqp 11924 1726884891.22505: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884891.22589: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884891.22677: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884891.25647: stdout chunk (state=1): >>>BECOME-SUCCESS-jlozfyoaqxsskezgujuukpmhpspovqqp <<< 11924 1726884891.25651: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-jlozfyoaqxsskezgujuukpmhpspovqqp' 11924 1726884891.25910: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884891.25949: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884891.25978: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884891.25984: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884891.26058: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884891.26069: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884891.26103: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884891.26132: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884891.26156: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884891.26173: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884891.26217: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884891.26289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884891.26306: 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 <<< 11924 1726884891.26319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884891.26341: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a9bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a98ba10> <<< 11924 1726884891.26380: 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 0x7fac5a9be930> <<< 11924 1726884891.26504: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884891.26522: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 11924 1726884891.26578: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884891.26610: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884891.26623: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884891.26642: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884891.26665: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884891.26735: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884891.26740: 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' <<< 11924 1726884891.26773: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a9ccfe0> <<< 11924 1726884891.26841: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a9cdfd0> <<< 11924 1726884891.26881: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884891.26989: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884891.27257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884891.27264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884891.27287: 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 <<< 11924 1726884891.27301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884891.27317: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a7cbe90> <<< 11924 1726884891.27332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884891.27347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884891.27373: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884891.27394: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a7cbf50> <<< 11924 1726884891.27403: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884891.27429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884891.27482: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884891.27506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884891.27519: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884891.27659: 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 0x7fac5a803890> <<< 11924 1726884891.27664: 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 0x7fac5a803f20> import '_collections' # <<< 11924 1726884891.27667: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a7e3b60> <<< 11924 1726884891.27697: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884891.27712: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a7e1280> <<< 11924 1726884891.27806: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a7c9040> <<< 11924 1726884891.27929: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884891.27970: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a827800> <<< 11924 1726884891.27982: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a826450> <<< 11924 1726884891.28018: 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 0x7fac5a7e2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a824bf0> <<< 11924 1726884891.28073: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884891.28128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a858890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a7c82c0> <<< 11924 1726884891.28134: 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' <<< 11924 1726884891.28146: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884891.28246: 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 0x7fac5a858d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a858bf0> <<< 11924 1726884891.28342: 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 0x7fac5a858fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a7c6de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884891.28349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884891.28352: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a859670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a859370> <<< 11924 1726884891.28356: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 11924 1726884891.28359: 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' <<< 11924 1726884891.28372: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a85a540> <<< 11924 1726884891.28394: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884891.28426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884891.28463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884891.28487: 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 0x7fac5a870740> <<< 11924 1726884891.28503: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884891.28528: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884891.28570: 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 0x7fac5a871e20> <<< 11924 1726884891.28662: 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 <<< 11924 1726884891.28681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a872cc0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac5a8732f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a872210> <<< 11924 1726884891.28693: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884891.28710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884891.28737: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884891.28759: 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 0x7fac5a873d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a8734a0> <<< 11924 1726884891.28888: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a85a4b0> <<< 11924 1726884891.28908: 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' <<< 11924 1726884891.28922: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884891.28988: 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 0x7fac5a607c50> <<< 11924 1726884891.28992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884891.28994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884891.29000: 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 0x7fac5a6307a0> <<< 11924 1726884891.29104: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a630500> <<< 11924 1726884891.29122: 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 0x7fac5a6307d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884891.29135: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884891.29267: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac5a631100> <<< 11924 1726884891.29426: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884891.29432: 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 0x7fac5a631ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a6309b0> <<< 11924 1726884891.29435: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a605df0> <<< 11924 1726884891.29437: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884891.29457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884891.29490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884891.29502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884891.29537: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a632e70> <<< 11924 1726884891.29540: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a631940> <<< 11924 1726884891.29642: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a85ac60> <<< 11924 1726884891.29653: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884891.29683: 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 <<< 11924 1726884891.29701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884891.29731: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a65b1d0> <<< 11924 1726884891.29786: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884891.29827: 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 <<< 11924 1726884891.29870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884891.29903: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a687560> <<< 11924 1726884891.29952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884891.30087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884891.30109: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884891.30387: 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 0x7fac5a6e02f0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a6e2a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a6e03e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a6ad2e0> <<< 11924 1726884891.30395: 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 0x7fac5a4e93d0> <<< 11924 1726884891.30416: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a686360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a633da0> <<< 11924 1726884891.30532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884891.30659: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fac5a6866c0> <<< 11924 1726884891.30698: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_i_u7bz0j/ansible_stat_payload.zip' # zipimport: zlib available <<< 11924 1726884891.30829: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.30861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884891.30920: 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 <<< 11924 1726884891.30991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884891.31029: 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 0x7fac5a53f0b0> import '_typing' # <<< 11924 1726884891.31225: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a51dfa0> <<< 11924 1726884891.31228: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a51d100> # zipimport: zlib available <<< 11924 1726884891.31376: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884891.31672: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.32718: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.33839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884891.33871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a53ce00> <<< 11924 1726884891.33891: 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' <<< 11924 1726884891.34030: 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 <<< 11924 1726884891.34034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884891.34037: 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 0x7fac5a566990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a566720> <<< 11924 1726884891.34058: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a566030> <<< 11924 1726884891.34161: 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' <<< 11924 1726884891.34165: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a566480> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a98a9c0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac5a5676b0> <<< 11924 1726884891.34197: 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 0x7fac5a567890> <<< 11924 1726884891.34250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884891.34267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884891.34342: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a567dd0> import 'pwd' # <<< 11924 1726884891.34457: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884891.34484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f11b80> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59f137a0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884891.34518: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f141a0> <<< 11924 1726884891.34542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884891.34553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884891.34585: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f15310> <<< 11924 1726884891.34602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884891.34640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884891.34660: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884891.34816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884891.34819: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f17dd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59f17ef0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f16090> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884891.34841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884891.34861: 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' <<< 11924 1726884891.34874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884891.34908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884891.34934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884891.35007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f1fc50> import '_tokenize' # <<< 11924 1726884891.35127: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f1e720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f1e480> <<< 11924 1726884891.35136: 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' <<< 11924 1726884891.35428: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f1e9f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f165a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59f63f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f64050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59f65b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f65910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884891.35443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884891.35505: 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 0x7fac59f68110> <<< 11924 1726884891.35511: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f66240> <<< 11924 1726884891.35593: 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' <<< 11924 1726884891.35642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f6b8c0> <<< 11924 1726884891.35838: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f68290> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59f6cbc0> <<< 11924 1726884891.35974: stdout 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 0x7fac59f6ca70> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59f6cd10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f64230> <<< 11924 1726884891.35977: 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 <<< 11924 1726884891.35983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884891.35985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884891.36004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884891.36028: 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 0x7fac59ff83e0> <<< 11924 1726884891.36572: 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 0x7fac59ff9970> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f6eb70> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59f6fef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f6e750> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884891.36648: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.36867: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.37303: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.37875: 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 <<< 11924 1726884891.37894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884891.37938: 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 0x7fac59ffd9a0> <<< 11924 1726884891.38021: 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' <<< 11924 1726884891.38071: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59ffe780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f6f650> <<< 11924 1726884891.38281: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884891.38337: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.38460: 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 0x7fac59ffe810> <<< 11924 1726884891.38477: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.38930: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.39371: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.39482: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.39519: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884891.39531: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.39639: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884891.39782: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 11924 1726884891.39801: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884891.39814: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.39865: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.39966: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884891.40521: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59fffb00> <<< 11924 1726884891.40524: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.40581: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.40740: 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 <<< 11924 1726884891.40748: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.40780: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884891.41079: 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' <<< 11924 1726884891.41126: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59e0a570> <<< 11924 1726884891.41168: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59e05d00> <<< 11924 1726884891.41192: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884891.41206: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.41272: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.41336: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.41363: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.41477: stdout chunk (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 <<< 11924 1726884891.41736: 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 0x7fac5a5bee10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a5b2ae0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59e0a660> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59fff3e0> # destroy ansible.module_utils.distro <<< 11924 1726884891.41814: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884891.42062: 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 <<< 11924 1726884891.42065: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.42362: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884891.43114: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/mapper/foo-test1", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 585, "dev": 6, "nlink": 1, "atime": 1726884854.0843701, "mtime": 1726884854.0843701, "ctime": 1726884854.0843701, "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/foo-test1", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 11924 1726884891.43139: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884891.43795: 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 <<< 11924 1726884891.44188: 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 <<< 11924 1726884891.44218: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 11924 1726884891.44236: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil <<< 11924 1726884891.44483: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884891.44576: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884891.44600: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 11924 1726884891.44615: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884891.44634: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884891.44650: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884891.44670: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 11924 1726884891.44684: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884891.44722: 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 <<< 11924 1726884891.44848: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884891.44852: 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 <<< 11924 1726884891.44993: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 11924 1726884891.44996: stdout chunk (state=3): >>># destroy itertools <<< 11924 1726884891.45001: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884891.45471: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884891.45475: stdout chunk (state=3): >>><<< 11924 1726884891.45483: stderr chunk (state=3): >>><<< 11924 1726884891.45570: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a9bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a98ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a9be930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a9ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a9cdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a7cbe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a7cbf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a803890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a803f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a7e3b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a7e1280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a7c9040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a827800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a826450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a7e2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a824bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a858890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a7c82c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac5a858d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a858bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac5a858fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a7c6de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a859670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a859370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a85a540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a870740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac5a871e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a872cc0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac5a8732f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a872210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac5a873d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a8734a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a85a4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac5a607c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac5a6307a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a630500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac5a6307d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac5a631100> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac5a631ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a6309b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a605df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a632e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a631940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a85ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a65b1d0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a687560> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a6e02f0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a6e2a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a6e03e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a6ad2e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a4e93d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a686360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a633da0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fac5a6866c0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_i_u7bz0j/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 0x7fac5a53f0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a51dfa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a51d100> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a53ce00> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac5a566990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a566720> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a566030> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a566480> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a98a9c0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac5a5676b0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac5a567890> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a567dd0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f11b80> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59f137a0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f141a0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f15310> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f17dd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59f17ef0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f16090> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f1fc50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f1e720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f1e480> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f1e9f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f165a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59f63f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f64050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59f65b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f65910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59f68110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f66240> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f6b8c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f68290> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59f6cbc0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59f6ca70> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59f6cd10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f64230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59ff83e0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59ff9970> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f6eb70> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59f6fef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f6e750> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59ffd9a0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59ffe780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59f6f650> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59ffe810> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59fffb00> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fac59e0a570> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59e05d00> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a5bee10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac5a5b2ae0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59e0a660> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fac59fff3e0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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/foo-test1", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 585, "dev": 6, "nlink": 1, "atime": 1726884854.0843701, "mtime": 1726884854.0843701, "ctime": 1726884854.0843701, "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/foo-test1", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884891.47278: done with _execute_module (stat, {'path': '/dev/mapper/foo-test1', '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-1726884891.0899804-14433-161079970690684/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884891.47282: _low_level_execute_command(): starting 11924 1726884891.47284: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884891.0899804-14433-161079970690684/ > /dev/null 2>&1 && sleep 0' 11924 1726884891.47287: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884891.47289: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884891.47291: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884891.47293: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884891.47296: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884891.47300: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884891.47303: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884891.47305: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884891.47308: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884891.47309: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884891.47311: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884891.47313: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884891.47315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884891.47317: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884891.47319: stderr chunk (state=3): >>>debug2: match found <<< 11924 1726884891.47321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884891.47323: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884891.47325: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884891.47327: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884891.47329: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884891.49362: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884891.49370: stdout chunk (state=3): >>><<< 11924 1726884891.49373: stderr chunk (state=3): >>><<< 11924 1726884891.49375: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884891.49378: handler run complete 11924 1726884891.49380: attempt loop complete, returning result 11924 1726884891.49382: _execute() done 11924 1726884891.49384: dumping result to json 11924 1726884891.49386: done dumping result, returning 11924 1726884891.49388: done running TaskExecutor() for managed_node2/TASK: See whether the device node is present [0affc8a3-6f6f-f4c0-2290-000000001b8d] 11924 1726884891.49390: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b8d 11924 1726884891.49667: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b8d 11924 1726884891.49670: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884854.0843701, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726884854.0843701, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 585, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1726884854.0843701, "nlink": 1, "path": "/dev/mapper/foo-test1", "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 } } 11924 1726884891.49764: no more pending results, returning what we have 11924 1726884891.49768: results queue empty 11924 1726884891.49768: checking for any_errors_fatal 11924 1726884891.49774: done checking for any_errors_fatal 11924 1726884891.49775: checking for max_fail_percentage 11924 1726884891.49776: done checking for max_fail_percentage 11924 1726884891.49777: checking to see if all hosts have failed and the running result is not ok 11924 1726884891.49778: done checking to see if all hosts have failed 11924 1726884891.49778: getting the remaining hosts for this loop 11924 1726884891.49780: done getting the remaining hosts for this loop 11924 1726884891.49783: getting the next task for host managed_node2 11924 1726884891.49790: done getting next task for host managed_node2 11924 1726884891.49792: ^ task is: TASK: Verify the presence/absence of the device node 11924 1726884891.49798: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884891.49808: getting variables 11924 1726884891.49809: in VariableManager get_vars() 11924 1726884891.49837: Calling all_inventory to load vars for managed_node2 11924 1726884891.49839: Calling groups_inventory to load vars for managed_node2 11924 1726884891.49842: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884891.49851: Calling all_plugins_play to load vars for managed_node2 11924 1726884891.49853: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884891.49858: Calling groups_plugins_play to load vars for managed_node2 11924 1726884891.51076: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884891.52482: done with get_vars() 11924 1726884891.52502: done getting variables 11924 1726884891.53012: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:14:51 -0400 (0:00:00.492) 0:00:56.869 ****** 11924 1726884891.53048: entering _queue_task() for managed_node2/assert 11924 1726884891.53896: worker is 1 (out of 1 available) 11924 1726884891.53909: exiting _queue_task() for managed_node2/assert 11924 1726884891.53920: done queuing things up, now waiting for results queue to drain 11924 1726884891.53922: waiting for pending results... 11924 1726884891.54274: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node 11924 1726884891.54762: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b8e 11924 1726884891.54766: variable 'ansible_search_path' from source: unknown 11924 1726884891.54768: calling self._execute() 11924 1726884891.54772: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.54774: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.54776: variable 'omit' from source: magic vars 11924 1726884891.55672: variable '_storage_test_volume_present' from source: set_fact 11924 1726884891.55963: variable 'storage_test_volume' from source: include params 11924 1726884891.55967: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 11924 1726884891.55970: variable 'omit' from source: magic vars 11924 1726884891.55972: variable 'omit' from source: magic vars 11924 1726884891.56173: variable 'storage_test_volume' from source: include params 11924 1726884891.56222: variable 'omit' from source: magic vars 11924 1726884891.56269: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884891.56560: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884891.56564: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884891.56566: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884891.56568: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884891.56570: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884891.56586: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884891.56621: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884891.56630: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.56638: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.56962: Set connection var ansible_shell_executable to /bin/sh 11924 1726884891.56971: Set connection var ansible_connection to ssh 11924 1726884891.56981: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884891.56990: Set connection var ansible_timeout to 10 11924 1726884891.57000: Set connection var ansible_pipelining to False 11924 1726884891.57009: Set connection var ansible_shell_type to sh 11924 1726884891.57040: variable 'ansible_shell_executable' from source: unknown 11924 1726884891.57047: variable 'ansible_connection' from source: unknown 11924 1726884891.57054: variable 'ansible_module_compression' from source: unknown 11924 1726884891.57063: variable 'ansible_shell_type' from source: unknown 11924 1726884891.57069: variable 'ansible_shell_executable' from source: unknown 11924 1726884891.57075: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.57082: variable 'ansible_pipelining' from source: unknown 11924 1726884891.57088: variable 'ansible_timeout' from source: unknown 11924 1726884891.57095: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.57232: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884891.57660: variable 'omit' from source: magic vars 11924 1726884891.57663: starting attempt loop 11924 1726884891.57666: running the handler 11924 1726884891.57668: variable 'storage_test_dev' from source: set_fact 11924 1726884891.57866: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 11924 1726884891.57876: handler run complete 11924 1726884891.57894: attempt loop complete, returning result 11924 1726884891.57900: _execute() done 11924 1726884891.57907: dumping result to json 11924 1726884891.57914: done dumping result, returning 11924 1726884891.57924: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-f4c0-2290-000000001b8e] 11924 1726884891.57935: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b8e 11924 1726884891.58035: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b8e ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884891.58086: no more pending results, returning what we have 11924 1726884891.58090: results queue empty 11924 1726884891.58091: checking for any_errors_fatal 11924 1726884891.58103: done checking for any_errors_fatal 11924 1726884891.58104: checking for max_fail_percentage 11924 1726884891.58107: done checking for max_fail_percentage 11924 1726884891.58108: checking to see if all hosts have failed and the running result is not ok 11924 1726884891.58108: done checking to see if all hosts have failed 11924 1726884891.58109: getting the remaining hosts for this loop 11924 1726884891.58111: done getting the remaining hosts for this loop 11924 1726884891.58115: getting the next task for host managed_node2 11924 1726884891.58124: done getting next task for host managed_node2 11924 1726884891.58127: ^ task is: TASK: Verify the presence/absence of the device node 11924 1726884891.58134: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884891.58139: getting variables 11924 1726884891.58141: in VariableManager get_vars() 11924 1726884891.58176: Calling all_inventory to load vars for managed_node2 11924 1726884891.58178: Calling groups_inventory to load vars for managed_node2 11924 1726884891.58182: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884891.58194: Calling all_plugins_play to load vars for managed_node2 11924 1726884891.58206: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884891.58210: Calling groups_plugins_play to load vars for managed_node2 11924 1726884891.58869: WORKER PROCESS EXITING 11924 1726884891.59461: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884891.61031: done with get_vars() 11924 1726884891.61051: done getting variables 11924 1726884891.61120: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:14:51 -0400 (0:00:00.082) 0:00:56.951 ****** 11924 1726884891.61275: entering _queue_task() for managed_node2/assert 11924 1726884891.61993: worker is 1 (out of 1 available) 11924 1726884891.62079: exiting _queue_task() for managed_node2/assert 11924 1726884891.62093: done queuing things up, now waiting for results queue to drain 11924 1726884891.62095: waiting for pending results... 11924 1726884891.62492: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node 11924 1726884891.62881: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b8f 11924 1726884891.62957: variable 'ansible_search_path' from source: unknown 11924 1726884891.63070: calling self._execute() 11924 1726884891.63298: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.63377: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.63394: variable 'omit' from source: magic vars 11924 1726884891.65061: variable '_storage_test_volume_present' from source: set_fact 11924 1726884891.65065: variable 'storage_test_volume' from source: include params 11924 1726884891.65068: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 11924 1726884891.65070: when evaluation is False, skipping this task 11924 1726884891.65073: _execute() done 11924 1726884891.65076: dumping result to json 11924 1726884891.65079: done dumping result, returning 11924 1726884891.65085: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-f4c0-2290-000000001b8f] 11924 1726884891.65087: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b8f 11924 1726884891.65178: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b8f 11924 1726884891.65181: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 11924 1726884891.65236: no more pending results, returning what we have 11924 1726884891.65240: results queue empty 11924 1726884891.65241: checking for any_errors_fatal 11924 1726884891.65248: done checking for any_errors_fatal 11924 1726884891.65248: checking for max_fail_percentage 11924 1726884891.65250: done checking for max_fail_percentage 11924 1726884891.65251: checking to see if all hosts have failed and the running result is not ok 11924 1726884891.65252: done checking to see if all hosts have failed 11924 1726884891.65252: getting the remaining hosts for this loop 11924 1726884891.65380: done getting the remaining hosts for this loop 11924 1726884891.65386: getting the next task for host managed_node2 11924 1726884891.65396: done getting next task for host managed_node2 11924 1726884891.65402: ^ task is: TASK: Make sure we got info about this volume 11924 1726884891.65410: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884891.65417: getting variables 11924 1726884891.65419: in VariableManager get_vars() 11924 1726884891.65457: Calling all_inventory to load vars for managed_node2 11924 1726884891.65460: Calling groups_inventory to load vars for managed_node2 11924 1726884891.65463: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884891.65476: Calling all_plugins_play to load vars for managed_node2 11924 1726884891.65479: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884891.65481: Calling groups_plugins_play to load vars for managed_node2 11924 1726884891.67554: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884891.68950: done with get_vars() 11924 1726884891.68971: done getting variables 11924 1726884891.69149: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:51 -0400 (0:00:00.079) 0:00:57.031 ****** 11924 1726884891.69268: entering _queue_task() for managed_node2/assert 11924 1726884891.70143: worker is 1 (out of 1 available) 11924 1726884891.70557: exiting _queue_task() for managed_node2/assert 11924 1726884891.70571: done queuing things up, now waiting for results queue to drain 11924 1726884891.70572: waiting for pending results... 11924 1726884891.70818: running TaskExecutor() for managed_node2/TASK: Make sure we got info about this volume 11924 1726884891.71190: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b90 11924 1726884891.71205: variable 'ansible_search_path' from source: unknown 11924 1726884891.71241: calling self._execute() 11924 1726884891.71504: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.71508: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.71518: variable 'omit' from source: magic vars 11924 1726884891.72394: variable '_storage_test_volume_present' from source: set_fact 11924 1726884891.72403: Evaluated conditional (_storage_test_volume_present): True 11924 1726884891.72407: variable 'omit' from source: magic vars 11924 1726884891.72489: variable 'omit' from source: magic vars 11924 1726884891.72748: variable 'storage_test_volume' from source: include params 11924 1726884891.72918: variable 'omit' from source: magic vars 11924 1726884891.73034: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884891.73126: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884891.73129: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884891.73132: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884891.73237: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884891.73259: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884891.73275: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884891.73309: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884891.73313: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.73315: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.73549: Set connection var ansible_shell_executable to /bin/sh 11924 1726884891.73556: Set connection var ansible_connection to ssh 11924 1726884891.73689: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884891.73697: Set connection var ansible_timeout to 10 11924 1726884891.73703: Set connection var ansible_pipelining to False 11924 1726884891.73708: Set connection var ansible_shell_type to sh 11924 1726884891.73739: variable 'ansible_shell_executable' from source: unknown 11924 1726884891.73743: variable 'ansible_connection' from source: unknown 11924 1726884891.73746: variable 'ansible_module_compression' from source: unknown 11924 1726884891.73748: variable 'ansible_shell_type' from source: unknown 11924 1726884891.73751: variable 'ansible_shell_executable' from source: unknown 11924 1726884891.73753: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.73757: variable 'ansible_pipelining' from source: unknown 11924 1726884891.73997: variable 'ansible_timeout' from source: unknown 11924 1726884891.74004: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.74148: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884891.74236: variable 'omit' from source: magic vars 11924 1726884891.74243: starting attempt loop 11924 1726884891.74246: running the handler 11924 1726884891.74633: variable 'storage_test_volume' from source: include params 11924 1726884891.74673: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884891.74704: Evaluated conditional (storage_test_volume._raw_device in storage_test_blkinfo.info): True 11924 1726884891.74707: handler run complete 11924 1726884891.74725: attempt loop complete, returning result 11924 1726884891.74728: _execute() done 11924 1726884891.74731: dumping result to json 11924 1726884891.74733: done dumping result, returning 11924 1726884891.74741: done running TaskExecutor() for managed_node2/TASK: Make sure we got info about this volume [0affc8a3-6f6f-f4c0-2290-000000001b90] 11924 1726884891.74957: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b90 11924 1726884891.75269: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b90 11924 1726884891.75271: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884891.75325: no more pending results, returning what we have 11924 1726884891.75328: results queue empty 11924 1726884891.75329: checking for any_errors_fatal 11924 1726884891.75337: done checking for any_errors_fatal 11924 1726884891.75338: checking for max_fail_percentage 11924 1726884891.75340: done checking for max_fail_percentage 11924 1726884891.75341: checking to see if all hosts have failed and the running result is not ok 11924 1726884891.75341: done checking to see if all hosts have failed 11924 1726884891.75342: getting the remaining hosts for this loop 11924 1726884891.75344: done getting the remaining hosts for this loop 11924 1726884891.75348: getting the next task for host managed_node2 11924 1726884891.75358: done getting next task for host managed_node2 11924 1726884891.75360: ^ task is: TASK: Process volume type (set initial value) (1/2) 11924 1726884891.75370: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884891.75376: getting variables 11924 1726884891.75378: in VariableManager get_vars() 11924 1726884891.75414: Calling all_inventory to load vars for managed_node2 11924 1726884891.75418: Calling groups_inventory to load vars for managed_node2 11924 1726884891.75422: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884891.75433: Calling all_plugins_play to load vars for managed_node2 11924 1726884891.75441: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884891.75444: Calling groups_plugins_play to load vars for managed_node2 11924 1726884891.76748: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884891.78130: done with get_vars() 11924 1726884891.78148: done getting variables 11924 1726884891.78216: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:51 -0400 (0:00:00.089) 0:00:57.121 ****** 11924 1726884891.78254: entering _queue_task() for managed_node2/set_fact 11924 1726884891.79341: worker is 1 (out of 1 available) 11924 1726884891.79353: exiting _queue_task() for managed_node2/set_fact 11924 1726884891.79365: done queuing things up, now waiting for results queue to drain 11924 1726884891.79367: waiting for pending results... 11924 1726884891.80082: running TaskExecutor() for managed_node2/TASK: Process volume type (set initial value) (1/2) 11924 1726884891.80217: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b91 11924 1726884891.80221: variable 'ansible_search_path' from source: unknown 11924 1726884891.80325: calling self._execute() 11924 1726884891.80650: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.80654: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.80659: variable 'omit' from source: magic vars 11924 1726884891.81053: variable 'omit' from source: magic vars 11924 1726884891.81196: variable 'omit' from source: magic vars 11924 1726884891.81687: variable 'storage_test_volume' from source: include params 11924 1726884891.82263: variable 'omit' from source: magic vars 11924 1726884891.82267: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884891.82382: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884891.82412: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884891.82436: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884891.82458: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884891.82760: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884891.82765: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884891.82768: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884891.82771: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.82773: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.83146: Set connection var ansible_shell_executable to /bin/sh 11924 1726884891.83154: Set connection var ansible_connection to ssh 11924 1726884891.83167: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884891.83177: Set connection var ansible_timeout to 10 11924 1726884891.83187: Set connection var ansible_pipelining to False 11924 1726884891.83197: Set connection var ansible_shell_type to sh 11924 1726884891.83230: variable 'ansible_shell_executable' from source: unknown 11924 1726884891.83460: variable 'ansible_connection' from source: unknown 11924 1726884891.83463: variable 'ansible_module_compression' from source: unknown 11924 1726884891.83465: variable 'ansible_shell_type' from source: unknown 11924 1726884891.83467: variable 'ansible_shell_executable' from source: unknown 11924 1726884891.83468: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.83470: variable 'ansible_pipelining' from source: unknown 11924 1726884891.83471: variable 'ansible_timeout' from source: unknown 11924 1726884891.83473: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.83633: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884891.83649: variable 'omit' from source: magic vars 11924 1726884891.83660: starting attempt loop 11924 1726884891.83680: running the handler 11924 1726884891.83701: handler run complete 11924 1726884891.83797: attempt loop complete, returning result 11924 1726884891.83807: _execute() done 11924 1726884891.83813: dumping result to json 11924 1726884891.83819: done dumping result, returning 11924 1726884891.83830: done running TaskExecutor() for managed_node2/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-f4c0-2290-000000001b91] 11924 1726884891.83839: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b91 ok: [managed_node2] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } 11924 1726884891.83995: no more pending results, returning what we have 11924 1726884891.84001: results queue empty 11924 1726884891.84002: checking for any_errors_fatal 11924 1726884891.84012: done checking for any_errors_fatal 11924 1726884891.84013: checking for max_fail_percentage 11924 1726884891.84015: done checking for max_fail_percentage 11924 1726884891.84016: checking to see if all hosts have failed and the running result is not ok 11924 1726884891.84016: done checking to see if all hosts have failed 11924 1726884891.84017: getting the remaining hosts for this loop 11924 1726884891.84020: done getting the remaining hosts for this loop 11924 1726884891.84024: getting the next task for host managed_node2 11924 1726884891.84033: done getting next task for host managed_node2 11924 1726884891.84037: ^ task is: TASK: Process volume type (get RAID value) (2/2) 11924 1726884891.84045: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884891.84050: getting variables 11924 1726884891.84052: in VariableManager get_vars() 11924 1726884891.84091: Calling all_inventory to load vars for managed_node2 11924 1726884891.84094: Calling groups_inventory to load vars for managed_node2 11924 1726884891.84098: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884891.84113: Calling all_plugins_play to load vars for managed_node2 11924 1726884891.84116: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884891.84119: Calling groups_plugins_play to load vars for managed_node2 11924 1726884891.85062: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b91 11924 1726884891.85065: WORKER PROCESS EXITING 11924 1726884891.85832: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884891.87044: done with get_vars() 11924 1726884891.87253: done getting variables 11924 1726884891.87319: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:51 -0400 (0:00:00.092) 0:00:57.213 ****** 11924 1726884891.87475: entering _queue_task() for managed_node2/set_fact 11924 1726884891.88043: worker is 1 (out of 1 available) 11924 1726884891.88060: exiting _queue_task() for managed_node2/set_fact 11924 1726884891.88071: done queuing things up, now waiting for results queue to drain 11924 1726884891.88073: waiting for pending results... 11924 1726884891.88478: running TaskExecutor() for managed_node2/TASK: Process volume type (get RAID value) (2/2) 11924 1726884891.88958: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b92 11924 1726884891.88982: variable 'ansible_search_path' from source: unknown 11924 1726884891.89161: calling self._execute() 11924 1726884891.89165: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.89168: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.89187: variable 'omit' from source: magic vars 11924 1726884891.89642: variable 'storage_test_volume' from source: include params 11924 1726884891.89680: Evaluated conditional (storage_test_volume.type == "raid"): False 11924 1726884891.89693: when evaluation is False, skipping this task 11924 1726884891.89702: _execute() done 11924 1726884891.89710: dumping result to json 11924 1726884891.89718: done dumping result, returning 11924 1726884891.89733: done running TaskExecutor() for managed_node2/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-f4c0-2290-000000001b92] 11924 1726884891.89745: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b92 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 11924 1726884891.89957: no more pending results, returning what we have 11924 1726884891.89961: results queue empty 11924 1726884891.89962: checking for any_errors_fatal 11924 1726884891.89969: done checking for any_errors_fatal 11924 1726884891.89969: checking for max_fail_percentage 11924 1726884891.89971: done checking for max_fail_percentage 11924 1726884891.89972: checking to see if all hosts have failed and the running result is not ok 11924 1726884891.89973: done checking to see if all hosts have failed 11924 1726884891.89974: getting the remaining hosts for this loop 11924 1726884891.89976: done getting the remaining hosts for this loop 11924 1726884891.89979: getting the next task for host managed_node2 11924 1726884891.89987: done getting next task for host managed_node2 11924 1726884891.90159: ^ task is: TASK: Verify the volume's device type 11924 1726884891.90166: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884891.90172: getting variables 11924 1726884891.90173: in VariableManager get_vars() 11924 1726884891.90205: Calling all_inventory to load vars for managed_node2 11924 1726884891.90208: Calling groups_inventory to load vars for managed_node2 11924 1726884891.90211: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884891.90221: Calling all_plugins_play to load vars for managed_node2 11924 1726884891.90224: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884891.90233: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b92 11924 1726884891.90236: WORKER PROCESS EXITING 11924 1726884891.90241: Calling groups_plugins_play to load vars for managed_node2 11924 1726884891.91159: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884891.91803: done with get_vars() 11924 1726884891.91819: done getting variables 11924 1726884891.91885: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:14:51 -0400 (0:00:00.044) 0:00:57.258 ****** 11924 1726884891.91926: entering _queue_task() for managed_node2/assert 11924 1726884891.92252: worker is 1 (out of 1 available) 11924 1726884891.92471: exiting _queue_task() for managed_node2/assert 11924 1726884891.92483: done queuing things up, now waiting for results queue to drain 11924 1726884891.92485: waiting for pending results... 11924 1726884891.92664: running TaskExecutor() for managed_node2/TASK: Verify the volume's device type 11924 1726884891.92832: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b93 11924 1726884891.92850: variable 'ansible_search_path' from source: unknown 11924 1726884891.92891: calling self._execute() 11924 1726884891.93119: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.93123: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.93126: variable 'omit' from source: magic vars 11924 1726884891.93436: variable '_storage_test_volume_present' from source: set_fact 11924 1726884891.93457: Evaluated conditional (_storage_test_volume_present): True 11924 1726884891.93474: variable 'omit' from source: magic vars 11924 1726884891.93543: variable 'omit' from source: magic vars 11924 1726884891.93591: variable 'omit' from source: magic vars 11924 1726884891.93636: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884891.93680: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884891.93710: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884891.93730: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884891.93771: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884891.93774: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884891.93803: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884891.93843: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884891.93880: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.93883: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.94006: Set connection var ansible_shell_executable to /bin/sh 11924 1726884891.94019: Set connection var ansible_connection to ssh 11924 1726884891.94060: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884891.94064: Set connection var ansible_timeout to 10 11924 1726884891.94066: Set connection var ansible_pipelining to False 11924 1726884891.94068: Set connection var ansible_shell_type to sh 11924 1726884891.94096: variable 'ansible_shell_executable' from source: unknown 11924 1726884891.94110: variable 'ansible_connection' from source: unknown 11924 1726884891.94123: variable 'ansible_module_compression' from source: unknown 11924 1726884891.94161: variable 'ansible_shell_type' from source: unknown 11924 1726884891.94165: variable 'ansible_shell_executable' from source: unknown 11924 1726884891.94167: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.94169: variable 'ansible_pipelining' from source: unknown 11924 1726884891.94171: variable 'ansible_timeout' from source: unknown 11924 1726884891.94174: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.94352: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884891.94426: variable 'omit' from source: magic vars 11924 1726884891.94429: starting attempt loop 11924 1726884891.94432: running the handler 11924 1726884891.94803: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884891.94879: variable 'storage_test_volume' from source: include params 11924 1726884891.94882: variable 'st_volume_type' from source: set_fact 11924 1726884891.94896: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._raw_device].type == st_volume_type): True 11924 1726884891.94909: handler run complete 11924 1726884891.94945: attempt loop complete, returning result 11924 1726884891.94953: _execute() done 11924 1726884891.94968: dumping result to json 11924 1726884891.94981: done dumping result, returning 11924 1726884891.94994: done running TaskExecutor() for managed_node2/TASK: Verify the volume's device type [0affc8a3-6f6f-f4c0-2290-000000001b93] 11924 1726884891.95008: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b93 ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884891.95286: no more pending results, returning what we have 11924 1726884891.95290: results queue empty 11924 1726884891.95297: checking for any_errors_fatal 11924 1726884891.95312: done checking for any_errors_fatal 11924 1726884891.95313: checking for max_fail_percentage 11924 1726884891.95315: done checking for max_fail_percentage 11924 1726884891.95316: checking to see if all hosts have failed and the running result is not ok 11924 1726884891.95316: done checking to see if all hosts have failed 11924 1726884891.95317: getting the remaining hosts for this loop 11924 1726884891.95320: done getting the remaining hosts for this loop 11924 1726884891.95324: getting the next task for host managed_node2 11924 1726884891.95337: done getting next task for host managed_node2 11924 1726884891.95341: ^ task is: TASK: Stat the LUKS device, if encrypted 11924 1726884891.95348: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884891.95354: getting variables 11924 1726884891.95359: in VariableManager get_vars() 11924 1726884891.95395: Calling all_inventory to load vars for managed_node2 11924 1726884891.95397: Calling groups_inventory to load vars for managed_node2 11924 1726884891.95562: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884891.95574: Calling all_plugins_play to load vars for managed_node2 11924 1726884891.95578: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884891.95587: Calling groups_plugins_play to load vars for managed_node2 11924 1726884891.96171: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b93 11924 1726884891.96174: WORKER PROCESS EXITING 11924 1726884891.96268: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884891.97034: done with get_vars() 11924 1726884891.97051: 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 22:14:51 -0400 (0:00:00.052) 0:00:57.310 ****** 11924 1726884891.97157: entering _queue_task() for managed_node2/stat 11924 1726884891.97539: worker is 1 (out of 1 available) 11924 1726884891.97552: exiting _queue_task() for managed_node2/stat 11924 1726884891.97565: done queuing things up, now waiting for results queue to drain 11924 1726884891.97567: waiting for pending results... 11924 1726884891.97811: running TaskExecutor() for managed_node2/TASK: Stat the LUKS device, if encrypted 11924 1726884891.97965: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b97 11924 1726884891.97990: variable 'ansible_search_path' from source: unknown 11924 1726884891.98036: calling self._execute() 11924 1726884891.98193: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884891.98209: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884891.98225: variable 'omit' from source: magic vars 11924 1726884891.98640: variable 'storage_test_volume' from source: include params 11924 1726884891.98678: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884891.98701: when evaluation is False, skipping this task 11924 1726884891.98711: _execute() done 11924 1726884891.98734: dumping result to json 11924 1726884891.98742: done dumping result, returning 11924 1726884891.98754: done running TaskExecutor() for managed_node2/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-f4c0-2290-000000001b97] 11924 1726884891.98778: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b97 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884891.99018: no more pending results, returning what we have 11924 1726884891.99022: results queue empty 11924 1726884891.99023: checking for any_errors_fatal 11924 1726884891.99034: done checking for any_errors_fatal 11924 1726884891.99035: checking for max_fail_percentage 11924 1726884891.99037: done checking for max_fail_percentage 11924 1726884891.99038: checking to see if all hosts have failed and the running result is not ok 11924 1726884891.99039: done checking to see if all hosts have failed 11924 1726884891.99040: getting the remaining hosts for this loop 11924 1726884891.99042: done getting the remaining hosts for this loop 11924 1726884891.99047: getting the next task for host managed_node2 11924 1726884891.99058: done getting next task for host managed_node2 11924 1726884891.99060: ^ task is: TASK: Ensure cryptsetup is present 11924 1726884891.99068: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884891.99075: getting variables 11924 1726884891.99077: in VariableManager get_vars() 11924 1726884891.99117: Calling all_inventory to load vars for managed_node2 11924 1726884891.99119: Calling groups_inventory to load vars for managed_node2 11924 1726884891.99123: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884891.99136: Calling all_plugins_play to load vars for managed_node2 11924 1726884891.99140: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884891.99144: Calling groups_plugins_play to load vars for managed_node2 11924 1726884891.99971: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b97 11924 1726884891.99974: WORKER PROCESS EXITING 11924 1726884892.00525: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884892.01201: done with get_vars() 11924 1726884892.01216: done getting variables 11924 1726884892.01323: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure 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 22:14:52 -0400 (0:00:00.042) 0:00:57.352 ****** 11924 1726884892.01360: entering _queue_task() for managed_node2/package 11924 1726884892.01754: worker is 1 (out of 1 available) 11924 1726884892.01834: exiting _queue_task() for managed_node2/package 11924 1726884892.01847: done queuing things up, now waiting for results queue to drain 11924 1726884892.01848: waiting for pending results... 11924 1726884892.02083: running TaskExecutor() for managed_node2/TASK: Ensure cryptsetup is present 11924 1726884892.02260: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b98 11924 1726884892.02289: variable 'ansible_search_path' from source: unknown 11924 1726884892.02335: calling self._execute() 11924 1726884892.02493: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884892.02510: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884892.02528: variable 'omit' from source: magic vars 11924 1726884892.02657: variable 'omit' from source: magic vars 11924 1726884892.02744: variable 'omit' from source: magic vars 11924 1726884892.03066: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884892.06948: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884892.07039: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884892.07146: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884892.07150: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884892.07175: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884892.07290: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884892.07329: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884892.07369: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884892.07418: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884892.07439: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884892.07580: variable '__storage_is_ostree' from source: set_fact 11924 1726884892.07596: variable 'omit' from source: magic vars 11924 1726884892.07693: variable 'omit' from source: magic vars 11924 1726884892.07702: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884892.07713: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884892.07738: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884892.07763: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884892.07780: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884892.07815: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884892.07838: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884892.07876: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884892.07908: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884892.07913: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884892.08038: Set connection var ansible_shell_executable to /bin/sh 11924 1726884892.08127: Set connection var ansible_connection to ssh 11924 1726884892.08130: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884892.08134: Set connection var ansible_timeout to 10 11924 1726884892.08137: Set connection var ansible_pipelining to False 11924 1726884892.08139: Set connection var ansible_shell_type to sh 11924 1726884892.08141: variable 'ansible_shell_executable' from source: unknown 11924 1726884892.08143: variable 'ansible_connection' from source: unknown 11924 1726884892.08145: variable 'ansible_module_compression' from source: unknown 11924 1726884892.08147: variable 'ansible_shell_type' from source: unknown 11924 1726884892.08149: variable 'ansible_shell_executable' from source: unknown 11924 1726884892.08150: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884892.08236: variable 'ansible_pipelining' from source: unknown 11924 1726884892.08239: variable 'ansible_timeout' from source: unknown 11924 1726884892.08243: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884892.08376: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884892.08477: variable 'omit' from source: magic vars 11924 1726884892.08764: starting attempt loop 11924 1726884892.08767: running the handler 11924 1726884892.08769: variable 'ansible_facts' from source: unknown 11924 1726884892.08770: variable 'ansible_facts' from source: unknown 11924 1726884892.08772: _low_level_execute_command(): starting 11924 1726884892.08774: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884892.09980: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884892.10039: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884892.11788: stdout chunk (state=3): >>>/root <<< 11924 1726884892.12062: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884892.12066: stderr chunk (state=3): >>><<< 11924 1726884892.12069: stdout chunk (state=3): >>><<< 11924 1726884892.12072: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884892.12083: _low_level_execute_command(): starting 11924 1726884892.12085: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884892.1191137-14487-89178125359184 `" && echo ansible-tmp-1726884892.1191137-14487-89178125359184="` echo /root/.ansible/tmp/ansible-tmp-1726884892.1191137-14487-89178125359184 `" ) && sleep 0' 11924 1726884892.12618: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884892.12757: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884892.12848: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884892.12988: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884892.13128: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884892.13187: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884892.13233: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884892.13295: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884892.15224: stdout chunk (state=3): >>>ansible-tmp-1726884892.1191137-14487-89178125359184=/root/.ansible/tmp/ansible-tmp-1726884892.1191137-14487-89178125359184 <<< 11924 1726884892.15473: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884892.15476: stdout chunk (state=3): >>><<< 11924 1726884892.15485: stderr chunk (state=3): >>><<< 11924 1726884892.15609: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884892.1191137-14487-89178125359184=/root/.ansible/tmp/ansible-tmp-1726884892.1191137-14487-89178125359184 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884892.15668: variable 'ansible_module_compression' from source: unknown 11924 1726884892.15862: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 11924 1726884892.15865: variable 'ansible_facts' from source: unknown 11924 1726884892.15973: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884892.1191137-14487-89178125359184/AnsiballZ_dnf.py 11924 1726884892.16481: Sending initial data 11924 1726884892.16485: Sent initial data (151 bytes) 11924 1726884892.17052: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884892.17170: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884892.17196: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884892.17275: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884892.18880: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884892.18932: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884892.18999: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpt3zf1ijf /root/.ansible/tmp/ansible-tmp-1726884892.1191137-14487-89178125359184/AnsiballZ_dnf.py <<< 11924 1726884892.19003: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884892.1191137-14487-89178125359184/AnsiballZ_dnf.py" <<< 11924 1726884892.19060: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpt3zf1ijf" to remote "/root/.ansible/tmp/ansible-tmp-1726884892.1191137-14487-89178125359184/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884892.1191137-14487-89178125359184/AnsiballZ_dnf.py" <<< 11924 1726884892.20196: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884892.20334: stderr chunk (state=3): >>><<< 11924 1726884892.20337: stdout chunk (state=3): >>><<< 11924 1726884892.20340: done transferring module to remote 11924 1726884892.20342: _low_level_execute_command(): starting 11924 1726884892.20345: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884892.1191137-14487-89178125359184/ /root/.ansible/tmp/ansible-tmp-1726884892.1191137-14487-89178125359184/AnsiballZ_dnf.py && sleep 0' 11924 1726884892.20988: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884892.20994: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884892.21003: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884892.21147: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884892.21151: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884892.21217: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884892.23053: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884892.23058: stdout chunk (state=3): >>><<< 11924 1726884892.23061: stderr chunk (state=3): >>><<< 11924 1726884892.23166: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884892.23170: _low_level_execute_command(): starting 11924 1726884892.23172: _low_level_execute_command(): using become for this command 11924 1726884892.23175: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-basmubtsncffznlbcifzmtufmwgxdmuz ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884892.1191137-14487-89178125359184/AnsiballZ_dnf.py'"'"' && sleep 0' 11924 1726884892.23379: Initial state: awaiting_escalation: BECOME-SUCCESS-basmubtsncffznlbcifzmtufmwgxdmuz 11924 1726884892.23748: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884892.23847: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884892.23879: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884892.23961: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884892.26912: stdout chunk (state=1): >>>BECOME-SUCCESS-basmubtsncffznlbcifzmtufmwgxdmuz <<< 11924 1726884892.26929: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-basmubtsncffznlbcifzmtufmwgxdmuz' 11924 1726884892.27241: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884892.27303: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884892.27321: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884892.27444: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884892.27450: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884892.27463: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884892.27521: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884892.27608: 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' # <<< 11924 1726884892.27865: 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 0x7f0b2ce183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cde7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ce1a960> <<< 11924 1726884892.27869: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 11924 1726884892.27872: stdout chunk (state=3): >>>import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 11924 1726884892.27934: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884892.28015: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # <<< 11924 1726884892.28048: 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' <<< 11924 1726884892.28090: 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' <<< 11924 1726884892.28108: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc08fe0> <<< 11924 1726884892.28176: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884892.28208: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc09fd0> import 'site' # <<< 11924 1726884892.28248: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884892.28601: 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 <<< 11924 1726884892.28657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884892.28678: 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' <<< 11924 1726884892.28894: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc4fe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc4fec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 11924 1726884892.28926: 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' <<< 11924 1726884892.28943: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc7f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884892.28957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884892.28976: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc7fe90> <<< 11924 1726884892.28990: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884892.29038: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc5fad0> import '_functools' # <<< 11924 1726884892.29172: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc5d1f0> <<< 11924 1726884892.29183: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc4cfb0> <<< 11924 1726884892.29216: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884892.29233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884892.29240: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884892.29254: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884892.29287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884892.29312: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884892.29325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884892.29356: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cca3710> <<< 11924 1726884892.29368: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cca2330> <<< 11924 1726884892.29398: 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' <<< 11924 1726884892.29416: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc5e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cca0b60> <<< 11924 1726884892.29446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884892.29487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccd4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc4c230> <<< 11924 1726884892.29490: 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' <<< 11924 1726884892.29537: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884892.29540: 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 0x7f0b2ccd4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccd4ad0> <<< 11924 1726884892.29587: 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 0x7f0b2ccd4ec0> <<< 11924 1726884892.29602: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc42d50> <<< 11924 1726884892.29637: 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' <<< 11924 1726884892.29654: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884892.29695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884892.29707: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccd5580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccd5250> import 'importlib.machinery' # <<< 11924 1726884892.29730: 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' <<< 11924 1726884892.29771: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccd6480> <<< 11924 1726884892.29785: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884892.29807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884892.29839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884892.29884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884892.29890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccec6b0> import 'errno' # <<< 11924 1726884892.29919: 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 0x7f0b2ccedd90> <<< 11924 1726884892.29961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884892.29963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884892.29994: 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' <<< 11924 1726884892.30018: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cceec30> <<< 11924 1726884892.30058: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884892.30061: 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 0x7f0b2ccef290> <<< 11924 1726884892.30101: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccee180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884892.30104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884892.30139: 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 0x7f0b2ccefd10> <<< 11924 1726884892.30161: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccef440> <<< 11924 1726884892.30214: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccd64e0> <<< 11924 1726884892.30235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884892.30262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884892.30279: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884892.30295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884892.30333: 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 0x7f0b2ca1bb90> <<< 11924 1726884892.30364: 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' <<< 11924 1726884892.30396: 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 0x7f0b2ca44620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca44380> <<< 11924 1726884892.30429: 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 0x7f0b2ca44650> <<< 11924 1726884892.30464: 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' <<< 11924 1726884892.30540: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884892.30702: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2ca44f50> <<< 11924 1726884892.30791: 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 0x7f0b2ca45880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca44800> <<< 11924 1726884892.30831: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca19d30> <<< 11924 1726884892.30834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884892.30867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884892.30884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884892.30905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca46c30> <<< 11924 1726884892.30965: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca459a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccd6660> <<< 11924 1726884892.30982: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884892.31053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884892.31058: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884892.31101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884892.31124: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca6ef90> <<< 11924 1726884892.31193: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884892.31196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884892.31226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884892.31241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884892.31292: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca9b350> <<< 11924 1726884892.31314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884892.31354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884892.31483: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884892.31486: 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 0x7f0b2caf4140> <<< 11924 1726884892.31536: 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 <<< 11924 1726884892.31565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884892.31645: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2caf68a0> <<< 11924 1726884892.31726: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2caf4260> <<< 11924 1726884892.31760: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca9bfb0> <<< 11924 1726884892.31788: 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 0x7f0b2c8fd280> <<< 11924 1726884892.31821: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca9a150> <<< 11924 1726884892.31839: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca47b60> <<< 11924 1726884892.31973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0b2ca9a4b0> <<< 11924 1726884892.32210: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_wl25sptg/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 11924 1726884892.32375: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.32424: 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' <<< 11924 1726884892.32478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884892.32579: 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 0x7f0b2c952fc0> import '_typing' # <<< 11924 1726884892.32786: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c931eb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c931040> # zipimport: zlib available import 'ansible' # <<< 11924 1726884892.32841: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884892.34410: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.35371: 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' <<< 11924 1726884892.35427: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c950e90> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884892.35459: 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' <<< 11924 1726884892.35490: 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 0x7f0b2c97a990> <<< 11924 1726884892.35532: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c97a750> <<< 11924 1726884892.35568: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c97a090> <<< 11924 1726884892.35571: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884892.35630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884892.35633: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c97aab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c9539e0> import 'atexit' # <<< 11924 1726884892.35669: 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 0x7f0b2c97b6b0> <<< 11924 1726884892.35708: 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 0x7f0b2c97b8f0> <<< 11924 1726884892.35730: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884892.35780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884892.35791: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884892.35827: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c97be00> <<< 11924 1726884892.35857: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884892.35878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884892.35900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884892.35930: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c315bb0> <<< 11924 1726884892.35963: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884892.35993: 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 0x7f0b2c3177d0> <<< 11924 1726884892.36006: 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' <<< 11924 1726884892.36041: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c3181d0> <<< 11924 1726884892.36067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884892.36097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884892.36126: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c3190a0> <<< 11924 1726884892.36129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884892.36195: 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' <<< 11924 1726884892.36262: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c31be30> <<< 11924 1726884892.36348: 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 0x7f0b2cc42e40> <<< 11924 1726884892.36491: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c31a0f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884892.36495: 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 0x7f0b2c323d70> import '_tokenize' # <<< 11924 1726884892.36561: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c322840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c3225a0> <<< 11924 1726884892.36581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884892.36613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884892.36664: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c322b10> <<< 11924 1726884892.36696: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c31a600> <<< 11924 1726884892.36728: 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 0x7f0b2c367a10> <<< 11924 1726884892.36768: 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 <<< 11924 1726884892.36771: 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 0x7f0b2c3680b0> <<< 11924 1726884892.36809: 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 <<< 11924 1726884892.36812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884892.36832: 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' <<< 11924 1726884892.36870: 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 0x7f0b2c369c70> <<< 11924 1726884892.36893: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c369a30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884892.37014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884892.37067: 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 0x7f0b2c36c260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c36a360> <<< 11924 1726884892.37096: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884892.37131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884892.37286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c36fa40> <<< 11924 1726884892.37785: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c36c410> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c3708c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c370ad0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c370410> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c3683b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c3fc470> <<< 11924 1726884892.37788: 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 0x7f0b2c3fd520> <<< 11924 1726884892.37790: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c372c00> <<< 11924 1726884892.37820: 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 0x7f0b2c373f80> <<< 11924 1726884892.37849: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c372840> # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884892.37872: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 11924 1726884892.37965: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.37985: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.38383: 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 <<< 11924 1726884892.38925: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.39479: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884892.39497: 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' # <<< 11924 1726884892.39528: 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' <<< 11924 1726884892.39577: 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 0x7f0b2c201700> <<< 11924 1726884892.39657: 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' <<< 11924 1726884892.39684: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2024e0> <<< 11924 1726884892.39705: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c3fd370> <<< 11924 1726884892.39751: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884892.39780: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.39809: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884892.39958: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.40117: 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' <<< 11924 1726884892.40143: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2024b0> # zipimport: zlib available <<< 11924 1726884892.40604: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.41052: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.41302: 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 <<< 11924 1726884892.41361: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.41441: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884892.41459: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.41483: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884892.41506: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.41540: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.41583: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884892.41596: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.41817: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.42057: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884892.42178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884892.42182: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884892.42281: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2035f0> <<< 11924 1726884892.42284: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.42303: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.42354: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884892.42508: 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' # # zipimport: zlib available <<< 11924 1726884892.42541: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.42595: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.42645: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.42722: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884892.42760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884892.42844: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c20e000> <<< 11924 1726884892.42878: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c20b380> <<< 11924 1726884892.42914: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884892.42942: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.42992: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.43060: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.43143: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.43169: stdout chunk (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 <<< 11924 1726884892.43180: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884892.43211: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884892.43305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884892.43309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884892.43311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884892.43496: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c3029c0> <<< 11924 1726884892.43504: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c9ae690> <<< 11924 1726884892.43520: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c20e150> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c202f60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884892.43547: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.43569: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884892.43628: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884892.43717: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884892.44247: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.44794: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.45431: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.46096: 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 0x7f0b2c2a0620> <<< 11924 1726884892.46124: 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 0x7f0b2c2a0830> <<< 11924 1726884892.46195: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 11924 1726884892.46230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2a0f50> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2a0ad0> # /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' <<< 11924 1726884892.46290: 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' <<< 11924 1726884892.46309: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2a1880> <<< 11924 1726884892.46413: 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 <<< 11924 1726884892.46440: 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' <<< 11924 1726884892.46457: 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' <<< 11924 1726884892.46479: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c28d7c0> <<< 11924 1726884892.46670: 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 0x7f0b2c28d580> # /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 0x7f0b2be3e5a0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2a3080> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 11924 1726884892.46674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 11924 1726884892.46693: 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' <<< 11924 1726884892.46721: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 11924 1726884892.46748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 11924 1726884892.46823: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2be41160> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2be3fce0> <<< 11924 1726884892.46950: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2be3f080> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2a2510> # /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 <<< 11924 1726884892.46993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 11924 1726884892.47022: 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' <<< 11924 1726884892.47062: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bead160> <<< 11924 1726884892.47177: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2be65280> <<< 11924 1726884892.47408: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2be3fb00> <<< 11924 1726884892.47414: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 11924 1726884892.47443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /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 0x7f0b2beb4bf0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2beaef00> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2be64d70> <<< 11924 1726884892.47485: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2a1ee0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2a1910> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2a1610> <<< 11924 1726884892.47564: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2a0860> # /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' <<< 11924 1726884892.47602: stdout chunk (state=3): >>>import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2a1940> # /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 <<< 11924 1726884892.47688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2beb51c0> <<< 11924 1726884892.47692: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2beb4920> <<< 11924 1726884892.47714: 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' <<< 11924 1726884892.47758: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2beb58e0> <<< 11924 1726884892.47843: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 11924 1726884892.47869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 11924 1726884892.47884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884892.47952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884892.47973: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884892.48062: 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 0x7f0b2beb8560> <<< 11924 1726884892.48244: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2be99730> <<< 11924 1726884892.48265: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2beb6930> <<< 11924 1726884892.48298: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 11924 1726884892.48349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 11924 1726884892.48398: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2be991f0> # /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' <<< 11924 1726884892.48484: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bed2390> # /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' <<< 11924 1726884892.48488: 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 0x7f0b2bed3020> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bed2ae0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 11924 1726884892.48570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 11924 1726884892.48713: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bed3500> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 11924 1726884892.48743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 11924 1726884892.49283: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bea7a40> # /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 0x7f0b2bdc5e80> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884892.49419: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 11924 1726884892.49423: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.49470: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.49524: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # # zipimport: zlib available <<< 11924 1726884892.49663: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.49771: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 11924 1726884892.49870: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884892.50479: 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' <<< 11924 1726884892.50596: 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 0x7f0b2bb06d80> # /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 0x7f0b2bb06ea0> <<< 11924 1726884892.50624: 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' <<< 11924 1726884892.50653: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 11924 1726884892.50677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 11924 1726884892.50711: 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 0x7f0b2bb57080> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bb568d0> <<< 11924 1726884892.50736: 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 0x7f0b2bb56ab0> <<< 11924 1726884892.50880: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bb073e0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bb06030> # /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 0x7f0b2bb06a80> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 11924 1726884892.50920: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 11924 1726884892.50943: 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' <<< 11924 1726884892.50981: 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 <<< 11924 1726884892.50993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 11924 1726884892.51104: 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 0x7f0b2bbd0650> <<< 11924 1726884892.51272: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bbd0230> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 11924 1726884892.51276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2bbd3f20> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bbd07a0> <<< 11924 1726884892.51307: 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 <<< 11924 1726884892.51387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 11924 1726884892.52362: 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 0x7f0b2b6c70b0> <<< 11924 1726884892.52403: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2b690140> <<< 11924 1726884892.52468: 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 <<< 11924 1726884892.52504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 11924 1726884892.52851: 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 0x7f0b2b744bf0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2b6c74a0> # /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' <<< 11924 1726884892.52912: 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 0x7f0b2b747b90> <<< 11924 1726884892.52943: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2b744d40> <<< 11924 1726884892.53004: 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 <<< 11924 1726884892.53026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 11924 1726884892.53164: 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 0x7f0b2b783da0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2b747fb0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py <<< 11924 1726884892.53181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 11924 1726884892.53389: 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 0x7f0b29d350d0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d34500> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bb73d70> # /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 <<< 11924 1726884892.53392: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 11924 1726884892.53420: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884892.53449: 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 0x7f0b29d58590> <<< 11924 1726884892.53473: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d379e0> <<< 11924 1726884892.53496: 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 <<< 11924 1726884892.53513: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 11924 1726884892.53543: 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' <<< 11924 1726884892.53681: 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 0x7f0b29d5abd0> <<< 11924 1726884892.53685: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d5bad0> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py <<< 11924 1726884892.53707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884892.54130: 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 0x7f0b29d80380> <<< 11924 1726884892.54163: 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 <<< 11924 1726884892.54235: 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 0x7f0b29d81910> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d5bce0> <<< 11924 1726884892.54305: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d5aa80> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d5a420> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py <<< 11924 1726884892.54312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884892.54401: 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 0x7f0b29d83560> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d5aff0> <<< 11924 1726884892.54468: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d58890> <<< 11924 1726884892.54525: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d36ff0> <<< 11924 1726884892.54573: 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' <<< 11924 1726884892.54833: 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 0x7f0b29d37650> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d373b0> <<< 11924 1726884892.54837: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d35250> # /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 0x7f0b29dbcb30> # /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 <<< 11924 1726884892.54843: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 11924 1726884892.54989: 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 0x7f0b29dbeff0> <<< 11924 1726884892.54993: 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' <<< 11924 1726884892.55025: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29dbf7d0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29dbe360> # /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 0x7f0b29dbe150> <<< 11924 1726884892.55045: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29dbcb00> <<< 11924 1726884892.55134: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 11924 1726884892.55149: 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' <<< 11924 1726884892.55219: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29de5a60> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29de4fe0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29de4e00> # /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' <<< 11924 1726884892.55294: 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' <<< 11924 1726884892.55348: 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' <<< 11924 1726884892.55372: 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 0x7f0b296b0ad0> <<< 11924 1726884892.55459: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 11924 1726884892.55474: 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 <<< 11924 1726884892.55514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884892.55560: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 11924 1726884892.55634: 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 0x7f0b296e2b40> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884892.55771: 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 0x7f0b296e2ea0> <<< 11924 1726884892.55791: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b296b2db0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b296b0f80> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29de7fb0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29de6240> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29de5f70> # /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' <<< 11924 1726884892.55821: 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' <<< 11924 1726884892.55862: 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' <<< 11924 1726884892.55973: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2971c950> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b296e3aa0> <<< 11924 1726884892.56064: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29de6780> # /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 0x7f0b2971cfb0> # /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 0x7f0b2971d340> # /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 0x7f0b2971d400> <<< 11924 1726884892.56080: 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' <<< 11924 1726884892.56149: stdout chunk (state=3): >>>import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2971d4f0> # /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 <<< 11924 1726884892.56153: 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 <<< 11924 1726884892.56264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 11924 1726884892.56267: 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 0x7f0b2971ff80> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2971e1e0> <<< 11924 1726884892.56376: 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 0x7f0b2973c230> # /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' <<< 11924 1726884892.56405: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2973c320> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2971d280> # /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 0x7f0b2973c4d0> <<< 11924 1726884892.56485: 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' <<< 11924 1726884892.56560: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884892.56587: 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 <<< 11924 1726884892.56694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884892.56712: 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' <<< 11924 1726884892.56742: 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 0x7f0b29767ec0> <<< 11924 1726884892.56767: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29767320> <<< 11924 1726884892.56835: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29765d90> <<< 11924 1726884892.57013: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2973dcd0> <<< 11924 1726884892.57033: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2973d130> <<< 11924 1726884892.57060: 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 0x7f0b2973f380> # /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 0x7f0b2973f800> <<< 11924 1726884892.57203: 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 0x7f0b297a07a0> # /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 0x7f0b297a0a10> # /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' <<< 11924 1726884892.57230: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b297a1340> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b297a0e00> <<< 11924 1726884892.57259: 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 <<< 11924 1726884892.57296: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b297a2240> import 'gc' # <<< 11924 1726884892.57415: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bb57170> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c367d70> <<< 11924 1726884892.58295: 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 0x7f0b297a2f00> # /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 0x7f0b2957f950> # /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' <<< 11924 1726884892.58306: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884892.58394: 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 0x7f0b295a19a0> <<< 11924 1726884892.58425: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295a1550> # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884892.58454: 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 0x7f0b2971ca10> <<< 11924 1726884892.58478: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295a0410> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2957fc80> <<< 11924 1726884892.58515: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2957c9b0> <<< 11924 1726884892.58563: 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 0x7f0b2957f740> # /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 <<< 11924 1726884892.58745: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884892.58749: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 11924 1726884892.58781: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295b6f30> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295b5a60> # /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 0x7f0b295dc740> <<< 11924 1726884892.58828: 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 0x7f0b295dca40> # /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' <<< 11924 1726884892.59078: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295dccb0> # /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 <<< 11924 1726884892.59093: 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 0x7f0b295dcf50> # /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 0x7f0b295dd670> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295dd4c0> # /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 0x7f0b295def60> # /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 0x7f0b295df0b0> # /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 <<< 11924 1726884892.59120: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 11924 1726884892.59181: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295df2c0> # /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' <<< 11924 1726884892.59232: 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' <<< 11924 1726884892.59264: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295f4260> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295dfaa0> # /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 <<< 11924 1726884892.59318: 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 0x7f0b295f4e00> # /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 0x7f0b295f5250> <<< 11924 1726884892.59513: 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' <<< 11924 1726884892.59521: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295f5430> # /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 0x7f0b295f5700> <<< 11924 1726884892.59695: 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 0x7f0b295f65d0> # /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 0x7f0b295f6810> # /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 0x7f0b295f6a20> <<< 11924 1726884892.59704: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295f75c0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295f7110> # /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' <<< 11924 1726884892.59796: 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' <<< 11924 1726884892.59802: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2961c440> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295f7d70> <<< 11924 1726884892.60112: 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 0x7f0b2961d0d0> # /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 0x7f0b2961d3d0> # /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 <<< 11924 1726884892.60116: 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 0x7f0b2961e300> # /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 0x7f0b2961e5a0> # /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 0x7f0b2961e750> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b297a3320> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b297a30b0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b297a2810> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py <<< 11924 1726884892.60135: stdout chunk (state=3): >>># 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 0x7f0b2961f1a0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2961eed0> # /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 <<< 11924 1726884892.60183: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884892.60212: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 11924 1726884892.60332: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29641640> <<< 11924 1726884892.60743: 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' <<< 11924 1726884892.60749: 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 0x7f0b29642db0> # 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 0x7f0b29641fa0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29641b50> # /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 0x7f0b29394740> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2937fb30> # /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' <<< 11924 1726884892.60789: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b293975f0> # /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 0x7f0b29397f50> <<< 11924 1726884892.60827: 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<<< 11924 1726884892.60846: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win <<< 11924 1726884892.60925: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29394dd0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29394aa0> <<< 11924 1726884892.61003: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2961f470> # /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 0x7f0b29641190> <<< 11924 1726884892.61037: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2961f1d0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b297a3080> # /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 <<< 11924 1726884892.61066: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 11924 1726884892.61101: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b293be1e0> <<< 11924 1726884892.61174: 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 <<< 11924 1726884892.61186: 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 0x7f0b293bea80> # /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 <<< 11924 1726884892.61272: 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 0x7f0b293bfaa0> # /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 0x7f0b293e8140> <<< 11924 1726884892.61294: 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 <<< 11924 1726884892.61302: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 11924 1726884892.61446: 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' <<< 11924 1726884892.61521: 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 0x7f0b293e97f0> <<< 11924 1726884892.61579: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b293e91c0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b293e8e60> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b293e8b00> <<< 11924 1726884892.61593: 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' <<< 11924 1726884892.61695: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b293e95b0> # /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' <<< 11924 1726884892.61719: 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 0x7f0b293eb560> <<< 11924 1726884892.61750: 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' <<< 11924 1726884892.61915: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b293eb620> <<< 11924 1726884892.61918: 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' <<< 11924 1726884892.61924: 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 0x7f0b293ebd40> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b293ebbc0> <<< 11924 1726884892.61940: 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 <<< 11924 1726884892.62002: 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 <<< 11924 1726884892.62140: 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 0x7f0b2941a360> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 11924 1726884892.62146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 11924 1726884892.62215: 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 0x7f0b2941b560> <<< 11924 1726884892.62279: 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 0x7f0b2941b7a0> <<< 11924 1726884892.62308: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' # extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2941b920> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2941b740> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2941b020> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2941a4b0> <<< 11924 1726884892.62489: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29419790> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29418d10> <<< 11924 1726884892.62493: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29418590> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b293eb050> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b293ea540> # /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 0x7f0b2941b650> # /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 0x7f0b2941be00> <<< 11924 1726884892.62503: 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 <<< 11924 1726884892.62544: 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 0x7f0b29444710> # /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 0x7f0b29444ad0> <<< 11924 1726884892.62569: 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 <<< 11924 1726884892.62595: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 11924 1726884892.62769: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29445400> # /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' <<< 11924 1726884892.62775: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29445f70> <<< 11924 1726884892.75509: 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}}} <<< 11924 1726884892.86044: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 11924 1726884892.86118: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884892.86710: 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 <<< 11924 1726884892.86794: 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 # 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 <<< 11924 1726884892.86807: stdout chunk (state=3): >>># cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # 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 <<< 11924 1726884892.86832: stdout chunk (state=3): >>># destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_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 <<< 11924 1726884892.86966: stdout chunk (state=3): >>># 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.c<<< 11924 1726884892.86975: stdout chunk (state=3): >>>li.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 <<< 11924 1726884892.87522: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884892.87525: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884892.87575: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro <<< 11924 1726884892.87639: 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 <<< 11924 1726884892.87675: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 11924 1726884892.87710: 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 <<< 11924 1726884892.87738: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 11924 1726884892.87749: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli <<< 11924 1726884892.87867: 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 <<< 11924 1726884892.87872: stdout chunk (state=3): >>># cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols <<< 11924 1726884892.87931: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm <<< 11924 1726884892.88095: 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 <<< 11924 1726884892.88100: 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 <<< 11924 1726884892.88116: 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 # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.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 <<< 11924 1726884892.88180: 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 <<< 11924 1726884892.88183: stdout chunk (state=3): >>># 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 <<< 11924 1726884892.88332: 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 <<< 11924 1726884892.88335: 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 <<< 11924 1726884892.88781: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884892.88797: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884892.89065: 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 <<< 11924 1726884892.89071: stdout chunk (state=3): >>># destroy array # destroy copyreg <<< 11924 1726884892.89073: 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 <<< 11924 1726884892.89076: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 11924 1726884892.89078: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip <<< 11924 1726884892.89084: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 11924 1726884892.89087: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps <<< 11924 1726884892.89089: 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 <<< 11924 1726884892.89091: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 11924 1726884892.89126: 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 <<< 11924 1726884892.89149: stdout chunk (state=3): >>># destroy rpm <<< 11924 1726884892.89202: 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 <<< 11924 1726884892.89269: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 11924 1726884892.89304: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar <<< 11924 1726884892.89338: stdout chunk (state=3): >>># destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 11924 1726884892.89360: stdout chunk (state=3): >>># destroy _ssl <<< 11924 1726884892.89426: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884892.89571: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884892.89606: stdout chunk (state=3): >>># destroy re # destroy _random # destroy _sre <<< 11924 1726884892.89620: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 11924 1726884892.90925: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884892.90928: stdout chunk (state=3): >>><<< 11924 1726884892.90931: stderr chunk (state=3): >>><<< 11924 1726884892.91167: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ce183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cde7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ce1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc08fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc09fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc4fe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc4fec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc7f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc7fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc5fad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc5d1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc4cfb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cca3710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cca2330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc5e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cca0b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccd4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc4c230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2ccd4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccd4ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2ccd4ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cc42d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccd5580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccd5250> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccd6480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccec6b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2ccedd90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2cceec30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2ccef290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccee180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2ccefd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccef440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccd64e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2ca1bb90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2ca44620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca44380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2ca44650> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2ca44f50> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2ca45880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca44800> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca19d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca46c30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca459a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ccd6660> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca6ef90> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca9b350> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2caf4140> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2caf68a0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2caf4260> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca9bfb0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c8fd280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca9a150> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2ca47b60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0b2ca9a4b0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_wl25sptg/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 0x7f0b2c952fc0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c931eb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c931040> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c950e90> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c97a990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c97a750> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c97a090> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c97aab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c9539e0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c97b6b0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c97b8f0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c97be00> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c315bb0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c3177d0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c3181d0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c3190a0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c31be30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2cc42e40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c31a0f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c323d70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c322840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c3225a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c322b10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c31a600> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c367a10> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c3680b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c369c70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c369a30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c36c260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c36a360> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c36fa40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c36c410> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c3708c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c370ad0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c370410> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c3683b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c3fc470> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c3fd520> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c372c00> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c373f80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c372840> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c201700> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2024e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c3fd370> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2024b0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2035f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b2c20e000> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c20b380> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c3029c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c9ae690> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c20e150> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c202f60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f0b2c2a0620> # /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 0x7f0b2c2a0830> # /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 0x7f0b2c2a0f50> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2a0ad0> # /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 0x7f0b2c2a1880> # /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 0x7f0b2c28d7c0> # /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 0x7f0b2c28d580> # /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 0x7f0b2be3e5a0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2a3080> # /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 0x7f0b2be41160> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2be3fce0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2be3f080> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2a2510> # /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 0x7f0b2bead160> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2be65280> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2be3fb00> # /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 0x7f0b2beb4bf0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2beaef00> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2be64d70> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2a1ee0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2a1910> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2a1610> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c2a0860> # /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 0x7f0b2c2a1940> # /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 0x7f0b2beb51c0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2beb4920> # /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 0x7f0b2beb58e0> # /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 0x7f0b2beb8560> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2be99730> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2beb6930> # /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 0x7f0b2be991f0> # /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 0x7f0b2bed2390> # /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 0x7f0b2bed3020> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bed2ae0> # /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 0x7f0b2bed3500> # /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 0x7f0b2bea7a40> # /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 0x7f0b2bdc5e80> # 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 0x7f0b2bb06d80> # /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 0x7f0b2bb06ea0> # /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 0x7f0b2bb57080> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bb568d0> # 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 0x7f0b2bb56ab0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bb073e0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bb06030> # /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 0x7f0b2bb06a80> # /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 0x7f0b2bbd0650> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bbd0230> # /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 0x7f0b2bbd3f20> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bbd07a0> # /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 0x7f0b2b6c70b0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2b690140> # /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 0x7f0b2b744bf0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2b6c74a0> # /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 0x7f0b2b747b90> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2b744d40> # /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 0x7f0b2b783da0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2b747fb0> # /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 0x7f0b29d350d0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d34500> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bb73d70> # /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 0x7f0b29d58590> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d379e0> # /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 0x7f0b29d5abd0> # /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 0x7f0b29d5bad0> # /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 0x7f0b29d80380> # /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 0x7f0b29d81910> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d5bce0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d5aa80> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d5a420> # /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 0x7f0b29d83560> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d5aff0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d58890> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d36ff0> # /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 0x7f0b29d37650> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d373b0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29d35250> # /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 0x7f0b29dbcb30> # /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 0x7f0b29dbeff0> # /usr/lib64/python3.12/__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 0x7f0b29dbf7d0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29dbe360> # /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 0x7f0b29dbe150> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29dbcb00> # /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 0x7f0b29de5a60> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29de4fe0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29de4e00> # /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 0x7f0b296b0ad0> # /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 0x7f0b296e2b40> # 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 0x7f0b296e2ea0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b296b2db0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b296b0f80> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29de7fb0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29de6240> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29de5f70> # /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 0x7f0b2971c950> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b296e3aa0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29de6780> # /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 0x7f0b2971cfb0> # /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 0x7f0b2971d340> # /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 0x7f0b2971d400> # /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 0x7f0b2971d4f0> # /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 0x7f0b2971ff80> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2971e1e0> # /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 0x7f0b2973c230> # /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 0x7f0b2973c320> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2971d280> # /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 0x7f0b2973c4d0> # /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 0x7f0b29767ec0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29767320> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29765d90> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2973dcd0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2973d130> # /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 0x7f0b2973f380> # /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 0x7f0b2973f800> # /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 0x7f0b297a07a0> # /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 0x7f0b297a0a10> # /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 0x7f0b297a1340> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b297a0e00> # /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 0x7f0b297a2240> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2bb57170> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2c367d70> # /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 0x7f0b297a2f00> # /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 0x7f0b2957f950> # /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 0x7f0b295a19a0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295a1550> # 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 0x7f0b2971ca10> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295a0410> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2957fc80> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2957c9b0> # /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 0x7f0b2957f740> # /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 0x7f0b295b6f30> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295b5a60> # /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 0x7f0b295dc740> # /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 0x7f0b295dca40> # /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 0x7f0b295dccb0> # /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 0x7f0b295dcf50> # /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 0x7f0b295dd670> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295dd4c0> # /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 0x7f0b295def60> # /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 0x7f0b295df0b0> # /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 0x7f0b295df2c0> # /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 0x7f0b295f4260> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295dfaa0> # /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 0x7f0b295f4e00> # /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 0x7f0b295f5250> # /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 0x7f0b295f5430> # /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 0x7f0b295f5700> # /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 0x7f0b295f65d0> # /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 0x7f0b295f6810> # /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 0x7f0b295f6a20> # /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 0x7f0b295f75c0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295f7110> # /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 0x7f0b2961c440> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b295f7d70> # /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 0x7f0b2961d0d0> # /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 0x7f0b2961d3d0> # /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 0x7f0b2961e300> # /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 0x7f0b2961e5a0> # /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 0x7f0b2961e750> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b297a3320> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b297a30b0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b297a2810> # /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 0x7f0b2961f1a0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2961eed0> # /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 0x7f0b29641640> # /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 0x7f0b29642db0> # 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 0x7f0b29641fa0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29641b50> # /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 0x7f0b29394740> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2937fb30> # /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 0x7f0b293975f0> # /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 0x7f0b29397f50> # /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 0x7f0b29394dd0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29394aa0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2961f470> # /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 0x7f0b29641190> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2961f1d0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b297a3080> # /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 0x7f0b293be1e0> # /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 0x7f0b293bea80> # /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 0x7f0b293bfaa0> # /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 0x7f0b293e8140> # /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 0x7f0b293e97f0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b293e91c0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b293e8e60> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b293e8b00> # /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 0x7f0b293e95b0> # /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 0x7f0b293eb560> # /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 0x7f0b293eb620> # /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 0x7f0b293ebd40> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b293ebbc0> # /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 0x7f0b2941a360> # /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 0x7f0b2941b560> # /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 0x7f0b2941b7a0> # /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 0x7f0b2941b920> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2941b740> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2941b020> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b2941a4b0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29419790> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29418d10> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b29418590> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b293eb050> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b293ea540> # /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 0x7f0b2941b650> # /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 0x7f0b2941be00> # /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 0x7f0b29444710> # /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 0x7f0b29444ad0> # /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 0x7f0b29445400> # /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 0x7f0b29445f70> {"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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884892.93470: 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-1726884892.1191137-14487-89178125359184/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884892.93474: _low_level_execute_command(): starting 11924 1726884892.93477: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884892.1191137-14487-89178125359184/ > /dev/null 2>&1 && sleep 0' 11924 1726884892.93479: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884892.93481: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884892.93483: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884892.93485: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884892.93487: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884892.93490: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884892.93492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884892.93494: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884892.93495: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884892.93497: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884892.93502: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884892.95176: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884892.95182: stderr chunk (state=3): >>><<< 11924 1726884892.95184: stdout chunk (state=3): >>><<< 11924 1726884892.95363: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884892.95367: handler run complete 11924 1726884892.95370: attempt loop complete, returning result 11924 1726884892.95372: _execute() done 11924 1726884892.95376: dumping result to json 11924 1726884892.95378: done dumping result, returning 11924 1726884892.95380: done running TaskExecutor() for managed_node2/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-f4c0-2290-000000001b98] 11924 1726884892.95383: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b98 11924 1726884892.95448: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b98 11924 1726884892.95451: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 11924 1726884892.95525: no more pending results, returning what we have 11924 1726884892.95528: results queue empty 11924 1726884892.95529: checking for any_errors_fatal 11924 1726884892.95534: done checking for any_errors_fatal 11924 1726884892.95534: checking for max_fail_percentage 11924 1726884892.95536: done checking for max_fail_percentage 11924 1726884892.95537: checking to see if all hosts have failed and the running result is not ok 11924 1726884892.95538: done checking to see if all hosts have failed 11924 1726884892.95538: getting the remaining hosts for this loop 11924 1726884892.95540: done getting the remaining hosts for this loop 11924 1726884892.95544: getting the next task for host managed_node2 11924 1726884892.95552: done getting next task for host managed_node2 11924 1726884892.95557: ^ task is: TASK: Collect LUKS info for this volume 11924 1726884892.95562: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884892.95567: getting variables 11924 1726884892.95569: in VariableManager get_vars() 11924 1726884892.95599: Calling all_inventory to load vars for managed_node2 11924 1726884892.95601: Calling groups_inventory to load vars for managed_node2 11924 1726884892.95606: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884892.95616: Calling all_plugins_play to load vars for managed_node2 11924 1726884892.95620: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884892.95624: Calling groups_plugins_play to load vars for managed_node2 11924 1726884892.97949: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884892.99069: done with get_vars() 11924 1726884892.99089: done getting variables 11924 1726884892.99190: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:52 -0400 (0:00:00.978) 0:00:58.331 ****** 11924 1726884892.99225: entering _queue_task() for managed_node2/command 11924 1726884892.99815: worker is 1 (out of 1 available) 11924 1726884892.99830: exiting _queue_task() for managed_node2/command 11924 1726884892.99844: done queuing things up, now waiting for results queue to drain 11924 1726884892.99845: waiting for pending results... 11924 1726884893.00275: running TaskExecutor() for managed_node2/TASK: Collect LUKS info for this volume 11924 1726884893.00397: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b99 11924 1726884893.00404: variable 'ansible_search_path' from source: unknown 11924 1726884893.00421: calling self._execute() 11924 1726884893.00553: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.00570: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.00586: variable 'omit' from source: magic vars 11924 1726884893.01015: variable 'storage_test_volume' from source: include params 11924 1726884893.01153: variable '_storage_test_volume_present' from source: set_fact 11924 1726884893.01159: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 11924 1726884893.01162: when evaluation is False, skipping this task 11924 1726884893.01165: _execute() done 11924 1726884893.01167: dumping result to json 11924 1726884893.01169: done dumping result, returning 11924 1726884893.01171: done running TaskExecutor() for managed_node2/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-f4c0-2290-000000001b99] 11924 1726884893.01174: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b99 11924 1726884893.01245: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b99 11924 1726884893.01248: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884893.01316: no more pending results, returning what we have 11924 1726884893.01320: results queue empty 11924 1726884893.01321: checking for any_errors_fatal 11924 1726884893.01338: done checking for any_errors_fatal 11924 1726884893.01338: checking for max_fail_percentage 11924 1726884893.01340: done checking for max_fail_percentage 11924 1726884893.01341: checking to see if all hosts have failed and the running result is not ok 11924 1726884893.01342: done checking to see if all hosts have failed 11924 1726884893.01343: getting the remaining hosts for this loop 11924 1726884893.01345: done getting the remaining hosts for this loop 11924 1726884893.01349: getting the next task for host managed_node2 11924 1726884893.01362: done getting next task for host managed_node2 11924 1726884893.01365: ^ task is: TASK: Verify the presence/absence of the LUKS device node 11924 1726884893.01563: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884893.01568: getting variables 11924 1726884893.01570: in VariableManager get_vars() 11924 1726884893.01601: Calling all_inventory to load vars for managed_node2 11924 1726884893.01604: Calling groups_inventory to load vars for managed_node2 11924 1726884893.01607: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884893.01616: Calling all_plugins_play to load vars for managed_node2 11924 1726884893.01619: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884893.01621: Calling groups_plugins_play to load vars for managed_node2 11924 1726884893.02225: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884893.03405: done with get_vars() 11924 1726884893.03420: done getting variables 11924 1726884893.03536: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:14:53 -0400 (0:00:00.043) 0:00:58.374 ****** 11924 1726884893.03601: entering _queue_task() for managed_node2/assert 11924 1726884893.04163: worker is 1 (out of 1 available) 11924 1726884893.04175: exiting _queue_task() for managed_node2/assert 11924 1726884893.04187: done queuing things up, now waiting for results queue to drain 11924 1726884893.04189: waiting for pending results... 11924 1726884893.04784: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the LUKS device node 11924 1726884893.04801: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b9a 11924 1726884893.04823: variable 'ansible_search_path' from source: unknown 11924 1726884893.04883: calling self._execute() 11924 1726884893.05113: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.05130: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.05154: variable 'omit' from source: magic vars 11924 1726884893.05762: variable 'storage_test_volume' from source: include params 11924 1726884893.05766: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884893.05768: when evaluation is False, skipping this task 11924 1726884893.05771: _execute() done 11924 1726884893.05773: dumping result to json 11924 1726884893.05782: done dumping result, returning 11924 1726884893.05785: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-f4c0-2290-000000001b9a] 11924 1726884893.05787: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b9a 11924 1726884893.05854: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b9a 11924 1726884893.05860: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884893.05906: no more pending results, returning what we have 11924 1726884893.05910: results queue empty 11924 1726884893.05911: checking for any_errors_fatal 11924 1726884893.05918: done checking for any_errors_fatal 11924 1726884893.05918: checking for max_fail_percentage 11924 1726884893.05920: done checking for max_fail_percentage 11924 1726884893.05921: checking to see if all hosts have failed and the running result is not ok 11924 1726884893.05922: done checking to see if all hosts have failed 11924 1726884893.05923: getting the remaining hosts for this loop 11924 1726884893.05925: done getting the remaining hosts for this loop 11924 1726884893.05928: getting the next task for host managed_node2 11924 1726884893.05937: done getting next task for host managed_node2 11924 1726884893.05940: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 11924 1726884893.05947: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884893.05951: getting variables 11924 1726884893.05953: in VariableManager get_vars() 11924 1726884893.05986: Calling all_inventory to load vars for managed_node2 11924 1726884893.05989: Calling groups_inventory to load vars for managed_node2 11924 1726884893.05993: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884893.06006: Calling all_plugins_play to load vars for managed_node2 11924 1726884893.06010: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884893.06013: Calling groups_plugins_play to load vars for managed_node2 11924 1726884893.07049: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884893.07697: done with get_vars() 11924 1726884893.07712: done getting variables 11924 1726884893.07766: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:14:53 -0400 (0:00:00.042) 0:00:58.416 ****** 11924 1726884893.07797: entering _queue_task() for managed_node2/assert 11924 1726884893.08229: worker is 1 (out of 1 available) 11924 1726884893.08301: exiting _queue_task() for managed_node2/assert 11924 1726884893.08313: done queuing things up, now waiting for results queue to drain 11924 1726884893.08314: waiting for pending results... 11924 1726884893.08575: running TaskExecutor() for managed_node2/TASK: Verify that the raw device is the same as the device if not encrypted 11924 1726884893.08739: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b9b 11924 1726884893.08764: variable 'ansible_search_path' from source: unknown 11924 1726884893.08813: calling self._execute() 11924 1726884893.08952: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.09006: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.09012: variable 'omit' from source: magic vars 11924 1726884893.09427: variable '_storage_test_volume_present' from source: set_fact 11924 1726884893.09460: Evaluated conditional (_storage_test_volume_present): True 11924 1726884893.09474: variable 'omit' from source: magic vars 11924 1726884893.09550: variable 'omit' from source: magic vars 11924 1726884893.09873: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884893.12228: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884893.12309: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884893.12367: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884893.12413: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884893.12445: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884893.12575: variable 'storage_test_volume' from source: include params 11924 1726884893.12606: variable '__dev_ne_raw' from source: task vars 11924 1726884893.12763: variable 'storage_test_volume' from source: include params 11924 1726884893.12864: variable 'omit' from source: magic vars 11924 1726884893.12921: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884893.12947: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884893.12972: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884893.13030: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884893.13034: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884893.13038: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884893.13060: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884893.13104: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884893.13115: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.13140: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.13263: Set connection var ansible_shell_executable to /bin/sh 11924 1726884893.13356: Set connection var ansible_connection to ssh 11924 1726884893.13360: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884893.13362: Set connection var ansible_timeout to 10 11924 1726884893.13364: Set connection var ansible_pipelining to False 11924 1726884893.13366: Set connection var ansible_shell_type to sh 11924 1726884893.13369: variable 'ansible_shell_executable' from source: unknown 11924 1726884893.13371: variable 'ansible_connection' from source: unknown 11924 1726884893.13373: variable 'ansible_module_compression' from source: unknown 11924 1726884893.13375: variable 'ansible_shell_type' from source: unknown 11924 1726884893.13377: variable 'ansible_shell_executable' from source: unknown 11924 1726884893.13379: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.13381: variable 'ansible_pipelining' from source: unknown 11924 1726884893.13392: variable 'ansible_timeout' from source: unknown 11924 1726884893.13497: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.13513: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884893.13528: variable 'omit' from source: magic vars 11924 1726884893.13538: starting attempt loop 11924 1726884893.13545: running the handler 11924 1726884893.13725: variable '__dev_ne_raw' from source: task vars 11924 1726884893.13867: variable 'storage_test_volume' from source: include params 11924 1726884893.13893: variable 'storage_test_volume' from source: include params 11924 1726884893.13914: Evaluated conditional (__dev_ne_raw == (storage_test_volume.encryption | bool)): True 11924 1726884893.13925: handler run complete 11924 1726884893.13949: attempt loop complete, returning result 11924 1726884893.13957: _execute() done 11924 1726884893.13964: dumping result to json 11924 1726884893.13970: done dumping result, returning 11924 1726884893.13983: done running TaskExecutor() for managed_node2/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-f4c0-2290-000000001b9b] 11924 1726884893.13993: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b9b 11924 1726884893.14110: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b9b 11924 1726884893.14113: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884893.14199: no more pending results, returning what we have 11924 1726884893.14203: results queue empty 11924 1726884893.14204: checking for any_errors_fatal 11924 1726884893.14212: done checking for any_errors_fatal 11924 1726884893.14213: checking for max_fail_percentage 11924 1726884893.14215: done checking for max_fail_percentage 11924 1726884893.14216: checking to see if all hosts have failed and the running result is not ok 11924 1726884893.14217: done checking to see if all hosts have failed 11924 1726884893.14217: getting the remaining hosts for this loop 11924 1726884893.14220: done getting the remaining hosts for this loop 11924 1726884893.14224: getting the next task for host managed_node2 11924 1726884893.14234: done getting next task for host managed_node2 11924 1726884893.14236: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 11924 1726884893.14243: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884893.14461: getting variables 11924 1726884893.14463: in VariableManager get_vars() 11924 1726884893.14494: Calling all_inventory to load vars for managed_node2 11924 1726884893.14497: Calling groups_inventory to load vars for managed_node2 11924 1726884893.14500: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884893.14509: Calling all_plugins_play to load vars for managed_node2 11924 1726884893.14512: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884893.14515: Calling groups_plugins_play to load vars for managed_node2 11924 1726884893.15671: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884893.16412: done with get_vars() 11924 1726884893.16432: done getting variables 11924 1726884893.16525: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:53 -0400 (0:00:00.087) 0:00:58.504 ****** 11924 1726884893.16564: entering _queue_task() for managed_node2/assert 11924 1726884893.16903: worker is 1 (out of 1 available) 11924 1726884893.16918: exiting _queue_task() for managed_node2/assert 11924 1726884893.16933: done queuing things up, now waiting for results queue to drain 11924 1726884893.16934: waiting for pending results... 11924 1726884893.17361: running TaskExecutor() for managed_node2/TASK: Make sure we got info about the LUKS volume if encrypted 11924 1726884893.17380: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b9c 11924 1726884893.17402: variable 'ansible_search_path' from source: unknown 11924 1726884893.17441: calling self._execute() 11924 1726884893.17574: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.17586: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.17601: variable 'omit' from source: magic vars 11924 1726884893.18196: variable '_storage_test_volume_present' from source: set_fact 11924 1726884893.18254: variable 'storage_test_volume' from source: include params 11924 1726884893.18304: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 11924 1726884893.18366: when evaluation is False, skipping this task 11924 1726884893.18376: _execute() done 11924 1726884893.18385: dumping result to json 11924 1726884893.18392: done dumping result, returning 11924 1726884893.18441: done running TaskExecutor() for managed_node2/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-f4c0-2290-000000001b9c] 11924 1726884893.18662: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b9c 11924 1726884893.18735: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b9c 11924 1726884893.18739: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884893.19104: no more pending results, returning what we have 11924 1726884893.19108: results queue empty 11924 1726884893.19109: checking for any_errors_fatal 11924 1726884893.19118: done checking for any_errors_fatal 11924 1726884893.19119: checking for max_fail_percentage 11924 1726884893.19121: done checking for max_fail_percentage 11924 1726884893.19122: checking to see if all hosts have failed and the running result is not ok 11924 1726884893.19123: done checking to see if all hosts have failed 11924 1726884893.19123: getting the remaining hosts for this loop 11924 1726884893.19125: done getting the remaining hosts for this loop 11924 1726884893.19129: getting the next task for host managed_node2 11924 1726884893.19139: done getting next task for host managed_node2 11924 1726884893.19142: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 11924 1726884893.19149: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884893.19154: getting variables 11924 1726884893.19158: in VariableManager get_vars() 11924 1726884893.19192: Calling all_inventory to load vars for managed_node2 11924 1726884893.19195: Calling groups_inventory to load vars for managed_node2 11924 1726884893.19198: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884893.19211: Calling all_plugins_play to load vars for managed_node2 11924 1726884893.19214: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884893.19218: Calling groups_plugins_play to load vars for managed_node2 11924 1726884893.20739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884893.21926: done with get_vars() 11924 1726884893.21942: done getting variables 11924 1726884893.22002: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:14:53 -0400 (0:00:00.054) 0:00:58.559 ****** 11924 1726884893.22037: entering _queue_task() for managed_node2/assert 11924 1726884893.22700: worker is 1 (out of 1 available) 11924 1726884893.22712: exiting _queue_task() for managed_node2/assert 11924 1726884893.22724: done queuing things up, now waiting for results queue to drain 11924 1726884893.22725: waiting for pending results... 11924 1726884893.23178: running TaskExecutor() for managed_node2/TASK: Verify the LUKS volume's device type if encrypted 11924 1726884893.23223: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b9d 11924 1726884893.23299: variable 'ansible_search_path' from source: unknown 11924 1726884893.23303: calling self._execute() 11924 1726884893.23418: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.23429: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.23444: variable 'omit' from source: magic vars 11924 1726884893.23859: variable '_storage_test_volume_present' from source: set_fact 11924 1726884893.23870: variable 'storage_test_volume' from source: include params 11924 1726884893.23897: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 11924 1726884893.23905: when evaluation is False, skipping this task 11924 1726884893.23953: _execute() done 11924 1726884893.23958: dumping result to json 11924 1726884893.23960: done dumping result, returning 11924 1726884893.23963: done running TaskExecutor() for managed_node2/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-f4c0-2290-000000001b9d] 11924 1726884893.23965: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b9d skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884893.24109: no more pending results, returning what we have 11924 1726884893.24114: results queue empty 11924 1726884893.24114: checking for any_errors_fatal 11924 1726884893.24123: done checking for any_errors_fatal 11924 1726884893.24124: checking for max_fail_percentage 11924 1726884893.24127: done checking for max_fail_percentage 11924 1726884893.24128: checking to see if all hosts have failed and the running result is not ok 11924 1726884893.24128: done checking to see if all hosts have failed 11924 1726884893.24129: getting the remaining hosts for this loop 11924 1726884893.24131: done getting the remaining hosts for this loop 11924 1726884893.24136: getting the next task for host managed_node2 11924 1726884893.24147: done getting next task for host managed_node2 11924 1726884893.24150: ^ task is: TASK: Check LUKS version 11924 1726884893.24160: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884893.24166: getting variables 11924 1726884893.24168: in VariableManager get_vars() 11924 1726884893.24204: Calling all_inventory to load vars for managed_node2 11924 1726884893.24207: Calling groups_inventory to load vars for managed_node2 11924 1726884893.24211: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884893.24227: Calling all_plugins_play to load vars for managed_node2 11924 1726884893.24231: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884893.24234: Calling groups_plugins_play to load vars for managed_node2 11924 1726884893.24889: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b9d 11924 1726884893.24893: WORKER PROCESS EXITING 11924 1726884893.25087: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884893.25720: done with get_vars() 11924 1726884893.25734: done getting variables 11924 1726884893.25800: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:53 -0400 (0:00:00.037) 0:00:58.597 ****** 11924 1726884893.25835: entering _queue_task() for managed_node2/assert 11924 1726884893.26271: worker is 1 (out of 1 available) 11924 1726884893.26282: exiting _queue_task() for managed_node2/assert 11924 1726884893.26292: done queuing things up, now waiting for results queue to drain 11924 1726884893.26294: waiting for pending results... 11924 1726884893.26442: running TaskExecutor() for managed_node2/TASK: Check LUKS version 11924 1726884893.26604: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b9e 11924 1726884893.26631: variable 'ansible_search_path' from source: unknown 11924 1726884893.26675: calling self._execute() 11924 1726884893.26805: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.26817: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.26832: variable 'omit' from source: magic vars 11924 1726884893.27173: variable '_storage_test_volume_present' from source: set_fact 11924 1726884893.27186: Evaluated conditional (_storage_test_volume_present): True 11924 1726884893.27309: variable 'storage_test_volume' from source: include params 11924 1726884893.27339: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884893.27347: when evaluation is False, skipping this task 11924 1726884893.27357: _execute() done 11924 1726884893.27365: dumping result to json 11924 1726884893.27373: done dumping result, returning 11924 1726884893.27390: done running TaskExecutor() for managed_node2/TASK: Check LUKS version [0affc8a3-6f6f-f4c0-2290-000000001b9e] 11924 1726884893.27401: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b9e skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884893.27559: no more pending results, returning what we have 11924 1726884893.27859: results queue empty 11924 1726884893.27861: checking for any_errors_fatal 11924 1726884893.27872: done checking for any_errors_fatal 11924 1726884893.27872: checking for max_fail_percentage 11924 1726884893.27875: done checking for max_fail_percentage 11924 1726884893.27875: checking to see if all hosts have failed and the running result is not ok 11924 1726884893.27876: done checking to see if all hosts have failed 11924 1726884893.27877: getting the remaining hosts for this loop 11924 1726884893.27879: done getting the remaining hosts for this loop 11924 1726884893.27883: getting the next task for host managed_node2 11924 1726884893.27892: done getting next task for host managed_node2 11924 1726884893.27894: ^ task is: TASK: Check LUKS key size 11924 1726884893.27901: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884893.27906: getting variables 11924 1726884893.27907: in VariableManager get_vars() 11924 1726884893.27939: Calling all_inventory to load vars for managed_node2 11924 1726884893.27941: Calling groups_inventory to load vars for managed_node2 11924 1726884893.27945: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884893.28303: Calling all_plugins_play to load vars for managed_node2 11924 1726884893.28307: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884893.28312: Calling groups_plugins_play to load vars for managed_node2 11924 1726884893.29661: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b9e 11924 1726884893.29664: WORKER PROCESS EXITING 11924 1726884893.29846: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884893.31048: done with get_vars() 11924 1726884893.31267: done getting variables 11924 1726884893.31330: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:53 -0400 (0:00:00.055) 0:00:58.652 ****** 11924 1726884893.31365: entering _queue_task() for managed_node2/assert 11924 1726884893.31959: worker is 1 (out of 1 available) 11924 1726884893.31972: exiting _queue_task() for managed_node2/assert 11924 1726884893.31983: done queuing things up, now waiting for results queue to drain 11924 1726884893.31985: waiting for pending results... 11924 1726884893.32304: running TaskExecutor() for managed_node2/TASK: Check LUKS key size 11924 1726884893.32477: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b9f 11924 1726884893.32509: variable 'ansible_search_path' from source: unknown 11924 1726884893.32551: calling self._execute() 11924 1726884893.32677: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.32689: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.32714: variable 'omit' from source: magic vars 11924 1726884893.33091: variable '_storage_test_volume_present' from source: set_fact 11924 1726884893.33107: Evaluated conditional (_storage_test_volume_present): True 11924 1726884893.33234: variable 'storage_test_volume' from source: include params 11924 1726884893.33274: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884893.33283: when evaluation is False, skipping this task 11924 1726884893.33290: _execute() done 11924 1726884893.33298: dumping result to json 11924 1726884893.33309: done dumping result, returning 11924 1726884893.33323: done running TaskExecutor() for managed_node2/TASK: Check LUKS key size [0affc8a3-6f6f-f4c0-2290-000000001b9f] 11924 1726884893.33334: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b9f skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884893.33516: no more pending results, returning what we have 11924 1726884893.33520: results queue empty 11924 1726884893.33521: checking for any_errors_fatal 11924 1726884893.33529: done checking for any_errors_fatal 11924 1726884893.33530: checking for max_fail_percentage 11924 1726884893.33532: done checking for max_fail_percentage 11924 1726884893.33534: checking to see if all hosts have failed and the running result is not ok 11924 1726884893.33534: done checking to see if all hosts have failed 11924 1726884893.33535: getting the remaining hosts for this loop 11924 1726884893.33537: done getting the remaining hosts for this loop 11924 1726884893.33541: getting the next task for host managed_node2 11924 1726884893.33551: done getting next task for host managed_node2 11924 1726884893.33554: ^ task is: TASK: Check LUKS cipher 11924 1726884893.33566: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884893.33573: getting variables 11924 1726884893.33576: in VariableManager get_vars() 11924 1726884893.33617: Calling all_inventory to load vars for managed_node2 11924 1726884893.33620: Calling groups_inventory to load vars for managed_node2 11924 1726884893.33624: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884893.33637: Calling all_plugins_play to load vars for managed_node2 11924 1726884893.33640: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884893.33644: Calling groups_plugins_play to load vars for managed_node2 11924 1726884893.34296: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b9f 11924 1726884893.34304: WORKER PROCESS EXITING 11924 1726884893.34504: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884893.35698: done with get_vars() 11924 1726884893.35715: done getting variables 11924 1726884893.35978: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:53 -0400 (0:00:00.046) 0:00:58.699 ****** 11924 1726884893.36014: entering _queue_task() for managed_node2/assert 11924 1726884893.36480: worker is 1 (out of 1 available) 11924 1726884893.36492: exiting _queue_task() for managed_node2/assert 11924 1726884893.36507: done queuing things up, now waiting for results queue to drain 11924 1726884893.36508: waiting for pending results... 11924 1726884893.37274: running TaskExecutor() for managed_node2/TASK: Check LUKS cipher 11924 1726884893.37279: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001ba0 11924 1726884893.37282: variable 'ansible_search_path' from source: unknown 11924 1726884893.37562: calling self._execute() 11924 1726884893.37608: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.37621: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.37774: variable 'omit' from source: magic vars 11924 1726884893.38242: variable '_storage_test_volume_present' from source: set_fact 11924 1726884893.38325: Evaluated conditional (_storage_test_volume_present): True 11924 1726884893.38459: variable 'storage_test_volume' from source: include params 11924 1726884893.38498: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884893.38507: when evaluation is False, skipping this task 11924 1726884893.38515: _execute() done 11924 1726884893.38522: dumping result to json 11924 1726884893.38535: done dumping result, returning 11924 1726884893.38546: done running TaskExecutor() for managed_node2/TASK: Check LUKS cipher [0affc8a3-6f6f-f4c0-2290-000000001ba0] 11924 1726884893.38557: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ba0 11924 1726884893.38865: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ba0 11924 1726884893.38868: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884893.38910: no more pending results, returning what we have 11924 1726884893.38914: results queue empty 11924 1726884893.38915: checking for any_errors_fatal 11924 1726884893.38921: done checking for any_errors_fatal 11924 1726884893.38922: checking for max_fail_percentage 11924 1726884893.38924: done checking for max_fail_percentage 11924 1726884893.38925: checking to see if all hosts have failed and the running result is not ok 11924 1726884893.38925: done checking to see if all hosts have failed 11924 1726884893.38926: getting the remaining hosts for this loop 11924 1726884893.38928: done getting the remaining hosts for this loop 11924 1726884893.38931: getting the next task for host managed_node2 11924 1726884893.38939: done getting next task for host managed_node2 11924 1726884893.38941: ^ task is: TASK: Set test variables 11924 1726884893.38947: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884893.38951: getting variables 11924 1726884893.38953: in VariableManager get_vars() 11924 1726884893.38985: Calling all_inventory to load vars for managed_node2 11924 1726884893.38988: Calling groups_inventory to load vars for managed_node2 11924 1726884893.38991: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884893.39001: Calling all_plugins_play to load vars for managed_node2 11924 1726884893.39005: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884893.39008: Calling groups_plugins_play to load vars for managed_node2 11924 1726884893.39676: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884893.40299: done with get_vars() 11924 1726884893.40313: done getting variables 11924 1726884893.40379: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:53 -0400 (0:00:00.043) 0:00:58.743 ****** 11924 1726884893.40413: entering _queue_task() for managed_node2/set_fact 11924 1726884893.40812: worker is 1 (out of 1 available) 11924 1726884893.40822: exiting _queue_task() for managed_node2/set_fact 11924 1726884893.40832: done queuing things up, now waiting for results queue to drain 11924 1726884893.40834: waiting for pending results... 11924 1726884893.40997: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884893.41170: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001ba1 11924 1726884893.41175: variable 'ansible_search_path' from source: unknown 11924 1726884893.41207: calling self._execute() 11924 1726884893.41336: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.41386: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.41389: variable 'omit' from source: magic vars 11924 1726884893.41481: variable 'omit' from source: magic vars 11924 1726884893.41562: variable 'omit' from source: magic vars 11924 1726884893.41861: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884893.45634: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884893.45851: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884893.45856: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884893.45859: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884893.46070: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884893.46196: variable 'storage_test_volume' from source: include params 11924 1726884893.46218: variable '_storage_test_volume_present' from source: set_fact 11924 1726884893.46479: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884893.46515: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884893.46547: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884893.46594: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884893.46619: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884893.46673: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884893.46702: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884893.46738: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884893.46788: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884893.46807: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884893.46881: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884893.46910: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884893.46942: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884893.46988: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884893.47005: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884893.47185: variable 'storage_test_crypttab' from source: set_fact 11924 1726884893.47205: variable 'storage_test_volume' from source: include params 11924 1726884893.47359: variable 'storage_test_volume' from source: include params 11924 1726884893.47394: variable 'omit' from source: magic vars 11924 1726884893.47430: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884893.47462: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884893.47491: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884893.47588: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884893.47591: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884893.47594: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884893.47596: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884893.47612: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884893.47620: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.47633: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.47761: Set connection var ansible_shell_executable to /bin/sh 11924 1726884893.47769: Set connection var ansible_connection to ssh 11924 1726884893.47780: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884893.47791: Set connection var ansible_timeout to 10 11924 1726884893.47804: Set connection var ansible_pipelining to False 11924 1726884893.47816: Set connection var ansible_shell_type to sh 11924 1726884893.47853: variable 'ansible_shell_executable' from source: unknown 11924 1726884893.47862: variable 'ansible_connection' from source: unknown 11924 1726884893.47870: variable 'ansible_module_compression' from source: unknown 11924 1726884893.47914: variable 'ansible_shell_type' from source: unknown 11924 1726884893.47917: variable 'ansible_shell_executable' from source: unknown 11924 1726884893.47920: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.47922: variable 'ansible_pipelining' from source: unknown 11924 1726884893.47924: variable 'ansible_timeout' from source: unknown 11924 1726884893.47926: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.48023: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884893.48048: variable 'omit' from source: magic vars 11924 1726884893.48131: starting attempt loop 11924 1726884893.48135: running the handler 11924 1726884893.48137: handler run complete 11924 1726884893.48139: attempt loop complete, returning result 11924 1726884893.48141: _execute() done 11924 1726884893.48143: dumping result to json 11924 1726884893.48145: done dumping result, returning 11924 1726884893.48147: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-000000001ba1] 11924 1726884893.48149: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ba1 ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 11924 1726884893.48296: no more pending results, returning what we have 11924 1726884893.48300: results queue empty 11924 1726884893.48301: checking for any_errors_fatal 11924 1726884893.48313: done checking for any_errors_fatal 11924 1726884893.48314: checking for max_fail_percentage 11924 1726884893.48316: done checking for max_fail_percentage 11924 1726884893.48317: checking to see if all hosts have failed and the running result is not ok 11924 1726884893.48318: done checking to see if all hosts have failed 11924 1726884893.48319: getting the remaining hosts for this loop 11924 1726884893.48321: done getting the remaining hosts for this loop 11924 1726884893.48327: getting the next task for host managed_node2 11924 1726884893.48337: done getting next task for host managed_node2 11924 1726884893.48341: ^ task is: TASK: Check for /etc/crypttab entry 11924 1726884893.48348: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884893.48353: getting variables 11924 1726884893.48357: in VariableManager get_vars() 11924 1726884893.48393: Calling all_inventory to load vars for managed_node2 11924 1726884893.48395: Calling groups_inventory to load vars for managed_node2 11924 1726884893.48399: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884893.48409: Calling all_plugins_play to load vars for managed_node2 11924 1726884893.48412: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884893.48414: Calling groups_plugins_play to load vars for managed_node2 11924 1726884893.49168: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ba1 11924 1726884893.49171: WORKER PROCESS EXITING 11924 1726884893.49463: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884893.50994: done with get_vars() 11924 1726884893.51011: done getting variables 11924 1726884893.51163: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:53 -0400 (0:00:00.107) 0:00:58.850 ****** 11924 1726884893.51202: entering _queue_task() for managed_node2/assert 11924 1726884893.51583: worker is 1 (out of 1 available) 11924 1726884893.51596: exiting _queue_task() for managed_node2/assert 11924 1726884893.51610: done queuing things up, now waiting for results queue to drain 11924 1726884893.51611: waiting for pending results... 11924 1726884893.51895: running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry 11924 1726884893.52050: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001ba2 11924 1726884893.52072: variable 'ansible_search_path' from source: unknown 11924 1726884893.52117: calling self._execute() 11924 1726884893.52236: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.52248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.52263: variable 'omit' from source: magic vars 11924 1726884893.52379: variable 'omit' from source: magic vars 11924 1726884893.52454: variable 'omit' from source: magic vars 11924 1726884893.52693: variable 'storage_test_volume' from source: include params 11924 1726884893.52750: variable 'omit' from source: magic vars 11924 1726884893.52794: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884893.52842: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884893.52951: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884893.52954: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884893.52958: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884893.52960: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884893.52963: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884893.52973: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884893.52980: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.52986: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.53110: Set connection var ansible_shell_executable to /bin/sh 11924 1726884893.53119: Set connection var ansible_connection to ssh 11924 1726884893.53130: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884893.53140: Set connection var ansible_timeout to 10 11924 1726884893.53149: Set connection var ansible_pipelining to False 11924 1726884893.53161: Set connection var ansible_shell_type to sh 11924 1726884893.53197: variable 'ansible_shell_executable' from source: unknown 11924 1726884893.53277: variable 'ansible_connection' from source: unknown 11924 1726884893.53280: variable 'ansible_module_compression' from source: unknown 11924 1726884893.53283: variable 'ansible_shell_type' from source: unknown 11924 1726884893.53285: variable 'ansible_shell_executable' from source: unknown 11924 1726884893.53286: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.53288: variable 'ansible_pipelining' from source: unknown 11924 1726884893.53290: variable 'ansible_timeout' from source: unknown 11924 1726884893.53293: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.53387: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884893.53407: variable 'omit' from source: magic vars 11924 1726884893.53417: starting attempt loop 11924 1726884893.53422: running the handler 11924 1726884893.53588: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884893.58051: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884893.58144: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884893.58206: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884893.58233: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884893.58266: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884893.58423: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884893.58426: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884893.58429: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884893.58446: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884893.58466: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884893.58521: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884893.58553: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884893.58585: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884893.58631: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884893.58657: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884893.58774: variable '_storage_test_crypttab_entries' from source: set_fact 11924 1726884893.58785: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884893.58805: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 11924 1726884893.58815: handler run complete 11924 1726884893.58832: attempt loop complete, returning result 11924 1726884893.58838: _execute() done 11924 1726884893.58844: dumping result to json 11924 1726884893.58858: done dumping result, returning 11924 1726884893.58962: done running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-f4c0-2290-000000001ba2] 11924 1726884893.58965: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ba2 11924 1726884893.59036: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ba2 11924 1726884893.59039: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884893.59118: no more pending results, returning what we have 11924 1726884893.59130: results queue empty 11924 1726884893.59131: checking for any_errors_fatal 11924 1726884893.59141: done checking for any_errors_fatal 11924 1726884893.59142: checking for max_fail_percentage 11924 1726884893.59144: done checking for max_fail_percentage 11924 1726884893.59145: checking to see if all hosts have failed and the running result is not ok 11924 1726884893.59145: done checking to see if all hosts have failed 11924 1726884893.59146: getting the remaining hosts for this loop 11924 1726884893.59148: done getting the remaining hosts for this loop 11924 1726884893.59152: getting the next task for host managed_node2 11924 1726884893.59165: done getting next task for host managed_node2 11924 1726884893.59168: ^ task is: TASK: Validate the format of the crypttab entry 11924 1726884893.59174: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884893.59179: getting variables 11924 1726884893.59181: in VariableManager get_vars() 11924 1726884893.59219: Calling all_inventory to load vars for managed_node2 11924 1726884893.59222: Calling groups_inventory to load vars for managed_node2 11924 1726884893.59226: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884893.59237: Calling all_plugins_play to load vars for managed_node2 11924 1726884893.59240: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884893.59243: Calling groups_plugins_play to load vars for managed_node2 11924 1726884893.60249: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884893.61927: done with get_vars() 11924 1726884893.62062: done getting variables 11924 1726884893.62124: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:53 -0400 (0:00:00.109) 0:00:58.964 ****** 11924 1726884893.62568: entering _queue_task() for managed_node2/assert 11924 1726884893.63268: worker is 1 (out of 1 available) 11924 1726884893.63282: exiting _queue_task() for managed_node2/assert 11924 1726884893.63296: done queuing things up, now waiting for results queue to drain 11924 1726884893.63297: waiting for pending results... 11924 1726884893.64358: running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry 11924 1726884893.64863: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001ba3 11924 1726884893.64866: variable 'ansible_search_path' from source: unknown 11924 1726884893.64869: calling self._execute() 11924 1726884893.64871: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.64873: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.64876: variable 'omit' from source: magic vars 11924 1726884893.65957: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884893.72717: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884893.72790: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884893.73061: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884893.73065: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884893.73087: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884893.73170: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884893.73461: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884893.73465: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884893.73468: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884893.73489: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884893.73811: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884893.73839: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884893.73847: when evaluation is False, skipping this task 11924 1726884893.73859: _execute() done 11924 1726884893.73868: dumping result to json 11924 1726884893.73878: done dumping result, returning 11924 1726884893.73892: done running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-f4c0-2290-000000001ba3] 11924 1726884893.73903: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ba3 skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884893.74062: no more pending results, returning what we have 11924 1726884893.74066: results queue empty 11924 1726884893.74067: checking for any_errors_fatal 11924 1726884893.74077: done checking for any_errors_fatal 11924 1726884893.74078: checking for max_fail_percentage 11924 1726884893.74080: done checking for max_fail_percentage 11924 1726884893.74081: checking to see if all hosts have failed and the running result is not ok 11924 1726884893.74082: done checking to see if all hosts have failed 11924 1726884893.74083: getting the remaining hosts for this loop 11924 1726884893.74085: done getting the remaining hosts for this loop 11924 1726884893.74090: getting the next task for host managed_node2 11924 1726884893.74101: done getting next task for host managed_node2 11924 1726884893.74105: ^ task is: TASK: Check backing device of crypttab entry 11924 1726884893.74111: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884893.74116: getting variables 11924 1726884893.74119: in VariableManager get_vars() 11924 1726884893.74459: Calling all_inventory to load vars for managed_node2 11924 1726884893.74462: Calling groups_inventory to load vars for managed_node2 11924 1726884893.74467: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884893.74478: Calling all_plugins_play to load vars for managed_node2 11924 1726884893.74482: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884893.74486: Calling groups_plugins_play to load vars for managed_node2 11924 1726884893.75132: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ba3 11924 1726884893.75136: WORKER PROCESS EXITING 11924 1726884893.75462: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884893.76134: done with get_vars() 11924 1726884893.76149: done getting variables 11924 1726884893.76215: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:53 -0400 (0:00:00.136) 0:00:59.101 ****** 11924 1726884893.76247: entering _queue_task() for managed_node2/assert 11924 1726884893.76537: worker is 1 (out of 1 available) 11924 1726884893.76550: exiting _queue_task() for managed_node2/assert 11924 1726884893.76566: done queuing things up, now waiting for results queue to drain 11924 1726884893.76568: waiting for pending results... 11924 1726884893.77176: running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry 11924 1726884893.77228: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001ba4 11924 1726884893.77278: variable 'ansible_search_path' from source: unknown 11924 1726884893.77316: calling self._execute() 11924 1726884893.77576: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.77764: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.77768: variable 'omit' from source: magic vars 11924 1726884893.78361: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884893.81963: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884893.82126: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884893.82168: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884893.82305: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884893.82335: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884893.82562: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884893.82572: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884893.82603: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884893.82758: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884893.82779: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884893.82961: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884893.83037: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884893.83099: when evaluation is False, skipping this task 11924 1726884893.83108: _execute() done 11924 1726884893.83124: dumping result to json 11924 1726884893.83133: done dumping result, returning 11924 1726884893.83161: done running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-f4c0-2290-000000001ba4] 11924 1726884893.83186: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ba4 skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884893.83353: no more pending results, returning what we have 11924 1726884893.83358: results queue empty 11924 1726884893.83359: checking for any_errors_fatal 11924 1726884893.83364: done checking for any_errors_fatal 11924 1726884893.83365: checking for max_fail_percentage 11924 1726884893.83367: done checking for max_fail_percentage 11924 1726884893.83368: checking to see if all hosts have failed and the running result is not ok 11924 1726884893.83368: done checking to see if all hosts have failed 11924 1726884893.83369: getting the remaining hosts for this loop 11924 1726884893.83371: done getting the remaining hosts for this loop 11924 1726884893.83375: getting the next task for host managed_node2 11924 1726884893.83384: done getting next task for host managed_node2 11924 1726884893.83386: ^ task is: TASK: Check key file of crypttab entry 11924 1726884893.83392: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884893.83396: getting variables 11924 1726884893.83398: in VariableManager get_vars() 11924 1726884893.83432: Calling all_inventory to load vars for managed_node2 11924 1726884893.83434: Calling groups_inventory to load vars for managed_node2 11924 1726884893.83437: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884893.83448: Calling all_plugins_play to load vars for managed_node2 11924 1726884893.83451: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884893.83454: Calling groups_plugins_play to load vars for managed_node2 11924 1726884893.84293: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ba4 11924 1726884893.84296: WORKER PROCESS EXITING 11924 1726884893.84529: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884893.85471: done with get_vars() 11924 1726884893.85486: done getting variables 11924 1726884893.85547: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:53 -0400 (0:00:00.095) 0:00:59.197 ****** 11924 1726884893.85884: entering _queue_task() for managed_node2/assert 11924 1726884893.86510: worker is 1 (out of 1 available) 11924 1726884893.86522: exiting _queue_task() for managed_node2/assert 11924 1726884893.86536: done queuing things up, now waiting for results queue to drain 11924 1726884893.86538: waiting for pending results... 11924 1726884893.86895: running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry 11924 1726884893.87190: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001ba5 11924 1726884893.87249: variable 'ansible_search_path' from source: unknown 11924 1726884893.87377: calling self._execute() 11924 1726884893.87709: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.87713: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.87716: variable 'omit' from source: magic vars 11924 1726884893.88517: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884893.91396: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884893.91475: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884893.91537: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884893.91584: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884893.91622: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884893.91707: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884893.91745: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884893.91777: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884893.91825: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884893.91953: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884893.91974: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884893.92006: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884893.92015: when evaluation is False, skipping this task 11924 1726884893.92023: _execute() done 11924 1726884893.92030: dumping result to json 11924 1726884893.92038: done dumping result, returning 11924 1726884893.92049: done running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry [0affc8a3-6f6f-f4c0-2290-000000001ba5] 11924 1726884893.92066: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ba5 skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884893.92348: no more pending results, returning what we have 11924 1726884893.92351: results queue empty 11924 1726884893.92352: checking for any_errors_fatal 11924 1726884893.92362: done checking for any_errors_fatal 11924 1726884893.92363: checking for max_fail_percentage 11924 1726884893.92366: done checking for max_fail_percentage 11924 1726884893.92367: checking to see if all hosts have failed and the running result is not ok 11924 1726884893.92368: done checking to see if all hosts have failed 11924 1726884893.92368: getting the remaining hosts for this loop 11924 1726884893.92371: done getting the remaining hosts for this loop 11924 1726884893.92375: getting the next task for host managed_node2 11924 1726884893.92388: done getting next task for host managed_node2 11924 1726884893.92391: ^ task is: TASK: Clear test variables 11924 1726884893.92402: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884893.92409: getting variables 11924 1726884893.92411: in VariableManager get_vars() 11924 1726884893.92447: Calling all_inventory to load vars for managed_node2 11924 1726884893.92450: Calling groups_inventory to load vars for managed_node2 11924 1726884893.92453: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884893.92582: Calling all_plugins_play to load vars for managed_node2 11924 1726884893.92587: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884893.92590: Calling groups_plugins_play to load vars for managed_node2 11924 1726884893.93213: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ba5 11924 1726884893.93216: WORKER PROCESS EXITING 11924 1726884893.93430: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884893.94089: done with get_vars() 11924 1726884893.94107: done getting variables 11924 1726884893.94170: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:53 -0400 (0:00:00.083) 0:00:59.281 ****** 11924 1726884893.94209: entering _queue_task() for managed_node2/set_fact 11924 1726884893.94524: worker is 1 (out of 1 available) 11924 1726884893.94534: exiting _queue_task() for managed_node2/set_fact 11924 1726884893.94547: done queuing things up, now waiting for results queue to drain 11924 1726884893.94549: waiting for pending results... 11924 1726884893.94832: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884893.94984: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001ba6 11924 1726884893.95005: variable 'ansible_search_path' from source: unknown 11924 1726884893.95048: calling self._execute() 11924 1726884893.95178: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.95190: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.95206: variable 'omit' from source: magic vars 11924 1726884893.95331: variable 'omit' from source: magic vars 11924 1726884893.95419: variable 'omit' from source: magic vars 11924 1726884893.95478: variable 'omit' from source: magic vars 11924 1726884893.95523: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884893.95567: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884893.95687: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884893.95690: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884893.95693: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884893.95695: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884893.95697: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884893.95714: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884893.95721: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.95728: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.95869: Set connection var ansible_shell_executable to /bin/sh 11924 1726884893.95878: Set connection var ansible_connection to ssh 11924 1726884893.95919: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884893.95931: Set connection var ansible_timeout to 10 11924 1726884893.95951: Set connection var ansible_pipelining to False 11924 1726884893.95967: Set connection var ansible_shell_type to sh 11924 1726884893.96033: variable 'ansible_shell_executable' from source: unknown 11924 1726884893.96043: variable 'ansible_connection' from source: unknown 11924 1726884893.96056: variable 'ansible_module_compression' from source: unknown 11924 1726884893.96118: variable 'ansible_shell_type' from source: unknown 11924 1726884893.96121: variable 'ansible_shell_executable' from source: unknown 11924 1726884893.96129: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884893.96132: variable 'ansible_pipelining' from source: unknown 11924 1726884893.96134: variable 'ansible_timeout' from source: unknown 11924 1726884893.96135: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884893.96317: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884893.96360: variable 'omit' from source: magic vars 11924 1726884893.96371: starting attempt loop 11924 1726884893.96377: running the handler 11924 1726884893.96443: handler run complete 11924 1726884893.96446: attempt loop complete, returning result 11924 1726884893.96472: _execute() done 11924 1726884893.96475: dumping result to json 11924 1726884893.96478: done dumping result, returning 11924 1726884893.96480: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-000000001ba6] 11924 1726884893.96482: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ba6 11924 1726884893.96774: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ba6 11924 1726884893.96778: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 11924 1726884893.96827: no more pending results, returning what we have 11924 1726884893.96831: results queue empty 11924 1726884893.96832: checking for any_errors_fatal 11924 1726884893.96837: done checking for any_errors_fatal 11924 1726884893.96838: checking for max_fail_percentage 11924 1726884893.96840: done checking for max_fail_percentage 11924 1726884893.96841: checking to see if all hosts have failed and the running result is not ok 11924 1726884893.96842: done checking to see if all hosts have failed 11924 1726884893.96842: getting the remaining hosts for this loop 11924 1726884893.96844: done getting the remaining hosts for this loop 11924 1726884893.96847: getting the next task for host managed_node2 11924 1726884893.96860: done getting next task for host managed_node2 11924 1726884893.96865: ^ task is: TASK: Get information about RAID 11924 1726884893.96871: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884893.96875: getting variables 11924 1726884893.96877: in VariableManager get_vars() 11924 1726884893.96906: Calling all_inventory to load vars for managed_node2 11924 1726884893.96909: Calling groups_inventory to load vars for managed_node2 11924 1726884893.96912: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884893.96920: Calling all_plugins_play to load vars for managed_node2 11924 1726884893.96923: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884893.96925: Calling groups_plugins_play to load vars for managed_node2 11924 1726884893.98412: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884894.00069: done with get_vars() 11924 1726884894.00096: done getting variables 11924 1726884894.00173: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:54 -0400 (0:00:00.059) 0:00:59.341 ****** 11924 1726884894.00210: entering _queue_task() for managed_node2/command 11924 1726884894.00589: worker is 1 (out of 1 available) 11924 1726884894.00598: exiting _queue_task() for managed_node2/command 11924 1726884894.00611: done queuing things up, now waiting for results queue to drain 11924 1726884894.00613: waiting for pending results... 11924 1726884894.00913: running TaskExecutor() for managed_node2/TASK: Get information about RAID 11924 1726884894.01046: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001baa 11924 1726884894.01092: variable 'ansible_search_path' from source: unknown 11924 1726884894.01135: calling self._execute() 11924 1726884894.01258: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884894.01281: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884894.01324: variable 'omit' from source: magic vars 11924 1726884894.01712: variable 'storage_test_volume' from source: include params 11924 1726884894.01743: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884894.01750: when evaluation is False, skipping this task 11924 1726884894.01767: _execute() done 11924 1726884894.01864: dumping result to json 11924 1726884894.01867: done dumping result, returning 11924 1726884894.01870: done running TaskExecutor() for managed_node2/TASK: Get information about RAID [0affc8a3-6f6f-f4c0-2290-000000001baa] 11924 1726884894.01872: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001baa 11924 1726884894.01944: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001baa 11924 1726884894.01946: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884894.02008: no more pending results, returning what we have 11924 1726884894.02012: results queue empty 11924 1726884894.02013: checking for any_errors_fatal 11924 1726884894.02021: done checking for any_errors_fatal 11924 1726884894.02022: checking for max_fail_percentage 11924 1726884894.02024: done checking for max_fail_percentage 11924 1726884894.02025: checking to see if all hosts have failed and the running result is not ok 11924 1726884894.02026: done checking to see if all hosts have failed 11924 1726884894.02027: getting the remaining hosts for this loop 11924 1726884894.02029: done getting the remaining hosts for this loop 11924 1726884894.02033: getting the next task for host managed_node2 11924 1726884894.02042: done getting next task for host managed_node2 11924 1726884894.02046: ^ task is: TASK: Set active devices regex 11924 1726884894.02054: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884894.02168: getting variables 11924 1726884894.02170: in VariableManager get_vars() 11924 1726884894.02207: Calling all_inventory to load vars for managed_node2 11924 1726884894.02210: Calling groups_inventory to load vars for managed_node2 11924 1726884894.02214: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884894.02225: Calling all_plugins_play to load vars for managed_node2 11924 1726884894.02229: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884894.02232: Calling groups_plugins_play to load vars for managed_node2 11924 1726884894.02957: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884894.03594: done with get_vars() 11924 1726884894.03615: done getting variables 11924 1726884894.03725: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:54 -0400 (0:00:00.035) 0:00:59.376 ****** 11924 1726884894.03784: entering _queue_task() for managed_node2/set_fact 11924 1726884894.04177: worker is 1 (out of 1 available) 11924 1726884894.04189: exiting _queue_task() for managed_node2/set_fact 11924 1726884894.04277: done queuing things up, now waiting for results queue to drain 11924 1726884894.04279: waiting for pending results... 11924 1726884894.04674: running TaskExecutor() for managed_node2/TASK: Set active devices regex 11924 1726884894.04697: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bab 11924 1726884894.04719: variable 'ansible_search_path' from source: unknown 11924 1726884894.04754: calling self._execute() 11924 1726884894.05015: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884894.05019: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884894.05022: variable 'omit' from source: magic vars 11924 1726884894.05388: variable 'storage_test_volume' from source: include params 11924 1726884894.05420: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884894.05429: when evaluation is False, skipping this task 11924 1726884894.05436: _execute() done 11924 1726884894.05446: dumping result to json 11924 1726884894.05456: done dumping result, returning 11924 1726884894.05468: done running TaskExecutor() for managed_node2/TASK: Set active devices regex [0affc8a3-6f6f-f4c0-2290-000000001bab] 11924 1726884894.05476: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bab 11924 1726884894.05710: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bab 11924 1726884894.05716: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884894.05786: no more pending results, returning what we have 11924 1726884894.05790: results queue empty 11924 1726884894.05791: checking for any_errors_fatal 11924 1726884894.05799: done checking for any_errors_fatal 11924 1726884894.05800: checking for max_fail_percentage 11924 1726884894.05804: done checking for max_fail_percentage 11924 1726884894.05805: checking to see if all hosts have failed and the running result is not ok 11924 1726884894.05806: done checking to see if all hosts have failed 11924 1726884894.05807: getting the remaining hosts for this loop 11924 1726884894.05809: done getting the remaining hosts for this loop 11924 1726884894.05814: getting the next task for host managed_node2 11924 1726884894.05825: done getting next task for host managed_node2 11924 1726884894.05828: ^ task is: TASK: Set spare devices regex 11924 1726884894.05835: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884894.05841: getting variables 11924 1726884894.05843: in VariableManager get_vars() 11924 1726884894.05973: Calling all_inventory to load vars for managed_node2 11924 1726884894.05976: Calling groups_inventory to load vars for managed_node2 11924 1726884894.06017: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884894.06030: Calling all_plugins_play to load vars for managed_node2 11924 1726884894.06096: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884894.06101: Calling groups_plugins_play to load vars for managed_node2 11924 1726884894.06700: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884894.07327: done with get_vars() 11924 1726884894.07343: done getting variables 11924 1726884894.07408: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:54 -0400 (0:00:00.036) 0:00:59.413 ****** 11924 1726884894.07442: entering _queue_task() for managed_node2/set_fact 11924 1726884894.07698: worker is 1 (out of 1 available) 11924 1726884894.07708: exiting _queue_task() for managed_node2/set_fact 11924 1726884894.07739: done queuing things up, now waiting for results queue to drain 11924 1726884894.07742: waiting for pending results... 11924 1726884894.08295: running TaskExecutor() for managed_node2/TASK: Set spare devices regex 11924 1726884894.08427: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bac 11924 1726884894.08494: variable 'ansible_search_path' from source: unknown 11924 1726884894.08498: calling self._execute() 11924 1726884894.08601: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884894.08609: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884894.08620: variable 'omit' from source: magic vars 11924 1726884894.09067: variable 'storage_test_volume' from source: include params 11924 1726884894.09106: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884894.09109: when evaluation is False, skipping this task 11924 1726884894.09112: _execute() done 11924 1726884894.09115: dumping result to json 11924 1726884894.09117: done dumping result, returning 11924 1726884894.09125: done running TaskExecutor() for managed_node2/TASK: Set spare devices regex [0affc8a3-6f6f-f4c0-2290-000000001bac] 11924 1726884894.09130: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bac 11924 1726884894.09372: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bac 11924 1726884894.09375: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884894.09434: no more pending results, returning what we have 11924 1726884894.09437: results queue empty 11924 1726884894.09438: checking for any_errors_fatal 11924 1726884894.09444: done checking for any_errors_fatal 11924 1726884894.09445: checking for max_fail_percentage 11924 1726884894.09447: done checking for max_fail_percentage 11924 1726884894.09447: checking to see if all hosts have failed and the running result is not ok 11924 1726884894.09448: done checking to see if all hosts have failed 11924 1726884894.09449: getting the remaining hosts for this loop 11924 1726884894.09450: done getting the remaining hosts for this loop 11924 1726884894.09453: getting the next task for host managed_node2 11924 1726884894.09462: done getting next task for host managed_node2 11924 1726884894.09473: ^ task is: TASK: Set md version regex 11924 1726884894.09479: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884894.09484: getting variables 11924 1726884894.09485: in VariableManager get_vars() 11924 1726884894.09666: Calling all_inventory to load vars for managed_node2 11924 1726884894.09669: Calling groups_inventory to load vars for managed_node2 11924 1726884894.09672: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884894.09685: Calling all_plugins_play to load vars for managed_node2 11924 1726884894.09694: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884894.09700: Calling groups_plugins_play to load vars for managed_node2 11924 1726884894.10601: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884894.11330: done with get_vars() 11924 1726884894.11346: done getting variables 11924 1726884894.11430: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:54 -0400 (0:00:00.040) 0:00:59.453 ****** 11924 1726884894.11473: entering _queue_task() for managed_node2/set_fact 11924 1726884894.11967: worker is 1 (out of 1 available) 11924 1726884894.11977: exiting _queue_task() for managed_node2/set_fact 11924 1726884894.11987: done queuing things up, now waiting for results queue to drain 11924 1726884894.11988: waiting for pending results... 11924 1726884894.12115: running TaskExecutor() for managed_node2/TASK: Set md version regex 11924 1726884894.12197: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bad 11924 1726884894.12233: variable 'ansible_search_path' from source: unknown 11924 1726884894.12328: calling self._execute() 11924 1726884894.12408: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884894.12420: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884894.12439: variable 'omit' from source: magic vars 11924 1726884894.12861: variable 'storage_test_volume' from source: include params 11924 1726884894.12905: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884894.12914: when evaluation is False, skipping this task 11924 1726884894.12922: _execute() done 11924 1726884894.12930: dumping result to json 11924 1726884894.12937: done dumping result, returning 11924 1726884894.12946: done running TaskExecutor() for managed_node2/TASK: Set md version regex [0affc8a3-6f6f-f4c0-2290-000000001bad] 11924 1726884894.12979: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bad skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884894.13210: no more pending results, returning what we have 11924 1726884894.13215: results queue empty 11924 1726884894.13216: checking for any_errors_fatal 11924 1726884894.13223: done checking for any_errors_fatal 11924 1726884894.13224: checking for max_fail_percentage 11924 1726884894.13225: done checking for max_fail_percentage 11924 1726884894.13227: checking to see if all hosts have failed and the running result is not ok 11924 1726884894.13227: done checking to see if all hosts have failed 11924 1726884894.13228: getting the remaining hosts for this loop 11924 1726884894.13230: done getting the remaining hosts for this loop 11924 1726884894.13234: getting the next task for host managed_node2 11924 1726884894.13243: done getting next task for host managed_node2 11924 1726884894.13246: ^ task is: TASK: Set chunk size regex 11924 1726884894.13252: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884894.13260: getting variables 11924 1726884894.13262: in VariableManager get_vars() 11924 1726884894.13298: Calling all_inventory to load vars for managed_node2 11924 1726884894.13415: Calling groups_inventory to load vars for managed_node2 11924 1726884894.13418: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884894.13425: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bad 11924 1726884894.13428: WORKER PROCESS EXITING 11924 1726884894.13436: Calling all_plugins_play to load vars for managed_node2 11924 1726884894.13439: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884894.13442: Calling groups_plugins_play to load vars for managed_node2 11924 1726884894.14476: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884894.15154: done with get_vars() 11924 1726884894.15169: done getting variables 11924 1726884894.15225: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:54 -0400 (0:00:00.037) 0:00:59.491 ****** 11924 1726884894.15263: entering _queue_task() for managed_node2/set_fact 11924 1726884894.15554: worker is 1 (out of 1 available) 11924 1726884894.15705: exiting _queue_task() for managed_node2/set_fact 11924 1726884894.15715: done queuing things up, now waiting for results queue to drain 11924 1726884894.15717: waiting for pending results... 11924 1726884894.15889: running TaskExecutor() for managed_node2/TASK: Set chunk size regex 11924 1726884894.16076: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bae 11924 1726884894.16097: variable 'ansible_search_path' from source: unknown 11924 1726884894.16139: calling self._execute() 11924 1726884894.16266: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884894.16281: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884894.16360: variable 'omit' from source: magic vars 11924 1726884894.16721: variable 'storage_test_volume' from source: include params 11924 1726884894.16757: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884894.16766: when evaluation is False, skipping this task 11924 1726884894.16773: _execute() done 11924 1726884894.16780: dumping result to json 11924 1726884894.16787: done dumping result, returning 11924 1726884894.16796: done running TaskExecutor() for managed_node2/TASK: Set chunk size regex [0affc8a3-6f6f-f4c0-2290-000000001bae] 11924 1726884894.16806: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bae skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884894.17096: no more pending results, returning what we have 11924 1726884894.17100: results queue empty 11924 1726884894.17101: checking for any_errors_fatal 11924 1726884894.17107: done checking for any_errors_fatal 11924 1726884894.17108: checking for max_fail_percentage 11924 1726884894.17109: done checking for max_fail_percentage 11924 1726884894.17110: checking to see if all hosts have failed and the running result is not ok 11924 1726884894.17111: done checking to see if all hosts have failed 11924 1726884894.17111: getting the remaining hosts for this loop 11924 1726884894.17115: done getting the remaining hosts for this loop 11924 1726884894.17118: getting the next task for host managed_node2 11924 1726884894.17126: done getting next task for host managed_node2 11924 1726884894.17130: ^ task is: TASK: Parse the chunk size 11924 1726884894.17136: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884894.17140: getting variables 11924 1726884894.17141: in VariableManager get_vars() 11924 1726884894.17171: Calling all_inventory to load vars for managed_node2 11924 1726884894.17173: Calling groups_inventory to load vars for managed_node2 11924 1726884894.17176: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884894.17185: Calling all_plugins_play to load vars for managed_node2 11924 1726884894.17188: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884894.17190: Calling groups_plugins_play to load vars for managed_node2 11924 1726884894.17761: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bae 11924 1726884894.17764: WORKER PROCESS EXITING 11924 1726884894.17797: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884894.18452: done with get_vars() 11924 1726884894.18472: 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 22:14:54 -0400 (0:00:00.034) 0:00:59.526 ****** 11924 1726884894.18713: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884894.19353: worker is 1 (out of 1 available) 11924 1726884894.19367: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884894.19381: done queuing things up, now waiting for results queue to drain 11924 1726884894.19383: waiting for pending results... 11924 1726884894.19651: running TaskExecutor() for managed_node2/TASK: Parse the chunk size 11924 1726884894.19791: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001baf 11924 1726884894.19814: variable 'ansible_search_path' from source: unknown 11924 1726884894.19854: calling self._execute() 11924 1726884894.19982: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884894.19994: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884894.20010: variable 'omit' from source: magic vars 11924 1726884894.20416: variable 'storage_test_volume' from source: include params 11924 1726884894.20450: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884894.20461: when evaluation is False, skipping this task 11924 1726884894.20469: _execute() done 11924 1726884894.20482: dumping result to json 11924 1726884894.20491: done dumping result, returning 11924 1726884894.20504: done running TaskExecutor() for managed_node2/TASK: Parse the chunk size [0affc8a3-6f6f-f4c0-2290-000000001baf] 11924 1726884894.20515: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001baf skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884894.20688: no more pending results, returning what we have 11924 1726884894.20692: results queue empty 11924 1726884894.20693: checking for any_errors_fatal 11924 1726884894.20706: done checking for any_errors_fatal 11924 1726884894.20707: checking for max_fail_percentage 11924 1726884894.20709: done checking for max_fail_percentage 11924 1726884894.20709: checking to see if all hosts have failed and the running result is not ok 11924 1726884894.20710: done checking to see if all hosts have failed 11924 1726884894.20711: getting the remaining hosts for this loop 11924 1726884894.20712: done getting the remaining hosts for this loop 11924 1726884894.20797: getting the next task for host managed_node2 11924 1726884894.20889: done getting next task for host managed_node2 11924 1726884894.20894: ^ task is: TASK: Check RAID active devices count 11924 1726884894.20902: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884894.20906: getting variables 11924 1726884894.20908: in VariableManager get_vars() 11924 1726884894.20936: Calling all_inventory to load vars for managed_node2 11924 1726884894.20938: Calling groups_inventory to load vars for managed_node2 11924 1726884894.20986: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884894.21045: Calling all_plugins_play to load vars for managed_node2 11924 1726884894.21073: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884894.21133: Calling groups_plugins_play to load vars for managed_node2 11924 1726884894.21860: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001baf 11924 1726884894.21864: WORKER PROCESS EXITING 11924 1726884894.22003: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884894.22608: done with get_vars() 11924 1726884894.22624: done getting variables 11924 1726884894.22688: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:54 -0400 (0:00:00.040) 0:00:59.566 ****** 11924 1726884894.22723: entering _queue_task() for managed_node2/assert 11924 1726884894.23030: worker is 1 (out of 1 available) 11924 1726884894.23042: exiting _queue_task() for managed_node2/assert 11924 1726884894.23058: done queuing things up, now waiting for results queue to drain 11924 1726884894.23161: waiting for pending results... 11924 1726884894.23473: running TaskExecutor() for managed_node2/TASK: Check RAID active devices count 11924 1726884894.23531: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bb0 11924 1726884894.23557: variable 'ansible_search_path' from source: unknown 11924 1726884894.23607: calling self._execute() 11924 1726884894.23741: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884894.23753: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884894.23774: variable 'omit' from source: magic vars 11924 1726884894.24293: variable 'storage_test_volume' from source: include params 11924 1726884894.24349: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884894.24352: when evaluation is False, skipping this task 11924 1726884894.24357: _execute() done 11924 1726884894.24359: dumping result to json 11924 1726884894.24363: done dumping result, returning 11924 1726884894.24366: done running TaskExecutor() for managed_node2/TASK: Check RAID active devices count [0affc8a3-6f6f-f4c0-2290-000000001bb0] 11924 1726884894.24469: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bb0 11924 1726884894.24544: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bb0 11924 1726884894.24548: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884894.24614: no more pending results, returning what we have 11924 1726884894.24618: results queue empty 11924 1726884894.24619: checking for any_errors_fatal 11924 1726884894.24629: done checking for any_errors_fatal 11924 1726884894.24629: checking for max_fail_percentage 11924 1726884894.24632: done checking for max_fail_percentage 11924 1726884894.24633: checking to see if all hosts have failed and the running result is not ok 11924 1726884894.24634: done checking to see if all hosts have failed 11924 1726884894.24634: getting the remaining hosts for this loop 11924 1726884894.24636: done getting the remaining hosts for this loop 11924 1726884894.24640: getting the next task for host managed_node2 11924 1726884894.24650: done getting next task for host managed_node2 11924 1726884894.24653: ^ task is: TASK: Check RAID spare devices count 11924 1726884894.24663: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884894.24668: getting variables 11924 1726884894.24670: in VariableManager get_vars() 11924 1726884894.24705: Calling all_inventory to load vars for managed_node2 11924 1726884894.24708: Calling groups_inventory to load vars for managed_node2 11924 1726884894.24712: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884894.24724: Calling all_plugins_play to load vars for managed_node2 11924 1726884894.24727: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884894.24730: Calling groups_plugins_play to load vars for managed_node2 11924 1726884894.25557: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884894.26392: done with get_vars() 11924 1726884894.26411: done getting variables 11924 1726884894.26478: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:54 -0400 (0:00:00.037) 0:00:59.604 ****** 11924 1726884894.26519: entering _queue_task() for managed_node2/assert 11924 1726884894.26982: worker is 1 (out of 1 available) 11924 1726884894.26998: exiting _queue_task() for managed_node2/assert 11924 1726884894.27013: done queuing things up, now waiting for results queue to drain 11924 1726884894.27015: waiting for pending results... 11924 1726884894.27474: running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count 11924 1726884894.27651: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bb1 11924 1726884894.27658: variable 'ansible_search_path' from source: unknown 11924 1726884894.27698: calling self._execute() 11924 1726884894.27972: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884894.27976: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884894.27979: variable 'omit' from source: magic vars 11924 1726884894.28483: variable 'storage_test_volume' from source: include params 11924 1726884894.28579: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884894.28589: when evaluation is False, skipping this task 11924 1726884894.28597: _execute() done 11924 1726884894.28607: dumping result to json 11924 1726884894.28616: done dumping result, returning 11924 1726884894.28653: done running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count [0affc8a3-6f6f-f4c0-2290-000000001bb1] 11924 1726884894.28667: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bb1 11924 1726884894.28962: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bb1 11924 1726884894.28966: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884894.29015: no more pending results, returning what we have 11924 1726884894.29019: results queue empty 11924 1726884894.29020: checking for any_errors_fatal 11924 1726884894.29028: done checking for any_errors_fatal 11924 1726884894.29029: checking for max_fail_percentage 11924 1726884894.29031: done checking for max_fail_percentage 11924 1726884894.29032: checking to see if all hosts have failed and the running result is not ok 11924 1726884894.29032: done checking to see if all hosts have failed 11924 1726884894.29033: getting the remaining hosts for this loop 11924 1726884894.29035: done getting the remaining hosts for this loop 11924 1726884894.29038: getting the next task for host managed_node2 11924 1726884894.29047: done getting next task for host managed_node2 11924 1726884894.29050: ^ task is: TASK: Check RAID metadata version 11924 1726884894.29058: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 11924 1726884894.29063: getting variables 11924 1726884894.29065: in VariableManager get_vars() 11924 1726884894.29098: Calling all_inventory to load vars for managed_node2 11924 1726884894.29102: Calling groups_inventory to load vars for managed_node2 11924 1726884894.29106: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884894.29117: Calling all_plugins_play to load vars for managed_node2 11924 1726884894.29120: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884894.29124: Calling groups_plugins_play to load vars for managed_node2 11924 1726884894.30089: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884894.30764: done with get_vars() 11924 1726884894.30778: done getting variables 11924 1726884894.30832: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:54 -0400 (0:00:00.043) 0:00:59.647 ****** 11924 1726884894.30866: entering _queue_task() for managed_node2/assert 11924 1726884894.31095: worker is 1 (out of 1 available) 11924 1726884894.31107: exiting _queue_task() for managed_node2/assert 11924 1726884894.31118: done queuing things up, now waiting for results queue to drain 11924 1726884894.31120: waiting for pending results... 11924 1726884894.31571: running TaskExecutor() for managed_node2/TASK: Check RAID metadata version 11924 1726884894.31576: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bb2 11924 1726884894.31578: variable 'ansible_search_path' from source: unknown 11924 1726884894.31585: calling self._execute() 11924 1726884894.31699: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884894.31712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884894.31727: variable 'omit' from source: magic vars 11924 1726884894.32101: variable 'storage_test_volume' from source: include params 11924 1726884894.32137: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884894.32145: when evaluation is False, skipping this task 11924 1726884894.32152: _execute() done 11924 1726884894.32161: dumping result to json 11924 1726884894.32169: done dumping result, returning 11924 1726884894.32180: done running TaskExecutor() for managed_node2/TASK: Check RAID metadata version [0affc8a3-6f6f-f4c0-2290-000000001bb2] 11924 1726884894.32188: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bb2 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884894.32494: no more pending results, returning what we have 11924 1726884894.32497: results queue empty 11924 1726884894.32498: checking for any_errors_fatal 11924 1726884894.32504: done checking for any_errors_fatal 11924 1726884894.32505: checking for max_fail_percentage 11924 1726884894.32506: done checking for max_fail_percentage 11924 1726884894.32507: checking to see if all hosts have failed and the running result is not ok 11924 1726884894.32508: done checking to see if all hosts have failed 11924 1726884894.32508: getting the remaining hosts for this loop 11924 1726884894.32510: done getting the remaining hosts for this loop 11924 1726884894.32512: getting the next task for host managed_node2 11924 1726884894.32519: done getting next task for host managed_node2 11924 1726884894.32521: ^ task is: TASK: Check RAID chunk size 11924 1726884894.32526: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 11924 1726884894.32530: getting variables 11924 1726884894.32531: in VariableManager get_vars() 11924 1726884894.32558: Calling all_inventory to load vars for managed_node2 11924 1726884894.32560: Calling groups_inventory to load vars for managed_node2 11924 1726884894.32563: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884894.32571: Calling all_plugins_play to load vars for managed_node2 11924 1726884894.32573: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884894.32575: Calling groups_plugins_play to load vars for managed_node2 11924 1726884894.33065: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bb2 11924 1726884894.33068: WORKER PROCESS EXITING 11924 1726884894.33092: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884894.33702: done with get_vars() 11924 1726884894.33716: done getting variables 11924 1726884894.33775: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:54 -0400 (0:00:00.029) 0:00:59.676 ****** 11924 1726884894.33805: entering _queue_task() for managed_node2/assert 11924 1726884894.34037: worker is 1 (out of 1 available) 11924 1726884894.34048: exiting _queue_task() for managed_node2/assert 11924 1726884894.34163: done queuing things up, now waiting for results queue to drain 11924 1726884894.34165: waiting for pending results... 11924 1726884894.34336: running TaskExecutor() for managed_node2/TASK: Check RAID chunk size 11924 1726884894.34480: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bb3 11924 1726884894.34504: variable 'ansible_search_path' from source: unknown 11924 1726884894.34541: calling self._execute() 11924 1726884894.34661: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884894.34860: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884894.34863: variable 'omit' from source: magic vars 11924 1726884894.35048: variable 'storage_test_volume' from source: include params 11924 1726884894.35083: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884894.35093: when evaluation is False, skipping this task 11924 1726884894.35099: _execute() done 11924 1726884894.35107: dumping result to json 11924 1726884894.35113: done dumping result, returning 11924 1726884894.35124: done running TaskExecutor() for managed_node2/TASK: Check RAID chunk size [0affc8a3-6f6f-f4c0-2290-000000001bb3] 11924 1726884894.35133: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bb3 11924 1726884894.35264: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bb3 11924 1726884894.35268: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884894.35347: no more pending results, returning what we have 11924 1726884894.35351: results queue empty 11924 1726884894.35352: checking for any_errors_fatal 11924 1726884894.35362: done checking for any_errors_fatal 11924 1726884894.35363: checking for max_fail_percentage 11924 1726884894.35364: done checking for max_fail_percentage 11924 1726884894.35365: checking to see if all hosts have failed and the running result is not ok 11924 1726884894.35366: done checking to see if all hosts have failed 11924 1726884894.35367: getting the remaining hosts for this loop 11924 1726884894.35369: done getting the remaining hosts for this loop 11924 1726884894.35372: getting the next task for host managed_node2 11924 1726884894.35386: done getting next task for host managed_node2 11924 1726884894.35389: ^ task is: TASK: Parse the actual size of the volume 11924 1726884894.35395: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884894.35400: getting variables 11924 1726884894.35402: in VariableManager get_vars() 11924 1726884894.35433: Calling all_inventory to load vars for managed_node2 11924 1726884894.35436: Calling groups_inventory to load vars for managed_node2 11924 1726884894.35440: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884894.35452: Calling all_plugins_play to load vars for managed_node2 11924 1726884894.35458: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884894.35461: Calling groups_plugins_play to load vars for managed_node2 11924 1726884894.36516: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884894.37100: done with get_vars() 11924 1726884894.37116: 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 22:14:54 -0400 (0:00:00.033) 0:00:59.710 ****** 11924 1726884894.37204: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884894.37496: worker is 1 (out of 1 available) 11924 1726884894.37508: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884894.37520: done queuing things up, now waiting for results queue to drain 11924 1726884894.37521: waiting for pending results... 11924 1726884894.37884: running TaskExecutor() for managed_node2/TASK: Parse the actual size of the volume 11924 1726884894.38161: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bb7 11924 1726884894.38165: variable 'ansible_search_path' from source: unknown 11924 1726884894.38168: calling self._execute() 11924 1726884894.38170: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884894.38172: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884894.38182: variable 'omit' from source: magic vars 11924 1726884894.38546: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884894.40686: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884894.40757: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884894.40814: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884894.40854: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884894.40892: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884894.40993: variable '_storage_test_volume_present' from source: set_fact 11924 1726884894.41020: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884894.41176: variable 'storage_test_volume' from source: include params 11924 1726884894.41224: Evaluated conditional (storage_test_volume.type not in ['partition', 'disk']): True 11924 1726884894.41228: variable 'omit' from source: magic vars 11924 1726884894.41289: variable 'omit' from source: magic vars 11924 1726884894.41443: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884894.41461: variable 'storage_test_volume' from source: include params 11924 1726884894.41500: variable 'omit' from source: magic vars 11924 1726884894.41551: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884894.41571: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884894.41594: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884894.41661: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884894.41664: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884894.41667: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884894.41676: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884894.41710: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884894.41720: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884894.41729: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884894.41844: Set connection var ansible_shell_executable to /bin/sh 11924 1726884894.41852: Set connection var ansible_connection to ssh 11924 1726884894.41877: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884894.41879: Set connection var ansible_timeout to 10 11924 1726884894.41960: Set connection var ansible_pipelining to False 11924 1726884894.41963: Set connection var ansible_shell_type to sh 11924 1726884894.41965: variable 'ansible_shell_executable' from source: unknown 11924 1726884894.41967: variable 'ansible_connection' from source: unknown 11924 1726884894.41969: variable 'ansible_module_compression' from source: unknown 11924 1726884894.41971: variable 'ansible_shell_type' from source: unknown 11924 1726884894.41973: variable 'ansible_shell_executable' from source: unknown 11924 1726884894.41975: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884894.41977: variable 'ansible_pipelining' from source: unknown 11924 1726884894.41981: variable 'ansible_timeout' from source: unknown 11924 1726884894.41984: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884894.42100: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884894.42160: variable 'omit' from source: magic vars 11924 1726884894.42164: starting attempt loop 11924 1726884894.42166: running the handler 11924 1726884894.42169: _low_level_execute_command(): starting 11924 1726884894.42171: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884894.42843: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884894.42877: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884894.42998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884894.43023: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884894.43038: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884894.43073: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884894.43123: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884894.44824: stdout chunk (state=3): >>>/root <<< 11924 1726884894.44987: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884894.44991: stdout chunk (state=3): >>><<< 11924 1726884894.44993: stderr chunk (state=3): >>><<< 11924 1726884894.45011: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884894.45108: _low_level_execute_command(): starting 11924 1726884894.45112: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884894.4502733-14597-33681894845642 `" && echo ansible-tmp-1726884894.4502733-14597-33681894845642="` echo /root/.ansible/tmp/ansible-tmp-1726884894.4502733-14597-33681894845642 `" ) && sleep 0' 11924 1726884894.45642: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884894.45662: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884894.45685: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884894.45712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884894.45764: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884894.45782: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884894.45852: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884894.45878: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884894.45914: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884894.46099: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884894.47976: stdout chunk (state=3): >>>ansible-tmp-1726884894.4502733-14597-33681894845642=/root/.ansible/tmp/ansible-tmp-1726884894.4502733-14597-33681894845642 <<< 11924 1726884894.48080: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884894.48130: stderr chunk (state=3): >>><<< 11924 1726884894.48133: stdout chunk (state=3): >>><<< 11924 1726884894.48153: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884894.4502733-14597-33681894845642=/root/.ansible/tmp/ansible-tmp-1726884894.4502733-14597-33681894845642 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884894.48362: variable 'ansible_module_compression' from source: unknown 11924 1726884894.48366: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 11924 1726884894.48368: variable 'ansible_facts' from source: unknown 11924 1726884894.48383: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884894.4502733-14597-33681894845642/AnsiballZ_bsize.py 11924 1726884894.48578: Sending initial data 11924 1726884894.48593: Sent initial data (153 bytes) 11924 1726884894.49441: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884894.49445: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884894.49448: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884894.49877: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884894.50140: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884894.51775: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 11924 1726884894.51779: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 11924 1726884894.51825: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884894.51906: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpkp2cs7go /root/.ansible/tmp/ansible-tmp-1726884894.4502733-14597-33681894845642/AnsiballZ_bsize.py <<< 11924 1726884894.51909: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884894.4502733-14597-33681894845642/AnsiballZ_bsize.py" <<< 11924 1726884894.51978: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpkp2cs7go" to remote "/root/.ansible/tmp/ansible-tmp-1726884894.4502733-14597-33681894845642/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884894.4502733-14597-33681894845642/AnsiballZ_bsize.py" <<< 11924 1726884894.53034: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884894.53186: stderr chunk (state=3): >>><<< 11924 1726884894.53192: stdout chunk (state=3): >>><<< 11924 1726884894.53195: done transferring module to remote 11924 1726884894.53197: _low_level_execute_command(): starting 11924 1726884894.53203: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884894.4502733-14597-33681894845642/ /root/.ansible/tmp/ansible-tmp-1726884894.4502733-14597-33681894845642/AnsiballZ_bsize.py && sleep 0' 11924 1726884894.54261: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884894.54264: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884894.54266: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884894.54268: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884894.54270: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884894.54272: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884894.54273: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884894.54276: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884894.54320: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884894.54365: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884894.54409: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884894.56318: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884894.56333: stderr chunk (state=3): >>><<< 11924 1726884894.56343: stdout chunk (state=3): >>><<< 11924 1726884894.56369: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884894.56378: _low_level_execute_command(): starting 11924 1726884894.56386: _low_level_execute_command(): using become for this command 11924 1726884894.56404: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-gxnzvxvytyqxlnuqidnwfedfuduzukgc ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884894.4502733-14597-33681894845642/AnsiballZ_bsize.py'"'"' && sleep 0' 11924 1726884894.56544: Initial state: awaiting_escalation: BECOME-SUCCESS-gxnzvxvytyqxlnuqidnwfedfuduzukgc 11924 1726884894.57119: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884894.57219: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884894.57324: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884894.60363: stdout chunk (state=1): >>>BECOME-SUCCESS-gxnzvxvytyqxlnuqidnwfedfuduzukgc <<< 11924 1726884894.60368: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-gxnzvxvytyqxlnuqidnwfedfuduzukgc' 11924 1726884894.60695: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884894.60739: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884894.60766: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884894.60839: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884894.60864: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884894.60875: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884894.60911: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884894.60941: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884894.60959: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884894.60992: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884894.61011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 11924 1726884894.61037: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884894.61111: 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 0x7ff72dfbc3e0> <<< 11924 1726884894.61189: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72df8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884894.61195: 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 0x7ff72dfbe930> <<< 11924 1726884894.61253: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884894.61339: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884894.61448: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # <<< 11924 1726884894.61507: 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' <<< 11924 1726884894.61677: 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 0x7ff72dfccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dfcdfd0> import 'site' # <<< 11924 1726884894.61688: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884894.61921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884894.61952: 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' <<< 11924 1726884894.62025: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884894.62060: 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' <<< 11924 1726884894.62128: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72ddd3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884894.62145: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72ddd3fe0> <<< 11924 1726884894.62165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884894.62183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884894.62203: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884894.62262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884894.62280: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884894.62333: 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 0x7ff72de037a0> <<< 11924 1726884894.62370: 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 0x7ff72de03e30> import '_collections' # <<< 11924 1726884894.62420: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dde3aa0> import '_functools' # <<< 11924 1726884894.62488: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dde11c0> <<< 11924 1726884894.62567: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72ddd0f80> <<< 11924 1726884894.62606: 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' <<< 11924 1726884894.62642: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884894.62685: 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' <<< 11924 1726884894.62774: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de27710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de26330> <<< 11924 1726884894.62777: 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' <<< 11924 1726884894.62822: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dde21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72ddd2840> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de58740> <<< 11924 1726884894.62857: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72ddd0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884894.62895: 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 0x7ff72de58bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de58aa0> <<< 11924 1726884894.62933: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884894.62949: 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 0x7ff72de58e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72ddc6d20> <<< 11924 1726884894.63009: 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 <<< 11924 1726884894.63053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de59520> <<< 11924 1726884894.63086: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de591f0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 11924 1726884894.63139: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de5a420> import 'importlib.util' # import 'runpy' # <<< 11924 1726884894.63223: 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 0x7ff72de705f0> <<< 11924 1726884894.63332: 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 0x7ff72de71cd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884894.63363: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884894.63402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de72b70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72de731a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de720c0> <<< 11924 1726884894.63489: 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 0x7ff72de73c20> <<< 11924 1726884894.63552: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de73350> <<< 11924 1726884894.63562: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de58da0> <<< 11924 1726884894.63567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884894.63646: 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 <<< 11924 1726884894.63653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884894.63742: 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 0x7ff72dc0fb30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884894.63756: 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 0x7ff72dc38620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc38380> <<< 11924 1726884894.63759: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884894.63828: 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 0x7ff72dc38560> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884894.63861: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884894.64060: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72dc38f20> <<< 11924 1726884894.64135: 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 0x7ff72dc39880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc387d0> <<< 11924 1726884894.64202: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc0dcd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884894.64229: 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' <<< 11924 1726884894.64267: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc3ac60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc399a0> <<< 11924 1726884894.64305: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de5ab10> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884894.64368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884894.64397: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884894.64423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884894.64453: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc62ff0> <<< 11924 1726884894.64556: 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' <<< 11924 1726884894.64560: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884894.64631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884894.64660: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc8b350> <<< 11924 1726884894.64663: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884894.64694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884894.64731: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884894.64782: 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 0x7ff72dcb7fb0> <<< 11924 1726884894.64986: 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 <<< 11924 1726884894.65002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884894.65006: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dcea810> <<< 11924 1726884894.65190: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dce81d0> <<< 11924 1726884894.65197: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc8bfb0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884894.65202: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72daf1130> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc8a150> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc3bbc0> <<< 11924 1726884894.65276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff72dc8a270> <<< 11924 1726884894.65561: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_14869kcl/ansible_fedora.linux_system_roles.bsize_payload.zip' # zipimport: zlib available <<< 11924 1726884894.65707: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.65717: 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' <<< 11924 1726884894.65756: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884894.65877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884894.65890: 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 0x7ff72db3ede0> import '_typing' # <<< 11924 1726884894.66218: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db21cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db20e60> # zipimport: zlib available import 'ansible' # # zipimport: zlib available <<< 11924 1726884894.66221: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884894.66233: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.67572: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.68748: 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' <<< 11924 1726884894.68754: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db3ccb0> <<< 11924 1726884894.68758: 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' <<< 11924 1726884894.68786: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884894.68816: 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 <<< 11924 1726884894.68845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884894.68848: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884894.68883: 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 0x7ff72db76600> <<< 11924 1726884894.68888: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db763f0> <<< 11924 1726884894.68941: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db75d30> <<< 11924 1726884894.68963: 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' <<< 11924 1726884894.69004: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db761e0> <<< 11924 1726884894.69024: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db3fa70> import 'atexit' # <<< 11924 1726884894.69060: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884894.69074: 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 0x7ff72db77320> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72db77560> <<< 11924 1726884894.69097: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884894.69175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884894.69220: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db77aa0> <<< 11924 1726884894.69253: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884894.69307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884894.69327: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d5198b0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884894.69377: 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 0x7ff72d51b4d0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884894.69421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884894.69460: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d51be30> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884894.69488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884894.69533: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d51d010> <<< 11924 1726884894.69588: 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 <<< 11924 1726884894.69605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884894.69660: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d51fa70> <<< 11924 1726884894.69700: 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 0x7ff72d51fda0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d51dd30> <<< 11924 1726884894.69752: 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 <<< 11924 1726884894.69778: 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 <<< 11924 1726884894.69840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884894.70088: 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 0x7ff72d5279e0> import '_tokenize' # <<< 11924 1726884894.70092: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d5264b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d526210> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d526780> <<< 11924 1726884894.70119: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d51e240> <<< 11924 1726884894.70126: 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 0x7ff72d56bce0> <<< 11924 1726884894.70162: 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 0x7ff72d56bf50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 11924 1726884894.70188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884894.70224: 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' <<< 11924 1726884894.70230: 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 0x7ff72d56d850> <<< 11924 1726884894.70261: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d56d610> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884894.70391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884894.70432: 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 0x7ff72d56fe00> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d56df40> <<< 11924 1726884894.70497: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884894.70542: 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' <<< 11924 1726884894.70629: stdout chunk (state=3): >>>import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d5735c0> <<< 11924 1726884894.70720: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d56ff50> <<< 11924 1726884894.70796: stdout 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 0x7ff72d5743b0> <<< 11924 1726884894.70852: stdout 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 0x7ff72d5743e0> <<< 11924 1726884894.70910: stdout 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 0x7ff72d574920> <<< 11924 1726884894.70972: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d56b6b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884894.71047: 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 0x7ff72d577fe0> <<< 11924 1726884894.71168: 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 0x7ff72d401370> <<< 11924 1726884894.71223: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d5767b0> <<< 11924 1726884894.71231: 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 0x7ff72d577b30> <<< 11924 1726884894.71312: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d5763c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884894.71518: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.71572: 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 <<< 11924 1726884894.71634: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.71757: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.72331: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.72922: 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 <<< 11924 1726884894.72942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884894.72987: 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 0x7ff72d405520> <<< 11924 1726884894.73130: 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 0x7ff72d406330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d4014c0> <<< 11924 1726884894.73217: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884894.73369: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.73536: 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 0x7ff72d406390> <<< 11924 1726884894.73559: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.74066: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.74441: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.74560: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.74704: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884894.74708: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884894.74809: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.74886: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884894.74948: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884894.74952: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884894.74982: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884894.75211: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.75626: 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 0x7ff72d407530> # zipimport: zlib available <<< 11924 1726884894.75704: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.75773: 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' # <<< 11924 1726884894.75823: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.75918: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884894.75950: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.75984: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.76198: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.76202: stdout chunk (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' <<< 11924 1726884894.76303: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72d411d30> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d40ff20> <<< 11924 1726884894.76474: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884894.76623: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884894.76651: stdout chunk (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 <<< 11924 1726884894.76678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884894.77035: 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' <<< 11924 1726884894.77125: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d502900> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db9e5d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d411ee0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d574d70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 <<< 11924 1726884894.77131: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 11924 1726884894.77158: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 11924 1726884894.77186: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 11924 1726884894.77238: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 11924 1726884894.77241: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.77273: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.77332: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.77367: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884894.77392: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 11924 1726884894.77501: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.77599: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 11924 1726884894.77687: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884894.77808: stdout chunk (state=3): >>> {"changed": false, "size": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5G"}}} <<< 11924 1726884894.77828: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884894.78194: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884894.78282: 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 <<< 11924 1726884894.78357: 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 <<< 11924 1726884894.78446: 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_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 <<< 11924 1726884894.78660: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884894.78699: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 <<< 11924 1726884894.78702: 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 # destroy fnmatch # destroy ipaddress <<< 11924 1726884894.78851: 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 <<< 11924 1726884894.78857: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884894.78911: 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 <<< 11924 1726884894.78914: 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 <<< 11924 1726884894.78952: stdout chunk (state=3): >>># cleanup[3] wiping _socket <<< 11924 1726884894.78988: 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 <<< 11924 1726884894.78990: 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 <<< 11924 1726884894.79080: 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 <<< 11924 1726884894.79099: 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 <<< 11924 1726884894.79245: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid <<< 11924 1726884894.79302: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884894.79329: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884894.79343: 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 <<< 11924 1726884894.79432: 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 <<< 11924 1726884894.79496: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 11924 1726884894.79500: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 11924 1726884894.79519: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 11924 1726884894.79535: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884894.80409: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884894.80477: stderr chunk (state=3): >>><<< 11924 1726884894.80483: stdout chunk (state=3): >>><<< 11924 1726884894.80660: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dfbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72df8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dfbe930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dfccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dfcdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72ddd3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72ddd3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de037a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de03e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dde3aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dde11c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72ddd0f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de27710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de26330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dde21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72ddd2840> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de58740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72ddd0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72de58bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de58aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72de58e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72ddc6d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de59520> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de591f0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de5a420> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de705f0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72de71cd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de72b70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72de731a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de720c0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72de73c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de73350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de58da0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72dc0fb30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72dc38620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc38380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72dc38560> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72dc38f20> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72dc39880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc387d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc0dcd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc3ac60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc399a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72de5ab10> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc62ff0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc8b350> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dcb7fb0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dcea810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dce81d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc8bfb0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72daf1130> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc8a150> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72dc3bbc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff72dc8a270> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_14869kcl/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 0x7ff72db3ede0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db21cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db20e60> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db3ccb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72db76600> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db763f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db75d30> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db761e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db3fa70> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72db77320> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72db77560> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db77aa0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d5198b0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72d51b4d0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d51be30> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d51d010> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d51fa70> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72d51fda0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d51dd30> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d5279e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d5264b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d526210> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d526780> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d51e240> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72d56bce0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d56bf50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72d56d850> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d56d610> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72d56fe00> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d56df40> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d5735c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d56ff50> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72d5743b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72d5743e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72d574920> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d56b6b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72d577fe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72d401370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d5767b0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72d577b30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d5763c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72d405520> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d406330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d4014c0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d406390> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d407530> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff72d411d30> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d40ff20> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d502900> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72db9e5d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d411ee0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff72d574d70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5G"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884894.83185: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '5G', '_ansible_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-1726884894.4502733-14597-33681894845642/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884894.83188: _low_level_execute_command(): starting 11924 1726884894.83191: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884894.4502733-14597-33681894845642/ > /dev/null 2>&1 && sleep 0' 11924 1726884894.83244: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884894.83248: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884894.83251: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884894.83253: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884894.83257: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884894.83570: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884894.83845: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884894.83852: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884894.85967: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884894.85972: stdout chunk (state=3): >>><<< 11924 1726884894.85979: stderr chunk (state=3): >>><<< 11924 1726884894.85983: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884894.85985: handler run complete 11924 1726884894.85988: attempt loop complete, returning result 11924 1726884894.85990: _execute() done 11924 1726884894.85994: dumping result to json 11924 1726884894.86000: done dumping result, returning 11924 1726884894.86003: done running TaskExecutor() for managed_node2/TASK: Parse the actual size of the volume [0affc8a3-6f6f-f4c0-2290-000000001bb7] 11924 1726884894.86006: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bb7 ok: [managed_node2] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } 11924 1726884894.86479: no more pending results, returning what we have 11924 1726884894.86483: results queue empty 11924 1726884894.86484: checking for any_errors_fatal 11924 1726884894.86501: done checking for any_errors_fatal 11924 1726884894.86502: checking for max_fail_percentage 11924 1726884894.86506: done checking for max_fail_percentage 11924 1726884894.86507: checking to see if all hosts have failed and the running result is not ok 11924 1726884894.86508: done checking to see if all hosts have failed 11924 1726884894.86508: getting the remaining hosts for this loop 11924 1726884894.86514: done getting the remaining hosts for this loop 11924 1726884894.86522: getting the next task for host managed_node2 11924 1726884894.86532: done getting next task for host managed_node2 11924 1726884894.86535: ^ task is: TASK: Parse the requested size of the volume 11924 1726884894.86546: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884894.86554: getting variables 11924 1726884894.86560: in VariableManager get_vars() 11924 1726884894.86605: Calling all_inventory to load vars for managed_node2 11924 1726884894.86611: Calling groups_inventory to load vars for managed_node2 11924 1726884894.86616: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884894.86631: Calling all_plugins_play to load vars for managed_node2 11924 1726884894.86635: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884894.86639: Calling groups_plugins_play to load vars for managed_node2 11924 1726884894.87202: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bb7 11924 1726884894.87206: WORKER PROCESS EXITING 11924 1726884894.89030: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884894.90097: done with get_vars() 11924 1726884894.90120: 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 22:14:54 -0400 (0:00:00.532) 0:01:00.243 ****** 11924 1726884894.90441: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884894.91120: worker is 1 (out of 1 available) 11924 1726884894.91134: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884894.91151: done queuing things up, now waiting for results queue to drain 11924 1726884894.91153: waiting for pending results... 11924 1726884894.91727: running TaskExecutor() for managed_node2/TASK: Parse the requested size of the volume 11924 1726884894.92029: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bb8 11924 1726884894.92033: variable 'ansible_search_path' from source: unknown 11924 1726884894.92037: calling self._execute() 11924 1726884894.92172: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884894.92186: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884894.92203: variable 'omit' from source: magic vars 11924 1726884894.93260: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884894.96938: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884894.97013: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884894.97066: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884894.97161: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884894.97164: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884894.97241: variable '_storage_test_volume_present' from source: set_fact 11924 1726884894.97264: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884894.97400: variable 'storage_test_volume' from source: include params 11924 1726884894.97438: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884894.97606: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884894.97648: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884894.97684: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884894.97728: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884894.97960: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884894.97964: variable 'storage_test_volume' from source: include params 11924 1726884894.97966: Evaluated conditional ('%' not in storage_test_volume.size | string): True 11924 1726884894.97968: variable 'omit' from source: magic vars 11924 1726884894.97970: variable 'omit' from source: magic vars 11924 1726884894.98047: variable 'storage_test_volume' from source: include params 11924 1726884894.98098: variable 'omit' from source: magic vars 11924 1726884894.98129: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884894.98163: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884894.98187: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884894.98216: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884894.98231: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884894.98253: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884894.98307: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884894.98317: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884894.98325: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884894.98334: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884894.98458: Set connection var ansible_shell_executable to /bin/sh 11924 1726884894.98467: Set connection var ansible_connection to ssh 11924 1726884894.98525: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884894.98528: Set connection var ansible_timeout to 10 11924 1726884894.98530: Set connection var ansible_pipelining to False 11924 1726884894.98532: Set connection var ansible_shell_type to sh 11924 1726884894.98539: variable 'ansible_shell_executable' from source: unknown 11924 1726884894.98548: variable 'ansible_connection' from source: unknown 11924 1726884894.98558: variable 'ansible_module_compression' from source: unknown 11924 1726884894.98566: variable 'ansible_shell_type' from source: unknown 11924 1726884894.98573: variable 'ansible_shell_executable' from source: unknown 11924 1726884894.98580: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884894.98588: variable 'ansible_pipelining' from source: unknown 11924 1726884894.98633: variable 'ansible_timeout' from source: unknown 11924 1726884894.98636: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884894.98742: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884894.98761: variable 'omit' from source: magic vars 11924 1726884894.98772: starting attempt loop 11924 1726884894.98780: running the handler 11924 1726884894.98797: _low_level_execute_command(): starting 11924 1726884894.98808: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884894.99578: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884894.99629: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884894.99651: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884894.99698: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884894.99846: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884895.01560: stdout chunk (state=3): >>>/root <<< 11924 1726884895.01693: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884895.01706: stderr chunk (state=3): >>><<< 11924 1726884895.01709: stdout chunk (state=3): >>><<< 11924 1726884895.01819: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884895.01823: _low_level_execute_command(): starting 11924 1726884895.01825: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884895.017312-14628-144754614980278 `" && echo ansible-tmp-1726884895.017312-14628-144754614980278="` echo /root/.ansible/tmp/ansible-tmp-1726884895.017312-14628-144754614980278 `" ) && sleep 0' 11924 1726884895.02364: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884895.02380: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884895.02394: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884895.02416: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884895.02434: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884895.02446: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884895.02469: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884895.02563: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884895.02583: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884895.02603: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884895.02685: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884895.04662: stdout chunk (state=3): >>>ansible-tmp-1726884895.017312-14628-144754614980278=/root/.ansible/tmp/ansible-tmp-1726884895.017312-14628-144754614980278 <<< 11924 1726884895.04869: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884895.04873: stdout chunk (state=3): >>><<< 11924 1726884895.05060: stderr chunk (state=3): >>><<< 11924 1726884895.05063: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884895.017312-14628-144754614980278=/root/.ansible/tmp/ansible-tmp-1726884895.017312-14628-144754614980278 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884895.05066: variable 'ansible_module_compression' from source: unknown 11924 1726884895.05068: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 11924 1726884895.05070: variable 'ansible_facts' from source: unknown 11924 1726884895.05111: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884895.017312-14628-144754614980278/AnsiballZ_bsize.py 11924 1726884895.05330: Sending initial data 11924 1726884895.05333: Sent initial data (153 bytes) 11924 1726884895.05830: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884895.05840: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884895.05849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884895.05864: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884895.05950: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884895.06062: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884895.06140: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884895.07798: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884895.07879: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884895.07931: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpeo_aqnjb /root/.ansible/tmp/ansible-tmp-1726884895.017312-14628-144754614980278/AnsiballZ_bsize.py <<< 11924 1726884895.07946: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884895.017312-14628-144754614980278/AnsiballZ_bsize.py" <<< 11924 1726884895.07983: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpeo_aqnjb" to remote "/root/.ansible/tmp/ansible-tmp-1726884895.017312-14628-144754614980278/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884895.017312-14628-144754614980278/AnsiballZ_bsize.py" <<< 11924 1726884895.08810: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884895.08917: stdout chunk (state=3): >>><<< 11924 1726884895.08920: stderr chunk (state=3): >>><<< 11924 1726884895.08922: done transferring module to remote 11924 1726884895.08925: _low_level_execute_command(): starting 11924 1726884895.08927: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884895.017312-14628-144754614980278/ /root/.ansible/tmp/ansible-tmp-1726884895.017312-14628-144754614980278/AnsiballZ_bsize.py && sleep 0' 11924 1726884895.09754: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884895.09771: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884895.09796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884895.09899: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884895.09918: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884895.09933: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884895.10015: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884895.11892: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884895.11896: stdout chunk (state=3): >>><<< 11924 1726884895.11906: stderr chunk (state=3): >>><<< 11924 1726884895.12061: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884895.12065: _low_level_execute_command(): starting 11924 1726884895.12068: _low_level_execute_command(): using become for this command 11924 1726884895.12071: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-epciwetcblordpkmtvcztddezdthncgy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884895.017312-14628-144754614980278/AnsiballZ_bsize.py'"'"' && sleep 0' 11924 1726884895.12084: Initial state: awaiting_escalation: BECOME-SUCCESS-epciwetcblordpkmtvcztddezdthncgy 11924 1726884895.12591: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884895.12733: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884895.12744: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884895.12759: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884895.12846: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884895.15838: stdout chunk (state=1): >>>BECOME-SUCCESS-epciwetcblordpkmtvcztddezdthncgy <<< 11924 1726884895.15842: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-epciwetcblordpkmtvcztddezdthncgy' 11924 1726884895.16381: 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' # <<< 11924 1726884895.16410: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884895.16413: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884895.16474: 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' <<< 11924 1726884895.16485: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884895.16497: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884895.16540: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884895.16576: 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 0x7fd586f683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586f37a10> <<< 11924 1726884895.16613: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884895.16635: 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 0x7fd586f6a960> import '_signal' # <<< 11924 1726884895.16694: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884895.16698: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884895.16719: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884895.16742: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884895.16814: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884895.16849: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884895.16894: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884895.16900: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884895.16941: 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' <<< 11924 1726884895.16964: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884895.16976: 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 <<< 11924 1726884895.17001: 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 0x7fd586d1cfe0> <<< 11924 1726884895.17061: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884895.17080: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d1dfd0> <<< 11924 1726884895.17107: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884895.17134: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884895.17361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884895.17399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884895.17429: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884895.17432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884895.17447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884895.17491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884895.17494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884895.17533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884895.17546: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d63e00> <<< 11924 1726884895.17573: 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' <<< 11924 1726884895.17599: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d63ec0> <<< 11924 1726884895.17619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884895.17648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884895.17681: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884895.17816: 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 0x7fd586d93830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884895.17834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d93ec0> <<< 11924 1726884895.17838: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884895.17888: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d73ad0> <<< 11924 1726884895.17920: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884895.17923: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d711f0> <<< 11924 1726884895.18022: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d60fb0> <<< 11924 1726884895.18052: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884895.18073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884895.18096: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884895.18133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884895.18148: 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' <<< 11924 1726884895.18231: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586db7800> <<< 11924 1726884895.18235: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586db6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d720c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586db4c20> <<< 11924 1726884895.18287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884895.18315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586de8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d60230> <<< 11924 1726884895.18326: 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' <<< 11924 1726884895.18359: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884895.18397: 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 0x7fd586de8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586de8b90> <<< 11924 1726884895.18413: 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 0x7fd586de8f50> <<< 11924 1726884895.18467: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d56d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884895.18490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884895.18520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884895.18523: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586de95b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586de92b0> import 'importlib.machinery' # <<< 11924 1726884895.18560: 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' <<< 11924 1726884895.18602: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586dea4b0> <<< 11924 1726884895.18605: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884895.18608: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884895.18628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884895.18678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884895.18682: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884895.18706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586e006b0> import 'errno' # <<< 11924 1726884895.18737: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884895.18762: 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 0x7fd586e01d90> <<< 11924 1726884895.18777: 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' <<< 11924 1726884895.18813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884895.18825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586e02c30> <<< 11924 1726884895.18873: 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 0x7fd586e03290> <<< 11924 1726884895.18898: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586e02180> <<< 11924 1726884895.18916: 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' <<< 11924 1726884895.18958: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884895.18976: 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 0x7fd586e03d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586e03440> <<< 11924 1726884895.19028: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586dea420> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884895.19323: 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 0x7fd586b87b90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586bb06e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586bb0440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586bb0710> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884895.19330: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884895.19447: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586bb1040> <<< 11924 1726884895.19577: 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 0x7fd586bb1970> <<< 11924 1726884895.19602: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586bb08f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586b85d30> <<< 11924 1726884895.19631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884895.19649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884895.19678: 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' <<< 11924 1726884895.19689: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586bb2d50> <<< 11924 1726884895.19719: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586bb1a90> <<< 11924 1726884895.19731: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586deabd0> <<< 11924 1726884895.19758: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884895.19825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884895.19836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884895.19872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884895.19907: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586bdb080> <<< 11924 1726884895.19956: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884895.19989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884895.19994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884895.20013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884895.20049: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586c033e0> <<< 11924 1726884895.20079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884895.20119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884895.20174: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884895.20207: 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 0x7fd586c601d0> <<< 11924 1726884895.20219: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884895.20250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884895.20276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884895.20320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884895.20407: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586c62930> <<< 11924 1726884895.20474: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586c602f0> <<< 11924 1726884895.20520: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586c2d1c0> <<< 11924 1726884895.20548: 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' <<< 11924 1726884895.20565: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586c2d970> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586c021e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586bb3c50> <<< 11924 1726884895.20699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884895.20703: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd586c02540> <<< 11924 1726884895.20958: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_z2mpkv7z/ansible_fedora.linux_system_roles.bsize_payload.zip' # zipimport: zlib available <<< 11924 1726884895.21100: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.21131: 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' <<< 11924 1726884895.21174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884895.21251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884895.21282: 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 0x7fd58657aff0> <<< 11924 1726884895.21297: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884895.21487: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58655dee0> <<< 11924 1726884895.21504: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58655d040> # zipimport: zlib available import 'ansible' # <<< 11924 1726884895.21537: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884895.21575: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884895.22972: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.24177: 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' <<< 11924 1726884895.24181: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586578ec0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884895.24184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884895.24189: 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' <<< 11924 1726884895.24191: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884895.24215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884895.24228: 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 0x7fd5865ae9c0> <<< 11924 1726884895.24263: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5865ae750> <<< 11924 1726884895.24294: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5865ae060> <<< 11924 1726884895.24320: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884895.24344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884895.24370: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5865ae7b0> <<< 11924 1726884895.24390: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58657ba10> import 'atexit' # <<< 11924 1726884895.24416: 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 0x7fd5865af710> <<< 11924 1726884895.24432: 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 0x7fd5865af950> <<< 11924 1726884895.24451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884895.24514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884895.24517: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884895.24571: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5865afe90> <<< 11924 1726884895.24574: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884895.24610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884895.24614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884895.24647: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586419ca0> <<< 11924 1726884895.24683: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884895.24706: 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 0x7fd58641b3e0> <<< 11924 1726884895.24720: 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' <<< 11924 1726884895.24761: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58641c200> <<< 11924 1726884895.24776: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884895.24814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884895.24823: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58641d3a0> <<< 11924 1726884895.24853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884895.24879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884895.24909: 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' <<< 11924 1726884895.24971: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58641fe30> <<< 11924 1726884895.25014: 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 0x7fd586e02ba0> <<< 11924 1726884895.25029: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58641e0f0> <<< 11924 1726884895.25046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884895.25089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884895.25113: 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' <<< 11924 1726884895.25126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884895.25157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884895.25205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884895.25212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586427ce0> <<< 11924 1726884895.25224: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884895.25274: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5864267b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586426540> <<< 11924 1726884895.25296: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884895.25317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884895.25373: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586426a80> <<< 11924 1726884895.25404: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58641e600> <<< 11924 1726884895.25432: 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 0x7fd58646bf80> <<< 11924 1726884895.25465: 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 0x7fd58646c080> <<< 11924 1726884895.25487: 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 <<< 11924 1726884895.25505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884895.25520: 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' <<< 11924 1726884895.25561: 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 0x7fd58646db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58646d910> <<< 11924 1726884895.25577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884895.25706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884895.25770: 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 0x7fd586470140> <<< 11924 1726884895.25783: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58646e240> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884895.25828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884895.25852: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884895.25868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884895.25910: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5864738c0> <<< 11924 1726884895.26031: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5864702c0> <<< 11924 1726884895.26101: stdout 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 0x7fd5864749b0> <<< 11924 1726884895.26125: stdout 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 0x7fd586474950> <<< 11924 1726884895.26189: stdout 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 0x7fd586474c20> <<< 11924 1726884895.26192: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58646c230> <<< 11924 1726884895.26223: 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 <<< 11924 1726884895.26253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884895.26280: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884895.26311: 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 0x7fd5864fc260> <<< 11924 1726884895.26469: 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 0x7fd5864fd4f0> <<< 11924 1726884895.26479: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5864769f0> <<< 11924 1726884895.26521: 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 0x7fd586477da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586476630> <<< 11924 1726884895.26558: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.26571: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884895.26663: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.26768: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.26793: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884895.26816: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884895.26819: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884895.26828: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.26934: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.27052: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.27621: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.28176: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884895.28203: 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' # <<< 11924 1726884895.28231: 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' <<< 11924 1726884895.28289: 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 0x7fd586305730> <<< 11924 1726884895.28386: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884895.28389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884895.28413: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586306510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5864fd610> <<< 11924 1726884895.28470: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884895.28490: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.28514: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884895.28669: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.28854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884895.28860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586306450> <<< 11924 1726884895.28863: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.29314: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.29913: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884895.29917: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884895.29919: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.29954: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.29994: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884895.30010: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.30069: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.30149: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884895.30178: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884895.30205: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884895.30250: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.30278: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884895.30302: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.30523: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.30763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884895.30820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884895.30841: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884895.30908: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5863076e0> <<< 11924 1726884895.30929: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.30993: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.31157: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884895.31165: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884895.31197: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884895.31219: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.31269: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.31310: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.31377: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.31436: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884895.31484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884895.31582: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586312240> <<< 11924 1726884895.31623: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58630d970> <<< 11924 1726884895.31685: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 11924 1726884895.31688: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884895.31734: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.31806: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.31830: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.31898: stdout chunk (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' <<< 11924 1726884895.31911: 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 <<< 11924 1726884895.31923: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884895.31954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884895.32022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884895.32052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884895.32065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884895.32151: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586402ae0> <<< 11924 1726884895.32154: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5865e27b0> <<< 11924 1726884895.32451: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586311fd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586304860> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884895.32472: 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_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884895.32479: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 11924 1726884895.32513: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 11924 1726884895.32525: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.32544: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.32557: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884895.32604: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.32673: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.32694: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 11924 1726884895.32715: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 11924 1726884895.32729: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.32826: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.32926: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 11924 1726884895.33006: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.33136: stdout chunk (state=3): >>> {"changed": false, "size": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5g"}}} <<< 11924 1726884895.33146: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884895.33735: 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<<< 11924 1726884895.33740: stdout chunk (state=3): >>>.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # 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 <<< 11924 1726884895.33996: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884895.34026: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 11924 1726884895.34044: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884895.34084: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884895.34125: 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 <<< 11924 1726884895.34142: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884895.34171: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 11924 1726884895.34221: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884895.34224: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884895.34279: 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 <<< 11924 1726884895.34317: 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 <<< 11924 1726884895.34346: 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 <<< 11924 1726884895.34371: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 11924 1726884895.34405: 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 <<< 11924 1726884895.34423: 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 <<< 11924 1726884895.34567: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884895.34597: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884895.34624: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884895.34665: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884895.34682: 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 <<< 11924 1726884895.34706: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884895.35010: 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 <<< 11924 1726884895.35474: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884895.35497: stderr chunk (state=3): >>><<< 11924 1726884895.35504: stdout chunk (state=3): >>><<< 11924 1726884895.35622: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586f683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586f37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586f6a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d1cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d1dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d63e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d63ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d93830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d93ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d73ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d711f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d60fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586db7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586db6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d720c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586db4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586de8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d60230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586de8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586de8b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586de8f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586d56d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586de95b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586de92b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586dea4b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586e006b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586e01d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586e02c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586e03290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586e02180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586e03d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586e03440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586dea420> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586b87b90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586bb06e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586bb0440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586bb0710> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586bb1040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586bb1970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586bb08f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586b85d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586bb2d50> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586bb1a90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586deabd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586bdb080> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586c033e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586c601d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586c62930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586c602f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586c2d1c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586c2d970> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586c021e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586bb3c50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd586c02540> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_z2mpkv7z/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 0x7fd58657aff0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58655dee0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58655d040> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586578ec0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd5865ae9c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5865ae750> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5865ae060> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5865ae7b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58657ba10> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd5865af710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd5865af950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5865afe90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586419ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd58641b3e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58641c200> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58641d3a0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58641fe30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586e02ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58641e0f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586427ce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5864267b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586426540> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586426a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58641e600> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd58646bf80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58646c080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd58646db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58646d910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586470140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58646e240> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5864738c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5864702c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd5864749b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586474950> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586474c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58646c230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd5864fc260> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd5864fd4f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5864769f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586477da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586476630> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586305730> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586306510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5864fd610> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586306450> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5863076e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd586312240> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd58630d970> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586402ae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd5865e27b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586311fd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd586304860> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5g"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884895.36352: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '5g', '_ansible_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-1726884895.017312-14628-144754614980278/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884895.36361: _low_level_execute_command(): starting 11924 1726884895.36364: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884895.017312-14628-144754614980278/ > /dev/null 2>&1 && sleep 0' 11924 1726884895.36695: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884895.36699: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884895.36804: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884895.36808: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884895.36810: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884895.36813: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884895.36815: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884895.36817: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884895.36819: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884895.36821: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884895.36823: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884895.36825: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884895.36827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884895.36833: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884895.36841: stderr chunk (state=3): >>>debug2: match found <<< 11924 1726884895.36851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884895.36922: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884895.36936: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884895.36991: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884895.37029: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884895.38948: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884895.39024: stderr chunk (state=3): >>><<< 11924 1726884895.39027: stdout chunk (state=3): >>><<< 11924 1726884895.39037: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884895.39042: handler run complete 11924 1726884895.39268: attempt loop complete, returning result 11924 1726884895.39271: _execute() done 11924 1726884895.39273: dumping result to json 11924 1726884895.39275: done dumping result, returning 11924 1726884895.39277: done running TaskExecutor() for managed_node2/TASK: Parse the requested size of the volume [0affc8a3-6f6f-f4c0-2290-000000001bb8] 11924 1726884895.39278: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bb8 11924 1726884895.39343: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bb8 11924 1726884895.39346: WORKER PROCESS EXITING ok: [managed_node2] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } 11924 1726884895.39417: no more pending results, returning what we have 11924 1726884895.39421: results queue empty 11924 1726884895.39421: checking for any_errors_fatal 11924 1726884895.39427: done checking for any_errors_fatal 11924 1726884895.39427: checking for max_fail_percentage 11924 1726884895.39429: done checking for max_fail_percentage 11924 1726884895.39429: checking to see if all hosts have failed and the running result is not ok 11924 1726884895.39430: done checking to see if all hosts have failed 11924 1726884895.39431: getting the remaining hosts for this loop 11924 1726884895.39432: done getting the remaining hosts for this loop 11924 1726884895.39435: getting the next task for host managed_node2 11924 1726884895.39442: done getting next task for host managed_node2 11924 1726884895.39445: ^ task is: TASK: Establish base value for expected size 11924 1726884895.39450: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884895.39454: getting variables 11924 1726884895.39462: in VariableManager get_vars() 11924 1726884895.39492: Calling all_inventory to load vars for managed_node2 11924 1726884895.39494: Calling groups_inventory to load vars for managed_node2 11924 1726884895.39497: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884895.39507: Calling all_plugins_play to load vars for managed_node2 11924 1726884895.39510: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884895.39512: Calling groups_plugins_play to load vars for managed_node2 11924 1726884895.40108: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884895.40708: done with get_vars() 11924 1726884895.40723: done getting variables 11924 1726884895.40784: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:55 -0400 (0:00:00.503) 0:01:00.747 ****** 11924 1726884895.40819: entering _queue_task() for managed_node2/set_fact 11924 1726884895.41103: worker is 1 (out of 1 available) 11924 1726884895.41116: exiting _queue_task() for managed_node2/set_fact 11924 1726884895.41129: done queuing things up, now waiting for results queue to drain 11924 1726884895.41131: waiting for pending results... 11924 1726884895.41557: running TaskExecutor() for managed_node2/TASK: Establish base value for expected size 11924 1726884895.41564: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bb9 11924 1726884895.41568: variable 'ansible_search_path' from source: unknown 11924 1726884895.41571: calling self._execute() 11924 1726884895.41674: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884895.41689: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884895.41704: variable 'omit' from source: magic vars 11924 1726884895.42077: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884895.44311: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884895.44382: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884895.44438: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884895.44479: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884895.44516: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884895.44619: variable '_storage_test_volume_present' from source: set_fact 11924 1726884895.44642: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884895.44793: variable 'storage_test_volume' from source: include params 11924 1726884895.44831: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884895.45002: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884895.45037: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884895.45072: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884895.45116: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884895.45133: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884895.45218: variable 'storage_test_volume' from source: include params 11924 1726884895.45239: Evaluated conditional ('%' not in storage_test_volume.size | string): True 11924 1726884895.45250: variable 'omit' from source: magic vars 11924 1726884895.45325: variable 'omit' from source: magic vars 11924 1726884895.45429: variable 'storage_test_requested_size' from source: set_fact 11924 1726884895.45461: variable 'omit' from source: magic vars 11924 1726884895.45498: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884895.45595: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884895.45598: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884895.45600: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884895.45602: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884895.45605: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884895.45626: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884895.45662: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884895.45670: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884895.45676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884895.45784: Set connection var ansible_shell_executable to /bin/sh 11924 1726884895.45791: Set connection var ansible_connection to ssh 11924 1726884895.45802: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884895.45818: Set connection var ansible_timeout to 10 11924 1726884895.45828: Set connection var ansible_pipelining to False 11924 1726884895.45837: Set connection var ansible_shell_type to sh 11924 1726884895.45874: variable 'ansible_shell_executable' from source: unknown 11924 1726884895.45920: variable 'ansible_connection' from source: unknown 11924 1726884895.45924: variable 'ansible_module_compression' from source: unknown 11924 1726884895.45926: variable 'ansible_shell_type' from source: unknown 11924 1726884895.45929: variable 'ansible_shell_executable' from source: unknown 11924 1726884895.45931: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884895.45933: variable 'ansible_pipelining' from source: unknown 11924 1726884895.45935: variable 'ansible_timeout' from source: unknown 11924 1726884895.45937: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884895.46040: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884895.46059: variable 'omit' from source: magic vars 11924 1726884895.46163: starting attempt loop 11924 1726884895.46167: running the handler 11924 1726884895.46169: handler run complete 11924 1726884895.46171: attempt loop complete, returning result 11924 1726884895.46173: _execute() done 11924 1726884895.46175: dumping result to json 11924 1726884895.46178: done dumping result, returning 11924 1726884895.46180: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected size [0affc8a3-6f6f-f4c0-2290-000000001bb9] 11924 1726884895.46182: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bb9 11924 1726884895.46256: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bb9 11924 1726884895.46260: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } 11924 1726884895.46319: no more pending results, returning what we have 11924 1726884895.46323: results queue empty 11924 1726884895.46323: checking for any_errors_fatal 11924 1726884895.46338: done checking for any_errors_fatal 11924 1726884895.46339: checking for max_fail_percentage 11924 1726884895.46341: done checking for max_fail_percentage 11924 1726884895.46342: checking to see if all hosts have failed and the running result is not ok 11924 1726884895.46343: done checking to see if all hosts have failed 11924 1726884895.46343: getting the remaining hosts for this loop 11924 1726884895.46345: done getting the remaining hosts for this loop 11924 1726884895.46350: getting the next task for host managed_node2 11924 1726884895.46361: done getting next task for host managed_node2 11924 1726884895.46365: ^ task is: TASK: Show expected size 11924 1726884895.46372: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884895.46385: getting variables 11924 1726884895.46388: in VariableManager get_vars() 11924 1726884895.46436: Calling all_inventory to load vars for managed_node2 11924 1726884895.46439: Calling groups_inventory to load vars for managed_node2 11924 1726884895.46444: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884895.46759: Calling all_plugins_play to load vars for managed_node2 11924 1726884895.46764: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884895.46769: Calling groups_plugins_play to load vars for managed_node2 11924 1726884895.47350: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884895.47978: done with get_vars() 11924 1726884895.47994: done getting variables 11924 1726884895.48051: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:55 -0400 (0:00:00.072) 0:01:00.819 ****** 11924 1726884895.48085: entering _queue_task() for managed_node2/debug 11924 1726884895.48346: worker is 1 (out of 1 available) 11924 1726884895.48363: exiting _queue_task() for managed_node2/debug 11924 1726884895.48376: done queuing things up, now waiting for results queue to drain 11924 1726884895.48378: waiting for pending results... 11924 1726884895.48761: running TaskExecutor() for managed_node2/TASK: Show expected size 11924 1726884895.48766: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bba 11924 1726884895.48769: variable 'ansible_search_path' from source: unknown 11924 1726884895.48804: calling self._execute() 11924 1726884895.48931: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884895.48944: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884895.48966: variable 'omit' from source: magic vars 11924 1726884895.49080: variable 'omit' from source: magic vars 11924 1726884895.49289: variable 'omit' from source: magic vars 11924 1726884895.49293: variable 'omit' from source: magic vars 11924 1726884895.49295: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884895.49342: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884895.49376: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884895.49409: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884895.49426: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884895.49450: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884895.49475: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884895.49519: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884895.49528: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884895.49536: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884895.49669: Set connection var ansible_shell_executable to /bin/sh 11924 1726884895.49678: Set connection var ansible_connection to ssh 11924 1726884895.49689: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884895.49703: Set connection var ansible_timeout to 10 11924 1726884895.49715: Set connection var ansible_pipelining to False 11924 1726884895.49731: Set connection var ansible_shell_type to sh 11924 1726884895.49836: variable 'ansible_shell_executable' from source: unknown 11924 1726884895.49839: variable 'ansible_connection' from source: unknown 11924 1726884895.49842: variable 'ansible_module_compression' from source: unknown 11924 1726884895.49844: variable 'ansible_shell_type' from source: unknown 11924 1726884895.49847: variable 'ansible_shell_executable' from source: unknown 11924 1726884895.49849: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884895.49851: variable 'ansible_pipelining' from source: unknown 11924 1726884895.49853: variable 'ansible_timeout' from source: unknown 11924 1726884895.49856: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884895.49976: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884895.49993: variable 'omit' from source: magic vars 11924 1726884895.50008: starting attempt loop 11924 1726884895.50015: running the handler 11924 1726884895.50077: variable 'storage_test_expected_size' from source: set_fact 11924 1726884895.50280: variable 'storage_test_expected_size' from source: set_fact 11924 1726884895.50315: handler run complete 11924 1726884895.50337: attempt loop complete, returning result 11924 1726884895.50380: _execute() done 11924 1726884895.50383: dumping result to json 11924 1726884895.50386: done dumping result, returning 11924 1726884895.50388: done running TaskExecutor() for managed_node2/TASK: Show expected size [0affc8a3-6f6f-f4c0-2290-000000001bba] 11924 1726884895.50390: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bba ok: [managed_node2] => { "storage_test_expected_size": "5368709120" } 11924 1726884895.50532: no more pending results, returning what we have 11924 1726884895.50535: results queue empty 11924 1726884895.50536: checking for any_errors_fatal 11924 1726884895.50546: done checking for any_errors_fatal 11924 1726884895.50547: checking for max_fail_percentage 11924 1726884895.50549: done checking for max_fail_percentage 11924 1726884895.50549: checking to see if all hosts have failed and the running result is not ok 11924 1726884895.50550: done checking to see if all hosts have failed 11924 1726884895.50551: getting the remaining hosts for this loop 11924 1726884895.50553: done getting the remaining hosts for this loop 11924 1726884895.50558: getting the next task for host managed_node2 11924 1726884895.50567: done getting next task for host managed_node2 11924 1726884895.50570: ^ task is: TASK: Get the size of parent/pool device 11924 1726884895.50576: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884895.50582: getting variables 11924 1726884895.50584: in VariableManager get_vars() 11924 1726884895.50618: Calling all_inventory to load vars for managed_node2 11924 1726884895.50621: Calling groups_inventory to load vars for managed_node2 11924 1726884895.50624: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884895.50634: Calling all_plugins_play to load vars for managed_node2 11924 1726884895.50637: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884895.50640: Calling groups_plugins_play to load vars for managed_node2 11924 1726884895.51268: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bba 11924 1726884895.51271: WORKER PROCESS EXITING 11924 1726884895.51327: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884895.51988: done with get_vars() 11924 1726884895.52009: 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 22:14:55 -0400 (0:00:00.040) 0:01:00.859 ****** 11924 1726884895.52090: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884895.52459: worker is 1 (out of 1 available) 11924 1726884895.52472: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884895.52483: done queuing things up, now waiting for results queue to drain 11924 1726884895.52485: waiting for pending results... 11924 1726884895.52729: running TaskExecutor() for managed_node2/TASK: Get the size of parent/pool device 11924 1726884895.52858: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bbb 11924 1726884895.52879: variable 'ansible_search_path' from source: unknown 11924 1726884895.52934: calling self._execute() 11924 1726884895.53148: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884895.53152: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884895.53155: variable 'omit' from source: magic vars 11924 1726884895.53463: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884895.56353: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884895.56436: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884895.56481: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884895.56525: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884895.56566: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884895.56753: variable '_storage_test_volume_present' from source: set_fact 11924 1726884895.56758: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884895.56873: variable 'storage_test_volume' from source: include params 11924 1726884895.56909: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884895.56921: variable 'omit' from source: magic vars 11924 1726884895.57008: variable 'omit' from source: magic vars 11924 1726884895.57178: variable 'ansible_lvm' from source: facts 11924 1726884895.57190: variable 'storage_test_pool' from source: include params 11924 1726884895.57247: variable 'omit' from source: magic vars 11924 1726884895.57283: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884895.57362: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884895.57365: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884895.57375: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884895.57390: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884895.57422: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884895.57445: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884895.57482: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884895.57528: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884895.57531: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884895.57631: Set connection var ansible_shell_executable to /bin/sh 11924 1726884895.57662: Set connection var ansible_connection to ssh 11924 1726884895.57665: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884895.57668: Set connection var ansible_timeout to 10 11924 1726884895.57860: Set connection var ansible_pipelining to False 11924 1726884895.57863: Set connection var ansible_shell_type to sh 11924 1726884895.57865: variable 'ansible_shell_executable' from source: unknown 11924 1726884895.57867: variable 'ansible_connection' from source: unknown 11924 1726884895.57869: variable 'ansible_module_compression' from source: unknown 11924 1726884895.57870: variable 'ansible_shell_type' from source: unknown 11924 1726884895.57872: variable 'ansible_shell_executable' from source: unknown 11924 1726884895.57874: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884895.57875: variable 'ansible_pipelining' from source: unknown 11924 1726884895.57877: variable 'ansible_timeout' from source: unknown 11924 1726884895.57879: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884895.57881: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884895.57890: variable 'omit' from source: magic vars 11924 1726884895.57902: starting attempt loop 11924 1726884895.57908: running the handler 11924 1726884895.57921: _low_level_execute_command(): starting 11924 1726884895.57929: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884895.58623: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884895.58663: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884895.58773: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884895.58795: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884895.58893: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884895.60605: stdout chunk (state=3): >>>/root <<< 11924 1726884895.60766: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884895.60770: stdout chunk (state=3): >>><<< 11924 1726884895.60773: stderr chunk (state=3): >>><<< 11924 1726884895.60891: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884895.60906: _low_level_execute_command(): starting 11924 1726884895.60910: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884895.6080432-14654-159371391741129 `" && echo ansible-tmp-1726884895.6080432-14654-159371391741129="` echo /root/.ansible/tmp/ansible-tmp-1726884895.6080432-14654-159371391741129 `" ) && sleep 0' 11924 1726884895.61470: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884895.61506: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884895.61524: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884895.61536: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884895.61619: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884895.63726: stdout chunk (state=3): >>>ansible-tmp-1726884895.6080432-14654-159371391741129=/root/.ansible/tmp/ansible-tmp-1726884895.6080432-14654-159371391741129 <<< 11924 1726884895.63786: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884895.63789: stdout chunk (state=3): >>><<< 11924 1726884895.63796: stderr chunk (state=3): >>><<< 11924 1726884895.63816: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884895.6080432-14654-159371391741129=/root/.ansible/tmp/ansible-tmp-1726884895.6080432-14654-159371391741129 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884895.63873: variable 'ansible_module_compression' from source: unknown 11924 1726884895.63912: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 11924 1726884895.63944: variable 'ansible_facts' from source: unknown 11924 1726884895.64029: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884895.6080432-14654-159371391741129/AnsiballZ_bsize.py 11924 1726884895.64239: Sending initial data 11924 1726884895.64242: Sent initial data (154 bytes) 11924 1726884895.64761: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884895.64765: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884895.64767: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884895.64770: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884895.64908: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884895.64913: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884895.64915: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884895.64967: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884895.66616: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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" <<< 11924 1726884895.66620: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 11924 1726884895.66860: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884895.66864: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp4sebvxhw /root/.ansible/tmp/ansible-tmp-1726884895.6080432-14654-159371391741129/AnsiballZ_bsize.py <<< 11924 1726884895.66866: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884895.6080432-14654-159371391741129/AnsiballZ_bsize.py" <<< 11924 1726884895.66871: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp4sebvxhw" to remote "/root/.ansible/tmp/ansible-tmp-1726884895.6080432-14654-159371391741129/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884895.6080432-14654-159371391741129/AnsiballZ_bsize.py" <<< 11924 1726884895.67587: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884895.67651: stderr chunk (state=3): >>><<< 11924 1726884895.67662: stdout chunk (state=3): >>><<< 11924 1726884895.67714: done transferring module to remote 11924 1726884895.67728: _low_level_execute_command(): starting 11924 1726884895.67731: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884895.6080432-14654-159371391741129/ /root/.ansible/tmp/ansible-tmp-1726884895.6080432-14654-159371391741129/AnsiballZ_bsize.py && sleep 0' 11924 1726884895.68359: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884895.68369: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884895.68380: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884895.68394: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884895.68496: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884895.68514: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884895.68535: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884895.68614: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884895.70472: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884895.70528: stderr chunk (state=3): >>><<< 11924 1726884895.70531: stdout chunk (state=3): >>><<< 11924 1726884895.70551: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884895.70557: _low_level_execute_command(): starting 11924 1726884895.70560: _low_level_execute_command(): using become for this command 11924 1726884895.70571: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-wjquzjhkdiozalkfwmahxemxluvaengh ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884895.6080432-14654-159371391741129/AnsiballZ_bsize.py'"'"' && sleep 0' 11924 1726884895.70873: Initial state: awaiting_escalation: BECOME-SUCCESS-wjquzjhkdiozalkfwmahxemxluvaengh 11924 1726884895.71273: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884895.71276: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884895.71333: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884895.71350: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884895.71372: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884895.71411: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884895.71471: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884895.74552: stdout chunk (state=1): >>>BECOME-SUCCESS-wjquzjhkdiozalkfwmahxemxluvaengh <<< 11924 1726884895.74559: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-wjquzjhkdiozalkfwmahxemxluvaengh' 11924 1726884895.74877: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884895.74916: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884895.74945: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884895.75017: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884895.75026: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884895.75053: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884895.75091: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884895.75113: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884895.75133: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 11924 1726884895.75150: stdout chunk (state=3): >>># installed zipimport hook <<< 11924 1726884895.75188: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884895.75197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884895.75206: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884895.75237: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884895.75280: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884895.75317: 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 0x7f989e7683e0> <<< 11924 1726884895.75341: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e737a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884895.75400: 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 0x7f989e76a960> <<< 11924 1726884895.75404: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884895.75439: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884895.75442: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884895.75486: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884895.75490: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884895.75564: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884895.75596: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884895.75633: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # <<< 11924 1726884895.75661: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884895.75699: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884895.75702: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884895.75736: 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' <<< 11924 1726884895.75765: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e51cfe0> <<< 11924 1726884895.75835: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884895.75838: 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 0x7f989e51dfd0> <<< 11924 1726884895.75878: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884895.75900: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884895.76142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884895.76156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884895.76175: 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' <<< 11924 1726884895.76206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884895.76322: 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 0x7f989e563e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884895.76373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 11924 1726884895.76549: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e563ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884895.76600: 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 0x7f989e593830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e593ec0> <<< 11924 1726884895.76605: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884895.76659: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e573ad0> import '_functools' # <<< 11924 1726884895.76697: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5711f0> <<< 11924 1726884895.76791: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e560fb0> <<< 11924 1726884895.76819: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884895.76845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884895.76868: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884895.76880: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884895.76932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884895.76935: 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' <<< 11924 1726884895.76972: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5b7800> <<< 11924 1726884895.76984: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5b6420> <<< 11924 1726884895.77020: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884895.77033: 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 0x7f989e5720c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5b4c20> <<< 11924 1726884895.77074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884895.77087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5e8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e560230> <<< 11924 1726884895.77111: 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' <<< 11924 1726884895.77160: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884895.77166: 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 0x7f989e5e8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5e8b90> <<< 11924 1726884895.77193: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884895.77206: 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 0x7f989e5e8f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e556d50> <<< 11924 1726884895.77254: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884895.77272: 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 <<< 11924 1726884895.77302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884895.77316: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5e95b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5e92b0> import 'importlib.machinery' # <<< 11924 1726884895.77362: 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' <<< 11924 1726884895.77391: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5ea4b0> <<< 11924 1726884895.77401: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884895.77421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884895.77465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884895.77505: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884895.77508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e6006b0> import 'errno' # <<< 11924 1726884895.77545: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884895.77548: 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 0x7f989e601d90> <<< 11924 1726884895.77578: 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' <<< 11924 1726884895.77612: 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' <<< 11924 1726884895.77632: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e602c30> <<< 11924 1726884895.77673: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884895.77694: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989e603290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e602180> <<< 11924 1726884895.77722: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884895.77737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884895.77769: 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 0x7f989e603d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e603440> <<< 11924 1726884895.77826: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5ea420> <<< 11924 1726884895.77841: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884895.77872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884895.77888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884895.77912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884895.77974: 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' <<< 11924 1726884895.77977: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989e397b90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884895.78001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884895.78017: 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 0x7f989e3c06e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e3c0440> <<< 11924 1726884895.78044: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884895.78064: 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 0x7f989e3c0710> <<< 11924 1726884895.78083: 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' <<< 11924 1726884895.78206: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884895.78282: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989e3c1040> <<< 11924 1726884895.78421: 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 0x7f989e3c1970> <<< 11924 1726884895.78475: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e3c08f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e395d30> <<< 11924 1726884895.78479: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884895.78511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884895.78515: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884895.78568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e3c2d50> <<< 11924 1726884895.78572: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e3c1a90> <<< 11924 1726884895.78590: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5eabd0> <<< 11924 1726884895.78605: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884895.78681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884895.78692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884895.78721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884895.78757: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e3eb080> <<< 11924 1726884895.78812: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884895.78849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884895.78852: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884895.78870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884895.78922: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e4133e0> <<< 11924 1726884895.78934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884895.78979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884895.79047: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884895.79067: 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 0x7f989e4701d0> <<< 11924 1726884895.79084: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884895.79116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884895.79141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884895.79179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884895.79269: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e472930> <<< 11924 1726884895.79347: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e4702f0> <<< 11924 1726884895.79381: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e43d1c0> <<< 11924 1726884895.79410: 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 0x7f989e43d970> <<< 11924 1726884895.79436: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e4121e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e3c3c50> <<< 11924 1726884895.79558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884895.79574: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f989e412540> <<< 11924 1726884895.79751: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_p7go4q4u/ansible_fedora.linux_system_roles.bsize_payload.zip' # zipimport: zlib available <<< 11924 1726884895.79895: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.79933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884895.79945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884895.79977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884895.80060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884895.80104: 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' <<< 11924 1726884895.80108: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dd7aff0> import '_typing' # <<< 11924 1726884895.80303: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dd5dee0> <<< 11924 1726884895.80306: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dd5d040> # zipimport: zlib available <<< 11924 1726884895.80333: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884895.80375: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.80391: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884895.80410: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884895.81817: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.83037: 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 0x7f989dd78ec0> <<< 11924 1726884895.83042: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884895.83044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884895.83050: 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' <<< 11924 1726884895.83053: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884895.83085: 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 0x7f989ddae960> <<< 11924 1726884895.83117: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989ddae6f0> <<< 11924 1726884895.83155: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989ddae000> <<< 11924 1726884895.83191: 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' <<< 11924 1726884895.83228: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989ddaea50> <<< 11924 1726884895.83239: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dd7ba10> import 'atexit' # <<< 11924 1726884895.83266: 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 0x7f989ddaf710> <<< 11924 1726884895.83306: 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 0x7f989ddaf950> <<< 11924 1726884895.83324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884895.83382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884895.83387: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884895.83440: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989ddafe90> <<< 11924 1726884895.83453: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884895.83467: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884895.83490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884895.83533: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc19c70> <<< 11924 1726884895.83571: 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 0x7f989dc1b3b0> <<< 11924 1726884895.83586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884895.83610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884895.83640: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc1c230> <<< 11924 1726884895.83665: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884895.83703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884895.83738: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc1d3d0> <<< 11924 1726884895.83742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884895.83801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884895.83805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884895.83818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884895.83867: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc1fe30> <<< 11924 1726884895.83914: 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 0x7f989e602ba0> <<< 11924 1726884895.83918: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc1e0f0> <<< 11924 1726884895.83939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884895.83968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884895.84009: 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' <<< 11924 1726884895.84019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884895.84052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884895.84095: 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 0x7f989dc27c50> <<< 11924 1726884895.84120: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884895.84173: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc26720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc264b0> <<< 11924 1726884895.84208: 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' <<< 11924 1726884895.84282: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc269f0> <<< 11924 1726884895.84329: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc1e600> <<< 11924 1726884895.84346: 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 0x7f989dc6bec0> <<< 11924 1726884895.84371: 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 0x7f989dc6bfe0> <<< 11924 1726884895.84423: 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 <<< 11924 1726884895.84427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884895.84447: 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' <<< 11924 1726884895.84473: 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 0x7f989dc6da30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc6d820> <<< 11924 1726884895.84496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884895.84620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884895.84683: 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 0x7f989dc6ffb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc6e0f0> <<< 11924 1726884895.84705: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884895.84735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884895.84788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884895.84791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884895.84826: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc737d0> <<< 11924 1726884895.84996: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc701a0> <<< 11924 1726884895.85025: stdout 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 0x7f989dc74890> <<< 11924 1726884895.85124: stdout 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 0x7f989dc744d0> <<< 11924 1726884895.85156: stdout 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 0x7f989dc74980> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc6c170> <<< 11924 1726884895.85160: 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' <<< 11924 1726884895.85196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884895.85204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884895.85219: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884895.85276: 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 0x7f989dcfc140> <<< 11924 1726884895.85513: 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 0x7f989dcfd3d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc768d0> <<< 11924 1726884895.85517: 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 0x7f989dc77c80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc76510> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884895.85525: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.85796: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.85804: 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 <<< 11924 1726884895.85884: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.86014: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.86563: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.87406: 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 0x7f989db055b0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989db063c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dcfd7f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884895.87435: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884895.87450: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.87741: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.87760: 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 0x7f989db06450> <<< 11924 1726884895.87829: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.88231: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.88683: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.88761: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.88834: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884895.88851: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.88881: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.88928: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884895.88995: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.89138: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884895.89161: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884895.89174: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.89211: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884895.89251: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.89445: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.89682: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884895.89738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884895.89810: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884895.89834: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989db07620> # zipimport: zlib available <<< 11924 1726884895.89911: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.90038: 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 <<< 11924 1726884895.90059: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.90101: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884895.90257: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884895.90272: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.90345: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884895.90375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884895.90473: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989db12120> <<< 11924 1726884895.90520: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989db0d8b0> <<< 11924 1726884895.90692: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884895.90696: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884895.90725: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.90770: stdout chunk (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' <<< 11924 1726884895.90814: 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 <<< 11924 1726884895.90833: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884895.90862: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884895.90996: 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 <<< 11924 1726884895.91014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884895.91061: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc02b10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dde27e0> <<< 11924 1726884895.91147: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989db122a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989db07230> # destroy ansible.module_utils.distro <<< 11924 1726884895.91165: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884895.91189: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.91225: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884895.91342: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 11924 1726884895.91367: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 11924 1726884895.91391: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 11924 1726884895.91437: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 11924 1726884895.91474: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.91488: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884895.91527: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.91605: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 11924 1726884895.91639: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 11924 1726884895.91667: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.91761: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.91866: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 11924 1726884895.91934: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884895.92067: stdout chunk (state=3): >>> {"changed": false, "size": "9 GiB", "bytes": 10726680821, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.99G"}}} <<< 11924 1726884895.92087: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884895.92452: 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 <<< 11924 1726884895.92531: 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 <<< 11924 1726884895.92627: stdout chunk (state=3): >>># cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.com<<< 11924 1726884895.92647: stdout chunk (state=3): >>>mon.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 11924 1726884895.92876: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884895.92880: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884895.92930: 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 <<< 11924 1726884895.92933: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884895.92950: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884895.92985: 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 <<< 11924 1726884895.93029: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 11924 1726884895.93061: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884895.93090: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 11924 1726884895.93107: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884895.93162: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884895.93174: 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 <<< 11924 1726884895.93201: 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 <<< 11924 1726884895.93246: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect <<< 11924 1726884895.93278: stdout chunk (state=3): >>># cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 11924 1726884895.93302: 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 <<< 11924 1726884895.93451: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884895.93476: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 11924 1726884895.93505: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884895.93516: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884895.93581: 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 <<< 11924 1726884895.93599: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884895.93685: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884895.93728: 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 <<< 11924 1726884895.93757: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator <<< 11924 1726884895.93782: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 11924 1726884895.93801: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884895.94329: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884895.94434: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884895.94437: stdout chunk (state=3): >>><<< 11924 1726884895.94439: stderr chunk (state=3): >>><<< 11924 1726884895.94531: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e7683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e737a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e76a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e51cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e51dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e563e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e563ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e593830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e593ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e573ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5711f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e560fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5b7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5b6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5720c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5b4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5e8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e560230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989e5e8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5e8b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989e5e8f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e556d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5e95b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5e92b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5ea4b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e6006b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989e601d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e602c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989e603290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e602180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989e603d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e603440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5ea420> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989e397b90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989e3c06e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e3c0440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989e3c0710> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989e3c1040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989e3c1970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e3c08f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e395d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e3c2d50> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e3c1a90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e5eabd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e3eb080> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e4133e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e4701d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e472930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e4702f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e43d1c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e43d970> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e4121e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989e3c3c50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f989e412540> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_p7go4q4u/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 0x7f989dd7aff0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dd5dee0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dd5d040> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dd78ec0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989ddae960> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989ddae6f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989ddae000> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989ddaea50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dd7ba10> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989ddaf710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989ddaf950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989ddafe90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc19c70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989dc1b3b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc1c230> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc1d3d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc1fe30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989e602ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc1e0f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc27c50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc26720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc264b0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc269f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc1e600> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989dc6bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc6bfe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989dc6da30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc6d820> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989dc6ffb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc6e0f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc737d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc701a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989dc74890> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989dc744d0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989dc74980> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc6c170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989dcfc140> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989dcfd3d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc768d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989dc77c80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc76510> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989db055b0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989db063c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dcfd7f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989db06450> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989db07620> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f989db12120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989db0d8b0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dc02b10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989dde27e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989db122a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f989db07230> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": 10726680821, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.99G"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884895.95304: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '9.99G', '_ansible_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-1726884895.6080432-14654-159371391741129/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884895.95308: _low_level_execute_command(): starting 11924 1726884895.95311: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884895.6080432-14654-159371391741129/ > /dev/null 2>&1 && sleep 0' 11924 1726884895.95823: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884895.95850: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884895.95852: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884895.95899: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884895.95903: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884895.96059: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884895.96076: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884895.96110: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884895.96231: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884895.98046: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884895.98108: stderr chunk (state=3): >>><<< 11924 1726884895.98118: stdout chunk (state=3): >>><<< 11924 1726884895.98334: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884895.98338: handler run complete 11924 1726884895.98341: attempt loop complete, returning result 11924 1726884895.98343: _execute() done 11924 1726884895.98345: dumping result to json 11924 1726884895.98348: done dumping result, returning 11924 1726884895.98350: done running TaskExecutor() for managed_node2/TASK: Get the size of parent/pool device [0affc8a3-6f6f-f4c0-2290-000000001bbb] 11924 1726884895.98352: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bbb 11924 1726884895.98444: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bbb 11924 1726884895.98447: WORKER PROCESS EXITING ok: [managed_node2] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } 11924 1726884895.98512: no more pending results, returning what we have 11924 1726884895.98516: results queue empty 11924 1726884895.98516: checking for any_errors_fatal 11924 1726884895.98526: done checking for any_errors_fatal 11924 1726884895.98527: checking for max_fail_percentage 11924 1726884895.98529: done checking for max_fail_percentage 11924 1726884895.98530: checking to see if all hosts have failed and the running result is not ok 11924 1726884895.98530: done checking to see if all hosts have failed 11924 1726884895.98531: getting the remaining hosts for this loop 11924 1726884895.98533: done getting the remaining hosts for this loop 11924 1726884895.98537: getting the next task for host managed_node2 11924 1726884895.98549: done getting next task for host managed_node2 11924 1726884895.98551: ^ task is: TASK: Show test pool 11924 1726884895.98559: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884895.98563: getting variables 11924 1726884895.98565: in VariableManager get_vars() 11924 1726884895.98611: Calling all_inventory to load vars for managed_node2 11924 1726884895.98618: Calling groups_inventory to load vars for managed_node2 11924 1726884895.98625: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884895.98637: Calling all_plugins_play to load vars for managed_node2 11924 1726884895.98640: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884895.98643: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.00201: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.01975: done with get_vars() 11924 1726884896.01998: done getting variables 11924 1726884896.02163: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:56 -0400 (0:00:00.501) 0:01:01.360 ****** 11924 1726884896.02206: entering _queue_task() for managed_node2/debug 11924 1726884896.02714: worker is 1 (out of 1 available) 11924 1726884896.02726: exiting _queue_task() for managed_node2/debug 11924 1726884896.02740: done queuing things up, now waiting for results queue to drain 11924 1726884896.02741: waiting for pending results... 11924 1726884896.03702: running TaskExecutor() for managed_node2/TASK: Show test pool 11924 1726884896.03709: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bbd 11924 1726884896.03720: variable 'ansible_search_path' from source: unknown 11924 1726884896.03762: calling self._execute() 11924 1726884896.03897: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.03917: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.03933: variable 'omit' from source: magic vars 11924 1726884896.04332: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884896.08763: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884896.08767: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884896.08779: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884896.08823: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884896.08913: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884896.09175: variable '_storage_test_volume_present' from source: set_fact 11924 1726884896.09203: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884896.09521: variable 'storage_test_volume' from source: include params 11924 1726884896.09547: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884896.09959: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884896.09996: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884896.10031: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884896.10362: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884896.10365: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884896.10368: variable 'storage_test_volume' from source: include params 11924 1726884896.10370: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884896.10468: when evaluation is False, skipping this task 11924 1726884896.10478: _execute() done 11924 1726884896.10485: dumping result to json 11924 1726884896.10493: done dumping result, returning 11924 1726884896.10509: done running TaskExecutor() for managed_node2/TASK: Show test pool [0affc8a3-6f6f-f4c0-2290-000000001bbd] 11924 1726884896.10522: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bbd skipping: [managed_node2] => { "false_condition": "'%' in storage_test_volume.size | string" } 11924 1726884896.10687: no more pending results, returning what we have 11924 1726884896.10692: results queue empty 11924 1726884896.10693: checking for any_errors_fatal 11924 1726884896.10704: done checking for any_errors_fatal 11924 1726884896.10705: checking for max_fail_percentage 11924 1726884896.10707: done checking for max_fail_percentage 11924 1726884896.10709: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.10710: done checking to see if all hosts have failed 11924 1726884896.10710: getting the remaining hosts for this loop 11924 1726884896.10712: done getting the remaining hosts for this loop 11924 1726884896.10717: getting the next task for host managed_node2 11924 1726884896.10727: done getting next task for host managed_node2 11924 1726884896.10731: ^ task is: TASK: Show test blockinfo 11924 1726884896.10737: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884896.10743: getting variables 11924 1726884896.10745: in VariableManager get_vars() 11924 1726884896.10786: Calling all_inventory to load vars for managed_node2 11924 1726884896.10789: Calling groups_inventory to load vars for managed_node2 11924 1726884896.10793: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.10807: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.10811: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.10815: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.11549: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bbd 11924 1726884896.11552: WORKER PROCESS EXITING 11924 1726884896.12301: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.12939: done with get_vars() 11924 1726884896.12954: done getting variables 11924 1726884896.13026: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:56 -0400 (0:00:00.108) 0:01:01.469 ****** 11924 1726884896.13062: entering _queue_task() for managed_node2/debug 11924 1726884896.13463: worker is 1 (out of 1 available) 11924 1726884896.13474: exiting _queue_task() for managed_node2/debug 11924 1726884896.13487: done queuing things up, now waiting for results queue to drain 11924 1726884896.13488: waiting for pending results... 11924 1726884896.13698: running TaskExecutor() for managed_node2/TASK: Show test blockinfo 11924 1726884896.13881: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bbe 11924 1726884896.13906: variable 'ansible_search_path' from source: unknown 11924 1726884896.13949: calling self._execute() 11924 1726884896.14087: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.14102: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.14119: variable 'omit' from source: magic vars 11924 1726884896.14518: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884896.18166: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884896.18239: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884896.18297: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884896.18342: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884896.18379: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884896.18485: variable '_storage_test_volume_present' from source: set_fact 11924 1726884896.18509: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884896.18649: variable 'storage_test_volume' from source: include params 11924 1726884896.18695: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884896.18845: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884896.18915: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884896.18918: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884896.18955: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884896.18975: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884896.19066: variable 'storage_test_volume' from source: include params 11924 1726884896.19088: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884896.19097: when evaluation is False, skipping this task 11924 1726884896.19107: _execute() done 11924 1726884896.19130: dumping result to json 11924 1726884896.19133: done dumping result, returning 11924 1726884896.19135: done running TaskExecutor() for managed_node2/TASK: Show test blockinfo [0affc8a3-6f6f-f4c0-2290-000000001bbe] 11924 1726884896.19142: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bbe skipping: [managed_node2] => { "false_condition": "'%' in storage_test_volume.size | string" } 11924 1726884896.19415: no more pending results, returning what we have 11924 1726884896.19419: results queue empty 11924 1726884896.19419: checking for any_errors_fatal 11924 1726884896.19431: done checking for any_errors_fatal 11924 1726884896.19432: checking for max_fail_percentage 11924 1726884896.19434: done checking for max_fail_percentage 11924 1726884896.19435: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.19436: done checking to see if all hosts have failed 11924 1726884896.19437: getting the remaining hosts for this loop 11924 1726884896.19438: done getting the remaining hosts for this loop 11924 1726884896.19442: getting the next task for host managed_node2 11924 1726884896.19452: done getting next task for host managed_node2 11924 1726884896.19454: ^ task is: TASK: Show test pool size 11924 1726884896.19463: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884896.19469: getting variables 11924 1726884896.19471: in VariableManager get_vars() 11924 1726884896.19510: Calling all_inventory to load vars for managed_node2 11924 1726884896.19512: Calling groups_inventory to load vars for managed_node2 11924 1726884896.19516: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.19526: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.19530: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.19533: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.20260: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bbe 11924 1726884896.20263: WORKER PROCESS EXITING 11924 1726884896.20761: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.21456: done with get_vars() 11924 1726884896.21476: done getting variables 11924 1726884896.21544: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:56 -0400 (0:00:00.085) 0:01:01.554 ****** 11924 1726884896.21586: entering _queue_task() for managed_node2/debug 11924 1726884896.21979: worker is 1 (out of 1 available) 11924 1726884896.21991: exiting _queue_task() for managed_node2/debug 11924 1726884896.22005: done queuing things up, now waiting for results queue to drain 11924 1726884896.22006: waiting for pending results... 11924 1726884896.22232: running TaskExecutor() for managed_node2/TASK: Show test pool size 11924 1726884896.22411: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bbf 11924 1726884896.22432: variable 'ansible_search_path' from source: unknown 11924 1726884896.22489: calling self._execute() 11924 1726884896.22607: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.22670: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.22674: variable 'omit' from source: magic vars 11924 1726884896.23041: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884896.25523: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884896.25661: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884896.25726: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884896.25777: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884896.25818: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884896.25934: variable '_storage_test_volume_present' from source: set_fact 11924 1726884896.25970: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884896.26159: variable 'storage_test_volume' from source: include params 11924 1726884896.26163: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884896.26344: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884896.26382: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884896.26420: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884896.26474: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884896.26515: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884896.26585: variable 'storage_test_volume' from source: include params 11924 1726884896.26612: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884896.26659: when evaluation is False, skipping this task 11924 1726884896.26663: _execute() done 11924 1726884896.26670: dumping result to json 11924 1726884896.26673: done dumping result, returning 11924 1726884896.26676: done running TaskExecutor() for managed_node2/TASK: Show test pool size [0affc8a3-6f6f-f4c0-2290-000000001bbf] 11924 1726884896.26678: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bbf 11924 1726884896.26888: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bbf 11924 1726884896.26893: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "'%' in storage_test_volume.size | string" } 11924 1726884896.26940: no more pending results, returning what we have 11924 1726884896.26944: results queue empty 11924 1726884896.26945: checking for any_errors_fatal 11924 1726884896.26951: done checking for any_errors_fatal 11924 1726884896.26952: checking for max_fail_percentage 11924 1726884896.26954: done checking for max_fail_percentage 11924 1726884896.26957: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.26958: done checking to see if all hosts have failed 11924 1726884896.26959: getting the remaining hosts for this loop 11924 1726884896.26961: done getting the remaining hosts for this loop 11924 1726884896.26965: getting the next task for host managed_node2 11924 1726884896.26976: done getting next task for host managed_node2 11924 1726884896.26979: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 11924 1726884896.26986: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884896.27061: getting variables 11924 1726884896.27064: in VariableManager get_vars() 11924 1726884896.27119: Calling all_inventory to load vars for managed_node2 11924 1726884896.27122: Calling groups_inventory to load vars for managed_node2 11924 1726884896.27126: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.27136: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.27139: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.27142: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.27982: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.28677: done with get_vars() 11924 1726884896.28693: done getting variables 11924 1726884896.28759: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:56 -0400 (0:00:00.072) 0:01:01.627 ****** 11924 1726884896.28853: entering _queue_task() for managed_node2/set_fact 11924 1726884896.29273: worker is 1 (out of 1 available) 11924 1726884896.29292: exiting _queue_task() for managed_node2/set_fact 11924 1726884896.29311: done queuing things up, now waiting for results queue to drain 11924 1726884896.29312: waiting for pending results... 11924 1726884896.29643: running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value 11924 1726884896.29727: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bc0 11924 1726884896.29752: variable 'ansible_search_path' from source: unknown 11924 1726884896.29789: calling self._execute() 11924 1726884896.29979: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.29992: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.30009: variable 'omit' from source: magic vars 11924 1726884896.30400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884896.33429: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884896.33661: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884896.33665: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884896.33667: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884896.33669: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884896.33721: variable '_storage_test_volume_present' from source: set_fact 11924 1726884896.33744: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884896.33875: variable 'storage_test_volume' from source: include params 11924 1726884896.33902: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884896.34069: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884896.34105: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884896.34136: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884896.34186: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884896.34207: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884896.34293: variable 'storage_test_volume' from source: include params 11924 1726884896.34316: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884896.34324: when evaluation is False, skipping this task 11924 1726884896.34334: _execute() done 11924 1726884896.34345: dumping result to json 11924 1726884896.34352: done dumping result, returning 11924 1726884896.34366: done running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-f4c0-2290-000000001bc0] 11924 1726884896.34377: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc0 11924 1726884896.34701: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc0 11924 1726884896.34704: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } 11924 1726884896.34760: no more pending results, returning what we have 11924 1726884896.34764: results queue empty 11924 1726884896.34765: checking for any_errors_fatal 11924 1726884896.34773: done checking for any_errors_fatal 11924 1726884896.34774: checking for max_fail_percentage 11924 1726884896.34776: done checking for max_fail_percentage 11924 1726884896.34777: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.34777: done checking to see if all hosts have failed 11924 1726884896.34778: getting the remaining hosts for this loop 11924 1726884896.34780: done getting the remaining hosts for this loop 11924 1726884896.34784: getting the next task for host managed_node2 11924 1726884896.34801: done getting next task for host managed_node2 11924 1726884896.34804: ^ task is: TASK: Default thin pool reserved space values 11924 1726884896.34811: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884896.34815: getting variables 11924 1726884896.34817: in VariableManager get_vars() 11924 1726884896.34853: Calling all_inventory to load vars for managed_node2 11924 1726884896.34857: Calling groups_inventory to load vars for managed_node2 11924 1726884896.34861: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.34872: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.34875: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.34878: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.35578: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.36197: done with get_vars() 11924 1726884896.36214: done getting variables 11924 1726884896.36294: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:56 -0400 (0:00:00.074) 0:01:01.702 ****** 11924 1726884896.36337: entering _queue_task() for managed_node2/set_fact 11924 1726884896.36828: worker is 1 (out of 1 available) 11924 1726884896.36840: exiting _queue_task() for managed_node2/set_fact 11924 1726884896.36852: done queuing things up, now waiting for results queue to drain 11924 1726884896.36853: waiting for pending results... 11924 1726884896.37144: running TaskExecutor() for managed_node2/TASK: Default thin pool reserved space values 11924 1726884896.37307: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bc2 11924 1726884896.37325: variable 'ansible_search_path' from source: unknown 11924 1726884896.37365: calling self._execute() 11924 1726884896.37485: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.37495: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.37514: variable 'omit' from source: magic vars 11924 1726884896.37871: variable 'storage_test_volume' from source: include params 11924 1726884896.37905: Evaluated conditional (storage_test_volume.thin): False 11924 1726884896.37913: when evaluation is False, skipping this task 11924 1726884896.37919: _execute() done 11924 1726884896.37926: dumping result to json 11924 1726884896.37932: done dumping result, returning 11924 1726884896.37945: done running TaskExecutor() for managed_node2/TASK: Default thin pool reserved space values [0affc8a3-6f6f-f4c0-2290-000000001bc2] 11924 1726884896.37954: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc2 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884896.38214: no more pending results, returning what we have 11924 1726884896.38218: results queue empty 11924 1726884896.38219: checking for any_errors_fatal 11924 1726884896.38226: done checking for any_errors_fatal 11924 1726884896.38227: checking for max_fail_percentage 11924 1726884896.38229: done checking for max_fail_percentage 11924 1726884896.38230: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.38231: done checking to see if all hosts have failed 11924 1726884896.38231: getting the remaining hosts for this loop 11924 1726884896.38233: done getting the remaining hosts for this loop 11924 1726884896.38237: getting the next task for host managed_node2 11924 1726884896.38247: done getting next task for host managed_node2 11924 1726884896.38250: ^ task is: TASK: Default minimal thin pool reserved space size 11924 1726884896.38268: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884896.38274: getting variables 11924 1726884896.38276: in VariableManager get_vars() 11924 1726884896.38310: Calling all_inventory to load vars for managed_node2 11924 1726884896.38312: Calling groups_inventory to load vars for managed_node2 11924 1726884896.38316: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.38466: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.38470: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.38473: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.39039: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.39569: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc2 11924 1726884896.39574: WORKER PROCESS EXITING 11924 1726884896.39682: done with get_vars() 11924 1726884896.39698: 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 22:14:56 -0400 (0:00:00.034) 0:01:01.736 ****** 11924 1726884896.39786: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884896.40050: worker is 1 (out of 1 available) 11924 1726884896.40166: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884896.40177: done queuing things up, now waiting for results queue to drain 11924 1726884896.40179: waiting for pending results... 11924 1726884896.40375: running TaskExecutor() for managed_node2/TASK: Default minimal thin pool reserved space size 11924 1726884896.40562: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bc3 11924 1726884896.40566: variable 'ansible_search_path' from source: unknown 11924 1726884896.40581: calling self._execute() 11924 1726884896.40699: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.41085: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.41088: variable 'omit' from source: magic vars 11924 1726884896.41335: variable 'storage_test_volume' from source: include params 11924 1726884896.41600: Evaluated conditional (storage_test_volume.thin): False 11924 1726884896.41609: when evaluation is False, skipping this task 11924 1726884896.41615: _execute() done 11924 1726884896.41622: dumping result to json 11924 1726884896.41629: done dumping result, returning 11924 1726884896.41639: done running TaskExecutor() for managed_node2/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-f4c0-2290-000000001bc3] 11924 1726884896.41649: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc3 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884896.41895: no more pending results, returning what we have 11924 1726884896.41899: results queue empty 11924 1726884896.41899: checking for any_errors_fatal 11924 1726884896.41909: done checking for any_errors_fatal 11924 1726884896.41910: checking for max_fail_percentage 11924 1726884896.41912: done checking for max_fail_percentage 11924 1726884896.41913: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.41914: done checking to see if all hosts have failed 11924 1726884896.41914: getting the remaining hosts for this loop 11924 1726884896.41916: done getting the remaining hosts for this loop 11924 1726884896.41920: getting the next task for host managed_node2 11924 1726884896.41930: done getting next task for host managed_node2 11924 1726884896.41932: ^ task is: TASK: Default maximal thin pool reserved space size 11924 1726884896.41939: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884896.41944: getting variables 11924 1726884896.41946: in VariableManager get_vars() 11924 1726884896.41980: Calling all_inventory to load vars for managed_node2 11924 1726884896.41983: Calling groups_inventory to load vars for managed_node2 11924 1726884896.41987: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.41999: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.42002: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.42005: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.42969: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc3 11924 1726884896.42973: WORKER PROCESS EXITING 11924 1726884896.43015: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.43620: done with get_vars() 11924 1726884896.43636: 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 22:14:56 -0400 (0:00:00.039) 0:01:01.776 ****** 11924 1726884896.43725: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884896.43981: worker is 1 (out of 1 available) 11924 1726884896.43992: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884896.44004: done queuing things up, now waiting for results queue to drain 11924 1726884896.44006: waiting for pending results... 11924 1726884896.44287: running TaskExecutor() for managed_node2/TASK: Default maximal thin pool reserved space size 11924 1726884896.44430: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bc4 11924 1726884896.44450: variable 'ansible_search_path' from source: unknown 11924 1726884896.44493: calling self._execute() 11924 1726884896.44609: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.44619: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.44633: variable 'omit' from source: magic vars 11924 1726884896.44983: variable 'storage_test_volume' from source: include params 11924 1726884896.45016: Evaluated conditional (storage_test_volume.thin): False 11924 1726884896.45027: when evaluation is False, skipping this task 11924 1726884896.45035: _execute() done 11924 1726884896.45042: dumping result to json 11924 1726884896.45049: done dumping result, returning 11924 1726884896.45061: done running TaskExecutor() for managed_node2/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-f4c0-2290-000000001bc4] 11924 1726884896.45071: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc4 11924 1726884896.45304: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc4 11924 1726884896.45307: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884896.45349: no more pending results, returning what we have 11924 1726884896.45352: results queue empty 11924 1726884896.45353: checking for any_errors_fatal 11924 1726884896.45360: done checking for any_errors_fatal 11924 1726884896.45361: checking for max_fail_percentage 11924 1726884896.45362: done checking for max_fail_percentage 11924 1726884896.45363: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.45364: done checking to see if all hosts have failed 11924 1726884896.45365: getting the remaining hosts for this loop 11924 1726884896.45366: done getting the remaining hosts for this loop 11924 1726884896.45369: getting the next task for host managed_node2 11924 1726884896.45377: done getting next task for host managed_node2 11924 1726884896.45380: ^ task is: TASK: Calculate maximum usable space in thin pool 11924 1726884896.45385: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884896.45389: getting variables 11924 1726884896.45390: in VariableManager get_vars() 11924 1726884896.45419: Calling all_inventory to load vars for managed_node2 11924 1726884896.45421: Calling groups_inventory to load vars for managed_node2 11924 1726884896.45425: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.45435: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.45438: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.45440: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.46416: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.47022: done with get_vars() 11924 1726884896.47035: done getting variables 11924 1726884896.47093: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:56 -0400 (0:00:00.034) 0:01:01.810 ****** 11924 1726884896.47131: entering _queue_task() for managed_node2/set_fact 11924 1726884896.47400: worker is 1 (out of 1 available) 11924 1726884896.47412: exiting _queue_task() for managed_node2/set_fact 11924 1726884896.47424: done queuing things up, now waiting for results queue to drain 11924 1726884896.47426: waiting for pending results... 11924 1726884896.47736: running TaskExecutor() for managed_node2/TASK: Calculate maximum usable space in thin pool 11924 1726884896.47913: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bc5 11924 1726884896.47938: variable 'ansible_search_path' from source: unknown 11924 1726884896.47993: calling self._execute() 11924 1726884896.48123: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.48260: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.48264: variable 'omit' from source: magic vars 11924 1726884896.48573: variable 'storage_test_volume' from source: include params 11924 1726884896.48614: Evaluated conditional (storage_test_volume.thin): False 11924 1726884896.48625: when evaluation is False, skipping this task 11924 1726884896.48634: _execute() done 11924 1726884896.48642: dumping result to json 11924 1726884896.48654: done dumping result, returning 11924 1726884896.48669: done running TaskExecutor() for managed_node2/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-f4c0-2290-000000001bc5] 11924 1726884896.48683: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc5 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884896.48869: no more pending results, returning what we have 11924 1726884896.48873: results queue empty 11924 1726884896.48874: checking for any_errors_fatal 11924 1726884896.48884: done checking for any_errors_fatal 11924 1726884896.48885: checking for max_fail_percentage 11924 1726884896.48891: done checking for max_fail_percentage 11924 1726884896.48893: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.48894: done checking to see if all hosts have failed 11924 1726884896.48895: getting the remaining hosts for this loop 11924 1726884896.48897: done getting the remaining hosts for this loop 11924 1726884896.48901: getting the next task for host managed_node2 11924 1726884896.48912: done getting next task for host managed_node2 11924 1726884896.48915: ^ task is: TASK: Apply upper size limit to max usable thin pool space 11924 1726884896.48924: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884896.48931: getting variables 11924 1726884896.48934: in VariableManager get_vars() 11924 1726884896.48971: Calling all_inventory to load vars for managed_node2 11924 1726884896.48973: Calling groups_inventory to load vars for managed_node2 11924 1726884896.48977: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.48991: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.48995: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.49003: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.49671: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc5 11924 1726884896.49675: WORKER PROCESS EXITING 11924 1726884896.49776: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.50404: done with get_vars() 11924 1726884896.50420: done getting variables 11924 1726884896.50480: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:56 -0400 (0:00:00.033) 0:01:01.844 ****** 11924 1726884896.50515: entering _queue_task() for managed_node2/set_fact 11924 1726884896.50752: worker is 1 (out of 1 available) 11924 1726884896.50766: exiting _queue_task() for managed_node2/set_fact 11924 1726884896.50778: done queuing things up, now waiting for results queue to drain 11924 1726884896.50780: waiting for pending results... 11924 1726884896.51082: running TaskExecutor() for managed_node2/TASK: Apply upper size limit to max usable thin pool space 11924 1726884896.51228: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bc6 11924 1726884896.51254: variable 'ansible_search_path' from source: unknown 11924 1726884896.51300: calling self._execute() 11924 1726884896.51421: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.51432: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.51446: variable 'omit' from source: magic vars 11924 1726884896.51804: variable 'storage_test_volume' from source: include params 11924 1726884896.51842: Evaluated conditional (storage_test_volume.thin): False 11924 1726884896.51851: when evaluation is False, skipping this task 11924 1726884896.51861: _execute() done 11924 1726884896.51870: dumping result to json 11924 1726884896.51878: done dumping result, returning 11924 1726884896.51888: done running TaskExecutor() for managed_node2/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-f4c0-2290-000000001bc6] 11924 1726884896.51899: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc6 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884896.52041: no more pending results, returning what we have 11924 1726884896.52045: results queue empty 11924 1726884896.52045: checking for any_errors_fatal 11924 1726884896.52053: done checking for any_errors_fatal 11924 1726884896.52054: checking for max_fail_percentage 11924 1726884896.52058: done checking for max_fail_percentage 11924 1726884896.52059: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.52060: done checking to see if all hosts have failed 11924 1726884896.52060: getting the remaining hosts for this loop 11924 1726884896.52062: done getting the remaining hosts for this loop 11924 1726884896.52065: getting the next task for host managed_node2 11924 1726884896.52074: done getting next task for host managed_node2 11924 1726884896.52076: ^ task is: TASK: Apply lower size limit to max usable thin pool space 11924 1726884896.52084: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884896.52089: getting variables 11924 1726884896.52090: in VariableManager get_vars() 11924 1726884896.52123: Calling all_inventory to load vars for managed_node2 11924 1726884896.52125: Calling groups_inventory to load vars for managed_node2 11924 1726884896.52128: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.52140: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.52143: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.52146: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.52869: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc6 11924 1726884896.52873: WORKER PROCESS EXITING 11924 1726884896.52938: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.53559: done with get_vars() 11924 1726884896.53573: done getting variables 11924 1726884896.53633: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:56 -0400 (0:00:00.031) 0:01:01.875 ****** 11924 1726884896.53667: entering _queue_task() for managed_node2/set_fact 11924 1726884896.53928: worker is 1 (out of 1 available) 11924 1726884896.53940: exiting _queue_task() for managed_node2/set_fact 11924 1726884896.53952: done queuing things up, now waiting for results queue to drain 11924 1726884896.53954: waiting for pending results... 11924 1726884896.54249: running TaskExecutor() for managed_node2/TASK: Apply lower size limit to max usable thin pool space 11924 1726884896.54412: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bc7 11924 1726884896.54435: variable 'ansible_search_path' from source: unknown 11924 1726884896.54475: calling self._execute() 11924 1726884896.54596: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.54617: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.54632: variable 'omit' from source: magic vars 11924 1726884896.55047: variable 'storage_test_volume' from source: include params 11924 1726884896.55086: Evaluated conditional (storage_test_volume.thin): False 11924 1726884896.55148: when evaluation is False, skipping this task 11924 1726884896.55151: _execute() done 11924 1726884896.55154: dumping result to json 11924 1726884896.55157: done dumping result, returning 11924 1726884896.55160: done running TaskExecutor() for managed_node2/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-f4c0-2290-000000001bc7] 11924 1726884896.55162: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc7 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884896.55491: no more pending results, returning what we have 11924 1726884896.55494: results queue empty 11924 1726884896.55495: checking for any_errors_fatal 11924 1726884896.55502: done checking for any_errors_fatal 11924 1726884896.55503: checking for max_fail_percentage 11924 1726884896.55505: done checking for max_fail_percentage 11924 1726884896.55506: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.55506: done checking to see if all hosts have failed 11924 1726884896.55507: getting the remaining hosts for this loop 11924 1726884896.55508: done getting the remaining hosts for this loop 11924 1726884896.55511: getting the next task for host managed_node2 11924 1726884896.55519: done getting next task for host managed_node2 11924 1726884896.55521: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 11924 1726884896.55527: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884896.55531: getting variables 11924 1726884896.55533: in VariableManager get_vars() 11924 1726884896.55560: Calling all_inventory to load vars for managed_node2 11924 1726884896.55563: Calling groups_inventory to load vars for managed_node2 11924 1726884896.55566: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.55574: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.55577: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.55580: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.56122: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc7 11924 1726884896.56125: WORKER PROCESS EXITING 11924 1726884896.56148: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.56781: done with get_vars() 11924 1726884896.56794: 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 22:14:56 -0400 (0:00:00.032) 0:01:01.907 ****** 11924 1726884896.56874: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884896.57105: worker is 1 (out of 1 available) 11924 1726884896.57117: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884896.57130: done queuing things up, now waiting for results queue to drain 11924 1726884896.57132: waiting for pending results... 11924 1726884896.57413: running TaskExecutor() for managed_node2/TASK: Convert maximum usable thin pool space from int to Size 11924 1726884896.57545: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bc8 11924 1726884896.57570: variable 'ansible_search_path' from source: unknown 11924 1726884896.57617: calling self._execute() 11924 1726884896.57749: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.57768: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.57792: variable 'omit' from source: magic vars 11924 1726884896.58183: variable 'storage_test_volume' from source: include params 11924 1726884896.58225: Evaluated conditional (storage_test_volume.thin): False 11924 1726884896.58239: when evaluation is False, skipping this task 11924 1726884896.58247: _execute() done 11924 1726884896.58255: dumping result to json 11924 1726884896.58264: done dumping result, returning 11924 1726884896.58274: done running TaskExecutor() for managed_node2/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-f4c0-2290-000000001bc8] 11924 1726884896.58284: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc8 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884896.58437: no more pending results, returning what we have 11924 1726884896.58442: results queue empty 11924 1726884896.58443: checking for any_errors_fatal 11924 1726884896.58454: done checking for any_errors_fatal 11924 1726884896.58456: checking for max_fail_percentage 11924 1726884896.58459: done checking for max_fail_percentage 11924 1726884896.58460: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.58461: done checking to see if all hosts have failed 11924 1726884896.58461: getting the remaining hosts for this loop 11924 1726884896.58464: done getting the remaining hosts for this loop 11924 1726884896.58468: getting the next task for host managed_node2 11924 1726884896.58478: done getting next task for host managed_node2 11924 1726884896.58482: ^ task is: TASK: Show max thin pool size 11924 1726884896.58490: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884896.58497: getting variables 11924 1726884896.58499: in VariableManager get_vars() 11924 1726884896.58534: Calling all_inventory to load vars for managed_node2 11924 1726884896.58537: Calling groups_inventory to load vars for managed_node2 11924 1726884896.58541: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.58553: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.58761: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.58767: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.59316: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc8 11924 1726884896.59319: WORKER PROCESS EXITING 11924 1726884896.59342: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.59945: done with get_vars() 11924 1726884896.59960: done getting variables 11924 1726884896.60013: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:56 -0400 (0:00:00.031) 0:01:01.939 ****** 11924 1726884896.60046: entering _queue_task() for managed_node2/debug 11924 1726884896.60300: worker is 1 (out of 1 available) 11924 1726884896.60311: exiting _queue_task() for managed_node2/debug 11924 1726884896.60323: done queuing things up, now waiting for results queue to drain 11924 1726884896.60324: waiting for pending results... 11924 1726884896.60628: running TaskExecutor() for managed_node2/TASK: Show max thin pool size 11924 1726884896.60770: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bc9 11924 1726884896.60795: variable 'ansible_search_path' from source: unknown 11924 1726884896.60834: calling self._execute() 11924 1726884896.60962: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.60973: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.60986: variable 'omit' from source: magic vars 11924 1726884896.61360: variable 'storage_test_volume' from source: include params 11924 1726884896.61399: Evaluated conditional (storage_test_volume.thin): False 11924 1726884896.61411: when evaluation is False, skipping this task 11924 1726884896.61425: _execute() done 11924 1726884896.61436: dumping result to json 11924 1726884896.61444: done dumping result, returning 11924 1726884896.61456: done running TaskExecutor() for managed_node2/TASK: Show max thin pool size [0affc8a3-6f6f-f4c0-2290-000000001bc9] 11924 1726884896.61470: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc9 skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884896.61624: no more pending results, returning what we have 11924 1726884896.61628: results queue empty 11924 1726884896.61629: checking for any_errors_fatal 11924 1726884896.61639: done checking for any_errors_fatal 11924 1726884896.61639: checking for max_fail_percentage 11924 1726884896.61641: done checking for max_fail_percentage 11924 1726884896.61642: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.61643: done checking to see if all hosts have failed 11924 1726884896.61644: getting the remaining hosts for this loop 11924 1726884896.61646: done getting the remaining hosts for this loop 11924 1726884896.61650: getting the next task for host managed_node2 11924 1726884896.61660: done getting next task for host managed_node2 11924 1726884896.61663: ^ task is: TASK: Show volume thin pool size 11924 1726884896.61670: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884896.61676: getting variables 11924 1726884896.61678: in VariableManager get_vars() 11924 1726884896.61711: Calling all_inventory to load vars for managed_node2 11924 1726884896.61714: Calling groups_inventory to load vars for managed_node2 11924 1726884896.61717: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.61729: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.61732: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.61735: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.62369: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bc9 11924 1726884896.62372: WORKER PROCESS EXITING 11924 1726884896.62504: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.63124: done with get_vars() 11924 1726884896.63139: done getting variables 11924 1726884896.63200: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:56 -0400 (0:00:00.031) 0:01:01.971 ****** 11924 1726884896.63241: entering _queue_task() for managed_node2/debug 11924 1726884896.63679: worker is 1 (out of 1 available) 11924 1726884896.63689: exiting _queue_task() for managed_node2/debug 11924 1726884896.63701: done queuing things up, now waiting for results queue to drain 11924 1726884896.63703: waiting for pending results... 11924 1726884896.63809: running TaskExecutor() for managed_node2/TASK: Show volume thin pool size 11924 1726884896.63960: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bca 11924 1726884896.63980: variable 'ansible_search_path' from source: unknown 11924 1726884896.64019: calling self._execute() 11924 1726884896.64161: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.64165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.64177: variable 'omit' from source: magic vars 11924 1726884896.64581: variable 'storage_test_volume' from source: include params 11924 1726884896.64611: Evaluated conditional (storage_test_volume.thin): False 11924 1726884896.64689: when evaluation is False, skipping this task 11924 1726884896.64693: _execute() done 11924 1726884896.64695: dumping result to json 11924 1726884896.64697: done dumping result, returning 11924 1726884896.64700: done running TaskExecutor() for managed_node2/TASK: Show volume thin pool size [0affc8a3-6f6f-f4c0-2290-000000001bca] 11924 1726884896.64703: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bca 11924 1726884896.64771: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bca skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884896.64851: no more pending results, returning what we have 11924 1726884896.64857: results queue empty 11924 1726884896.64859: checking for any_errors_fatal 11924 1726884896.64870: done checking for any_errors_fatal 11924 1726884896.64871: checking for max_fail_percentage 11924 1726884896.64873: done checking for max_fail_percentage 11924 1726884896.64874: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.64875: done checking to see if all hosts have failed 11924 1726884896.64879: getting the remaining hosts for this loop 11924 1726884896.64881: done getting the remaining hosts for this loop 11924 1726884896.64885: getting the next task for host managed_node2 11924 1726884896.64894: done getting next task for host managed_node2 11924 1726884896.64897: ^ task is: TASK: Show test volume size 11924 1726884896.64904: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884896.64910: getting variables 11924 1726884896.64912: in VariableManager get_vars() 11924 1726884896.64947: Calling all_inventory to load vars for managed_node2 11924 1726884896.64950: Calling groups_inventory to load vars for managed_node2 11924 1726884896.64954: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.65067: WORKER PROCESS EXITING 11924 1726884896.65078: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.65082: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.65086: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.66097: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.66666: done with get_vars() 11924 1726884896.66678: done getting variables 11924 1726884896.66730: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:56 -0400 (0:00:00.035) 0:01:02.006 ****** 11924 1726884896.66763: entering _queue_task() for managed_node2/debug 11924 1726884896.67198: worker is 1 (out of 1 available) 11924 1726884896.67210: exiting _queue_task() for managed_node2/debug 11924 1726884896.67222: done queuing things up, now waiting for results queue to drain 11924 1726884896.67224: waiting for pending results... 11924 1726884896.67867: running TaskExecutor() for managed_node2/TASK: Show test volume size 11924 1726884896.68031: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bcb 11924 1726884896.68049: variable 'ansible_search_path' from source: unknown 11924 1726884896.68087: calling self._execute() 11924 1726884896.68208: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.68221: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.68237: variable 'omit' from source: magic vars 11924 1726884896.68603: variable 'storage_test_volume' from source: include params 11924 1726884896.68662: Evaluated conditional (storage_test_volume.thin): False 11924 1726884896.68666: when evaluation is False, skipping this task 11924 1726884896.68668: _execute() done 11924 1726884896.68671: dumping result to json 11924 1726884896.68673: done dumping result, returning 11924 1726884896.68675: done running TaskExecutor() for managed_node2/TASK: Show test volume size [0affc8a3-6f6f-f4c0-2290-000000001bcb] 11924 1726884896.68681: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bcb skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884896.68813: no more pending results, returning what we have 11924 1726884896.68817: results queue empty 11924 1726884896.68818: checking for any_errors_fatal 11924 1726884896.68827: done checking for any_errors_fatal 11924 1726884896.68828: checking for max_fail_percentage 11924 1726884896.68830: done checking for max_fail_percentage 11924 1726884896.68831: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.68831: done checking to see if all hosts have failed 11924 1726884896.68832: getting the remaining hosts for this loop 11924 1726884896.68834: done getting the remaining hosts for this loop 11924 1726884896.68839: getting the next task for host managed_node2 11924 1726884896.68849: done getting next task for host managed_node2 11924 1726884896.68853: ^ task is: TASK: Establish base value for expected thin pool size 11924 1726884896.68865: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884896.68871: getting variables 11924 1726884896.68873: in VariableManager get_vars() 11924 1726884896.68911: Calling all_inventory to load vars for managed_node2 11924 1726884896.68914: Calling groups_inventory to load vars for managed_node2 11924 1726884896.68918: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.68932: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.68935: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.68938: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.70073: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bcb 11924 1726884896.70077: WORKER PROCESS EXITING 11924 1726884896.70165: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.71052: done with get_vars() 11924 1726884896.71068: done getting variables 11924 1726884896.71127: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:56 -0400 (0:00:00.043) 0:01:02.050 ****** 11924 1726884896.71165: entering _queue_task() for managed_node2/set_fact 11924 1726884896.71415: worker is 1 (out of 1 available) 11924 1726884896.71428: exiting _queue_task() for managed_node2/set_fact 11924 1726884896.71441: done queuing things up, now waiting for results queue to drain 11924 1726884896.71443: waiting for pending results... 11924 1726884896.71743: running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool size 11924 1726884896.71923: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bcc 11924 1726884896.71942: variable 'ansible_search_path' from source: unknown 11924 1726884896.71984: calling self._execute() 11924 1726884896.72109: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.72122: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.72136: variable 'omit' from source: magic vars 11924 1726884896.72489: variable 'storage_test_volume' from source: include params 11924 1726884896.72525: Evaluated conditional (storage_test_volume.thin): False 11924 1726884896.72539: when evaluation is False, skipping this task 11924 1726884896.72547: _execute() done 11924 1726884896.72557: dumping result to json 11924 1726884896.72566: done dumping result, returning 11924 1726884896.72576: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-f4c0-2290-000000001bcc] 11924 1726884896.72586: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bcc skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884896.72740: no more pending results, returning what we have 11924 1726884896.72744: results queue empty 11924 1726884896.72745: checking for any_errors_fatal 11924 1726884896.72753: done checking for any_errors_fatal 11924 1726884896.72754: checking for max_fail_percentage 11924 1726884896.72757: done checking for max_fail_percentage 11924 1726884896.72759: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.72759: done checking to see if all hosts have failed 11924 1726884896.72760: getting the remaining hosts for this loop 11924 1726884896.72762: done getting the remaining hosts for this loop 11924 1726884896.72765: getting the next task for host managed_node2 11924 1726884896.72775: done getting next task for host managed_node2 11924 1726884896.72778: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 11924 1726884896.72786: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884896.72790: getting variables 11924 1726884896.72792: in VariableManager get_vars() 11924 1726884896.72826: Calling all_inventory to load vars for managed_node2 11924 1726884896.72828: Calling groups_inventory to load vars for managed_node2 11924 1726884896.72832: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.72844: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.72848: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.72850: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.73605: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bcc 11924 1726884896.73609: WORKER PROCESS EXITING 11924 1726884896.73644: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.74267: done with get_vars() 11924 1726884896.74280: done getting variables 11924 1726884896.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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (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 22:14:56 -0400 (0:00:00.031) 0:01:02.082 ****** 11924 1726884896.74365: entering _queue_task() for managed_node2/set_fact 11924 1726884896.74597: worker is 1 (out of 1 available) 11924 1726884896.74608: exiting _queue_task() for managed_node2/set_fact 11924 1726884896.74620: done queuing things up, now waiting for results queue to drain 11924 1726884896.74622: waiting for pending results... 11924 1726884896.74903: running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value 11924 1726884896.75071: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bcd 11924 1726884896.75097: variable 'ansible_search_path' from source: unknown 11924 1726884896.75139: calling self._execute() 11924 1726884896.75260: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.75274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.75289: variable 'omit' from source: magic vars 11924 1726884896.75658: variable 'storage_test_volume' from source: include params 11924 1726884896.75710: Evaluated conditional (storage_test_volume.thin): False 11924 1726884896.75717: when evaluation is False, skipping this task 11924 1726884896.75723: _execute() done 11924 1726884896.75729: dumping result to json 11924 1726884896.75734: done dumping result, returning 11924 1726884896.75743: done running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-f4c0-2290-000000001bcd] 11924 1726884896.75751: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bcd skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884896.75917: no more pending results, returning what we have 11924 1726884896.75921: results queue empty 11924 1726884896.75922: checking for any_errors_fatal 11924 1726884896.75932: done checking for any_errors_fatal 11924 1726884896.75933: checking for max_fail_percentage 11924 1726884896.75936: done checking for max_fail_percentage 11924 1726884896.75937: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.75937: done checking to see if all hosts have failed 11924 1726884896.75938: getting the remaining hosts for this loop 11924 1726884896.75940: done getting the remaining hosts for this loop 11924 1726884896.75944: getting the next task for host managed_node2 11924 1726884896.75957: done getting next task for host managed_node2 11924 1726884896.75960: ^ task is: TASK: Establish base value for expected thin pool volume size 11924 1726884896.75968: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884896.75973: getting variables 11924 1726884896.75975: in VariableManager get_vars() 11924 1726884896.76012: Calling all_inventory to load vars for managed_node2 11924 1726884896.76015: Calling groups_inventory to load vars for managed_node2 11924 1726884896.76019: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.76032: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.76035: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.76039: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.76962: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bcd 11924 1726884896.76965: WORKER PROCESS EXITING 11924 1726884896.77519: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.78968: done with get_vars() 11924 1726884896.78986: done getting variables 11924 1726884896.79045: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:56 -0400 (0:00:00.047) 0:01:02.129 ****** 11924 1726884896.79080: entering _queue_task() for managed_node2/set_fact 11924 1726884896.79532: worker is 1 (out of 1 available) 11924 1726884896.79544: exiting _queue_task() for managed_node2/set_fact 11924 1726884896.79759: done queuing things up, now waiting for results queue to drain 11924 1726884896.79761: waiting for pending results... 11924 1726884896.80172: running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool volume size 11924 1726884896.80417: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bce 11924 1726884896.80429: variable 'ansible_search_path' from source: unknown 11924 1726884896.80461: calling self._execute() 11924 1726884896.80654: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.80700: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.80713: variable 'omit' from source: magic vars 11924 1726884896.81617: variable 'storage_test_volume' from source: include params 11924 1726884896.81641: Evaluated conditional (storage_test_volume.thin): False 11924 1726884896.81644: when evaluation is False, skipping this task 11924 1726884896.81647: _execute() done 11924 1726884896.81649: dumping result to json 11924 1726884896.81652: done dumping result, returning 11924 1726884896.81661: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-f4c0-2290-000000001bce] 11924 1726884896.81734: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bce 11924 1726884896.81802: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bce 11924 1726884896.81805: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884896.81887: no more pending results, returning what we have 11924 1726884896.81892: results queue empty 11924 1726884896.81892: checking for any_errors_fatal 11924 1726884896.81904: done checking for any_errors_fatal 11924 1726884896.81905: checking for max_fail_percentage 11924 1726884896.81907: done checking for max_fail_percentage 11924 1726884896.81908: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.81908: done checking to see if all hosts have failed 11924 1726884896.81909: getting the remaining hosts for this loop 11924 1726884896.81911: done getting the remaining hosts for this loop 11924 1726884896.81915: getting the next task for host managed_node2 11924 1726884896.81926: done getting next task for host managed_node2 11924 1726884896.81929: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 11924 1726884896.81937: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884896.81944: getting variables 11924 1726884896.81946: in VariableManager get_vars() 11924 1726884896.81983: Calling all_inventory to load vars for managed_node2 11924 1726884896.81985: Calling groups_inventory to load vars for managed_node2 11924 1726884896.81989: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.82001: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.82005: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.82008: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.82662: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.83224: done with get_vars() 11924 1726884896.83239: done getting variables 11924 1726884896.83296: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:56 -0400 (0:00:00.042) 0:01:02.172 ****** 11924 1726884896.83326: entering _queue_task() for managed_node2/set_fact 11924 1726884896.83775: worker is 1 (out of 1 available) 11924 1726884896.83788: exiting _queue_task() for managed_node2/set_fact 11924 1726884896.83800: done queuing things up, now waiting for results queue to drain 11924 1726884896.83801: waiting for pending results... 11924 1726884896.84384: running TaskExecutor() for managed_node2/TASK: Calculate the expected thin pool volume size based on percentage value 11924 1726884896.84590: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bcf 11924 1726884896.84613: variable 'ansible_search_path' from source: unknown 11924 1726884896.84649: calling self._execute() 11924 1726884896.85132: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.85136: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.85139: variable 'omit' from source: magic vars 11924 1726884896.85635: variable 'storage_test_volume' from source: include params 11924 1726884896.85816: Evaluated conditional (storage_test_volume.thin): False 11924 1726884896.85824: when evaluation is False, skipping this task 11924 1726884896.85831: _execute() done 11924 1726884896.85837: dumping result to json 11924 1726884896.85844: done dumping result, returning 11924 1726884896.85858: done running TaskExecutor() for managed_node2/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-f4c0-2290-000000001bcf] 11924 1726884896.85870: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bcf 11924 1726884896.85981: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bcf skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884896.86051: no more pending results, returning what we have 11924 1726884896.86058: results queue empty 11924 1726884896.86060: checking for any_errors_fatal 11924 1726884896.86069: done checking for any_errors_fatal 11924 1726884896.86070: checking for max_fail_percentage 11924 1726884896.86073: done checking for max_fail_percentage 11924 1726884896.86074: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.86075: done checking to see if all hosts have failed 11924 1726884896.86075: getting the remaining hosts for this loop 11924 1726884896.86078: done getting the remaining hosts for this loop 11924 1726884896.86082: getting the next task for host managed_node2 11924 1726884896.86092: done getting next task for host managed_node2 11924 1726884896.86095: ^ task is: TASK: Replace expected volume size with calculated value 11924 1726884896.86102: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884896.86108: getting variables 11924 1726884896.86110: in VariableManager get_vars() 11924 1726884896.86142: Calling all_inventory to load vars for managed_node2 11924 1726884896.86145: Calling groups_inventory to load vars for managed_node2 11924 1726884896.86149: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.86342: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.86346: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.86352: WORKER PROCESS EXITING 11924 1726884896.86357: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.87931: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884896.89410: done with get_vars() 11924 1726884896.89425: done getting variables 11924 1726884896.89484: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:56 -0400 (0:00:00.061) 0:01:02.234 ****** 11924 1726884896.89517: entering _queue_task() for managed_node2/set_fact 11924 1726884896.90207: worker is 1 (out of 1 available) 11924 1726884896.90220: exiting _queue_task() for managed_node2/set_fact 11924 1726884896.90232: done queuing things up, now waiting for results queue to drain 11924 1726884896.90234: waiting for pending results... 11924 1726884896.90447: running TaskExecutor() for managed_node2/TASK: Replace expected volume size with calculated value 11924 1726884896.90783: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bd0 11924 1726884896.90879: variable 'ansible_search_path' from source: unknown 11924 1726884896.90923: calling self._execute() 11924 1726884896.91134: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884896.91214: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884896.91229: variable 'omit' from source: magic vars 11924 1726884896.91895: variable 'storage_test_volume' from source: include params 11924 1726884896.91993: Evaluated conditional (storage_test_volume.thin): False 11924 1726884896.92562: when evaluation is False, skipping this task 11924 1726884896.92565: _execute() done 11924 1726884896.92568: dumping result to json 11924 1726884896.92570: done dumping result, returning 11924 1726884896.92572: done running TaskExecutor() for managed_node2/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-f4c0-2290-000000001bd0] 11924 1726884896.92575: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bd0 11924 1726884896.92652: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bd0 11924 1726884896.92660: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884896.92716: no more pending results, returning what we have 11924 1726884896.92720: results queue empty 11924 1726884896.92721: checking for any_errors_fatal 11924 1726884896.92732: done checking for any_errors_fatal 11924 1726884896.92733: checking for max_fail_percentage 11924 1726884896.92735: done checking for max_fail_percentage 11924 1726884896.92736: checking to see if all hosts have failed and the running result is not ok 11924 1726884896.92737: done checking to see if all hosts have failed 11924 1726884896.92737: getting the remaining hosts for this loop 11924 1726884896.92739: done getting the remaining hosts for this loop 11924 1726884896.92743: getting the next task for host managed_node2 11924 1726884896.92762: done getting next task for host managed_node2 11924 1726884896.92764: ^ task is: TASK: Show actual size 11924 1726884896.92770: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884896.92777: getting variables 11924 1726884896.92779: in VariableManager get_vars() 11924 1726884896.92812: Calling all_inventory to load vars for managed_node2 11924 1726884896.92815: Calling groups_inventory to load vars for managed_node2 11924 1726884896.92819: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884896.92830: Calling all_plugins_play to load vars for managed_node2 11924 1726884896.92833: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884896.92835: Calling groups_plugins_play to load vars for managed_node2 11924 1726884896.96212: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884897.03771: done with get_vars() 11924 1726884897.03787: done getting variables 11924 1726884897.03843: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:57 -0400 (0:00:00.143) 0:01:02.377 ****** 11924 1726884897.03875: entering _queue_task() for managed_node2/debug 11924 1726884897.04204: worker is 1 (out of 1 available) 11924 1726884897.04216: exiting _queue_task() for managed_node2/debug 11924 1726884897.04229: done queuing things up, now waiting for results queue to drain 11924 1726884897.04231: waiting for pending results... 11924 1726884897.04552: running TaskExecutor() for managed_node2/TASK: Show actual size 11924 1726884897.04791: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bd2 11924 1726884897.04795: variable 'ansible_search_path' from source: unknown 11924 1726884897.04811: calling self._execute() 11924 1726884897.04938: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.04950: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.05009: variable 'omit' from source: magic vars 11924 1726884897.05097: variable 'omit' from source: magic vars 11924 1726884897.05177: variable 'omit' from source: magic vars 11924 1726884897.05227: variable 'omit' from source: magic vars 11924 1726884897.05279: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884897.05441: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884897.05444: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884897.05447: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884897.05449: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884897.05451: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884897.05454: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884897.05474: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884897.05482: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.05490: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.05624: Set connection var ansible_shell_executable to /bin/sh 11924 1726884897.05633: Set connection var ansible_connection to ssh 11924 1726884897.05645: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884897.05657: Set connection var ansible_timeout to 10 11924 1726884897.05669: Set connection var ansible_pipelining to False 11924 1726884897.05684: Set connection var ansible_shell_type to sh 11924 1726884897.05746: variable 'ansible_shell_executable' from source: unknown 11924 1726884897.05754: variable 'ansible_connection' from source: unknown 11924 1726884897.05765: variable 'ansible_module_compression' from source: unknown 11924 1726884897.05773: variable 'ansible_shell_type' from source: unknown 11924 1726884897.05782: variable 'ansible_shell_executable' from source: unknown 11924 1726884897.05794: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.05895: variable 'ansible_pipelining' from source: unknown 11924 1726884897.05902: variable 'ansible_timeout' from source: unknown 11924 1726884897.05904: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.05974: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884897.05991: variable 'omit' from source: magic vars 11924 1726884897.06005: starting attempt loop 11924 1726884897.06015: running the handler 11924 1726884897.06073: variable 'storage_test_actual_size' from source: set_fact 11924 1726884897.06284: variable 'storage_test_actual_size' from source: set_fact 11924 1726884897.06375: handler run complete 11924 1726884897.06395: attempt loop complete, returning result 11924 1726884897.06460: _execute() done 11924 1726884897.06463: dumping result to json 11924 1726884897.06465: done dumping result, returning 11924 1726884897.06468: done running TaskExecutor() for managed_node2/TASK: Show actual size [0affc8a3-6f6f-f4c0-2290-000000001bd2] 11924 1726884897.06470: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bd2 11924 1726884897.06664: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bd2 11924 1726884897.06666: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } 11924 1726884897.06717: no more pending results, returning what we have 11924 1726884897.06720: results queue empty 11924 1726884897.06721: checking for any_errors_fatal 11924 1726884897.06732: done checking for any_errors_fatal 11924 1726884897.06733: checking for max_fail_percentage 11924 1726884897.06734: done checking for max_fail_percentage 11924 1726884897.06735: checking to see if all hosts have failed and the running result is not ok 11924 1726884897.06736: done checking to see if all hosts have failed 11924 1726884897.06736: getting the remaining hosts for this loop 11924 1726884897.06738: done getting the remaining hosts for this loop 11924 1726884897.06742: getting the next task for host managed_node2 11924 1726884897.06751: done getting next task for host managed_node2 11924 1726884897.06754: ^ task is: TASK: Show expected size 11924 1726884897.06764: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884897.06769: getting variables 11924 1726884897.06771: in VariableManager get_vars() 11924 1726884897.06807: Calling all_inventory to load vars for managed_node2 11924 1726884897.06810: Calling groups_inventory to load vars for managed_node2 11924 1726884897.06814: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884897.06825: Calling all_plugins_play to load vars for managed_node2 11924 1726884897.06829: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884897.06831: Calling groups_plugins_play to load vars for managed_node2 11924 1726884897.07590: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884897.08349: done with get_vars() 11924 1726884897.08366: done getting variables 11924 1726884897.08423: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:57 -0400 (0:00:00.045) 0:01:02.423 ****** 11924 1726884897.08460: entering _queue_task() for managed_node2/debug 11924 1726884897.08715: worker is 1 (out of 1 available) 11924 1726884897.08727: exiting _queue_task() for managed_node2/debug 11924 1726884897.08739: done queuing things up, now waiting for results queue to drain 11924 1726884897.08740: waiting for pending results... 11924 1726884897.09034: running TaskExecutor() for managed_node2/TASK: Show expected size 11924 1726884897.09361: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bd3 11924 1726884897.09365: variable 'ansible_search_path' from source: unknown 11924 1726884897.09367: calling self._execute() 11924 1726884897.09380: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.09390: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.09405: variable 'omit' from source: magic vars 11924 1726884897.09522: variable 'omit' from source: magic vars 11924 1726884897.09604: variable 'omit' from source: magic vars 11924 1726884897.09643: variable 'omit' from source: magic vars 11924 1726884897.09695: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884897.09743: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884897.09769: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884897.09790: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884897.09814: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884897.09833: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884897.09853: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884897.09889: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884897.09897: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.09907: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.10138: Set connection var ansible_shell_executable to /bin/sh 11924 1726884897.10141: Set connection var ansible_connection to ssh 11924 1726884897.10143: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884897.10144: Set connection var ansible_timeout to 10 11924 1726884897.10146: Set connection var ansible_pipelining to False 11924 1726884897.10147: Set connection var ansible_shell_type to sh 11924 1726884897.10149: variable 'ansible_shell_executable' from source: unknown 11924 1726884897.10150: variable 'ansible_connection' from source: unknown 11924 1726884897.10152: variable 'ansible_module_compression' from source: unknown 11924 1726884897.10154: variable 'ansible_shell_type' from source: unknown 11924 1726884897.10157: variable 'ansible_shell_executable' from source: unknown 11924 1726884897.10159: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.10161: variable 'ansible_pipelining' from source: unknown 11924 1726884897.10162: variable 'ansible_timeout' from source: unknown 11924 1726884897.10164: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.10276: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884897.10291: variable 'omit' from source: magic vars 11924 1726884897.10303: starting attempt loop 11924 1726884897.10309: running the handler 11924 1726884897.10363: variable 'storage_test_expected_size' from source: set_fact 11924 1726884897.10572: variable 'storage_test_expected_size' from source: set_fact 11924 1726884897.10608: handler run complete 11924 1726884897.10633: attempt loop complete, returning result 11924 1726884897.10640: _execute() done 11924 1726884897.10646: dumping result to json 11924 1726884897.10653: done dumping result, returning 11924 1726884897.10668: done running TaskExecutor() for managed_node2/TASK: Show expected size [0affc8a3-6f6f-f4c0-2290-000000001bd3] 11924 1726884897.10683: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bd3 ok: [managed_node2] => { "storage_test_expected_size": "5368709120" } 11924 1726884897.10828: no more pending results, returning what we have 11924 1726884897.10832: results queue empty 11924 1726884897.10833: checking for any_errors_fatal 11924 1726884897.10841: done checking for any_errors_fatal 11924 1726884897.10842: checking for max_fail_percentage 11924 1726884897.10844: done checking for max_fail_percentage 11924 1726884897.10845: checking to see if all hosts have failed and the running result is not ok 11924 1726884897.10846: done checking to see if all hosts have failed 11924 1726884897.10846: getting the remaining hosts for this loop 11924 1726884897.10848: done getting the remaining hosts for this loop 11924 1726884897.10852: getting the next task for host managed_node2 11924 1726884897.10862: done getting next task for host managed_node2 11924 1726884897.10865: ^ task is: TASK: Assert expected size is actual size 11924 1726884897.10873: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884897.10877: getting variables 11924 1726884897.10879: in VariableManager get_vars() 11924 1726884897.10912: Calling all_inventory to load vars for managed_node2 11924 1726884897.10915: Calling groups_inventory to load vars for managed_node2 11924 1726884897.10919: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884897.10930: Calling all_plugins_play to load vars for managed_node2 11924 1726884897.10933: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884897.10936: Calling groups_plugins_play to load vars for managed_node2 11924 1726884897.11917: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bd3 11924 1726884897.11920: WORKER PROCESS EXITING 11924 1726884897.12247: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884897.13795: done with get_vars() 11924 1726884897.13819: done getting variables 11924 1726884897.14141: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Assert 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 22:14:57 -0400 (0:00:00.057) 0:01:02.480 ****** 11924 1726884897.14179: entering _queue_task() for managed_node2/assert 11924 1726884897.14883: worker is 1 (out of 1 available) 11924 1726884897.14896: exiting _queue_task() for managed_node2/assert 11924 1726884897.14910: done queuing things up, now waiting for results queue to drain 11924 1726884897.14912: waiting for pending results... 11924 1726884897.15282: running TaskExecutor() for managed_node2/TASK: Assert expected size is actual size 11924 1726884897.15458: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bd4 11924 1726884897.15481: variable 'ansible_search_path' from source: unknown 11924 1726884897.15552: calling self._execute() 11924 1726884897.15822: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.15826: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.15828: variable 'omit' from source: magic vars 11924 1726884897.16159: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884897.18659: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884897.18664: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884897.18670: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884897.18888: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884897.18891: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884897.19066: variable '_storage_test_volume_present' from source: set_fact 11924 1726884897.19088: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884897.19453: variable 'storage_test_volume' from source: include params 11924 1726884897.19485: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884897.19497: variable 'omit' from source: magic vars 11924 1726884897.19633: variable 'omit' from source: magic vars 11924 1726884897.19954: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884897.20263: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884897.20267: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884897.20273: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884897.20294: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884897.20471: variable 'storage_test_volume' from source: include params 11924 1726884897.20662: variable 'storage_test_expected_size' from source: set_fact 11924 1726884897.20666: variable 'storage_test_actual_size' from source: set_fact 11924 1726884897.20669: variable 'omit' from source: magic vars 11924 1726884897.20685: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884897.20721: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884897.20790: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884897.20817: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884897.20891: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884897.20918: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884897.20940: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884897.21021: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884897.21067: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.21076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.21323: Set connection var ansible_shell_executable to /bin/sh 11924 1726884897.21460: Set connection var ansible_connection to ssh 11924 1726884897.21463: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884897.21465: Set connection var ansible_timeout to 10 11924 1726884897.21467: Set connection var ansible_pipelining to False 11924 1726884897.21469: Set connection var ansible_shell_type to sh 11924 1726884897.21497: variable 'ansible_shell_executable' from source: unknown 11924 1726884897.21509: variable 'ansible_connection' from source: unknown 11924 1726884897.21517: variable 'ansible_module_compression' from source: unknown 11924 1726884897.21523: variable 'ansible_shell_type' from source: unknown 11924 1726884897.21533: variable 'ansible_shell_executable' from source: unknown 11924 1726884897.21539: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.21545: variable 'ansible_pipelining' from source: unknown 11924 1726884897.21550: variable 'ansible_timeout' from source: unknown 11924 1726884897.21557: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.21748: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884897.21962: variable 'omit' from source: magic vars 11924 1726884897.21965: starting attempt loop 11924 1726884897.21968: running the handler 11924 1726884897.22288: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884897.22304: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884897.22335: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884897.22380: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884897.22662: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884897.22725: variable 'storage_test_expected_size' from source: set_fact 11924 1726884897.22777: variable 'storage_test_actual_size' from source: set_fact 11924 1726884897.22796: Evaluated conditional ((storage_test_expected_size | int - storage_test_actual_size.bytes) | abs / storage_test_expected_size | int < 0.04): True 11924 1726884897.22810: handler run complete 11924 1726884897.22895: attempt loop complete, returning result 11924 1726884897.22907: _execute() done 11924 1726884897.22915: dumping result to json 11924 1726884897.22922: done dumping result, returning 11924 1726884897.22944: done running TaskExecutor() for managed_node2/TASK: Assert expected size is actual size [0affc8a3-6f6f-f4c0-2290-000000001bd4] 11924 1726884897.22954: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bd4 11924 1726884897.23180: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bd4 11924 1726884897.23183: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884897.23251: no more pending results, returning what we have 11924 1726884897.23257: results queue empty 11924 1726884897.23258: checking for any_errors_fatal 11924 1726884897.23266: done checking for any_errors_fatal 11924 1726884897.23267: checking for max_fail_percentage 11924 1726884897.23270: done checking for max_fail_percentage 11924 1726884897.23271: checking to see if all hosts have failed and the running result is not ok 11924 1726884897.23271: done checking to see if all hosts have failed 11924 1726884897.23272: getting the remaining hosts for this loop 11924 1726884897.23274: done getting the remaining hosts for this loop 11924 1726884897.23279: getting the next task for host managed_node2 11924 1726884897.23291: done getting next task for host managed_node2 11924 1726884897.23295: ^ task is: TASK: Get information about the LV 11924 1726884897.23304: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884897.23310: getting variables 11924 1726884897.23312: in VariableManager get_vars() 11924 1726884897.23351: Calling all_inventory to load vars for managed_node2 11924 1726884897.23353: Calling groups_inventory to load vars for managed_node2 11924 1726884897.23761: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884897.23772: Calling all_plugins_play to load vars for managed_node2 11924 1726884897.23775: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884897.23779: Calling groups_plugins_play to load vars for managed_node2 11924 1726884897.24888: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884897.26139: done with get_vars() 11924 1726884897.26159: done getting variables 11924 1726884897.26224: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:57 -0400 (0:00:00.120) 0:01:02.603 ****** 11924 1726884897.26465: entering _queue_task() for managed_node2/command 11924 1726884897.26984: worker is 1 (out of 1 available) 11924 1726884897.26998: exiting _queue_task() for managed_node2/command 11924 1726884897.27015: done queuing things up, now waiting for results queue to drain 11924 1726884897.27017: waiting for pending results... 11924 1726884897.27604: running TaskExecutor() for managed_node2/TASK: Get information about the LV 11924 1726884897.28278: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bdb 11924 1726884897.28282: variable 'ansible_search_path' from source: unknown 11924 1726884897.28285: calling self._execute() 11924 1726884897.28288: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.28291: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.28293: variable 'omit' from source: magic vars 11924 1726884897.29205: variable 'storage_test_volume' from source: include params 11924 1726884897.29262: variable '_storage_test_volume_present' from source: set_fact 11924 1726884897.29321: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884897.29354: variable 'omit' from source: magic vars 11924 1726884897.29426: variable 'omit' from source: magic vars 11924 1726884897.29823: variable 'storage_test_pool' from source: include params 11924 1726884897.29860: variable 'storage_test_volume' from source: include params 11924 1726884897.29934: variable 'omit' from source: magic vars 11924 1726884897.30061: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884897.30194: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884897.30220: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884897.30240: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884897.30254: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884897.30281: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884897.30304: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884897.30396: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884897.30568: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.30760: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.30763: Set connection var ansible_shell_executable to /bin/sh 11924 1726884897.30765: Set connection var ansible_connection to ssh 11924 1726884897.30768: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884897.30769: Set connection var ansible_timeout to 10 11924 1726884897.30772: Set connection var ansible_pipelining to False 11924 1726884897.30773: Set connection var ansible_shell_type to sh 11924 1726884897.30775: variable 'ansible_shell_executable' from source: unknown 11924 1726884897.30777: variable 'ansible_connection' from source: unknown 11924 1726884897.30779: variable 'ansible_module_compression' from source: unknown 11924 1726884897.30781: variable 'ansible_shell_type' from source: unknown 11924 1726884897.30782: variable 'ansible_shell_executable' from source: unknown 11924 1726884897.30784: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.30786: variable 'ansible_pipelining' from source: unknown 11924 1726884897.30788: variable 'ansible_timeout' from source: unknown 11924 1726884897.30790: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.31154: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884897.31172: variable 'omit' from source: magic vars 11924 1726884897.31181: starting attempt loop 11924 1726884897.31189: running the handler 11924 1726884897.31210: _low_level_execute_command(): starting 11924 1726884897.31222: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884897.32306: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884897.32332: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884897.32350: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884897.32376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884897.32448: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884897.32502: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884897.32522: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884897.32557: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884897.32681: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884897.34384: stdout chunk (state=3): >>>/root <<< 11924 1726884897.34546: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884897.34550: stderr chunk (state=3): >>><<< 11924 1726884897.34761: stdout chunk (state=3): >>><<< 11924 1726884897.34766: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884897.34769: _low_level_execute_command(): starting 11924 1726884897.34772: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884897.3464768-14749-64935936759995 `" && echo ansible-tmp-1726884897.3464768-14749-64935936759995="` echo /root/.ansible/tmp/ansible-tmp-1726884897.3464768-14749-64935936759995 `" ) && sleep 0' 11924 1726884897.35707: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884897.35721: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884897.35736: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884897.35789: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884897.35859: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884897.35883: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884897.35911: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884897.35986: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884897.38033: stdout chunk (state=3): >>>ansible-tmp-1726884897.3464768-14749-64935936759995=/root/.ansible/tmp/ansible-tmp-1726884897.3464768-14749-64935936759995 <<< 11924 1726884897.38093: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884897.38096: stdout chunk (state=3): >>><<< 11924 1726884897.38101: stderr chunk (state=3): >>><<< 11924 1726884897.38362: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884897.3464768-14749-64935936759995=/root/.ansible/tmp/ansible-tmp-1726884897.3464768-14749-64935936759995 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884897.38366: variable 'ansible_module_compression' from source: unknown 11924 1726884897.38369: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884897.38504: variable 'ansible_facts' from source: unknown 11924 1726884897.38598: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884897.3464768-14749-64935936759995/AnsiballZ_command.py 11924 1726884897.38815: Sending initial data 11924 1726884897.38818: Sent initial data (155 bytes) 11924 1726884897.39453: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884897.39486: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884897.39510: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884897.39525: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884897.39597: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884897.41236: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884897.41298: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884897.41408: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmph8lpabzi /root/.ansible/tmp/ansible-tmp-1726884897.3464768-14749-64935936759995/AnsiballZ_command.py <<< 11924 1726884897.41474: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884897.3464768-14749-64935936759995/AnsiballZ_command.py" <<< 11924 1726884897.41507: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmph8lpabzi" to remote "/root/.ansible/tmp/ansible-tmp-1726884897.3464768-14749-64935936759995/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884897.3464768-14749-64935936759995/AnsiballZ_command.py" <<< 11924 1726884897.42960: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884897.42963: stdout chunk (state=3): >>><<< 11924 1726884897.42965: stderr chunk (state=3): >>><<< 11924 1726884897.43022: done transferring module to remote 11924 1726884897.43064: _low_level_execute_command(): starting 11924 1726884897.43071: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884897.3464768-14749-64935936759995/ /root/.ansible/tmp/ansible-tmp-1726884897.3464768-14749-64935936759995/AnsiballZ_command.py && sleep 0' 11924 1726884897.43733: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884897.43737: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884897.43788: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884897.43809: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884897.43845: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884897.43919: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884897.45761: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884897.45777: stderr chunk (state=3): >>><<< 11924 1726884897.45786: stdout chunk (state=3): >>><<< 11924 1726884897.45853: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884897.45858: _low_level_execute_command(): starting 11924 1726884897.45860: _low_level_execute_command(): using become for this command 11924 1726884897.45862: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-boacvhxmzoctadzveiihzmudyfuhgxen ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884897.3464768-14749-64935936759995/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884897.46091: Initial state: awaiting_escalation: BECOME-SUCCESS-boacvhxmzoctadzveiihzmudyfuhgxen 11924 1726884897.46815: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884897.46934: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884897.47179: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884897.47265: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884897.50185: stdout chunk (state=1): >>>BECOME-SUCCESS-boacvhxmzoctadzveiihzmudyfuhgxen <<< 11924 1726884897.50189: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-boacvhxmzoctadzveiihzmudyfuhgxen' 11924 1726884897.50521: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884897.50574: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884897.50620: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884897.50674: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884897.50689: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # <<< 11924 1726884897.50726: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884897.50751: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884897.50807: 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' <<< 11924 1726884897.50829: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884897.50852: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884897.50896: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884897.50936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884897.50939: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f556183e0> <<< 11924 1726884897.50987: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f555e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 11924 1726884897.50991: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5561a960> import '_signal' # <<< 11924 1726884897.51023: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884897.51043: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884897.51081: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884897.51092: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884897.51165: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884897.51196: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884897.51242: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884897.51268: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884897.51287: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884897.51301: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884897.51348: 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' <<< 11924 1726884897.51351: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55408fe0> <<< 11924 1726884897.51427: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884897.51433: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55409fd0> <<< 11924 1726884897.51459: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884897.51485: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884897.51777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884897.51781: 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' <<< 11924 1726884897.51783: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884897.51820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884897.51844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884897.51864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884897.51887: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5544fe00> <<< 11924 1726884897.51920: 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' <<< 11924 1726884897.51950: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5544fec0> <<< 11924 1726884897.51974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884897.51991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884897.52017: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884897.52083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884897.52088: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884897.52137: 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 0x7f2f5547f800> <<< 11924 1726884897.52140: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884897.52166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5547fe90> import '_collections' # <<< 11924 1726884897.52231: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5545fad0> import '_functools' # <<< 11924 1726884897.52262: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5545d1f0> <<< 11924 1726884897.52352: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5544cfb0> <<< 11924 1726884897.52385: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884897.52419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884897.52436: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884897.52476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884897.52511: 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' <<< 11924 1726884897.52552: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554a3710> <<< 11924 1726884897.52558: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554a2330> <<< 11924 1726884897.52587: 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 0x7f2f5545e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554a0b60> <<< 11924 1726884897.52620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884897.52657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554d4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5544c230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884897.52707: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884897.52725: 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 0x7f2f554d4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554d4ad0> <<< 11924 1726884897.52754: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884897.52785: 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 0x7f2f554d4ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55442d50> <<< 11924 1726884897.52791: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884897.52851: 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 <<< 11924 1726884897.52856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884897.52876: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554d5580> <<< 11924 1726884897.52913: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554d5250> import 'importlib.machinery' # <<< 11924 1726884897.52920: 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' <<< 11924 1726884897.52949: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554d6480> import 'importlib.util' # import 'runpy' # <<< 11924 1726884897.52973: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884897.53008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884897.53034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884897.53064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554ec6b0> import 'errno' # <<< 11924 1726884897.53094: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884897.53126: 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 0x7f2f554edd90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884897.53139: 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 <<< 11924 1726884897.53178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554eec30> <<< 11924 1726884897.53223: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884897.53259: 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 0x7f2f554ef290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554ee180> <<< 11924 1726884897.53262: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884897.53317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884897.53321: 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 0x7f2f554efd10> <<< 11924 1726884897.53341: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554ef440> <<< 11924 1726884897.53382: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554d64e0> <<< 11924 1726884897.53386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884897.53408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884897.53430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884897.53447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884897.53502: 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' <<< 11924 1726884897.53523: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f5526bb90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884897.53574: 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 0x7f2f55294620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55294380> <<< 11924 1726884897.53629: 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 0x7f2f55294650> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884897.53682: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884897.53817: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f55294f80> <<< 11924 1726884897.53977: 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 0x7f2f552958e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55294830> <<< 11924 1726884897.54093: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55269d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884897.54163: 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 0x7f2f55296cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55295a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554d6660> <<< 11924 1726884897.54229: 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' <<< 11924 1726884897.54323: 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' <<< 11924 1726884897.54373: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f552c3050> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884897.54447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f552eb410> <<< 11924 1726884897.54487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884897.54507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884897.54649: 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 0x7f2f55344200> <<< 11924 1726884897.54704: 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 <<< 11924 1726884897.54752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884897.54836: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55346960> <<< 11924 1726884897.54876: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55344320> <<< 11924 1726884897.54910: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55311220> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f551452e0> <<< 11924 1726884897.54954: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f552ea210> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55297c20> <<< 11924 1726884897.55162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2f552ea8d0> <<< 11924 1726884897.55291: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_pab8bec5/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 11924 1726884897.55524: 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 <<< 11924 1726884897.55629: 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 0x7f2f5519afc0> <<< 11924 1726884897.55642: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884897.55788: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5517deb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5517d040> # zipimport: zlib available <<< 11924 1726884897.55829: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884897.55865: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884897.55934: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.57297: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.58423: 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 0x7f2f55198d10> <<< 11924 1726884897.58461: 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' <<< 11924 1726884897.58507: 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' <<< 11924 1726884897.58563: 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 0x7f2f551ca9c0> <<< 11924 1726884897.58595: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f551ca750> <<< 11924 1726884897.58620: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f551ca060> <<< 11924 1726884897.58653: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884897.58658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884897.58707: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f551ca4b0> <<< 11924 1726884897.58710: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5519ba40> import 'atexit' # <<< 11924 1726884897.58742: 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 0x7f2f551cb7a0> <<< 11924 1726884897.58793: 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 0x7f2f551cb9e0> <<< 11924 1726884897.58835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884897.58840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884897.58850: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884897.58930: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f551cbef0> <<< 11924 1726884897.58933: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884897.58968: 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' <<< 11924 1726884897.58991: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b0dca0> <<< 11924 1726884897.59030: 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 0x7f2f54b0f8c0> <<< 11924 1726884897.59194: 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' <<< 11924 1726884897.59198: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b142c0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884897.59202: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b15460> <<< 11924 1726884897.59206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884897.59228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884897.59254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884897.59259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884897.59434: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b17ef0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f55442cf0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b161b0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884897.59461: 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 <<< 11924 1726884897.59494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884897.59512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884897.59535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b1bdd0> import '_tokenize' # <<< 11924 1726884897.59616: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b1a8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b1a600> <<< 11924 1726884897.59635: 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' <<< 11924 1726884897.59712: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b1ab70> <<< 11924 1726884897.59753: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b166c0> <<< 11924 1726884897.59796: 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 0x7f2f54b5fa10> <<< 11924 1726884897.59799: 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 0x7f2f54b60170> <<< 11924 1726884897.59837: 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 <<< 11924 1726884897.59841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884897.59871: 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' <<< 11924 1726884897.59920: 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 0x7f2f54b61c40> <<< 11924 1726884897.59923: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b61a00> <<< 11924 1726884897.59943: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884897.60125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884897.60160: 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 0x7f2f54b64230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b62330> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884897.60195: 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 <<< 11924 1726884897.60198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884897.60222: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884897.60251: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b67a10> <<< 11924 1726884897.60384: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b643e0> <<< 11924 1726884897.60436: stdout 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 0x7f2f54b68830> <<< 11924 1726884897.60467: stdout 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 0x7f2f54b68a10> <<< 11924 1726884897.60562: stdout 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 0x7f2f54b68da0> <<< 11924 1726884897.60565: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b60350> <<< 11924 1726884897.60568: 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 <<< 11924 1726884897.60570: 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 <<< 11924 1726884897.60592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884897.60615: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884897.60652: 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 0x7f2f54bf43b0> <<< 11924 1726884897.60825: 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 0x7f2f54bf54c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b6ab40> <<< 11924 1726884897.60841: 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 0x7f2f54b6bec0> <<< 11924 1726884897.60861: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b6a750> # zipimport: zlib available <<< 11924 1726884897.60891: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884897.60904: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.60982: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.61098: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.61104: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884897.61135: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884897.61264: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.61375: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.61930: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.62486: 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' # <<< 11924 1726884897.62517: 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' <<< 11924 1726884897.62569: 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 0x7f2f54bf97f0> <<< 11924 1726884897.62653: 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 0x7f2f54bfac00> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54bf55e0> <<< 11924 1726884897.62717: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884897.62791: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884897.62909: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.63066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884897.63109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54bfa360> # zipimport: zlib available <<< 11924 1726884897.63532: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.64171: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884897.64184: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.64205: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884897.64228: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.64324: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.64396: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 11924 1726884897.64432: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884897.64438: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.64460: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.64516: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884897.64520: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.64733: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.64963: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884897.65033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884897.65044: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884897.65106: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54bfb6b0> <<< 11924 1726884897.65125: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.65182: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.65269: 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' # <<< 11924 1726884897.65330: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.65345: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.65450: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884897.65660: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884897.65663: 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' <<< 11924 1726884897.65725: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f54a06150> <<< 11924 1726884897.65767: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54a01130> <<< 11924 1726884897.65796: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884897.65809: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.65871: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.65934: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.65999: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.66043: stdout chunk (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 <<< 11924 1726884897.66074: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884897.66098: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884897.66127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884897.66160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884897.66252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884897.66256: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5521ea80> <<< 11924 1726884897.66353: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55212750> <<< 11924 1726884897.66388: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54a06210> <<< 11924 1726884897.66391: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b68f50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884897.66418: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.66430: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884897.66487: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884897.66519: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884897.66535: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.66661: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.66764: 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' <<< 11924 1726884897.66781: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b6a990> <<< 11924 1726884897.66867: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884897.69533: stdout chunk (state=3): >>> {"changed": true, "stdout": " LVM2_LV_NAME=test1 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", "foo/test1"], "start": "2024-09-20 22:14:57.669302", "end": "2024-09-20 22:14:57.693736", "delta": "0:00:00.024434", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype foo/test1\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__ <<< 11924 1726884897.70031: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884897.70139: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select <<< 11924 1726884897.70178: stdout chunk (state=3): >>># cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_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 <<< 11924 1726884897.70398: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884897.70407: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884897.70429: stdout chunk (state=3): >>># destroy _bz2 <<< 11924 1726884897.70459: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884897.70478: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884897.70660: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884897.70667: 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 <<< 11924 1726884897.70670: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884897.70686: 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 <<< 11924 1726884897.70729: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884897.70761: 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 <<< 11924 1726884897.70830: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 11924 1726884897.70924: 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 <<< 11924 1726884897.71030: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884897.71079: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884897.71121: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884897.71127: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884897.71233: 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 <<< 11924 1726884897.71277: 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 <<< 11924 1726884897.71343: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 11924 1726884897.71374: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884897.72160: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884897.72164: stdout chunk (state=3): >>><<< 11924 1726884897.72166: stderr chunk (state=3): >>><<< 11924 1726884897.72185: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f556183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f555e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5561a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55408fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55409fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5544fe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5544fec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5547f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5547fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5545fad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5545d1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5544cfb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554a3710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554a2330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5545e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554a0b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554d4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5544c230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f554d4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554d4ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f554d4ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55442d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554d5580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554d5250> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554d6480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554ec6b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f554edd90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554eec30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f554ef290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554ee180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f554efd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554ef440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554d64e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f5526bb90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f55294620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55294380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f55294650> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f55294f80> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f552958e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55294830> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55269d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55296cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55295a30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f554d6660> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f552c3050> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f552eb410> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55344200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55346960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55344320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55311220> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f551452e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f552ea210> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55297c20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2f552ea8d0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_pab8bec5/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 0x7f2f5519afc0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5517deb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5517d040> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55198d10> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f551ca9c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f551ca750> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f551ca060> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f551ca4b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5519ba40> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f551cb7a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f551cb9e0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f551cbef0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b0dca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f54b0f8c0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b142c0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b15460> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b17ef0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f55442cf0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b161b0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b1bdd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b1a8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b1a600> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b1ab70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b166c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f54b5fa10> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b60170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f54b61c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b61a00> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f54b64230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b62330> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b67a10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b643e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f54b68830> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f54b68a10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f54b68da0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b60350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f54bf43b0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f54bf54c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b6ab40> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f54b6bec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b6a750> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f54bf97f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54bfac00> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54bf55e0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54bfa360> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54bfb6b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f54a06150> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54a01130> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f5521ea80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f55212750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54a06210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f54b68f50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f2f54b6a990> # zipimport: zlib available {"changed": true, "stdout": " LVM2_LV_NAME=test1 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", "foo/test1"], "start": "2024-09-20 22:14:57.669302", "end": "2024-09-20 22:14:57.693736", "delta": "0:00:00.024434", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype foo/test1\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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884897.73807: 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 foo/test1\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-1726884897.3464768-14749-64935936759995/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884897.73810: _low_level_execute_command(): starting 11924 1726884897.73813: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884897.3464768-14749-64935936759995/ > /dev/null 2>&1 && sleep 0' 11924 1726884897.73816: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884897.73919: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884897.73960: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884897.74009: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884897.75923: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884897.75962: stderr chunk (state=3): >>><<< 11924 1726884897.75978: stdout chunk (state=3): >>><<< 11924 1726884897.75994: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884897.76163: handler run complete 11924 1726884897.76166: Evaluated conditional (False): False 11924 1726884897.76169: attempt loop complete, returning result 11924 1726884897.76170: _execute() done 11924 1726884897.76172: dumping result to json 11924 1726884897.76174: done dumping result, returning 11924 1726884897.76176: done running TaskExecutor() for managed_node2/TASK: Get information about the LV [0affc8a3-6f6f-f4c0-2290-000000001bdb] 11924 1726884897.76178: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bdb 11924 1726884897.76256: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bdb 11924 1726884897.76260: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.024434", "end": "2024-09-20 22:14:57.693736", "rc": 0, "start": "2024-09-20 22:14:57.669302" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear 11924 1726884897.76388: no more pending results, returning what we have 11924 1726884897.76402: results queue empty 11924 1726884897.76403: checking for any_errors_fatal 11924 1726884897.76412: done checking for any_errors_fatal 11924 1726884897.76413: checking for max_fail_percentage 11924 1726884897.76415: done checking for max_fail_percentage 11924 1726884897.76416: checking to see if all hosts have failed and the running result is not ok 11924 1726884897.76417: done checking to see if all hosts have failed 11924 1726884897.76418: getting the remaining hosts for this loop 11924 1726884897.76420: done getting the remaining hosts for this loop 11924 1726884897.76424: getting the next task for host managed_node2 11924 1726884897.76433: done getting next task for host managed_node2 11924 1726884897.76436: ^ task is: TASK: Set LV segment type 11924 1726884897.76443: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884897.76447: getting variables 11924 1726884897.76449: in VariableManager get_vars() 11924 1726884897.76614: Calling all_inventory to load vars for managed_node2 11924 1726884897.76616: Calling groups_inventory to load vars for managed_node2 11924 1726884897.76620: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884897.76631: Calling all_plugins_play to load vars for managed_node2 11924 1726884897.76638: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884897.76642: Calling groups_plugins_play to load vars for managed_node2 11924 1726884897.77625: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884897.78490: done with get_vars() 11924 1726884897.78513: done getting variables 11924 1726884897.78593: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:57 -0400 (0:00:00.521) 0:01:03.125 ****** 11924 1726884897.78636: entering _queue_task() for managed_node2/set_fact 11924 1726884897.79169: worker is 1 (out of 1 available) 11924 1726884897.79179: exiting _queue_task() for managed_node2/set_fact 11924 1726884897.79189: done queuing things up, now waiting for results queue to drain 11924 1726884897.79190: waiting for pending results... 11924 1726884897.79376: running TaskExecutor() for managed_node2/TASK: Set LV segment type 11924 1726884897.79526: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bdc 11924 1726884897.79529: variable 'ansible_search_path' from source: unknown 11924 1726884897.79533: calling self._execute() 11924 1726884897.79654: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.79669: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.79689: variable 'omit' from source: magic vars 11924 1726884897.80204: variable 'storage_test_volume' from source: include params 11924 1726884897.80236: variable '_storage_test_volume_present' from source: set_fact 11924 1726884897.80269: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884897.80341: variable 'omit' from source: magic vars 11924 1726884897.80367: variable 'omit' from source: magic vars 11924 1726884897.80586: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884897.83218: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884897.83881: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884897.83926: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884897.83975: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884897.84004: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884897.84160: variable 'lvs' from source: set_fact 11924 1726884897.84208: variable 'omit' from source: magic vars 11924 1726884897.84252: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884897.84298: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884897.84330: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884897.84359: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884897.84461: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884897.84465: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884897.84467: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884897.84469: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884897.84471: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.84479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.84666: Set connection var ansible_shell_executable to /bin/sh 11924 1726884897.84670: Set connection var ansible_connection to ssh 11924 1726884897.84672: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884897.84674: Set connection var ansible_timeout to 10 11924 1726884897.84676: Set connection var ansible_pipelining to False 11924 1726884897.84678: Set connection var ansible_shell_type to sh 11924 1726884897.84728: variable 'ansible_shell_executable' from source: unknown 11924 1726884897.84795: variable 'ansible_connection' from source: unknown 11924 1726884897.84825: variable 'ansible_module_compression' from source: unknown 11924 1726884897.84831: variable 'ansible_shell_type' from source: unknown 11924 1726884897.84833: variable 'ansible_shell_executable' from source: unknown 11924 1726884897.84835: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.84837: variable 'ansible_pipelining' from source: unknown 11924 1726884897.84840: variable 'ansible_timeout' from source: unknown 11924 1726884897.84842: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.84957: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884897.84974: variable 'omit' from source: magic vars 11924 1726884897.84994: starting attempt loop 11924 1726884897.85032: running the handler 11924 1726884897.85047: handler run complete 11924 1726884897.85148: attempt loop complete, returning result 11924 1726884897.85153: _execute() done 11924 1726884897.85157: dumping result to json 11924 1726884897.85160: done dumping result, returning 11924 1726884897.85162: done running TaskExecutor() for managed_node2/TASK: Set LV segment type [0affc8a3-6f6f-f4c0-2290-000000001bdc] 11924 1726884897.85164: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bdc 11924 1726884897.85232: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bdc 11924 1726884897.85235: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } 11924 1726884897.85302: no more pending results, returning what we have 11924 1726884897.85307: results queue empty 11924 1726884897.85308: checking for any_errors_fatal 11924 1726884897.85318: done checking for any_errors_fatal 11924 1726884897.85319: checking for max_fail_percentage 11924 1726884897.85321: done checking for max_fail_percentage 11924 1726884897.85322: checking to see if all hosts have failed and the running result is not ok 11924 1726884897.85323: done checking to see if all hosts have failed 11924 1726884897.85324: getting the remaining hosts for this loop 11924 1726884897.85326: done getting the remaining hosts for this loop 11924 1726884897.85331: getting the next task for host managed_node2 11924 1726884897.85340: done getting next task for host managed_node2 11924 1726884897.85343: ^ task is: TASK: Check segment type 11924 1726884897.85350: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884897.85362: getting variables 11924 1726884897.85365: in VariableManager get_vars() 11924 1726884897.85401: Calling all_inventory to load vars for managed_node2 11924 1726884897.85404: Calling groups_inventory to load vars for managed_node2 11924 1726884897.85408: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884897.85420: Calling all_plugins_play to load vars for managed_node2 11924 1726884897.85423: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884897.85426: Calling groups_plugins_play to load vars for managed_node2 11924 1726884897.86538: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884897.87164: done with get_vars() 11924 1726884897.87180: done getting variables 11924 1726884897.87244: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:57 -0400 (0:00:00.086) 0:01:03.211 ****** 11924 1726884897.87282: entering _queue_task() for managed_node2/assert 11924 1726884897.87577: worker is 1 (out of 1 available) 11924 1726884897.87590: exiting _queue_task() for managed_node2/assert 11924 1726884897.87602: done queuing things up, now waiting for results queue to drain 11924 1726884897.87604: waiting for pending results... 11924 1726884897.88117: running TaskExecutor() for managed_node2/TASK: Check segment type 11924 1726884897.88121: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bdd 11924 1726884897.88125: variable 'ansible_search_path' from source: unknown 11924 1726884897.88128: calling self._execute() 11924 1726884897.88246: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.88261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.88275: variable 'omit' from source: magic vars 11924 1726884897.88708: variable 'storage_test_volume' from source: include params 11924 1726884897.88736: variable '_storage_test_volume_present' from source: set_fact 11924 1726884897.88765: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884897.88777: variable 'omit' from source: magic vars 11924 1726884897.88854: variable 'omit' from source: magic vars 11924 1726884897.89019: variable 'storage_test_lv_segtype' from source: set_fact 11924 1726884897.89065: variable 'storage_test_volume' from source: include params 11924 1726884897.89093: variable 'omit' from source: magic vars 11924 1726884897.89176: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884897.89208: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884897.89236: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884897.89260: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884897.89301: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884897.89325: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884897.89348: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884897.89396: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884897.89514: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.89520: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.89560: Set connection var ansible_shell_executable to /bin/sh 11924 1726884897.89569: Set connection var ansible_connection to ssh 11924 1726884897.89588: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884897.89606: Set connection var ansible_timeout to 10 11924 1726884897.89630: Set connection var ansible_pipelining to False 11924 1726884897.89658: Set connection var ansible_shell_type to sh 11924 1726884897.89720: variable 'ansible_shell_executable' from source: unknown 11924 1726884897.89723: variable 'ansible_connection' from source: unknown 11924 1726884897.89725: variable 'ansible_module_compression' from source: unknown 11924 1726884897.89727: variable 'ansible_shell_type' from source: unknown 11924 1726884897.89762: variable 'ansible_shell_executable' from source: unknown 11924 1726884897.89765: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.89768: variable 'ansible_pipelining' from source: unknown 11924 1726884897.89771: variable 'ansible_timeout' from source: unknown 11924 1726884897.89773: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.89958: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884897.90002: variable 'omit' from source: magic vars 11924 1726884897.90013: starting attempt loop 11924 1726884897.90020: running the handler 11924 1726884897.90290: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884897.93376: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884897.93431: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884897.93520: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884897.93573: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884897.93624: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884897.93795: variable 'storage_test_volume' from source: include params 11924 1726884897.93812: variable 'storage_test_lv_segtype' from source: set_fact 11924 1726884897.93838: Evaluated conditional (storage_test_volume.cached | ternary(storage_test_lv_segtype[0] == 'cache', storage_test_lv_segtype[0] != 'cache')): True 11924 1726884897.93850: handler run complete 11924 1726884897.93935: attempt loop complete, returning result 11924 1726884897.93938: _execute() done 11924 1726884897.93940: dumping result to json 11924 1726884897.93943: done dumping result, returning 11924 1726884897.93945: done running TaskExecutor() for managed_node2/TASK: Check segment type [0affc8a3-6f6f-f4c0-2290-000000001bdd] 11924 1726884897.93947: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bdd 11924 1726884897.94022: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bdd 11924 1726884897.94027: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884897.94091: no more pending results, returning what we have 11924 1726884897.94096: results queue empty 11924 1726884897.94097: checking for any_errors_fatal 11924 1726884897.94106: done checking for any_errors_fatal 11924 1726884897.94107: checking for max_fail_percentage 11924 1726884897.94109: done checking for max_fail_percentage 11924 1726884897.94110: checking to see if all hosts have failed and the running result is not ok 11924 1726884897.94111: done checking to see if all hosts have failed 11924 1726884897.94111: getting the remaining hosts for this loop 11924 1726884897.94114: done getting the remaining hosts for this loop 11924 1726884897.94119: getting the next task for host managed_node2 11924 1726884897.94130: done getting next task for host managed_node2 11924 1726884897.94133: ^ task is: TASK: Set LV cache size 11924 1726884897.94139: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884897.94150: getting variables 11924 1726884897.94152: in VariableManager get_vars() 11924 1726884897.94190: Calling all_inventory to load vars for managed_node2 11924 1726884897.94193: Calling groups_inventory to load vars for managed_node2 11924 1726884897.94197: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884897.94208: Calling all_plugins_play to load vars for managed_node2 11924 1726884897.94212: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884897.94215: Calling groups_plugins_play to load vars for managed_node2 11924 1726884897.95675: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884897.96289: done with get_vars() 11924 1726884897.96308: done getting variables 11924 1726884897.96362: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:57 -0400 (0:00:00.091) 0:01:03.302 ****** 11924 1726884897.96395: entering _queue_task() for managed_node2/set_fact 11924 1726884897.96703: worker is 1 (out of 1 available) 11924 1726884897.96718: exiting _queue_task() for managed_node2/set_fact 11924 1726884897.96732: done queuing things up, now waiting for results queue to drain 11924 1726884897.96733: waiting for pending results... 11924 1726884897.97174: running TaskExecutor() for managed_node2/TASK: Set LV cache size 11924 1726884897.97223: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bde 11924 1726884897.97244: variable 'ansible_search_path' from source: unknown 11924 1726884897.97288: calling self._execute() 11924 1726884897.97428: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884897.97440: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884897.97457: variable 'omit' from source: magic vars 11924 1726884897.98016: variable 'storage_test_volume' from source: include params 11924 1726884897.98020: variable '_storage_test_volume_present' from source: set_fact 11924 1726884897.98024: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884897.98147: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884898.02549: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884898.02789: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884898.03044: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884898.03048: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884898.03050: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884898.03222: variable 'storage_test_volume' from source: include params 11924 1726884898.03251: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884898.03460: when evaluation is False, skipping this task 11924 1726884898.03464: _execute() done 11924 1726884898.03466: dumping result to json 11924 1726884898.03468: done dumping result, returning 11924 1726884898.03469: done running TaskExecutor() for managed_node2/TASK: Set LV cache size [0affc8a3-6f6f-f4c0-2290-000000001bde] 11924 1726884898.03471: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bde 11924 1726884898.03549: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bde 11924 1726884898.03552: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884898.03606: no more pending results, returning what we have 11924 1726884898.03611: results queue empty 11924 1726884898.03611: checking for any_errors_fatal 11924 1726884898.03619: done checking for any_errors_fatal 11924 1726884898.03620: checking for max_fail_percentage 11924 1726884898.03621: done checking for max_fail_percentage 11924 1726884898.03622: checking to see if all hosts have failed and the running result is not ok 11924 1726884898.03623: done checking to see if all hosts have failed 11924 1726884898.03624: getting the remaining hosts for this loop 11924 1726884898.03626: done getting the remaining hosts for this loop 11924 1726884898.03630: getting the next task for host managed_node2 11924 1726884898.03639: done getting next task for host managed_node2 11924 1726884898.03642: ^ task is: TASK: Parse the requested cache size 11924 1726884898.03649: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884898.03658: getting variables 11924 1726884898.03660: in VariableManager get_vars() 11924 1726884898.03695: Calling all_inventory to load vars for managed_node2 11924 1726884898.03698: Calling groups_inventory to load vars for managed_node2 11924 1726884898.03706: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884898.03717: Calling all_plugins_play to load vars for managed_node2 11924 1726884898.03720: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884898.03723: Calling groups_plugins_play to load vars for managed_node2 11924 1726884898.05192: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884898.06563: done with get_vars() 11924 1726884898.06581: 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 22:14:58 -0400 (0:00:00.102) 0:01:03.405 ****** 11924 1726884898.06675: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884898.07499: worker is 1 (out of 1 available) 11924 1726884898.07510: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884898.07522: done queuing things up, now waiting for results queue to drain 11924 1726884898.07524: waiting for pending results... 11924 1726884898.07973: running TaskExecutor() for managed_node2/TASK: Parse the requested cache size 11924 1726884898.08261: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001bdf 11924 1726884898.08265: variable 'ansible_search_path' from source: unknown 11924 1726884898.08268: calling self._execute() 11924 1726884898.08646: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.08662: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.08678: variable 'omit' from source: magic vars 11924 1726884898.10222: variable 'storage_test_volume' from source: include params 11924 1726884898.10328: variable '_storage_test_volume_present' from source: set_fact 11924 1726884898.10348: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884898.10877: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884898.14661: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884898.14743: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884898.14790: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884898.14831: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884898.14860: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884898.14947: variable 'storage_test_volume' from source: include params 11924 1726884898.14983: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884898.14991: when evaluation is False, skipping this task 11924 1726884898.15002: _execute() done 11924 1726884898.15010: dumping result to json 11924 1726884898.15017: done dumping result, returning 11924 1726884898.15028: done running TaskExecutor() for managed_node2/TASK: Parse the requested cache size [0affc8a3-6f6f-f4c0-2290-000000001bdf] 11924 1726884898.15038: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bdf skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884898.15318: no more pending results, returning what we have 11924 1726884898.15322: results queue empty 11924 1726884898.15323: checking for any_errors_fatal 11924 1726884898.15335: done checking for any_errors_fatal 11924 1726884898.15336: checking for max_fail_percentage 11924 1726884898.15338: done checking for max_fail_percentage 11924 1726884898.15339: checking to see if all hosts have failed and the running result is not ok 11924 1726884898.15340: done checking to see if all hosts have failed 11924 1726884898.15340: getting the remaining hosts for this loop 11924 1726884898.15342: done getting the remaining hosts for this loop 11924 1726884898.15347: getting the next task for host managed_node2 11924 1726884898.15359: done getting next task for host managed_node2 11924 1726884898.15363: ^ task is: TASK: Set expected cache size 11924 1726884898.15374: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884898.15383: getting variables 11924 1726884898.15385: in VariableManager get_vars() 11924 1726884898.15424: Calling all_inventory to load vars for managed_node2 11924 1726884898.15427: Calling groups_inventory to load vars for managed_node2 11924 1726884898.15431: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884898.15442: Calling all_plugins_play to load vars for managed_node2 11924 1726884898.15446: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884898.15449: Calling groups_plugins_play to load vars for managed_node2 11924 1726884898.16864: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001bdf 11924 1726884898.16867: WORKER PROCESS EXITING 11924 1726884898.17039: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884898.18541: done with get_vars() 11924 1726884898.18561: done getting variables 11924 1726884898.18629: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:14:58 -0400 (0:00:00.121) 0:01:03.527 ****** 11924 1726884898.18869: entering _queue_task() for managed_node2/set_fact 11924 1726884898.19280: worker is 1 (out of 1 available) 11924 1726884898.19293: exiting _queue_task() for managed_node2/set_fact 11924 1726884898.19307: done queuing things up, now waiting for results queue to drain 11924 1726884898.19309: waiting for pending results... 11924 1726884898.19865: running TaskExecutor() for managed_node2/TASK: Set expected cache size 11924 1726884898.20363: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001be0 11924 1726884898.20367: variable 'ansible_search_path' from source: unknown 11924 1726884898.20369: calling self._execute() 11924 1726884898.20566: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.20961: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.20965: variable 'omit' from source: magic vars 11924 1726884898.21616: variable 'storage_test_volume' from source: include params 11924 1726884898.21643: variable '_storage_test_volume_present' from source: set_fact 11924 1726884898.21666: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884898.22035: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884898.26463: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884898.26583: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884898.26794: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884898.26876: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884898.27070: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884898.27291: variable 'storage_test_volume' from source: include params 11924 1726884898.27323: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884898.27399: when evaluation is False, skipping this task 11924 1726884898.27431: _execute() done 11924 1726884898.27438: dumping result to json 11924 1726884898.27446: done dumping result, returning 11924 1726884898.27459: done running TaskExecutor() for managed_node2/TASK: Set expected cache size [0affc8a3-6f6f-f4c0-2290-000000001be0] 11924 1726884898.27512: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001be0 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884898.27668: no more pending results, returning what we have 11924 1726884898.27672: results queue empty 11924 1726884898.27673: checking for any_errors_fatal 11924 1726884898.27681: done checking for any_errors_fatal 11924 1726884898.27681: checking for max_fail_percentage 11924 1726884898.27683: done checking for max_fail_percentage 11924 1726884898.27684: checking to see if all hosts have failed and the running result is not ok 11924 1726884898.27685: done checking to see if all hosts have failed 11924 1726884898.27685: getting the remaining hosts for this loop 11924 1726884898.27687: done getting the remaining hosts for this loop 11924 1726884898.27691: getting the next task for host managed_node2 11924 1726884898.27702: done getting next task for host managed_node2 11924 1726884898.27705: ^ task is: TASK: Check cache size 11924 1726884898.27711: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884898.27716: getting variables 11924 1726884898.27718: in VariableManager get_vars() 11924 1726884898.27753: Calling all_inventory to load vars for managed_node2 11924 1726884898.27756: Calling groups_inventory to load vars for managed_node2 11924 1726884898.27761: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884898.27772: Calling all_plugins_play to load vars for managed_node2 11924 1726884898.27775: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884898.27779: Calling groups_plugins_play to load vars for managed_node2 11924 1726884898.28665: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001be0 11924 1726884898.28668: WORKER PROCESS EXITING 11924 1726884898.29425: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884898.30643: done with get_vars() 11924 1726884898.30663: done getting variables 11924 1726884898.30722: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:58 -0400 (0:00:00.118) 0:01:03.646 ****** 11924 1726884898.30963: entering _queue_task() for managed_node2/assert 11924 1726884898.31489: worker is 1 (out of 1 available) 11924 1726884898.31500: exiting _queue_task() for managed_node2/assert 11924 1726884898.31511: done queuing things up, now waiting for results queue to drain 11924 1726884898.31512: waiting for pending results... 11924 1726884898.32050: running TaskExecutor() for managed_node2/TASK: Check cache size 11924 1726884898.32598: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001be1 11924 1726884898.32604: variable 'ansible_search_path' from source: unknown 11924 1726884898.32607: calling self._execute() 11924 1726884898.32753: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.32826: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.32842: variable 'omit' from source: magic vars 11924 1726884898.33430: variable 'storage_test_volume' from source: include params 11924 1726884898.33459: variable '_storage_test_volume_present' from source: set_fact 11924 1726884898.33486: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884898.33663: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884898.36731: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884898.36876: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884898.36947: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884898.36991: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884898.37023: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884898.37136: variable 'storage_test_volume' from source: include params 11924 1726884898.37169: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884898.37181: when evaluation is False, skipping this task 11924 1726884898.37189: _execute() done 11924 1726884898.37194: dumping result to json 11924 1726884898.37204: done dumping result, returning 11924 1726884898.37214: done running TaskExecutor() for managed_node2/TASK: Check cache size [0affc8a3-6f6f-f4c0-2290-000000001be1] 11924 1726884898.37223: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001be1 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884898.37405: no more pending results, returning what we have 11924 1726884898.37409: results queue empty 11924 1726884898.37409: checking for any_errors_fatal 11924 1726884898.37418: done checking for any_errors_fatal 11924 1726884898.37419: checking for max_fail_percentage 11924 1726884898.37421: done checking for max_fail_percentage 11924 1726884898.37422: checking to see if all hosts have failed and the running result is not ok 11924 1726884898.37422: done checking to see if all hosts have failed 11924 1726884898.37423: getting the remaining hosts for this loop 11924 1726884898.37425: done getting the remaining hosts for this loop 11924 1726884898.37429: getting the next task for host managed_node2 11924 1726884898.37439: done getting next task for host managed_node2 11924 1726884898.37442: ^ task is: TASK: Clean up facts 11924 1726884898.37448: ^ 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? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884898.37453: getting variables 11924 1726884898.37454: in VariableManager get_vars() 11924 1726884898.37488: Calling all_inventory to load vars for managed_node2 11924 1726884898.37491: Calling groups_inventory to load vars for managed_node2 11924 1726884898.37494: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884898.37505: Calling all_plugins_play to load vars for managed_node2 11924 1726884898.37508: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884898.37511: Calling groups_plugins_play to load vars for managed_node2 11924 1726884898.38167: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001be1 11924 1726884898.38171: WORKER PROCESS EXITING 11924 1726884898.38241: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884898.39234: done with get_vars() 11924 1726884898.39313: done getting variables 11924 1726884898.39493: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:58 -0400 (0:00:00.087) 0:01:03.734 ****** 11924 1726884898.39532: entering _queue_task() for managed_node2/set_fact 11924 1726884898.39990: worker is 1 (out of 1 available) 11924 1726884898.40008: exiting _queue_task() for managed_node2/set_fact 11924 1726884898.40026: done queuing things up, now waiting for results queue to drain 11924 1726884898.40028: waiting for pending results... 11924 1726884898.40474: running TaskExecutor() for managed_node2/TASK: Clean up facts 11924 1726884898.40592: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001b48 11924 1726884898.40618: variable 'ansible_search_path' from source: unknown 11924 1726884898.40667: calling self._execute() 11924 1726884898.40848: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.40851: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.40854: variable 'omit' from source: magic vars 11924 1726884898.40969: variable 'omit' from source: magic vars 11924 1726884898.41045: variable 'omit' from source: magic vars 11924 1726884898.41094: variable 'omit' from source: magic vars 11924 1726884898.41173: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884898.41202: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884898.41236: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884898.41282: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884898.41286: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884898.41311: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884898.41390: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884898.41392: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884898.41394: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.41396: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.41513: Set connection var ansible_shell_executable to /bin/sh 11924 1726884898.41520: Set connection var ansible_connection to ssh 11924 1726884898.41528: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884898.41536: Set connection var ansible_timeout to 10 11924 1726884898.41547: Set connection var ansible_pipelining to False 11924 1726884898.41557: Set connection var ansible_shell_type to sh 11924 1726884898.41594: variable 'ansible_shell_executable' from source: unknown 11924 1726884898.41614: variable 'ansible_connection' from source: unknown 11924 1726884898.41623: variable 'ansible_module_compression' from source: unknown 11924 1726884898.41660: variable 'ansible_shell_type' from source: unknown 11924 1726884898.41665: variable 'ansible_shell_executable' from source: unknown 11924 1726884898.41667: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.41669: variable 'ansible_pipelining' from source: unknown 11924 1726884898.41671: variable 'ansible_timeout' from source: unknown 11924 1726884898.41718: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.41850: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884898.41869: variable 'omit' from source: magic vars 11924 1726884898.41882: starting attempt loop 11924 1726884898.41888: running the handler 11924 1726884898.41905: handler run complete 11924 1726884898.41917: attempt loop complete, returning result 11924 1726884898.41922: _execute() done 11924 1726884898.41983: dumping result to json 11924 1726884898.41989: done dumping result, returning 11924 1726884898.41992: done running TaskExecutor() for managed_node2/TASK: Clean up facts [0affc8a3-6f6f-f4c0-2290-000000001b48] 11924 1726884898.41994: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b48 ok: [managed_node2] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 11924 1726884898.42179: no more pending results, returning what we have 11924 1726884898.42183: results queue empty 11924 1726884898.42184: checking for any_errors_fatal 11924 1726884898.42197: done checking for any_errors_fatal 11924 1726884898.42198: checking for max_fail_percentage 11924 1726884898.42203: done checking for max_fail_percentage 11924 1726884898.42204: checking to see if all hosts have failed and the running result is not ok 11924 1726884898.42205: done checking to see if all hosts have failed 11924 1726884898.42205: getting the remaining hosts for this loop 11924 1726884898.42207: done getting the remaining hosts for this loop 11924 1726884898.42212: getting the next task for host managed_node2 11924 1726884898.42226: done getting next task for host managed_node2 11924 1726884898.42230: ^ task is: TASK: Verify the volumes with no pool were correctly managed 11924 1726884898.42234: ^ 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? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884898.42241: getting variables 11924 1726884898.42243: in VariableManager get_vars() 11924 1726884898.42281: Calling all_inventory to load vars for managed_node2 11924 1726884898.42285: Calling groups_inventory to load vars for managed_node2 11924 1726884898.42288: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884898.42301: Calling all_plugins_play to load vars for managed_node2 11924 1726884898.42305: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884898.42308: Calling groups_plugins_play to load vars for managed_node2 11924 1726884898.42972: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001b48 11924 1726884898.42976: WORKER PROCESS EXITING 11924 1726884898.43146: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884898.44488: done with get_vars() 11924 1726884898.44508: 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 22:14:58 -0400 (0:00:00.051) 0:01:03.785 ****** 11924 1726884898.44694: entering _queue_task() for managed_node2/include_tasks 11924 1726884898.45049: worker is 1 (out of 1 available) 11924 1726884898.45171: exiting _queue_task() for managed_node2/include_tasks 11924 1726884898.45184: done queuing things up, now waiting for results queue to drain 11924 1726884898.45186: waiting for pending results... 11924 1726884898.45675: running TaskExecutor() for managed_node2/TASK: Verify the volumes with no pool were correctly managed 11924 1726884898.46005: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001165 11924 1726884898.46028: variable 'ansible_search_path' from source: unknown 11924 1726884898.46087: variable '_storage_volumes_list' from source: set_fact 11924 1726884898.46380: variable '_storage_volumes_list' from source: set_fact 11924 1726884898.46429: dumping result to json 11924 1726884898.46432: done dumping result, returning 11924 1726884898.46438: done running TaskExecutor() for managed_node2/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-f4c0-2290-000000001165] 11924 1726884898.46444: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001165 11924 1726884898.46561: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001165 11924 1726884898.46564: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884898.46619: no more pending results, returning what we have 11924 1726884898.46624: results queue empty 11924 1726884898.46624: checking for any_errors_fatal 11924 1726884898.46634: done checking for any_errors_fatal 11924 1726884898.46635: checking for max_fail_percentage 11924 1726884898.46637: done checking for max_fail_percentage 11924 1726884898.46637: checking to see if all hosts have failed and the running result is not ok 11924 1726884898.46638: done checking to see if all hosts have failed 11924 1726884898.46639: getting the remaining hosts for this loop 11924 1726884898.46641: done getting the remaining hosts for this loop 11924 1726884898.46644: getting the next task for host managed_node2 11924 1726884898.46650: done getting next task for host managed_node2 11924 1726884898.46652: ^ task is: TASK: Clean up variable namespace 11924 1726884898.46656: ^ 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? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884898.46660: getting variables 11924 1726884898.46661: in VariableManager get_vars() 11924 1726884898.46692: Calling all_inventory to load vars for managed_node2 11924 1726884898.46695: Calling groups_inventory to load vars for managed_node2 11924 1726884898.46697: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884898.46706: Calling all_plugins_play to load vars for managed_node2 11924 1726884898.46709: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884898.46711: Calling groups_plugins_play to load vars for managed_node2 11924 1726884898.47339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884898.47664: done with get_vars() 11924 1726884898.47674: done getting variables 11924 1726884898.47716: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:14:58 -0400 (0:00:00.030) 0:01:03.816 ****** 11924 1726884898.47737: entering _queue_task() for managed_node2/set_fact 11924 1726884898.47992: worker is 1 (out of 1 available) 11924 1726884898.48007: exiting _queue_task() for managed_node2/set_fact 11924 1726884898.48019: done queuing things up, now waiting for results queue to drain 11924 1726884898.48021: waiting for pending results... 11924 1726884898.48473: running TaskExecutor() for managed_node2/TASK: Clean up variable namespace 11924 1726884898.48477: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001167 11924 1726884898.48486: variable 'ansible_search_path' from source: unknown 11924 1726884898.48766: calling self._execute() 11924 1726884898.48810: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.48821: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.48837: variable 'omit' from source: magic vars 11924 1726884898.49115: variable 'omit' from source: magic vars 11924 1726884898.49163: variable 'omit' from source: magic vars 11924 1726884898.49211: variable 'omit' from source: magic vars 11924 1726884898.49259: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884898.49376: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884898.49394: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884898.49417: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884898.49441: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884898.49481: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884898.49486: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884898.49509: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884898.49512: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.49515: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.49616: Set connection var ansible_shell_executable to /bin/sh 11924 1726884898.49620: Set connection var ansible_connection to ssh 11924 1726884898.49622: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884898.49624: Set connection var ansible_timeout to 10 11924 1726884898.49627: Set connection var ansible_pipelining to False 11924 1726884898.49636: Set connection var ansible_shell_type to sh 11924 1726884898.49652: variable 'ansible_shell_executable' from source: unknown 11924 1726884898.49657: variable 'ansible_connection' from source: unknown 11924 1726884898.49659: variable 'ansible_module_compression' from source: unknown 11924 1726884898.49662: variable 'ansible_shell_type' from source: unknown 11924 1726884898.49665: variable 'ansible_shell_executable' from source: unknown 11924 1726884898.49667: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.49672: variable 'ansible_pipelining' from source: unknown 11924 1726884898.49674: variable 'ansible_timeout' from source: unknown 11924 1726884898.49678: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.49788: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884898.49797: variable 'omit' from source: magic vars 11924 1726884898.49803: starting attempt loop 11924 1726884898.49806: running the handler 11924 1726884898.49817: handler run complete 11924 1726884898.49824: attempt loop complete, returning result 11924 1726884898.49827: _execute() done 11924 1726884898.49829: dumping result to json 11924 1726884898.49832: done dumping result, returning 11924 1726884898.49838: done running TaskExecutor() for managed_node2/TASK: Clean up variable namespace [0affc8a3-6f6f-f4c0-2290-000000001167] 11924 1726884898.49844: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001167 11924 1726884898.49933: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001167 11924 1726884898.49937: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 11924 1726884898.50023: no more pending results, returning what we have 11924 1726884898.50026: results queue empty 11924 1726884898.50026: checking for any_errors_fatal 11924 1726884898.50034: done checking for any_errors_fatal 11924 1726884898.50035: checking for max_fail_percentage 11924 1726884898.50037: done checking for max_fail_percentage 11924 1726884898.50038: checking to see if all hosts have failed and the running result is not ok 11924 1726884898.50038: done checking to see if all hosts have failed 11924 1726884898.50039: getting the remaining hosts for this loop 11924 1726884898.50040: done getting the remaining hosts for this loop 11924 1726884898.50043: getting the next task for host managed_node2 11924 1726884898.50049: done getting next task for host managed_node2 11924 1726884898.50052: ^ task is: TASK: Re-run the role on the same volume without specifying fs_type 11924 1726884898.50054: ^ state is: HOST STATE: block=2, task=17, rescue=0, 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 11924 1726884898.50059: getting variables 11924 1726884898.50060: in VariableManager get_vars() 11924 1726884898.50088: Calling all_inventory to load vars for managed_node2 11924 1726884898.50091: Calling groups_inventory to load vars for managed_node2 11924 1726884898.50094: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884898.50104: Calling all_plugins_play to load vars for managed_node2 11924 1726884898.50107: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884898.50108: Calling groups_plugins_play to load vars for managed_node2 11924 1726884898.50441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884898.50790: done with get_vars() 11924 1726884898.50801: done getting variables TASK [Re-run the role on the same volume without specifying fs_type] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml:64 Friday 20 September 2024 22:14:58 -0400 (0:00:00.031) 0:01:03.847 ****** 11924 1726884898.50865: entering _queue_task() for managed_node2/include_role 11924 1726884898.51050: worker is 1 (out of 1 available) 11924 1726884898.51068: exiting _queue_task() for managed_node2/include_role 11924 1726884898.51079: done queuing things up, now waiting for results queue to drain 11924 1726884898.51081: waiting for pending results... 11924 1726884898.51259: running TaskExecutor() for managed_node2/TASK: Re-run the role on the same volume without specifying fs_type 11924 1726884898.51328: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000000d 11924 1726884898.51339: variable 'ansible_search_path' from source: unknown 11924 1726884898.51368: calling self._execute() 11924 1726884898.51459: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.51472: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.51476: variable 'omit' from source: magic vars 11924 1726884898.51607: _execute() done 11924 1726884898.51610: dumping result to json 11924 1726884898.51613: done dumping result, returning 11924 1726884898.51616: done running TaskExecutor() for managed_node2/TASK: Re-run the role on the same volume without specifying fs_type [0affc8a3-6f6f-f4c0-2290-00000000000d] 11924 1726884898.51618: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000000d 11924 1726884898.51825: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000000d 11924 1726884898.51829: WORKER PROCESS EXITING 11924 1726884898.51868: no more pending results, returning what we have 11924 1726884898.51872: in VariableManager get_vars() 11924 1726884898.51910: Calling all_inventory to load vars for managed_node2 11924 1726884898.51913: Calling groups_inventory to load vars for managed_node2 11924 1726884898.51915: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884898.51923: Calling all_plugins_play to load vars for managed_node2 11924 1726884898.51926: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884898.51928: Calling groups_plugins_play to load vars for managed_node2 11924 1726884898.52534: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884898.53189: done with get_vars() 11924 1726884898.53203: variable 'ansible_search_path' from source: unknown 11924 1726884898.55454: variable 'omit' from source: magic vars 11924 1726884898.55484: variable 'omit' from source: magic vars 11924 1726884898.55501: variable 'omit' from source: magic vars 11924 1726884898.55507: we have included files to process 11924 1726884898.55508: generating all_blocks data 11924 1726884898.55510: done generating all_blocks data 11924 1726884898.55519: processing included file: fedora.linux_system_roles.storage 11924 1726884898.55553: in VariableManager get_vars() 11924 1726884898.55566: done with get_vars() 11924 1726884898.55591: in VariableManager get_vars() 11924 1726884898.55605: done with get_vars() 11924 1726884898.55639: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 11924 1726884898.55672: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 11924 1726884898.56104: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 11924 1726884898.56181: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 11924 1726884898.56296: in VariableManager get_vars() 11924 1726884898.56317: done with get_vars() 11924 1726884898.56546: in VariableManager get_vars() 11924 1726884898.56584: done with get_vars() 11924 1726884898.56842: iterating over new_blocks loaded from include file 11924 1726884898.56845: in VariableManager get_vars() 11924 1726884898.56886: done with get_vars() 11924 1726884898.56888: filtering new block on tags 11924 1726884898.56990: done filtering new block on tags 11924 1726884898.56993: in VariableManager get_vars() 11924 1726884898.57008: done with get_vars() 11924 1726884898.57010: filtering new block on tags 11924 1726884898.57026: done filtering new block on tags 11924 1726884898.57028: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node2 11924 1726884898.57033: extending task lists for all hosts with included blocks 11924 1726884898.58448: done extending task lists 11924 1726884898.58449: done processing included files 11924 1726884898.58450: results queue empty 11924 1726884898.58450: checking for any_errors_fatal 11924 1726884898.58453: done checking for any_errors_fatal 11924 1726884898.58453: checking for max_fail_percentage 11924 1726884898.58454: done checking for max_fail_percentage 11924 1726884898.58454: checking to see if all hosts have failed and the running result is not ok 11924 1726884898.58457: done checking to see if all hosts have failed 11924 1726884898.58457: getting the remaining hosts for this loop 11924 1726884898.58458: done getting the remaining hosts for this loop 11924 1726884898.58460: getting the next task for host managed_node2 11924 1726884898.58463: done getting next task for host managed_node2 11924 1726884898.58464: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884898.58466: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884898.58473: getting variables 11924 1726884898.58473: in VariableManager get_vars() 11924 1726884898.58481: Calling all_inventory to load vars for managed_node2 11924 1726884898.58483: Calling groups_inventory to load vars for managed_node2 11924 1726884898.58484: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884898.58487: Calling all_plugins_play to load vars for managed_node2 11924 1726884898.58489: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884898.58490: Calling groups_plugins_play to load vars for managed_node2 11924 1726884898.58765: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884898.59118: done with get_vars() 11924 1726884898.59128: done getting variables TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 20 September 2024 22:14:58 -0400 (0:00:00.083) 0:01:03.930 ****** 11924 1726884898.59187: entering _queue_task() for managed_node2/include_tasks 11924 1726884898.59504: worker is 1 (out of 1 available) 11924 1726884898.59517: exiting _queue_task() for managed_node2/include_tasks 11924 1726884898.59530: done queuing things up, now waiting for results queue to drain 11924 1726884898.59532: waiting for pending results... 11924 1726884898.59977: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884898.59983: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001def 11924 1726884898.59987: variable 'ansible_search_path' from source: unknown 11924 1726884898.59989: variable 'ansible_search_path' from source: unknown 11924 1726884898.60021: calling self._execute() 11924 1726884898.60150: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.60167: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.60195: variable 'omit' from source: magic vars 11924 1726884898.60328: _execute() done 11924 1726884898.60338: dumping result to json 11924 1726884898.60351: done dumping result, returning 11924 1726884898.60380: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-f4c0-2290-000000001def] 11924 1726884898.60384: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001def 11924 1726884898.60491: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001def 11924 1726884898.60498: WORKER PROCESS EXITING 11924 1726884898.60558: no more pending results, returning what we have 11924 1726884898.60564: in VariableManager get_vars() 11924 1726884898.60608: Calling all_inventory to load vars for managed_node2 11924 1726884898.60611: Calling groups_inventory to load vars for managed_node2 11924 1726884898.60617: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884898.60629: Calling all_plugins_play to load vars for managed_node2 11924 1726884898.60632: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884898.60635: Calling groups_plugins_play to load vars for managed_node2 11924 1726884898.61473: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884898.61956: done with get_vars() 11924 1726884898.61964: variable 'ansible_search_path' from source: unknown 11924 1726884898.61965: variable 'ansible_search_path' from source: unknown 11924 1726884898.61987: we have included files to process 11924 1726884898.61988: generating all_blocks data 11924 1726884898.61989: done generating all_blocks data 11924 1726884898.61991: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884898.61992: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884898.61994: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884898.62405: done processing included file 11924 1726884898.62407: iterating over new_blocks loaded from include file 11924 1726884898.62408: in VariableManager get_vars() 11924 1726884898.62420: done with get_vars() 11924 1726884898.62421: filtering new block on tags 11924 1726884898.62451: done filtering new block on tags 11924 1726884898.62456: in VariableManager get_vars() 11924 1726884898.62476: done with get_vars() 11924 1726884898.62477: filtering new block on tags 11924 1726884898.62522: done filtering new block on tags 11924 1726884898.62525: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node2 11924 1726884898.62533: extending task lists for all hosts with included blocks 11924 1726884898.62671: done extending task lists 11924 1726884898.62672: done processing included files 11924 1726884898.62673: results queue empty 11924 1726884898.62673: checking for any_errors_fatal 11924 1726884898.62675: done checking for any_errors_fatal 11924 1726884898.62675: checking for max_fail_percentage 11924 1726884898.62676: done checking for max_fail_percentage 11924 1726884898.62677: checking to see if all hosts have failed and the running result is not ok 11924 1726884898.62677: done checking to see if all hosts have failed 11924 1726884898.62678: getting the remaining hosts for this loop 11924 1726884898.62678: done getting the remaining hosts for this loop 11924 1726884898.62680: getting the next task for host managed_node2 11924 1726884898.62683: done getting next task for host managed_node2 11924 1726884898.62685: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 11924 1726884898.62687: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884898.62693: getting variables 11924 1726884898.62694: in VariableManager get_vars() 11924 1726884898.62702: Calling all_inventory to load vars for managed_node2 11924 1726884898.62704: Calling groups_inventory to load vars for managed_node2 11924 1726884898.62705: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884898.62708: Calling all_plugins_play to load vars for managed_node2 11924 1726884898.62709: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884898.62711: Calling groups_plugins_play to load vars for managed_node2 11924 1726884898.63034: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884898.63399: done with get_vars() 11924 1726884898.63408: done getting variables TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 20 September 2024 22:14:58 -0400 (0:00:00.042) 0:01:03.973 ****** 11924 1726884898.63485: entering _queue_task() for managed_node2/setup 11924 1726884898.63753: worker is 1 (out of 1 available) 11924 1726884898.63768: exiting _queue_task() for managed_node2/setup 11924 1726884898.63783: done queuing things up, now waiting for results queue to drain 11924 1726884898.63785: waiting for pending results... 11924 1726884898.64379: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 11924 1726884898.64432: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001ed5 11924 1726884898.64439: variable 'ansible_search_path' from source: unknown 11924 1726884898.64489: variable 'ansible_search_path' from source: unknown 11924 1726884898.64493: calling self._execute() 11924 1726884898.64496: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.64499: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.64501: variable 'omit' from source: magic vars 11924 1726884898.64860: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884898.67151: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884898.67220: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884898.67263: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884898.67302: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884898.67309: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884898.67453: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884898.67462: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884898.67531: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884898.67535: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884898.67564: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884898.67634: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884898.67637: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884898.67743: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884898.67747: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884898.67749: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884898.67937: variable '__storage_required_facts' from source: role '' all vars 11924 1726884898.67941: variable 'ansible_facts' from source: unknown 11924 1726884898.68246: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 11924 1726884898.68251: when evaluation is False, skipping this task 11924 1726884898.68253: _execute() done 11924 1726884898.68260: dumping result to json 11924 1726884898.68262: done dumping result, returning 11924 1726884898.68264: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-f4c0-2290-000000001ed5] 11924 1726884898.68267: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ed5 11924 1726884898.68429: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ed5 11924 1726884898.68434: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 11924 1726884898.68509: no more pending results, returning what we have 11924 1726884898.68513: results queue empty 11924 1726884898.68514: checking for any_errors_fatal 11924 1726884898.68515: done checking for any_errors_fatal 11924 1726884898.68516: checking for max_fail_percentage 11924 1726884898.68518: done checking for max_fail_percentage 11924 1726884898.68518: checking to see if all hosts have failed and the running result is not ok 11924 1726884898.68519: done checking to see if all hosts have failed 11924 1726884898.68520: getting the remaining hosts for this loop 11924 1726884898.68521: done getting the remaining hosts for this loop 11924 1726884898.68524: getting the next task for host managed_node2 11924 1726884898.68530: done getting next task for host managed_node2 11924 1726884898.68533: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884898.68536: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884898.68556: getting variables 11924 1726884898.68558: in VariableManager get_vars() 11924 1726884898.68588: Calling all_inventory to load vars for managed_node2 11924 1726884898.68590: Calling groups_inventory to load vars for managed_node2 11924 1726884898.68592: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884898.68600: Calling all_plugins_play to load vars for managed_node2 11924 1726884898.68602: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884898.68605: Calling groups_plugins_play to load vars for managed_node2 11924 1726884898.69028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884898.69466: done with get_vars() 11924 1726884898.69476: done getting variables 11924 1726884898.69533: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 20 September 2024 22:14:58 -0400 (0:00:00.060) 0:01:04.034 ****** 11924 1726884898.69565: entering _queue_task() for managed_node2/include_vars 11924 1726884898.69756: worker is 1 (out of 1 available) 11924 1726884898.69772: exiting _queue_task() for managed_node2/include_vars 11924 1726884898.69785: done queuing things up, now waiting for results queue to drain 11924 1726884898.69786: waiting for pending results... 11924 1726884898.70003: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884898.70111: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001ed6 11924 1726884898.70123: variable 'ansible_search_path' from source: unknown 11924 1726884898.70126: variable 'ansible_search_path' from source: unknown 11924 1726884898.70480: variable 'ansible_facts' from source: unknown 11924 1726884898.70858: variable 'ansible_facts' from source: unknown 11924 1726884898.71171: variable 'ansible_facts' from source: unknown 11924 1726884898.71517: variable 'ansible_facts' from source: unknown 11924 1726884898.71817: variable 'omit' from source: magic vars 11924 1726884898.72075: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.72094: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.72106: variable 'omit' from source: magic vars 11924 1726884898.72701: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884898.73045: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884898.73090: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884898.73122: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884898.73153: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884898.73246: variable '__vars_file' from source: task vars 11924 1726884898.73394: variable 'role_path' from source: magic vars 11924 1726884898.73423: variable 'item' from source: unknown 11924 1726884898.73506: Evaluated conditional (__vars_file is file): False 11924 1726884898.73513: when evaluation is False, skipping this task 11924 1726884898.73518: variable 'item' from source: unknown 11924 1726884898.73591: variable 'item' from source: unknown skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 11924 1726884898.73998: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.74010: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.74014: variable 'omit' from source: magic vars 11924 1726884898.74105: variable '__vars_file' from source: task vars 11924 1726884898.74161: variable 'role_path' from source: magic vars 11924 1726884898.74165: variable 'item' from source: unknown 11924 1726884898.74174: Evaluated conditional (__vars_file is file): False 11924 1726884898.74177: when evaluation is False, skipping this task 11924 1726884898.74217: variable 'item' from source: unknown 11924 1726884898.74258: variable 'item' from source: unknown skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 11924 1726884898.74332: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.74336: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.74339: variable 'omit' from source: magic vars 11924 1726884898.74440: variable '__vars_file' from source: task vars 11924 1726884898.74496: variable 'role_path' from source: magic vars 11924 1726884898.74500: variable 'item' from source: unknown 11924 1726884898.74511: Evaluated conditional (__vars_file is file): True 11924 1726884898.74517: variable 'omit' from source: magic vars 11924 1726884898.74559: variable 'omit' from source: magic vars 11924 1726884898.74595: variable '__vars_file' from source: task vars 11924 1726884898.74641: variable '__vars_file' from source: task vars 11924 1726884898.74702: variable 'role_path' from source: magic vars 11924 1726884898.74707: variable 'item' from source: unknown 11924 1726884898.74721: variable 'omit' from source: magic vars 11924 1726884898.74740: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884898.74781: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884898.74794: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884898.74809: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884898.74818: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884898.74831: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884898.74843: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884898.74868: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884898.74871: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.74874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.74953: Set connection var ansible_shell_executable to /bin/sh 11924 1726884898.74959: Set connection var ansible_connection to ssh 11924 1726884898.74961: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884898.74967: Set connection var ansible_timeout to 10 11924 1726884898.74972: Set connection var ansible_pipelining to False 11924 1726884898.74977: Set connection var ansible_shell_type to sh 11924 1726884898.74996: variable 'ansible_shell_executable' from source: unknown 11924 1726884898.75001: variable 'ansible_connection' from source: unknown 11924 1726884898.75004: variable 'ansible_module_compression' from source: unknown 11924 1726884898.75006: variable 'ansible_shell_type' from source: unknown 11924 1726884898.75008: variable 'ansible_shell_executable' from source: unknown 11924 1726884898.75010: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.75012: variable 'ansible_pipelining' from source: unknown 11924 1726884898.75015: variable 'ansible_timeout' from source: unknown 11924 1726884898.75022: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.75099: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884898.75110: variable 'omit' from source: magic vars 11924 1726884898.75113: starting attempt loop 11924 1726884898.75116: running the handler 11924 1726884898.75191: handler run complete 11924 1726884898.75199: attempt loop complete, returning result 11924 1726884898.75215: variable 'item' from source: unknown 11924 1726884898.75258: variable 'item' from source: unknown ok: [managed_node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 11924 1726884898.75401: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.75404: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.75407: variable 'omit' from source: magic vars 11924 1726884898.75600: variable '__vars_file' from source: task vars 11924 1726884898.75860: variable 'role_path' from source: magic vars 11924 1726884898.75864: variable 'item' from source: unknown 11924 1726884898.75866: Evaluated conditional (__vars_file is file): True 11924 1726884898.75869: variable 'omit' from source: magic vars 11924 1726884898.75871: variable 'omit' from source: magic vars 11924 1726884898.75873: variable '__vars_file' from source: task vars 11924 1726884898.75875: variable '__vars_file' from source: task vars 11924 1726884898.75971: variable 'role_path' from source: magic vars 11924 1726884898.75981: variable 'item' from source: unknown 11924 1726884898.76004: variable 'omit' from source: magic vars 11924 1726884898.76028: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884898.76041: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884898.76050: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884898.76066: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884898.76078: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884898.76086: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.76096: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.76175: Set connection var ansible_shell_executable to /bin/sh 11924 1726884898.76183: Set connection var ansible_connection to ssh 11924 1726884898.76193: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884898.76206: Set connection var ansible_timeout to 10 11924 1726884898.76216: Set connection var ansible_pipelining to False 11924 1726884898.76226: Set connection var ansible_shell_type to sh 11924 1726884898.76254: variable 'ansible_shell_executable' from source: unknown 11924 1726884898.76265: variable 'ansible_connection' from source: unknown 11924 1726884898.76272: variable 'ansible_module_compression' from source: unknown 11924 1726884898.76277: variable 'ansible_shell_type' from source: unknown 11924 1726884898.76282: variable 'ansible_shell_executable' from source: unknown 11924 1726884898.76287: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.76292: variable 'ansible_pipelining' from source: unknown 11924 1726884898.76297: variable 'ansible_timeout' from source: unknown 11924 1726884898.76305: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.76405: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884898.76419: variable 'omit' from source: magic vars 11924 1726884898.76560: starting attempt loop 11924 1726884898.76563: running the handler 11924 1726884898.76564: handler run complete 11924 1726884898.76566: attempt loop complete, returning result 11924 1726884898.76568: variable 'item' from source: unknown 11924 1726884898.76571: variable 'item' from source: unknown ok: [managed_node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 11924 1726884898.76671: dumping result to json 11924 1726884898.76676: done dumping result, returning 11924 1726884898.76690: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-f4c0-2290-000000001ed6] 11924 1726884898.76704: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ed6 11924 1726884898.76852: no more pending results, returning what we have 11924 1726884898.76857: results queue empty 11924 1726884898.76858: checking for any_errors_fatal 11924 1726884898.76865: done checking for any_errors_fatal 11924 1726884898.76866: checking for max_fail_percentage 11924 1726884898.76867: done checking for max_fail_percentage 11924 1726884898.76868: checking to see if all hosts have failed and the running result is not ok 11924 1726884898.76868: done checking to see if all hosts have failed 11924 1726884898.76869: getting the remaining hosts for this loop 11924 1726884898.76871: done getting the remaining hosts for this loop 11924 1726884898.76874: getting the next task for host managed_node2 11924 1726884898.76903: done getting next task for host managed_node2 11924 1726884898.76907: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 11924 1726884898.76910: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884898.76923: getting variables 11924 1726884898.76925: in VariableManager get_vars() 11924 1726884898.77162: Calling all_inventory to load vars for managed_node2 11924 1726884898.77166: Calling groups_inventory to load vars for managed_node2 11924 1726884898.77169: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884898.77177: Calling all_plugins_play to load vars for managed_node2 11924 1726884898.77180: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884898.77183: Calling groups_plugins_play to load vars for managed_node2 11924 1726884898.77753: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ed6 11924 1726884898.77760: WORKER PROCESS EXITING 11924 1726884898.77915: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884898.78892: done with get_vars() 11924 1726884898.78911: done getting variables TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 20 September 2024 22:14:58 -0400 (0:00:00.095) 0:01:04.129 ****** 11924 1726884898.79103: entering _queue_task() for managed_node2/stat 11924 1726884898.79572: worker is 1 (out of 1 available) 11924 1726884898.79587: exiting _queue_task() for managed_node2/stat 11924 1726884898.79618: done queuing things up, now waiting for results queue to drain 11924 1726884898.79620: waiting for pending results... 11924 1726884898.79957: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if system is ostree 11924 1726884898.80059: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001ed8 11924 1726884898.80083: variable 'ansible_search_path' from source: unknown 11924 1726884898.80091: variable 'ansible_search_path' from source: unknown 11924 1726884898.80134: calling self._execute() 11924 1726884898.80273: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.80284: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.80300: variable 'omit' from source: magic vars 11924 1726884898.80693: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884898.80991: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884898.81110: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884898.81114: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884898.81154: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884898.81250: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884898.81283: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884898.81317: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884898.81358: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884898.81560: variable '__storage_is_ostree' from source: set_fact 11924 1726884898.81563: Evaluated conditional (not __storage_is_ostree is defined): False 11924 1726884898.81565: when evaluation is False, skipping this task 11924 1726884898.81567: _execute() done 11924 1726884898.81569: dumping result to json 11924 1726884898.81571: done dumping result, returning 11924 1726884898.81573: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-f4c0-2290-000000001ed8] 11924 1726884898.81575: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ed8 11924 1726884898.81638: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ed8 11924 1726884898.81640: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 11924 1726884898.81695: no more pending results, returning what we have 11924 1726884898.81698: results queue empty 11924 1726884898.81699: checking for any_errors_fatal 11924 1726884898.81716: done checking for any_errors_fatal 11924 1726884898.81717: checking for max_fail_percentage 11924 1726884898.81719: done checking for max_fail_percentage 11924 1726884898.81720: checking to see if all hosts have failed and the running result is not ok 11924 1726884898.81721: done checking to see if all hosts have failed 11924 1726884898.81721: getting the remaining hosts for this loop 11924 1726884898.81724: done getting the remaining hosts for this loop 11924 1726884898.81728: getting the next task for host managed_node2 11924 1726884898.81735: done getting next task for host managed_node2 11924 1726884898.81738: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 11924 1726884898.81742: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884898.81973: getting variables 11924 1726884898.81975: in VariableManager get_vars() 11924 1726884898.82004: Calling all_inventory to load vars for managed_node2 11924 1726884898.82006: Calling groups_inventory to load vars for managed_node2 11924 1726884898.82008: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884898.82015: Calling all_plugins_play to load vars for managed_node2 11924 1726884898.82018: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884898.82020: Calling groups_plugins_play to load vars for managed_node2 11924 1726884898.82796: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884898.83839: done with get_vars() 11924 1726884898.83861: done getting variables 11924 1726884898.83973: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 20 September 2024 22:14:58 -0400 (0:00:00.049) 0:01:04.179 ****** 11924 1726884898.84036: entering _queue_task() for managed_node2/set_fact 11924 1726884898.84602: worker is 1 (out of 1 available) 11924 1726884898.84614: exiting _queue_task() for managed_node2/set_fact 11924 1726884898.84628: done queuing things up, now waiting for results queue to drain 11924 1726884898.84630: waiting for pending results... 11924 1726884898.85009: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 11924 1726884898.85257: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001ed9 11924 1726884898.85264: variable 'ansible_search_path' from source: unknown 11924 1726884898.85268: variable 'ansible_search_path' from source: unknown 11924 1726884898.85271: calling self._execute() 11924 1726884898.85516: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.85520: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.85523: variable 'omit' from source: magic vars 11924 1726884898.85938: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884898.86230: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884898.86281: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884898.86316: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884898.86353: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884898.86440: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884898.86547: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884898.86551: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884898.86553: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884898.86680: variable '__storage_is_ostree' from source: set_fact 11924 1726884898.86702: Evaluated conditional (not __storage_is_ostree is defined): False 11924 1726884898.86711: when evaluation is False, skipping this task 11924 1726884898.86718: _execute() done 11924 1726884898.86725: dumping result to json 11924 1726884898.86731: done dumping result, returning 11924 1726884898.86742: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-f4c0-2290-000000001ed9] 11924 1726884898.86751: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ed9 skipping: [managed_node2] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 11924 1726884898.87040: no more pending results, returning what we have 11924 1726884898.87044: results queue empty 11924 1726884898.87045: checking for any_errors_fatal 11924 1726884898.87059: done checking for any_errors_fatal 11924 1726884898.87060: checking for max_fail_percentage 11924 1726884898.87063: done checking for max_fail_percentage 11924 1726884898.87064: checking to see if all hosts have failed and the running result is not ok 11924 1726884898.87064: done checking to see if all hosts have failed 11924 1726884898.87065: getting the remaining hosts for this loop 11924 1726884898.87067: done getting the remaining hosts for this loop 11924 1726884898.87071: getting the next task for host managed_node2 11924 1726884898.87081: done getting next task for host managed_node2 11924 1726884898.87085: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 11924 1726884898.87088: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884898.87117: getting variables 11924 1726884898.87120: in VariableManager get_vars() 11924 1726884898.87285: Calling all_inventory to load vars for managed_node2 11924 1726884898.87288: Calling groups_inventory to load vars for managed_node2 11924 1726884898.87290: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884898.87301: Calling all_plugins_play to load vars for managed_node2 11924 1726884898.87304: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884898.87349: Calling groups_plugins_play to load vars for managed_node2 11924 1726884898.88148: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001ed9 11924 1726884898.88152: WORKER PROCESS EXITING 11924 1726884898.88396: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884898.89931: done with get_vars() 11924 1726884898.89950: done getting variables 11924 1726884898.90140: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 20 September 2024 22:14:58 -0400 (0:00:00.061) 0:01:04.240 ****** 11924 1726884898.90198: entering _queue_task() for managed_node2/set_fact 11924 1726884898.90680: worker is 1 (out of 1 available) 11924 1726884898.90696: exiting _queue_task() for managed_node2/set_fact 11924 1726884898.90711: done queuing things up, now waiting for results queue to drain 11924 1726884898.90714: waiting for pending results... 11924 1726884898.91211: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 11924 1726884898.91480: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001df0 11924 1726884898.91504: variable 'ansible_search_path' from source: unknown 11924 1726884898.91513: variable 'ansible_search_path' from source: unknown 11924 1726884898.91560: calling self._execute() 11924 1726884898.91769: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.91774: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.91781: variable 'omit' from source: magic vars 11924 1726884898.91929: variable 'omit' from source: magic vars 11924 1726884898.92014: variable 'omit' from source: magic vars 11924 1726884898.92107: variable 'omit' from source: magic vars 11924 1726884898.92110: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884898.92152: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884898.92181: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884898.92207: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884898.92234: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884898.92322: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884898.92326: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884898.92330: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884898.92333: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.92335: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.92504: Set connection var ansible_shell_executable to /bin/sh 11924 1726884898.92517: Set connection var ansible_connection to ssh 11924 1726884898.92529: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884898.92580: Set connection var ansible_timeout to 10 11924 1726884898.92584: Set connection var ansible_pipelining to False 11924 1726884898.92587: Set connection var ansible_shell_type to sh 11924 1726884898.92678: variable 'ansible_shell_executable' from source: unknown 11924 1726884898.92682: variable 'ansible_connection' from source: unknown 11924 1726884898.92685: variable 'ansible_module_compression' from source: unknown 11924 1726884898.92687: variable 'ansible_shell_type' from source: unknown 11924 1726884898.92690: variable 'ansible_shell_executable' from source: unknown 11924 1726884898.92692: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.92693: variable 'ansible_pipelining' from source: unknown 11924 1726884898.92696: variable 'ansible_timeout' from source: unknown 11924 1726884898.92698: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.93037: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884898.93041: variable 'omit' from source: magic vars 11924 1726884898.93043: starting attempt loop 11924 1726884898.93045: running the handler 11924 1726884898.93047: handler run complete 11924 1726884898.93057: attempt loop complete, returning result 11924 1726884898.93109: _execute() done 11924 1726884898.93113: dumping result to json 11924 1726884898.93115: done dumping result, returning 11924 1726884898.93118: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [0affc8a3-6f6f-f4c0-2290-000000001df0] 11924 1726884898.93120: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001df0 ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 11924 1726884898.93540: no more pending results, returning what we have 11924 1726884898.93543: results queue empty 11924 1726884898.93544: checking for any_errors_fatal 11924 1726884898.93561: done checking for any_errors_fatal 11924 1726884898.93563: checking for max_fail_percentage 11924 1726884898.93566: done checking for max_fail_percentage 11924 1726884898.93567: checking to see if all hosts have failed and the running result is not ok 11924 1726884898.93567: done checking to see if all hosts have failed 11924 1726884898.93568: getting the remaining hosts for this loop 11924 1726884898.93570: done getting the remaining hosts for this loop 11924 1726884898.93573: getting the next task for host managed_node2 11924 1726884898.93579: done getting next task for host managed_node2 11924 1726884898.93582: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 11924 1726884898.93585: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884898.93605: getting variables 11924 1726884898.93607: in VariableManager get_vars() 11924 1726884898.93651: Calling all_inventory to load vars for managed_node2 11924 1726884898.93661: Calling groups_inventory to load vars for managed_node2 11924 1726884898.93664: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884898.93674: Calling all_plugins_play to load vars for managed_node2 11924 1726884898.93677: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884898.93680: Calling groups_plugins_play to load vars for managed_node2 11924 1726884898.94211: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001df0 11924 1726884898.94215: WORKER PROCESS EXITING 11924 1726884898.94236: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884898.94646: done with get_vars() 11924 1726884898.94658: done getting variables 11924 1726884898.94701: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 20 September 2024 22:14:58 -0400 (0:00:00.045) 0:01:04.286 ****** 11924 1726884898.94722: entering _queue_task() for managed_node2/set_fact 11924 1726884898.94974: worker is 1 (out of 1 available) 11924 1726884898.94989: exiting _queue_task() for managed_node2/set_fact 11924 1726884898.95006: done queuing things up, now waiting for results queue to drain 11924 1726884898.95008: waiting for pending results... 11924 1726884898.95288: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 11924 1726884898.95508: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001df1 11924 1726884898.95513: variable 'ansible_search_path' from source: unknown 11924 1726884898.95519: variable 'ansible_search_path' from source: unknown 11924 1726884898.95523: calling self._execute() 11924 1726884898.95639: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.95643: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.95646: variable 'omit' from source: magic vars 11924 1726884898.95883: variable 'omit' from source: magic vars 11924 1726884898.95975: variable 'omit' from source: magic vars 11924 1726884898.96037: variable 'omit' from source: magic vars 11924 1726884898.96086: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884898.96162: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884898.96217: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884898.96221: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884898.96238: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884898.96262: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884898.96288: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884898.96365: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884898.96369: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.96371: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.96510: Set connection var ansible_shell_executable to /bin/sh 11924 1726884898.96541: Set connection var ansible_connection to ssh 11924 1726884898.96544: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884898.96547: Set connection var ansible_timeout to 10 11924 1726884898.96549: Set connection var ansible_pipelining to False 11924 1726884898.96551: Set connection var ansible_shell_type to sh 11924 1726884898.96574: variable 'ansible_shell_executable' from source: unknown 11924 1726884898.96577: variable 'ansible_connection' from source: unknown 11924 1726884898.96580: variable 'ansible_module_compression' from source: unknown 11924 1726884898.96582: variable 'ansible_shell_type' from source: unknown 11924 1726884898.96584: variable 'ansible_shell_executable' from source: unknown 11924 1726884898.96587: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.96591: variable 'ansible_pipelining' from source: unknown 11924 1726884898.96593: variable 'ansible_timeout' from source: unknown 11924 1726884898.96600: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.96726: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884898.96747: variable 'omit' from source: magic vars 11924 1726884898.96750: starting attempt loop 11924 1726884898.96753: running the handler 11924 1726884898.96775: handler run complete 11924 1726884898.96786: attempt loop complete, returning result 11924 1726884898.96789: _execute() done 11924 1726884898.96791: dumping result to json 11924 1726884898.96794: done dumping result, returning 11924 1726884898.96803: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [0affc8a3-6f6f-f4c0-2290-000000001df1] 11924 1726884898.96805: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001df1 11924 1726884898.96937: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001df1 11924 1726884898.96944: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 11924 1726884898.97057: no more pending results, returning what we have 11924 1726884898.97060: results queue empty 11924 1726884898.97061: checking for any_errors_fatal 11924 1726884898.97068: done checking for any_errors_fatal 11924 1726884898.97068: checking for max_fail_percentage 11924 1726884898.97070: done checking for max_fail_percentage 11924 1726884898.97071: checking to see if all hosts have failed and the running result is not ok 11924 1726884898.97072: done checking to see if all hosts have failed 11924 1726884898.97072: getting the remaining hosts for this loop 11924 1726884898.97074: done getting the remaining hosts for this loop 11924 1726884898.97079: getting the next task for host managed_node2 11924 1726884898.97086: done getting next task for host managed_node2 11924 1726884898.97091: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 11924 1726884898.97093: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884898.97106: getting variables 11924 1726884898.97107: in VariableManager get_vars() 11924 1726884898.97128: Calling all_inventory to load vars for managed_node2 11924 1726884898.97130: Calling groups_inventory to load vars for managed_node2 11924 1726884898.97131: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884898.97137: Calling all_plugins_play to load vars for managed_node2 11924 1726884898.97138: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884898.97140: Calling groups_plugins_play to load vars for managed_node2 11924 1726884898.97786: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884898.98369: done with get_vars() 11924 1726884898.98379: done getting variables TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 20 September 2024 22:14:58 -0400 (0:00:00.037) 0:01:04.323 ****** 11924 1726884898.98477: entering _queue_task() for managed_node2/include_tasks 11924 1726884898.98716: worker is 1 (out of 1 available) 11924 1726884898.98729: exiting _queue_task() for managed_node2/include_tasks 11924 1726884898.98743: done queuing things up, now waiting for results queue to drain 11924 1726884898.98744: waiting for pending results... 11924 1726884898.99173: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 11924 1726884898.99178: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001df2 11924 1726884898.99193: variable 'ansible_search_path' from source: unknown 11924 1726884898.99203: variable 'ansible_search_path' from source: unknown 11924 1726884898.99241: calling self._execute() 11924 1726884898.99357: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884898.99371: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884898.99395: variable 'omit' from source: magic vars 11924 1726884898.99707: variable 'storage_provider' from source: role '' defaults 11924 1726884898.99761: _execute() done 11924 1726884898.99764: dumping result to json 11924 1726884898.99767: done dumping result, returning 11924 1726884898.99770: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-f4c0-2290-000000001df2] 11924 1726884898.99773: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001df2 11924 1726884898.99962: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001df2 11924 1726884898.99965: WORKER PROCESS EXITING 11924 1726884899.00016: no more pending results, returning what we have 11924 1726884899.00021: in VariableManager get_vars() 11924 1726884899.00053: Calling all_inventory to load vars for managed_node2 11924 1726884899.00058: Calling groups_inventory to load vars for managed_node2 11924 1726884899.00060: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884899.00068: Calling all_plugins_play to load vars for managed_node2 11924 1726884899.00071: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884899.00073: Calling groups_plugins_play to load vars for managed_node2 11924 1726884899.00438: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884899.00775: done with get_vars() 11924 1726884899.00783: variable 'ansible_search_path' from source: unknown 11924 1726884899.00784: variable 'ansible_search_path' from source: unknown 11924 1726884899.00804: we have included files to process 11924 1726884899.00805: generating all_blocks data 11924 1726884899.00806: done generating all_blocks data 11924 1726884899.00810: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884899.00811: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884899.00812: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884899.01325: in VariableManager get_vars() 11924 1726884899.01341: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884899.02939: done processing included file 11924 1726884899.02941: iterating over new_blocks loaded from include file 11924 1726884899.02943: in VariableManager get_vars() 11924 1726884899.02963: done with get_vars() 11924 1726884899.02969: filtering new block on tags 11924 1726884899.03035: done filtering new block on tags 11924 1726884899.03050: in VariableManager get_vars() 11924 1726884899.03071: done with get_vars() 11924 1726884899.03074: filtering new block on tags 11924 1726884899.03159: done filtering new block on tags 11924 1726884899.03162: in VariableManager get_vars() 11924 1726884899.03180: done with get_vars() 11924 1726884899.03181: filtering new block on tags 11924 1726884899.03279: done filtering new block on tags 11924 1726884899.03285: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node2 11924 1726884899.03290: extending task lists for all hosts with included blocks 11924 1726884899.03735: done extending task lists 11924 1726884899.03736: done processing included files 11924 1726884899.03737: results queue empty 11924 1726884899.03738: checking for any_errors_fatal 11924 1726884899.03742: done checking for any_errors_fatal 11924 1726884899.03742: checking for max_fail_percentage 11924 1726884899.03744: done checking for max_fail_percentage 11924 1726884899.03744: checking to see if all hosts have failed and the running result is not ok 11924 1726884899.03745: done checking to see if all hosts have failed 11924 1726884899.03746: getting the remaining hosts for this loop 11924 1726884899.03747: done getting the remaining hosts for this loop 11924 1726884899.03750: getting the next task for host managed_node2 11924 1726884899.03754: done getting next task for host managed_node2 11924 1726884899.03759: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 11924 1726884899.03762: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884899.03772: getting variables 11924 1726884899.03773: in VariableManager get_vars() 11924 1726884899.03785: Calling all_inventory to load vars for managed_node2 11924 1726884899.03787: Calling groups_inventory to load vars for managed_node2 11924 1726884899.03789: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884899.03794: Calling all_plugins_play to load vars for managed_node2 11924 1726884899.03796: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884899.03798: Calling groups_plugins_play to load vars for managed_node2 11924 1726884899.04228: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884899.04642: done with get_vars() 11924 1726884899.04651: done getting variables 11924 1726884899.04678: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 20 September 2024 22:14:59 -0400 (0:00:00.062) 0:01:04.385 ****** 11924 1726884899.04704: entering _queue_task() for managed_node2/package 11924 1726884899.04906: worker is 1 (out of 1 available) 11924 1726884899.04920: exiting _queue_task() for managed_node2/package 11924 1726884899.04932: done queuing things up, now waiting for results queue to drain 11924 1726884899.04933: waiting for pending results... 11924 1726884899.05118: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 11924 1726884899.05210: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f0e 11924 1726884899.05221: variable 'ansible_search_path' from source: unknown 11924 1726884899.05224: variable 'ansible_search_path' from source: unknown 11924 1726884899.05250: calling self._execute() 11924 1726884899.05333: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884899.05337: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884899.05345: variable 'omit' from source: magic vars 11924 1726884899.05625: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884899.05825: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884899.05858: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884899.05883: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884899.05909: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884899.05973: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884899.05990: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884899.06011: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884899.06029: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884899.06260: variable 'storage_skip_checks' from source: set_fact 11924 1726884899.06264: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 11924 1726884899.06266: when evaluation is False, skipping this task 11924 1726884899.06268: _execute() done 11924 1726884899.06270: dumping result to json 11924 1726884899.06272: done dumping result, returning 11924 1726884899.06274: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-f4c0-2290-000000001f0e] 11924 1726884899.06276: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f0e 11924 1726884899.06338: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f0e 11924 1726884899.06341: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884899.06587: no more pending results, returning what we have 11924 1726884899.06590: results queue empty 11924 1726884899.06591: checking for any_errors_fatal 11924 1726884899.06593: done checking for any_errors_fatal 11924 1726884899.06593: checking for max_fail_percentage 11924 1726884899.06595: done checking for max_fail_percentage 11924 1726884899.06596: checking to see if all hosts have failed and the running result is not ok 11924 1726884899.06597: done checking to see if all hosts have failed 11924 1726884899.06597: getting the remaining hosts for this loop 11924 1726884899.06602: done getting the remaining hosts for this loop 11924 1726884899.06605: getting the next task for host managed_node2 11924 1726884899.06609: done getting next task for host managed_node2 11924 1726884899.06613: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 11924 1726884899.06616: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884899.06633: getting variables 11924 1726884899.06635: in VariableManager get_vars() 11924 1726884899.06667: Calling all_inventory to load vars for managed_node2 11924 1726884899.06669: Calling groups_inventory to load vars for managed_node2 11924 1726884899.06671: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884899.06679: Calling all_plugins_play to load vars for managed_node2 11924 1726884899.06682: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884899.06684: Calling groups_plugins_play to load vars for managed_node2 11924 1726884899.07389: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884899.07731: done with get_vars() 11924 1726884899.07743: done getting variables 11924 1726884899.07782: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 20 September 2024 22:14:59 -0400 (0:00:00.031) 0:01:04.416 ****** 11924 1726884899.07805: entering _queue_task() for managed_node2/debug 11924 1726884899.08002: worker is 1 (out of 1 available) 11924 1726884899.08016: exiting _queue_task() for managed_node2/debug 11924 1726884899.08029: done queuing things up, now waiting for results queue to drain 11924 1726884899.08031: waiting for pending results... 11924 1726884899.08232: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_pools 11924 1726884899.08366: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f0f 11924 1726884899.08379: variable 'ansible_search_path' from source: unknown 11924 1726884899.08386: variable 'ansible_search_path' from source: unknown 11924 1726884899.08414: calling self._execute() 11924 1726884899.08497: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884899.08501: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884899.08514: variable 'omit' from source: magic vars 11924 1726884899.08591: variable 'omit' from source: magic vars 11924 1726884899.08654: variable 'omit' from source: magic vars 11924 1726884899.08680: variable 'omit' from source: magic vars 11924 1726884899.08716: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884899.08745: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884899.08765: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884899.08779: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884899.08789: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884899.08805: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884899.08821: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884899.08843: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884899.08846: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884899.08848: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884899.08929: Set connection var ansible_shell_executable to /bin/sh 11924 1726884899.08938: Set connection var ansible_connection to ssh 11924 1726884899.08943: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884899.08948: Set connection var ansible_timeout to 10 11924 1726884899.08954: Set connection var ansible_pipelining to False 11924 1726884899.08960: Set connection var ansible_shell_type to sh 11924 1726884899.08986: variable 'ansible_shell_executable' from source: unknown 11924 1726884899.08989: variable 'ansible_connection' from source: unknown 11924 1726884899.08992: variable 'ansible_module_compression' from source: unknown 11924 1726884899.08994: variable 'ansible_shell_type' from source: unknown 11924 1726884899.08997: variable 'ansible_shell_executable' from source: unknown 11924 1726884899.08999: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884899.09001: variable 'ansible_pipelining' from source: unknown 11924 1726884899.09007: variable 'ansible_timeout' from source: unknown 11924 1726884899.09009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884899.09118: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884899.09127: variable 'omit' from source: magic vars 11924 1726884899.09132: starting attempt loop 11924 1726884899.09135: running the handler 11924 1726884899.09178: variable 'storage_pools' from source: include params 11924 1726884899.09326: variable 'storage_pools' from source: include params 11924 1726884899.09336: variable 'unused_disks' from source: set_fact 11924 1726884899.09391: variable 'unused_disks' from source: set_fact 11924 1726884899.09436: variable 'volume_size' from source: play vars 11924 1726884899.09485: variable 'volume_size' from source: play vars 11924 1726884899.09491: variable 'mount_location' from source: play vars 11924 1726884899.09540: variable 'mount_location' from source: play vars 11924 1726884899.09574: handler run complete 11924 1726884899.09588: attempt loop complete, returning result 11924 1726884899.09591: _execute() done 11924 1726884899.09593: dumping result to json 11924 1726884899.09596: done dumping result, returning 11924 1726884899.09606: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-f4c0-2290-000000001f0f] 11924 1726884899.09611: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f0f 11924 1726884899.09699: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f0f 11924 1726884899.09702: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } 11924 1726884899.09780: no more pending results, returning what we have 11924 1726884899.09783: results queue empty 11924 1726884899.09784: checking for any_errors_fatal 11924 1726884899.09791: done checking for any_errors_fatal 11924 1726884899.09792: checking for max_fail_percentage 11924 1726884899.09793: done checking for max_fail_percentage 11924 1726884899.09794: checking to see if all hosts have failed and the running result is not ok 11924 1726884899.09795: done checking to see if all hosts have failed 11924 1726884899.09796: getting the remaining hosts for this loop 11924 1726884899.09798: done getting the remaining hosts for this loop 11924 1726884899.09801: getting the next task for host managed_node2 11924 1726884899.09807: done getting next task for host managed_node2 11924 1726884899.09810: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 11924 1726884899.09813: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884899.09824: getting variables 11924 1726884899.09826: in VariableManager get_vars() 11924 1726884899.09861: Calling all_inventory to load vars for managed_node2 11924 1726884899.09864: Calling groups_inventory to load vars for managed_node2 11924 1726884899.09866: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884899.09874: Calling all_plugins_play to load vars for managed_node2 11924 1726884899.09876: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884899.09879: Calling groups_plugins_play to load vars for managed_node2 11924 1726884899.10264: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884899.10818: done with get_vars() 11924 1726884899.10844: done getting variables 11924 1726884899.10897: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 20 September 2024 22:14:59 -0400 (0:00:00.031) 0:01:04.448 ****** 11924 1726884899.10920: entering _queue_task() for managed_node2/debug 11924 1726884899.11186: worker is 1 (out of 1 available) 11924 1726884899.11201: exiting _queue_task() for managed_node2/debug 11924 1726884899.11216: done queuing things up, now waiting for results queue to drain 11924 1726884899.11217: waiting for pending results... 11924 1726884899.11458: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_volumes 11924 1726884899.11554: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f10 11924 1726884899.11566: variable 'ansible_search_path' from source: unknown 11924 1726884899.11570: variable 'ansible_search_path' from source: unknown 11924 1726884899.11598: calling self._execute() 11924 1726884899.11758: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884899.11762: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884899.11765: variable 'omit' from source: magic vars 11924 1726884899.11814: variable 'omit' from source: magic vars 11924 1726884899.11962: variable 'omit' from source: magic vars 11924 1726884899.11966: variable 'omit' from source: magic vars 11924 1726884899.11991: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884899.12026: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884899.12060: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884899.12088: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884899.12111: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884899.12138: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884899.12167: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884899.12196: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884899.12209: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884899.12212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884899.12307: Set connection var ansible_shell_executable to /bin/sh 11924 1726884899.12319: Set connection var ansible_connection to ssh 11924 1726884899.12322: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884899.12325: Set connection var ansible_timeout to 10 11924 1726884899.12327: Set connection var ansible_pipelining to False 11924 1726884899.12329: Set connection var ansible_shell_type to sh 11924 1726884899.12563: variable 'ansible_shell_executable' from source: unknown 11924 1726884899.12567: variable 'ansible_connection' from source: unknown 11924 1726884899.12570: variable 'ansible_module_compression' from source: unknown 11924 1726884899.12572: variable 'ansible_shell_type' from source: unknown 11924 1726884899.12574: variable 'ansible_shell_executable' from source: unknown 11924 1726884899.12576: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884899.12578: variable 'ansible_pipelining' from source: unknown 11924 1726884899.12580: variable 'ansible_timeout' from source: unknown 11924 1726884899.12582: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884899.12585: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884899.12712: variable 'omit' from source: magic vars 11924 1726884899.12717: starting attempt loop 11924 1726884899.12720: running the handler 11924 1726884899.12872: handler run complete 11924 1726884899.12917: attempt loop complete, returning result 11924 1726884899.12921: _execute() done 11924 1726884899.12925: dumping result to json 11924 1726884899.12927: done dumping result, returning 11924 1726884899.12929: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-f4c0-2290-000000001f10] 11924 1726884899.12933: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f10 11924 1726884899.13028: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f10 11924 1726884899.13030: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 11924 1726884899.13250: no more pending results, returning what we have 11924 1726884899.13254: results queue empty 11924 1726884899.13259: checking for any_errors_fatal 11924 1726884899.13267: done checking for any_errors_fatal 11924 1726884899.13267: checking for max_fail_percentage 11924 1726884899.13269: done checking for max_fail_percentage 11924 1726884899.13270: checking to see if all hosts have failed and the running result is not ok 11924 1726884899.13271: done checking to see if all hosts have failed 11924 1726884899.13271: getting the remaining hosts for this loop 11924 1726884899.13273: done getting the remaining hosts for this loop 11924 1726884899.13276: getting the next task for host managed_node2 11924 1726884899.13284: done getting next task for host managed_node2 11924 1726884899.13288: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 11924 1726884899.13291: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884899.13308: getting variables 11924 1726884899.13310: in VariableManager get_vars() 11924 1726884899.13350: Calling all_inventory to load vars for managed_node2 11924 1726884899.13353: Calling groups_inventory to load vars for managed_node2 11924 1726884899.13578: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884899.13587: Calling all_plugins_play to load vars for managed_node2 11924 1726884899.13590: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884899.13594: Calling groups_plugins_play to load vars for managed_node2 11924 1726884899.15207: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884899.16179: done with get_vars() 11924 1726884899.16195: done getting variables TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 20 September 2024 22:14:59 -0400 (0:00:00.053) 0:01:04.501 ****** 11924 1726884899.16290: entering _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884899.16565: worker is 1 (out of 1 available) 11924 1726884899.16579: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884899.16598: done queuing things up, now waiting for results queue to drain 11924 1726884899.16603: waiting for pending results... 11924 1726884899.16973: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get required packages 11924 1726884899.16979: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f11 11924 1726884899.17000: variable 'ansible_search_path' from source: unknown 11924 1726884899.17035: variable 'ansible_search_path' from source: unknown 11924 1726884899.17098: calling self._execute() 11924 1726884899.17216: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884899.17227: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884899.17250: variable 'omit' from source: magic vars 11924 1726884899.17731: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884899.18051: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884899.18107: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884899.18164: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884899.18210: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884899.18312: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884899.18358: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884899.18392: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884899.18452: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884899.18834: variable 'storage_skip_checks' from source: set_fact 11924 1726884899.18837: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884899.18840: when evaluation is False, skipping this task 11924 1726884899.18841: _execute() done 11924 1726884899.18843: dumping result to json 11924 1726884899.18845: done dumping result, returning 11924 1726884899.18852: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-f4c0-2290-000000001f11] 11924 1726884899.18863: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f11 11924 1726884899.19072: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f11 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884899.19143: no more pending results, returning what we have 11924 1726884899.19147: results queue empty 11924 1726884899.19148: checking for any_errors_fatal 11924 1726884899.19158: done checking for any_errors_fatal 11924 1726884899.19159: checking for max_fail_percentage 11924 1726884899.19161: done checking for max_fail_percentage 11924 1726884899.19162: checking to see if all hosts have failed and the running result is not ok 11924 1726884899.19162: done checking to see if all hosts have failed 11924 1726884899.19167: getting the remaining hosts for this loop 11924 1726884899.19170: done getting the remaining hosts for this loop 11924 1726884899.19173: getting the next task for host managed_node2 11924 1726884899.19180: done getting next task for host managed_node2 11924 1726884899.19187: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 11924 1726884899.19191: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884899.19217: getting variables 11924 1726884899.19219: in VariableManager get_vars() 11924 1726884899.19329: Calling all_inventory to load vars for managed_node2 11924 1726884899.19332: Calling groups_inventory to load vars for managed_node2 11924 1726884899.19334: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884899.19341: Calling all_plugins_play to load vars for managed_node2 11924 1726884899.19343: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884899.19346: Calling groups_plugins_play to load vars for managed_node2 11924 1726884899.19818: WORKER PROCESS EXITING 11924 1726884899.19838: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884899.20389: done with get_vars() 11924 1726884899.20403: done getting variables TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 20 September 2024 22:14:59 -0400 (0:00:00.041) 0:01:04.543 ****** 11924 1726884899.20489: entering _queue_task() for managed_node2/include_tasks 11924 1726884899.20737: worker is 1 (out of 1 available) 11924 1726884899.20749: exiting _queue_task() for managed_node2/include_tasks 11924 1726884899.20762: done queuing things up, now waiting for results queue to drain 11924 1726884899.20764: waiting for pending results... 11924 1726884899.21029: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 11924 1726884899.21181: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f12 11924 1726884899.21191: variable 'ansible_search_path' from source: unknown 11924 1726884899.21195: variable 'ansible_search_path' from source: unknown 11924 1726884899.21224: calling self._execute() 11924 1726884899.21317: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884899.21321: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884899.21331: variable 'omit' from source: magic vars 11924 1726884899.21625: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884899.21825: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884899.21857: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884899.21897: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884899.21926: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884899.21989: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884899.22008: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884899.22029: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884899.22048: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884899.22151: variable 'storage_skip_checks' from source: set_fact 11924 1726884899.22166: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884899.22169: when evaluation is False, skipping this task 11924 1726884899.22172: _execute() done 11924 1726884899.22174: dumping result to json 11924 1726884899.22176: done dumping result, returning 11924 1726884899.22183: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-f4c0-2290-000000001f12] 11924 1726884899.22187: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f12 11924 1726884899.22279: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f12 11924 1726884899.22282: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884899.22341: no more pending results, returning what we have 11924 1726884899.22344: results queue empty 11924 1726884899.22345: checking for any_errors_fatal 11924 1726884899.22352: done checking for any_errors_fatal 11924 1726884899.22353: checking for max_fail_percentage 11924 1726884899.22354: done checking for max_fail_percentage 11924 1726884899.22358: checking to see if all hosts have failed and the running result is not ok 11924 1726884899.22359: done checking to see if all hosts have failed 11924 1726884899.22359: getting the remaining hosts for this loop 11924 1726884899.22361: done getting the remaining hosts for this loop 11924 1726884899.22364: getting the next task for host managed_node2 11924 1726884899.22369: done getting next task for host managed_node2 11924 1726884899.22372: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 11924 1726884899.22375: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884899.22414: getting variables 11924 1726884899.22416: in VariableManager get_vars() 11924 1726884899.22452: Calling all_inventory to load vars for managed_node2 11924 1726884899.22456: Calling groups_inventory to load vars for managed_node2 11924 1726884899.22459: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884899.22467: Calling all_plugins_play to load vars for managed_node2 11924 1726884899.22470: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884899.22472: Calling groups_plugins_play to load vars for managed_node2 11924 1726884899.22884: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884899.23264: done with get_vars() 11924 1726884899.23275: done getting variables 11924 1726884899.23314: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 20 September 2024 22:14:59 -0400 (0:00:00.028) 0:01:04.572 ****** 11924 1726884899.23337: entering _queue_task() for managed_node2/package 11924 1726884899.23516: worker is 1 (out of 1 available) 11924 1726884899.23529: exiting _queue_task() for managed_node2/package 11924 1726884899.23543: done queuing things up, now waiting for results queue to drain 11924 1726884899.23544: waiting for pending results... 11924 1726884899.23748: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 11924 1726884899.23839: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f13 11924 1726884899.23849: variable 'ansible_search_path' from source: unknown 11924 1726884899.23853: variable 'ansible_search_path' from source: unknown 11924 1726884899.23880: calling self._execute() 11924 1726884899.23975: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884899.23982: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884899.24018: variable 'omit' from source: magic vars 11924 1726884899.24418: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884899.24622: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884899.24658: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884899.24695: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884899.24724: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884899.24786: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884899.24809: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884899.24827: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884899.24845: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884899.24996: variable 'storage_skip_checks' from source: set_fact 11924 1726884899.25020: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884899.25043: when evaluation is False, skipping this task 11924 1726884899.25046: _execute() done 11924 1726884899.25049: dumping result to json 11924 1726884899.25051: done dumping result, returning 11924 1726884899.25054: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-f4c0-2290-000000001f13] 11924 1726884899.25058: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f13 11924 1726884899.25144: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f13 11924 1726884899.25147: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884899.25205: no more pending results, returning what we have 11924 1726884899.25208: results queue empty 11924 1726884899.25209: checking for any_errors_fatal 11924 1726884899.25214: done checking for any_errors_fatal 11924 1726884899.25215: checking for max_fail_percentage 11924 1726884899.25217: done checking for max_fail_percentage 11924 1726884899.25217: checking to see if all hosts have failed and the running result is not ok 11924 1726884899.25218: done checking to see if all hosts have failed 11924 1726884899.25219: getting the remaining hosts for this loop 11924 1726884899.25221: done getting the remaining hosts for this loop 11924 1726884899.25224: getting the next task for host managed_node2 11924 1726884899.25229: done getting next task for host managed_node2 11924 1726884899.25232: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 11924 1726884899.25235: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884899.25259: getting variables 11924 1726884899.25261: in VariableManager get_vars() 11924 1726884899.25296: Calling all_inventory to load vars for managed_node2 11924 1726884899.25300: Calling groups_inventory to load vars for managed_node2 11924 1726884899.25303: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884899.25310: Calling all_plugins_play to load vars for managed_node2 11924 1726884899.25312: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884899.25315: Calling groups_plugins_play to load vars for managed_node2 11924 1726884899.25797: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884899.26364: done with get_vars() 11924 1726884899.26380: done getting variables TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 20 September 2024 22:14:59 -0400 (0:00:00.031) 0:01:04.603 ****** 11924 1726884899.26460: entering _queue_task() for managed_node2/service_facts 11924 1726884899.26646: worker is 1 (out of 1 available) 11924 1726884899.26661: exiting _queue_task() for managed_node2/service_facts 11924 1726884899.26673: done queuing things up, now waiting for results queue to drain 11924 1726884899.26675: waiting for pending results... 11924 1726884899.26942: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get service facts 11924 1726884899.27051: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f14 11924 1726884899.27076: variable 'ansible_search_path' from source: unknown 11924 1726884899.27079: variable 'ansible_search_path' from source: unknown 11924 1726884899.27103: calling self._execute() 11924 1726884899.27209: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884899.27212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884899.27220: variable 'omit' from source: magic vars 11924 1726884899.27577: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884899.27775: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884899.27818: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884899.27862: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884899.27888: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884899.27948: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884899.27970: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884899.27988: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884899.28008: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884899.28130: variable 'storage_skip_checks' from source: set_fact 11924 1726884899.28143: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 11924 1726884899.28146: when evaluation is False, skipping this task 11924 1726884899.28149: _execute() done 11924 1726884899.28151: dumping result to json 11924 1726884899.28154: done dumping result, returning 11924 1726884899.28162: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-f4c0-2290-000000001f14] 11924 1726884899.28167: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f14 11924 1726884899.28250: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f14 11924 1726884899.28253: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884899.28343: no more pending results, returning what we have 11924 1726884899.28347: results queue empty 11924 1726884899.28347: checking for any_errors_fatal 11924 1726884899.28353: done checking for any_errors_fatal 11924 1726884899.28354: checking for max_fail_percentage 11924 1726884899.28360: done checking for max_fail_percentage 11924 1726884899.28361: checking to see if all hosts have failed and the running result is not ok 11924 1726884899.28361: done checking to see if all hosts have failed 11924 1726884899.28362: getting the remaining hosts for this loop 11924 1726884899.28364: done getting the remaining hosts for this loop 11924 1726884899.28367: getting the next task for host managed_node2 11924 1726884899.28372: done getting next task for host managed_node2 11924 1726884899.28378: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 11924 1726884899.28382: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884899.28404: getting variables 11924 1726884899.28406: in VariableManager get_vars() 11924 1726884899.28442: Calling all_inventory to load vars for managed_node2 11924 1726884899.28444: Calling groups_inventory to load vars for managed_node2 11924 1726884899.28447: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884899.28465: Calling all_plugins_play to load vars for managed_node2 11924 1726884899.28468: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884899.28472: Calling groups_plugins_play to load vars for managed_node2 11924 1726884899.29366: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884899.29862: done with get_vars() 11924 1726884899.29871: done getting variables 11924 1726884899.29923: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 20 September 2024 22:14:59 -0400 (0:00:00.034) 0:01:04.638 ****** 11924 1726884899.29949: entering _queue_task() for managed_node2/set_fact 11924 1726884899.30148: worker is 1 (out of 1 available) 11924 1726884899.30163: exiting _queue_task() for managed_node2/set_fact 11924 1726884899.30176: done queuing things up, now waiting for results queue to drain 11924 1726884899.30177: waiting for pending results... 11924 1726884899.30368: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 11924 1726884899.30474: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f15 11924 1726884899.30484: variable 'ansible_search_path' from source: unknown 11924 1726884899.30487: variable 'ansible_search_path' from source: unknown 11924 1726884899.30526: calling self._execute() 11924 1726884899.30610: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884899.30614: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884899.30630: variable 'omit' from source: magic vars 11924 1726884899.30697: variable 'omit' from source: magic vars 11924 1726884899.30757: variable 'omit' from source: magic vars 11924 1726884899.31071: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884899.32968: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884899.33021: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884899.33057: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884899.33092: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884899.33120: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884899.33169: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884899.33189: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884899.33218: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884899.33252: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884899.33265: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884899.33298: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884899.33318: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884899.33351: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884899.33382: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884899.33392: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884899.33482: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884899.33485: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884899.33514: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884899.33537: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884899.33565: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884899.33688: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884899.33691: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884899.33715: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884899.33721: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884899.33724: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884899.33786: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884899.33801: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884899.33820: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884899.33846: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884899.33859: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884899.34045: variable 'ansible_facts' from source: unknown 11924 1726884899.34297: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884899.34459: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884899.34486: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884899.34513: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884899.34538: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884899.34589: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884899.34611: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884899.34632: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884899.34649: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884899.35058: variable 'omit' from source: magic vars 11924 1726884899.35082: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884899.35105: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884899.35120: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884899.35133: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884899.35141: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884899.35154: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884899.35168: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884899.35194: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884899.35197: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884899.35199: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884899.35277: Set connection var ansible_shell_executable to /bin/sh 11924 1726884899.35280: Set connection var ansible_connection to ssh 11924 1726884899.35283: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884899.35288: Set connection var ansible_timeout to 10 11924 1726884899.35295: Set connection var ansible_pipelining to False 11924 1726884899.35301: Set connection var ansible_shell_type to sh 11924 1726884899.35324: variable 'ansible_shell_executable' from source: unknown 11924 1726884899.35327: variable 'ansible_connection' from source: unknown 11924 1726884899.35330: variable 'ansible_module_compression' from source: unknown 11924 1726884899.35332: variable 'ansible_shell_type' from source: unknown 11924 1726884899.35334: variable 'ansible_shell_executable' from source: unknown 11924 1726884899.35337: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884899.35339: variable 'ansible_pipelining' from source: unknown 11924 1726884899.35341: variable 'ansible_timeout' from source: unknown 11924 1726884899.35345: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884899.35419: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884899.35428: variable 'omit' from source: magic vars 11924 1726884899.35431: starting attempt loop 11924 1726884899.35434: running the handler 11924 1726884899.35442: handler run complete 11924 1726884899.35450: attempt loop complete, returning result 11924 1726884899.35452: _execute() done 11924 1726884899.35456: dumping result to json 11924 1726884899.35459: done dumping result, returning 11924 1726884899.35467: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-f4c0-2290-000000001f15] 11924 1726884899.35471: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f15 11924 1726884899.35545: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f15 11924 1726884899.35548: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 11924 1726884899.35626: no more pending results, returning what we have 11924 1726884899.35629: results queue empty 11924 1726884899.35630: checking for any_errors_fatal 11924 1726884899.35635: done checking for any_errors_fatal 11924 1726884899.35636: checking for max_fail_percentage 11924 1726884899.35637: done checking for max_fail_percentage 11924 1726884899.35638: checking to see if all hosts have failed and the running result is not ok 11924 1726884899.35638: done checking to see if all hosts have failed 11924 1726884899.35639: getting the remaining hosts for this loop 11924 1726884899.35641: done getting the remaining hosts for this loop 11924 1726884899.35644: getting the next task for host managed_node2 11924 1726884899.35653: done getting next task for host managed_node2 11924 1726884899.35658: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 11924 1726884899.35661: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884899.35672: getting variables 11924 1726884899.35674: in VariableManager get_vars() 11924 1726884899.35707: Calling all_inventory to load vars for managed_node2 11924 1726884899.35710: Calling groups_inventory to load vars for managed_node2 11924 1726884899.35712: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884899.35720: Calling all_plugins_play to load vars for managed_node2 11924 1726884899.35722: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884899.35725: Calling groups_plugins_play to load vars for managed_node2 11924 1726884899.36128: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884899.36569: done with get_vars() 11924 1726884899.36582: done getting variables TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 20 September 2024 22:14:59 -0400 (0:00:00.067) 0:01:04.705 ****** 11924 1726884899.36649: entering _queue_task() for managed_node2/systemd 11924 1726884899.36854: worker is 1 (out of 1 available) 11924 1726884899.36870: exiting _queue_task() for managed_node2/systemd 11924 1726884899.36884: done queuing things up, now waiting for results queue to drain 11924 1726884899.36886: waiting for pending results... 11924 1726884899.37143: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 11924 1726884899.37248: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f17 11924 1726884899.37259: variable 'ansible_search_path' from source: unknown 11924 1726884899.37263: variable 'ansible_search_path' from source: unknown 11924 1726884899.37303: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884899.37476: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884899.37515: dumping result to json 11924 1726884899.37519: done dumping result, returning 11924 1726884899.37526: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-f4c0-2290-000000001f17] 11924 1726884899.37532: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f17 11924 1726884899.37630: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f17 11924 1726884899.37633: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884899.37686: no more pending results, returning what we have 11924 1726884899.37690: results queue empty 11924 1726884899.37691: checking for any_errors_fatal 11924 1726884899.37701: done checking for any_errors_fatal 11924 1726884899.37702: checking for max_fail_percentage 11924 1726884899.37703: done checking for max_fail_percentage 11924 1726884899.37704: checking to see if all hosts have failed and the running result is not ok 11924 1726884899.37705: done checking to see if all hosts have failed 11924 1726884899.37706: getting the remaining hosts for this loop 11924 1726884899.37707: done getting the remaining hosts for this loop 11924 1726884899.37711: getting the next task for host managed_node2 11924 1726884899.37718: done getting next task for host managed_node2 11924 1726884899.37722: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 11924 1726884899.37725: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884899.37743: getting variables 11924 1726884899.37745: in VariableManager get_vars() 11924 1726884899.37777: Calling all_inventory to load vars for managed_node2 11924 1726884899.37779: Calling groups_inventory to load vars for managed_node2 11924 1726884899.37781: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884899.37788: Calling all_plugins_play to load vars for managed_node2 11924 1726884899.37791: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884899.37793: Calling groups_plugins_play to load vars for managed_node2 11924 1726884899.38294: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884899.38661: done with get_vars() 11924 1726884899.38671: done getting variables TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 20 September 2024 22:14:59 -0400 (0:00:00.020) 0:01:04.726 ****** 11924 1726884899.38730: entering _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884899.38952: worker is 1 (out of 1 available) 11924 1726884899.38967: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884899.38980: done queuing things up, now waiting for results queue to drain 11924 1726884899.38982: waiting for pending results... 11924 1726884899.39226: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 11924 1726884899.39378: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f18 11924 1726884899.39385: variable 'ansible_search_path' from source: unknown 11924 1726884899.39391: variable 'ansible_search_path' from source: unknown 11924 1726884899.39418: calling self._execute() 11924 1726884899.39557: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884899.39561: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884899.39564: variable 'omit' from source: magic vars 11924 1726884899.39678: variable 'omit' from source: magic vars 11924 1726884899.39727: variable 'omit' from source: magic vars 11924 1726884899.39943: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884899.41567: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884899.41617: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884899.41642: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884899.41672: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884899.41695: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884899.41748: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884899.41772: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884899.41789: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884899.41817: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884899.41829: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884899.41903: variable 'storage_pools' from source: include params 11924 1726884899.41911: variable 'unused_disks' from source: set_fact 11924 1726884899.41964: variable 'unused_disks' from source: set_fact 11924 1726884899.42013: variable 'volume_size' from source: play vars 11924 1726884899.42060: variable 'volume_size' from source: play vars 11924 1726884899.42066: variable 'mount_location' from source: play vars 11924 1726884899.42114: variable 'mount_location' from source: play vars 11924 1726884899.42217: variable 'storage_use_partitions' from source: role '' defaults 11924 1726884899.42221: variable 'storage_disklabel_type' from source: role '' defaults 11924 1726884899.42226: variable 'storage_pool_defaults' from source: role '' defaults 11924 1726884899.42272: variable 'storage_pool_defaults' from source: role '' defaults 11924 1726884899.42316: variable 'storage_volume_defaults' from source: role '' defaults 11924 1726884899.42360: variable 'storage_volume_defaults' from source: role '' defaults 11924 1726884899.42420: variable 'storage_safe_mode' from source: play vars 11924 1726884899.42473: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884899.42489: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884899.42509: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884899.42537: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884899.42548: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884899.42599: variable 'omit' from source: magic vars 11924 1726884899.42614: variable 'omit' from source: magic vars 11924 1726884899.42635: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884899.42654: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884899.42671: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884899.42684: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884899.42692: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884899.42708: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884899.42719: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884899.42743: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884899.42746: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884899.42749: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884899.42825: Set connection var ansible_shell_executable to /bin/sh 11924 1726884899.42829: Set connection var ansible_connection to ssh 11924 1726884899.42831: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884899.42838: Set connection var ansible_timeout to 10 11924 1726884899.42841: Set connection var ansible_pipelining to False 11924 1726884899.42849: Set connection var ansible_shell_type to sh 11924 1726884899.42869: variable 'ansible_shell_executable' from source: unknown 11924 1726884899.42872: variable 'ansible_connection' from source: unknown 11924 1726884899.42874: variable 'ansible_module_compression' from source: unknown 11924 1726884899.42877: variable 'ansible_shell_type' from source: unknown 11924 1726884899.42879: variable 'ansible_shell_executable' from source: unknown 11924 1726884899.42883: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884899.42885: variable 'ansible_pipelining' from source: unknown 11924 1726884899.42887: variable 'ansible_timeout' from source: unknown 11924 1726884899.42894: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884899.42979: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884899.42987: variable 'omit' from source: magic vars 11924 1726884899.42998: starting attempt loop 11924 1726884899.43001: running the handler 11924 1726884899.43013: _low_level_execute_command(): starting 11924 1726884899.43018: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884899.43520: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884899.43523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884899.43526: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884899.43577: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884899.43580: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884899.43582: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884899.43646: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884899.45341: stdout chunk (state=3): >>>/root <<< 11924 1726884899.45435: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884899.45465: stderr chunk (state=3): >>><<< 11924 1726884899.45468: stdout chunk (state=3): >>><<< 11924 1726884899.45487: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884899.45497: _low_level_execute_command(): starting 11924 1726884899.45504: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884899.4548786-14847-267522192891412 `" && echo ansible-tmp-1726884899.4548786-14847-267522192891412="` echo /root/.ansible/tmp/ansible-tmp-1726884899.4548786-14847-267522192891412 `" ) && sleep 0' 11924 1726884899.45919: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884899.45922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884899.45924: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 11924 1726884899.45926: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884899.45928: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884899.45980: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884899.45987: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884899.45991: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884899.46035: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884899.47941: stdout chunk (state=3): >>>ansible-tmp-1726884899.4548786-14847-267522192891412=/root/.ansible/tmp/ansible-tmp-1726884899.4548786-14847-267522192891412 <<< 11924 1726884899.48052: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884899.48078: stderr chunk (state=3): >>><<< 11924 1726884899.48082: stdout chunk (state=3): >>><<< 11924 1726884899.48097: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884899.4548786-14847-267522192891412=/root/.ansible/tmp/ansible-tmp-1726884899.4548786-14847-267522192891412 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884899.48137: variable 'ansible_module_compression' from source: unknown 11924 1726884899.48186: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 11924 1726884899.48218: variable 'ansible_facts' from source: unknown 11924 1726884899.48287: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884899.4548786-14847-267522192891412/AnsiballZ_blivet.py 11924 1726884899.48389: Sending initial data 11924 1726884899.48392: Sent initial data (155 bytes) 11924 1726884899.48818: 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 <<< 11924 1726884899.48821: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884899.48828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884899.48832: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884899.48878: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884899.48881: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884899.48935: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884899.50486: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 11924 1726884899.50489: 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 <<< 11924 1726884899.50531: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884899.50581: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpz9v_4jqj /root/.ansible/tmp/ansible-tmp-1726884899.4548786-14847-267522192891412/AnsiballZ_blivet.py <<< 11924 1726884899.50584: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884899.4548786-14847-267522192891412/AnsiballZ_blivet.py" <<< 11924 1726884899.50630: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpz9v_4jqj" to remote "/root/.ansible/tmp/ansible-tmp-1726884899.4548786-14847-267522192891412/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884899.4548786-14847-267522192891412/AnsiballZ_blivet.py" <<< 11924 1726884899.51272: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884899.51308: stderr chunk (state=3): >>><<< 11924 1726884899.51311: stdout chunk (state=3): >>><<< 11924 1726884899.51325: done transferring module to remote 11924 1726884899.51336: _low_level_execute_command(): starting 11924 1726884899.51339: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884899.4548786-14847-267522192891412/ /root/.ansible/tmp/ansible-tmp-1726884899.4548786-14847-267522192891412/AnsiballZ_blivet.py && sleep 0' 11924 1726884899.51760: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884899.51763: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884899.51766: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884899.51768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884899.51770: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884899.51821: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884899.51825: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884899.51878: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884899.53629: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884899.53652: stderr chunk (state=3): >>><<< 11924 1726884899.53657: stdout chunk (state=3): >>><<< 11924 1726884899.53670: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884899.53673: _low_level_execute_command(): starting 11924 1726884899.53675: _low_level_execute_command(): using become for this command 11924 1726884899.53685: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-smfgdgfejkkspvetxzhhkvkvrgzminws ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884899.4548786-14847-267522192891412/AnsiballZ_blivet.py'"'"' && sleep 0' 11924 1726884899.53760: Initial state: awaiting_escalation: BECOME-SUCCESS-smfgdgfejkkspvetxzhhkvkvrgzminws 11924 1726884899.54122: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884899.54126: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884899.54159: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884899.54169: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884899.54223: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884899.57107: stdout chunk (state=1): >>>BECOME-SUCCESS-smfgdgfejkkspvetxzhhkvkvrgzminws <<< 11924 1726884899.57110: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-smfgdgfejkkspvetxzhhkvkvrgzminws' 11924 1726884899.57440: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884899.57479: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884899.57502: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884899.57519: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884899.57585: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884899.57591: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884899.57622: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884899.57656: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884899.57663: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884899.57686: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884899.57689: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884899.57744: 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' <<< 11924 1726884899.57772: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884899.57793: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884899.57831: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884899.57848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884899.57868: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94502183e0> <<< 11924 1726884899.57873: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94501e7a10> <<< 11924 1726884899.57906: 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' <<< 11924 1726884899.57912: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945021a960> <<< 11924 1726884899.57937: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884899.57957: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884899.57975: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884899.57986: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884899.58023: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884899.58027: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884899.58119: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884899.58137: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884899.58153: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884899.58171: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884899.58196: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884899.58204: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884899.58230: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884899.58236: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884899.58251: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884899.58276: 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 <<< 11924 1726884899.58288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884899.58307: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9450008fe0> <<< 11924 1726884899.58368: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884899.58375: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884899.58390: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9450009fd0> <<< 11924 1726884899.58415: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884899.58448: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884899.58706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884899.58723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884899.58740: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884899.58765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884899.58778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884899.58822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884899.58838: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884899.58877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884899.58880: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945004fe00> <<< 11924 1726884899.58911: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884899.58920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884899.58951: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884899.58960: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945004fec0> <<< 11924 1726884899.58984: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884899.59005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884899.59028: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884899.59077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884899.59100: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884899.59120: 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' <<< 11924 1726884899.59139: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945007f800> <<< 11924 1726884899.59148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884899.59167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884899.59170: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945007fe90> <<< 11924 1726884899.59192: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884899.59235: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945005fad0> <<< 11924 1726884899.59249: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884899.59281: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945005d1f0> <<< 11924 1726884899.59371: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945004cfb0> <<< 11924 1726884899.59398: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884899.59425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884899.59430: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884899.59459: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884899.59485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884899.59509: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884899.59512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884899.59549: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500a3740> <<< 11924 1726884899.59562: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500a2360> <<< 11924 1726884899.59594: 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' <<< 11924 1726884899.59598: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945005e0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500a0b90> <<< 11924 1726884899.59656: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884899.59668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500d47d0> <<< 11924 1726884899.59674: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945004c230> <<< 11924 1726884899.59693: 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' <<< 11924 1726884899.59734: 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 0x7f94500d4c80> <<< 11924 1726884899.59744: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500d4b30> <<< 11924 1726884899.59772: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884899.59789: 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 0x7f94500d4f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9450042d50> <<< 11924 1726884899.59824: 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' <<< 11924 1726884899.59844: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884899.59879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884899.59896: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500d55e0> <<< 11924 1726884899.59905: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500d52b0> <<< 11924 1726884899.59910: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 11924 1726884899.59940: 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' <<< 11924 1726884899.59960: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500d64e0> <<< 11924 1726884899.59976: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884899.60009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884899.60040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884899.60069: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884899.60080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500ec710> <<< 11924 1726884899.60094: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884899.60117: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884899.60129: 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 0x7f94500eddf0> <<< 11924 1726884899.60149: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884899.60171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884899.60193: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884899.60197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 11924 1726884899.60210: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500eec60> <<< 11924 1726884899.60249: 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 0x7f94500ef2c0> <<< 11924 1726884899.60252: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500ee1b0> <<< 11924 1726884899.60287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884899.60295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884899.60332: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884899.60337: 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 0x7f94500efd40> <<< 11924 1726884899.60353: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500ef470> <<< 11924 1726884899.60405: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500d6540> <<< 11924 1726884899.60420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884899.60441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884899.60468: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884899.60484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884899.60522: 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 0x7f944fe27bf0> <<< 11924 1726884899.60541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884899.60553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884899.60583: 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 0x7f944fe50680> <<< 11924 1726884899.60589: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fe503e0> <<< 11924 1726884899.60620: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884899.60623: 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 0x7f944fe506b0> <<< 11924 1726884899.60648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884899.60652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884899.60730: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884899.60853: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944fe50fe0> <<< 11924 1726884899.60973: 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 0x7f944fe51940> <<< 11924 1726884899.60979: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fe50890> <<< 11924 1726884899.60994: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fe25d90> <<< 11924 1726884899.61020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884899.61039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884899.61072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884899.61079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884899.61095: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fe52cf0> <<< 11924 1726884899.61113: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fe50e60> <<< 11924 1726884899.61137: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500d6c30> <<< 11924 1726884899.61168: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884899.61225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884899.61242: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884899.61281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884899.61310: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fe7b050> <<< 11924 1726884899.61368: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884899.61382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884899.61404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884899.61421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884899.61470: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fea3380> <<< 11924 1726884899.61491: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884899.61537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884899.61594: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884899.61619: 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 0x7f944ff00170> <<< 11924 1726884899.61636: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884899.61670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884899.61696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884899.61736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884899.61822: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ff028d0> <<< 11924 1726884899.61900: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ff00290> <<< 11924 1726884899.61935: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fecd160> <<< 11924 1726884899.61965: 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 0x7f944fd0d280> <<< 11924 1726884899.61989: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fea2180> <<< 11924 1726884899.61994: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fe53c20> <<< 11924 1726884899.62113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884899.62133: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f944fea2840> <<< 11924 1726884899.62581: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_j9tyvh2y/ansible_fedora.linux_system_roles.blivet_payload.zip' <<< 11924 1726884899.62586: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.62722: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.62758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884899.62764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884899.62807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884899.62886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884899.62915: 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' <<< 11924 1726884899.62920: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd5aff0> import '_typing' # <<< 11924 1726884899.63120: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd3dee0> <<< 11924 1726884899.63126: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd3d040> # zipimport: zlib available <<< 11924 1726884899.63151: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884899.63171: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.63180: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.63204: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.63217: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884899.63233: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.64630: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.65749: 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' <<< 11924 1726884899.65754: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd58d40> <<< 11924 1726884899.65813: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884899.65818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884899.65857: 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' <<< 11924 1726884899.65872: 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' <<< 11924 1726884899.65949: 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 0x7f944fd8e9f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd8e7b0> <<< 11924 1726884899.65966: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd8e0c0> <<< 11924 1726884899.65994: 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' <<< 11924 1726884899.66029: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd8e7e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd5ba70> <<< 11924 1726884899.66044: stdout chunk (state=3): >>>import 'atexit' # <<< 11924 1726884899.66095: 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 0x7f944fd8f710> <<< 11924 1726884899.66123: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884899.66137: 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 0x7f944fd8f950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884899.66203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884899.66218: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884899.66245: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd8fe90> <<< 11924 1726884899.66250: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884899.66275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884899.66304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884899.66340: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f715b80> <<< 11924 1726884899.66370: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884899.66378: 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 0x7f944f717770> <<< 11924 1726884899.66391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884899.66414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884899.66446: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f718170> <<< 11924 1726884899.66471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884899.66504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884899.66519: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f7192e0> <<< 11924 1726884899.66536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884899.66574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884899.66600: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884899.66607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884899.66659: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f71be00> <<< 11924 1726884899.66696: 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 0x7f9450042cf0> <<< 11924 1726884899.66715: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f71a0c0> <<< 11924 1726884899.66740: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884899.66768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884899.66804: 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' <<< 11924 1726884899.66843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884899.66856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884899.66901: 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 0x7f944f723c20> <<< 11924 1726884899.66917: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884899.66985: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f7226f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f722480> <<< 11924 1726884899.67006: 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' <<< 11924 1726884899.67081: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f722960> <<< 11924 1726884899.67112: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f71a5d0> <<< 11924 1726884899.67138: 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 0x7f944f767ec0> <<< 11924 1726884899.67176: 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 0x7f944f767f50> <<< 11924 1726884899.67187: 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 <<< 11924 1726884899.67216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884899.67235: 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' <<< 11924 1726884899.67414: 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 0x7f944f769ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f769880> <<< 11924 1726884899.67417: 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' <<< 11924 1726884899.67697: 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 0x7f944f76bfb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f76a180> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f76f710> <<< 11924 1726884899.67732: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f76c0e0> <<< 11924 1726884899.67798: stdout 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 0x7f944f7702c0> <<< 11924 1726884899.67823: stdout 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 0x7f944f770950> <<< 11924 1726884899.67870: stdout 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 0x7f944f770860> <<< 11924 1726884899.67890: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f768230> <<< 11924 1726884899.67929: 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 <<< 11924 1726884899.67965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884899.67982: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884899.68011: 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 0x7f944f773fb0> <<< 11924 1726884899.68168: 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 0x7f944f7f9490> <<< 11924 1726884899.68183: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f772750> <<< 11924 1726884899.68216: 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 0x7f944f773ad0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f772390> <<< 11924 1726884899.68259: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884899.68275: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884899.68357: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.68443: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.68464: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884899.68487: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.68508: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.68517: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884899.68639: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.68758: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.69297: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.69834: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884899.69858: 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' # <<< 11924 1726884899.69885: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884899.69900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884899.69952: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884899.69960: 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 0x7f944f601610> <<< 11924 1726884899.70038: 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' <<< 11924 1726884899.70064: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f602390> <<< 11924 1726884899.70072: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f7f9730> <<< 11924 1726884899.70125: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884899.70130: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.70161: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.70196: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884899.70222: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.70561: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.70583: 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 0x7f944f6020f0> # zipimport: zlib available <<< 11924 1726884899.70977: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.71427: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.71503: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.71577: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884899.71591: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.71626: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.71664: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884899.71687: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.71744: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.71830: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884899.71898: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.71904: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884899.71908: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.71925: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.71971: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884899.71982: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.72217: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.72445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884899.72513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884899.72516: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884899.72590: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f603440> # zipimport: zlib available <<< 11924 1726884899.72686: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.72753: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884899.72794: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884899.72797: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.72828: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.72886: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884899.72962: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.72979: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.73033: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.73103: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884899.73141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884899.73225: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944f60df40> <<< 11924 1726884899.73262: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f60bf80> <<< 11924 1726884899.73290: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 11924 1726884899.73315: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884899.73393: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.73437: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.73471: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.73513: stdout chunk (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' <<< 11924 1726884899.73545: 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 <<< 11924 1726884899.73575: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884899.73589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884899.73657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884899.73681: 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' <<< 11924 1726884899.73741: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f7027e0> <<< 11924 1726884899.73790: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fdc64e0> <<< 11924 1726884899.73913: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f60dfa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f602e40> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884899.73930: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.73959: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884899.74006: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884899.74039: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.74056: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 11924 1726884899.74077: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # <<< 11924 1726884899.74095: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.74109: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.74127: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 11924 1726884899.74152: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.74160: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 11924 1726884899.74180: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.74187: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.74205: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 11924 1726884899.74216: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.75791: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.77179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884899.77256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884899.77271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884899.77299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884899.77316: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884899.77335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884899.77367: 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 0x7f944f240aa0> <<< 11924 1726884899.77396: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f68bef0> <<< 11924 1726884899.77451: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f689730> <<< 11924 1726884899.77599: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f6a0560> <<< 11924 1726884899.77630: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.77723: 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 <<< 11924 1726884899.77728: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884899.77758: 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 <<< 11924 1726884899.77764: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 11924 1726884899.77794: 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' <<< 11924 1726884899.77827: 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 0x7f944f252570> <<< 11924 1726884899.77834: stdout chunk (state=3): >>>import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f252180> <<< 11924 1726884899.77853: 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 <<< 11924 1726884899.77888: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 11924 1726884899.77912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884899.77917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884899.77937: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f274cb0> <<< 11924 1726884899.77966: 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' <<< 11924 1726884899.78042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 11924 1726884899.78044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 11924 1726884899.78070: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f275f10> <<< 11924 1726884899.78123: 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 0x7f944f275820> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f275670> <<< 11924 1726884899.78149: 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 <<< 11924 1726884899.78154: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' <<< 11924 1726884899.78188: 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 <<< 11924 1726884899.78196: 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 0x7f944f2784d0> <<< 11924 1726884899.78375: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f278260> <<< 11924 1726884899.78413: 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 <<< 11924 1726884899.78441: 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' <<< 11924 1726884899.78471: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 11924 1726884899.78583: 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 0x7f944f27a300> <<< 11924 1726884899.78626: 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 0x7f944f27a090> <<< 11924 1726884899.78646: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f279940> <<< 11924 1726884899.78738: 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 <<< 11924 1726884899.78776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' # /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' <<< 11924 1726884899.78811: 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 <<< 11924 1726884899.78845: 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 0x7f944f27d0d0> # /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 0x7f944f27d490> <<< 11924 1726884899.78886: 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 <<< 11924 1726884899.78908: 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 0x7f944f27d910> <<< 11924 1726884899.78975: 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 <<< 11924 1726884899.78979: 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 0x7f944f27e150> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f27c740> <<< 11924 1726884899.79013: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f27c230> # 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 <<< 11924 1726884899.79017: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884899.79052: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f27e8d0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f27bd40> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f27bcb0> <<< 11924 1726884899.79108: 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 <<< 11924 1726884899.79121: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 11924 1726884899.79151: 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' <<< 11924 1726884899.79186: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f2c0fb0> <<< 11924 1726884899.79214: 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 <<< 11924 1726884899.79230: 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 <<< 11924 1726884899.79279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 11924 1726884899.79317: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f2c1df0> <<< 11924 1726884899.79344: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f2c14c0> <<< 11924 1726884899.79491: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f27f260> <<< 11924 1726884899.79516: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 11924 1726884899.79552: 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 <<< 11924 1726884899.79575: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 11924 1726884899.79711: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f2ca8a0> <<< 11924 1726884899.79753: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 11924 1726884899.79781: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 11924 1726884899.79812: 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 <<< 11924 1726884899.79823: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 11924 1726884899.80090: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f2d23f0> <<< 11924 1726884899.80100: stdout chunk (state=3): >>>import 'gi.repository.Gio' # <<< 11924 1726884899.80110: stdout chunk (state=3): >>>import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f278e30> <<< 11924 1726884899.80154: 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 <<< 11924 1726884899.80198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 11924 1726884899.80226: 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 <<< 11924 1726884899.80229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884899.80248: 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 <<< 11924 1726884899.80278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 11924 1726884899.80386: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f15dee0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f15d700> <<< 11924 1726884899.81164: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f2ca4b0> <<< 11924 1726884899.81168: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 11924 1726884899.81202: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f252720> <<< 11924 1726884899.81212: stdout chunk (state=3): >>>import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f251550> <<< 11924 1726884899.81678: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f6a2120> <<< 11924 1726884899.81700: 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 <<< 11924 1726884899.81709: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc' <<< 11924 1726884899.81773: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f1724e0> <<< 11924 1726884899.81826: 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 0x7f944f174260> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/__init__.py <<< 11924 1726884899.81842: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884899.81881: 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' <<< 11924 1726884899.81884: 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 <<< 11924 1726884899.81945: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 11924 1726884899.81948: 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' <<< 11924 1726884899.82009: 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' <<< 11924 1726884899.82062: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f177a10> # /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 0x7f944f17bec0> <<< 11924 1726884899.82065: 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 <<< 11924 1726884899.82158: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 11924 1726884899.82170: 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' <<< 11924 1726884899.82213: 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' <<< 11924 1726884899.82216: 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' <<< 11924 1726884899.82259: stdout chunk (state=3): >>>import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f1790d0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f178f80> # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/libudev.py <<< 11924 1726884899.82294: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 11924 1726884899.82301: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f179370> <<< 11924 1726884899.82315: stdout chunk (state=3): >>>import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f178ce0> # /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' <<< 11924 1726884899.82345: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 11924 1726884899.82380: 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 0x7f944f1797f0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f179640> <<< 11924 1726884899.82391: 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' <<< 11924 1726884899.82419: 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 <<< 11924 1726884899.82433: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 11924 1726884899.82476: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f179b50> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f179850> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f178470> <<< 11924 1726884899.82513: 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 <<< 11924 1726884899.82592: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f178a70> <<< 11924 1726884899.82596: 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' <<< 11924 1726884899.82659: 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' <<< 11924 1726884899.82684: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/pipe.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f17da90> # /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/poll.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/poll.py <<< 11924 1726884899.82726: 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 0x7f944f17de20> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f17d820> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f17ce90> <<< 11924 1726884899.82733: 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 0x7f944f17dfa0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f1776e0> <<< 11924 1726884899.82747: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/size.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f17e030> <<< 11924 1726884899.82890: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f175250> <<< 11924 1726884899.82935: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f174920> <<< 11924 1726884899.82963: 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 <<< 11924 1726884899.82970: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 11924 1726884899.83023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py # code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 11924 1726884899.83040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 11924 1726884899.83079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 11924 1726884899.83123: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f1862d0> <<< 11924 1726884899.83126: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f185130> <<< 11924 1726884899.83149: 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 <<< 11924 1726884899.83167: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' <<< 11924 1726884899.83172: stdout chunk (state=3): >>>import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f188050> <<< 11924 1726884899.83246: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f17f2c0> <<< 11924 1726884899.83257: 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 <<< 11924 1726884899.83297: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 11924 1726884899.83315: 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 <<< 11924 1726884899.83343: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884899.83370: 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 0x7f944f30f710> <<< 11924 1726884899.83405: 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 <<< 11924 1726884899.83415: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' <<< 11924 1726884899.83425: 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 <<< 11924 1726884899.83442: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 11924 1726884899.83472: 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 <<< 11924 1726884899.83478: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884899.83518: 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' <<< 11924 1726884899.83535: 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 <<< 11924 1726884899.83552: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' <<< 11924 1726884899.83558: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e1f83b0> <<< 11924 1726884899.83585: 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 <<< 11924 1726884899.83592: 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 0x7f944e1f8b90> <<< 11924 1726884899.83617: 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 <<< 11924 1726884899.83632: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc' <<< 11924 1726884899.83640: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e1f91c0> <<< 11924 1726884899.83653: 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 <<< 11924 1726884899.83671: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 11924 1726884899.83730: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e1f94f0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e1f8230> <<< 11924 1726884899.83752: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f1bb950> <<< 11924 1726884899.83814: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f1b8770> <<< 11924 1726884899.83836: 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' <<< 11924 1726884899.83854: 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 <<< 11924 1726884899.83875: 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 0x7f944e20c200> <<< 11924 1726884899.83890: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f1b9490> <<< 11924 1726884899.83915: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f1b8290> <<< 11924 1726884899.83939: 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 <<< 11924 1726884899.83947: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 11924 1726884899.83969: 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 <<< 11924 1726884899.83976: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc' <<< 11924 1726884899.83991: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e20c800> <<< 11924 1726884899.84010: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f1b93a0> <<< 11924 1726884899.84038: 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 <<< 11924 1726884899.84043: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc' <<< 11924 1726884899.84067: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e20c9e0> <<< 11924 1726884899.84081: 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 <<< 11924 1726884899.84096: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 11924 1726884899.84128: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e20ce00> <<< 11924 1726884899.84152: 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 <<< 11924 1726884899.84158: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc' <<< 11924 1726884899.84179: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e20d5e0> <<< 11924 1726884899.84318: 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 <<< 11924 1726884899.84328: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc' <<< 11924 1726884899.84340: 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 <<< 11924 1726884899.84366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884899.84474: 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 0x7f944e238fe0> <<< 11924 1726884899.84505: 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' <<< 11924 1726884899.84568: 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 0x7f944e23a090> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e239a60> <<< 11924 1726884899.84572: 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 <<< 11924 1726884899.84626: 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 0x7f944e23a450> # /usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/device.py <<< 11924 1726884899.84630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 11924 1726884899.84657: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e23aff0> <<< 11924 1726884899.84683: 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 <<< 11924 1726884899.84722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884899.84726: 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 <<< 11924 1726884899.84762: 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 0x7f944dfe5d00> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dfe49e0> <<< 11924 1726884899.84819: 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 0x7f944dfe7170> <<< 11924 1726884899.84832: 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 0x7f944e0084d0> <<< 11924 1726884899.84865: 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 <<< 11924 1726884899.84903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 11924 1726884899.84906: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e009310> <<< 11924 1726884899.84924: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e22e2d0> <<< 11924 1726884899.84954: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e22df40> <<< 11924 1726884899.84988: 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 <<< 11924 1726884899.84994: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 11924 1726884899.85011: 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 0x7f944e00b8c0> <<< 11924 1726884899.85049: 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 <<< 11924 1726884899.85074: 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' <<< 11924 1726884899.85175: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e03c2c0> <<< 11924 1726884899.85189: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e00b890> <<< 11924 1726884899.85329: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e00adb0> <<< 11924 1726884899.85338: 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' <<< 11924 1726884899.85383: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e054b00> <<< 11924 1726884899.85386: 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' <<< 11924 1726884899.85393: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e054c20> <<< 11924 1726884899.85409: 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 <<< 11924 1726884899.85451: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 11924 1726884899.85479: 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 <<< 11924 1726884899.85494: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc' <<< 11924 1726884899.85508: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e070350> <<< 11924 1726884899.85534: 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 <<< 11924 1726884899.85543: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 11924 1726884899.85599: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e070a10> <<< 11924 1726884899.85618: 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 <<< 11924 1726884899.85636: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 11924 1726884899.85669: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e071370> <<< 11924 1726884899.85697: 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' <<< 11924 1726884899.85719: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0717f0> <<< 11924 1726884899.85745: 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 <<< 11924 1726884899.85758: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc' <<< 11924 1726884899.85765: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e071d60> <<< 11924 1726884899.85793: 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 <<< 11924 1726884899.85801: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' <<< 11924 1726884899.85822: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e072090> <<< 11924 1726884899.85842: 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 <<< 11924 1726884899.85854: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' <<< 11924 1726884899.85870: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e072660> <<< 11924 1726884899.85899: 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 <<< 11924 1726884899.85910: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 11924 1726884899.85928: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e072810> <<< 11924 1726884899.85947: 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 <<< 11924 1726884899.85970: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 11924 1726884899.85992: 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' <<< 11924 1726884899.86056: 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 0x7f944e073ad0> <<< 11924 1726884899.86069: stdout chunk (state=3): >>>import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e073950> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0729f0> <<< 11924 1726884899.86086: 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 <<< 11924 1726884899.86109: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' <<< 11924 1726884899.86126: 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 <<< 11924 1726884899.86131: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884899.86149: 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 <<< 11924 1726884899.86175: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 11924 1726884899.86216: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0a87d0> <<< 11924 1726884899.86251: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0a83e0> <<< 11924 1726884899.86258: stdout chunk (state=3): >>>import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e073e60> <<< 11924 1726884899.86489: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0550d0> <<< 11924 1726884899.86503: 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 <<< 11924 1726884899.86525: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884899.86558: 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 <<< 11924 1726884899.86567: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc' <<< 11924 1726884899.86581: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ded4200> <<< 11924 1726884899.86609: 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 <<< 11924 1726884899.86625: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' <<< 11924 1726884899.86631: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ded45f0> <<< 11924 1726884899.86714: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e056d20> <<< 11924 1726884899.86735: 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 <<< 11924 1726884899.86747: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 11924 1726884899.86779: 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 <<< 11924 1726884899.86786: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884899.87259: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ded7680> <<< 11924 1726884899.87294: 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 <<< 11924 1726884899.87304: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' <<< 11924 1726884899.87319: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ded7890> <<< 11924 1726884899.87379: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ded6d50> <<< 11924 1726884899.87402: 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 <<< 11924 1726884899.87418: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 11924 1726884899.87457: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944deedc70> <<< 11924 1726884899.87479: 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 <<< 11924 1726884899.87491: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 11924 1726884899.87520: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944deef080> <<< 11924 1726884899.87541: 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 <<< 11924 1726884899.87565: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc' <<< 11924 1726884899.87574: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944deef860> <<< 11924 1726884899.87603: 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 <<< 11924 1726884899.87609: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 11924 1726884899.87672: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df00140> <<< 11924 1726884899.87689: 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 <<< 11924 1726884899.87706: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884899.87743: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df01f10> <<< 11924 1726884899.87750: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f30db20> <<< 11924 1726884899.87779: 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' <<< 11924 1726884899.87785: stdout chunk (state=3): >>>import 'blivet.devices.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e22dc40> <<< 11924 1726884899.87917: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f18a900> <<< 11924 1726884899.87942: 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 <<< 11924 1726884899.87963: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884899.88000: 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 <<< 11924 1726884899.88007: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884899.88040: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df39100> <<< 11924 1726884899.88060: 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 <<< 11924 1726884899.88077: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 11924 1726884899.88091: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df39f40> <<< 11924 1726884899.88117: 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 <<< 11924 1726884899.88122: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 11924 1726884899.88176: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df3a750> <<< 11924 1726884899.88282: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df27f50> <<< 11924 1726884899.88310: 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 <<< 11924 1726884899.88333: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 11924 1726884899.88371: 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' <<< 11924 1726884899.88412: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df601d0> <<< 11924 1726884899.88517: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df38530> <<< 11924 1726884899.88542: 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 <<< 11924 1726884899.88548: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884899.88613: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df81cd0> <<< 11924 1726884899.88636: 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 <<< 11924 1726884899.88806: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884899.88845: 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 <<< 11924 1726884899.88867: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 11924 1726884899.88904: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df9b680> <<< 11924 1726884899.88929: 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 0x7f944ddc7c80> <<< 11924 1726884899.88958: 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 <<< 11924 1726884899.88973: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 11924 1726884899.89012: 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 <<< 11924 1726884899.89021: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc' <<< 11924 1726884899.89045: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ddddfa0> <<< 11924 1726884899.89209: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dddc1d0> <<< 11924 1726884899.89235: 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 0x7f944de14440> <<< 11924 1726884899.89602: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df98170> <<< 11924 1726884899.89606: 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 <<< 11924 1726884899.89638: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884899.89741: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df98380> <<< 11924 1726884899.89771: 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' <<< 11924 1726884899.89811: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de724e0> <<< 11924 1726884899.89829: 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 <<< 11924 1726884899.89843: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' <<< 11924 1726884899.89890: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de73020> <<< 11924 1726884899.89929: 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' <<< 11924 1726884899.89952: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de73b60> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/nodev.py <<< 11924 1726884899.89964: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' <<< 11924 1726884899.89994: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de73fb0> <<< 11924 1726884899.90026: 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' <<< 11924 1726884899.90060: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de84e90> <<< 11924 1726884899.90080: 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 <<< 11924 1726884899.90089: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884899.90183: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de85760> <<< 11924 1726884899.90202: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f1743b0> <<< 11924 1726884899.90218: 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 <<< 11924 1726884899.90236: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 11924 1726884899.90394: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944de861e0> <<< 11924 1726884899.90452: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 11924 1726884899.90484: 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 <<< 11924 1726884899.90504: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 11924 1726884899.90641: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dcd4bc0> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dea68a0> # zipimport: zlib available <<< 11924 1726884899.90720: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884899.90757: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 11924 1726884899.90941: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.91135: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 11924 1726884899.91392: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884899.91586: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/blivet.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' <<< 11924 1726884899.91607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc matches /usr/lib64/python3.12/shelve.py # code object from '/usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884899.91689: 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' <<< 11924 1726884899.91719: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd340b0> <<< 11924 1726884899.91774: 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 0x7f944dd34410> <<< 11924 1726884899.91837: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd1c440> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd07bc0> <<< 11924 1726884899.91868: 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' <<< 11924 1726884899.92002: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd1c620> # /usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicetree.py <<< 11924 1726884899.92036: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 11924 1726884899.92106: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/actionlist.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' # /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 0x7f944dd37e90> <<< 11924 1726884899.92205: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd373e0> # /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' <<< 11924 1726884899.92217: stdout chunk (state=3): >>>import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d90c350> # /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' <<< 11924 1726884899.92274: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/populator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 11924 1726884899.92297: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884899.92337: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/devicepopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/populatorhelper.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc' <<< 11924 1726884899.92352: stdout chunk (state=3): >>>import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d90e4b0> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d90e240> <<< 11924 1726884899.92375: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/formatpopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d90e7b0> <<< 11924 1726884899.92393: 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 <<< 11924 1726884899.92413: 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 0x7f944d90eab0> <<< 11924 1726884899.92448: 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 <<< 11924 1726884899.92468: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/boot.cpython-312.pyc' <<< 11924 1726884899.92475: stdout chunk (state=3): >>>import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d90ec60> <<< 11924 1726884899.92491: 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' <<< 11924 1726884899.92535: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d90ee70> <<< 11924 1726884899.92539: 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 <<< 11924 1726884899.92566: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disklabel.cpython-312.pyc' import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d90f350> <<< 11924 1726884899.92610: 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 0x7f944d90fe60> <<< 11924 1726884899.92614: 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 <<< 11924 1726884899.92626: 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 0x7f944d90ff50> <<< 11924 1726884899.92645: 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 <<< 11924 1726884899.92681: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884899.92732: stdout chunk (state=3): >>>import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d930230> <<< 11924 1726884899.92742: 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 <<< 11924 1726884899.92747: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884899.92750: stdout chunk (state=3): >>>import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d930860> <<< 11924 1726884899.92789: 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 <<< 11924 1726884899.92793: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' <<< 11924 1726884899.92795: stdout chunk (state=3): >>>import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d9311c0> <<< 11924 1726884899.92819: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/multipath.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc' import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d9315b0> <<< 11924 1726884899.92841: 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 <<< 11924 1726884899.92847: 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 0x7f944d9317f0> <<< 11924 1726884899.92876: 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 <<< 11924 1726884899.92898: 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 0x7f944d931880> <<< 11924 1726884899.92941: 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 <<< 11924 1726884899.92944: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884899.92947: stdout chunk (state=3): >>>import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d931b50> <<< 11924 1726884899.92949: stdout chunk (state=3): >>>import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d90db20> <<< 11924 1726884899.92982: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d90cbc0> <<< 11924 1726884899.93015: stdout chunk (state=3): >>>import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d90cad0> <<< 11924 1726884899.93054: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd352b0> <<< 11924 1726884899.93171: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd05520> <<< 11924 1726884900.03677: 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 <<< 11924 1726884900.03714: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 11924 1726884900.04012: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d9cb650> <<< 11924 1726884900.98635: stdout chunk (state=3): >>> {"changed": false, "actions": [], "leaves": ["/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "packages": ["xfsprogs", "lvm2"], "invocation": {"module_args": {"pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 11924 1726884900.99852: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884900.99920: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884900.99926: 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 <<< 11924 1726884900.99967: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] 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 <<< 11924 1726884901.00060: 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 # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 11924 1726884901.00222: 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 # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 number<<< 11924 1726884901.00272: stdout chunk (state=3): >>>s # 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<<< 11924 1726884901.00282: stdout chunk (state=3): >>>[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 <<< 11924 1726884901.01024: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884901.01073: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884901.01091: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884901.01130: stdout chunk (state=3): >>># destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd <<< 11924 1726884901.01174: stdout chunk (state=3): >>># destroy datetime <<< 11924 1726884901.01196: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse <<< 11924 1726884901.01217: stdout chunk (state=3): >>># destroy _compat_pickle <<< 11924 1726884901.01271: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree <<< 11924 1726884901.01324: stdout chunk (state=3): >>># cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory <<< 11924 1726884901.01336: stdout chunk (state=3): >>># cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel <<< 11924 1726884901.01398: 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 <<< 11924 1726884901.01438: stdout chunk (state=3): >>># cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # 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 <<< 11924 1726884901.01477: 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 <<< 11924 1726884901.01520: stdout chunk (state=3): >>># 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 <<< 11924 1726884901.01561: 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 <<< 11924 1726884901.01588: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring <<< 11924 1726884901.01607: stdout chunk (state=3): >>># cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token <<< 11924 1726884901.01633: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy <<< 11924 1726884901.01679: stdout chunk (state=3): >>># cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize <<< 11924 1726884901.01797: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit <<< 11924 1726884901.01849: stdout chunk (state=3): >>># 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 <<< 11924 1726884901.01907: stdout chunk (state=3): >>># cleanup[3] wiping errno <<< 11924 1726884901.01915: stdout chunk (state=3): >>># cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 11924 1726884901.01970: 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 # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 11924 1726884901.01975: 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 <<< 11924 1726884901.02032: 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 # 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 <<< 11924 1726884901.02041: stdout chunk (state=3): >>># destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884901.02918: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884901.02984: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref <<< 11924 1726884901.03007: stdout chunk (state=3): >>># destroy zipimport # destroy gi._gi <<< 11924 1726884901.03023: stdout chunk (state=3): >>># destroy _struct <<< 11924 1726884901.03118: stdout chunk (state=3): >>># destroy pyudev <<< 11924 1726884901.03121: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid <<< 11924 1726884901.03152: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid <<< 11924 1726884901.03245: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors <<< 11924 1726884901.03250: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy _hashlib # destroy shutil <<< 11924 1726884901.03310: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 11924 1726884901.03328: 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 <<< 11924 1726884901.03385: 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 <<< 11924 1726884901.03413: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux._selinux <<< 11924 1726884901.03422: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 11924 1726884901.03481: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 11924 1726884901.03515: stdout chunk (state=3): >>># destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat <<< 11924 1726884901.03530: stdout chunk (state=3): >>># destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread <<< 11924 1726884901.03553: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884901.03581: 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 <<< 11924 1726884901.03602: 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 <<< 11924 1726884901.03609: stdout chunk (state=3): >>># destroy _pickle <<< 11924 1726884901.03627: stdout chunk (state=3): >>># destroy functools # destroy itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os <<< 11924 1726884901.03714: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884901.03847: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884901.03870: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884901.03882: stdout chunk (state=3): >>># destroy re <<< 11924 1726884901.03887: stdout chunk (state=3): >>># destroy _random <<< 11924 1726884901.03922: stdout chunk (state=3): >>># destroy _operator # destroy _functools <<< 11924 1726884901.03929: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884901.04630: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884901.04701: stderr chunk (state=3): >>><<< 11924 1726884901.04704: stdout chunk (state=3): >>><<< 11924 1726884901.04933: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94502183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94501e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945021a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9450008fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9450009fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945004fe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945004fec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945007f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945007fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945005fad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945005d1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945004cfb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500a3740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500a2360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945005e0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500a0b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500d47d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f945004c230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94500d4c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500d4b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94500d4f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9450042d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500d55e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500d52b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500d64e0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500ec710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94500eddf0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500eec60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94500ef2c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500ee1b0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94500efd40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500ef470> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500d6540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944fe27bf0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944fe50680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fe503e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944fe506b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944fe50fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944fe51940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fe50890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fe25d90> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fe52cf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fe50e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94500d6c30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fe7b050> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fea3380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ff00170> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ff028d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ff00290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fecd160> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd0d280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fea2180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fe53c20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f944fea2840> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_j9tyvh2y/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 0x7f944fd5aff0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd3dee0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd3d040> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd58d40> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944fd8e9f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd8e7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd8e0c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd8e7e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd5ba70> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944fd8f710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944fd8f950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fd8fe90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f715b80> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944f717770> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f718170> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f7192e0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f71be00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9450042cf0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f71a0c0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f723c20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f7226f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f722480> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f722960> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f71a5d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944f767ec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f767f50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944f769ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f769880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944f76bfb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f76a180> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f76f710> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f76c0e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944f7702c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944f770950> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944f770860> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f768230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944f773fb0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944f7f9490> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f772750> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944f773ad0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f772390> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944f601610> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f602390> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f7f9730> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f6020f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f603440> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f944f60df40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f60bf80> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f7027e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944fdc64e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f60dfa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f602e40> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f944f240aa0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f68bef0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f689730> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f6a0560> # 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 0x7f944f252570> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f252180> # /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 0x7f944f274cb0> # /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 0x7f944f275f10> # 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 0x7f944f275820> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f275670> # /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 0x7f944f2784d0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f278260> # /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 0x7f944f27a300> # 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 0x7f944f27a090> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f279940> # /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 0x7f944f27d0d0> # /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 0x7f944f27d490> # /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 0x7f944f27d910> # /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 0x7f944f27e150> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f27c740> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f27c230> # 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 0x7f944f27e8d0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f27bd40> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f27bcb0> # /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 0x7f944f2c0fb0> # /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 0x7f944f2c1df0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f2c14c0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f27f260> 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 0x7f944f2ca8a0> 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 0x7f944f2d23f0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f278e30> # /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 0x7f944f15dee0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f15d700> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f2ca4b0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f252720> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f251550> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f6a2120> # /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 0x7f944f1724e0> # /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 0x7f944f174260> # /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 0x7f944f177a10> # /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 0x7f944f17bec0> # /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 0x7f944f1790d0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f178f80> # /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 0x7f944f179370> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f178ce0> # /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 0x7f944f1797f0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f179640> # /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 0x7f944f179b50> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f179850> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f178470> # /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 0x7f944f178a70> # /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 0x7f944f17da90> # /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 0x7f944f17de20> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f17d820> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f17ce90> # /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 0x7f944f17dfa0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f1776e0> # /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 0x7f944f17e030> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f175250> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f174920> # /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 0x7f944f1862d0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f185130> # /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 0x7f944f188050> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f17f2c0> # /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 0x7f944f30f710> # /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 0x7f944e1f83b0> # /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 0x7f944e1f8b90> # /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 0x7f944e1f91c0> # /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 0x7f944e1f94f0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e1f8230> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f1bb950> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f1b8770> # /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 0x7f944e20c200> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f1b9490> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f1b8290> # /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 0x7f944e20c800> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f1b93a0> # /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 0x7f944e20c9e0> # /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 0x7f944e20ce00> # /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 0x7f944e20d5e0> # /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 0x7f944e238fe0> # /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 0x7f944e23a090> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e239a60> # /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 0x7f944e23a450> # /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 0x7f944e23aff0> # /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 0x7f944dfe5d00> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dfe49e0> # /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 0x7f944dfe7170> # /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 0x7f944e0084d0> # /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 0x7f944e009310> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e22e2d0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e22df40> # /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 0x7f944e00b8c0> # /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 0x7f944e03c2c0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e00b890> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e00adb0> # /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 0x7f944e054b00> # /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 0x7f944e054c20> # /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 0x7f944e070350> # /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 0x7f944e070a10> # /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 0x7f944e071370> # /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 0x7f944e0717f0> # /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 0x7f944e071d60> # /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 0x7f944e072090> # /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 0x7f944e072660> # /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 0x7f944e072810> # /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 0x7f944e073ad0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e073950> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0729f0> # /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 0x7f944e0a87d0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0a83e0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e073e60> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e0550d0> # /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 0x7f944ded4200> # /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 0x7f944ded45f0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944e056d20> # /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 0x7f944ded7680> # /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 0x7f944ded7890> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944ded6d50> # /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 0x7f944deedc70> # /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 0x7f944deef080> # /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 0x7f944deef860> # /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 0x7f944df00140> # /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 0x7f944df01f10> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f30db20> # /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 0x7f944e22dc40> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f18a900> # /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 0x7f944df39100> # /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 0x7f944df39f40> # /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 0x7f944df3a750> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df27f50> # /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 0x7f944df601d0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df38530> # /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 0x7f944df81cd0> # /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 0x7f944df9b680> # /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 0x7f944ddc7c80> # /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 0x7f944ddddfa0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dddc1d0> # /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 0x7f944de14440> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944df98170> # /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 0x7f944df98380> # /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 0x7f944de724e0> # /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 0x7f944de73020> # /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 0x7f944de73b60> # /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 0x7f944de73fb0> # /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 0x7f944de84e90> # /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 0x7f944de85760> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944f1743b0> # /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 0x7f944de861e0> # /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 0x7f944dcd4bc0> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dea68a0> # 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 0x7f944dd340b0> # 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 0x7f944dd34410> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd1c440> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd07bc0> # /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 0x7f944dd1c620> # /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 0x7f944dd37e90> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd373e0> # /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 0x7f944d90c350> # /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 0x7f944d90e4b0> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d90e240> # /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 0x7f944d90e7b0> # /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 0x7f944d90eab0> # /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 0x7f944d90ec60> # /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 0x7f944d90ee70> # /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 0x7f944d90f350> # /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 0x7f944d90fe60> # /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 0x7f944d90ff50> # /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 0x7f944d930230> # /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 0x7f944d930860> # /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 0x7f944d9311c0> # /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 0x7f944d9315b0> # /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 0x7f944d9317f0> # /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 0x7f944d931880> # /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 0x7f944d931b50> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d90db20> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d90cbc0> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944d90cad0> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd352b0> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f944dd05520> # /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 0x7f944d9cb650> {"changed": false, "actions": [], "leaves": ["/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "packages": ["xfsprogs", "lvm2"], "invocation": {"module_args": {"pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime # destroy distro # destroy distro.distro # destroy argparse # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy _hashlib # destroy shutil # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy math # destroy platform # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy functools # destroy itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884901.07039: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [{'name': 'foo', 'disks': ['sda'], 'volumes': [{'name': 'test1', 'size': '5g', 'mount_point': '/opt/test1'}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726884899.4548786-14847-267522192891412/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884901.07046: _low_level_execute_command(): starting 11924 1726884901.07049: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884899.4548786-14847-267522192891412/ > /dev/null 2>&1 && sleep 0' 11924 1726884901.07052: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884901.07067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884901.07071: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884901.07074: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884901.07076: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884901.07078: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884901.08909: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884901.08942: stderr chunk (state=3): >>><<< 11924 1726884901.08944: stdout chunk (state=3): >>><<< 11924 1726884901.08958: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884901.08968: handler run complete 11924 1726884901.09052: attempt loop complete, returning result 11924 1726884901.09057: _execute() done 11924 1726884901.09059: dumping result to json 11924 1726884901.09077: done dumping result, returning 11924 1726884901.09099: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-f4c0-2290-000000001f18] 11924 1726884901.09102: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f18 11924 1726884901.09310: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f18 11924 1726884901.09313: WORKER PROCESS EXITING ok: [managed_node2] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } 11924 1726884901.09748: no more pending results, returning what we have 11924 1726884901.09752: results queue empty 11924 1726884901.09753: checking for any_errors_fatal 11924 1726884901.09763: done checking for any_errors_fatal 11924 1726884901.09764: checking for max_fail_percentage 11924 1726884901.09766: done checking for max_fail_percentage 11924 1726884901.09766: checking to see if all hosts have failed and the running result is not ok 11924 1726884901.09767: done checking to see if all hosts have failed 11924 1726884901.09768: getting the remaining hosts for this loop 11924 1726884901.09769: done getting the remaining hosts for this loop 11924 1726884901.09772: getting the next task for host managed_node2 11924 1726884901.09779: done getting next task for host managed_node2 11924 1726884901.09787: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 11924 1726884901.09792: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884901.09804: getting variables 11924 1726884901.09805: in VariableManager get_vars() 11924 1726884901.09838: Calling all_inventory to load vars for managed_node2 11924 1726884901.09840: Calling groups_inventory to load vars for managed_node2 11924 1726884901.09843: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884901.09852: Calling all_plugins_play to load vars for managed_node2 11924 1726884901.09856: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884901.09860: Calling groups_plugins_play to load vars for managed_node2 11924 1726884901.10439: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884901.11158: done with get_vars() 11924 1726884901.11174: done getting variables 11924 1726884901.11234: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 20 September 2024 22:15:01 -0400 (0:00:01.725) 0:01:06.451 ****** 11924 1726884901.11272: entering _queue_task() for managed_node2/command 11924 1726884901.11573: worker is 1 (out of 1 available) 11924 1726884901.11586: exiting _queue_task() for managed_node2/command 11924 1726884901.11600: done queuing things up, now waiting for results queue to drain 11924 1726884901.11602: waiting for pending results... 11924 1726884901.12073: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 11924 1726884901.12078: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f19 11924 1726884901.12082: variable 'ansible_search_path' from source: unknown 11924 1726884901.12085: variable 'ansible_search_path' from source: unknown 11924 1726884901.12203: calling self._execute() 11924 1726884901.12212: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884901.12222: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884901.12236: variable 'omit' from source: magic vars 11924 1726884901.12638: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884901.14774: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884901.14852: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884901.14894: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884901.14937: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884901.14969: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884901.15050: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884901.15086: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884901.15401: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884901.15404: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884901.15407: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884901.15519: Evaluated conditional (storage_udevadm_trigger | d(false)): False 11924 1726884901.15527: when evaluation is False, skipping this task 11924 1726884901.15534: _execute() done 11924 1726884901.15540: dumping result to json 11924 1726884901.15726: done dumping result, returning 11924 1726884901.15730: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-f4c0-2290-000000001f19] 11924 1726884901.15732: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f19 11924 1726884901.15804: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f19 11924 1726884901.15807: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 11924 1726884901.15878: no more pending results, returning what we have 11924 1726884901.15882: results queue empty 11924 1726884901.15883: checking for any_errors_fatal 11924 1726884901.15912: done checking for any_errors_fatal 11924 1726884901.15913: checking for max_fail_percentage 11924 1726884901.15915: done checking for max_fail_percentage 11924 1726884901.15916: checking to see if all hosts have failed and the running result is not ok 11924 1726884901.15917: done checking to see if all hosts have failed 11924 1726884901.15918: getting the remaining hosts for this loop 11924 1726884901.15920: done getting the remaining hosts for this loop 11924 1726884901.15924: getting the next task for host managed_node2 11924 1726884901.15932: done getting next task for host managed_node2 11924 1726884901.15936: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 11924 1726884901.15940: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884901.15966: getting variables 11924 1726884901.15969: in VariableManager get_vars() 11924 1726884901.16005: Calling all_inventory to load vars for managed_node2 11924 1726884901.16008: Calling groups_inventory to load vars for managed_node2 11924 1726884901.16011: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884901.16021: Calling all_plugins_play to load vars for managed_node2 11924 1726884901.16025: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884901.16028: Calling groups_plugins_play to load vars for managed_node2 11924 1726884901.17170: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884901.17745: done with get_vars() 11924 1726884901.17765: done getting variables TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 20 September 2024 22:15:01 -0400 (0:00:00.065) 0:01:06.517 ****** 11924 1726884901.17868: entering _queue_task() for managed_node2/stat 11924 1726884901.18166: worker is 1 (out of 1 available) 11924 1726884901.18180: exiting _queue_task() for managed_node2/stat 11924 1726884901.18193: done queuing things up, now waiting for results queue to drain 11924 1726884901.18195: waiting for pending results... 11924 1726884901.18579: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 11924 1726884901.18879: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f1a 11924 1726884901.19164: variable 'ansible_search_path' from source: unknown 11924 1726884901.19167: variable 'ansible_search_path' from source: unknown 11924 1726884901.19170: calling self._execute() 11924 1726884901.19253: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884901.19487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884901.19490: variable 'omit' from source: magic vars 11924 1726884901.19576: variable 'omit' from source: magic vars 11924 1726884901.19648: variable 'omit' from source: magic vars 11924 1726884901.19848: variable 'omit' from source: magic vars 11924 1726884901.19905: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884901.19999: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884901.20094: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884901.20165: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884901.20265: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884901.20314: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884901.20336: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884901.20381: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884901.20391: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884901.20403: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884901.20548: Set connection var ansible_shell_executable to /bin/sh 11924 1726884901.20558: Set connection var ansible_connection to ssh 11924 1726884901.20570: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884901.20580: Set connection var ansible_timeout to 10 11924 1726884901.20590: Set connection var ansible_pipelining to False 11924 1726884901.20601: Set connection var ansible_shell_type to sh 11924 1726884901.20640: variable 'ansible_shell_executable' from source: unknown 11924 1726884901.20649: variable 'ansible_connection' from source: unknown 11924 1726884901.20722: variable 'ansible_module_compression' from source: unknown 11924 1726884901.20725: variable 'ansible_shell_type' from source: unknown 11924 1726884901.20728: variable 'ansible_shell_executable' from source: unknown 11924 1726884901.20730: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884901.20732: variable 'ansible_pipelining' from source: unknown 11924 1726884901.20734: variable 'ansible_timeout' from source: unknown 11924 1726884901.20736: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884901.20900: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884901.20916: variable 'omit' from source: magic vars 11924 1726884901.20926: starting attempt loop 11924 1726884901.20936: running the handler 11924 1726884901.20962: _low_level_execute_command(): starting 11924 1726884901.20974: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884901.21725: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884901.21731: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884901.21791: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884901.21815: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884901.21858: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884901.21921: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884901.23640: stdout chunk (state=3): >>>/root <<< 11924 1726884901.23811: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884901.23877: stderr chunk (state=3): >>><<< 11924 1726884901.23886: stdout chunk (state=3): >>><<< 11924 1726884901.23975: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884901.23978: _low_level_execute_command(): starting 11924 1726884901.24112: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884901.2394342-14910-133960623945137 `" && echo ansible-tmp-1726884901.2394342-14910-133960623945137="` echo /root/.ansible/tmp/ansible-tmp-1726884901.2394342-14910-133960623945137 `" ) && sleep 0' 11924 1726884901.25226: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884901.25258: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884901.25421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884901.25462: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884901.25593: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884901.25667: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884901.25788: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884901.27842: stdout chunk (state=3): >>>ansible-tmp-1726884901.2394342-14910-133960623945137=/root/.ansible/tmp/ansible-tmp-1726884901.2394342-14910-133960623945137 <<< 11924 1726884901.27875: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884901.27931: stderr chunk (state=3): >>><<< 11924 1726884901.27935: stdout chunk (state=3): >>><<< 11924 1726884901.27954: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884901.2394342-14910-133960623945137=/root/.ansible/tmp/ansible-tmp-1726884901.2394342-14910-133960623945137 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884901.28363: variable 'ansible_module_compression' from source: unknown 11924 1726884901.28367: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884901.28370: variable 'ansible_facts' from source: unknown 11924 1726884901.28509: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884901.2394342-14910-133960623945137/AnsiballZ_stat.py 11924 1726884901.28973: Sending initial data 11924 1726884901.28986: Sent initial data (153 bytes) 11924 1726884901.30072: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884901.30277: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884901.30316: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884901.30373: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884901.32053: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884901.32101: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884901.32190: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpe6bewqr1 /root/.ansible/tmp/ansible-tmp-1726884901.2394342-14910-133960623945137/AnsiballZ_stat.py <<< 11924 1726884901.32209: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884901.2394342-14910-133960623945137/AnsiballZ_stat.py" <<< 11924 1726884901.32389: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpe6bewqr1" to remote "/root/.ansible/tmp/ansible-tmp-1726884901.2394342-14910-133960623945137/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884901.2394342-14910-133960623945137/AnsiballZ_stat.py" <<< 11924 1726884901.33887: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884901.33923: stdout chunk (state=3): >>><<< 11924 1726884901.33945: stderr chunk (state=3): >>><<< 11924 1726884901.34063: done transferring module to remote 11924 1726884901.34109: _low_level_execute_command(): starting 11924 1726884901.34144: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884901.2394342-14910-133960623945137/ /root/.ansible/tmp/ansible-tmp-1726884901.2394342-14910-133960623945137/AnsiballZ_stat.py && sleep 0' 11924 1726884901.35117: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884901.35141: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884901.35257: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884901.35271: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884901.35284: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884901.35372: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884901.37315: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884901.37365: stdout chunk (state=3): >>><<< 11924 1726884901.37391: stderr chunk (state=3): >>><<< 11924 1726884901.37465: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884901.37613: _low_level_execute_command(): starting 11924 1726884901.37616: _low_level_execute_command(): using become for this command 11924 1726884901.37619: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-nzexiygslxgsbmzckjkiogdbvbopzkja ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884901.2394342-14910-133960623945137/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884901.37879: Initial state: awaiting_escalation: BECOME-SUCCESS-nzexiygslxgsbmzckjkiogdbvbopzkja 11924 1726884901.38227: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884901.38241: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884901.38263: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884901.38281: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884901.38297: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884901.38308: stderr chunk (state=1): >>>debug2: match not found <<< 11924 1726884901.38376: 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.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884901.38427: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884901.38444: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884901.38471: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884901.38589: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884901.41648: stdout chunk (state=1): >>>BECOME-SUCCESS-nzexiygslxgsbmzckjkiogdbvbopzkja <<< 11924 1726884901.41665: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-nzexiygslxgsbmzckjkiogdbvbopzkja' 11924 1726884901.41971: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884901.42003: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884901.42037: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884901.42124: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884901.42181: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884901.42237: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884901.42289: 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' <<< 11924 1726884901.42344: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 11924 1726884901.42391: 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 0x7f82b14183e0> <<< 11924 1726884901.42415: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b13e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884901.42500: 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 0x7f82b141a960> <<< 11924 1726884901.42503: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884901.42505: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884901.42508: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884901.42510: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884901.42568: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884901.42628: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884901.42652: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884901.42701: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884901.42709: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884901.42795: 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' <<< 11924 1726884901.42804: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884901.42807: 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 <<< 11924 1726884901.42810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884901.42822: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b11c8fe0> <<< 11924 1726884901.42878: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884901.42889: 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 0x7f82b11c9fd0> <<< 11924 1726884901.42949: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884901.42963: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884901.43298: 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' <<< 11924 1726884901.43306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884901.43346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884901.43349: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1207e90> <<< 11924 1726884901.43379: 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' <<< 11924 1726884901.43414: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1207f50> <<< 11924 1726884901.43437: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884901.43473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884901.43618: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884901.43625: 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 0x7f82b123f8c0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884901.43641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b123ff50> import '_collections' # <<< 11924 1726884901.43698: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b121fb60> <<< 11924 1726884901.43737: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b121d280> <<< 11924 1726884901.43830: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1205040> <<< 11924 1726884901.43863: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884901.43961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884901.43964: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884901.43976: 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' <<< 11924 1726884901.43998: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b12637d0> <<< 11924 1726884901.44016: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b12623f0> <<< 11924 1726884901.44050: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884901.44058: 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 0x7f82b121e270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1260c50> <<< 11924 1726884901.44165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884901.44189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1294830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b12042c0> <<< 11924 1726884901.44207: 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 0x7f82b1294ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1294b90> <<< 11924 1726884901.44238: 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 0x7f82b1294f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1202de0> <<< 11924 1726884901.44323: 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' <<< 11924 1726884901.44351: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1295640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1295310> import 'importlib.machinery' # <<< 11924 1726884901.44461: 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 0x7f82b1296510> <<< 11924 1726884901.44512: 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' <<< 11924 1726884901.44535: 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 0x7f82b12ac740> import 'errno' # <<< 11924 1726884901.44632: 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 0x7f82b12ade50> <<< 11924 1726884901.44641: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884901.44779: 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 0x7f82b12aecf0> <<< 11924 1726884901.44786: 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 0x7f82b12af320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b12ae240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884901.44789: 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' <<< 11924 1726884901.44865: 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 0x7f82b12afda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b12af4d0> <<< 11924 1726884901.44868: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1296570> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884901.44898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884901.44917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884901.44937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884901.44997: 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 0x7f82b103bc80> <<< 11924 1726884901.45051: 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 0x7f82b10647a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1064500> <<< 11924 1726884901.45089: 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 0x7f82b1064740> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884901.45116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884901.45174: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884901.45302: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b10650a0> <<< 11924 1726884901.45427: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884901.45434: 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 0x7f82b1065a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1064950> <<< 11924 1726884901.45453: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1039e20> <<< 11924 1726884901.45482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884901.45500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884901.45525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884901.45534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884901.45551: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1066e10> <<< 11924 1726884901.45570: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b10658e0> <<< 11924 1726884901.45599: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1296c60> <<< 11924 1726884901.45620: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884901.45686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884901.45708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884901.45740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884901.45771: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1093140> <<< 11924 1726884901.45826: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884901.45836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884901.45864: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884901.45881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884901.45926: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b10bb4a0> <<< 11924 1726884901.45946: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884901.45996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884901.46049: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884901.46075: 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 0x7f82b1114260> <<< 11924 1726884901.46094: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884901.46129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884901.46154: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884901.46198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884901.46284: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b11169c0> <<< 11924 1726884901.46364: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1114380> <<< 11924 1726884901.46395: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b10e1280> <<< 11924 1726884901.46426: 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 0x7f82b0f15370> <<< 11924 1726884901.46458: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b10ba2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1067d40> <<< 11924 1726884901.46577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884901.46585: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f82b10ba8a0> <<< 11924 1726884901.46826: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_xr3v7dlc/ansible_stat_payload.zip' # zipimport: zlib available <<< 11924 1726884901.47077: 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 <<< 11924 1726884901.47118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884901.47153: 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 0x7f82b0f6b020> <<< 11924 1726884901.47176: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884901.47346: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0f49f10> <<< 11924 1726884901.47373: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0f490a0> # zipimport: zlib available <<< 11924 1726884901.47408: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884901.47439: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884901.47614: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.48897: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.50338: 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 0x7f82b0f68ef0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b0f92ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0f92870> <<< 11924 1726884901.50342: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0f92180> <<< 11924 1726884901.50344: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884901.50347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884901.50382: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0f92bd0> <<< 11924 1726884901.50411: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0f6bcb0> import 'atexit' # <<< 11924 1726884901.50458: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884901.50461: 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 0x7f82b0f93860> <<< 11924 1726884901.50491: 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 0x7f82b0f93aa0> <<< 11924 1726884901.50507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884901.50704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884901.50707: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884901.50754: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0f93f50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0911d30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b0913950> <<< 11924 1726884901.50799: 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' <<< 11924 1726884901.50905: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0914350> <<< 11924 1726884901.50935: 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 0x7f82b09154f0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884901.51076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884901.51101: 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 0x7f82b0917f80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b091c2c0> <<< 11924 1726884901.51126: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0916240> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884901.51169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884901.51206: 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' <<< 11924 1726884901.51218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884901.51254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884901.51364: 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' <<< 11924 1726884901.51377: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b091fec0> import '_tokenize' # <<< 11924 1726884901.51400: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b091e9c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b091e750> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884901.51418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884901.51489: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b091ec60> <<< 11924 1726884901.51523: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0916750> <<< 11924 1726884901.51578: 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 0x7f82b0964170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0964350> <<< 11924 1726884901.51627: 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 <<< 11924 1726884901.51649: 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' <<< 11924 1726884901.51726: 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 0x7f82b0965d60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0965b20> <<< 11924 1726884901.51765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884901.51867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884901.51936: 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 0x7f82b0968290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0966450> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884901.51987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884901.52003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884901.52021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884901.52065: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b096b980> <<< 11924 1726884901.52192: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0968440> <<< 11924 1726884901.52254: stdout 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 0x7f82b096cd40> <<< 11924 1726884901.52291: stdout 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 0x7f82b096cbf0> <<< 11924 1726884901.52329: stdout 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 0x7f82b096cd70> <<< 11924 1726884901.52350: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b09644a0> <<< 11924 1726884901.52374: 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 <<< 11924 1726884901.52381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884901.52397: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884901.52427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884901.52457: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884901.52484: 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 0x7f82b09f83e0> <<< 11924 1726884901.52638: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884901.52646: 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 0x7f82b09f97c0> <<< 11924 1726884901.52657: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b096eb70> <<< 11924 1726884901.52693: 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 0x7f82b096ff20> <<< 11924 1726884901.52704: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b096e7e0> <<< 11924 1726884901.52717: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.52729: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.52745: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 11924 1726884901.52756: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.52849: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.52937: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.52953: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884901.52975: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.52989: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.53009: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884901.53017: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.53136: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.53256: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.54163: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.54375: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884901.54401: 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' # <<< 11924 1726884901.54419: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884901.54437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884901.54514: 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 0x7f82b09fdb20> <<< 11924 1726884901.54619: 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 0x7f82b09fe7e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b09f99a0> <<< 11924 1726884901.54686: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884901.54690: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.54720: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.54734: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884901.54880: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.55057: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884901.55060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 11924 1726884901.55082: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b09fe750> # zipimport: zlib available <<< 11924 1726884901.55532: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.55981: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.56053: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.56132: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884901.56145: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.56182: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.56217: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884901.56232: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.56303: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.56407: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884901.56413: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.56437: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884901.56483: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.56539: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884901.56541: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.56778: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.57019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884901.57093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884901.57096: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884901.57191: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b09ffa40> # zipimport: zlib available <<< 11924 1726884901.57405: 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 <<< 11924 1726884901.57429: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.57499: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884901.57522: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884901.57572: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.57623: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.57698: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884901.57742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884901.57837: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b080a3c0> <<< 11924 1726884901.57958: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0806d80> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884901.57988: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.58050: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.58084: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.58125: stdout chunk (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' <<< 11924 1726884901.58143: 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 <<< 11924 1726884901.58176: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884901.58197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884901.58266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884901.58285: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884901.58316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884901.58367: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0feaba0> <<< 11924 1726884901.58417: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0fce870> <<< 11924 1726884901.58507: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b080a330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b08065a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884901.58523: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.58548: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.58574: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884901.58646: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884901.58648: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.58667: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884901.58681: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.58823: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.59027: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884901.60512: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/fstab", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1436, "inode": 268435653, "dev": 51714, "nlink": 1, "atime": 1726884857.1254098, "mtime": 1726884857.1224098, "ctime": 1726884857.1224098, "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": "96c084c3bf2c0fffe9bf1565f72c389acaee0b5c", "mimetype": "text/plain", "charset": "us-ascii", "version": "3378186958", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 11924 1726884901.60533: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884901.61035: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884901.61099: 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 <<< 11924 1726884901.61112: 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 <<< 11924 1726884901.61202: 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.<<< 11924 1726884901.61218: 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 <<< 11924 1726884901.61488: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884901.61500: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884901.61523: stdout chunk (state=3): >>># destroy _bz2 <<< 11924 1726884901.61543: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii<<< 11924 1726884901.61578: stdout chunk (state=3): >>> # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 11924 1726884901.61581: stdout chunk (state=3): >>># destroy ipaddress <<< 11924 1726884901.61635: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884901.61663: 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 <<< 11924 1726884901.61669: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 11924 1726884901.61719: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 11924 1726884901.61748: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 11924 1726884901.61751: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884901.61802: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884901.61869: 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 <<< 11924 1726884901.61892: 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 <<< 11924 1726884901.61910: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 11924 1726884901.61949: 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 <<< 11924 1726884901.61998: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 11924 1726884901.62001: 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 <<< 11924 1726884901.62040: 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 <<< 11924 1726884901.62228: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884901.62254: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884901.62287: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884901.62310: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884901.62341: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884901.62385: 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 <<< 11924 1726884901.62398: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884901.62479: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884901.62498: 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 <<< 11924 1726884901.62529: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884901.62542: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884901.62566: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 11924 1726884901.62572: stdout chunk (state=3): >>># destroy itertools <<< 11924 1726884901.62610: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 11924 1726884901.62613: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884901.63363: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884901.63367: stdout chunk (state=3): >>><<< 11924 1726884901.63370: stderr chunk (state=3): >>><<< 11924 1726884901.63394: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b14183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b13e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b141a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b11c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b11c9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1207e90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1207f50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b123f8c0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b123ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b121fb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b121d280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1205040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b12637d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b12623f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b121e270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1260c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1294830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b12042c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b1294ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1294b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b1294f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1202de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1295640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1295310> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1296510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b12ac740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b12ade50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b12aecf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b12af320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b12ae240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b12afda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b12af4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1296570> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b103bc80> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b10647a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1064500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b1064740> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b10650a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b1065a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1064950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1039e20> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1066e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b10658e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1296c60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1093140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b10bb4a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1114260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b11169c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1114380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b10e1280> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0f15370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b10ba2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b1067d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f82b10ba8a0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_xr3v7dlc/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 0x7f82b0f6b020> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0f49f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0f490a0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0f68ef0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b0f92ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0f92870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0f92180> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0f92bd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0f6bcb0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b0f93860> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b0f93aa0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0f93f50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0911d30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b0913950> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0914350> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b09154f0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0917f80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b091c2c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0916240> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b091fec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b091e9c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b091e750> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b091ec60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0916750> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b0964170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0964350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b0965d60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0965b20> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b0968290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0966450> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b096b980> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0968440> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b096cd40> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b096cbf0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b096cd70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b09644a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b09f83e0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b09f97c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b096eb70> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b096ff20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b096e7e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b09fdb20> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b09fe7e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b09f99a0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b09fe750> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b09ffa40> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b080a3c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0806d80> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0feaba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b0fce870> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b080a330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b08065a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/fstab", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1436, "inode": 268435653, "dev": 51714, "nlink": 1, "atime": 1726884857.1254098, "mtime": 1726884857.1224098, "ctime": 1726884857.1224098, "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": "96c084c3bf2c0fffe9bf1565f72c389acaee0b5c", "mimetype": "text/plain", "charset": "us-ascii", "version": "3378186958", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884901.64469: 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-1726884901.2394342-14910-133960623945137/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884901.64477: _low_level_execute_command(): starting 11924 1726884901.64480: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884901.2394342-14910-133960623945137/ > /dev/null 2>&1 && sleep 0' 11924 1726884901.64826: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884901.64829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884901.64832: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884901.64834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884901.64899: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884901.64904: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884901.64970: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884901.66864: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884901.66894: stderr chunk (state=3): >>><<< 11924 1726884901.66898: stdout chunk (state=3): >>><<< 11924 1726884901.66910: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884901.66916: handler run complete 11924 1726884901.66946: attempt loop complete, returning result 11924 1726884901.66949: _execute() done 11924 1726884901.66951: dumping result to json 11924 1726884901.66958: done dumping result, returning 11924 1726884901.66968: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-f4c0-2290-000000001f1a] 11924 1726884901.66973: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f1a 11924 1726884901.67079: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f1a 11924 1726884901.67081: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884857.1254098, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "96c084c3bf2c0fffe9bf1565f72c389acaee0b5c", "ctime": 1726884857.1224098, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 268435653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726884857.1224098, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1436, "uid": 0, "version": "3378186958", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 11924 1726884901.67210: no more pending results, returning what we have 11924 1726884901.67213: results queue empty 11924 1726884901.67214: checking for any_errors_fatal 11924 1726884901.67219: done checking for any_errors_fatal 11924 1726884901.67220: checking for max_fail_percentage 11924 1726884901.67221: done checking for max_fail_percentage 11924 1726884901.67222: checking to see if all hosts have failed and the running result is not ok 11924 1726884901.67223: done checking to see if all hosts have failed 11924 1726884901.67223: getting the remaining hosts for this loop 11924 1726884901.67226: done getting the remaining hosts for this loop 11924 1726884901.67229: getting the next task for host managed_node2 11924 1726884901.67235: done getting next task for host managed_node2 11924 1726884901.67238: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 11924 1726884901.67241: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884901.67252: getting variables 11924 1726884901.67254: in VariableManager get_vars() 11924 1726884901.67324: Calling all_inventory to load vars for managed_node2 11924 1726884901.67327: Calling groups_inventory to load vars for managed_node2 11924 1726884901.67329: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884901.67337: Calling all_plugins_play to load vars for managed_node2 11924 1726884901.67340: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884901.67346: Calling groups_plugins_play to load vars for managed_node2 11924 1726884901.68344: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884901.68747: done with get_vars() 11924 1726884901.68759: done getting variables TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 20 September 2024 22:15:01 -0400 (0:00:00.509) 0:01:07.027 ****** 11924 1726884901.68832: entering _queue_task() for managed_node2/lineinfile 11924 1726884901.69218: worker is 1 (out of 1 available) 11924 1726884901.69238: exiting _queue_task() for managed_node2/lineinfile 11924 1726884901.69260: done queuing things up, now waiting for results queue to drain 11924 1726884901.69262: waiting for pending results... 11924 1726884901.69773: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 11924 1726884901.69781: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f1b 11924 1726884901.69785: variable 'ansible_search_path' from source: unknown 11924 1726884901.69789: variable 'ansible_search_path' from source: unknown 11924 1726884901.69803: calling self._execute() 11924 1726884901.69936: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884901.69951: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884901.69974: variable 'omit' from source: magic vars 11924 1726884901.70466: variable '__storage_fstab' from source: set_fact 11924 1726884901.70515: Evaluated conditional (__storage_fstab.stat.exists): True 11924 1726884901.70694: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884901.70979: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884901.71033: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884901.71093: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884901.71144: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884901.71257: variable 'blivet_output' from source: set_fact 11924 1726884901.71296: Evaluated conditional (blivet_output is changed): False 11924 1726884901.71300: when evaluation is False, skipping this task 11924 1726884901.71308: _execute() done 11924 1726884901.71310: dumping result to json 11924 1726884901.71316: done dumping result, returning 11924 1726884901.71321: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-f4c0-2290-000000001f1b] 11924 1726884901.71323: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f1b 11924 1726884901.71644: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f1b 11924 1726884901.71647: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } 11924 1726884901.71742: no more pending results, returning what we have 11924 1726884901.71746: results queue empty 11924 1726884901.71746: checking for any_errors_fatal 11924 1726884901.71759: done checking for any_errors_fatal 11924 1726884901.71760: checking for max_fail_percentage 11924 1726884901.71761: done checking for max_fail_percentage 11924 1726884901.71762: checking to see if all hosts have failed and the running result is not ok 11924 1726884901.71763: done checking to see if all hosts have failed 11924 1726884901.71764: getting the remaining hosts for this loop 11924 1726884901.71765: done getting the remaining hosts for this loop 11924 1726884901.71768: getting the next task for host managed_node2 11924 1726884901.71782: done getting next task for host managed_node2 11924 1726884901.71790: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 11924 1726884901.71794: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=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 11924 1726884901.71822: getting variables 11924 1726884901.71824: in VariableManager get_vars() 11924 1726884901.71871: Calling all_inventory to load vars for managed_node2 11924 1726884901.71873: Calling groups_inventory to load vars for managed_node2 11924 1726884901.71876: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884901.71884: Calling all_plugins_play to load vars for managed_node2 11924 1726884901.71886: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884901.71889: Calling groups_plugins_play to load vars for managed_node2 11924 1726884901.72403: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884901.72802: done with get_vars() 11924 1726884901.72818: done getting variables TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 20 September 2024 22:15:01 -0400 (0:00:00.040) 0:01:07.067 ****** 11924 1726884901.72905: entering _queue_task() for managed_node2/systemd 11924 1726884901.73120: worker is 1 (out of 1 available) 11924 1726884901.73134: exiting _queue_task() for managed_node2/systemd 11924 1726884901.73148: done queuing things up, now waiting for results queue to drain 11924 1726884901.73150: waiting for pending results... 11924 1726884901.73395: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 11924 1726884901.73557: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f1d 11924 1726884901.73569: variable 'ansible_search_path' from source: unknown 11924 1726884901.73572: variable 'ansible_search_path' from source: unknown 11924 1726884901.73681: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884901.73833: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884901.73874: dumping result to json 11924 1726884901.73880: done dumping result, returning 11924 1726884901.73883: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-f4c0-2290-000000001f1d] 11924 1726884901.73920: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f1d 11924 1726884901.73989: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f1d 11924 1726884901.73993: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884901.74046: no more pending results, returning what we have 11924 1726884901.74050: results queue empty 11924 1726884901.74051: checking for any_errors_fatal 11924 1726884901.74063: done checking for any_errors_fatal 11924 1726884901.74063: checking for max_fail_percentage 11924 1726884901.74065: done checking for max_fail_percentage 11924 1726884901.74069: checking to see if all hosts have failed and the running result is not ok 11924 1726884901.74070: done checking to see if all hosts have failed 11924 1726884901.74070: getting the remaining hosts for this loop 11924 1726884901.74072: done getting the remaining hosts for this loop 11924 1726884901.74074: getting the next task for host managed_node2 11924 1726884901.74083: done getting next task for host managed_node2 11924 1726884901.74086: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 11924 1726884901.74090: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884901.74110: getting variables 11924 1726884901.74112: in VariableManager get_vars() 11924 1726884901.74140: Calling all_inventory to load vars for managed_node2 11924 1726884901.74142: Calling groups_inventory to load vars for managed_node2 11924 1726884901.74144: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884901.74151: Calling all_plugins_play to load vars for managed_node2 11924 1726884901.74154: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884901.74160: Calling groups_plugins_play to load vars for managed_node2 11924 1726884901.74491: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884901.74879: done with get_vars() 11924 1726884901.74889: done getting variables 11924 1726884901.74932: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 20 September 2024 22:15:01 -0400 (0:00:00.020) 0:01:07.088 ****** 11924 1726884901.74959: entering _queue_task() for managed_node2/debug 11924 1726884901.75179: worker is 1 (out of 1 available) 11924 1726884901.75192: exiting _queue_task() for managed_node2/debug 11924 1726884901.75207: done queuing things up, now waiting for results queue to drain 11924 1726884901.75209: waiting for pending results... 11924 1726884901.75408: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show blivet_output 11924 1726884901.75540: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f1f 11924 1726884901.75551: variable 'ansible_search_path' from source: unknown 11924 1726884901.75558: variable 'ansible_search_path' from source: unknown 11924 1726884901.75582: calling self._execute() 11924 1726884901.75662: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884901.75666: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884901.75676: variable 'omit' from source: magic vars 11924 1726884901.75852: variable 'omit' from source: magic vars 11924 1726884901.75868: variable 'omit' from source: magic vars 11924 1726884901.75970: variable 'omit' from source: magic vars 11924 1726884901.75975: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884901.76062: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884901.76066: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884901.76073: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884901.76090: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884901.76117: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884901.76143: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884901.76182: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884901.76191: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884901.76202: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884901.76336: Set connection var ansible_shell_executable to /bin/sh 11924 1726884901.76561: Set connection var ansible_connection to ssh 11924 1726884901.76565: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884901.76568: Set connection var ansible_timeout to 10 11924 1726884901.76570: Set connection var ansible_pipelining to False 11924 1726884901.76575: Set connection var ansible_shell_type to sh 11924 1726884901.76578: variable 'ansible_shell_executable' from source: unknown 11924 1726884901.76580: variable 'ansible_connection' from source: unknown 11924 1726884901.76582: variable 'ansible_module_compression' from source: unknown 11924 1726884901.76584: variable 'ansible_shell_type' from source: unknown 11924 1726884901.76586: variable 'ansible_shell_executable' from source: unknown 11924 1726884901.76588: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884901.76589: variable 'ansible_pipelining' from source: unknown 11924 1726884901.76593: variable 'ansible_timeout' from source: unknown 11924 1726884901.76595: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884901.76632: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884901.76658: variable 'omit' from source: magic vars 11924 1726884901.76672: starting attempt loop 11924 1726884901.76682: running the handler 11924 1726884901.76746: variable 'blivet_output' from source: set_fact 11924 1726884901.76946: variable 'blivet_output' from source: set_fact 11924 1726884901.77316: handler run complete 11924 1726884901.77376: attempt loop complete, returning result 11924 1726884901.77384: _execute() done 11924 1726884901.77391: dumping result to json 11924 1726884901.77412: done dumping result, returning 11924 1726884901.77435: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-f4c0-2290-000000001f1f] 11924 1726884901.77459: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f1f 11924 1726884901.77607: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f1f 11924 1726884901.77610: WORKER PROCESS EXITING ok: [managed_node2] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } 11924 1726884901.77847: no more pending results, returning what we have 11924 1726884901.77921: results queue empty 11924 1726884901.77922: checking for any_errors_fatal 11924 1726884901.77928: done checking for any_errors_fatal 11924 1726884901.77929: checking for max_fail_percentage 11924 1726884901.77931: done checking for max_fail_percentage 11924 1726884901.77931: checking to see if all hosts have failed and the running result is not ok 11924 1726884901.77932: done checking to see if all hosts have failed 11924 1726884901.77933: getting the remaining hosts for this loop 11924 1726884901.77934: done getting the remaining hosts for this loop 11924 1726884901.77937: getting the next task for host managed_node2 11924 1726884901.77943: done getting next task for host managed_node2 11924 1726884901.77946: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 11924 1726884901.77949: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884901.77965: getting variables 11924 1726884901.77967: in VariableManager get_vars() 11924 1726884901.78006: Calling all_inventory to load vars for managed_node2 11924 1726884901.78009: Calling groups_inventory to load vars for managed_node2 11924 1726884901.78011: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884901.78018: Calling all_plugins_play to load vars for managed_node2 11924 1726884901.78021: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884901.78024: Calling groups_plugins_play to load vars for managed_node2 11924 1726884901.78484: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884901.78861: done with get_vars() 11924 1726884901.78870: done getting variables 11924 1726884901.78909: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 20 September 2024 22:15:01 -0400 (0:00:00.039) 0:01:07.128 ****** 11924 1726884901.78937: entering _queue_task() for managed_node2/set_fact 11924 1726884901.79143: worker is 1 (out of 1 available) 11924 1726884901.79160: exiting _queue_task() for managed_node2/set_fact 11924 1726884901.79173: done queuing things up, now waiting for results queue to drain 11924 1726884901.79174: waiting for pending results... 11924 1726884901.79364: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 11924 1726884901.79470: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f20 11924 1726884901.79486: variable 'ansible_search_path' from source: unknown 11924 1726884901.79490: variable 'ansible_search_path' from source: unknown 11924 1726884901.79528: calling self._execute() 11924 1726884901.79640: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884901.79644: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884901.79647: variable 'omit' from source: magic vars 11924 1726884901.79811: variable 'omit' from source: magic vars 11924 1726884901.79814: variable 'omit' from source: magic vars 11924 1726884901.80042: variable 'blivet_output' from source: set_fact 11924 1726884901.80460: variable 'omit' from source: magic vars 11924 1726884901.80463: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884901.80465: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884901.80468: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884901.80483: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884901.80495: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884901.80513: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884901.80528: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884901.80573: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884901.80576: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884901.80578: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884901.80723: Set connection var ansible_shell_executable to /bin/sh 11924 1726884901.80731: Set connection var ansible_connection to ssh 11924 1726884901.80734: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884901.80736: Set connection var ansible_timeout to 10 11924 1726884901.80738: Set connection var ansible_pipelining to False 11924 1726884901.80745: Set connection var ansible_shell_type to sh 11924 1726884901.80766: variable 'ansible_shell_executable' from source: unknown 11924 1726884901.80770: variable 'ansible_connection' from source: unknown 11924 1726884901.80772: variable 'ansible_module_compression' from source: unknown 11924 1726884901.80774: variable 'ansible_shell_type' from source: unknown 11924 1726884901.80776: variable 'ansible_shell_executable' from source: unknown 11924 1726884901.80778: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884901.80781: variable 'ansible_pipelining' from source: unknown 11924 1726884901.80784: variable 'ansible_timeout' from source: unknown 11924 1726884901.80816: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884901.80966: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884901.80975: variable 'omit' from source: magic vars 11924 1726884901.80987: starting attempt loop 11924 1726884901.80990: running the handler 11924 1726884901.80998: handler run complete 11924 1726884901.81008: attempt loop complete, returning result 11924 1726884901.81010: _execute() done 11924 1726884901.81013: dumping result to json 11924 1726884901.81018: done dumping result, returning 11924 1726884901.81026: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-f4c0-2290-000000001f20] 11924 1726884901.81032: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f20 11924 1726884901.81130: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f20 11924 1726884901.81133: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } 11924 1726884901.81285: no more pending results, returning what we have 11924 1726884901.81295: results queue empty 11924 1726884901.81296: checking for any_errors_fatal 11924 1726884901.81305: done checking for any_errors_fatal 11924 1726884901.81306: checking for max_fail_percentage 11924 1726884901.81307: done checking for max_fail_percentage 11924 1726884901.81310: checking to see if all hosts have failed and the running result is not ok 11924 1726884901.81311: done checking to see if all hosts have failed 11924 1726884901.81312: getting the remaining hosts for this loop 11924 1726884901.81313: done getting the remaining hosts for this loop 11924 1726884901.81316: getting the next task for host managed_node2 11924 1726884901.81322: done getting next task for host managed_node2 11924 1726884901.81326: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 11924 1726884901.81329: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884901.81337: getting variables 11924 1726884901.81338: in VariableManager get_vars() 11924 1726884901.81369: Calling all_inventory to load vars for managed_node2 11924 1726884901.81372: Calling groups_inventory to load vars for managed_node2 11924 1726884901.81374: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884901.81382: Calling all_plugins_play to load vars for managed_node2 11924 1726884901.81385: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884901.81387: Calling groups_plugins_play to load vars for managed_node2 11924 1726884901.82098: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884901.83251: done with get_vars() 11924 1726884901.83306: done getting variables 11924 1726884901.83392: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 20 September 2024 22:15:01 -0400 (0:00:00.045) 0:01:07.173 ****** 11924 1726884901.83451: entering _queue_task() for managed_node2/set_fact 11924 1726884901.83733: worker is 1 (out of 1 available) 11924 1726884901.83751: exiting _queue_task() for managed_node2/set_fact 11924 1726884901.83768: done queuing things up, now waiting for results queue to drain 11924 1726884901.83770: waiting for pending results... 11924 1726884901.84023: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 11924 1726884901.84125: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f21 11924 1726884901.84137: variable 'ansible_search_path' from source: unknown 11924 1726884901.84140: variable 'ansible_search_path' from source: unknown 11924 1726884901.84168: calling self._execute() 11924 1726884901.84269: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884901.84272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884901.84303: variable 'omit' from source: magic vars 11924 1726884901.84403: variable 'omit' from source: magic vars 11924 1726884901.84491: variable 'omit' from source: magic vars 11924 1726884901.84712: variable 'blivet_output' from source: set_fact 11924 1726884901.84797: variable 'omit' from source: magic vars 11924 1726884901.84860: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884901.84884: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884901.84900: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884901.84929: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884901.84960: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884901.84990: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884901.85007: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884901.85037: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884901.85040: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884901.85042: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884901.85143: Set connection var ansible_shell_executable to /bin/sh 11924 1726884901.85146: Set connection var ansible_connection to ssh 11924 1726884901.85149: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884901.85151: Set connection var ansible_timeout to 10 11924 1726884901.85157: Set connection var ansible_pipelining to False 11924 1726884901.85162: Set connection var ansible_shell_type to sh 11924 1726884901.85183: variable 'ansible_shell_executable' from source: unknown 11924 1726884901.85192: variable 'ansible_connection' from source: unknown 11924 1726884901.85195: variable 'ansible_module_compression' from source: unknown 11924 1726884901.85198: variable 'ansible_shell_type' from source: unknown 11924 1726884901.85202: variable 'ansible_shell_executable' from source: unknown 11924 1726884901.85204: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884901.85206: variable 'ansible_pipelining' from source: unknown 11924 1726884901.85208: variable 'ansible_timeout' from source: unknown 11924 1726884901.85210: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884901.85560: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884901.85564: variable 'omit' from source: magic vars 11924 1726884901.85567: starting attempt loop 11924 1726884901.85569: running the handler 11924 1726884901.85571: handler run complete 11924 1726884901.85573: attempt loop complete, returning result 11924 1726884901.85574: _execute() done 11924 1726884901.85576: dumping result to json 11924 1726884901.85578: done dumping result, returning 11924 1726884901.85581: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-f4c0-2290-000000001f21] 11924 1726884901.85583: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f21 11924 1726884901.85643: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f21 11924 1726884901.85646: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 11924 1726884901.85840: no more pending results, returning what we have 11924 1726884901.85843: results queue empty 11924 1726884901.85843: checking for any_errors_fatal 11924 1726884901.85848: done checking for any_errors_fatal 11924 1726884901.85849: checking for max_fail_percentage 11924 1726884901.85850: done checking for max_fail_percentage 11924 1726884901.85851: checking to see if all hosts have failed and the running result is not ok 11924 1726884901.85852: done checking to see if all hosts have failed 11924 1726884901.85852: getting the remaining hosts for this loop 11924 1726884901.85854: done getting the remaining hosts for this loop 11924 1726884901.85858: getting the next task for host managed_node2 11924 1726884901.85865: done getting next task for host managed_node2 11924 1726884901.85869: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 11924 1726884901.85872: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884901.85884: getting variables 11924 1726884901.85886: in VariableManager get_vars() 11924 1726884901.85921: Calling all_inventory to load vars for managed_node2 11924 1726884901.85924: Calling groups_inventory to load vars for managed_node2 11924 1726884901.85926: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884901.85934: Calling all_plugins_play to load vars for managed_node2 11924 1726884901.85937: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884901.85940: Calling groups_plugins_play to load vars for managed_node2 11924 1726884901.86493: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884901.87099: done with get_vars() 11924 1726884901.87113: done getting variables TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 20 September 2024 22:15:01 -0400 (0:00:00.037) 0:01:07.210 ****** 11924 1726884901.87208: entering _queue_task() for managed_node2/mount 11924 1726884901.87470: worker is 1 (out of 1 available) 11924 1726884901.87483: exiting _queue_task() for managed_node2/mount 11924 1726884901.87495: done queuing things up, now waiting for results queue to drain 11924 1726884901.87496: waiting for pending results... 11924 1726884901.87783: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 11924 1726884901.87918: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f22 11924 1726884901.87938: variable 'ansible_search_path' from source: unknown 11924 1726884901.87946: variable 'ansible_search_path' from source: unknown 11924 1726884901.88268: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884901.91064: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884901.91136: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884901.91188: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884901.91245: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884901.91285: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884901.91373: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884901.91409: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884901.91660: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884901.91664: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884901.91666: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884901.91668: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884901.91670: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884901.91673: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884901.91675: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884901.91677: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884901.91814: variable 'blivet_output' from source: set_fact 11924 1726884901.91920: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884901.92097: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884901.92143: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884901.92179: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884901.92212: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884901.92262: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884901.92290: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884901.92322: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884901.92360: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884901.92428: dumping result to json 11924 1726884901.92441: done dumping result, returning 11924 1726884901.92454: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-f4c0-2290-000000001f22] 11924 1726884901.92467: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f22 11924 1726884901.92659: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f22 skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884901.92711: no more pending results, returning what we have 11924 1726884901.92715: results queue empty 11924 1726884901.92716: checking for any_errors_fatal 11924 1726884901.92721: done checking for any_errors_fatal 11924 1726884901.92721: checking for max_fail_percentage 11924 1726884901.92723: done checking for max_fail_percentage 11924 1726884901.92724: checking to see if all hosts have failed and the running result is not ok 11924 1726884901.92725: done checking to see if all hosts have failed 11924 1726884901.92726: getting the remaining hosts for this loop 11924 1726884901.92728: done getting the remaining hosts for this loop 11924 1726884901.92731: getting the next task for host managed_node2 11924 1726884901.92738: done getting next task for host managed_node2 11924 1726884901.92741: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884901.92745: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884901.92769: getting variables 11924 1726884901.92771: in VariableManager get_vars() 11924 1726884901.92805: Calling all_inventory to load vars for managed_node2 11924 1726884901.92808: Calling groups_inventory to load vars for managed_node2 11924 1726884901.92810: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884901.92818: Calling all_plugins_play to load vars for managed_node2 11924 1726884901.92821: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884901.92824: Calling groups_plugins_play to load vars for managed_node2 11924 1726884901.92832: WORKER PROCESS EXITING 11924 1726884901.93979: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884901.94362: done with get_vars() 11924 1726884901.94373: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 20 September 2024 22:15:01 -0400 (0:00:00.072) 0:01:07.283 ****** 11924 1726884901.94441: entering _queue_task() for managed_node2/systemd 11924 1726884901.94704: worker is 1 (out of 1 available) 11924 1726884901.94717: exiting _queue_task() for managed_node2/systemd 11924 1726884901.94732: done queuing things up, now waiting for results queue to drain 11924 1726884901.94734: waiting for pending results... 11924 1726884901.94951: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884901.95080: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f24 11924 1726884901.95094: variable 'ansible_search_path' from source: unknown 11924 1726884901.95098: variable 'ansible_search_path' from source: unknown 11924 1726884901.95125: calling self._execute() 11924 1726884901.95210: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884901.95214: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884901.95228: variable 'omit' from source: magic vars 11924 1726884901.95760: variable 'blivet_output' from source: set_fact 11924 1726884901.95764: Evaluated conditional (blivet_output['mounts']): True 11924 1726884901.95766: variable 'omit' from source: magic vars 11924 1726884901.95778: variable 'omit' from source: magic vars 11924 1726884901.95816: variable 'omit' from source: magic vars 11924 1726884901.95871: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884901.95910: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884901.95941: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884901.95970: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884901.95988: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884901.96011: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884901.96032: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884901.96075: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884901.96085: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884901.96092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884901.96215: Set connection var ansible_shell_executable to /bin/sh 11924 1726884901.96222: Set connection var ansible_connection to ssh 11924 1726884901.96259: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884901.96261: Set connection var ansible_timeout to 10 11924 1726884901.96263: Set connection var ansible_pipelining to False 11924 1726884901.96265: Set connection var ansible_shell_type to sh 11924 1726884901.96289: variable 'ansible_shell_executable' from source: unknown 11924 1726884901.96297: variable 'ansible_connection' from source: unknown 11924 1726884901.96303: variable 'ansible_module_compression' from source: unknown 11924 1726884901.96362: variable 'ansible_shell_type' from source: unknown 11924 1726884901.96365: variable 'ansible_shell_executable' from source: unknown 11924 1726884901.96367: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884901.96369: variable 'ansible_pipelining' from source: unknown 11924 1726884901.96371: variable 'ansible_timeout' from source: unknown 11924 1726884901.96373: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884901.96575: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884901.96662: variable 'omit' from source: magic vars 11924 1726884901.96666: starting attempt loop 11924 1726884901.96668: running the handler 11924 1726884901.96671: _low_level_execute_command(): starting 11924 1726884901.96673: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884901.97343: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884901.97394: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884901.97433: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884901.97476: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884901.97509: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884901.99208: stdout chunk (state=3): >>>/root <<< 11924 1726884901.99351: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884901.99356: stdout chunk (state=3): >>><<< 11924 1726884901.99359: stderr chunk (state=3): >>><<< 11924 1726884901.99384: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884901.99477: _low_level_execute_command(): starting 11924 1726884901.99481: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884901.9939234-14952-88054220163769 `" && echo ansible-tmp-1726884901.9939234-14952-88054220163769="` echo /root/.ansible/tmp/ansible-tmp-1726884901.9939234-14952-88054220163769 `" ) && sleep 0' 11924 1726884902.00082: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884902.00137: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884902.00171: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884902.00237: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884902.02172: stdout chunk (state=3): >>>ansible-tmp-1726884901.9939234-14952-88054220163769=/root/.ansible/tmp/ansible-tmp-1726884901.9939234-14952-88054220163769 <<< 11924 1726884902.02339: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884902.02343: stdout chunk (state=3): >>><<< 11924 1726884902.02351: stderr chunk (state=3): >>><<< 11924 1726884902.02371: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884901.9939234-14952-88054220163769=/root/.ansible/tmp/ansible-tmp-1726884901.9939234-14952-88054220163769 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884902.02424: variable 'ansible_module_compression' from source: unknown 11924 1726884902.02482: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 11924 1726884902.02544: variable 'ansible_facts' from source: unknown 11924 1726884902.02827: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884901.9939234-14952-88054220163769/AnsiballZ_systemd.py 11924 1726884902.03004: Sending initial data 11924 1726884902.03007: Sent initial data (155 bytes) 11924 1726884902.03572: 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 <<< 11924 1726884902.03576: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884902.03603: 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.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884902.03639: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884902.03643: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884902.03703: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884902.05319: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884902.05381: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884902.05441: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpbuw0xuox /root/.ansible/tmp/ansible-tmp-1726884901.9939234-14952-88054220163769/AnsiballZ_systemd.py <<< 11924 1726884902.05444: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884901.9939234-14952-88054220163769/AnsiballZ_systemd.py" <<< 11924 1726884902.05491: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpbuw0xuox" to remote "/root/.ansible/tmp/ansible-tmp-1726884901.9939234-14952-88054220163769/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884901.9939234-14952-88054220163769/AnsiballZ_systemd.py" <<< 11924 1726884902.06934: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884902.06973: stderr chunk (state=3): >>><<< 11924 1726884902.06977: stdout chunk (state=3): >>><<< 11924 1726884902.06998: done transferring module to remote 11924 1726884902.07012: _low_level_execute_command(): starting 11924 1726884902.07015: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884901.9939234-14952-88054220163769/ /root/.ansible/tmp/ansible-tmp-1726884901.9939234-14952-88054220163769/AnsiballZ_systemd.py && sleep 0' 11924 1726884902.07421: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884902.07459: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884902.07462: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884902.07465: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884902.07467: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884902.07469: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884902.07509: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884902.07513: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884902.07572: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884902.09389: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884902.09416: stderr chunk (state=3): >>><<< 11924 1726884902.09419: stdout chunk (state=3): >>><<< 11924 1726884902.09432: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884902.09435: _low_level_execute_command(): starting 11924 1726884902.09439: _low_level_execute_command(): using become for this command 11924 1726884902.09450: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-webcvuvubafturkgmifvzklosgekfevc ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884901.9939234-14952-88054220163769/AnsiballZ_systemd.py'"'"' && sleep 0' 11924 1726884902.09532: Initial state: awaiting_escalation: BECOME-SUCCESS-webcvuvubafturkgmifvzklosgekfevc 11924 1726884902.10029: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884902.10034: stderr chunk (state=1): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884902.10038: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884902.10044: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884902.10110: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884902.13052: stdout chunk (state=1): >>>BECOME-SUCCESS-webcvuvubafturkgmifvzklosgekfevc <<< 11924 1726884902.13057: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-webcvuvubafturkgmifvzklosgekfevc' 11924 1726884902.13403: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884902.13445: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884902.13478: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884902.13562: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884902.13583: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # <<< 11924 1726884902.13614: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884902.13623: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884902.13645: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884902.13707: 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' <<< 11924 1726884902.13728: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884902.13750: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884902.13797: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884902.13830: 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 0x7f94727103e0> <<< 11924 1726884902.13839: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94726dfa10> <<< 11924 1726884902.13882: 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' <<< 11924 1726884902.13898: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472712960> import '_signal' # <<< 11924 1726884902.13924: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884902.13928: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884902.13951: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884902.14004: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884902.14009: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884902.14074: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884902.14115: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884902.14161: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884902.14177: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884902.14197: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884902.14203: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884902.14236: 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 <<< 11924 1726884902.14238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884902.14274: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94724c0fe0> <<< 11924 1726884902.14329: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884902.14333: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884902.14345: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94724c1fd0> <<< 11924 1726884902.14373: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884902.14404: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884902.14796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884902.14809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884902.14840: 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' <<< 11924 1726884902.14872: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884902.14908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884902.14929: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884902.14957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884902.14972: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94724ffe90> <<< 11924 1726884902.14991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884902.15015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884902.15036: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884902.15065: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94724fff50> <<< 11924 1726884902.15081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884902.15113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884902.15137: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884902.15171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884902.15182: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884902.15215: 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 0x7f94725378c0> <<< 11924 1726884902.15249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884902.15252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884902.15254: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472537f50> <<< 11924 1726884902.15271: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884902.15326: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472517b60> <<< 11924 1726884902.15333: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884902.15369: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472515280> <<< 11924 1726884902.15460: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94724fd040> <<< 11924 1726884902.15489: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884902.15505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884902.15524: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884902.15549: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884902.15574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884902.15592: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884902.15606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884902.15639: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947255b770> <<< 11924 1726884902.15658: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947255a390> <<< 11924 1726884902.15677: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884902.15693: 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 0x7f9472516270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94724fe900> <<< 11924 1726884902.15735: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884902.15757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947258c7d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94724fc2c0> <<< 11924 1726884902.15783: 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' <<< 11924 1726884902.15823: 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 0x7f947258cc80> <<< 11924 1726884902.15827: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947258cb30> <<< 11924 1726884902.15878: 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 0x7f947258cf20> <<< 11924 1726884902.15886: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94724fade0> <<< 11924 1726884902.15920: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884902.15928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884902.15938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884902.15977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884902.15995: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947258d5e0> <<< 11924 1726884902.16010: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947258d2b0> import 'importlib.machinery' # <<< 11924 1726884902.16033: 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' <<< 11924 1726884902.16058: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947258e4e0> <<< 11924 1726884902.16069: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884902.16086: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884902.16108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884902.16141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884902.16168: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884902.16175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94725a4710> <<< 11924 1726884902.16189: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884902.16224: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884902.16227: 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 0x7f94725a5df0> <<< 11924 1726884902.16260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884902.16262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884902.16295: 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' <<< 11924 1726884902.16313: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94725a6c90> <<< 11924 1726884902.16350: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884902.16359: 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 0x7f94725a72f0> <<< 11924 1726884902.16366: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94725a61e0> <<< 11924 1726884902.16390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884902.16395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884902.16439: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884902.16448: 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 0x7f94725a7d70> <<< 11924 1726884902.16463: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94725a74a0> <<< 11924 1726884902.16513: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947258e540> <<< 11924 1726884902.16537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884902.16553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884902.16577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884902.16595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884902.16636: 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' <<< 11924 1726884902.16641: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f947228bc80> <<< 11924 1726884902.16666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884902.16669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884902.16702: 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 0x7f94722b47d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94722b4530> <<< 11924 1726884902.16730: 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 0x7f94722b4800> <<< 11924 1726884902.16769: 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' <<< 11924 1726884902.16844: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884902.16970: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94722b5130> <<< 11924 1726884902.17103: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884902.17110: 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 0x7f94722b5ac0> <<< 11924 1726884902.17129: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94722b49e0> <<< 11924 1726884902.17134: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472289e20> <<< 11924 1726884902.17160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884902.17178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884902.17209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884902.17216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884902.17229: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94722b6e70> <<< 11924 1726884902.17251: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94722b5bb0> <<< 11924 1726884902.17275: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947258ec30> <<< 11924 1726884902.17303: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884902.17366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884902.17386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884902.17423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884902.17452: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94722df200> <<< 11924 1726884902.17512: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884902.17523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884902.17549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884902.17566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884902.17615: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472307500> <<< 11924 1726884902.17645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884902.17713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884902.17738: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884902.17771: 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 0x7f94723642f0> <<< 11924 1726884902.17785: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884902.17817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884902.17843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884902.17883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884902.17984: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472366a50> <<< 11924 1726884902.18052: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472364410> <<< 11924 1726884902.18081: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472331310> <<< 11924 1726884902.18136: 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 0x7f9472189400> <<< 11924 1726884902.18147: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472306300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94722b7dd0> <<< 11924 1726884902.18330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884902.18350: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9472306900> <<< 11924 1726884902.18678: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_ow8snuv2/ansible_systemd_payload.zip' <<< 11924 1726884902.18681: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.18792: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.18820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884902.18850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884902.18878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884902.18953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884902.18983: 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 0x7f94721f30e0> <<< 11924 1726884902.19006: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884902.19182: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94721cdfd0> <<< 11924 1726884902.19193: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94721cd130> # zipimport: zlib available <<< 11924 1726884902.19207: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884902.19219: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.19244: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.19256: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.19266: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884902.19289: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.20674: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.21800: 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' <<< 11924 1726884902.21816: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94721f0fb0> <<< 11924 1726884902.21841: 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' <<< 11924 1726884902.21868: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884902.21872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884902.21919: 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' <<< 11924 1726884902.21943: 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 0x7f9472222ab0> <<< 11924 1726884902.21992: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472222840> <<< 11924 1726884902.22021: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472222150> <<< 11924 1726884902.22050: 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' <<< 11924 1726884902.22098: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94722225a0> <<< 11924 1726884902.22103: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94721f3b00> <<< 11924 1726884902.22105: stdout chunk (state=3): >>>import 'atexit' # <<< 11924 1726884902.22131: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884902.22144: 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 0x7f9472223830> <<< 11924 1726884902.22175: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884902.22195: 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 0x7f9472223a70> <<< 11924 1726884902.22198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884902.22248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884902.22251: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884902.22308: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472223fb0> <<< 11924 1726884902.22311: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884902.22367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884902.22414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b2dcd0> <<< 11924 1726884902.22458: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884902.22464: 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 0x7f9471b2f8f0> <<< 11924 1726884902.22487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884902.22490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884902.22540: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b302f0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884902.22571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884902.22587: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b31490> <<< 11924 1726884902.22606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884902.22679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884902.22695: 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' <<< 11924 1726884902.22726: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b33f20> <<< 11924 1726884902.22767: 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 0x7f9471b385c0> <<< 11924 1726884902.22784: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b321e0> <<< 11924 1726884902.22812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884902.22841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884902.22866: 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' <<< 11924 1726884902.22892: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884902.23045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884902.23077: 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 0x7f9471b3be90> <<< 11924 1726884902.23109: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884902.23150: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b3a960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b3a6c0> <<< 11924 1726884902.23206: 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' <<< 11924 1726884902.23249: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b3ac30> <<< 11924 1726884902.23283: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b326f0> <<< 11924 1726884902.23327: 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 0x7f9471b7ff50> <<< 11924 1726884902.23344: 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 0x7f9471b80290> <<< 11924 1726884902.23374: 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 <<< 11924 1726884902.23414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884902.23419: 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' <<< 11924 1726884902.23546: 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 0x7f9471b81d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b81af0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884902.23623: 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 0x7f9471b842f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b82420> <<< 11924 1726884902.23630: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884902.23674: 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' <<< 11924 1726884902.23679: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884902.23767: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b87ad0> <<< 11924 1726884902.23833: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b844a0> <<< 11924 1726884902.23900: stdout 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 0x7f9471b88b00> <<< 11924 1726884902.23939: stdout 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 0x7f9471b85010> <<< 11924 1726884902.23996: stdout 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 0x7f9471b88bf0> <<< 11924 1726884902.24039: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b804a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 11924 1726884902.24042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884902.24071: 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' <<< 11924 1726884902.24127: 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 0x7f9471a14320> <<< 11924 1726884902.24316: 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 0x7f9471a15580> <<< 11924 1726884902.24319: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b8aae0> <<< 11924 1726884902.24357: 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 0x7f9471b8be90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b8a750> # zipimport: zlib available <<< 11924 1726884902.24390: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.24393: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884902.24479: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.24592: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.24634: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884902.24666: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.24769: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.24889: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.25690: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.25997: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884902.26020: 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' # <<< 11924 1726884902.26039: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884902.26077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884902.26143: 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 0x7f9471a19880> <<< 11924 1726884902.26179: 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' <<< 11924 1726884902.26226: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471a1a690> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471a156d0> <<< 11924 1726884902.26287: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884902.26380: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.26383: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884902.26477: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.26638: 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' <<< 11924 1726884902.26670: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471a1a450> <<< 11924 1726884902.26673: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.27123: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.27576: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.27647: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.27732: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884902.27773: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.27823: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.27837: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884902.27889: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.28001: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884902.28028: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884902.28054: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.28081: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.28106: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884902.28126: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.28393: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.28688: 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' # <<< 11924 1726884902.28748: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471a1b890> <<< 11924 1726884902.28767: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.28828: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.28974: 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' # <<< 11924 1726884902.28995: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884902.29026: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884902.29088: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884902.29189: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.29192: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.29309: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884902.29312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884902.29571: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9471a26330> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471a21a30> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884902.29681: 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' <<< 11924 1726884902.29694: 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 <<< 11924 1726884902.29730: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884902.29747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884902.29846: 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' <<< 11924 1726884902.29903: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b02bd0> <<< 11924 1726884902.29946: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471bfa8a0> <<< 11924 1726884902.30027: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471a26420> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471a23650> <<< 11924 1726884902.30090: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884902.30113: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884902.30163: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884902.30282: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884902.30570: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.30615: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.30631: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.30654: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.30701: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.30817: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.30862: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 11924 1726884902.30905: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.30983: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.30999: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.31037: 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 <<< 11924 1726884902.31106: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 11924 1726884902.31139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884902.31189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884902.31226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884902.31275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884902.31309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884902.31335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884902.31365: 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 0x7f94716e2f60> <<< 11924 1726884902.31380: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94716e2390> <<< 11924 1726884902.31444: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94716e0890> <<< 11924 1726884902.31689: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471ab6ba0> <<< 11924 1726884902.31759: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471ab4b00> import 'ansible.module_utils.compat.typing' # <<< 11924 1726884902.31781: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.31963: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.32137: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.32176: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.32257: 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' <<< 11924 1726884902.32286: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 11924 1726884902.32312: 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 <<< 11924 1726884902.32331: 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 0x7f9471aa1d00> <<< 11924 1726884902.32366: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 11924 1726884902.32390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 11924 1726884902.32411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884902.32483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884902.32489: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 11924 1726884902.32516: 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 0x7f94717510d0> <<< 11924 1726884902.32543: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884902.32558: 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 0x7f94717513d0> <<< 11924 1726884902.32614: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471758bf0> <<< 11924 1726884902.32648: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947172fe90> <<< 11924 1726884902.32651: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471ab5c40> <<< 11924 1726884902.32683: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471ab4ec0> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 11924 1726884902.32721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 11924 1726884902.32747: 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' <<< 11924 1726884902.32772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 11924 1726884902.32816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 11924 1726884902.32820: 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 0x7f9471753fb0> <<< 11924 1726884902.32873: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471753860> # 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 0x7f9471753a40> <<< 11924 1726884902.32885: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471752c90> <<< 11924 1726884902.32911: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 11924 1726884902.32934: 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 0x7f9471584110> <<< 11924 1726884902.32959: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 11924 1726884902.33003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884902.33032: 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 0x7f9471586cc0> <<< 11924 1726884902.33139: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471584cb0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471ab5190> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # <<< 11924 1726884902.33185: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 11924 1726884902.33385: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884902.33564: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884902.33579: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884902.33635: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 11924 1726884902.33639: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.33834: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884902.33859: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.34101: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 11924 1726884902.34581: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.34941: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 11924 1726884902.34965: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.35008: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.35066: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.35098: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.35134: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 11924 1726884902.35181: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884902.35221: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 11924 1726884902.35385: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884902.35420: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available <<< 11924 1726884902.35464: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.35491: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 11924 1726884902.35514: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.35686: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884902.35709: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471587590> <<< 11924 1726884902.35733: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884902.35762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884902.35884: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94715b57f0> import 'ansible.module_utils.facts.system.local' # <<< 11924 1726884902.35949: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.35967: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.36040: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 11924 1726884902.36051: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.36137: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.36224: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 11924 1726884902.36244: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.36305: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.36386: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 11924 1726884902.36434: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.36484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884902.36533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884902.36609: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884902.36670: 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 0x7f94715cf110> <<< 11924 1726884902.36931: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94715b52e0> <<< 11924 1726884902.36934: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 11924 1726884902.36946: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884902.36991: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 11924 1726884902.37062: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.37093: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.37244: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.37474: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 11924 1726884902.37496: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.37542: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 11924 1726884902.37555: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.37598: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.37863: 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' # 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 0x7f94715e2db0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94715e28a0> 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 <<< 11924 1726884902.37867: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 11924 1726884902.38023: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.38181: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 11924 1726884902.38197: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.38286: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.38416: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.38441: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.38549: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 11924 1726884902.38553: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.38611: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884902.38688: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.38844: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 11924 1726884902.38854: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.38970: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.39230: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 11924 1726884902.39234: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884902.39754: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.40312: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 11924 1726884902.40420: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.40552: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 11924 1726884902.40610: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.40710: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 11924 1726884902.40780: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.40883: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.41035: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 11924 1726884902.41094: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.41125: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884902.41287: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884902.41391: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.41595: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.41802: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 11924 1726884902.41821: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 11924 1726884902.41853: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.41972: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 11924 1726884902.42039: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.42241: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884902.42302: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 11924 1726884902.42321: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.42433: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # <<< 11924 1726884902.42461: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.42987: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # <<< 11924 1726884902.42990: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.43038: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.43108: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 11924 1726884902.43121: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.43147: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.43183: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 11924 1726884902.43223: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.43238: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.43338: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 11924 1726884902.43421: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.43424: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 11924 1726884902.43443: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884902.43524: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 11924 1726884902.43553: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 11924 1726884902.43673: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.43676: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.43678: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available <<< 11924 1726884902.43778: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884902.43835: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.43929: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.43988: 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' # <<< 11924 1726884902.44003: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.44090: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.44110: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 11924 1726884902.44309: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.44517: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 11924 1726884902.44523: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.44548: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.44604: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 11924 1726884902.44660: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.44716: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 11924 1726884902.44736: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.44803: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.44896: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 11924 1726884902.44908: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 11924 1726884902.44995: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.45105: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 11924 1726884902.45116: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.45253: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.45401: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 11924 1726884902.45479: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884902.68346: 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}}} <<< 11924 1726884902.69120: 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 <<< 11924 1726884902.69190: stdout chunk (state=3): >>># cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing 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 <<< 11924 1726884902.69216: 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 <<< 11924 1726884902.69342: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # 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] remo<<< 11924 1726884902.69385: stdout chunk (state=3): >>>ving 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 <<< 11924 1726884902.69661: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884902.69692: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 11924 1726884902.69746: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884902.69751: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884902.69805: 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 <<< 11924 1726884902.69862: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy _signal # destroy _posixsubprocess <<< 11924 1726884902.69868: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 11924 1726884902.69904: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 11924 1726884902.69973: 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 <<< 11924 1726884902.69980: stdout chunk (state=3): >>># destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 11924 1726884902.70011: stdout chunk (state=3): >>># destroy _pickle # destroy queue # destroy _heapq # destroy _queue <<< 11924 1726884902.70035: stdout chunk (state=3): >>># destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 11924 1726884902.70070: stdout chunk (state=3): >>># destroy fcntl # destroy datetime # destroy base64 <<< 11924 1726884902.70085: stdout chunk (state=3): >>># destroy _ssl <<< 11924 1726884902.70114: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 11924 1726884902.70128: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json <<< 11924 1726884902.70163: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 11924 1726884902.70168: 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 <<< 11924 1726884902.70210: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 11924 1726884902.70224: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib # destroy token <<< 11924 1726884902.70236: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux <<< 11924 1726884902.70254: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 11924 1726884902.70287: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 11924 1726884902.70293: 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 <<< 11924 1726884902.70306: stdout chunk (state=3): >>># destroy contextlib <<< 11924 1726884902.70332: 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 <<< 11924 1726884902.70342: stdout chunk (state=3): >>># destroy enum # destroy copyreg # cleanup[3] wiping re._parser <<< 11924 1726884902.70365: 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 <<< 11924 1726884902.70409: 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 <<< 11924 1726884902.70444: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884902.70607: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884902.70619: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884902.70650: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 11924 1726884902.70661: stdout chunk (state=3): >>># destroy tokenize <<< 11924 1726884902.70692: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884902.70733: 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 <<< 11924 1726884902.70739: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 11924 1726884902.70767: 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 <<< 11924 1726884902.70805: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884902.70887: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884902.70915: 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 <<< 11924 1726884902.70997: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re <<< 11924 1726884902.71041: stdout chunk (state=3): >>># destroy _abc # destroy itertools # destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884902.71721: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884902.71750: stderr chunk (state=3): >>><<< 11924 1726884902.71753: stdout chunk (state=3): >>><<< 11924 1726884902.71859: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94727103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94726dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472712960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94724c0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94724c1fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94724ffe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94724fff50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94725378c0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472537f50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472517b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472515280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94724fd040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947255b770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947255a390> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472516270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94724fe900> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947258c7d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94724fc2c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f947258cc80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947258cb30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f947258cf20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94724fade0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947258d5e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947258d2b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947258e4e0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94725a4710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94725a5df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94725a6c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94725a72f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94725a61e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94725a7d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94725a74a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947258e540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f947228bc80> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94722b47d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94722b4530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94722b4800> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94722b5130> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94722b5ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94722b49e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472289e20> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94722b6e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94722b5bb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947258ec30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94722df200> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472307500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94723642f0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472366a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472364410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472331310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472189400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472306300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94722b7dd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9472306900> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_ow8snuv2/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 0x7f94721f30e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94721cdfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94721cd130> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94721f0fb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9472222ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472222840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472222150> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94722225a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94721f3b00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9472223830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9472223a70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9472223fb0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b2dcd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9471b2f8f0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b302f0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b31490> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b33f20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9471b385c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b321e0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b3be90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b3a960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b3a6c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b3ac30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b326f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9471b7ff50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b80290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9471b81d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b81af0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9471b842f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b82420> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b87ad0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b844a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9471b88b00> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9471b85010> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9471b88bf0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b804a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9471a14320> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9471a15580> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b8aae0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9471b8be90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b8a750> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9471a19880> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471a1a690> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471a156d0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471a1a450> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471a1b890> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9471a26330> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471a21a30> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471b02bd0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471bfa8a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471a26420> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471a23650> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f94716e2f60> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94716e2390> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94716e0890> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471ab6ba0> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471ab4b00> 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 0x7f9471aa1d00> # /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 0x7f94717510d0> # 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 0x7f94717513d0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471758bf0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f947172fe90> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471ab5c40> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471ab4ec0> # /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 0x7f9471753fb0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471753860> # 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 0x7f9471753a40> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471752c90> # /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 0x7f9471584110> # /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 0x7f9471586cc0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471584cb0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9471ab5190> 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 0x7f9471587590> # /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 0x7f94715b57f0> 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 0x7f94715cf110> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94715b52e0> 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 0x7f94715e2db0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94715e28a0> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884902.73136: 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-1726884901.9939234-14952-88054220163769/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884902.73139: _low_level_execute_command(): starting 11924 1726884902.73142: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884901.9939234-14952-88054220163769/ > /dev/null 2>&1 && sleep 0' 11924 1726884902.73145: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884902.73147: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884902.73150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884902.73152: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884902.73154: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884902.73159: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884902.73161: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884902.73163: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884902.73165: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884902.73168: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884902.73170: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884902.73172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884902.73174: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884902.73177: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884902.73179: stderr chunk (state=3): >>>debug2: match found <<< 11924 1726884902.73181: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884902.73183: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884902.73185: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884902.73187: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884902.73189: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884902.75042: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884902.75062: stderr chunk (state=3): >>><<< 11924 1726884902.75066: stdout chunk (state=3): >>><<< 11924 1726884902.75077: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884902.75080: handler run complete 11924 1726884902.75112: attempt loop complete, returning result 11924 1726884902.75115: _execute() done 11924 1726884902.75117: dumping result to json 11924 1726884902.75119: done dumping result, returning 11924 1726884902.75140: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-f4c0-2290-000000001f24] 11924 1726884902.75159: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f24 11924 1726884902.75284: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f24 11924 1726884902.75288: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "name": null, "status": {} } 11924 1726884902.75395: no more pending results, returning what we have 11924 1726884902.75399: results queue empty 11924 1726884902.75400: checking for any_errors_fatal 11924 1726884902.75409: done checking for any_errors_fatal 11924 1726884902.75410: checking for max_fail_percentage 11924 1726884902.75411: done checking for max_fail_percentage 11924 1726884902.75412: checking to see if all hosts have failed and the running result is not ok 11924 1726884902.75413: done checking to see if all hosts have failed 11924 1726884902.75414: getting the remaining hosts for this loop 11924 1726884902.75421: done getting the remaining hosts for this loop 11924 1726884902.75424: getting the next task for host managed_node2 11924 1726884902.75433: done getting next task for host managed_node2 11924 1726884902.75437: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 11924 1726884902.75440: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884902.75498: getting variables 11924 1726884902.75500: in VariableManager get_vars() 11924 1726884902.75562: Calling all_inventory to load vars for managed_node2 11924 1726884902.75574: Calling groups_inventory to load vars for managed_node2 11924 1726884902.75577: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884902.75599: Calling all_plugins_play to load vars for managed_node2 11924 1726884902.75607: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884902.75611: Calling groups_plugins_play to load vars for managed_node2 11924 1726884902.76197: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884902.76835: done with get_vars() 11924 1726884902.76851: done getting variables TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 20 September 2024 22:15:02 -0400 (0:00:00.825) 0:01:08.108 ****** 11924 1726884902.76980: entering _queue_task() for managed_node2/mount 11924 1726884902.77305: worker is 1 (out of 1 available) 11924 1726884902.77319: exiting _queue_task() for managed_node2/mount 11924 1726884902.77333: done queuing things up, now waiting for results queue to drain 11924 1726884902.77335: waiting for pending results... 11924 1726884902.77774: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 11924 1726884902.77813: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f25 11924 1726884902.77824: variable 'ansible_search_path' from source: unknown 11924 1726884902.77828: variable 'ansible_search_path' from source: unknown 11924 1726884902.78077: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884902.80392: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884902.80447: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884902.80501: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884902.80517: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884902.80563: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884902.80641: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884902.80645: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884902.80684: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884902.80753: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884902.80759: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884902.80767: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884902.80790: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884902.80813: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884902.80838: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884902.80854: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884902.80930: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884902.80954: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884902.80968: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884902.81012: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884902.81030: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884902.81135: variable 'blivet_output' from source: set_fact 11924 1726884902.81203: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884902.81328: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884902.81354: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884902.81380: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884902.81405: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884902.81432: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884902.81447: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884902.81477: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884902.81494: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884902.81610: variable 'omit' from source: magic vars 11924 1726884902.81781: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884902.81785: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884902.81788: variable 'omit' from source: magic vars 11924 1726884902.82378: variable 'omit' from source: magic vars 11924 1726884902.82381: variable 'omit' from source: magic vars 11924 1726884902.82383: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884902.82386: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884902.82388: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884902.82390: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884902.82392: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884902.82394: variable 'mount_info' from source: unknown 11924 1726884902.82395: variable 'omit' from source: magic vars 11924 1726884902.82397: variable 'mount_info' from source: unknown 11924 1726884902.82435: variable 'mount_info' from source: unknown 11924 1726884902.82447: variable 'omit' from source: magic vars 11924 1726884902.82569: variable 'mount_info' from source: unknown 11924 1726884902.82572: variable 'omit' from source: magic vars 11924 1726884902.82651: variable 'mount_info' from source: unknown 11924 1726884902.82666: variable 'omit' from source: magic vars 11924 1726884902.82692: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884902.82719: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884902.82744: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884902.82753: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884902.82764: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884902.82885: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884902.82889: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884902.82891: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884902.82895: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884902.82897: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884902.82953: Set connection var ansible_shell_executable to /bin/sh 11924 1726884902.82958: Set connection var ansible_connection to ssh 11924 1726884902.82961: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884902.83262: Set connection var ansible_timeout to 10 11924 1726884902.83266: Set connection var ansible_pipelining to False 11924 1726884902.83269: Set connection var ansible_shell_type to sh 11924 1726884902.83271: variable 'ansible_shell_executable' from source: unknown 11924 1726884902.83272: variable 'ansible_connection' from source: unknown 11924 1726884902.83274: variable 'ansible_module_compression' from source: unknown 11924 1726884902.83276: variable 'ansible_shell_type' from source: unknown 11924 1726884902.83277: variable 'ansible_shell_executable' from source: unknown 11924 1726884902.83279: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884902.83281: variable 'ansible_pipelining' from source: unknown 11924 1726884902.83283: variable 'ansible_timeout' from source: unknown 11924 1726884902.83285: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884902.83290: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884902.83294: variable 'omit' from source: magic vars 11924 1726884902.83296: starting attempt loop 11924 1726884902.83298: running the handler 11924 1726884902.83302: _low_level_execute_command(): starting 11924 1726884902.83305: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884902.83971: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884902.83987: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884902.84005: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884902.84032: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884902.84147: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884902.85854: stdout chunk (state=3): >>>/root <<< 11924 1726884902.86106: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884902.86110: stdout chunk (state=3): >>><<< 11924 1726884902.86112: stderr chunk (state=3): >>><<< 11924 1726884902.86138: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884902.86199: _low_level_execute_command(): starting 11924 1726884902.86203: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884902.8614752-14990-111355701142515 `" && echo ansible-tmp-1726884902.8614752-14990-111355701142515="` echo /root/.ansible/tmp/ansible-tmp-1726884902.8614752-14990-111355701142515 `" ) && sleep 0' 11924 1726884902.86972: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884902.86988: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884902.87003: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884902.87024: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884902.87103: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884902.89081: stdout chunk (state=3): >>>ansible-tmp-1726884902.8614752-14990-111355701142515=/root/.ansible/tmp/ansible-tmp-1726884902.8614752-14990-111355701142515 <<< 11924 1726884902.89221: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884902.89224: stdout chunk (state=3): >>><<< 11924 1726884902.89230: stderr chunk (state=3): >>><<< 11924 1726884902.89253: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884902.8614752-14990-111355701142515=/root/.ansible/tmp/ansible-tmp-1726884902.8614752-14990-111355701142515 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884902.89363: variable 'ansible_module_compression' from source: unknown 11924 1726884902.89399: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 11924 1726884902.89444: variable 'ansible_facts' from source: unknown 11924 1726884902.89635: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884902.8614752-14990-111355701142515/AnsiballZ_mount.py 11924 1726884902.89899: Sending initial data 11924 1726884902.89902: Sent initial data (154 bytes) 11924 1726884902.90428: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884902.90440: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884902.90473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884902.90486: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884902.90572: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884902.90592: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884902.90609: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884902.90629: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884902.90716: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884902.92342: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884902.92387: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884902.92463: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpyef0z36m /root/.ansible/tmp/ansible-tmp-1726884902.8614752-14990-111355701142515/AnsiballZ_mount.py <<< 11924 1726884902.92466: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884902.8614752-14990-111355701142515/AnsiballZ_mount.py" <<< 11924 1726884902.92510: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpyef0z36m" to remote "/root/.ansible/tmp/ansible-tmp-1726884902.8614752-14990-111355701142515/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884902.8614752-14990-111355701142515/AnsiballZ_mount.py" <<< 11924 1726884902.93682: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884902.93685: stdout chunk (state=3): >>><<< 11924 1726884902.93687: stderr chunk (state=3): >>><<< 11924 1726884902.93689: done transferring module to remote 11924 1726884902.93691: _low_level_execute_command(): starting 11924 1726884902.93695: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884902.8614752-14990-111355701142515/ /root/.ansible/tmp/ansible-tmp-1726884902.8614752-14990-111355701142515/AnsiballZ_mount.py && sleep 0' 11924 1726884902.94658: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884902.94768: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884902.94789: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884902.94805: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884902.94885: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884902.97036: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884902.97039: stdout chunk (state=3): >>><<< 11924 1726884902.97042: stderr chunk (state=3): >>><<< 11924 1726884902.97044: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884902.97051: _low_level_execute_command(): starting 11924 1726884902.97053: _low_level_execute_command(): using become for this command 11924 1726884902.97058: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-wugylhegdtazbqafdiikphtbwahmlbfr ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884902.8614752-14990-111355701142515/AnsiballZ_mount.py'"'"' && sleep 0' 11924 1726884902.97281: Initial state: awaiting_escalation: BECOME-SUCCESS-wugylhegdtazbqafdiikphtbwahmlbfr 11924 1726884902.97587: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884902.97678: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884902.97708: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884902.97725: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884902.97746: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884902.97815: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884903.01052: stdout chunk (state=1): >>>BECOME-SUCCESS-wugylhegdtazbqafdiikphtbwahmlbfr <<< 11924 1726884903.01056: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-wugylhegdtazbqafdiikphtbwahmlbfr' 11924 1726884903.01392: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884903.01428: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884903.01462: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884903.01467: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884903.01536: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884903.01541: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884903.01572: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884903.01614: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884903.01627: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884903.01643: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884903.01696: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884903.01709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884903.01721: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884903.01745: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884903.01781: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884903.01807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884903.01826: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390f683e0> <<< 11924 1726884903.01829: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390f37a10> <<< 11924 1726884903.01860: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884903.01863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 11924 1726884903.01883: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390f6a960> <<< 11924 1726884903.01903: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884903.01928: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884903.01932: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884903.01958: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884903.02005: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884903.02084: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884903.02120: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884903.02124: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884903.02150: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884903.02189: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884903.02192: stdout chunk (state=3): >>>Processing global site-packages <<< 11924 1726884903.02195: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884903.02205: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884903.02224: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884903.02274: 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' <<< 11924 1726884903.02287: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d3cfe0> <<< 11924 1726884903.02346: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884903.02365: 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 0x7fa390d3dfd0> <<< 11924 1726884903.02383: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884903.02427: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884903.02692: 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 <<< 11924 1726884903.02732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884903.02737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884903.02780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884903.02796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884903.02821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884903.02828: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d7be90> <<< 11924 1726884903.02854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884903.02870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884903.02902: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884903.02905: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d7bf50> <<< 11924 1726884903.02926: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884903.02949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884903.02975: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884903.03033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884903.03054: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884903.03076: 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' <<< 11924 1726884903.03097: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390db3860> <<< 11924 1726884903.03100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884903.03123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884903.03130: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390db3ef0> <<< 11924 1726884903.03143: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884903.03192: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d93b30> <<< 11924 1726884903.03211: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884903.03238: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d91280> <<< 11924 1726884903.03329: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d79040> <<< 11924 1726884903.03357: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884903.03378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884903.03388: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884903.03418: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884903.03438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884903.03466: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884903.03470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884903.03511: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390dd7890> <<< 11924 1726884903.03519: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390dd64b0> <<< 11924 1726884903.03552: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884903.03558: 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 0x7fa390d92150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390dd4c50> <<< 11924 1726884903.03615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884903.03619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e048f0> <<< 11924 1726884903.03632: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d782c0> <<< 11924 1726884903.03650: 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' <<< 11924 1726884903.03701: 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 0x7fa390e04da0> <<< 11924 1726884903.03704: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e04c50> <<< 11924 1726884903.03739: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.03750: 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 0x7fa390e05040> <<< 11924 1726884903.03753: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d76de0> <<< 11924 1726884903.03787: 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' <<< 11924 1726884903.03815: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884903.03844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884903.03868: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e05700> <<< 11924 1726884903.03880: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e053d0> import 'importlib.machinery' # <<< 11924 1726884903.03907: 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' <<< 11924 1726884903.03931: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e06600> <<< 11924 1726884903.03938: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884903.03958: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884903.03979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884903.04016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884903.04037: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884903.04051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e20800> <<< 11924 1726884903.04061: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884903.04096: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.04105: 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 0x7fa390e21f40> <<< 11924 1726884903.04130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884903.04133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884903.04168: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884903.04177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 11924 1726884903.04187: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e22de0> <<< 11924 1726884903.04228: 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' <<< 11924 1726884903.04232: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390e23440> <<< 11924 1726884903.04234: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e22330> <<< 11924 1726884903.04265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884903.04269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884903.04315: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.04325: 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 0x7fa390e23e30> <<< 11924 1726884903.04338: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e23560> <<< 11924 1726884903.04379: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e06570> <<< 11924 1726884903.04405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884903.04429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884903.04451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884903.04468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884903.04509: 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 0x7fa390b9fce0> <<< 11924 1726884903.04533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884903.04538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884903.04570: 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 0x7fa390bc8770> <<< 11924 1726884903.04575: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390bc84d0> <<< 11924 1726884903.04595: 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 0x7fa390bc87a0> <<< 11924 1726884903.04632: 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' <<< 11924 1726884903.04710: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.04873: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390bc90d0> <<< 11924 1726884903.04998: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.05005: 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 0x7fa390bc9ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390bc8980> <<< 11924 1726884903.05036: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390b9de80> <<< 11924 1726884903.05059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884903.05077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884903.05113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884903.05116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390bcaed0> <<< 11924 1726884903.05141: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390bc9c10> <<< 11924 1726884903.05165: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e06d20> <<< 11924 1726884903.05196: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884903.05316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884903.05319: 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' <<< 11924 1726884903.05346: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390bf3200> <<< 11924 1726884903.05416: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884903.05420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884903.05459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884903.05462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884903.05512: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390c1f5f0> <<< 11924 1726884903.05524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884903.05575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884903.05623: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884903.05657: 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 0x7fa390c783e0> <<< 11924 1726884903.05669: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884903.05716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884903.05731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884903.05772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884903.05880: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390c7ab40> <<< 11924 1726884903.05954: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390c78500> <<< 11924 1726884903.05973: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390c413d0> <<< 11924 1726884903.06003: 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 0x7fa390529490> <<< 11924 1726884903.06023: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390c1e3f0> <<< 11924 1726884903.06028: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390bcbdd0> <<< 11924 1726884903.06140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884903.06164: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa390c1e750> <<< 11924 1726884903.06490: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_xnpf63mr/ansible_mount_payload.zip' <<< 11924 1726884903.06497: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.06629: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.06662: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884903.06671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884903.06723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884903.06804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884903.06835: 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' <<< 11924 1726884903.06845: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390583170> <<< 11924 1726884903.06853: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884903.07037: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390562060> <<< 11924 1726884903.07047: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3905611f0> # zipimport: zlib available <<< 11924 1726884903.07084: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884903.07089: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.07117: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.07124: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.07145: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884903.07157: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.08580: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.09712: 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' <<< 11924 1726884903.09720: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390581040> <<< 11924 1726884903.09740: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884903.09747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884903.09768: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884903.09780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884903.09808: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884903.09814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884903.09846: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.09851: 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 0x7fa3905aaab0> <<< 11924 1726884903.09885: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3905aa840> <<< 11924 1726884903.09920: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3905aa150> <<< 11924 1726884903.09938: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884903.09950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884903.09997: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3905aa6c0> <<< 11924 1726884903.10000: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390583b90> <<< 11924 1726884903.10006: stdout chunk (state=3): >>>import 'atexit' # <<< 11924 1726884903.10039: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.10043: 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 0x7fa3905ab740> <<< 11924 1726884903.10071: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.10074: 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 0x7fa3905ab8c0> <<< 11924 1726884903.10098: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884903.10144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884903.10163: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884903.10210: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3905abda0> <<< 11924 1726884903.10219: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884903.10235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884903.10269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884903.10307: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390419b20> <<< 11924 1726884903.10337: 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 0x7fa39041b740> <<< 11924 1726884903.10367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884903.10375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884903.10417: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39041bfb0> <<< 11924 1726884903.10434: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884903.10470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884903.10486: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39041cf80> <<< 11924 1726884903.10513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884903.10544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884903.10574: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884903.10590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884903.10643: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39041fc80> <<< 11924 1726884903.10677: 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 0x7fa3905abef0> <<< 11924 1726884903.10704: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39041df70> <<< 11924 1726884903.10723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884903.10778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884903.10797: 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 <<< 11924 1726884903.10865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884903.10890: 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 0x7fa390427ad0> import '_tokenize' # <<< 11924 1726884903.10965: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3904265a0> <<< 11924 1726884903.10994: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390426300> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884903.11007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884903.11071: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390426870> <<< 11924 1726884903.11100: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39041e480> <<< 11924 1726884903.11127: 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 0x7fa39046bd40> <<< 11924 1726884903.11158: 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 0x7fa39046be90> <<< 11924 1726884903.11193: 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 <<< 11924 1726884903.11205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884903.11230: 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' <<< 11924 1726884903.11269: 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 0x7fa39046d9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39046d760> <<< 11924 1726884903.11293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884903.11425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884903.11477: 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 0x7fa39046fef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39046e060> <<< 11924 1726884903.11497: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884903.11535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884903.11564: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884903.11575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884903.11581: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884903.11626: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390473710> <<< 11924 1726884903.11758: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3904700e0> <<< 11924 1726884903.11818: stdout 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 0x7fa390474a40> <<< 11924 1726884903.11857: stdout 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 0x7fa3904748f0> <<< 11924 1726884903.11902: stdout 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' <<< 11924 1726884903.11912: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390474b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39046c080> <<< 11924 1726884903.11939: 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' <<< 11924 1726884903.11965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884903.11986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884903.12019: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.12038: 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 0x7fa3903001d0> <<< 11924 1726884903.12193: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.12208: 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 0x7fa3903012e0> <<< 11924 1726884903.12211: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390476960> <<< 11924 1726884903.12249: 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 0x7fa390477d10> <<< 11924 1726884903.12253: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3904765a0> <<< 11924 1726884903.12266: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.12293: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.12305: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 11924 1726884903.12311: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.12404: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.12494: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.12516: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.12521: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 11924 1726884903.12534: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.12549: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.12557: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884903.12571: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.12692: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.12813: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.13372: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.13916: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884903.13934: 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' # <<< 11924 1726884903.13958: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884903.13979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884903.14031: 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 0x7fa390305430> <<< 11924 1726884903.14115: 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' <<< 11924 1726884903.14135: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390306330> <<< 11924 1726884903.14146: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3903014f0> <<< 11924 1726884903.14203: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884903.14210: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.14239: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.14246: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884903.14268: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.14412: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.14571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884903.14580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 11924 1726884903.14593: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3903062d0> <<< 11924 1726884903.14598: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.15073: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.15526: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.15590: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.15681: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884903.15701: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.15717: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.15749: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884903.15765: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.15830: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.15914: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884903.15929: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.15941: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.15982: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 11924 1726884903.15985: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.16019: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.16058: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884903.16072: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.16294: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.16528: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884903.16584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884903.16606: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884903.16689: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3903074d0> <<< 11924 1726884903.16706: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.16766: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.16849: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884903.16866: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884903.16881: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.16930: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.16984: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884903.17031: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.17077: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.17145: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.17224: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884903.17248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884903.17357: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390312030> <<< 11924 1726884903.17396: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39030f2c0> <<< 11924 1726884903.17431: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884903.17445: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.17498: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.17551: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.17592: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.17635: stdout chunk (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' <<< 11924 1726884903.17663: 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 <<< 11924 1726884903.17706: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884903.17709: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884903.17765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884903.17803: 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' <<< 11924 1726884903.17870: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390402900> <<< 11924 1726884903.17908: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3905e6600> <<< 11924 1726884903.17997: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390312150> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390301550> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884903.18008: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.18037: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.18069: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884903.18119: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884903.18147: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.18153: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.18171: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available <<< 11924 1726884903.18216: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.18267: stdout chunk (state=3): >>>import 'ansible_collections.ansible' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix' # <<< 11924 1726884903.18270: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.18302: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available <<< 11924 1726884903.18336: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # <<< 11924 1726884903.18358: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.18771: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.19192: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.19197: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # <<< 11924 1726884903.19217: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.19238: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.19273: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 11924 1726884903.19365: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.19512: 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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "state": "mounted", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null}}} <<< 11924 1726884903.19529: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884903.19891: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884903.20095: 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 j<<< 11924 1726884903.20115: stdout chunk (state=3): >>>son.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 11924 1726884903.20336: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884903.20351: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884903.20364: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884903.20381: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 11924 1726884903.20392: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884903.20420: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884903.20439: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884903.20463: 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 <<< 11924 1726884903.20483: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 11924 1726884903.20497: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884903.20521: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 11924 1726884903.20534: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884903.20556: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884903.20575: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884903.20623: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884903.20661: 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 <<< 11924 1726884903.20681: stdout chunk (state=3): >>># cleanup[3] wiping tokenize <<< 11924 1726884903.20702: 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 <<< 11924 1726884903.20707: 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 <<< 11924 1726884903.20743: 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 <<< 11924 1726884903.20749: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 11924 1726884903.20752: 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 <<< 11924 1726884903.20794: 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 <<< 11924 1726884903.20935: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884903.20944: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884903.20950: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884903.20978: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884903.20983: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884903.21010: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884903.21043: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884903.21051: 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 <<< 11924 1726884903.21060: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 11924 1726884903.21077: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884903.21176: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884903.21179: 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 <<< 11924 1726884903.21237: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884903.21241: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884903.21281: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 11924 1726884903.21301: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884903.21866: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884903.21883: stderr chunk (state=3): >>><<< 11924 1726884903.21887: stdout chunk (state=3): >>><<< 11924 1726884903.21982: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390f683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390f37a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390f6a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d3cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d3dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d7be90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d7bf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390db3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390db3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d93b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d91280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d79040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390dd7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390dd64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d92150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390dd4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e048f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d782c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390e04da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e04c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390e05040> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390d76de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e05700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e053d0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e06600> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e20800> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390e21f40> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e22de0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390e23440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e22330> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390e23e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e23560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e06570> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390b9fce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390bc8770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390bc84d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390bc87a0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390bc90d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390bc9ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390bc8980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390b9de80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390bcaed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390bc9c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390e06d20> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390bf3200> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390c1f5f0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390c783e0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390c7ab40> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390c78500> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390c413d0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390529490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390c1e3f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390bcbdd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa390c1e750> # zipimport: found 36 names in '/tmp/ansible_mount_payload_xnpf63mr/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 0x7fa390583170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390562060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3905611f0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390581040> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa3905aaab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3905aa840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3905aa150> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3905aa6c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390583b90> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa3905ab740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa3905ab8c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3905abda0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390419b20> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa39041b740> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39041bfb0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39041cf80> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39041fc80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa3905abef0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39041df70> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390427ad0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3904265a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390426300> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390426870> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39041e480> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa39046bd40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39046be90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa39046d9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39046d760> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa39046fef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39046e060> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390473710> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3904700e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390474a40> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa3904748f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390474b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39046c080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa3903001d0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa3903012e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390476960> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390477d10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3904765a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390305430> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390306330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3903014f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3903062d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3903074d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa390312030> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa39030f2c0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390402900> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3905e6600> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390312150> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa390301550> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884903.22825: done with _execute_module (mount, {'src': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '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-1726884902.8614752-14990-111355701142515/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884903.22828: _low_level_execute_command(): starting 11924 1726884903.22831: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884902.8614752-14990-111355701142515/ > /dev/null 2>&1 && sleep 0' 11924 1726884903.22833: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884903.22835: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884903.22866: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884903.22871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884903.22911: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884903.22914: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884903.22916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884903.22960: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884903.22963: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884903.22979: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884903.23009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884903.23116: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884903.23198: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884903.25076: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884903.25128: stderr chunk (state=3): >>><<< 11924 1726884903.25132: stdout chunk (state=3): >>><<< 11924 1726884903.25157: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884903.25196: handler run complete 11924 1726884903.25200: attempt loop complete, returning result 11924 1726884903.25215: variable 'mount_info' from source: unknown 11924 1726884903.25293: variable 'mount_info' from source: unknown ok: [managed_node2] => (item={'src': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3" } 11924 1726884903.25530: dumping result to json 11924 1726884903.25534: done dumping result, returning 11924 1726884903.25536: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-f4c0-2290-000000001f25] 11924 1726884903.25538: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f25 11924 1726884903.25612: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f25 11924 1726884903.25615: WORKER PROCESS EXITING 11924 1726884903.25678: no more pending results, returning what we have 11924 1726884903.25681: results queue empty 11924 1726884903.25681: checking for any_errors_fatal 11924 1726884903.25690: done checking for any_errors_fatal 11924 1726884903.25691: checking for max_fail_percentage 11924 1726884903.25692: done checking for max_fail_percentage 11924 1726884903.25693: checking to see if all hosts have failed and the running result is not ok 11924 1726884903.25694: done checking to see if all hosts have failed 11924 1726884903.25694: getting the remaining hosts for this loop 11924 1726884903.25696: done getting the remaining hosts for this loop 11924 1726884903.25699: getting the next task for host managed_node2 11924 1726884903.25706: done getting next task for host managed_node2 11924 1726884903.25709: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 11924 1726884903.25712: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884903.25721: getting variables 11924 1726884903.25723: in VariableManager get_vars() 11924 1726884903.25751: Calling all_inventory to load vars for managed_node2 11924 1726884903.25753: Calling groups_inventory to load vars for managed_node2 11924 1726884903.25754: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884903.25769: Calling all_plugins_play to load vars for managed_node2 11924 1726884903.25772: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884903.25774: Calling groups_plugins_play to load vars for managed_node2 11924 1726884903.26261: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884903.26823: done with get_vars() 11924 1726884903.26846: done getting variables TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 20 September 2024 22:15:03 -0400 (0:00:00.500) 0:01:08.609 ****** 11924 1726884903.27066: entering _queue_task() for managed_node2/file 11924 1726884903.27560: worker is 1 (out of 1 available) 11924 1726884903.27573: exiting _queue_task() for managed_node2/file 11924 1726884903.27585: done queuing things up, now waiting for results queue to drain 11924 1726884903.27587: waiting for pending results... 11924 1726884903.27863: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 11924 1726884903.28034: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f27 11924 1726884903.28053: variable 'ansible_search_path' from source: unknown 11924 1726884903.28063: variable 'ansible_search_path' from source: unknown 11924 1726884903.28444: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884903.32040: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884903.32095: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884903.32125: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884903.32158: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884903.32177: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884903.32239: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884903.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) 11924 1726884903.32281: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884903.32310: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884903.32320: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884903.32356: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884903.32374: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884903.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) 11924 1726884903.32417: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884903.32427: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884903.32470: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884903.32487: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884903.32508: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884903.32532: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884903.32542: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884903.32650: variable 'blivet_output' from source: set_fact 11924 1726884903.32722: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884903.32837: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884903.32865: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884903.32888: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884903.32916: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884903.32945: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884903.32962: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884903.32979: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884903.32996: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884903.33085: variable 'omit' from source: magic vars 11924 1726884903.33184: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884903.33191: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884903.33199: variable 'omit' from source: magic vars 11924 1726884903.33421: variable 'mount_info' from source: unknown 11924 1726884903.33428: Evaluated conditional (mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none): False 11924 1726884903.33431: when evaluation is False, skipping this task 11924 1726884903.33481: variable 'mount_info' from source: unknown 11924 1726884903.33524: variable 'mount_info' from source: unknown skipping: [managed_node2] => (item={'src': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "mounted" }, "skip_reason": "Conditional result was False" } 11924 1726884903.33932: dumping result to json 11924 1726884903.33935: done dumping result, returning 11924 1726884903.33938: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-f4c0-2290-000000001f27] 11924 1726884903.33946: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f27 11924 1726884903.34198: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f27 11924 1726884903.34205: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 11924 1726884903.34252: no more pending results, returning what we have 11924 1726884903.34258: results queue empty 11924 1726884903.34259: checking for any_errors_fatal 11924 1726884903.34271: done checking for any_errors_fatal 11924 1726884903.34272: checking for max_fail_percentage 11924 1726884903.34274: done checking for max_fail_percentage 11924 1726884903.34275: checking to see if all hosts have failed and the running result is not ok 11924 1726884903.34275: done checking to see if all hosts have failed 11924 1726884903.34276: getting the remaining hosts for this loop 11924 1726884903.34277: done getting the remaining hosts for this loop 11924 1726884903.34281: getting the next task for host managed_node2 11924 1726884903.34287: done getting next task for host managed_node2 11924 1726884903.34290: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884903.34294: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884903.34314: getting variables 11924 1726884903.34316: in VariableManager get_vars() 11924 1726884903.34350: Calling all_inventory to load vars for managed_node2 11924 1726884903.34352: Calling groups_inventory to load vars for managed_node2 11924 1726884903.34354: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884903.34364: Calling all_plugins_play to load vars for managed_node2 11924 1726884903.34367: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884903.34370: Calling groups_plugins_play to load vars for managed_node2 11924 1726884903.34928: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884903.35562: done with get_vars() 11924 1726884903.35573: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 20 September 2024 22:15:03 -0400 (0:00:00.085) 0:01:08.695 ****** 11924 1726884903.35664: entering _queue_task() for managed_node2/systemd 11924 1726884903.35952: worker is 1 (out of 1 available) 11924 1726884903.35972: exiting _queue_task() for managed_node2/systemd 11924 1726884903.35987: done queuing things up, now waiting for results queue to drain 11924 1726884903.35989: waiting for pending results... 11924 1726884903.36184: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884903.36285: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f29 11924 1726884903.36295: variable 'ansible_search_path' from source: unknown 11924 1726884903.36302: variable 'ansible_search_path' from source: unknown 11924 1726884903.36327: calling self._execute() 11924 1726884903.36411: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884903.36415: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884903.36424: variable 'omit' from source: magic vars 11924 1726884903.37163: variable 'blivet_output' from source: set_fact 11924 1726884903.37167: Evaluated conditional (blivet_output['mounts']): True 11924 1726884903.37170: variable 'omit' from source: magic vars 11924 1726884903.37360: variable 'omit' from source: magic vars 11924 1726884903.37363: variable 'omit' from source: magic vars 11924 1726884903.37366: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884903.37368: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884903.37370: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884903.37372: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884903.37374: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884903.37376: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884903.37574: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884903.37610: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884903.37710: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884903.37720: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884903.37898: Set connection var ansible_shell_executable to /bin/sh 11924 1726884903.37910: Set connection var ansible_connection to ssh 11924 1726884903.37928: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884903.37958: Set connection var ansible_timeout to 10 11924 1726884903.37961: Set connection var ansible_pipelining to False 11924 1726884903.38037: Set connection var ansible_shell_type to sh 11924 1726884903.38040: variable 'ansible_shell_executable' from source: unknown 11924 1726884903.38043: variable 'ansible_connection' from source: unknown 11924 1726884903.38045: variable 'ansible_module_compression' from source: unknown 11924 1726884903.38051: variable 'ansible_shell_type' from source: unknown 11924 1726884903.38053: variable 'ansible_shell_executable' from source: unknown 11924 1726884903.38057: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884903.38062: variable 'ansible_pipelining' from source: unknown 11924 1726884903.38064: variable 'ansible_timeout' from source: unknown 11924 1726884903.38067: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884903.38285: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884903.38304: variable 'omit' from source: magic vars 11924 1726884903.38314: starting attempt loop 11924 1726884903.38321: running the handler 11924 1726884903.38338: _low_level_execute_command(): starting 11924 1726884903.38348: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884903.39063: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884903.39087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884903.39091: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884903.39145: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884903.39150: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884903.39206: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884903.41336: stdout chunk (state=3): >>>/root <<< 11924 1726884903.41339: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884903.41341: stdout chunk (state=3): >>><<< 11924 1726884903.41343: stderr chunk (state=3): >>><<< 11924 1726884903.41347: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884903.41349: _low_level_execute_command(): starting 11924 1726884903.41351: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884903.4124444-15013-56815361615471 `" && echo ansible-tmp-1726884903.4124444-15013-56815361615471="` echo /root/.ansible/tmp/ansible-tmp-1726884903.4124444-15013-56815361615471 `" ) && sleep 0' 11924 1726884903.41961: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884903.41976: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884903.42086: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884903.42120: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884903.42201: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884903.44142: stdout chunk (state=3): >>>ansible-tmp-1726884903.4124444-15013-56815361615471=/root/.ansible/tmp/ansible-tmp-1726884903.4124444-15013-56815361615471 <<< 11924 1726884903.44284: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884903.44560: stdout chunk (state=3): >>><<< 11924 1726884903.44564: stderr chunk (state=3): >>><<< 11924 1726884903.44567: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884903.4124444-15013-56815361615471=/root/.ansible/tmp/ansible-tmp-1726884903.4124444-15013-56815361615471 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884903.44569: variable 'ansible_module_compression' from source: unknown 11924 1726884903.44571: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 11924 1726884903.44777: variable 'ansible_facts' from source: unknown 11924 1726884903.45240: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884903.4124444-15013-56815361615471/AnsiballZ_systemd.py 11924 1726884903.45800: Sending initial data 11924 1726884903.45803: Sent initial data (155 bytes) 11924 1726884903.46571: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884903.46636: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884903.46653: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884903.46682: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884903.46822: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884903.48757: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug2: Sending SSH2_FXP_REALPATH "." debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884903.4124444-15013-56815361615471/AnsiballZ_systemd.py" debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpd83rbktu" to remote "/root/.ansible/tmp/ansible-tmp-1726884903.4124444-15013-56815361615471/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884903.4124444-15013-56815361615471/AnsiballZ_systemd.py" <<< 11924 1726884903.48762: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpd83rbktu /root/.ansible/tmp/ansible-tmp-1726884903.4124444-15013-56815361615471/AnsiballZ_systemd.py <<< 11924 1726884903.52684: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884903.52757: stderr chunk (state=3): >>><<< 11924 1726884903.52787: stdout chunk (state=3): >>><<< 11924 1726884903.52887: done transferring module to remote 11924 1726884903.52890: _low_level_execute_command(): starting 11924 1726884903.52892: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884903.4124444-15013-56815361615471/ /root/.ansible/tmp/ansible-tmp-1726884903.4124444-15013-56815361615471/AnsiballZ_systemd.py && sleep 0' 11924 1726884903.53661: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884903.53770: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884903.53776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884903.53810: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884903.53825: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884903.53849: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884903.53958: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884903.55824: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884903.55834: stdout chunk (state=3): >>><<< 11924 1726884903.55845: stderr chunk (state=3): >>><<< 11924 1726884903.55926: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884903.55934: _low_level_execute_command(): starting 11924 1726884903.55937: _low_level_execute_command(): using become for this command 11924 1726884903.55940: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-omzrcagpcmwxgmseewweibbvrranduvb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884903.4124444-15013-56815361615471/AnsiballZ_systemd.py'"'"' && sleep 0' 11924 1726884903.56051: Initial state: awaiting_escalation: BECOME-SUCCESS-omzrcagpcmwxgmseewweibbvrranduvb 11924 1726884903.56527: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884903.56633: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884903.56704: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884903.56725: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884903.56816: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884903.59873: stdout chunk (state=1): >>>BECOME-SUCCESS-omzrcagpcmwxgmseewweibbvrranduvb <<< 11924 1726884903.59877: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-omzrcagpcmwxgmseewweibbvrranduvb' 11924 1726884903.60176: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884903.60220: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884903.60267: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884903.60327: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884903.60352: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884903.60373: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884903.60399: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884903.60413: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884903.60429: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884903.60460: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884903.60497: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884903.60500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884903.60517: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884903.60541: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884903.60578: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884903.60615: 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 0x7f813fb103e0> <<< 11924 1726884903.60635: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813fadfa10> <<< 11924 1726884903.60662: 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 0x7f813fb12960> <<< 11924 1726884903.60699: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884903.60718: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884903.60740: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884903.60785: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884903.60916: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884903.60919: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884903.60945: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # <<< 11924 1726884903.60973: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884903.60990: 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' <<< 11924 1726884903.61031: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884903.61034: 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 <<< 11924 1726884903.61058: 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 0x7f813f8e4fe0> <<< 11924 1726884903.61127: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884903.61158: 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 0x7f813f8e5fd0> <<< 11924 1726884903.61171: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884903.61206: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884903.61661: 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' <<< 11924 1726884903.61717: 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 <<< 11924 1726884903.61785: 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 0x7f813f923e90> <<< 11924 1726884903.61836: 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' <<< 11924 1726884903.61843: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884903.61914: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f923f50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884903.61927: 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 <<< 11924 1726884903.62014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884903.62062: 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 0x7f813f95b860> <<< 11924 1726884903.62113: 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 0x7f813f95bef0> import '_collections' # <<< 11924 1726884903.62135: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f93bb30> import '_functools' # <<< 11924 1726884903.62168: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f939280> <<< 11924 1726884903.62264: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f921040> <<< 11924 1726884903.62282: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884903.62319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884903.62322: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884903.62357: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884903.62390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884903.62394: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884903.62409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884903.62460: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f97f890> <<< 11924 1726884903.62490: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f97e4b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f93a150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f97cc50> <<< 11924 1726884903.62576: 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 0x7f813f9ac920> <<< 11924 1726884903.62603: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9202c0> <<< 11924 1726884903.62609: 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' <<< 11924 1726884903.62630: 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 0x7f813f9acdd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9acc80> <<< 11924 1726884903.62709: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.62735: 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 0x7f813f9ad070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f91ede0> <<< 11924 1726884903.62739: 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 <<< 11924 1726884903.62792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9ad730> <<< 11924 1726884903.62817: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9ad430> import 'importlib.machinery' # <<< 11924 1726884903.62850: 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 0x7f813f9ae630> <<< 11924 1726884903.62876: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884903.62956: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884903.62993: 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 0x7f813f9c8860> <<< 11924 1726884903.63050: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884903.63123: 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 0x7f813f9c9fa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 11924 1726884903.63174: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9cae10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813f9cb440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9ca390> <<< 11924 1726884903.63238: 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' <<< 11924 1726884903.63242: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.63302: 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 0x7f813f9cbe30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9cb560> <<< 11924 1726884903.63351: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9ae690> <<< 11924 1726884903.63417: 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' <<< 11924 1726884903.63531: 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 0x7f813f6afce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884903.63535: 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 0x7f813f6d8770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f6d84d0> <<< 11924 1726884903.63569: 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 0x7f813f6d87a0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884903.63642: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.63757: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813f6d90a0> <<< 11924 1726884903.63912: 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 0x7f813f6d9a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f6d8980> <<< 11924 1726884903.63982: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f6ade80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884903.64001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884903.64050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f6dae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f6d9b80> <<< 11924 1726884903.64074: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9aed80> <<< 11924 1726884903.64093: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884903.64158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884903.64209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884903.64236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884903.64272: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f7031d0> <<< 11924 1726884903.64309: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884903.64347: 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 <<< 11924 1726884903.64350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884903.64464: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f72f560> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884903.64467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884903.64559: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884903.64590: 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 0x7f813f788350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884903.64641: 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 <<< 11924 1726884903.64710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884903.64761: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f78aab0> <<< 11924 1726884903.64834: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f788470> <<< 11924 1726884903.64946: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f755340> <<< 11924 1726884903.64949: 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 0x7f813f599430> <<< 11924 1726884903.64972: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f72e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f6dbda0> <<< 11924 1726884903.65274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884903.65320: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f813f5996d0> <<< 11924 1726884903.65452: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_tmngt37u/ansible_systemd_payload.zip' <<< 11924 1726884903.65473: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.65574: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.65604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884903.65626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884903.65653: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884903.65738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884903.65824: 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 0x7f813f6031a0> import '_typing' # <<< 11924 1726884903.65955: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f5de090> <<< 11924 1726884903.65998: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f5dd220> # zipimport: zlib available import 'ansible' # <<< 11924 1726884903.66016: stdout chunk (state=3): >>> # zipimport: zlib available <<< 11924 1726884903.66057: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.66074: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884903.66085: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.67491: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.68601: 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 0x7f813f601040> <<< 11924 1726884903.68641: 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' <<< 11924 1726884903.68644: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884903.68727: 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' <<< 11924 1726884903.68753: 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 0x7f813f632ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f632930> <<< 11924 1726884903.68823: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f632240> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884903.69117: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f632690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f603bc0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813f6338c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813f633b00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f633f50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884903.69120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884903.69153: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef2dd90> <<< 11924 1726884903.69174: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.69224: 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 0x7f813ef2f9b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884903.69230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884903.69263: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef34380> <<< 11924 1726884903.69338: 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' <<< 11924 1726884903.69497: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef35520> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884903.69606: 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 0x7f813ef37fe0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813ef380e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef362a0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884903.69736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884903.69767: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884903.69789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef3be90> import '_tokenize' # <<< 11924 1726884903.69853: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef3a990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef3a6f0> <<< 11924 1726884903.69876: 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' <<< 11924 1726884903.69953: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef3ac30> <<< 11924 1726884903.69984: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef367b0> <<< 11924 1726884903.70024: 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 0x7f813ef7ff50> <<< 11924 1726884903.70075: 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 0x7f813ef80260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 11924 1726884903.70107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884903.70122: 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' <<< 11924 1726884903.70169: 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 0x7f813ef81d00> <<< 11924 1726884903.70172: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef81ac0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884903.70203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884903.70263: 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 0x7f813ef842c0> <<< 11924 1726884903.70321: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef823f0> <<< 11924 1726884903.70365: 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' <<< 11924 1726884903.70408: 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' # <<< 11924 1726884903.70431: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef87aa0> <<< 11924 1726884903.70534: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef84470> <<< 11924 1726884903.70599: stdout 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 0x7f813ef888c0> <<< 11924 1726884903.70631: stdout 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' <<< 11924 1726884903.70636: stdout chunk (state=3): >>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813ef88b00> <<< 11924 1726884903.70682: stdout 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 0x7f813ef88da0> <<< 11924 1726884903.70692: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef803e0> <<< 11924 1726884903.70719: 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' <<< 11924 1726884903.70742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884903.70768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884903.70799: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.70818: 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 0x7f813ee14500> <<< 11924 1726884903.70974: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.70980: 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 0x7f813ee15760> <<< 11924 1726884903.70995: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef8acc0> <<< 11924 1726884903.71026: 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 0x7f813ef8a450> <<< 11924 1726884903.71038: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef8a8a0> <<< 11924 1726884903.71043: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.71069: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.71073: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 11924 1726884903.71091: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.71180: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.71271: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.71297: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884903.71312: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.71337: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884903.71353: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.71477: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.71605: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.72147: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.72753: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884903.72784: 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' <<< 11924 1726884903.72806: 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 0x7f813ee19880> <<< 11924 1726884903.72917: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884903.72921: 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 0x7f813ee1a690> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ee15880> <<< 11924 1726884903.72996: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884903.73027: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.73030: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884903.73049: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.73189: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.73351: 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' <<< 11924 1726884903.73371: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ee1a360> <<< 11924 1726884903.73380: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.73883: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.74390: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884903.74443: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884903.74446: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.74507: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.74571: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884903.74611: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.74761: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884903.74780: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.74839: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884903.74842: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.75357: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.75360: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884903.75363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884903.75375: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884903.75462: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ee1b680> <<< 11924 1726884903.75465: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.75520: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.75598: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884903.75622: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884903.75639: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.75678: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.75716: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884903.75735: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.75774: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.75823: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.75878: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.75951: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884903.76097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813ee26180> <<< 11924 1726884903.76117: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ee233b0> <<< 11924 1726884903.76163: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884903.76223: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.76293: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.76328: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.76381: stdout chunk (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 <<< 11924 1726884903.76414: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884903.76431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884903.76496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884903.76520: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884903.76543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884903.76592: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef02990> <<< 11924 1726884903.76630: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813effe660> <<< 11924 1726884903.76790: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ee261e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ee1b170> <<< 11924 1726884903.76794: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884903.76796: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884903.76853: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884903.76888: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.76904: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884903.77102: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.77281: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.77312: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.77330: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.77375: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.77416: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.77463: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.77510: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 11924 1726884903.77513: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.77590: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.77658: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.77709: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.77713: 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 <<< 11924 1726884903.77796: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 11924 1726884903.77799: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884903.77856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884903.77888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884903.77975: 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 <<< 11924 1726884903.77992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884903.78017: 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 0x7f813eaf2d50> <<< 11924 1726884903.78034: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eaf2180> <<< 11924 1726884903.78200: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eaf0680> <<< 11924 1726884903.78502: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eeb6a20> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eeb4980> import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 11924 1726884903.78603: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.78771: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.78813: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.78902: 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' <<< 11924 1726884903.78941: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 11924 1726884903.78947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 11924 1726884903.78992: 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 0x7f813eea1280> <<< 11924 1726884903.79040: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 11924 1726884903.79070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884903.79179: 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 0x7f813eb81040> # 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 0x7f813eb81340> <<< 11924 1726884903.79307: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eb64b60> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eb3fe00> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eeb5bb0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eeb4e60> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 11924 1726884903.79364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 11924 1726884903.79368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 11924 1726884903.79439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813eb83fb0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eb83860> <<< 11924 1726884903.79521: 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 0x7f813eb83a10> <<< 11924 1726884903.79550: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eb82c90> # /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' <<< 11924 1726884903.79576: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eb83f20> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 11924 1726884903.79632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884903.79663: 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 0x7f813e98ac60> <<< 11924 1726884903.79723: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813e988c50> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eeb5010> <<< 11924 1726884903.79726: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # <<< 11924 1726884903.79777: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 11924 1726884903.79780: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.79845: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.79903: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 11924 1726884903.79920: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.79972: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.80064: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 11924 1726884903.80079: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 11924 1726884903.80112: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884903.80140: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 11924 1726884903.80153: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.80188: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.80239: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 11924 1726884903.80242: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.80299: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.80333: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 11924 1726884903.80349: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.80410: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.80470: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.80526: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.80590: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 11924 1726884903.80594: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 11924 1726884903.80614: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.81115: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.81595: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 11924 1726884903.81618: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.81679: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.81720: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.81758: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 11924 1726884903.81781: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 11924 1726884903.81826: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.81836: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 11924 1726884903.81895: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.81968: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 11924 1726884903.81984: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.82036: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.82044: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available <<< 11924 1726884903.82096: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.82119: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 11924 1726884903.82133: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.82201: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.82294: 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' <<< 11924 1726884903.82325: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813e98b470> <<< 11924 1726884903.82345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884903.82383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884903.82519: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813e9b9250> <<< 11924 1726884903.82522: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 11924 1726884903.82661: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.82665: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.82675: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 11924 1726884903.82762: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.82861: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 11924 1726884903.82863: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.82929: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.82999: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 11924 1726884903.83012: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.83054: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.83110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884903.83159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884903.83238: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.83302: 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 0x7f813e9d30e0> <<< 11924 1726884903.83503: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813e9bb710> <<< 11924 1726884903.83505: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 11924 1726884903.83566: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.83630: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 11924 1726884903.83632: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.83727: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.83812: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.83934: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.84089: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 11924 1726884903.84099: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.84134: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.84187: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 11924 1726884903.84203: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.84231: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.84291: 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' <<< 11924 1726884903.84330: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884903.84369: 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 0x7f813e9e6ea0> <<< 11924 1726884903.84373: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813e9d28d0> import 'ansible.module_utils.facts.system.user' # <<< 11924 1726884903.84411: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 11924 1726884903.84423: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.84457: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.84501: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 11924 1726884903.84521: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.84668: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.84828: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 11924 1726884903.84847: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.84958: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.85038: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.85080: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.85121: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 11924 1726884903.85127: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 11924 1726884903.85147: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.85172: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.85192: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.85330: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.85482: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 11924 1726884903.85504: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.85643: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.85750: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 11924 1726884903.85752: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.85790: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.85829: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.86417: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.86959: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 11924 1726884903.87048: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.87197: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 11924 1726884903.87219: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.87296: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.87443: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 11924 1726884903.87603: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.87732: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884903.87751: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 11924 1726884903.87825: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.87851: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 11924 1726884903.87950: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.88074: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.88278: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.88522: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 11924 1726884903.88577: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available <<< 11924 1726884903.88653: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 11924 1726884903.88729: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.88859: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 11924 1726884903.88865: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.88926: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 11924 1726884903.88990: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # <<< 11924 1726884903.89026: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884903.89107: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 11924 1726884903.89374: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.89635: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 11924 1726884903.89638: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.89716: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.89769: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 11924 1726884903.89782: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.89808: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.89856: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 11924 1726884903.89860: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.89911: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.89954: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 11924 1726884903.89971: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.89992: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.90018: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 11924 1726884903.90026: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.90108: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.90178: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 11924 1726884903.90215: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.90220: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.90246: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 11924 1726884903.90293: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.90344: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 11924 1726884903.90347: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.90367: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.90392: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.90441: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.90488: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.90563: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.90631: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 11924 1726884903.90640: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 11924 1726884903.90659: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.90713: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.90790: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 11924 1726884903.90793: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.90986: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.91269: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884903.91284: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 11924 1726884903.91329: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.91385: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available <<< 11924 1726884903.91486: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.91642: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 11924 1726884903.91668: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.91759: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 11924 1726884903.91775: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.91918: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884903.92062: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 11924 1726884903.92144: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.14572: 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}}} <<< 11924 1726884904.15329: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884904.15334: 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 <<< 11924 1726884904.15459: 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 # destroy bisect <<< 11924 1726884904.15549: 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 # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 11924 1726884904.15620: stdout chunk (state=3): >>># cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # 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 <<< 11924 1726884904.15625: 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 # 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 <<< 11924 1726884904.15907: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884904.15937: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 11924 1726884904.16168: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # 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 <<< 11924 1726884904.16184: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 11924 1726884904.16259: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 11924 1726884904.16301: stdout chunk (state=3): >>># destroy _pickle # destroy queue # destroy _heapq # destroy _queue <<< 11924 1726884904.16305: stdout chunk (state=3): >>># destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 11924 1726884904.16382: stdout chunk (state=3): >>># destroy fcntl # destroy datetime # destroy base64 # destroy _ssl <<< 11924 1726884904.16403: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 11924 1726884904.16408: stdout chunk (state=3): >>># destroy errno # destroy json <<< 11924 1726884904.16595: 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 # cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 11924 1726884904.16599: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading <<< 11924 1726884904.16658: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 11924 1726884904.16698: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884904.17072: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884904.17075: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884904.17077: 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 <<< 11924 1726884904.17079: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 11924 1726884904.17081: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884904.17162: 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 <<< 11924 1726884904.17230: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884904.17236: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884904.17279: stdout chunk (state=3): >>># 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 <<< 11924 1726884904.18065: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884904.18068: stdout chunk (state=3): >>><<< 11924 1726884904.18071: stderr chunk (state=3): >>><<< 11924 1726884904.18105: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813fb103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813fadfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813fb12960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f8e4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f8e5fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f923e90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f923f50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f95b860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f95bef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f93bb30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f939280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f921040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f97f890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f97e4b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f93a150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f97cc50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9ac920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9202c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813f9acdd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9acc80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813f9ad070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f91ede0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9ad730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9ad430> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9ae630> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9c8860> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813f9c9fa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9cae10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813f9cb440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9ca390> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813f9cbe30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9cb560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9ae690> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813f6afce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813f6d8770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f6d84d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813f6d87a0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813f6d90a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813f6d9a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f6d8980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f6ade80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f6dae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f6d9b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f9aed80> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f7031d0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f72f560> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f788350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f78aab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f788470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f755340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f599430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f72e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f6dbda0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f813f5996d0> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_tmngt37u/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 0x7f813f6031a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f5de090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f5dd220> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f601040> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813f632ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f632930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f632240> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f632690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f603bc0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813f6338c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813f633b00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813f633f50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef2dd90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813ef2f9b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef34380> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef35520> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef37fe0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813ef380e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef362a0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef3be90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef3a990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef3a6f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef3ac30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef367b0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813ef7ff50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef80260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813ef81d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef81ac0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813ef842c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef823f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef87aa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef84470> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813ef888c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813ef88b00> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813ef88da0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef803e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813ee14500> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813ee15760> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef8acc0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813ef8a450> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef8a8a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813ee19880> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ee1a690> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ee15880> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ee1a360> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ee1b680> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f813ee26180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ee233b0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ef02990> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813effe660> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ee261e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813ee1b170> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f813eaf2d50> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eaf2180> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eaf0680> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eeb6a20> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eeb4980> 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 0x7f813eea1280> # /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 0x7f813eb81040> # 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 0x7f813eb81340> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eb64b60> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eb3fe00> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eeb5bb0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eeb4e60> # /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 0x7f813eb83fb0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eb83860> # 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 0x7f813eb83a10> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eb82c90> # /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 0x7f813eb83f20> # /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 0x7f813e98ac60> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813e988c50> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813eeb5010> 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 0x7f813e98b470> # /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 0x7f813e9b9250> 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 0x7f813e9d30e0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813e9bb710> 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 0x7f813e9e6ea0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f813e9d28d0> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884904.19770: 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-1726884903.4124444-15013-56815361615471/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884904.19774: _low_level_execute_command(): starting 11924 1726884904.19777: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884903.4124444-15013-56815361615471/ > /dev/null 2>&1 && sleep 0' 11924 1726884904.19780: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884904.19782: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 11924 1726884904.19785: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884904.19799: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884904.19887: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884904.21915: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884904.21926: stdout chunk (state=3): >>><<< 11924 1726884904.21937: stderr chunk (state=3): >>><<< 11924 1726884904.21958: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884904.21970: handler run complete 11924 1726884904.22002: attempt loop complete, returning result 11924 1726884904.22010: _execute() done 11924 1726884904.22019: dumping result to json 11924 1726884904.22027: done dumping result, returning 11924 1726884904.22046: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-f4c0-2290-000000001f29] 11924 1726884904.22066: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f29 ok: [managed_node2] => { "changed": false, "name": null, "status": {} } 11924 1726884904.22260: no more pending results, returning what we have 11924 1726884904.22264: results queue empty 11924 1726884904.22265: checking for any_errors_fatal 11924 1726884904.22280: done checking for any_errors_fatal 11924 1726884904.22280: checking for max_fail_percentage 11924 1726884904.22457: done checking for max_fail_percentage 11924 1726884904.22459: checking to see if all hosts have failed and the running result is not ok 11924 1726884904.22460: done checking to see if all hosts have failed 11924 1726884904.22460: getting the remaining hosts for this loop 11924 1726884904.22462: done getting the remaining hosts for this loop 11924 1726884904.22466: getting the next task for host managed_node2 11924 1726884904.22471: done getting next task for host managed_node2 11924 1726884904.22475: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 11924 1726884904.22479: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 11924 1726884904.22497: getting variables 11924 1726884904.22498: in VariableManager get_vars() 11924 1726884904.22536: Calling all_inventory to load vars for managed_node2 11924 1726884904.22540: Calling groups_inventory to load vars for managed_node2 11924 1726884904.22542: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884904.22552: Calling all_plugins_play to load vars for managed_node2 11924 1726884904.22557: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884904.22561: Calling groups_plugins_play to load vars for managed_node2 11924 1726884904.23093: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f29 11924 1726884904.23096: WORKER PROCESS EXITING 11924 1726884904.23346: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884904.24338: done with get_vars() 11924 1726884904.24394: done getting variables TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 20 September 2024 22:15:04 -0400 (0:00:00.888) 0:01:09.584 ****** 11924 1726884904.24533: entering _queue_task() for managed_node2/stat 11924 1726884904.24983: worker is 1 (out of 1 available) 11924 1726884904.24997: exiting _queue_task() for managed_node2/stat 11924 1726884904.25013: done queuing things up, now waiting for results queue to drain 11924 1726884904.25015: waiting for pending results... 11924 1726884904.25331: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 11924 1726884904.25496: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f2a 11924 1726884904.25518: variable 'ansible_search_path' from source: unknown 11924 1726884904.25527: variable 'ansible_search_path' from source: unknown 11924 1726884904.25566: calling self._execute() 11924 1726884904.25734: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884904.25782: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884904.25799: variable 'omit' from source: magic vars 11924 1726884904.25926: variable 'omit' from source: magic vars 11924 1726884904.26008: variable 'omit' from source: magic vars 11924 1726884904.26050: variable 'omit' from source: magic vars 11924 1726884904.26107: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884904.26151: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884904.26185: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884904.26210: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884904.26272: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884904.26275: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884904.26278: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884904.26314: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884904.26323: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884904.26330: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884904.26461: Set connection var ansible_shell_executable to /bin/sh 11924 1726884904.26470: Set connection var ansible_connection to ssh 11924 1726884904.26559: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884904.26563: Set connection var ansible_timeout to 10 11924 1726884904.26565: Set connection var ansible_pipelining to False 11924 1726884904.26568: Set connection var ansible_shell_type to sh 11924 1726884904.26570: variable 'ansible_shell_executable' from source: unknown 11924 1726884904.26572: variable 'ansible_connection' from source: unknown 11924 1726884904.26574: variable 'ansible_module_compression' from source: unknown 11924 1726884904.26576: variable 'ansible_shell_type' from source: unknown 11924 1726884904.26578: variable 'ansible_shell_executable' from source: unknown 11924 1726884904.26580: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884904.26581: variable 'ansible_pipelining' from source: unknown 11924 1726884904.26583: variable 'ansible_timeout' from source: unknown 11924 1726884904.26598: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884904.26825: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884904.26840: variable 'omit' from source: magic vars 11924 1726884904.26917: starting attempt loop 11924 1726884904.26920: running the handler 11924 1726884904.26922: _low_level_execute_command(): starting 11924 1726884904.26924: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884904.27683: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884904.27721: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884904.27744: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884904.27777: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884904.27867: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884904.29562: stdout chunk (state=3): >>>/root <<< 11924 1726884904.29702: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884904.29716: stderr chunk (state=3): >>><<< 11924 1726884904.29724: stdout chunk (state=3): >>><<< 11924 1726884904.29847: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884904.29850: _low_level_execute_command(): starting 11924 1726884904.29853: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884904.2975633-15056-64987892056954 `" && echo ansible-tmp-1726884904.2975633-15056-64987892056954="` echo /root/.ansible/tmp/ansible-tmp-1726884904.2975633-15056-64987892056954 `" ) && sleep 0' 11924 1726884904.30378: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884904.30394: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884904.30473: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884904.30522: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884904.30544: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884904.30562: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884904.30648: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884904.32604: stdout chunk (state=3): >>>ansible-tmp-1726884904.2975633-15056-64987892056954=/root/.ansible/tmp/ansible-tmp-1726884904.2975633-15056-64987892056954 <<< 11924 1726884904.32763: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884904.32766: stdout chunk (state=3): >>><<< 11924 1726884904.32768: stderr chunk (state=3): >>><<< 11924 1726884904.32789: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884904.2975633-15056-64987892056954=/root/.ansible/tmp/ansible-tmp-1726884904.2975633-15056-64987892056954 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884904.32870: variable 'ansible_module_compression' from source: unknown 11924 1726884904.32928: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884904.32969: variable 'ansible_facts' from source: unknown 11924 1726884904.33104: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884904.2975633-15056-64987892056954/AnsiballZ_stat.py 11924 1726884904.33261: Sending initial data 11924 1726884904.33264: Sent initial data (152 bytes) 11924 1726884904.33970: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884904.34002: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884904.34020: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884904.34043: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884904.34130: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884904.35752: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884904.35828: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884904.35891: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp91d6qtej /root/.ansible/tmp/ansible-tmp-1726884904.2975633-15056-64987892056954/AnsiballZ_stat.py <<< 11924 1726884904.35894: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884904.2975633-15056-64987892056954/AnsiballZ_stat.py" <<< 11924 1726884904.35942: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp91d6qtej" to remote "/root/.ansible/tmp/ansible-tmp-1726884904.2975633-15056-64987892056954/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884904.2975633-15056-64987892056954/AnsiballZ_stat.py" <<< 11924 1726884904.36824: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884904.36828: stdout chunk (state=3): >>><<< 11924 1726884904.36830: stderr chunk (state=3): >>><<< 11924 1726884904.36890: done transferring module to remote 11924 1726884904.36914: _low_level_execute_command(): starting 11924 1726884904.37002: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884904.2975633-15056-64987892056954/ /root/.ansible/tmp/ansible-tmp-1726884904.2975633-15056-64987892056954/AnsiballZ_stat.py && sleep 0' 11924 1726884904.37527: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884904.37541: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884904.37559: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884904.37650: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884904.37675: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884904.37757: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884904.39618: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884904.39654: stdout chunk (state=3): >>><<< 11924 1726884904.39660: stderr chunk (state=3): >>><<< 11924 1726884904.39774: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884904.39778: _low_level_execute_command(): starting 11924 1726884904.39780: _low_level_execute_command(): using become for this command 11924 1726884904.39783: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zgkgtvtpcfjpvcpmomnueamezdladole ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884904.2975633-15056-64987892056954/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884904.39896: Initial state: awaiting_escalation: BECOME-SUCCESS-zgkgtvtpcfjpvcpmomnueamezdladole 11924 1726884904.40712: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884904.40766: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884904.40788: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884904.40826: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884904.43917: stdout chunk (state=1): >>>BECOME-SUCCESS-zgkgtvtpcfjpvcpmomnueamezdladole <<< 11924 1726884904.43941: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zgkgtvtpcfjpvcpmomnueamezdladole' 11924 1726884904.44243: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884904.44284: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884904.44310: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884904.44324: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884904.44383: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884904.44418: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884904.44422: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884904.44462: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884904.44496: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884904.44499: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884904.44553: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884904.44559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884904.44586: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884904.44589: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884904.44633: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884904.44661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884904.44677: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54721683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472137a10> <<< 11924 1726884904.44733: 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 0x7f547216a960> <<< 11924 1726884904.44737: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884904.44777: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884904.44780: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884904.44822: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884904.44913: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884904.44934: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884904.44949: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884904.44981: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884904.45012: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884904.45032: 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' <<< 11924 1726884904.45066: 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 <<< 11924 1726884904.45093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884904.45106: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f3cfe0> <<< 11924 1726884904.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 <<< 11924 1726884904.45195: 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 0x7f5471f3dfd0> <<< 11924 1726884904.45198: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884904.45229: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884904.45452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884904.45494: 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 <<< 11924 1726884904.45522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884904.45526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884904.45576: 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 <<< 11924 1726884904.45615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884904.45636: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f7be90> <<< 11924 1726884904.45666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884904.45696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884904.45715: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f7bf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884904.45759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884904.45772: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884904.45824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884904.45846: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884904.45863: 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 0x7f5471fb3860> <<< 11924 1726884904.45904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884904.45918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471fb3ef0> import '_collections' # <<< 11924 1726884904.45969: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f93b30> <<< 11924 1726884904.45980: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884904.46014: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f91280> <<< 11924 1726884904.46096: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f79040> <<< 11924 1726884904.46136: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884904.46166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884904.46183: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884904.46211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884904.46237: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884904.46264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884904.46293: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471fd7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471fd64b0> <<< 11924 1726884904.46316: 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 0x7f5471f92150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471fd4c50> <<< 11924 1726884904.46383: 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 0x7f5472004920> <<< 11924 1726884904.46409: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f782c0> <<< 11924 1726884904.46427: 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' <<< 11924 1726884904.46454: 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 0x7f5472004dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472004c80> <<< 11924 1726884904.46507: 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 0x7f5472005070> <<< 11924 1726884904.46531: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f76de0> <<< 11924 1726884904.46559: 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' <<< 11924 1726884904.46581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884904.46634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472005730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472005430> import 'importlib.machinery' # <<< 11924 1726884904.46667: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 11924 1726884904.46673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 11924 1726884904.46710: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472006630> import 'importlib.util' # <<< 11924 1726884904.46713: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884904.46729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884904.46772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884904.46809: 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 0x7f5472020860> import 'errno' # <<< 11924 1726884904.46851: 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 0x7f5472021fa0> <<< 11924 1726884904.46879: 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' <<< 11924 1726884904.46928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884904.46943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472022e10> <<< 11924 1726884904.46996: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884904.46999: 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 0x7f5472023440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472022390> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884904.47020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884904.47042: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884904.47068: 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 0x7f5472023e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472023560> <<< 11924 1726884904.47121: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472006690> <<< 11924 1726884904.47134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884904.47210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884904.47241: 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' <<< 11924 1726884904.47268: 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 0x7f5471db3ce0> <<< 11924 1726884904.47271: 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' <<< 11924 1726884904.47310: 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 0x7f5471ddc7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471ddc530> <<< 11924 1726884904.47329: 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 0x7f5471ddc800> <<< 11924 1726884904.47352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884904.47367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884904.47434: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884904.47563: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5471ddd130> <<< 11924 1726884904.47702: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884904.47735: 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 0x7f5471dddaf0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471ddc9e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471db1e80> <<< 11924 1726884904.47777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884904.47783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884904.47812: 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 0x7f5471ddeea0> <<< 11924 1726884904.47845: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471dddbe0> <<< 11924 1726884904.47853: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472006d80> <<< 11924 1726884904.47884: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884904.47946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884904.47966: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884904.47997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884904.48032: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471e07230> <<< 11924 1726884904.48083: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884904.48102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884904.48116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884904.48142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884904.48184: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471e335c0> <<< 11924 1726884904.48209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884904.48252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884904.48309: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884904.48328: 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 0x7f5471e8c3b0> <<< 11924 1726884904.48353: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884904.48383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884904.48411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884904.48450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884904.48540: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471e8eb10> <<< 11924 1726884904.48620: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471e8c4d0> <<< 11924 1726884904.48659: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471e553a0> <<< 11924 1726884904.48683: 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' <<< 11924 1726884904.48714: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471729400> <<< 11924 1726884904.48718: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471e32420> <<< 11924 1726884904.48721: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471ddfe00> <<< 11924 1726884904.48829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884904.48851: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f54717296a0> <<< 11924 1726884904.49067: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_ubfkr0_t/ansible_stat_payload.zip' <<< 11924 1726884904.49072: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.49204: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.49234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884904.49244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884904.49290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884904.49365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884904.49402: 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' <<< 11924 1726884904.49407: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547177f1d0> import '_typing' # <<< 11924 1726884904.49596: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547175e0c0> <<< 11924 1726884904.49603: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547175d220> # zipimport: zlib available <<< 11924 1726884904.49643: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884904.49678: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.49706: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.49716: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884904.51305: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.52521: 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' <<< 11924 1726884904.52524: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547177d070> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884904.52536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884904.52540: 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' <<< 11924 1726884904.52542: 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' <<< 11924 1726884904.52570: 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 0x7f54717aaba0> <<< 11924 1726884904.52633: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54717aa990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54717aa2a0> <<< 11924 1726884904.52672: 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' <<< 11924 1726884904.52697: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54717aa780> <<< 11924 1726884904.52748: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547177fc50> import 'atexit' # <<< 11924 1726884904.52752: 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 0x7f54717ab830> <<< 11924 1726884904.52798: 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 0x7f54717aba70> <<< 11924 1726884904.52804: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884904.52852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884904.52872: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884904.52912: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54717abfb0> <<< 11924 1726884904.52927: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884904.52945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884904.52972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884904.53004: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471615d00> <<< 11924 1726884904.53046: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884904.53067: 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 0x7f5471617920> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884904.53083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884904.53121: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547161c2f0> <<< 11924 1726884904.53131: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884904.53173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884904.53205: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547161d460> <<< 11924 1726884904.53276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884904.53279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884904.53290: 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' <<< 11924 1726884904.53370: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547161ff20> <<< 11924 1726884904.53403: 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 0x7f54716202c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547161e210> <<< 11924 1726884904.53408: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884904.53429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884904.53523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884904.53530: 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 <<< 11924 1726884904.53599: 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 0x7f5471623fe0> import '_tokenize' # <<< 11924 1726884904.53782: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471622ab0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471622810> <<< 11924 1726884904.53808: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471622d80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547161e720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f54716681d0> <<< 11924 1726884904.53850: 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 0x7f54716682f0> <<< 11924 1726884904.53874: 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' <<< 11924 1726884904.53906: 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' <<< 11924 1726884904.53939: 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 0x7f5471669eb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471669c70> <<< 11924 1726884904.53953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884904.54072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884904.54140: 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 0x7f547166c3e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547166a570> <<< 11924 1726884904.54160: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884904.54198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884904.54233: 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' # <<< 11924 1726884904.54281: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547166fb90> <<< 11924 1726884904.54406: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547166c560> <<< 11924 1726884904.54478: stdout 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 0x7f5471670ec0> <<< 11924 1726884904.54499: stdout 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 0x7f5471670dd0> <<< 11924 1726884904.54549: stdout 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 0x7f5471670c80> <<< 11924 1726884904.54591: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54716685f0> <<< 11924 1726884904.54608: 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 <<< 11924 1726884904.54629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884904.54650: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884904.54682: 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 0x7f54716fc470> <<< 11924 1726884904.54839: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884904.54851: 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 0x7f54716fd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471672c00> <<< 11924 1726884904.54892: 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 0x7f5471673fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471672810> <<< 11924 1726884904.54957: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884904.54961: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 11924 1726884904.55026: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.55093: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.55171: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884904.55192: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884904.55257: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.55370: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.55448: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.56075: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.56544: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884904.56548: 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' # <<< 11924 1726884904.56579: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884904.56618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884904.56650: 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 0x7f5471501910> <<< 11924 1726884904.56731: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884904.56750: 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 0x7f5471502870> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54716fd820> <<< 11924 1726884904.56806: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884904.56861: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884904.56867: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.57006: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.57289: 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 0x7f5471502d20> <<< 11924 1726884904.57293: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.57642: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.58091: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.58170: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.58260: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884904.58264: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.58290: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.58330: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884904.58441: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.58583: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.58586: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884904.58645: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884904.58649: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.58863: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.59117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884904.59166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884904.59188: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884904.59240: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54715039e0> <<< 11924 1726884904.59256: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.59327: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.59416: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884904.59420: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884904.59422: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884904.59439: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.59489: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.59524: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884904.59541: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.59585: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.59632: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.59698: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.59765: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884904.59810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884904.59903: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f547150e390> <<< 11924 1726884904.59938: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547150acc0> <<< 11924 1726884904.59971: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884904.59985: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.60053: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.60118: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.60144: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.60193: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884904.60197: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884904.60219: 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 <<< 11924 1726884904.60239: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884904.60268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884904.60328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884904.60352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884904.60371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884904.60430: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54717facf0> <<< 11924 1726884904.60473: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54717e29c0> <<< 11924 1726884904.60552: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547150e5d0> <<< 11924 1726884904.60561: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547150e150> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884904.60575: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.60607: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.60634: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884904.60688: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884904.60716: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.60729: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884904.60745: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.60884: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.61085: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884904.61938: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/crypttab", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 2097284, "dev": 51714, "nlink": 1, "atime": 1726884763.1972804, "mtime": 1726562394.502, "ctime": 1726562704.141, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "998616235", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 11924 1726884904.61964: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884904.62454: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884904.62519: 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 <<< 11924 1726884904.62536: 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 <<< 11924 1726884904.62640: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 <<< 11924 1726884904.62654: stdout chunk (state=3): >>># cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 11924 1726884904.62922: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884904.62978: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 11924 1726884904.62989: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884904.63017: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884904.63027: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884904.63053: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884904.63059: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 11924 1726884904.63071: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 11924 1726884904.63120: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 11924 1726884904.63158: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884904.63176: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 11924 1726884904.63207: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884904.63222: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884904.63257: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884904.63282: 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 <<< 11924 1726884904.63300: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 11924 1726884904.63340: 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 <<< 11924 1726884904.63372: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884904.63378: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections <<< 11924 1726884904.63422: stdout chunk (state=3): >>># cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 11924 1726884904.63425: 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 <<< 11924 1726884904.63579: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884904.63643: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 11924 1726884904.63656: stdout chunk (state=3): >>># destroy tokenize <<< 11924 1726884904.63693: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884904.63723: 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 <<< 11924 1726884904.63826: 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 <<< 11924 1726884904.63850: stdout chunk (state=3): >>># destroy time <<< 11924 1726884904.63862: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884904.63885: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884904.63923: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 11924 1726884904.63949: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 11924 1726884904.63958: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884904.64447: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884904.64482: stderr chunk (state=3): >>><<< 11924 1726884904.64485: stdout chunk (state=3): >>><<< 11924 1726884904.64607: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54721683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472137a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547216a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f3cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f3dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f7be90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f7bf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471fb3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471fb3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f93b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f91280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f79040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471fd7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471fd64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f92150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471fd4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472004920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f782c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5472004dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472004c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5472005070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471f76de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472005730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472005430> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472006630> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472020860> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5472021fa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472022e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5472023440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472022390> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5472023e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472023560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472006690> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5471db3ce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5471ddc7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471ddc530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5471ddc800> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5471ddd130> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5471dddaf0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471ddc9e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471db1e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471ddeea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471dddbe0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5472006d80> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471e07230> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471e335c0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471e8c3b0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471e8eb10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471e8c4d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471e553a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471729400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471e32420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471ddfe00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f54717296a0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_ubfkr0_t/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 0x7f547177f1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547175e0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547175d220> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547177d070> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f54717aaba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54717aa990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54717aa2a0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54717aa780> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547177fc50> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f54717ab830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f54717aba70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54717abfb0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471615d00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5471617920> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547161c2f0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547161d460> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547161ff20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f54716202c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547161e210> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471623fe0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471622ab0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471622810> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471622d80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547161e720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f54716681d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54716682f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5471669eb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471669c70> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f547166c3e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547166a570> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547166fb90> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547166c560> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5471670ec0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5471670dd0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5471670c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54716685f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f54716fc470> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f54716fd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471672c00> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5471673fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471672810> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5471501910> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471502870> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54716fd820> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5471502d20> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54715039e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f547150e390> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547150acc0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54717facf0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54717e29c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547150e5d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f547150e150> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/crypttab", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 2097284, "dev": 51714, "nlink": 1, "atime": 1726884763.1972804, "mtime": 1726562394.502, "ctime": 1726562704.141, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "998616235", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884904.65552: 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-1726884904.2975633-15056-64987892056954/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884904.65608: _low_level_execute_command(): starting 11924 1726884904.65617: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884904.2975633-15056-64987892056954/ > /dev/null 2>&1 && sleep 0' 11924 1726884904.65777: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884904.65781: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884904.65784: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884904.65794: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884904.65876: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884904.65880: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884904.65883: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884904.65943: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884904.67872: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884904.67876: stdout chunk (state=3): >>><<< 11924 1726884904.67910: stderr chunk (state=3): >>><<< 11924 1726884904.68039: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884904.68043: handler run complete 11924 1726884904.68045: attempt loop complete, returning result 11924 1726884904.68047: _execute() done 11924 1726884904.68049: dumping result to json 11924 1726884904.68050: done dumping result, returning 11924 1726884904.68053: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-f4c0-2290-000000001f2a] 11924 1726884904.68061: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f2a 11924 1726884904.68161: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f2a 11924 1726884904.68163: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884763.1972804, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726562704.141, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1726562394.502, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "998616235", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 11924 1726884904.68305: no more pending results, returning what we have 11924 1726884904.68308: results queue empty 11924 1726884904.68309: checking for any_errors_fatal 11924 1726884904.68317: done checking for any_errors_fatal 11924 1726884904.68318: checking for max_fail_percentage 11924 1726884904.68319: done checking for max_fail_percentage 11924 1726884904.68320: checking to see if all hosts have failed and the running result is not ok 11924 1726884904.68321: done checking to see if all hosts have failed 11924 1726884904.68322: getting the remaining hosts for this loop 11924 1726884904.68324: done getting the remaining hosts for this loop 11924 1726884904.68327: getting the next task for host managed_node2 11924 1726884904.68333: done getting next task for host managed_node2 11924 1726884904.68340: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 11924 1726884904.68343: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 11924 1726884904.68396: getting variables 11924 1726884904.68398: in VariableManager get_vars() 11924 1726884904.68480: Calling all_inventory to load vars for managed_node2 11924 1726884904.68486: Calling groups_inventory to load vars for managed_node2 11924 1726884904.68490: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884904.68510: Calling all_plugins_play to load vars for managed_node2 11924 1726884904.68518: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884904.68522: Calling groups_plugins_play to load vars for managed_node2 11924 1726884904.69161: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884904.69861: done with get_vars() 11924 1726884904.69880: done getting variables TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 20 September 2024 22:15:04 -0400 (0:00:00.454) 0:01:10.038 ****** 11924 1726884904.70008: entering _queue_task() for managed_node2/lineinfile 11924 1726884904.70335: worker is 1 (out of 1 available) 11924 1726884904.70347: exiting _queue_task() for managed_node2/lineinfile 11924 1726884904.70564: done queuing things up, now waiting for results queue to drain 11924 1726884904.70566: waiting for pending results... 11924 1726884904.70775: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 11924 1726884904.70866: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f2b 11924 1726884904.70886: variable 'ansible_search_path' from source: unknown 11924 1726884904.70898: variable 'ansible_search_path' from source: unknown 11924 1726884904.71189: variable 'blivet_output' from source: set_fact 11924 1726884904.71336: dumping result to json 11924 1726884904.71339: done dumping result, returning 11924 1726884904.71342: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-f4c0-2290-000000001f2b] 11924 1726884904.71346: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f2b 11924 1726884904.71663: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f2b 11924 1726884904.71676: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884904.71730: no more pending results, returning what we have 11924 1726884904.71734: results queue empty 11924 1726884904.71734: checking for any_errors_fatal 11924 1726884904.71748: done checking for any_errors_fatal 11924 1726884904.71749: checking for max_fail_percentage 11924 1726884904.71751: done checking for max_fail_percentage 11924 1726884904.71752: checking to see if all hosts have failed and the running result is not ok 11924 1726884904.71753: done checking to see if all hosts have failed 11924 1726884904.71754: getting the remaining hosts for this loop 11924 1726884904.71757: done getting the remaining hosts for this loop 11924 1726884904.71761: getting the next task for host managed_node2 11924 1726884904.71768: done getting next task for host managed_node2 11924 1726884904.71773: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 11924 1726884904.71916: ^ state is: HOST STATE: block=2, task=18, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884904.71937: getting variables 11924 1726884904.71938: in VariableManager get_vars() 11924 1726884904.71971: Calling all_inventory to load vars for managed_node2 11924 1726884904.71974: Calling groups_inventory to load vars for managed_node2 11924 1726884904.71976: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884904.71983: Calling all_plugins_play to load vars for managed_node2 11924 1726884904.71986: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884904.71988: Calling groups_plugins_play to load vars for managed_node2 11924 1726884904.72981: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884904.73408: done with get_vars() 11924 1726884904.73422: done getting variables TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 20 September 2024 22:15:04 -0400 (0:00:00.035) 0:01:10.074 ****** 11924 1726884904.73544: entering _queue_task() for managed_node2/setup 11924 1726884904.73844: worker is 1 (out of 1 available) 11924 1726884904.73861: exiting _queue_task() for managed_node2/setup 11924 1726884904.73874: done queuing things up, now waiting for results queue to drain 11924 1726884904.73876: waiting for pending results... 11924 1726884904.74245: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Update facts 11924 1726884904.74359: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001f2d 11924 1726884904.74386: variable 'ansible_search_path' from source: unknown 11924 1726884904.74391: variable 'ansible_search_path' from source: unknown 11924 1726884904.74575: calling self._execute() 11924 1726884904.74578: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884904.74586: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884904.74589: variable 'omit' from source: magic vars 11924 1726884904.75060: variable 'ansible_check_mode' from source: magic vars 11924 1726884904.75064: Evaluated conditional (not ansible_check_mode): True 11924 1726884904.75066: variable 'omit' from source: magic vars 11924 1726884904.75069: variable 'omit' from source: magic vars 11924 1726884904.75108: variable 'omit' from source: magic vars 11924 1726884904.75160: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884904.75199: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884904.75229: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884904.75254: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884904.75285: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884904.75313: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884904.75360: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884904.75383: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884904.75391: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884904.75408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884904.75661: Set connection var ansible_shell_executable to /bin/sh 11924 1726884904.75665: Set connection var ansible_connection to ssh 11924 1726884904.75667: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884904.75669: Set connection var ansible_timeout to 10 11924 1726884904.75672: Set connection var ansible_pipelining to False 11924 1726884904.75674: Set connection var ansible_shell_type to sh 11924 1726884904.75676: variable 'ansible_shell_executable' from source: unknown 11924 1726884904.75678: variable 'ansible_connection' from source: unknown 11924 1726884904.75681: variable 'ansible_module_compression' from source: unknown 11924 1726884904.75683: variable 'ansible_shell_type' from source: unknown 11924 1726884904.75685: variable 'ansible_shell_executable' from source: unknown 11924 1726884904.75687: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884904.75689: variable 'ansible_pipelining' from source: unknown 11924 1726884904.75691: variable 'ansible_timeout' from source: unknown 11924 1726884904.75694: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884904.75897: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884904.75927: variable 'omit' from source: magic vars 11924 1726884904.75940: starting attempt loop 11924 1726884904.75950: running the handler 11924 1726884904.76026: _low_level_execute_command(): starting 11924 1726884904.76029: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884904.76808: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884904.76885: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884904.76920: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884904.77020: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884904.78700: stdout chunk (state=3): >>>/root <<< 11924 1726884904.78852: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884904.78859: stdout chunk (state=3): >>><<< 11924 1726884904.78861: stderr chunk (state=3): >>><<< 11924 1726884904.78884: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884904.78983: _low_level_execute_command(): starting 11924 1726884904.78989: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884904.7889388-15084-163291924840347 `" && echo ansible-tmp-1726884904.7889388-15084-163291924840347="` echo /root/.ansible/tmp/ansible-tmp-1726884904.7889388-15084-163291924840347 `" ) && sleep 0' 11924 1726884904.79523: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884904.79539: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884904.79559: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884904.79584: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884904.79683: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884904.79741: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884904.79836: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884904.81753: stdout chunk (state=3): >>>ansible-tmp-1726884904.7889388-15084-163291924840347=/root/.ansible/tmp/ansible-tmp-1726884904.7889388-15084-163291924840347 <<< 11924 1726884904.82180: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884904.82184: stdout chunk (state=3): >>><<< 11924 1726884904.82187: stderr chunk (state=3): >>><<< 11924 1726884904.82190: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884904.7889388-15084-163291924840347=/root/.ansible/tmp/ansible-tmp-1726884904.7889388-15084-163291924840347 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884904.82198: variable 'ansible_module_compression' from source: unknown 11924 1726884904.82202: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 11924 1726884904.82326: variable 'ansible_facts' from source: unknown 11924 1726884904.82425: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884904.7889388-15084-163291924840347/AnsiballZ_setup.py 11924 1726884904.82653: Sending initial data 11924 1726884904.82658: Sent initial data (154 bytes) 11924 1726884904.83127: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884904.83136: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884904.83147: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884904.83247: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884904.83254: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884904.83287: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884904.83376: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884904.84974: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884904.85018: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884904.85075: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpu37tf_bz /root/.ansible/tmp/ansible-tmp-1726884904.7889388-15084-163291924840347/AnsiballZ_setup.py <<< 11924 1726884904.85079: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884904.7889388-15084-163291924840347/AnsiballZ_setup.py" <<< 11924 1726884904.85126: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpu37tf_bz" to remote "/root/.ansible/tmp/ansible-tmp-1726884904.7889388-15084-163291924840347/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884904.7889388-15084-163291924840347/AnsiballZ_setup.py" <<< 11924 1726884904.87739: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884904.87743: stdout chunk (state=3): >>><<< 11924 1726884904.87745: stderr chunk (state=3): >>><<< 11924 1726884904.87747: done transferring module to remote 11924 1726884904.87923: _low_level_execute_command(): starting 11924 1726884904.87927: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884904.7889388-15084-163291924840347/ /root/.ansible/tmp/ansible-tmp-1726884904.7889388-15084-163291924840347/AnsiballZ_setup.py && sleep 0' 11924 1726884904.88737: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884904.88741: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884904.88758: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884904.88765: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884904.88771: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884904.88778: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884904.88783: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884904.88826: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884904.88829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884904.88831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884904.88870: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884904.88874: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884904.88904: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884904.88957: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884904.91134: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884904.91138: stdout chunk (state=3): >>><<< 11924 1726884904.91140: stderr chunk (state=3): >>><<< 11924 1726884904.91143: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884904.91145: _low_level_execute_command(): starting 11924 1726884904.91147: _low_level_execute_command(): using become for this command 11924 1726884904.91149: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ygfenpmqfkzxhzpeknadzocbtieqamdm ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884904.7889388-15084-163291924840347/AnsiballZ_setup.py'"'"' && sleep 0' 11924 1726884904.91584: Initial state: awaiting_escalation: BECOME-SUCCESS-ygfenpmqfkzxhzpeknadzocbtieqamdm 11924 1726884904.92370: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884904.92482: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884904.92674: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884904.95511: stdout chunk (state=1): >>>BECOME-SUCCESS-ygfenpmqfkzxhzpeknadzocbtieqamdm <<< 11924 1726884904.95515: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ygfenpmqfkzxhzpeknadzocbtieqamdm' 11924 1726884904.95837: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884904.95878: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884904.95903: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884904.95912: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884904.95978: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884904.95982: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884904.96013: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884904.96051: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884904.96079: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884904.96243: 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' <<< 11924 1726884904.96247: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ec183e0> <<< 11924 1726884904.96250: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ebe7a10> <<< 11924 1726884904.96283: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884904.96430: 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 0x7f098ec1a960> <<< 11924 1726884904.96434: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 11924 1726884904.96481: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884904.96513: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884904.96542: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884904.96561: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884904.96568: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884904.96584: stdout chunk (state=3): >>>Processing global site-packages <<< 11924 1726884904.96592: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884904.96647: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884904.96651: 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' <<< 11924 1726884904.96863: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea2cfe0> <<< 11924 1726884904.96947: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea2dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884904.97174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884904.97189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884904.97212: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884904.97220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884904.97280: 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' <<< 11924 1726884904.97299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884904.97324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884904.97330: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea6be90> <<< 11924 1726884904.97363: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884904.97369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884904.97415: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea6bf50> <<< 11924 1726884904.97419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884904.97491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884904.97517: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884904.97523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884904.97558: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884904.97604: 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 0x7f098eaa3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884904.97729: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eaa3ef0> <<< 11924 1726884904.97737: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea83b30> import '_functools' # <<< 11924 1726884904.97744: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea81280> <<< 11924 1726884904.97812: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea69040> <<< 11924 1726884904.98076: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eac7890> <<< 11924 1726884904.98082: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eac64b0> <<< 11924 1726884904.98108: 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 0x7f098ea82150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eac4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eaf4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea682c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884904.98149: 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 0x7f098eaf4dd0> <<< 11924 1726884904.98209: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eaf4c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098eaf5070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea66de0> <<< 11924 1726884904.98235: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884904.98252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884904.98262: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884904.98317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eaf5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eaf5430> import 'importlib.machinery' # <<< 11924 1726884904.98360: 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' <<< 11924 1726884904.98363: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eaf6630> <<< 11924 1726884904.98426: 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 <<< 11924 1726884904.98462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884904.98589: 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 0x7f098eb10860> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098eb11fa0> <<< 11924 1726884904.98593: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884904.98604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884904.98608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884904.98610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 11924 1726884904.98612: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eb12e10> <<< 11924 1726884904.98843: 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 0x7f098eb13440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eb12390> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098eb13e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eb13560> <<< 11924 1726884904.98866: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eaf6690> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884904.98894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884904.98924: 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' <<< 11924 1726884904.98930: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e807ce0> <<< 11924 1726884904.98950: 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' <<< 11924 1726884904.98983: 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 0x7f098e830770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e8304d0> <<< 11924 1726884904.99013: 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 0x7f098e8307a0> <<< 11924 1726884904.99079: 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' <<< 11924 1726884904.99125: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884904.99273: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e8310a0> <<< 11924 1726884904.99472: 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 0x7f098e831a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e830980> <<< 11924 1726884904.99482: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e805e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884904.99485: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e832e70> <<< 11924 1726884904.99522: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e831bb0> <<< 11924 1726884904.99540: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eaf6d80> <<< 11924 1726884904.99671: 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 <<< 11924 1726884904.99677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884904.99710: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e85f1d0> <<< 11924 1726884904.99775: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884904.99785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884904.99915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e887560> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884904.99961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884904.99992: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884905.00036: 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 0x7f098e8e0350> <<< 11924 1726884905.00066: 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' <<< 11924 1726884905.00072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884905.00129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884905.00202: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e8e2ab0> <<< 11924 1726884905.00280: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e8e0470> <<< 11924 1726884905.00460: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e8ad340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e6ed400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e886390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e833da0> <<< 11924 1726884905.00541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884905.00565: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f098e6ed6a0> <<< 11924 1726884905.00813: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_fcumesqg/ansible_setup_payload.zip' <<< 11924 1726884905.00819: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.00968: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.00974: 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' <<< 11924 1726884905.01033: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884905.01180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884905.01220: 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 0x7f098e7571a0> import '_typing' # <<< 11924 1726884905.01332: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e736090> <<< 11924 1726884905.01350: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e735220> # zipimport: zlib available <<< 11924 1726884905.01390: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884905.01411: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.01416: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.01671: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884905.01905: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.02850: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.03990: 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' <<< 11924 1726884905.04015: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e755070> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884905.04023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884905.04053: 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' <<< 11924 1726884905.04154: 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 0x7f098e786ba0> <<< 11924 1726884905.04162: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e786960> <<< 11924 1726884905.04197: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e786270> <<< 11924 1726884905.04207: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884905.04342: 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 0x7f098e786cc0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e757e30> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e7878c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e787b00> <<< 11924 1726884905.04348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884905.04408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884905.04414: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884905.04592: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e787f50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e131e20> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884905.04603: 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 0x7f098e133a40> <<< 11924 1726884905.04626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884905.04629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884905.04687: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e134440> <<< 11924 1726884905.04696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884905.04734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884905.04743: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e1355e0> <<< 11924 1726884905.04832: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884905.04877: 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' <<< 11924 1726884905.04880: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e137fb0> <<< 11924 1726884905.04953: 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 0x7f098e13c170> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e136330> <<< 11924 1726884905.05104: 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 <<< 11924 1726884905.05152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884905.05185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884905.05189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e13ff80> <<< 11924 1726884905.05211: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884905.05360: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e13eb10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e13e870> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884905.05382: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e13ede0> <<< 11924 1726884905.05427: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e136840> <<< 11924 1726884905.05971: 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 0x7f098e184170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e1843e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e185e50> <<< 11924 1726884905.05975: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e185c10> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e188380> <<< 11924 1726884905.05978: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e186540> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e18bb60> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e188530> <<< 11924 1726884905.06002: stdout 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 0x7f098e18cc20> <<< 11924 1726884905.06039: stdout 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 0x7f098e18cbc0> <<< 11924 1726884905.06078: stdout 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 0x7f098e18c500> <<< 11924 1726884905.06110: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e1845c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 11924 1726884905.06121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884905.06137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884905.06163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884905.06188: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884905.06216: 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 0x7f098e018440> <<< 11924 1726884905.06468: 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 0x7f098e019730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e18ebd0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e18ff80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e18e7e0> # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884905.06475: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884905.06574: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.06683: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884905.06710: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.06722: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884905.06806: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.06852: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.06976: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.07552: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.08105: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884905.08119: 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' # <<< 11924 1726884905.08132: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884905.08172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884905.08211: 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 0x7f098e01da30> <<< 11924 1726884905.08287: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884905.08295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884905.08327: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e01e960> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e019880> <<< 11924 1726884905.08458: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884905.08469: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884905.08579: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.08736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884905.08757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e01e540> <<< 11924 1726884905.08775: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.09228: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.09674: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.09752: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.09834: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884905.09838: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.09871: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.09912: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884905.09989: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.10088: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884905.10100: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884905.10124: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884905.10161: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.10208: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884905.10451: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.10685: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884905.10911: 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 0x7f098e01f9e0> # zipimport: zlib available <<< 11924 1726884905.10914: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.11003: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884905.11006: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884905.11026: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.11060: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.11108: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884905.11159: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.11216: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.11266: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.11369: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884905.11382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884905.11464: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e02a420> <<< 11924 1726884905.11507: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e025be0> <<< 11924 1726884905.11577: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884905.11619: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.11745: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.11816: 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' <<< 11924 1726884905.11829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884905.11875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884905.11952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884905.11993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e102ab0> <<< 11924 1726884905.12027: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e1fa780> <<< 11924 1726884905.12132: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e02a150> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e18d400> <<< 11924 1726884905.12168: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884905.12199: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884905.12247: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884905.12280: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884905.12307: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.12352: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.12438: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.12447: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.12460: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.12504: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.12542: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.12581: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.12638: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 11924 1726884905.12642: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.12707: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.12780: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.12798: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.12865: 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 <<< 11924 1726884905.13160: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884905.13187: 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 # 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 0x7f098dc7e900> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dc7dd60> <<< 11924 1726884905.13221: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dc7c740> <<< 11924 1726884905.13465: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e0baab0> <<< 11924 1726884905.13527: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e0b8a70> <<< 11924 1726884905.13550: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 11924 1726884905.13732: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.13911: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.13952: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.14040: 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' <<< 11924 1726884905.14080: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 11924 1726884905.14178: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e0a5a30> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 11924 1726884905.14257: 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 <<< 11924 1726884905.14272: 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' <<< 11924 1726884905.14524: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dcc8b60> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884905.14528: 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 0x7f098dcc8e90> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dcbc470> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dc8f920> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e0b9b20> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e0b8f20> # /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' <<< 11924 1726884905.14553: 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' <<< 11924 1726884905.14577: 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 0x7f098dccba70> <<< 11924 1726884905.14630: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dccb320> # 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 0x7f098dccb500> <<< 11924 1726884905.14634: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dcca750> <<< 11924 1726884905.14652: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 11924 1726884905.14680: 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 0x7f098dccbc20> <<< 11924 1726884905.14711: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 11924 1726884905.14753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884905.14782: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884905.14814: 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 0x7f098daf27e0> <<< 11924 1726884905.14849: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098daf07d0> <<< 11924 1726884905.14935: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e0b90d0> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available <<< 11924 1726884905.14949: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 11924 1726884905.14981: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.15048: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 11924 1726884905.15061: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.15108: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.15260: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available <<< 11924 1726884905.15264: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.15281: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 11924 1726884905.15331: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.15402: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 11924 1726884905.15548: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 11924 1726884905.15571: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.15611: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.15761: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.15787: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 11924 1726884905.16253: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.16687: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 11924 1726884905.16703: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.16752: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.16806: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.16843: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.16891: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 11924 1726884905.16902: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 11924 1726884905.16921: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.16963: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 11924 1726884905.16977: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.17027: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.17089: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 11924 1726884905.17105: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.17122: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.17163: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 11924 1726884905.17177: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.17216: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.17239: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 11924 1726884905.17252: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.17327: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.17412: 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' <<< 11924 1726884905.17443: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098daf2e10> <<< 11924 1726884905.17467: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884905.17540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884905.17630: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098daf38f0> <<< 11924 1726884905.17634: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 11924 1726884905.17657: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.17708: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.17777: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 11924 1726884905.17781: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.17871: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.17964: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 11924 1726884905.18063: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.18151: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 11924 1726884905.18171: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.18246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884905.18284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884905.18561: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884905.18595: 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 0x7f098db2adb0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098db177d0> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 11924 1726884905.18658: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.18718: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 11924 1726884905.18809: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.18894: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.19014: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.19153: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 11924 1726884905.19181: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 11924 1726884905.19206: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.19247: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 11924 1726884905.19266: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.19306: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.19572: 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' # 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 0x7f098db424e0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098db28a40> 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 <<< 11924 1726884905.19721: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.19866: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 11924 1726884905.19889: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.20071: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.20093: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.20120: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.20180: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available <<< 11924 1726884905.20207: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.20274: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.20376: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.20516: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 11924 1726884905.20539: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 11924 1726884905.20652: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.20775: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 11924 1726884905.20864: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884905.21430: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.21932: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 11924 1726884905.21957: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.22053: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.22164: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 11924 1726884905.22177: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.22278: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.22445: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 11924 1726884905.22715: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884905.22721: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available <<< 11924 1726884905.22724: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.22731: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 11924 1726884905.22777: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.22823: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 11924 1726884905.22933: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.23024: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.23230: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.23432: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 11924 1726884905.23459: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 11924 1726884905.23490: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.23524: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 11924 1726884905.23547: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.23579: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # <<< 11924 1726884905.23605: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.23671: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.23745: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 11924 1726884905.23781: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.23784: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.23831: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 11924 1726884905.23873: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.23935: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 11924 1726884905.24003: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.24068: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 11924 1726884905.24336: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.24661: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884905.24724: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available <<< 11924 1726884905.24768: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.24805: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 11924 1726884905.24820: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.24883: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.24916: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 11924 1726884905.24932: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.24972: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 11924 1726884905.24975: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.25058: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.25171: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 11924 1726884905.25175: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.25186: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 11924 1726884905.25234: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.25286: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 11924 1726884905.25310: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.25335: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884905.25379: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.25433: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.25506: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.25599: 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' # <<< 11924 1726884905.25604: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.25647: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.25709: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 11924 1726884905.25919: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.26104: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 11924 1726884905.26127: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.26162: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.26214: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 11924 1726884905.26269: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.26369: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 11924 1726884905.26380: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.26408: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.26507: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 11924 1726884905.26594: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.26712: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # <<< 11924 1726884905.26738: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # <<< 11924 1726884905.26842: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884905.28122: 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' <<< 11924 1726884905.28146: 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' <<< 11924 1726884905.28259: 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 0x7f098dbb2d20> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098db6e7e0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098db6df10> <<< 11924 1726884905.45394: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 11924 1726884905.45456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 11924 1726884905.45461: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dbb3ef0> # /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 11924 1726884905.45485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 11924 1726884905.45536: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dbc1130> <<< 11924 1726884905.45629: 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' <<< 11924 1726884905.45684: 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' <<< 11924 1726884905.45705: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dbc23c0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dbc1f70> <<< 11924 1726884905.46491: 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 <<< 11924 1726884905.46496: 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 <<< 11924 1726884905.66382: 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_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_loadavg": {"1m": 0.64013671875, "5m": 0.5146484375, "15m": 0.25830078125}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_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": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX<<< 11924 1726884905.66427: stdout chunk (state=3): >>>0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-ygfenpmqfkzxhzpeknadzocbtieqamdm ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884904.7889388-15084-163291924840347/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "ansible_local": {}, "ansible_apparmor": {"status": "disabled"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "15", "second": "05", "epoch": "1726884905", "epoch_int": "1726884905", "date": "2024-09-20", "time": "22:15:05", "iso8601_micro": "2024-09-21T02:15:05.279417Z", "iso8601": "2024-09-21T02:15:05Z", "iso8601_basic": "20240920T221505279417", "iso8601_basic_short": "20240920T221505", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_lsb": {}, "ansible_is_chroot": false, "ansible_pkg_mgr": "dnf", "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_fips": false, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "h<<< 11924 1726884905.66471: stdout chunk (state=3): >>>w_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 2748, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 783, "free": 2748}, "nocache": {"free": 3269, "used": 262}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "dm-0": {"virtual": 1, "links": {"ids": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"], "uuids": ["0f3fb490-f569-46ef-8fef-9eeb08e031a3"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "10485760", "sectorsize": "512", "size": "5.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c15<<< 11924 1726884905.66504: stdout chunk (state=3): >>>1e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": ["dm-0"]}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": ["foo-test1"]}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "dm-0": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "dm-0": ["0f3fb490-f569-46ef-8fef-9eeb08e031a3"]}, "labels": {}, "masters": {"sda": ["dm-0"]}}, "ansible_uptime_seconds": 350, "ansible_lvm": {"lvs": {"test1": {"size_g": "5.00", "vg": "foo"}}, "vgs": {"foo": {"size_g": "9.99", "free_g": "4.99", "num_lvs": "1", "num_pvs": "1"}}, "pvs": {"/dev/sda": {"size_g": "9.99", "free_g": "4.99", "vg": "foo"}}}, "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": 261613588480, "block_size": 4096, "block_total": 65519099, "block_available": 63870505, "block_used": 1648594, "inode_total": 131070960, "inode_available": 131027189, "inode_used": 43771, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}, {"mount": "/opt/test1", "device": "/dev/mapper/foo-test1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 5301600256, "size_available": 5166194688, "block_size": 4096, "block_total": 1294336, "block_available": 1261278, "block_used": 33058, "inode_total": 2621440, "inode_available": 2621437, "inode_used": 3, "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3"}], "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"}}} <<< 11924 1726884905.67021: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884905.67053: 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 <<< 11924 1726884905.67082: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 11924 1726884905.67143: 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 # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd <<< 11924 1726884905.67203: stdout chunk (state=3): >>># cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing 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 <<< 11924 1726884905.67333: stdout chunk (state=3): >>># destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # 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 <<< 11924 1726884905.67733: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884905.67778: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 11924 1726884905.67782: stdout chunk (state=3): >>># destroy ipaddress <<< 11924 1726884905.67821: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884905.67882: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select <<< 11924 1726884905.68021: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 11924 1726884905.68053: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 11924 1726884905.68114: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue <<< 11924 1726884905.68117: stdout chunk (state=3): >>># destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl <<< 11924 1726884905.68120: stdout chunk (state=3): >>># destroy datetime # destroy subprocess # destroy base64 <<< 11924 1726884905.68398: stdout chunk (state=3): >>># 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 <<< 11924 1726884905.68430: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884905.68480: 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 <<< 11924 1726884905.68514: 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 # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884905.68696: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884905.68739: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884905.68776: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884905.68814: 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 <<< 11924 1726884905.68860: 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 <<< 11924 1726884905.68890: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884905.68977: 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 <<< 11924 1726884905.69008: 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 <<< 11924 1726884905.69053: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884905.69147: stdout chunk (state=3): >>># destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884905.69896: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884905.69981: stderr chunk (state=3): >>><<< 11924 1726884905.69984: stdout chunk (state=3): >>><<< 11924 1726884905.70191: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ec183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ebe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ec1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea2cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea2dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea6be90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea6bf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eaa3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eaa3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea83b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea81280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea69040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eac7890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eac64b0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea82150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eac4c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eaf4920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea682c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098eaf4dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eaf4c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098eaf5070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098ea66de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eaf5730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eaf5430> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eaf6630> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eb10860> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098eb11fa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eb12e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098eb13440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eb12390> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098eb13e30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eb13560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eaf6690> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e807ce0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e830770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e8304d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e8307a0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e8310a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e831a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e830980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e805e80> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e832e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e831bb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098eaf6d80> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e85f1d0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e887560> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e8e0350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e8e2ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e8e0470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e8ad340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e6ed400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e886390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e833da0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f098e6ed6a0> # zipimport: found 103 names in '/tmp/ansible_setup_payload_fcumesqg/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 0x7f098e7571a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e736090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e735220> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e755070> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e786ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e786960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e786270> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e786cc0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e757e30> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e7878c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e787b00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e787f50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e131e20> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e133a40> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e134440> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e1355e0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e137fb0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e13c170> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e136330> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e13ff80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e13eb10> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e13e870> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e13ede0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e136840> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e184170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e1843e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e185e50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e185c10> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e188380> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e186540> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e18bb60> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e188530> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e18cc20> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e18cbc0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e18c500> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e1845c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e018440> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e019730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e18ebd0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e18ff80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e18e7e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e01da30> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e01e960> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e019880> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e01e540> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e01f9e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f098e02a420> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e025be0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e102ab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e1fa780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e02a150> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e18d400> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f098dc7e900> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dc7dd60> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dc7c740> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e0baab0> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e0b8a70> 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 0x7f098e0a5a30> # /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 0x7f098dcc8b60> # 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 0x7f098dcc8e90> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dcbc470> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dc8f920> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e0b9b20> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e0b8f20> # /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 0x7f098dccba70> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dccb320> # 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 0x7f098dccb500> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dcca750> # /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 0x7f098dccbc20> # /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 0x7f098daf27e0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098daf07d0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098e0b90d0> 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 0x7f098daf2e10> # /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 0x7f098daf38f0> 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 0x7f098db2adb0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098db177d0> 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 0x7f098db424e0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098db28a40> 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 0x7f098dbb2d20> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098db6e7e0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098db6df10> # /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 0x7f098dbb3ef0> # /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 0x7f098dbc1130> # /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 0x7f098dbc23c0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f098dbc1f70> 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_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_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.64013671875, "5m": 0.5146484375, "15m": 0.25830078125}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_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": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-ygfenpmqfkzxhzpeknadzocbtieqamdm ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884904.7889388-15084-163291924840347/AnsiballZ_setup.py", "SUDO_USER": "root", "PWD": "/root", "LOGNAME": "root", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "TERM": "unknown", "USER": "root", "SHLVL": "0", "PATH": "/sbin:/bin:/usr/sbin:/usr/bin", "SUDO_UID": "0", "MAIL": "/var/mail/root", "_": "/usr/bin/python3.12"}, "ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "ansible_local": {}, "ansible_apparmor": {"status": "disabled"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "15", "second": "05", "epoch": "1726884905", "epoch_int": "1726884905", "date": "2024-09-20", "time": "22:15:05", "iso8601_micro": "2024-09-21T02:15:05.279417Z", "iso8601": "2024-09-21T02:15:05Z", "iso8601_basic": "20240920T221505279417", "iso8601_basic_short": "20240920T221505", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_lsb": {}, "ansible_is_chroot": false, "ansible_pkg_mgr": "dnf", "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_fips": false, "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 2748, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 783, "free": 2748}, "nocache": {"free": 3269, "used": 262}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "dm-0": {"virtual": 1, "links": {"ids": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"], "uuids": ["0f3fb490-f569-46ef-8fef-9eeb08e031a3"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "10485760", "sectorsize": "512", "size": "5.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": ["dm-0"]}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": ["foo-test1"]}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "dm-0": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "dm-0": ["0f3fb490-f569-46ef-8fef-9eeb08e031a3"]}, "labels": {}, "masters": {"sda": ["dm-0"]}}, "ansible_uptime_seconds": 350, "ansible_lvm": {"lvs": {"test1": {"size_g": "5.00", "vg": "foo"}}, "vgs": {"foo": {"size_g": "9.99", "free_g": "4.99", "num_lvs": "1", "num_pvs": "1"}}, "pvs": {"/dev/sda": {"size_g": "9.99", "free_g": "4.99", "vg": "foo"}}}, "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": 261613588480, "block_size": 4096, "block_total": 65519099, "block_available": 63870505, "block_used": 1648594, "inode_total": 131070960, "inode_available": 131027189, "inode_used": 43771, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}, {"mount": "/opt/test1", "device": "/dev/mapper/foo-test1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 5301600256, "size_available": 5166194688, "block_size": 4096, "block_total": 1294336, "block_available": 1261278, "block_used": 33058, "inode_total": 2621440, "inode_available": 2621437, "inode_used": 3, "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3"}], "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884905.72086: 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-1726884904.7889388-15084-163291924840347/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884905.72091: _low_level_execute_command(): starting 11924 1726884905.72095: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884904.7889388-15084-163291924840347/ > /dev/null 2>&1 && sleep 0' 11924 1726884905.72421: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884905.72438: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884905.72454: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884905.72474: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884905.72492: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884905.72510: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884905.72575: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884905.72724: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884905.72776: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884905.72890: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884905.72932: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884905.74936: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884905.74988: stdout chunk (state=3): >>><<< 11924 1726884905.75032: stderr chunk (state=3): >>><<< 11924 1726884905.75190: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884905.75194: handler run complete 11924 1726884905.75771: variable 'ansible_facts' from source: unknown 11924 1726884905.76243: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884905.77250: variable 'ansible_facts' from source: unknown 11924 1726884905.77471: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884905.77831: attempt loop complete, returning result 11924 1726884905.77854: _execute() done 11924 1726884905.77867: dumping result to json 11924 1726884905.77916: done dumping result, returning 11924 1726884905.77938: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-f4c0-2290-000000001f2d] 11924 1726884905.77949: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f2d ok: [managed_node2] 11924 1726884905.79286: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001f2d 11924 1726884905.79289: WORKER PROCESS EXITING 11924 1726884905.79302: no more pending results, returning what we have 11924 1726884905.79305: results queue empty 11924 1726884905.79306: checking for any_errors_fatal 11924 1726884905.79312: done checking for any_errors_fatal 11924 1726884905.79313: checking for max_fail_percentage 11924 1726884905.79314: done checking for max_fail_percentage 11924 1726884905.79315: checking to see if all hosts have failed and the running result is not ok 11924 1726884905.79316: done checking to see if all hosts have failed 11924 1726884905.79321: getting the remaining hosts for this loop 11924 1726884905.79323: done getting the remaining hosts for this loop 11924 1726884905.79326: getting the next task for host managed_node2 11924 1726884905.79335: done getting next task for host managed_node2 11924 1726884905.79338: ^ task is: TASK: meta (role_complete) 11924 1726884905.79340: ^ 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 11924 1726884905.79354: getting variables 11924 1726884905.79358: in VariableManager get_vars() 11924 1726884905.79389: Calling all_inventory to load vars for managed_node2 11924 1726884905.79392: Calling groups_inventory to load vars for managed_node2 11924 1726884905.79394: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884905.79403: Calling all_plugins_play to load vars for managed_node2 11924 1726884905.79406: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884905.79409: Calling groups_plugins_play to load vars for managed_node2 11924 1726884905.79961: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884905.81384: done with get_vars() 11924 1726884905.81465: done getting variables 11924 1726884905.81769: done queuing things up, now waiting for results queue to drain 11924 1726884905.81771: results queue empty 11924 1726884905.81772: checking for any_errors_fatal 11924 1726884905.81776: done checking for any_errors_fatal 11924 1726884905.81776: checking for max_fail_percentage 11924 1726884905.81777: done checking for max_fail_percentage 11924 1726884905.81778: checking to see if all hosts have failed and the running result is not ok 11924 1726884905.81779: done checking to see if all hosts have failed 11924 1726884905.81779: getting the remaining hosts for this loop 11924 1726884905.81785: done getting the remaining hosts for this loop 11924 1726884905.81787: getting the next task for host managed_node2 11924 1726884905.81817: done getting next task for host managed_node2 11924 1726884905.81820: ^ task is: TASK: Verify the output of the duplicate volumes test 11924 1726884905.81822: ^ state is: HOST STATE: block=2, task=20, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884905.81825: getting variables 11924 1726884905.81826: in VariableManager get_vars() 11924 1726884905.81892: Calling all_inventory to load vars for managed_node2 11924 1726884905.81894: Calling groups_inventory to load vars for managed_node2 11924 1726884905.81896: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884905.81904: Calling all_plugins_play to load vars for managed_node2 11924 1726884905.81907: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884905.81921: Calling groups_plugins_play to load vars for managed_node2 11924 1726884905.82795: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884905.83547: done with get_vars() 11924 1726884905.83563: done getting variables 11924 1726884905.83632: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the output of the duplicate volumes test] ************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml:76 Friday 20 September 2024 22:15:05 -0400 (0:00:01.101) 0:01:11.175 ****** 11924 1726884905.83664: entering _queue_task() for managed_node2/assert 11924 1726884905.83995: worker is 1 (out of 1 available) 11924 1726884905.84010: exiting _queue_task() for managed_node2/assert 11924 1726884905.84024: done queuing things up, now waiting for results queue to drain 11924 1726884905.84026: waiting for pending results... 11924 1726884905.84367: running TaskExecutor() for managed_node2/TASK: Verify the output of the duplicate volumes test 11924 1726884905.84514: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000000e 11924 1726884905.84536: variable 'ansible_search_path' from source: unknown 11924 1726884905.84581: calling self._execute() 11924 1726884905.84709: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884905.84723: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884905.84743: variable 'omit' from source: magic vars 11924 1726884905.84960: variable 'omit' from source: magic vars 11924 1726884905.84964: variable 'omit' from source: magic vars 11924 1726884905.84966: variable 'omit' from source: magic vars 11924 1726884905.85005: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884905.85052: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884905.85082: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884905.85106: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884905.85125: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884905.85147: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884905.85171: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884905.85208: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884905.85217: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884905.85225: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884905.85351: Set connection var ansible_shell_executable to /bin/sh 11924 1726884905.85361: Set connection var ansible_connection to ssh 11924 1726884905.85372: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884905.85383: Set connection var ansible_timeout to 10 11924 1726884905.85392: Set connection var ansible_pipelining to False 11924 1726884905.85399: Set connection var ansible_shell_type to sh 11924 1726884905.85427: variable 'ansible_shell_executable' from source: unknown 11924 1726884905.85561: variable 'ansible_connection' from source: unknown 11924 1726884905.85564: variable 'ansible_module_compression' from source: unknown 11924 1726884905.85567: variable 'ansible_shell_type' from source: unknown 11924 1726884905.85570: variable 'ansible_shell_executable' from source: unknown 11924 1726884905.85572: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884905.85574: variable 'ansible_pipelining' from source: unknown 11924 1726884905.85576: variable 'ansible_timeout' from source: unknown 11924 1726884905.85577: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884905.85623: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884905.85646: variable 'omit' from source: magic vars 11924 1726884905.85662: starting attempt loop 11924 1726884905.85671: running the handler 11924 1726884905.85945: variable 'blivet_output' from source: set_fact 11924 1726884905.85993: Evaluated conditional (not blivet_output.changed): True 11924 1726884905.86211: variable 'blivet_output' from source: set_fact 11924 1726884905.86239: variable 'fs_after' from source: play vars 11924 1726884905.86381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884905.88528: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884905.88595: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884905.88638: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884905.88680: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884905.88710: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884905.88824: variable 'ansible_distribution' from source: facts 11924 1726884905.88836: variable 'ansible_distribution_major_version' from source: facts 11924 1726884905.88854: Evaluated conditional (blivet_output.pools[0].volumes[0].fs_type == fs_after): True 11924 1726884905.88869: handler run complete 11924 1726884905.88888: attempt loop complete, returning result 11924 1726884905.89060: _execute() done 11924 1726884905.89063: dumping result to json 11924 1726884905.89065: done dumping result, returning 11924 1726884905.89068: done running TaskExecutor() for managed_node2/TASK: Verify the output of the duplicate volumes test [0affc8a3-6f6f-f4c0-2290-00000000000e] 11924 1726884905.89070: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000000e 11924 1726884905.89142: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000000e 11924 1726884905.89145: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884905.89197: no more pending results, returning what we have 11924 1726884905.89201: results queue empty 11924 1726884905.89202: checking for any_errors_fatal 11924 1726884905.89203: done checking for any_errors_fatal 11924 1726884905.89204: checking for max_fail_percentage 11924 1726884905.89207: done checking for max_fail_percentage 11924 1726884905.89208: checking to see if all hosts have failed and the running result is not ok 11924 1726884905.89209: done checking to see if all hosts have failed 11924 1726884905.89210: getting the remaining hosts for this loop 11924 1726884905.89212: done getting the remaining hosts for this loop 11924 1726884905.89215: getting the next task for host managed_node2 11924 1726884905.89223: done getting next task for host managed_node2 11924 1726884905.89226: ^ task is: TASK: Verify role results 11924 1726884905.89229: ^ 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 11924 1726884905.89233: getting variables 11924 1726884905.89236: in VariableManager get_vars() 11924 1726884905.89274: Calling all_inventory to load vars for managed_node2 11924 1726884905.89277: Calling groups_inventory to load vars for managed_node2 11924 1726884905.89281: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884905.89292: Calling all_plugins_play to load vars for managed_node2 11924 1726884905.89297: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884905.89300: Calling groups_plugins_play to load vars for managed_node2 11924 1726884905.90148: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884905.90769: done with get_vars() 11924 1726884905.90786: done getting variables TASK [Verify role results] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml:83 Friday 20 September 2024 22:15:05 -0400 (0:00:00.072) 0:01:11.247 ****** 11924 1726884905.90883: entering _queue_task() for managed_node2/include_tasks 11924 1726884905.91273: worker is 1 (out of 1 available) 11924 1726884905.91285: exiting _queue_task() for managed_node2/include_tasks 11924 1726884905.91297: done queuing things up, now waiting for results queue to drain 11924 1726884905.91299: waiting for pending results... 11924 1726884905.91504: running TaskExecutor() for managed_node2/TASK: Verify role results 11924 1726884905.91623: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000000f 11924 1726884905.91646: variable 'ansible_search_path' from source: unknown 11924 1726884905.91741: calling self._execute() 11924 1726884905.91818: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884905.91830: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884905.91845: variable 'omit' from source: magic vars 11924 1726884905.91964: _execute() done 11924 1726884905.91973: dumping result to json 11924 1726884905.91980: done dumping result, returning 11924 1726884905.91990: done running TaskExecutor() for managed_node2/TASK: Verify role results [0affc8a3-6f6f-f4c0-2290-00000000000f] 11924 1726884905.92162: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000000f 11924 1726884905.92239: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000000f 11924 1726884905.92243: WORKER PROCESS EXITING 11924 1726884905.92272: no more pending results, returning what we have 11924 1726884905.92277: in VariableManager get_vars() 11924 1726884905.92316: Calling all_inventory to load vars for managed_node2 11924 1726884905.92319: Calling groups_inventory to load vars for managed_node2 11924 1726884905.92322: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884905.92335: Calling all_plugins_play to load vars for managed_node2 11924 1726884905.92338: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884905.92342: Calling groups_plugins_play to load vars for managed_node2 11924 1726884905.93628: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884905.94241: done with get_vars() 11924 1726884905.94253: variable 'ansible_search_path' from source: unknown 11924 1726884905.94268: we have included files to process 11924 1726884905.94269: generating all_blocks data 11924 1726884905.94271: done generating all_blocks data 11924 1726884905.94278: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884905.94279: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884905.94282: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884905.94860: in VariableManager get_vars() 11924 1726884905.94877: done with get_vars() 11924 1726884905.94921: in VariableManager get_vars() 11924 1726884905.94937: done with get_vars() 11924 1726884905.95022: done processing included file 11924 1726884905.95024: iterating over new_blocks loaded from include file 11924 1726884905.95025: in VariableManager get_vars() 11924 1726884905.95037: done with get_vars() 11924 1726884905.95038: filtering new block on tags 11924 1726884905.95103: done filtering new block on tags 11924 1726884905.95106: 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_node2 11924 1726884905.95111: extending task lists for all hosts with included blocks 11924 1726884905.99900: done extending task lists 11924 1726884905.99903: done processing included files 11924 1726884905.99904: results queue empty 11924 1726884905.99904: checking for any_errors_fatal 11924 1726884905.99909: done checking for any_errors_fatal 11924 1726884905.99910: checking for max_fail_percentage 11924 1726884905.99911: done checking for max_fail_percentage 11924 1726884905.99912: checking to see if all hosts have failed and the running result is not ok 11924 1726884905.99913: done checking to see if all hosts have failed 11924 1726884905.99914: getting the remaining hosts for this loop 11924 1726884905.99915: done getting the remaining hosts for this loop 11924 1726884905.99918: getting the next task for host managed_node2 11924 1726884905.99923: done getting next task for host managed_node2 11924 1726884905.99925: ^ task is: TASK: Print out pool information 11924 1726884905.99928: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_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 11924 1726884905.99931: getting variables 11924 1726884905.99932: in VariableManager get_vars() 11924 1726884905.99946: Calling all_inventory to load vars for managed_node2 11924 1726884905.99949: Calling groups_inventory to load vars for managed_node2 11924 1726884905.99952: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884905.99966: Calling all_plugins_play to load vars for managed_node2 11924 1726884905.99969: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884905.99972: Calling groups_plugins_play to load vars for managed_node2 11924 1726884906.00498: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884906.01127: done with get_vars() 11924 1726884906.01145: done getting variables 11924 1726884906.01193: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Print 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 22:15:06 -0400 (0:00:00.103) 0:01:11.351 ****** 11924 1726884906.01228: entering _queue_task() for managed_node2/debug 11924 1726884906.01596: worker is 1 (out of 1 available) 11924 1726884906.01610: exiting _queue_task() for managed_node2/debug 11924 1726884906.01624: done queuing things up, now waiting for results queue to drain 11924 1726884906.01626: waiting for pending results... 11924 1726884906.01990: running TaskExecutor() for managed_node2/TASK: Print out pool information 11924 1726884906.02060: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001fbe 11924 1726884906.02190: variable 'ansible_search_path' from source: unknown 11924 1726884906.02195: calling self._execute() 11924 1726884906.02251: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884906.02266: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884906.02281: variable 'omit' from source: magic vars 11924 1726884906.02702: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884906.05731: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884906.05822: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884906.05876: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884906.05919: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884906.05957: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884906.06042: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884906.06084: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884906.06118: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884906.06164: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884906.06199: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884906.06417: variable '_storage_pools_list' from source: set_fact 11924 1726884906.06421: Evaluated conditional (_storage_pools_list | length > 0): True 11924 1726884906.06432: variable 'omit' from source: magic vars 11924 1726884906.06473: variable 'omit' from source: magic vars 11924 1726884906.06513: variable 'omit' from source: magic vars 11924 1726884906.06548: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884906.06582: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884906.06603: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884906.06632: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884906.06851: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884906.06856: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884906.06859: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884906.06862: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884906.06864: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884906.06866: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884906.07078: Set connection var ansible_shell_executable to /bin/sh 11924 1726884906.07088: Set connection var ansible_connection to ssh 11924 1726884906.07099: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884906.07109: Set connection var ansible_timeout to 10 11924 1726884906.07120: Set connection var ansible_pipelining to False 11924 1726884906.07130: Set connection var ansible_shell_type to sh 11924 1726884906.07198: variable 'ansible_shell_executable' from source: unknown 11924 1726884906.07207: variable 'ansible_connection' from source: unknown 11924 1726884906.07215: variable 'ansible_module_compression' from source: unknown 11924 1726884906.07223: variable 'ansible_shell_type' from source: unknown 11924 1726884906.07231: variable 'ansible_shell_executable' from source: unknown 11924 1726884906.07365: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884906.07368: variable 'ansible_pipelining' from source: unknown 11924 1726884906.07370: variable 'ansible_timeout' from source: unknown 11924 1726884906.07372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884906.07462: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884906.07534: variable 'omit' from source: magic vars 11924 1726884906.07545: starting attempt loop 11924 1726884906.07552: running the handler 11924 1726884906.07735: variable '_storage_pools_list' from source: set_fact 11924 1726884906.07810: variable '_storage_pools_list' from source: set_fact 11924 1726884906.08181: handler run complete 11924 1726884906.08228: attempt loop complete, returning result 11924 1726884906.08236: _execute() done 11924 1726884906.08243: dumping result to json 11924 1726884906.08254: done dumping result, returning 11924 1726884906.08271: done running TaskExecutor() for managed_node2/TASK: Print out pool information [0affc8a3-6f6f-f4c0-2290-000000001fbe] 11924 1726884906.08286: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001fbe ok: [managed_node2] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } 11924 1726884906.08786: no more pending results, returning what we have 11924 1726884906.08789: results queue empty 11924 1726884906.08790: checking for any_errors_fatal 11924 1726884906.08792: done checking for any_errors_fatal 11924 1726884906.08793: checking for max_fail_percentage 11924 1726884906.08795: done checking for max_fail_percentage 11924 1726884906.08795: checking to see if all hosts have failed and the running result is not ok 11924 1726884906.08796: done checking to see if all hosts have failed 11924 1726884906.08797: getting the remaining hosts for this loop 11924 1726884906.08799: done getting the remaining hosts for this loop 11924 1726884906.08803: getting the next task for host managed_node2 11924 1726884906.08809: done getting next task for host managed_node2 11924 1726884906.08812: ^ task is: TASK: Print out volume information 11924 1726884906.08814: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_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 11924 1726884906.08818: getting variables 11924 1726884906.08820: in VariableManager get_vars() 11924 1726884906.08854: Calling all_inventory to load vars for managed_node2 11924 1726884906.08859: Calling groups_inventory to load vars for managed_node2 11924 1726884906.08864: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884906.08869: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001fbe 11924 1726884906.08873: WORKER PROCESS EXITING 11924 1726884906.08883: Calling all_plugins_play to load vars for managed_node2 11924 1726884906.08886: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884906.08890: Calling groups_plugins_play to load vars for managed_node2 11924 1726884906.09593: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884906.10248: done with get_vars() 11924 1726884906.10267: done getting variables 11924 1726884906.10326: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Print 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 22:15:06 -0400 (0:00:00.091) 0:01:11.442 ****** 11924 1726884906.10358: entering _queue_task() for managed_node2/debug 11924 1726884906.10631: worker is 1 (out of 1 available) 11924 1726884906.10644: exiting _queue_task() for managed_node2/debug 11924 1726884906.10658: done queuing things up, now waiting for results queue to drain 11924 1726884906.10659: waiting for pending results... 11924 1726884906.11080: running TaskExecutor() for managed_node2/TASK: Print out volume information 11924 1726884906.11193: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001fbf 11924 1726884906.11216: variable 'ansible_search_path' from source: unknown 11924 1726884906.11253: calling self._execute() 11924 1726884906.11384: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884906.11417: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884906.11421: variable 'omit' from source: magic vars 11924 1726884906.11808: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884906.14162: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884906.14253: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884906.14348: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884906.14391: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884906.14424: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884906.14630: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884906.14634: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884906.14636: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884906.14666: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884906.14690: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884906.14813: variable '_storage_volumes_list' from source: set_fact 11924 1726884906.14836: Evaluated conditional (_storage_volumes_list | length > 0): False 11924 1726884906.14847: when evaluation is False, skipping this task 11924 1726884906.14853: _execute() done 11924 1726884906.14862: dumping result to json 11924 1726884906.14868: done dumping result, returning 11924 1726884906.14878: done running TaskExecutor() for managed_node2/TASK: Print out volume information [0affc8a3-6f6f-f4c0-2290-000000001fbf] 11924 1726884906.14885: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001fbf skipping: [managed_node2] => { "false_condition": "_storage_volumes_list | length > 0" } 11924 1726884906.15142: no more pending results, returning what we have 11924 1726884906.15146: results queue empty 11924 1726884906.15147: checking for any_errors_fatal 11924 1726884906.15169: done checking for any_errors_fatal 11924 1726884906.15170: checking for max_fail_percentage 11924 1726884906.15173: done checking for max_fail_percentage 11924 1726884906.15174: checking to see if all hosts have failed and the running result is not ok 11924 1726884906.15175: done checking to see if all hosts have failed 11924 1726884906.15175: getting the remaining hosts for this loop 11924 1726884906.15177: done getting the remaining hosts for this loop 11924 1726884906.15182: getting the next task for host managed_node2 11924 1726884906.15191: done getting next task for host managed_node2 11924 1726884906.15195: ^ task is: TASK: Collect info about the volumes. 11924 1726884906.15198: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_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 11924 1726884906.15202: getting variables 11924 1726884906.15204: in VariableManager get_vars() 11924 1726884906.15240: Calling all_inventory to load vars for managed_node2 11924 1726884906.15243: Calling groups_inventory to load vars for managed_node2 11924 1726884906.15247: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884906.15375: Calling all_plugins_play to load vars for managed_node2 11924 1726884906.15380: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884906.15383: Calling groups_plugins_play to load vars for managed_node2 11924 1726884906.16268: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001fbf 11924 1726884906.16272: WORKER PROCESS EXITING 11924 1726884906.16338: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884906.17543: done with get_vars() 11924 1726884906.17562: 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 22:15:06 -0400 (0:00:00.072) 0:01:11.515 ****** 11924 1726884906.17648: entering _queue_task() for managed_node2/fedora.linux_system_roles.blockdev_info 11924 1726884906.17995: worker is 1 (out of 1 available) 11924 1726884906.18010: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blockdev_info 11924 1726884906.18026: done queuing things up, now waiting for results queue to drain 11924 1726884906.18027: waiting for pending results... 11924 1726884906.18338: running TaskExecutor() for managed_node2/TASK: Collect info about the volumes. 11924 1726884906.18457: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001fc0 11924 1726884906.18480: variable 'ansible_search_path' from source: unknown 11924 1726884906.18521: calling self._execute() 11924 1726884906.18644: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884906.18660: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884906.18677: variable 'omit' from source: magic vars 11924 1726884906.18793: variable 'omit' from source: magic vars 11924 1726884906.18845: variable 'omit' from source: magic vars 11924 1726884906.18884: variable 'omit' from source: magic vars 11924 1726884906.18939: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884906.18987: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884906.19016: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884906.19041: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884906.19061: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884906.19083: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884906.19100: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884906.19136: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884906.19143: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884906.19149: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884906.19276: Set connection var ansible_shell_executable to /bin/sh 11924 1726884906.19285: Set connection var ansible_connection to ssh 11924 1726884906.19297: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884906.19307: Set connection var ansible_timeout to 10 11924 1726884906.19317: Set connection var ansible_pipelining to False 11924 1726884906.19326: Set connection var ansible_shell_type to sh 11924 1726884906.19362: variable 'ansible_shell_executable' from source: unknown 11924 1726884906.19370: variable 'ansible_connection' from source: unknown 11924 1726884906.19375: variable 'ansible_module_compression' from source: unknown 11924 1726884906.19381: variable 'ansible_shell_type' from source: unknown 11924 1726884906.19386: variable 'ansible_shell_executable' from source: unknown 11924 1726884906.19391: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884906.19397: variable 'ansible_pipelining' from source: unknown 11924 1726884906.19402: variable 'ansible_timeout' from source: unknown 11924 1726884906.19408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884906.19861: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884906.19865: variable 'omit' from source: magic vars 11924 1726884906.19868: starting attempt loop 11924 1726884906.19870: running the handler 11924 1726884906.19871: _low_level_execute_command(): starting 11924 1726884906.19873: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884906.20558: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884906.20576: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884906.20591: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884906.20609: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884906.20625: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884906.20662: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884906.20677: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884906.20758: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884906.20884: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884906.20965: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884906.22661: stdout chunk (state=3): >>>/root <<< 11924 1726884906.22815: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884906.22818: stdout chunk (state=3): >>><<< 11924 1726884906.22821: stderr chunk (state=3): >>><<< 11924 1726884906.22862: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884906.22866: _low_level_execute_command(): starting 11924 1726884906.22873: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884906.2284389-15157-136842550469602 `" && echo ansible-tmp-1726884906.2284389-15157-136842550469602="` echo /root/.ansible/tmp/ansible-tmp-1726884906.2284389-15157-136842550469602 `" ) && sleep 0' 11924 1726884906.23485: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884906.23509: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884906.23525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884906.23543: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884906.23571: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884906.23621: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884906.23691: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884906.23717: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884906.23741: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884906.23843: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884906.25824: stdout chunk (state=3): >>>ansible-tmp-1726884906.2284389-15157-136842550469602=/root/.ansible/tmp/ansible-tmp-1726884906.2284389-15157-136842550469602 <<< 11924 1726884906.25962: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884906.25966: stdout chunk (state=3): >>><<< 11924 1726884906.25968: stderr chunk (state=3): >>><<< 11924 1726884906.26179: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884906.2284389-15157-136842550469602=/root/.ansible/tmp/ansible-tmp-1726884906.2284389-15157-136842550469602 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884906.26182: variable 'ansible_module_compression' from source: unknown 11924 1726884906.26185: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blockdev_info-ZIP_DEFLATED 11924 1726884906.26346: variable 'ansible_facts' from source: unknown 11924 1726884906.26810: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884906.2284389-15157-136842550469602/AnsiballZ_blockdev_info.py 11924 1726884906.27412: Sending initial data 11924 1726884906.27445: Sent initial data (162 bytes) 11924 1726884906.28540: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884906.28672: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884906.28711: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884906.28728: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884906.28750: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884906.28837: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884906.30495: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884906.30544: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884906.30616: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpngclt64p /root/.ansible/tmp/ansible-tmp-1726884906.2284389-15157-136842550469602/AnsiballZ_blockdev_info.py <<< 11924 1726884906.30620: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884906.2284389-15157-136842550469602/AnsiballZ_blockdev_info.py" <<< 11924 1726884906.30666: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpngclt64p" to remote "/root/.ansible/tmp/ansible-tmp-1726884906.2284389-15157-136842550469602/AnsiballZ_blockdev_info.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884906.2284389-15157-136842550469602/AnsiballZ_blockdev_info.py" <<< 11924 1726884906.31527: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884906.31628: stderr chunk (state=3): >>><<< 11924 1726884906.31632: stdout chunk (state=3): >>><<< 11924 1726884906.31634: done transferring module to remote 11924 1726884906.31637: _low_level_execute_command(): starting 11924 1726884906.31640: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884906.2284389-15157-136842550469602/ /root/.ansible/tmp/ansible-tmp-1726884906.2284389-15157-136842550469602/AnsiballZ_blockdev_info.py && sleep 0' 11924 1726884906.32351: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884906.32372: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884906.32390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884906.32408: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884906.32430: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884906.32443: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884906.32468: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884906.32571: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884906.32593: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884906.32619: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884906.32727: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884906.34692: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884906.34703: stdout chunk (state=3): >>><<< 11924 1726884906.34715: stderr chunk (state=3): >>><<< 11924 1726884906.34763: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884906.34773: _low_level_execute_command(): starting 11924 1726884906.34784: _low_level_execute_command(): using become for this command 11924 1726884906.34809: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-bubxxwojhkolxxwtybhnlowfnkwcthzp ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884906.2284389-15157-136842550469602/AnsiballZ_blockdev_info.py'"'"' && sleep 0' 11924 1726884906.35022: Initial state: awaiting_escalation: BECOME-SUCCESS-bubxxwojhkolxxwtybhnlowfnkwcthzp 11924 1726884906.35514: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884906.35622: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884906.35703: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884906.35722: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884906.35835: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884906.38918: stdout chunk (state=1): >>>BECOME-SUCCESS-bubxxwojhkolxxwtybhnlowfnkwcthzp <<< 11924 1726884906.38936: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-bubxxwojhkolxxwtybhnlowfnkwcthzp' 11924 1726884906.39271: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884906.39338: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884906.39377: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884906.39459: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884906.39464: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884906.39527: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884906.39588: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884906.39617: 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' # <<< 11924 1726884906.39695: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884906.39726: 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 0x7efc1e4183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e3e7a10> <<< 11924 1726884906.39808: 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 0x7efc1e41a960> import '_signal' # <<< 11924 1726884906.39866: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884906.39992: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884906.40003: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884906.40074: 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' <<< 11924 1726884906.40138: 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' <<< 11924 1726884906.40141: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e22cfe0> <<< 11924 1726884906.40212: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884906.40216: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e22dfd0> <<< 11924 1726884906.40270: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884906.40316: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884906.40511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884906.40514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884906.40545: 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' <<< 11924 1726884906.40574: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884906.40626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884906.40637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884906.40684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884906.40706: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e273dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884906.40741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884906.40774: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e273fe0> <<< 11924 1726884906.40798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884906.40881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884906.40885: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884906.40909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 11924 1726884906.40938: 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 0x7efc1e2a37d0> <<< 11924 1726884906.40974: 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 0x7efc1e2a3e60> <<< 11924 1726884906.40988: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884906.41034: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e283a70> <<< 11924 1726884906.41053: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884906.41075: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2811c0> <<< 11924 1726884906.41171: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e270f80> <<< 11924 1726884906.41192: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884906.41236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884906.41299: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884906.41330: 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' <<< 11924 1726884906.41396: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2c77d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2c63f0> <<< 11924 1726884906.41479: 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 0x7efc1e282090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2c4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884906.41483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e270200> <<< 11924 1726884906.41532: 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 0x7efc1e2f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2f8bc0> <<< 11924 1726884906.41594: 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 0x7efc1e2f8f80> <<< 11924 1726884906.41603: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e266d20> <<< 11924 1726884906.41652: 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' <<< 11924 1726884906.41678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884906.41717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2f92b0> import 'importlib.machinery' # <<< 11924 1726884906.41825: 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 0x7efc1e2fa4e0> import 'importlib.util' # import 'runpy' # <<< 11924 1726884906.41899: 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' <<< 11924 1726884906.41961: 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 0x7efc1e3106e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1e311dc0> <<< 11924 1726884906.42061: 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 <<< 11924 1726884906.42066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e312c00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884906.42165: 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 0x7efc1e313230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e312150> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884906.42183: 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 0x7efc1e313cb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e3133e0> <<< 11924 1726884906.42278: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2fa450> <<< 11924 1726884906.42336: 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' <<< 11924 1726884906.42387: 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 0x7efc1e093b30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884906.42466: 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 0x7efc1e0bc5c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e0bc350> <<< 11924 1726884906.42539: 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 0x7efc1e0bc5f0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884906.42574: 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' <<< 11924 1726884906.42658: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1e0bcef0> <<< 11924 1726884906.42806: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884906.42809: 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 0x7efc1e0bd8e0> <<< 11924 1726884906.42845: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e0bc7d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e091cd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884906.42861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884906.42902: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884906.42916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e0bec60> <<< 11924 1726884906.42944: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e0bd760> <<< 11924 1726884906.42990: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2fac00> <<< 11924 1726884906.43004: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884906.43365: 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' <<< 11924 1726884906.43369: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e0eaf90> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e10f320> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884906.43371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884906.43417: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884906.43437: 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 0x7efc1e13bfb0> <<< 11924 1726884906.43464: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884906.43492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884906.43804: 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 0x7efc1e16e810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e16c1d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e10ffb0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884906.43826: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1df791c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e10e120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e0bfb90> <<< 11924 1726884906.43937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884906.44064: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7efc1e10e240> <<< 11924 1726884906.44270: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_vpa9czaj/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' # zipimport: zlib available <<< 11924 1726884906.44330: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.44372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884906.44387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884906.44603: 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 0x7efc1dfc6e70> import '_typing' # <<< 11924 1726884906.44732: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1dfa9d60> <<< 11924 1726884906.44772: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1dfa8ef0> # zipimport: zlib available import 'ansible' # <<< 11924 1726884906.44785: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.44799: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.44816: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.44828: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884906.44853: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.46265: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.47877: 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 0x7efc1dfc4d40> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1dffe8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1dffe630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1dffdf40> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1dffe990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1dfc7b00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1dfff650> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1dfff890> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884906.47895: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1dfffda0> import 'pwd' # <<< 11924 1726884906.47925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884906.47945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884906.47991: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d91db80> <<< 11924 1726884906.48020: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884906.48033: 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 0x7efc1d91f7a0> <<< 11924 1726884906.48091: 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' <<< 11924 1726884906.48111: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d920140> <<< 11924 1726884906.48274: 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 0x7efc1d9212e0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884906.48315: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d923dd0> <<< 11924 1726884906.48364: 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 0x7efc1e312b70> <<< 11924 1726884906.48384: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d922090> <<< 11924 1726884906.48481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884906.48498: 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 <<< 11924 1726884906.48512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884906.48562: 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 0x7efc1d92bc80> <<< 11924 1726884906.48565: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884906.48669: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d92a750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d92a4b0> <<< 11924 1726884906.48672: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884906.48674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884906.48766: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d92aa20> <<< 11924 1726884906.48793: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d9225a0> <<< 11924 1726884906.48959: 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 0x7efc1d96ff50> <<< 11924 1726884906.48981: 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 0x7efc1d9704a0> <<< 11924 1726884906.48995: 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 0x7efc1d971b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d9718e0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884906.49080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884906.49128: 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 0x7efc1d973fe0> <<< 11924 1726884906.49143: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d972210> <<< 11924 1726884906.49164: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884906.49201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884906.49240: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884906.49292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884906.49307: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d977710> <<< 11924 1726884906.49421: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d9740e0> <<< 11924 1726884906.49483: stdout 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 0x7efc1d978500> <<< 11924 1726884906.49554: stdout 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 0x7efc1d978770> <<< 11924 1726884906.49581: stdout 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 0x7efc1d9780e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d970290> <<< 11924 1726884906.49613: 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' <<< 11924 1726884906.49882: 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 0x7efc1d8041a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1d805400> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d97a930> <<< 11924 1726884906.49922: 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 0x7efc1d97bce0> <<< 11924 1726884906.49925: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d97a570> # zipimport: zlib available <<< 11924 1726884906.49946: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884906.49968: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.50059: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.50151: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.50277: 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 <<< 11924 1726884906.50343: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.50467: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.51077: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.51576: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 11924 1726884906.51606: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 11924 1726884906.51634: 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' <<< 11924 1726884906.51688: 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 0x7efc1d8094c0> <<< 11924 1726884906.52273: 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' <<< 11924 1726884906.52290: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d80a1e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d97b470> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d80a240> # zipimport: zlib available <<< 11924 1726884906.52720: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.53171: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.53241: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.53319: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884906.53335: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.53370: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.53475: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884906.53489: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.53574: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884906.53590: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.53612: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884906.53625: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.53667: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.53704: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884906.53871: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.54075: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.54186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884906.54250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884906.54274: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884906.54337: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d80b440> <<< 11924 1726884906.54360: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.54426: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.54504: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884906.54531: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884906.54547: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.54588: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.54632: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884906.54646: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.54791: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884906.54867: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884906.54909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884906.55003: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1d815f10> <<< 11924 1726884906.55034: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d8116d0> <<< 11924 1726884906.55074: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884906.55096: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.55158: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.55227: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.55244: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.55357: stdout chunk (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 <<< 11924 1726884906.55432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884906.55445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884906.55494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884906.55554: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e0368d0> <<< 11924 1726884906.55573: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e02e5d0> <<< 11924 1726884906.55714: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d815fd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d97a210> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884906.55723: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.55750: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884906.56014: 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' # # 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 <<< 11924 1726884906.56073: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.56205: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884906.57161: stdout chunk (state=3): >>> {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "LVM2_member", "label": "", "uuid": "BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/mapper/foo-test1": {"name": "/dev/mapper/foo-test1", "fstype": "xfs", "label": "", "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3", "type": "lvm", "size": "5G", "mountpoint": "/opt/test1"}, "/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": {}}} <<< 11924 1726884906.57186: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884906.57732: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884906.57735: 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 <<< 11924 1726884906.57831: 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<<< 11924 1726884906.57958: 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.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 <<< 11924 1726884906.58091: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884906.58102: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884906.58127: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884906.58144: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884906.58176: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 11924 1726884906.58182: stdout chunk (state=3): >>># destroy ipaddress <<< 11924 1726884906.58205: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884906.58221: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884906.58262: 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 <<< 11924 1726884906.58290: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 11924 1726884906.58297: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884906.58389: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 11924 1726884906.58394: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884906.58406: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884906.58448: 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 <<< 11924 1726884906.58507: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 11924 1726884906.58525: 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 <<< 11924 1726884906.58541: 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 <<< 11924 1726884906.58572: 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 <<< 11924 1726884906.58617: 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 <<< 11924 1726884906.58764: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884906.58774: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884906.58824: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884906.58828: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884906.58861: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884906.58944: 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 <<< 11924 1726884906.58976: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 11924 1726884906.59011: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884906.59033: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884906.59162: stdout chunk (state=3): >>># destroy _operator # destroy _string <<< 11924 1726884906.59165: stdout chunk (state=3): >>># destroy re # destroy itertools <<< 11924 1726884906.59167: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884906.59607: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884906.59614: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884906.59708: stderr chunk (state=3): >>><<< 11924 1726884906.59713: stdout chunk (state=3): >>><<< 11924 1726884906.59806: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e4183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e3e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e41a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e22cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e22dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e273dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e273fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2a37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2a3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e283a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e270f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2c77d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2c63f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e282090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2c4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e270200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1e2f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1e2f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e266d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2f92b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2fa4e0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e3106e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1e311dc0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e312c00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1e313230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e312150> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1e313cb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e3133e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2fa450> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1e093b30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1e0bc5c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e0bc350> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1e0bc5f0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1e0bcef0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1e0bd8e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e0bc7d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e091cd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e0bec60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e0bd760> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e2fac00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e0eaf90> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e10f320> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e13bfb0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e16e810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e16c1d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e10ffb0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1df791c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e10e120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e0bfb90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7efc1e10e240> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_vpa9czaj/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 0x7efc1dfc6e70> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1dfa9d60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1dfa8ef0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1dfc4d40> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1dffe8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1dffe630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1dffdf40> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1dffe990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1dfc7b00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1dfff650> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1dfff890> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1dfffda0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d91db80> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1d91f7a0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d920140> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d9212e0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d923dd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1e312b70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d922090> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d92bc80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d92a750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d92a4b0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d92aa20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d9225a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1d96ff50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d9704a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1d971b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d9718e0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1d973fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d972210> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d977710> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d9740e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1d978500> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1d978770> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1d9780e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d970290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1d8041a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1d805400> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d97a930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1d97bce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d97a570> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1d8094c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d80a1e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d97b470> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d80a240> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d80b440> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efc1d815f10> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d8116d0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e0368d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1e02e5d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d815fd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7efc1d97a210> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": "LVM2_member", "label": "", "uuid": "BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/mapper/foo-test1": {"name": "/dev/mapper/foo-test1", "fstype": "xfs", "label": "", "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3", "type": "lvm", "size": "5G", "mountpoint": "/opt/test1"}, "/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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884906.61164: 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-1726884906.2284389-15157-136842550469602/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884906.61168: _low_level_execute_command(): starting 11924 1726884906.61171: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884906.2284389-15157-136842550469602/ > /dev/null 2>&1 && sleep 0' 11924 1726884906.61671: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884906.61780: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884906.61838: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884906.61851: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884906.61874: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884906.62003: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884906.64053: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884906.64059: stdout chunk (state=3): >>><<< 11924 1726884906.64062: stderr chunk (state=3): >>><<< 11924 1726884906.64081: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884906.64087: handler run complete 11924 1726884906.64128: Evaluated conditional (False): False 11924 1726884906.64142: attempt loop complete, returning result 11924 1726884906.64145: _execute() done 11924 1726884906.64147: dumping result to json 11924 1726884906.64157: done dumping result, returning 11924 1726884906.64167: done running TaskExecutor() for managed_node2/TASK: Collect info about the volumes. [0affc8a3-6f6f-f4c0-2290-000000001fc0] 11924 1726884906.64195: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001fc0 11924 1726884906.64480: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001fc0 11924 1726884906.64483: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp" }, "/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" } } } 11924 1726884906.64630: no more pending results, returning what we have 11924 1726884906.64634: results queue empty 11924 1726884906.64635: checking for any_errors_fatal 11924 1726884906.64644: done checking for any_errors_fatal 11924 1726884906.64645: checking for max_fail_percentage 11924 1726884906.64647: done checking for max_fail_percentage 11924 1726884906.64652: checking to see if all hosts have failed and the running result is not ok 11924 1726884906.64653: done checking to see if all hosts have failed 11924 1726884906.64654: getting the remaining hosts for this loop 11924 1726884906.65158: done getting the remaining hosts for this loop 11924 1726884906.65163: getting the next task for host managed_node2 11924 1726884906.65169: done getting next task for host managed_node2 11924 1726884906.65172: ^ task is: TASK: Read the /etc/fstab file for volume existence 11924 1726884906.65174: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_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 11924 1726884906.65178: getting variables 11924 1726884906.65179: in VariableManager get_vars() 11924 1726884906.65209: Calling all_inventory to load vars for managed_node2 11924 1726884906.65211: Calling groups_inventory to load vars for managed_node2 11924 1726884906.65215: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884906.65224: Calling all_plugins_play to load vars for managed_node2 11924 1726884906.65226: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884906.65229: Calling groups_plugins_play to load vars for managed_node2 11924 1726884906.66546: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884906.67971: done with get_vars() 11924 1726884906.67991: done getting variables 11924 1726884906.68049: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:06 -0400 (0:00:00.505) 0:01:12.020 ****** 11924 1726884906.68189: entering _queue_task() for managed_node2/command 11924 1726884906.68824: worker is 1 (out of 1 available) 11924 1726884906.68837: exiting _queue_task() for managed_node2/command 11924 1726884906.68851: done queuing things up, now waiting for results queue to drain 11924 1726884906.68852: waiting for pending results... 11924 1726884906.69582: running TaskExecutor() for managed_node2/TASK: Read the /etc/fstab file for volume existence 11924 1726884906.69735: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001fc1 11924 1726884906.69758: variable 'ansible_search_path' from source: unknown 11924 1726884906.69841: calling self._execute() 11924 1726884906.70101: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884906.70142: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884906.70354: variable 'omit' from source: magic vars 11924 1726884906.70497: variable 'omit' from source: magic vars 11924 1726884906.70546: variable 'omit' from source: magic vars 11924 1726884906.70705: variable 'omit' from source: magic vars 11924 1726884906.70796: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884906.70898: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884906.70929: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884906.71162: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884906.71167: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884906.71170: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884906.71173: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884906.71229: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884906.71261: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884906.71264: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884906.71506: Set connection var ansible_shell_executable to /bin/sh 11924 1726884906.71563: Set connection var ansible_connection to ssh 11924 1726884906.71575: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884906.71585: Set connection var ansible_timeout to 10 11924 1726884906.71595: Set connection var ansible_pipelining to False 11924 1726884906.71639: Set connection var ansible_shell_type to sh 11924 1726884906.71891: variable 'ansible_shell_executable' from source: unknown 11924 1726884906.71895: variable 'ansible_connection' from source: unknown 11924 1726884906.71897: variable 'ansible_module_compression' from source: unknown 11924 1726884906.71900: variable 'ansible_shell_type' from source: unknown 11924 1726884906.71902: variable 'ansible_shell_executable' from source: unknown 11924 1726884906.71904: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884906.71906: variable 'ansible_pipelining' from source: unknown 11924 1726884906.71908: variable 'ansible_timeout' from source: unknown 11924 1726884906.71911: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884906.72128: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884906.72175: variable 'omit' from source: magic vars 11924 1726884906.72186: starting attempt loop 11924 1726884906.72224: running the handler 11924 1726884906.72244: _low_level_execute_command(): starting 11924 1726884906.72437: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884906.73738: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884906.73896: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884906.74048: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884906.74105: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884906.75849: stdout chunk (state=3): >>>/root <<< 11924 1726884906.76094: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884906.76098: stdout chunk (state=3): >>><<< 11924 1726884906.76100: stderr chunk (state=3): >>><<< 11924 1726884906.76121: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884906.76183: _low_level_execute_command(): starting 11924 1726884906.76210: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884906.7616582-15178-102380358323978 `" && echo ansible-tmp-1726884906.7616582-15178-102380358323978="` echo /root/.ansible/tmp/ansible-tmp-1726884906.7616582-15178-102380358323978 `" ) && sleep 0' 11924 1726884906.77924: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884906.78072: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884906.78143: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884906.78249: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884906.78279: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884906.78367: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884906.80348: stdout chunk (state=3): >>>ansible-tmp-1726884906.7616582-15178-102380358323978=/root/.ansible/tmp/ansible-tmp-1726884906.7616582-15178-102380358323978 <<< 11924 1726884906.80762: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884906.80767: stdout chunk (state=3): >>><<< 11924 1726884906.80769: stderr chunk (state=3): >>><<< 11924 1726884906.80772: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884906.7616582-15178-102380358323978=/root/.ansible/tmp/ansible-tmp-1726884906.7616582-15178-102380358323978 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884906.80775: variable 'ansible_module_compression' from source: unknown 11924 1726884906.80860: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884906.80864: variable 'ansible_facts' from source: unknown 11924 1726884906.81064: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884906.7616582-15178-102380358323978/AnsiballZ_command.py 11924 1726884906.81398: Sending initial data 11924 1726884906.81401: Sent initial data (156 bytes) 11924 1726884906.82548: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884906.82662: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884906.84270: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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" <<< 11924 1726884906.84286: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 11924 1726884906.84332: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884906.84393: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884906.7616582-15178-102380358323978/AnsiballZ_command.py" <<< 11924 1726884906.84396: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp9jyfmrja /root/.ansible/tmp/ansible-tmp-1726884906.7616582-15178-102380358323978/AnsiballZ_command.py <<< 11924 1726884906.84551: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp9jyfmrja" to remote "/root/.ansible/tmp/ansible-tmp-1726884906.7616582-15178-102380358323978/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884906.7616582-15178-102380358323978/AnsiballZ_command.py" <<< 11924 1726884906.86072: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884906.86262: stderr chunk (state=3): >>><<< 11924 1726884906.86266: stdout chunk (state=3): >>><<< 11924 1726884906.86269: done transferring module to remote 11924 1726884906.86271: _low_level_execute_command(): starting 11924 1726884906.86273: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884906.7616582-15178-102380358323978/ /root/.ansible/tmp/ansible-tmp-1726884906.7616582-15178-102380358323978/AnsiballZ_command.py && sleep 0' 11924 1726884906.87692: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884906.87697: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884906.87700: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884906.87702: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884906.88107: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884906.88165: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884906.90172: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884906.90175: stdout chunk (state=3): >>><<< 11924 1726884906.90177: stderr chunk (state=3): >>><<< 11924 1726884906.90179: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884906.90185: _low_level_execute_command(): starting 11924 1726884906.90187: _low_level_execute_command(): using become for this command 11924 1726884906.90189: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-yndpseldmgslojuuemrcojdmyceeqtmx ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884906.7616582-15178-102380358323978/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884906.90524: Initial state: awaiting_escalation: BECOME-SUCCESS-yndpseldmgslojuuemrcojdmyceeqtmx 11924 1726884906.91447: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884906.91720: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884906.91747: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884906.91961: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884906.94983: stdout chunk (state=1): >>>BECOME-SUCCESS-yndpseldmgslojuuemrcojdmyceeqtmx <<< 11924 1726884906.94994: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-yndpseldmgslojuuemrcojdmyceeqtmx' 11924 1726884906.95312: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884906.95350: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884906.95483: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 11924 1726884906.95486: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884906.95556: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884906.95563: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884906.95566: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884906.95612: 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' <<< 11924 1726884906.95639: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884906.95673: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884906.95760: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884906.95790: 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 0x7f6c733103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c732dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c73312960> <<< 11924 1726884906.95815: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884906.95826: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884906.95852: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884906.96106: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884906.96109: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884906.96113: 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' <<< 11924 1726884906.96142: 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' <<< 11924 1726884906.96162: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c730e4fe0> <<< 11924 1726884906.96227: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884906.96251: 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 0x7f6c730e5fd0> <<< 11924 1726884906.96270: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884906.96305: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884906.96526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884906.96570: 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 <<< 11924 1726884906.96685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884906.96689: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884906.96691: 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' <<< 11924 1726884906.96718: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7312bdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884906.96760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884906.96896: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7312bfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884906.96903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884906.96927: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884906.96953: 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 0x7f6c7315b7d0> <<< 11924 1726884906.96996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884906.96999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7315be60> <<< 11924 1726884906.97108: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884906.97111: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7313ba70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731391c0> <<< 11924 1726884906.97193: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c73128f80> <<< 11924 1726884906.97268: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884906.97289: 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 <<< 11924 1726884906.97327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884906.97329: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884906.97375: 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 0x7f6c7317f800> <<< 11924 1726884906.97377: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7317e420> <<< 11924 1726884906.97548: 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 0x7f6c7313a1b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7317cbc0> <<< 11924 1726884906.97553: 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 0x7f6c731b0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c73128200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c731b0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731b0bc0> <<< 11924 1726884906.97586: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884906.97601: 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 0x7f6c731b0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7311ed20> <<< 11924 1726884906.97630: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884906.97670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884906.97749: 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 0x7f6c731b15e0> <<< 11924 1726884906.97752: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731b12b0> import 'importlib.machinery' # <<< 11924 1726884906.97776: 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 0x7f6c731b24e0> import 'importlib.util' # <<< 11924 1726884906.97867: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884906.97896: 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 0x7f6c731c86e0> <<< 11924 1726884906.97909: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884906.97939: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884906.97974: 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 0x7f6c731c9dc0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884906.98065: 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 0x7f6c731cac30> <<< 11924 1726884906.98097: 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 0x7f6c731cb260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731ca180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884906.98183: 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 0x7f6c731cbce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731cb410> <<< 11924 1726884906.98211: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731b2450> <<< 11924 1726884906.98237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884906.98259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884906.98334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884906.98359: 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 0x7f6c72f57b30> <<< 11924 1726884906.98464: 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' <<< 11924 1726884906.98468: 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 0x7f6c72f80680> <<< 11924 1726884906.98491: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72f803e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72f806b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884906.98545: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884906.98674: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72f80fe0> <<< 11924 1726884906.98796: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884906.98849: 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 0x7f6c72f81910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72f80890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72f55cd0> <<< 11924 1726884906.98867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884906.98995: 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 0x7f6c72f82c30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72f80b90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731b2c00> <<< 11924 1726884906.99002: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884906.99072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884906.99084: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884906.99259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72faef30> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884906.99263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884906.99310: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72fd7290> <<< 11924 1726884906.99326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884906.99377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884906.99473: 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 0x7f6c72ffffb0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884906.99510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884906.99530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884906.99576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884906.99663: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c73032750> <<< 11924 1726884906.99740: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c73030110> <<< 11924 1726884906.99799: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72fd7f20> <<< 11924 1726884906.99882: 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 0x7f6c7292d0d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72fd6090> <<< 11924 1726884906.99894: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72f83b30> <<< 11924 1726884906.99960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884906.99975: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6c7292d370> <<< 11924 1726884907.00182: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_o1iyqe8j/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 11924 1726884907.00266: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.00296: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884907.00312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884907.00398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884907.00426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884907.00461: 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' <<< 11924 1726884907.00509: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7297eea0> import '_typing' # <<< 11924 1726884907.00658: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72961d90> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72960ef0> <<< 11924 1726884907.00737: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884907.00764: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884907.00776: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.02194: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.03345: 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' <<< 11924 1726884907.03453: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7297cd40> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884907.03491: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884907.03493: 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 0x7f6c729ae7e0> <<< 11924 1726884907.03524: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c729ae570> <<< 11924 1726884907.03566: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c729ade80> <<< 11924 1726884907.03645: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884907.03672: 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 0x7f6c729ae990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7297f8c0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c729af530> <<< 11924 1726884907.03707: 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 0x7f6c729af770> <<< 11924 1726884907.03728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884907.03797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884907.03800: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884907.03877: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c729afc80> <<< 11924 1726884907.03880: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884907.03971: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884907.03996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884907.04012: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72815a00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72817620> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884907.04035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884907.04059: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72817fe0> <<< 11924 1726884907.04107: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884907.04131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7281d1c0> <<< 11924 1726884907.04188: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884907.04397: 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' <<< 11924 1726884907.04402: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7281fc50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72817f50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7281df10> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884907.04429: 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' <<< 11924 1726884907.04446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884907.04478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884907.04510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884907.04521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72823a10> import '_tokenize' # <<< 11924 1726884907.04619: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c728224e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72822240> <<< 11924 1726884907.04622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884907.04633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884907.04705: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c728227b0> <<< 11924 1726884907.04735: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7281f140> <<< 11924 1726884907.04766: 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 0x7f6c72867c80> <<< 11924 1726884907.04797: 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 0x7f6c72867e30> <<< 11924 1726884907.04861: 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 <<< 11924 1726884907.04865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884907.04891: 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' <<< 11924 1726884907.04939: 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 0x7f6c72869910> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c728696d0> <<< 11924 1726884907.05051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884907.05071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884907.05106: 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 0x7f6c7286be00> <<< 11924 1726884907.05168: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7286a000> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884907.05187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884907.05269: 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' # <<< 11924 1726884907.05283: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7286f4a0> <<< 11924 1726884907.05400: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7286bf20> <<< 11924 1726884907.05498: stdout 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 0x7f6c72870320> <<< 11924 1726884907.05512: stdout 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 0x7f6c72870350> <<< 11924 1726884907.05538: stdout 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 0x7f6c72870920> <<< 11924 1726884907.05580: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72868200> <<< 11924 1726884907.05602: 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 <<< 11924 1726884907.05715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884907.05719: 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 0x7f6c72873f80> <<< 11924 1726884907.05832: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884907.05854: 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 0x7f6c728fce00> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72872720> <<< 11924 1726884907.05932: 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 0x7f6c72873ad0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72872360> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884907.05954: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.06131: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.06148: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884907.06173: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884907.06196: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884907.06322: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.06438: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.07012: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.07591: 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 <<< 11924 1726884907.07604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884907.07721: 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 0x7f6c72701040> <<< 11924 1726884907.07747: 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' <<< 11924 1726884907.07773: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72701dc0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c728fd010> <<< 11924 1726884907.07993: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884907.07997: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.07999: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884907.08025: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.08183: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884907.08211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72701d90> # zipimport: zlib available <<< 11924 1726884907.08674: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.09116: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.09195: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.09275: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884907.09321: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884907.09368: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884907.09371: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.09554: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.09560: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884907.09563: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884907.09585: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.09653: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.09726: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884907.09891: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.10126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884907.10187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884907.10262: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884907.10286: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72703110> # zipimport: zlib available <<< 11924 1726884907.10359: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.10435: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884907.10515: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884907.10519: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.10588: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884907.10603: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.10678: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.10681: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.10724: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.11004: stdout chunk (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 0x7f6c7270db20> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7270acf0> import 'ansible.module_utils.common.file' # <<< 11924 1726884907.11008: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884907.11070: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.11136: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.11163: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.11213: stdout chunk (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' <<< 11924 1726884907.11231: 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 <<< 11924 1726884907.11263: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884907.11280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884907.11345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884907.11365: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884907.11385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884907.11437: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c728025a0> <<< 11924 1726884907.11482: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c729da270> <<< 11924 1726884907.11565: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7270dc40> <<< 11924 1726884907.11590: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72702ae0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884907.11612: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.11643: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884907.11726: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884907.11740: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.11753: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884907.11865: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.11988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884907.12004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884907.12019: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72872000> <<< 11924 1726884907.12103: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.12577: 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=0f3fb490-f569-46ef-8fef-9eeb08e031a3 /opt/test1 xfs defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 22:15:07.121798", "end": "2024-09-20 22:15:07.124887", "delta": "0:00:00.003089", "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}}} <<< 11924 1726884907.12605: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884907.13056: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884907.13093: 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<<< 11924 1726884907.13108: 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<<< 11924 1726884907.13128: stdout chunk (state=3): >>> # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 <<< 11924 1726884907.13173: 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 <<< 11924 1726884907.13464: 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._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_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 <<< 11924 1726884907.13611: 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 <<< 11924 1726884907.13640: 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 <<< 11924 1726884907.13670: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 11924 1726884907.13708: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 11924 1726884907.13750: 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 <<< 11924 1726884907.13774: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy shutil <<< 11924 1726884907.13835: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884907.13868: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884907.13883: 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 <<< 11924 1726884907.13937: 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 <<< 11924 1726884907.13951: 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 <<< 11924 1726884907.13978: 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 <<< 11924 1726884907.14010: 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 <<< 11924 1726884907.14196: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 11924 1726884907.14308: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884907.14311: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884907.14339: 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 <<< 11924 1726884907.14406: 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 <<< 11924 1726884907.14439: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 11924 1726884907.14563: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix <<< 11924 1726884907.14594: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884907.15073: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884907.15076: stdout chunk (state=3): >>><<< 11924 1726884907.15079: stderr chunk (state=3): >>><<< 11924 1726884907.15342: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c733103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c732dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c73312960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c730e4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c730e5fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7312bdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7312bfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7315b7d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7315be60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7313ba70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731391c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c73128f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7317f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7317e420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7313a1b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7317cbc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731b0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c73128200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c731b0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731b0bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c731b0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7311ed20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731b15e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731b12b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731b24e0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731c86e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c731c9dc0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731cac30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c731cb260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731ca180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c731cbce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731cb410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731b2450> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72f57b30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72f80680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72f803e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72f806b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72f80fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72f81910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72f80890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72f55cd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72f82c30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72f80b90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c731b2c00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72faef30> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72fd7290> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72ffffb0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c73032750> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c73030110> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72fd7f20> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7292d0d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72fd6090> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72f83b30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6c7292d370> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_o1iyqe8j/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 0x7f6c7297eea0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72961d90> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72960ef0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7297cd40> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c729ae7e0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c729ae570> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c729ade80> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c729ae990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7297f8c0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c729af530> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c729af770> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c729afc80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72815a00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72817620> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72817fe0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7281d1c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7281fc50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72817f50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7281df10> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72823a10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c728224e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72822240> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c728227b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7281f140> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72867c80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72867e30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72869910> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c728696d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c7286be00> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7286a000> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7286f4a0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7286bf20> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72870320> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72870350> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72870920> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72868200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72873f80> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c728fce00> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72872720> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72873ad0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72872360> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c72701040> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72701dc0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c728fd010> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72701d90> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72703110> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6c7270db20> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7270acf0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c728025a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c729da270> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c7270dc40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6c72702ae0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f6c72872000> # 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=0f3fb490-f569-46ef-8fef-9eeb08e031a3 /opt/test1 xfs defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 22:15:07.121798", "end": "2024-09-20 22:15:07.124887", "delta": "0:00:00.003089", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884907.16987: 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-1726884906.7616582-15178-102380358323978/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884907.16991: _low_level_execute_command(): starting 11924 1726884907.16994: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884906.7616582-15178-102380358323978/ > /dev/null 2>&1 && sleep 0' 11924 1726884907.17260: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884907.17277: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884907.17325: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884907.17345: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884907.17364: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884907.17468: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884907.17566: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884907.17586: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884907.17774: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884907.19700: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884907.19713: stdout chunk (state=3): >>><<< 11924 1726884907.19725: stderr chunk (state=3): >>><<< 11924 1726884907.19805: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884907.19808: handler run complete 11924 1726884907.19963: Evaluated conditional (False): False 11924 1726884907.19966: attempt loop complete, returning result 11924 1726884907.19968: _execute() done 11924 1726884907.19971: dumping result to json 11924 1726884907.19973: done dumping result, returning 11924 1726884907.19975: done running TaskExecutor() for managed_node2/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-f4c0-2290-000000001fc1] 11924 1726884907.19977: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001fc1 ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003089", "end": "2024-09-20 22:15:07.124887", "rc": 0, "start": "2024-09-20 22:15:07.121798" } 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=0f3fb490-f569-46ef-8fef-9eeb08e031a3 /opt/test1 xfs defaults 0 0 11924 1726884907.20274: no more pending results, returning what we have 11924 1726884907.20278: results queue empty 11924 1726884907.20279: checking for any_errors_fatal 11924 1726884907.20293: done checking for any_errors_fatal 11924 1726884907.20294: checking for max_fail_percentage 11924 1726884907.20296: done checking for max_fail_percentage 11924 1726884907.20297: checking to see if all hosts have failed and the running result is not ok 11924 1726884907.20297: done checking to see if all hosts have failed 11924 1726884907.20298: getting the remaining hosts for this loop 11924 1726884907.20300: done getting the remaining hosts for this loop 11924 1726884907.20304: getting the next task for host managed_node2 11924 1726884907.20311: done getting next task for host managed_node2 11924 1726884907.20314: ^ task is: TASK: Read the /etc/crypttab file 11924 1726884907.20317: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_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 11924 1726884907.20321: getting variables 11924 1726884907.20323: in VariableManager get_vars() 11924 1726884907.20648: Calling all_inventory to load vars for managed_node2 11924 1726884907.20652: Calling groups_inventory to load vars for managed_node2 11924 1726884907.20658: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884907.20674: Calling all_plugins_play to load vars for managed_node2 11924 1726884907.20677: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884907.20680: Calling groups_plugins_play to load vars for managed_node2 11924 1726884907.21581: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001fc1 11924 1726884907.21584: WORKER PROCESS EXITING 11924 1726884907.22740: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884907.24003: done with get_vars() 11924 1726884907.24022: done getting variables 11924 1726884907.24083: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:07 -0400 (0:00:00.559) 0:01:12.580 ****** 11924 1726884907.24115: entering _queue_task() for managed_node2/command 11924 1726884907.24443: worker is 1 (out of 1 available) 11924 1726884907.24662: exiting _queue_task() for managed_node2/command 11924 1726884907.24673: done queuing things up, now waiting for results queue to drain 11924 1726884907.24675: waiting for pending results... 11924 1726884907.24781: running TaskExecutor() for managed_node2/TASK: Read the /etc/crypttab file 11924 1726884907.24915: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001fc2 11924 1726884907.24934: variable 'ansible_search_path' from source: unknown 11924 1726884907.24975: calling self._execute() 11924 1726884907.25096: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884907.25107: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884907.25126: variable 'omit' from source: magic vars 11924 1726884907.25237: variable 'omit' from source: magic vars 11924 1726884907.25283: variable 'omit' from source: magic vars 11924 1726884907.25323: variable 'omit' from source: magic vars 11924 1726884907.25375: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884907.25416: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884907.25446: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884907.25471: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884907.25488: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884907.25508: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884907.25530: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884907.25570: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884907.25577: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884907.25585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884907.25705: Set connection var ansible_shell_executable to /bin/sh 11924 1726884907.25713: Set connection var ansible_connection to ssh 11924 1726884907.25722: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884907.25731: Set connection var ansible_timeout to 10 11924 1726884907.25740: Set connection var ansible_pipelining to False 11924 1726884907.25748: Set connection var ansible_shell_type to sh 11924 1726884907.25784: variable 'ansible_shell_executable' from source: unknown 11924 1726884907.25792: variable 'ansible_connection' from source: unknown 11924 1726884907.25798: variable 'ansible_module_compression' from source: unknown 11924 1726884907.25805: variable 'ansible_shell_type' from source: unknown 11924 1726884907.25811: variable 'ansible_shell_executable' from source: unknown 11924 1726884907.25817: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884907.25825: variable 'ansible_pipelining' from source: unknown 11924 1726884907.25831: variable 'ansible_timeout' from source: unknown 11924 1726884907.25837: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884907.25992: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884907.26010: variable 'omit' from source: magic vars 11924 1726884907.26021: starting attempt loop 11924 1726884907.26027: running the handler 11924 1726884907.26046: _low_level_execute_command(): starting 11924 1726884907.26060: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884907.26753: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884907.26875: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884907.26899: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884907.26927: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884907.27073: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884907.28738: stdout chunk (state=3): >>>/root <<< 11924 1726884907.29067: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884907.29070: stdout chunk (state=3): >>><<< 11924 1726884907.29073: stderr chunk (state=3): >>><<< 11924 1726884907.29098: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884907.29363: _low_level_execute_command(): starting 11924 1726884907.29367: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884907.2926588-15204-45686230145983 `" && echo ansible-tmp-1726884907.2926588-15204-45686230145983="` echo /root/.ansible/tmp/ansible-tmp-1726884907.2926588-15204-45686230145983 `" ) && sleep 0' 11924 1726884907.30103: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884907.30122: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884907.30136: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884907.30153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884907.30245: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884907.30274: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884907.30299: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884907.30318: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884907.30411: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884907.32417: stdout chunk (state=3): >>>ansible-tmp-1726884907.2926588-15204-45686230145983=/root/.ansible/tmp/ansible-tmp-1726884907.2926588-15204-45686230145983 <<< 11924 1726884907.32666: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884907.32670: stdout chunk (state=3): >>><<< 11924 1726884907.32672: stderr chunk (state=3): >>><<< 11924 1726884907.32966: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884907.2926588-15204-45686230145983=/root/.ansible/tmp/ansible-tmp-1726884907.2926588-15204-45686230145983 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884907.32970: variable 'ansible_module_compression' from source: unknown 11924 1726884907.32972: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884907.32973: variable 'ansible_facts' from source: unknown 11924 1726884907.33462: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884907.2926588-15204-45686230145983/AnsiballZ_command.py 11924 1726884907.33863: Sending initial data 11924 1726884907.33875: Sent initial data (155 bytes) 11924 1726884907.34975: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884907.35087: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884907.35116: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884907.35232: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884907.36991: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884907.37186: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884907.37237: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp7lfp07br /root/.ansible/tmp/ansible-tmp-1726884907.2926588-15204-45686230145983/AnsiballZ_command.py <<< 11924 1726884907.37241: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884907.2926588-15204-45686230145983/AnsiballZ_command.py" <<< 11924 1726884907.37364: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp7lfp07br" to remote "/root/.ansible/tmp/ansible-tmp-1726884907.2926588-15204-45686230145983/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884907.2926588-15204-45686230145983/AnsiballZ_command.py" <<< 11924 1726884907.38635: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884907.38688: stderr chunk (state=3): >>><<< 11924 1726884907.38697: stdout chunk (state=3): >>><<< 11924 1726884907.38730: done transferring module to remote 11924 1726884907.38958: _low_level_execute_command(): starting 11924 1726884907.38963: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884907.2926588-15204-45686230145983/ /root/.ansible/tmp/ansible-tmp-1726884907.2926588-15204-45686230145983/AnsiballZ_command.py && sleep 0' 11924 1726884907.40036: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884907.40040: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884907.40043: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884907.40046: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884907.40154: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884907.40212: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884907.40224: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884907.40319: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884907.40331: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884907.42231: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884907.42268: stderr chunk (state=3): >>><<< 11924 1726884907.42292: stdout chunk (state=3): >>><<< 11924 1726884907.42661: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884907.42665: _low_level_execute_command(): starting 11924 1726884907.42667: _low_level_execute_command(): using become for this command 11924 1726884907.42670: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-xzawerutnwwzttlohafefgjglvilcgjv ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884907.2926588-15204-45686230145983/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884907.43084: Initial state: awaiting_escalation: BECOME-SUCCESS-xzawerutnwwzttlohafefgjglvilcgjv 11924 1726884907.43683: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884907.43969: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884907.43998: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884907.44065: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884907.46996: stdout chunk (state=1): >>>BECOME-SUCCESS-xzawerutnwwzttlohafefgjglvilcgjv <<< 11924 1726884907.47084: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-xzawerutnwwzttlohafefgjglvilcgjv' 11924 1726884907.47320: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884907.47362: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884907.47470: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 11924 1726884907.47504: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884907.47531: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884907.47562: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884907.47782: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c6183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c5e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c61a960> <<< 11924 1726884907.47796: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884907.47826: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884907.47853: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884907.48073: stdout chunk (state=3): >>>import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 11924 1726884907.48125: 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' <<< 11924 1726884907.48142: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c408fe0> <<< 11924 1726884907.48216: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884907.48228: 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 0x7f515c409fd0> <<< 11924 1726884907.48260: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884907.48284: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884907.48516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884907.48541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884907.48575: 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' <<< 11924 1726884907.48772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c44fdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c44ffe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884907.48804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884907.48834: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884907.48875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884907.48888: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884907.48920: 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 0x7f515c47f7a0> <<< 11924 1726884907.49071: 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 0x7f515c47fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c45faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c45d1c0> <<< 11924 1726884907.49178: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c44cf80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884907.49217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884907.49284: 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' <<< 11924 1726884907.49324: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4a36e0> <<< 11924 1726884907.49336: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4a2300> <<< 11924 1726884907.49595: 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 0x7f515c45e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4a0b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4d4740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c44c200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c4d4bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4d4aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c4d4e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c442d20> <<< 11924 1726884907.49600: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884907.49603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884907.49616: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884907.49640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884907.49658: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4d5550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4d5220> <<< 11924 1726884907.49670: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 11924 1726884907.49699: 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' <<< 11924 1726884907.49876: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4d6450> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4f0680> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884907.49897: 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 0x7f515c4f1dc0> <<< 11924 1726884907.49972: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4f2c60> <<< 11924 1726884907.50009: 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 0x7f515c4f3290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4f21b0> <<< 11924 1726884907.50036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884907.50048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884907.50093: 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 0x7f515c4f3d10> <<< 11924 1726884907.50170: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4f3440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4d64b0> <<< 11924 1726884907.50185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884907.50200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884907.50220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884907.50232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884907.50396: 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 0x7f515c283c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c2ac770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c2ac4d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c2ac7a0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884907.50874: 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 0x7f515c2ad0d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c2adac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c2ac980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c281df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c2aee70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c2adbb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4d6ba0> <<< 11924 1726884907.50894: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884907.51038: 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 0x7f515c2db1d0> <<< 11924 1726884907.51089: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884907.51106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884907.51126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884907.51240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884907.51378: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c303590> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c35c350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884907.51402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884907.51448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884907.51533: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c35eab0> <<< 11924 1726884907.51610: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c35c470> <<< 11924 1726884907.51650: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c329370> <<< 11924 1726884907.51683: 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' <<< 11924 1726884907.51707: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c165460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c302390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c2afda0> <<< 11924 1726884907.51818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884907.51839: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f515c302990> <<< 11924 1726884907.52026: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_3h7atfwo/ansible_ansible.legacy.command_payload.zip' <<< 11924 1726884907.52048: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.52162: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.52193: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884907.52211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884907.52251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884907.52322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884907.52359: 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 0x7f515c1bb200> <<< 11924 1726884907.52470: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884907.52551: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c19e0f0> <<< 11924 1726884907.52680: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c19d250> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884907.54058: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.55172: 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 0x7f515c1b90d0> <<< 11924 1726884907.55202: 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' <<< 11924 1726884907.55515: 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' <<< 11924 1726884907.55520: 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 0x7f515c1e2bd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c1e2960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c1e2270> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c1e2d80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c1bbc20> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c1e3950> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c1e3b90> <<< 11924 1726884907.55523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884907.55559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884907.55580: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884907.55615: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c1e3f50> <<< 11924 1726884907.55640: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884907.55670: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884907.55683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884907.55711: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb15d60> <<< 11924 1726884907.55745: 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 0x7f515bb17980> <<< 11924 1726884907.55773: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884907.55790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884907.55826: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb18380> <<< 11924 1726884907.55841: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884907.55875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884907.55907: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb19520> <<< 11924 1726884907.55921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884907.55946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884907.56072: 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' <<< 11924 1726884907.56100: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb1bf50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515bb20140> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb1a2d0> <<< 11924 1726884907.56118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884907.56177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884907.56180: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884907.56183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 11924 1726884907.56186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884907.56226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884907.56229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884907.56404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb23e90> import '_tokenize' # <<< 11924 1726884907.56432: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb22960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb226c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb22c30> <<< 11924 1726884907.56660: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb1a7e0> <<< 11924 1726884907.56687: 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 0x7f515bb67ec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb681d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515bb69cd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb69a90> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884907.56759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884907.56811: 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 0x7f515bb6c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb6a3c0> <<< 11924 1726884907.56838: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884907.56872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884907.56899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884907.56920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884907.57058: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb6fa10> <<< 11924 1726884907.57085: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb6c3e0> <<< 11924 1726884907.57152: stdout 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 0x7f515bb707a0> <<< 11924 1726884907.57178: stdout 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 0x7f515bb70bf0> <<< 11924 1726884907.57272: stdout 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 0x7f515bb70b60> <<< 11924 1726884907.57285: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb683b0> <<< 11924 1726884907.57315: 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' <<< 11924 1726884907.57339: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884907.57388: 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 0x7f515bbfc140> <<< 11924 1726884907.57516: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884907.57530: 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 0x7f515bbfd460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb728d0> <<< 11924 1726884907.57564: 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 0x7f515bb73c50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb72510> <<< 11924 1726884907.57785: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884907.57788: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.57820: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884907.57844: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.57867: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884907.57979: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.58327: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.58657: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.59182: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884907.59207: 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' # <<< 11924 1726884907.59224: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884907.59329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884907.59782: 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 0x7f515ba01580> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515ba02300> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bbfd4f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884907.59787: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.59813: 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 0x7f515ba023c0> <<< 11924 1726884907.59832: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.60290: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.60728: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.60802: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.60977: 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 <<< 11924 1726884907.61036: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.61124: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 11924 1726884907.61153: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.61177: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884907.61210: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.61253: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884907.61272: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.61579: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.61716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884907.61779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884907.61793: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884907.62025: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515ba035c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884907.62058: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884907.62100: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.62139: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884907.62193: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884907.62241: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.62297: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.62435: stdout chunk (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' <<< 11924 1726884907.62492: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515ba0e210> <<< 11924 1726884907.62533: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515ba097f0> <<< 11924 1726884907.62556: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884907.62578: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.62680: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.62702: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.62791: 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 <<< 11924 1726884907.62820: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884907.62836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884907.63118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884907.63122: 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 0x7f515bb02a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c21a780> <<< 11924 1726884907.63144: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515ba0e390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515ba01130> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884907.63149: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.63173: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.63190: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884907.63248: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884907.63276: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.63294: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884907.63407: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.63532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884907.63578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c19f1d0> <<< 11924 1726884907.63646: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884907.64122: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 22:15:07.636962", "end": "2024-09-20 22:15:07.640064", "delta": "0:00:00.003102", "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__ <<< 11924 1726884907.64908: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884907.64913: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 11924 1726884907.65182: 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 # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884907.65212: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno <<< 11924 1726884907.65236: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884907.65261: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884907.65275: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884907.65311: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884907.65343: 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 <<< 11924 1726884907.65374: 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 <<< 11924 1726884907.65423: 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 <<< 11924 1726884907.65606: 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 <<< 11924 1726884907.65630: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 11924 1726884907.65650: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884907.65672: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884907.65688: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884907.65720: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884907.65739: 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 <<< 11924 1726884907.65762: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884907.65846: 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 <<< 11924 1726884907.65866: stdout chunk (state=3): >>># destroy time <<< 11924 1726884907.65895: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 11924 1726884907.66081: 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 <<< 11924 1726884907.66658: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884907.66661: stdout chunk (state=3): >>><<< 11924 1726884907.66663: stderr chunk (state=3): >>><<< 11924 1726884907.66678: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c6183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c5e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c61a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c408fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c409fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c44fdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c44ffe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c47f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c47fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c45faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c45d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c44cf80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4a36e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4a2300> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c45e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4a0b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4d4740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c44c200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c4d4bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4d4aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c4d4e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c442d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4d5550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4d5220> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4d6450> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4f0680> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c4f1dc0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4f2c60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c4f3290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4f21b0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c4f3d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4f3440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4d64b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c283c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c2ac770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c2ac4d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c2ac7a0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c2ad0d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c2adac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c2ac980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c281df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c2aee70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c2adbb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c4d6ba0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c2db1d0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c303590> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c35c350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c35eab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c35c470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c329370> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c165460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c302390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c2afda0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f515c302990> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_3h7atfwo/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 0x7f515c1bb200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c19e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c19d250> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c1b90d0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c1e2bd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c1e2960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c1e2270> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c1e2d80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c1bbc20> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c1e3950> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515c1e3b90> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c1e3f50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb15d60> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515bb17980> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb18380> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb19520> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb1bf50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515bb20140> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb1a2d0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb23e90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb22960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb226c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb22c30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb1a7e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515bb67ec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb681d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515bb69cd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb69a90> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515bb6c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb6a3c0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb6fa10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb6c3e0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515bb707a0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515bb70bf0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515bb70b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb683b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515bbfc140> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515bbfd460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb728d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515bb73c50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb72510> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515ba01580> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515ba02300> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bbfd4f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515ba023c0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515ba035c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f515ba0e210> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515ba097f0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515bb02a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515c21a780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515ba0e390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f515ba01130> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f515c19f1d0> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 22:15:07.636962", "end": "2024-09-20 22:15:07.640064", "delta": "0:00:00.003102", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884907.67746: 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-1726884907.2926588-15204-45686230145983/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884907.67751: _low_level_execute_command(): starting 11924 1726884907.67754: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884907.2926588-15204-45686230145983/ > /dev/null 2>&1 && sleep 0' 11924 1726884907.68162: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884907.68166: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884907.68168: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884907.68170: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884907.68207: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884907.68218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884907.68440: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884907.68575: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884907.70280: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884907.70317: stderr chunk (state=3): >>><<< 11924 1726884907.70331: stdout chunk (state=3): >>><<< 11924 1726884907.70358: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884907.70763: handler run complete 11924 1726884907.70766: Evaluated conditional (False): False 11924 1726884907.70768: Evaluated conditional (False): False 11924 1726884907.70770: attempt loop complete, returning result 11924 1726884907.70772: _execute() done 11924 1726884907.70775: dumping result to json 11924 1726884907.70776: done dumping result, returning 11924 1726884907.70779: done running TaskExecutor() for managed_node2/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-f4c0-2290-000000001fc2] 11924 1726884907.70781: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001fc2 11924 1726884907.70852: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001fc2 11924 1726884907.70858: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003102", "end": "2024-09-20 22:15:07.640064", "failed_when_result": false, "rc": 0, "start": "2024-09-20 22:15:07.636962" } 11924 1726884907.70942: no more pending results, returning what we have 11924 1726884907.70946: results queue empty 11924 1726884907.70947: checking for any_errors_fatal 11924 1726884907.70959: done checking for any_errors_fatal 11924 1726884907.70960: checking for max_fail_percentage 11924 1726884907.70962: done checking for max_fail_percentage 11924 1726884907.70964: checking to see if all hosts have failed and the running result is not ok 11924 1726884907.70964: done checking to see if all hosts have failed 11924 1726884907.70965: getting the remaining hosts for this loop 11924 1726884907.70967: done getting the remaining hosts for this loop 11924 1726884907.70971: getting the next task for host managed_node2 11924 1726884907.70979: done getting next task for host managed_node2 11924 1726884907.70982: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 11924 1726884907.70985: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_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 11924 1726884907.70988: getting variables 11924 1726884907.70990: in VariableManager get_vars() 11924 1726884907.71025: Calling all_inventory to load vars for managed_node2 11924 1726884907.71027: Calling groups_inventory to load vars for managed_node2 11924 1726884907.71030: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884907.71040: Calling all_plugins_play to load vars for managed_node2 11924 1726884907.71043: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884907.71045: Calling groups_plugins_play to load vars for managed_node2 11924 1726884907.81633: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884907.82938: done with get_vars() 11924 1726884907.82959: 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 22:15:07 -0400 (0:00:00.592) 0:01:13.172 ****** 11924 1726884907.83339: entering _queue_task() for managed_node2/include_tasks 11924 1726884907.84153: worker is 1 (out of 1 available) 11924 1726884907.84369: exiting _queue_task() for managed_node2/include_tasks 11924 1726884907.84381: done queuing things up, now waiting for results queue to drain 11924 1726884907.84384: waiting for pending results... 11924 1726884907.84813: running TaskExecutor() for managed_node2/TASK: Verify the volumes listed in storage_pools were correctly managed 11924 1726884907.85176: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001fc3 11924 1726884907.85191: variable 'ansible_search_path' from source: unknown 11924 1726884907.85238: variable '_storage_pools_list' from source: set_fact 11924 1726884907.85963: variable '_storage_pools_list' from source: set_fact 11924 1726884907.86326: variable 'omit' from source: magic vars 11924 1726884907.86709: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884907.86861: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884907.86866: variable 'omit' from source: magic vars 11924 1726884907.87679: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884907.88253: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884907.88349: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884907.88451: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884907.88499: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884907.88756: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884907.88790: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884907.88879: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884907.88916: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884907.89121: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884907.94204: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884907.94462: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884907.94469: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884907.94511: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884907.94558: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884907.94692: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884907.94779: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884907.94884: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884907.94937: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884907.95071: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884907.95114: variable '_storage_pools_list' from source: set_fact 11924 1726884907.95149: Evaluated conditional (_storage_pools_list is defined and _storage_pools_list | length > 0): True 11924 1726884907.95205: variable 'storage_test_pool' from source: unknown 11924 1726884907.95284: variable 'storage_test_pool' from source: unknown 11924 1726884907.95946: dumping result to json 11924 1726884907.95949: done dumping result, returning 11924 1726884907.95952: done running TaskExecutor() for managed_node2/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-f4c0-2290-000000001fc3] 11924 1726884907.95956: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001fc3 11924 1726884907.96026: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001fc3 11924 1726884907.96029: WORKER PROCESS EXITING 11924 1726884907.96124: no more pending results, returning what we have 11924 1726884907.96131: in VariableManager get_vars() 11924 1726884907.96173: Calling all_inventory to load vars for managed_node2 11924 1726884907.96176: Calling groups_inventory to load vars for managed_node2 11924 1726884907.96181: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884907.96193: Calling all_plugins_play to load vars for managed_node2 11924 1726884907.96197: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884907.96203: Calling groups_plugins_play to load vars for managed_node2 11924 1726884907.97123: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884907.97765: done with get_vars() 11924 1726884907.97777: variable 'ansible_search_path' from source: unknown 11924 1726884907.97837: we have included files to process 11924 1726884907.97839: generating all_blocks data 11924 1726884907.97841: done generating all_blocks data 11924 1726884907.97846: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884907.97847: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884907.97850: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884907.98302: in VariableManager get_vars() 11924 1726884907.98324: done with get_vars() 11924 1726884907.98338: done processing included file 11924 1726884907.98340: iterating over new_blocks loaded from include file 11924 1726884907.98342: in VariableManager get_vars() 11924 1726884907.98358: done with get_vars() 11924 1726884907.98360: filtering new block on tags 11924 1726884907.98410: done filtering new block on tags 11924 1726884907.98413: 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_node2 => (item={'disks': ['sda'], '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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) 11924 1726884907.98429: extending task lists for all hosts with included blocks 11924 1726884907.99012: done extending task lists 11924 1726884907.99014: done processing included files 11924 1726884907.99015: results queue empty 11924 1726884907.99015: checking for any_errors_fatal 11924 1726884907.99022: done checking for any_errors_fatal 11924 1726884907.99023: checking for max_fail_percentage 11924 1726884907.99024: done checking for max_fail_percentage 11924 1726884907.99025: checking to see if all hosts have failed and the running result is not ok 11924 1726884907.99026: done checking to see if all hosts have failed 11924 1726884907.99026: getting the remaining hosts for this loop 11924 1726884907.99028: done getting the remaining hosts for this loop 11924 1726884907.99030: getting the next task for host managed_node2 11924 1726884907.99035: done getting next task for host managed_node2 11924 1726884907.99037: ^ task is: TASK: Set _storage_pool_tests 11924 1726884907.99040: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884907.99043: getting variables 11924 1726884907.99044: in VariableManager get_vars() 11924 1726884907.99053: Calling all_inventory to load vars for managed_node2 11924 1726884907.99158: Calling groups_inventory to load vars for managed_node2 11924 1726884907.99161: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884907.99166: Calling all_plugins_play to load vars for managed_node2 11924 1726884907.99168: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884907.99171: Calling groups_plugins_play to load vars for managed_node2 11924 1726884908.00023: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884908.01189: done with get_vars() 11924 1726884908.01204: done getting variables 11924 1726884908.01238: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set _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 22:15:08 -0400 (0:00:00.179) 0:01:13.351 ****** 11924 1726884908.01269: entering _queue_task() for managed_node2/set_fact 11924 1726884908.01996: worker is 1 (out of 1 available) 11924 1726884908.02013: exiting _queue_task() for managed_node2/set_fact 11924 1726884908.02026: done queuing things up, now waiting for results queue to drain 11924 1726884908.02027: waiting for pending results... 11924 1726884908.02603: running TaskExecutor() for managed_node2/TASK: Set _storage_pool_tests 11924 1726884908.02768: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000020c9 11924 1726884908.02784: variable 'ansible_search_path' from source: unknown 11924 1726884908.02816: calling self._execute() 11924 1726884908.02927: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884908.02931: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884908.02942: variable 'omit' from source: magic vars 11924 1726884908.03262: variable 'omit' from source: magic vars 11924 1726884908.03308: variable 'omit' from source: magic vars 11924 1726884908.03456: variable 'omit' from source: magic vars 11924 1726884908.03587: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884908.03628: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884908.03649: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884908.03669: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884908.03681: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884908.03703: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884908.03717: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884908.03746: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884908.03750: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884908.03752: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884908.04074: Set connection var ansible_shell_executable to /bin/sh 11924 1726884908.04078: Set connection var ansible_connection to ssh 11924 1726884908.04083: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884908.04089: Set connection var ansible_timeout to 10 11924 1726884908.04096: Set connection var ansible_pipelining to False 11924 1726884908.04104: Set connection var ansible_shell_type to sh 11924 1726884908.04131: variable 'ansible_shell_executable' from source: unknown 11924 1726884908.04135: variable 'ansible_connection' from source: unknown 11924 1726884908.04138: variable 'ansible_module_compression' from source: unknown 11924 1726884908.04140: variable 'ansible_shell_type' from source: unknown 11924 1726884908.04143: variable 'ansible_shell_executable' from source: unknown 11924 1726884908.04146: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884908.04148: variable 'ansible_pipelining' from source: unknown 11924 1726884908.04151: variable 'ansible_timeout' from source: unknown 11924 1726884908.04154: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884908.04750: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884908.04756: variable 'omit' from source: magic vars 11924 1726884908.04759: starting attempt loop 11924 1726884908.04762: running the handler 11924 1726884908.04763: handler run complete 11924 1726884908.04765: attempt loop complete, returning result 11924 1726884908.04767: _execute() done 11924 1726884908.04769: dumping result to json 11924 1726884908.04771: done dumping result, returning 11924 1726884908.04773: done running TaskExecutor() for managed_node2/TASK: Set _storage_pool_tests [0affc8a3-6f6f-f4c0-2290-0000000020c9] 11924 1726884908.04775: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000020c9 11924 1726884908.04839: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000020c9 11924 1726884908.04842: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } 11924 1726884908.05111: no more pending results, returning what we have 11924 1726884908.05114: results queue empty 11924 1726884908.05115: checking for any_errors_fatal 11924 1726884908.05116: done checking for any_errors_fatal 11924 1726884908.05117: checking for max_fail_percentage 11924 1726884908.05119: done checking for max_fail_percentage 11924 1726884908.05119: checking to see if all hosts have failed and the running result is not ok 11924 1726884908.05120: done checking to see if all hosts have failed 11924 1726884908.05121: getting the remaining hosts for this loop 11924 1726884908.05122: done getting the remaining hosts for this loop 11924 1726884908.05125: getting the next task for host managed_node2 11924 1726884908.05131: done getting next task for host managed_node2 11924 1726884908.05133: ^ task is: TASK: Get VG shared value status 11924 1726884908.05136: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884908.05140: getting variables 11924 1726884908.05141: in VariableManager get_vars() 11924 1726884908.05173: Calling all_inventory to load vars for managed_node2 11924 1726884908.05176: Calling groups_inventory to load vars for managed_node2 11924 1726884908.05180: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884908.05190: Calling all_plugins_play to load vars for managed_node2 11924 1726884908.05193: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884908.05196: Calling groups_plugins_play to load vars for managed_node2 11924 1726884908.06394: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884908.07637: done with get_vars() 11924 1726884908.07652: done getting variables 11924 1726884908.07817: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:08 -0400 (0:00:00.065) 0:01:13.417 ****** 11924 1726884908.07846: entering _queue_task() for managed_node2/command 11924 1726884908.08490: worker is 1 (out of 1 available) 11924 1726884908.08506: exiting _queue_task() for managed_node2/command 11924 1726884908.08519: done queuing things up, now waiting for results queue to drain 11924 1726884908.08521: waiting for pending results... 11924 1726884908.09031: running TaskExecutor() for managed_node2/TASK: Get VG shared value status 11924 1726884908.09254: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000020ca 11924 1726884908.09318: variable 'ansible_search_path' from source: unknown 11924 1726884908.09350: calling self._execute() 11924 1726884908.09586: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884908.09590: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884908.09604: variable 'omit' from source: magic vars 11924 1726884908.10695: variable 'storage_test_pool' from source: include params 11924 1726884908.11163: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): True 11924 1726884908.11166: variable 'omit' from source: magic vars 11924 1726884908.11169: variable 'omit' from source: magic vars 11924 1726884908.11215: variable 'storage_test_pool' from source: include params 11924 1726884908.11259: variable 'omit' from source: magic vars 11924 1726884908.11503: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884908.11506: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884908.11574: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884908.11593: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884908.11709: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884908.11712: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884908.11714: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884908.11717: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884908.11719: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884908.11721: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884908.11928: Set connection var ansible_shell_executable to /bin/sh 11924 1726884908.11931: Set connection var ansible_connection to ssh 11924 1726884908.11934: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884908.11936: Set connection var ansible_timeout to 10 11924 1726884908.11937: Set connection var ansible_pipelining to False 11924 1726884908.11939: Set connection var ansible_shell_type to sh 11924 1726884908.11942: variable 'ansible_shell_executable' from source: unknown 11924 1726884908.11943: variable 'ansible_connection' from source: unknown 11924 1726884908.11945: variable 'ansible_module_compression' from source: unknown 11924 1726884908.11947: variable 'ansible_shell_type' from source: unknown 11924 1726884908.11950: variable 'ansible_shell_executable' from source: unknown 11924 1726884908.11951: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884908.11953: variable 'ansible_pipelining' from source: unknown 11924 1726884908.11957: variable 'ansible_timeout' from source: unknown 11924 1726884908.11959: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884908.12461: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884908.12469: variable 'omit' from source: magic vars 11924 1726884908.12475: starting attempt loop 11924 1726884908.12478: running the handler 11924 1726884908.12492: _low_level_execute_command(): starting 11924 1726884908.12502: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884908.13580: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884908.13864: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884908.13883: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884908.13895: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884908.14147: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884908.15672: stdout chunk (state=3): >>>/root <<< 11924 1726884908.15923: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884908.15928: stdout chunk (state=3): >>><<< 11924 1726884908.15937: stderr chunk (state=3): >>><<< 11924 1726884908.15966: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884908.15978: _low_level_execute_command(): starting 11924 1726884908.15983: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884908.159639-15248-171010922642909 `" && echo ansible-tmp-1726884908.159639-15248-171010922642909="` echo /root/.ansible/tmp/ansible-tmp-1726884908.159639-15248-171010922642909 `" ) && sleep 0' 11924 1726884908.17339: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884908.17393: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884908.17398: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884908.17459: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884908.17578: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884908.19454: stdout chunk (state=3): >>>ansible-tmp-1726884908.159639-15248-171010922642909=/root/.ansible/tmp/ansible-tmp-1726884908.159639-15248-171010922642909 <<< 11924 1726884908.19585: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884908.19669: stderr chunk (state=3): >>><<< 11924 1726884908.19672: stdout chunk (state=3): >>><<< 11924 1726884908.19696: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884908.159639-15248-171010922642909=/root/.ansible/tmp/ansible-tmp-1726884908.159639-15248-171010922642909 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884908.19731: variable 'ansible_module_compression' from source: unknown 11924 1726884908.19786: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884908.19821: variable 'ansible_facts' from source: unknown 11924 1726884908.20109: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884908.159639-15248-171010922642909/AnsiballZ_command.py 11924 1726884908.20377: Sending initial data 11924 1726884908.20380: Sent initial data (155 bytes) 11924 1726884908.21398: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884908.21404: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884908.21612: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884908.21616: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884908.21619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884908.21622: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884908.21624: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884908.21626: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884908.21759: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884908.21848: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884908.23507: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 11924 1726884908.23536: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 11924 1726884908.23582: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884908.23800: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp0mamdo4h /root/.ansible/tmp/ansible-tmp-1726884908.159639-15248-171010922642909/AnsiballZ_command.py <<< 11924 1726884908.23803: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884908.159639-15248-171010922642909/AnsiballZ_command.py" <<< 11924 1726884908.23989: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp0mamdo4h" to remote "/root/.ansible/tmp/ansible-tmp-1726884908.159639-15248-171010922642909/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884908.159639-15248-171010922642909/AnsiballZ_command.py" <<< 11924 1726884908.25064: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884908.25119: stderr chunk (state=3): >>><<< 11924 1726884908.25130: stdout chunk (state=3): >>><<< 11924 1726884908.25160: done transferring module to remote 11924 1726884908.25350: _low_level_execute_command(): starting 11924 1726884908.25353: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884908.159639-15248-171010922642909/ /root/.ansible/tmp/ansible-tmp-1726884908.159639-15248-171010922642909/AnsiballZ_command.py && sleep 0' 11924 1726884908.26572: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884908.26713: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884908.26732: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884908.26823: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884908.28632: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884908.28643: stdout chunk (state=3): >>><<< 11924 1726884908.28658: stderr chunk (state=3): >>><<< 11924 1726884908.28883: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884908.28887: _low_level_execute_command(): starting 11924 1726884908.28889: _low_level_execute_command(): using become for this command 11924 1726884908.28891: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-jtrfzgfxwtumimgnfnmsuvfkounajtme ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884908.159639-15248-171010922642909/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884908.29115: Initial state: awaiting_escalation: BECOME-SUCCESS-jtrfzgfxwtumimgnfnmsuvfkounajtme 11924 1726884908.29754: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884908.29835: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884908.32819: stdout chunk (state=1): >>>BECOME-SUCCESS-jtrfzgfxwtumimgnfnmsuvfkounajtme <<< 11924 1726884908.32871: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-jtrfzgfxwtumimgnfnmsuvfkounajtme' 11924 1726884908.33136: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884908.33251: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884908.33304: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # <<< 11924 1726884908.33411: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884908.33430: 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' <<< 11924 1726884908.33494: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884908.33781: 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 0x7ff710c183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710be7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710c1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 11924 1726884908.33936: 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' <<< 11924 1726884908.33949: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a2cfe0> <<< 11924 1726884908.34023: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884908.34027: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884908.34032: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a2dfd0> <<< 11924 1726884908.34053: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884908.34079: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884908.34383: 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' <<< 11924 1726884908.34390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884908.34424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884908.34439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884908.34463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884908.34573: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a73dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a73fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884908.34602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884908.34617: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884908.34674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884908.34719: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884908.34724: 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 0x7ff710aa37d0> <<< 11924 1726884908.34834: 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 0x7ff710aa3e60> import '_collections' # <<< 11924 1726884908.34837: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a83a70> <<< 11924 1726884908.34840: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884908.34918: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a811c0> <<< 11924 1726884908.34958: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a70f80> <<< 11924 1726884908.35028: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884908.35177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710ac7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710ac6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710ac4bc0> <<< 11924 1726884908.35226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884908.35391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710af8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a70200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710af8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710af8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710af8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a66d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884908.35395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884908.35409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884908.35451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884908.35456: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710af95e0> <<< 11924 1726884908.35466: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710af92b0> import 'importlib.machinery' # <<< 11924 1726884908.35502: 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' <<< 11924 1726884908.35519: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710afa4e0> <<< 11924 1726884908.35610: 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 <<< 11924 1726884908.35617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884908.35635: 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 0x7ff710b106e0> <<< 11924 1726884908.35646: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884908.35714: 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 0x7ff710b11dc0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884908.35805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884908.35809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884908.35811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 11924 1726884908.35813: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710b12c30> <<< 11924 1726884908.35875: 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 0x7ff710b13260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710b12180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884908.35911: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884908.35914: 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 0x7ff710b13ce0> <<< 11924 1726884908.36142: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710b13410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710afa450> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff7108ebb30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710918560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7109182f0> <<< 11924 1726884908.36172: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884908.36179: 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 0x7ff710918590> <<< 11924 1726884908.36237: 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' <<< 11924 1726884908.36357: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884908.36407: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710918e60> <<< 11924 1726884908.36534: 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 0x7ff710919850> <<< 11924 1726884908.36576: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710918770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7108e9cd0> <<< 11924 1726884908.36680: 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 0x7ff71091ab70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710b11d00> <<< 11924 1726884908.36698: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710afac00> <<< 11924 1726884908.36719: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884908.36806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884908.36809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884908.36842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884908.36866: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710942e70> <<< 11924 1726884908.36926: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884908.36981: 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 <<< 11924 1726884908.36984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884908.37181: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71096b230> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710993f50> <<< 11924 1726884908.37185: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884908.37219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884908.37244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884908.37284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884908.37478: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7109c66f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710993dd0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71096bec0> <<< 11924 1726884908.37515: 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 0x7ff7107cd040> <<< 11924 1726884908.37571: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71096a030> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71091ba70> <<< 11924 1726884908.37660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884908.37673: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff71096a630> <<< 11924 1726884908.38098: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_ahbcdu7o/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' <<< 11924 1726884908.38113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884908.38173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884908.38308: 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 0x7ff71081edb0> import '_typing' # <<< 11924 1726884908.38398: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710801ca0> <<< 11924 1726884908.38416: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710800e00> # zipimport: zlib available <<< 11924 1726884908.38438: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884908.38453: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.38476: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.38488: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884908.38543: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.39904: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.41020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71081d0a0> <<< 11924 1726884908.41047: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884908.41070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884908.41096: 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' <<< 11924 1726884908.41119: 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' <<< 11924 1726884908.41146: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884908.41168: 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 0x7ff71084e690> <<< 11924 1726884908.41192: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71084e420> <<< 11924 1726884908.41237: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71084dd30> <<< 11924 1726884908.41254: 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' <<< 11924 1726884908.41293: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71084e7e0> <<< 11924 1726884908.41308: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a829c0> import 'atexit' # <<< 11924 1726884908.41330: 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 0x7ff71084f440> <<< 11924 1726884908.41385: 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 0x7ff71084f680> <<< 11924 1726884908.41388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884908.41438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884908.41473: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884908.41487: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71084fbc0> <<< 11924 1726884908.41586: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710119a30> <<< 11924 1726884908.41669: 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 0x7ff71011b650> <<< 11924 1726884908.41679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884908.41711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884908.41714: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71011bfe0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884908.41861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884908.41875: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7101211c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884908.41894: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710123c50> <<< 11924 1726884908.41927: 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 0x7ff710942de0> <<< 11924 1726884908.41943: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710121f10> <<< 11924 1726884908.41967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884908.41992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884908.42186: 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 0x7ff710127ad0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7101265a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710126300> <<< 11924 1726884908.42210: 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' <<< 11924 1726884908.42291: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710126870> <<< 11924 1726884908.42313: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710123140> <<< 11924 1726884908.42345: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884908.42363: 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 0x7ff71016bd70> <<< 11924 1726884908.42391: 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 0x7ff71016bdd0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 11924 1726884908.42419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884908.42585: 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' <<< 11924 1726884908.42602: 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 0x7ff71016d8b0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71016d670> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884908.42621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884908.42673: 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 0x7ff71016fe30> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71016dfa0> <<< 11924 1726884908.42698: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884908.42734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884908.42766: 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' <<< 11924 1726884908.42788: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884908.42830: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7101735f0> <<< 11924 1726884908.42950: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71016ff80> <<< 11924 1726884908.43010: stdout 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 0x7ff7101743b0> <<< 11924 1726884908.43043: stdout 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 0x7ff7101743e0> <<< 11924 1726884908.43084: stdout 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 0x7ff710174920> <<< 11924 1726884908.43115: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71016bef0> <<< 11924 1726884908.43147: 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 <<< 11924 1726884908.43239: 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 0x7ff710177fe0> <<< 11924 1726884908.43380: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884908.43421: 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 0x7ff7100012e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7101767e0> <<< 11924 1726884908.43428: 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 0x7ff710177b60> <<< 11924 1726884908.43462: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7101763c0> # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884908.43488: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884908.43573: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.43665: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884908.43731: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884908.43734: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884908.43744: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.43853: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.43974: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.44524: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.45170: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884908.45187: 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 0x7ff7100054f0> <<< 11924 1726884908.45249: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884908.45272: 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 0x7ff710006330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710001580> <<< 11924 1726884908.45332: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884908.45352: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.45530: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884908.45554: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.45684: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884908.45708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710006390> # zipimport: zlib available <<< 11924 1726884908.46272: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.46608: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.46678: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.46751: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884908.46774: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.46795: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.46832: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884908.46849: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.46914: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.46992: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884908.47035: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884908.47058: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.47087: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.47124: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884908.47158: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.47366: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.47593: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884908.47657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884908.47727: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7100074a0> <<< 11924 1726884908.47744: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.47836: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.47885: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884908.47920: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884908.47941: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.48010: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.48039: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884908.48094: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.48126: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.48186: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.48244: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884908.48498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884908.48504: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710011f70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71000d730> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884908.48562: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.48581: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.48624: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884908.48640: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884908.48670: 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 <<< 11924 1726884908.48885: 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 0x7ff7101029c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710872690> <<< 11924 1726884908.48972: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710012000> <<< 11924 1726884908.48993: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710006d50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884908.49025: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.49054: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884908.49120: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884908.49143: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.49168: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884908.49282: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.49402: 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' <<< 11924 1726884908.49492: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710871c40> <<< 11924 1726884908.49513: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884908.52475: stdout chunk (state=3): >>> {"changed": true, "stdout": " 0", "stderr": "", "rc": 0, "cmd": ["vgs", "--noheadings", "--binary", "-o", "shared", "foo"], "start": "2024-09-20 22:15:08.495780", "end": "2024-09-20 22:15:08.523796", "delta": "0:00:00.028016", "msg": "", "invocation": {"module_args": {"_raw_params": "vgs --noheadings --binary -o shared foo", "_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}}} <<< 11924 1726884908.52523: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884908.52973: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884908.53030: 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 <<< 11924 1726884908.53123: 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 <<< 11924 1726884908.53180: 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 # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_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 <<< 11924 1726884908.53460: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 11924 1726884908.53517: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath <<< 11924 1726884908.53596: 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 <<< 11924 1726884908.53644: 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 <<< 11924 1726884908.53712: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy shutil <<< 11924 1726884908.53748: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884908.53812: 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 <<< 11924 1726884908.53821: 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 <<< 11924 1726884908.53911: 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 <<< 11924 1726884908.54030: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884908.54054: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884908.54096: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884908.54110: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884908.54162: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884908.54166: 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 <<< 11924 1726884908.54189: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884908.54284: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884908.54320: 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 <<< 11924 1726884908.54347: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 11924 1726884908.54380: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 11924 1726884908.54411: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884908.55002: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884908.55005: stdout chunk (state=3): >>><<< 11924 1726884908.55007: stderr chunk (state=3): >>><<< 11924 1726884908.55186: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710c183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710be7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710c1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a2cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a2dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a73dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a73fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710aa37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710aa3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a83a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a70f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710ac7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710ac6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a821b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710ac4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710af8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a70200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710af8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710af8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710af8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a66d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710af95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710af92b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710afa4e0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710b106e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710b11dc0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710b12c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710b13260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710b12180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710b13ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710b13410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710afa450> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff7108ebb30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710918560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7109182f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710918590> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710918e60> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710919850> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710918770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7108e9cd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71091ab70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710b11d00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710afac00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710942e70> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71096b230> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710993f50> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7109c66f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710993dd0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71096bec0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7107cd040> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71096a030> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71091ba70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff71096a630> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_ahbcdu7o/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 0x7ff71081edb0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710801ca0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710800e00> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71081d0a0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff71084e690> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71084e420> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71084dd30> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71084e7e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710a829c0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff71084f440> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff71084f680> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71084fbc0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710119a30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff71011b650> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71011bfe0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7101211c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710123c50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710942de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710121f10> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710127ad0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7101265a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710126300> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710126870> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710123140> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff71016bd70> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71016bdd0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff71016d8b0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71016d670> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff71016fe30> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71016dfa0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7101735f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71016ff80> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff7101743b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff7101743e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710174920> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71016bef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710177fe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff7100012e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7101767e0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710177b60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7101763c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff7100054f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710006330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710001580> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710006390> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7100074a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff710011f70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff71000d730> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff7101029c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710872690> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710012000> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff710006d50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7ff710871c40> # zipimport: zlib available {"changed": true, "stdout": " 0", "stderr": "", "rc": 0, "cmd": ["vgs", "--noheadings", "--binary", "-o", "shared", "foo"], "start": "2024-09-20 22:15:08.495780", "end": "2024-09-20 22:15:08.523796", "delta": "0:00:00.028016", "msg": "", "invocation": {"module_args": {"_raw_params": "vgs --noheadings --binary -o shared foo", "_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884908.56278: done with _execute_module (ansible.legacy.command, {'_raw_params': 'vgs --noheadings --binary -o shared foo', '_ansible_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-1726884908.159639-15248-171010922642909/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884908.56282: _low_level_execute_command(): starting 11924 1726884908.56285: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884908.159639-15248-171010922642909/ > /dev/null 2>&1 && sleep 0' 11924 1726884908.56288: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884908.56291: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884908.56293: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884908.56296: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884908.56298: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884908.56301: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884908.56303: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884908.56320: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884908.56332: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884908.56343: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884908.56362: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884908.56379: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884908.56468: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884908.56485: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884908.56508: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884908.56598: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884908.58534: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884908.58583: stdout chunk (state=3): >>><<< 11924 1726884908.58613: stderr chunk (state=3): >>><<< 11924 1726884908.58651: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884908.58681: handler run complete 11924 1726884908.58735: Evaluated conditional (False): False 11924 1726884908.58923: attempt loop complete, returning result 11924 1726884908.58930: _execute() done 11924 1726884908.58932: dumping result to json 11924 1726884908.58937: done dumping result, returning 11924 1726884908.58939: done running TaskExecutor() for managed_node2/TASK: Get VG shared value status [0affc8a3-6f6f-f4c0-2290-0000000020ca] 11924 1726884908.58941: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000020ca 11924 1726884908.59192: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000020ca 11924 1726884908.59195: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.028016", "end": "2024-09-20 22:15:08.523796", "rc": 0, "start": "2024-09-20 22:15:08.495780" } STDOUT: 0 11924 1726884908.59451: no more pending results, returning what we have 11924 1726884908.59454: results queue empty 11924 1726884908.59457: checking for any_errors_fatal 11924 1726884908.59465: done checking for any_errors_fatal 11924 1726884908.59466: checking for max_fail_percentage 11924 1726884908.59468: done checking for max_fail_percentage 11924 1726884908.59469: checking to see if all hosts have failed and the running result is not ok 11924 1726884908.59470: done checking to see if all hosts have failed 11924 1726884908.59470: getting the remaining hosts for this loop 11924 1726884908.59472: done getting the remaining hosts for this loop 11924 1726884908.59476: getting the next task for host managed_node2 11924 1726884908.59485: done getting next task for host managed_node2 11924 1726884908.59489: ^ task is: TASK: Verify that VG shared value checks out 11924 1726884908.59492: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884908.59496: getting variables 11924 1726884908.59498: in VariableManager get_vars() 11924 1726884908.59536: Calling all_inventory to load vars for managed_node2 11924 1726884908.59538: Calling groups_inventory to load vars for managed_node2 11924 1726884908.59544: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884908.59554: Calling all_plugins_play to load vars for managed_node2 11924 1726884908.59691: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884908.59697: Calling groups_plugins_play to load vars for managed_node2 11924 1726884908.60291: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884908.60904: done with get_vars() 11924 1726884908.60920: done getting variables 11924 1726884908.60989: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:08 -0400 (0:00:00.531) 0:01:13.949 ****** 11924 1726884908.61025: entering _queue_task() for managed_node2/assert 11924 1726884908.61335: worker is 1 (out of 1 available) 11924 1726884908.61347: exiting _queue_task() for managed_node2/assert 11924 1726884908.61362: done queuing things up, now waiting for results queue to drain 11924 1726884908.61363: waiting for pending results... 11924 1726884908.61688: running TaskExecutor() for managed_node2/TASK: Verify that VG shared value checks out 11924 1726884908.61897: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000020cb 11924 1726884908.61904: variable 'ansible_search_path' from source: unknown 11924 1726884908.61907: calling self._execute() 11924 1726884908.61962: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884908.61970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884908.61974: variable 'omit' from source: magic vars 11924 1726884908.62524: variable 'storage_test_pool' from source: include params 11924 1726884908.62529: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): True 11924 1726884908.62532: variable 'omit' from source: magic vars 11924 1726884908.62562: variable 'omit' from source: magic vars 11924 1726884908.62696: variable 'storage_test_pool' from source: include params 11924 1726884908.62719: variable 'actual' from source: task vars 11924 1726884908.62825: variable 'vgs_dump' from source: set_fact 11924 1726884908.62895: variable 'omit' from source: magic vars 11924 1726884908.62959: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884908.62990: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884908.63017: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884908.63067: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884908.63070: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884908.63078: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884908.63099: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884908.63134: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884908.63142: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884908.63148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884908.63284: Set connection var ansible_shell_executable to /bin/sh 11924 1726884908.63287: Set connection var ansible_connection to ssh 11924 1726884908.63460: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884908.63462: Set connection var ansible_timeout to 10 11924 1726884908.63465: Set connection var ansible_pipelining to False 11924 1726884908.63467: Set connection var ansible_shell_type to sh 11924 1726884908.63468: variable 'ansible_shell_executable' from source: unknown 11924 1726884908.63470: variable 'ansible_connection' from source: unknown 11924 1726884908.63472: variable 'ansible_module_compression' from source: unknown 11924 1726884908.63473: variable 'ansible_shell_type' from source: unknown 11924 1726884908.63475: variable 'ansible_shell_executable' from source: unknown 11924 1726884908.63477: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884908.63479: variable 'ansible_pipelining' from source: unknown 11924 1726884908.63480: variable 'ansible_timeout' from source: unknown 11924 1726884908.63482: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884908.63527: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884908.63543: variable 'omit' from source: magic vars 11924 1726884908.63553: starting attempt loop 11924 1726884908.63562: running the handler 11924 1726884908.63692: variable 'storage_test_pool' from source: include params 11924 1726884908.63717: variable 'actual' from source: task vars 11924 1726884908.63800: variable 'vgs_dump' from source: set_fact 11924 1726884908.63826: Evaluated conditional (storage_test_pool.shared == actual): True 11924 1726884908.63837: handler run complete 11924 1726884908.63857: attempt loop complete, returning result 11924 1726884908.63865: _execute() done 11924 1726884908.63871: dumping result to json 11924 1726884908.63877: done dumping result, returning 11924 1726884908.63887: done running TaskExecutor() for managed_node2/TASK: Verify that VG shared value checks out [0affc8a3-6f6f-f4c0-2290-0000000020cb] 11924 1726884908.63897: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000020cb ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884908.64075: no more pending results, returning what we have 11924 1726884908.64078: results queue empty 11924 1726884908.64079: checking for any_errors_fatal 11924 1726884908.64089: done checking for any_errors_fatal 11924 1726884908.64090: checking for max_fail_percentage 11924 1726884908.64092: done checking for max_fail_percentage 11924 1726884908.64094: checking to see if all hosts have failed and the running result is not ok 11924 1726884908.64094: done checking to see if all hosts have failed 11924 1726884908.64095: getting the remaining hosts for this loop 11924 1726884908.64097: done getting the remaining hosts for this loop 11924 1726884908.64100: getting the next task for host managed_node2 11924 1726884908.64108: done getting next task for host managed_node2 11924 1726884908.64112: ^ task is: TASK: Verify pool subset 11924 1726884908.64117: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884908.64121: getting variables 11924 1726884908.64123: in VariableManager get_vars() 11924 1726884908.64158: Calling all_inventory to load vars for managed_node2 11924 1726884908.64161: Calling groups_inventory to load vars for managed_node2 11924 1726884908.64165: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884908.64175: Calling all_plugins_play to load vars for managed_node2 11924 1726884908.64178: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884908.64181: Calling groups_plugins_play to load vars for managed_node2 11924 1726884908.65083: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000020cb 11924 1726884908.65089: WORKER PROCESS EXITING 11924 1726884908.65251: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884908.65816: done with get_vars() 11924 1726884908.65832: 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 22:15:08 -0400 (0:00:00.048) 0:01:13.998 ****** 11924 1726884908.65927: entering _queue_task() for managed_node2/include_tasks 11924 1726884908.66212: worker is 1 (out of 1 available) 11924 1726884908.66226: exiting _queue_task() for managed_node2/include_tasks 11924 1726884908.66241: done queuing things up, now waiting for results queue to drain 11924 1726884908.66243: waiting for pending results... 11924 1726884908.66545: running TaskExecutor() for managed_node2/TASK: Verify pool subset 11924 1726884908.66687: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000020cc 11924 1726884908.66706: variable 'ansible_search_path' from source: unknown 11924 1726884908.66754: variable '_storage_pool_tests' from source: set_fact 11924 1726884908.66999: variable '_storage_pool_tests' from source: set_fact 11924 1726884908.67072: variable 'omit' from source: magic vars 11924 1726884908.67257: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884908.67272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884908.67289: variable 'omit' from source: magic vars 11924 1726884908.67477: variable 'storage_test_pool_subset' from source: unknown 11924 1726884908.67516: variable 'storage_test_pool_subset' from source: unknown 11924 1726884908.67591: variable 'storage_test_pool_subset' from source: unknown 11924 1726884908.67947: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884908.67952: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884908.67954: variable 'omit' from source: magic vars 11924 1726884908.67957: variable 'storage_test_pool_subset' from source: unknown 11924 1726884908.67976: variable 'storage_test_pool_subset' from source: unknown 11924 1726884908.68038: variable 'storage_test_pool_subset' from source: unknown 11924 1726884908.68226: dumping result to json 11924 1726884908.68230: done dumping result, returning 11924 1726884908.68232: done running TaskExecutor() for managed_node2/TASK: Verify pool subset [0affc8a3-6f6f-f4c0-2290-0000000020cc] 11924 1726884908.68235: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000020cc 11924 1726884908.68283: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000020cc 11924 1726884908.68287: WORKER PROCESS EXITING 11924 1726884908.68360: no more pending results, returning what we have 11924 1726884908.68367: in VariableManager get_vars() 11924 1726884908.68409: Calling all_inventory to load vars for managed_node2 11924 1726884908.68412: Calling groups_inventory to load vars for managed_node2 11924 1726884908.68415: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884908.68435: Calling all_plugins_play to load vars for managed_node2 11924 1726884908.68440: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884908.68444: Calling groups_plugins_play to load vars for managed_node2 11924 1726884908.69262: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884908.69858: done with get_vars() 11924 1726884908.69871: variable 'ansible_search_path' from source: unknown 11924 1726884908.69902: variable 'ansible_search_path' from source: unknown 11924 1726884908.69923: we have included files to process 11924 1726884908.69925: generating all_blocks data 11924 1726884908.69926: done generating all_blocks data 11924 1726884908.69930: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884908.69931: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884908.69933: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884908.71970: in VariableManager get_vars() 11924 1726884908.71997: done with get_vars() 11924 1726884908.72087: in VariableManager get_vars() 11924 1726884908.72111: done with get_vars() 11924 1726884908.72150: in VariableManager get_vars() 11924 1726884908.72175: done with get_vars() 11924 1726884908.72216: in VariableManager get_vars() 11924 1726884908.72237: done with get_vars() 11924 1726884908.72281: in VariableManager get_vars() 11924 1726884908.72304: done with get_vars() 11924 1726884908.72348: in VariableManager get_vars() 11924 1726884908.72370: done with get_vars() 11924 1726884908.72411: in VariableManager get_vars() 11924 1726884908.72435: done with get_vars() 11924 1726884908.72528: done processing included file 11924 1726884908.72530: iterating over new_blocks loaded from include file 11924 1726884908.72532: in VariableManager get_vars() 11924 1726884908.72545: done with get_vars() 11924 1726884908.72547: filtering new block on tags 11924 1726884908.72762: done filtering new block on tags 11924 1726884908.72765: 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_node2 => (item=members) 11924 1726884908.72770: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884908.72771: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884908.72774: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884908.72852: in VariableManager get_vars() 11924 1726884908.72873: done with get_vars() 11924 1726884908.72886: done processing included file 11924 1726884908.72887: iterating over new_blocks loaded from include file 11924 1726884908.72888: in VariableManager get_vars() 11924 1726884908.72901: done with get_vars() 11924 1726884908.72902: filtering new block on tags 11924 1726884908.72923: done filtering new block on tags 11924 1726884908.72925: 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_node2 => (item=volumes) 11924 1726884908.72928: extending task lists for all hosts with included blocks 11924 1726884908.73172: done extending task lists 11924 1726884908.73173: done processing included files 11924 1726884908.73174: results queue empty 11924 1726884908.73175: checking for any_errors_fatal 11924 1726884908.73179: done checking for any_errors_fatal 11924 1726884908.73180: checking for max_fail_percentage 11924 1726884908.73181: done checking for max_fail_percentage 11924 1726884908.73182: checking to see if all hosts have failed and the running result is not ok 11924 1726884908.73182: done checking to see if all hosts have failed 11924 1726884908.73183: getting the remaining hosts for this loop 11924 1726884908.73184: done getting the remaining hosts for this loop 11924 1726884908.73187: getting the next task for host managed_node2 11924 1726884908.73191: done getting next task for host managed_node2 11924 1726884908.73193: ^ task is: TASK: Set test variables 11924 1726884908.73196: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884908.73204: getting variables 11924 1726884908.73205: in VariableManager get_vars() 11924 1726884908.73215: Calling all_inventory to load vars for managed_node2 11924 1726884908.73217: Calling groups_inventory to load vars for managed_node2 11924 1726884908.73220: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884908.73226: Calling all_plugins_play to load vars for managed_node2 11924 1726884908.73228: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884908.73231: Calling groups_plugins_play to load vars for managed_node2 11924 1726884908.73684: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884908.74232: done with get_vars() 11924 1726884908.74249: done getting variables 11924 1726884908.74526: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:08 -0400 (0:00:00.088) 0:01:14.086 ****** 11924 1726884908.74768: entering _queue_task() for managed_node2/set_fact 11924 1726884908.75823: worker is 1 (out of 1 available) 11924 1726884908.75834: exiting _queue_task() for managed_node2/set_fact 11924 1726884908.75848: done queuing things up, now waiting for results queue to drain 11924 1726884908.75849: waiting for pending results... 11924 1726884908.76180: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884908.76463: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002104 11924 1726884908.76467: variable 'ansible_search_path' from source: unknown 11924 1726884908.76470: calling self._execute() 11924 1726884908.76473: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884908.76475: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884908.76478: variable 'omit' from source: magic vars 11924 1726884908.77039: variable 'storage_test_pool' from source: include params 11924 1726884908.77094: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884908.77361: variable 'omit' from source: magic vars 11924 1726884908.77364: variable 'omit' from source: magic vars 11924 1726884908.77772: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884908.80089: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884908.80176: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884908.80224: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884908.80271: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884908.80308: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884908.80384: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884908.80418: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884908.80448: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884908.80493: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884908.80516: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884908.80565: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884908.80594: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884908.80624: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884908.80674: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884908.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) 11924 1726884908.80851: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884908.80856: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884908.80859: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884908.80861: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884908.80872: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884908.81049: variable 'ansible_lvm' from source: facts 11924 1726884908.81066: variable 'storage_test_pool' from source: include params 11924 1726884908.81145: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884908.81592: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884908.81638: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884908.81675: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884908.81707: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884908.81912: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884908.81948: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884908.81976: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884908.82013: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884908.82029: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884908.82157: variable 'storage_test_pool' from source: include params 11924 1726884908.82261: variable 'omit' from source: magic vars 11924 1726884908.82264: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884908.82267: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884908.82279: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884908.82299: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884908.82313: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884908.82334: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884908.82353: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884908.82402: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884908.82490: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884908.82493: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884908.82537: Set connection var ansible_shell_executable to /bin/sh 11924 1726884908.82545: Set connection var ansible_connection to ssh 11924 1726884908.82554: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884908.82565: Set connection var ansible_timeout to 10 11924 1726884908.82574: Set connection var ansible_pipelining to False 11924 1726884908.82582: Set connection var ansible_shell_type to sh 11924 1726884908.82619: variable 'ansible_shell_executable' from source: unknown 11924 1726884908.82628: variable 'ansible_connection' from source: unknown 11924 1726884908.82635: variable 'ansible_module_compression' from source: unknown 11924 1726884908.82642: variable 'ansible_shell_type' from source: unknown 11924 1726884908.82649: variable 'ansible_shell_executable' from source: unknown 11924 1726884908.82657: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884908.82665: variable 'ansible_pipelining' from source: unknown 11924 1726884908.82672: variable 'ansible_timeout' from source: unknown 11924 1726884908.82679: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884908.82784: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884908.82814: variable 'omit' from source: magic vars 11924 1726884908.82817: starting attempt loop 11924 1726884908.82819: running the handler 11924 1726884908.82831: handler run complete 11924 1726884908.82924: attempt loop complete, returning result 11924 1726884908.82927: _execute() done 11924 1726884908.82929: dumping result to json 11924 1726884908.82931: done dumping result, returning 11924 1726884908.82933: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-000000002104] 11924 1726884908.82934: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002104 11924 1726884908.83006: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002104 11924 1726884908.83009: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } 11924 1726884908.83085: no more pending results, returning what we have 11924 1726884908.83089: results queue empty 11924 1726884908.83090: checking for any_errors_fatal 11924 1726884908.83091: done checking for any_errors_fatal 11924 1726884908.83092: checking for max_fail_percentage 11924 1726884908.83094: done checking for max_fail_percentage 11924 1726884908.83095: checking to see if all hosts have failed and the running result is not ok 11924 1726884908.83096: done checking to see if all hosts have failed 11924 1726884908.83097: getting the remaining hosts for this loop 11924 1726884908.83099: done getting the remaining hosts for this loop 11924 1726884908.83103: getting the next task for host managed_node2 11924 1726884908.83111: done getting next task for host managed_node2 11924 1726884908.83114: ^ task is: TASK: Get the canonical device path for each member device 11924 1726884908.83119: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884908.83123: getting variables 11924 1726884908.83125: in VariableManager get_vars() 11924 1726884908.83161: Calling all_inventory to load vars for managed_node2 11924 1726884908.83164: Calling groups_inventory to load vars for managed_node2 11924 1726884908.83167: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884908.83178: Calling all_plugins_play to load vars for managed_node2 11924 1726884908.83181: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884908.83184: Calling groups_plugins_play to load vars for managed_node2 11924 1726884908.84035: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884908.84569: done with get_vars() 11924 1726884908.84586: 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 22:15:08 -0400 (0:00:00.099) 0:01:14.185 ****** 11924 1726884908.84679: entering _queue_task() for managed_node2/fedora.linux_system_roles.resolve_blockdev 11924 1726884908.85498: worker is 1 (out of 1 available) 11924 1726884908.85510: exiting _queue_task() for managed_node2/fedora.linux_system_roles.resolve_blockdev 11924 1726884908.85522: done queuing things up, now waiting for results queue to drain 11924 1726884908.85524: waiting for pending results... 11924 1726884908.86075: running TaskExecutor() for managed_node2/TASK: Get the canonical device path for each member device 11924 1726884908.86216: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002105 11924 1726884908.86237: variable 'ansible_search_path' from source: unknown 11924 1726884908.86411: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884908.86791: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884908.87062: variable 'omit' from source: magic vars 11924 1726884908.87426: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884908.87536: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884908.87540: variable 'omit' from source: magic vars 11924 1726884908.87841: variable 'storage_test_pool' from source: include params 11924 1726884908.87878: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884908.87889: variable 'omit' from source: magic vars 11924 1726884908.87939: variable 'omit' from source: magic vars 11924 1726884908.87998: variable 'pv' from source: unknown 11924 1726884908.88065: variable 'pv' from source: unknown 11924 1726884908.88098: variable 'omit' from source: magic vars 11924 1726884908.88146: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884908.88194: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884908.88222: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884908.88245: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884908.88264: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884908.88286: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884908.88309: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884908.88340: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884908.88346: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884908.88352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884908.88461: Set connection var ansible_shell_executable to /bin/sh 11924 1726884908.88517: Set connection var ansible_connection to ssh 11924 1726884908.88762: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884908.88765: Set connection var ansible_timeout to 10 11924 1726884908.88767: Set connection var ansible_pipelining to False 11924 1726884908.88769: Set connection var ansible_shell_type to sh 11924 1726884908.88771: variable 'ansible_shell_executable' from source: unknown 11924 1726884908.88773: variable 'ansible_connection' from source: unknown 11924 1726884908.88775: variable 'ansible_module_compression' from source: unknown 11924 1726884908.88777: variable 'ansible_shell_type' from source: unknown 11924 1726884908.88778: variable 'ansible_shell_executable' from source: unknown 11924 1726884908.88780: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884908.88782: variable 'ansible_pipelining' from source: unknown 11924 1726884908.88784: variable 'ansible_timeout' from source: unknown 11924 1726884908.88786: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884908.89034: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884908.89051: variable 'omit' from source: magic vars 11924 1726884908.89095: starting attempt loop 11924 1726884908.89102: running the handler 11924 1726884908.89118: _low_level_execute_command(): starting 11924 1726884908.89169: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884908.90531: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884908.90683: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884908.90696: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884908.90762: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884908.90839: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884908.92972: stdout chunk (state=3): >>>/root <<< 11924 1726884908.92976: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884908.92978: stdout chunk (state=3): >>><<< 11924 1726884908.92981: stderr chunk (state=3): >>><<< 11924 1726884908.92984: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884908.92988: _low_level_execute_command(): starting 11924 1726884908.92991: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884908.9291487-15282-222181952685544 `" && echo ansible-tmp-1726884908.9291487-15282-222181952685544="` echo /root/.ansible/tmp/ansible-tmp-1726884908.9291487-15282-222181952685544 `" ) && sleep 0' 11924 1726884908.94474: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884908.94730: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884908.94743: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884908.96706: stdout chunk (state=3): >>>ansible-tmp-1726884908.9291487-15282-222181952685544=/root/.ansible/tmp/ansible-tmp-1726884908.9291487-15282-222181952685544 <<< 11924 1726884908.96892: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884908.96896: stdout chunk (state=3): >>><<< 11924 1726884908.96898: stderr chunk (state=3): >>><<< 11924 1726884908.97111: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884908.9291487-15282-222181952685544=/root/.ansible/tmp/ansible-tmp-1726884908.9291487-15282-222181952685544 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884908.97114: variable 'ansible_module_compression' from source: unknown 11924 1726884908.97243: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.resolve_blockdev-ZIP_DEFLATED 11924 1726884908.97290: variable 'ansible_facts' from source: unknown 11924 1726884908.97711: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884908.9291487-15282-222181952685544/AnsiballZ_resolve_blockdev.py 11924 1726884908.98058: Sending initial data 11924 1726884908.98069: Sent initial data (165 bytes) 11924 1726884908.99080: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884908.99463: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884909.01139: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884909.01361: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884908.9291487-15282-222181952685544/AnsiballZ_resolve_blockdev.py" <<< 11924 1726884909.01364: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpidd8_dck /root/.ansible/tmp/ansible-tmp-1726884908.9291487-15282-222181952685544/AnsiballZ_resolve_blockdev.py <<< 11924 1726884909.01478: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpidd8_dck" to remote "/root/.ansible/tmp/ansible-tmp-1726884908.9291487-15282-222181952685544/AnsiballZ_resolve_blockdev.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884908.9291487-15282-222181952685544/AnsiballZ_resolve_blockdev.py" <<< 11924 1726884909.03097: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884909.03101: stdout chunk (state=3): >>><<< 11924 1726884909.03104: stderr chunk (state=3): >>><<< 11924 1726884909.03106: done transferring module to remote 11924 1726884909.03108: _low_level_execute_command(): starting 11924 1726884909.03110: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884908.9291487-15282-222181952685544/ /root/.ansible/tmp/ansible-tmp-1726884908.9291487-15282-222181952685544/AnsiballZ_resolve_blockdev.py && sleep 0' 11924 1726884909.04102: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884909.04303: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884909.04350: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884909.04377: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884909.04395: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884909.04574: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884909.06380: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884909.06389: stdout chunk (state=3): >>><<< 11924 1726884909.06399: stderr chunk (state=3): >>><<< 11924 1726884909.06662: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884909.06675: _low_level_execute_command(): starting 11924 1726884909.06678: _low_level_execute_command(): using become for this command 11924 1726884909.06681: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-tdizxtvonbjkoswgmrwaelcviahdhbgn ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884908.9291487-15282-222181952685544/AnsiballZ_resolve_blockdev.py'"'"' && sleep 0' 11924 1726884909.06878: Initial state: awaiting_escalation: BECOME-SUCCESS-tdizxtvonbjkoswgmrwaelcviahdhbgn 11924 1726884909.07818: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884909.07892: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884909.07945: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884909.10986: stdout chunk (state=1): >>>BECOME-SUCCESS-tdizxtvonbjkoswgmrwaelcviahdhbgn <<< 11924 1726884909.10990: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-tdizxtvonbjkoswgmrwaelcviahdhbgn' 11924 1726884909.11189: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884909.11223: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884909.11251: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884909.11274: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884909.11330: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884909.11364: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # <<< 11924 1726884909.11404: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884909.11429: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884909.11562: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884909.11590: 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 0x7f47518183e0> <<< 11924 1726884909.11617: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47517e7a10> <<< 11924 1726884909.11653: 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 0x7f475181a960> <<< 11924 1726884909.11694: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 11924 1726884909.11754: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 11924 1726884909.12157: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884909.12161: 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 0x7f47515c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47515c9fd0> <<< 11924 1726884909.12164: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884909.12167: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884909.12378: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884909.12397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884909.12448: 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 <<< 11924 1726884909.12486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884909.12561: 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 0x7f4751607dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884909.12819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 11924 1726884909.12822: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751607fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884909.12966: 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 0x7f475163f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f475163fe30> import '_collections' # <<< 11924 1726884909.12983: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f475161faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f475161d1c0> <<< 11924 1726884909.13015: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751604f80> <<< 11924 1726884909.13038: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884909.13058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884909.13181: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884909.13199: 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 0x7f4751663710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751662330> <<< 11924 1726884909.13226: 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 0x7f475161e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751660b60> <<< 11924 1726884909.13279: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884909.13306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751694770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751604200> <<< 11924 1726884909.13322: 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' <<< 11924 1726884909.13357: 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 0x7f4751694c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751694ad0> <<< 11924 1726884909.13465: 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 0x7f4751694e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751602d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884909.13536: 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 <<< 11924 1726884909.13563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751695550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751695220> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751696450> <<< 11924 1726884909.13669: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884909.13686: 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 0x7f47516ac680> <<< 11924 1726884909.13708: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884909.13731: 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 0x7f47516add90> <<< 11924 1726884909.13802: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884909.13805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884909.13930: 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 0x7f47516aec00> <<< 11924 1726884909.13936: 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 0x7f47516af260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47516ae150> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884909.13954: 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 0x7f47516afce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47516af410> <<< 11924 1726884909.14004: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47516964b0> <<< 11924 1726884909.14040: 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' <<< 11924 1726884909.14112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884909.14145: 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 0x7f475144bb60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884909.14170: 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 0x7f47514745c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751474350> <<< 11924 1726884909.14460: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884909.14488: 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 0x7f47514745f0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4751474ef0> <<< 11924 1726884909.14780: 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 0x7f47514757f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47514747d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751449d00> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751476ba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751475910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751696ba0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884909.14814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884909.14836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884909.14866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884909.14896: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47514a2f00> <<< 11924 1726884909.14951: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884909.15008: 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' <<< 11924 1726884909.15048: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47514cb2c0> <<< 11924 1726884909.15075: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884909.15190: 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 0x7f47514f3fb0> <<< 11924 1726884909.15212: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884909.15240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884909.15270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884909.15368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884909.15397: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751526810> <<< 11924 1726884909.15477: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47515241d0> <<< 11924 1726884909.15510: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47514cbf50> <<< 11924 1726884909.15543: 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' <<< 11924 1726884909.15562: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f475132d100> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47514ca0c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751477ad0> <<< 11924 1726884909.15774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884909.15777: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f47514ca6c0> <<< 11924 1726884909.16010: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.resolve_blockdev_payload_d34gfcuc/ansible_fedora.linux_system_roles.resolve_blockdev_payload.zip' # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884909.16038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884909.16077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884909.16099: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884909.16166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884909.16203: 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 0x7f475137ae70> import '_typing' # <<< 11924 1726884909.16391: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f475135dd60> <<< 11924 1726884909.16412: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f475135cec0> # zipimport: zlib available <<< 11924 1726884909.16442: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884909.16517: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884909.17895: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.18998: 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 0x7f4751378b60> <<< 11924 1726884909.19121: 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' <<< 11924 1726884909.19142: 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 0x7f47513ae8a0> <<< 11924 1726884909.19166: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47513ae630> <<< 11924 1726884909.19201: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47513adf40> <<< 11924 1726884909.19223: 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' <<< 11924 1726884909.19277: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47513ae3c0> <<< 11924 1726884909.19280: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f475137bb00> import 'atexit' # <<< 11924 1726884909.19308: 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 0x7f47513af620> <<< 11924 1726884909.19360: 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 0x7f47513af860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884909.19413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884909.19424: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884909.19751: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47513afda0> <<< 11924 1726884909.19754: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884909.19758: 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 0x7f4750d19bb0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4750d1b7d0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d1c1d0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884909.19762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d1d0d0> <<< 11924 1726884909.19765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884909.19790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884909.19812: 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' <<< 11924 1726884909.19863: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d1fda0> <<< 11924 1726884909.19905: 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 0x7f47514a2e70> <<< 11924 1726884909.19925: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d1e060> <<< 11924 1726884909.19945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884909.19979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884909.20025: 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 <<< 11924 1726884909.20091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884909.20139: 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 0x7f4750d27c50> <<< 11924 1726884909.20142: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884909.20229: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d26720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d26480> <<< 11924 1726884909.20235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884909.20238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884909.20313: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d269f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d1e570> <<< 11924 1726884909.20343: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884909.20460: 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 0x7f4750d6bec0> <<< 11924 1726884909.20610: 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 0x7f4750d6bf80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4750d6daf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d6d8b0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884909.20617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884909.20667: 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 0x7f4750d6ffe0> <<< 11924 1726884909.20805: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d6e1e0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884909.20822: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d736e0> <<< 11924 1726884909.20952: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d701a0> <<< 11924 1726884909.21013: stdout 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 0x7f4750d74830> <<< 11924 1726884909.21045: stdout 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 0x7f4750d74980> <<< 11924 1726884909.21082: stdout 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 0x7f4750d74a40> <<< 11924 1726884909.21127: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d6c230> <<< 11924 1726884909.21174: 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' <<< 11924 1726884909.21196: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884909.21271: 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 0x7f4750c001a0> <<< 11924 1726884909.21386: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884909.21402: 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 0x7f4750c01610> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d76930> <<< 11924 1726884909.21486: 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 0x7f4750d77ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d76540> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884909.21492: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.21698: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.21981: 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 <<< 11924 1726884909.22520: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.23065: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884909.23104: 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' # <<< 11924 1726884909.23108: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884909.23115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884909.23260: 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 0x7f4750c056a0> <<< 11924 1726884909.23267: 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' <<< 11924 1726884909.23278: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750c06510> <<< 11924 1726884909.23290: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750c01730> <<< 11924 1726884909.23339: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884909.23387: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884909.23391: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884909.23568: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.23579: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.23959: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884909.23964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750c064e0> <<< 11924 1726884909.23967: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.24182: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.24628: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.24697: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.24775: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884909.24789: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.24823: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.25097: 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' # # zipimport: zlib available <<< 11924 1726884909.25109: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.25145: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884909.25157: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.25380: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.25609: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884909.25673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884909.25684: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884909.25758: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750c076b0> <<< 11924 1726884909.25769: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.25839: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.25911: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884909.25960: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884909.25990: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.26082: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884909.26130: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.26186: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.26269: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884909.26293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884909.26412: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4750c12000> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750c0f050> <<< 11924 1726884909.26453: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884909.26698: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.26707: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884909.26710: stdout chunk (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' <<< 11924 1726884909.26712: 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 <<< 11924 1726884909.26716: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884909.26727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884909.26788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884909.26809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884909.26818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884909.26881: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47513f6990> <<< 11924 1726884909.26922: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47513e2660> <<< 11924 1726884909.27010: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750c120c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d754f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884909.27052: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884909.27078: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884909.27137: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884909.27164: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884909.27268: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available <<< 11924 1726884909.27292: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 11924 1726884909.27313: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.27329: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884909.27408: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.27496: 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' <<< 11924 1726884909.27580: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750ca4740> <<< 11924 1726884909.27619: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884909.27790: stdout chunk (state=3): >>> {"device": "/dev/sda", "invocation": {"module_args": {"spec": "/dev/sda"}}} # destroy __main__ <<< 11924 1726884909.28080: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884909.28137: 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 <<< 11924 1726884909.28227: 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 <<< 11924 1726884909.28231: stdout chunk (state=3): >>># destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings <<< 11924 1726884909.28350: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 <<< 11924 1726884909.28498: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884909.28552: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884909.28562: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 11924 1726884909.28565: stdout chunk (state=3): >>># destroy zipfile._path <<< 11924 1726884909.28570: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884909.28762: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno <<< 11924 1726884909.28768: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884909.28770: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884909.28773: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 11924 1726884909.28778: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884909.28795: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884909.28802: 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 <<< 11924 1726884909.28864: 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 <<< 11924 1726884909.28894: 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 <<< 11924 1726884909.28939: 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 <<< 11924 1726884909.29095: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 11924 1726884909.29261: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884909.29304: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884909.29328: 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 <<< 11924 1726884909.29341: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884909.29435: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884909.29440: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 11924 1726884909.29443: stdout chunk (state=3): >>># destroy itertools <<< 11924 1726884909.29445: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 11924 1726884909.29447: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884909.29987: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884909.29995: stderr chunk (state=3): >>><<< 11924 1726884909.29998: stdout chunk (state=3): >>><<< 11924 1726884909.30088: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47518183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47517e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f475181a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47515c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47515c9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751607dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751607fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f475163f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f475163fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f475161faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f475161d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751604f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751663710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751662330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f475161e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751660b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751694770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751604200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4751694c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751694ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4751694e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751602d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751695550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751695220> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751696450> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47516ac680> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47516add90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47516aec00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47516af260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47516ae150> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47516afce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47516af410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47516964b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f475144bb60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47514745c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751474350> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47514745f0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4751474ef0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47514757f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47514747d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751449d00> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751476ba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751475910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751696ba0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47514a2f00> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47514cb2c0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47514f3fb0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751526810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47515241d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47514cbf50> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f475132d100> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47514ca0c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751477ad0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f47514ca6c0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.resolve_blockdev_payload_d34gfcuc/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 0x7f475137ae70> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f475135dd60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f475135cec0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4751378b60> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47513ae8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47513ae630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47513adf40> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47513ae3c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f475137bb00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47513af620> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47513af860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47513afda0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d19bb0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4750d1b7d0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d1c1d0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d1d0d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d1fda0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f47514a2e70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d1e060> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d27c50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d26720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d26480> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d269f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d1e570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4750d6bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d6bf80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4750d6daf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d6d8b0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4750d6ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d6e1e0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d736e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d701a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4750d74830> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4750d74980> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4750d74a40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d6c230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4750c001a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4750c01610> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d76930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4750d77ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d76540> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4750c056a0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750c06510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750c01730> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750c064e0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750c076b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4750c12000> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750c0f050> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47513f6990> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f47513e2660> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750c120c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4750d754f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f4750ca4740> # zipimport: zlib available {"device": "/dev/sda", "invocation": {"module_args": {"spec": "/dev/sda"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884909.31380: done with _execute_module (fedora.linux_system_roles.resolve_blockdev, {'spec': '/dev/sda', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': '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-1726884908.9291487-15282-222181952685544/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884909.31384: _low_level_execute_command(): starting 11924 1726884909.31387: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884908.9291487-15282-222181952685544/ > /dev/null 2>&1 && sleep 0' 11924 1726884909.31771: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884909.31793: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884909.31858: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884909.31865: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884909.31868: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884909.31870: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884909.31873: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884909.31875: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884909.31877: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884909.31974: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884909.32058: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884909.32136: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884909.34024: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884909.34027: stdout chunk (state=3): >>><<< 11924 1726884909.34035: stderr chunk (state=3): >>><<< 11924 1726884909.34075: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884909.34078: handler run complete 11924 1726884909.34098: attempt loop complete, returning result 11924 1726884909.34120: variable 'pv' from source: unknown 11924 1726884909.34203: variable 'pv' from source: unknown ok: [managed_node2] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } 11924 1726884909.34570: dumping result to json 11924 1726884909.34573: done dumping result, returning 11924 1726884909.34575: done running TaskExecutor() for managed_node2/TASK: Get the canonical device path for each member device [0affc8a3-6f6f-f4c0-2290-000000002105] 11924 1726884909.34577: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002105 11924 1726884909.34622: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002105 11924 1726884909.34625: WORKER PROCESS EXITING 11924 1726884909.34710: no more pending results, returning what we have 11924 1726884909.34715: results queue empty 11924 1726884909.34716: checking for any_errors_fatal 11924 1726884909.34723: done checking for any_errors_fatal 11924 1726884909.34724: checking for max_fail_percentage 11924 1726884909.34726: done checking for max_fail_percentage 11924 1726884909.34727: checking to see if all hosts have failed and the running result is not ok 11924 1726884909.34728: done checking to see if all hosts have failed 11924 1726884909.34729: getting the remaining hosts for this loop 11924 1726884909.34731: done getting the remaining hosts for this loop 11924 1726884909.34736: getting the next task for host managed_node2 11924 1726884909.34744: done getting next task for host managed_node2 11924 1726884909.34746: ^ task is: TASK: Set pvs lvm length 11924 1726884909.34752: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884909.34760: getting variables 11924 1726884909.34762: in VariableManager get_vars() 11924 1726884909.34798: Calling all_inventory to load vars for managed_node2 11924 1726884909.34802: Calling groups_inventory to load vars for managed_node2 11924 1726884909.34806: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884909.34816: Calling all_plugins_play to load vars for managed_node2 11924 1726884909.34819: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884909.34821: Calling groups_plugins_play to load vars for managed_node2 11924 1726884909.36096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884909.36706: done with get_vars() 11924 1726884909.36721: done getting variables 11924 1726884909.36789: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:09 -0400 (0:00:00.521) 0:01:14.707 ****** 11924 1726884909.36827: entering _queue_task() for managed_node2/set_fact 11924 1726884909.37140: worker is 1 (out of 1 available) 11924 1726884909.37154: exiting _queue_task() for managed_node2/set_fact 11924 1726884909.37172: done queuing things up, now waiting for results queue to drain 11924 1726884909.37174: waiting for pending results... 11924 1726884909.37536: running TaskExecutor() for managed_node2/TASK: Set pvs lvm length 11924 1726884909.37741: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002107 11924 1726884909.37764: variable 'ansible_search_path' from source: unknown 11924 1726884909.38067: calling self._execute() 11924 1726884909.38117: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.38127: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.38140: variable 'omit' from source: magic vars 11924 1726884909.39021: variable 'storage_test_pool' from source: include params 11924 1726884909.39069: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884909.39085: variable 'omit' from source: magic vars 11924 1726884909.39162: variable 'omit' from source: magic vars 11924 1726884909.39331: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884909.41697: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884909.41775: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884909.42074: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884909.42078: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884909.42083: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884909.42173: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884909.42313: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884909.42348: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884909.42398: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884909.42447: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884909.42591: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884909.42753: variable 'omit' from source: magic vars 11924 1726884909.42875: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884909.42981: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884909.43022: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884909.43052: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884909.43078: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884909.43108: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884909.43148: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884909.43173: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884909.43195: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.43198: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.43326: Set connection var ansible_shell_executable to /bin/sh 11924 1726884909.43362: Set connection var ansible_connection to ssh 11924 1726884909.43365: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884909.43368: Set connection var ansible_timeout to 10 11924 1726884909.43370: Set connection var ansible_pipelining to False 11924 1726884909.43372: Set connection var ansible_shell_type to sh 11924 1726884909.43401: variable 'ansible_shell_executable' from source: unknown 11924 1726884909.43414: variable 'ansible_connection' from source: unknown 11924 1726884909.43470: variable 'ansible_module_compression' from source: unknown 11924 1726884909.43473: variable 'ansible_shell_type' from source: unknown 11924 1726884909.43476: variable 'ansible_shell_executable' from source: unknown 11924 1726884909.43478: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.43480: variable 'ansible_pipelining' from source: unknown 11924 1726884909.43482: variable 'ansible_timeout' from source: unknown 11924 1726884909.43484: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.43570: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884909.43595: variable 'omit' from source: magic vars 11924 1726884909.43605: starting attempt loop 11924 1726884909.43612: running the handler 11924 1726884909.43632: handler run complete 11924 1726884909.43689: attempt loop complete, returning result 11924 1726884909.43692: _execute() done 11924 1726884909.43695: dumping result to json 11924 1726884909.43698: done dumping result, returning 11924 1726884909.43700: done running TaskExecutor() for managed_node2/TASK: Set pvs lvm length [0affc8a3-6f6f-f4c0-2290-000000002107] 11924 1726884909.43702: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002107 11924 1726884909.44061: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002107 11924 1726884909.44065: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } 11924 1726884909.44117: no more pending results, returning what we have 11924 1726884909.44120: results queue empty 11924 1726884909.44121: checking for any_errors_fatal 11924 1726884909.44131: done checking for any_errors_fatal 11924 1726884909.44132: checking for max_fail_percentage 11924 1726884909.44134: done checking for max_fail_percentage 11924 1726884909.44135: checking to see if all hosts have failed and the running result is not ok 11924 1726884909.44135: done checking to see if all hosts have failed 11924 1726884909.44136: getting the remaining hosts for this loop 11924 1726884909.44138: done getting the remaining hosts for this loop 11924 1726884909.44142: getting the next task for host managed_node2 11924 1726884909.44149: done getting next task for host managed_node2 11924 1726884909.44152: ^ task is: TASK: Set pool pvs 11924 1726884909.44158: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884909.44168: getting variables 11924 1726884909.44170: in VariableManager get_vars() 11924 1726884909.44204: Calling all_inventory to load vars for managed_node2 11924 1726884909.44206: Calling groups_inventory to load vars for managed_node2 11924 1726884909.44210: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884909.44219: Calling all_plugins_play to load vars for managed_node2 11924 1726884909.44222: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884909.44225: Calling groups_plugins_play to load vars for managed_node2 11924 1726884909.44922: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884909.45552: done with get_vars() 11924 1726884909.45572: done getting variables 11924 1726884909.45627: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:09 -0400 (0:00:00.088) 0:01:14.795 ****** 11924 1726884909.45659: entering _queue_task() for managed_node2/set_fact 11924 1726884909.46089: worker is 1 (out of 1 available) 11924 1726884909.46101: exiting _queue_task() for managed_node2/set_fact 11924 1726884909.46113: done queuing things up, now waiting for results queue to drain 11924 1726884909.46115: waiting for pending results... 11924 1726884909.46253: running TaskExecutor() for managed_node2/TASK: Set pool pvs 11924 1726884909.46373: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002108 11924 1726884909.46392: variable 'ansible_search_path' from source: unknown 11924 1726884909.46429: calling self._execute() 11924 1726884909.46567: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.46580: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.46597: variable 'omit' from source: magic vars 11924 1726884909.47023: variable 'storage_test_pool' from source: include params 11924 1726884909.47063: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884909.47098: variable 'omit' from source: magic vars 11924 1726884909.47145: variable 'omit' from source: magic vars 11924 1726884909.47438: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884909.49767: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884909.49854: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884909.49900: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884909.49944: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884909.49977: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884909.50140: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884909.50144: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884909.50146: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884909.50172: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884909.50191: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884909.50241: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884909.50277: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884909.50307: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884909.50350: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884909.50376: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884909.50430: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884909.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) 11924 1726884909.50496: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884909.50541: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884909.50578: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884909.50734: variable 'pv_paths' from source: set_fact 11924 1726884909.50750: variable '__pvs_lvm_len' from source: set_fact 11924 1726884909.50904: variable 'omit' from source: magic vars 11924 1726884909.50908: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884909.50911: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884909.50918: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884909.50941: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884909.50957: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884909.50976: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884909.50993: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884909.51027: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884909.51034: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.51040: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.51153: Set connection var ansible_shell_executable to /bin/sh 11924 1726884909.51164: Set connection var ansible_connection to ssh 11924 1726884909.51174: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884909.51183: Set connection var ansible_timeout to 10 11924 1726884909.51193: Set connection var ansible_pipelining to False 11924 1726884909.51202: Set connection var ansible_shell_type to sh 11924 1726884909.51238: variable 'ansible_shell_executable' from source: unknown 11924 1726884909.51338: variable 'ansible_connection' from source: unknown 11924 1726884909.51341: variable 'ansible_module_compression' from source: unknown 11924 1726884909.51344: variable 'ansible_shell_type' from source: unknown 11924 1726884909.51346: variable 'ansible_shell_executable' from source: unknown 11924 1726884909.51348: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.51350: variable 'ansible_pipelining' from source: unknown 11924 1726884909.51352: variable 'ansible_timeout' from source: unknown 11924 1726884909.51354: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.51473: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884909.51496: variable 'omit' from source: magic vars 11924 1726884909.51505: starting attempt loop 11924 1726884909.51511: running the handler 11924 1726884909.51766: handler run complete 11924 1726884909.51770: attempt loop complete, returning result 11924 1726884909.51772: _execute() done 11924 1726884909.51775: dumping result to json 11924 1726884909.51777: done dumping result, returning 11924 1726884909.51779: done running TaskExecutor() for managed_node2/TASK: Set pool pvs [0affc8a3-6f6f-f4c0-2290-000000002108] 11924 1726884909.51781: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002108 11924 1726884909.51847: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002108 11924 1726884909.51850: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } 11924 1726884909.51910: no more pending results, returning what we have 11924 1726884909.51913: results queue empty 11924 1726884909.51914: checking for any_errors_fatal 11924 1726884909.51923: done checking for any_errors_fatal 11924 1726884909.51923: checking for max_fail_percentage 11924 1726884909.51925: done checking for max_fail_percentage 11924 1726884909.51926: checking to see if all hosts have failed and the running result is not ok 11924 1726884909.51927: done checking to see if all hosts have failed 11924 1726884909.51928: getting the remaining hosts for this loop 11924 1726884909.51930: done getting the remaining hosts for this loop 11924 1726884909.51934: getting the next task for host managed_node2 11924 1726884909.51942: done getting next task for host managed_node2 11924 1726884909.51945: ^ task is: TASK: Verify PV count 11924 1726884909.51951: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884909.51957: getting variables 11924 1726884909.51959: in VariableManager get_vars() 11924 1726884909.51995: Calling all_inventory to load vars for managed_node2 11924 1726884909.51997: Calling groups_inventory to load vars for managed_node2 11924 1726884909.52001: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884909.52012: Calling all_plugins_play to load vars for managed_node2 11924 1726884909.52016: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884909.52018: Calling groups_plugins_play to load vars for managed_node2 11924 1726884909.53241: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884909.53850: done with get_vars() 11924 1726884909.53872: done getting variables 11924 1726884909.53933: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:09 -0400 (0:00:00.083) 0:01:14.878 ****** 11924 1726884909.53970: entering _queue_task() for managed_node2/assert 11924 1726884909.54259: worker is 1 (out of 1 available) 11924 1726884909.54274: exiting _queue_task() for managed_node2/assert 11924 1726884909.54288: done queuing things up, now waiting for results queue to drain 11924 1726884909.54289: waiting for pending results... 11924 1726884909.54678: running TaskExecutor() for managed_node2/TASK: Verify PV count 11924 1726884909.54745: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002109 11924 1726884909.54772: variable 'ansible_search_path' from source: unknown 11924 1726884909.54818: calling self._execute() 11924 1726884909.54945: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.54998: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.55002: variable 'omit' from source: magic vars 11924 1726884909.55396: variable 'storage_test_pool' from source: include params 11924 1726884909.55439: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884909.55452: variable 'omit' from source: magic vars 11924 1726884909.55512: variable 'omit' from source: magic vars 11924 1726884909.55716: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884909.57936: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884909.58043: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884909.58065: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884909.58116: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884909.58153: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884909.58264: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884909.58292: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884909.58361: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884909.58375: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884909.58403: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884909.58537: variable 'storage_test_pool' from source: include params 11924 1726884909.58564: variable '__pvs_lvm_len' from source: set_fact 11924 1726884909.58575: variable '_storage_test_expected_pv_count' from source: set_fact 11924 1726884909.58628: variable 'omit' from source: magic vars 11924 1726884909.58695: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884909.58699: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884909.58738: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884909.58776: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884909.58813: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884909.58858: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884909.58905: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884909.58961: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884909.59042: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.59045: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.59158: Set connection var ansible_shell_executable to /bin/sh 11924 1726884909.59179: Set connection var ansible_connection to ssh 11924 1726884909.59194: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884909.59215: Set connection var ansible_timeout to 10 11924 1726884909.59253: Set connection var ansible_pipelining to False 11924 1726884909.59258: Set connection var ansible_shell_type to sh 11924 1726884909.59300: variable 'ansible_shell_executable' from source: unknown 11924 1726884909.59308: variable 'ansible_connection' from source: unknown 11924 1726884909.59361: variable 'ansible_module_compression' from source: unknown 11924 1726884909.59364: variable 'ansible_shell_type' from source: unknown 11924 1726884909.59366: variable 'ansible_shell_executable' from source: unknown 11924 1726884909.59368: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.59370: variable 'ansible_pipelining' from source: unknown 11924 1726884909.59372: variable 'ansible_timeout' from source: unknown 11924 1726884909.59374: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.59531: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884909.59584: variable 'omit' from source: magic vars 11924 1726884909.59587: starting attempt loop 11924 1726884909.59588: running the handler 11924 1726884909.59764: variable '__pvs_lvm_len' from source: set_fact 11924 1726884909.59774: variable '_storage_test_expected_pv_count' from source: set_fact 11924 1726884909.59826: Evaluated conditional (__pvs_lvm_len | int == _storage_test_expected_pv_count | int): True 11924 1726884909.59829: handler run complete 11924 1726884909.59831: attempt loop complete, returning result 11924 1726884909.59833: _execute() done 11924 1726884909.59835: dumping result to json 11924 1726884909.59837: done dumping result, returning 11924 1726884909.59845: done running TaskExecutor() for managed_node2/TASK: Verify PV count [0affc8a3-6f6f-f4c0-2290-000000002109] 11924 1726884909.59853: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002109 11924 1726884909.59998: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002109 11924 1726884909.60002: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884909.60059: no more pending results, returning what we have 11924 1726884909.60064: results queue empty 11924 1726884909.60065: checking for any_errors_fatal 11924 1726884909.60078: done checking for any_errors_fatal 11924 1726884909.60080: checking for max_fail_percentage 11924 1726884909.60082: done checking for max_fail_percentage 11924 1726884909.60083: checking to see if all hosts have failed and the running result is not ok 11924 1726884909.60084: done checking to see if all hosts have failed 11924 1726884909.60084: getting the remaining hosts for this loop 11924 1726884909.60086: done getting the remaining hosts for this loop 11924 1726884909.60090: getting the next task for host managed_node2 11924 1726884909.60099: done getting next task for host managed_node2 11924 1726884909.60102: ^ task is: TASK: Set expected pv type 11924 1726884909.60107: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884909.60119: getting variables 11924 1726884909.60121: in VariableManager get_vars() 11924 1726884909.60162: Calling all_inventory to load vars for managed_node2 11924 1726884909.60165: Calling groups_inventory to load vars for managed_node2 11924 1726884909.60169: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884909.60179: Calling all_plugins_play to load vars for managed_node2 11924 1726884909.60183: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884909.60187: Calling groups_plugins_play to load vars for managed_node2 11924 1726884909.61235: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884909.61919: done with get_vars() 11924 1726884909.61934: done getting variables 11924 1726884909.61997: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:09 -0400 (0:00:00.080) 0:01:14.959 ****** 11924 1726884909.62029: entering _queue_task() for managed_node2/set_fact 11924 1726884909.62425: worker is 1 (out of 1 available) 11924 1726884909.62437: exiting _queue_task() for managed_node2/set_fact 11924 1726884909.62447: done queuing things up, now waiting for results queue to drain 11924 1726884909.62449: waiting for pending results... 11924 1726884909.62775: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884909.62874: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000210a 11924 1726884909.62877: variable 'ansible_search_path' from source: unknown 11924 1726884909.62881: calling self._execute() 11924 1726884909.62953: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.62968: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.62989: variable 'omit' from source: magic vars 11924 1726884909.63394: variable 'storage_test_pool' from source: include params 11924 1726884909.63442: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884909.63454: variable 'omit' from source: magic vars 11924 1726884909.63510: variable 'omit' from source: magic vars 11924 1726884909.63648: variable 'storage_test_pool' from source: include params 11924 1726884909.63684: variable 'omit' from source: magic vars 11924 1726884909.63726: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884909.63774: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884909.63851: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884909.63857: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884909.63860: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884909.63862: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884909.63875: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884909.63908: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884909.63916: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.63923: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.64042: Set connection var ansible_shell_executable to /bin/sh 11924 1726884909.64050: Set connection var ansible_connection to ssh 11924 1726884909.64066: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884909.64079: Set connection var ansible_timeout to 10 11924 1726884909.64090: Set connection var ansible_pipelining to False 11924 1726884909.64160: Set connection var ansible_shell_type to sh 11924 1726884909.64163: variable 'ansible_shell_executable' from source: unknown 11924 1726884909.64165: variable 'ansible_connection' from source: unknown 11924 1726884909.64167: variable 'ansible_module_compression' from source: unknown 11924 1726884909.64169: variable 'ansible_shell_type' from source: unknown 11924 1726884909.64177: variable 'ansible_shell_executable' from source: unknown 11924 1726884909.64179: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.64181: variable 'ansible_pipelining' from source: unknown 11924 1726884909.64183: variable 'ansible_timeout' from source: unknown 11924 1726884909.64185: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.64320: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884909.64350: variable 'omit' from source: magic vars 11924 1726884909.64364: starting attempt loop 11924 1726884909.64371: running the handler 11924 1726884909.64396: handler run complete 11924 1726884909.64414: attempt loop complete, returning result 11924 1726884909.64507: _execute() done 11924 1726884909.64513: dumping result to json 11924 1726884909.64515: done dumping result, returning 11924 1726884909.64518: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-00000000210a] 11924 1726884909.64521: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000210a 11924 1726884909.64595: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000210a 11924 1726884909.64598: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } 11924 1726884909.64672: no more pending results, returning what we have 11924 1726884909.64675: results queue empty 11924 1726884909.64676: checking for any_errors_fatal 11924 1726884909.64690: done checking for any_errors_fatal 11924 1726884909.64691: checking for max_fail_percentage 11924 1726884909.64693: done checking for max_fail_percentage 11924 1726884909.64694: checking to see if all hosts have failed and the running result is not ok 11924 1726884909.64695: done checking to see if all hosts have failed 11924 1726884909.64695: getting the remaining hosts for this loop 11924 1726884909.64698: done getting the remaining hosts for this loop 11924 1726884909.64702: getting the next task for host managed_node2 11924 1726884909.64711: done getting next task for host managed_node2 11924 1726884909.64714: ^ task is: TASK: Set expected pv type 11924 1726884909.64721: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884909.64726: getting variables 11924 1726884909.64728: in VariableManager get_vars() 11924 1726884909.64764: Calling all_inventory to load vars for managed_node2 11924 1726884909.64768: Calling groups_inventory to load vars for managed_node2 11924 1726884909.64772: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884909.64785: Calling all_plugins_play to load vars for managed_node2 11924 1726884909.64789: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884909.64792: Calling groups_plugins_play to load vars for managed_node2 11924 1726884909.65801: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884909.66529: done with get_vars() 11924 1726884909.66544: done getting variables 11924 1726884909.66630: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:09 -0400 (0:00:00.046) 0:01:15.005 ****** 11924 1726884909.66674: entering _queue_task() for managed_node2/set_fact 11924 1726884909.67103: worker is 1 (out of 1 available) 11924 1726884909.67114: exiting _queue_task() for managed_node2/set_fact 11924 1726884909.67127: done queuing things up, now waiting for results queue to drain 11924 1726884909.67128: waiting for pending results... 11924 1726884909.67473: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884909.67508: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000210b 11924 1726884909.67571: variable 'ansible_search_path' from source: unknown 11924 1726884909.67575: calling self._execute() 11924 1726884909.67712: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.67731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.67746: variable 'omit' from source: magic vars 11924 1726884909.68211: variable 'storage_test_pool' from source: include params 11924 1726884909.68330: Evaluated conditional (storage_test_pool.type == 'lvm' and not storage_test_pool.encryption): True 11924 1726884909.68334: variable 'omit' from source: magic vars 11924 1726884909.68364: variable 'omit' from source: magic vars 11924 1726884909.68625: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884909.70965: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884909.71052: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884909.71141: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884909.71172: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884909.71234: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884909.71323: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884909.71439: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884909.71444: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884909.71447: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884909.71479: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884909.71643: variable 'omit' from source: magic vars 11924 1726884909.71682: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884909.71731: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884909.71763: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884909.71882: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884909.71885: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884909.71887: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884909.71890: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884909.71893: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884909.71900: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.71909: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.72062: Set connection var ansible_shell_executable to /bin/sh 11924 1726884909.72074: Set connection var ansible_connection to ssh 11924 1726884909.72101: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884909.72113: Set connection var ansible_timeout to 10 11924 1726884909.72127: Set connection var ansible_pipelining to False 11924 1726884909.72138: Set connection var ansible_shell_type to sh 11924 1726884909.72174: variable 'ansible_shell_executable' from source: unknown 11924 1726884909.72185: variable 'ansible_connection' from source: unknown 11924 1726884909.72312: variable 'ansible_module_compression' from source: unknown 11924 1726884909.72315: variable 'ansible_shell_type' from source: unknown 11924 1726884909.72318: variable 'ansible_shell_executable' from source: unknown 11924 1726884909.72320: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.72322: variable 'ansible_pipelining' from source: unknown 11924 1726884909.72324: variable 'ansible_timeout' from source: unknown 11924 1726884909.72326: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.72376: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884909.72393: variable 'omit' from source: magic vars 11924 1726884909.72404: starting attempt loop 11924 1726884909.72411: running the handler 11924 1726884909.72431: handler run complete 11924 1726884909.72447: attempt loop complete, returning result 11924 1726884909.72454: _execute() done 11924 1726884909.72463: dumping result to json 11924 1726884909.72471: done dumping result, returning 11924 1726884909.72530: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-00000000210b] 11924 1726884909.72533: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000210b 11924 1726884909.72603: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000210b 11924 1726884909.72607: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } 11924 1726884909.72689: no more pending results, returning what we have 11924 1726884909.72693: results queue empty 11924 1726884909.72694: checking for any_errors_fatal 11924 1726884909.72701: done checking for any_errors_fatal 11924 1726884909.72702: checking for max_fail_percentage 11924 1726884909.72704: done checking for max_fail_percentage 11924 1726884909.72705: checking to see if all hosts have failed and the running result is not ok 11924 1726884909.72706: done checking to see if all hosts have failed 11924 1726884909.72707: getting the remaining hosts for this loop 11924 1726884909.72709: done getting the remaining hosts for this loop 11924 1726884909.72713: getting the next task for host managed_node2 11924 1726884909.72721: done getting next task for host managed_node2 11924 1726884909.72724: ^ task is: TASK: Set expected pv type 11924 1726884909.72729: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884909.72744: getting variables 11924 1726884909.72746: in VariableManager get_vars() 11924 1726884909.72784: Calling all_inventory to load vars for managed_node2 11924 1726884909.72787: Calling groups_inventory to load vars for managed_node2 11924 1726884909.72791: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884909.72802: Calling all_plugins_play to load vars for managed_node2 11924 1726884909.72806: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884909.72809: Calling groups_plugins_play to load vars for managed_node2 11924 1726884909.73661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884909.74309: done with get_vars() 11924 1726884909.74328: done getting variables 11924 1726884909.74383: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:09 -0400 (0:00:00.077) 0:01:15.083 ****** 11924 1726884909.74414: entering _queue_task() for managed_node2/set_fact 11924 1726884909.74795: worker is 1 (out of 1 available) 11924 1726884909.74806: exiting _queue_task() for managed_node2/set_fact 11924 1726884909.74958: done queuing things up, now waiting for results queue to drain 11924 1726884909.74961: waiting for pending results... 11924 1726884909.75301: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884909.75381: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000210c 11924 1726884909.75386: variable 'ansible_search_path' from source: unknown 11924 1726884909.75424: calling self._execute() 11924 1726884909.75571: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.75640: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.75646: variable 'omit' from source: magic vars 11924 1726884909.76171: variable 'storage_test_pool' from source: include params 11924 1726884909.76312: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.raid_level): False 11924 1726884909.76369: when evaluation is False, skipping this task 11924 1726884909.76377: _execute() done 11924 1726884909.76411: dumping result to json 11924 1726884909.76472: done dumping result, returning 11924 1726884909.76476: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-00000000210c] 11924 1726884909.76478: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000210c skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } 11924 1726884909.76607: no more pending results, returning what we have 11924 1726884909.76621: results queue empty 11924 1726884909.76622: checking for any_errors_fatal 11924 1726884909.76633: done checking for any_errors_fatal 11924 1726884909.76634: checking for max_fail_percentage 11924 1726884909.76636: done checking for max_fail_percentage 11924 1726884909.76639: checking to see if all hosts have failed and the running result is not ok 11924 1726884909.76639: done checking to see if all hosts have failed 11924 1726884909.76640: getting the remaining hosts for this loop 11924 1726884909.76642: done getting the remaining hosts for this loop 11924 1726884909.76646: getting the next task for host managed_node2 11924 1726884909.76656: done getting next task for host managed_node2 11924 1726884909.76660: ^ task is: TASK: Check the type of each PV 11924 1726884909.76665: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884909.76669: getting variables 11924 1726884909.76671: in VariableManager get_vars() 11924 1726884909.76708: Calling all_inventory to load vars for managed_node2 11924 1726884909.76712: Calling groups_inventory to load vars for managed_node2 11924 1726884909.76715: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884909.76983: Calling all_plugins_play to load vars for managed_node2 11924 1726884909.76987: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884909.76991: Calling groups_plugins_play to load vars for managed_node2 11924 1726884909.77580: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000210c 11924 1726884909.77583: WORKER PROCESS EXITING 11924 1726884909.78089: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884909.78697: done with get_vars() 11924 1726884909.78724: done getting variables 11924 1726884909.78798: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:09 -0400 (0:00:00.044) 0:01:15.127 ****** 11924 1726884909.78835: entering _queue_task() for managed_node2/assert 11924 1726884909.79181: worker is 1 (out of 1 available) 11924 1726884909.79201: exiting _queue_task() for managed_node2/assert 11924 1726884909.79215: done queuing things up, now waiting for results queue to drain 11924 1726884909.79217: waiting for pending results... 11924 1726884909.79497: running TaskExecutor() for managed_node2/TASK: Check the type of each PV 11924 1726884909.79652: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000210d 11924 1726884909.79693: variable 'ansible_search_path' from source: unknown 11924 1726884909.79753: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884909.79996: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884909.80105: variable 'omit' from source: magic vars 11924 1726884909.80252: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.80262: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.80273: variable 'omit' from source: magic vars 11924 1726884909.80466: variable 'storage_test_pool' from source: include params 11924 1726884909.80486: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884909.80495: variable 'omit' from source: magic vars 11924 1726884909.80531: variable 'omit' from source: magic vars 11924 1726884909.80734: variable 'pv' from source: unknown 11924 1726884909.80737: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884909.80746: variable '_storage_test_expected_pv_type' from source: set_fact 11924 1726884909.80750: variable 'storage_test_pool' from source: include params 11924 1726884909.80795: variable 'omit' from source: magic vars 11924 1726884909.80827: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884909.80862: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884909.80887: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884909.80901: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884909.80913: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884909.80928: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884909.80942: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884909.80967: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884909.80970: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.80977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.81103: Set connection var ansible_shell_executable to /bin/sh 11924 1726884909.81107: Set connection var ansible_connection to ssh 11924 1726884909.81110: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884909.81112: Set connection var ansible_timeout to 10 11924 1726884909.81117: Set connection var ansible_pipelining to False 11924 1726884909.81123: Set connection var ansible_shell_type to sh 11924 1726884909.81154: variable 'ansible_shell_executable' from source: unknown 11924 1726884909.81164: variable 'ansible_connection' from source: unknown 11924 1726884909.81167: variable 'ansible_module_compression' from source: unknown 11924 1726884909.81171: variable 'ansible_shell_type' from source: unknown 11924 1726884909.81173: variable 'ansible_shell_executable' from source: unknown 11924 1726884909.81175: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.81182: variable 'ansible_pipelining' from source: unknown 11924 1726884909.81186: variable 'ansible_timeout' from source: unknown 11924 1726884909.81188: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.81298: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884909.81321: variable 'omit' from source: magic vars 11924 1726884909.81325: starting attempt loop 11924 1726884909.81329: running the handler 11924 1726884909.81510: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884909.81513: variable 'pv' from source: unknown 11924 1726884909.81516: variable '_storage_test_expected_pv_type' from source: set_fact 11924 1726884909.81523: Evaluated conditional (storage_test_blkinfo.info[pv]['type'] == _storage_test_expected_pv_type): True 11924 1726884909.81526: handler run complete 11924 1726884909.81660: attempt loop complete, returning result 11924 1726884909.81663: variable 'pv' from source: unknown 11924 1726884909.81666: variable 'pv' from source: unknown ok: [managed_node2] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed 11924 1726884909.81817: dumping result to json 11924 1726884909.81821: done dumping result, returning 11924 1726884909.81823: done running TaskExecutor() for managed_node2/TASK: Check the type of each PV [0affc8a3-6f6f-f4c0-2290-00000000210d] 11924 1726884909.81826: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000210d 11924 1726884909.81903: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000210d 11924 1726884909.81907: WORKER PROCESS EXITING 11924 1726884909.81962: no more pending results, returning what we have 11924 1726884909.81966: results queue empty 11924 1726884909.81967: checking for any_errors_fatal 11924 1726884909.81976: done checking for any_errors_fatal 11924 1726884909.81977: checking for max_fail_percentage 11924 1726884909.81979: done checking for max_fail_percentage 11924 1726884909.81980: checking to see if all hosts have failed and the running result is not ok 11924 1726884909.81980: done checking to see if all hosts have failed 11924 1726884909.81981: getting the remaining hosts for this loop 11924 1726884909.81983: done getting the remaining hosts for this loop 11924 1726884909.81986: getting the next task for host managed_node2 11924 1726884909.81993: done getting next task for host managed_node2 11924 1726884909.81995: ^ task is: TASK: Check that blivet supports PV grow to fill 11924 1726884909.82001: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884909.82005: getting variables 11924 1726884909.82007: in VariableManager get_vars() 11924 1726884909.82038: Calling all_inventory to load vars for managed_node2 11924 1726884909.82040: Calling groups_inventory to load vars for managed_node2 11924 1726884909.82044: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884909.82060: Calling all_plugins_play to load vars for managed_node2 11924 1726884909.82063: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884909.82065: Calling groups_plugins_play to load vars for managed_node2 11924 1726884909.82797: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884909.83859: done with get_vars() 11924 1726884909.83878: done getting variables 11924 1726884909.83905: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (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 22:15:09 -0400 (0:00:00.051) 0:01:15.178 ****** 11924 1726884909.83942: entering _queue_task() for managed_node2/ansible.builtin.script 11924 1726884909.84240: worker is 1 (out of 1 available) 11924 1726884909.84253: exiting _queue_task() for managed_node2/ansible.builtin.script 11924 1726884909.84270: done queuing things up, now waiting for results queue to drain 11924 1726884909.84273: waiting for pending results... 11924 1726884909.84604: running TaskExecutor() for managed_node2/TASK: Check that blivet supports PV grow to fill 11924 1726884909.84720: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000210f 11924 1726884909.84733: variable 'ansible_search_path' from source: unknown 11924 1726884909.84840: calling self._execute() 11924 1726884909.84908: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.84911: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.84915: variable 'omit' from source: magic vars 11924 1726884909.84987: variable 'omit' from source: magic vars 11924 1726884909.85038: variable 'omit' from source: magic vars 11924 1726884909.85366: variable 'ansible_python' from source: facts 11924 1726884909.85369: variable 'omit' from source: magic vars 11924 1726884909.85398: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884909.85449: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884909.85477: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884909.85660: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884909.85664: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884909.85667: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884909.85669: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884909.85671: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884909.85674: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.85676: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.85717: Set connection var ansible_shell_executable to /bin/sh 11924 1726884909.85725: Set connection var ansible_connection to ssh 11924 1726884909.85736: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884909.85745: Set connection var ansible_timeout to 10 11924 1726884909.85753: Set connection var ansible_pipelining to False 11924 1726884909.85765: Set connection var ansible_shell_type to sh 11924 1726884909.85800: variable 'ansible_shell_executable' from source: unknown 11924 1726884909.85809: variable 'ansible_connection' from source: unknown 11924 1726884909.85817: variable 'ansible_module_compression' from source: unknown 11924 1726884909.85824: variable 'ansible_shell_type' from source: unknown 11924 1726884909.85831: variable 'ansible_shell_executable' from source: unknown 11924 1726884909.85838: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884909.85845: variable 'ansible_pipelining' from source: unknown 11924 1726884909.85851: variable 'ansible_timeout' from source: unknown 11924 1726884909.85863: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884909.85953: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884909.85976: variable 'omit' from source: magic vars 11924 1726884909.85988: starting attempt loop 11924 1726884909.85995: running the handler 11924 1726884909.86116: _low_level_execute_command(): starting 11924 1726884909.86119: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884909.86881: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884909.86932: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884909.86988: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884909.87132: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884909.88836: stdout chunk (state=3): >>>/root <<< 11924 1726884909.88960: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884909.88994: stderr chunk (state=3): >>><<< 11924 1726884909.89018: stdout chunk (state=3): >>><<< 11924 1726884909.89140: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884909.89145: _low_level_execute_command(): starting 11924 1726884909.89147: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884909.8904326-15330-134609934332992 `" && echo ansible-tmp-1726884909.8904326-15330-134609934332992="` echo /root/.ansible/tmp/ansible-tmp-1726884909.8904326-15330-134609934332992 `" ) && sleep 0' 11924 1726884909.89771: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884909.89825: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884909.89847: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884909.89873: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884909.89959: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884909.91899: stdout chunk (state=3): >>>ansible-tmp-1726884909.8904326-15330-134609934332992=/root/.ansible/tmp/ansible-tmp-1726884909.8904326-15330-134609934332992 <<< 11924 1726884909.92007: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884909.92035: stderr chunk (state=3): >>><<< 11924 1726884909.92037: stdout chunk (state=3): >>><<< 11924 1726884909.92049: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884909.8904326-15330-134609934332992=/root/.ansible/tmp/ansible-tmp-1726884909.8904326-15330-134609934332992 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884909.92139: evaluation_path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage 11924 1726884909.92144: 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 11924 1726884909.92174: Sending initial data 11924 1726884909.92178: Sent initial data (213 bytes) 11924 1726884909.92629: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884909.92634: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884909.92692: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884909.94285: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884909.94332: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884909.94382: 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-1726884909.8904326-15330-134609934332992/does_library_support.py <<< 11924 1726884909.94386: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884909.8904326-15330-134609934332992/does_library_support.py" <<< 11924 1726884909.94433: 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-1726884909.8904326-15330-134609934332992/does_library_support.py" <<< 11924 1726884909.94436: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884909.8904326-15330-134609934332992/does_library_support.py" <<< 11924 1726884909.94651: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884909.94685: stderr chunk (state=3): >>><<< 11924 1726884909.94691: stdout chunk (state=3): >>><<< 11924 1726884909.94705: _low_level_execute_command(): starting 11924 1726884909.94708: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884909.8904326-15330-134609934332992/ /root/.ansible/tmp/ansible-tmp-1726884909.8904326-15330-134609934332992/does_library_support.py && sleep 0' 11924 1726884909.95125: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884909.95129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884909.95131: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884909.95133: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884909.95135: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884909.95137: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884909.95192: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884909.95194: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884909.95239: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884909.97092: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884909.97139: stderr chunk (state=3): >>><<< 11924 1726884909.97143: stdout chunk (state=3): >>><<< 11924 1726884909.97146: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884909.97179: _low_level_execute_command(): starting 11924 1726884909.97182: _low_level_execute_command(): using become for this command 11924 1726884909.97184: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-horfqjqghwousvdodcwrydgqltztlzpf ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884909.8904326-15330-134609934332992/does_library_support.py blivet.formats.lvmpv.LVMPhysicalVolume.grow_to_fill'"'"' && sleep 0' 11924 1726884909.97275: Initial state: awaiting_escalation: BECOME-SUCCESS-horfqjqghwousvdodcwrydgqltztlzpf 11924 1726884909.97785: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884909.97789: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884909.97869: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884909.97938: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884910.00911: stdout chunk (state=1): >>>BECOME-SUCCESS-horfqjqghwousvdodcwrydgqltztlzpf <<< 11924 1726884910.00918: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-horfqjqghwousvdodcwrydgqltztlzpf' 11924 1726884910.01243: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884910.01294: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884910.01317: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884910.01323: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884910.01392: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884910.01397: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884910.01442: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884910.01468: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884910.01494: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884910.01500: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884910.01548: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884910.01551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884910.01584: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884910.01607: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884910.01648: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884910.01658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884910.01674: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceafbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceaf8ba10> <<< 11924 1726884910.01713: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884910.01722: 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 0x7f9ceafbe930> <<< 11924 1726884910.01741: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884910.01775: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884910.01808: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884910.01862: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884910.01923: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884910.01954: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884910.01994: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884910.01999: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884910.02025: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884910.02028: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884910.02044: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884910.02053: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884910.02084: 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 <<< 11924 1726884910.02087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884910.02116: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceafccfe0> <<< 11924 1726884910.02171: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884910.02191: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884910.02196: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceafcdfd0> <<< 11924 1726884910.02226: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884910.02246: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884910.02317: 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' <<< 11924 1726884910.02345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884910.02358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884910.02379: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceafcfc50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceafcf8c0> <<< 11924 1726884910.02410: 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 <<< 11924 1726884910.02417: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884910.02449: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884910.02458: 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 0x7f9ceade5130> <<< 11924 1726884910.02475: 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 <<< 11924 1726884910.02491: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 11924 1726884910.02514: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884910.02529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceade6420> <<< 11924 1726884910.02553: 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 <<< 11924 1726884910.02560: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 11924 1726884910.02586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884910.02665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884910.02698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884910.02757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884910.02769: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884910.02795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884910.02819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884910.02872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884910.02890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884910.02914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884910.02925: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae41010> <<< 11924 1726884910.02953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884910.02964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884910.02998: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884910.03004: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae41130> <<< 11924 1726884910.03030: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884910.03052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884910.03081: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884910.03126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884910.03150: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884910.03172: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 11924 1726884910.03189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae94770> <<< 11924 1726884910.03205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884910.03216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884910.03221: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae94ad0> <<< 11924 1726884910.03243: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884910.03308: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae58b30> <<< 11924 1726884910.03311: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884910.03336: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae42300> <<< 11924 1726884910.03428: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae36390> <<< 11924 1726884910.03448: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884910.03477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884910.03487: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884910.03516: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884910.03539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884910.03564: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884910.03568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884910.03605: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceacd02c0> <<< 11924 1726884910.03616: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae96ed0> <<< 11924 1726884910.03654: 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 0x7f9ceae58bf0> <<< 11924 1726884910.03661: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae956d0> <<< 11924 1726884910.03714: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884910.03726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceacd1310> <<< 11924 1726884910.03731: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae35760> <<< 11924 1726884910.03869: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884910.03891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884910.03908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884910.03952: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceacf9220> <<< 11924 1726884910.04115: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceadfbd10> <<< 11924 1726884910.04139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884910.04161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884910.04190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884910.04203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884910.04239: 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 0x7f9cead198b0> <<< 11924 1726884910.04268: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead18c80> <<< 11924 1726884910.04360: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae14f80> <<< 11924 1726884910.04389: 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 0x7f9cead1aab0> import 'importlib.machinery' # # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884910.04471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884910.04607: 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 0x7f9cead25610> import '_tokenize' # <<< 11924 1726884910.04676: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead1a270> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead1a870> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884910.04849: 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 0x7f9cead39dc0> <<< 11924 1726884910.04908: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead19730> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceade6d80> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884910.04949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884910.05029: 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' <<< 11924 1726884910.05063: 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' <<< 11924 1726884910.05371: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead8dee0> <<< 11924 1726884910.05501: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead5ff80> # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead8ec60> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead8f860> <<< 11924 1726884910.05590: stdout chunk (state=3): >>>import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceadf9910> # /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 <<< 11924 1726884910.05641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884910.05910: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ceabee600> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884910.06035: 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 0x7f9ceac24950> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ceac26030> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac26f00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ceac27560> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac26450> <<< 11924 1726884910.06183: 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 0x7f9ceac27fe0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac27710> <<< 11924 1726884910.06280: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceabee750> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceabbec60> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceabbe9c0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceade6930> # /usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/util.py <<< 11924 1726884910.06350: stdout chunk (state=3): >>># 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 0x7f9ceac42d20> # /usr/lib64/python3.12/__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 0x7f9ceac43230> <<< 11924 1726884910.06454: 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__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884910.06536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884910.06708: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac6daf0> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884910.06872: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac937a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ceac93a10> <<< 11924 1726884910.06882: 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 0x7f9ceaca08c0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ceaca0a10> # /usr/lib64/python3.12/__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 0x7f9ceaca2090> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceaca0e30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac43bc0> <<< 11924 1726884910.07096: 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' # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cea8e62a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea8e5fd0> <<< 11924 1726884910.07191: 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 0x7f9cea8e61b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884910.07239: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884910.07387: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cea8e6a20> <<< 11924 1726884910.07448: 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 0x7f9cea8e7410> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea8e6360> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea8e44a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac6c140> <<< 11924 1726884910.07469: 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' <<< 11924 1726884910.07494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884910.07516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884910.07544: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea905220> <<< 11924 1726884910.07743: 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 0x7f9cea907860> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea8e7500> # /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 0x7f9cea920290> <<< 11924 1726884910.07854: 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 0x7f9cea907b90> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea907a40> <<< 11924 1726884910.07859: 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 <<< 11924 1726884910.07893: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/i18n.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884910.08044: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea922b40> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea9227b0> <<< 11924 1726884910.08178: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea922540> <<< 11924 1726884910.08293: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/safe_dbus.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884910.08364: 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/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea94a2a0> import 'importlib.util' # # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884910.08436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' import '_typing' # <<< 11924 1726884910.08663: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea94aa20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea949940> # possible namespace for /usr/lib/python3.12/site-packages/gi <<< 11924 1726884910.08876: 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 0x7f9cea976cc0> <<< 11924 1726884910.08910: 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 0x7f9cea975250> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea9493d0> # /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' <<< 11924 1726884910.08941: 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' <<< 11924 1726884910.08982: 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' <<< 11924 1726884910.09097: 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 0x7f9ce9fb4ec0> <<< 11924 1726884910.09105: 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 0x7f9ce9fb5250> <<< 11924 1726884910.09187: 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 0x7f9ce9fb5730> # /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 0x7f9ce9fb5f70> <<< 11924 1726884910.09195: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9fb4590> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea99bf20> <<< 11924 1726884910.09272: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884910.09285: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9fb66f0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea99bb60> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea94a840> <<< 11924 1726884910.09323: 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 <<< 11924 1726884910.09382: stdout chunk (state=3): >>># 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 <<< 11924 1726884910.09574: 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' <<< 11924 1726884910.09577: 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 0x7f9ce9fd6510> <<< 11924 1726884910.09618: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884910.09642: 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 0x7f9ce9fd79e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9fd4cb0> <<< 11924 1726884910.09697: 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' <<< 11924 1726884910.09906: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9fd5850> # /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 0x7f9cea0106b0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9fd7e30> <<< 11924 1726884910.10043: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9fb7020> <<< 11924 1726884910.10067: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 11924 1726884910.10105: 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 <<< 11924 1726884910.10136: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 11924 1726884910.10469: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea0494c0> import 'gi.repository.GObject' # <<< 11924 1726884910.10472: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 11924 1726884910.10514: 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' <<< 11924 1726884910.10650: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea066e10> <<< 11924 1726884910.10673: stdout chunk (state=3): >>>import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea923110> <<< 11924 1726884910.10723: 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 <<< 11924 1726884910.10773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 11924 1726884910.10846: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/__init__.py # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/bytesize.py <<< 11924 1726884910.11163: 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' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cea09bbf0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ce9b884d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9b882f0> <<< 11924 1726884910.11170: 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 0x7f9ce9b88e90> <<< 11924 1726884910.11289: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea09a5a0> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea098ec0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea098650> <<< 11924 1726884910.12215: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea0490a0> <<< 11924 1726884910.12249: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 11924 1726884910.12278: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac24470> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceade56a0> <<< 11924 1726884910.12727: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceade4a10> <<< 11924 1726884910.12759: 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 <<< 11924 1726884910.12784: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884910.12814: 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 <<< 11924 1726884910.12845: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 11924 1726884910.12878: 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 <<< 11924 1726884910.12884: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884910.12915: 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' <<< 11924 1726884910.12960: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c50a70> <<< 11924 1726884910.12978: 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 <<< 11924 1726884910.12995: 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 0x7f9ce9c51100> <<< 11924 1726884910.13020: 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 <<< 11924 1726884910.13026: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 11924 1726884910.13051: 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 <<< 11924 1726884910.13059: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884910.13078: 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 <<< 11924 1726884910.13128: stdout chunk (state=3): >>># 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 0x7f9ce9c52180> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c52030> <<< 11924 1726884910.13160: 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 <<< 11924 1726884910.13166: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 11924 1726884910.13198: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c52420> <<< 11924 1726884910.13228: stdout chunk (state=3): >>>import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c51d90> <<< 11924 1726884910.13265: 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 <<< 11924 1726884910.13295: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 11924 1726884910.13298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' <<< 11924 1726884910.13316: stdout chunk (state=3): >>>import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c52900> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c52750> # /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' <<< 11924 1726884910.13335: 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 <<< 11924 1726884910.13371: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 11924 1726884910.13390: 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' <<< 11924 1726884910.13561: 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 0x7f9ce9240da0> <<< 11924 1726884910.13802: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9240b30> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c52db0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c52960> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c51550> # /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 0x7f9ce9c51bb0> # /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' <<< 11924 1726884910.13809: 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 0x7f9ce9243350> # /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 0x7f9ce92436e0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92430b0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9242750> # /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 0x7f9ce9243860> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c506e0> # /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 0x7f9ce92438c0> <<< 11924 1726884910.13947: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c362a0> <<< 11924 1726884910.13964: 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 0x7f9ce9264e60> <<< 11924 1726884910.14027: 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 0x7f9ce92651c0> <<< 11924 1726884910.14043: 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' <<< 11924 1726884910.14083: 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 <<< 11924 1726884910.14116: 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__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/__init__.py <<< 11924 1726884910.14148: stdout chunk (state=3): >>># 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 0x7f9ce9266870> <<< 11924 1726884910.14161: 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' <<< 11924 1726884910.14218: 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' <<< 11924 1726884910.14231: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884910.14266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884910.14279: 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' <<< 11924 1726884910.14316: 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 0x7f9ce928c1d0> <<< 11924 1726884910.14410: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9267ef0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9267770> <<< 11924 1726884910.14414: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884910.14571: 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 0x7f9ce9267ce0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9267320> # /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 <<< 11924 1726884910.14574: 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 0x7f9ce928cec0> <<< 11924 1726884910.14590: 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 0x7f9ce928d640> <<< 11924 1726884910.14639: 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 0x7f9ce928dc40> # /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' <<< 11924 1726884910.14727: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce928df70> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce928cd70> <<< 11924 1726884910.14748: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9266a50> <<< 11924 1726884910.14809: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9265730> <<< 11924 1726884910.14831: 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 <<< 11924 1726884910.14861: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/task.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92b8c80> <<< 11924 1726884910.14875: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9265fd0> <<< 11924 1726884910.14903: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92652b0> <<< 11924 1726884910.14935: 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 <<< 11924 1726884910.15010: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/dfresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc' import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92b9250> <<< 11924 1726884910.15029: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92656d0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fssize.py <<< 11924 1726884910.15074: 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 0x7f9ce92b9460> <<< 11924 1726884910.15077: 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' <<< 11924 1726884910.15111: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92b9880> <<< 11924 1726884910.15161: 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' <<< 11924 1726884910.15188: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92ba060> <<< 11924 1726884910.15307: 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' <<< 11924 1726884910.15327: 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 <<< 11924 1726884910.15353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884910.15462: 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 0x7f9ce92e5a60> <<< 11924 1726884910.15496: 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' <<< 11924 1726884910.15527: 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 0x7f9ce92e6c90> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92e6660> <<< 11924 1726884910.15586: 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' <<< 11924 1726884910.15589: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92e7080> <<< 11924 1726884910.15622: 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 <<< 11924 1726884910.15640: 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 0x7f9ce92e7c20> <<< 11924 1726884910.15661: 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 <<< 11924 1726884910.15817: 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 0x7f9ce930a930> <<< 11924 1726884910.15912: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9309610> # /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 0x7f9ce930bd70> <<< 11924 1726884910.16154: 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 0x7f9ce90850d0> # /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 0x7f9ce9085f10> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92decf0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92de960> # /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' <<< 11924 1726884910.16168: 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 0x7f9ce90a8560> <<< 11924 1726884910.16228: 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' <<< 11924 1726884910.16231: 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' <<< 11924 1726884910.16259: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90a9640> <<< 11924 1726884910.16695: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90a8f50> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90a8590> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90879e0> # /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 0x7f9ce90d77d0> # /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 0x7f9ce90d7920> # /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 0x7f9ce90eb110> # /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' <<< 11924 1726884910.16726: 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' <<< 11924 1726884910.16739: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9104110> <<< 11924 1726884910.16806: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90eb7d0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmount.py <<< 11924 1726884910.16824: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 11924 1726884910.16864: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9104980> <<< 11924 1726884910.16895: 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' <<< 11924 1726884910.16931: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9104e00> # /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' <<< 11924 1726884910.16962: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce91052e0> <<< 11924 1726884910.17153: 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 <<< 11924 1726884910.17158: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9105610> <<< 11924 1726884910.17161: 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' <<< 11924 1726884910.17181: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9105be0> # /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 0x7f9ce9105dc0> # /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' <<< 11924 1726884910.17205: 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' <<< 11924 1726884910.17272: 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 0x7f9ce9107140> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9106f00> <<< 11924 1726884910.17278: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9105f70> <<< 11924 1726884910.17331: 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' <<< 11924 1726884910.17334: 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' <<< 11924 1726884910.17384: 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 <<< 11924 1726884910.17388: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 11924 1726884910.17434: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9107d70> <<< 11924 1726884910.17467: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9107980> <<< 11924 1726884910.17487: stdout chunk (state=3): >>>import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9107440> <<< 11924 1726884910.17704: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90d7dd0> <<< 11924 1726884910.17740: 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 <<< 11924 1726884910.17826: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884910.17853: 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' <<< 11924 1726884910.17885: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9163920> # /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 <<< 11924 1726884910.17903: 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 <<< 11924 1726884910.17982: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' <<< 11924 1726884910.18025: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9174890> # /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 <<< 11924 1726884910.18160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 11924 1726884910.18187: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py # code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9177f20> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9176d20> <<< 11924 1726884910.18229: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9174f50> <<< 11924 1726884910.18262: 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 <<< 11924 1726884910.18291: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 11924 1726884910.18323: 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 0x7f9ce8fb6840> <<< 11924 1726884910.18462: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8fb44d0> <<< 11924 1726884910.18486: 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 <<< 11924 1726884910.18531: stdout chunk (state=3): >>># 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 <<< 11924 1726884910.18545: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884910.18586: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8fd50d0> <<< 11924 1726884910.18627: 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' <<< 11924 1726884910.18647: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8fd5e80> <<< 11924 1726884910.18661: 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' <<< 11924 1726884910.18782: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8fd6690> <<< 11924 1726884910.18884: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8fc7f50> <<< 11924 1726884910.18906: 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 <<< 11924 1726884910.18950: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 11924 1726884910.18988: 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 <<< 11924 1726884910.19008: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' <<< 11924 1726884910.19024: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9018170> <<< 11924 1726884910.19138: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8fd44d0> <<< 11924 1726884910.19167: 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 <<< 11924 1726884910.19183: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884910.19229: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9029ca0> <<< 11924 1726884910.19267: 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 <<< 11924 1726884910.19359: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884910.19390: 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' <<< 11924 1726884910.19872: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce903b9e0> <<< 11924 1726884910.19927: 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 <<< 11924 1726884910.19930: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 11924 1726884910.19987: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9061010> <<< 11924 1726884910.19991: 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' <<< 11924 1726884910.20026: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9058f80> <<< 11924 1726884910.20041: 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 <<< 11924 1726884910.20076: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 11924 1726884910.20118: 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 <<< 11924 1726884910.20121: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc' <<< 11924 1726884910.20140: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce905b320> <<< 11924 1726884910.20764: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9059490> <<< 11924 1726884910.20768: 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 0x7f9ce8eb5790> <<< 11924 1726884910.20794: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9038140> # /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' <<< 11924 1726884910.20909: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9038380> <<< 11924 1726884910.20935: 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' <<< 11924 1726884910.20966: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8f1f8f0> <<< 11924 1726884910.20993: 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' <<< 11924 1726884910.21035: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8f304a0> <<< 11924 1726884910.21073: 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' <<< 11924 1726884910.21092: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8f30fe0> <<< 11924 1726884910.21110: 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' <<< 11924 1726884910.21361: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8f31430> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/nfs.py <<< 11924 1726884910.21364: stdout chunk (state=3): >>># 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 0x7f9ce8f32300> <<< 11924 1726884910.21378: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884910.21423: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8f32bd0> <<< 11924 1726884910.21824: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9174350> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9163d40> <<< 11924 1726884910.21828: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90e9ac0> # /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 0x7f9ce8d6d100> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9163530> # /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 0x7f9ce8d6e660> # /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 0x7f9ce8d6fa40> <<< 11924 1726884910.21839: 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' <<< 11924 1726884910.21871: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8d80260> <<< 11924 1726884910.21895: 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' <<< 11924 1726884910.22010: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8d80b30> # /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' <<< 11924 1726884910.22041: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8d82900> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c34140> True <<< 11924 1726884910.22953: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884910.22978: 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 <<< 11924 1726884910.23064: 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 # 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 <<< 11924 1726884910.23127: 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 # 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 <<< 11924 1726884910.23141: stdout chunk (state=3): >>># 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 <<< 11924 1726884910.23178: stdout chunk (state=3): >>># 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 <<< 11924 1726884910.23780: stdout chunk (state=3): >>># destroy blivet # destroy _sitebuiltins <<< 11924 1726884910.23784: stdout chunk (state=3): >>># destroy zlib # destroy _bz2 # destroy _compression # destroy _lzma # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel <<< 11924 1726884910.23838: 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.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 <<< 11924 1726884910.23858: 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 # 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 <<< 11924 1726884910.23991: stdout chunk (state=3): >>># 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 <<< 11924 1726884910.23995: 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 <<< 11924 1726884910.24065: stdout chunk (state=3): >>># 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 <<< 11924 1726884910.24106: stdout chunk (state=3): >>># cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping _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 <<< 11924 1726884910.24206: 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 # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping selinux._selinux # cleanup[3] wiping logging <<< 11924 1726884910.24209: stdout chunk (state=3): >>># destroy traceback # destroy weakref # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping threading <<< 11924 1726884910.24243: 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 <<< 11924 1726884910.24265: 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 # cleanup[3] wiping re._parser <<< 11924 1726884910.24307: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884910.24342: 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 # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal<<< 11924 1726884910.24368: 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 # cleanup[3] wiping sys <<< 11924 1726884910.24392: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy _datetime # destroy decimal <<< 11924 1726884910.25235: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884910.25280: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi <<< 11924 1726884910.25436: stdout chunk (state=3): >>># destroy _struct # destroy blivet.devicelibs.disk # destroy pyudev # destroy blivet.devicelibs.mdraid <<< 11924 1726884910.25439: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid <<< 11924 1726884910.25496: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser # destroy _string # destroy array # destroy textwrap <<< 11924 1726884910.25521: stdout chunk (state=3): >>># 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 <<< 11924 1726884910.25562: stdout chunk (state=3): >>># destroy blivet.devicelibs.lvm # destroy blivet.tasks.pvtask <<< 11924 1726884910.25959: 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 <<< 11924 1726884910.25963: stdout chunk (state=3): >>># 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 <<< 11924 1726884910.25965: stdout chunk (state=3): >>># 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 <<< 11924 1726884910.25967: stdout chunk (state=3): >>># destroy errno # destroy collections # destroy os <<< 11924 1726884910.25969: stdout chunk (state=3): >>># destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread <<< 11924 1726884910.25971: 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 <<< 11924 1726884910.25973: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884910.26022: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy _codecs # destroy re <<< 11924 1726884910.26078: stdout chunk (state=3): >>># destroy _random # destroy _sre # destroy _functools # destroy _operator # clear sys.audit hooks <<< 11924 1726884910.26711: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884910.27041: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884910.27044: stdout chunk (state=3): >>><<< 11924 1726884910.27052: stderr chunk (state=3): >>><<< 11924 1726884910.27235: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceafbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceaf8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceafbe930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceafccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceafcdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.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 0x7f9ceafcfc50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceafcf8c0> # /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 0x7f9ceade5130> # /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 0x7f9ceade6420> # /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 0x7f9ceae41010> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae41130> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae94770> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae94ad0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae58b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae42300> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae36390> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceacd02c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae96ed0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae58bf0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae956d0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceacd1310> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae35760> 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 0x7f9ceacf9220> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceadfbd10> # /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 0x7f9cead198b0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead18c80> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae14f80> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead1aab0> 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 0x7f9cead25610> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead1a270> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead1a870> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead39dc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead19730> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceade6d80> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/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 0x7f9cead8dee0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead5ff80> # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead8ec60> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead8f860> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceadf9910> # /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 0x7f9ceabee600> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac24950> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ceac26030> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac26f00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ceac27560> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac26450> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ceac27fe0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac27710> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceabee750> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceabbec60> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceabbe9c0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceade6930> # /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 0x7f9ceac42d20> # /usr/lib64/python3.12/__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 0x7f9ceac43230> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc 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 0x7f9ceac6daf0> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac937a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ceac93a10> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ceaca08c0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ceaca0a10> # /usr/lib64/python3.12/__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 0x7f9ceaca2090> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceaca0e30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac43bc0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__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 0x7f9cea8e62a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea8e5fd0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cea8e61b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cea8e6a20> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cea8e7410> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea8e6360> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea8e44a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac6c140> # /usr/lib64/python3.12/__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 0x7f9cea905220> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cea907860> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea8e7500> # /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 0x7f9cea920290> # 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 0x7f9cea907b90> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea907a40> # /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 0x7f9cea922b40> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea9227b0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea922540> # /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 0x7f9cea94a2a0> 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 0x7f9cea94aa20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea949940> # 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 0x7f9cea976cc0> # 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 0x7f9cea975250> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea9493d0> # /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 0x7f9ce9fb4ec0> # /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 0x7f9ce9fb5250> # /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 0x7f9ce9fb5730> # /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 0x7f9ce9fb5f70> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9fb4590> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea99bf20> # 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 0x7f9ce9fb66f0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea99bb60> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea94a840> # /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 0x7f9ce9fd6510> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ce9fd79e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9fd4cb0> # /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 0x7f9ce9fd5850> # /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 0x7f9cea0106b0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9fd7e30> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9fb7020> 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 0x7f9cea0494c0> 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 0x7f9cea066e10> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea923110> # /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 0x7f9cea09bbf0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ce9b884d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9b882f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9b88e90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea09a5a0> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea098ec0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea098650> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea0490a0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac24470> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceade56a0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceade4a10> # /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 0x7f9ce9c50a70> # /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 0x7f9ce9c51100> # /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 0x7f9ce9c52180> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c52030> # /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 0x7f9ce9c52420> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c51d90> # /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 0x7f9ce9c52900> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c52750> # /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 0x7f9ce9240da0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9240b30> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c52db0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c52960> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c51550> # /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 0x7f9ce9c51bb0> # /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 0x7f9ce9243350> # /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 0x7f9ce92436e0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92430b0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9242750> # /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 0x7f9ce9243860> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c506e0> # /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 0x7f9ce92438c0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c362a0> # /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 0x7f9ce9264e60> # /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 0x7f9ce92651c0> # /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 0x7f9ce9266870> # /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 0x7f9ce928c1d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9267ef0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9267770> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9267ce0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9267320> # /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 0x7f9ce928cec0> # /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 0x7f9ce928d640> # /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 0x7f9ce928dc40> # /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 0x7f9ce928df70> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce928cd70> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9266a50> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9265730> # /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 0x7f9ce92b8c80> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9265fd0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92652b0> # /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 0x7f9ce92b9250> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92656d0> # /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 0x7f9ce92b9460> # /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 0x7f9ce92b9880> # /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 0x7f9ce92ba060> # /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 0x7f9ce92e5a60> # /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 0x7f9ce92e6c90> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92e6660> # /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 0x7f9ce92e7080> # /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 0x7f9ce92e7c20> # /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 0x7f9ce930a930> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9309610> # /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 0x7f9ce930bd70> # /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 0x7f9ce90850d0> # /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 0x7f9ce9085f10> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92decf0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92de960> # /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 0x7f9ce90a8560> # /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 0x7f9ce90a9640> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90a8f50> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90a8590> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90879e0> # /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 0x7f9ce90d77d0> # /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 0x7f9ce90d7920> # /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 0x7f9ce90eb110> # /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 0x7f9ce9104110> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90eb7d0> # /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 0x7f9ce9104980> # /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 0x7f9ce9104e00> # /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 0x7f9ce91052e0> # /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 0x7f9ce9105610> # /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 0x7f9ce9105be0> # /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 0x7f9ce9105dc0> # /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 0x7f9ce9107140> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9106f00> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9105f70> # /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 0x7f9ce9107d70> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9107980> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9107440> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90d7dd0> # /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 0x7f9ce9163920> # /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 0x7f9ce9174890> # /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 0x7f9ce9177f20> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9176d20> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9174f50> # /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 0x7f9ce8fb6840> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8fb44d0> # /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 0x7f9ce8fd50d0> # /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 0x7f9ce8fd5e80> # /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 0x7f9ce8fd6690> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8fc7f50> # /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 0x7f9ce9018170> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8fd44d0> # /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 0x7f9ce9029ca0> # /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 0x7f9ce903b9e0> # /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 0x7f9ce9061010> # /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 0x7f9ce9058f80> # /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 0x7f9ce905b320> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9059490> # /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 0x7f9ce8eb5790> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9038140> # /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 0x7f9ce9038380> # /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 0x7f9ce8f1f8f0> # /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 0x7f9ce8f304a0> # /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 0x7f9ce8f30fe0> # /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 0x7f9ce8f31430> # /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 0x7f9ce8f32300> # /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 0x7f9ce8f32bd0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9174350> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9163d40> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90e9ac0> # /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 0x7f9ce8d6d100> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9163530> # /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 0x7f9ce8d6e660> # /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 0x7f9ce8d6fa40> # /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 0x7f9ce8d80260> # /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 0x7f9ce8d80b30> # /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 0x7f9ce8d82900> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c34140> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884910.27466: _low_level_execute_command(): starting 11924 1726884910.27469: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884909.8904326-15330-134609934332992/ > /dev/null 2>&1 && sleep 0' 11924 1726884910.28363: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884910.28379: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884910.28416: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884910.28433: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884910.28459: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884910.28523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884910.28545: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884910.28569: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884910.28588: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884910.28787: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884910.30748: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884910.30826: stdout chunk (state=3): >>><<< 11924 1726884910.30829: stderr chunk (state=3): >>><<< 11924 1726884910.30846: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884910.30862: handler run complete 11924 1726884910.31783: Evaluated conditional (False): False 11924 1726884910.31886: attempt loop complete, returning result 11924 1726884910.31994: _execute() done 11924 1726884910.31997: dumping result to json 11924 1726884910.31999: done dumping result, returning 11924 1726884910.32001: done running TaskExecutor() for managed_node2/TASK: Check that blivet supports PV grow to fill [0affc8a3-6f6f-f4c0-2290-00000000210f] 11924 1726884910.32003: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000210f 11924 1726884910.33510: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000210f 11924 1726884910.33513: WORKER PROCESS EXITING ok: [managed_node2] => { "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 0x7f9ceafbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceaf8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceafbe930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceafccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceafcdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.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 0x7f9ceafcfc50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceafcf8c0> # /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 0x7f9ceade5130> # /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 0x7f9ceade6420> # /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 0x7f9ceae41010> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae41130> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae94770> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae94ad0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae58b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae42300> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae36390> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceacd02c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae96ed0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae58bf0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae956d0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceacd1310> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae35760> 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 0x7f9ceacf9220> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceadfbd10> # /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 0x7f9cead198b0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead18c80> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceae14f80> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead1aab0> 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 0x7f9cead25610> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead1a270> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead1a870> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead39dc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead19730> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceade6d80> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/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 0x7f9cead8dee0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead5ff80> # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead8ec60> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cead8f860> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceadf9910> # /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 0x7f9ceabee600> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac24950> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ceac26030> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac26f00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ceac27560> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac26450> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ceac27fe0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac27710> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceabee750> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceabbec60> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceabbe9c0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceade6930> # /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 0x7f9ceac42d20> # /usr/lib64/python3.12/__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 0x7f9ceac43230> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc 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 0x7f9ceac6daf0> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac937a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ceac93a10> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ceaca08c0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ceaca0a10> # /usr/lib64/python3.12/__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 0x7f9ceaca2090> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceaca0e30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac43bc0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__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 0x7f9cea8e62a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea8e5fd0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cea8e61b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cea8e6a20> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cea8e7410> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea8e6360> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea8e44a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac6c140> # /usr/lib64/python3.12/__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 0x7f9cea905220> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9cea907860> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea8e7500> # /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 0x7f9cea920290> # 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 0x7f9cea907b90> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea907a40> # /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 0x7f9cea922b40> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea9227b0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea922540> # /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 0x7f9cea94a2a0> 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 0x7f9cea94aa20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea949940> # 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 0x7f9cea976cc0> # 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 0x7f9cea975250> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea9493d0> # /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 0x7f9ce9fb4ec0> # /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 0x7f9ce9fb5250> # /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 0x7f9ce9fb5730> # /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 0x7f9ce9fb5f70> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9fb4590> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea99bf20> # 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 0x7f9ce9fb66f0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea99bb60> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea94a840> # /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 0x7f9ce9fd6510> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ce9fd79e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9fd4cb0> # /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 0x7f9ce9fd5850> # /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 0x7f9cea0106b0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9fd7e30> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9fb7020> 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 0x7f9cea0494c0> 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 0x7f9cea066e10> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea923110> # /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 0x7f9cea09bbf0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ce9b884d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9b882f0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9b88e90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea09a5a0> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea098ec0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea098650> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9cea0490a0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceac24470> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceade56a0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ceade4a10> # /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 0x7f9ce9c50a70> # /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 0x7f9ce9c51100> # /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 0x7f9ce9c52180> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c52030> # /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 0x7f9ce9c52420> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c51d90> # /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 0x7f9ce9c52900> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c52750> # /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 0x7f9ce9240da0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9240b30> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c52db0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c52960> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c51550> # /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 0x7f9ce9c51bb0> # /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 0x7f9ce9243350> # /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 0x7f9ce92436e0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92430b0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9242750> # /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 0x7f9ce9243860> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c506e0> # /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 0x7f9ce92438c0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c362a0> # /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 0x7f9ce9264e60> # /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 0x7f9ce92651c0> # /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 0x7f9ce9266870> # /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 0x7f9ce928c1d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9267ef0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9267770> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9267ce0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9267320> # /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 0x7f9ce928cec0> # /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 0x7f9ce928d640> # /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 0x7f9ce928dc40> # /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 0x7f9ce928df70> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce928cd70> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9266a50> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9265730> # /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 0x7f9ce92b8c80> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9265fd0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92652b0> # /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 0x7f9ce92b9250> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92656d0> # /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 0x7f9ce92b9460> # /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 0x7f9ce92b9880> # /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 0x7f9ce92ba060> # /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 0x7f9ce92e5a60> # /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 0x7f9ce92e6c90> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92e6660> # /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 0x7f9ce92e7080> # /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 0x7f9ce92e7c20> # /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 0x7f9ce930a930> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9309610> # /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 0x7f9ce930bd70> # /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 0x7f9ce90850d0> # /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 0x7f9ce9085f10> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92decf0> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce92de960> # /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 0x7f9ce90a8560> # /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 0x7f9ce90a9640> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90a8f50> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90a8590> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90879e0> # /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 0x7f9ce90d77d0> # /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 0x7f9ce90d7920> # /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 0x7f9ce90eb110> # /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 0x7f9ce9104110> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90eb7d0> # /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 0x7f9ce9104980> # /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 0x7f9ce9104e00> # /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 0x7f9ce91052e0> # /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 0x7f9ce9105610> # /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 0x7f9ce9105be0> # /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 0x7f9ce9105dc0> # /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 0x7f9ce9107140> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9106f00> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9105f70> # /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 0x7f9ce9107d70> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9107980> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9107440> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90d7dd0> # /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 0x7f9ce9163920> # /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 0x7f9ce9174890> # /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 0x7f9ce9177f20> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9176d20> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9174f50> # /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 0x7f9ce8fb6840> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8fb44d0> # /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 0x7f9ce8fd50d0> # /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 0x7f9ce8fd5e80> # /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 0x7f9ce8fd6690> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8fc7f50> # /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 0x7f9ce9018170> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce8fd44d0> # /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 0x7f9ce9029ca0> # /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 0x7f9ce903b9e0> # /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 0x7f9ce9061010> # /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 0x7f9ce9058f80> # /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 0x7f9ce905b320> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9059490> # /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 0x7f9ce8eb5790> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9038140> # /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 0x7f9ce9038380> # /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 0x7f9ce8f1f8f0> # /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 0x7f9ce8f304a0> # /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 0x7f9ce8f30fe0> # /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 0x7f9ce8f31430> # /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 0x7f9ce8f32300> # /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 0x7f9ce8f32bd0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9174350> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9163d40> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce90e9ac0> # /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 0x7f9ce8d6d100> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9163530> # /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 0x7f9ce8d6e660> # /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 0x7f9ce8d6fa40> # /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 0x7f9ce8d80260> # /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 0x7f9ce8d80b30> # /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 0x7f9ce8d82900> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ce9c34140> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884910.34475: no more pending results, returning what we have 11924 1726884910.34480: results queue empty 11924 1726884910.34594: checking for any_errors_fatal 11924 1726884910.34604: done checking for any_errors_fatal 11924 1726884910.34605: checking for max_fail_percentage 11924 1726884910.34607: done checking for max_fail_percentage 11924 1726884910.34608: checking to see if all hosts have failed and the running result is not ok 11924 1726884910.34609: done checking to see if all hosts have failed 11924 1726884910.34610: getting the remaining hosts for this loop 11924 1726884910.34611: done getting the remaining hosts for this loop 11924 1726884910.34615: getting the next task for host managed_node2 11924 1726884910.34621: done getting next task for host managed_node2 11924 1726884910.34625: ^ task is: TASK: Verify that PVs fill the whole devices when they should 11924 1726884910.34629: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884910.34633: getting variables 11924 1726884910.34634: in VariableManager get_vars() 11924 1726884910.34666: Calling all_inventory to load vars for managed_node2 11924 1726884910.34669: Calling groups_inventory to load vars for managed_node2 11924 1726884910.34672: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884910.34682: Calling all_plugins_play to load vars for managed_node2 11924 1726884910.34685: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884910.34688: Calling groups_plugins_play to load vars for managed_node2 11924 1726884910.36142: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884910.37453: done with get_vars() 11924 1726884910.37673: 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 22:15:10 -0400 (0:00:00.538) 0:01:15.716 ****** 11924 1726884910.37771: entering _queue_task() for managed_node2/include_tasks 11924 1726884910.38499: worker is 1 (out of 1 available) 11924 1726884910.38515: exiting _queue_task() for managed_node2/include_tasks 11924 1726884910.38529: done queuing things up, now waiting for results queue to drain 11924 1726884910.38531: waiting for pending results... 11924 1726884910.38977: running TaskExecutor() for managed_node2/TASK: Verify that PVs fill the whole devices when they should 11924 1726884910.39142: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002110 11924 1726884910.39168: variable 'ansible_search_path' from source: unknown 11924 1726884910.39499: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884910.41886: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884910.41977: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884910.42019: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884910.42062: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884910.42097: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884910.42213: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884910.42262: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884910.42398: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884910.42404: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884910.42407: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884910.42503: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884910.42620: variable 'omit' from source: magic vars 11924 1726884910.42796: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884910.42812: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884910.42826: variable 'omit' from source: magic vars 11924 1726884910.43053: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884910.43083: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884910.43162: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884910.43166: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884910.43202: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884910.43318: variable 'grow_supported' from source: set_fact 11924 1726884910.43760: Evaluated conditional (grow_supported.stdout | trim == 'True'): False 11924 1726884910.43763: when evaluation is False, skipping this task 11924 1726884910.43765: variable 'st_pool_pv' from source: unknown 11924 1726884910.43814: variable 'st_pool_pv' from source: unknown skipping: [managed_node2] => (item=/dev/sda) => { "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/sda" } 11924 1726884910.44417: dumping result to json 11924 1726884910.44421: done dumping result, returning 11924 1726884910.44425: done running TaskExecutor() for managed_node2/TASK: Verify that PVs fill the whole devices when they should [0affc8a3-6f6f-f4c0-2290-000000002110] 11924 1726884910.44428: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002110 11924 1726884910.44886: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002110 11924 1726884910.44891: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 11924 1726884910.44925: no more pending results, returning what we have 11924 1726884910.44928: results queue empty 11924 1726884910.44929: checking for any_errors_fatal 11924 1726884910.44950: done checking for any_errors_fatal 11924 1726884910.44951: checking for max_fail_percentage 11924 1726884910.44953: done checking for max_fail_percentage 11924 1726884910.44954: checking to see if all hosts have failed and the running result is not ok 11924 1726884910.44954: done checking to see if all hosts have failed 11924 1726884910.44957: getting the remaining hosts for this loop 11924 1726884910.44958: done getting the remaining hosts for this loop 11924 1726884910.44962: getting the next task for host managed_node2 11924 1726884910.44968: done getting next task for host managed_node2 11924 1726884910.44971: ^ task is: TASK: Check MD RAID 11924 1726884910.44977: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884910.44981: getting variables 11924 1726884910.44982: in VariableManager get_vars() 11924 1726884910.45011: Calling all_inventory to load vars for managed_node2 11924 1726884910.45013: Calling groups_inventory to load vars for managed_node2 11924 1726884910.45016: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884910.45026: Calling all_plugins_play to load vars for managed_node2 11924 1726884910.45028: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884910.45031: Calling groups_plugins_play to load vars for managed_node2 11924 1726884910.46095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884910.48064: done with get_vars() 11924 1726884910.48082: 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 22:15:10 -0400 (0:00:00.104) 0:01:15.820 ****** 11924 1726884910.48180: entering _queue_task() for managed_node2/include_tasks 11924 1726884910.48909: worker is 1 (out of 1 available) 11924 1726884910.48926: exiting _queue_task() for managed_node2/include_tasks 11924 1726884910.48940: done queuing things up, now waiting for results queue to drain 11924 1726884910.48942: waiting for pending results... 11924 1726884910.49159: running TaskExecutor() for managed_node2/TASK: Check MD RAID 11924 1726884910.49488: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002112 11924 1726884910.49512: variable 'ansible_search_path' from source: unknown 11924 1726884910.49961: calling self._execute() 11924 1726884910.49965: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884910.49969: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884910.49973: variable 'omit' from source: magic vars 11924 1726884910.50189: _execute() done 11924 1726884910.50198: dumping result to json 11924 1726884910.50210: done dumping result, returning 11924 1726884910.50222: done running TaskExecutor() for managed_node2/TASK: Check MD RAID [0affc8a3-6f6f-f4c0-2290-000000002112] 11924 1726884910.50234: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002112 11924 1726884910.50630: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002112 11924 1726884910.50634: WORKER PROCESS EXITING 11924 1726884910.50661: no more pending results, returning what we have 11924 1726884910.50665: in VariableManager get_vars() 11924 1726884910.50703: Calling all_inventory to load vars for managed_node2 11924 1726884910.50706: Calling groups_inventory to load vars for managed_node2 11924 1726884910.50715: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884910.50727: Calling all_plugins_play to load vars for managed_node2 11924 1726884910.50730: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884910.50733: Calling groups_plugins_play to load vars for managed_node2 11924 1726884910.53101: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884910.54051: done with get_vars() 11924 1726884910.54267: variable 'ansible_search_path' from source: unknown 11924 1726884910.54396: variable 'storage_test_pool_subset' from source: include params 11924 1726884910.54427: we have included files to process 11924 1726884910.54428: generating all_blocks data 11924 1726884910.54430: done generating all_blocks data 11924 1726884910.54434: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884910.54435: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884910.54437: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884910.55974: done processing included file 11924 1726884910.55976: iterating over new_blocks loaded from include file 11924 1726884910.55978: in VariableManager get_vars() 11924 1726884910.55995: done with get_vars() 11924 1726884910.55997: filtering new block on tags 11924 1726884910.56188: done filtering new block on tags 11924 1726884910.56192: in VariableManager get_vars() 11924 1726884910.56207: done with get_vars() 11924 1726884910.56209: filtering new block on tags 11924 1726884910.56239: done filtering new block on tags 11924 1726884910.56241: 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_node2 11924 1726884910.56246: extending task lists for all hosts with included blocks 11924 1726884910.57772: done extending task lists 11924 1726884910.57774: done processing included files 11924 1726884910.57774: results queue empty 11924 1726884910.57775: checking for any_errors_fatal 11924 1726884910.57779: done checking for any_errors_fatal 11924 1726884910.57780: checking for max_fail_percentage 11924 1726884910.57781: done checking for max_fail_percentage 11924 1726884910.57781: checking to see if all hosts have failed and the running result is not ok 11924 1726884910.57782: done checking to see if all hosts have failed 11924 1726884910.57783: getting the remaining hosts for this loop 11924 1726884910.57784: done getting the remaining hosts for this loop 11924 1726884910.57786: getting the next task for host managed_node2 11924 1726884910.57791: done getting next task for host managed_node2 11924 1726884910.57792: ^ task is: TASK: Get information about RAID 11924 1726884910.57795: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884910.57797: getting variables 11924 1726884910.57798: in VariableManager get_vars() 11924 1726884910.57806: Calling all_inventory to load vars for managed_node2 11924 1726884910.57808: Calling groups_inventory to load vars for managed_node2 11924 1726884910.57810: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884910.57816: Calling all_plugins_play to load vars for managed_node2 11924 1726884910.57817: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884910.57820: Calling groups_plugins_play to load vars for managed_node2 11924 1726884910.58554: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884910.59657: done with get_vars() 11924 1726884910.59673: done getting variables 11924 1726884910.59715: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:10 -0400 (0:00:00.115) 0:01:15.936 ****** 11924 1726884910.59747: entering _queue_task() for managed_node2/command 11924 1726884910.60491: worker is 1 (out of 1 available) 11924 1726884910.60505: exiting _queue_task() for managed_node2/command 11924 1726884910.60520: done queuing things up, now waiting for results queue to drain 11924 1726884910.60522: waiting for pending results... 11924 1726884910.61049: running TaskExecutor() for managed_node2/TASK: Get information about RAID 11924 1726884910.61378: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002168 11924 1726884910.61477: variable 'ansible_search_path' from source: unknown 11924 1726884910.61519: calling self._execute() 11924 1726884910.61832: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884910.61962: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884910.61966: variable 'omit' from source: magic vars 11924 1726884910.62840: variable 'storage_test_pool' from source: include params 11924 1726884910.63053: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884910.63059: when evaluation is False, skipping this task 11924 1726884910.63062: _execute() done 11924 1726884910.63065: dumping result to json 11924 1726884910.63067: done dumping result, returning 11924 1726884910.63068: done running TaskExecutor() for managed_node2/TASK: Get information about RAID [0affc8a3-6f6f-f4c0-2290-000000002168] 11924 1726884910.63070: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002168 11924 1726884910.63151: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002168 11924 1726884910.63464: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884910.63520: no more pending results, returning what we have 11924 1726884910.63525: results queue empty 11924 1726884910.63525: checking for any_errors_fatal 11924 1726884910.63528: done checking for any_errors_fatal 11924 1726884910.63528: checking for max_fail_percentage 11924 1726884910.63530: done checking for max_fail_percentage 11924 1726884910.63531: checking to see if all hosts have failed and the running result is not ok 11924 1726884910.63531: done checking to see if all hosts have failed 11924 1726884910.63532: getting the remaining hosts for this loop 11924 1726884910.63534: done getting the remaining hosts for this loop 11924 1726884910.63538: getting the next task for host managed_node2 11924 1726884910.63551: done getting next task for host managed_node2 11924 1726884910.63554: ^ task is: TASK: Set active devices regex 11924 1726884910.63563: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884910.63566: getting variables 11924 1726884910.63568: in VariableManager get_vars() 11924 1726884910.63603: Calling all_inventory to load vars for managed_node2 11924 1726884910.63606: Calling groups_inventory to load vars for managed_node2 11924 1726884910.63610: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884910.63622: Calling all_plugins_play to load vars for managed_node2 11924 1726884910.63626: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884910.63629: Calling groups_plugins_play to load vars for managed_node2 11924 1726884910.64952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884910.66288: done with get_vars() 11924 1726884910.66309: done getting variables 11924 1726884910.66578: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:10 -0400 (0:00:00.068) 0:01:16.005 ****** 11924 1726884910.66614: entering _queue_task() for managed_node2/set_fact 11924 1726884910.67270: worker is 1 (out of 1 available) 11924 1726884910.67284: exiting _queue_task() for managed_node2/set_fact 11924 1726884910.67297: done queuing things up, now waiting for results queue to drain 11924 1726884910.67364: waiting for pending results... 11924 1726884910.67891: running TaskExecutor() for managed_node2/TASK: Set active devices regex 11924 1726884910.68095: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002169 11924 1726884910.68228: variable 'ansible_search_path' from source: unknown 11924 1726884910.68232: calling self._execute() 11924 1726884910.68294: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884910.68309: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884910.68324: variable 'omit' from source: magic vars 11924 1726884910.68738: variable 'storage_test_pool' from source: include params 11924 1726884910.68786: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884910.68794: when evaluation is False, skipping this task 11924 1726884910.68805: _execute() done 11924 1726884910.68814: dumping result to json 11924 1726884910.68822: done dumping result, returning 11924 1726884910.68834: done running TaskExecutor() for managed_node2/TASK: Set active devices regex [0affc8a3-6f6f-f4c0-2290-000000002169] 11924 1726884910.68847: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002169 11924 1726884910.69111: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002169 11924 1726884910.69115: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884910.69170: no more pending results, returning what we have 11924 1726884910.69175: results queue empty 11924 1726884910.69176: checking for any_errors_fatal 11924 1726884910.69187: done checking for any_errors_fatal 11924 1726884910.69187: checking for max_fail_percentage 11924 1726884910.69189: done checking for max_fail_percentage 11924 1726884910.69190: checking to see if all hosts have failed and the running result is not ok 11924 1726884910.69191: done checking to see if all hosts have failed 11924 1726884910.69191: getting the remaining hosts for this loop 11924 1726884910.69193: done getting the remaining hosts for this loop 11924 1726884910.69197: getting the next task for host managed_node2 11924 1726884910.69204: done getting next task for host managed_node2 11924 1726884910.69207: ^ task is: TASK: Set spare devices regex 11924 1726884910.69213: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884910.69217: getting variables 11924 1726884910.69219: in VariableManager get_vars() 11924 1726884910.69248: Calling all_inventory to load vars for managed_node2 11924 1726884910.69251: Calling groups_inventory to load vars for managed_node2 11924 1726884910.69253: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884910.69265: Calling all_plugins_play to load vars for managed_node2 11924 1726884910.69267: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884910.69269: Calling groups_plugins_play to load vars for managed_node2 11924 1726884910.70344: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884910.70995: done with get_vars() 11924 1726884910.71014: done getting variables 11924 1726884910.71075: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:10 -0400 (0:00:00.044) 0:01:16.050 ****** 11924 1726884910.71110: entering _queue_task() for managed_node2/set_fact 11924 1726884910.71747: worker is 1 (out of 1 available) 11924 1726884910.71764: exiting _queue_task() for managed_node2/set_fact 11924 1726884910.71777: done queuing things up, now waiting for results queue to drain 11924 1726884910.71778: waiting for pending results... 11924 1726884910.72092: running TaskExecutor() for managed_node2/TASK: Set spare devices regex 11924 1726884910.72258: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000216a 11924 1726884910.72274: variable 'ansible_search_path' from source: unknown 11924 1726884910.72363: calling self._execute() 11924 1726884910.72469: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884910.72481: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884910.72495: variable 'omit' from source: magic vars 11924 1726884910.73042: variable 'storage_test_pool' from source: include params 11924 1726884910.73103: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884910.73112: when evaluation is False, skipping this task 11924 1726884910.73231: _execute() done 11924 1726884910.73234: dumping result to json 11924 1726884910.73237: done dumping result, returning 11924 1726884910.73240: done running TaskExecutor() for managed_node2/TASK: Set spare devices regex [0affc8a3-6f6f-f4c0-2290-00000000216a] 11924 1726884910.73242: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000216a 11924 1726884910.73330: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000216a 11924 1726884910.73561: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884910.73606: no more pending results, returning what we have 11924 1726884910.73610: results queue empty 11924 1726884910.73610: checking for any_errors_fatal 11924 1726884910.73617: done checking for any_errors_fatal 11924 1726884910.73618: checking for max_fail_percentage 11924 1726884910.73620: done checking for max_fail_percentage 11924 1726884910.73621: checking to see if all hosts have failed and the running result is not ok 11924 1726884910.73622: done checking to see if all hosts have failed 11924 1726884910.73622: getting the remaining hosts for this loop 11924 1726884910.73624: done getting the remaining hosts for this loop 11924 1726884910.73628: getting the next task for host managed_node2 11924 1726884910.73636: done getting next task for host managed_node2 11924 1726884910.73638: ^ task is: TASK: Set md version regex 11924 1726884910.73645: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884910.73649: getting variables 11924 1726884910.73651: in VariableManager get_vars() 11924 1726884910.73683: Calling all_inventory to load vars for managed_node2 11924 1726884910.73686: Calling groups_inventory to load vars for managed_node2 11924 1726884910.73690: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884910.73703: Calling all_plugins_play to load vars for managed_node2 11924 1726884910.73707: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884910.73710: Calling groups_plugins_play to load vars for managed_node2 11924 1726884910.74325: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884910.74978: done with get_vars() 11924 1726884910.74993: done getting variables 11924 1726884910.75089: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:10 -0400 (0:00:00.040) 0:01:16.090 ****** 11924 1726884910.75148: entering _queue_task() for managed_node2/set_fact 11924 1726884910.75684: worker is 1 (out of 1 available) 11924 1726884910.75697: exiting _queue_task() for managed_node2/set_fact 11924 1726884910.75709: done queuing things up, now waiting for results queue to drain 11924 1726884910.75711: waiting for pending results... 11924 1726884910.76378: running TaskExecutor() for managed_node2/TASK: Set md version regex 11924 1726884910.76607: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000216b 11924 1726884910.76613: variable 'ansible_search_path' from source: unknown 11924 1726884910.76652: calling self._execute() 11924 1726884910.76934: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884910.76954: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884910.76990: variable 'omit' from source: magic vars 11924 1726884910.77401: variable 'storage_test_pool' from source: include params 11924 1726884910.77441: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884910.77450: when evaluation is False, skipping this task 11924 1726884910.77465: _execute() done 11924 1726884910.77474: dumping result to json 11924 1726884910.77489: done dumping result, returning 11924 1726884910.77503: done running TaskExecutor() for managed_node2/TASK: Set md version regex [0affc8a3-6f6f-f4c0-2290-00000000216b] 11924 1726884910.77598: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000216b 11924 1726884910.77670: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000216b 11924 1726884910.77675: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884910.77749: no more pending results, returning what we have 11924 1726884910.77753: results queue empty 11924 1726884910.77754: checking for any_errors_fatal 11924 1726884910.77766: done checking for any_errors_fatal 11924 1726884910.77766: checking for max_fail_percentage 11924 1726884910.77768: done checking for max_fail_percentage 11924 1726884910.77769: checking to see if all hosts have failed and the running result is not ok 11924 1726884910.77770: done checking to see if all hosts have failed 11924 1726884910.77771: getting the remaining hosts for this loop 11924 1726884910.77773: done getting the remaining hosts for this loop 11924 1726884910.77778: getting the next task for host managed_node2 11924 1726884910.77786: done getting next task for host managed_node2 11924 1726884910.77789: ^ task is: TASK: Set md chunk size regex 11924 1726884910.77796: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884910.77802: getting variables 11924 1726884910.77804: in VariableManager get_vars() 11924 1726884910.77843: Calling all_inventory to load vars for managed_node2 11924 1726884910.77845: Calling groups_inventory to load vars for managed_node2 11924 1726884910.77849: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884910.77925: Calling all_plugins_play to load vars for managed_node2 11924 1726884910.77930: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884910.77933: Calling groups_plugins_play to load vars for managed_node2 11924 1726884910.78984: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884910.80739: done with get_vars() 11924 1726884910.80753: done getting variables 11924 1726884910.80840: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (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 22:15:10 -0400 (0:00:00.057) 0:01:16.147 ****** 11924 1726884910.80882: entering _queue_task() for managed_node2/set_fact 11924 1726884910.81214: worker is 1 (out of 1 available) 11924 1726884910.81226: exiting _queue_task() for managed_node2/set_fact 11924 1726884910.81238: done queuing things up, now waiting for results queue to drain 11924 1726884910.81239: waiting for pending results... 11924 1726884910.81544: running TaskExecutor() for managed_node2/TASK: Set md chunk size regex 11924 1726884910.81750: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000216c 11924 1726884910.81754: variable 'ansible_search_path' from source: unknown 11924 1726884910.81760: calling self._execute() 11924 1726884910.81922: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884910.81935: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884910.81951: variable 'omit' from source: magic vars 11924 1726884910.82510: variable 'storage_test_pool' from source: include params 11924 1726884910.82614: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884910.82618: when evaluation is False, skipping this task 11924 1726884910.82621: _execute() done 11924 1726884910.82624: dumping result to json 11924 1726884910.82626: done dumping result, returning 11924 1726884910.82629: done running TaskExecutor() for managed_node2/TASK: Set md chunk size regex [0affc8a3-6f6f-f4c0-2290-00000000216c] 11924 1726884910.82631: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000216c 11924 1726884910.82707: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000216c 11924 1726884910.82710: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884910.82768: no more pending results, returning what we have 11924 1726884910.82772: results queue empty 11924 1726884910.82773: checking for any_errors_fatal 11924 1726884910.82781: done checking for any_errors_fatal 11924 1726884910.82782: checking for max_fail_percentage 11924 1726884910.82784: done checking for max_fail_percentage 11924 1726884910.82785: checking to see if all hosts have failed and the running result is not ok 11924 1726884910.82786: done checking to see if all hosts have failed 11924 1726884910.82787: getting the remaining hosts for this loop 11924 1726884910.82789: done getting the remaining hosts for this loop 11924 1726884910.82793: getting the next task for host managed_node2 11924 1726884910.82801: done getting next task for host managed_node2 11924 1726884910.82804: ^ task is: TASK: Parse the chunk size 11924 1726884910.82812: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884910.82817: getting variables 11924 1726884910.82819: in VariableManager get_vars() 11924 1726884910.82991: Calling all_inventory to load vars for managed_node2 11924 1726884910.82994: Calling groups_inventory to load vars for managed_node2 11924 1726884910.82998: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884910.83009: Calling all_plugins_play to load vars for managed_node2 11924 1726884910.83013: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884910.83017: Calling groups_plugins_play to load vars for managed_node2 11924 1726884910.83737: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884910.84591: done with get_vars() 11924 1726884910.84607: 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 22:15:10 -0400 (0:00:00.038) 0:01:16.185 ****** 11924 1726884910.84697: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884910.85021: worker is 1 (out of 1 available) 11924 1726884910.85035: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884910.85049: done queuing things up, now waiting for results queue to drain 11924 1726884910.85052: waiting for pending results... 11924 1726884910.85376: running TaskExecutor() for managed_node2/TASK: Parse the chunk size 11924 1726884910.85567: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000216d 11924 1726884910.85589: variable 'ansible_search_path' from source: unknown 11924 1726884910.85682: calling self._execute() 11924 1726884910.85836: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884910.85847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884910.85865: variable 'omit' from source: magic vars 11924 1726884910.86314: variable 'storage_test_pool' from source: include params 11924 1726884910.86340: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884910.86348: when evaluation is False, skipping this task 11924 1726884910.86358: _execute() done 11924 1726884910.86423: dumping result to json 11924 1726884910.86426: done dumping result, returning 11924 1726884910.86428: done running TaskExecutor() for managed_node2/TASK: Parse the chunk size [0affc8a3-6f6f-f4c0-2290-00000000216d] 11924 1726884910.86431: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000216d 11924 1726884910.86507: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000216d skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884910.86604: no more pending results, returning what we have 11924 1726884910.86608: results queue empty 11924 1726884910.86609: checking for any_errors_fatal 11924 1726884910.86618: done checking for any_errors_fatal 11924 1726884910.86618: checking for max_fail_percentage 11924 1726884910.86620: done checking for max_fail_percentage 11924 1726884910.86621: checking to see if all hosts have failed and the running result is not ok 11924 1726884910.86621: done checking to see if all hosts have failed 11924 1726884910.86622: getting the remaining hosts for this loop 11924 1726884910.86624: done getting the remaining hosts for this loop 11924 1726884910.86627: getting the next task for host managed_node2 11924 1726884910.86852: done getting next task for host managed_node2 11924 1726884910.86857: ^ task is: TASK: Check RAID active devices count 11924 1726884910.86862: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884910.86866: getting variables 11924 1726884910.86867: in VariableManager get_vars() 11924 1726884910.86893: Calling all_inventory to load vars for managed_node2 11924 1726884910.86895: Calling groups_inventory to load vars for managed_node2 11924 1726884910.86898: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884910.86904: WORKER PROCESS EXITING 11924 1726884910.86913: Calling all_plugins_play to load vars for managed_node2 11924 1726884910.86915: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884910.86918: Calling groups_plugins_play to load vars for managed_node2 11924 1726884910.87460: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884910.88120: done with get_vars() 11924 1726884910.88133: done getting variables 11924 1726884910.88193: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:10 -0400 (0:00:00.035) 0:01:16.221 ****** 11924 1726884910.88225: entering _queue_task() for managed_node2/assert 11924 1726884910.88482: worker is 1 (out of 1 available) 11924 1726884910.88497: exiting _queue_task() for managed_node2/assert 11924 1726884910.88509: done queuing things up, now waiting for results queue to drain 11924 1726884910.88511: waiting for pending results... 11924 1726884910.88720: running TaskExecutor() for managed_node2/TASK: Check RAID active devices count 11924 1726884910.89065: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000216e 11924 1726884910.89068: variable 'ansible_search_path' from source: unknown 11924 1726884910.89071: calling self._execute() 11924 1726884910.89074: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884910.89081: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884910.89097: variable 'omit' from source: magic vars 11924 1726884910.89536: variable 'storage_test_pool' from source: include params 11924 1726884910.89602: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884910.89615: when evaluation is False, skipping this task 11924 1726884910.89624: _execute() done 11924 1726884910.89633: dumping result to json 11924 1726884910.89647: done dumping result, returning 11924 1726884910.89662: done running TaskExecutor() for managed_node2/TASK: Check RAID active devices count [0affc8a3-6f6f-f4c0-2290-00000000216e] 11924 1726884910.89678: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000216e 11924 1726884910.89798: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000216e skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884910.89854: no more pending results, returning what we have 11924 1726884910.89862: results queue empty 11924 1726884910.89863: checking for any_errors_fatal 11924 1726884910.89875: done checking for any_errors_fatal 11924 1726884910.89876: checking for max_fail_percentage 11924 1726884910.89878: done checking for max_fail_percentage 11924 1726884910.89879: checking to see if all hosts have failed and the running result is not ok 11924 1726884910.89880: done checking to see if all hosts have failed 11924 1726884910.89881: getting the remaining hosts for this loop 11924 1726884910.89883: done getting the remaining hosts for this loop 11924 1726884910.89887: getting the next task for host managed_node2 11924 1726884910.89895: done getting next task for host managed_node2 11924 1726884910.89899: ^ task is: TASK: Check RAID spare devices count 11924 1726884910.89906: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884910.89911: getting variables 11924 1726884910.89913: in VariableManager get_vars() 11924 1726884910.89946: Calling all_inventory to load vars for managed_node2 11924 1726884910.89949: Calling groups_inventory to load vars for managed_node2 11924 1726884910.89953: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884910.90170: Calling all_plugins_play to load vars for managed_node2 11924 1726884910.90174: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884910.90177: Calling groups_plugins_play to load vars for managed_node2 11924 1726884910.90774: WORKER PROCESS EXITING 11924 1726884910.90818: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884910.91441: done with get_vars() 11924 1726884910.91454: done getting variables 11924 1726884910.91524: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:10 -0400 (0:00:00.033) 0:01:16.254 ****** 11924 1726884910.91563: entering _queue_task() for managed_node2/assert 11924 1726884910.91828: worker is 1 (out of 1 available) 11924 1726884910.91847: exiting _queue_task() for managed_node2/assert 11924 1726884910.91966: done queuing things up, now waiting for results queue to drain 11924 1726884910.91969: waiting for pending results... 11924 1726884910.92179: running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count 11924 1726884910.92324: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000216f 11924 1726884910.92345: variable 'ansible_search_path' from source: unknown 11924 1726884910.92390: calling self._execute() 11924 1726884910.92528: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884910.92541: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884910.92565: variable 'omit' from source: magic vars 11924 1726884910.92985: variable 'storage_test_pool' from source: include params 11924 1726884910.93025: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884910.93039: when evaluation is False, skipping this task 11924 1726884910.93048: _execute() done 11924 1726884910.93057: dumping result to json 11924 1726884910.93067: done dumping result, returning 11924 1726884910.93087: done running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count [0affc8a3-6f6f-f4c0-2290-00000000216f] 11924 1726884910.93099: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000216f skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884910.93254: no more pending results, returning what we have 11924 1726884910.93259: results queue empty 11924 1726884910.93260: checking for any_errors_fatal 11924 1726884910.93273: done checking for any_errors_fatal 11924 1726884910.93274: checking for max_fail_percentage 11924 1726884910.93276: done checking for max_fail_percentage 11924 1726884910.93277: checking to see if all hosts have failed and the running result is not ok 11924 1726884910.93278: done checking to see if all hosts have failed 11924 1726884910.93278: getting the remaining hosts for this loop 11924 1726884910.93281: done getting the remaining hosts for this loop 11924 1726884910.93285: getting the next task for host managed_node2 11924 1726884910.93294: done getting next task for host managed_node2 11924 1726884910.93296: ^ task is: TASK: Check RAID metadata version 11924 1726884910.93305: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884910.93313: getting variables 11924 1726884910.93316: in VariableManager get_vars() 11924 1726884910.93349: Calling all_inventory to load vars for managed_node2 11924 1726884910.93352: Calling groups_inventory to load vars for managed_node2 11924 1726884910.93357: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884910.93370: Calling all_plugins_play to load vars for managed_node2 11924 1726884910.93374: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884910.93381: Calling groups_plugins_play to load vars for managed_node2 11924 1726884910.94071: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000216f 11924 1726884910.94075: WORKER PROCESS EXITING 11924 1726884910.94189: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884910.94794: done with get_vars() 11924 1726884910.94809: done getting variables 11924 1726884910.94866: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:10 -0400 (0:00:00.033) 0:01:16.287 ****** 11924 1726884910.94899: entering _queue_task() for managed_node2/assert 11924 1726884910.95122: worker is 1 (out of 1 available) 11924 1726884910.95134: exiting _queue_task() for managed_node2/assert 11924 1726884910.95146: done queuing things up, now waiting for results queue to drain 11924 1726884910.95147: waiting for pending results... 11924 1726884910.95418: running TaskExecutor() for managed_node2/TASK: Check RAID metadata version 11924 1726884910.95548: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002170 11924 1726884910.95570: variable 'ansible_search_path' from source: unknown 11924 1726884910.95607: calling self._execute() 11924 1726884910.95727: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884910.95740: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884910.95759: variable 'omit' from source: magic vars 11924 1726884910.96139: variable 'storage_test_pool' from source: include params 11924 1726884910.96180: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884910.96228: when evaluation is False, skipping this task 11924 1726884910.96231: _execute() done 11924 1726884910.96233: dumping result to json 11924 1726884910.96236: done dumping result, returning 11924 1726884910.96239: done running TaskExecutor() for managed_node2/TASK: Check RAID metadata version [0affc8a3-6f6f-f4c0-2290-000000002170] 11924 1726884910.96241: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002170 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884910.96380: no more pending results, returning what we have 11924 1726884910.96384: results queue empty 11924 1726884910.96385: checking for any_errors_fatal 11924 1726884910.96393: done checking for any_errors_fatal 11924 1726884910.96394: checking for max_fail_percentage 11924 1726884910.96396: done checking for max_fail_percentage 11924 1726884910.96397: checking to see if all hosts have failed and the running result is not ok 11924 1726884910.96398: done checking to see if all hosts have failed 11924 1726884910.96399: getting the remaining hosts for this loop 11924 1726884910.96401: done getting the remaining hosts for this loop 11924 1726884910.96405: getting the next task for host managed_node2 11924 1726884910.96413: done getting next task for host managed_node2 11924 1726884910.96417: ^ task is: TASK: Check RAID chunk size 11924 1726884910.96423: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884910.96427: getting variables 11924 1726884910.96430: in VariableManager get_vars() 11924 1726884910.96466: Calling all_inventory to load vars for managed_node2 11924 1726884910.96468: Calling groups_inventory to load vars for managed_node2 11924 1726884910.96472: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884910.96484: Calling all_plugins_play to load vars for managed_node2 11924 1726884910.96488: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884910.96491: Calling groups_plugins_play to load vars for managed_node2 11924 1726884910.97228: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002170 11924 1726884910.97231: WORKER PROCESS EXITING 11924 1726884910.97249: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884910.97871: done with get_vars() 11924 1726884910.97885: done getting variables 11924 1726884910.97941: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:10 -0400 (0:00:00.030) 0:01:16.318 ****** 11924 1726884910.97983: entering _queue_task() for managed_node2/assert 11924 1726884910.98229: worker is 1 (out of 1 available) 11924 1726884910.98246: exiting _queue_task() for managed_node2/assert 11924 1726884910.98260: done queuing things up, now waiting for results queue to drain 11924 1726884910.98262: waiting for pending results... 11924 1726884910.98673: running TaskExecutor() for managed_node2/TASK: Check RAID chunk size 11924 1726884910.98712: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002171 11924 1726884910.98732: variable 'ansible_search_path' from source: unknown 11924 1726884910.98775: calling self._execute() 11924 1726884910.98915: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884910.98928: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884910.98945: variable 'omit' from source: magic vars 11924 1726884910.99375: variable 'storage_test_pool' from source: include params 11924 1726884910.99421: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884910.99434: when evaluation is False, skipping this task 11924 1726884910.99445: _execute() done 11924 1726884910.99454: dumping result to json 11924 1726884910.99464: done dumping result, returning 11924 1726884910.99476: done running TaskExecutor() for managed_node2/TASK: Check RAID chunk size [0affc8a3-6f6f-f4c0-2290-000000002171] 11924 1726884910.99487: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002171 11924 1726884910.99762: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002171 11924 1726884910.99765: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884910.99809: no more pending results, returning what we have 11924 1726884910.99812: results queue empty 11924 1726884910.99813: checking for any_errors_fatal 11924 1726884910.99820: done checking for any_errors_fatal 11924 1726884910.99821: checking for max_fail_percentage 11924 1726884910.99823: done checking for max_fail_percentage 11924 1726884910.99824: checking to see if all hosts have failed and the running result is not ok 11924 1726884910.99825: done checking to see if all hosts have failed 11924 1726884910.99825: getting the remaining hosts for this loop 11924 1726884910.99827: done getting the remaining hosts for this loop 11924 1726884910.99831: getting the next task for host managed_node2 11924 1726884910.99846: done getting next task for host managed_node2 11924 1726884910.99849: ^ task is: TASK: Reset variables used by tests 11924 1726884910.99856: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884910.99860: getting variables 11924 1726884910.99862: in VariableManager get_vars() 11924 1726884910.99893: Calling all_inventory to load vars for managed_node2 11924 1726884910.99896: Calling groups_inventory to load vars for managed_node2 11924 1726884910.99899: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884910.99912: Calling all_plugins_play to load vars for managed_node2 11924 1726884910.99915: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884910.99918: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.00924: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.01626: done with get_vars() 11924 1726884911.01639: done getting variables 11924 1726884911.01741: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:11 -0400 (0:00:00.037) 0:01:16.356 ****** 11924 1726884911.01781: entering _queue_task() for managed_node2/set_fact 11924 1726884911.02108: worker is 1 (out of 1 available) 11924 1726884911.02127: exiting _queue_task() for managed_node2/set_fact 11924 1726884911.02141: done queuing things up, now waiting for results queue to drain 11924 1726884911.02143: waiting for pending results... 11924 1726884911.02464: running TaskExecutor() for managed_node2/TASK: Reset variables used by tests 11924 1726884911.02539: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002173 11924 1726884911.02565: variable 'ansible_search_path' from source: unknown 11924 1726884911.02610: calling self._execute() 11924 1726884911.02745: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884911.02760: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884911.02781: variable 'omit' from source: magic vars 11924 1726884911.02916: variable 'omit' from source: magic vars 11924 1726884911.02986: variable 'omit' from source: magic vars 11924 1726884911.03035: variable 'omit' from source: magic vars 11924 1726884911.03084: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884911.03162: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884911.03166: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884911.03184: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884911.03202: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884911.03224: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884911.03258: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884911.03345: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884911.03348: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884911.03350: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884911.03434: Set connection var ansible_shell_executable to /bin/sh 11924 1726884911.03443: Set connection var ansible_connection to ssh 11924 1726884911.03462: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884911.03474: Set connection var ansible_timeout to 10 11924 1726884911.03485: Set connection var ansible_pipelining to False 11924 1726884911.03495: Set connection var ansible_shell_type to sh 11924 1726884911.03535: variable 'ansible_shell_executable' from source: unknown 11924 1726884911.03544: variable 'ansible_connection' from source: unknown 11924 1726884911.03561: variable 'ansible_module_compression' from source: unknown 11924 1726884911.03564: variable 'ansible_shell_type' from source: unknown 11924 1726884911.03661: variable 'ansible_shell_executable' from source: unknown 11924 1726884911.03665: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884911.03668: variable 'ansible_pipelining' from source: unknown 11924 1726884911.03670: variable 'ansible_timeout' from source: unknown 11924 1726884911.03672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884911.03757: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884911.03785: variable 'omit' from source: magic vars 11924 1726884911.03801: starting attempt loop 11924 1726884911.03809: running the handler 11924 1726884911.03831: handler run complete 11924 1726884911.03847: attempt loop complete, returning result 11924 1726884911.03856: _execute() done 11924 1726884911.03864: dumping result to json 11924 1726884911.03901: done dumping result, returning 11924 1726884911.03904: done running TaskExecutor() for managed_node2/TASK: Reset variables used by tests [0affc8a3-6f6f-f4c0-2290-000000002173] 11924 1726884911.03906: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002173 11924 1726884911.04161: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002173 11924 1726884911.04165: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 11924 1726884911.04222: no more pending results, returning what we have 11924 1726884911.04225: results queue empty 11924 1726884911.04226: checking for any_errors_fatal 11924 1726884911.04234: done checking for any_errors_fatal 11924 1726884911.04235: checking for max_fail_percentage 11924 1726884911.04236: done checking for max_fail_percentage 11924 1726884911.04237: checking to see if all hosts have failed and the running result is not ok 11924 1726884911.04238: done checking to see if all hosts have failed 11924 1726884911.04240: getting the remaining hosts for this loop 11924 1726884911.04242: done getting the remaining hosts for this loop 11924 1726884911.04249: getting the next task for host managed_node2 11924 1726884911.04261: done getting next task for host managed_node2 11924 1726884911.04265: ^ task is: TASK: Check LVM RAID 11924 1726884911.04270: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884911.04276: getting variables 11924 1726884911.04277: in VariableManager get_vars() 11924 1726884911.04312: Calling all_inventory to load vars for managed_node2 11924 1726884911.04314: Calling groups_inventory to load vars for managed_node2 11924 1726884911.04318: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.04328: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.04335: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.04339: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.05014: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.05641: done with get_vars() 11924 1726884911.05654: 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 22:15:11 -0400 (0:00:00.039) 0:01:16.396 ****** 11924 1726884911.05743: entering _queue_task() for managed_node2/include_tasks 11924 1726884911.06181: worker is 1 (out of 1 available) 11924 1726884911.06191: exiting _queue_task() for managed_node2/include_tasks 11924 1726884911.06202: done queuing things up, now waiting for results queue to drain 11924 1726884911.06203: waiting for pending results... 11924 1726884911.06315: running TaskExecutor() for managed_node2/TASK: Check LVM RAID 11924 1726884911.06451: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002113 11924 1726884911.06474: variable 'ansible_search_path' from source: unknown 11924 1726884911.06513: calling self._execute() 11924 1726884911.06637: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884911.06657: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884911.06760: variable 'omit' from source: magic vars 11924 1726884911.06794: _execute() done 11924 1726884911.06802: dumping result to json 11924 1726884911.06810: done dumping result, returning 11924 1726884911.06823: done running TaskExecutor() for managed_node2/TASK: Check LVM RAID [0affc8a3-6f6f-f4c0-2290-000000002113] 11924 1726884911.06836: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002113 11924 1726884911.06999: no more pending results, returning what we have 11924 1726884911.07004: in VariableManager get_vars() 11924 1726884911.07045: Calling all_inventory to load vars for managed_node2 11924 1726884911.07047: Calling groups_inventory to load vars for managed_node2 11924 1726884911.07050: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.07066: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.07069: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.07073: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.07770: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002113 11924 1726884911.07773: WORKER PROCESS EXITING 11924 1726884911.07853: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.08469: done with get_vars() 11924 1726884911.08481: variable 'ansible_search_path' from source: unknown 11924 1726884911.08608: variable 'storage_test_pool_subset' from source: include params 11924 1726884911.08639: we have included files to process 11924 1726884911.08640: generating all_blocks data 11924 1726884911.08642: done generating all_blocks data 11924 1726884911.08648: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884911.08649: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884911.08651: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884911.08765: in VariableManager get_vars() 11924 1726884911.08789: done with get_vars() 11924 1726884911.08809: done processing included file 11924 1726884911.08812: iterating over new_blocks loaded from include file 11924 1726884911.08813: in VariableManager get_vars() 11924 1726884911.08829: done with get_vars() 11924 1726884911.08831: filtering new block on tags 11924 1726884911.08867: done filtering new block on tags 11924 1726884911.08870: 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_node2 11924 1726884911.08876: extending task lists for all hosts with included blocks 11924 1726884911.11907: done extending task lists 11924 1726884911.11909: done processing included files 11924 1726884911.11910: results queue empty 11924 1726884911.11910: checking for any_errors_fatal 11924 1726884911.11916: done checking for any_errors_fatal 11924 1726884911.11917: checking for max_fail_percentage 11924 1726884911.11918: done checking for max_fail_percentage 11924 1726884911.11919: checking to see if all hosts have failed and the running result is not ok 11924 1726884911.11919: done checking to see if all hosts have failed 11924 1726884911.11920: getting the remaining hosts for this loop 11924 1726884911.11922: done getting the remaining hosts for this loop 11924 1726884911.11924: getting the next task for host managed_node2 11924 1726884911.12067: done getting next task for host managed_node2 11924 1726884911.12078: ^ task is: TASK: Validate pool member LVM RAID settings 11924 1726884911.12083: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884911.12085: getting variables 11924 1726884911.12086: in VariableManager get_vars() 11924 1726884911.12098: Calling all_inventory to load vars for managed_node2 11924 1726884911.12106: Calling groups_inventory to load vars for managed_node2 11924 1726884911.12109: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.12118: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.12121: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.12124: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.12841: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.13469: done with get_vars() 11924 1726884911.13483: 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 22:15:11 -0400 (0:00:00.078) 0:01:16.474 ****** 11924 1726884911.13575: entering _queue_task() for managed_node2/include_tasks 11924 1726884911.14258: worker is 1 (out of 1 available) 11924 1726884911.14276: exiting _queue_task() for managed_node2/include_tasks 11924 1726884911.14291: done queuing things up, now waiting for results queue to drain 11924 1726884911.14293: waiting for pending results... 11924 1726884911.14774: running TaskExecutor() for managed_node2/TASK: Validate pool member LVM RAID settings 11924 1726884911.15097: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002233 11924 1726884911.15116: variable 'ansible_search_path' from source: unknown 11924 1726884911.15620: variable 'storage_test_pool' from source: include params 11924 1726884911.16124: variable 'omit' from source: magic vars 11924 1726884911.16595: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884911.16863: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884911.16868: variable 'omit' from source: magic vars 11924 1726884911.17266: variable 'storage_test_pool' from source: include params 11924 1726884911.17298: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884911.17341: variable 'storage_test_lvmraid_volume' from source: unknown 11924 1726884911.17764: variable 'storage_test_lvmraid_volume' from source: unknown 11924 1726884911.18351: dumping result to json 11924 1726884911.18358: done dumping result, returning 11924 1726884911.18361: done running TaskExecutor() for managed_node2/TASK: Validate pool member LVM RAID settings [0affc8a3-6f6f-f4c0-2290-000000002233] 11924 1726884911.18364: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002233 11924 1726884911.18494: no more pending results, returning what we have 11924 1726884911.18501: in VariableManager get_vars() 11924 1726884911.18546: Calling all_inventory to load vars for managed_node2 11924 1726884911.18549: Calling groups_inventory to load vars for managed_node2 11924 1726884911.18553: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.18574: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.18579: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.18583: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.19585: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002233 11924 1726884911.19588: WORKER PROCESS EXITING 11924 1726884911.20143: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.21739: done with get_vars() 11924 1726884911.21754: variable 'ansible_search_path' from source: unknown 11924 1726884911.22013: we have included files to process 11924 1726884911.22014: generating all_blocks data 11924 1726884911.22016: done generating all_blocks data 11924 1726884911.22021: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884911.22022: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884911.22026: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884911.23717: done processing included file 11924 1726884911.23719: iterating over new_blocks loaded from include file 11924 1726884911.23721: in VariableManager get_vars() 11924 1726884911.23746: done with get_vars() 11924 1726884911.23749: filtering new block on tags 11924 1726884911.24067: done filtering new block on tags 11924 1726884911.24070: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884911.24082: extending task lists for all hosts with included blocks 11924 1726884911.24476: done extending task lists 11924 1726884911.24478: done processing included files 11924 1726884911.24478: results queue empty 11924 1726884911.24479: checking for any_errors_fatal 11924 1726884911.24482: done checking for any_errors_fatal 11924 1726884911.24483: checking for max_fail_percentage 11924 1726884911.24484: done checking for max_fail_percentage 11924 1726884911.24485: checking to see if all hosts have failed and the running result is not ok 11924 1726884911.24486: done checking to see if all hosts have failed 11924 1726884911.24487: getting the remaining hosts for this loop 11924 1726884911.24488: done getting the remaining hosts for this loop 11924 1726884911.24491: getting the next task for host managed_node2 11924 1726884911.24497: done getting next task for host managed_node2 11924 1726884911.24502: ^ task is: TASK: Get information about the LV 11924 1726884911.24506: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884911.24508: getting variables 11924 1726884911.24509: in VariableManager get_vars() 11924 1726884911.24519: Calling all_inventory to load vars for managed_node2 11924 1726884911.24522: Calling groups_inventory to load vars for managed_node2 11924 1726884911.24524: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.24530: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.24532: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.24541: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.25666: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.26264: done with get_vars() 11924 1726884911.26278: done getting variables 11924 1726884911.26326: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:11 -0400 (0:00:00.127) 0:01:16.602 ****** 11924 1726884911.26363: entering _queue_task() for managed_node2/command 11924 1726884911.26780: worker is 1 (out of 1 available) 11924 1726884911.26793: exiting _queue_task() for managed_node2/command 11924 1726884911.26809: done queuing things up, now waiting for results queue to drain 11924 1726884911.26810: waiting for pending results... 11924 1726884911.27025: running TaskExecutor() for managed_node2/TASK: Get information about the LV 11924 1726884911.27203: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002354 11924 1726884911.27226: variable 'ansible_search_path' from source: unknown 11924 1726884911.27270: calling self._execute() 11924 1726884911.27408: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884911.27419: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884911.27433: variable 'omit' from source: magic vars 11924 1726884911.27821: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884911.28133: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884911.28184: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884911.28231: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884911.28278: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884911.28381: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884911.28417: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884911.28458: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884911.28491: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884911.28643: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884911.28686: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884911.28694: when evaluation is False, skipping this task 11924 1726884911.28705: _execute() done 11924 1726884911.28713: dumping result to json 11924 1726884911.28721: done dumping result, returning 11924 1726884911.28732: done running TaskExecutor() for managed_node2/TASK: Get information about the LV [0affc8a3-6f6f-f4c0-2290-000000002354] 11924 1726884911.28743: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002354 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884911.29114: no more pending results, returning what we have 11924 1726884911.29118: results queue empty 11924 1726884911.29119: checking for any_errors_fatal 11924 1726884911.29121: done checking for any_errors_fatal 11924 1726884911.29121: checking for max_fail_percentage 11924 1726884911.29123: done checking for max_fail_percentage 11924 1726884911.29124: checking to see if all hosts have failed and the running result is not ok 11924 1726884911.29125: done checking to see if all hosts have failed 11924 1726884911.29125: getting the remaining hosts for this loop 11924 1726884911.29127: done getting the remaining hosts for this loop 11924 1726884911.29131: getting the next task for host managed_node2 11924 1726884911.29140: done getting next task for host managed_node2 11924 1726884911.29143: ^ task is: TASK: Set LV segment type 11924 1726884911.29149: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884911.29154: getting variables 11924 1726884911.29158: in VariableManager get_vars() 11924 1726884911.29194: Calling all_inventory to load vars for managed_node2 11924 1726884911.29197: Calling groups_inventory to load vars for managed_node2 11924 1726884911.29203: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.29214: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.29217: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.29220: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.29769: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002354 11924 1726884911.29772: WORKER PROCESS EXITING 11924 1726884911.29936: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.30571: done with get_vars() 11924 1726884911.30587: done getting variables 11924 1726884911.30644: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:11 -0400 (0:00:00.043) 0:01:16.645 ****** 11924 1726884911.30681: entering _queue_task() for managed_node2/set_fact 11924 1726884911.31185: worker is 1 (out of 1 available) 11924 1726884911.31196: exiting _queue_task() for managed_node2/set_fact 11924 1726884911.31209: done queuing things up, now waiting for results queue to drain 11924 1726884911.31211: waiting for pending results... 11924 1726884911.31288: running TaskExecutor() for managed_node2/TASK: Set LV segment type 11924 1726884911.31451: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002355 11924 1726884911.31474: variable 'ansible_search_path' from source: unknown 11924 1726884911.31518: calling self._execute() 11924 1726884911.31659: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884911.31672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884911.31691: variable 'omit' from source: magic vars 11924 1726884911.32114: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884911.32430: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884911.32484: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884911.32531: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884911.32574: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884911.32673: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884911.32708: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884911.32743: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884911.32776: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884911.32911: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884911.32949: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884911.32963: when evaluation is False, skipping this task 11924 1726884911.32972: _execute() done 11924 1726884911.32979: dumping result to json 11924 1726884911.32987: done dumping result, returning 11924 1726884911.32998: done running TaskExecutor() for managed_node2/TASK: Set LV segment type [0affc8a3-6f6f-f4c0-2290-000000002355] 11924 1726884911.33012: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002355 11924 1726884911.33313: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002355 11924 1726884911.33316: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884911.33354: no more pending results, returning what we have 11924 1726884911.33359: results queue empty 11924 1726884911.33359: checking for any_errors_fatal 11924 1726884911.33366: done checking for any_errors_fatal 11924 1726884911.33366: checking for max_fail_percentage 11924 1726884911.33368: done checking for max_fail_percentage 11924 1726884911.33369: checking to see if all hosts have failed and the running result is not ok 11924 1726884911.33369: done checking to see if all hosts have failed 11924 1726884911.33370: getting the remaining hosts for this loop 11924 1726884911.33372: done getting the remaining hosts for this loop 11924 1726884911.33375: getting the next task for host managed_node2 11924 1726884911.33383: done getting next task for host managed_node2 11924 1726884911.33385: ^ task is: TASK: Check segment type 11924 1726884911.33392: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884911.33396: getting variables 11924 1726884911.33398: in VariableManager get_vars() 11924 1726884911.33430: Calling all_inventory to load vars for managed_node2 11924 1726884911.33433: Calling groups_inventory to load vars for managed_node2 11924 1726884911.33436: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.33445: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.33448: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.33451: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.34146: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.34782: done with get_vars() 11924 1726884911.34797: done getting variables 11924 1726884911.34853: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:11 -0400 (0:00:00.042) 0:01:16.687 ****** 11924 1726884911.34890: entering _queue_task() for managed_node2/assert 11924 1726884911.35139: worker is 1 (out of 1 available) 11924 1726884911.35154: exiting _queue_task() for managed_node2/assert 11924 1726884911.35171: done queuing things up, now waiting for results queue to drain 11924 1726884911.35172: waiting for pending results... 11924 1726884911.35576: running TaskExecutor() for managed_node2/TASK: Check segment type 11924 1726884911.35668: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002356 11924 1726884911.35693: variable 'ansible_search_path' from source: unknown 11924 1726884911.35737: calling self._execute() 11924 1726884911.35872: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884911.35884: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884911.35909: variable 'omit' from source: magic vars 11924 1726884911.36311: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884911.36626: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884911.36683: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884911.36728: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884911.36776: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884911.36867: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884911.36907: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884911.36939: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884911.36971: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884911.37203: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884911.37206: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884911.37208: when evaluation is False, skipping this task 11924 1726884911.37210: _execute() done 11924 1726884911.37212: dumping result to json 11924 1726884911.37214: done dumping result, returning 11924 1726884911.37215: done running TaskExecutor() for managed_node2/TASK: Check segment type [0affc8a3-6f6f-f4c0-2290-000000002356] 11924 1726884911.37217: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002356 11924 1726884911.37285: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002356 11924 1726884911.37288: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884911.37350: no more pending results, returning what we have 11924 1726884911.37354: results queue empty 11924 1726884911.37357: checking for any_errors_fatal 11924 1726884911.37368: done checking for any_errors_fatal 11924 1726884911.37368: checking for max_fail_percentage 11924 1726884911.37371: done checking for max_fail_percentage 11924 1726884911.37372: checking to see if all hosts have failed and the running result is not ok 11924 1726884911.37373: done checking to see if all hosts have failed 11924 1726884911.37373: getting the remaining hosts for this loop 11924 1726884911.37375: done getting the remaining hosts for this loop 11924 1726884911.37380: getting the next task for host managed_node2 11924 1726884911.37389: done getting next task for host managed_node2 11924 1726884911.37391: ^ task is: TASK: Set LV stripe size 11924 1726884911.37399: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884911.37407: getting variables 11924 1726884911.37409: in VariableManager get_vars() 11924 1726884911.37445: Calling all_inventory to load vars for managed_node2 11924 1726884911.37448: Calling groups_inventory to load vars for managed_node2 11924 1726884911.37451: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.37568: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.37572: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.37575: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.38318: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.39016: done with get_vars() 11924 1726884911.39034: done getting variables 11924 1726884911.39107: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:11 -0400 (0:00:00.043) 0:01:16.731 ****** 11924 1726884911.39264: entering _queue_task() for managed_node2/set_fact 11924 1726884911.40480: worker is 1 (out of 1 available) 11924 1726884911.40492: exiting _queue_task() for managed_node2/set_fact 11924 1726884911.40505: done queuing things up, now waiting for results queue to drain 11924 1726884911.40506: waiting for pending results... 11924 1726884911.40651: running TaskExecutor() for managed_node2/TASK: Set LV stripe size 11924 1726884911.40862: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002357 11924 1726884911.40868: variable 'ansible_search_path' from source: unknown 11924 1726884911.40885: calling self._execute() 11924 1726884911.41029: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884911.41160: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884911.41164: variable 'omit' from source: magic vars 11924 1726884911.41479: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884911.41763: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884911.41814: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884911.41854: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884911.41895: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884911.41983: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884911.42016: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884911.42046: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884911.42076: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884911.42200: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884911.42246: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884911.42265: when evaluation is False, skipping this task 11924 1726884911.42319: _execute() done 11924 1726884911.42327: dumping result to json 11924 1726884911.42334: done dumping result, returning 11924 1726884911.42345: done running TaskExecutor() for managed_node2/TASK: Set LV stripe size [0affc8a3-6f6f-f4c0-2290-000000002357] 11924 1726884911.42357: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002357 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884911.42552: no more pending results, returning what we have 11924 1726884911.42557: results queue empty 11924 1726884911.42558: checking for any_errors_fatal 11924 1726884911.42568: done checking for any_errors_fatal 11924 1726884911.42568: checking for max_fail_percentage 11924 1726884911.42570: done checking for max_fail_percentage 11924 1726884911.42571: checking to see if all hosts have failed and the running result is not ok 11924 1726884911.42572: done checking to see if all hosts have failed 11924 1726884911.42572: getting the remaining hosts for this loop 11924 1726884911.42575: done getting the remaining hosts for this loop 11924 1726884911.42579: getting the next task for host managed_node2 11924 1726884911.42588: done getting next task for host managed_node2 11924 1726884911.42591: ^ task is: TASK: Parse the requested stripe size 11924 1726884911.42597: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884911.42602: getting variables 11924 1726884911.42603: in VariableManager get_vars() 11924 1726884911.42638: Calling all_inventory to load vars for managed_node2 11924 1726884911.42640: Calling groups_inventory to load vars for managed_node2 11924 1726884911.42644: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.42653: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.42658: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.42661: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.43361: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002357 11924 1726884911.43365: WORKER PROCESS EXITING 11924 1726884911.44627: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.46241: done with get_vars() 11924 1726884911.46258: 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 22:15:11 -0400 (0:00:00.070) 0:01:16.802 ****** 11924 1726884911.46351: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884911.46804: worker is 1 (out of 1 available) 11924 1726884911.46830: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884911.46843: done queuing things up, now waiting for results queue to drain 11924 1726884911.46846: waiting for pending results... 11924 1726884911.47133: running TaskExecutor() for managed_node2/TASK: Parse the requested stripe size 11924 1726884911.48263: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002358 11924 1726884911.48268: variable 'ansible_search_path' from source: unknown 11924 1726884911.48271: calling self._execute() 11924 1726884911.48362: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884911.48422: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884911.48433: variable 'omit' from source: magic vars 11924 1726884911.49561: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884911.49866: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884911.49913: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884911.49953: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884911.50260: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884911.50297: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884911.50333: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884911.50367: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884911.50399: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884911.50697: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884911.50796: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884911.50809: when evaluation is False, skipping this task 11924 1726884911.50817: _execute() done 11924 1726884911.50824: dumping result to json 11924 1726884911.50831: done dumping result, returning 11924 1726884911.51061: done running TaskExecutor() for managed_node2/TASK: Parse the requested stripe size [0affc8a3-6f6f-f4c0-2290-000000002358] 11924 1726884911.51064: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002358 11924 1726884911.51143: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002358 11924 1726884911.51147: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884911.51199: no more pending results, returning what we have 11924 1726884911.51203: results queue empty 11924 1726884911.51204: checking for any_errors_fatal 11924 1726884911.51213: done checking for any_errors_fatal 11924 1726884911.51214: checking for max_fail_percentage 11924 1726884911.51216: done checking for max_fail_percentage 11924 1726884911.51217: checking to see if all hosts have failed and the running result is not ok 11924 1726884911.51217: done checking to see if all hosts have failed 11924 1726884911.51218: getting the remaining hosts for this loop 11924 1726884911.51220: done getting the remaining hosts for this loop 11924 1726884911.51224: getting the next task for host managed_node2 11924 1726884911.51238: done getting next task for host managed_node2 11924 1726884911.51241: ^ task is: TASK: Set expected stripe size 11924 1726884911.51254: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884911.51261: getting variables 11924 1726884911.51262: in VariableManager get_vars() 11924 1726884911.51297: Calling all_inventory to load vars for managed_node2 11924 1726884911.51300: Calling groups_inventory to load vars for managed_node2 11924 1726884911.51304: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.51313: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.51315: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.51318: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.53370: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.54590: done with get_vars() 11924 1726884911.54609: done getting variables 11924 1726884911.54675: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:11 -0400 (0:00:00.083) 0:01:16.886 ****** 11924 1726884911.54719: entering _queue_task() for managed_node2/set_fact 11924 1726884911.55503: worker is 1 (out of 1 available) 11924 1726884911.55516: exiting _queue_task() for managed_node2/set_fact 11924 1726884911.55528: done queuing things up, now waiting for results queue to drain 11924 1726884911.55530: waiting for pending results... 11924 1726884911.55948: running TaskExecutor() for managed_node2/TASK: Set expected stripe size 11924 1726884911.56763: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002359 11924 1726884911.56767: variable 'ansible_search_path' from source: unknown 11924 1726884911.56770: calling self._execute() 11924 1726884911.57060: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884911.57073: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884911.57092: variable 'omit' from source: magic vars 11924 1726884911.57898: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884911.58392: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884911.58609: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884911.58649: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884911.59060: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884911.59064: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884911.59066: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884911.59069: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884911.59072: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884911.59385: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884911.59422: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884911.59429: when evaluation is False, skipping this task 11924 1726884911.59435: _execute() done 11924 1726884911.59441: dumping result to json 11924 1726884911.59446: done dumping result, returning 11924 1726884911.59457: done running TaskExecutor() for managed_node2/TASK: Set expected stripe size [0affc8a3-6f6f-f4c0-2290-000000002359] 11924 1726884911.59466: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002359 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884911.59617: no more pending results, returning what we have 11924 1726884911.59620: results queue empty 11924 1726884911.59621: checking for any_errors_fatal 11924 1726884911.59630: done checking for any_errors_fatal 11924 1726884911.59631: checking for max_fail_percentage 11924 1726884911.59633: done checking for max_fail_percentage 11924 1726884911.59634: checking to see if all hosts have failed and the running result is not ok 11924 1726884911.59635: done checking to see if all hosts have failed 11924 1726884911.59635: getting the remaining hosts for this loop 11924 1726884911.59637: done getting the remaining hosts for this loop 11924 1726884911.59642: getting the next task for host managed_node2 11924 1726884911.59651: done getting next task for host managed_node2 11924 1726884911.59654: ^ task is: TASK: Check stripe size 11924 1726884911.59663: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884911.59670: getting variables 11924 1726884911.59672: in VariableManager get_vars() 11924 1726884911.59710: Calling all_inventory to load vars for managed_node2 11924 1726884911.59713: Calling groups_inventory to load vars for managed_node2 11924 1726884911.59717: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.59726: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.59729: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.59731: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.60365: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002359 11924 1726884911.60369: WORKER PROCESS EXITING 11924 1726884911.61971: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.63184: done with get_vars() 11924 1726884911.63200: done getting variables 11924 1726884911.63258: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:11 -0400 (0:00:00.085) 0:01:16.972 ****** 11924 1726884911.63407: entering _queue_task() for managed_node2/assert 11924 1726884911.64026: worker is 1 (out of 1 available) 11924 1726884911.64041: exiting _queue_task() for managed_node2/assert 11924 1726884911.64057: done queuing things up, now waiting for results queue to drain 11924 1726884911.64058: waiting for pending results... 11924 1726884911.65176: running TaskExecutor() for managed_node2/TASK: Check stripe size 11924 1726884911.65459: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000235a 11924 1726884911.65481: variable 'ansible_search_path' from source: unknown 11924 1726884911.65524: calling self._execute() 11924 1726884911.65948: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884911.65963: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884911.65980: variable 'omit' from source: magic vars 11924 1726884911.66861: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884911.67249: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884911.67664: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884911.67667: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884911.67669: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884911.68061: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884911.68065: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884911.68067: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884911.68069: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884911.68175: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884911.68213: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884911.68294: when evaluation is False, skipping this task 11924 1726884911.68305: _execute() done 11924 1726884911.68314: dumping result to json 11924 1726884911.68323: done dumping result, returning 11924 1726884911.68335: done running TaskExecutor() for managed_node2/TASK: Check stripe size [0affc8a3-6f6f-f4c0-2290-00000000235a] 11924 1726884911.68346: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000235a skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884911.68517: no more pending results, returning what we have 11924 1726884911.68521: results queue empty 11924 1726884911.68522: checking for any_errors_fatal 11924 1726884911.68531: done checking for any_errors_fatal 11924 1726884911.68532: checking for max_fail_percentage 11924 1726884911.68534: done checking for max_fail_percentage 11924 1726884911.68535: checking to see if all hosts have failed and the running result is not ok 11924 1726884911.68536: done checking to see if all hosts have failed 11924 1726884911.68537: getting the remaining hosts for this loop 11924 1726884911.68539: done getting the remaining hosts for this loop 11924 1726884911.68544: getting the next task for host managed_node2 11924 1726884911.68558: done getting next task for host managed_node2 11924 1726884911.68563: ^ task is: TASK: Check Thin Pools 11924 1726884911.68569: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884911.68575: getting variables 11924 1726884911.68577: in VariableManager get_vars() 11924 1726884911.68610: Calling all_inventory to load vars for managed_node2 11924 1726884911.68612: Calling groups_inventory to load vars for managed_node2 11924 1726884911.68616: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.68627: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.68630: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.68633: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.69153: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000235a 11924 1726884911.69158: WORKER PROCESS EXITING 11924 1726884911.69524: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.70224: done with get_vars() 11924 1726884911.70241: 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 22:15:11 -0400 (0:00:00.069) 0:01:17.042 ****** 11924 1726884911.70358: entering _queue_task() for managed_node2/include_tasks 11924 1726884911.70676: worker is 1 (out of 1 available) 11924 1726884911.70689: exiting _queue_task() for managed_node2/include_tasks 11924 1726884911.70704: done queuing things up, now waiting for results queue to drain 11924 1726884911.70706: waiting for pending results... 11924 1726884911.71024: running TaskExecutor() for managed_node2/TASK: Check Thin Pools 11924 1726884911.71177: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002114 11924 1726884911.71279: variable 'ansible_search_path' from source: unknown 11924 1726884911.71323: calling self._execute() 11924 1726884911.71552: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884911.71598: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884911.71808: variable 'omit' from source: magic vars 11924 1726884911.71884: _execute() done 11924 1726884911.71927: dumping result to json 11924 1726884911.71935: done dumping result, returning 11924 1726884911.71948: done running TaskExecutor() for managed_node2/TASK: Check Thin Pools [0affc8a3-6f6f-f4c0-2290-000000002114] 11924 1726884911.71963: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002114 11924 1726884911.72363: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002114 11924 1726884911.72367: WORKER PROCESS EXITING 11924 1726884911.72393: no more pending results, returning what we have 11924 1726884911.72397: in VariableManager get_vars() 11924 1726884911.72438: Calling all_inventory to load vars for managed_node2 11924 1726884911.72440: Calling groups_inventory to load vars for managed_node2 11924 1726884911.72444: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.72459: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.72462: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.72465: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.74141: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.75359: done with get_vars() 11924 1726884911.75372: variable 'ansible_search_path' from source: unknown 11924 1726884911.75704: variable 'storage_test_pool_subset' from source: include params 11924 1726884911.75735: we have included files to process 11924 1726884911.75736: generating all_blocks data 11924 1726884911.75739: done generating all_blocks data 11924 1726884911.75745: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884911.75746: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884911.75748: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884911.76068: in VariableManager get_vars() 11924 1726884911.76090: done with get_vars() 11924 1726884911.76106: done processing included file 11924 1726884911.76109: iterating over new_blocks loaded from include file 11924 1726884911.76110: in VariableManager get_vars() 11924 1726884911.76123: done with get_vars() 11924 1726884911.76124: filtering new block on tags 11924 1726884911.76148: done filtering new block on tags 11924 1726884911.76150: 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_node2 11924 1726884911.76157: extending task lists for all hosts with included blocks 11924 1726884911.79495: done extending task lists 11924 1726884911.79497: done processing included files 11924 1726884911.79498: results queue empty 11924 1726884911.79499: checking for any_errors_fatal 11924 1726884911.79505: done checking for any_errors_fatal 11924 1726884911.79506: checking for max_fail_percentage 11924 1726884911.79507: done checking for max_fail_percentage 11924 1726884911.79508: checking to see if all hosts have failed and the running result is not ok 11924 1726884911.79509: done checking to see if all hosts have failed 11924 1726884911.79510: getting the remaining hosts for this loop 11924 1726884911.79511: done getting the remaining hosts for this loop 11924 1726884911.79513: getting the next task for host managed_node2 11924 1726884911.79519: done getting next task for host managed_node2 11924 1726884911.79521: ^ task is: TASK: Validate pool member thinpool settings 11924 1726884911.79525: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884911.79527: getting variables 11924 1726884911.79528: in VariableManager get_vars() 11924 1726884911.79540: Calling all_inventory to load vars for managed_node2 11924 1726884911.79543: Calling groups_inventory to load vars for managed_node2 11924 1726884911.79545: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.79551: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.79553: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.79562: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.80037: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.80677: done with get_vars() 11924 1726884911.80693: 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 22:15:11 -0400 (0:00:00.104) 0:01:17.146 ****** 11924 1726884911.80792: entering _queue_task() for managed_node2/include_tasks 11924 1726884911.81136: worker is 1 (out of 1 available) 11924 1726884911.81149: exiting _queue_task() for managed_node2/include_tasks 11924 1726884911.81304: done queuing things up, now waiting for results queue to drain 11924 1726884911.81307: waiting for pending results... 11924 1726884911.81496: running TaskExecutor() for managed_node2/TASK: Validate pool member thinpool settings 11924 1726884911.81965: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002389 11924 1726884911.81969: variable 'ansible_search_path' from source: unknown 11924 1726884911.82299: variable 'storage_test_pool' from source: include params 11924 1726884911.82853: variable 'omit' from source: magic vars 11924 1726884911.83133: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884911.83148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884911.83174: variable 'omit' from source: magic vars 11924 1726884911.83811: variable 'storage_test_pool' from source: include params 11924 1726884911.83836: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884911.83885: variable 'storage_test_thin_volume' from source: unknown 11924 1726884911.83968: variable 'storage_test_thin_volume' from source: unknown 11924 1726884911.84465: dumping result to json 11924 1726884911.84468: done dumping result, returning 11924 1726884911.84471: done running TaskExecutor() for managed_node2/TASK: Validate pool member thinpool settings [0affc8a3-6f6f-f4c0-2290-000000002389] 11924 1726884911.84474: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002389 11924 1726884911.84533: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002389 11924 1726884911.84536: WORKER PROCESS EXITING 11924 1726884911.84626: no more pending results, returning what we have 11924 1726884911.84632: in VariableManager get_vars() 11924 1726884911.84677: Calling all_inventory to load vars for managed_node2 11924 1726884911.84681: Calling groups_inventory to load vars for managed_node2 11924 1726884911.84684: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.84698: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.84705: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.84708: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.85542: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.86172: done with get_vars() 11924 1726884911.86186: variable 'ansible_search_path' from source: unknown 11924 1726884911.86234: we have included files to process 11924 1726884911.86235: generating all_blocks data 11924 1726884911.86237: done generating all_blocks data 11924 1726884911.86239: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884911.86240: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884911.86242: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884911.86718: done processing included file 11924 1726884911.86720: iterating over new_blocks loaded from include file 11924 1726884911.86721: in VariableManager get_vars() 11924 1726884911.86738: done with get_vars() 11924 1726884911.86740: filtering new block on tags 11924 1726884911.86798: done filtering new block on tags 11924 1726884911.86804: in VariableManager get_vars() 11924 1726884911.86820: done with get_vars() 11924 1726884911.86822: filtering new block on tags 11924 1726884911.86846: done filtering new block on tags 11924 1726884911.86848: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884911.86860: extending task lists for all hosts with included blocks 11924 1726884911.87031: done extending task lists 11924 1726884911.87032: done processing included files 11924 1726884911.87033: results queue empty 11924 1726884911.87034: checking for any_errors_fatal 11924 1726884911.87037: done checking for any_errors_fatal 11924 1726884911.87038: checking for max_fail_percentage 11924 1726884911.87039: done checking for max_fail_percentage 11924 1726884911.87040: checking to see if all hosts have failed and the running result is not ok 11924 1726884911.87041: done checking to see if all hosts have failed 11924 1726884911.87041: getting the remaining hosts for this loop 11924 1726884911.87043: done getting the remaining hosts for this loop 11924 1726884911.87045: getting the next task for host managed_node2 11924 1726884911.87051: done getting next task for host managed_node2 11924 1726884911.87053: ^ task is: TASK: Get information about thinpool 11924 1726884911.87059: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884911.87061: getting variables 11924 1726884911.87062: in VariableManager get_vars() 11924 1726884911.87071: Calling all_inventory to load vars for managed_node2 11924 1726884911.87073: Calling groups_inventory to load vars for managed_node2 11924 1726884911.87075: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.87084: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.87087: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.87089: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.88039: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.88672: done with get_vars() 11924 1726884911.88687: done getting variables 11924 1726884911.88727: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:11 -0400 (0:00:00.079) 0:01:17.226 ****** 11924 1726884911.88770: entering _queue_task() for managed_node2/command 11924 1726884911.89089: worker is 1 (out of 1 available) 11924 1726884911.89103: exiting _queue_task() for managed_node2/command 11924 1726884911.89120: done queuing things up, now waiting for results queue to drain 11924 1726884911.89121: waiting for pending results... 11924 1726884911.89996: running TaskExecutor() for managed_node2/TASK: Get information about thinpool 11924 1726884911.90069: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000024bd 11924 1726884911.90461: variable 'ansible_search_path' from source: unknown 11924 1726884911.90465: calling self._execute() 11924 1726884911.90468: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884911.90471: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884911.90474: variable 'omit' from source: magic vars 11924 1726884911.91262: variable 'storage_test_thin_volume' from source: include params 11924 1726884911.91593: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884911.91606: when evaluation is False, skipping this task 11924 1726884911.91615: _execute() done 11924 1726884911.91762: dumping result to json 11924 1726884911.91765: done dumping result, returning 11924 1726884911.91769: done running TaskExecutor() for managed_node2/TASK: Get information about thinpool [0affc8a3-6f6f-f4c0-2290-0000000024bd] 11924 1726884911.91771: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000024bd 11924 1726884911.91847: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000024bd 11924 1726884911.91850: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884911.92000: no more pending results, returning what we have 11924 1726884911.92003: results queue empty 11924 1726884911.92004: checking for any_errors_fatal 11924 1726884911.92005: done checking for any_errors_fatal 11924 1726884911.92006: checking for max_fail_percentage 11924 1726884911.92007: done checking for max_fail_percentage 11924 1726884911.92008: checking to see if all hosts have failed and the running result is not ok 11924 1726884911.92009: done checking to see if all hosts have failed 11924 1726884911.92009: getting the remaining hosts for this loop 11924 1726884911.92011: done getting the remaining hosts for this loop 11924 1726884911.92014: getting the next task for host managed_node2 11924 1726884911.92021: done getting next task for host managed_node2 11924 1726884911.92024: ^ task is: TASK: Check that volume is in correct thinpool (when thinp name is provided) 11924 1726884911.92030: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884911.92033: getting variables 11924 1726884911.92035: in VariableManager get_vars() 11924 1726884911.92064: Calling all_inventory to load vars for managed_node2 11924 1726884911.92067: Calling groups_inventory to load vars for managed_node2 11924 1726884911.92070: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.92078: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.92081: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.92083: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.93030: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884911.94251: done with get_vars() 11924 1726884911.94272: done getting variables 11924 1726884911.94332: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:11 -0400 (0:00:00.057) 0:01:17.284 ****** 11924 1726884911.94571: entering _queue_task() for managed_node2/assert 11924 1726884911.95265: worker is 1 (out of 1 available) 11924 1726884911.95279: exiting _queue_task() for managed_node2/assert 11924 1726884911.95294: done queuing things up, now waiting for results queue to drain 11924 1726884911.95296: waiting for pending results... 11924 1726884911.95835: running TaskExecutor() for managed_node2/TASK: Check that volume is in correct thinpool (when thinp name is provided) 11924 1726884911.96462: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000024be 11924 1726884911.96466: variable 'ansible_search_path' from source: unknown 11924 1726884911.96469: calling self._execute() 11924 1726884911.96861: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884911.96866: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884911.96870: variable 'omit' from source: magic vars 11924 1726884911.97416: variable 'storage_test_thin_volume' from source: include params 11924 1726884911.97448: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884911.97567: when evaluation is False, skipping this task 11924 1726884911.97575: _execute() done 11924 1726884911.97581: dumping result to json 11924 1726884911.97587: done dumping result, returning 11924 1726884911.97599: done running TaskExecutor() for managed_node2/TASK: Check that volume is in correct thinpool (when thinp name is provided) [0affc8a3-6f6f-f4c0-2290-0000000024be] 11924 1726884911.97612: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000024be skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884911.97775: no more pending results, returning what we have 11924 1726884911.97780: results queue empty 11924 1726884911.97781: checking for any_errors_fatal 11924 1726884911.97788: done checking for any_errors_fatal 11924 1726884911.97789: checking for max_fail_percentage 11924 1726884911.97791: done checking for max_fail_percentage 11924 1726884911.97792: checking to see if all hosts have failed and the running result is not ok 11924 1726884911.97793: done checking to see if all hosts have failed 11924 1726884911.97794: getting the remaining hosts for this loop 11924 1726884911.97796: done getting the remaining hosts for this loop 11924 1726884911.97800: getting the next task for host managed_node2 11924 1726884911.98062: done getting next task for host managed_node2 11924 1726884911.98066: ^ task is: TASK: Check that volume is in thinpool (when thinp name is not provided) 11924 1726884911.98072: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884911.98076: getting variables 11924 1726884911.98077: in VariableManager get_vars() 11924 1726884911.98108: Calling all_inventory to load vars for managed_node2 11924 1726884911.98111: Calling groups_inventory to load vars for managed_node2 11924 1726884911.98113: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884911.98123: Calling all_plugins_play to load vars for managed_node2 11924 1726884911.98126: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884911.98129: Calling groups_plugins_play to load vars for managed_node2 11924 1726884911.98648: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000024be 11924 1726884911.98651: WORKER PROCESS EXITING 11924 1726884911.99210: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884912.00571: done with get_vars() 11924 1726884912.00593: done getting variables 11924 1726884912.00696: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:12 -0400 (0:00:00.062) 0:01:17.347 ****** 11924 1726884912.00853: entering _queue_task() for managed_node2/assert 11924 1726884912.01891: worker is 1 (out of 1 available) 11924 1726884912.01905: exiting _queue_task() for managed_node2/assert 11924 1726884912.01919: done queuing things up, now waiting for results queue to drain 11924 1726884912.01920: waiting for pending results... 11924 1726884912.02482: running TaskExecutor() for managed_node2/TASK: Check that volume is in thinpool (when thinp name is not provided) 11924 1726884912.02819: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000024bf 11924 1726884912.02837: variable 'ansible_search_path' from source: unknown 11924 1726884912.02879: calling self._execute() 11924 1726884912.03138: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.03215: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.03272: variable 'omit' from source: magic vars 11924 1726884912.04341: variable 'storage_test_thin_volume' from source: include params 11924 1726884912.04345: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884912.04348: when evaluation is False, skipping this task 11924 1726884912.04350: _execute() done 11924 1726884912.04352: dumping result to json 11924 1726884912.04356: done dumping result, returning 11924 1726884912.04359: done running TaskExecutor() for managed_node2/TASK: Check that volume is in thinpool (when thinp name is not provided) [0affc8a3-6f6f-f4c0-2290-0000000024bf] 11924 1726884912.04361: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000024bf 11924 1726884912.04440: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000024bf 11924 1726884912.04446: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884912.04507: no more pending results, returning what we have 11924 1726884912.04512: results queue empty 11924 1726884912.04512: checking for any_errors_fatal 11924 1726884912.04524: done checking for any_errors_fatal 11924 1726884912.04525: checking for max_fail_percentage 11924 1726884912.04526: done checking for max_fail_percentage 11924 1726884912.04527: checking to see if all hosts have failed and the running result is not ok 11924 1726884912.04528: done checking to see if all hosts have failed 11924 1726884912.04529: getting the remaining hosts for this loop 11924 1726884912.04531: done getting the remaining hosts for this loop 11924 1726884912.04536: getting the next task for host managed_node2 11924 1726884912.04549: done getting next task for host managed_node2 11924 1726884912.04552: ^ task is: TASK: Reset variable used by test 11924 1726884912.04563: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884912.04568: getting variables 11924 1726884912.04570: in VariableManager get_vars() 11924 1726884912.04606: Calling all_inventory to load vars for managed_node2 11924 1726884912.04609: Calling groups_inventory to load vars for managed_node2 11924 1726884912.04612: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884912.04624: Calling all_plugins_play to load vars for managed_node2 11924 1726884912.04627: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884912.04630: Calling groups_plugins_play to load vars for managed_node2 11924 1726884912.05917: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884912.07147: done with get_vars() 11924 1726884912.07279: done getting variables 11924 1726884912.07337: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:12 -0400 (0:00:00.065) 0:01:17.412 ****** 11924 1726884912.07462: entering _queue_task() for managed_node2/set_fact 11924 1726884912.08086: worker is 1 (out of 1 available) 11924 1726884912.08099: exiting _queue_task() for managed_node2/set_fact 11924 1726884912.08114: done queuing things up, now waiting for results queue to drain 11924 1726884912.08116: waiting for pending results... 11924 1726884912.08974: running TaskExecutor() for managed_node2/TASK: Reset variable used by test 11924 1726884912.09021: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000024c1 11924 1726884912.09097: variable 'ansible_search_path' from source: unknown 11924 1726884912.09141: calling self._execute() 11924 1726884912.09664: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.09669: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.09671: variable 'omit' from source: magic vars 11924 1726884912.09675: variable 'omit' from source: magic vars 11924 1726884912.09886: variable 'omit' from source: magic vars 11924 1726884912.09982: variable 'omit' from source: magic vars 11924 1726884912.10137: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884912.10182: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884912.10215: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884912.10280: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884912.10297: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884912.10526: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884912.10529: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884912.10531: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884912.10533: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.10535: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.10768: Set connection var ansible_shell_executable to /bin/sh 11924 1726884912.10776: Set connection var ansible_connection to ssh 11924 1726884912.10785: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884912.10794: Set connection var ansible_timeout to 10 11924 1726884912.10818: Set connection var ansible_pipelining to False 11924 1726884912.10862: Set connection var ansible_shell_type to sh 11924 1726884912.10896: variable 'ansible_shell_executable' from source: unknown 11924 1726884912.10960: variable 'ansible_connection' from source: unknown 11924 1726884912.10971: variable 'ansible_module_compression' from source: unknown 11924 1726884912.10979: variable 'ansible_shell_type' from source: unknown 11924 1726884912.11020: variable 'ansible_shell_executable' from source: unknown 11924 1726884912.11030: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.11033: variable 'ansible_pipelining' from source: unknown 11924 1726884912.11035: variable 'ansible_timeout' from source: unknown 11924 1726884912.11041: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.11433: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884912.11444: variable 'omit' from source: magic vars 11924 1726884912.11450: starting attempt loop 11924 1726884912.11453: running the handler 11924 1726884912.11466: handler run complete 11924 1726884912.11476: attempt loop complete, returning result 11924 1726884912.11478: _execute() done 11924 1726884912.11480: dumping result to json 11924 1726884912.11483: done dumping result, returning 11924 1726884912.11492: done running TaskExecutor() for managed_node2/TASK: Reset variable used by test [0affc8a3-6f6f-f4c0-2290-0000000024c1] 11924 1726884912.11497: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000024c1 11924 1726884912.11662: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000024c1 11924 1726884912.11665: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } 11924 1726884912.11731: no more pending results, returning what we have 11924 1726884912.11734: results queue empty 11924 1726884912.11735: checking for any_errors_fatal 11924 1726884912.11747: done checking for any_errors_fatal 11924 1726884912.11748: checking for max_fail_percentage 11924 1726884912.11750: done checking for max_fail_percentage 11924 1726884912.11751: checking to see if all hosts have failed and the running result is not ok 11924 1726884912.11752: done checking to see if all hosts have failed 11924 1726884912.11752: getting the remaining hosts for this loop 11924 1726884912.11757: done getting the remaining hosts for this loop 11924 1726884912.11761: getting the next task for host managed_node2 11924 1726884912.11773: done getting next task for host managed_node2 11924 1726884912.11778: ^ task is: TASK: Check member encryption 11924 1726884912.11783: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884912.11790: getting variables 11924 1726884912.11791: in VariableManager get_vars() 11924 1726884912.11825: Calling all_inventory to load vars for managed_node2 11924 1726884912.11828: Calling groups_inventory to load vars for managed_node2 11924 1726884912.11831: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884912.11842: Calling all_plugins_play to load vars for managed_node2 11924 1726884912.11846: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884912.11850: Calling groups_plugins_play to load vars for managed_node2 11924 1726884912.12803: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884912.13792: done with get_vars() 11924 1726884912.13809: 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 22:15:12 -0400 (0:00:00.065) 0:01:17.477 ****** 11924 1726884912.13901: entering _queue_task() for managed_node2/include_tasks 11924 1726884912.14271: worker is 1 (out of 1 available) 11924 1726884912.14284: exiting _queue_task() for managed_node2/include_tasks 11924 1726884912.14296: done queuing things up, now waiting for results queue to drain 11924 1726884912.14297: waiting for pending results... 11924 1726884912.14560: running TaskExecutor() for managed_node2/TASK: Check member encryption 11924 1726884912.14760: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002115 11924 1726884912.14764: variable 'ansible_search_path' from source: unknown 11924 1726884912.14770: calling self._execute() 11924 1726884912.14891: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.14903: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.14916: variable 'omit' from source: magic vars 11924 1726884912.15039: _execute() done 11924 1726884912.15078: dumping result to json 11924 1726884912.15084: done dumping result, returning 11924 1726884912.15087: done running TaskExecutor() for managed_node2/TASK: Check member encryption [0affc8a3-6f6f-f4c0-2290-000000002115] 11924 1726884912.15089: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002115 11924 1726884912.15319: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002115 11924 1726884912.15323: WORKER PROCESS EXITING 11924 1726884912.15347: no more pending results, returning what we have 11924 1726884912.15352: in VariableManager get_vars() 11924 1726884912.15409: Calling all_inventory to load vars for managed_node2 11924 1726884912.15413: Calling groups_inventory to load vars for managed_node2 11924 1726884912.15418: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884912.15431: Calling all_plugins_play to load vars for managed_node2 11924 1726884912.15434: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884912.15438: Calling groups_plugins_play to load vars for managed_node2 11924 1726884912.16096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884912.16679: done with get_vars() 11924 1726884912.16691: variable 'ansible_search_path' from source: unknown 11924 1726884912.16823: variable 'storage_test_pool_subset' from source: include params 11924 1726884912.16854: we have included files to process 11924 1726884912.16857: generating all_blocks data 11924 1726884912.16859: done generating all_blocks data 11924 1726884912.16866: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884912.16867: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884912.16870: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884912.17124: in VariableManager get_vars() 11924 1726884912.17151: done with get_vars() 11924 1726884912.17202: in VariableManager get_vars() 11924 1726884912.17224: done with get_vars() 11924 1726884912.17320: done processing included file 11924 1726884912.17323: iterating over new_blocks loaded from include file 11924 1726884912.17324: in VariableManager get_vars() 11924 1726884912.17340: done with get_vars() 11924 1726884912.17341: filtering new block on tags 11924 1726884912.17410: done filtering new block on tags 11924 1726884912.17413: 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_node2 11924 1726884912.17418: extending task lists for all hosts with included blocks 11924 1726884912.20385: done extending task lists 11924 1726884912.20386: done processing included files 11924 1726884912.20387: results queue empty 11924 1726884912.20388: checking for any_errors_fatal 11924 1726884912.20391: done checking for any_errors_fatal 11924 1726884912.20391: checking for max_fail_percentage 11924 1726884912.20392: done checking for max_fail_percentage 11924 1726884912.20393: checking to see if all hosts have failed and the running result is not ok 11924 1726884912.20394: done checking to see if all hosts have failed 11924 1726884912.20395: getting the remaining hosts for this loop 11924 1726884912.20396: done getting the remaining hosts for this loop 11924 1726884912.20398: getting the next task for host managed_node2 11924 1726884912.20403: done getting next task for host managed_node2 11924 1726884912.20405: ^ task is: TASK: Set test variables 11924 1726884912.20409: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884912.20411: getting variables 11924 1726884912.20412: in VariableManager get_vars() 11924 1726884912.20421: Calling all_inventory to load vars for managed_node2 11924 1726884912.20423: Calling groups_inventory to load vars for managed_node2 11924 1726884912.20426: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884912.20431: Calling all_plugins_play to load vars for managed_node2 11924 1726884912.20433: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884912.20436: Calling groups_plugins_play to load vars for managed_node2 11924 1726884912.20880: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884912.21446: done with get_vars() 11924 1726884912.21465: done getting variables 11924 1726884912.21500: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:12 -0400 (0:00:00.076) 0:01:17.554 ****** 11924 1726884912.21528: entering _queue_task() for managed_node2/set_fact 11924 1726884912.22284: worker is 1 (out of 1 available) 11924 1726884912.22297: exiting _queue_task() for managed_node2/set_fact 11924 1726884912.22310: done queuing things up, now waiting for results queue to drain 11924 1726884912.22312: waiting for pending results... 11924 1726884912.22906: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884912.23325: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000024e8 11924 1726884912.23330: variable 'ansible_search_path' from source: unknown 11924 1726884912.23333: calling self._execute() 11924 1726884912.23408: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.23763: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.23767: variable 'omit' from source: magic vars 11924 1726884912.23803: variable 'omit' from source: magic vars 11924 1726884912.23876: variable 'omit' from source: magic vars 11924 1726884912.24486: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884912.28828: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884912.29046: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884912.29223: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884912.29296: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884912.29388: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884912.29600: variable 'storage_test_pool' from source: include params 11924 1726884912.29783: variable 'storage_test_pool' from source: include params 11924 1726884912.29818: variable 'omit' from source: magic vars 11924 1726884912.29977: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884912.30009: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884912.30032: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884912.30262: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884912.30267: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884912.30270: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884912.30272: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884912.30274: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884912.30276: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.30279: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.30506: Set connection var ansible_shell_executable to /bin/sh 11924 1726884912.30515: Set connection var ansible_connection to ssh 11924 1726884912.30570: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884912.30584: Set connection var ansible_timeout to 10 11924 1726884912.30598: Set connection var ansible_pipelining to False 11924 1726884912.30615: Set connection var ansible_shell_type to sh 11924 1726884912.30664: variable 'ansible_shell_executable' from source: unknown 11924 1726884912.30706: variable 'ansible_connection' from source: unknown 11924 1726884912.30719: variable 'ansible_module_compression' from source: unknown 11924 1726884912.30809: variable 'ansible_shell_type' from source: unknown 11924 1726884912.30812: variable 'ansible_shell_executable' from source: unknown 11924 1726884912.30814: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.30816: variable 'ansible_pipelining' from source: unknown 11924 1726884912.30818: variable 'ansible_timeout' from source: unknown 11924 1726884912.30820: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.31134: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884912.31137: variable 'omit' from source: magic vars 11924 1726884912.31139: starting attempt loop 11924 1726884912.31141: running the handler 11924 1726884912.31142: handler run complete 11924 1726884912.31144: attempt loop complete, returning result 11924 1726884912.31146: _execute() done 11924 1726884912.31151: dumping result to json 11924 1726884912.31153: done dumping result, returning 11924 1726884912.31157: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-0000000024e8] 11924 1726884912.31159: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000024e8 11924 1726884912.31225: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000024e8 11924 1726884912.31228: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 11924 1726884912.31295: no more pending results, returning what we have 11924 1726884912.31298: results queue empty 11924 1726884912.31299: checking for any_errors_fatal 11924 1726884912.31300: done checking for any_errors_fatal 11924 1726884912.31301: checking for max_fail_percentage 11924 1726884912.31304: done checking for max_fail_percentage 11924 1726884912.31305: checking to see if all hosts have failed and the running result is not ok 11924 1726884912.31305: done checking to see if all hosts have failed 11924 1726884912.31306: getting the remaining hosts for this loop 11924 1726884912.31308: done getting the remaining hosts for this loop 11924 1726884912.31311: getting the next task for host managed_node2 11924 1726884912.31321: done getting next task for host managed_node2 11924 1726884912.31324: ^ task is: TASK: Validate pool member LUKS settings 11924 1726884912.31331: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884912.31335: getting variables 11924 1726884912.31337: in VariableManager get_vars() 11924 1726884912.31372: Calling all_inventory to load vars for managed_node2 11924 1726884912.31379: Calling groups_inventory to load vars for managed_node2 11924 1726884912.31383: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884912.31393: Calling all_plugins_play to load vars for managed_node2 11924 1726884912.31396: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884912.31398: Calling groups_plugins_play to load vars for managed_node2 11924 1726884912.33078: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884912.34189: done with get_vars() 11924 1726884912.34206: 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 22:15:12 -0400 (0:00:00.135) 0:01:17.689 ****** 11924 1726884912.35068: entering _queue_task() for managed_node2/include_tasks 11924 1726884912.35764: worker is 1 (out of 1 available) 11924 1726884912.35780: exiting _queue_task() for managed_node2/include_tasks 11924 1726884912.35795: done queuing things up, now waiting for results queue to drain 11924 1726884912.35797: waiting for pending results... 11924 1726884912.36465: running TaskExecutor() for managed_node2/TASK: Validate pool member LUKS settings 11924 1726884912.36665: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000024e9 11924 1726884912.36670: variable 'ansible_search_path' from source: unknown 11924 1726884912.36674: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884912.37160: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884912.37664: variable 'omit' from source: magic vars 11924 1726884912.37720: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.37730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.37822: variable 'omit' from source: magic vars 11924 1726884912.38440: variable 'storage_test_pool' from source: include params 11924 1726884912.38623: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.encryption): False 11924 1726884912.38627: when evaluation is False, skipping this task 11924 1726884912.38664: variable '_storage_test_pool_member_path' from source: unknown 11924 1726884912.38848: variable '_storage_test_pool_member_path' from source: unknown skipping: [managed_node2] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "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" } 11924 1726884912.39044: dumping result to json 11924 1726884912.39048: done dumping result, returning 11924 1726884912.39051: done running TaskExecutor() for managed_node2/TASK: Validate pool member LUKS settings [0affc8a3-6f6f-f4c0-2290-0000000024e9] 11924 1726884912.39053: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000024e9 11924 1726884912.39098: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000024e9 11924 1726884912.39101: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 11924 1726884912.39180: no more pending results, returning what we have 11924 1726884912.39184: results queue empty 11924 1726884912.39184: checking for any_errors_fatal 11924 1726884912.39196: done checking for any_errors_fatal 11924 1726884912.39197: checking for max_fail_percentage 11924 1726884912.39199: done checking for max_fail_percentage 11924 1726884912.39200: checking to see if all hosts have failed and the running result is not ok 11924 1726884912.39201: done checking to see if all hosts have failed 11924 1726884912.39201: getting the remaining hosts for this loop 11924 1726884912.39203: done getting the remaining hosts for this loop 11924 1726884912.39209: getting the next task for host managed_node2 11924 1726884912.39216: done getting next task for host managed_node2 11924 1726884912.39219: ^ task is: TASK: Validate pool member crypttab entries 11924 1726884912.39226: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884912.39230: getting variables 11924 1726884912.39232: in VariableManager get_vars() 11924 1726884912.39268: Calling all_inventory to load vars for managed_node2 11924 1726884912.39270: Calling groups_inventory to load vars for managed_node2 11924 1726884912.39275: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884912.39288: Calling all_plugins_play to load vars for managed_node2 11924 1726884912.39291: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884912.39296: Calling groups_plugins_play to load vars for managed_node2 11924 1726884912.41233: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884912.42812: done with get_vars() 11924 1726884912.42829: 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 22:15:12 -0400 (0:00:00.078) 0:01:17.768 ****** 11924 1726884912.42932: entering _queue_task() for managed_node2/include_tasks 11924 1726884912.43635: worker is 1 (out of 1 available) 11924 1726884912.43649: exiting _queue_task() for managed_node2/include_tasks 11924 1726884912.43766: done queuing things up, now waiting for results queue to drain 11924 1726884912.43769: waiting for pending results... 11924 1726884912.44473: running TaskExecutor() for managed_node2/TASK: Validate pool member crypttab entries 11924 1726884912.44479: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000024eb 11924 1726884912.44482: variable 'ansible_search_path' from source: unknown 11924 1726884912.44587: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884912.44906: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884912.45018: variable 'omit' from source: magic vars 11924 1726884912.45212: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.45261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.45265: variable 'omit' from source: magic vars 11924 1726884912.45570: variable 'storage_test_pool' from source: include params 11924 1726884912.45596: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884912.45647: variable '_storage_test_pool_member_path' from source: unknown 11924 1726884912.45738: variable '_storage_test_pool_member_path' from source: unknown 11924 1726884912.46136: dumping result to json 11924 1726884912.46144: done dumping result, returning 11924 1726884912.46148: done running TaskExecutor() for managed_node2/TASK: Validate pool member crypttab entries [0affc8a3-6f6f-f4c0-2290-0000000024eb] 11924 1726884912.46151: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000024eb 11924 1726884912.46198: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000024eb 11924 1726884912.46202: WORKER PROCESS EXITING 11924 1726884912.46225: no more pending results, returning what we have 11924 1726884912.46229: in VariableManager get_vars() 11924 1726884912.46283: Calling all_inventory to load vars for managed_node2 11924 1726884912.46286: Calling groups_inventory to load vars for managed_node2 11924 1726884912.46289: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884912.46303: Calling all_plugins_play to load vars for managed_node2 11924 1726884912.46306: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884912.46309: Calling groups_plugins_play to load vars for managed_node2 11924 1726884912.47899: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884912.49117: done with get_vars() 11924 1726884912.49130: variable 'ansible_search_path' from source: unknown 11924 1726884912.49269: we have included files to process 11924 1726884912.49271: generating all_blocks data 11924 1726884912.49273: done generating all_blocks data 11924 1726884912.49277: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 11924 1726884912.49278: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 11924 1726884912.49280: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 11924 1726884912.50846: done processing included file 11924 1726884912.50848: iterating over new_blocks loaded from include file 11924 1726884912.50850: in VariableManager get_vars() 11924 1726884912.50873: done with get_vars() 11924 1726884912.50874: filtering new block on tags 11924 1726884912.51124: done filtering new block on tags 11924 1726884912.51128: 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_node2 => (item=/dev/sda) 11924 1726884912.51135: extending task lists for all hosts with included blocks 11924 1726884912.52007: done extending task lists 11924 1726884912.52008: done processing included files 11924 1726884912.52009: results queue empty 11924 1726884912.52009: checking for any_errors_fatal 11924 1726884912.52014: done checking for any_errors_fatal 11924 1726884912.52014: checking for max_fail_percentage 11924 1726884912.52015: done checking for max_fail_percentage 11924 1726884912.52016: checking to see if all hosts have failed and the running result is not ok 11924 1726884912.52017: done checking to see if all hosts have failed 11924 1726884912.52018: getting the remaining hosts for this loop 11924 1726884912.52019: done getting the remaining hosts for this loop 11924 1726884912.52021: getting the next task for host managed_node2 11924 1726884912.52027: done getting next task for host managed_node2 11924 1726884912.52029: ^ task is: TASK: Set variables used by tests 11924 1726884912.52033: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884912.52035: getting variables 11924 1726884912.52036: in VariableManager get_vars() 11924 1726884912.52046: Calling all_inventory to load vars for managed_node2 11924 1726884912.52048: Calling groups_inventory to load vars for managed_node2 11924 1726884912.52050: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884912.52058: Calling all_plugins_play to load vars for managed_node2 11924 1726884912.52060: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884912.52063: Calling groups_plugins_play to load vars for managed_node2 11924 1726884912.52544: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884912.53146: done with get_vars() 11924 1726884912.53162: done getting variables 11924 1726884912.53199: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:12 -0400 (0:00:00.102) 0:01:17.871 ****** 11924 1726884912.53232: entering _queue_task() for managed_node2/set_fact 11924 1726884912.53521: worker is 1 (out of 1 available) 11924 1726884912.53534: exiting _queue_task() for managed_node2/set_fact 11924 1726884912.53546: done queuing things up, now waiting for results queue to drain 11924 1726884912.53547: waiting for pending results... 11924 1726884912.53976: running TaskExecutor() for managed_node2/TASK: Set variables used by tests 11924 1726884912.53993: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000263b 11924 1726884912.54015: variable 'ansible_search_path' from source: unknown 11924 1726884912.54052: calling self._execute() 11924 1726884912.54181: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.54193: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.54214: variable 'omit' from source: magic vars 11924 1726884912.54321: variable 'omit' from source: magic vars 11924 1726884912.54387: variable 'omit' from source: magic vars 11924 1726884912.54930: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884912.67027: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884912.67262: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884912.67306: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884912.67343: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884912.67436: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884912.67625: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884912.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) 11924 1726884912.67692: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884912.67777: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884912.67860: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884912.67909: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884912.67979: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884912.68090: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884912.68137: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884912.68170: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884912.68228: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884912.68252: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884912.68286: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884912.68328: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884912.68346: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884912.68528: variable 'storage_test_crypttab' from source: set_fact 11924 1726884912.68544: variable '_storage_test_pool_member_path' from source: include params 11924 1726884912.68602: variable 'omit' from source: magic vars 11924 1726884912.68634: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884912.68663: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884912.68679: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884912.68696: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884912.68708: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884912.68827: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884912.68830: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884912.68832: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884912.68834: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.68836: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.68877: Set connection var ansible_shell_executable to /bin/sh 11924 1726884912.68885: Set connection var ansible_connection to ssh 11924 1726884912.68895: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884912.68904: Set connection var ansible_timeout to 10 11924 1726884912.68914: Set connection var ansible_pipelining to False 11924 1726884912.68922: Set connection var ansible_shell_type to sh 11924 1726884912.68962: variable 'ansible_shell_executable' from source: unknown 11924 1726884912.68970: variable 'ansible_connection' from source: unknown 11924 1726884912.68976: variable 'ansible_module_compression' from source: unknown 11924 1726884912.68982: variable 'ansible_shell_type' from source: unknown 11924 1726884912.68988: variable 'ansible_shell_executable' from source: unknown 11924 1726884912.68994: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.69001: variable 'ansible_pipelining' from source: unknown 11924 1726884912.69007: variable 'ansible_timeout' from source: unknown 11924 1726884912.69014: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.69111: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884912.69128: variable 'omit' from source: magic vars 11924 1726884912.69148: starting attempt loop 11924 1726884912.69160: running the handler 11924 1726884912.69262: handler run complete 11924 1726884912.69266: attempt loop complete, returning result 11924 1726884912.69268: _execute() done 11924 1726884912.69270: dumping result to json 11924 1726884912.69272: done dumping result, returning 11924 1726884912.69274: done running TaskExecutor() for managed_node2/TASK: Set variables used by tests [0affc8a3-6f6f-f4c0-2290-00000000263b] 11924 1726884912.69276: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000263b 11924 1726884912.69342: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000263b 11924 1726884912.69346: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } 11924 1726884912.69418: no more pending results, returning what we have 11924 1726884912.69422: results queue empty 11924 1726884912.69422: checking for any_errors_fatal 11924 1726884912.69424: done checking for any_errors_fatal 11924 1726884912.69425: checking for max_fail_percentage 11924 1726884912.69426: done checking for max_fail_percentage 11924 1726884912.69427: checking to see if all hosts have failed and the running result is not ok 11924 1726884912.69428: done checking to see if all hosts have failed 11924 1726884912.69429: getting the remaining hosts for this loop 11924 1726884912.69431: done getting the remaining hosts for this loop 11924 1726884912.69435: getting the next task for host managed_node2 11924 1726884912.69444: done getting next task for host managed_node2 11924 1726884912.69446: ^ task is: TASK: Check for /etc/crypttab entry 11924 1726884912.69453: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884912.69458: getting variables 11924 1726884912.69460: in VariableManager get_vars() 11924 1726884912.69493: Calling all_inventory to load vars for managed_node2 11924 1726884912.69496: Calling groups_inventory to load vars for managed_node2 11924 1726884912.69499: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884912.69509: Calling all_plugins_play to load vars for managed_node2 11924 1726884912.69512: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884912.69516: Calling groups_plugins_play to load vars for managed_node2 11924 1726884912.70644: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884912.79292: done with get_vars() 11924 1726884912.79310: done getting variables 11924 1726884912.79359: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:12 -0400 (0:00:00.261) 0:01:18.132 ****** 11924 1726884912.79390: entering _queue_task() for managed_node2/assert 11924 1726884912.79788: worker is 1 (out of 1 available) 11924 1726884912.79799: exiting _queue_task() for managed_node2/assert 11924 1726884912.79811: done queuing things up, now waiting for results queue to drain 11924 1726884912.79813: waiting for pending results... 11924 1726884912.80052: running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry 11924 1726884912.80201: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000263c 11924 1726884912.80361: variable 'ansible_search_path' from source: unknown 11924 1726884912.80365: calling self._execute() 11924 1726884912.80380: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.80390: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.80406: variable 'omit' from source: magic vars 11924 1726884912.80528: variable 'omit' from source: magic vars 11924 1726884912.80608: variable 'omit' from source: magic vars 11924 1726884912.80887: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884912.84628: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884912.84723: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884912.84772: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884912.84813: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884912.84847: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884912.84970: variable 'storage_test_pool' from source: include params 11924 1726884912.84999: variable '_storage_test_pool_member_path' from source: include params 11924 1726884912.85071: variable 'omit' from source: magic vars 11924 1726884912.85085: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884912.85117: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884912.85139: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884912.85179: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884912.85182: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884912.85198: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884912.85218: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884912.85287: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884912.85290: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.85292: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.85384: Set connection var ansible_shell_executable to /bin/sh 11924 1726884912.85397: Set connection var ansible_connection to ssh 11924 1726884912.85409: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884912.85420: Set connection var ansible_timeout to 10 11924 1726884912.85429: Set connection var ansible_pipelining to False 11924 1726884912.85504: Set connection var ansible_shell_type to sh 11924 1726884912.85507: variable 'ansible_shell_executable' from source: unknown 11924 1726884912.85510: variable 'ansible_connection' from source: unknown 11924 1726884912.85512: variable 'ansible_module_compression' from source: unknown 11924 1726884912.85514: variable 'ansible_shell_type' from source: unknown 11924 1726884912.85517: variable 'ansible_shell_executable' from source: unknown 11924 1726884912.85518: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.85520: variable 'ansible_pipelining' from source: unknown 11924 1726884912.85522: variable 'ansible_timeout' from source: unknown 11924 1726884912.85524: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.85631: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884912.85649: variable 'omit' from source: magic vars 11924 1726884912.85663: starting attempt loop 11924 1726884912.85669: running the handler 11924 1726884912.85851: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884912.85885: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884912.85918: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884912.86048: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884912.86051: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884912.86053: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884912.86067: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884912.86095: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884912.86137: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884912.86160: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884912.86262: variable '_storage_test_crypttab_entries' from source: set_fact 11924 1726884912.86273: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884912.86290: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 11924 1726884912.86299: handler run complete 11924 1726884912.86316: attempt loop complete, returning result 11924 1726884912.86323: _execute() done 11924 1726884912.86329: dumping result to json 11924 1726884912.86335: done dumping result, returning 11924 1726884912.86346: done running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-f4c0-2290-00000000263c] 11924 1726884912.86354: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000263c ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884912.86523: no more pending results, returning what we have 11924 1726884912.86527: results queue empty 11924 1726884912.86535: checking for any_errors_fatal 11924 1726884912.86544: done checking for any_errors_fatal 11924 1726884912.86545: checking for max_fail_percentage 11924 1726884912.86547: done checking for max_fail_percentage 11924 1726884912.86548: checking to see if all hosts have failed and the running result is not ok 11924 1726884912.86548: done checking to see if all hosts have failed 11924 1726884912.86549: getting the remaining hosts for this loop 11924 1726884912.86551: done getting the remaining hosts for this loop 11924 1726884912.86556: getting the next task for host managed_node2 11924 1726884912.86566: done getting next task for host managed_node2 11924 1726884912.86569: ^ task is: TASK: Validate the format of the crypttab entry 11924 1726884912.86576: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884912.86580: getting variables 11924 1726884912.86582: in VariableManager get_vars() 11924 1726884912.86618: Calling all_inventory to load vars for managed_node2 11924 1726884912.86621: Calling groups_inventory to load vars for managed_node2 11924 1726884912.86625: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884912.86636: Calling all_plugins_play to load vars for managed_node2 11924 1726884912.86639: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884912.86642: Calling groups_plugins_play to load vars for managed_node2 11924 1726884912.87377: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000263c 11924 1726884912.87380: WORKER PROCESS EXITING 11924 1726884912.87637: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884912.88987: done with get_vars() 11924 1726884912.89005: done getting variables 11924 1726884912.89067: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:12 -0400 (0:00:00.097) 0:01:18.229 ****** 11924 1726884912.89106: entering _queue_task() for managed_node2/assert 11924 1726884912.89823: worker is 1 (out of 1 available) 11924 1726884912.89837: exiting _queue_task() for managed_node2/assert 11924 1726884912.89850: done queuing things up, now waiting for results queue to drain 11924 1726884912.89851: waiting for pending results... 11924 1726884912.90571: running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry 11924 1726884912.90734: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000263d 11924 1726884912.90753: variable 'ansible_search_path' from source: unknown 11924 1726884912.90796: calling self._execute() 11924 1726884912.90927: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.90939: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.90953: variable 'omit' from source: magic vars 11924 1726884912.91343: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884912.94300: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884912.94569: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884912.94611: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884912.94701: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884912.94800: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884912.95061: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884912.95065: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884912.95068: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884912.95267: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884912.95270: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884912.95361: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884912.95558: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884912.95581: when evaluation is False, skipping this task 11924 1726884912.95597: _execute() done 11924 1726884912.95605: dumping result to json 11924 1726884912.95646: done dumping result, returning 11924 1726884912.95660: done running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-f4c0-2290-00000000263d] 11924 1726884912.95671: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000263d skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884912.95950: no more pending results, returning what we have 11924 1726884912.95956: results queue empty 11924 1726884912.95957: checking for any_errors_fatal 11924 1726884912.95966: done checking for any_errors_fatal 11924 1726884912.95967: checking for max_fail_percentage 11924 1726884912.95969: done checking for max_fail_percentage 11924 1726884912.95970: checking to see if all hosts have failed and the running result is not ok 11924 1726884912.95971: done checking to see if all hosts have failed 11924 1726884912.95971: getting the remaining hosts for this loop 11924 1726884912.95973: done getting the remaining hosts for this loop 11924 1726884912.95977: getting the next task for host managed_node2 11924 1726884912.95988: done getting next task for host managed_node2 11924 1726884912.95991: ^ task is: TASK: Check backing device of crypttab entry 11924 1726884912.95999: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884912.96004: getting variables 11924 1726884912.96006: in VariableManager get_vars() 11924 1726884912.96041: Calling all_inventory to load vars for managed_node2 11924 1726884912.96044: Calling groups_inventory to load vars for managed_node2 11924 1726884912.96047: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884912.96264: Calling all_plugins_play to load vars for managed_node2 11924 1726884912.96268: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884912.96273: Calling groups_plugins_play to load vars for managed_node2 11924 1726884912.96968: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000263d 11924 1726884912.96972: WORKER PROCESS EXITING 11924 1726884912.97131: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884912.97775: done with get_vars() 11924 1726884912.97789: done getting variables 11924 1726884912.97843: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:12 -0400 (0:00:00.087) 0:01:18.317 ****** 11924 1726884912.97879: entering _queue_task() for managed_node2/assert 11924 1726884912.98124: worker is 1 (out of 1 available) 11924 1726884912.98136: exiting _queue_task() for managed_node2/assert 11924 1726884912.98565: done queuing things up, now waiting for results queue to drain 11924 1726884912.98568: waiting for pending results... 11924 1726884912.98650: running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry 11924 1726884912.99138: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000263e 11924 1726884912.99161: variable 'ansible_search_path' from source: unknown 11924 1726884912.99202: calling self._execute() 11924 1726884912.99425: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884912.99500: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884912.99517: variable 'omit' from source: magic vars 11924 1726884913.00399: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884913.03526: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884913.03608: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884913.03660: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884913.03902: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884913.04011: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884913.04060: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884913.04098: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884913.04148: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884913.04341: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884913.04365: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884913.04520: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884913.04576: Evaluated conditional (false and _storage_test_expected_crypttab_entries | int == 1): False 11924 1726884913.04667: when evaluation is False, skipping this task 11924 1726884913.04675: _execute() done 11924 1726884913.04683: dumping result to json 11924 1726884913.04694: done dumping result, returning 11924 1726884913.04706: done running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-f4c0-2290-00000000263e] 11924 1726884913.04717: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000263e skipping: [managed_node2] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884913.04881: no more pending results, returning what we have 11924 1726884913.04886: results queue empty 11924 1726884913.04887: checking for any_errors_fatal 11924 1726884913.04897: done checking for any_errors_fatal 11924 1726884913.04898: checking for max_fail_percentage 11924 1726884913.04901: done checking for max_fail_percentage 11924 1726884913.04902: checking to see if all hosts have failed and the running result is not ok 11924 1726884913.04903: done checking to see if all hosts have failed 11924 1726884913.04903: getting the remaining hosts for this loop 11924 1726884913.04905: done getting the remaining hosts for this loop 11924 1726884913.04910: getting the next task for host managed_node2 11924 1726884913.04922: done getting next task for host managed_node2 11924 1726884913.04925: ^ task is: TASK: Check key file of crypttab entry 11924 1726884913.04933: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884913.04938: getting variables 11924 1726884913.04940: in VariableManager get_vars() 11924 1726884913.04980: Calling all_inventory to load vars for managed_node2 11924 1726884913.04983: Calling groups_inventory to load vars for managed_node2 11924 1726884913.04987: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.04999: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.05003: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.05006: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.06392: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000263e 11924 1726884913.06395: WORKER PROCESS EXITING 11924 1726884913.06707: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.07357: done with get_vars() 11924 1726884913.07373: done getting variables 11924 1726884913.07428: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:13 -0400 (0:00:00.095) 0:01:18.413 ****** 11924 1726884913.07465: entering _queue_task() for managed_node2/assert 11924 1726884913.07732: worker is 1 (out of 1 available) 11924 1726884913.07744: exiting _queue_task() for managed_node2/assert 11924 1726884913.07960: done queuing things up, now waiting for results queue to drain 11924 1726884913.07962: waiting for pending results... 11924 1726884913.08057: running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry 11924 1726884913.08219: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000263f 11924 1726884913.08238: variable 'ansible_search_path' from source: unknown 11924 1726884913.08275: calling self._execute() 11924 1726884913.08402: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.08527: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.08543: variable 'omit' from source: magic vars 11924 1726884913.09260: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884913.12863: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884913.12948: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884913.12992: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884913.13036: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884913.13068: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884913.13151: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884913.13187: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884913.13217: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884913.13266: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884913.13285: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884913.13404: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884913.13432: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884913.13440: when evaluation is False, skipping this task 11924 1726884913.13447: _execute() done 11924 1726884913.13459: dumping result to json 11924 1726884913.13466: done dumping result, returning 11924 1726884913.13477: done running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry [0affc8a3-6f6f-f4c0-2290-00000000263f] 11924 1726884913.13485: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000263f 11924 1726884913.13764: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000263f 11924 1726884913.13768: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884913.13817: no more pending results, returning what we have 11924 1726884913.13821: results queue empty 11924 1726884913.13822: checking for any_errors_fatal 11924 1726884913.13831: done checking for any_errors_fatal 11924 1726884913.13832: checking for max_fail_percentage 11924 1726884913.13834: done checking for max_fail_percentage 11924 1726884913.13835: checking to see if all hosts have failed and the running result is not ok 11924 1726884913.13836: done checking to see if all hosts have failed 11924 1726884913.13837: getting the remaining hosts for this loop 11924 1726884913.13839: done getting the remaining hosts for this loop 11924 1726884913.13842: getting the next task for host managed_node2 11924 1726884913.13851: done getting next task for host managed_node2 11924 1726884913.13854: ^ task is: TASK: Clear test variables 11924 1726884913.13863: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884913.13869: getting variables 11924 1726884913.13871: in VariableManager get_vars() 11924 1726884913.13908: Calling all_inventory to load vars for managed_node2 11924 1726884913.13911: Calling groups_inventory to load vars for managed_node2 11924 1726884913.13915: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.13925: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.13928: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.13931: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.14923: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.15633: done with get_vars() 11924 1726884913.15650: done getting variables 11924 1726884913.15723: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:13 -0400 (0:00:00.082) 0:01:18.496 ****** 11924 1726884913.15763: entering _queue_task() for managed_node2/set_fact 11924 1726884913.16087: worker is 1 (out of 1 available) 11924 1726884913.16103: exiting _queue_task() for managed_node2/set_fact 11924 1726884913.16124: done queuing things up, now waiting for results queue to drain 11924 1726884913.16126: waiting for pending results... 11924 1726884913.16873: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884913.16918: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002640 11924 1726884913.17361: variable 'ansible_search_path' from source: unknown 11924 1726884913.17365: calling self._execute() 11924 1726884913.17367: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.17370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.17373: variable 'omit' from source: magic vars 11924 1726884913.17482: variable 'omit' from source: magic vars 11924 1726884913.17734: variable 'omit' from source: magic vars 11924 1726884913.17775: variable 'omit' from source: magic vars 11924 1726884913.18003: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884913.18044: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884913.18075: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884913.18101: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884913.18120: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884913.18141: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884913.18165: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884913.18560: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884913.18564: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.18566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.18569: Set connection var ansible_shell_executable to /bin/sh 11924 1726884913.18572: Set connection var ansible_connection to ssh 11924 1726884913.18574: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884913.18576: Set connection var ansible_timeout to 10 11924 1726884913.18578: Set connection var ansible_pipelining to False 11924 1726884913.18580: Set connection var ansible_shell_type to sh 11924 1726884913.18673: variable 'ansible_shell_executable' from source: unknown 11924 1726884913.18682: variable 'ansible_connection' from source: unknown 11924 1726884913.18689: variable 'ansible_module_compression' from source: unknown 11924 1726884913.18697: variable 'ansible_shell_type' from source: unknown 11924 1726884913.18703: variable 'ansible_shell_executable' from source: unknown 11924 1726884913.18710: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.18717: variable 'ansible_pipelining' from source: unknown 11924 1726884913.18723: variable 'ansible_timeout' from source: unknown 11924 1726884913.18730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.19092: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884913.19112: variable 'omit' from source: magic vars 11924 1726884913.19123: starting attempt loop 11924 1726884913.19130: running the handler 11924 1726884913.19147: handler run complete 11924 1726884913.19164: attempt loop complete, returning result 11924 1726884913.19172: _execute() done 11924 1726884913.19178: dumping result to json 11924 1726884913.19266: done dumping result, returning 11924 1726884913.19279: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-000000002640] 11924 1726884913.19290: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002640 ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } 11924 1726884913.19448: no more pending results, returning what we have 11924 1726884913.19451: results queue empty 11924 1726884913.19452: checking for any_errors_fatal 11924 1726884913.19463: done checking for any_errors_fatal 11924 1726884913.19464: checking for max_fail_percentage 11924 1726884913.19466: done checking for max_fail_percentage 11924 1726884913.19467: checking to see if all hosts have failed and the running result is not ok 11924 1726884913.19468: done checking to see if all hosts have failed 11924 1726884913.19469: getting the remaining hosts for this loop 11924 1726884913.19471: done getting the remaining hosts for this loop 11924 1726884913.19475: getting the next task for host managed_node2 11924 1726884913.19488: done getting next task for host managed_node2 11924 1726884913.19492: ^ task is: TASK: Clear test variables 11924 1726884913.19503: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884913.19509: getting variables 11924 1726884913.19511: in VariableManager get_vars() 11924 1726884913.19549: Calling all_inventory to load vars for managed_node2 11924 1726884913.19551: Calling groups_inventory to load vars for managed_node2 11924 1726884913.19562: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.19575: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.19578: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.19580: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.20386: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002640 11924 1726884913.20390: WORKER PROCESS EXITING 11924 1726884913.21274: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.22448: done with get_vars() 11924 1726884913.22577: done getting variables 11924 1726884913.22641: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:13 -0400 (0:00:00.070) 0:01:18.567 ****** 11924 1726884913.22866: entering _queue_task() for managed_node2/set_fact 11924 1726884913.23350: worker is 1 (out of 1 available) 11924 1726884913.23365: exiting _queue_task() for managed_node2/set_fact 11924 1726884913.23378: done queuing things up, now waiting for results queue to drain 11924 1726884913.23380: waiting for pending results... 11924 1726884913.23640: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884913.23760: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000024ed 11924 1726884913.23781: variable 'ansible_search_path' from source: unknown 11924 1726884913.23815: calling self._execute() 11924 1726884913.23947: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.23952: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.23966: variable 'omit' from source: magic vars 11924 1726884913.24070: variable 'omit' from source: magic vars 11924 1726884913.24134: variable 'omit' from source: magic vars 11924 1726884913.24190: variable 'omit' from source: magic vars 11924 1726884913.24281: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884913.24330: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884913.24362: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884913.24390: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884913.24410: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884913.24438: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884913.24465: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884913.24509: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884913.24518: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.24526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.24664: Set connection var ansible_shell_executable to /bin/sh 11924 1726884913.24673: Set connection var ansible_connection to ssh 11924 1726884913.24685: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884913.24706: Set connection var ansible_timeout to 10 11924 1726884913.24717: Set connection var ansible_pipelining to False 11924 1726884913.24728: Set connection var ansible_shell_type to sh 11924 1726884913.24771: variable 'ansible_shell_executable' from source: unknown 11924 1726884913.24780: variable 'ansible_connection' from source: unknown 11924 1726884913.24787: variable 'ansible_module_compression' from source: unknown 11924 1726884913.24794: variable 'ansible_shell_type' from source: unknown 11924 1726884913.24802: variable 'ansible_shell_executable' from source: unknown 11924 1726884913.24812: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.24821: variable 'ansible_pipelining' from source: unknown 11924 1726884913.24828: variable 'ansible_timeout' from source: unknown 11924 1726884913.24836: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.25219: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884913.25243: variable 'omit' from source: magic vars 11924 1726884913.25327: starting attempt loop 11924 1726884913.25336: running the handler 11924 1726884913.25427: handler run complete 11924 1726884913.25431: attempt loop complete, returning result 11924 1726884913.25433: _execute() done 11924 1726884913.25435: dumping result to json 11924 1726884913.25437: done dumping result, returning 11924 1726884913.25439: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-0000000024ed] 11924 1726884913.25441: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000024ed 11924 1726884913.25510: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000024ed 11924 1726884913.25514: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } 11924 1726884913.25577: no more pending results, returning what we have 11924 1726884913.25581: results queue empty 11924 1726884913.25582: checking for any_errors_fatal 11924 1726884913.25593: done checking for any_errors_fatal 11924 1726884913.25594: checking for max_fail_percentage 11924 1726884913.25596: done checking for max_fail_percentage 11924 1726884913.25597: checking to see if all hosts have failed and the running result is not ok 11924 1726884913.25598: done checking to see if all hosts have failed 11924 1726884913.25599: getting the remaining hosts for this loop 11924 1726884913.25601: done getting the remaining hosts for this loop 11924 1726884913.25605: getting the next task for host managed_node2 11924 1726884913.25617: done getting next task for host managed_node2 11924 1726884913.25621: ^ task is: TASK: Check VDO 11924 1726884913.25629: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884913.25636: getting variables 11924 1726884913.25638: in VariableManager get_vars() 11924 1726884913.25678: Calling all_inventory to load vars for managed_node2 11924 1726884913.25681: Calling groups_inventory to load vars for managed_node2 11924 1726884913.25685: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.25698: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.25701: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.25704: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.26534: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.27999: done with get_vars() 11924 1726884913.28018: 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 22:15:13 -0400 (0:00:00.052) 0:01:18.620 ****** 11924 1726884913.28131: entering _queue_task() for managed_node2/include_tasks 11924 1726884913.28417: worker is 1 (out of 1 available) 11924 1726884913.28431: exiting _queue_task() for managed_node2/include_tasks 11924 1726884913.28559: done queuing things up, now waiting for results queue to drain 11924 1726884913.28561: waiting for pending results... 11924 1726884913.28890: running TaskExecutor() for managed_node2/TASK: Check VDO 11924 1726884913.28972: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002116 11924 1726884913.28976: variable 'ansible_search_path' from source: unknown 11924 1726884913.29019: calling self._execute() 11924 1726884913.29190: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.29195: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.29202: variable 'omit' from source: magic vars 11924 1726884913.29333: _execute() done 11924 1726884913.29408: dumping result to json 11924 1726884913.29412: done dumping result, returning 11924 1726884913.29419: done running TaskExecutor() for managed_node2/TASK: Check VDO [0affc8a3-6f6f-f4c0-2290-000000002116] 11924 1726884913.29422: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002116 11924 1726884913.29503: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002116 11924 1726884913.29506: WORKER PROCESS EXITING 11924 1726884913.29544: no more pending results, returning what we have 11924 1726884913.29550: in VariableManager get_vars() 11924 1726884913.29597: Calling all_inventory to load vars for managed_node2 11924 1726884913.29601: Calling groups_inventory to load vars for managed_node2 11924 1726884913.29604: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.29618: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.29622: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.29625: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.30535: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.31147: done with get_vars() 11924 1726884913.31165: variable 'ansible_search_path' from source: unknown 11924 1726884913.31306: variable 'storage_test_pool_subset' from source: include params 11924 1726884913.31339: we have included files to process 11924 1726884913.31340: generating all_blocks data 11924 1726884913.31342: done generating all_blocks data 11924 1726884913.31350: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884913.31352: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884913.31354: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884913.31576: in VariableManager get_vars() 11924 1726884913.31605: done with get_vars() 11924 1726884913.31621: done processing included file 11924 1726884913.31623: iterating over new_blocks loaded from include file 11924 1726884913.31625: in VariableManager get_vars() 11924 1726884913.31642: done with get_vars() 11924 1726884913.31644: filtering new block on tags 11924 1726884913.31675: done filtering new block on tags 11924 1726884913.31678: 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_node2 11924 1726884913.31683: extending task lists for all hosts with included blocks 11924 1726884913.35142: done extending task lists 11924 1726884913.35144: done processing included files 11924 1726884913.35145: results queue empty 11924 1726884913.35146: checking for any_errors_fatal 11924 1726884913.35150: done checking for any_errors_fatal 11924 1726884913.35151: checking for max_fail_percentage 11924 1726884913.35152: done checking for max_fail_percentage 11924 1726884913.35153: checking to see if all hosts have failed and the running result is not ok 11924 1726884913.35154: done checking to see if all hosts have failed 11924 1726884913.35157: getting the remaining hosts for this loop 11924 1726884913.35158: done getting the remaining hosts for this loop 11924 1726884913.35161: getting the next task for host managed_node2 11924 1726884913.35166: done getting next task for host managed_node2 11924 1726884913.35169: ^ task is: TASK: Validate pool member VDO settings 11924 1726884913.35173: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884913.35176: getting variables 11924 1726884913.35177: in VariableManager get_vars() 11924 1726884913.35188: Calling all_inventory to load vars for managed_node2 11924 1726884913.35190: Calling groups_inventory to load vars for managed_node2 11924 1726884913.35192: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.35203: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.35206: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.35209: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.35649: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.36482: done with get_vars() 11924 1726884913.36502: 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 22:15:13 -0400 (0:00:00.084) 0:01:18.704 ****** 11924 1726884913.36599: entering _queue_task() for managed_node2/include_tasks 11924 1726884913.37054: worker is 1 (out of 1 available) 11924 1726884913.37071: exiting _queue_task() for managed_node2/include_tasks 11924 1726884913.37083: done queuing things up, now waiting for results queue to drain 11924 1726884913.37085: waiting for pending results... 11924 1726884913.37381: running TaskExecutor() for managed_node2/TASK: Validate pool member VDO settings 11924 1726884913.37440: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000268d 11924 1726884913.37476: variable 'ansible_search_path' from source: unknown 11924 1726884913.37805: variable 'storage_test_pool' from source: include params 11924 1726884913.38057: variable 'omit' from source: magic vars 11924 1726884913.38338: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.38566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.38569: variable 'omit' from source: magic vars 11924 1726884913.38925: variable 'storage_test_pool' from source: include params 11924 1726884913.39010: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884913.39058: variable 'storage_test_vdo_volume' from source: unknown 11924 1726884913.39262: variable 'storage_test_vdo_volume' from source: unknown 11924 1726884913.40069: dumping result to json 11924 1726884913.40077: done dumping result, returning 11924 1726884913.40080: done running TaskExecutor() for managed_node2/TASK: Validate pool member VDO settings [0affc8a3-6f6f-f4c0-2290-00000000268d] 11924 1726884913.40083: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000268d 11924 1726884913.40143: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000268d 11924 1726884913.40146: WORKER PROCESS EXITING 11924 1726884913.40226: no more pending results, returning what we have 11924 1726884913.40232: in VariableManager get_vars() 11924 1726884913.40276: Calling all_inventory to load vars for managed_node2 11924 1726884913.40279: Calling groups_inventory to load vars for managed_node2 11924 1726884913.40283: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.40298: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.40302: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.40305: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.41166: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.41783: done with get_vars() 11924 1726884913.41794: variable 'ansible_search_path' from source: unknown 11924 1726884913.41835: we have included files to process 11924 1726884913.41836: generating all_blocks data 11924 1726884913.41838: done generating all_blocks data 11924 1726884913.41839: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884913.41840: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884913.41842: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884913.42682: done processing included file 11924 1726884913.42685: iterating over new_blocks loaded from include file 11924 1726884913.42687: in VariableManager get_vars() 11924 1726884913.42704: done with get_vars() 11924 1726884913.42707: filtering new block on tags 11924 1726884913.42813: done filtering new block on tags 11924 1726884913.42816: in VariableManager get_vars() 11924 1726884913.42831: done with get_vars() 11924 1726884913.42833: filtering new block on tags 11924 1726884913.42859: done filtering new block on tags 11924 1726884913.42861: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884913.42927: extending task lists for all hosts with included blocks 11924 1726884913.43789: done extending task lists 11924 1726884913.43791: done processing included files 11924 1726884913.43792: results queue empty 11924 1726884913.43793: checking for any_errors_fatal 11924 1726884913.43796: done checking for any_errors_fatal 11924 1726884913.43797: checking for max_fail_percentage 11924 1726884913.43798: done checking for max_fail_percentage 11924 1726884913.43799: checking to see if all hosts have failed and the running result is not ok 11924 1726884913.43800: done checking to see if all hosts have failed 11924 1726884913.43802: getting the remaining hosts for this loop 11924 1726884913.43803: done getting the remaining hosts for this loop 11924 1726884913.43806: getting the next task for host managed_node2 11924 1726884913.43812: done getting next task for host managed_node2 11924 1726884913.43818: ^ task is: TASK: Get information about VDO deduplication 11924 1726884913.43823: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884913.43826: getting variables 11924 1726884913.43827: in VariableManager get_vars() 11924 1726884913.43836: Calling all_inventory to load vars for managed_node2 11924 1726884913.43838: Calling groups_inventory to load vars for managed_node2 11924 1726884913.43840: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.43911: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.43915: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.43919: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.45675: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.47983: done with get_vars() 11924 1726884913.48005: done getting variables 11924 1726884913.48246: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:13 -0400 (0:00:00.117) 0:01:18.822 ****** 11924 1726884913.48388: entering _queue_task() for managed_node2/command 11924 1726884913.49080: worker is 1 (out of 1 available) 11924 1726884913.49094: exiting _queue_task() for managed_node2/command 11924 1726884913.49110: done queuing things up, now waiting for results queue to drain 11924 1726884913.49112: waiting for pending results... 11924 1726884913.49479: running TaskExecutor() for managed_node2/TASK: Get information about VDO deduplication 11924 1726884913.49621: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002805 11924 1726884913.49626: variable 'ansible_search_path' from source: unknown 11924 1726884913.49680: calling self._execute() 11924 1726884913.49805: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.49897: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.49903: variable 'omit' from source: magic vars 11924 1726884913.50290: variable 'storage_test_vdo_volume' from source: include params 11924 1726884913.50336: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884913.50345: when evaluation is False, skipping this task 11924 1726884913.50359: _execute() done 11924 1726884913.50368: dumping result to json 11924 1726884913.50377: done dumping result, returning 11924 1726884913.50386: done running TaskExecutor() for managed_node2/TASK: Get information about VDO deduplication [0affc8a3-6f6f-f4c0-2290-000000002805] 11924 1726884913.50395: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002805 11924 1726884913.50608: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002805 11924 1726884913.50611: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884913.50676: no more pending results, returning what we have 11924 1726884913.50681: results queue empty 11924 1726884913.50681: checking for any_errors_fatal 11924 1726884913.50683: done checking for any_errors_fatal 11924 1726884913.50684: checking for max_fail_percentage 11924 1726884913.50686: done checking for max_fail_percentage 11924 1726884913.50687: checking to see if all hosts have failed and the running result is not ok 11924 1726884913.50687: done checking to see if all hosts have failed 11924 1726884913.50688: getting the remaining hosts for this loop 11924 1726884913.50690: done getting the remaining hosts for this loop 11924 1726884913.50695: getting the next task for host managed_node2 11924 1726884913.50877: done getting next task for host managed_node2 11924 1726884913.50886: ^ task is: TASK: Check if VDO deduplication is off 11924 1726884913.50893: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884913.50905: getting variables 11924 1726884913.50907: in VariableManager get_vars() 11924 1726884913.50952: Calling all_inventory to load vars for managed_node2 11924 1726884913.51228: Calling groups_inventory to load vars for managed_node2 11924 1726884913.51233: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.51243: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.51247: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.51250: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.53035: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.53991: done with get_vars() 11924 1726884913.54011: done getting variables 11924 1726884913.54081: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:13 -0400 (0:00:00.057) 0:01:18.880 ****** 11924 1726884913.54122: entering _queue_task() for managed_node2/assert 11924 1726884913.54491: worker is 1 (out of 1 available) 11924 1726884913.54509: exiting _queue_task() for managed_node2/assert 11924 1726884913.54522: done queuing things up, now waiting for results queue to drain 11924 1726884913.54524: waiting for pending results... 11924 1726884913.54875: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off 11924 1726884913.55065: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002806 11924 1726884913.55070: variable 'ansible_search_path' from source: unknown 11924 1726884913.55073: calling self._execute() 11924 1726884913.55210: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.55215: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.55218: variable 'omit' from source: magic vars 11924 1726884913.55683: variable 'storage_test_vdo_volume' from source: include params 11924 1726884913.55987: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884913.55995: when evaluation is False, skipping this task 11924 1726884913.56012: _execute() done 11924 1726884913.56020: dumping result to json 11924 1726884913.56027: done dumping result, returning 11924 1726884913.56119: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-f4c0-2290-000000002806] 11924 1726884913.56123: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002806 11924 1726884913.56208: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002806 11924 1726884913.56211: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884913.56280: no more pending results, returning what we have 11924 1726884913.56284: results queue empty 11924 1726884913.56285: checking for any_errors_fatal 11924 1726884913.56293: done checking for any_errors_fatal 11924 1726884913.56294: checking for max_fail_percentage 11924 1726884913.56296: done checking for max_fail_percentage 11924 1726884913.56297: checking to see if all hosts have failed and the running result is not ok 11924 1726884913.56297: done checking to see if all hosts have failed 11924 1726884913.56298: getting the remaining hosts for this loop 11924 1726884913.56300: done getting the remaining hosts for this loop 11924 1726884913.56306: getting the next task for host managed_node2 11924 1726884913.56315: done getting next task for host managed_node2 11924 1726884913.56319: ^ task is: TASK: Check if VDO deduplication is on 11924 1726884913.56443: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884913.56450: getting variables 11924 1726884913.56452: in VariableManager get_vars() 11924 1726884913.56504: Calling all_inventory to load vars for managed_node2 11924 1726884913.56511: Calling groups_inventory to load vars for managed_node2 11924 1726884913.56515: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.56529: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.56533: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.56536: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.57800: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.59364: done with get_vars() 11924 1726884913.59380: done getting variables 11924 1726884913.59443: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:13 -0400 (0:00:00.053) 0:01:18.933 ****** 11924 1726884913.59508: entering _queue_task() for managed_node2/assert 11924 1726884913.59850: worker is 1 (out of 1 available) 11924 1726884913.59865: exiting _queue_task() for managed_node2/assert 11924 1726884913.59877: done queuing things up, now waiting for results queue to drain 11924 1726884913.59878: waiting for pending results... 11924 1726884913.60629: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on 11924 1726884913.60864: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002807 11924 1726884913.60869: variable 'ansible_search_path' from source: unknown 11924 1726884913.61007: calling self._execute() 11924 1726884913.61246: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.61279: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.61283: variable 'omit' from source: magic vars 11924 1726884913.62380: variable 'storage_test_vdo_volume' from source: include params 11924 1726884913.62384: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884913.62666: when evaluation is False, skipping this task 11924 1726884913.62670: _execute() done 11924 1726884913.62674: dumping result to json 11924 1726884913.62676: done dumping result, returning 11924 1726884913.62682: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-f4c0-2290-000000002807] 11924 1726884913.62687: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002807 11924 1726884913.62791: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002807 11924 1726884913.62795: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884913.62863: no more pending results, returning what we have 11924 1726884913.62867: results queue empty 11924 1726884913.62868: checking for any_errors_fatal 11924 1726884913.62878: done checking for any_errors_fatal 11924 1726884913.62879: checking for max_fail_percentage 11924 1726884913.62882: done checking for max_fail_percentage 11924 1726884913.62882: checking to see if all hosts have failed and the running result is not ok 11924 1726884913.62883: done checking to see if all hosts have failed 11924 1726884913.62884: getting the remaining hosts for this loop 11924 1726884913.62885: done getting the remaining hosts for this loop 11924 1726884913.62889: getting the next task for host managed_node2 11924 1726884913.62898: done getting next task for host managed_node2 11924 1726884913.62903: ^ task is: TASK: Get information about VDO compression 11924 1726884913.62911: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884913.62916: getting variables 11924 1726884913.62918: in VariableManager get_vars() 11924 1726884913.62951: Calling all_inventory to load vars for managed_node2 11924 1726884913.62954: Calling groups_inventory to load vars for managed_node2 11924 1726884913.62960: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.62972: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.62976: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.62978: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.63772: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.64529: done with get_vars() 11924 1726884913.64543: done getting variables 11924 1726884913.64610: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:13 -0400 (0:00:00.051) 0:01:18.985 ****** 11924 1726884913.64644: entering _queue_task() for managed_node2/command 11924 1726884913.65059: worker is 1 (out of 1 available) 11924 1726884913.65073: exiting _queue_task() for managed_node2/command 11924 1726884913.65086: done queuing things up, now waiting for results queue to drain 11924 1726884913.65087: waiting for pending results... 11924 1726884913.65378: running TaskExecutor() for managed_node2/TASK: Get information about VDO compression 11924 1726884913.65505: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002808 11924 1726884913.65508: variable 'ansible_search_path' from source: unknown 11924 1726884913.65511: calling self._execute() 11924 1726884913.65608: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.65618: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.65629: variable 'omit' from source: magic vars 11924 1726884913.66327: variable 'storage_test_vdo_volume' from source: include params 11924 1726884913.66331: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884913.66333: when evaluation is False, skipping this task 11924 1726884913.66335: _execute() done 11924 1726884913.66337: dumping result to json 11924 1726884913.66341: done dumping result, returning 11924 1726884913.66343: done running TaskExecutor() for managed_node2/TASK: Get information about VDO compression [0affc8a3-6f6f-f4c0-2290-000000002808] 11924 1726884913.66345: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002808 11924 1726884913.66410: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002808 11924 1726884913.66413: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884913.66451: no more pending results, returning what we have 11924 1726884913.66457: results queue empty 11924 1726884913.66458: checking for any_errors_fatal 11924 1726884913.66466: done checking for any_errors_fatal 11924 1726884913.66467: checking for max_fail_percentage 11924 1726884913.66469: done checking for max_fail_percentage 11924 1726884913.66470: checking to see if all hosts have failed and the running result is not ok 11924 1726884913.66471: done checking to see if all hosts have failed 11924 1726884913.66471: getting the remaining hosts for this loop 11924 1726884913.66473: done getting the remaining hosts for this loop 11924 1726884913.66476: getting the next task for host managed_node2 11924 1726884913.66483: done getting next task for host managed_node2 11924 1726884913.66486: ^ task is: TASK: Check if VDO deduplication is off 11924 1726884913.66492: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884913.66498: getting variables 11924 1726884913.66499: in VariableManager get_vars() 11924 1726884913.66530: Calling all_inventory to load vars for managed_node2 11924 1726884913.66533: Calling groups_inventory to load vars for managed_node2 11924 1726884913.66536: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.66545: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.66548: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.66551: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.67833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.69071: done with get_vars() 11924 1726884913.69086: done getting variables 11924 1726884913.69139: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:13 -0400 (0:00:00.047) 0:01:19.032 ****** 11924 1726884913.69379: entering _queue_task() for managed_node2/assert 11924 1726884913.69969: worker is 1 (out of 1 available) 11924 1726884913.69982: exiting _queue_task() for managed_node2/assert 11924 1726884913.69995: done queuing things up, now waiting for results queue to drain 11924 1726884913.69996: waiting for pending results... 11924 1726884913.70681: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off 11924 1726884913.70686: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002809 11924 1726884913.70773: variable 'ansible_search_path' from source: unknown 11924 1726884913.70777: calling self._execute() 11924 1726884913.70989: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.70993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.70997: variable 'omit' from source: magic vars 11924 1726884913.71366: variable 'storage_test_vdo_volume' from source: include params 11924 1726884913.71397: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884913.71403: when evaluation is False, skipping this task 11924 1726884913.71406: _execute() done 11924 1726884913.71409: dumping result to json 11924 1726884913.71411: done dumping result, returning 11924 1726884913.71414: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-f4c0-2290-000000002809] 11924 1726884913.71424: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002809 11924 1726884913.71523: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002809 11924 1726884913.71727: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884913.71771: no more pending results, returning what we have 11924 1726884913.71775: results queue empty 11924 1726884913.71776: checking for any_errors_fatal 11924 1726884913.71787: done checking for any_errors_fatal 11924 1726884913.71788: checking for max_fail_percentage 11924 1726884913.71790: done checking for max_fail_percentage 11924 1726884913.71790: checking to see if all hosts have failed and the running result is not ok 11924 1726884913.71791: done checking to see if all hosts have failed 11924 1726884913.71792: getting the remaining hosts for this loop 11924 1726884913.71793: done getting the remaining hosts for this loop 11924 1726884913.71797: getting the next task for host managed_node2 11924 1726884913.71804: done getting next task for host managed_node2 11924 1726884913.71807: ^ task is: TASK: Check if VDO deduplication is on 11924 1726884913.71814: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884913.71818: getting variables 11924 1726884913.71820: in VariableManager get_vars() 11924 1726884913.71848: Calling all_inventory to load vars for managed_node2 11924 1726884913.71850: Calling groups_inventory to load vars for managed_node2 11924 1726884913.71853: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.71866: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.71869: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.71872: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.72516: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.73139: done with get_vars() 11924 1726884913.73154: done getting variables 11924 1726884913.73210: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:13 -0400 (0:00:00.038) 0:01:19.071 ****** 11924 1726884913.73238: entering _queue_task() for managed_node2/assert 11924 1726884913.73887: worker is 1 (out of 1 available) 11924 1726884913.73896: exiting _queue_task() for managed_node2/assert 11924 1726884913.73907: done queuing things up, now waiting for results queue to drain 11924 1726884913.73908: waiting for pending results... 11924 1726884913.74374: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on 11924 1726884913.74379: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000280a 11924 1726884913.74384: variable 'ansible_search_path' from source: unknown 11924 1726884913.74587: calling self._execute() 11924 1726884913.74825: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.74916: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.74933: variable 'omit' from source: magic vars 11924 1726884913.75800: variable 'storage_test_vdo_volume' from source: include params 11924 1726884913.75838: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884913.75846: when evaluation is False, skipping this task 11924 1726884913.75891: _execute() done 11924 1726884913.75900: dumping result to json 11924 1726884913.75908: done dumping result, returning 11924 1726884913.75919: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-f4c0-2290-00000000280a] 11924 1726884913.75930: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000280a 11924 1726884913.76293: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000280a 11924 1726884913.76297: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884913.76348: no more pending results, returning what we have 11924 1726884913.76352: results queue empty 11924 1726884913.76353: checking for any_errors_fatal 11924 1726884913.76363: done checking for any_errors_fatal 11924 1726884913.76364: checking for max_fail_percentage 11924 1726884913.76366: done checking for max_fail_percentage 11924 1726884913.76367: checking to see if all hosts have failed and the running result is not ok 11924 1726884913.76368: done checking to see if all hosts have failed 11924 1726884913.76368: getting the remaining hosts for this loop 11924 1726884913.76371: done getting the remaining hosts for this loop 11924 1726884913.76375: getting the next task for host managed_node2 11924 1726884913.76387: done getting next task for host managed_node2 11924 1726884913.76390: ^ task is: TASK: Clear test variables 11924 1726884913.76398: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884913.76405: getting variables 11924 1726884913.76407: in VariableManager get_vars() 11924 1726884913.76442: Calling all_inventory to load vars for managed_node2 11924 1726884913.76444: Calling groups_inventory to load vars for managed_node2 11924 1726884913.76448: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.76662: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.76666: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.76670: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.77539: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.78216: done with get_vars() 11924 1726884913.78236: done getting variables 11924 1726884913.78297: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:13 -0400 (0:00:00.050) 0:01:19.122 ****** 11924 1726884913.78340: entering _queue_task() for managed_node2/set_fact 11924 1726884913.78620: worker is 1 (out of 1 available) 11924 1726884913.78631: exiting _queue_task() for managed_node2/set_fact 11924 1726884913.78644: done queuing things up, now waiting for results queue to drain 11924 1726884913.78646: waiting for pending results... 11924 1726884913.78963: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884913.79229: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000280c 11924 1726884913.79235: variable 'ansible_search_path' from source: unknown 11924 1726884913.79238: calling self._execute() 11924 1726884913.79663: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.79668: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.79671: variable 'omit' from source: magic vars 11924 1726884913.79673: variable 'omit' from source: magic vars 11924 1726884913.79913: variable 'omit' from source: magic vars 11924 1726884913.80010: variable 'omit' from source: magic vars 11924 1726884913.80015: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884913.80211: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884913.80237: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884913.80250: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884913.80263: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884913.80279: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884913.80296: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884913.80444: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884913.80447: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.80454: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.80783: Set connection var ansible_shell_executable to /bin/sh 11924 1726884913.80786: Set connection var ansible_connection to ssh 11924 1726884913.80788: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884913.80790: Set connection var ansible_timeout to 10 11924 1726884913.80792: Set connection var ansible_pipelining to False 11924 1726884913.80794: Set connection var ansible_shell_type to sh 11924 1726884913.80796: variable 'ansible_shell_executable' from source: unknown 11924 1726884913.80797: variable 'ansible_connection' from source: unknown 11924 1726884913.80799: variable 'ansible_module_compression' from source: unknown 11924 1726884913.80801: variable 'ansible_shell_type' from source: unknown 11924 1726884913.80803: variable 'ansible_shell_executable' from source: unknown 11924 1726884913.80805: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.80811: variable 'ansible_pipelining' from source: unknown 11924 1726884913.80813: variable 'ansible_timeout' from source: unknown 11924 1726884913.80842: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.80989: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884913.81014: variable 'omit' from source: magic vars 11924 1726884913.81023: starting attempt loop 11924 1726884913.81029: running the handler 11924 1726884913.81043: handler run complete 11924 1726884913.81057: attempt loop complete, returning result 11924 1726884913.81065: _execute() done 11924 1726884913.81107: dumping result to json 11924 1726884913.81111: done dumping result, returning 11924 1726884913.81113: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-00000000280c] 11924 1726884913.81115: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000280c ok: [managed_node2] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } 11924 1726884913.81245: no more pending results, returning what we have 11924 1726884913.81248: results queue empty 11924 1726884913.81249: checking for any_errors_fatal 11924 1726884913.81261: done checking for any_errors_fatal 11924 1726884913.81261: checking for max_fail_percentage 11924 1726884913.81263: done checking for max_fail_percentage 11924 1726884913.81264: checking to see if all hosts have failed and the running result is not ok 11924 1726884913.81265: done checking to see if all hosts have failed 11924 1726884913.81265: getting the remaining hosts for this loop 11924 1726884913.81267: done getting the remaining hosts for this loop 11924 1726884913.81272: getting the next task for host managed_node2 11924 1726884913.81284: done getting next task for host managed_node2 11924 1726884913.81288: ^ task is: TASK: Check Stratis 11924 1726884913.81295: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884913.81303: getting variables 11924 1726884913.81305: in VariableManager get_vars() 11924 1726884913.81339: Calling all_inventory to load vars for managed_node2 11924 1726884913.81341: Calling groups_inventory to load vars for managed_node2 11924 1726884913.81344: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.81458: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.81462: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.81467: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.82229: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000280c 11924 1726884913.82232: WORKER PROCESS EXITING 11924 1726884913.82440: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.84105: done with get_vars() 11924 1726884913.84123: 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 22:15:13 -0400 (0:00:00.059) 0:01:19.182 ****** 11924 1726884913.84333: entering _queue_task() for managed_node2/include_tasks 11924 1726884913.84679: worker is 1 (out of 1 available) 11924 1726884913.84692: exiting _queue_task() for managed_node2/include_tasks 11924 1726884913.84708: done queuing things up, now waiting for results queue to drain 11924 1726884913.84710: waiting for pending results... 11924 1726884913.85081: running TaskExecutor() for managed_node2/TASK: Check Stratis 11924 1726884913.85148: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002117 11924 1726884913.85165: variable 'ansible_search_path' from source: unknown 11924 1726884913.85202: calling self._execute() 11924 1726884913.85335: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.85341: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.85394: variable 'omit' from source: magic vars 11924 1726884913.85466: _execute() done 11924 1726884913.85469: dumping result to json 11924 1726884913.85472: done dumping result, returning 11924 1726884913.85480: done running TaskExecutor() for managed_node2/TASK: Check Stratis [0affc8a3-6f6f-f4c0-2290-000000002117] 11924 1726884913.85486: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002117 11924 1726884913.85589: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002117 11924 1726884913.85593: WORKER PROCESS EXITING 11924 1726884913.85624: no more pending results, returning what we have 11924 1726884913.85630: in VariableManager get_vars() 11924 1726884913.85673: Calling all_inventory to load vars for managed_node2 11924 1726884913.85676: Calling groups_inventory to load vars for managed_node2 11924 1726884913.85679: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.85692: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.85696: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.85699: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.86810: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.87842: done with get_vars() 11924 1726884913.87854: variable 'ansible_search_path' from source: unknown 11924 1726884913.88067: variable 'storage_test_pool_subset' from source: include params 11924 1726884913.88100: we have included files to process 11924 1726884913.88102: generating all_blocks data 11924 1726884913.88104: done generating all_blocks data 11924 1726884913.88111: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884913.88112: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884913.88115: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884913.88738: done processing included file 11924 1726884913.88740: iterating over new_blocks loaded from include file 11924 1726884913.88741: in VariableManager get_vars() 11924 1726884913.88759: done with get_vars() 11924 1726884913.88761: filtering new block on tags 11924 1726884913.88834: done filtering new block on tags 11924 1726884913.88837: in VariableManager get_vars() 11924 1726884913.88852: done with get_vars() 11924 1726884913.88854: filtering new block on tags 11924 1726884913.88880: done filtering new block on tags 11924 1726884913.88882: 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_node2 11924 1726884913.88887: extending task lists for all hosts with included blocks 11924 1726884913.92334: done extending task lists 11924 1726884913.92336: done processing included files 11924 1726884913.92337: results queue empty 11924 1726884913.92337: checking for any_errors_fatal 11924 1726884913.92342: done checking for any_errors_fatal 11924 1726884913.92342: checking for max_fail_percentage 11924 1726884913.92343: done checking for max_fail_percentage 11924 1726884913.92344: checking to see if all hosts have failed and the running result is not ok 11924 1726884913.92345: done checking to see if all hosts have failed 11924 1726884913.92346: getting the remaining hosts for this loop 11924 1726884913.92347: done getting the remaining hosts for this loop 11924 1726884913.92350: getting the next task for host managed_node2 11924 1726884913.92354: done getting next task for host managed_node2 11924 1726884913.92358: ^ task is: TASK: Run 'stratis report' 11924 1726884913.92362: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884913.92364: getting variables 11924 1726884913.92365: in VariableManager get_vars() 11924 1726884913.92375: Calling all_inventory to load vars for managed_node2 11924 1726884913.92377: Calling groups_inventory to load vars for managed_node2 11924 1726884913.92380: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.92386: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.92388: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.92391: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.92988: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.93515: done with get_vars() 11924 1726884913.93529: done getting variables 11924 1726884913.93570: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:13 -0400 (0:00:00.092) 0:01:19.274 ****** 11924 1726884913.93601: entering _queue_task() for managed_node2/command 11924 1726884913.94093: worker is 1 (out of 1 available) 11924 1726884913.94104: exiting _queue_task() for managed_node2/command 11924 1726884913.94115: done queuing things up, now waiting for results queue to drain 11924 1726884913.94116: waiting for pending results... 11924 1726884913.94358: running TaskExecutor() for managed_node2/TASK: Run 'stratis report' 11924 1726884913.94365: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000283c 11924 1726884913.94368: variable 'ansible_search_path' from source: unknown 11924 1726884913.94403: calling self._execute() 11924 1726884913.94531: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.94534: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.94561: variable 'omit' from source: magic vars 11924 1726884913.94951: variable 'storage_test_pool' from source: include params 11924 1726884913.95061: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884913.95065: when evaluation is False, skipping this task 11924 1726884913.95068: _execute() done 11924 1726884913.95070: dumping result to json 11924 1726884913.95072: done dumping result, returning 11924 1726884913.95074: done running TaskExecutor() for managed_node2/TASK: Run 'stratis report' [0affc8a3-6f6f-f4c0-2290-00000000283c] 11924 1726884913.95076: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000283c 11924 1726884913.95143: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000283c 11924 1726884913.95147: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884913.95204: no more pending results, returning what we have 11924 1726884913.95208: results queue empty 11924 1726884913.95210: checking for any_errors_fatal 11924 1726884913.95212: done checking for any_errors_fatal 11924 1726884913.95212: checking for max_fail_percentage 11924 1726884913.95216: done checking for max_fail_percentage 11924 1726884913.95217: checking to see if all hosts have failed and the running result is not ok 11924 1726884913.95217: done checking to see if all hosts have failed 11924 1726884913.95218: getting the remaining hosts for this loop 11924 1726884913.95220: done getting the remaining hosts for this loop 11924 1726884913.95224: getting the next task for host managed_node2 11924 1726884913.95234: done getting next task for host managed_node2 11924 1726884913.95236: ^ task is: TASK: Get information about Stratis 11924 1726884913.95243: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884913.95248: getting variables 11924 1726884913.95250: in VariableManager get_vars() 11924 1726884913.95287: Calling all_inventory to load vars for managed_node2 11924 1726884913.95289: Calling groups_inventory to load vars for managed_node2 11924 1726884913.95293: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884913.95306: Calling all_plugins_play to load vars for managed_node2 11924 1726884913.95310: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884913.95313: Calling groups_plugins_play to load vars for managed_node2 11924 1726884913.96090: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884913.96944: done with get_vars() 11924 1726884913.97014: done getting variables 11924 1726884913.97167: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:13 -0400 (0:00:00.036) 0:01:19.310 ****** 11924 1726884913.97206: entering _queue_task() for managed_node2/set_fact 11924 1726884913.97703: worker is 1 (out of 1 available) 11924 1726884913.97716: exiting _queue_task() for managed_node2/set_fact 11924 1726884913.97731: done queuing things up, now waiting for results queue to drain 11924 1726884913.97732: waiting for pending results... 11924 1726884913.98444: running TaskExecutor() for managed_node2/TASK: Get information about Stratis 11924 1726884913.98905: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000283d 11924 1726884913.98909: variable 'ansible_search_path' from source: unknown 11924 1726884913.99175: calling self._execute() 11924 1726884913.99482: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884913.99498: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884913.99662: variable 'omit' from source: magic vars 11924 1726884914.00586: variable 'storage_test_pool' from source: include params 11924 1726884914.00659: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884914.00705: when evaluation is False, skipping this task 11924 1726884914.00714: _execute() done 11924 1726884914.00721: dumping result to json 11924 1726884914.00728: done dumping result, returning 11924 1726884914.00740: done running TaskExecutor() for managed_node2/TASK: Get information about Stratis [0affc8a3-6f6f-f4c0-2290-00000000283d] 11924 1726884914.00750: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000283d 11924 1726884914.01095: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000283d 11924 1726884914.01099: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884914.01161: no more pending results, returning what we have 11924 1726884914.01165: results queue empty 11924 1726884914.01166: checking for any_errors_fatal 11924 1726884914.01185: done checking for any_errors_fatal 11924 1726884914.01186: checking for max_fail_percentage 11924 1726884914.01188: done checking for max_fail_percentage 11924 1726884914.01189: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.01190: done checking to see if all hosts have failed 11924 1726884914.01191: getting the remaining hosts for this loop 11924 1726884914.01193: done getting the remaining hosts for this loop 11924 1726884914.01197: getting the next task for host managed_node2 11924 1726884914.01206: done getting next task for host managed_node2 11924 1726884914.01208: ^ task is: TASK: Verify that the pools was created 11924 1726884914.01215: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884914.01219: getting variables 11924 1726884914.01221: in VariableManager get_vars() 11924 1726884914.01459: Calling all_inventory to load vars for managed_node2 11924 1726884914.01463: Calling groups_inventory to load vars for managed_node2 11924 1726884914.01466: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.01476: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.01478: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.01481: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.02186: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.02821: done with get_vars() 11924 1726884914.02839: done getting variables 11924 1726884914.02907: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:14 -0400 (0:00:00.057) 0:01:19.368 ****** 11924 1726884914.02942: entering _queue_task() for managed_node2/assert 11924 1726884914.03323: worker is 1 (out of 1 available) 11924 1726884914.03337: exiting _queue_task() for managed_node2/assert 11924 1726884914.03350: done queuing things up, now waiting for results queue to drain 11924 1726884914.03351: waiting for pending results... 11924 1726884914.03645: running TaskExecutor() for managed_node2/TASK: Verify that the pools was created 11924 1726884914.03760: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000283e 11924 1726884914.03772: variable 'ansible_search_path' from source: unknown 11924 1726884914.03843: calling self._execute() 11924 1726884914.03930: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.03935: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.03938: variable 'omit' from source: magic vars 11924 1726884914.04339: variable 'storage_test_pool' from source: include params 11924 1726884914.04372: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884914.04380: when evaluation is False, skipping this task 11924 1726884914.04384: _execute() done 11924 1726884914.04387: dumping result to json 11924 1726884914.04393: done dumping result, returning 11924 1726884914.04397: done running TaskExecutor() for managed_node2/TASK: Verify that the pools was created [0affc8a3-6f6f-f4c0-2290-00000000283e] 11924 1726884914.04399: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000283e skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884914.04924: no more pending results, returning what we have 11924 1726884914.04928: results queue empty 11924 1726884914.04928: checking for any_errors_fatal 11924 1726884914.04939: done checking for any_errors_fatal 11924 1726884914.04940: checking for max_fail_percentage 11924 1726884914.04942: done checking for max_fail_percentage 11924 1726884914.04943: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.04944: done checking to see if all hosts have failed 11924 1726884914.04944: getting the remaining hosts for this loop 11924 1726884914.04946: done getting the remaining hosts for this loop 11924 1726884914.04949: getting the next task for host managed_node2 11924 1726884914.04959: done getting next task for host managed_node2 11924 1726884914.04962: ^ task is: TASK: Verify that encryption is correctly set 11924 1726884914.04972: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884914.04977: getting variables 11924 1726884914.04978: in VariableManager get_vars() 11924 1726884914.05018: Calling all_inventory to load vars for managed_node2 11924 1726884914.05021: Calling groups_inventory to load vars for managed_node2 11924 1726884914.05025: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.05034: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.05036: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.05039: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.05629: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000283e 11924 1726884914.05632: WORKER PROCESS EXITING 11924 1726884914.07058: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.07752: done with get_vars() 11924 1726884914.07769: done getting variables 11924 1726884914.07836: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:14 -0400 (0:00:00.049) 0:01:19.417 ****** 11924 1726884914.07871: entering _queue_task() for managed_node2/assert 11924 1726884914.08164: worker is 1 (out of 1 available) 11924 1726884914.08180: exiting _queue_task() for managed_node2/assert 11924 1726884914.08193: done queuing things up, now waiting for results queue to drain 11924 1726884914.08195: waiting for pending results... 11924 1726884914.08457: running TaskExecutor() for managed_node2/TASK: Verify that encryption is correctly set 11924 1726884914.08606: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000283f 11924 1726884914.08613: variable 'ansible_search_path' from source: unknown 11924 1726884914.08642: calling self._execute() 11924 1726884914.08748: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.08752: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.08763: variable 'omit' from source: magic vars 11924 1726884914.09080: variable 'storage_test_pool' from source: include params 11924 1726884914.09107: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884914.09111: when evaluation is False, skipping this task 11924 1726884914.09114: _execute() done 11924 1726884914.09116: dumping result to json 11924 1726884914.09121: done dumping result, returning 11924 1726884914.09123: done running TaskExecutor() for managed_node2/TASK: Verify that encryption is correctly set [0affc8a3-6f6f-f4c0-2290-00000000283f] 11924 1726884914.09128: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000283f 11924 1726884914.09225: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000283f 11924 1726884914.09228: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884914.09277: no more pending results, returning what we have 11924 1726884914.09281: results queue empty 11924 1726884914.09281: checking for any_errors_fatal 11924 1726884914.09290: done checking for any_errors_fatal 11924 1726884914.09290: checking for max_fail_percentage 11924 1726884914.09292: done checking for max_fail_percentage 11924 1726884914.09293: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.09294: done checking to see if all hosts have failed 11924 1726884914.09295: getting the remaining hosts for this loop 11924 1726884914.09297: done getting the remaining hosts for this loop 11924 1726884914.09303: getting the next task for host managed_node2 11924 1726884914.09311: done getting next task for host managed_node2 11924 1726884914.09313: ^ task is: TASK: Verify that Clevis/Tang encryption is correctly set 11924 1726884914.09319: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884914.09322: getting variables 11924 1726884914.09324: in VariableManager get_vars() 11924 1726884914.09354: Calling all_inventory to load vars for managed_node2 11924 1726884914.09358: Calling groups_inventory to load vars for managed_node2 11924 1726884914.09361: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.09369: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.09372: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.09374: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.09728: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.10169: done with get_vars() 11924 1726884914.10182: done getting variables 11924 1726884914.10252: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:14 -0400 (0:00:00.024) 0:01:19.441 ****** 11924 1726884914.10287: entering _queue_task() for managed_node2/assert 11924 1726884914.10497: worker is 1 (out of 1 available) 11924 1726884914.10510: exiting _queue_task() for managed_node2/assert 11924 1726884914.10523: done queuing things up, now waiting for results queue to drain 11924 1726884914.10524: waiting for pending results... 11924 1726884914.10749: running TaskExecutor() for managed_node2/TASK: Verify that Clevis/Tang encryption is correctly set 11924 1726884914.10832: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002840 11924 1726884914.10861: variable 'ansible_search_path' from source: unknown 11924 1726884914.10897: calling self._execute() 11924 1726884914.11162: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.11167: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.11175: variable 'omit' from source: magic vars 11924 1726884914.11532: variable 'storage_test_pool' from source: include params 11924 1726884914.11568: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884914.11573: when evaluation is False, skipping this task 11924 1726884914.11576: _execute() done 11924 1726884914.11578: dumping result to json 11924 1726884914.11581: done dumping result, returning 11924 1726884914.11584: done running TaskExecutor() for managed_node2/TASK: Verify that Clevis/Tang encryption is correctly set [0affc8a3-6f6f-f4c0-2290-000000002840] 11924 1726884914.11607: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002840 11924 1726884914.11725: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002840 11924 1726884914.11728: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884914.11780: no more pending results, returning what we have 11924 1726884914.11783: results queue empty 11924 1726884914.11784: checking for any_errors_fatal 11924 1726884914.11792: done checking for any_errors_fatal 11924 1726884914.11793: checking for max_fail_percentage 11924 1726884914.11794: done checking for max_fail_percentage 11924 1726884914.11795: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.11796: done checking to see if all hosts have failed 11924 1726884914.11797: getting the remaining hosts for this loop 11924 1726884914.11799: done getting the remaining hosts for this loop 11924 1726884914.11804: getting the next task for host managed_node2 11924 1726884914.11815: done getting next task for host managed_node2 11924 1726884914.11818: ^ task is: TASK: Reset variable used by test 11924 1726884914.11824: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884914.11827: getting variables 11924 1726884914.11828: in VariableManager get_vars() 11924 1726884914.11863: Calling all_inventory to load vars for managed_node2 11924 1726884914.11866: Calling groups_inventory to load vars for managed_node2 11924 1726884914.11870: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.11880: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.11884: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.11891: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.12800: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.13213: done with get_vars() 11924 1726884914.13223: done getting variables 11924 1726884914.13264: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:14 -0400 (0:00:00.029) 0:01:19.471 ****** 11924 1726884914.13287: entering _queue_task() for managed_node2/set_fact 11924 1726884914.13484: worker is 1 (out of 1 available) 11924 1726884914.13497: exiting _queue_task() for managed_node2/set_fact 11924 1726884914.13513: done queuing things up, now waiting for results queue to drain 11924 1726884914.13515: waiting for pending results... 11924 1726884914.13722: running TaskExecutor() for managed_node2/TASK: Reset variable used by test 11924 1726884914.13794: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002842 11924 1726884914.13839: variable 'ansible_search_path' from source: unknown 11924 1726884914.13874: calling self._execute() 11924 1726884914.14049: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.14056: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.14073: variable 'omit' from source: magic vars 11924 1726884914.14241: variable 'omit' from source: magic vars 11924 1726884914.14275: variable 'omit' from source: magic vars 11924 1726884914.14298: variable 'omit' from source: magic vars 11924 1726884914.14342: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884914.14398: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884914.14401: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884914.14434: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884914.14438: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884914.14474: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884914.14478: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884914.14511: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884914.14514: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.14517: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.14658: Set connection var ansible_shell_executable to /bin/sh 11924 1726884914.14666: Set connection var ansible_connection to ssh 11924 1726884914.14669: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884914.14671: Set connection var ansible_timeout to 10 11924 1726884914.14674: Set connection var ansible_pipelining to False 11924 1726884914.14676: Set connection var ansible_shell_type to sh 11924 1726884914.14725: variable 'ansible_shell_executable' from source: unknown 11924 1726884914.14728: variable 'ansible_connection' from source: unknown 11924 1726884914.14735: variable 'ansible_module_compression' from source: unknown 11924 1726884914.14738: variable 'ansible_shell_type' from source: unknown 11924 1726884914.14740: variable 'ansible_shell_executable' from source: unknown 11924 1726884914.14742: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.14744: variable 'ansible_pipelining' from source: unknown 11924 1726884914.14746: variable 'ansible_timeout' from source: unknown 11924 1726884914.14748: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.14846: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884914.14851: variable 'omit' from source: magic vars 11924 1726884914.14858: starting attempt loop 11924 1726884914.14860: running the handler 11924 1726884914.14870: handler run complete 11924 1726884914.14878: attempt loop complete, returning result 11924 1726884914.14880: _execute() done 11924 1726884914.14882: dumping result to json 11924 1726884914.14885: done dumping result, returning 11924 1726884914.14891: done running TaskExecutor() for managed_node2/TASK: Reset variable used by test [0affc8a3-6f6f-f4c0-2290-000000002842] 11924 1726884914.14897: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002842 11924 1726884914.14981: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002842 11924 1726884914.14984: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } 11924 1726884914.15034: no more pending results, returning what we have 11924 1726884914.15037: results queue empty 11924 1726884914.15038: checking for any_errors_fatal 11924 1726884914.15046: done checking for any_errors_fatal 11924 1726884914.15046: checking for max_fail_percentage 11924 1726884914.15048: done checking for max_fail_percentage 11924 1726884914.15049: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.15049: done checking to see if all hosts have failed 11924 1726884914.15050: getting the remaining hosts for this loop 11924 1726884914.15052: done getting the remaining hosts for this loop 11924 1726884914.15057: getting the next task for host managed_node2 11924 1726884914.15065: done getting next task for host managed_node2 11924 1726884914.15068: ^ task is: TASK: Clean up test variables 11924 1726884914.15072: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_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 11924 1726884914.15076: getting variables 11924 1726884914.15077: in VariableManager get_vars() 11924 1726884914.15103: Calling all_inventory to load vars for managed_node2 11924 1726884914.15105: Calling groups_inventory to load vars for managed_node2 11924 1726884914.15108: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.15116: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.15118: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.15120: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.15679: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.16509: done with get_vars() 11924 1726884914.16523: done getting variables 11924 1726884914.16580: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:14 -0400 (0:00:00.033) 0:01:19.505 ****** 11924 1726884914.16617: entering _queue_task() for managed_node2/set_fact 11924 1726884914.16816: worker is 1 (out of 1 available) 11924 1726884914.16830: exiting _queue_task() for managed_node2/set_fact 11924 1726884914.16842: done queuing things up, now waiting for results queue to drain 11924 1726884914.16844: waiting for pending results... 11924 1726884914.17031: running TaskExecutor() for managed_node2/TASK: Clean up test variables 11924 1726884914.17108: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002118 11924 1726884914.17118: variable 'ansible_search_path' from source: unknown 11924 1726884914.17145: calling self._execute() 11924 1726884914.17244: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.17248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.17259: variable 'omit' from source: magic vars 11924 1726884914.17342: variable 'omit' from source: magic vars 11924 1726884914.17380: variable 'omit' from source: magic vars 11924 1726884914.17407: variable 'omit' from source: magic vars 11924 1726884914.17441: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884914.17470: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884914.17486: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884914.17499: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884914.17512: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884914.17525: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884914.17537: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884914.17562: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884914.17565: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.17568: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.17658: Set connection var ansible_shell_executable to /bin/sh 11924 1726884914.17662: Set connection var ansible_connection to ssh 11924 1726884914.17664: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884914.17670: Set connection var ansible_timeout to 10 11924 1726884914.17675: Set connection var ansible_pipelining to False 11924 1726884914.17680: Set connection var ansible_shell_type to sh 11924 1726884914.17707: variable 'ansible_shell_executable' from source: unknown 11924 1726884914.17710: variable 'ansible_connection' from source: unknown 11924 1726884914.17712: variable 'ansible_module_compression' from source: unknown 11924 1726884914.17715: variable 'ansible_shell_type' from source: unknown 11924 1726884914.17717: variable 'ansible_shell_executable' from source: unknown 11924 1726884914.17720: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.17724: variable 'ansible_pipelining' from source: unknown 11924 1726884914.17726: variable 'ansible_timeout' from source: unknown 11924 1726884914.17728: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.17829: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884914.17839: variable 'omit' from source: magic vars 11924 1726884914.17843: starting attempt loop 11924 1726884914.17846: running the handler 11924 1726884914.17861: handler run complete 11924 1726884914.17868: attempt loop complete, returning result 11924 1726884914.17871: _execute() done 11924 1726884914.17874: dumping result to json 11924 1726884914.17876: done dumping result, returning 11924 1726884914.17884: done running TaskExecutor() for managed_node2/TASK: Clean up test variables [0affc8a3-6f6f-f4c0-2290-000000002118] 11924 1726884914.17888: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002118 11924 1726884914.17970: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002118 11924 1726884914.17974: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 11924 1726884914.18036: no more pending results, returning what we have 11924 1726884914.18038: results queue empty 11924 1726884914.18039: checking for any_errors_fatal 11924 1726884914.18045: done checking for any_errors_fatal 11924 1726884914.18046: checking for max_fail_percentage 11924 1726884914.18048: done checking for max_fail_percentage 11924 1726884914.18049: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.18049: done checking to see if all hosts have failed 11924 1726884914.18050: getting the remaining hosts for this loop 11924 1726884914.18052: done getting the remaining hosts for this loop 11924 1726884914.18057: getting the next task for host managed_node2 11924 1726884914.18066: done getting next task for host managed_node2 11924 1726884914.18069: ^ task is: TASK: Verify the volumes 11924 1726884914.18073: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884914.18077: getting variables 11924 1726884914.18078: in VariableManager get_vars() 11924 1726884914.18108: Calling all_inventory to load vars for managed_node2 11924 1726884914.18111: Calling groups_inventory to load vars for managed_node2 11924 1726884914.18114: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.18122: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.18124: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.18127: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.18484: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.19072: done with get_vars() 11924 1726884914.19085: 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 22:15:14 -0400 (0:00:00.027) 0:01:19.532 ****** 11924 1726884914.19366: entering _queue_task() for managed_node2/include_tasks 11924 1726884914.19788: worker is 1 (out of 1 available) 11924 1726884914.19799: exiting _queue_task() for managed_node2/include_tasks 11924 1726884914.19812: done queuing things up, now waiting for results queue to drain 11924 1726884914.19814: waiting for pending results... 11924 1726884914.20271: running TaskExecutor() for managed_node2/TASK: Verify the volumes 11924 1726884914.20277: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000211c 11924 1726884914.20280: variable 'ansible_search_path' from source: unknown 11924 1726884914.20790: variable 'storage_test_pool' from source: include params 11924 1726884914.21210: variable 'omit' from source: magic vars 11924 1726884914.21346: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.21353: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.21481: variable 'omit' from source: magic vars 11924 1726884914.21606: variable 'storage_test_volume' from source: unknown 11924 1726884914.21691: variable 'storage_test_volume' from source: unknown 11924 1726884914.22290: dumping result to json 11924 1726884914.22294: done dumping result, returning 11924 1726884914.22297: done running TaskExecutor() for managed_node2/TASK: Verify the volumes [0affc8a3-6f6f-f4c0-2290-00000000211c] 11924 1726884914.22299: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000211c 11924 1726884914.22352: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000211c 11924 1726884914.22357: WORKER PROCESS EXITING 11924 1726884914.22454: no more pending results, returning what we have 11924 1726884914.22461: in VariableManager get_vars() 11924 1726884914.22506: Calling all_inventory to load vars for managed_node2 11924 1726884914.22509: Calling groups_inventory to load vars for managed_node2 11924 1726884914.22513: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.22526: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.22529: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.22532: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.23235: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.23832: done with get_vars() 11924 1726884914.23846: variable 'ansible_search_path' from source: unknown 11924 1726884914.23974: variable 'storage_test_pool_subset' from source: include params 11924 1726884914.24019: we have included files to process 11924 1726884914.24021: generating all_blocks data 11924 1726884914.24023: done generating all_blocks data 11924 1726884914.24029: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884914.24030: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884914.24033: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884914.24263: in VariableManager get_vars() 11924 1726884914.24284: done with get_vars() 11924 1726884914.24370: done processing included file 11924 1726884914.24372: iterating over new_blocks loaded from include file 11924 1726884914.24373: in VariableManager get_vars() 11924 1726884914.24387: done with get_vars() 11924 1726884914.24388: filtering new block on tags 11924 1726884914.24439: done filtering new block on tags 11924 1726884914.24441: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884914.24452: extending task lists for all hosts with included blocks 11924 1726884914.24583: done extending task lists 11924 1726884914.24584: done processing included files 11924 1726884914.24585: results queue empty 11924 1726884914.24586: checking for any_errors_fatal 11924 1726884914.24590: done checking for any_errors_fatal 11924 1726884914.24591: checking for max_fail_percentage 11924 1726884914.24591: done checking for max_fail_percentage 11924 1726884914.24592: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.24593: done checking to see if all hosts have failed 11924 1726884914.24594: getting the remaining hosts for this loop 11924 1726884914.24595: done getting the remaining hosts for this loop 11924 1726884914.24597: getting the next task for host managed_node2 11924 1726884914.24603: done getting next task for host managed_node2 11924 1726884914.24605: ^ task is: TASK: Set storage volume test variables 11924 1726884914.24609: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884914.24611: getting variables 11924 1726884914.24611: in VariableManager get_vars() 11924 1726884914.24620: Calling all_inventory to load vars for managed_node2 11924 1726884914.24622: Calling groups_inventory to load vars for managed_node2 11924 1726884914.24624: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.24629: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.24631: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.24634: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.25398: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.25968: done with get_vars() 11924 1726884914.25982: done getting variables 11924 1726884914.26028: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:14 -0400 (0:00:00.066) 0:01:19.599 ****** 11924 1726884914.26061: entering _queue_task() for managed_node2/set_fact 11924 1726884914.26357: worker is 1 (out of 1 available) 11924 1726884914.26371: exiting _queue_task() for managed_node2/set_fact 11924 1726884914.26385: done queuing things up, now waiting for results queue to drain 11924 1726884914.26386: waiting for pending results... 11924 1726884914.26777: running TaskExecutor() for managed_node2/TASK: Set storage volume test variables 11924 1726884914.26852: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000029e2 11924 1726884914.26876: variable 'ansible_search_path' from source: unknown 11924 1726884914.26920: calling self._execute() 11924 1726884914.27050: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.27065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.27085: variable 'omit' from source: magic vars 11924 1726884914.27212: variable 'omit' from source: magic vars 11924 1726884914.27276: variable 'omit' from source: magic vars 11924 1726884914.27619: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884914.29842: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884914.29923: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884914.29967: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884914.30012: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884914.30050: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884914.30144: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884914.30242: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884914.30245: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884914.30259: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884914.30283: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884914.30457: variable 'storage_test_volume' from source: include params 11924 1726884914.30484: variable 'storage_test_pool' from source: include params 11924 1726884914.30559: variable 'omit' from source: magic vars 11924 1726884914.30593: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884914.30628: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884914.30651: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884914.30694: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884914.30760: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884914.30764: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884914.30767: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884914.30790: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884914.30798: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.30810: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.30937: Set connection var ansible_shell_executable to /bin/sh 11924 1726884914.30945: Set connection var ansible_connection to ssh 11924 1726884914.30958: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884914.30969: Set connection var ansible_timeout to 10 11924 1726884914.31009: Set connection var ansible_pipelining to False 11924 1726884914.31013: Set connection var ansible_shell_type to sh 11924 1726884914.31026: variable 'ansible_shell_executable' from source: unknown 11924 1726884914.31035: variable 'ansible_connection' from source: unknown 11924 1726884914.31042: variable 'ansible_module_compression' from source: unknown 11924 1726884914.31048: variable 'ansible_shell_type' from source: unknown 11924 1726884914.31057: variable 'ansible_shell_executable' from source: unknown 11924 1726884914.31118: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.31122: variable 'ansible_pipelining' from source: unknown 11924 1726884914.31124: variable 'ansible_timeout' from source: unknown 11924 1726884914.31126: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.31197: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884914.31217: variable 'omit' from source: magic vars 11924 1726884914.31232: starting attempt loop 11924 1726884914.31240: running the handler 11924 1726884914.31258: handler run complete 11924 1726884914.31273: attempt loop complete, returning result 11924 1726884914.31280: _execute() done 11924 1726884914.31287: dumping result to json 11924 1726884914.31335: done dumping result, returning 11924 1726884914.31338: done running TaskExecutor() for managed_node2/TASK: Set storage volume test variables [0affc8a3-6f6f-f4c0-2290-0000000029e2] 11924 1726884914.31340: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000029e2 ok: [managed_node2] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 11924 1726884914.31622: no more pending results, returning what we have 11924 1726884914.31626: results queue empty 11924 1726884914.31627: checking for any_errors_fatal 11924 1726884914.31629: done checking for any_errors_fatal 11924 1726884914.31629: checking for max_fail_percentage 11924 1726884914.31632: done checking for max_fail_percentage 11924 1726884914.31633: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.31633: done checking to see if all hosts have failed 11924 1726884914.31634: getting the remaining hosts for this loop 11924 1726884914.31636: done getting the remaining hosts for this loop 11924 1726884914.31640: getting the next task for host managed_node2 11924 1726884914.31650: done getting next task for host managed_node2 11924 1726884914.31653: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 11924 1726884914.31663: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884914.31675: getting variables 11924 1726884914.31677: in VariableManager get_vars() 11924 1726884914.31718: Calling all_inventory to load vars for managed_node2 11924 1726884914.31721: Calling groups_inventory to load vars for managed_node2 11924 1726884914.31725: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.31736: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.31739: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.31742: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.32283: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000029e2 11924 1726884914.32286: WORKER PROCESS EXITING 11924 1726884914.32517: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.33163: done with get_vars() 11924 1726884914.33178: done getting variables 11924 1726884914.33350: 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 22:15:14 -0400 (0:00:00.073) 0:01:19.672 ****** 11924 1726884914.33383: entering _queue_task() for managed_node2/include_tasks 11924 1726884914.33677: worker is 1 (out of 1 available) 11924 1726884914.33691: exiting _queue_task() for managed_node2/include_tasks 11924 1726884914.33708: done queuing things up, now waiting for results queue to drain 11924 1726884914.33710: waiting for pending results... 11924 1726884914.34026: running TaskExecutor() for managed_node2/TASK: Run test verify for {{ storage_test_volume_subset }} 11924 1726884914.34172: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000029e3 11924 1726884914.34197: variable 'ansible_search_path' from source: unknown 11924 1726884914.34248: variable '_storage_volume_tests' from source: set_fact 11924 1726884914.34466: variable '_storage_volume_tests' from source: set_fact 11924 1726884914.34559: variable 'omit' from source: magic vars 11924 1726884914.34749: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.34766: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.34782: variable 'omit' from source: magic vars 11924 1726884914.34975: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.35024: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.35097: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.35463: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.35466: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.35469: variable 'omit' from source: magic vars 11924 1726884914.35471: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.35489: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.35560: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.35759: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.35763: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.35765: variable 'omit' from source: magic vars 11924 1726884914.35823: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.35861: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.35929: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.36110: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.36113: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.36115: variable 'omit' from source: magic vars 11924 1726884914.36178: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.36217: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.36277: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.36407: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.36496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.36499: variable 'omit' from source: magic vars 11924 1726884914.36554: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.36595: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.36666: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.36860: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.36864: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.36866: variable 'omit' from source: magic vars 11924 1726884914.36926: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.36966: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.37034: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.37261: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.37265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.37267: variable 'omit' from source: magic vars 11924 1726884914.37290: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.37332: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.37399: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.37521: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.37535: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.37549: variable 'omit' from source: magic vars 11924 1726884914.37674: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.37719: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.37783: variable 'storage_test_volume_subset' from source: unknown 11924 1726884914.37864: dumping result to json 11924 1726884914.37926: done dumping result, returning 11924 1726884914.37930: done running TaskExecutor() for managed_node2/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-f4c0-2290-0000000029e3] 11924 1726884914.37933: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000029e3 11924 1726884914.37976: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000029e3 11924 1726884914.37979: WORKER PROCESS EXITING 11924 1726884914.38078: no more pending results, returning what we have 11924 1726884914.38084: in VariableManager get_vars() 11924 1726884914.38129: Calling all_inventory to load vars for managed_node2 11924 1726884914.38131: Calling groups_inventory to load vars for managed_node2 11924 1726884914.38135: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.38150: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.38155: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.38160: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.38980: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.39384: done with get_vars() 11924 1726884914.39393: variable 'ansible_search_path' from source: unknown 11924 1726884914.39420: variable 'ansible_search_path' from source: unknown 11924 1726884914.39435: variable 'ansible_search_path' from source: unknown 11924 1726884914.39450: variable 'ansible_search_path' from source: unknown 11924 1726884914.39466: variable 'ansible_search_path' from source: unknown 11924 1726884914.39480: variable 'ansible_search_path' from source: unknown 11924 1726884914.39494: variable 'ansible_search_path' from source: unknown 11924 1726884914.39510: variable 'ansible_search_path' from source: unknown 11924 1726884914.39525: we have included files to process 11924 1726884914.39526: generating all_blocks data 11924 1726884914.39527: done generating all_blocks data 11924 1726884914.39532: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884914.39533: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884914.39534: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884914.40233: done processing included file 11924 1726884914.40234: iterating over new_blocks loaded from include file 11924 1726884914.40236: in VariableManager get_vars() 11924 1726884914.40246: done with get_vars() 11924 1726884914.40248: filtering new block on tags 11924 1726884914.40367: done filtering new block on tags 11924 1726884914.40369: 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_node2 => (item=mount) 11924 1726884914.40372: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884914.40373: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884914.40379: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884914.40753: done processing included file 11924 1726884914.40757: iterating over new_blocks loaded from include file 11924 1726884914.40758: in VariableManager get_vars() 11924 1726884914.40772: done with get_vars() 11924 1726884914.40777: filtering new block on tags 11924 1726884914.40835: done filtering new block on tags 11924 1726884914.40837: 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_node2 => (item=fstab) 11924 1726884914.40861: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884914.40862: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884914.40865: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884914.41092: done processing included file 11924 1726884914.41094: iterating over new_blocks loaded from include file 11924 1726884914.41096: in VariableManager get_vars() 11924 1726884914.41113: done with get_vars() 11924 1726884914.41115: filtering new block on tags 11924 1726884914.41154: done filtering new block on tags 11924 1726884914.41159: 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_node2 => (item=fs) 11924 1726884914.41163: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884914.41164: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884914.41167: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884914.41813: done processing included file 11924 1726884914.41814: iterating over new_blocks loaded from include file 11924 1726884914.41816: in VariableManager get_vars() 11924 1726884914.41834: done with get_vars() 11924 1726884914.41836: filtering new block on tags 11924 1726884914.41916: done filtering new block on tags 11924 1726884914.41918: 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_node2 => (item=device) 11924 1726884914.41921: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884914.41922: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884914.41924: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884914.42854: done processing included file 11924 1726884914.42857: iterating over new_blocks loaded from include file 11924 1726884914.42858: in VariableManager get_vars() 11924 1726884914.42867: done with get_vars() 11924 1726884914.42869: filtering new block on tags 11924 1726884914.42981: done filtering new block on tags 11924 1726884914.42983: 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_node2 => (item=encryption) 11924 1726884914.42985: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884914.42986: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884914.42988: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884914.43578: done processing included file 11924 1726884914.43579: iterating over new_blocks loaded from include file 11924 1726884914.43580: in VariableManager get_vars() 11924 1726884914.43590: done with get_vars() 11924 1726884914.43591: filtering new block on tags 11924 1726884914.43664: done filtering new block on tags 11924 1726884914.43667: 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_node2 => (item=md) 11924 1726884914.43669: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884914.43670: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884914.43672: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884914.45799: done processing included file 11924 1726884914.45801: iterating over new_blocks loaded from include file 11924 1726884914.45802: in VariableManager get_vars() 11924 1726884914.45813: done with get_vars() 11924 1726884914.45814: filtering new block on tags 11924 1726884914.45854: done filtering new block on tags 11924 1726884914.45857: in VariableManager get_vars() 11924 1726884914.45866: done with get_vars() 11924 1726884914.45867: filtering new block on tags 11924 1726884914.45903: done filtering new block on tags 11924 1726884914.45905: in VariableManager get_vars() 11924 1726884914.45914: done with get_vars() 11924 1726884914.45915: filtering new block on tags 11924 1726884914.46036: done filtering new block on tags 11924 1726884914.46039: in VariableManager get_vars() 11924 1726884914.46048: done with get_vars() 11924 1726884914.46049: filtering new block on tags 11924 1726884914.46076: done filtering new block on tags 11924 1726884914.46078: 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_node2 => (item=size) 11924 1726884914.46080: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884914.46081: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884914.46083: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884914.46499: done processing included file 11924 1726884914.46501: iterating over new_blocks loaded from include file 11924 1726884914.46502: in VariableManager get_vars() 11924 1726884914.46512: done with get_vars() 11924 1726884914.46513: filtering new block on tags 11924 1726884914.46582: done filtering new block on tags 11924 1726884914.46583: 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_node2 => (item=cache) 11924 1726884914.46586: extending task lists for all hosts with included blocks 11924 1726884914.46818: done extending task lists 11924 1726884914.46820: done processing included files 11924 1726884914.46820: results queue empty 11924 1726884914.46821: checking for any_errors_fatal 11924 1726884914.46828: done checking for any_errors_fatal 11924 1726884914.46829: checking for max_fail_percentage 11924 1726884914.46829: done checking for max_fail_percentage 11924 1726884914.46830: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.46834: done checking to see if all hosts have failed 11924 1726884914.46834: getting the remaining hosts for this loop 11924 1726884914.46835: done getting the remaining hosts for this loop 11924 1726884914.46837: getting the next task for host managed_node2 11924 1726884914.46841: done getting next task for host managed_node2 11924 1726884914.46842: ^ task is: TASK: Get expected mount device based on device type 11924 1726884914.46845: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884914.46846: getting variables 11924 1726884914.46847: in VariableManager get_vars() 11924 1726884914.46854: Calling all_inventory to load vars for managed_node2 11924 1726884914.46858: Calling groups_inventory to load vars for managed_node2 11924 1726884914.46860: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.46866: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.46868: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.46871: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.47312: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.47808: done with get_vars() 11924 1726884914.47860: done getting variables 11924 1726884914.47898: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:14 -0400 (0:00:00.145) 0:01:19.818 ****** 11924 1726884914.47932: entering _queue_task() for managed_node2/set_fact 11924 1726884914.48264: worker is 1 (out of 1 available) 11924 1726884914.48279: exiting _queue_task() for managed_node2/set_fact 11924 1726884914.48293: done queuing things up, now waiting for results queue to drain 11924 1726884914.48295: waiting for pending results... 11924 1726884914.49032: running TaskExecutor() for managed_node2/TASK: Get expected mount device based on device type 11924 1726884914.49038: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a0e 11924 1726884914.49043: variable 'ansible_search_path' from source: unknown 11924 1726884914.49046: calling self._execute() 11924 1726884914.49049: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.49052: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.49054: variable 'omit' from source: magic vars 11924 1726884914.49073: variable 'omit' from source: magic vars 11924 1726884914.49148: variable 'omit' from source: magic vars 11924 1726884914.49534: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884914.49849: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884914.49911: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884914.49947: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884914.49982: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884914.50079: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884914.50118: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884914.50144: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884914.50174: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884914.50263: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884914.50287: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884914.50320: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884914.50565: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884914.50837: variable '_storage_test_volume_present' from source: set_fact 11924 1726884914.50840: variable 'storage_test_volume' from source: include params 11924 1726884914.50843: variable 'storage_test_pool' from source: include params 11924 1726884914.50884: variable 'omit' from source: magic vars 11924 1726884914.50910: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884914.50938: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884914.50958: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884914.51044: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884914.51064: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884914.51072: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884914.51101: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884914.51134: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884914.51137: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.51140: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.51560: Set connection var ansible_shell_executable to /bin/sh 11924 1726884914.51564: Set connection var ansible_connection to ssh 11924 1726884914.51566: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884914.51568: Set connection var ansible_timeout to 10 11924 1726884914.51570: Set connection var ansible_pipelining to False 11924 1726884914.51572: Set connection var ansible_shell_type to sh 11924 1726884914.51573: variable 'ansible_shell_executable' from source: unknown 11924 1726884914.51575: variable 'ansible_connection' from source: unknown 11924 1726884914.51576: variable 'ansible_module_compression' from source: unknown 11924 1726884914.51578: variable 'ansible_shell_type' from source: unknown 11924 1726884914.51579: variable 'ansible_shell_executable' from source: unknown 11924 1726884914.51581: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.51582: variable 'ansible_pipelining' from source: unknown 11924 1726884914.51584: variable 'ansible_timeout' from source: unknown 11924 1726884914.51585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.51587: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884914.51589: variable 'omit' from source: magic vars 11924 1726884914.51591: starting attempt loop 11924 1726884914.51592: running the handler 11924 1726884914.51594: handler run complete 11924 1726884914.51595: attempt loop complete, returning result 11924 1726884914.51596: _execute() done 11924 1726884914.51598: dumping result to json 11924 1726884914.51600: done dumping result, returning 11924 1726884914.51601: done running TaskExecutor() for managed_node2/TASK: Get expected mount device based on device type [0affc8a3-6f6f-f4c0-2290-000000002a0e] 11924 1726884914.51603: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a0e 11924 1726884914.51809: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a0e 11924 1726884914.51813: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } 11924 1726884914.51864: no more pending results, returning what we have 11924 1726884914.51873: results queue empty 11924 1726884914.51874: checking for any_errors_fatal 11924 1726884914.51875: done checking for any_errors_fatal 11924 1726884914.51876: checking for max_fail_percentage 11924 1726884914.51878: done checking for max_fail_percentage 11924 1726884914.51879: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.51880: done checking to see if all hosts have failed 11924 1726884914.51881: getting the remaining hosts for this loop 11924 1726884914.51882: done getting the remaining hosts for this loop 11924 1726884914.51886: getting the next task for host managed_node2 11924 1726884914.51894: done getting next task for host managed_node2 11924 1726884914.51896: ^ task is: TASK: Set some facts 11924 1726884914.51912: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884914.51917: getting variables 11924 1726884914.51918: in VariableManager get_vars() 11924 1726884914.51948: Calling all_inventory to load vars for managed_node2 11924 1726884914.51951: Calling groups_inventory to load vars for managed_node2 11924 1726884914.51954: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.52063: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.52067: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.52081: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.52778: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.53447: done with get_vars() 11924 1726884914.53465: done getting variables 11924 1726884914.53521: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:14 -0400 (0:00:00.056) 0:01:19.874 ****** 11924 1726884914.53554: entering _queue_task() for managed_node2/set_fact 11924 1726884914.53825: worker is 1 (out of 1 available) 11924 1726884914.53836: exiting _queue_task() for managed_node2/set_fact 11924 1726884914.53850: done queuing things up, now waiting for results queue to drain 11924 1726884914.53852: waiting for pending results... 11924 1726884914.54177: running TaskExecutor() for managed_node2/TASK: Set some facts 11924 1726884914.54318: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a0f 11924 1726884914.54334: variable 'ansible_search_path' from source: unknown 11924 1726884914.54368: calling self._execute() 11924 1726884914.54498: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.54505: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.54664: variable 'omit' from source: magic vars 11924 1726884914.54667: variable 'omit' from source: magic vars 11924 1726884914.54718: variable 'omit' from source: magic vars 11924 1726884914.55051: variable '_storage_test_volume_present' from source: set_fact 11924 1726884914.55060: variable 'storage_test_volume' from source: include params 11924 1726884914.55416: variable 'storage_test_volume' from source: include params 11924 1726884914.55429: variable 'mount_prefix' from source: task vars 11924 1726884914.55765: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884914.59428: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884914.59761: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884914.59765: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884914.59823: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884914.59860: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884914.60019: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884914.60090: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884914.60119: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884914.60165: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884914.60183: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884914.60433: variable '__storage_is_ostree' from source: set_fact 11924 1726884914.60439: variable 'storage_test_volume' from source: include params 11924 1726884914.60558: variable 'omit' from source: magic vars 11924 1726884914.60575: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884914.60761: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884914.60765: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884914.60768: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884914.60770: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884914.60772: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884914.60774: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884914.60776: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884914.60780: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.60782: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.60941: Set connection var ansible_shell_executable to /bin/sh 11924 1726884914.60944: Set connection var ansible_connection to ssh 11924 1726884914.60949: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884914.60958: Set connection var ansible_timeout to 10 11924 1726884914.60964: Set connection var ansible_pipelining to False 11924 1726884914.60969: Set connection var ansible_shell_type to sh 11924 1726884914.61006: variable 'ansible_shell_executable' from source: unknown 11924 1726884914.61009: variable 'ansible_connection' from source: unknown 11924 1726884914.61012: variable 'ansible_module_compression' from source: unknown 11924 1726884914.61014: variable 'ansible_shell_type' from source: unknown 11924 1726884914.61017: variable 'ansible_shell_executable' from source: unknown 11924 1726884914.61019: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.61023: variable 'ansible_pipelining' from source: unknown 11924 1726884914.61026: variable 'ansible_timeout' from source: unknown 11924 1726884914.61030: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.61145: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884914.61224: variable 'omit' from source: magic vars 11924 1726884914.61227: starting attempt loop 11924 1726884914.61229: running the handler 11924 1726884914.61232: handler run complete 11924 1726884914.61234: attempt loop complete, returning result 11924 1726884914.61236: _execute() done 11924 1726884914.61238: dumping result to json 11924 1726884914.61240: done dumping result, returning 11924 1726884914.61242: done running TaskExecutor() for managed_node2/TASK: Set some facts [0affc8a3-6f6f-f4c0-2290-000000002a0f] 11924 1726884914.61244: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a0f 11924 1726884914.61309: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a0f 11924 1726884914.61312: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } 11924 1726884914.61378: no more pending results, returning what we have 11924 1726884914.61381: results queue empty 11924 1726884914.61382: checking for any_errors_fatal 11924 1726884914.61391: done checking for any_errors_fatal 11924 1726884914.61391: checking for max_fail_percentage 11924 1726884914.61393: done checking for max_fail_percentage 11924 1726884914.61394: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.61395: done checking to see if all hosts have failed 11924 1726884914.61396: getting the remaining hosts for this loop 11924 1726884914.61398: done getting the remaining hosts for this loop 11924 1726884914.61401: getting the next task for host managed_node2 11924 1726884914.61410: done getting next task for host managed_node2 11924 1726884914.61413: ^ task is: TASK: Get information about the mountpoint directory 11924 1726884914.61418: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884914.61429: getting variables 11924 1726884914.61431: in VariableManager get_vars() 11924 1726884914.61605: Calling all_inventory to load vars for managed_node2 11924 1726884914.61608: Calling groups_inventory to load vars for managed_node2 11924 1726884914.61612: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.61622: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.61625: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.61633: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.62276: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.62934: done with get_vars() 11924 1726884914.62957: 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 22:15:14 -0400 (0:00:00.095) 0:01:19.969 ****** 11924 1726884914.63062: entering _queue_task() for managed_node2/stat 11924 1726884914.63640: worker is 1 (out of 1 available) 11924 1726884914.63726: exiting _queue_task() for managed_node2/stat 11924 1726884914.63783: done queuing things up, now waiting for results queue to drain 11924 1726884914.63807: waiting for pending results... 11924 1726884914.64073: running TaskExecutor() for managed_node2/TASK: Get information about the mountpoint directory 11924 1726884914.64124: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a10 11924 1726884914.64148: variable 'ansible_search_path' from source: unknown 11924 1726884914.64195: calling self._execute() 11924 1726884914.64336: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.64349: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.64370: variable 'omit' from source: magic vars 11924 1726884914.64883: variable '_storage_test_volume_present' from source: set_fact 11924 1726884914.64897: variable 'storage_test_volume' from source: include params 11924 1726884914.65063: 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 11924 1726884914.65067: when evaluation is False, skipping this task 11924 1726884914.65071: _execute() done 11924 1726884914.65073: dumping result to json 11924 1726884914.65075: done dumping result, returning 11924 1726884914.65079: done running TaskExecutor() for managed_node2/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-f4c0-2290-000000002a10] 11924 1726884914.65082: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a10 11924 1726884914.65165: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a10 11924 1726884914.65170: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884914.65248: no more pending results, returning what we have 11924 1726884914.65251: results queue empty 11924 1726884914.65252: checking for any_errors_fatal 11924 1726884914.65264: done checking for any_errors_fatal 11924 1726884914.65265: checking for max_fail_percentage 11924 1726884914.65267: done checking for max_fail_percentage 11924 1726884914.65268: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.65268: done checking to see if all hosts have failed 11924 1726884914.65269: getting the remaining hosts for this loop 11924 1726884914.65271: done getting the remaining hosts for this loop 11924 1726884914.65275: getting the next task for host managed_node2 11924 1726884914.65282: done getting next task for host managed_node2 11924 1726884914.65284: ^ task is: TASK: Verify the current mount state by device 11924 1726884914.65290: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884914.65295: getting variables 11924 1726884914.65296: in VariableManager get_vars() 11924 1726884914.65330: Calling all_inventory to load vars for managed_node2 11924 1726884914.65333: Calling groups_inventory to load vars for managed_node2 11924 1726884914.65335: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.65345: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.65351: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.65354: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.65950: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.66563: done with get_vars() 11924 1726884914.66578: done getting variables 11924 1726884914.66635: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:15:14 -0400 (0:00:00.036) 0:01:20.005 ****** 11924 1726884914.66676: entering _queue_task() for managed_node2/assert 11924 1726884914.66923: worker is 1 (out of 1 available) 11924 1726884914.66935: exiting _queue_task() for managed_node2/assert 11924 1726884914.66949: done queuing things up, now waiting for results queue to drain 11924 1726884914.66950: waiting for pending results... 11924 1726884914.67238: running TaskExecutor() for managed_node2/TASK: Verify the current mount state by device 11924 1726884914.67462: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a11 11924 1726884914.67466: variable 'ansible_search_path' from source: unknown 11924 1726884914.67469: calling self._execute() 11924 1726884914.67567: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.67586: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.67607: variable 'omit' from source: magic vars 11924 1726884914.67970: variable '_storage_test_volume_present' from source: set_fact 11924 1726884914.67984: Evaluated conditional (_storage_test_volume_present): True 11924 1726884914.67996: variable 'omit' from source: magic vars 11924 1726884914.68084: variable 'omit' from source: magic vars 11924 1726884914.68211: variable 'storage_test_volume' from source: include params 11924 1726884914.68262: variable 'omit' from source: magic vars 11924 1726884914.68361: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884914.68364: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884914.68374: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884914.68399: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884914.68416: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884914.68437: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884914.68462: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884914.68504: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884914.68514: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.68596: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.68649: Set connection var ansible_shell_executable to /bin/sh 11924 1726884914.68660: Set connection var ansible_connection to ssh 11924 1726884914.68673: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884914.68683: Set connection var ansible_timeout to 10 11924 1726884914.68694: Set connection var ansible_pipelining to False 11924 1726884914.68706: Set connection var ansible_shell_type to sh 11924 1726884914.68742: variable 'ansible_shell_executable' from source: unknown 11924 1726884914.68822: variable 'ansible_connection' from source: unknown 11924 1726884914.68825: variable 'ansible_module_compression' from source: unknown 11924 1726884914.68828: variable 'ansible_shell_type' from source: unknown 11924 1726884914.68830: variable 'ansible_shell_executable' from source: unknown 11924 1726884914.68832: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.68834: variable 'ansible_pipelining' from source: unknown 11924 1726884914.68836: variable 'ansible_timeout' from source: unknown 11924 1726884914.68838: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.68941: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884914.68964: variable 'omit' from source: magic vars 11924 1726884914.68975: starting attempt loop 11924 1726884914.68983: running the handler 11924 1726884914.69185: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884914.69211: variable 'storage_test_volume' from source: include params 11924 1726884914.69228: variable 'storage_test_mount_expected_mount_point' from source: set_fact 11924 1726884914.69242: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].mountpoint == storage_test_mount_expected_mount_point): True 11924 1726884914.69462: handler run complete 11924 1726884914.69466: attempt loop complete, returning result 11924 1726884914.69468: _execute() done 11924 1726884914.69471: dumping result to json 11924 1726884914.69473: done dumping result, returning 11924 1726884914.69475: done running TaskExecutor() for managed_node2/TASK: Verify the current mount state by device [0affc8a3-6f6f-f4c0-2290-000000002a11] 11924 1726884914.69481: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a11 11924 1726884914.69544: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a11 11924 1726884914.69547: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884914.69594: no more pending results, returning what we have 11924 1726884914.69597: results queue empty 11924 1726884914.69598: checking for any_errors_fatal 11924 1726884914.69605: done checking for any_errors_fatal 11924 1726884914.69606: checking for max_fail_percentage 11924 1726884914.69608: done checking for max_fail_percentage 11924 1726884914.69609: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.69609: done checking to see if all hosts have failed 11924 1726884914.69610: getting the remaining hosts for this loop 11924 1726884914.69612: done getting the remaining hosts for this loop 11924 1726884914.69615: getting the next task for host managed_node2 11924 1726884914.69624: done getting next task for host managed_node2 11924 1726884914.69627: ^ task is: TASK: Verify mount directory user 11924 1726884914.69632: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884914.69637: getting variables 11924 1726884914.69639: in VariableManager get_vars() 11924 1726884914.69674: Calling all_inventory to load vars for managed_node2 11924 1726884914.69677: Calling groups_inventory to load vars for managed_node2 11924 1726884914.69686: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.69698: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.69701: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.69705: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.70627: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.71224: done with get_vars() 11924 1726884914.71238: done getting variables 11924 1726884914.71301: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:14 -0400 (0:00:00.046) 0:01:20.052 ****** 11924 1726884914.71338: entering _queue_task() for managed_node2/assert 11924 1726884914.71624: worker is 1 (out of 1 available) 11924 1726884914.71636: exiting _queue_task() for managed_node2/assert 11924 1726884914.71650: done queuing things up, now waiting for results queue to drain 11924 1726884914.71651: waiting for pending results... 11924 1726884914.71953: running TaskExecutor() for managed_node2/TASK: Verify mount directory user 11924 1726884914.72141: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a12 11924 1726884914.72166: variable 'ansible_search_path' from source: unknown 11924 1726884914.72261: calling self._execute() 11924 1726884914.72340: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.72352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.72370: variable 'omit' from source: magic vars 11924 1726884914.72810: variable '_storage_test_volume_present' from source: set_fact 11924 1726884914.72822: variable 'storage_test_volume' from source: include params 11924 1726884914.72862: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 11924 1726884914.72871: when evaluation is False, skipping this task 11924 1726884914.72879: _execute() done 11924 1726884914.72952: dumping result to json 11924 1726884914.72959: done dumping result, returning 11924 1726884914.72963: done running TaskExecutor() for managed_node2/TASK: Verify mount directory user [0affc8a3-6f6f-f4c0-2290-000000002a12] 11924 1726884914.72966: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a12 11924 1726884914.73042: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a12 11924 1726884914.73045: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884914.73113: no more pending results, returning what we have 11924 1726884914.73118: results queue empty 11924 1726884914.73119: checking for any_errors_fatal 11924 1726884914.73130: done checking for any_errors_fatal 11924 1726884914.73131: checking for max_fail_percentage 11924 1726884914.73133: done checking for max_fail_percentage 11924 1726884914.73134: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.73135: done checking to see if all hosts have failed 11924 1726884914.73135: getting the remaining hosts for this loop 11924 1726884914.73137: done getting the remaining hosts for this loop 11924 1726884914.73141: getting the next task for host managed_node2 11924 1726884914.73152: done getting next task for host managed_node2 11924 1726884914.73159: ^ task is: TASK: Verify mount directory group 11924 1726884914.73167: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884914.73172: getting variables 11924 1726884914.73174: in VariableManager get_vars() 11924 1726884914.73213: Calling all_inventory to load vars for managed_node2 11924 1726884914.73216: Calling groups_inventory to load vars for managed_node2 11924 1726884914.73220: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.73235: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.73242: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.73247: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.74052: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.74731: done with get_vars() 11924 1726884914.74746: done getting variables 11924 1726884914.74807: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:14 -0400 (0:00:00.035) 0:01:20.087 ****** 11924 1726884914.74841: entering _queue_task() for managed_node2/assert 11924 1726884914.75280: worker is 1 (out of 1 available) 11924 1726884914.75289: exiting _queue_task() for managed_node2/assert 11924 1726884914.75300: done queuing things up, now waiting for results queue to drain 11924 1726884914.75301: waiting for pending results... 11924 1726884914.75876: running TaskExecutor() for managed_node2/TASK: Verify mount directory group 11924 1726884914.76011: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a13 11924 1726884914.76031: variable 'ansible_search_path' from source: unknown 11924 1726884914.76140: calling self._execute() 11924 1726884914.76382: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.76409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.76451: variable 'omit' from source: magic vars 11924 1726884914.76882: variable '_storage_test_volume_present' from source: set_fact 11924 1726884914.76895: variable 'storage_test_volume' from source: include params 11924 1726884914.76929: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 11924 1726884914.76939: when evaluation is False, skipping this task 11924 1726884914.76947: _execute() done 11924 1726884914.76954: dumping result to json 11924 1726884914.76965: done dumping result, returning 11924 1726884914.77088: done running TaskExecutor() for managed_node2/TASK: Verify mount directory group [0affc8a3-6f6f-f4c0-2290-000000002a13] 11924 1726884914.77091: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a13 11924 1726884914.77166: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a13 11924 1726884914.77169: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884914.77241: no more pending results, returning what we have 11924 1726884914.77245: results queue empty 11924 1726884914.77246: checking for any_errors_fatal 11924 1726884914.77258: done checking for any_errors_fatal 11924 1726884914.77258: checking for max_fail_percentage 11924 1726884914.77261: done checking for max_fail_percentage 11924 1726884914.77262: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.77262: done checking to see if all hosts have failed 11924 1726884914.77263: getting the remaining hosts for this loop 11924 1726884914.77265: done getting the remaining hosts for this loop 11924 1726884914.77269: getting the next task for host managed_node2 11924 1726884914.77279: done getting next task for host managed_node2 11924 1726884914.77282: ^ task is: TASK: Verify mount directory permissions 11924 1726884914.77290: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884914.77297: getting variables 11924 1726884914.77299: in VariableManager get_vars() 11924 1726884914.77335: Calling all_inventory to load vars for managed_node2 11924 1726884914.77338: Calling groups_inventory to load vars for managed_node2 11924 1726884914.77342: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.77457: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.77463: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.77467: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.78127: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.79309: done with get_vars() 11924 1726884914.79326: done getting variables 11924 1726884914.79383: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:14 -0400 (0:00:00.045) 0:01:20.133 ****** 11924 1726884914.79416: entering _queue_task() for managed_node2/assert 11924 1726884914.79678: worker is 1 (out of 1 available) 11924 1726884914.79689: exiting _queue_task() for managed_node2/assert 11924 1726884914.79703: done queuing things up, now waiting for results queue to drain 11924 1726884914.79705: waiting for pending results... 11924 1726884914.79991: running TaskExecutor() for managed_node2/TASK: Verify mount directory permissions 11924 1726884914.80161: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a14 11924 1726884914.80166: variable 'ansible_search_path' from source: unknown 11924 1726884914.80197: calling self._execute() 11924 1726884914.80326: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.80338: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.80396: variable 'omit' from source: magic vars 11924 1726884914.80773: variable '_storage_test_volume_present' from source: set_fact 11924 1726884914.80784: variable 'storage_test_volume' from source: include params 11924 1726884914.80815: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 11924 1726884914.80822: when evaluation is False, skipping this task 11924 1726884914.80834: _execute() done 11924 1726884914.80841: dumping result to json 11924 1726884914.80848: done dumping result, returning 11924 1726884914.80859: done running TaskExecutor() for managed_node2/TASK: Verify mount directory permissions [0affc8a3-6f6f-f4c0-2290-000000002a14] 11924 1726884914.80939: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a14 11924 1726884914.81011: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a14 11924 1726884914.81014: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884914.81065: no more pending results, returning what we have 11924 1726884914.81069: results queue empty 11924 1726884914.81070: checking for any_errors_fatal 11924 1726884914.81079: done checking for any_errors_fatal 11924 1726884914.81080: checking for max_fail_percentage 11924 1726884914.81082: done checking for max_fail_percentage 11924 1726884914.81083: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.81083: done checking to see if all hosts have failed 11924 1726884914.81084: getting the remaining hosts for this loop 11924 1726884914.81086: done getting the remaining hosts for this loop 11924 1726884914.81090: getting the next task for host managed_node2 11924 1726884914.81099: done getting next task for host managed_node2 11924 1726884914.81102: ^ task is: TASK: Get path of test volume device 11924 1726884914.81109: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884914.81113: getting variables 11924 1726884914.81115: in VariableManager get_vars() 11924 1726884914.81151: Calling all_inventory to load vars for managed_node2 11924 1726884914.81154: Calling groups_inventory to load vars for managed_node2 11924 1726884914.81159: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.81172: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.81176: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.81179: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.81948: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.82736: done with get_vars() 11924 1726884914.82751: done getting variables 11924 1726884914.82810: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:14 -0400 (0:00:00.034) 0:01:20.167 ****** 11924 1726884914.82845: entering _queue_task() for managed_node2/command 11924 1726884914.83521: worker is 1 (out of 1 available) 11924 1726884914.83533: exiting _queue_task() for managed_node2/command 11924 1726884914.83548: done queuing things up, now waiting for results queue to drain 11924 1726884914.83550: waiting for pending results... 11924 1726884914.84180: running TaskExecutor() for managed_node2/TASK: Get path of test volume device 11924 1726884914.84562: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a15 11924 1726884914.84566: variable 'ansible_search_path' from source: unknown 11924 1726884914.84576: calling self._execute() 11924 1726884914.84821: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.84825: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.84835: variable 'omit' from source: magic vars 11924 1726884914.85574: variable 'storage_test_volume' from source: include params 11924 1726884914.85603: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884914.85721: when evaluation is False, skipping this task 11924 1726884914.85724: _execute() done 11924 1726884914.85729: dumping result to json 11924 1726884914.85732: done dumping result, returning 11924 1726884914.85740: done running TaskExecutor() for managed_node2/TASK: Get path of test volume device [0affc8a3-6f6f-f4c0-2290-000000002a15] 11924 1726884914.85745: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a15 11924 1726884914.85843: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a15 11924 1726884914.85846: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884914.85931: no more pending results, returning what we have 11924 1726884914.85935: results queue empty 11924 1726884914.85936: checking for any_errors_fatal 11924 1726884914.85947: done checking for any_errors_fatal 11924 1726884914.85948: checking for max_fail_percentage 11924 1726884914.85949: done checking for max_fail_percentage 11924 1726884914.85950: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.85951: done checking to see if all hosts have failed 11924 1726884914.85952: getting the remaining hosts for this loop 11924 1726884914.85954: done getting the remaining hosts for this loop 11924 1726884914.85960: getting the next task for host managed_node2 11924 1726884914.85969: done getting next task for host managed_node2 11924 1726884914.85972: ^ task is: TASK: Gather swap info 11924 1726884914.85980: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 11924 1726884914.85984: getting variables 11924 1726884914.85985: in VariableManager get_vars() 11924 1726884914.86020: Calling all_inventory to load vars for managed_node2 11924 1726884914.86022: Calling groups_inventory to load vars for managed_node2 11924 1726884914.86025: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.86038: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.86040: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.86043: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.87103: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.88340: done with get_vars() 11924 1726884914.88536: done getting variables 11924 1726884914.88599: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:14 -0400 (0:00:00.057) 0:01:20.225 ****** 11924 1726884914.88636: entering _queue_task() for managed_node2/command 11924 1726884914.89114: worker is 1 (out of 1 available) 11924 1726884914.89125: exiting _queue_task() for managed_node2/command 11924 1726884914.89139: done queuing things up, now waiting for results queue to drain 11924 1726884914.89141: waiting for pending results... 11924 1726884914.89978: running TaskExecutor() for managed_node2/TASK: Gather swap info 11924 1726884914.90277: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a16 11924 1726884914.90293: variable 'ansible_search_path' from source: unknown 11924 1726884914.90328: calling self._execute() 11924 1726884914.90449: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.90454: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.90672: variable 'omit' from source: magic vars 11924 1726884914.91258: variable 'storage_test_volume' from source: include params 11924 1726884914.91392: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884914.91396: when evaluation is False, skipping this task 11924 1726884914.91404: _execute() done 11924 1726884914.91408: dumping result to json 11924 1726884914.91410: done dumping result, returning 11924 1726884914.91413: done running TaskExecutor() for managed_node2/TASK: Gather swap info [0affc8a3-6f6f-f4c0-2290-000000002a16] 11924 1726884914.91419: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a16 11924 1726884914.91766: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a16 11924 1726884914.91769: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884914.91823: no more pending results, returning what we have 11924 1726884914.91827: results queue empty 11924 1726884914.91827: checking for any_errors_fatal 11924 1726884914.91834: done checking for any_errors_fatal 11924 1726884914.91835: checking for max_fail_percentage 11924 1726884914.91836: done checking for max_fail_percentage 11924 1726884914.91837: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.91838: done checking to see if all hosts have failed 11924 1726884914.91838: getting the remaining hosts for this loop 11924 1726884914.91840: done getting the remaining hosts for this loop 11924 1726884914.91843: getting the next task for host managed_node2 11924 1726884914.91852: done getting next task for host managed_node2 11924 1726884914.91854: ^ task is: TASK: Verify swap status 11924 1726884914.91862: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 11924 1726884914.91865: getting variables 11924 1726884914.91867: in VariableManager get_vars() 11924 1726884914.91896: Calling all_inventory to load vars for managed_node2 11924 1726884914.91898: Calling groups_inventory to load vars for managed_node2 11924 1726884914.91901: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.91910: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.91913: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.91915: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.93026: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884914.94111: done with get_vars() 11924 1726884914.94129: done getting variables 11924 1726884914.94195: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:14 -0400 (0:00:00.055) 0:01:20.281 ****** 11924 1726884914.94232: entering _queue_task() for managed_node2/assert 11924 1726884914.94954: worker is 1 (out of 1 available) 11924 1726884914.94969: exiting _queue_task() for managed_node2/assert 11924 1726884914.94984: done queuing things up, now waiting for results queue to drain 11924 1726884914.94985: waiting for pending results... 11924 1726884914.95478: running TaskExecutor() for managed_node2/TASK: Verify swap status 11924 1726884914.95831: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a17 11924 1726884914.95845: variable 'ansible_search_path' from source: unknown 11924 1726884914.95967: calling self._execute() 11924 1726884914.96267: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884914.96274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884914.96285: variable 'omit' from source: magic vars 11924 1726884914.97143: variable 'storage_test_volume' from source: include params 11924 1726884914.97176: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884914.97295: when evaluation is False, skipping this task 11924 1726884914.97299: _execute() done 11924 1726884914.97301: dumping result to json 11924 1726884914.97340: done dumping result, returning 11924 1726884914.97344: done running TaskExecutor() for managed_node2/TASK: Verify swap status [0affc8a3-6f6f-f4c0-2290-000000002a17] 11924 1726884914.97347: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a17 11924 1726884914.97414: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a17 11924 1726884914.97417: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884914.97495: no more pending results, returning what we have 11924 1726884914.97499: results queue empty 11924 1726884914.97499: checking for any_errors_fatal 11924 1726884914.97508: done checking for any_errors_fatal 11924 1726884914.97509: checking for max_fail_percentage 11924 1726884914.97511: done checking for max_fail_percentage 11924 1726884914.97512: checking to see if all hosts have failed and the running result is not ok 11924 1726884914.97512: done checking to see if all hosts have failed 11924 1726884914.97513: getting the remaining hosts for this loop 11924 1726884914.97515: done getting the remaining hosts for this loop 11924 1726884914.97518: getting the next task for host managed_node2 11924 1726884914.97528: done getting next task for host managed_node2 11924 1726884914.97530: ^ task is: TASK: Unset facts 11924 1726884914.97536: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884914.97541: getting variables 11924 1726884914.97543: in VariableManager get_vars() 11924 1726884914.97680: Calling all_inventory to load vars for managed_node2 11924 1726884914.97683: Calling groups_inventory to load vars for managed_node2 11924 1726884914.97686: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884914.97698: Calling all_plugins_play to load vars for managed_node2 11924 1726884914.97701: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884914.97704: Calling groups_plugins_play to load vars for managed_node2 11924 1726884914.99477: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884915.00680: done with get_vars() 11924 1726884915.00698: done getting variables 11924 1726884915.00758: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:15 -0400 (0:00:00.065) 0:01:20.346 ****** 11924 1726884915.00795: entering _queue_task() for managed_node2/set_fact 11924 1726884915.01498: worker is 1 (out of 1 available) 11924 1726884915.01510: exiting _queue_task() for managed_node2/set_fact 11924 1726884915.01523: done queuing things up, now waiting for results queue to drain 11924 1726884915.01525: waiting for pending results... 11924 1726884915.01977: running TaskExecutor() for managed_node2/TASK: Unset facts 11924 1726884915.02219: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a18 11924 1726884915.02232: variable 'ansible_search_path' from source: unknown 11924 1726884915.02266: calling self._execute() 11924 1726884915.02530: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.02533: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.02537: variable 'omit' from source: magic vars 11924 1726884915.02620: variable 'omit' from source: magic vars 11924 1726884915.02962: variable 'omit' from source: magic vars 11924 1726884915.02966: variable 'omit' from source: magic vars 11924 1726884915.02968: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884915.03003: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884915.03028: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884915.03046: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884915.03065: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884915.03160: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884915.03164: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884915.03167: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884915.03170: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.03172: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.03265: Set connection var ansible_shell_executable to /bin/sh 11924 1726884915.03564: Set connection var ansible_connection to ssh 11924 1726884915.03567: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884915.03570: Set connection var ansible_timeout to 10 11924 1726884915.03572: Set connection var ansible_pipelining to False 11924 1726884915.03574: Set connection var ansible_shell_type to sh 11924 1726884915.03577: variable 'ansible_shell_executable' from source: unknown 11924 1726884915.03579: variable 'ansible_connection' from source: unknown 11924 1726884915.03581: variable 'ansible_module_compression' from source: unknown 11924 1726884915.03583: variable 'ansible_shell_type' from source: unknown 11924 1726884915.03585: variable 'ansible_shell_executable' from source: unknown 11924 1726884915.03588: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.03589: variable 'ansible_pipelining' from source: unknown 11924 1726884915.03591: variable 'ansible_timeout' from source: unknown 11924 1726884915.03593: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.03595: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884915.03598: variable 'omit' from source: magic vars 11924 1726884915.03601: starting attempt loop 11924 1726884915.03602: running the handler 11924 1726884915.03605: handler run complete 11924 1726884915.03606: attempt loop complete, returning result 11924 1726884915.03608: _execute() done 11924 1726884915.03611: dumping result to json 11924 1726884915.03613: done dumping result, returning 11924 1726884915.03615: done running TaskExecutor() for managed_node2/TASK: Unset facts [0affc8a3-6f6f-f4c0-2290-000000002a18] 11924 1726884915.03618: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a18 11924 1726884915.03737: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a18 11924 1726884915.03741: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 11924 1726884915.03804: no more pending results, returning what we have 11924 1726884915.03807: results queue empty 11924 1726884915.03808: checking for any_errors_fatal 11924 1726884915.03815: done checking for any_errors_fatal 11924 1726884915.03816: checking for max_fail_percentage 11924 1726884915.03817: done checking for max_fail_percentage 11924 1726884915.03818: checking to see if all hosts have failed and the running result is not ok 11924 1726884915.03819: done checking to see if all hosts have failed 11924 1726884915.03819: getting the remaining hosts for this loop 11924 1726884915.03822: done getting the remaining hosts for this loop 11924 1726884915.03826: getting the next task for host managed_node2 11924 1726884915.03837: done getting next task for host managed_node2 11924 1726884915.03841: ^ task is: TASK: Set some variables for fstab checking 11924 1726884915.03849: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884915.03854: getting variables 11924 1726884915.03858: in VariableManager get_vars() 11924 1726884915.03892: Calling all_inventory to load vars for managed_node2 11924 1726884915.03894: Calling groups_inventory to load vars for managed_node2 11924 1726884915.03897: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884915.03907: Calling all_plugins_play to load vars for managed_node2 11924 1726884915.03910: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884915.03912: Calling groups_plugins_play to load vars for managed_node2 11924 1726884915.05178: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884915.06202: done with get_vars() 11924 1726884915.06216: done getting variables 11924 1726884915.06478: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:15 -0400 (0:00:00.057) 0:01:20.404 ****** 11924 1726884915.06514: entering _queue_task() for managed_node2/set_fact 11924 1726884915.07010: worker is 1 (out of 1 available) 11924 1726884915.07022: exiting _queue_task() for managed_node2/set_fact 11924 1726884915.07036: done queuing things up, now waiting for results queue to drain 11924 1726884915.07038: waiting for pending results... 11924 1726884915.07590: running TaskExecutor() for managed_node2/TASK: Set some variables for fstab checking 11924 1726884915.07854: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a1c 11924 1726884915.07981: variable 'ansible_search_path' from source: unknown 11924 1726884915.08024: calling self._execute() 11924 1726884915.08318: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.08370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.08386: variable 'omit' from source: magic vars 11924 1726884915.08837: variable 'omit' from source: magic vars 11924 1726884915.08841: variable 'omit' from source: magic vars 11924 1726884915.10261: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884915.13995: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884915.14092: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884915.14144: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884915.14190: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884915.14230: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884915.14323: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884915.14368: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884915.14404: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884915.14457: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884915.14477: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884915.14530: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884915.14565: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884915.14594: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884915.14640: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884915.14665: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884915.14739: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884915.14774: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884915.14806: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884915.14848: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884915.14879: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884915.15047: variable 'storage_test_fstab' from source: set_fact 11924 1726884915.15096: variable 'storage_test_volume' from source: include params 11924 1726884915.15211: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884915.15386: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884915.15433: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884915.15532: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884915.15536: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884915.15552: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884915.15581: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884915.15613: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884915.15648: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884915.15918: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884915.15948: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884915.15984: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884915.16030: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884915.16050: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884915.16276: variable '__mount_point' from source: task vars 11924 1726884915.16394: variable 'storage_test_volume' from source: include params 11924 1726884915.16404: variable 'storage_test_fstab' from source: set_fact 11924 1726884915.16829: variable '_storage_test_volume_present' from source: set_fact 11924 1726884915.16832: variable '__mount_point' from source: task vars 11924 1726884915.16835: variable 'storage_test_volume' from source: include params 11924 1726884915.16837: variable 'storage_test_volume' from source: include params 11924 1726884915.17014: variable '_storage_test_volume_present' from source: set_fact 11924 1726884915.17026: variable '__mount_point' from source: task vars 11924 1726884915.17107: variable 'storage_test_volume' from source: include params 11924 1726884915.17504: variable '__mount_options' from source: task vars 11924 1726884915.17586: variable 'storage_test_volume' from source: include params 11924 1726884915.17611: variable '__mount_point' from source: task vars 11924 1726884915.17682: variable 'storage_test_volume' from source: include params 11924 1726884915.17710: variable 'storage_test_fstab' from source: set_fact 11924 1726884915.17723: variable '__pattern' from source: task vars 11924 1726884915.18132: variable '__mount_point' from source: task vars 11924 1726884915.18135: variable 'storage_test_volume' from source: include params 11924 1726884915.18138: variable '__mount_options' from source: task vars 11924 1726884915.18139: variable 'storage_test_volume' from source: include params 11924 1726884915.18286: variable '_storage_test_volume_present' from source: set_fact 11924 1726884915.18463: variable '__mount_options' from source: task vars 11924 1726884915.18541: variable 'storage_test_volume' from source: include params 11924 1726884915.18577: variable 'omit' from source: magic vars 11924 1726884915.18686: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884915.18720: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884915.18786: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884915.18809: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884915.18873: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884915.18900: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884915.18924: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884915.19019: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884915.19026: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.19033: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.19537: Set connection var ansible_shell_executable to /bin/sh 11924 1726884915.19540: Set connection var ansible_connection to ssh 11924 1726884915.19543: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884915.19545: Set connection var ansible_timeout to 10 11924 1726884915.19547: Set connection var ansible_pipelining to False 11924 1726884915.19549: Set connection var ansible_shell_type to sh 11924 1726884915.19551: variable 'ansible_shell_executable' from source: unknown 11924 1726884915.19553: variable 'ansible_connection' from source: unknown 11924 1726884915.19554: variable 'ansible_module_compression' from source: unknown 11924 1726884915.19558: variable 'ansible_shell_type' from source: unknown 11924 1726884915.19560: variable 'ansible_shell_executable' from source: unknown 11924 1726884915.19562: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.19564: variable 'ansible_pipelining' from source: unknown 11924 1726884915.19566: variable 'ansible_timeout' from source: unknown 11924 1726884915.19567: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.19647: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884915.19667: variable 'omit' from source: magic vars 11924 1726884915.19679: starting attempt loop 11924 1726884915.19686: running the handler 11924 1726884915.19710: handler run complete 11924 1726884915.19725: attempt loop complete, returning result 11924 1726884915.19739: _execute() done 11924 1726884915.19753: dumping result to json 11924 1726884915.19764: done dumping result, returning 11924 1726884915.19775: done running TaskExecutor() for managed_node2/TASK: Set some variables for fstab checking [0affc8a3-6f6f-f4c0-2290-000000002a1c] 11924 1726884915.19784: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a1c ok: [managed_node2] => { "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=0f3fb490-f569-46ef-8fef-9eeb08e031a3 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } 11924 1726884915.19979: no more pending results, returning what we have 11924 1726884915.19983: results queue empty 11924 1726884915.19983: checking for any_errors_fatal 11924 1726884915.19991: done checking for any_errors_fatal 11924 1726884915.19992: checking for max_fail_percentage 11924 1726884915.19994: done checking for max_fail_percentage 11924 1726884915.19995: checking to see if all hosts have failed and the running result is not ok 11924 1726884915.19995: done checking to see if all hosts have failed 11924 1726884915.19996: getting the remaining hosts for this loop 11924 1726884915.19998: done getting the remaining hosts for this loop 11924 1726884915.20002: getting the next task for host managed_node2 11924 1726884915.20010: done getting next task for host managed_node2 11924 1726884915.20013: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 11924 1726884915.20019: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884915.20027: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a1c 11924 1726884915.20036: getting variables 11924 1726884915.20040: in VariableManager get_vars() 11924 1726884915.20076: Calling all_inventory to load vars for managed_node2 11924 1726884915.20079: Calling groups_inventory to load vars for managed_node2 11924 1726884915.20082: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884915.20093: Calling all_plugins_play to load vars for managed_node2 11924 1726884915.20097: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884915.20099: Calling groups_plugins_play to load vars for managed_node2 11924 1726884915.21312: WORKER PROCESS EXITING 11924 1726884915.21359: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884915.23189: done with get_vars() 11924 1726884915.23204: done getting variables 11924 1726884915.23258: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:15 -0400 (0:00:00.167) 0:01:20.571 ****** 11924 1726884915.23292: entering _queue_task() for managed_node2/assert 11924 1726884915.24092: worker is 1 (out of 1 available) 11924 1726884915.24106: exiting _queue_task() for managed_node2/assert 11924 1726884915.24120: done queuing things up, now waiting for results queue to drain 11924 1726884915.24122: waiting for pending results... 11924 1726884915.24673: running TaskExecutor() for managed_node2/TASK: Verify that the device identifier appears in /etc/fstab 11924 1726884915.24700: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a1d 11924 1726884915.25061: variable 'ansible_search_path' from source: unknown 11924 1726884915.25064: calling self._execute() 11924 1726884915.25067: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.25069: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.25071: variable 'omit' from source: magic vars 11924 1726884915.25843: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884915.30228: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884915.30739: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884915.30782: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884915.30995: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884915.31360: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884915.31364: variable '_storage_test_volume_present' from source: set_fact 11924 1726884915.31366: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884915.31369: variable 'omit' from source: magic vars 11924 1726884915.31775: variable 'omit' from source: magic vars 11924 1726884915.31814: variable 'omit' from source: magic vars 11924 1726884915.31843: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884915.31877: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884915.31905: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884915.31928: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884915.31945: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884915.32360: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884915.32364: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884915.32366: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884915.32368: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.32370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.32372: Set connection var ansible_shell_executable to /bin/sh 11924 1726884915.32379: Set connection var ansible_connection to ssh 11924 1726884915.32381: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884915.32383: Set connection var ansible_timeout to 10 11924 1726884915.32385: Set connection var ansible_pipelining to False 11924 1726884915.32389: Set connection var ansible_shell_type to sh 11924 1726884915.32588: variable 'ansible_shell_executable' from source: unknown 11924 1726884915.32600: variable 'ansible_connection' from source: unknown 11924 1726884915.32611: variable 'ansible_module_compression' from source: unknown 11924 1726884915.32618: variable 'ansible_shell_type' from source: unknown 11924 1726884915.32626: variable 'ansible_shell_executable' from source: unknown 11924 1726884915.32633: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.32640: variable 'ansible_pipelining' from source: unknown 11924 1726884915.32646: variable 'ansible_timeout' from source: unknown 11924 1726884915.32654: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.32768: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884915.33159: variable 'omit' from source: magic vars 11924 1726884915.33162: starting attempt loop 11924 1726884915.33164: running the handler 11924 1726884915.33166: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884915.33374: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884915.33404: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884915.33443: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884915.33462: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884915.33517: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884915.33546: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884915.33577: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884915.33799: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884915.33822: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884915.33923: variable 'storage_test_fstab_id_matches' from source: set_fact 11924 1726884915.33935: variable 'storage_test_fstab_expected_id_matches' from source: set_fact 11924 1726884915.33961: Evaluated conditional (storage_test_fstab_id_matches | length == storage_test_fstab_expected_id_matches | int): True 11924 1726884915.34359: handler run complete 11924 1726884915.34363: attempt loop complete, returning result 11924 1726884915.34365: _execute() done 11924 1726884915.34367: dumping result to json 11924 1726884915.34369: done dumping result, returning 11924 1726884915.34370: done running TaskExecutor() for managed_node2/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-f4c0-2290-000000002a1d] 11924 1726884915.34372: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a1d 11924 1726884915.34439: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a1d 11924 1726884915.34442: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884915.34666: no more pending results, returning what we have 11924 1726884915.34670: results queue empty 11924 1726884915.34671: checking for any_errors_fatal 11924 1726884915.34680: done checking for any_errors_fatal 11924 1726884915.34680: checking for max_fail_percentage 11924 1726884915.34683: done checking for max_fail_percentage 11924 1726884915.34684: checking to see if all hosts have failed and the running result is not ok 11924 1726884915.34684: done checking to see if all hosts have failed 11924 1726884915.34685: getting the remaining hosts for this loop 11924 1726884915.34687: done getting the remaining hosts for this loop 11924 1726884915.34690: getting the next task for host managed_node2 11924 1726884915.34698: done getting next task for host managed_node2 11924 1726884915.34700: ^ task is: TASK: Verify the fstab mount point 11924 1726884915.34706: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884915.34710: getting variables 11924 1726884915.34712: in VariableManager get_vars() 11924 1726884915.34742: Calling all_inventory to load vars for managed_node2 11924 1726884915.34745: Calling groups_inventory to load vars for managed_node2 11924 1726884915.34748: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884915.34758: Calling all_plugins_play to load vars for managed_node2 11924 1726884915.34761: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884915.34764: Calling groups_plugins_play to load vars for managed_node2 11924 1726884915.36034: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884915.37291: done with get_vars() 11924 1726884915.37312: done getting variables 11924 1726884915.37585: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:15:15 -0400 (0:00:00.143) 0:01:20.715 ****** 11924 1726884915.37623: entering _queue_task() for managed_node2/assert 11924 1726884915.38390: worker is 1 (out of 1 available) 11924 1726884915.38399: exiting _queue_task() for managed_node2/assert 11924 1726884915.38411: done queuing things up, now waiting for results queue to drain 11924 1726884915.38412: waiting for pending results... 11924 1726884915.38640: running TaskExecutor() for managed_node2/TASK: Verify the fstab mount point 11924 1726884915.39038: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a1e 11924 1726884915.39108: variable 'ansible_search_path' from source: unknown 11924 1726884915.39150: calling self._execute() 11924 1726884915.39491: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.39503: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.39520: variable 'omit' from source: magic vars 11924 1726884915.39748: variable 'omit' from source: magic vars 11924 1726884915.39824: variable 'omit' from source: magic vars 11924 1726884915.40420: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 11924 1726884915.40517: variable 'storage_test_volume' from source: include params 11924 1726884915.40578: variable 'omit' from source: magic vars 11924 1726884915.40662: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884915.40765: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884915.40859: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884915.40884: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884915.40904: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884915.40963: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884915.40986: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884915.41085: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884915.41095: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.41103: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.41341: Set connection var ansible_shell_executable to /bin/sh 11924 1726884915.41560: Set connection var ansible_connection to ssh 11924 1726884915.41563: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884915.41565: Set connection var ansible_timeout to 10 11924 1726884915.41568: Set connection var ansible_pipelining to False 11924 1726884915.41569: Set connection var ansible_shell_type to sh 11924 1726884915.41571: variable 'ansible_shell_executable' from source: unknown 11924 1726884915.41574: variable 'ansible_connection' from source: unknown 11924 1726884915.41576: variable 'ansible_module_compression' from source: unknown 11924 1726884915.41578: variable 'ansible_shell_type' from source: unknown 11924 1726884915.41579: variable 'ansible_shell_executable' from source: unknown 11924 1726884915.41596: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.41599: variable 'ansible_pipelining' from source: unknown 11924 1726884915.41606: variable 'ansible_timeout' from source: unknown 11924 1726884915.41615: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.41925: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884915.41945: variable 'omit' from source: magic vars 11924 1726884915.41957: starting attempt loop 11924 1726884915.42141: running the handler 11924 1726884915.42324: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884915.46759: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884915.46962: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884915.46966: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884915.47240: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884915.47243: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884915.47370: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884915.47405: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884915.47437: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884915.47491: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884915.47512: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884915.47574: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884915.47602: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884915.47630: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884915.47680: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884915.47699: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884915.47821: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 11924 1726884915.47833: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 11924 1726884915.47852: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 11924 1726884915.47867: handler run complete 11924 1726884915.47891: attempt loop complete, returning result 11924 1726884915.47898: _execute() done 11924 1726884915.47904: dumping result to json 11924 1726884915.47911: done dumping result, returning 11924 1726884915.47923: done running TaskExecutor() for managed_node2/TASK: Verify the fstab mount point [0affc8a3-6f6f-f4c0-2290-000000002a1e] 11924 1726884915.47932: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a1e 11924 1726884915.48263: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a1e 11924 1726884915.48267: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884915.48320: no more pending results, returning what we have 11924 1726884915.48323: results queue empty 11924 1726884915.48324: checking for any_errors_fatal 11924 1726884915.48330: done checking for any_errors_fatal 11924 1726884915.48331: checking for max_fail_percentage 11924 1726884915.48333: done checking for max_fail_percentage 11924 1726884915.48334: checking to see if all hosts have failed and the running result is not ok 11924 1726884915.48335: done checking to see if all hosts have failed 11924 1726884915.48336: getting the remaining hosts for this loop 11924 1726884915.48338: done getting the remaining hosts for this loop 11924 1726884915.48342: getting the next task for host managed_node2 11924 1726884915.48350: done getting next task for host managed_node2 11924 1726884915.48353: ^ task is: TASK: Verify mount_options 11924 1726884915.48361: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884915.48365: getting variables 11924 1726884915.48367: in VariableManager get_vars() 11924 1726884915.48403: Calling all_inventory to load vars for managed_node2 11924 1726884915.48406: Calling groups_inventory to load vars for managed_node2 11924 1726884915.48409: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884915.48420: Calling all_plugins_play to load vars for managed_node2 11924 1726884915.48423: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884915.48426: Calling groups_plugins_play to load vars for managed_node2 11924 1726884915.49111: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884915.49727: done with get_vars() 11924 1726884915.49743: done getting variables 11924 1726884915.49801: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:15 -0400 (0:00:00.122) 0:01:20.837 ****** 11924 1726884915.49831: entering _queue_task() for managed_node2/assert 11924 1726884915.50117: worker is 1 (out of 1 available) 11924 1726884915.50130: exiting _queue_task() for managed_node2/assert 11924 1726884915.50143: done queuing things up, now waiting for results queue to drain 11924 1726884915.50145: waiting for pending results... 11924 1726884915.50445: running TaskExecutor() for managed_node2/TASK: Verify mount_options 11924 1726884915.50613: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a1f 11924 1726884915.50634: variable 'ansible_search_path' from source: unknown 11924 1726884915.50674: calling self._execute() 11924 1726884915.50804: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.50816: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.50830: variable 'omit' from source: magic vars 11924 1726884915.51209: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884915.53530: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884915.54463: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884915.54468: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884915.54471: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884915.54499: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884915.54885: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884915.54891: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884915.54894: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884915.54942: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884915.54976: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884915.55226: Evaluated conditional (__storage_verify_mount_options | d(false)): False 11924 1726884915.55305: when evaluation is False, skipping this task 11924 1726884915.55314: _execute() done 11924 1726884915.55324: dumping result to json 11924 1726884915.55334: done dumping result, returning 11924 1726884915.55346: done running TaskExecutor() for managed_node2/TASK: Verify mount_options [0affc8a3-6f6f-f4c0-2290-000000002a1f] 11924 1726884915.55362: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a1f 11924 1726884915.55709: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a1f 11924 1726884915.55712: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 11924 1726884915.55786: no more pending results, returning what we have 11924 1726884915.55790: results queue empty 11924 1726884915.55791: checking for any_errors_fatal 11924 1726884915.55800: done checking for any_errors_fatal 11924 1726884915.55800: checking for max_fail_percentage 11924 1726884915.55803: done checking for max_fail_percentage 11924 1726884915.55804: checking to see if all hosts have failed and the running result is not ok 11924 1726884915.55804: done checking to see if all hosts have failed 11924 1726884915.55805: getting the remaining hosts for this loop 11924 1726884915.55808: done getting the remaining hosts for this loop 11924 1726884915.55812: getting the next task for host managed_node2 11924 1726884915.55821: done getting next task for host managed_node2 11924 1726884915.55824: ^ task is: TASK: Verify fingerprint 11924 1726884915.55831: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884915.55835: getting variables 11924 1726884915.55837: in VariableManager get_vars() 11924 1726884915.56008: Calling all_inventory to load vars for managed_node2 11924 1726884915.56011: Calling groups_inventory to load vars for managed_node2 11924 1726884915.56015: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884915.56308: Calling all_plugins_play to load vars for managed_node2 11924 1726884915.56313: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884915.56317: Calling groups_plugins_play to load vars for managed_node2 11924 1726884915.58466: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884915.59981: done with get_vars() 11924 1726884915.60005: done getting variables 11924 1726884915.60121: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Friday 20 September 2024 22:15:15 -0400 (0:00:00.103) 0:01:20.940 ****** 11924 1726884915.60186: entering _queue_task() for managed_node2/assert 11924 1726884915.61019: worker is 1 (out of 1 available) 11924 1726884915.61033: exiting _queue_task() for managed_node2/assert 11924 1726884915.61049: done queuing things up, now waiting for results queue to drain 11924 1726884915.61051: waiting for pending results... 11924 1726884915.61851: running TaskExecutor() for managed_node2/TASK: Verify fingerprint 11924 1726884915.62399: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a20 11924 1726884915.62466: variable 'ansible_search_path' from source: unknown 11924 1726884915.62473: calling self._execute() 11924 1726884915.62978: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.62981: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.62993: variable 'omit' from source: magic vars 11924 1726884915.63101: variable 'omit' from source: magic vars 11924 1726884915.63580: variable 'omit' from source: magic vars 11924 1726884915.63620: variable 'omit' from source: magic vars 11924 1726884915.63671: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884915.63781: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884915.63785: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884915.63788: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884915.63790: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884915.64170: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884915.64187: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884915.64218: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884915.64222: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.64225: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.64348: Set connection var ansible_shell_executable to /bin/sh 11924 1726884915.64351: Set connection var ansible_connection to ssh 11924 1726884915.64354: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884915.64864: Set connection var ansible_timeout to 10 11924 1726884915.64867: Set connection var ansible_pipelining to False 11924 1726884915.64870: Set connection var ansible_shell_type to sh 11924 1726884915.64872: variable 'ansible_shell_executable' from source: unknown 11924 1726884915.64875: variable 'ansible_connection' from source: unknown 11924 1726884915.64877: variable 'ansible_module_compression' from source: unknown 11924 1726884915.64879: variable 'ansible_shell_type' from source: unknown 11924 1726884915.64881: variable 'ansible_shell_executable' from source: unknown 11924 1726884915.64883: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.64885: variable 'ansible_pipelining' from source: unknown 11924 1726884915.64887: variable 'ansible_timeout' from source: unknown 11924 1726884915.64889: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.65332: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884915.65337: variable 'omit' from source: magic vars 11924 1726884915.65340: starting attempt loop 11924 1726884915.65342: running the handler 11924 1726884915.65993: variable '__fingerprint' from source: task vars 11924 1726884915.65999: variable 'storage_test_fstab' from source: set_fact 11924 1726884915.66001: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 11924 1726884915.66004: handler run complete 11924 1726884915.66006: attempt loop complete, returning result 11924 1726884915.66008: _execute() done 11924 1726884915.66012: dumping result to json 11924 1726884915.66014: done dumping result, returning 11924 1726884915.66017: done running TaskExecutor() for managed_node2/TASK: Verify fingerprint [0affc8a3-6f6f-f4c0-2290-000000002a20] 11924 1726884915.66018: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a20 ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884915.66217: no more pending results, returning what we have 11924 1726884915.66221: results queue empty 11924 1726884915.66222: checking for any_errors_fatal 11924 1726884915.66231: done checking for any_errors_fatal 11924 1726884915.66232: checking for max_fail_percentage 11924 1726884915.66234: done checking for max_fail_percentage 11924 1726884915.66235: checking to see if all hosts have failed and the running result is not ok 11924 1726884915.66236: done checking to see if all hosts have failed 11924 1726884915.66236: getting the remaining hosts for this loop 11924 1726884915.66239: done getting the remaining hosts for this loop 11924 1726884915.66243: getting the next task for host managed_node2 11924 1726884915.66262: done getting next task for host managed_node2 11924 1726884915.66265: ^ task is: TASK: Clean up variables 11924 1726884915.66272: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884915.66277: getting variables 11924 1726884915.66279: in VariableManager get_vars() 11924 1726884915.66318: Calling all_inventory to load vars for managed_node2 11924 1726884915.66320: Calling groups_inventory to load vars for managed_node2 11924 1726884915.66324: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884915.66334: Calling all_plugins_play to load vars for managed_node2 11924 1726884915.66337: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884915.66339: Calling groups_plugins_play to load vars for managed_node2 11924 1726884915.67560: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a20 11924 1726884915.67565: WORKER PROCESS EXITING 11924 1726884915.70759: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884915.72419: done with get_vars() 11924 1726884915.72469: done getting variables 11924 1726884915.72659: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:15 -0400 (0:00:00.125) 0:01:21.066 ****** 11924 1726884915.72740: entering _queue_task() for managed_node2/set_fact 11924 1726884915.73613: worker is 1 (out of 1 available) 11924 1726884915.73623: exiting _queue_task() for managed_node2/set_fact 11924 1726884915.73642: done queuing things up, now waiting for results queue to drain 11924 1726884915.73644: waiting for pending results... 11924 1726884915.74207: running TaskExecutor() for managed_node2/TASK: Clean up variables 11924 1726884915.74706: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a21 11924 1726884915.74711: variable 'ansible_search_path' from source: unknown 11924 1726884915.74868: calling self._execute() 11924 1726884915.75384: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.75389: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.75395: variable 'omit' from source: magic vars 11924 1726884915.75635: variable 'omit' from source: magic vars 11924 1726884915.76020: variable 'omit' from source: magic vars 11924 1726884915.76264: variable 'omit' from source: magic vars 11924 1726884915.76301: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884915.76513: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884915.76553: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884915.76687: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884915.76713: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884915.76754: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884915.76919: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884915.77093: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884915.77114: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.77123: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.77596: Set connection var ansible_shell_executable to /bin/sh 11924 1726884915.77600: Set connection var ansible_connection to ssh 11924 1726884915.77603: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884915.77621: Set connection var ansible_timeout to 10 11924 1726884915.77745: Set connection var ansible_pipelining to False 11924 1726884915.77748: Set connection var ansible_shell_type to sh 11924 1726884915.77923: variable 'ansible_shell_executable' from source: unknown 11924 1726884915.77929: variable 'ansible_connection' from source: unknown 11924 1726884915.77932: variable 'ansible_module_compression' from source: unknown 11924 1726884915.77936: variable 'ansible_shell_type' from source: unknown 11924 1726884915.77940: variable 'ansible_shell_executable' from source: unknown 11924 1726884915.77943: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.77945: variable 'ansible_pipelining' from source: unknown 11924 1726884915.77947: variable 'ansible_timeout' from source: unknown 11924 1726884915.77949: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.78837: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884915.78842: variable 'omit' from source: magic vars 11924 1726884915.78847: starting attempt loop 11924 1726884915.78850: running the handler 11924 1726884915.78852: handler run complete 11924 1726884915.78854: attempt loop complete, returning result 11924 1726884915.78858: _execute() done 11924 1726884915.78861: dumping result to json 11924 1726884915.78863: done dumping result, returning 11924 1726884915.78945: done running TaskExecutor() for managed_node2/TASK: Clean up variables [0affc8a3-6f6f-f4c0-2290-000000002a21] 11924 1726884915.78949: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a21 ok: [managed_node2] => { "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 } 11924 1726884915.79485: no more pending results, returning what we have 11924 1726884915.79488: results queue empty 11924 1726884915.79491: checking for any_errors_fatal 11924 1726884915.79512: done checking for any_errors_fatal 11924 1726884915.79513: checking for max_fail_percentage 11924 1726884915.79516: done checking for max_fail_percentage 11924 1726884915.79517: checking to see if all hosts have failed and the running result is not ok 11924 1726884915.79519: done checking to see if all hosts have failed 11924 1726884915.79519: getting the remaining hosts for this loop 11924 1726884915.79522: done getting the remaining hosts for this loop 11924 1726884915.79527: getting the next task for host managed_node2 11924 1726884915.79545: done getting next task for host managed_node2 11924 1726884915.79550: ^ task is: TASK: Verify fs type 11924 1726884915.79560: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884915.79566: getting variables 11924 1726884915.79571: in VariableManager get_vars() 11924 1726884915.79628: Calling all_inventory to load vars for managed_node2 11924 1726884915.79634: Calling groups_inventory to load vars for managed_node2 11924 1726884915.79638: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884915.80188: Calling all_plugins_play to load vars for managed_node2 11924 1726884915.80193: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884915.80199: Calling groups_plugins_play to load vars for managed_node2 11924 1726884915.80880: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a21 11924 1726884915.80884: WORKER PROCESS EXITING 11924 1726884915.81064: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884915.81725: done with get_vars() 11924 1726884915.81742: done getting variables 11924 1726884915.81804: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:15 -0400 (0:00:00.091) 0:01:21.157 ****** 11924 1726884915.81841: entering _queue_task() for managed_node2/assert 11924 1726884915.82151: worker is 1 (out of 1 available) 11924 1726884915.82365: exiting _queue_task() for managed_node2/assert 11924 1726884915.82378: done queuing things up, now waiting for results queue to drain 11924 1726884915.82380: waiting for pending results... 11924 1726884915.82485: running TaskExecutor() for managed_node2/TASK: Verify fs type 11924 1726884915.82768: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a25 11924 1726884915.82787: variable 'ansible_search_path' from source: unknown 11924 1726884915.82858: calling self._execute() 11924 1726884915.83050: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.83169: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.83184: variable 'omit' from source: magic vars 11924 1726884915.84050: variable 'storage_test_volume' from source: include params 11924 1726884915.84096: Evaluated conditional (storage_test_volume.type != "stratis"): True 11924 1726884915.84242: variable 'storage_test_volume' from source: include params 11924 1726884915.84408: Evaluated conditional (storage_test_volume.fs_type): True 11924 1726884915.84720: variable '_storage_test_volume_present' from source: set_fact 11924 1726884915.84723: Evaluated conditional (_storage_test_volume_present): True 11924 1726884915.84725: variable 'omit' from source: magic vars 11924 1726884915.84728: variable 'omit' from source: magic vars 11924 1726884915.85088: variable 'omit' from source: magic vars 11924 1726884915.85200: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884915.85300: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884915.85330: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884915.85388: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884915.85447: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884915.85496: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884915.85533: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884915.85714: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884915.85718: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.85720: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.85878: Set connection var ansible_shell_executable to /bin/sh 11924 1726884915.86061: Set connection var ansible_connection to ssh 11924 1726884915.86064: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884915.86067: Set connection var ansible_timeout to 10 11924 1726884915.86069: Set connection var ansible_pipelining to False 11924 1726884915.86071: Set connection var ansible_shell_type to sh 11924 1726884915.86172: variable 'ansible_shell_executable' from source: unknown 11924 1726884915.86175: variable 'ansible_connection' from source: unknown 11924 1726884915.86248: variable 'ansible_module_compression' from source: unknown 11924 1726884915.86251: variable 'ansible_shell_type' from source: unknown 11924 1726884915.86254: variable 'ansible_shell_executable' from source: unknown 11924 1726884915.86499: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.86506: variable 'ansible_pipelining' from source: unknown 11924 1726884915.86508: variable 'ansible_timeout' from source: unknown 11924 1726884915.86511: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.86513: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884915.86556: variable 'omit' from source: magic vars 11924 1726884915.86560: starting attempt loop 11924 1726884915.86562: running the handler 11924 1726884915.87321: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884915.90563: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884915.90568: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884915.90579: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884915.90808: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884915.90811: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884915.90913: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884915.91067: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884915.91091: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884915.91134: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884915.91188: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884915.91424: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884915.91446: variable 'storage_test_volume' from source: include params 11924 1726884915.91469: 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 11924 1726884915.91473: handler run complete 11924 1726884915.91493: attempt loop complete, returning result 11924 1726884915.91497: _execute() done 11924 1726884915.91500: dumping result to json 11924 1726884915.91502: done dumping result, returning 11924 1726884915.91660: done running TaskExecutor() for managed_node2/TASK: Verify fs type [0affc8a3-6f6f-f4c0-2290-000000002a25] 11924 1726884915.91663: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a25 11924 1726884915.91733: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a25 11924 1726884915.91737: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884915.91785: no more pending results, returning what we have 11924 1726884915.91789: results queue empty 11924 1726884915.91789: checking for any_errors_fatal 11924 1726884915.91798: done checking for any_errors_fatal 11924 1726884915.91799: checking for max_fail_percentage 11924 1726884915.91804: done checking for max_fail_percentage 11924 1726884915.91805: checking to see if all hosts have failed and the running result is not ok 11924 1726884915.91805: done checking to see if all hosts have failed 11924 1726884915.91806: getting the remaining hosts for this loop 11924 1726884915.91808: done getting the remaining hosts for this loop 11924 1726884915.91811: getting the next task for host managed_node2 11924 1726884915.91826: done getting next task for host managed_node2 11924 1726884915.91829: ^ task is: TASK: Verify fs label 11924 1726884915.91835: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884915.91840: getting variables 11924 1726884915.91841: in VariableManager get_vars() 11924 1726884915.91878: Calling all_inventory to load vars for managed_node2 11924 1726884915.91881: Calling groups_inventory to load vars for managed_node2 11924 1726884915.91885: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884915.91896: Calling all_plugins_play to load vars for managed_node2 11924 1726884915.91899: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884915.91906: Calling groups_plugins_play to load vars for managed_node2 11924 1726884915.92683: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884915.93646: done with get_vars() 11924 1726884915.93698: done getting variables 11924 1726884915.93910: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:15 -0400 (0:00:00.121) 0:01:21.278 ****** 11924 1726884915.93946: entering _queue_task() for managed_node2/assert 11924 1726884915.94551: worker is 1 (out of 1 available) 11924 1726884915.94781: exiting _queue_task() for managed_node2/assert 11924 1726884915.94793: done queuing things up, now waiting for results queue to drain 11924 1726884915.94795: waiting for pending results... 11924 1726884915.95473: running TaskExecutor() for managed_node2/TASK: Verify fs label 11924 1726884915.95479: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a26 11924 1726884915.95662: variable 'ansible_search_path' from source: unknown 11924 1726884915.95666: calling self._execute() 11924 1726884915.95836: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884915.95840: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884915.95861: variable 'omit' from source: magic vars 11924 1726884915.96804: variable 'storage_test_volume' from source: include params 11924 1726884915.96840: Evaluated conditional (storage_test_volume.type != "stratis"): True 11924 1726884915.97238: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884916.02483: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884916.02836: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884916.02874: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884916.02910: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884916.03269: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884916.03359: variable '_storage_test_volume_present' from source: set_fact 11924 1726884916.03471: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884916.03871: variable 'storage_test_volume' from source: include params 11924 1726884916.03887: Evaluated conditional (storage_test_volume.fs_type != "gfs2"): True 11924 1726884916.03894: variable 'omit' from source: magic vars 11924 1726884916.04191: variable 'omit' from source: magic vars 11924 1726884916.05070: variable 'storage_test_volume' from source: include params 11924 1726884916.05073: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884916.05361: variable 'omit' from source: magic vars 11924 1726884916.05364: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884916.05367: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884916.05369: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884916.05483: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884916.05592: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884916.05596: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884916.05599: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884916.05764: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884916.05767: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.05772: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.06009: Set connection var ansible_shell_executable to /bin/sh 11924 1726884916.06012: Set connection var ansible_connection to ssh 11924 1726884916.06018: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884916.06024: Set connection var ansible_timeout to 10 11924 1726884916.06031: Set connection var ansible_pipelining to False 11924 1726884916.06036: Set connection var ansible_shell_type to sh 11924 1726884916.06363: variable 'ansible_shell_executable' from source: unknown 11924 1726884916.06366: variable 'ansible_connection' from source: unknown 11924 1726884916.06368: variable 'ansible_module_compression' from source: unknown 11924 1726884916.06370: variable 'ansible_shell_type' from source: unknown 11924 1726884916.06373: variable 'ansible_shell_executable' from source: unknown 11924 1726884916.06374: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.06376: variable 'ansible_pipelining' from source: unknown 11924 1726884916.06378: variable 'ansible_timeout' from source: unknown 11924 1726884916.06380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.06431: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884916.06441: variable 'omit' from source: magic vars 11924 1726884916.06447: starting attempt loop 11924 1726884916.06450: running the handler 11924 1726884916.06927: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884916.06943: variable 'storage_test_volume' from source: include params 11924 1726884916.06959: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].label == storage_test_volume.fs_label): True 11924 1726884916.06966: handler run complete 11924 1726884916.06980: attempt loop complete, returning result 11924 1726884916.06983: _execute() done 11924 1726884916.06985: dumping result to json 11924 1726884916.06988: done dumping result, returning 11924 1726884916.06996: done running TaskExecutor() for managed_node2/TASK: Verify fs label [0affc8a3-6f6f-f4c0-2290-000000002a26] 11924 1726884916.07003: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a26 11924 1726884916.07214: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a26 11924 1726884916.07217: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884916.07277: no more pending results, returning what we have 11924 1726884916.07281: results queue empty 11924 1726884916.07282: checking for any_errors_fatal 11924 1726884916.07289: done checking for any_errors_fatal 11924 1726884916.07290: checking for max_fail_percentage 11924 1726884916.07292: done checking for max_fail_percentage 11924 1726884916.07293: checking to see if all hosts have failed and the running result is not ok 11924 1726884916.07295: done checking to see if all hosts have failed 11924 1726884916.07295: getting the remaining hosts for this loop 11924 1726884916.07297: done getting the remaining hosts for this loop 11924 1726884916.07301: getting the next task for host managed_node2 11924 1726884916.07320: done getting next task for host managed_node2 11924 1726884916.07323: ^ task is: TASK: See whether the device node is present 11924 1726884916.07330: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884916.07343: getting variables 11924 1726884916.07346: in VariableManager get_vars() 11924 1726884916.07382: Calling all_inventory to load vars for managed_node2 11924 1726884916.07385: Calling groups_inventory to load vars for managed_node2 11924 1726884916.07388: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884916.07398: Calling all_plugins_play to load vars for managed_node2 11924 1726884916.07401: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884916.07403: Calling groups_plugins_play to load vars for managed_node2 11924 1726884916.09243: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884916.10824: done with get_vars() 11924 1726884916.10846: 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 22:15:16 -0400 (0:00:00.171) 0:01:21.449 ****** 11924 1726884916.11072: entering _queue_task() for managed_node2/stat 11924 1726884916.11748: worker is 1 (out of 1 available) 11924 1726884916.12165: exiting _queue_task() for managed_node2/stat 11924 1726884916.12175: done queuing things up, now waiting for results queue to drain 11924 1726884916.12176: waiting for pending results... 11924 1726884916.12876: running TaskExecutor() for managed_node2/TASK: See whether the device node is present 11924 1726884916.12883: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a2a 11924 1726884916.13070: variable 'ansible_search_path' from source: unknown 11924 1726884916.13115: calling self._execute() 11924 1726884916.13359: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.13371: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.13387: variable 'omit' from source: magic vars 11924 1726884916.13588: variable 'omit' from source: magic vars 11924 1726884916.13804: variable 'omit' from source: magic vars 11924 1726884916.14282: variable 'storage_test_volume' from source: include params 11924 1726884916.14429: variable 'omit' from source: magic vars 11924 1726884916.14481: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884916.14705: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884916.14708: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884916.14710: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884916.14712: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884916.14714: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884916.14717: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884916.14824: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884916.15029: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.15033: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.15245: Set connection var ansible_shell_executable to /bin/sh 11924 1726884916.15249: Set connection var ansible_connection to ssh 11924 1726884916.15251: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884916.15253: Set connection var ansible_timeout to 10 11924 1726884916.15256: Set connection var ansible_pipelining to False 11924 1726884916.15258: Set connection var ansible_shell_type to sh 11924 1726884916.15260: variable 'ansible_shell_executable' from source: unknown 11924 1726884916.15262: variable 'ansible_connection' from source: unknown 11924 1726884916.15264: variable 'ansible_module_compression' from source: unknown 11924 1726884916.15266: variable 'ansible_shell_type' from source: unknown 11924 1726884916.15268: variable 'ansible_shell_executable' from source: unknown 11924 1726884916.15270: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.15272: variable 'ansible_pipelining' from source: unknown 11924 1726884916.15273: variable 'ansible_timeout' from source: unknown 11924 1726884916.15275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.15772: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884916.15795: variable 'omit' from source: magic vars 11924 1726884916.15806: starting attempt loop 11924 1726884916.15814: running the handler 11924 1726884916.15832: _low_level_execute_command(): starting 11924 1726884916.15906: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884916.17328: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884916.17349: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884916.17365: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884916.17473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884916.17585: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884916.17675: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884916.19595: stdout chunk (state=3): >>>/root <<< 11924 1726884916.19715: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884916.19728: stdout chunk (state=3): >>><<< 11924 1726884916.19741: stderr chunk (state=3): >>><<< 11924 1726884916.19771: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884916.19828: _low_level_execute_command(): starting 11924 1726884916.19962: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884916.1981406-15647-105428366919245 `" && echo ansible-tmp-1726884916.1981406-15647-105428366919245="` echo /root/.ansible/tmp/ansible-tmp-1726884916.1981406-15647-105428366919245 `" ) && sleep 0' 11924 1726884916.21125: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884916.21143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884916.21253: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884916.21357: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884916.21394: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884916.21442: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884916.23397: stdout chunk (state=3): >>>ansible-tmp-1726884916.1981406-15647-105428366919245=/root/.ansible/tmp/ansible-tmp-1726884916.1981406-15647-105428366919245 <<< 11924 1726884916.23525: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884916.23631: stderr chunk (state=3): >>><<< 11924 1726884916.23634: stdout chunk (state=3): >>><<< 11924 1726884916.23744: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884916.1981406-15647-105428366919245=/root/.ansible/tmp/ansible-tmp-1726884916.1981406-15647-105428366919245 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884916.23842: variable 'ansible_module_compression' from source: unknown 11924 1726884916.23978: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884916.24013: variable 'ansible_facts' from source: unknown 11924 1726884916.24359: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884916.1981406-15647-105428366919245/AnsiballZ_stat.py 11924 1726884916.24778: Sending initial data 11924 1726884916.24782: Sent initial data (153 bytes) 11924 1726884916.26294: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884916.26299: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884916.26302: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884916.26350: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884916.27971: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884916.28032: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884916.28096: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp8alx18qd /root/.ansible/tmp/ansible-tmp-1726884916.1981406-15647-105428366919245/AnsiballZ_stat.py <<< 11924 1726884916.28100: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884916.1981406-15647-105428366919245/AnsiballZ_stat.py" <<< 11924 1726884916.28234: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp8alx18qd" to remote "/root/.ansible/tmp/ansible-tmp-1726884916.1981406-15647-105428366919245/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884916.1981406-15647-105428366919245/AnsiballZ_stat.py" <<< 11924 1726884916.29715: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884916.29718: stdout chunk (state=3): >>><<< 11924 1726884916.29720: stderr chunk (state=3): >>><<< 11924 1726884916.29793: done transferring module to remote 11924 1726884916.29813: _low_level_execute_command(): starting 11924 1726884916.29818: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884916.1981406-15647-105428366919245/ /root/.ansible/tmp/ansible-tmp-1726884916.1981406-15647-105428366919245/AnsiballZ_stat.py && sleep 0' 11924 1726884916.31136: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884916.31245: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884916.31354: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884916.31480: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884916.33258: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884916.33379: stderr chunk (state=3): >>><<< 11924 1726884916.33382: stdout chunk (state=3): >>><<< 11924 1726884916.33407: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884916.33415: _low_level_execute_command(): starting 11924 1726884916.33417: _low_level_execute_command(): using become for this command 11924 1726884916.33427: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ogsyxslgjwuxuxmntuazkpbggjplxmiv ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884916.1981406-15647-105428366919245/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884916.33943: Initial state: awaiting_escalation: BECOME-SUCCESS-ogsyxslgjwuxuxmntuazkpbggjplxmiv 11924 1726884916.34665: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884916.34862: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884916.34867: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884916.34869: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884916.34871: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884916.35022: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884916.37977: stdout chunk (state=1): >>>BECOME-SUCCESS-ogsyxslgjwuxuxmntuazkpbggjplxmiv <<< 11924 1726884916.38071: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ogsyxslgjwuxuxmntuazkpbggjplxmiv' 11924 1726884916.38308: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884916.38379: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884916.38441: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884916.38459: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884916.38477: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884916.38885: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884916.38916: 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 0x7f062b7103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b6dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b712960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # <<< 11924 1726884916.38937: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884916.38973: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884916.38991: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884916.39017: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884916.39115: 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' <<< 11924 1726884916.39118: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b4e4fe0> <<< 11924 1726884916.39153: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884916.39170: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884916.39182: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b4e5fd0> <<< 11924 1726884916.39204: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884916.39447: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884916.39522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884916.39530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884916.39552: 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 <<< 11924 1726884916.39568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884916.39585: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884916.39610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884916.39642: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b523ec0> <<< 11924 1726884916.39674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884916.39688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 11924 1726884916.39751: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b523f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884916.39813: 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' <<< 11924 1726884916.39875: 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 0x7f062b55b860> <<< 11924 1726884916.39894: 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 0x7f062b55bef0> <<< 11924 1726884916.40080: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884916.40104: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b53bb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5392b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b521070> <<< 11924 1726884916.40211: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884916.40215: 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' <<< 11924 1726884916.40305: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b57f860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b57e480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 11924 1726884916.40319: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b53a180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b57cbc0> <<< 11924 1726884916.40521: 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 0x7f062b5b08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5202f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062b5b0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5b0c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062b5b1010> <<< 11924 1726884916.40526: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b51ee10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884916.40528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884916.40616: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884916.40860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5b1670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5b1370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5b2540> <<< 11924 1726884916.40867: 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' <<< 11924 1726884916.40870: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884916.40873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5c8740> import 'errno' # <<< 11924 1726884916.40958: 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 0x7f062b5c9e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5cacf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062b5cb320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5ca270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884916.41045: 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 0x7f062b5cbda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5cb4d0> <<< 11924 1726884916.41062: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5b24b0> <<< 11924 1726884916.41081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884916.41108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884916.41127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884916.41146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884916.41383: 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 0x7f062b347c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062b3707a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b370500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062b3707d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884916.41496: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062b371100> <<< 11924 1726884916.41625: 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 0x7f062b371a30> <<< 11924 1726884916.41634: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b3709b0> <<< 11924 1726884916.41653: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b345df0> <<< 11924 1726884916.41704: 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' <<< 11924 1726884916.41716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884916.41760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884916.41891: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b372e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b371b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5b2c60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884916.41972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884916.41975: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b39f170> <<< 11924 1726884916.42006: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884916.42029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884916.42081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884916.42102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b3c7500> <<< 11924 1726884916.42116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884916.42413: 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 0x7f062b420320> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884916.42438: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b422a80> <<< 11924 1726884916.42733: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b420440> <<< 11924 1726884916.42736: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b3ed310> <<< 11924 1726884916.42741: 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' <<< 11924 1726884916.42743: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ad29430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b3c6330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b373d40> <<< 11924 1726884916.42745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884916.42751: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f062b3c6690> <<< 11924 1726884916.43022: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_miiiqhaw/ansible_stat_payload.zip' # zipimport: zlib available <<< 11924 1726884916.43148: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.43189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884916.43193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884916.43226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884916.43521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884916.43524: 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' <<< 11924 1726884916.43527: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ad7f140> import '_typing' # <<< 11924 1726884916.43963: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ad5e030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ad5d190> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884916.45021: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.46148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884916.46285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ad7d010> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ada6ae0> <<< 11924 1726884916.46332: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ada6870> <<< 11924 1726884916.46347: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ada6180> <<< 11924 1726884916.46364: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884916.46380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884916.46412: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ada65d0> <<< 11924 1726884916.46430: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ad7fdd0> import 'atexit' # <<< 11924 1726884916.46515: 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 0x7f062ada77d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ada7a10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884916.46560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884916.46578: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884916.46867: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ada7f50> <<< 11924 1726884916.46871: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884916.46875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884916.46878: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac15ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ac173e0> <<< 11924 1726884916.46880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884916.46883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac181d0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884916.46885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884916.46965: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac19340> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884916.46981: 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' <<< 11924 1726884916.47192: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac1be30> <<< 11924 1726884916.47195: 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 0x7f062b5cac60> <<< 11924 1726884916.47207: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac1a0f0> <<< 11924 1726884916.47210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884916.47212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884916.47216: 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' <<< 11924 1726884916.47239: 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 <<< 11924 1726884916.47372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac23ce0> <<< 11924 1726884916.47379: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884916.47413: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac227b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac22510> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884916.47443: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac22a80> <<< 11924 1726884916.47476: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac1a570> <<< 11924 1726884916.47497: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884916.47738: 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 0x7f062ac67fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac68170> <<< 11924 1726884916.47742: 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' <<< 11924 1726884916.47744: 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' <<< 11924 1726884916.47747: 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 0x7f062ac69c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac699d0> <<< 11924 1726884916.47749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884916.47834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884916.47951: 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 0x7f062ac6c170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac6a2d0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884916.47972: 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' # <<< 11924 1726884916.48000: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac6f950> <<< 11924 1726884916.48124: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac6c320> <<< 11924 1726884916.48395: stdout 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 0x7f062ac70470> <<< 11924 1726884916.48400: stdout 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 0x7f062ac70830> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ac70800> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac68350> <<< 11924 1726884916.48406: 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' <<< 11924 1726884916.48408: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884916.48411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884916.48413: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884916.48415: 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 0x7f062acfc1a0> <<< 11924 1726884916.48549: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884916.48629: 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 0x7f062acfd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac72930> <<< 11924 1726884916.48653: 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 0x7f062ac73ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac72570> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884916.48754: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.48946: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.48961: 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 <<< 11924 1726884916.49025: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.49261: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.49697: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.50236: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884916.50270: 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' # <<< 11924 1726884916.50281: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884916.50378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884916.50395: 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 0x7f062ab017c0> <<< 11924 1726884916.50434: 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' <<< 11924 1726884916.50449: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ab02540> <<< 11924 1726884916.50464: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062acfd400> <<< 11924 1726884916.50607: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884916.50627: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884916.50725: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.50882: 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' <<< 11924 1726884916.50903: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ab02240> <<< 11924 1726884916.50912: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.51390: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.51844: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.51893: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.51979: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884916.52128: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.52135: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884916.52160: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884916.52215: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884916.52238: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.52265: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884916.52276: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.52315: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.52465: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884916.52594: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.52831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884916.52912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884916.52975: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ab03680> <<< 11924 1726884916.53021: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.53272: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.53277: 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 <<< 11924 1726884916.53280: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.53282: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884916.53289: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.53327: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.53513: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.53536: 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' <<< 11924 1726884916.53629: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ab0e120> <<< 11924 1726884916.53668: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ab08fb0> <<< 11924 1726884916.53708: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884916.53751: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.53775: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.53836: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.53940: 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 <<< 11924 1726884916.53975: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884916.53986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884916.54050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884916.54162: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884916.54165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac028a0> <<< 11924 1726884916.54191: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062adde570> <<< 11924 1726884916.54303: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062acfd850> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ad5f230> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884916.54709: 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 # zipimport: zlib available <<< 11924 1726884916.54777: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884916.55657: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/mapper/foo-test1", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 585, "dev": 6, "nlink": 1, "atime": 1726884854.0843701, "mtime": 1726884854.0843701, "ctime": 1726884854.0843701, "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/foo-test1", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 11924 1726884916.55683: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884916.56144: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884916.56208: 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 <<< 11924 1726884916.56224: 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 # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 <<< 11924 1726884916.56314: 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 # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_boo<<< 11924 1726884916.56364: stdout chunk (state=3): >>>l # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 11924 1726884916.56663: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884916.56670: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884916.56675: 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 <<< 11924 1726884916.56678: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884916.56680: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884916.56694: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884916.56734: 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 <<< 11924 1726884916.56836: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 11924 1726884916.56854: stdout chunk (state=3): >>># 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 <<< 11924 1726884916.56909: 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 <<< 11924 1726884916.57014: 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 <<< 11924 1726884916.57028: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 11924 1726884916.57032: 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 <<< 11924 1726884916.57035: 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 <<< 11924 1726884916.57037: stdout chunk (state=3): >>># cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 11924 1726884916.57045: 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 <<< 11924 1726884916.57181: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884916.57208: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884916.57220: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884916.57238: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 11924 1726884916.57250: stdout chunk (state=3): >>># destroy tokenize <<< 11924 1726884916.57272: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884916.57487: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884916.57518: 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 # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy 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 <<< 11924 1726884916.58028: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884916.58120: stderr chunk (state=3): >>><<< 11924 1726884916.58126: stdout chunk (state=3): >>><<< 11924 1726884916.58376: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b7103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b6dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b712960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b4e4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b4e5fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b523ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b523f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b55b860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b55bef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b53bb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5392b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b521070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b57f860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b57e480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b53a180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b57cbc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5b08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5202f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062b5b0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5b0c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062b5b1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b51ee10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5b1670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5b1370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5b2540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5c8740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062b5c9e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5cacf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062b5cb320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5ca270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062b5cbda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5cb4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5b24b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062b347c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062b3707a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b370500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062b3707d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062b371100> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062b371a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b3709b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b345df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b372e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b371b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b5b2c60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b39f170> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b3c7500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b420320> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b422a80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b420440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b3ed310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ad29430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b3c6330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062b373d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f062b3c6690> # zipimport: found 30 names in '/tmp/ansible_stat_payload_miiiqhaw/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 0x7f062ad7f140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ad5e030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ad5d190> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ad7d010> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ada6ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ada6870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ada6180> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ada65d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ad7fdd0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ada77d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ada7a10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ada7f50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac15ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ac173e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac181d0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac19340> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac1be30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062b5cac60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac1a0f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac23ce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac227b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac22510> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac22a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac1a570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ac67fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac68170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ac69c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac699d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ac6c170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac6a2d0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac6f950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac6c320> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ac70470> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ac70830> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ac70800> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac68350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062acfc1a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062acfd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac72930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ac73ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac72570> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ab017c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ab02540> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062acfd400> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ab02240> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ab03680> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f062ab0e120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ab08fb0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ac028a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062adde570> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062acfd850> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f062ad5f230> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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/foo-test1", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 585, "dev": 6, "nlink": 1, "atime": 1726884854.0843701, "mtime": 1726884854.0843701, "ctime": 1726884854.0843701, "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/foo-test1", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884916.59785: done with _execute_module (stat, {'path': '/dev/mapper/foo-test1', '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-1726884916.1981406-15647-105428366919245/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884916.59788: _low_level_execute_command(): starting 11924 1726884916.59791: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884916.1981406-15647-105428366919245/ > /dev/null 2>&1 && sleep 0' 11924 1726884916.61307: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884916.61436: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884916.61740: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884916.63423: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884916.63432: stdout chunk (state=3): >>><<< 11924 1726884916.63440: stderr chunk (state=3): >>><<< 11924 1726884916.63460: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884916.63466: handler run complete 11924 1726884916.63664: attempt loop complete, returning result 11924 1726884916.63668: _execute() done 11924 1726884916.63670: dumping result to json 11924 1726884916.63676: done dumping result, returning 11924 1726884916.63687: done running TaskExecutor() for managed_node2/TASK: See whether the device node is present [0affc8a3-6f6f-f4c0-2290-000000002a2a] 11924 1726884916.63804: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a2a 11924 1726884916.64262: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a2a 11924 1726884916.64265: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884854.0843701, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726884854.0843701, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 585, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1726884854.0843701, "nlink": 1, "path": "/dev/mapper/foo-test1", "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 } } 11924 1726884916.64362: no more pending results, returning what we have 11924 1726884916.64366: results queue empty 11924 1726884916.64367: checking for any_errors_fatal 11924 1726884916.64375: done checking for any_errors_fatal 11924 1726884916.64376: checking for max_fail_percentage 11924 1726884916.64378: done checking for max_fail_percentage 11924 1726884916.64379: checking to see if all hosts have failed and the running result is not ok 11924 1726884916.64380: done checking to see if all hosts have failed 11924 1726884916.64381: getting the remaining hosts for this loop 11924 1726884916.64383: done getting the remaining hosts for this loop 11924 1726884916.64387: getting the next task for host managed_node2 11924 1726884916.64396: done getting next task for host managed_node2 11924 1726884916.64399: ^ task is: TASK: Verify the presence/absence of the device node 11924 1726884916.64404: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884916.64413: getting variables 11924 1726884916.64415: in VariableManager get_vars() 11924 1726884916.64451: Calling all_inventory to load vars for managed_node2 11924 1726884916.64454: Calling groups_inventory to load vars for managed_node2 11924 1726884916.64862: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884916.64873: Calling all_plugins_play to load vars for managed_node2 11924 1726884916.64876: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884916.64879: Calling groups_plugins_play to load vars for managed_node2 11924 1726884916.66433: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884916.68044: done with get_vars() 11924 1726884916.68367: done getting variables 11924 1726884916.68429: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:15:16 -0400 (0:00:00.573) 0:01:22.023 ****** 11924 1726884916.68467: entering _queue_task() for managed_node2/assert 11924 1726884916.69492: worker is 1 (out of 1 available) 11924 1726884916.69502: exiting _queue_task() for managed_node2/assert 11924 1726884916.69514: done queuing things up, now waiting for results queue to drain 11924 1726884916.69516: waiting for pending results... 11924 1726884916.69877: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node 11924 1726884916.70142: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a2b 11924 1726884916.70160: variable 'ansible_search_path' from source: unknown 11924 1726884916.70259: calling self._execute() 11924 1726884916.70697: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.70701: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.70717: variable 'omit' from source: magic vars 11924 1726884916.71651: variable '_storage_test_volume_present' from source: set_fact 11924 1726884916.71658: variable 'storage_test_volume' from source: include params 11924 1726884916.71802: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 11924 1726884916.71812: variable 'omit' from source: magic vars 11924 1726884916.71953: variable 'omit' from source: magic vars 11924 1726884916.72352: variable 'storage_test_volume' from source: include params 11924 1726884916.72471: variable 'omit' from source: magic vars 11924 1726884916.72512: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884916.72779: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884916.72797: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884916.72817: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884916.72829: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884916.73070: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884916.73087: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884916.73229: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884916.73233: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.73236: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.73563: Set connection var ansible_shell_executable to /bin/sh 11924 1726884916.73567: Set connection var ansible_connection to ssh 11924 1726884916.73585: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884916.73591: Set connection var ansible_timeout to 10 11924 1726884916.73642: Set connection var ansible_pipelining to False 11924 1726884916.73649: Set connection var ansible_shell_type to sh 11924 1726884916.73682: variable 'ansible_shell_executable' from source: unknown 11924 1726884916.73685: variable 'ansible_connection' from source: unknown 11924 1726884916.73688: variable 'ansible_module_compression' from source: unknown 11924 1726884916.73690: variable 'ansible_shell_type' from source: unknown 11924 1726884916.73692: variable 'ansible_shell_executable' from source: unknown 11924 1726884916.73695: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.73700: variable 'ansible_pipelining' from source: unknown 11924 1726884916.73820: variable 'ansible_timeout' from source: unknown 11924 1726884916.73826: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.74103: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884916.74161: variable 'omit' from source: magic vars 11924 1726884916.74164: starting attempt loop 11924 1726884916.74166: running the handler 11924 1726884916.74532: variable 'storage_test_dev' from source: set_fact 11924 1726884916.74550: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 11924 1726884916.74557: handler run complete 11924 1726884916.74630: attempt loop complete, returning result 11924 1726884916.74634: _execute() done 11924 1726884916.74637: dumping result to json 11924 1726884916.74639: done dumping result, returning 11924 1726884916.74654: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-f4c0-2290-000000002a2b] 11924 1726884916.74659: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a2b 11924 1726884916.74828: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a2b 11924 1726884916.74831: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884916.74914: no more pending results, returning what we have 11924 1726884916.74918: results queue empty 11924 1726884916.74919: checking for any_errors_fatal 11924 1726884916.74930: done checking for any_errors_fatal 11924 1726884916.74931: checking for max_fail_percentage 11924 1726884916.74934: done checking for max_fail_percentage 11924 1726884916.74935: checking to see if all hosts have failed and the running result is not ok 11924 1726884916.74936: done checking to see if all hosts have failed 11924 1726884916.74936: getting the remaining hosts for this loop 11924 1726884916.74938: done getting the remaining hosts for this loop 11924 1726884916.74943: getting the next task for host managed_node2 11924 1726884916.74952: done getting next task for host managed_node2 11924 1726884916.74954: ^ task is: TASK: Verify the presence/absence of the device node 11924 1726884916.74964: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884916.74970: getting variables 11924 1726884916.74972: in VariableManager get_vars() 11924 1726884916.75013: Calling all_inventory to load vars for managed_node2 11924 1726884916.75015: Calling groups_inventory to load vars for managed_node2 11924 1726884916.75024: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884916.75039: Calling all_plugins_play to load vars for managed_node2 11924 1726884916.75042: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884916.75044: Calling groups_plugins_play to load vars for managed_node2 11924 1726884916.75668: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884916.76281: done with get_vars() 11924 1726884916.76296: done getting variables 11924 1726884916.76350: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:15:16 -0400 (0:00:00.079) 0:01:22.102 ****** 11924 1726884916.76384: entering _queue_task() for managed_node2/assert 11924 1726884916.76649: worker is 1 (out of 1 available) 11924 1726884916.76765: exiting _queue_task() for managed_node2/assert 11924 1726884916.76778: done queuing things up, now waiting for results queue to drain 11924 1726884916.76780: waiting for pending results... 11924 1726884916.77472: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node 11924 1726884916.77678: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a2c 11924 1726884916.77732: variable 'ansible_search_path' from source: unknown 11924 1726884916.77793: calling self._execute() 11924 1726884916.78143: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.78147: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.78149: variable 'omit' from source: magic vars 11924 1726884916.78815: variable '_storage_test_volume_present' from source: set_fact 11924 1726884916.78826: variable 'storage_test_volume' from source: include params 11924 1726884916.78859: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 11924 1726884916.78868: when evaluation is False, skipping this task 11924 1726884916.78876: _execute() done 11924 1726884916.78883: dumping result to json 11924 1726884916.78889: done dumping result, returning 11924 1726884916.78907: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-f4c0-2290-000000002a2c] 11924 1726884916.78918: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a2c skipping: [managed_node2] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 11924 1726884916.79186: no more pending results, returning what we have 11924 1726884916.79190: results queue empty 11924 1726884916.79191: checking for any_errors_fatal 11924 1726884916.79201: done checking for any_errors_fatal 11924 1726884916.79202: checking for max_fail_percentage 11924 1726884916.79203: done checking for max_fail_percentage 11924 1726884916.79205: checking to see if all hosts have failed and the running result is not ok 11924 1726884916.79205: done checking to see if all hosts have failed 11924 1726884916.79206: getting the remaining hosts for this loop 11924 1726884916.79208: done getting the remaining hosts for this loop 11924 1726884916.79212: getting the next task for host managed_node2 11924 1726884916.79222: done getting next task for host managed_node2 11924 1726884916.79227: ^ task is: TASK: Make sure we got info about this volume 11924 1726884916.79234: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884916.79238: getting variables 11924 1726884916.79241: in VariableManager get_vars() 11924 1726884916.79279: Calling all_inventory to load vars for managed_node2 11924 1726884916.79282: Calling groups_inventory to load vars for managed_node2 11924 1726884916.79285: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884916.79298: Calling all_plugins_play to load vars for managed_node2 11924 1726884916.79302: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884916.79305: Calling groups_plugins_play to load vars for managed_node2 11924 1726884916.80251: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a2c 11924 1726884916.80256: WORKER PROCESS EXITING 11924 1726884916.80434: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884916.81056: done with get_vars() 11924 1726884916.81070: done getting variables 11924 1726884916.81131: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:16 -0400 (0:00:00.047) 0:01:22.150 ****** 11924 1726884916.81166: entering _queue_task() for managed_node2/assert 11924 1726884916.81496: worker is 1 (out of 1 available) 11924 1726884916.81508: exiting _queue_task() for managed_node2/assert 11924 1726884916.81582: done queuing things up, now waiting for results queue to drain 11924 1726884916.81584: waiting for pending results... 11924 1726884916.81841: running TaskExecutor() for managed_node2/TASK: Make sure we got info about this volume 11924 1726884916.82047: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a2d 11924 1726884916.82077: variable 'ansible_search_path' from source: unknown 11924 1726884916.82118: calling self._execute() 11924 1726884916.82254: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.82299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.82404: variable 'omit' from source: magic vars 11924 1726884916.83151: variable '_storage_test_volume_present' from source: set_fact 11924 1726884916.83370: Evaluated conditional (_storage_test_volume_present): True 11924 1726884916.83375: variable 'omit' from source: magic vars 11924 1726884916.83377: variable 'omit' from source: magic vars 11924 1726884916.83650: variable 'storage_test_volume' from source: include params 11924 1726884916.83723: variable 'omit' from source: magic vars 11924 1726884916.83825: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884916.83875: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884916.83908: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884916.83938: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884916.83957: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884916.83980: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884916.84003: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884916.84051: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884916.84132: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.84135: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.84201: Set connection var ansible_shell_executable to /bin/sh 11924 1726884916.84208: Set connection var ansible_connection to ssh 11924 1726884916.84220: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884916.84231: Set connection var ansible_timeout to 10 11924 1726884916.84247: Set connection var ansible_pipelining to False 11924 1726884916.84261: Set connection var ansible_shell_type to sh 11924 1726884916.84296: variable 'ansible_shell_executable' from source: unknown 11924 1726884916.84307: variable 'ansible_connection' from source: unknown 11924 1726884916.84318: variable 'ansible_module_compression' from source: unknown 11924 1726884916.84326: variable 'ansible_shell_type' from source: unknown 11924 1726884916.84335: variable 'ansible_shell_executable' from source: unknown 11924 1726884916.84348: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.84359: variable 'ansible_pipelining' from source: unknown 11924 1726884916.84458: variable 'ansible_timeout' from source: unknown 11924 1726884916.84461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.84549: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884916.84576: variable 'omit' from source: magic vars 11924 1726884916.84591: starting attempt loop 11924 1726884916.84599: running the handler 11924 1726884916.84782: variable 'storage_test_volume' from source: include params 11924 1726884916.84800: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884916.84831: Evaluated conditional (storage_test_volume._raw_device in storage_test_blkinfo.info): True 11924 1726884916.84851: handler run complete 11924 1726884916.84871: attempt loop complete, returning result 11924 1726884916.84882: _execute() done 11924 1726884916.84893: dumping result to json 11924 1726884916.84905: done dumping result, returning 11924 1726884916.84918: done running TaskExecutor() for managed_node2/TASK: Make sure we got info about this volume [0affc8a3-6f6f-f4c0-2290-000000002a2d] 11924 1726884916.84929: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a2d 11924 1726884916.85071: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a2d 11924 1726884916.85074: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884916.85152: no more pending results, returning what we have 11924 1726884916.85158: results queue empty 11924 1726884916.85158: checking for any_errors_fatal 11924 1726884916.85170: done checking for any_errors_fatal 11924 1726884916.85171: checking for max_fail_percentage 11924 1726884916.85173: done checking for max_fail_percentage 11924 1726884916.85174: checking to see if all hosts have failed and the running result is not ok 11924 1726884916.85175: done checking to see if all hosts have failed 11924 1726884916.85175: getting the remaining hosts for this loop 11924 1726884916.85178: done getting the remaining hosts for this loop 11924 1726884916.85181: getting the next task for host managed_node2 11924 1726884916.85191: done getting next task for host managed_node2 11924 1726884916.85194: ^ task is: TASK: Process volume type (set initial value) (1/2) 11924 1726884916.85203: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884916.85207: getting variables 11924 1726884916.85209: in VariableManager get_vars() 11924 1726884916.85247: Calling all_inventory to load vars for managed_node2 11924 1726884916.85251: Calling groups_inventory to load vars for managed_node2 11924 1726884916.85458: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884916.85470: Calling all_plugins_play to load vars for managed_node2 11924 1726884916.85480: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884916.85484: Calling groups_plugins_play to load vars for managed_node2 11924 1726884916.86174: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884916.86793: done with get_vars() 11924 1726884916.86810: done getting variables 11924 1726884916.86868: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:16 -0400 (0:00:00.057) 0:01:22.207 ****** 11924 1726884916.86902: entering _queue_task() for managed_node2/set_fact 11924 1726884916.87541: worker is 1 (out of 1 available) 11924 1726884916.87550: exiting _queue_task() for managed_node2/set_fact 11924 1726884916.87562: done queuing things up, now waiting for results queue to drain 11924 1726884916.87564: waiting for pending results... 11924 1726884916.87806: running TaskExecutor() for managed_node2/TASK: Process volume type (set initial value) (1/2) 11924 1726884916.87890: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a2e 11924 1726884916.87918: variable 'ansible_search_path' from source: unknown 11924 1726884916.87960: calling self._execute() 11924 1726884916.88124: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.88128: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.88131: variable 'omit' from source: magic vars 11924 1726884916.88248: variable 'omit' from source: magic vars 11924 1726884916.88325: variable 'omit' from source: magic vars 11924 1726884916.88588: variable 'storage_test_volume' from source: include params 11924 1726884916.88667: variable 'omit' from source: magic vars 11924 1726884916.88699: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884916.88776: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884916.88780: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884916.88791: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884916.88807: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884916.88835: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884916.88860: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884916.88905: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884916.89060: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.89064: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.89066: Set connection var ansible_shell_executable to /bin/sh 11924 1726884916.89068: Set connection var ansible_connection to ssh 11924 1726884916.89070: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884916.89072: Set connection var ansible_timeout to 10 11924 1726884916.89080: Set connection var ansible_pipelining to False 11924 1726884916.89096: Set connection var ansible_shell_type to sh 11924 1726884916.89133: variable 'ansible_shell_executable' from source: unknown 11924 1726884916.89142: variable 'ansible_connection' from source: unknown 11924 1726884916.89152: variable 'ansible_module_compression' from source: unknown 11924 1726884916.89165: variable 'ansible_shell_type' from source: unknown 11924 1726884916.89178: variable 'ansible_shell_executable' from source: unknown 11924 1726884916.89191: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.89200: variable 'ansible_pipelining' from source: unknown 11924 1726884916.89207: variable 'ansible_timeout' from source: unknown 11924 1726884916.89220: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.89411: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884916.89431: variable 'omit' from source: magic vars 11924 1726884916.89444: starting attempt loop 11924 1726884916.89451: running the handler 11924 1726884916.89580: handler run complete 11924 1726884916.89631: attempt loop complete, returning result 11924 1726884916.89649: _execute() done 11924 1726884916.89738: dumping result to json 11924 1726884916.89742: done dumping result, returning 11924 1726884916.89744: done running TaskExecutor() for managed_node2/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-f4c0-2290-000000002a2e] 11924 1726884916.89746: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a2e 11924 1726884916.89814: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a2e 11924 1726884916.89820: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } 11924 1726884916.89891: no more pending results, returning what we have 11924 1726884916.89895: results queue empty 11924 1726884916.89896: checking for any_errors_fatal 11924 1726884916.89910: done checking for any_errors_fatal 11924 1726884916.89911: checking for max_fail_percentage 11924 1726884916.89914: done checking for max_fail_percentage 11924 1726884916.89916: checking to see if all hosts have failed and the running result is not ok 11924 1726884916.89917: done checking to see if all hosts have failed 11924 1726884916.89918: getting the remaining hosts for this loop 11924 1726884916.89920: done getting the remaining hosts for this loop 11924 1726884916.89924: getting the next task for host managed_node2 11924 1726884916.89936: done getting next task for host managed_node2 11924 1726884916.89939: ^ task is: TASK: Process volume type (get RAID value) (2/2) 11924 1726884916.89948: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884916.89957: getting variables 11924 1726884916.89959: in VariableManager get_vars() 11924 1726884916.90003: Calling all_inventory to load vars for managed_node2 11924 1726884916.90007: Calling groups_inventory to load vars for managed_node2 11924 1726884916.90011: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884916.90023: Calling all_plugins_play to load vars for managed_node2 11924 1726884916.90027: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884916.90031: Calling groups_plugins_play to load vars for managed_node2 11924 1726884916.91061: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884916.91766: done with get_vars() 11924 1726884916.91785: done getting variables 11924 1726884916.91873: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:16 -0400 (0:00:00.050) 0:01:22.258 ****** 11924 1726884916.91923: entering _queue_task() for managed_node2/set_fact 11924 1726884916.92231: worker is 1 (out of 1 available) 11924 1726884916.92247: exiting _queue_task() for managed_node2/set_fact 11924 1726884916.92263: done queuing things up, now waiting for results queue to drain 11924 1726884916.92265: waiting for pending results... 11924 1726884916.92676: running TaskExecutor() for managed_node2/TASK: Process volume type (get RAID value) (2/2) 11924 1726884916.92749: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a2f 11924 1726884916.92861: variable 'ansible_search_path' from source: unknown 11924 1726884916.92865: calling self._execute() 11924 1726884916.92938: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.92949: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.92966: variable 'omit' from source: magic vars 11924 1726884916.93347: variable 'storage_test_volume' from source: include params 11924 1726884916.93383: Evaluated conditional (storage_test_volume.type == "raid"): False 11924 1726884916.93391: when evaluation is False, skipping this task 11924 1726884916.93399: _execute() done 11924 1726884916.93407: dumping result to json 11924 1726884916.93420: done dumping result, returning 11924 1726884916.93430: done running TaskExecutor() for managed_node2/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-f4c0-2290-000000002a2f] 11924 1726884916.93439: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a2f 11924 1726884916.93716: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a2f 11924 1726884916.93719: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 11924 1726884916.93758: no more pending results, returning what we have 11924 1726884916.93762: results queue empty 11924 1726884916.93763: checking for any_errors_fatal 11924 1726884916.93771: done checking for any_errors_fatal 11924 1726884916.93772: checking for max_fail_percentage 11924 1726884916.93774: done checking for max_fail_percentage 11924 1726884916.93775: checking to see if all hosts have failed and the running result is not ok 11924 1726884916.93776: done checking to see if all hosts have failed 11924 1726884916.93776: getting the remaining hosts for this loop 11924 1726884916.93778: done getting the remaining hosts for this loop 11924 1726884916.93781: getting the next task for host managed_node2 11924 1726884916.93790: done getting next task for host managed_node2 11924 1726884916.93792: ^ task is: TASK: Verify the volume's device type 11924 1726884916.93798: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884916.93802: getting variables 11924 1726884916.93804: in VariableManager get_vars() 11924 1726884916.93830: Calling all_inventory to load vars for managed_node2 11924 1726884916.93832: Calling groups_inventory to load vars for managed_node2 11924 1726884916.93835: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884916.93844: Calling all_plugins_play to load vars for managed_node2 11924 1726884916.93847: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884916.93850: Calling groups_plugins_play to load vars for managed_node2 11924 1726884916.94445: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884916.95232: done with get_vars() 11924 1726884916.95248: done getting variables 11924 1726884916.95330: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:15:16 -0400 (0:00:00.034) 0:01:22.292 ****** 11924 1726884916.95401: entering _queue_task() for managed_node2/assert 11924 1726884916.95727: worker is 1 (out of 1 available) 11924 1726884916.95740: exiting _queue_task() for managed_node2/assert 11924 1726884916.95757: done queuing things up, now waiting for results queue to drain 11924 1726884916.95759: waiting for pending results... 11924 1726884916.96144: running TaskExecutor() for managed_node2/TASK: Verify the volume's device type 11924 1726884916.96354: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a30 11924 1726884916.96381: variable 'ansible_search_path' from source: unknown 11924 1726884916.96450: calling self._execute() 11924 1726884916.96642: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.96646: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.96648: variable 'omit' from source: magic vars 11924 1726884916.97122: variable '_storage_test_volume_present' from source: set_fact 11924 1726884916.97134: Evaluated conditional (_storage_test_volume_present): True 11924 1726884916.97147: variable 'omit' from source: magic vars 11924 1726884916.97249: variable 'omit' from source: magic vars 11924 1726884916.97321: variable 'omit' from source: magic vars 11924 1726884916.97366: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884916.97431: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884916.97485: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884916.97512: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884916.97528: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884916.97550: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884916.97574: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884916.97614: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884916.97623: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.97860: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.97863: Set connection var ansible_shell_executable to /bin/sh 11924 1726884916.97866: Set connection var ansible_connection to ssh 11924 1726884916.97868: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884916.97869: Set connection var ansible_timeout to 10 11924 1726884916.97871: Set connection var ansible_pipelining to False 11924 1726884916.97873: Set connection var ansible_shell_type to sh 11924 1726884916.97875: variable 'ansible_shell_executable' from source: unknown 11924 1726884916.97877: variable 'ansible_connection' from source: unknown 11924 1726884916.97879: variable 'ansible_module_compression' from source: unknown 11924 1726884916.97881: variable 'ansible_shell_type' from source: unknown 11924 1726884916.97883: variable 'ansible_shell_executable' from source: unknown 11924 1726884916.97886: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884916.97888: variable 'ansible_pipelining' from source: unknown 11924 1726884916.97890: variable 'ansible_timeout' from source: unknown 11924 1726884916.97892: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884916.98041: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884916.98061: variable 'omit' from source: magic vars 11924 1726884916.98071: starting attempt loop 11924 1726884916.98078: running the handler 11924 1726884916.98311: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884916.98344: variable 'storage_test_volume' from source: include params 11924 1726884916.98368: variable 'st_volume_type' from source: set_fact 11924 1726884916.98388: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._raw_device].type == st_volume_type): True 11924 1726884916.98398: handler run complete 11924 1726884916.98421: attempt loop complete, returning result 11924 1726884916.98429: _execute() done 11924 1726884916.98441: dumping result to json 11924 1726884916.98449: done dumping result, returning 11924 1726884916.98464: done running TaskExecutor() for managed_node2/TASK: Verify the volume's device type [0affc8a3-6f6f-f4c0-2290-000000002a30] 11924 1726884916.98477: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a30 11924 1726884916.98613: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a30 11924 1726884916.98616: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884916.98705: no more pending results, returning what we have 11924 1726884916.98709: results queue empty 11924 1726884916.98710: checking for any_errors_fatal 11924 1726884916.98720: done checking for any_errors_fatal 11924 1726884916.98721: checking for max_fail_percentage 11924 1726884916.98723: done checking for max_fail_percentage 11924 1726884916.98724: checking to see if all hosts have failed and the running result is not ok 11924 1726884916.98725: done checking to see if all hosts have failed 11924 1726884916.98726: getting the remaining hosts for this loop 11924 1726884916.98728: done getting the remaining hosts for this loop 11924 1726884916.98731: getting the next task for host managed_node2 11924 1726884916.98762: done getting next task for host managed_node2 11924 1726884916.98769: ^ task is: TASK: Stat the LUKS device, if encrypted 11924 1726884916.98791: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884916.98821: getting variables 11924 1726884916.98824: in VariableManager get_vars() 11924 1726884916.98917: Calling all_inventory to load vars for managed_node2 11924 1726884916.98920: Calling groups_inventory to load vars for managed_node2 11924 1726884916.98926: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884916.98987: Calling all_plugins_play to load vars for managed_node2 11924 1726884916.98997: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884916.99161: Calling groups_plugins_play to load vars for managed_node2 11924 1726884916.99793: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884917.00438: done with get_vars() 11924 1726884917.00457: 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 22:15:17 -0400 (0:00:00.052) 0:01:22.345 ****** 11924 1726884917.00610: entering _queue_task() for managed_node2/stat 11924 1726884917.00908: worker is 1 (out of 1 available) 11924 1726884917.00923: exiting _queue_task() for managed_node2/stat 11924 1726884917.00935: done queuing things up, now waiting for results queue to drain 11924 1726884917.00937: waiting for pending results... 11924 1726884917.01324: running TaskExecutor() for managed_node2/TASK: Stat the LUKS device, if encrypted 11924 1726884917.01584: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a34 11924 1726884917.01588: variable 'ansible_search_path' from source: unknown 11924 1726884917.01592: calling self._execute() 11924 1726884917.01836: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884917.01847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884917.01866: variable 'omit' from source: magic vars 11924 1726884917.02504: variable 'storage_test_volume' from source: include params 11924 1726884917.02576: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884917.02586: when evaluation is False, skipping this task 11924 1726884917.02611: _execute() done 11924 1726884917.02653: dumping result to json 11924 1726884917.02658: done dumping result, returning 11924 1726884917.02664: done running TaskExecutor() for managed_node2/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-f4c0-2290-000000002a34] 11924 1726884917.02670: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a34 11924 1726884917.02834: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a34 11924 1726884917.02838: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884917.02904: no more pending results, returning what we have 11924 1726884917.02908: results queue empty 11924 1726884917.02908: checking for any_errors_fatal 11924 1726884917.02918: done checking for any_errors_fatal 11924 1726884917.02919: checking for max_fail_percentage 11924 1726884917.02922: done checking for max_fail_percentage 11924 1726884917.02923: checking to see if all hosts have failed and the running result is not ok 11924 1726884917.02923: done checking to see if all hosts have failed 11924 1726884917.02924: getting the remaining hosts for this loop 11924 1726884917.02928: done getting the remaining hosts for this loop 11924 1726884917.02932: getting the next task for host managed_node2 11924 1726884917.02941: done getting next task for host managed_node2 11924 1726884917.02944: ^ task is: TASK: Ensure cryptsetup is present 11924 1726884917.02952: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884917.02959: getting variables 11924 1726884917.02961: in VariableManager get_vars() 11924 1726884917.03001: Calling all_inventory to load vars for managed_node2 11924 1726884917.03004: Calling groups_inventory to load vars for managed_node2 11924 1726884917.03008: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884917.03020: Calling all_plugins_play to load vars for managed_node2 11924 1726884917.03024: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884917.03028: Calling groups_plugins_play to load vars for managed_node2 11924 1726884917.03876: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884917.04512: done with get_vars() 11924 1726884917.04525: done getting variables 11924 1726884917.04590: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure 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 22:15:17 -0400 (0:00:00.040) 0:01:22.385 ****** 11924 1726884917.04629: entering _queue_task() for managed_node2/package 11924 1726884917.05066: worker is 1 (out of 1 available) 11924 1726884917.05080: exiting _queue_task() for managed_node2/package 11924 1726884917.05091: done queuing things up, now waiting for results queue to drain 11924 1726884917.05093: waiting for pending results... 11924 1726884917.05461: running TaskExecutor() for managed_node2/TASK: Ensure cryptsetup is present 11924 1726884917.05466: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a35 11924 1726884917.05496: variable 'ansible_search_path' from source: unknown 11924 1726884917.05540: calling self._execute() 11924 1726884917.05675: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884917.05691: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884917.05710: variable 'omit' from source: magic vars 11924 1726884917.05827: variable 'omit' from source: magic vars 11924 1726884917.05944: variable 'omit' from source: magic vars 11924 1726884917.06306: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884917.21091: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884917.21211: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884917.21302: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884917.21400: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884917.21478: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884917.21641: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884917.21716: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884917.21852: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884917.21962: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884917.21966: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884917.22154: variable '__storage_is_ostree' from source: set_fact 11924 1726884917.22166: variable 'omit' from source: magic vars 11924 1726884917.22197: variable 'omit' from source: magic vars 11924 1726884917.22262: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884917.22395: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884917.22398: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884917.22400: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884917.22402: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884917.22503: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884917.22507: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884917.22509: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884917.22517: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884917.22612: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884917.22862: Set connection var ansible_shell_executable to /bin/sh 11924 1726884917.23059: Set connection var ansible_connection to ssh 11924 1726884917.23063: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884917.23065: Set connection var ansible_timeout to 10 11924 1726884917.23068: Set connection var ansible_pipelining to False 11924 1726884917.23070: Set connection var ansible_shell_type to sh 11924 1726884917.23072: variable 'ansible_shell_executable' from source: unknown 11924 1726884917.23074: variable 'ansible_connection' from source: unknown 11924 1726884917.23076: variable 'ansible_module_compression' from source: unknown 11924 1726884917.23077: variable 'ansible_shell_type' from source: unknown 11924 1726884917.23079: variable 'ansible_shell_executable' from source: unknown 11924 1726884917.23081: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884917.23083: variable 'ansible_pipelining' from source: unknown 11924 1726884917.23084: variable 'ansible_timeout' from source: unknown 11924 1726884917.23086: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884917.23089: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884917.23092: variable 'omit' from source: magic vars 11924 1726884917.23094: starting attempt loop 11924 1726884917.23096: running the handler 11924 1726884917.23430: variable 'ansible_facts' from source: unknown 11924 1726884917.23433: variable 'ansible_facts' from source: unknown 11924 1726884917.23436: _low_level_execute_command(): starting 11924 1726884917.23438: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884917.24713: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884917.24753: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884917.24899: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884917.24938: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884917.25078: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884917.26761: stdout chunk (state=3): >>>/root <<< 11924 1726884917.26901: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884917.26947: stderr chunk (state=3): >>><<< 11924 1726884917.26963: stdout chunk (state=3): >>><<< 11924 1726884917.27018: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884917.27252: _low_level_execute_command(): starting 11924 1726884917.27263: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884917.2715027-15688-78825661768639 `" && echo ansible-tmp-1726884917.2715027-15688-78825661768639="` echo /root/.ansible/tmp/ansible-tmp-1726884917.2715027-15688-78825661768639 `" ) && sleep 0' 11924 1726884917.28591: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884917.28612: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884917.28637: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884917.28665: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884917.28776: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884917.28977: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884917.29002: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884917.29118: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884917.31128: stdout chunk (state=3): >>>ansible-tmp-1726884917.2715027-15688-78825661768639=/root/.ansible/tmp/ansible-tmp-1726884917.2715027-15688-78825661768639 <<< 11924 1726884917.31241: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884917.31296: stderr chunk (state=3): >>><<< 11924 1726884917.31311: stdout chunk (state=3): >>><<< 11924 1726884917.31358: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884917.2715027-15688-78825661768639=/root/.ansible/tmp/ansible-tmp-1726884917.2715027-15688-78825661768639 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884917.31480: variable 'ansible_module_compression' from source: unknown 11924 1726884917.31630: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 11924 1726884917.31711: variable 'ansible_facts' from source: unknown 11924 1726884917.32075: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884917.2715027-15688-78825661768639/AnsiballZ_dnf.py 11924 1726884917.32485: Sending initial data 11924 1726884917.32489: Sent initial data (151 bytes) 11924 1726884917.33870: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884917.33887: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884917.33898: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884917.33961: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884917.34081: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884917.34172: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884917.34323: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884917.35904: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884917.36075: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884917.36146: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmphndrr6r_ /root/.ansible/tmp/ansible-tmp-1726884917.2715027-15688-78825661768639/AnsiballZ_dnf.py <<< 11924 1726884917.36157: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884917.2715027-15688-78825661768639/AnsiballZ_dnf.py" <<< 11924 1726884917.36188: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmphndrr6r_" to remote "/root/.ansible/tmp/ansible-tmp-1726884917.2715027-15688-78825661768639/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884917.2715027-15688-78825661768639/AnsiballZ_dnf.py" <<< 11924 1726884917.37753: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884917.37759: stdout chunk (state=3): >>><<< 11924 1726884917.37859: stderr chunk (state=3): >>><<< 11924 1726884917.37863: done transferring module to remote 11924 1726884917.37865: _low_level_execute_command(): starting 11924 1726884917.37868: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884917.2715027-15688-78825661768639/ /root/.ansible/tmp/ansible-tmp-1726884917.2715027-15688-78825661768639/AnsiballZ_dnf.py && sleep 0' 11924 1726884917.39088: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884917.39094: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884917.39113: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884917.39119: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884917.39195: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884917.39430: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884917.41326: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884917.41373: stderr chunk (state=3): >>><<< 11924 1726884917.41376: stdout chunk (state=3): >>><<< 11924 1726884917.41402: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884917.41406: _low_level_execute_command(): starting 11924 1726884917.41528: _low_level_execute_command(): using become for this command 11924 1726884917.41587: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ivzcvafisimlqqbgssobbhllfpizixum ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884917.2715027-15688-78825661768639/AnsiballZ_dnf.py'"'"' && sleep 0' 11924 1726884917.41845: Initial state: awaiting_escalation: BECOME-SUCCESS-ivzcvafisimlqqbgssobbhllfpizixum 11924 1726884917.42690: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884917.42940: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884917.42944: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884917.42948: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884917.42949: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884917.43094: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884917.43273: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884917.46269: stdout chunk (state=1): >>>BECOME-SUCCESS-ivzcvafisimlqqbgssobbhllfpizixum <<< 11924 1726884917.46273: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ivzcvafisimlqqbgssobbhllfpizixum' 11924 1726884917.46613: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884917.46681: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884917.46704: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884917.46818: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884917.46841: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884917.46864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884917.46869: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884917.46895: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884917.46933: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884917.46954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884917.46966: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd2183e0> <<< 11924 1726884917.47021: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd1e7a10> <<< 11924 1726884917.47026: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884917.47065: 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 0x7f46cd21a960> import '_signal' # <<< 11924 1726884917.47073: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884917.47140: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 11924 1726884917.47214: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884917.47252: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884917.47278: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884917.47460: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884917.47467: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884917.47470: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884917.47473: 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' <<< 11924 1726884917.47478: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd02cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884917.47487: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd02dfd0> <<< 11924 1726884917.47515: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884917.47547: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884917.47810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884917.47873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884917.47896: 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 <<< 11924 1726884917.47922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884917.47941: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884917.48015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd073e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884917.48052: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd073ec0> <<< 11924 1726884917.48109: 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' <<< 11924 1726884917.48124: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884917.48222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884917.48247: 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 0x7f46cd0a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884917.48268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0a3ec0> <<< 11924 1726884917.48331: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884917.48353: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd083ad0> import '_functools' # <<< 11924 1726884917.48369: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0811f0> <<< 11924 1726884917.48577: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd070fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884917.48590: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884917.48606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884917.48663: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0c7800> <<< 11924 1726884917.48667: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0c6420> <<< 11924 1726884917.48676: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884917.48695: 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 0x7f46cd0821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0c4c20> <<< 11924 1726884917.48732: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884917.48754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd070230> <<< 11924 1726884917.48775: 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' <<< 11924 1726884917.48810: 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 0x7f46cd0f8d10> <<< 11924 1726884917.48824: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0f8bc0> <<< 11924 1726884917.48898: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884917.48903: 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 0x7f46cd0f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd066d50> <<< 11924 1726884917.48909: 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' <<< 11924 1726884917.49028: 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 0x7f46cd0f9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0f92e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 11924 1726884917.49038: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0fa510> <<< 11924 1726884917.49057: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884917.49115: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884917.49118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884917.49128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884917.49148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884917.49163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd110710> <<< 11924 1726884917.49181: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884917.49223: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884917.49322: 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 0x7f46cd111df0> <<< 11924 1726884917.49330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884917.49359: 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 0x7f46cd112c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cd1132f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd1121e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884917.49375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884917.49406: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884917.49439: 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 0x7f46cd113d70> <<< 11924 1726884917.49442: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd1134a0> <<< 11924 1726884917.49551: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0fa540> <<< 11924 1726884917.49760: 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' <<< 11924 1726884917.49763: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884917.49766: 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 0x7f46cce8bc50> <<< 11924 1726884917.49770: 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' <<< 11924 1726884917.49772: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884917.49774: 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 0x7f46cceb46b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cceb4410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cceb46e0> <<< 11924 1726884917.49779: 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' <<< 11924 1726884917.49804: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884917.49932: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cceb4fe0> <<< 11924 1726884917.50050: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884917.50092: 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 0x7f46cceb59d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cceb48c0> <<< 11924 1726884917.50121: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cce89df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884917.50160: 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 <<< 11924 1726884917.50216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cceb6de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cceb5b20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0fac30> <<< 11924 1726884917.50325: 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' <<< 11924 1726884917.50338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884917.50370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884917.50397: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccedf140> <<< 11924 1726884917.50457: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884917.50472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884917.50493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884917.50513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884917.50647: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccf0b4d0> <<< 11924 1726884917.50672: 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' <<< 11924 1726884917.50686: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884917.50721: 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 0x7f46ccf64290> <<< 11924 1726884917.50731: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884917.50770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884917.50793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884917.50877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884917.50921: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccf669f0> <<< 11924 1726884917.50999: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccf643b0> <<< 11924 1726884917.51160: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccf312b0> <<< 11924 1726884917.51164: 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' <<< 11924 1726884917.51167: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccd693d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccf0a2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cceb7d10> <<< 11924 1726884917.51298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884917.51318: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f46ccd69670> <<< 11924 1726884917.51458: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_zbjkbrlv/ansible_ansible.legacy.dnf_payload.zip' <<< 11924 1726884917.51477: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.51595: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.51631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884917.51669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884917.51863: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884917.51888: 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 0x7f46ccdc3110> import '_typing' # <<< 11924 1726884917.52002: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccda2090> <<< 11924 1726884917.52018: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccda11f0> # zipimport: zlib available <<< 11924 1726884917.52045: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884917.52050: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.52157: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.52161: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.52175: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884917.53532: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.54814: 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 0x7f46ccdc0e90> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46ccde69f0> <<< 11924 1726884917.54910: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccde6780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccde60c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884917.54960: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccde6810> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccdc3e30> import 'atexit' # <<< 11924 1726884917.54978: 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 0x7f46ccde76e0> <<< 11924 1726884917.55159: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884917.55163: 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 0x7f46ccde7920> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884917.55166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884917.55170: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccde7e60> import 'pwd' # <<< 11924 1726884917.55247: 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 0x7f46cc719be0> <<< 11924 1726884917.55295: 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 0x7f46cc71b800> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884917.55404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc720200> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884917.55522: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc7210d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884917.55557: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc723e60> <<< 11924 1726884917.55598: 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 0x7f46cd0c5ee0> <<< 11924 1726884917.55670: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc722120> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884917.55698: 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' <<< 11924 1726884917.55838: 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 0x7f46cc727d10> import '_tokenize' # <<< 11924 1726884917.55879: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc7267e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc726540> <<< 11924 1726884917.55944: 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' <<< 11924 1726884917.55982: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc726ab0> <<< 11924 1726884917.56064: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc722630> <<< 11924 1726884917.56067: 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 0x7f46cc76bf50> <<< 11924 1726884917.56138: 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 0x7f46cc76c050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 11924 1726884917.56173: 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 0x7f46cc76db80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc76d940> <<< 11924 1726884917.56271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884917.56325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884917.56379: 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 0x7f46cc770110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc76e270> <<< 11924 1726884917.56683: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc773830> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc770200> <<< 11924 1726884917.56871: stdout 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 0x7f46cc774620> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cc774890> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cc774200> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc76c2c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884917.57081: 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 0x7f46cc600350> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884917.57102: 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 0x7f46cc6014f0> <<< 11924 1726884917.57141: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc776b10> <<< 11924 1726884917.57180: 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 0x7f46cc777ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc776720> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884917.57250: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.57334: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.57381: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.57467: 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 <<< 11924 1726884917.57580: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.57706: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.58257: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.58881: 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' <<< 11924 1726884917.58970: 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 0x7f46cc605790> <<< 11924 1726884917.59000: 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' <<< 11924 1726884917.59025: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6064e0> <<< 11924 1726884917.59028: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc601730> <<< 11924 1726884917.59102: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884917.59260: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.59264: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884917.59278: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.59416: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.59452: 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' <<< 11924 1726884917.59473: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc606780> <<< 11924 1726884917.59484: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.59943: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.60488: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884917.60548: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884917.60551: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.60593: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.60775: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884917.60795: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884917.60832: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.60835: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.60837: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 11924 1726884917.60848: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.60887: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.60985: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884917.61175: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.61402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884917.61472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884917.61486: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884917.61556: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6077a0> <<< 11924 1726884917.61640: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884917.61720: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884917.61738: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884917.61751: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.61860: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884917.61900: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.61943: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.62001: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.62075: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884917.62116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884917.62206: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cc6122d0> <<< 11924 1726884917.62290: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc60da00> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884917.62359: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.62416: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.62529: 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' <<< 11924 1726884917.62532: 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 <<< 11924 1726884917.62535: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884917.62562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884917.62628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884917.62731: 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 0x7f46cc702cf0> <<< 11924 1726884917.62774: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cce1a9c0> <<< 11924 1726884917.62851: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc612570> <<< 11924 1726884917.62868: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc612090> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884917.62945: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884917.62993: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884917.63026: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.63030: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884917.63187: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.63692: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.64171: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.65073: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.65524: 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 0x7f46cc6a4a40> <<< 11924 1726884917.65549: 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 0x7f46cc6a4ce0> <<< 11924 1726884917.65566: 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' <<< 11924 1726884917.65590: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 11924 1726884917.65976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 11924 1726884917.65980: 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 0x7f46cc6a5430> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a4fb0> # /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 0x7f46cc6a5d90> # /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 0x7f46cc691d00> # /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 0x7f46cc691be0> # /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 0x7f46cc29e9f0> <<< 11924 1726884917.66084: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a7650> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 11924 1726884917.66106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 11924 1726884917.66112: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 11924 1726884917.66130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 11924 1726884917.66190: 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' <<< 11924 1726884917.66262: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc2ad5b0> <<< 11924 1726884917.66272: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc2ac0e0> <<< 11924 1726884917.66409: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc29f4a0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a6a20> # /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 <<< 11924 1726884917.66514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc319550> <<< 11924 1726884917.66971: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc2d1670> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc2ade50> # /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 0x7f46cc321100> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc31b320> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc2d0fe0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a6450> <<< 11924 1726884917.66983: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a5e20> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a5b50> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a4d40> <<< 11924 1726884917.67066: 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 0x7f46cc6a5e50> # /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' <<< 11924 1726884917.67339: 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 0x7f46cc3217c0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc3213d0> # /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 0x7f46cc322090> # /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 <<< 11924 1726884917.67372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884917.67570: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cc3309b0> <<< 11924 1726884917.67715: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc309b50> <<< 11924 1726884917.67733: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc322e10> <<< 11924 1726884917.67847: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc309550> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 11924 1726884917.67850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 11924 1726884917.67852: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc33e810> <<< 11924 1726884917.67934: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc33f4d0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc33ef60> <<< 11924 1726884917.67967: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 11924 1726884917.68043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 11924 1726884917.68124: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc33f6b0> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 11924 1726884917.68174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 11924 1726884917.68569: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc313e30> # /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 0x7f46cc2643e0> # zipimport: zlib available <<< 11924 1726884917.68614: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 11924 1726884917.68627: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.68746: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884917.69014: 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 <<< 11924 1726884917.69373: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.yumdnf' # # zipimport: zlib available <<< 11924 1726884917.69881: 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 0x7f46cc2672c0> <<< 11924 1726884917.69973: 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' <<< 11924 1726884917.70083: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc2673e0> <<< 11924 1726884917.70109: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 11924 1726884917.70121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 11924 1726884917.70140: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 11924 1726884917.70159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 11924 1726884917.70190: 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' <<< 11924 1726884917.70208: stdout chunk (state=3): >>>import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cbfbf590> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cbfbede0> <<< 11924 1726884917.70318: 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 0x7f46cbfbefc0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc2678f0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc266900> # /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py <<< 11924 1726884917.70322: 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 0x7f46cc266fc0> <<< 11924 1726884917.70334: 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 <<< 11924 1726884917.70422: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 11924 1726884917.70521: 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' <<< 11924 1726884917.70615: 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 0x7f46cc03cc20> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc03c800> <<< 11924 1726884917.70640: 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 <<< 11924 1726884917.70752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 11924 1726884917.70757: 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 0x7f46cc068470> <<< 11924 1726884917.70780: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc03ccb0> <<< 11924 1726884917.70854: 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 <<< 11924 1726884917.70898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 11924 1726884917.72074: 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 0x7f46cbb37380> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a5cd0> # /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' <<< 11924 1726884917.72125: 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 0x7f46cbbad0a0> <<< 11924 1726884917.72310: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cbb37920> <<< 11924 1726884917.72327: 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 <<< 11924 1726884917.72370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 11924 1726884917.72572: 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 0x7f46cbbaff50> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cbbad100> # /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' <<< 11924 1726884917.72649: 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 0x7f46ca19c170> <<< 11924 1726884917.72684: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cbbf0380> <<< 11924 1726884917.72752: 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' <<< 11924 1726884917.72990: 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 0x7f46ca19d4c0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca19c8c0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc03c380> # /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' <<< 11924 1726884917.72997: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884917.73001: 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 0x7f46ca1bc980> <<< 11924 1726884917.73082: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca19fdd0> # /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' <<< 11924 1726884917.73098: 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' <<< 11924 1726884917.73135: 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 0x7f46ca1bef60> <<< 11924 1726884917.73174: 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 <<< 11924 1726884917.73191: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 11924 1726884917.73289: 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 <<< 11924 1726884917.73293: 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 0x7f46ca1bfe60> <<< 11924 1726884917.73408: 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' <<< 11924 1726884917.73788: 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 0x7f46ca1e4770> # /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 0x7f46ca1e5be0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca1e40e0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca1bee10> <<< 11924 1726884917.73847: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca1be7b0> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py <<< 11924 1726884917.74068: 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 0x7f46ca1e7830> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca1bf380> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca1bcc50> <<< 11924 1726884917.74087: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca19f410> <<< 11924 1726884917.74120: 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' <<< 11924 1726884917.74394: 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 0x7f46ca19fb00> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca19f860> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca19d610> # /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 0x7f46ca224dd0> <<< 11924 1726884917.74777: 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' # /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 0x7f46ca2272c0> # /usr/lib64/python3.12/__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 0x7f46ca227aa0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca2265a0> # /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 0x7f46ca2502f0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca224c80> # /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 0x7f46ca251d60> <<< 11924 1726884917.74798: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca2512e0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca251100> # /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' <<< 11924 1726884917.74830: 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 <<< 11924 1726884917.75059: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9b20dd0> # /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' <<< 11924 1726884917.75063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884917.75161: 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 0x7f46c9b4ee70> <<< 11924 1726884917.75190: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884917.75200: 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 0x7f46c9b4f1a0> <<< 11924 1726884917.75484: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9b230e0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9b21280> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9b202c0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca252510> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca2521e0> # /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 0x7f46c9b88d70> <<< 11924 1726884917.75487: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9b4fe90> <<< 11924 1726884917.75524: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca252a50> <<< 11924 1726884917.75548: 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' <<< 11924 1726884917.75775: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9b894c0> # /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 0x7f46c9b89880> # /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 0x7f46c9b89940> # /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 0x7f46c9b89a60> # /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' <<< 11924 1726884917.75870: 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 0x7f46c9ba85f0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9b8a720> <<< 11924 1726884917.75940: 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 0x7f46c9ba87d0> # /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' <<< 11924 1726884917.75954: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9ba88c0> <<< 11924 1726884917.75980: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9b89730> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py <<< 11924 1726884917.75999: 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 0x7f46c9ba89b0> <<< 11924 1726884917.76042: 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' <<< 11924 1726884917.76120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884917.76170: 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 <<< 11924 1726884917.76667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46c9bf4410> <<< 11924 1726884917.76670: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9bd3830> <<< 11924 1726884917.76771: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9bd22a0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9baa210> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9ba96a0> # /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 0x7f46c9baa690> # /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 0x7f46cc775700> <<< 11924 1726884917.77097: 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 0x7f46c9c0cbf0> # /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 0x7f46c9c0ce60> # /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 0x7f46c9c0d7c0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9c0d250> # /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 0x7f46c9c0e6c0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cbfbf740> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a5190> <<< 11924 1726884917.77562: 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 0x7f46c9c0f2c0> <<< 11924 1726884917.77577: 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' <<< 11924 1726884917.77671: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 11924 1726884917.77684: 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 <<< 11924 1726884917.77972: 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 0x7f46c99dbd70> # /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' <<< 11924 1726884917.78061: 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 0x7f46c9a05dc0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a05970> <<< 11924 1726884917.78065: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884917.78337: 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 0x7f46cd137050> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a04860> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a040e0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c99d8dd0> # /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 0x7f46cceb7c20> # /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 0x7f46c9a1b230> <<< 11924 1726884917.78347: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a19d60> <<< 11924 1726884917.78384: 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 <<< 11924 1726884917.78387: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 11924 1726884917.78394: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a40a40> <<< 11924 1726884917.78470: 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 0x7f46c9a40d40> # /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 0x7f46c9a40fb0> <<< 11924 1726884917.78767: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a41250> # /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 0x7f46c9a41970> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a417c0> # /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 0x7f46c9a43230> # /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 0x7f46c9a43380> # /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 0x7f46c9a43590> <<< 11924 1726884917.78789: 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 <<< 11924 1726884917.78792: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 11924 1726884917.78976: 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 0x7f46c9a58530> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a43d70> # /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 0x7f46c9a58740> # /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 0x7f46c9a594f0> # /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 <<< 11924 1726884917.79141: 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 0x7f46c9a596d0> # /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 0x7f46c9a599a0> # /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 0x7f46c9a5a8a0> # /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 0x7f46c9a5ab10> <<< 11924 1726884917.79289: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a5ad20> # /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 0x7f46c9a5b8f0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a5b410> <<< 11924 1726884917.79298: 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 <<< 11924 1726884917.79319: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 11924 1726884917.79443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a807a0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a800e0> # /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 0x7f46c9a81430> # /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 <<< 11924 1726884917.79449: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 11924 1726884917.79543: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a81730> <<< 11924 1726884917.79710: 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 0x7f46c9a82660> # /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 0x7f46c9a82900> # /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 0x7f46c9a82ab0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9c0f710> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9c0f4a0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9c0ebd0> # /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 0x7f46c9a834a0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a831d0> # /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' <<< 11924 1726884917.79775: 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 <<< 11924 1726884917.79780: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884917.80077: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9aa5910> # /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 0x7f46c9aa6ff0> <<< 11924 1726884917.80110: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884917.80116: 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 0x7f46c9aa6270> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9aa5e20> <<< 11924 1726884917.80184: 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' <<< 11924 1726884917.80251: 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 0x7f46c97f8860> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c97e3c50> # /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 <<< 11924 1726884917.80472: 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 0x7f46c97fb6e0> # /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 0x7f46c97fbfb0> # /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 <<< 11924 1726884917.80499: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c97f8ec0> <<< 11924 1726884917.80511: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c97f8b90> <<< 11924 1726884917.80671: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a83740> # /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 0x7f46c9aa5460> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a832f0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9c0f470> # /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' <<< 11924 1726884917.80947: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9822210> # /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 0x7f46c9822ae0> # /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 0x7f46c9823b00> # /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 0x7f46c984c1a0> # /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' <<< 11924 1726884917.81071: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884917.81324: 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 0x7f46c984d820> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c984d1f0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c984cec0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c984cb60> # /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 0x7f46c984cef0> # /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' <<< 11924 1726884917.81384: 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 0x7f46c984f500> # /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' <<< 11924 1726884917.81477: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c984f5c0> # /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' <<< 11924 1726884917.82192: 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 0x7f46c984fce0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c984fb60> # /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 0x7f46c987e2a0> # /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 0x7f46c987f4a0> # /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 0x7f46c987f710> # /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 0x7f46c987f890> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c987f6b0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c987ef60> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c987e3f0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c987d6d0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c987cc80> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c987c500> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c984eff0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c984e510> # /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 0x7f46c987fa10> # /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 0x7f46c987fe00> <<< 11924 1726884917.82232: 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' <<< 11924 1726884917.82235: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c98a8710> <<< 11924 1726884917.82289: 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 <<< 11924 1726884917.82293: 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 0x7f46c98a8ad0> <<< 11924 1726884917.82310: 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 <<< 11924 1726884917.82330: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 11924 1726884917.82395: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c98a9400> <<< 11924 1726884917.82420: 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' <<< 11924 1726884917.82423: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c98a9f40> <<< 11924 1726884917.95639: 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}}} <<< 11924 1726884917.97046: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic # destroy __main__ <<< 11924 1726884917.97502: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884917.97578: 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 <<< 11924 1726884917.97692: stdout chunk (state=3): >>># cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # 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 # c<<< 11924 1726884917.97834: stdout chunk (state=3): >>>leanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # 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.cl<<< 11924 1726884917.97840: stdout chunk (state=3): >>>i.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 <<< 11924 1726884917.98384: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma <<< 11924 1726884917.98464: stdout chunk (state=3): >>># destroy zipfile._path <<< 11924 1726884917.98639: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # 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 <<< 11924 1726884917.98642: stdout chunk (state=3): >>># destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal <<< 11924 1726884917.98685: 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 <<< 11924 1726884917.98817: 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 # 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 <<< 11924 1726884917.98840: 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 <<< 11924 1726884917.98863: stdout chunk (state=3): >>># destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy <<< 11924 1726884917.99186: 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 # 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 <<< 11924 1726884917.99471: stdout chunk (state=3): >>># destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # 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 <<< 11924 1726884917.99869: 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 <<< 11924 1726884917.99893: stdout chunk (state=3): >>># destroy _compat_pickle <<< 11924 1726884917.99910: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884917.99928: stdout chunk (state=3): >>># destroy _queue # destroy array # destroy copyreg <<< 11924 1726884918.00076: stdout chunk (state=3): >>># destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib <<< 11924 1726884918.00081: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 11924 1726884918.00288: 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 # 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 <<< 11924 1726884918.00296: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 11924 1726884918.00338: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 11924 1726884918.00378: stdout chunk (state=3): >>># destroy _ssl <<< 11924 1726884918.00460: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884918.00597: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884918.00615: stdout chunk (state=3): >>># destroy re # destroy _random <<< 11924 1726884918.00642: stdout chunk (state=3): >>># destroy _sre <<< 11924 1726884918.00653: stdout chunk (state=3): >>># destroy _operator # destroy _functools <<< 11924 1726884918.00671: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884918.01619: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884918.01628: stdout chunk (state=3): >>><<< 11924 1726884918.01630: stderr chunk (state=3): >>><<< 11924 1726884918.02130: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd2183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd1e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd21a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd02cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd02dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd073e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd073ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd083ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd070fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0c4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd070230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cd0f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cd0f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd066d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0f9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0f92e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0fa510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd110710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cd111df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd112c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cd1132f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd1121e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cd113d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd1134a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0fa540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cce8bc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cceb46b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cceb4410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cceb46e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cceb4fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cceb59d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cceb48c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cce89df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cceb6de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cceb5b20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cd0fac30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccedf140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccf0b4d0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccf64290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccf669f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccf643b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccf312b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccd693d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccf0a2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cceb7d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f46ccd69670> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_zbjkbrlv/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 0x7f46ccdc3110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccda2090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccda11f0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccdc0e90> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46ccde69f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccde6780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccde60c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccde6810> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccdc3e30> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46ccde76e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46ccde7920> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ccde7e60> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc719be0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cc71b800> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc720200> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc7210d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc723e60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cd0c5ee0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc722120> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc727d10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc7267e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc726540> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc726ab0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc722630> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cc76bf50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc76c050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cc76db80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc76d940> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cc770110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc76e270> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc773830> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc770200> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cc774620> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cc774890> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cc774200> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc76c2c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cc600350> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cc6014f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc776b10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cc777ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc776720> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cc605790> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6064e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc601730> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc606780> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6077a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f46cc6122d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc60da00> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc702cf0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cce1a9c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc612570> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc612090> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f46cc6a4a40> # /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 0x7f46cc6a4ce0> # /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 0x7f46cc6a5430> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a4fb0> # /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 0x7f46cc6a5d90> # /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 0x7f46cc691d00> # /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 0x7f46cc691be0> # /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 0x7f46cc29e9f0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a7650> # /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 0x7f46cc2ad5b0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc2ac0e0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc29f4a0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a6a20> # /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 0x7f46cc319550> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc2d1670> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc2ade50> # /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 0x7f46cc321100> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc31b320> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc2d0fe0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a6450> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a5e20> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a5b50> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a4d40> # /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 0x7f46cc6a5e50> # /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 0x7f46cc3217c0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc3213d0> # /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 0x7f46cc322090> # /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 0x7f46cc3309b0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc309b50> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc322e10> # /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 0x7f46cc309550> # /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 0x7f46cc33e810> # /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 0x7f46cc33f4d0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc33ef60> # /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 0x7f46cc33f6b0> # /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 0x7f46cc313e30> # /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 0x7f46cc2643e0> # 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 0x7f46cc2672c0> # /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 0x7f46cc2673e0> # /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 0x7f46cbfbf590> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cbfbede0> # 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 0x7f46cbfbefc0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc2678f0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc266900> # /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 0x7f46cc266fc0> # /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 0x7f46cc03cc20> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc03c800> # /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 0x7f46cc068470> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc03ccb0> # /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 0x7f46cbb37380> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a5cd0> # /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 0x7f46cbbad0a0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cbb37920> # /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 0x7f46cbbaff50> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cbbad100> # /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 0x7f46ca19c170> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cbbf0380> # /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 0x7f46ca19d4c0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca19c8c0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc03c380> # /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 0x7f46ca1bc980> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca19fdd0> # /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 0x7f46ca1bef60> # /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 0x7f46ca1bfe60> # /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 0x7f46ca1e4770> # /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 0x7f46ca1e5be0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca1e40e0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca1bee10> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca1be7b0> # /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 0x7f46ca1e7830> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca1bf380> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca1bcc50> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca19f410> # /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 0x7f46ca19fb00> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca19f860> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca19d610> # /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 0x7f46ca224dd0> # /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 0x7f46ca2272c0> # /usr/lib64/python3.12/__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 0x7f46ca227aa0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca2265a0> # /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 0x7f46ca2502f0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca224c80> # /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 0x7f46ca251d60> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca2512e0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca251100> # /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 0x7f46c9b20dd0> # /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 0x7f46c9b4ee70> # 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 0x7f46c9b4f1a0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9b230e0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9b21280> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9b202c0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca252510> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca2521e0> # /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 0x7f46c9b88d70> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9b4fe90> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46ca252a50> # /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 0x7f46c9b894c0> # /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 0x7f46c9b89880> # /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 0x7f46c9b89940> # /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 0x7f46c9b89a60> # /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 0x7f46c9ba85f0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9b8a720> # /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 0x7f46c9ba87d0> # /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 0x7f46c9ba88c0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9b89730> # /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 0x7f46c9ba89b0> # /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 0x7f46c9bf4410> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9bd3830> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9bd22a0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9baa210> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9ba96a0> # /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 0x7f46c9baa690> # /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 0x7f46cc775700> # /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 0x7f46c9c0cbf0> # /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 0x7f46c9c0ce60> # /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 0x7f46c9c0d7c0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9c0d250> # /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 0x7f46c9c0e6c0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cbfbf740> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46cc6a5190> # /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 0x7f46c9c0f2c0> # /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 0x7f46c99dbd70> # /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 0x7f46c9a05dc0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a05970> # 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 0x7f46cd137050> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a04860> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a040e0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c99d8dd0> # /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 0x7f46cceb7c20> # /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 0x7f46c9a1b230> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a19d60> # /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 0x7f46c9a40a40> # /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 0x7f46c9a40d40> # /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 0x7f46c9a40fb0> # /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 0x7f46c9a41250> # /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 0x7f46c9a41970> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a417c0> # /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 0x7f46c9a43230> # /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 0x7f46c9a43380> # /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 0x7f46c9a43590> # /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 0x7f46c9a58530> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a43d70> # /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 0x7f46c9a58740> # /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 0x7f46c9a594f0> # /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 0x7f46c9a596d0> # /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 0x7f46c9a599a0> # /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 0x7f46c9a5a8a0> # /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 0x7f46c9a5ab10> # /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 0x7f46c9a5ad20> # /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 0x7f46c9a5b8f0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a5b410> # /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 0x7f46c9a807a0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a800e0> # /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 0x7f46c9a81430> # /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 0x7f46c9a81730> # /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 0x7f46c9a82660> # /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 0x7f46c9a82900> # /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 0x7f46c9a82ab0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9c0f710> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9c0f4a0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9c0ebd0> # /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 0x7f46c9a834a0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a831d0> # /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 0x7f46c9aa5910> # /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 0x7f46c9aa6ff0> # 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 0x7f46c9aa6270> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9aa5e20> # /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 0x7f46c97f8860> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c97e3c50> # /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 0x7f46c97fb6e0> # /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 0x7f46c97fbfb0> # /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 0x7f46c97f8ec0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c97f8b90> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a83740> # /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 0x7f46c9aa5460> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9a832f0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c9c0f470> # /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 0x7f46c9822210> # /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 0x7f46c9822ae0> # /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 0x7f46c9823b00> # /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 0x7f46c984c1a0> # /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 0x7f46c984d820> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c984d1f0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c984cec0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c984cb60> # /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 0x7f46c984cef0> # /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 0x7f46c984f500> # /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 0x7f46c984f5c0> # /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 0x7f46c984fce0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c984fb60> # /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 0x7f46c987e2a0> # /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 0x7f46c987f4a0> # /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 0x7f46c987f710> # /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 0x7f46c987f890> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c987f6b0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c987ef60> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c987e3f0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c987d6d0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c987cc80> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c987c500> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c984eff0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f46c984e510> # /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 0x7f46c987fa10> # /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 0x7f46c987fe00> # /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 0x7f46c98a8710> # /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 0x7f46c98a8ad0> # /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 0x7f46c98a9400> # /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 0x7f46c98a9f40> {"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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884918.05312: 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-1726884917.2715027-15688-78825661768639/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884918.05433: _low_level_execute_command(): starting 11924 1726884918.05441: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884917.2715027-15688-78825661768639/ > /dev/null 2>&1 && sleep 0' 11924 1726884918.05445: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884918.05447: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884918.05450: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884918.05452: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884918.05454: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884918.06728: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884918.06732: stdout chunk (state=3): >>><<< 11924 1726884918.06735: stderr chunk (state=3): >>><<< 11924 1726884918.06737: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884918.06740: handler run complete 11924 1726884918.06742: attempt loop complete, returning result 11924 1726884918.06743: _execute() done 11924 1726884918.06745: dumping result to json 11924 1726884918.06747: done dumping result, returning 11924 1726884918.06749: done running TaskExecutor() for managed_node2/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-f4c0-2290-000000002a35] 11924 1726884918.06751: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a35 11924 1726884918.06822: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a35 11924 1726884918.06825: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 11924 1726884918.06899: no more pending results, returning what we have 11924 1726884918.06905: results queue empty 11924 1726884918.06906: checking for any_errors_fatal 11924 1726884918.06911: done checking for any_errors_fatal 11924 1726884918.06912: checking for max_fail_percentage 11924 1726884918.06914: done checking for max_fail_percentage 11924 1726884918.06915: checking to see if all hosts have failed and the running result is not ok 11924 1726884918.06915: done checking to see if all hosts have failed 11924 1726884918.06916: getting the remaining hosts for this loop 11924 1726884918.06918: done getting the remaining hosts for this loop 11924 1726884918.06921: getting the next task for host managed_node2 11924 1726884918.06929: done getting next task for host managed_node2 11924 1726884918.06931: ^ task is: TASK: Collect LUKS info for this volume 11924 1726884918.06943: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884918.06948: getting variables 11924 1726884918.06950: in VariableManager get_vars() 11924 1726884918.06984: Calling all_inventory to load vars for managed_node2 11924 1726884918.06987: Calling groups_inventory to load vars for managed_node2 11924 1726884918.06990: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884918.07000: Calling all_plugins_play to load vars for managed_node2 11924 1726884918.07007: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884918.07010: Calling groups_plugins_play to load vars for managed_node2 11924 1726884918.09567: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884918.25032: done with get_vars() 11924 1726884918.25128: done getting variables 11924 1726884918.25184: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:18 -0400 (0:00:01.205) 0:01:23.591 ****** 11924 1726884918.25224: entering _queue_task() for managed_node2/command 11924 1726884918.25810: worker is 1 (out of 1 available) 11924 1726884918.25822: exiting _queue_task() for managed_node2/command 11924 1726884918.25836: done queuing things up, now waiting for results queue to drain 11924 1726884918.25838: waiting for pending results... 11924 1726884918.26485: running TaskExecutor() for managed_node2/TASK: Collect LUKS info for this volume 11924 1726884918.26491: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a36 11924 1726884918.26497: variable 'ansible_search_path' from source: unknown 11924 1726884918.26503: calling self._execute() 11924 1726884918.26605: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884918.26611: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884918.26618: variable 'omit' from source: magic vars 11924 1726884918.27743: variable 'storage_test_volume' from source: include params 11924 1726884918.27862: variable '_storage_test_volume_present' from source: set_fact 11924 1726884918.27866: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 11924 1726884918.27868: when evaluation is False, skipping this task 11924 1726884918.27871: _execute() done 11924 1726884918.27878: dumping result to json 11924 1726884918.27882: done dumping result, returning 11924 1726884918.27884: done running TaskExecutor() for managed_node2/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-f4c0-2290-000000002a36] 11924 1726884918.27887: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a36 11924 1726884918.28138: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a36 11924 1726884918.28141: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884918.28201: no more pending results, returning what we have 11924 1726884918.28205: results queue empty 11924 1726884918.28206: checking for any_errors_fatal 11924 1726884918.28220: done checking for any_errors_fatal 11924 1726884918.28221: checking for max_fail_percentage 11924 1726884918.28223: done checking for max_fail_percentage 11924 1726884918.28224: checking to see if all hosts have failed and the running result is not ok 11924 1726884918.28225: done checking to see if all hosts have failed 11924 1726884918.28226: getting the remaining hosts for this loop 11924 1726884918.28228: done getting the remaining hosts for this loop 11924 1726884918.28232: getting the next task for host managed_node2 11924 1726884918.28241: done getting next task for host managed_node2 11924 1726884918.28244: ^ task is: TASK: Verify the presence/absence of the LUKS device node 11924 1726884918.28256: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884918.28262: getting variables 11924 1726884918.28264: in VariableManager get_vars() 11924 1726884918.28302: Calling all_inventory to load vars for managed_node2 11924 1726884918.28305: Calling groups_inventory to load vars for managed_node2 11924 1726884918.28309: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884918.28323: Calling all_plugins_play to load vars for managed_node2 11924 1726884918.28326: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884918.28330: Calling groups_plugins_play to load vars for managed_node2 11924 1726884918.30398: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884918.32464: done with get_vars() 11924 1726884918.32482: done getting variables 11924 1726884918.32966: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:15:18 -0400 (0:00:00.077) 0:01:23.668 ****** 11924 1726884918.33006: entering _queue_task() for managed_node2/assert 11924 1726884918.33838: worker is 1 (out of 1 available) 11924 1726884918.33850: exiting _queue_task() for managed_node2/assert 11924 1726884918.33865: done queuing things up, now waiting for results queue to drain 11924 1726884918.33867: waiting for pending results... 11924 1726884918.34574: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the LUKS device node 11924 1726884918.34843: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a37 11924 1726884918.34897: variable 'ansible_search_path' from source: unknown 11924 1726884918.35097: calling self._execute() 11924 1726884918.35237: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884918.35321: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884918.35339: variable 'omit' from source: magic vars 11924 1726884918.36058: variable 'storage_test_volume' from source: include params 11924 1726884918.36288: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884918.36291: when evaluation is False, skipping this task 11924 1726884918.36294: _execute() done 11924 1726884918.36297: dumping result to json 11924 1726884918.36299: done dumping result, returning 11924 1726884918.36302: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-f4c0-2290-000000002a37] 11924 1726884918.36304: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a37 11924 1726884918.36383: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a37 11924 1726884918.36386: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884918.36436: no more pending results, returning what we have 11924 1726884918.36441: results queue empty 11924 1726884918.36441: checking for any_errors_fatal 11924 1726884918.36448: done checking for any_errors_fatal 11924 1726884918.36449: checking for max_fail_percentage 11924 1726884918.36451: done checking for max_fail_percentage 11924 1726884918.36452: checking to see if all hosts have failed and the running result is not ok 11924 1726884918.36452: done checking to see if all hosts have failed 11924 1726884918.36453: getting the remaining hosts for this loop 11924 1726884918.36457: done getting the remaining hosts for this loop 11924 1726884918.36461: getting the next task for host managed_node2 11924 1726884918.36471: done getting next task for host managed_node2 11924 1726884918.36474: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 11924 1726884918.36483: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884918.36488: getting variables 11924 1726884918.36490: in VariableManager get_vars() 11924 1726884918.36529: Calling all_inventory to load vars for managed_node2 11924 1726884918.36532: Calling groups_inventory to load vars for managed_node2 11924 1726884918.36535: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884918.36549: Calling all_plugins_play to load vars for managed_node2 11924 1726884918.36552: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884918.36886: Calling groups_plugins_play to load vars for managed_node2 11924 1726884918.38438: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884918.40302: done with get_vars() 11924 1726884918.40649: done getting variables 11924 1726884918.40707: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:18 -0400 (0:00:00.077) 0:01:23.746 ****** 11924 1726884918.40743: entering _queue_task() for managed_node2/assert 11924 1726884918.41791: worker is 1 (out of 1 available) 11924 1726884918.41806: exiting _queue_task() for managed_node2/assert 11924 1726884918.41820: done queuing things up, now waiting for results queue to drain 11924 1726884918.41821: waiting for pending results... 11924 1726884918.42523: running TaskExecutor() for managed_node2/TASK: Verify that the raw device is the same as the device if not encrypted 11924 1726884918.42529: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a38 11924 1726884918.42621: variable 'ansible_search_path' from source: unknown 11924 1726884918.42836: calling self._execute() 11924 1726884918.42978: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884918.42990: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884918.43011: variable 'omit' from source: magic vars 11924 1726884918.43838: variable '_storage_test_volume_present' from source: set_fact 11924 1726884918.43850: Evaluated conditional (_storage_test_volume_present): True 11924 1726884918.43863: variable 'omit' from source: magic vars 11924 1726884918.44144: variable 'omit' from source: magic vars 11924 1726884918.44473: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884918.49380: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884918.49712: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884918.49900: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884918.49995: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884918.50089: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884918.50482: variable 'storage_test_volume' from source: include params 11924 1726884918.50716: variable '__dev_ne_raw' from source: task vars 11924 1726884918.51081: variable 'storage_test_volume' from source: include params 11924 1726884918.51278: variable 'omit' from source: magic vars 11924 1726884918.51404: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884918.51478: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884918.51696: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884918.51809: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884918.51813: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884918.51816: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884918.51818: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884918.51820: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884918.51823: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884918.51825: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884918.52308: Set connection var ansible_shell_executable to /bin/sh 11924 1726884918.52312: Set connection var ansible_connection to ssh 11924 1726884918.52317: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884918.52323: Set connection var ansible_timeout to 10 11924 1726884918.52328: Set connection var ansible_pipelining to False 11924 1726884918.52333: Set connection var ansible_shell_type to sh 11924 1726884918.52481: variable 'ansible_shell_executable' from source: unknown 11924 1726884918.52484: variable 'ansible_connection' from source: unknown 11924 1726884918.52487: variable 'ansible_module_compression' from source: unknown 11924 1726884918.52489: variable 'ansible_shell_type' from source: unknown 11924 1726884918.52492: variable 'ansible_shell_executable' from source: unknown 11924 1726884918.52495: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884918.52500: variable 'ansible_pipelining' from source: unknown 11924 1726884918.52502: variable 'ansible_timeout' from source: unknown 11924 1726884918.52510: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884918.52927: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884918.52939: variable 'omit' from source: magic vars 11924 1726884918.52945: starting attempt loop 11924 1726884918.52949: running the handler 11924 1726884918.53525: variable '__dev_ne_raw' from source: task vars 11924 1726884918.53928: variable 'storage_test_volume' from source: include params 11924 1726884918.53931: variable 'storage_test_volume' from source: include params 11924 1726884918.53933: Evaluated conditional (__dev_ne_raw == (storage_test_volume.encryption | bool)): True 11924 1726884918.53935: handler run complete 11924 1726884918.53938: attempt loop complete, returning result 11924 1726884918.54046: _execute() done 11924 1726884918.54049: dumping result to json 11924 1726884918.54052: done dumping result, returning 11924 1726884918.54054: done running TaskExecutor() for managed_node2/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-f4c0-2290-000000002a38] 11924 1726884918.54062: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a38 11924 1726884918.54194: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a38 11924 1726884918.54197: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884918.54244: no more pending results, returning what we have 11924 1726884918.54247: results queue empty 11924 1726884918.54248: checking for any_errors_fatal 11924 1726884918.54260: done checking for any_errors_fatal 11924 1726884918.54261: checking for max_fail_percentage 11924 1726884918.54262: done checking for max_fail_percentage 11924 1726884918.54264: checking to see if all hosts have failed and the running result is not ok 11924 1726884918.54264: done checking to see if all hosts have failed 11924 1726884918.54265: getting the remaining hosts for this loop 11924 1726884918.54268: done getting the remaining hosts for this loop 11924 1726884918.54272: getting the next task for host managed_node2 11924 1726884918.54282: done getting next task for host managed_node2 11924 1726884918.54285: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 11924 1726884918.54292: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884918.54303: getting variables 11924 1726884918.54305: in VariableManager get_vars() 11924 1726884918.54345: Calling all_inventory to load vars for managed_node2 11924 1726884918.54348: Calling groups_inventory to load vars for managed_node2 11924 1726884918.54351: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884918.54578: Calling all_plugins_play to load vars for managed_node2 11924 1726884918.54582: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884918.54586: Calling groups_plugins_play to load vars for managed_node2 11924 1726884918.55731: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884918.56394: done with get_vars() 11924 1726884918.56411: done getting variables 11924 1726884918.56484: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:18 -0400 (0:00:00.157) 0:01:23.904 ****** 11924 1726884918.56527: entering _queue_task() for managed_node2/assert 11924 1726884918.56999: worker is 1 (out of 1 available) 11924 1726884918.57010: exiting _queue_task() for managed_node2/assert 11924 1726884918.57021: done queuing things up, now waiting for results queue to drain 11924 1726884918.57022: waiting for pending results... 11924 1726884918.57397: running TaskExecutor() for managed_node2/TASK: Make sure we got info about the LUKS volume if encrypted 11924 1726884918.57448: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a39 11924 1726884918.57532: variable 'ansible_search_path' from source: unknown 11924 1726884918.57613: calling self._execute() 11924 1726884918.57764: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884918.57775: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884918.57794: variable 'omit' from source: magic vars 11924 1726884918.58214: variable '_storage_test_volume_present' from source: set_fact 11924 1726884918.58228: variable 'storage_test_volume' from source: include params 11924 1726884918.58277: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 11924 1726884918.58329: when evaluation is False, skipping this task 11924 1726884918.58332: _execute() done 11924 1726884918.58335: dumping result to json 11924 1726884918.58337: done dumping result, returning 11924 1726884918.58340: done running TaskExecutor() for managed_node2/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-f4c0-2290-000000002a39] 11924 1726884918.58342: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a39 skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884918.58592: no more pending results, returning what we have 11924 1726884918.58595: results queue empty 11924 1726884918.58596: checking for any_errors_fatal 11924 1726884918.58609: done checking for any_errors_fatal 11924 1726884918.58610: checking for max_fail_percentage 11924 1726884918.58612: done checking for max_fail_percentage 11924 1726884918.58613: checking to see if all hosts have failed and the running result is not ok 11924 1726884918.58614: done checking to see if all hosts have failed 11924 1726884918.58614: getting the remaining hosts for this loop 11924 1726884918.58616: done getting the remaining hosts for this loop 11924 1726884918.58620: getting the next task for host managed_node2 11924 1726884918.58630: done getting next task for host managed_node2 11924 1726884918.58633: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 11924 1726884918.58640: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884918.58646: getting variables 11924 1726884918.58648: in VariableManager get_vars() 11924 1726884918.58686: Calling all_inventory to load vars for managed_node2 11924 1726884918.58689: Calling groups_inventory to load vars for managed_node2 11924 1726884918.58693: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884918.58705: Calling all_plugins_play to load vars for managed_node2 11924 1726884918.58708: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884918.58711: Calling groups_plugins_play to load vars for managed_node2 11924 1726884918.59405: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a39 11924 1726884918.59411: WORKER PROCESS EXITING 11924 1726884918.60122: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884918.62206: done with get_vars() 11924 1726884918.62222: done getting variables 11924 1726884918.62435: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:15:18 -0400 (0:00:00.060) 0:01:23.964 ****** 11924 1726884918.62536: entering _queue_task() for managed_node2/assert 11924 1726884918.63303: worker is 1 (out of 1 available) 11924 1726884918.63316: exiting _queue_task() for managed_node2/assert 11924 1726884918.63328: done queuing things up, now waiting for results queue to drain 11924 1726884918.63330: waiting for pending results... 11924 1726884918.64071: running TaskExecutor() for managed_node2/TASK: Verify the LUKS volume's device type if encrypted 11924 1726884918.64551: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a3a 11924 1726884918.64862: variable 'ansible_search_path' from source: unknown 11924 1726884918.64866: calling self._execute() 11924 1726884918.64997: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884918.65012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884918.65029: variable 'omit' from source: magic vars 11924 1726884918.65435: variable '_storage_test_volume_present' from source: set_fact 11924 1726884918.65438: variable 'storage_test_volume' from source: include params 11924 1726884918.65543: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 11924 1726884918.65546: when evaluation is False, skipping this task 11924 1726884918.65549: _execute() done 11924 1726884918.65551: dumping result to json 11924 1726884918.65553: done dumping result, returning 11924 1726884918.65559: done running TaskExecutor() for managed_node2/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-f4c0-2290-000000002a3a] 11924 1726884918.65562: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a3a skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884918.65679: no more pending results, returning what we have 11924 1726884918.65684: results queue empty 11924 1726884918.65684: checking for any_errors_fatal 11924 1726884918.65693: done checking for any_errors_fatal 11924 1726884918.65694: checking for max_fail_percentage 11924 1726884918.65697: done checking for max_fail_percentage 11924 1726884918.65698: checking to see if all hosts have failed and the running result is not ok 11924 1726884918.65699: done checking to see if all hosts have failed 11924 1726884918.65699: getting the remaining hosts for this loop 11924 1726884918.65701: done getting the remaining hosts for this loop 11924 1726884918.65706: getting the next task for host managed_node2 11924 1726884918.65715: done getting next task for host managed_node2 11924 1726884918.65830: ^ task is: TASK: Check LUKS version 11924 1726884918.65838: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884918.65844: getting variables 11924 1726884918.65846: in VariableManager get_vars() 11924 1726884918.65884: Calling all_inventory to load vars for managed_node2 11924 1726884918.65887: Calling groups_inventory to load vars for managed_node2 11924 1726884918.65891: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884918.65903: Calling all_plugins_play to load vars for managed_node2 11924 1726884918.65906: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884918.65910: Calling groups_plugins_play to load vars for managed_node2 11924 1726884918.66564: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a3a 11924 1726884918.66568: WORKER PROCESS EXITING 11924 1726884918.67272: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884918.67949: done with get_vars() 11924 1726884918.67966: done getting variables 11924 1726884918.68026: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:18 -0400 (0:00:00.055) 0:01:24.019 ****** 11924 1726884918.68068: entering _queue_task() for managed_node2/assert 11924 1726884918.68485: worker is 1 (out of 1 available) 11924 1726884918.68496: exiting _queue_task() for managed_node2/assert 11924 1726884918.68510: done queuing things up, now waiting for results queue to drain 11924 1726884918.68512: waiting for pending results... 11924 1726884918.68719: running TaskExecutor() for managed_node2/TASK: Check LUKS version 11924 1726884918.68878: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a3b 11924 1726884918.68904: variable 'ansible_search_path' from source: unknown 11924 1726884918.68940: calling self._execute() 11924 1726884918.69338: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884918.69341: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884918.69344: variable 'omit' from source: magic vars 11924 1726884918.70060: variable '_storage_test_volume_present' from source: set_fact 11924 1726884918.70064: Evaluated conditional (_storage_test_volume_present): True 11924 1726884918.70425: variable 'storage_test_volume' from source: include params 11924 1726884918.70428: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884918.70430: when evaluation is False, skipping this task 11924 1726884918.70433: _execute() done 11924 1726884918.70435: dumping result to json 11924 1726884918.70438: done dumping result, returning 11924 1726884918.70440: done running TaskExecutor() for managed_node2/TASK: Check LUKS version [0affc8a3-6f6f-f4c0-2290-000000002a3b] 11924 1726884918.70454: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a3b 11924 1726884918.70772: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a3b 11924 1726884918.70776: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884918.70836: no more pending results, returning what we have 11924 1726884918.70841: results queue empty 11924 1726884918.70842: checking for any_errors_fatal 11924 1726884918.70851: done checking for any_errors_fatal 11924 1726884918.70852: checking for max_fail_percentage 11924 1726884918.70854: done checking for max_fail_percentage 11924 1726884918.70856: checking to see if all hosts have failed and the running result is not ok 11924 1726884918.70857: done checking to see if all hosts have failed 11924 1726884918.70858: getting the remaining hosts for this loop 11924 1726884918.70860: done getting the remaining hosts for this loop 11924 1726884918.70864: getting the next task for host managed_node2 11924 1726884918.70880: done getting next task for host managed_node2 11924 1726884918.70884: ^ task is: TASK: Check LUKS key size 11924 1726884918.70893: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884918.70900: getting variables 11924 1726884918.70904: in VariableManager get_vars() 11924 1726884918.70940: Calling all_inventory to load vars for managed_node2 11924 1726884918.70942: Calling groups_inventory to load vars for managed_node2 11924 1726884918.70946: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884918.71283: Calling all_plugins_play to load vars for managed_node2 11924 1726884918.71287: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884918.71294: Calling groups_plugins_play to load vars for managed_node2 11924 1726884918.73489: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884918.74411: done with get_vars() 11924 1726884918.74427: done getting variables 11924 1726884918.74603: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:18 -0400 (0:00:00.065) 0:01:24.085 ****** 11924 1726884918.74645: entering _queue_task() for managed_node2/assert 11924 1726884918.75421: worker is 1 (out of 1 available) 11924 1726884918.75432: exiting _queue_task() for managed_node2/assert 11924 1726884918.75443: done queuing things up, now waiting for results queue to drain 11924 1726884918.75445: waiting for pending results... 11924 1726884918.75972: running TaskExecutor() for managed_node2/TASK: Check LUKS key size 11924 1726884918.76343: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a3c 11924 1726884918.76392: variable 'ansible_search_path' from source: unknown 11924 1726884918.76478: calling self._execute() 11924 1726884918.76788: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884918.76794: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884918.76861: variable 'omit' from source: magic vars 11924 1726884918.77637: variable '_storage_test_volume_present' from source: set_fact 11924 1726884918.77645: Evaluated conditional (_storage_test_volume_present): True 11924 1726884918.77933: variable 'storage_test_volume' from source: include params 11924 1726884918.77963: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884918.77966: when evaluation is False, skipping this task 11924 1726884918.77969: _execute() done 11924 1726884918.77971: dumping result to json 11924 1726884918.77974: done dumping result, returning 11924 1726884918.77981: done running TaskExecutor() for managed_node2/TASK: Check LUKS key size [0affc8a3-6f6f-f4c0-2290-000000002a3c] 11924 1726884918.78013: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a3c 11924 1726884918.78220: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a3c 11924 1726884918.78226: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884918.78280: no more pending results, returning what we have 11924 1726884918.78285: results queue empty 11924 1726884918.78286: checking for any_errors_fatal 11924 1726884918.78295: done checking for any_errors_fatal 11924 1726884918.78296: checking for max_fail_percentage 11924 1726884918.78298: done checking for max_fail_percentage 11924 1726884918.78299: checking to see if all hosts have failed and the running result is not ok 11924 1726884918.78299: done checking to see if all hosts have failed 11924 1726884918.78300: getting the remaining hosts for this loop 11924 1726884918.78304: done getting the remaining hosts for this loop 11924 1726884918.78308: getting the next task for host managed_node2 11924 1726884918.78317: done getting next task for host managed_node2 11924 1726884918.78320: ^ task is: TASK: Check LUKS cipher 11924 1726884918.78329: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884918.78334: getting variables 11924 1726884918.78336: in VariableManager get_vars() 11924 1726884918.78378: Calling all_inventory to load vars for managed_node2 11924 1726884918.78381: Calling groups_inventory to load vars for managed_node2 11924 1726884918.78388: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884918.78401: Calling all_plugins_play to load vars for managed_node2 11924 1726884918.78405: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884918.78409: Calling groups_plugins_play to load vars for managed_node2 11924 1726884918.80433: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884918.81764: done with get_vars() 11924 1726884918.81867: done getting variables 11924 1726884918.81927: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:18 -0400 (0:00:00.073) 0:01:24.159 ****** 11924 1726884918.82105: entering _queue_task() for managed_node2/assert 11924 1726884918.82679: worker is 1 (out of 1 available) 11924 1726884918.82691: exiting _queue_task() for managed_node2/assert 11924 1726884918.82706: done queuing things up, now waiting for results queue to drain 11924 1726884918.82707: waiting for pending results... 11924 1726884918.83418: running TaskExecutor() for managed_node2/TASK: Check LUKS cipher 11924 1726884918.83626: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a3d 11924 1726884918.83631: variable 'ansible_search_path' from source: unknown 11924 1726884918.83634: calling self._execute() 11924 1726884918.84245: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884918.84253: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884918.84257: variable 'omit' from source: magic vars 11924 1726884918.85583: variable '_storage_test_volume_present' from source: set_fact 11924 1726884918.85586: Evaluated conditional (_storage_test_volume_present): True 11924 1726884918.85993: variable 'storage_test_volume' from source: include params 11924 1726884918.86031: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884918.86034: when evaluation is False, skipping this task 11924 1726884918.86038: _execute() done 11924 1726884918.86040: dumping result to json 11924 1726884918.86043: done dumping result, returning 11924 1726884918.86228: done running TaskExecutor() for managed_node2/TASK: Check LUKS cipher [0affc8a3-6f6f-f4c0-2290-000000002a3d] 11924 1726884918.86232: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a3d 11924 1726884918.86313: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a3d 11924 1726884918.86317: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884918.86382: no more pending results, returning what we have 11924 1726884918.86386: results queue empty 11924 1726884918.86387: checking for any_errors_fatal 11924 1726884918.86399: done checking for any_errors_fatal 11924 1726884918.86400: checking for max_fail_percentage 11924 1726884918.86402: done checking for max_fail_percentage 11924 1726884918.86403: checking to see if all hosts have failed and the running result is not ok 11924 1726884918.86404: done checking to see if all hosts have failed 11924 1726884918.86404: getting the remaining hosts for this loop 11924 1726884918.86406: done getting the remaining hosts for this loop 11924 1726884918.86410: getting the next task for host managed_node2 11924 1726884918.86420: done getting next task for host managed_node2 11924 1726884918.86422: ^ task is: TASK: Set test variables 11924 1726884918.86430: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884918.86434: getting variables 11924 1726884918.86658: in VariableManager get_vars() 11924 1726884918.86695: Calling all_inventory to load vars for managed_node2 11924 1726884918.86699: Calling groups_inventory to load vars for managed_node2 11924 1726884918.86702: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884918.86714: Calling all_plugins_play to load vars for managed_node2 11924 1726884918.86717: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884918.86720: Calling groups_plugins_play to load vars for managed_node2 11924 1726884918.88754: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884918.90858: done with get_vars() 11924 1726884918.90874: done getting variables 11924 1726884918.90937: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:18 -0400 (0:00:00.091) 0:01:24.251 ****** 11924 1726884918.91268: entering _queue_task() for managed_node2/set_fact 11924 1726884918.92103: worker is 1 (out of 1 available) 11924 1726884918.92116: exiting _queue_task() for managed_node2/set_fact 11924 1726884918.92128: done queuing things up, now waiting for results queue to drain 11924 1726884918.92130: waiting for pending results... 11924 1726884918.92751: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884918.93067: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a3e 11924 1726884918.93071: variable 'ansible_search_path' from source: unknown 11924 1726884918.93074: calling self._execute() 11924 1726884918.93401: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884918.93411: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884918.93458: variable 'omit' from source: magic vars 11924 1726884918.94274: variable 'omit' from source: magic vars 11924 1726884918.94365: variable 'omit' from source: magic vars 11924 1726884918.96269: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884919.03149: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884919.03562: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884919.03699: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884919.03738: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884919.03968: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884919.04267: variable 'storage_test_volume' from source: include params 11924 1726884919.04286: variable '_storage_test_volume_present' from source: set_fact 11924 1726884919.04979: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884919.05009: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884919.05299: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884919.05341: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884919.05578: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884919.05625: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884919.05652: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884919.06060: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884919.06064: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884919.06066: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884919.06275: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884919.06297: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884919.06322: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884919.06356: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884919.06572: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884919.06751: variable 'storage_test_crypttab' from source: set_fact 11924 1726884919.07170: variable 'storage_test_volume' from source: include params 11924 1726884919.07320: variable 'storage_test_volume' from source: include params 11924 1726884919.07345: variable 'omit' from source: magic vars 11924 1726884919.07777: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884919.07803: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884919.07825: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884919.07921: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884919.07924: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884919.07927: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884919.07929: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884919.07931: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884919.07933: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884919.07935: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884919.08442: Set connection var ansible_shell_executable to /bin/sh 11924 1726884919.08445: Set connection var ansible_connection to ssh 11924 1726884919.08450: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884919.08461: Set connection var ansible_timeout to 10 11924 1726884919.08464: Set connection var ansible_pipelining to False 11924 1726884919.08469: Set connection var ansible_shell_type to sh 11924 1726884919.08499: variable 'ansible_shell_executable' from source: unknown 11924 1726884919.08502: variable 'ansible_connection' from source: unknown 11924 1726884919.08507: variable 'ansible_module_compression' from source: unknown 11924 1726884919.08510: variable 'ansible_shell_type' from source: unknown 11924 1726884919.08512: variable 'ansible_shell_executable' from source: unknown 11924 1726884919.08517: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884919.08522: variable 'ansible_pipelining' from source: unknown 11924 1726884919.08524: variable 'ansible_timeout' from source: unknown 11924 1726884919.08529: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884919.08950: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884919.08964: variable 'omit' from source: magic vars 11924 1726884919.08966: starting attempt loop 11924 1726884919.08969: running the handler 11924 1726884919.08972: handler run complete 11924 1726884919.08974: attempt loop complete, returning result 11924 1726884919.08976: _execute() done 11924 1726884919.08978: dumping result to json 11924 1726884919.08981: done dumping result, returning 11924 1726884919.08983: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-000000002a3e] 11924 1726884919.08985: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a3e 11924 1726884919.09060: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a3e 11924 1726884919.09063: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 11924 1726884919.09315: no more pending results, returning what we have 11924 1726884919.09318: results queue empty 11924 1726884919.09319: checking for any_errors_fatal 11924 1726884919.09328: done checking for any_errors_fatal 11924 1726884919.09328: checking for max_fail_percentage 11924 1726884919.09330: done checking for max_fail_percentage 11924 1726884919.09331: checking to see if all hosts have failed and the running result is not ok 11924 1726884919.09332: done checking to see if all hosts have failed 11924 1726884919.09332: getting the remaining hosts for this loop 11924 1726884919.09334: done getting the remaining hosts for this loop 11924 1726884919.09337: getting the next task for host managed_node2 11924 1726884919.09346: done getting next task for host managed_node2 11924 1726884919.09348: ^ task is: TASK: Check for /etc/crypttab entry 11924 1726884919.09354: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884919.09360: getting variables 11924 1726884919.09362: in VariableManager get_vars() 11924 1726884919.09400: Calling all_inventory to load vars for managed_node2 11924 1726884919.09402: Calling groups_inventory to load vars for managed_node2 11924 1726884919.09406: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884919.09416: Calling all_plugins_play to load vars for managed_node2 11924 1726884919.09419: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884919.09422: Calling groups_plugins_play to load vars for managed_node2 11924 1726884919.11397: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884919.13067: done with get_vars() 11924 1726884919.13093: done getting variables 11924 1726884919.13210: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:19 -0400 (0:00:00.221) 0:01:24.472 ****** 11924 1726884919.13387: entering _queue_task() for managed_node2/assert 11924 1726884919.13886: worker is 1 (out of 1 available) 11924 1726884919.13897: exiting _queue_task() for managed_node2/assert 11924 1726884919.13909: done queuing things up, now waiting for results queue to drain 11924 1726884919.13911: waiting for pending results... 11924 1726884919.14331: running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry 11924 1726884919.14337: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a3f 11924 1726884919.14341: variable 'ansible_search_path' from source: unknown 11924 1726884919.14382: calling self._execute() 11924 1726884919.14519: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884919.14537: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884919.14562: variable 'omit' from source: magic vars 11924 1726884919.14752: variable 'omit' from source: magic vars 11924 1726884919.14761: variable 'omit' from source: magic vars 11924 1726884919.15040: variable 'storage_test_volume' from source: include params 11924 1726884919.15110: variable 'omit' from source: magic vars 11924 1726884919.15158: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884919.15204: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884919.15233: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884919.15253: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884919.15298: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884919.15301: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884919.15326: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884919.15360: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884919.15406: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884919.15409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884919.15495: Set connection var ansible_shell_executable to /bin/sh 11924 1726884919.15503: Set connection var ansible_connection to ssh 11924 1726884919.15523: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884919.15537: Set connection var ansible_timeout to 10 11924 1726884919.15548: Set connection var ansible_pipelining to False 11924 1726884919.15624: Set connection var ansible_shell_type to sh 11924 1726884919.15627: variable 'ansible_shell_executable' from source: unknown 11924 1726884919.15629: variable 'ansible_connection' from source: unknown 11924 1726884919.15631: variable 'ansible_module_compression' from source: unknown 11924 1726884919.15634: variable 'ansible_shell_type' from source: unknown 11924 1726884919.15636: variable 'ansible_shell_executable' from source: unknown 11924 1726884919.15638: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884919.15641: variable 'ansible_pipelining' from source: unknown 11924 1726884919.15643: variable 'ansible_timeout' from source: unknown 11924 1726884919.15645: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884919.15796: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884919.15841: variable 'omit' from source: magic vars 11924 1726884919.15844: starting attempt loop 11924 1726884919.15847: running the handler 11924 1726884919.16372: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884919.22082: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884919.22150: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884919.22389: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884919.22428: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884919.22452: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884919.22526: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884919.22558: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884919.22891: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884919.22934: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884919.22948: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884919.23005: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884919.23028: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884919.23052: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884919.23415: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884919.23537: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884919.23931: variable '_storage_test_crypttab_entries' from source: set_fact 11924 1726884919.23948: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884919.23951: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 11924 1726884919.23960: handler run complete 11924 1726884919.23975: attempt loop complete, returning result 11924 1726884919.23979: _execute() done 11924 1726884919.23982: dumping result to json 11924 1726884919.23984: done dumping result, returning 11924 1726884919.23992: done running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-f4c0-2290-000000002a3f] 11924 1726884919.23999: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a3f 11924 1726884919.24488: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a3f 11924 1726884919.24491: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884919.24544: no more pending results, returning what we have 11924 1726884919.24557: results queue empty 11924 1726884919.24558: checking for any_errors_fatal 11924 1726884919.24570: done checking for any_errors_fatal 11924 1726884919.24570: checking for max_fail_percentage 11924 1726884919.24573: done checking for max_fail_percentage 11924 1726884919.24574: checking to see if all hosts have failed and the running result is not ok 11924 1726884919.24574: done checking to see if all hosts have failed 11924 1726884919.24575: getting the remaining hosts for this loop 11924 1726884919.24577: done getting the remaining hosts for this loop 11924 1726884919.24581: getting the next task for host managed_node2 11924 1726884919.24589: done getting next task for host managed_node2 11924 1726884919.24592: ^ task is: TASK: Validate the format of the crypttab entry 11924 1726884919.24597: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884919.24604: getting variables 11924 1726884919.24606: in VariableManager get_vars() 11924 1726884919.24639: Calling all_inventory to load vars for managed_node2 11924 1726884919.24641: Calling groups_inventory to load vars for managed_node2 11924 1726884919.24644: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884919.24654: Calling all_plugins_play to load vars for managed_node2 11924 1726884919.24784: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884919.24789: Calling groups_plugins_play to load vars for managed_node2 11924 1726884919.26070: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884919.27420: done with get_vars() 11924 1726884919.27508: done getting variables 11924 1726884919.27568: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:19 -0400 (0:00:00.142) 0:01:24.614 ****** 11924 1726884919.27716: entering _queue_task() for managed_node2/assert 11924 1726884919.28891: worker is 1 (out of 1 available) 11924 1726884919.28904: exiting _queue_task() for managed_node2/assert 11924 1726884919.28917: done queuing things up, now waiting for results queue to drain 11924 1726884919.28919: waiting for pending results... 11924 1726884919.29377: running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry 11924 1726884919.29543: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a40 11924 1726884919.29560: variable 'ansible_search_path' from source: unknown 11924 1726884919.29593: calling self._execute() 11924 1726884919.29884: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884919.29905: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884919.29908: variable 'omit' from source: magic vars 11924 1726884919.30754: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884919.35596: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884919.37010: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884919.37014: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884919.37017: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884919.37043: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884919.37334: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884919.37463: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884919.37466: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884919.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) 11924 1726884919.37499: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884919.37615: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884919.37753: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884919.37758: when evaluation is False, skipping this task 11924 1726884919.37761: _execute() done 11924 1726884919.37766: dumping result to json 11924 1726884919.37770: done dumping result, returning 11924 1726884919.37779: done running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-f4c0-2290-000000002a40] 11924 1726884919.37785: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a40 11924 1726884919.37888: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a40 11924 1726884919.37892: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884919.37972: no more pending results, returning what we have 11924 1726884919.37975: results queue empty 11924 1726884919.37976: checking for any_errors_fatal 11924 1726884919.37983: done checking for any_errors_fatal 11924 1726884919.37983: checking for max_fail_percentage 11924 1726884919.37986: done checking for max_fail_percentage 11924 1726884919.37987: checking to see if all hosts have failed and the running result is not ok 11924 1726884919.37987: done checking to see if all hosts have failed 11924 1726884919.37988: getting the remaining hosts for this loop 11924 1726884919.37990: done getting the remaining hosts for this loop 11924 1726884919.37994: getting the next task for host managed_node2 11924 1726884919.38002: done getting next task for host managed_node2 11924 1726884919.38004: ^ task is: TASK: Check backing device of crypttab entry 11924 1726884919.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=7, rescue=0, always=0, handlers=0, run_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 11924 1726884919.38014: getting variables 11924 1726884919.38017: in VariableManager get_vars() 11924 1726884919.38050: Calling all_inventory to load vars for managed_node2 11924 1726884919.38053: Calling groups_inventory to load vars for managed_node2 11924 1726884919.38059: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884919.38070: Calling all_plugins_play to load vars for managed_node2 11924 1726884919.38073: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884919.38076: Calling groups_plugins_play to load vars for managed_node2 11924 1726884919.39561: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884919.40939: done with get_vars() 11924 1726884919.41257: done getting variables 11924 1726884919.41373: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:19 -0400 (0:00:00.138) 0:01:24.753 ****** 11924 1726884919.41411: entering _queue_task() for managed_node2/assert 11924 1726884919.42504: worker is 1 (out of 1 available) 11924 1726884919.42517: exiting _queue_task() for managed_node2/assert 11924 1726884919.42528: done queuing things up, now waiting for results queue to drain 11924 1726884919.42530: waiting for pending results... 11924 1726884919.43006: running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry 11924 1726884919.43427: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a41 11924 1726884919.43432: variable 'ansible_search_path' from source: unknown 11924 1726884919.43435: calling self._execute() 11924 1726884919.43714: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884919.43719: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884919.43735: variable 'omit' from source: magic vars 11924 1726884919.44627: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884919.51711: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884919.51793: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884919.51852: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884919.51895: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884919.51926: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884919.52099: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884919.52138: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884919.52179: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884919.52230: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884919.52249: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884919.52394: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884919.52423: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884919.52431: when evaluation is False, skipping this task 11924 1726884919.52439: _execute() done 11924 1726884919.52446: dumping result to json 11924 1726884919.52497: done dumping result, returning 11924 1726884919.52500: done running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-f4c0-2290-000000002a41] 11924 1726884919.52503: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a41 skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884919.52648: no more pending results, returning what we have 11924 1726884919.52652: results queue empty 11924 1726884919.52653: checking for any_errors_fatal 11924 1726884919.52660: done checking for any_errors_fatal 11924 1726884919.52661: checking for max_fail_percentage 11924 1726884919.52663: done checking for max_fail_percentage 11924 1726884919.52664: checking to see if all hosts have failed and the running result is not ok 11924 1726884919.52665: done checking to see if all hosts have failed 11924 1726884919.52665: getting the remaining hosts for this loop 11924 1726884919.52667: done getting the remaining hosts for this loop 11924 1726884919.52671: getting the next task for host managed_node2 11924 1726884919.52680: done getting next task for host managed_node2 11924 1726884919.52682: ^ task is: TASK: Check key file of crypttab entry 11924 1726884919.52688: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884919.52692: getting variables 11924 1726884919.52694: in VariableManager get_vars() 11924 1726884919.52731: Calling all_inventory to load vars for managed_node2 11924 1726884919.52733: Calling groups_inventory to load vars for managed_node2 11924 1726884919.52737: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884919.52748: Calling all_plugins_play to load vars for managed_node2 11924 1726884919.52751: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884919.52754: Calling groups_plugins_play to load vars for managed_node2 11924 1726884919.53489: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a41 11924 1726884919.53493: WORKER PROCESS EXITING 11924 1726884919.54292: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884919.56571: done with get_vars() 11924 1726884919.56587: done getting variables 11924 1726884919.56651: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:19 -0400 (0:00:00.152) 0:01:24.905 ****** 11924 1726884919.56689: entering _queue_task() for managed_node2/assert 11924 1726884919.57020: worker is 1 (out of 1 available) 11924 1726884919.57033: exiting _queue_task() for managed_node2/assert 11924 1726884919.57046: done queuing things up, now waiting for results queue to drain 11924 1726884919.57047: waiting for pending results... 11924 1726884919.57408: running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry 11924 1726884919.57521: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a42 11924 1726884919.57535: variable 'ansible_search_path' from source: unknown 11924 1726884919.57570: calling self._execute() 11924 1726884919.57830: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884919.57835: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884919.57838: variable 'omit' from source: magic vars 11924 1726884919.58268: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884919.63192: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884919.63391: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884919.63436: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884919.63763: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884919.63766: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884919.63769: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884919.63872: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884919.63926: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884919.64027: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884919.64043: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884919.64473: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884919.64476: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884919.64479: when evaluation is False, skipping this task 11924 1726884919.64482: _execute() done 11924 1726884919.64484: dumping result to json 11924 1726884919.64486: done dumping result, returning 11924 1726884919.64488: done running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry [0affc8a3-6f6f-f4c0-2290-000000002a42] 11924 1726884919.64490: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a42 11924 1726884919.64572: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a42 11924 1726884919.64577: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884919.64632: no more pending results, returning what we have 11924 1726884919.64636: results queue empty 11924 1726884919.64637: checking for any_errors_fatal 11924 1726884919.64649: done checking for any_errors_fatal 11924 1726884919.64650: checking for max_fail_percentage 11924 1726884919.64653: done checking for max_fail_percentage 11924 1726884919.64654: checking to see if all hosts have failed and the running result is not ok 11924 1726884919.64654: done checking to see if all hosts have failed 11924 1726884919.64657: getting the remaining hosts for this loop 11924 1726884919.64659: done getting the remaining hosts for this loop 11924 1726884919.64663: getting the next task for host managed_node2 11924 1726884919.64672: done getting next task for host managed_node2 11924 1726884919.64674: ^ task is: TASK: Clear test variables 11924 1726884919.64681: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884919.64688: getting variables 11924 1726884919.64691: in VariableManager get_vars() 11924 1726884919.64728: Calling all_inventory to load vars for managed_node2 11924 1726884919.64731: Calling groups_inventory to load vars for managed_node2 11924 1726884919.64734: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884919.64744: Calling all_plugins_play to load vars for managed_node2 11924 1726884919.64747: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884919.64750: Calling groups_plugins_play to load vars for managed_node2 11924 1726884919.66409: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884919.68293: done with get_vars() 11924 1726884919.68313: done getting variables 11924 1726884919.68583: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:19 -0400 (0:00:00.119) 0:01:25.025 ****** 11924 1726884919.68627: entering _queue_task() for managed_node2/set_fact 11924 1726884919.69314: worker is 1 (out of 1 available) 11924 1726884919.69326: exiting _queue_task() for managed_node2/set_fact 11924 1726884919.69452: done queuing things up, now waiting for results queue to drain 11924 1726884919.69456: waiting for pending results... 11924 1726884919.70276: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884919.70282: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a43 11924 1726884919.70285: variable 'ansible_search_path' from source: unknown 11924 1726884919.70623: calling self._execute() 11924 1726884919.70627: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884919.70750: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884919.70764: variable 'omit' from source: magic vars 11924 1726884919.71002: variable 'omit' from source: magic vars 11924 1726884919.71190: variable 'omit' from source: magic vars 11924 1726884919.71229: variable 'omit' from source: magic vars 11924 1726884919.71499: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884919.71502: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884919.71504: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884919.71507: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884919.71510: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884919.71610: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884919.71628: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884919.71660: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884919.71720: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884919.71723: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884919.71962: Set connection var ansible_shell_executable to /bin/sh 11924 1726884919.71966: Set connection var ansible_connection to ssh 11924 1726884919.71972: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884919.71977: Set connection var ansible_timeout to 10 11924 1726884919.71983: Set connection var ansible_pipelining to False 11924 1726884919.71989: Set connection var ansible_shell_type to sh 11924 1726884919.72072: variable 'ansible_shell_executable' from source: unknown 11924 1726884919.72075: variable 'ansible_connection' from source: unknown 11924 1726884919.72077: variable 'ansible_module_compression' from source: unknown 11924 1726884919.72079: variable 'ansible_shell_type' from source: unknown 11924 1726884919.72081: variable 'ansible_shell_executable' from source: unknown 11924 1726884919.72181: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884919.72184: variable 'ansible_pipelining' from source: unknown 11924 1726884919.72186: variable 'ansible_timeout' from source: unknown 11924 1726884919.72188: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884919.72433: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884919.72445: variable 'omit' from source: magic vars 11924 1726884919.72450: starting attempt loop 11924 1726884919.72453: running the handler 11924 1726884919.72792: handler run complete 11924 1726884919.72795: attempt loop complete, returning result 11924 1726884919.72798: _execute() done 11924 1726884919.72801: dumping result to json 11924 1726884919.72803: done dumping result, returning 11924 1726884919.72807: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-000000002a43] 11924 1726884919.72809: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a43 11924 1726884919.72877: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a43 11924 1726884919.72881: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 11924 1726884919.72952: no more pending results, returning what we have 11924 1726884919.72958: results queue empty 11924 1726884919.72959: checking for any_errors_fatal 11924 1726884919.72974: done checking for any_errors_fatal 11924 1726884919.72975: checking for max_fail_percentage 11924 1726884919.72977: done checking for max_fail_percentage 11924 1726884919.72979: checking to see if all hosts have failed and the running result is not ok 11924 1726884919.72979: done checking to see if all hosts have failed 11924 1726884919.72980: getting the remaining hosts for this loop 11924 1726884919.72983: done getting the remaining hosts for this loop 11924 1726884919.72987: getting the next task for host managed_node2 11924 1726884919.73000: done getting next task for host managed_node2 11924 1726884919.73006: ^ task is: TASK: Get information about RAID 11924 1726884919.73015: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884919.73020: getting variables 11924 1726884919.73021: in VariableManager get_vars() 11924 1726884919.73279: Calling all_inventory to load vars for managed_node2 11924 1726884919.73282: Calling groups_inventory to load vars for managed_node2 11924 1726884919.73285: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884919.73297: Calling all_plugins_play to load vars for managed_node2 11924 1726884919.73300: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884919.73305: Calling groups_plugins_play to load vars for managed_node2 11924 1726884919.74562: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884919.76030: done with get_vars() 11924 1726884919.76052: done getting variables 11924 1726884919.76219: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:19 -0400 (0:00:00.076) 0:01:25.101 ****** 11924 1726884919.76258: entering _queue_task() for managed_node2/command 11924 1726884919.76937: worker is 1 (out of 1 available) 11924 1726884919.77170: exiting _queue_task() for managed_node2/command 11924 1726884919.77182: done queuing things up, now waiting for results queue to drain 11924 1726884919.77183: waiting for pending results... 11924 1726884919.78069: running TaskExecutor() for managed_node2/TASK: Get information about RAID 11924 1726884919.78216: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a47 11924 1726884919.78232: variable 'ansible_search_path' from source: unknown 11924 1726884919.78267: calling self._execute() 11924 1726884919.78939: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884919.78945: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884919.78959: variable 'omit' from source: magic vars 11924 1726884919.80095: variable 'storage_test_volume' from source: include params 11924 1726884919.80568: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884919.80571: when evaluation is False, skipping this task 11924 1726884919.80574: _execute() done 11924 1726884919.80578: dumping result to json 11924 1726884919.80581: done dumping result, returning 11924 1726884919.80588: done running TaskExecutor() for managed_node2/TASK: Get information about RAID [0affc8a3-6f6f-f4c0-2290-000000002a47] 11924 1726884919.80632: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a47 11924 1726884919.80706: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a47 11924 1726884919.80710: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884919.80816: no more pending results, returning what we have 11924 1726884919.80820: results queue empty 11924 1726884919.80821: checking for any_errors_fatal 11924 1726884919.80830: done checking for any_errors_fatal 11924 1726884919.80831: checking for max_fail_percentage 11924 1726884919.80833: done checking for max_fail_percentage 11924 1726884919.80834: checking to see if all hosts have failed and the running result is not ok 11924 1726884919.80835: done checking to see if all hosts have failed 11924 1726884919.80835: getting the remaining hosts for this loop 11924 1726884919.80838: done getting the remaining hosts for this loop 11924 1726884919.80842: getting the next task for host managed_node2 11924 1726884919.80852: done getting next task for host managed_node2 11924 1726884919.80856: ^ task is: TASK: Set active devices regex 11924 1726884919.80865: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884919.80870: getting variables 11924 1726884919.80872: in VariableManager get_vars() 11924 1726884919.80912: Calling all_inventory to load vars for managed_node2 11924 1726884919.80914: Calling groups_inventory to load vars for managed_node2 11924 1726884919.80918: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884919.80930: Calling all_plugins_play to load vars for managed_node2 11924 1726884919.80934: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884919.80937: Calling groups_plugins_play to load vars for managed_node2 11924 1726884919.82415: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884919.83788: done with get_vars() 11924 1726884919.83809: done getting variables 11924 1726884919.83984: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:19 -0400 (0:00:00.077) 0:01:25.179 ****** 11924 1726884919.84023: entering _queue_task() for managed_node2/set_fact 11924 1726884919.84680: worker is 1 (out of 1 available) 11924 1726884919.84917: exiting _queue_task() for managed_node2/set_fact 11924 1726884919.84930: done queuing things up, now waiting for results queue to drain 11924 1726884919.84932: waiting for pending results... 11924 1726884919.85580: running TaskExecutor() for managed_node2/TASK: Set active devices regex 11924 1726884919.85727: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a48 11924 1726884919.85743: variable 'ansible_search_path' from source: unknown 11924 1726884919.85961: calling self._execute() 11924 1726884919.86095: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884919.86106: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884919.86230: variable 'omit' from source: magic vars 11924 1726884919.87087: variable 'storage_test_volume' from source: include params 11924 1726884919.87189: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884919.87193: when evaluation is False, skipping this task 11924 1726884919.87196: _execute() done 11924 1726884919.87199: dumping result to json 11924 1726884919.87201: done dumping result, returning 11924 1726884919.87203: done running TaskExecutor() for managed_node2/TASK: Set active devices regex [0affc8a3-6f6f-f4c0-2290-000000002a48] 11924 1726884919.87205: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a48 11924 1726884919.87635: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a48 11924 1726884919.87639: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884919.87778: no more pending results, returning what we have 11924 1726884919.87781: results queue empty 11924 1726884919.87782: checking for any_errors_fatal 11924 1726884919.87789: done checking for any_errors_fatal 11924 1726884919.87790: checking for max_fail_percentage 11924 1726884919.87791: done checking for max_fail_percentage 11924 1726884919.87792: checking to see if all hosts have failed and the running result is not ok 11924 1726884919.87793: done checking to see if all hosts have failed 11924 1726884919.87794: getting the remaining hosts for this loop 11924 1726884919.87796: done getting the remaining hosts for this loop 11924 1726884919.87799: getting the next task for host managed_node2 11924 1726884919.87812: done getting next task for host managed_node2 11924 1726884919.87814: ^ task is: TASK: Set spare devices regex 11924 1726884919.87821: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884919.87825: getting variables 11924 1726884919.87827: in VariableManager get_vars() 11924 1726884919.87865: Calling all_inventory to load vars for managed_node2 11924 1726884919.87868: Calling groups_inventory to load vars for managed_node2 11924 1726884919.87872: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884919.87883: Calling all_plugins_play to load vars for managed_node2 11924 1726884919.87886: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884919.87889: Calling groups_plugins_play to load vars for managed_node2 11924 1726884919.89205: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884919.90553: done with get_vars() 11924 1726884919.90570: done getting variables 11924 1726884919.90629: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:19 -0400 (0:00:00.067) 0:01:25.246 ****** 11924 1726884919.90778: entering _queue_task() for managed_node2/set_fact 11924 1726884919.91463: worker is 1 (out of 1 available) 11924 1726884919.91475: exiting _queue_task() for managed_node2/set_fact 11924 1726884919.91488: done queuing things up, now waiting for results queue to drain 11924 1726884919.91489: waiting for pending results... 11924 1726884919.92119: running TaskExecutor() for managed_node2/TASK: Set spare devices regex 11924 1726884919.92434: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a49 11924 1726884919.92437: variable 'ansible_search_path' from source: unknown 11924 1726884919.92440: calling self._execute() 11924 1726884919.92649: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884919.92653: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884919.92715: variable 'omit' from source: magic vars 11924 1726884919.93749: variable 'storage_test_volume' from source: include params 11924 1726884919.93752: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884919.93754: when evaluation is False, skipping this task 11924 1726884919.93758: _execute() done 11924 1726884919.93760: dumping result to json 11924 1726884919.93762: done dumping result, returning 11924 1726884919.93764: done running TaskExecutor() for managed_node2/TASK: Set spare devices regex [0affc8a3-6f6f-f4c0-2290-000000002a49] 11924 1726884919.93766: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a49 11924 1726884919.93863: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a49 11924 1726884919.93866: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884919.93923: no more pending results, returning what we have 11924 1726884919.93927: results queue empty 11924 1726884919.93928: checking for any_errors_fatal 11924 1726884919.93935: done checking for any_errors_fatal 11924 1726884919.93936: checking for max_fail_percentage 11924 1726884919.93938: done checking for max_fail_percentage 11924 1726884919.93939: checking to see if all hosts have failed and the running result is not ok 11924 1726884919.93940: done checking to see if all hosts have failed 11924 1726884919.93940: getting the remaining hosts for this loop 11924 1726884919.93942: done getting the remaining hosts for this loop 11924 1726884919.93946: getting the next task for host managed_node2 11924 1726884919.93957: done getting next task for host managed_node2 11924 1726884919.93959: ^ task is: TASK: Set md version regex 11924 1726884919.93966: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884919.93972: getting variables 11924 1726884919.93975: in VariableManager get_vars() 11924 1726884919.94014: Calling all_inventory to load vars for managed_node2 11924 1726884919.94016: Calling groups_inventory to load vars for managed_node2 11924 1726884919.94020: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884919.94033: Calling all_plugins_play to load vars for managed_node2 11924 1726884919.94037: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884919.94041: Calling groups_plugins_play to load vars for managed_node2 11924 1726884919.95989: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884919.97990: done with get_vars() 11924 1726884919.98008: done getting variables 11924 1726884919.98380: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:19 -0400 (0:00:00.076) 0:01:25.323 ****** 11924 1726884919.98417: entering _queue_task() for managed_node2/set_fact 11924 1726884919.99085: worker is 1 (out of 1 available) 11924 1726884919.99097: exiting _queue_task() for managed_node2/set_fact 11924 1726884919.99113: done queuing things up, now waiting for results queue to drain 11924 1726884919.99115: waiting for pending results... 11924 1726884919.99773: running TaskExecutor() for managed_node2/TASK: Set md version regex 11924 1726884920.00124: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a4a 11924 1726884920.00140: variable 'ansible_search_path' from source: unknown 11924 1726884920.00174: calling self._execute() 11924 1726884920.00677: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884920.00681: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884920.00703: variable 'omit' from source: magic vars 11924 1726884920.01607: variable 'storage_test_volume' from source: include params 11924 1726884920.01715: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884920.01719: when evaluation is False, skipping this task 11924 1726884920.01722: _execute() done 11924 1726884920.01725: dumping result to json 11924 1726884920.01728: done dumping result, returning 11924 1726884920.01733: done running TaskExecutor() for managed_node2/TASK: Set md version regex [0affc8a3-6f6f-f4c0-2290-000000002a4a] 11924 1726884920.01736: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a4a 11924 1726884920.02008: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a4a 11924 1726884920.02012: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884920.02077: no more pending results, returning what we have 11924 1726884920.02082: results queue empty 11924 1726884920.02083: checking for any_errors_fatal 11924 1726884920.02097: done checking for any_errors_fatal 11924 1726884920.02098: checking for max_fail_percentage 11924 1726884920.02100: done checking for max_fail_percentage 11924 1726884920.02107: checking to see if all hosts have failed and the running result is not ok 11924 1726884920.02108: done checking to see if all hosts have failed 11924 1726884920.02109: getting the remaining hosts for this loop 11924 1726884920.02112: done getting the remaining hosts for this loop 11924 1726884920.02116: getting the next task for host managed_node2 11924 1726884920.02126: done getting next task for host managed_node2 11924 1726884920.02129: ^ task is: TASK: Set chunk size regex 11924 1726884920.02136: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884920.02143: getting variables 11924 1726884920.02145: in VariableManager get_vars() 11924 1726884920.02196: Calling all_inventory to load vars for managed_node2 11924 1726884920.02199: Calling groups_inventory to load vars for managed_node2 11924 1726884920.02206: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884920.02219: Calling all_plugins_play to load vars for managed_node2 11924 1726884920.02222: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884920.02225: Calling groups_plugins_play to load vars for managed_node2 11924 1726884920.04727: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884920.07851: done with get_vars() 11924 1726884920.07873: done getting variables 11924 1726884920.07935: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:20 -0400 (0:00:00.100) 0:01:25.423 ****** 11924 1726884920.08500: entering _queue_task() for managed_node2/set_fact 11924 1726884920.09027: worker is 1 (out of 1 available) 11924 1726884920.09039: exiting _queue_task() for managed_node2/set_fact 11924 1726884920.09053: done queuing things up, now waiting for results queue to drain 11924 1726884920.09459: waiting for pending results... 11924 1726884920.09848: running TaskExecutor() for managed_node2/TASK: Set chunk size regex 11924 1726884920.10051: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a4b 11924 1726884920.10057: variable 'ansible_search_path' from source: unknown 11924 1726884920.10381: calling self._execute() 11924 1726884920.10462: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884920.10466: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884920.10470: variable 'omit' from source: magic vars 11924 1726884920.11565: variable 'storage_test_volume' from source: include params 11924 1726884920.11569: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884920.11573: when evaluation is False, skipping this task 11924 1726884920.11575: _execute() done 11924 1726884920.11578: dumping result to json 11924 1726884920.11580: done dumping result, returning 11924 1726884920.11583: done running TaskExecutor() for managed_node2/TASK: Set chunk size regex [0affc8a3-6f6f-f4c0-2290-000000002a4b] 11924 1726884920.11585: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a4b 11924 1726884920.11851: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a4b 11924 1726884920.11857: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884920.11986: no more pending results, returning what we have 11924 1726884920.11991: results queue empty 11924 1726884920.11992: checking for any_errors_fatal 11924 1726884920.12005: done checking for any_errors_fatal 11924 1726884920.12006: checking for max_fail_percentage 11924 1726884920.12008: done checking for max_fail_percentage 11924 1726884920.12009: checking to see if all hosts have failed and the running result is not ok 11924 1726884920.12010: done checking to see if all hosts have failed 11924 1726884920.12011: getting the remaining hosts for this loop 11924 1726884920.12013: done getting the remaining hosts for this loop 11924 1726884920.12017: getting the next task for host managed_node2 11924 1726884920.12027: done getting next task for host managed_node2 11924 1726884920.12030: ^ task is: TASK: Parse the chunk size 11924 1726884920.12039: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884920.12044: getting variables 11924 1726884920.12046: in VariableManager get_vars() 11924 1726884920.12088: Calling all_inventory to load vars for managed_node2 11924 1726884920.12091: Calling groups_inventory to load vars for managed_node2 11924 1726884920.12095: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884920.12111: Calling all_plugins_play to load vars for managed_node2 11924 1726884920.12115: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884920.12118: Calling groups_plugins_play to load vars for managed_node2 11924 1726884920.13739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884920.14748: done with get_vars() 11924 1726884920.14767: 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 22:15:20 -0400 (0:00:00.063) 0:01:25.487 ****** 11924 1726884920.14867: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884920.15283: worker is 1 (out of 1 available) 11924 1726884920.15293: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884920.15307: done queuing things up, now waiting for results queue to drain 11924 1726884920.15310: waiting for pending results... 11924 1726884920.15648: running TaskExecutor() for managed_node2/TASK: Parse the chunk size 11924 1726884920.15741: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a4c 11924 1726884920.15745: variable 'ansible_search_path' from source: unknown 11924 1726884920.15749: calling self._execute() 11924 1726884920.15966: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884920.15970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884920.15973: variable 'omit' from source: magic vars 11924 1726884920.16351: variable 'storage_test_volume' from source: include params 11924 1726884920.16406: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884920.16419: when evaluation is False, skipping this task 11924 1726884920.16423: _execute() done 11924 1726884920.16425: dumping result to json 11924 1726884920.16428: done dumping result, returning 11924 1726884920.16436: done running TaskExecutor() for managed_node2/TASK: Parse the chunk size [0affc8a3-6f6f-f4c0-2290-000000002a4c] 11924 1726884920.16441: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a4c skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884920.16643: no more pending results, returning what we have 11924 1726884920.16647: results queue empty 11924 1726884920.16650: checking for any_errors_fatal 11924 1726884920.16662: done checking for any_errors_fatal 11924 1726884920.16663: checking for max_fail_percentage 11924 1726884920.16666: done checking for max_fail_percentage 11924 1726884920.16667: checking to see if all hosts have failed and the running result is not ok 11924 1726884920.16667: done checking to see if all hosts have failed 11924 1726884920.16668: getting the remaining hosts for this loop 11924 1726884920.16674: done getting the remaining hosts for this loop 11924 1726884920.16678: getting the next task for host managed_node2 11924 1726884920.16687: done getting next task for host managed_node2 11924 1726884920.16690: ^ task is: TASK: Check RAID active devices count 11924 1726884920.16697: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884920.16706: getting variables 11924 1726884920.16711: in VariableManager get_vars() 11924 1726884920.16919: Calling all_inventory to load vars for managed_node2 11924 1726884920.16922: Calling groups_inventory to load vars for managed_node2 11924 1726884920.16926: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884920.16940: Calling all_plugins_play to load vars for managed_node2 11924 1726884920.16944: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884920.16949: Calling groups_plugins_play to load vars for managed_node2 11924 1726884920.17511: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a4c 11924 1726884920.17515: WORKER PROCESS EXITING 11924 1726884920.18967: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884920.21041: done with get_vars() 11924 1726884920.21170: done getting variables 11924 1726884920.21481: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:20 -0400 (0:00:00.066) 0:01:25.554 ****** 11924 1726884920.21524: entering _queue_task() for managed_node2/assert 11924 1726884920.22346: worker is 1 (out of 1 available) 11924 1726884920.22360: exiting _queue_task() for managed_node2/assert 11924 1726884920.22371: done queuing things up, now waiting for results queue to drain 11924 1726884920.22373: waiting for pending results... 11924 1726884920.22975: running TaskExecutor() for managed_node2/TASK: Check RAID active devices count 11924 1726884920.23318: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a4d 11924 1726884920.23348: variable 'ansible_search_path' from source: unknown 11924 1726884920.23432: calling self._execute() 11924 1726884920.23763: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884920.23770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884920.23773: variable 'omit' from source: magic vars 11924 1726884920.24693: variable 'storage_test_volume' from source: include params 11924 1726884920.24848: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884920.24852: when evaluation is False, skipping this task 11924 1726884920.24854: _execute() done 11924 1726884920.24913: dumping result to json 11924 1726884920.24917: done dumping result, returning 11924 1726884920.24963: done running TaskExecutor() for managed_node2/TASK: Check RAID active devices count [0affc8a3-6f6f-f4c0-2290-000000002a4d] 11924 1726884920.24973: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a4d 11924 1726884920.25310: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a4d 11924 1726884920.25314: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884920.25383: no more pending results, returning what we have 11924 1726884920.25387: results queue empty 11924 1726884920.25388: checking for any_errors_fatal 11924 1726884920.25398: done checking for any_errors_fatal 11924 1726884920.25399: checking for max_fail_percentage 11924 1726884920.25404: done checking for max_fail_percentage 11924 1726884920.25405: checking to see if all hosts have failed and the running result is not ok 11924 1726884920.25406: done checking to see if all hosts have failed 11924 1726884920.25406: getting the remaining hosts for this loop 11924 1726884920.25409: done getting the remaining hosts for this loop 11924 1726884920.25413: getting the next task for host managed_node2 11924 1726884920.25422: done getting next task for host managed_node2 11924 1726884920.25425: ^ task is: TASK: Check RAID spare devices count 11924 1726884920.25432: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884920.25438: getting variables 11924 1726884920.25440: in VariableManager get_vars() 11924 1726884920.25488: Calling all_inventory to load vars for managed_node2 11924 1726884920.25491: Calling groups_inventory to load vars for managed_node2 11924 1726884920.25495: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884920.25516: Calling all_plugins_play to load vars for managed_node2 11924 1726884920.25520: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884920.25524: Calling groups_plugins_play to load vars for managed_node2 11924 1726884920.27176: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884920.27975: done with get_vars() 11924 1726884920.27995: done getting variables 11924 1726884920.28062: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:20 -0400 (0:00:00.065) 0:01:25.620 ****** 11924 1726884920.28185: entering _queue_task() for managed_node2/assert 11924 1726884920.28766: worker is 1 (out of 1 available) 11924 1726884920.28777: exiting _queue_task() for managed_node2/assert 11924 1726884920.28788: done queuing things up, now waiting for results queue to drain 11924 1726884920.28789: waiting for pending results... 11924 1726884920.29228: running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count 11924 1726884920.29235: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a4e 11924 1726884920.29238: variable 'ansible_search_path' from source: unknown 11924 1726884920.29265: calling self._execute() 11924 1726884920.29537: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884920.29541: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884920.29545: variable 'omit' from source: magic vars 11924 1726884920.30193: variable 'storage_test_volume' from source: include params 11924 1726884920.30232: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884920.30236: when evaluation is False, skipping this task 11924 1726884920.30239: _execute() done 11924 1726884920.30242: dumping result to json 11924 1726884920.30244: done dumping result, returning 11924 1726884920.30250: done running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count [0affc8a3-6f6f-f4c0-2290-000000002a4e] 11924 1726884920.30258: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a4e 11924 1726884920.30362: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a4e 11924 1726884920.30365: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884920.30615: no more pending results, returning what we have 11924 1726884920.30619: results queue empty 11924 1726884920.30620: checking for any_errors_fatal 11924 1726884920.30633: done checking for any_errors_fatal 11924 1726884920.30634: checking for max_fail_percentage 11924 1726884920.30636: done checking for max_fail_percentage 11924 1726884920.30637: checking to see if all hosts have failed and the running result is not ok 11924 1726884920.30638: done checking to see if all hosts have failed 11924 1726884920.30639: getting the remaining hosts for this loop 11924 1726884920.30641: done getting the remaining hosts for this loop 11924 1726884920.30645: getting the next task for host managed_node2 11924 1726884920.30660: done getting next task for host managed_node2 11924 1726884920.30663: ^ task is: TASK: Check RAID metadata version 11924 1726884920.30675: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 11924 1726884920.30681: getting variables 11924 1726884920.30683: in VariableManager get_vars() 11924 1726884920.30726: Calling all_inventory to load vars for managed_node2 11924 1726884920.30734: Calling groups_inventory to load vars for managed_node2 11924 1726884920.30740: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884920.30778: Calling all_plugins_play to load vars for managed_node2 11924 1726884920.30783: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884920.30787: Calling groups_plugins_play to load vars for managed_node2 11924 1726884920.32817: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884920.33993: done with get_vars() 11924 1726884920.34014: done getting variables 11924 1726884920.34079: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:20 -0400 (0:00:00.059) 0:01:25.680 ****** 11924 1726884920.34117: entering _queue_task() for managed_node2/assert 11924 1726884920.34463: worker is 1 (out of 1 available) 11924 1726884920.34476: exiting _queue_task() for managed_node2/assert 11924 1726884920.34496: done queuing things up, now waiting for results queue to drain 11924 1726884920.34529: waiting for pending results... 11924 1726884920.35164: running TaskExecutor() for managed_node2/TASK: Check RAID metadata version 11924 1726884920.35675: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a4f 11924 1726884920.35728: variable 'ansible_search_path' from source: unknown 11924 1726884920.35782: calling self._execute() 11924 1726884920.36265: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884920.36270: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884920.36289: variable 'omit' from source: magic vars 11924 1726884920.37466: variable 'storage_test_volume' from source: include params 11924 1726884920.37560: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884920.37563: when evaluation is False, skipping this task 11924 1726884920.37566: _execute() done 11924 1726884920.37568: dumping result to json 11924 1726884920.37570: done dumping result, returning 11924 1726884920.37572: done running TaskExecutor() for managed_node2/TASK: Check RAID metadata version [0affc8a3-6f6f-f4c0-2290-000000002a4f] 11924 1726884920.37574: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a4f 11924 1726884920.37897: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a4f 11924 1726884920.37901: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884920.38005: no more pending results, returning what we have 11924 1726884920.38009: results queue empty 11924 1726884920.38010: checking for any_errors_fatal 11924 1726884920.38019: done checking for any_errors_fatal 11924 1726884920.38019: checking for max_fail_percentage 11924 1726884920.38021: done checking for max_fail_percentage 11924 1726884920.38022: checking to see if all hosts have failed and the running result is not ok 11924 1726884920.38023: done checking to see if all hosts have failed 11924 1726884920.38026: getting the remaining hosts for this loop 11924 1726884920.38228: done getting the remaining hosts for this loop 11924 1726884920.38232: getting the next task for host managed_node2 11924 1726884920.38241: done getting next task for host managed_node2 11924 1726884920.38243: ^ task is: TASK: Check RAID chunk size 11924 1726884920.38250: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 11924 1726884920.38254: getting variables 11924 1726884920.38258: in VariableManager get_vars() 11924 1726884920.38289: Calling all_inventory to load vars for managed_node2 11924 1726884920.38292: Calling groups_inventory to load vars for managed_node2 11924 1726884920.38295: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884920.38307: Calling all_plugins_play to load vars for managed_node2 11924 1726884920.38310: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884920.38314: Calling groups_plugins_play to load vars for managed_node2 11924 1726884920.39497: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884920.40213: done with get_vars() 11924 1726884920.40233: done getting variables 11924 1726884920.40292: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:20 -0400 (0:00:00.062) 0:01:25.742 ****** 11924 1726884920.40332: entering _queue_task() for managed_node2/assert 11924 1726884920.40675: worker is 1 (out of 1 available) 11924 1726884920.40687: exiting _queue_task() for managed_node2/assert 11924 1726884920.40700: done queuing things up, now waiting for results queue to drain 11924 1726884920.40701: waiting for pending results... 11924 1726884920.41170: running TaskExecutor() for managed_node2/TASK: Check RAID chunk size 11924 1726884920.41248: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a50 11924 1726884920.41317: variable 'ansible_search_path' from source: unknown 11924 1726884920.41336: calling self._execute() 11924 1726884920.41442: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884920.41552: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884920.41561: variable 'omit' from source: magic vars 11924 1726884920.41958: variable 'storage_test_volume' from source: include params 11924 1726884920.41963: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884920.41966: when evaluation is False, skipping this task 11924 1726884920.41968: _execute() done 11924 1726884920.41971: dumping result to json 11924 1726884920.41973: done dumping result, returning 11924 1726884920.41976: done running TaskExecutor() for managed_node2/TASK: Check RAID chunk size [0affc8a3-6f6f-f4c0-2290-000000002a50] 11924 1726884920.41985: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a50 11924 1726884920.42087: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a50 11924 1726884920.42090: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884920.42149: no more pending results, returning what we have 11924 1726884920.42153: results queue empty 11924 1726884920.42154: checking for any_errors_fatal 11924 1726884920.42166: done checking for any_errors_fatal 11924 1726884920.42167: checking for max_fail_percentage 11924 1726884920.42168: done checking for max_fail_percentage 11924 1726884920.42169: checking to see if all hosts have failed and the running result is not ok 11924 1726884920.42170: done checking to see if all hosts have failed 11924 1726884920.42171: getting the remaining hosts for this loop 11924 1726884920.42172: done getting the remaining hosts for this loop 11924 1726884920.42177: getting the next task for host managed_node2 11924 1726884920.42191: done getting next task for host managed_node2 11924 1726884920.42194: ^ task is: TASK: Parse the actual size of the volume 11924 1726884920.42199: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884920.42207: getting variables 11924 1726884920.42209: in VariableManager get_vars() 11924 1726884920.42243: Calling all_inventory to load vars for managed_node2 11924 1726884920.42245: Calling groups_inventory to load vars for managed_node2 11924 1726884920.42248: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884920.42517: Calling all_plugins_play to load vars for managed_node2 11924 1726884920.42521: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884920.42525: Calling groups_plugins_play to load vars for managed_node2 11924 1726884920.43527: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884920.44038: done with get_vars() 11924 1726884920.44048: 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 22:15:20 -0400 (0:00:00.037) 0:01:25.780 ****** 11924 1726884920.44118: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884920.44387: worker is 1 (out of 1 available) 11924 1726884920.44404: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884920.44416: done queuing things up, now waiting for results queue to drain 11924 1726884920.44418: waiting for pending results... 11924 1726884920.44775: running TaskExecutor() for managed_node2/TASK: Parse the actual size of the volume 11924 1726884920.44817: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a54 11924 1726884920.44840: variable 'ansible_search_path' from source: unknown 11924 1726884920.44881: calling self._execute() 11924 1726884920.45189: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884920.45219: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884920.45365: variable 'omit' from source: magic vars 11924 1726884920.45623: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884920.48970: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884920.49085: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884920.49150: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884920.49208: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884920.49243: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884920.49368: variable '_storage_test_volume_present' from source: set_fact 11924 1726884920.49403: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884920.49641: variable 'storage_test_volume' from source: include params 11924 1726884920.49646: Evaluated conditional (storage_test_volume.type not in ['partition', 'disk']): True 11924 1726884920.49652: variable 'omit' from source: magic vars 11924 1726884920.49818: variable 'omit' from source: magic vars 11924 1726884920.49891: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884920.49957: variable 'storage_test_volume' from source: include params 11924 1726884920.49974: variable 'omit' from source: magic vars 11924 1726884920.50011: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884920.50019: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884920.50073: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884920.50077: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884920.50079: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884920.50134: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884920.50137: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884920.50148: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884920.50151: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884920.50153: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884920.50359: Set connection var ansible_shell_executable to /bin/sh 11924 1726884920.50362: Set connection var ansible_connection to ssh 11924 1726884920.50364: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884920.50366: Set connection var ansible_timeout to 10 11924 1726884920.50368: Set connection var ansible_pipelining to False 11924 1726884920.50370: Set connection var ansible_shell_type to sh 11924 1726884920.50385: variable 'ansible_shell_executable' from source: unknown 11924 1726884920.50388: variable 'ansible_connection' from source: unknown 11924 1726884920.50390: variable 'ansible_module_compression' from source: unknown 11924 1726884920.50393: variable 'ansible_shell_type' from source: unknown 11924 1726884920.50395: variable 'ansible_shell_executable' from source: unknown 11924 1726884920.50397: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884920.50403: variable 'ansible_pipelining' from source: unknown 11924 1726884920.50406: variable 'ansible_timeout' from source: unknown 11924 1726884920.50410: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884920.50804: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884920.50813: variable 'omit' from source: magic vars 11924 1726884920.50815: starting attempt loop 11924 1726884920.50818: running the handler 11924 1726884920.50820: _low_level_execute_command(): starting 11924 1726884920.50822: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884920.52599: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884920.52651: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884920.52729: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884920.52740: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884920.52789: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884920.54570: stdout chunk (state=3): >>>/root <<< 11924 1726884920.54785: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884920.54789: stdout chunk (state=3): >>><<< 11924 1726884920.54792: stderr chunk (state=3): >>><<< 11924 1726884920.54981: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884920.54997: _low_level_execute_command(): starting 11924 1726884920.55000: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884920.5486896-15804-56612384435484 `" && echo ansible-tmp-1726884920.5486896-15804-56612384435484="` echo /root/.ansible/tmp/ansible-tmp-1726884920.5486896-15804-56612384435484 `" ) && sleep 0' 11924 1726884920.55673: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884920.55699: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884920.55711: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884920.55744: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884920.55919: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884920.57854: stdout chunk (state=3): >>>ansible-tmp-1726884920.5486896-15804-56612384435484=/root/.ansible/tmp/ansible-tmp-1726884920.5486896-15804-56612384435484 <<< 11924 1726884920.58075: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884920.58080: stdout chunk (state=3): >>><<< 11924 1726884920.58083: stderr chunk (state=3): >>><<< 11924 1726884920.58261: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884920.5486896-15804-56612384435484=/root/.ansible/tmp/ansible-tmp-1726884920.5486896-15804-56612384435484 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884920.58265: variable 'ansible_module_compression' from source: unknown 11924 1726884920.58268: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 11924 1726884920.58270: variable 'ansible_facts' from source: unknown 11924 1726884920.58447: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884920.5486896-15804-56612384435484/AnsiballZ_bsize.py 11924 1726884920.58628: Sending initial data 11924 1726884920.58637: Sent initial data (153 bytes) 11924 1726884920.59376: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884920.59465: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884920.59567: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884920.59581: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884920.59706: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884920.59790: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884920.59835: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884920.59937: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884920.61570: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884920.61689: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884920.61758: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpbi80_s4p /root/.ansible/tmp/ansible-tmp-1726884920.5486896-15804-56612384435484/AnsiballZ_bsize.py <<< 11924 1726884920.61848: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884920.5486896-15804-56612384435484/AnsiballZ_bsize.py" <<< 11924 1726884920.61890: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpbi80_s4p" to remote "/root/.ansible/tmp/ansible-tmp-1726884920.5486896-15804-56612384435484/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884920.5486896-15804-56612384435484/AnsiballZ_bsize.py" <<< 11924 1726884920.62723: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884920.62727: stdout chunk (state=3): >>><<< 11924 1726884920.62729: stderr chunk (state=3): >>><<< 11924 1726884920.62815: done transferring module to remote 11924 1726884920.62840: _low_level_execute_command(): starting 11924 1726884920.62844: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884920.5486896-15804-56612384435484/ /root/.ansible/tmp/ansible-tmp-1726884920.5486896-15804-56612384435484/AnsiballZ_bsize.py && sleep 0' 11924 1726884920.63289: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884920.63297: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884920.63300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884920.63341: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884920.63344: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884920.63406: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884920.65209: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884920.65242: stderr chunk (state=3): >>><<< 11924 1726884920.65254: stdout chunk (state=3): >>><<< 11924 1726884920.65274: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884920.65278: _low_level_execute_command(): starting 11924 1726884920.65280: _low_level_execute_command(): using become for this command 11924 1726884920.65289: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-odrxazoikpxounbpazrlmezypylgukpb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884920.5486896-15804-56612384435484/AnsiballZ_bsize.py'"'"' && sleep 0' 11924 1726884920.65600: Initial state: awaiting_escalation: BECOME-SUCCESS-odrxazoikpxounbpazrlmezypylgukpb 11924 1726884920.66569: 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 <<< 11924 1726884920.66646: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884920.66686: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884920.66786: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884920.69810: stdout chunk (state=1): >>>BECOME-SUCCESS-odrxazoikpxounbpazrlmezypylgukpb <<< 11924 1726884920.69814: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-odrxazoikpxounbpazrlmezypylgukpb' 11924 1726884920.70138: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884920.70200: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # <<< 11924 1726884920.70205: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884920.70286: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884920.70330: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884920.70434: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884920.70439: 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' # <<< 11924 1726884920.70453: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884920.70527: 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' <<< 11924 1726884920.70531: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17581103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17580dfa10> <<< 11924 1726884920.70572: 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 0x7f1758112960> <<< 11924 1726884920.70586: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884920.70627: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884920.70674: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884920.70748: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884920.70810: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 11924 1726884920.70859: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884920.70862: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884920.70940: 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' <<< 11924 1726884920.70959: 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 <<< 11924 1726884920.70962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884920.70970: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757ec0fe0> <<< 11924 1726884920.71062: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757ec1fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884920.71349: 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' <<< 11924 1726884920.71427: 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 <<< 11924 1726884920.71468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f07e00> <<< 11924 1726884920.71481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884920.71526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884920.71529: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884920.71546: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f07ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884920.71577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884920.71586: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884920.71672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884920.71678: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884920.71690: 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 0x7f1757f37800> <<< 11924 1726884920.71736: 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' <<< 11924 1726884920.71738: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f37e90> import '_collections' # <<< 11924 1726884920.71799: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f17ad0> <<< 11924 1726884920.71805: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884920.71834: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f151f0> <<< 11924 1726884920.71925: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f04fb0> <<< 11924 1726884920.71996: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884920.72000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884920.72031: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884920.72039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884920.72126: 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' <<< 11924 1726884920.72141: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f5b740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f5a360> <<< 11924 1726884920.72250: 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 0x7f1757f160c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f58b90> <<< 11924 1726884920.72257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884920.72262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f8c7d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f04230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884920.72311: 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 0x7f1757f8cc80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f8cb30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884920.72378: 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 0x7f1757f8cf20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757efad50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884920.72401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884920.72497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f8d5e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f8d2b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 11924 1726884920.72503: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f8e4e0> import 'importlib.util' # <<< 11924 1726884920.72529: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884920.72553: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884920.72562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884920.72588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884920.72600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757fa4710> import 'errno' # <<< 11924 1726884920.72644: 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 0x7f1757fa5df0> <<< 11924 1726884920.72680: 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' <<< 11924 1726884920.72716: 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' <<< 11924 1726884920.72770: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757fa6c60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884920.72774: 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 0x7f1757fa72c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757fa61b0> <<< 11924 1726884920.72829: 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' <<< 11924 1726884920.72889: 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 0x7f1757fa7d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757fa7470> <<< 11924 1726884920.72938: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f8e540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884920.72987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884920.72990: 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' <<< 11924 1726884920.73117: 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 0x7f1757d1fbf0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1757d48680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757d483e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1757d486b0> <<< 11924 1726884920.73175: 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' <<< 11924 1726884920.73212: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884920.73337: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1757d48fe0> <<< 11924 1726884920.73514: 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 0x7f1757d49940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757d48890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757d1dd90> <<< 11924 1726884920.73572: 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 0x7f1757d4acf0> <<< 11924 1726884920.73613: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757d48e60> <<< 11924 1726884920.73628: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f8ec30> <<< 11924 1726884920.73643: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884920.73704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884920.73717: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884920.73757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884920.73785: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757d73050> <<< 11924 1726884920.73854: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884920.73862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884920.73893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884920.73898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884920.73962: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757d9b380> <<< 11924 1726884920.73965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884920.74007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884920.74073: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884920.74112: 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 0x7f1757df8170> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884920.74158: 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 <<< 11924 1726884920.74200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884920.74283: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757dfa8d0> <<< 11924 1726884920.74368: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757df8290> <<< 11924 1726884920.74397: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757dc5160> <<< 11924 1726884920.74427: 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 0x7f1757725280> <<< 11924 1726884920.74462: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757d9a180> <<< 11924 1726884920.74465: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757d4bc20> <<< 11924 1726884920.74792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1757d9a840> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_9eq1j37l/ansible_fedora.linux_system_roles.bsize_payload.zip' # zipimport: zlib available <<< 11924 1726884920.74920: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.74924: 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' <<< 11924 1726884920.74974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884920.75084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884920.75103: 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' <<< 11924 1726884920.75173: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757772ff0> <<< 11924 1726884920.75212: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884920.75317: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757755ee0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757755040> # zipimport: zlib available <<< 11924 1726884920.75360: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884920.75449: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884920.76846: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.77968: 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 0x7f1757770d40> <<< 11924 1726884920.77998: 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' <<< 11924 1726884920.78013: 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' <<< 11924 1726884920.78040: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884920.78058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884920.78081: 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 0x7f17577a69f0> <<< 11924 1726884920.78125: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17577a67b0> <<< 11924 1726884920.78149: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17577a60c0> <<< 11924 1726884920.78178: 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' <<< 11924 1726884920.78244: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17577a67e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757773a70> import 'atexit' # <<< 11924 1726884920.78326: 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 0x7f17577a7710> <<< 11924 1726884920.78330: 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 0x7f17577a7950> <<< 11924 1726884920.78332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884920.78389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884920.78450: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17577a7e90> <<< 11924 1726884920.78484: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884920.78509: 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' <<< 11924 1726884920.78545: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757611be0> <<< 11924 1726884920.78588: 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 0x7f1757613800> <<< 11924 1726884920.78600: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884920.78618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884920.78651: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757614200> <<< 11924 1726884920.78684: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884920.78719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884920.78738: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757615100> <<< 11924 1726884920.78742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884920.78820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884920.78884: 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' <<< 11924 1726884920.78898: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757617e30> <<< 11924 1726884920.78919: 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 0x7f1757d4ac60> <<< 11924 1726884920.79207: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757616120> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884920.79213: 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 0x7f175761fce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f175761e7b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f175761e510> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884920.79367: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f175761ea80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757616600> <<< 11924 1726884920.79374: 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 0x7f17576639e0> <<< 11924 1726884920.79396: 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 0x7f1757664110> <<< 11924 1726884920.79464: 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' <<< 11924 1726884920.79766: 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 0x7f1757665bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757665970> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884920.79770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884920.79776: 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 0x7f17576680e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17576662a0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884920.79839: 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' # <<< 11924 1726884920.79889: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f175766b800> <<< 11924 1726884920.80058: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757668200> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f175766c2f0> <<< 11924 1726884920.80322: stdout 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 0x7f175766c680> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f175766c920> <<< 11924 1726884920.80325: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757664290> <<< 11924 1726884920.80328: 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 0x7f17576f4140> <<< 11924 1726884920.80440: 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 0x7f17576f5310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f175766e8d0> <<< 11924 1726884920.80469: 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 0x7f175766fc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f175766e540> <<< 11924 1726884920.80574: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.80596: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884920.80618: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.80711: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.80748: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884920.80768: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884920.80832: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.80906: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.81023: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.81595: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.82124: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884920.82147: 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' # <<< 11924 1726884920.82212: 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' <<< 11924 1726884920.82241: 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 0x7f17576fd520> <<< 11924 1726884920.82471: 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 0x7f17576fe3f0> <<< 11924 1726884920.82679: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17576f5430> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884920.82796: 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' <<< 11924 1726884920.82800: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17576fe4e0> <<< 11924 1726884920.82818: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.83302: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.83716: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.83795: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.83869: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884920.83890: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.83922: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.83956: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884920.83972: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.84112: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.84139: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 11924 1726884920.84154: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.84176: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884920.84224: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.84259: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884920.84282: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.84512: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.84748: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884920.84824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884920.84827: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884920.84912: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17576ff620> <<< 11924 1726884920.84915: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.85005: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.85081: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884920.85112: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884920.85140: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.85191: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884920.85244: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.85282: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.85341: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.85421: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884920.85461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884920.85548: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f175750a180> <<< 11924 1726884920.85693: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757505880> <<< 11924 1726884920.85697: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884920.85805: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.85840: 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' <<< 11924 1726884920.85869: 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 <<< 11924 1726884920.85882: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884920.85909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884920.85969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884920.86008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884920.86011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884920.86067: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757602a80> <<< 11924 1726884920.86112: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17577e2750> <<< 11924 1726884920.86211: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f175750a240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17576ffe30> <<< 11924 1726884920.86214: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884920.86241: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.86269: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884920.86349: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884920.86353: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.86408: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 11924 1726884920.86426: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 11924 1726884920.86484: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 11924 1726884920.86487: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.86540: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 11924 1726884920.86543: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.86583: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.86657: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.86661: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 11924 1726884920.86699: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 11924 1726884920.86731: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.86827: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.86918: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 11924 1726884920.86991: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884920.87115: stdout chunk (state=3): >>> {"changed": false, "size": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5G"}}} <<< 11924 1726884920.87141: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884920.87484: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884920.87520: 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<<< 11924 1726884920.87559: 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 <<< 11924 1726884920.87635: 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 <<< 11924 1726884920.87639: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string <<< 11924 1726884920.87682: 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 <<< 11924 1726884920.87909: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884920.87975: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884920.87984: 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 <<< 11924 1726884920.88035: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884920.88043: 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 <<< 11924 1726884920.88114: 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 <<< 11924 1726884920.88119: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 11924 1726884920.88147: 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 <<< 11924 1726884920.88194: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884920.88251: 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 <<< 11924 1726884920.88254: 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 <<< 11924 1726884920.88279: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 11924 1726884920.88328: 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 <<< 11924 1726884920.88365: 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 <<< 11924 1726884920.88494: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884920.88541: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 11924 1726884920.88552: 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 <<< 11924 1726884920.88604: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 11924 1726884920.88628: 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 <<< 11924 1726884920.88723: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884920.88778: 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 <<< 11924 1726884920.88782: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884920.88829: 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 <<< 11924 1726884920.89346: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884920.89406: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884920.89427: stderr chunk (state=3): >>><<< 11924 1726884920.89429: stdout chunk (state=3): >>><<< 11924 1726884920.89621: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17581103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17580dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1758112960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757ec0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757ec1fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f07e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f07ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f37800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f37e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f17ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f151f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f04fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f5b740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f5a360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f160c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f58b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f8c7d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f04230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1757f8cc80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f8cb30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1757f8cf20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757efad50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f8d5e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f8d2b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f8e4e0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757fa4710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1757fa5df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757fa6c60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1757fa72c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757fa61b0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1757fa7d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757fa7470> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f8e540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1757d1fbf0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1757d48680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757d483e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1757d486b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1757d48fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1757d49940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757d48890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757d1dd90> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757d4acf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757d48e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757f8ec30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757d73050> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757d9b380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757df8170> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757dfa8d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757df8290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757dc5160> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757725280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757d9a180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757d4bc20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1757d9a840> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_9eq1j37l/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 0x7f1757772ff0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757755ee0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757755040> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757770d40> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f17577a69f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17577a67b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17577a60c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17577a67e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757773a70> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f17577a7710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f17577a7950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17577a7e90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757611be0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1757613800> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757614200> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757615100> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757617e30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1757d4ac60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757616120> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f175761fce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f175761e7b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f175761e510> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f175761ea80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757616600> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f17576639e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757664110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1757665bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757665970> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f17576680e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17576662a0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f175766b800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757668200> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f175766c2f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f175766c680> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f175766c920> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757664290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f17576f4140> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f17576f5310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f175766e8d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f175766fc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f175766e540> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f17576fd520> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17576fe3f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17576f5430> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17576fe4e0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17576ff620> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f175750a180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757505880> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1757602a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17577e2750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f175750a240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f17576ffe30> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5G"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884920.90360: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '5G', '_ansible_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-1726884920.5486896-15804-56612384435484/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884920.90364: _low_level_execute_command(): starting 11924 1726884920.90366: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884920.5486896-15804-56612384435484/ > /dev/null 2>&1 && sleep 0' 11924 1726884920.90788: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884920.90792: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884920.90795: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884920.90797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884920.90800: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884920.90805: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884920.90816: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884920.90869: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884920.90922: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884920.90926: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884920.90948: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884920.91035: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884920.92937: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884920.92952: stderr chunk (state=3): >>><<< 11924 1726884920.92956: stdout chunk (state=3): >>><<< 11924 1726884920.92974: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884920.92981: handler run complete 11924 1726884920.92994: attempt loop complete, returning result 11924 1726884920.92997: _execute() done 11924 1726884920.93000: dumping result to json 11924 1726884920.93005: done dumping result, returning 11924 1726884920.93012: done running TaskExecutor() for managed_node2/TASK: Parse the actual size of the volume [0affc8a3-6f6f-f4c0-2290-000000002a54] 11924 1726884920.93016: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a54 11924 1726884920.93113: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a54 11924 1726884920.93115: WORKER PROCESS EXITING ok: [managed_node2] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } 11924 1726884920.93173: no more pending results, returning what we have 11924 1726884920.93177: results queue empty 11924 1726884920.93178: checking for any_errors_fatal 11924 1726884920.93187: done checking for any_errors_fatal 11924 1726884920.93188: checking for max_fail_percentage 11924 1726884920.93189: done checking for max_fail_percentage 11924 1726884920.93190: checking to see if all hosts have failed and the running result is not ok 11924 1726884920.93191: done checking to see if all hosts have failed 11924 1726884920.93192: getting the remaining hosts for this loop 11924 1726884920.93194: done getting the remaining hosts for this loop 11924 1726884920.93197: getting the next task for host managed_node2 11924 1726884920.93209: done getting next task for host managed_node2 11924 1726884920.93212: ^ task is: TASK: Parse the requested size of the volume 11924 1726884920.93219: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884920.93225: getting variables 11924 1726884920.93227: in VariableManager get_vars() 11924 1726884920.93262: Calling all_inventory to load vars for managed_node2 11924 1726884920.93265: Calling groups_inventory to load vars for managed_node2 11924 1726884920.93268: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884920.93279: Calling all_plugins_play to load vars for managed_node2 11924 1726884920.93281: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884920.93289: Calling groups_plugins_play to load vars for managed_node2 11924 1726884920.93718: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884920.94084: done with get_vars() 11924 1726884920.94097: 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 22:15:20 -0400 (0:00:00.500) 0:01:26.280 ****** 11924 1726884920.94165: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884920.94394: worker is 1 (out of 1 available) 11924 1726884920.94406: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884920.94419: done queuing things up, now waiting for results queue to drain 11924 1726884920.94421: waiting for pending results... 11924 1726884920.94772: running TaskExecutor() for managed_node2/TASK: Parse the requested size of the volume 11924 1726884920.94823: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a55 11924 1726884920.94960: variable 'ansible_search_path' from source: unknown 11924 1726884920.94965: calling self._execute() 11924 1726884920.95027: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884920.95039: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884920.95054: variable 'omit' from source: magic vars 11924 1726884920.95423: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884920.97103: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884920.97167: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884920.97197: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884920.97227: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884920.97252: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884920.97322: variable '_storage_test_volume_present' from source: set_fact 11924 1726884920.97336: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884920.97432: variable 'storage_test_volume' from source: include params 11924 1726884920.97458: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884920.97566: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884920.97585: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884920.97602: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884920.97631: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884920.97641: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884920.97701: variable 'storage_test_volume' from source: include params 11924 1726884920.97716: Evaluated conditional ('%' not in storage_test_volume.size | string): True 11924 1726884920.97722: variable 'omit' from source: magic vars 11924 1726884920.97761: variable 'omit' from source: magic vars 11924 1726884920.97832: variable 'storage_test_volume' from source: include params 11924 1726884920.97856: variable 'omit' from source: magic vars 11924 1726884920.97875: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884920.97902: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884920.97915: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884920.97928: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884920.97936: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884920.97949: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884920.97962: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884920.97985: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884920.97988: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884920.97993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884920.98070: Set connection var ansible_shell_executable to /bin/sh 11924 1726884920.98073: Set connection var ansible_connection to ssh 11924 1726884920.98076: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884920.98081: Set connection var ansible_timeout to 10 11924 1726884920.98086: Set connection var ansible_pipelining to False 11924 1726884920.98091: Set connection var ansible_shell_type to sh 11924 1726884920.98119: variable 'ansible_shell_executable' from source: unknown 11924 1726884920.98122: variable 'ansible_connection' from source: unknown 11924 1726884920.98124: variable 'ansible_module_compression' from source: unknown 11924 1726884920.98127: variable 'ansible_shell_type' from source: unknown 11924 1726884920.98129: variable 'ansible_shell_executable' from source: unknown 11924 1726884920.98131: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884920.98136: variable 'ansible_pipelining' from source: unknown 11924 1726884920.98138: variable 'ansible_timeout' from source: unknown 11924 1726884920.98142: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884920.98233: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884920.98241: variable 'omit' from source: magic vars 11924 1726884920.98246: starting attempt loop 11924 1726884920.98249: running the handler 11924 1726884920.98261: _low_level_execute_command(): starting 11924 1726884920.98267: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884920.98898: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884920.98902: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884920.99001: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884921.00722: stdout chunk (state=3): >>>/root <<< 11924 1726884921.00872: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884921.00875: stdout chunk (state=3): >>><<< 11924 1726884921.00877: stderr chunk (state=3): >>><<< 11924 1726884921.00999: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884921.01004: _low_level_execute_command(): starting 11924 1726884921.01008: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884921.0091512-15824-30942229602821 `" && echo ansible-tmp-1726884921.0091512-15824-30942229602821="` echo /root/.ansible/tmp/ansible-tmp-1726884921.0091512-15824-30942229602821 `" ) && sleep 0' 11924 1726884921.01696: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884921.01735: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884921.01752: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884921.01773: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884921.01869: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884921.03910: stdout chunk (state=3): >>>ansible-tmp-1726884921.0091512-15824-30942229602821=/root/.ansible/tmp/ansible-tmp-1726884921.0091512-15824-30942229602821 <<< 11924 1726884921.03973: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884921.04261: stdout chunk (state=3): >>><<< 11924 1726884921.04265: stderr chunk (state=3): >>><<< 11924 1726884921.04268: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884921.0091512-15824-30942229602821=/root/.ansible/tmp/ansible-tmp-1726884921.0091512-15824-30942229602821 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884921.04270: variable 'ansible_module_compression' from source: unknown 11924 1726884921.04272: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 11924 1726884921.04274: variable 'ansible_facts' from source: unknown 11924 1726884921.04449: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884921.0091512-15824-30942229602821/AnsiballZ_bsize.py 11924 1726884921.04675: Sending initial data 11924 1726884921.04696: Sent initial data (153 bytes) 11924 1726884921.05465: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884921.05499: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884921.05523: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884921.05545: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884921.05622: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884921.07291: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884921.07336: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884921.07596: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpw12riarz /root/.ansible/tmp/ansible-tmp-1726884921.0091512-15824-30942229602821/AnsiballZ_bsize.py <<< 11924 1726884921.07626: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884921.0091512-15824-30942229602821/AnsiballZ_bsize.py" debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpw12riarz" to remote "/root/.ansible/tmp/ansible-tmp-1726884921.0091512-15824-30942229602821/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884921.0091512-15824-30942229602821/AnsiballZ_bsize.py" <<< 11924 1726884921.08644: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884921.08647: stdout chunk (state=3): >>><<< 11924 1726884921.08649: stderr chunk (state=3): >>><<< 11924 1726884921.08651: done transferring module to remote 11924 1726884921.08653: _low_level_execute_command(): starting 11924 1726884921.08662: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884921.0091512-15824-30942229602821/ /root/.ansible/tmp/ansible-tmp-1726884921.0091512-15824-30942229602821/AnsiballZ_bsize.py && sleep 0' 11924 1726884921.09224: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884921.09239: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884921.09257: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884921.09318: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884921.09393: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884921.09470: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884921.09510: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884921.09516: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884921.09518: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884921.09731: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884921.09748: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884921.09822: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884921.11712: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884921.11716: stderr chunk (state=3): >>><<< 11924 1726884921.11722: stdout chunk (state=3): >>><<< 11924 1726884921.11776: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884921.11779: _low_level_execute_command(): starting 11924 1726884921.11782: _low_level_execute_command(): using become for this command 11924 1726884921.11795: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-rulmknehbhdldjssbekzmdnibqxtknpd ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884921.0091512-15824-30942229602821/AnsiballZ_bsize.py'"'"' && sleep 0' 11924 1726884921.12481: Initial state: awaiting_escalation: BECOME-SUCCESS-rulmknehbhdldjssbekzmdnibqxtknpd 11924 1726884921.12989: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884921.13169: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884921.13230: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884921.13351: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884921.13363: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884921.13460: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884921.16494: stdout chunk (state=1): >>>BECOME-SUCCESS-rulmknehbhdldjssbekzmdnibqxtknpd <<< 11924 1726884921.16499: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-rulmknehbhdldjssbekzmdnibqxtknpd' 11924 1726884921.16829: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884921.16870: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884921.16909: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884921.16966: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884921.17082: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884921.17147: 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' <<< 11924 1726884921.17153: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884921.17177: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884921.17234: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884921.17254: 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 0x7fe6c90e83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c90b7a10> <<< 11924 1726884921.17292: 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 0x7fe6c90ea960> <<< 11924 1726884921.17453: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884921.17477: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 11924 1726884921.17493: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884921.17522: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884921.17598: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884921.17603: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884921.17606: 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' <<< 11924 1726884921.17676: 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 <<< 11924 1726884921.17679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884921.17682: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8e98fe0> <<< 11924 1726884921.17753: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8e99fd0> <<< 11924 1726884921.17886: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884921.17890: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884921.18093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884921.18134: 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' <<< 11924 1726884921.18141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884921.18581: 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 0x7fe6c8edfe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884921.18596: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8edfec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f0f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f0fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8eefad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8eed1f0> <<< 11924 1726884921.18699: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8edcfb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884921.18772: 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' <<< 11924 1726884921.18804: 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' <<< 11924 1726884921.18850: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f33740> <<< 11924 1726884921.18854: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f32360> <<< 11924 1726884921.18902: 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 0x7fe6c8eee0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f30b90> <<< 11924 1726884921.18961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884921.19012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f647d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8edc230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884921.19092: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884921.19135: 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 0x7fe6c8f64c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f64b30> <<< 11924 1726884921.19141: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884921.19144: 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 0x7fe6c8f64f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8ed2d50> <<< 11924 1726884921.19146: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884921.19148: 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 <<< 11924 1726884921.19280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f655e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f652b0> import 'importlib.machinery' # <<< 11924 1726884921.19284: 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 0x7fe6c8f664e0> import 'importlib.util' # import 'runpy' # <<< 11924 1726884921.19286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884921.19420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884921.19427: 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 0x7fe6c8f7c710> import 'errno' # <<< 11924 1726884921.19462: 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 0x7fe6c8f7ddf0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884921.19482: 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 0x7fe6c8f7ec60> <<< 11924 1726884921.19549: 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 0x7fe6c8f7f2c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f7e1b0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884921.19627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884921.19638: 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 0x7fe6c8f7fd40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f7f470> <<< 11924 1726884921.19715: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f66540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884921.19832: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884921.19836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884921.19870: 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 0x7fe6c8cffbf0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8d28680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8d283e0> <<< 11924 1726884921.19944: 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 0x7fe6c8d286b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884921.20076: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884921.20141: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8d28fe0> <<< 11924 1726884921.20319: 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 0x7fe6c8d29940> <<< 11924 1726884921.20328: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8d28890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8cfdd90> <<< 11924 1726884921.20373: 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 0x7fe6c8d2acf0> <<< 11924 1726884921.20442: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8d28e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f66c30> <<< 11924 1726884921.20567: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884921.20585: 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 0x7fe6c8d53050> <<< 11924 1726884921.20636: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884921.20674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884921.20758: 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' <<< 11924 1726884921.20792: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8d7b380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884921.20811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884921.20864: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884921.20992: 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 0x7fe6c8dd8170> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884921.20995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884921.21016: 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' <<< 11924 1726884921.21083: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8dda8d0> <<< 11924 1726884921.21163: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8dd8290> <<< 11924 1726884921.21241: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8da5160> <<< 11924 1726884921.21277: 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 0x7fe6c872d280> <<< 11924 1726884921.21280: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8d7a180> <<< 11924 1726884921.21328: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8d2bc20> <<< 11924 1726884921.21433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884921.21440: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe6c8d7a840> <<< 11924 1726884921.21568: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_jf75no0y/ansible_fedora.linux_system_roles.bsize_payload.zip' # zipimport: zlib available <<< 11924 1726884921.21731: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884921.21779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884921.21793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884921.21972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884921.21978: 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' <<< 11924 1726884921.21981: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c877aff0> import '_typing' # <<< 11924 1726884921.22111: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c875dee0> <<< 11924 1726884921.22204: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c875d040> # zipimport: zlib available <<< 11924 1726884921.22209: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884921.22309: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884921.23584: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.24743: 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 0x7fe6c8778d40> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884921.24785: 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' <<< 11924 1726884921.24808: 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' <<< 11924 1726884921.24918: 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 0x7fe6c87ae9f0> <<< 11924 1726884921.24988: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c87ae7b0> <<< 11924 1726884921.25020: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c87ae0c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884921.25077: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c87ae7e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c877ba70> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c87af710> <<< 11924 1726884921.25111: 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 0x7fe6c87af950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884921.25138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884921.25204: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c87afe90> <<< 11924 1726884921.25217: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884921.25247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884921.25284: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8619be0> <<< 11924 1726884921.25322: 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 0x7fe6c861b800> <<< 11924 1726884921.25354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884921.25379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884921.25410: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c861c200> <<< 11924 1726884921.25464: 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' <<< 11924 1726884921.25467: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c861d100> <<< 11924 1726884921.25477: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884921.25520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884921.25549: 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' <<< 11924 1726884921.25600: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c861fe30> <<< 11924 1726884921.25646: 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 0x7fe6c8d2ac60> <<< 11924 1726884921.25674: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c861e120> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884921.25736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884921.25740: 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' <<< 11924 1726884921.25774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884921.25798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884921.25829: 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 0x7fe6c8627cb0> import '_tokenize' # <<< 11924 1726884921.25928: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8626780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c86264e0> <<< 11924 1726884921.25932: 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' <<< 11924 1726884921.26022: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8626a50> <<< 11924 1726884921.26034: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c861e570> <<< 11924 1726884921.26058: 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 0x7fe6c866bf80> <<< 11924 1726884921.26086: 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 0x7fe6c866c080> <<< 11924 1726884921.26119: 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 <<< 11924 1726884921.26122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884921.26157: 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' <<< 11924 1726884921.26193: 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 0x7fe6c866db50> <<< 11924 1726884921.26211: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c866d910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884921.26338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884921.26401: 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 0x7fe6c866ffe0> <<< 11924 1726884921.26414: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c866e240> <<< 11924 1726884921.26428: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884921.26466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884921.26509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884921.26512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884921.26552: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8673800> <<< 11924 1726884921.26679: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c86701d0> <<< 11924 1726884921.26744: stdout 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 0x7fe6c8674b90> <<< 11924 1726884921.26777: stdout 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 0x7fe6c8674a40> <<< 11924 1726884921.26833: stdout 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 0x7fe6c8674a10> <<< 11924 1726884921.26864: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c866c230> <<< 11924 1726884921.26885: 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 <<< 11924 1726884921.26906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884921.26939: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884921.26960: 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 0x7fe6c86fc170> <<< 11924 1726884921.27116: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884921.27129: 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 0x7fe6c86fd2e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8676930> <<< 11924 1726884921.27180: 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 0x7fe6c8677ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8676570> <<< 11924 1726884921.27207: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884921.27227: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884921.27317: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.27425: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.27428: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884921.27468: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884921.27489: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.27612: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.27729: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.28293: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.28817: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884921.28840: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 11924 1726884921.28872: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 11924 1726884921.28899: 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' <<< 11924 1726884921.28969: 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 0x7fe6c85053a0> <<< 11924 1726884921.29037: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884921.29045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884921.29063: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8506180> <<< 11924 1726884921.29075: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c86fd4f0> <<< 11924 1726884921.29116: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884921.29148: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.29180: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.29183: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884921.29325: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.29488: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884921.29491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 11924 1726884921.29509: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8506240> <<< 11924 1726884921.29517: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.29983: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.30459: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.30519: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.30593: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884921.30595: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.30645: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.30684: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884921.30698: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.30757: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.30841: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884921.30846: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.30880: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884921.30907: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.30947: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.30987: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884921.31232: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.31468: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884921.31531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884921.31552: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884921.31638: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c85073b0> # zipimport: zlib available <<< 11924 1726884921.31733: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.31790: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884921.31812: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884921.31853: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.31893: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.31920: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884921.31967: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.32008: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.32072: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.32137: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884921.32219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884921.32358: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8511fa0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c850cd10> <<< 11924 1726884921.32378: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884921.32440: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.32667: 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 <<< 11924 1726884921.32676: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884921.32679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884921.32706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884921.32779: 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' <<< 11924 1726884921.32830: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c86029c0> <<< 11924 1726884921.32851: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c87e2690> <<< 11924 1726884921.32939: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8512180> <<< 11924 1726884921.32959: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8511d30> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884921.33024: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.33045: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884921.33123: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 11924 1726884921.33165: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 11924 1726884921.33220: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 11924 1726884921.33224: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 11924 1726884921.33292: 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' # <<< 11924 1726884921.33340: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.33343: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.33434: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 11924 1726884921.33444: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884921.33458: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 11924 1726884921.33566: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.33671: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 11924 1726884921.33744: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.33873: stdout chunk (state=3): >>> {"changed": false, "size": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5g"}}} <<< 11924 1726884921.33895: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884921.34279: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks<<< 11924 1726884921.34302: 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 <<< 11924 1726884921.34332: stdout chunk (state=3): >>># cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy <<< 11924 1726884921.34394: stdout chunk (state=3): >>># destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat <<< 11924 1726884921.34443: 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 <<< 11924 1726884921.34447: stdout chunk (state=3): >>># destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 <<< 11924 1726884921.34718: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884921.34731: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884921.34743: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884921.34748: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884921.34773: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884921.34792: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884921.34827: 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 <<< 11924 1726884921.34857: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 11924 1726884921.34867: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884921.34879: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 11924 1726884921.34900: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884921.34913: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884921.34936: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884921.34968: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884921.35005: 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 <<< 11924 1726884921.35028: stdout chunk (state=3): >>># cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 11924 1726884921.35061: 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 <<< 11924 1726884921.35117: 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 <<< 11924 1726884921.35120: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884921.35249: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884921.35252: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 11924 1726884921.35293: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884921.35312: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884921.35347: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884921.35366: 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 <<< 11924 1726884921.35381: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884921.35475: 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 <<< 11924 1726884921.35478: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 11924 1726884921.35510: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884921.35531: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884921.35545: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 11924 1726884921.35556: stdout chunk (state=3): >>># destroy itertools <<< 11924 1726884921.35579: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 11924 1726884921.35585: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 11924 1726884921.36104: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884921.36107: stdout chunk (state=3): >>><<< 11924 1726884921.36113: stderr chunk (state=3): >>><<< 11924 1726884921.36184: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c90e83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c90b7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c90ea960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8e98fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8e99fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8edfe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8edfec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f0f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f0fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8eefad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8eed1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8edcfb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f33740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f32360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8eee0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f30b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f647d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8edc230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8f64c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f64b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8f64f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8ed2d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f655e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f652b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f664e0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f7c710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8f7ddf0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f7ec60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8f7f2c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f7e1b0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8f7fd40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f7f470> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f66540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8cffbf0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8d28680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8d283e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8d286b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8d28fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8d29940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8d28890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8cfdd90> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8d2acf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8d28e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8f66c30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8d53050> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8d7b380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8dd8170> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8dda8d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8dd8290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8da5160> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c872d280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8d7a180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8d2bc20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe6c8d7a840> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_jf75no0y/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 0x7fe6c877aff0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c875dee0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c875d040> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8778d40> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c87ae9f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c87ae7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c87ae0c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c87ae7e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c877ba70> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c87af710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c87af950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c87afe90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8619be0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c861b800> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c861c200> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c861d100> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c861fe30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8d2ac60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c861e120> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8627cb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8626780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c86264e0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8626a50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c861e570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c866bf80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c866c080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c866db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c866d910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c866ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c866e240> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8673800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c86701d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8674b90> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8674a40> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8674a10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c866c230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c86fc170> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c86fd2e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8676930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8677ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8676570> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c85053a0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8506180> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c86fd4f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8506240> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c85073b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe6c8511fa0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c850cd10> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c86029c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c87e2690> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8512180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6c8511d30> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5g"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884921.37260: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '5g', '_ansible_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-1726884921.0091512-15824-30942229602821/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884921.37264: _low_level_execute_command(): starting 11924 1726884921.37267: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884921.0091512-15824-30942229602821/ > /dev/null 2>&1 && sleep 0' 11924 1726884921.37269: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884921.37271: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884921.37273: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884921.37275: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884921.37278: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884921.37280: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884921.37282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884921.37284: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884921.37286: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884921.37288: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884921.37289: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884921.37291: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884921.37293: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884921.37296: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884921.37298: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884921.37305: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884921.37307: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884921.37309: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884921.39142: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884921.39167: stderr chunk (state=3): >>><<< 11924 1726884921.39170: stdout chunk (state=3): >>><<< 11924 1726884921.39184: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884921.39190: handler run complete 11924 1726884921.39204: attempt loop complete, returning result 11924 1726884921.39209: _execute() done 11924 1726884921.39216: dumping result to json 11924 1726884921.39219: done dumping result, returning 11924 1726884921.39224: done running TaskExecutor() for managed_node2/TASK: Parse the requested size of the volume [0affc8a3-6f6f-f4c0-2290-000000002a55] 11924 1726884921.39229: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a55 11924 1726884921.39331: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a55 11924 1726884921.39334: WORKER PROCESS EXITING ok: [managed_node2] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } 11924 1726884921.39416: no more pending results, returning what we have 11924 1726884921.39420: results queue empty 11924 1726884921.39421: checking for any_errors_fatal 11924 1726884921.39430: done checking for any_errors_fatal 11924 1726884921.39431: checking for max_fail_percentage 11924 1726884921.39433: done checking for max_fail_percentage 11924 1726884921.39434: checking to see if all hosts have failed and the running result is not ok 11924 1726884921.39434: done checking to see if all hosts have failed 11924 1726884921.39435: getting the remaining hosts for this loop 11924 1726884921.39437: done getting the remaining hosts for this loop 11924 1726884921.39441: getting the next task for host managed_node2 11924 1726884921.39449: done getting next task for host managed_node2 11924 1726884921.39454: ^ task is: TASK: Establish base value for expected size 11924 1726884921.39468: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884921.39473: getting variables 11924 1726884921.39475: in VariableManager get_vars() 11924 1726884921.39517: Calling all_inventory to load vars for managed_node2 11924 1726884921.39524: Calling groups_inventory to load vars for managed_node2 11924 1726884921.39527: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884921.39537: Calling all_plugins_play to load vars for managed_node2 11924 1726884921.39540: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884921.39542: Calling groups_plugins_play to load vars for managed_node2 11924 1726884921.40108: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884921.40604: done with get_vars() 11924 1726884921.40619: done getting variables 11924 1726884921.40663: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:21 -0400 (0:00:00.465) 0:01:26.745 ****** 11924 1726884921.40690: entering _queue_task() for managed_node2/set_fact 11924 1726884921.40931: worker is 1 (out of 1 available) 11924 1726884921.40945: exiting _queue_task() for managed_node2/set_fact 11924 1726884921.40959: done queuing things up, now waiting for results queue to drain 11924 1726884921.40961: waiting for pending results... 11924 1726884921.41266: running TaskExecutor() for managed_node2/TASK: Establish base value for expected size 11924 1726884921.41406: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a56 11924 1726884921.41416: variable 'ansible_search_path' from source: unknown 11924 1726884921.41445: calling self._execute() 11924 1726884921.41634: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884921.41638: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884921.41641: variable 'omit' from source: magic vars 11924 1726884921.41983: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884921.43715: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884921.43777: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884921.43807: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884921.43832: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884921.43851: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884921.43925: variable '_storage_test_volume_present' from source: set_fact 11924 1726884921.43939: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884921.44033: variable 'storage_test_volume' from source: include params 11924 1726884921.44053: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884921.44178: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884921.44199: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884921.44222: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884921.44247: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884921.44259: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884921.44319: variable 'storage_test_volume' from source: include params 11924 1726884921.44335: Evaluated conditional ('%' not in storage_test_volume.size | string): True 11924 1726884921.44340: variable 'omit' from source: magic vars 11924 1726884921.44382: variable 'omit' from source: magic vars 11924 1726884921.44457: variable 'storage_test_requested_size' from source: set_fact 11924 1726884921.44476: variable 'omit' from source: magic vars 11924 1726884921.44497: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884921.44526: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884921.44537: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884921.44549: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884921.44559: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884921.44573: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884921.44585: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884921.44608: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884921.44611: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884921.44614: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884921.44694: Set connection var ansible_shell_executable to /bin/sh 11924 1726884921.44698: Set connection var ansible_connection to ssh 11924 1726884921.44700: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884921.44705: Set connection var ansible_timeout to 10 11924 1726884921.44711: Set connection var ansible_pipelining to False 11924 1726884921.44716: Set connection var ansible_shell_type to sh 11924 1726884921.44741: variable 'ansible_shell_executable' from source: unknown 11924 1726884921.44745: variable 'ansible_connection' from source: unknown 11924 1726884921.44748: variable 'ansible_module_compression' from source: unknown 11924 1726884921.44750: variable 'ansible_shell_type' from source: unknown 11924 1726884921.44752: variable 'ansible_shell_executable' from source: unknown 11924 1726884921.44761: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884921.44765: variable 'ansible_pipelining' from source: unknown 11924 1726884921.44767: variable 'ansible_timeout' from source: unknown 11924 1726884921.44769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884921.44937: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884921.44941: variable 'omit' from source: magic vars 11924 1726884921.44943: starting attempt loop 11924 1726884921.44945: running the handler 11924 1726884921.44947: handler run complete 11924 1726884921.44949: attempt loop complete, returning result 11924 1726884921.44951: _execute() done 11924 1726884921.44953: dumping result to json 11924 1726884921.44957: done dumping result, returning 11924 1726884921.44959: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected size [0affc8a3-6f6f-f4c0-2290-000000002a56] 11924 1726884921.44961: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a56 11924 1726884921.45039: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a56 11924 1726884921.45041: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } 11924 1726884921.45144: no more pending results, returning what we have 11924 1726884921.45147: results queue empty 11924 1726884921.45147: checking for any_errors_fatal 11924 1726884921.45161: done checking for any_errors_fatal 11924 1726884921.45162: checking for max_fail_percentage 11924 1726884921.45164: done checking for max_fail_percentage 11924 1726884921.45165: checking to see if all hosts have failed and the running result is not ok 11924 1726884921.45166: done checking to see if all hosts have failed 11924 1726884921.45167: getting the remaining hosts for this loop 11924 1726884921.45170: done getting the remaining hosts for this loop 11924 1726884921.45180: getting the next task for host managed_node2 11924 1726884921.45188: done getting next task for host managed_node2 11924 1726884921.45190: ^ task is: TASK: Show expected size 11924 1726884921.45196: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884921.45207: getting variables 11924 1726884921.45209: in VariableManager get_vars() 11924 1726884921.45241: Calling all_inventory to load vars for managed_node2 11924 1726884921.45247: Calling groups_inventory to load vars for managed_node2 11924 1726884921.45250: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884921.45306: Calling all_plugins_play to load vars for managed_node2 11924 1726884921.45311: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884921.45319: Calling groups_plugins_play to load vars for managed_node2 11924 1726884921.45704: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884921.46124: done with get_vars() 11924 1726884921.46136: done getting variables 11924 1726884921.46179: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:21 -0400 (0:00:00.055) 0:01:26.800 ****** 11924 1726884921.46204: entering _queue_task() for managed_node2/debug 11924 1726884921.46413: worker is 1 (out of 1 available) 11924 1726884921.46425: exiting _queue_task() for managed_node2/debug 11924 1726884921.46438: done queuing things up, now waiting for results queue to drain 11924 1726884921.46440: waiting for pending results... 11924 1726884921.46651: running TaskExecutor() for managed_node2/TASK: Show expected size 11924 1726884921.46746: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a57 11924 1726884921.46760: variable 'ansible_search_path' from source: unknown 11924 1726884921.46799: calling self._execute() 11924 1726884921.46901: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884921.46910: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884921.46919: variable 'omit' from source: magic vars 11924 1726884921.47006: variable 'omit' from source: magic vars 11924 1726884921.47053: variable 'omit' from source: magic vars 11924 1726884921.47078: variable 'omit' from source: magic vars 11924 1726884921.47113: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884921.47143: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884921.47162: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884921.47174: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884921.47185: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884921.47200: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884921.47215: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884921.47237: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884921.47242: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884921.47245: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884921.47338: Set connection var ansible_shell_executable to /bin/sh 11924 1726884921.47342: Set connection var ansible_connection to ssh 11924 1726884921.47345: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884921.47350: Set connection var ansible_timeout to 10 11924 1726884921.47358: Set connection var ansible_pipelining to False 11924 1726884921.47366: Set connection var ansible_shell_type to sh 11924 1726884921.47406: variable 'ansible_shell_executable' from source: unknown 11924 1726884921.47409: variable 'ansible_connection' from source: unknown 11924 1726884921.47411: variable 'ansible_module_compression' from source: unknown 11924 1726884921.47414: variable 'ansible_shell_type' from source: unknown 11924 1726884921.47416: variable 'ansible_shell_executable' from source: unknown 11924 1726884921.47418: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884921.47420: variable 'ansible_pipelining' from source: unknown 11924 1726884921.47421: variable 'ansible_timeout' from source: unknown 11924 1726884921.47423: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884921.47538: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884921.47549: variable 'omit' from source: magic vars 11924 1726884921.47552: starting attempt loop 11924 1726884921.47557: running the handler 11924 1726884921.47644: variable 'storage_test_expected_size' from source: set_fact 11924 1726884921.47760: variable 'storage_test_expected_size' from source: set_fact 11924 1726884921.47781: handler run complete 11924 1726884921.47794: attempt loop complete, returning result 11924 1726884921.47797: _execute() done 11924 1726884921.47799: dumping result to json 11924 1726884921.47805: done dumping result, returning 11924 1726884921.47808: done running TaskExecutor() for managed_node2/TASK: Show expected size [0affc8a3-6f6f-f4c0-2290-000000002a57] 11924 1726884921.47822: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a57 11924 1726884921.48021: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a57 11924 1726884921.48024: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_test_expected_size": "5368709120" } 11924 1726884921.48071: no more pending results, returning what we have 11924 1726884921.48074: results queue empty 11924 1726884921.48075: checking for any_errors_fatal 11924 1726884921.48080: done checking for any_errors_fatal 11924 1726884921.48081: checking for max_fail_percentage 11924 1726884921.48082: done checking for max_fail_percentage 11924 1726884921.48083: checking to see if all hosts have failed and the running result is not ok 11924 1726884921.48084: done checking to see if all hosts have failed 11924 1726884921.48084: getting the remaining hosts for this loop 11924 1726884921.48086: done getting the remaining hosts for this loop 11924 1726884921.48089: getting the next task for host managed_node2 11924 1726884921.48097: done getting next task for host managed_node2 11924 1726884921.48100: ^ task is: TASK: Get the size of parent/pool device 11924 1726884921.48108: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884921.48113: getting variables 11924 1726884921.48114: in VariableManager get_vars() 11924 1726884921.48136: Calling all_inventory to load vars for managed_node2 11924 1726884921.48137: Calling groups_inventory to load vars for managed_node2 11924 1726884921.48139: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884921.48145: Calling all_plugins_play to load vars for managed_node2 11924 1726884921.48147: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884921.48149: Calling groups_plugins_play to load vars for managed_node2 11924 1726884921.48496: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884921.48891: done with get_vars() 11924 1726884921.48916: 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 22:15:21 -0400 (0:00:00.027) 0:01:26.828 ****** 11924 1726884921.48987: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884921.49207: worker is 1 (out of 1 available) 11924 1726884921.49221: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884921.49234: done queuing things up, now waiting for results queue to drain 11924 1726884921.49235: waiting for pending results... 11924 1726884921.49429: running TaskExecutor() for managed_node2/TASK: Get the size of parent/pool device 11924 1726884921.49528: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a58 11924 1726884921.49539: variable 'ansible_search_path' from source: unknown 11924 1726884921.49584: calling self._execute() 11924 1726884921.49673: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884921.49677: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884921.49689: variable 'omit' from source: magic vars 11924 1726884921.49987: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884921.51677: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884921.52115: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884921.52146: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884921.52176: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884921.52200: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884921.52272: variable '_storage_test_volume_present' from source: set_fact 11924 1726884921.52287: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884921.52378: variable 'storage_test_volume' from source: include params 11924 1726884921.52398: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884921.52401: variable 'omit' from source: magic vars 11924 1726884921.52447: variable 'omit' from source: magic vars 11924 1726884921.52559: variable 'ansible_lvm' from source: facts 11924 1726884921.52564: variable 'storage_test_pool' from source: include params 11924 1726884921.52593: variable 'omit' from source: magic vars 11924 1726884921.52618: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884921.52643: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884921.52659: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884921.52672: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884921.52682: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884921.52695: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884921.52710: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884921.52738: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884921.52741: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884921.52743: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884921.52817: Set connection var ansible_shell_executable to /bin/sh 11924 1726884921.52820: Set connection var ansible_connection to ssh 11924 1726884921.52822: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884921.52828: Set connection var ansible_timeout to 10 11924 1726884921.52833: Set connection var ansible_pipelining to False 11924 1726884921.52840: Set connection var ansible_shell_type to sh 11924 1726884921.52864: variable 'ansible_shell_executable' from source: unknown 11924 1726884921.52867: variable 'ansible_connection' from source: unknown 11924 1726884921.52869: variable 'ansible_module_compression' from source: unknown 11924 1726884921.52872: variable 'ansible_shell_type' from source: unknown 11924 1726884921.52874: variable 'ansible_shell_executable' from source: unknown 11924 1726884921.52876: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884921.52878: variable 'ansible_pipelining' from source: unknown 11924 1726884921.52882: variable 'ansible_timeout' from source: unknown 11924 1726884921.52886: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884921.52980: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884921.52987: variable 'omit' from source: magic vars 11924 1726884921.52992: starting attempt loop 11924 1726884921.52995: running the handler 11924 1726884921.53009: _low_level_execute_command(): starting 11924 1726884921.53012: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884921.53527: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884921.53531: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884921.53535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884921.53584: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884921.53591: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884921.53594: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884921.53649: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884921.55346: stdout chunk (state=3): >>>/root <<< 11924 1726884921.55443: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884921.55475: stderr chunk (state=3): >>><<< 11924 1726884921.55479: stdout chunk (state=3): >>><<< 11924 1726884921.55497: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884921.55510: _low_level_execute_command(): starting 11924 1726884921.55514: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884921.5549757-15853-173174145445473 `" && echo ansible-tmp-1726884921.5549757-15853-173174145445473="` echo /root/.ansible/tmp/ansible-tmp-1726884921.5549757-15853-173174145445473 `" ) && sleep 0' 11924 1726884921.56047: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884921.56050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884921.56053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884921.56056: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884921.56059: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884921.56061: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884921.56114: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884921.56118: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884921.56122: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884921.56177: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884921.58129: stdout chunk (state=3): >>>ansible-tmp-1726884921.5549757-15853-173174145445473=/root/.ansible/tmp/ansible-tmp-1726884921.5549757-15853-173174145445473 <<< 11924 1726884921.58233: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884921.58266: stderr chunk (state=3): >>><<< 11924 1726884921.58269: stdout chunk (state=3): >>><<< 11924 1726884921.58284: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884921.5549757-15853-173174145445473=/root/.ansible/tmp/ansible-tmp-1726884921.5549757-15853-173174145445473 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884921.58331: variable 'ansible_module_compression' from source: unknown 11924 1726884921.58360: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 11924 1726884921.58427: variable 'ansible_facts' from source: unknown 11924 1726884921.58484: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884921.5549757-15853-173174145445473/AnsiballZ_bsize.py 11924 1726884921.58586: Sending initial data 11924 1726884921.58589: Sent initial data (154 bytes) 11924 1726884921.59096: 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 <<< 11924 1726884921.59100: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884921.59104: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884921.59107: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884921.59110: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884921.59152: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884921.59165: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884921.59167: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884921.59213: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884921.60851: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 <<< 11924 1726884921.60860: 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 <<< 11924 1726884921.60908: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884921.60960: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp3z5aok24 /root/.ansible/tmp/ansible-tmp-1726884921.5549757-15853-173174145445473/AnsiballZ_bsize.py <<< 11924 1726884921.60964: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884921.5549757-15853-173174145445473/AnsiballZ_bsize.py" <<< 11924 1726884921.61008: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp3z5aok24" to remote "/root/.ansible/tmp/ansible-tmp-1726884921.5549757-15853-173174145445473/AnsiballZ_bsize.py" <<< 11924 1726884921.61014: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884921.5549757-15853-173174145445473/AnsiballZ_bsize.py" <<< 11924 1726884921.61597: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884921.61666: stderr chunk (state=3): >>><<< 11924 1726884921.61673: stdout chunk (state=3): >>><<< 11924 1726884921.61681: done transferring module to remote 11924 1726884921.61696: _low_level_execute_command(): starting 11924 1726884921.61699: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884921.5549757-15853-173174145445473/ /root/.ansible/tmp/ansible-tmp-1726884921.5549757-15853-173174145445473/AnsiballZ_bsize.py && sleep 0' 11924 1726884921.62376: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884921.62379: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884921.62381: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884921.62383: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884921.62386: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884921.62433: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884921.62436: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884921.62495: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884921.64353: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884921.64392: stderr chunk (state=3): >>><<< 11924 1726884921.64395: stdout chunk (state=3): >>><<< 11924 1726884921.64413: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884921.64462: _low_level_execute_command(): starting 11924 1726884921.64465: _low_level_execute_command(): using become for this command 11924 1726884921.64468: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-xrordtzkjbpmelgxtnkhcdjyexvnacvy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884921.5549757-15853-173174145445473/AnsiballZ_bsize.py'"'"' && sleep 0' 11924 1726884921.64540: Initial state: awaiting_escalation: BECOME-SUCCESS-xrordtzkjbpmelgxtnkhcdjyexvnacvy 11924 1726884921.64970: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884921.64975: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884921.65074: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884921.65157: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884921.68139: stdout chunk (state=1): >>>BECOME-SUCCESS-xrordtzkjbpmelgxtnkhcdjyexvnacvy <<< 11924 1726884921.68143: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-xrordtzkjbpmelgxtnkhcdjyexvnacvy' 11924 1726884921.68471: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884921.68507: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884921.68549: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884921.68554: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884921.68622: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884921.68630: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884921.68650: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884921.68683: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884921.68694: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884921.68708: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884921.68728: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884921.68773: 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' <<< 11924 1726884921.68803: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884921.68830: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884921.68859: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884921.68874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884921.68933: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b7683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b737a10> <<< 11924 1726884921.68939: 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' <<< 11924 1726884921.68948: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b76a960> <<< 11924 1726884921.68986: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884921.68991: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884921.69010: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884921.69036: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884921.69052: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884921.69132: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884921.69172: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884921.69221: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884921.69239: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884921.69257: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884921.69290: 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' <<< 11924 1726884921.69312: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b53cfe0> <<< 11924 1726884921.69373: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884921.69385: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884921.69390: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b53dfd0> <<< 11924 1726884921.69419: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884921.69452: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884921.69694: 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' <<< 11924 1726884921.69715: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884921.69720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884921.69744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884921.69783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884921.69805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884921.69823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884921.69841: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b583e00> <<< 11924 1726884921.69858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884921.69877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884921.69908: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884921.69935: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b583ec0> <<< 11924 1726884921.69960: 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' <<< 11924 1726884921.69987: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884921.70031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884921.70050: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884921.70082: 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 0x7f052b5b3830> <<< 11924 1726884921.70105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884921.70109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884921.70128: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b5b3ec0> import '_collections' # <<< 11924 1726884921.70180: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b593ad0> <<< 11924 1726884921.70189: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884921.70238: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b5911f0> <<< 11924 1726884921.70371: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b580fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884921.70374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884921.70391: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884921.70420: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884921.70439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884921.70458: 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' <<< 11924 1726884921.70540: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b5d7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b5d6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884921.70561: 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 0x7f052b5920c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b5d4c20> <<< 11924 1726884921.70625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884921.70677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b608830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b580230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052b608ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b608b90> <<< 11924 1726884921.70734: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884921.70741: 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 0x7f052b608f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b576d50> <<< 11924 1726884921.70843: 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' <<< 11924 1726884921.70849: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b6095b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b6092b0> import 'importlib.machinery' # <<< 11924 1726884921.70877: 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' <<< 11924 1726884921.70903: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b60a4b0> <<< 11924 1726884921.70906: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884921.70928: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884921.71007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884921.71042: 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 0x7f052b6206b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884921.71051: 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 0x7f052b621d90> <<< 11924 1726884921.71070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884921.71084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884921.71106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884921.71130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b622c30> <<< 11924 1726884921.71179: 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 0x7f052b623290> <<< 11924 1726884921.71182: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b622180> <<< 11924 1726884921.71196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884921.71210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884921.71259: 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 0x7f052b623d10> <<< 11924 1726884921.71275: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b623440> <<< 11924 1726884921.71330: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b60a420> <<< 11924 1726884921.71334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884921.71373: 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 <<< 11924 1726884921.71415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884921.71453: 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 0x7f052b3b7b90> <<< 11924 1726884921.71458: 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' <<< 11924 1726884921.71542: 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 0x7f052b3e06e0> <<< 11924 1726884921.71550: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b3e0440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052b3e0710> <<< 11924 1726884921.71583: 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' <<< 11924 1726884921.71636: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884921.71759: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052b3e1040> <<< 11924 1726884921.71890: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884921.71915: 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 0x7f052b3e1970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b3e08f0> <<< 11924 1726884921.71943: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b3b5d30> <<< 11924 1726884921.71960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884921.71967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884921.72014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884921.72037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b3e2d50> <<< 11924 1726884921.72041: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b3e1a90> <<< 11924 1726884921.72070: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b60abd0> <<< 11924 1726884921.72083: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884921.72149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884921.72164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884921.72206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884921.72228: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b40b080> <<< 11924 1726884921.72291: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884921.72311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884921.72345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884921.72348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884921.72391: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b4333e0> <<< 11924 1726884921.72417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884921.72461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884921.72524: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884921.72540: 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 0x7f052b4901d0> <<< 11924 1726884921.72560: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884921.72606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884921.72627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884921.72660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884921.72741: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b492930> <<< 11924 1726884921.72820: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b4902f0> <<< 11924 1726884921.72854: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b45d1c0> <<< 11924 1726884921.72893: 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' <<< 11924 1726884921.72899: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b45d970> <<< 11924 1726884921.72921: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b4321e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b3e3c50> <<< 11924 1726884921.73036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884921.73050: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f052b432540> <<< 11924 1726884921.73207: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_qywfcajq/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 11924 1726884921.73210: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.73346: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.73372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884921.73385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884921.73427: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884921.73517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884921.73532: 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' <<< 11924 1726884921.73554: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ad7aff0> import '_typing' # <<< 11924 1726884921.73742: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ad5dee0> <<< 11924 1726884921.73749: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ad5d040> # zipimport: zlib available <<< 11924 1726884921.73786: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884921.73805: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.73813: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.73816: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.73839: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884921.73852: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.75322: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.76464: 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' <<< 11924 1726884921.76472: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ad78ec0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884921.76484: 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' <<< 11924 1726884921.76512: 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' <<< 11924 1726884921.76697: 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 0x7f052adae960> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052adae6f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052adae000> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052adaea50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ad7ba10> import 'atexit' # <<< 11924 1726884921.76724: 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 0x7f052adaf710> <<< 11924 1726884921.76766: 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 0x7f052adaf950> <<< 11924 1726884921.76769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884921.76824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884921.76835: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884921.76879: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052adafe90> <<< 11924 1726884921.76899: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884921.76931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884921.76934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884921.76971: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac19c70> <<< 11924 1726884921.76999: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884921.77018: 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 0x7f052ac1b3b0> <<< 11924 1726884921.77046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884921.77049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884921.77079: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac1c230> <<< 11924 1726884921.77099: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884921.77128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884921.77159: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac1d3d0> <<< 11924 1726884921.77181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884921.77230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884921.77233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884921.77243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884921.77297: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac1fe30> <<< 11924 1726884921.77382: 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 0x7f052b622ba0> <<< 11924 1726884921.77385: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac1e0f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884921.77424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884921.77443: 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 <<< 11924 1726884921.77491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884921.77545: 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 0x7f052ac27c50> import '_tokenize' # <<< 11924 1726884921.77630: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac26720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac264b0> <<< 11924 1726884921.77659: 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' <<< 11924 1726884921.77751: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac269f0> <<< 11924 1726884921.77804: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac1e600> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052ac6bec0> <<< 11924 1726884921.77863: 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 0x7f052ac6bfe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 11924 1726884921.77915: 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' <<< 11924 1726884921.77926: 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 0x7f052ac6da30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac6d820> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884921.78114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884921.78128: 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 0x7f052ac6ffb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac6e0f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884921.78185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884921.78189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884921.78221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884921.78271: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac737d0> <<< 11924 1726884921.78378: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac701a0> <<< 11924 1726884921.78444: stdout 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 0x7f052ac74890> <<< 11924 1726884921.78468: stdout 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 0x7f052ac744d0> <<< 11924 1726884921.78530: stdout 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 0x7f052ac74980> <<< 11924 1726884921.78549: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac6c170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 11924 1726884921.78597: 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 <<< 11924 1726884921.78605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884921.78639: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884921.78650: 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 0x7f052acfc140> <<< 11924 1726884921.78841: 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 0x7f052acfd3d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac768d0> <<< 11924 1726884921.79070: 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 0x7f052ac77c80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac76510> # zipimport: zlib available <<< 11924 1726884921.79075: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884921.79109: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884921.79138: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884921.79154: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884921.79278: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.79454: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.79947: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.80501: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884921.80520: 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' # <<< 11924 1726884921.80578: 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' <<< 11924 1726884921.80683: 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 0x7f052ab055b0> <<< 11924 1726884921.80737: 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 0x7f052ab063c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052acfd7f0> <<< 11924 1726884921.80833: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884921.80969: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.80985: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.81130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884921.81148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ab06450> <<< 11924 1726884921.81158: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.81620: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.82073: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.82141: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.82247: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884921.82259: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.82305: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.82312: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884921.82345: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.82382: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.82477: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884921.82568: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.82660: 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 <<< 11924 1726884921.82838: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.83085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884921.83164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884921.83241: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ab07620> # zipimport: zlib available <<< 11924 1726884921.83332: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.83422: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884921.83449: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884921.83597: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.83626: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884921.83686: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.83769: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884921.84053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884921.84061: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052ab12120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ab0d8b0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884921.84064: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.84084: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.84104: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.84192: stdout chunk (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' <<< 11924 1726884921.84225: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884921.84323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884921.84327: 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' <<< 11924 1726884921.84382: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac02b10> <<< 11924 1726884921.84424: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ade27e0> <<< 11924 1726884921.84523: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ab122a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ab07230> <<< 11924 1726884921.84533: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884921.84634: 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' # <<< 11924 1726884921.84661: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.84696: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 11924 1726884921.84714: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884921.84762: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # # zipimport: zlib available <<< 11924 1726884921.84766: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.84792: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 11924 1726884921.84807: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 11924 1726884921.84837: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.84849: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884921.84888: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.85012: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884921.85015: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 11924 1726884921.85023: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884921.85296: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # # zipimport: zlib available <<< 11924 1726884921.85439: stdout chunk (state=3): >>> {"changed": false, "size": "9 GiB", "bytes": 10726680821, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.99G"}}} <<< 11924 1726884921.85442: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884921.85839: 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<<< 11924 1726884921.85871: 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 <<< 11924 1726884921.85909: 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 <<< 11924 1726884921.85989: 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 <<< 11924 1726884921.86184: 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 <<< 11924 1726884921.86302: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884921.86308: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884921.86382: 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 <<< 11924 1726884921.86385: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884921.86543: 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 <<< 11924 1726884921.86547: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884921.86582: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 11924 1726884921.86585: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884921.86689: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884921.86911: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884921.86991: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884921.87376: 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 <<< 11924 1726884921.87717: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884921.87840: stderr chunk (state=3): >>><<< 11924 1726884921.87844: stdout chunk (state=3): >>><<< 11924 1726884921.88071: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b7683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b737a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b76a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b53cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b53dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b583e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b583ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b5b3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b5b3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b593ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b5911f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b580fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b5d7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b5d6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b5920c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b5d4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b608830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b580230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052b608ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b608b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052b608f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b576d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b6095b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b6092b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b60a4b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b6206b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052b621d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b622c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052b623290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b622180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052b623d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b623440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b60a420> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052b3b7b90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052b3e06e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b3e0440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052b3e0710> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052b3e1040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052b3e1970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b3e08f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b3b5d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b3e2d50> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b3e1a90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b60abd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b40b080> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b4333e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b4901d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b492930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b4902f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b45d1c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b45d970> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b4321e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052b3e3c50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f052b432540> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_qywfcajq/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 0x7f052ad7aff0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ad5dee0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ad5d040> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ad78ec0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052adae960> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052adae6f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052adae000> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052adaea50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ad7ba10> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052adaf710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052adaf950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052adafe90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac19c70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052ac1b3b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac1c230> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac1d3d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac1fe30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052b622ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac1e0f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac27c50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac26720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac264b0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac269f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac1e600> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052ac6bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac6bfe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052ac6da30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac6d820> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052ac6ffb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac6e0f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac737d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac701a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052ac74890> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052ac744d0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052ac74980> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac6c170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052acfc140> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052acfd3d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac768d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052ac77c80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac76510> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052ab055b0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ab063c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052acfd7f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ab06450> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ab07620> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f052ab12120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ab0d8b0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ac02b10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ade27e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ab122a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f052ab07230> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": 10726680821, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.99G"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884921.89798: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '9.99G', '_ansible_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-1726884921.5549757-15853-173174145445473/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884921.89804: _low_level_execute_command(): starting 11924 1726884921.89807: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884921.5549757-15853-173174145445473/ > /dev/null 2>&1 && sleep 0' 11924 1726884921.89826: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884921.89842: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884921.89860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884921.89877: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884921.89893: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884921.89932: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884921.89946: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884921.90043: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884921.90078: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884921.90124: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884921.92042: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884921.92052: stdout chunk (state=3): >>><<< 11924 1726884921.92068: stderr chunk (state=3): >>><<< 11924 1726884921.92116: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884921.92312: handler run complete 11924 1726884921.92315: attempt loop complete, returning result 11924 1726884921.92317: _execute() done 11924 1726884921.92319: dumping result to json 11924 1726884921.92321: done dumping result, returning 11924 1726884921.92322: done running TaskExecutor() for managed_node2/TASK: Get the size of parent/pool device [0affc8a3-6f6f-f4c0-2290-000000002a58] 11924 1726884921.92324: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a58 11924 1726884921.92392: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a58 11924 1726884921.92396: WORKER PROCESS EXITING ok: [managed_node2] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } 11924 1726884921.92475: no more pending results, returning what we have 11924 1726884921.92479: results queue empty 11924 1726884921.92480: checking for any_errors_fatal 11924 1726884921.92485: done checking for any_errors_fatal 11924 1726884921.92485: checking for max_fail_percentage 11924 1726884921.92487: done checking for max_fail_percentage 11924 1726884921.92488: checking to see if all hosts have failed and the running result is not ok 11924 1726884921.92489: done checking to see if all hosts have failed 11924 1726884921.92490: getting the remaining hosts for this loop 11924 1726884921.92492: done getting the remaining hosts for this loop 11924 1726884921.92496: getting the next task for host managed_node2 11924 1726884921.92511: done getting next task for host managed_node2 11924 1726884921.92513: ^ task is: TASK: Show test pool 11924 1726884921.92519: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884921.92523: getting variables 11924 1726884921.92525: in VariableManager get_vars() 11924 1726884921.92562: Calling all_inventory to load vars for managed_node2 11924 1726884921.92564: Calling groups_inventory to load vars for managed_node2 11924 1726884921.92567: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884921.92577: Calling all_plugins_play to load vars for managed_node2 11924 1726884921.92580: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884921.92583: Calling groups_plugins_play to load vars for managed_node2 11924 1726884921.94121: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884921.95581: done with get_vars() 11924 1726884921.95604: done getting variables 11924 1726884921.95672: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:21 -0400 (0:00:00.467) 0:01:27.296 ****** 11924 1726884921.95714: entering _queue_task() for managed_node2/debug 11924 1726884921.96461: worker is 1 (out of 1 available) 11924 1726884921.96476: exiting _queue_task() for managed_node2/debug 11924 1726884921.96490: done queuing things up, now waiting for results queue to drain 11924 1726884921.96492: waiting for pending results... 11924 1726884921.97677: running TaskExecutor() for managed_node2/TASK: Show test pool 11924 1726884921.98262: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a5a 11924 1726884921.98266: variable 'ansible_search_path' from source: unknown 11924 1726884921.98269: calling self._execute() 11924 1726884921.98433: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884921.98612: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884921.98629: variable 'omit' from source: magic vars 11924 1726884921.99745: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884922.06302: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884922.06562: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884922.06647: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884922.06704: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884922.06781: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884922.07161: variable '_storage_test_volume_present' from source: set_fact 11924 1726884922.07165: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884922.07354: variable 'storage_test_volume' from source: include params 11924 1726884922.07617: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884922.07862: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884922.07894: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884922.07923: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884922.08097: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884922.08119: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884922.08278: variable 'storage_test_volume' from source: include params 11924 1726884922.08300: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884922.08326: when evaluation is False, skipping this task 11924 1726884922.08385: _execute() done 11924 1726884922.08393: dumping result to json 11924 1726884922.08399: done dumping result, returning 11924 1726884922.08410: done running TaskExecutor() for managed_node2/TASK: Show test pool [0affc8a3-6f6f-f4c0-2290-000000002a5a] 11924 1726884922.08421: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a5a skipping: [managed_node2] => { "false_condition": "'%' in storage_test_volume.size | string" } 11924 1726884922.08582: no more pending results, returning what we have 11924 1726884922.08586: results queue empty 11924 1726884922.08587: checking for any_errors_fatal 11924 1726884922.08597: done checking for any_errors_fatal 11924 1726884922.08598: checking for max_fail_percentage 11924 1726884922.08600: done checking for max_fail_percentage 11924 1726884922.08601: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.08602: done checking to see if all hosts have failed 11924 1726884922.08603: getting the remaining hosts for this loop 11924 1726884922.08605: done getting the remaining hosts for this loop 11924 1726884922.08609: getting the next task for host managed_node2 11924 1726884922.08619: done getting next task for host managed_node2 11924 1726884922.08622: ^ task is: TASK: Show test blockinfo 11924 1726884922.08627: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884922.08632: getting variables 11924 1726884922.08634: in VariableManager get_vars() 11924 1726884922.08672: Calling all_inventory to load vars for managed_node2 11924 1726884922.08675: Calling groups_inventory to load vars for managed_node2 11924 1726884922.08678: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.08688: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.08691: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.08693: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.09736: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a5a 11924 1726884922.09740: WORKER PROCESS EXITING 11924 1726884922.10323: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.13214: done with get_vars() 11924 1726884922.13236: done getting variables 11924 1726884922.13407: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:22 -0400 (0:00:00.177) 0:01:27.473 ****** 11924 1726884922.13442: entering _queue_task() for managed_node2/debug 11924 1726884922.14319: worker is 1 (out of 1 available) 11924 1726884922.14333: exiting _queue_task() for managed_node2/debug 11924 1726884922.14346: done queuing things up, now waiting for results queue to drain 11924 1726884922.14348: waiting for pending results... 11924 1726884922.15176: running TaskExecutor() for managed_node2/TASK: Show test blockinfo 11924 1726884922.15447: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a5b 11924 1726884922.15477: variable 'ansible_search_path' from source: unknown 11924 1726884922.15544: calling self._execute() 11924 1726884922.15690: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.15702: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.15716: variable 'omit' from source: magic vars 11924 1726884922.16168: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884922.20145: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884922.20431: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884922.20435: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884922.20582: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884922.20598: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884922.20826: variable '_storage_test_volume_present' from source: set_fact 11924 1726884922.20886: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884922.21149: variable 'storage_test_volume' from source: include params 11924 1726884922.21187: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884922.21385: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884922.21423: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884922.21461: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884922.21505: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884922.21564: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884922.21613: variable 'storage_test_volume' from source: include params 11924 1726884922.21636: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884922.21644: when evaluation is False, skipping this task 11924 1726884922.21650: _execute() done 11924 1726884922.21658: dumping result to json 11924 1726884922.21671: done dumping result, returning 11924 1726884922.21682: done running TaskExecutor() for managed_node2/TASK: Show test blockinfo [0affc8a3-6f6f-f4c0-2290-000000002a5b] 11924 1726884922.21693: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a5b skipping: [managed_node2] => { "false_condition": "'%' in storage_test_volume.size | string" } 11924 1726884922.21944: no more pending results, returning what we have 11924 1726884922.21948: results queue empty 11924 1726884922.21949: checking for any_errors_fatal 11924 1726884922.21960: done checking for any_errors_fatal 11924 1726884922.21961: checking for max_fail_percentage 11924 1726884922.21963: done checking for max_fail_percentage 11924 1726884922.21964: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.21965: done checking to see if all hosts have failed 11924 1726884922.21966: getting the remaining hosts for this loop 11924 1726884922.21968: done getting the remaining hosts for this loop 11924 1726884922.21972: getting the next task for host managed_node2 11924 1726884922.21982: done getting next task for host managed_node2 11924 1726884922.21984: ^ task is: TASK: Show test pool size 11924 1726884922.22162: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884922.22168: getting variables 11924 1726884922.22170: in VariableManager get_vars() 11924 1726884922.22205: Calling all_inventory to load vars for managed_node2 11924 1726884922.22207: Calling groups_inventory to load vars for managed_node2 11924 1726884922.22211: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.22221: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.22224: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.22227: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.22863: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a5b 11924 1726884922.22867: WORKER PROCESS EXITING 11924 1726884922.23472: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.25329: done with get_vars() 11924 1726884922.25352: done getting variables 11924 1726884922.25531: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:22 -0400 (0:00:00.121) 0:01:27.594 ****** 11924 1726884922.25602: entering _queue_task() for managed_node2/debug 11924 1726884922.26499: worker is 1 (out of 1 available) 11924 1726884922.26510: exiting _queue_task() for managed_node2/debug 11924 1726884922.26522: done queuing things up, now waiting for results queue to drain 11924 1726884922.26524: waiting for pending results... 11924 1726884922.26946: running TaskExecutor() for managed_node2/TASK: Show test pool size 11924 1726884922.27387: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a5c 11924 1726884922.27411: variable 'ansible_search_path' from source: unknown 11924 1726884922.27502: calling self._execute() 11924 1726884922.27812: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.27827: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.27843: variable 'omit' from source: magic vars 11924 1726884922.29131: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884922.34710: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884922.34882: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884922.34965: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884922.35062: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884922.35125: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884922.35380: variable '_storage_test_volume_present' from source: set_fact 11924 1726884922.35410: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884922.35570: variable 'storage_test_volume' from source: include params 11924 1726884922.35613: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884922.35863: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884922.35867: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884922.35870: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884922.35923: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884922.35945: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884922.36042: variable 'storage_test_volume' from source: include params 11924 1726884922.36070: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884922.36079: when evaluation is False, skipping this task 11924 1726884922.36088: _execute() done 11924 1726884922.36097: dumping result to json 11924 1726884922.36106: done dumping result, returning 11924 1726884922.36124: done running TaskExecutor() for managed_node2/TASK: Show test pool size [0affc8a3-6f6f-f4c0-2290-000000002a5c] 11924 1726884922.36163: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a5c skipping: [managed_node2] => { "false_condition": "'%' in storage_test_volume.size | string" } 11924 1726884922.36338: no more pending results, returning what we have 11924 1726884922.36342: results queue empty 11924 1726884922.36342: checking for any_errors_fatal 11924 1726884922.36352: done checking for any_errors_fatal 11924 1726884922.36353: checking for max_fail_percentage 11924 1726884922.36354: done checking for max_fail_percentage 11924 1726884922.36357: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.36357: done checking to see if all hosts have failed 11924 1726884922.36358: getting the remaining hosts for this loop 11924 1726884922.36360: done getting the remaining hosts for this loop 11924 1726884922.36364: getting the next task for host managed_node2 11924 1726884922.36372: done getting next task for host managed_node2 11924 1726884922.36376: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 11924 1726884922.36382: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884922.36388: getting variables 11924 1726884922.36389: in VariableManager get_vars() 11924 1726884922.36424: Calling all_inventory to load vars for managed_node2 11924 1726884922.36426: Calling groups_inventory to load vars for managed_node2 11924 1726884922.36430: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.36439: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.36442: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.36445: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.36972: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a5c 11924 1726884922.36979: WORKER PROCESS EXITING 11924 1726884922.37019: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.37438: done with get_vars() 11924 1726884922.37451: done getting variables 11924 1726884922.37494: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:22 -0400 (0:00:00.119) 0:01:27.714 ****** 11924 1726884922.37523: entering _queue_task() for managed_node2/set_fact 11924 1726884922.37837: worker is 1 (out of 1 available) 11924 1726884922.37859: exiting _queue_task() for managed_node2/set_fact 11924 1726884922.37876: done queuing things up, now waiting for results queue to drain 11924 1726884922.37878: waiting for pending results... 11924 1726884922.38179: running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value 11924 1726884922.38343: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a5d 11924 1726884922.38399: variable 'ansible_search_path' from source: unknown 11924 1726884922.38434: calling self._execute() 11924 1726884922.38593: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.38616: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.38644: variable 'omit' from source: magic vars 11924 1726884922.39161: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884922.41645: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884922.41715: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884922.41718: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884922.41752: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884922.41773: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884922.41862: variable '_storage_test_volume_present' from source: set_fact 11924 1726884922.41877: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884922.42024: variable 'storage_test_volume' from source: include params 11924 1726884922.42042: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884922.42175: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884922.42194: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884922.42212: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884922.42238: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884922.42249: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884922.42336: variable 'storage_test_volume' from source: include params 11924 1726884922.42349: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884922.42354: when evaluation is False, skipping this task 11924 1726884922.42369: _execute() done 11924 1726884922.42372: dumping result to json 11924 1726884922.42374: done dumping result, returning 11924 1726884922.42377: done running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-f4c0-2290-000000002a5d] 11924 1726884922.42379: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a5d 11924 1726884922.42528: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a5d 11924 1726884922.42531: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } 11924 1726884922.42612: no more pending results, returning what we have 11924 1726884922.42616: results queue empty 11924 1726884922.42616: checking for any_errors_fatal 11924 1726884922.42624: done checking for any_errors_fatal 11924 1726884922.42625: checking for max_fail_percentage 11924 1726884922.42627: done checking for max_fail_percentage 11924 1726884922.42627: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.42628: done checking to see if all hosts have failed 11924 1726884922.42629: getting the remaining hosts for this loop 11924 1726884922.42630: done getting the remaining hosts for this loop 11924 1726884922.42633: getting the next task for host managed_node2 11924 1726884922.42648: done getting next task for host managed_node2 11924 1726884922.42650: ^ task is: TASK: Default thin pool reserved space values 11924 1726884922.42659: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884922.42663: getting variables 11924 1726884922.42665: in VariableManager get_vars() 11924 1726884922.42695: Calling all_inventory to load vars for managed_node2 11924 1726884922.42698: Calling groups_inventory to load vars for managed_node2 11924 1726884922.42700: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.42712: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.42714: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.42716: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.43272: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.43896: done with get_vars() 11924 1726884922.43914: done getting variables 11924 1726884922.43973: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:22 -0400 (0:00:00.064) 0:01:27.779 ****** 11924 1726884922.44013: entering _queue_task() for managed_node2/set_fact 11924 1726884922.44309: worker is 1 (out of 1 available) 11924 1726884922.44321: exiting _queue_task() for managed_node2/set_fact 11924 1726884922.44335: done queuing things up, now waiting for results queue to drain 11924 1726884922.44337: waiting for pending results... 11924 1726884922.44638: running TaskExecutor() for managed_node2/TASK: Default thin pool reserved space values 11924 1726884922.44731: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a5f 11924 1726884922.44743: variable 'ansible_search_path' from source: unknown 11924 1726884922.44773: calling self._execute() 11924 1726884922.44876: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.44880: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.44890: variable 'omit' from source: magic vars 11924 1726884922.45176: variable 'storage_test_volume' from source: include params 11924 1726884922.45198: Evaluated conditional (storage_test_volume.thin): False 11924 1726884922.45205: when evaluation is False, skipping this task 11924 1726884922.45208: _execute() done 11924 1726884922.45212: dumping result to json 11924 1726884922.45214: done dumping result, returning 11924 1726884922.45217: done running TaskExecutor() for managed_node2/TASK: Default thin pool reserved space values [0affc8a3-6f6f-f4c0-2290-000000002a5f] 11924 1726884922.45222: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a5f 11924 1726884922.45315: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a5f 11924 1726884922.45323: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884922.45392: no more pending results, returning what we have 11924 1726884922.45396: results queue empty 11924 1726884922.45397: checking for any_errors_fatal 11924 1726884922.45410: done checking for any_errors_fatal 11924 1726884922.45411: checking for max_fail_percentage 11924 1726884922.45413: done checking for max_fail_percentage 11924 1726884922.45414: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.45414: done checking to see if all hosts have failed 11924 1726884922.45418: getting the remaining hosts for this loop 11924 1726884922.45420: done getting the remaining hosts for this loop 11924 1726884922.45423: getting the next task for host managed_node2 11924 1726884922.45430: done getting next task for host managed_node2 11924 1726884922.45433: ^ task is: TASK: Default minimal thin pool reserved space size 11924 1726884922.45446: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884922.45450: getting variables 11924 1726884922.45452: in VariableManager get_vars() 11924 1726884922.45485: Calling all_inventory to load vars for managed_node2 11924 1726884922.45487: Calling groups_inventory to load vars for managed_node2 11924 1726884922.45490: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.45499: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.45507: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.45510: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.46101: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.46665: done with get_vars() 11924 1726884922.46680: 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 22:15:22 -0400 (0:00:00.027) 0:01:27.806 ****** 11924 1726884922.46776: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884922.47238: worker is 1 (out of 1 available) 11924 1726884922.47301: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884922.47313: done queuing things up, now waiting for results queue to drain 11924 1726884922.47337: waiting for pending results... 11924 1726884922.47584: running TaskExecutor() for managed_node2/TASK: Default minimal thin pool reserved space size 11924 1726884922.47794: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a60 11924 1726884922.47799: variable 'ansible_search_path' from source: unknown 11924 1726884922.47908: calling self._execute() 11924 1726884922.48006: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.48027: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.48032: variable 'omit' from source: magic vars 11924 1726884922.48399: variable 'storage_test_volume' from source: include params 11924 1726884922.48418: Evaluated conditional (storage_test_volume.thin): False 11924 1726884922.48433: when evaluation is False, skipping this task 11924 1726884922.48437: _execute() done 11924 1726884922.48439: dumping result to json 11924 1726884922.48443: done dumping result, returning 11924 1726884922.48446: done running TaskExecutor() for managed_node2/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-f4c0-2290-000000002a60] 11924 1726884922.48449: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a60 11924 1726884922.48570: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a60 11924 1726884922.48574: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884922.48636: no more pending results, returning what we have 11924 1726884922.48639: results queue empty 11924 1726884922.48640: checking for any_errors_fatal 11924 1726884922.48775: done checking for any_errors_fatal 11924 1726884922.48777: checking for max_fail_percentage 11924 1726884922.48779: done checking for max_fail_percentage 11924 1726884922.48780: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.48781: done checking to see if all hosts have failed 11924 1726884922.48781: getting the remaining hosts for this loop 11924 1726884922.48783: done getting the remaining hosts for this loop 11924 1726884922.48786: getting the next task for host managed_node2 11924 1726884922.48795: done getting next task for host managed_node2 11924 1726884922.48797: ^ task is: TASK: Default maximal thin pool reserved space size 11924 1726884922.48803: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884922.48807: getting variables 11924 1726884922.48808: in VariableManager get_vars() 11924 1726884922.48834: Calling all_inventory to load vars for managed_node2 11924 1726884922.48837: Calling groups_inventory to load vars for managed_node2 11924 1726884922.48839: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.48848: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.48850: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.48852: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.49497: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.50147: done with get_vars() 11924 1726884922.50162: 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 22:15:22 -0400 (0:00:00.034) 0:01:27.841 ****** 11924 1726884922.50224: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884922.50472: worker is 1 (out of 1 available) 11924 1726884922.50483: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884922.50497: done queuing things up, now waiting for results queue to drain 11924 1726884922.50499: waiting for pending results... 11924 1726884922.50694: running TaskExecutor() for managed_node2/TASK: Default maximal thin pool reserved space size 11924 1726884922.50817: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a61 11924 1726884922.50829: variable 'ansible_search_path' from source: unknown 11924 1726884922.50871: calling self._execute() 11924 1726884922.51001: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.51008: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.51019: variable 'omit' from source: magic vars 11924 1726884922.51384: variable 'storage_test_volume' from source: include params 11924 1726884922.51414: Evaluated conditional (storage_test_volume.thin): False 11924 1726884922.51420: when evaluation is False, skipping this task 11924 1726884922.51423: _execute() done 11924 1726884922.51425: dumping result to json 11924 1726884922.51428: done dumping result, returning 11924 1726884922.51430: done running TaskExecutor() for managed_node2/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-f4c0-2290-000000002a61] 11924 1726884922.51432: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a61 11924 1726884922.51529: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a61 11924 1726884922.51533: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884922.51594: no more pending results, returning what we have 11924 1726884922.51598: results queue empty 11924 1726884922.51599: checking for any_errors_fatal 11924 1726884922.51609: done checking for any_errors_fatal 11924 1726884922.51609: checking for max_fail_percentage 11924 1726884922.51611: done checking for max_fail_percentage 11924 1726884922.51612: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.51613: done checking to see if all hosts have failed 11924 1726884922.51613: getting the remaining hosts for this loop 11924 1726884922.51615: done getting the remaining hosts for this loop 11924 1726884922.51618: getting the next task for host managed_node2 11924 1726884922.51626: done getting next task for host managed_node2 11924 1726884922.51629: ^ task is: TASK: Calculate maximum usable space in thin pool 11924 1726884922.51634: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884922.51638: getting variables 11924 1726884922.51639: in VariableManager get_vars() 11924 1726884922.51668: Calling all_inventory to load vars for managed_node2 11924 1726884922.51670: Calling groups_inventory to load vars for managed_node2 11924 1726884922.51673: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.51682: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.51684: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.51687: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.52637: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.53400: done with get_vars() 11924 1726884922.53415: done getting variables 11924 1726884922.53488: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:22 -0400 (0:00:00.032) 0:01:27.874 ****** 11924 1726884922.53520: entering _queue_task() for managed_node2/set_fact 11924 1726884922.53880: worker is 1 (out of 1 available) 11924 1726884922.53942: exiting _queue_task() for managed_node2/set_fact 11924 1726884922.53958: done queuing things up, now waiting for results queue to drain 11924 1726884922.53960: waiting for pending results... 11924 1726884922.54163: running TaskExecutor() for managed_node2/TASK: Calculate maximum usable space in thin pool 11924 1726884922.54272: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a62 11924 1726884922.54283: variable 'ansible_search_path' from source: unknown 11924 1726884922.54320: calling self._execute() 11924 1726884922.54435: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.54439: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.54445: variable 'omit' from source: magic vars 11924 1726884922.54729: variable 'storage_test_volume' from source: include params 11924 1726884922.54752: Evaluated conditional (storage_test_volume.thin): False 11924 1726884922.54756: when evaluation is False, skipping this task 11924 1726884922.54759: _execute() done 11924 1726884922.54762: dumping result to json 11924 1726884922.54764: done dumping result, returning 11924 1726884922.54776: done running TaskExecutor() for managed_node2/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-f4c0-2290-000000002a62] 11924 1726884922.54778: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a62 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884922.54972: no more pending results, returning what we have 11924 1726884922.54976: results queue empty 11924 1726884922.54976: checking for any_errors_fatal 11924 1726884922.54985: done checking for any_errors_fatal 11924 1726884922.54986: checking for max_fail_percentage 11924 1726884922.54988: done checking for max_fail_percentage 11924 1726884922.54989: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.54989: done checking to see if all hosts have failed 11924 1726884922.54990: getting the remaining hosts for this loop 11924 1726884922.54993: done getting the remaining hosts for this loop 11924 1726884922.54996: getting the next task for host managed_node2 11924 1726884922.55007: done getting next task for host managed_node2 11924 1726884922.55009: ^ task is: TASK: Apply upper size limit to max usable thin pool space 11924 1726884922.55016: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884922.55019: getting variables 11924 1726884922.55021: in VariableManager get_vars() 11924 1726884922.55050: Calling all_inventory to load vars for managed_node2 11924 1726884922.55053: Calling groups_inventory to load vars for managed_node2 11924 1726884922.55065: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.55071: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a62 11924 1726884922.55074: WORKER PROCESS EXITING 11924 1726884922.55082: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.55085: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.55088: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.55537: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.56092: done with get_vars() 11924 1726884922.56107: done getting variables 11924 1726884922.56188: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:22 -0400 (0:00:00.026) 0:01:27.901 ****** 11924 1726884922.56219: entering _queue_task() for managed_node2/set_fact 11924 1726884922.56474: worker is 1 (out of 1 available) 11924 1726884922.56486: exiting _queue_task() for managed_node2/set_fact 11924 1726884922.56499: done queuing things up, now waiting for results queue to drain 11924 1726884922.56501: waiting for pending results... 11924 1726884922.56813: running TaskExecutor() for managed_node2/TASK: Apply upper size limit to max usable thin pool space 11924 1726884922.56910: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a63 11924 1726884922.56922: variable 'ansible_search_path' from source: unknown 11924 1726884922.56957: calling self._execute() 11924 1726884922.57058: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.57062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.57089: variable 'omit' from source: magic vars 11924 1726884922.57560: variable 'storage_test_volume' from source: include params 11924 1726884922.57563: Evaluated conditional (storage_test_volume.thin): False 11924 1726884922.57566: when evaluation is False, skipping this task 11924 1726884922.57568: _execute() done 11924 1726884922.57571: dumping result to json 11924 1726884922.57573: done dumping result, returning 11924 1726884922.57576: done running TaskExecutor() for managed_node2/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-f4c0-2290-000000002a63] 11924 1726884922.57578: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a63 11924 1726884922.57651: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a63 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884922.57706: no more pending results, returning what we have 11924 1726884922.57710: results queue empty 11924 1726884922.57711: checking for any_errors_fatal 11924 1726884922.57723: done checking for any_errors_fatal 11924 1726884922.57724: checking for max_fail_percentage 11924 1726884922.57726: done checking for max_fail_percentage 11924 1726884922.57727: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.57727: done checking to see if all hosts have failed 11924 1726884922.57728: getting the remaining hosts for this loop 11924 1726884922.57730: done getting the remaining hosts for this loop 11924 1726884922.57733: getting the next task for host managed_node2 11924 1726884922.57743: done getting next task for host managed_node2 11924 1726884922.57745: ^ task is: TASK: Apply lower size limit to max usable thin pool space 11924 1726884922.57758: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884922.57762: getting variables 11924 1726884922.57764: in VariableManager get_vars() 11924 1726884922.57797: Calling all_inventory to load vars for managed_node2 11924 1726884922.57800: Calling groups_inventory to load vars for managed_node2 11924 1726884922.57803: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.57815: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.57818: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.57820: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.58400: WORKER PROCESS EXITING 11924 1726884922.59038: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.59598: done with get_vars() 11924 1726884922.59611: done getting variables 11924 1726884922.59671: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:22 -0400 (0:00:00.034) 0:01:27.936 ****** 11924 1726884922.59712: entering _queue_task() for managed_node2/set_fact 11924 1726884922.59965: worker is 1 (out of 1 available) 11924 1726884922.59979: exiting _queue_task() for managed_node2/set_fact 11924 1726884922.59992: done queuing things up, now waiting for results queue to drain 11924 1726884922.59994: waiting for pending results... 11924 1726884922.60228: running TaskExecutor() for managed_node2/TASK: Apply lower size limit to max usable thin pool space 11924 1726884922.60351: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a64 11924 1726884922.60371: variable 'ansible_search_path' from source: unknown 11924 1726884922.60432: calling self._execute() 11924 1726884922.60541: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.60545: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.60711: variable 'omit' from source: magic vars 11924 1726884922.61180: variable 'storage_test_volume' from source: include params 11924 1726884922.61183: Evaluated conditional (storage_test_volume.thin): False 11924 1726884922.61186: when evaluation is False, skipping this task 11924 1726884922.61188: _execute() done 11924 1726884922.61191: dumping result to json 11924 1726884922.61194: done dumping result, returning 11924 1726884922.61196: done running TaskExecutor() for managed_node2/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-f4c0-2290-000000002a64] 11924 1726884922.61198: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a64 11924 1726884922.61280: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a64 11924 1726884922.61285: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884922.61461: no more pending results, returning what we have 11924 1726884922.61466: results queue empty 11924 1726884922.61467: checking for any_errors_fatal 11924 1726884922.61478: done checking for any_errors_fatal 11924 1726884922.61479: checking for max_fail_percentage 11924 1726884922.61481: done checking for max_fail_percentage 11924 1726884922.61482: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.61483: done checking to see if all hosts have failed 11924 1726884922.61484: getting the remaining hosts for this loop 11924 1726884922.61486: done getting the remaining hosts for this loop 11924 1726884922.61490: getting the next task for host managed_node2 11924 1726884922.61505: done getting next task for host managed_node2 11924 1726884922.61509: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 11924 1726884922.61525: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884922.61534: getting variables 11924 1726884922.61536: in VariableManager get_vars() 11924 1726884922.61798: Calling all_inventory to load vars for managed_node2 11924 1726884922.61801: Calling groups_inventory to load vars for managed_node2 11924 1726884922.61807: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.61820: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.61827: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.61831: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.63359: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.64357: done with get_vars() 11924 1726884922.64374: 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 22:15:22 -0400 (0:00:00.047) 0:01:27.983 ****** 11924 1726884922.64480: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884922.65053: worker is 1 (out of 1 available) 11924 1726884922.65067: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884922.65079: done queuing things up, now waiting for results queue to drain 11924 1726884922.65080: waiting for pending results... 11924 1726884922.65531: running TaskExecutor() for managed_node2/TASK: Convert maximum usable thin pool space from int to Size 11924 1726884922.65637: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a65 11924 1726884922.65660: variable 'ansible_search_path' from source: unknown 11924 1726884922.65709: calling self._execute() 11924 1726884922.65846: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.65881: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.65885: variable 'omit' from source: magic vars 11924 1726884922.66301: variable 'storage_test_volume' from source: include params 11924 1726884922.66428: Evaluated conditional (storage_test_volume.thin): False 11924 1726884922.66433: when evaluation is False, skipping this task 11924 1726884922.66435: _execute() done 11924 1726884922.66438: dumping result to json 11924 1726884922.66440: done dumping result, returning 11924 1726884922.66443: done running TaskExecutor() for managed_node2/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-f4c0-2290-000000002a65] 11924 1726884922.66445: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a65 11924 1726884922.66643: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a65 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884922.66706: no more pending results, returning what we have 11924 1726884922.66710: results queue empty 11924 1726884922.66711: checking for any_errors_fatal 11924 1726884922.66722: done checking for any_errors_fatal 11924 1726884922.66723: checking for max_fail_percentage 11924 1726884922.66725: done checking for max_fail_percentage 11924 1726884922.66726: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.66727: done checking to see if all hosts have failed 11924 1726884922.66727: getting the remaining hosts for this loop 11924 1726884922.66729: done getting the remaining hosts for this loop 11924 1726884922.66733: getting the next task for host managed_node2 11924 1726884922.66742: done getting next task for host managed_node2 11924 1726884922.66745: ^ task is: TASK: Show max thin pool size 11924 1726884922.66763: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884922.66770: getting variables 11924 1726884922.66772: in VariableManager get_vars() 11924 1726884922.66811: Calling all_inventory to load vars for managed_node2 11924 1726884922.66814: Calling groups_inventory to load vars for managed_node2 11924 1726884922.66818: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.66867: WORKER PROCESS EXITING 11924 1726884922.66879: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.66883: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.66886: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.67638: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.68413: done with get_vars() 11924 1726884922.68429: done getting variables 11924 1726884922.68507: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:22 -0400 (0:00:00.040) 0:01:28.024 ****** 11924 1726884922.68542: entering _queue_task() for managed_node2/debug 11924 1726884922.68873: worker is 1 (out of 1 available) 11924 1726884922.68884: exiting _queue_task() for managed_node2/debug 11924 1726884922.68905: done queuing things up, now waiting for results queue to drain 11924 1726884922.68907: waiting for pending results... 11924 1726884922.69343: running TaskExecutor() for managed_node2/TASK: Show max thin pool size 11924 1726884922.69496: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a66 11924 1726884922.69661: variable 'ansible_search_path' from source: unknown 11924 1726884922.69665: calling self._execute() 11924 1726884922.69697: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.69710: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.69729: variable 'omit' from source: magic vars 11924 1726884922.70111: variable 'storage_test_volume' from source: include params 11924 1726884922.70148: Evaluated conditional (storage_test_volume.thin): False 11924 1726884922.70159: when evaluation is False, skipping this task 11924 1726884922.70168: _execute() done 11924 1726884922.70177: dumping result to json 11924 1726884922.70185: done dumping result, returning 11924 1726884922.70202: done running TaskExecutor() for managed_node2/TASK: Show max thin pool size [0affc8a3-6f6f-f4c0-2290-000000002a66] 11924 1726884922.70215: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a66 skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884922.70495: no more pending results, returning what we have 11924 1726884922.70498: results queue empty 11924 1726884922.70499: checking for any_errors_fatal 11924 1726884922.70509: done checking for any_errors_fatal 11924 1726884922.70509: checking for max_fail_percentage 11924 1726884922.70511: done checking for max_fail_percentage 11924 1726884922.70512: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.70513: done checking to see if all hosts have failed 11924 1726884922.70513: getting the remaining hosts for this loop 11924 1726884922.70515: done getting the remaining hosts for this loop 11924 1726884922.70518: getting the next task for host managed_node2 11924 1726884922.70530: done getting next task for host managed_node2 11924 1726884922.70533: ^ task is: TASK: Show volume thin pool size 11924 1726884922.70538: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884922.70542: getting variables 11924 1726884922.70544: in VariableManager get_vars() 11924 1726884922.70577: Calling all_inventory to load vars for managed_node2 11924 1726884922.70580: Calling groups_inventory to load vars for managed_node2 11924 1726884922.70583: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.70590: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a66 11924 1726884922.70594: WORKER PROCESS EXITING 11924 1726884922.70641: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.70644: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.70648: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.71214: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.71835: done with get_vars() 11924 1726884922.71852: done getting variables 11924 1726884922.71911: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:22 -0400 (0:00:00.033) 0:01:28.058 ****** 11924 1726884922.71947: entering _queue_task() for managed_node2/debug 11924 1726884922.72241: worker is 1 (out of 1 available) 11924 1726884922.72252: exiting _queue_task() for managed_node2/debug 11924 1726884922.72468: done queuing things up, now waiting for results queue to drain 11924 1726884922.72470: waiting for pending results... 11924 1726884922.72573: running TaskExecutor() for managed_node2/TASK: Show volume thin pool size 11924 1726884922.72743: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a67 11924 1726884922.72765: variable 'ansible_search_path' from source: unknown 11924 1726884922.72809: calling self._execute() 11924 1726884922.73018: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.73037: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.73122: variable 'omit' from source: magic vars 11924 1726884922.73751: variable 'storage_test_volume' from source: include params 11924 1726884922.73808: Evaluated conditional (storage_test_volume.thin): False 11924 1726884922.73817: when evaluation is False, skipping this task 11924 1726884922.73825: _execute() done 11924 1726884922.73832: dumping result to json 11924 1726884922.73845: done dumping result, returning 11924 1726884922.73883: done running TaskExecutor() for managed_node2/TASK: Show volume thin pool size [0affc8a3-6f6f-f4c0-2290-000000002a67] 11924 1726884922.73903: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a67 skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884922.74275: no more pending results, returning what we have 11924 1726884922.74279: results queue empty 11924 1726884922.74280: checking for any_errors_fatal 11924 1726884922.74287: done checking for any_errors_fatal 11924 1726884922.74288: checking for max_fail_percentage 11924 1726884922.74291: done checking for max_fail_percentage 11924 1726884922.74292: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.74292: done checking to see if all hosts have failed 11924 1726884922.74293: getting the remaining hosts for this loop 11924 1726884922.74295: done getting the remaining hosts for this loop 11924 1726884922.74299: getting the next task for host managed_node2 11924 1726884922.74311: done getting next task for host managed_node2 11924 1726884922.74314: ^ task is: TASK: Show test volume size 11924 1726884922.74320: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884922.74325: getting variables 11924 1726884922.74327: in VariableManager get_vars() 11924 1726884922.74366: Calling all_inventory to load vars for managed_node2 11924 1726884922.74369: Calling groups_inventory to load vars for managed_node2 11924 1726884922.74372: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.74384: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.74387: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.74390: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.74968: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a67 11924 1726884922.74972: WORKER PROCESS EXITING 11924 1726884922.75167: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.76508: done with get_vars() 11924 1726884922.76528: done getting variables 11924 1726884922.76589: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:22 -0400 (0:00:00.046) 0:01:28.105 ****** 11924 1726884922.76630: entering _queue_task() for managed_node2/debug 11924 1726884922.77069: worker is 1 (out of 1 available) 11924 1726884922.77086: exiting _queue_task() for managed_node2/debug 11924 1726884922.77099: done queuing things up, now waiting for results queue to drain 11924 1726884922.77103: waiting for pending results... 11924 1726884922.77315: running TaskExecutor() for managed_node2/TASK: Show test volume size 11924 1726884922.77469: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a68 11924 1726884922.77485: variable 'ansible_search_path' from source: unknown 11924 1726884922.77517: calling self._execute() 11924 1726884922.77634: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.77637: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.77677: variable 'omit' from source: magic vars 11924 1726884922.78007: variable 'storage_test_volume' from source: include params 11924 1726884922.78141: Evaluated conditional (storage_test_volume.thin): False 11924 1726884922.78264: when evaluation is False, skipping this task 11924 1726884922.78267: _execute() done 11924 1726884922.78269: dumping result to json 11924 1726884922.78272: done dumping result, returning 11924 1726884922.78275: done running TaskExecutor() for managed_node2/TASK: Show test volume size [0affc8a3-6f6f-f4c0-2290-000000002a68] 11924 1726884922.78277: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a68 11924 1726884922.78363: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a68 11924 1726884922.78368: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884922.78425: no more pending results, returning what we have 11924 1726884922.78429: results queue empty 11924 1726884922.78430: checking for any_errors_fatal 11924 1726884922.78441: done checking for any_errors_fatal 11924 1726884922.78442: checking for max_fail_percentage 11924 1726884922.78444: done checking for max_fail_percentage 11924 1726884922.78445: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.78446: done checking to see if all hosts have failed 11924 1726884922.78447: getting the remaining hosts for this loop 11924 1726884922.78449: done getting the remaining hosts for this loop 11924 1726884922.78453: getting the next task for host managed_node2 11924 1726884922.78465: done getting next task for host managed_node2 11924 1726884922.78474: ^ task is: TASK: Establish base value for expected thin pool size 11924 1726884922.78566: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884922.78572: getting variables 11924 1726884922.78575: in VariableManager get_vars() 11924 1726884922.78800: Calling all_inventory to load vars for managed_node2 11924 1726884922.78810: Calling groups_inventory to load vars for managed_node2 11924 1726884922.78814: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.78826: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.78829: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.78832: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.79621: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.80512: done with get_vars() 11924 1726884922.80534: done getting variables 11924 1726884922.80638: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:22 -0400 (0:00:00.040) 0:01:28.145 ****** 11924 1726884922.80685: entering _queue_task() for managed_node2/set_fact 11924 1726884922.81166: worker is 1 (out of 1 available) 11924 1726884922.81179: exiting _queue_task() for managed_node2/set_fact 11924 1726884922.81192: done queuing things up, now waiting for results queue to drain 11924 1726884922.81193: waiting for pending results... 11924 1726884922.81869: running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool size 11924 1726884922.81945: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a69 11924 1726884922.82024: variable 'ansible_search_path' from source: unknown 11924 1726884922.82069: calling self._execute() 11924 1726884922.82308: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.82313: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.82469: variable 'omit' from source: magic vars 11924 1726884922.82915: variable 'storage_test_volume' from source: include params 11924 1726884922.82960: Evaluated conditional (storage_test_volume.thin): False 11924 1726884922.82970: when evaluation is False, skipping this task 11924 1726884922.82985: _execute() done 11924 1726884922.82993: dumping result to json 11924 1726884922.83004: done dumping result, returning 11924 1726884922.83016: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-f4c0-2290-000000002a69] 11924 1726884922.83027: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a69 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884922.83336: no more pending results, returning what we have 11924 1726884922.83341: results queue empty 11924 1726884922.83341: checking for any_errors_fatal 11924 1726884922.83349: done checking for any_errors_fatal 11924 1726884922.83350: checking for max_fail_percentage 11924 1726884922.83352: done checking for max_fail_percentage 11924 1726884922.83353: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.83354: done checking to see if all hosts have failed 11924 1726884922.83361: getting the remaining hosts for this loop 11924 1726884922.83364: done getting the remaining hosts for this loop 11924 1726884922.83368: getting the next task for host managed_node2 11924 1726884922.83383: done getting next task for host managed_node2 11924 1726884922.83387: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 11924 1726884922.83398: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884922.83405: getting variables 11924 1726884922.83408: in VariableManager get_vars() 11924 1726884922.83453: Calling all_inventory to load vars for managed_node2 11924 1726884922.83623: Calling groups_inventory to load vars for managed_node2 11924 1726884922.83627: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.83639: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.83642: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.83646: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.84268: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a69 11924 1726884922.84272: WORKER PROCESS EXITING 11924 1726884922.84469: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.85135: done with get_vars() 11924 1726884922.85150: done getting variables 11924 1726884922.85205: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:22 -0400 (0:00:00.045) 0:01:28.191 ****** 11924 1726884922.85243: entering _queue_task() for managed_node2/set_fact 11924 1726884922.85588: worker is 1 (out of 1 available) 11924 1726884922.85599: exiting _queue_task() for managed_node2/set_fact 11924 1726884922.85615: done queuing things up, now waiting for results queue to drain 11924 1726884922.85617: waiting for pending results... 11924 1726884922.85925: running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value 11924 1726884922.86104: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a6a 11924 1726884922.86125: variable 'ansible_search_path' from source: unknown 11924 1726884922.86163: calling self._execute() 11924 1726884922.86305: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.86326: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.86340: variable 'omit' from source: magic vars 11924 1726884922.86783: variable 'storage_test_volume' from source: include params 11924 1726884922.86817: Evaluated conditional (storage_test_volume.thin): False 11924 1726884922.86825: when evaluation is False, skipping this task 11924 1726884922.86831: _execute() done 11924 1726884922.86836: dumping result to json 11924 1726884922.86842: done dumping result, returning 11924 1726884922.86865: done running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-f4c0-2290-000000002a6a] 11924 1726884922.86868: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a6a 11924 1726884922.87192: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a6a 11924 1726884922.87203: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884922.87330: no more pending results, returning what we have 11924 1726884922.87335: results queue empty 11924 1726884922.87336: checking for any_errors_fatal 11924 1726884922.87346: done checking for any_errors_fatal 11924 1726884922.87347: checking for max_fail_percentage 11924 1726884922.87350: done checking for max_fail_percentage 11924 1726884922.87351: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.87352: done checking to see if all hosts have failed 11924 1726884922.87352: getting the remaining hosts for this loop 11924 1726884922.87356: done getting the remaining hosts for this loop 11924 1726884922.87360: getting the next task for host managed_node2 11924 1726884922.87371: done getting next task for host managed_node2 11924 1726884922.87374: ^ task is: TASK: Establish base value for expected thin pool volume size 11924 1726884922.87387: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884922.87696: getting variables 11924 1726884922.87698: in VariableManager get_vars() 11924 1726884922.87731: Calling all_inventory to load vars for managed_node2 11924 1726884922.87734: Calling groups_inventory to load vars for managed_node2 11924 1726884922.87737: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.87779: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.87783: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.87786: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.88700: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.89747: done with get_vars() 11924 1726884922.89765: done getting variables 11924 1726884922.89827: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:22 -0400 (0:00:00.046) 0:01:28.237 ****** 11924 1726884922.89872: entering _queue_task() for managed_node2/set_fact 11924 1726884922.90347: worker is 1 (out of 1 available) 11924 1726884922.90361: exiting _queue_task() for managed_node2/set_fact 11924 1726884922.90408: done queuing things up, now waiting for results queue to drain 11924 1726884922.90410: waiting for pending results... 11924 1726884922.90846: running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool volume size 11924 1726884922.90943: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a6b 11924 1726884922.90947: variable 'ansible_search_path' from source: unknown 11924 1726884922.91009: calling self._execute() 11924 1726884922.91268: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.91272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.91325: variable 'omit' from source: magic vars 11924 1726884922.91822: variable 'storage_test_volume' from source: include params 11924 1726884922.91852: Evaluated conditional (storage_test_volume.thin): False 11924 1726884922.91862: when evaluation is False, skipping this task 11924 1726884922.91898: _execute() done 11924 1726884922.92060: dumping result to json 11924 1726884922.92063: done dumping result, returning 11924 1726884922.92065: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-f4c0-2290-000000002a6b] 11924 1726884922.92067: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a6b 11924 1726884922.92132: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a6b 11924 1726884922.92135: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884922.92192: no more pending results, returning what we have 11924 1726884922.92196: results queue empty 11924 1726884922.92196: checking for any_errors_fatal 11924 1726884922.92207: done checking for any_errors_fatal 11924 1726884922.92207: checking for max_fail_percentage 11924 1726884922.92209: done checking for max_fail_percentage 11924 1726884922.92210: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.92211: done checking to see if all hosts have failed 11924 1726884922.92212: getting the remaining hosts for this loop 11924 1726884922.92213: done getting the remaining hosts for this loop 11924 1726884922.92217: getting the next task for host managed_node2 11924 1726884922.92227: done getting next task for host managed_node2 11924 1726884922.92229: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 11924 1726884922.92236: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884922.92240: getting variables 11924 1726884922.92241: in VariableManager get_vars() 11924 1726884922.92281: Calling all_inventory to load vars for managed_node2 11924 1726884922.92284: Calling groups_inventory to load vars for managed_node2 11924 1726884922.92288: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.92300: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.92306: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.92310: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.93397: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.94582: done with get_vars() 11924 1726884922.94632: done getting variables 11924 1726884922.94725: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:22 -0400 (0:00:00.049) 0:01:28.287 ****** 11924 1726884922.94837: entering _queue_task() for managed_node2/set_fact 11924 1726884922.95194: worker is 1 (out of 1 available) 11924 1726884922.95215: exiting _queue_task() for managed_node2/set_fact 11924 1726884922.95229: done queuing things up, now waiting for results queue to drain 11924 1726884922.95231: waiting for pending results... 11924 1726884922.95626: running TaskExecutor() for managed_node2/TASK: Calculate the expected thin pool volume size based on percentage value 11924 1726884922.95759: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a6c 11924 1726884922.95764: variable 'ansible_search_path' from source: unknown 11924 1726884922.95832: calling self._execute() 11924 1726884922.95951: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.95966: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.96047: variable 'omit' from source: magic vars 11924 1726884922.96445: variable 'storage_test_volume' from source: include params 11924 1726884922.96487: Evaluated conditional (storage_test_volume.thin): False 11924 1726884922.96531: when evaluation is False, skipping this task 11924 1726884922.96538: _execute() done 11924 1726884922.96562: dumping result to json 11924 1726884922.96586: done dumping result, returning 11924 1726884922.96611: done running TaskExecutor() for managed_node2/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-f4c0-2290-000000002a6c] 11924 1726884922.96631: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a6c 11924 1726884922.96787: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a6c 11924 1726884922.96790: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884922.96845: no more pending results, returning what we have 11924 1726884922.96849: results queue empty 11924 1726884922.96850: checking for any_errors_fatal 11924 1726884922.96860: done checking for any_errors_fatal 11924 1726884922.96861: checking for max_fail_percentage 11924 1726884922.96862: done checking for max_fail_percentage 11924 1726884922.96864: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.96865: done checking to see if all hosts have failed 11924 1726884922.96865: getting the remaining hosts for this loop 11924 1726884922.96868: done getting the remaining hosts for this loop 11924 1726884922.96872: getting the next task for host managed_node2 11924 1726884922.96884: done getting next task for host managed_node2 11924 1726884922.96887: ^ task is: TASK: Replace expected volume size with calculated value 11924 1726884922.96903: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884922.96910: getting variables 11924 1726884922.96912: in VariableManager get_vars() 11924 1726884922.96954: Calling all_inventory to load vars for managed_node2 11924 1726884922.96996: Calling groups_inventory to load vars for managed_node2 11924 1726884922.97000: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.97014: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.97017: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.97020: Calling groups_plugins_play to load vars for managed_node2 11924 1726884922.97576: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884922.98058: done with get_vars() 11924 1726884922.98073: done getting variables 11924 1726884922.98119: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:22 -0400 (0:00:00.033) 0:01:28.320 ****** 11924 1726884922.98143: entering _queue_task() for managed_node2/set_fact 11924 1726884922.98340: worker is 1 (out of 1 available) 11924 1726884922.98352: exiting _queue_task() for managed_node2/set_fact 11924 1726884922.98367: done queuing things up, now waiting for results queue to drain 11924 1726884922.98369: waiting for pending results... 11924 1726884922.98582: running TaskExecutor() for managed_node2/TASK: Replace expected volume size with calculated value 11924 1726884922.98675: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a6d 11924 1726884922.98688: variable 'ansible_search_path' from source: unknown 11924 1726884922.98718: calling self._execute() 11924 1726884922.98921: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884922.98925: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884922.98928: variable 'omit' from source: magic vars 11924 1726884922.99321: variable 'storage_test_volume' from source: include params 11924 1726884922.99350: Evaluated conditional (storage_test_volume.thin): False 11924 1726884922.99354: when evaluation is False, skipping this task 11924 1726884922.99398: _execute() done 11924 1726884922.99401: dumping result to json 11924 1726884922.99404: done dumping result, returning 11924 1726884922.99408: done running TaskExecutor() for managed_node2/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-f4c0-2290-000000002a6d] 11924 1726884922.99411: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a6d 11924 1726884922.99487: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a6d 11924 1726884922.99490: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884922.99538: no more pending results, returning what we have 11924 1726884922.99542: results queue empty 11924 1726884922.99542: checking for any_errors_fatal 11924 1726884922.99551: done checking for any_errors_fatal 11924 1726884922.99552: checking for max_fail_percentage 11924 1726884922.99554: done checking for max_fail_percentage 11924 1726884922.99557: checking to see if all hosts have failed and the running result is not ok 11924 1726884922.99557: done checking to see if all hosts have failed 11924 1726884922.99558: getting the remaining hosts for this loop 11924 1726884922.99560: done getting the remaining hosts for this loop 11924 1726884922.99564: getting the next task for host managed_node2 11924 1726884922.99576: done getting next task for host managed_node2 11924 1726884922.99578: ^ task is: TASK: Show actual size 11924 1726884922.99582: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884922.99587: getting variables 11924 1726884922.99588: in VariableManager get_vars() 11924 1726884922.99618: Calling all_inventory to load vars for managed_node2 11924 1726884922.99621: Calling groups_inventory to load vars for managed_node2 11924 1726884922.99624: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884922.99633: Calling all_plugins_play to load vars for managed_node2 11924 1726884922.99635: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884922.99638: Calling groups_plugins_play to load vars for managed_node2 11924 1726884923.00465: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884923.01304: done with get_vars() 11924 1726884923.01315: done getting variables 11924 1726884923.01370: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:23 -0400 (0:00:00.032) 0:01:28.352 ****** 11924 1726884923.01393: entering _queue_task() for managed_node2/debug 11924 1726884923.01613: worker is 1 (out of 1 available) 11924 1726884923.01626: exiting _queue_task() for managed_node2/debug 11924 1726884923.01640: done queuing things up, now waiting for results queue to drain 11924 1726884923.01641: waiting for pending results... 11924 1726884923.01915: running TaskExecutor() for managed_node2/TASK: Show actual size 11924 1726884923.02086: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a6f 11924 1726884923.02090: variable 'ansible_search_path' from source: unknown 11924 1726884923.02094: calling self._execute() 11924 1726884923.02349: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.02359: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.02363: variable 'omit' from source: magic vars 11924 1726884923.02403: variable 'omit' from source: magic vars 11924 1726884923.02503: variable 'omit' from source: magic vars 11924 1726884923.02531: variable 'omit' from source: magic vars 11924 1726884923.02661: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884923.02667: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884923.02670: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884923.02673: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884923.02675: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884923.02696: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884923.02716: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884923.02814: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884923.02819: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.02822: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.02864: Set connection var ansible_shell_executable to /bin/sh 11924 1726884923.02867: Set connection var ansible_connection to ssh 11924 1726884923.02870: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884923.02876: Set connection var ansible_timeout to 10 11924 1726884923.02882: Set connection var ansible_pipelining to False 11924 1726884923.02887: Set connection var ansible_shell_type to sh 11924 1726884923.02932: variable 'ansible_shell_executable' from source: unknown 11924 1726884923.02935: variable 'ansible_connection' from source: unknown 11924 1726884923.02938: variable 'ansible_module_compression' from source: unknown 11924 1726884923.02941: variable 'ansible_shell_type' from source: unknown 11924 1726884923.02943: variable 'ansible_shell_executable' from source: unknown 11924 1726884923.02945: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.02947: variable 'ansible_pipelining' from source: unknown 11924 1726884923.02949: variable 'ansible_timeout' from source: unknown 11924 1726884923.02951: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.03165: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884923.03169: variable 'omit' from source: magic vars 11924 1726884923.03172: starting attempt loop 11924 1726884923.03174: running the handler 11924 1726884923.03177: variable 'storage_test_actual_size' from source: set_fact 11924 1726884923.03430: variable 'storage_test_actual_size' from source: set_fact 11924 1726884923.03460: handler run complete 11924 1726884923.03478: attempt loop complete, returning result 11924 1726884923.03481: _execute() done 11924 1726884923.03483: dumping result to json 11924 1726884923.03485: done dumping result, returning 11924 1726884923.03570: done running TaskExecutor() for managed_node2/TASK: Show actual size [0affc8a3-6f6f-f4c0-2290-000000002a6f] 11924 1726884923.03576: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a6f 11924 1726884923.03660: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a6f 11924 1726884923.03663: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } 11924 1726884923.03732: no more pending results, returning what we have 11924 1726884923.03740: results queue empty 11924 1726884923.03740: checking for any_errors_fatal 11924 1726884923.03748: done checking for any_errors_fatal 11924 1726884923.03748: checking for max_fail_percentage 11924 1726884923.03750: done checking for max_fail_percentage 11924 1726884923.03751: checking to see if all hosts have failed and the running result is not ok 11924 1726884923.03752: done checking to see if all hosts have failed 11924 1726884923.03752: getting the remaining hosts for this loop 11924 1726884923.03754: done getting the remaining hosts for this loop 11924 1726884923.03758: getting the next task for host managed_node2 11924 1726884923.03769: done getting next task for host managed_node2 11924 1726884923.03771: ^ task is: TASK: Show expected size 11924 1726884923.03779: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884923.03783: getting variables 11924 1726884923.03785: in VariableManager get_vars() 11924 1726884923.03820: Calling all_inventory to load vars for managed_node2 11924 1726884923.03823: Calling groups_inventory to load vars for managed_node2 11924 1726884923.03826: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884923.03834: Calling all_plugins_play to load vars for managed_node2 11924 1726884923.03837: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884923.03840: Calling groups_plugins_play to load vars for managed_node2 11924 1726884923.04573: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884923.04990: done with get_vars() 11924 1726884923.05008: done getting variables 11924 1726884923.05070: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:23 -0400 (0:00:00.037) 0:01:28.389 ****** 11924 1726884923.05104: entering _queue_task() for managed_node2/debug 11924 1726884923.05321: worker is 1 (out of 1 available) 11924 1726884923.05334: exiting _queue_task() for managed_node2/debug 11924 1726884923.05348: done queuing things up, now waiting for results queue to drain 11924 1726884923.05350: waiting for pending results... 11924 1726884923.05679: running TaskExecutor() for managed_node2/TASK: Show expected size 11924 1726884923.05762: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a70 11924 1726884923.05768: variable 'ansible_search_path' from source: unknown 11924 1726884923.05806: calling self._execute() 11924 1726884923.05928: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.05931: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.05934: variable 'omit' from source: magic vars 11924 1726884923.06078: variable 'omit' from source: magic vars 11924 1726884923.06161: variable 'omit' from source: magic vars 11924 1726884923.06214: variable 'omit' from source: magic vars 11924 1726884923.06242: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884923.06319: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884923.06363: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884923.06367: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884923.06460: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884923.06463: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884923.06466: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884923.06468: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884923.06471: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.06473: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.06705: Set connection var ansible_shell_executable to /bin/sh 11924 1726884923.06718: Set connection var ansible_connection to ssh 11924 1726884923.06721: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884923.06724: Set connection var ansible_timeout to 10 11924 1726884923.06726: Set connection var ansible_pipelining to False 11924 1726884923.06728: Set connection var ansible_shell_type to sh 11924 1726884923.06730: variable 'ansible_shell_executable' from source: unknown 11924 1726884923.06736: variable 'ansible_connection' from source: unknown 11924 1726884923.06739: variable 'ansible_module_compression' from source: unknown 11924 1726884923.06741: variable 'ansible_shell_type' from source: unknown 11924 1726884923.06743: variable 'ansible_shell_executable' from source: unknown 11924 1726884923.06745: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.06747: variable 'ansible_pipelining' from source: unknown 11924 1726884923.06749: variable 'ansible_timeout' from source: unknown 11924 1726884923.06752: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.06862: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884923.06865: variable 'omit' from source: magic vars 11924 1726884923.06868: starting attempt loop 11924 1726884923.06871: running the handler 11924 1726884923.06873: variable 'storage_test_expected_size' from source: set_fact 11924 1726884923.07066: variable 'storage_test_expected_size' from source: set_fact 11924 1726884923.07095: handler run complete 11924 1726884923.07115: attempt loop complete, returning result 11924 1726884923.07118: _execute() done 11924 1726884923.07122: dumping result to json 11924 1726884923.07127: done dumping result, returning 11924 1726884923.07151: done running TaskExecutor() for managed_node2/TASK: Show expected size [0affc8a3-6f6f-f4c0-2290-000000002a70] 11924 1726884923.07283: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a70 11924 1726884923.07360: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a70 11924 1726884923.07365: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_test_expected_size": "5368709120" } 11924 1726884923.07405: no more pending results, returning what we have 11924 1726884923.07409: results queue empty 11924 1726884923.07409: checking for any_errors_fatal 11924 1726884923.07419: done checking for any_errors_fatal 11924 1726884923.07420: checking for max_fail_percentage 11924 1726884923.07422: done checking for max_fail_percentage 11924 1726884923.07423: checking to see if all hosts have failed and the running result is not ok 11924 1726884923.07423: done checking to see if all hosts have failed 11924 1726884923.07424: getting the remaining hosts for this loop 11924 1726884923.07425: done getting the remaining hosts for this loop 11924 1726884923.07428: getting the next task for host managed_node2 11924 1726884923.07438: done getting next task for host managed_node2 11924 1726884923.07440: ^ task is: TASK: Assert expected size is actual size 11924 1726884923.07446: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884923.07449: getting variables 11924 1726884923.07451: in VariableManager get_vars() 11924 1726884923.07608: Calling all_inventory to load vars for managed_node2 11924 1726884923.07611: Calling groups_inventory to load vars for managed_node2 11924 1726884923.07614: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884923.07659: Calling all_plugins_play to load vars for managed_node2 11924 1726884923.07662: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884923.07665: Calling groups_plugins_play to load vars for managed_node2 11924 1726884923.08496: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884923.09382: done with get_vars() 11924 1726884923.09408: done getting variables 11924 1726884923.09500: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Assert 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 22:15:23 -0400 (0:00:00.044) 0:01:28.434 ****** 11924 1726884923.09605: entering _queue_task() for managed_node2/assert 11924 1726884923.09932: worker is 1 (out of 1 available) 11924 1726884923.09945: exiting _queue_task() for managed_node2/assert 11924 1726884923.09964: done queuing things up, now waiting for results queue to drain 11924 1726884923.09966: waiting for pending results... 11924 1726884923.10185: running TaskExecutor() for managed_node2/TASK: Assert expected size is actual size 11924 1726884923.10290: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a71 11924 1726884923.10318: variable 'ansible_search_path' from source: unknown 11924 1726884923.10363: calling self._execute() 11924 1726884923.10489: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.10493: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.10499: variable 'omit' from source: magic vars 11924 1726884923.10843: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884923.13023: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884923.13079: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884923.13108: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884923.13134: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884923.13158: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884923.13235: variable '_storage_test_volume_present' from source: set_fact 11924 1726884923.13251: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884923.13344: variable 'storage_test_volume' from source: include params 11924 1726884923.13366: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884923.13371: variable 'omit' from source: magic vars 11924 1726884923.13416: variable 'omit' from source: magic vars 11924 1726884923.13534: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884923.13557: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884923.13577: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884923.13605: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884923.13614: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884923.13683: variable 'storage_test_volume' from source: include params 11924 1726884923.13690: variable 'storage_test_expected_size' from source: set_fact 11924 1726884923.13696: variable 'storage_test_actual_size' from source: set_fact 11924 1726884923.13722: variable 'omit' from source: magic vars 11924 1726884923.13740: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884923.13761: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884923.13780: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884923.13793: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884923.13801: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884923.13815: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884923.13828: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884923.13850: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884923.13853: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.13858: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.13937: Set connection var ansible_shell_executable to /bin/sh 11924 1726884923.13940: Set connection var ansible_connection to ssh 11924 1726884923.13943: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884923.13949: Set connection var ansible_timeout to 10 11924 1726884923.13954: Set connection var ansible_pipelining to False 11924 1726884923.13960: Set connection var ansible_shell_type to sh 11924 1726884923.13983: variable 'ansible_shell_executable' from source: unknown 11924 1726884923.13986: variable 'ansible_connection' from source: unknown 11924 1726884923.13988: variable 'ansible_module_compression' from source: unknown 11924 1726884923.13992: variable 'ansible_shell_type' from source: unknown 11924 1726884923.13995: variable 'ansible_shell_executable' from source: unknown 11924 1726884923.13997: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.13999: variable 'ansible_pipelining' from source: unknown 11924 1726884923.14005: variable 'ansible_timeout' from source: unknown 11924 1726884923.14007: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.14074: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884923.14083: variable 'omit' from source: magic vars 11924 1726884923.14088: starting attempt loop 11924 1726884923.14091: running the handler 11924 1726884923.14208: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884923.14223: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884923.14244: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884923.14272: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884923.14283: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884923.14379: variable 'storage_test_expected_size' from source: set_fact 11924 1726884923.14383: variable 'storage_test_actual_size' from source: set_fact 11924 1726884923.14392: Evaluated conditional ((storage_test_expected_size | int - storage_test_actual_size.bytes) | abs / storage_test_expected_size | int < 0.04): True 11924 1726884923.14397: handler run complete 11924 1726884923.14410: attempt loop complete, returning result 11924 1726884923.14413: _execute() done 11924 1726884923.14415: dumping result to json 11924 1726884923.14417: done dumping result, returning 11924 1726884923.14427: done running TaskExecutor() for managed_node2/TASK: Assert expected size is actual size [0affc8a3-6f6f-f4c0-2290-000000002a71] 11924 1726884923.14429: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a71 11924 1726884923.14517: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a71 11924 1726884923.14520: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884923.14599: no more pending results, returning what we have 11924 1726884923.14605: results queue empty 11924 1726884923.14606: checking for any_errors_fatal 11924 1726884923.14614: done checking for any_errors_fatal 11924 1726884923.14614: checking for max_fail_percentage 11924 1726884923.14616: done checking for max_fail_percentage 11924 1726884923.14617: checking to see if all hosts have failed and the running result is not ok 11924 1726884923.14618: done checking to see if all hosts have failed 11924 1726884923.14618: getting the remaining hosts for this loop 11924 1726884923.14620: done getting the remaining hosts for this loop 11924 1726884923.14623: getting the next task for host managed_node2 11924 1726884923.14635: done getting next task for host managed_node2 11924 1726884923.14638: ^ task is: TASK: Get information about the LV 11924 1726884923.14644: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884923.14647: getting variables 11924 1726884923.14649: in VariableManager get_vars() 11924 1726884923.14681: Calling all_inventory to load vars for managed_node2 11924 1726884923.14683: Calling groups_inventory to load vars for managed_node2 11924 1726884923.14688: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884923.14697: Calling all_plugins_play to load vars for managed_node2 11924 1726884923.14699: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884923.14703: Calling groups_plugins_play to load vars for managed_node2 11924 1726884923.15098: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884923.15453: done with get_vars() 11924 1726884923.15466: done getting variables 11924 1726884923.15524: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:23 -0400 (0:00:00.059) 0:01:28.494 ****** 11924 1726884923.15552: entering _queue_task() for managed_node2/command 11924 1726884923.15754: worker is 1 (out of 1 available) 11924 1726884923.15770: exiting _queue_task() for managed_node2/command 11924 1726884923.15782: done queuing things up, now waiting for results queue to drain 11924 1726884923.15784: waiting for pending results... 11924 1726884923.16020: running TaskExecutor() for managed_node2/TASK: Get information about the LV 11924 1726884923.16191: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a78 11924 1726884923.16197: variable 'ansible_search_path' from source: unknown 11924 1726884923.16273: calling self._execute() 11924 1726884923.16416: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.16421: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.16424: variable 'omit' from source: magic vars 11924 1726884923.16852: variable 'storage_test_volume' from source: include params 11924 1726884923.16871: variable '_storage_test_volume_present' from source: set_fact 11924 1726884923.16882: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884923.16887: variable 'omit' from source: magic vars 11924 1726884923.16935: variable 'omit' from source: magic vars 11924 1726884923.17024: variable 'storage_test_pool' from source: include params 11924 1726884923.17038: variable 'storage_test_volume' from source: include params 11924 1726884923.17072: variable 'omit' from source: magic vars 11924 1726884923.17107: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884923.17129: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884923.17145: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884923.17160: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884923.17194: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884923.17198: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884923.17240: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884923.17267: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884923.17273: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.17276: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.17440: Set connection var ansible_shell_executable to /bin/sh 11924 1726884923.17443: Set connection var ansible_connection to ssh 11924 1726884923.17446: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884923.17448: Set connection var ansible_timeout to 10 11924 1726884923.17450: Set connection var ansible_pipelining to False 11924 1726884923.17452: Set connection var ansible_shell_type to sh 11924 1726884923.17517: variable 'ansible_shell_executable' from source: unknown 11924 1726884923.17520: variable 'ansible_connection' from source: unknown 11924 1726884923.17523: variable 'ansible_module_compression' from source: unknown 11924 1726884923.17525: variable 'ansible_shell_type' from source: unknown 11924 1726884923.17527: variable 'ansible_shell_executable' from source: unknown 11924 1726884923.17531: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.17534: variable 'ansible_pipelining' from source: unknown 11924 1726884923.17537: variable 'ansible_timeout' from source: unknown 11924 1726884923.17539: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.17668: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884923.17700: variable 'omit' from source: magic vars 11924 1726884923.17706: starting attempt loop 11924 1726884923.17709: running the handler 11924 1726884923.17711: _low_level_execute_command(): starting 11924 1726884923.17715: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884923.18622: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884923.18642: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884923.18743: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884923.20415: stdout chunk (state=3): >>>/root <<< 11924 1726884923.20539: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884923.20560: stderr chunk (state=3): >>><<< 11924 1726884923.20563: stdout chunk (state=3): >>><<< 11924 1726884923.20581: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884923.20594: _low_level_execute_command(): starting 11924 1726884923.20598: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884923.20583-15933-263611928274660 `" && echo ansible-tmp-1726884923.20583-15933-263611928274660="` echo /root/.ansible/tmp/ansible-tmp-1726884923.20583-15933-263611928274660 `" ) && sleep 0' 11924 1726884923.21088: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884923.21091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884923.21100: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884923.21146: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884923.21186: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884923.21193: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884923.21249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884923.23191: stdout chunk (state=3): >>>ansible-tmp-1726884923.20583-15933-263611928274660=/root/.ansible/tmp/ansible-tmp-1726884923.20583-15933-263611928274660 <<< 11924 1726884923.23298: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884923.23321: stderr chunk (state=3): >>><<< 11924 1726884923.23324: stdout chunk (state=3): >>><<< 11924 1726884923.23339: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884923.20583-15933-263611928274660=/root/.ansible/tmp/ansible-tmp-1726884923.20583-15933-263611928274660 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884923.23369: variable 'ansible_module_compression' from source: unknown 11924 1726884923.23408: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884923.23435: variable 'ansible_facts' from source: unknown 11924 1726884923.23489: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884923.20583-15933-263611928274660/AnsiballZ_command.py 11924 1726884923.23580: Sending initial data 11924 1726884923.23584: Sent initial data (154 bytes) 11924 1726884923.24176: 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 <<< 11924 1726884923.24181: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884923.24183: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884923.24190: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884923.24193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884923.24220: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884923.24312: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884923.25947: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884923.26011: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884923.26057: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpv2zx6p46 /root/.ansible/tmp/ansible-tmp-1726884923.20583-15933-263611928274660/AnsiballZ_command.py <<< 11924 1726884923.26061: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884923.20583-15933-263611928274660/AnsiballZ_command.py" <<< 11924 1726884923.26108: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpv2zx6p46" to remote "/root/.ansible/tmp/ansible-tmp-1726884923.20583-15933-263611928274660/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884923.20583-15933-263611928274660/AnsiballZ_command.py" <<< 11924 1726884923.26818: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884923.26854: stderr chunk (state=3): >>><<< 11924 1726884923.26860: stdout chunk (state=3): >>><<< 11924 1726884923.26893: done transferring module to remote 11924 1726884923.26910: _low_level_execute_command(): starting 11924 1726884923.26913: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884923.20583-15933-263611928274660/ /root/.ansible/tmp/ansible-tmp-1726884923.20583-15933-263611928274660/AnsiballZ_command.py && sleep 0' 11924 1726884923.27316: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884923.27344: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884923.27347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884923.27349: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884923.27351: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884923.27353: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884923.27407: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884923.27413: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884923.27461: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884923.29246: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884923.29267: stderr chunk (state=3): >>><<< 11924 1726884923.29270: stdout chunk (state=3): >>><<< 11924 1726884923.29283: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884923.29286: _low_level_execute_command(): starting 11924 1726884923.29289: _low_level_execute_command(): using become for this command 11924 1726884923.29310: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-mjbyqsbqouogrfyfenzvjwonhgemytaw ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884923.20583-15933-263611928274660/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884923.29410: Initial state: awaiting_escalation: BECOME-SUCCESS-mjbyqsbqouogrfyfenzvjwonhgemytaw 11924 1726884923.29921: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 11924 1726884923.29926: stderr chunk (state=1): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884923.29949: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884923.29999: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884923.32933: stdout chunk (state=1): >>>BECOME-SUCCESS-mjbyqsbqouogrfyfenzvjwonhgemytaw <<< 11924 1726884923.32938: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-mjbyqsbqouogrfyfenzvjwonhgemytaw' 11924 1726884923.33271: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884923.33319: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884923.33332: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884923.33354: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884923.33425: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884923.33429: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884923.33467: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884923.33487: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884923.33526: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884923.33530: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884923.33631: 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' # <<< 11924 1726884923.33634: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884923.33670: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884923.33706: 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 0x7fb4c5ae83e0> <<< 11924 1726884923.33710: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5ab7a10> <<< 11924 1726884923.33764: 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 0x7fb4c5aea960> <<< 11924 1726884923.33792: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 11924 1726884923.33835: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 11924 1726884923.33862: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884923.33868: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884923.33937: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884923.33975: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884923.33995: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884923.34034: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884923.34041: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884923.34086: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884923.34103: 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' <<< 11924 1726884923.34139: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5898fe0> <<< 11924 1726884923.34189: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884923.34201: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884923.34228: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5899fd0> <<< 11924 1726884923.34276: 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. <<< 11924 1726884923.34507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884923.34514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884923.34540: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884923.34574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884923.34621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884923.34659: 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 <<< 11924 1726884923.34695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c58dfe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884923.34779: 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 0x7fb4c58dfec0> <<< 11924 1726884923.34787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884923.34820: 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 <<< 11924 1726884923.34883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884923.34909: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884923.34916: 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 0x7fb4c590f800> <<< 11924 1726884923.34939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884923.34960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884923.34977: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c590fe90> <<< 11924 1726884923.34980: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884923.35045: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c58efad0> <<< 11924 1726884923.35060: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884923.35090: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c58ed1f0> <<< 11924 1726884923.35172: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c58dcfb0> <<< 11924 1726884923.35219: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884923.35222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884923.35260: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884923.35286: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884923.35290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884923.35331: 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' <<< 11924 1726884923.35360: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5933710> <<< 11924 1726884923.35377: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5932330> <<< 11924 1726884923.35393: 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 0x7fb4c58ee1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5930b60> <<< 11924 1726884923.35447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884923.35489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5964770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c58dc230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884923.35530: 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 0x7fb4c5964c20> <<< 11924 1726884923.35532: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5964ad0> <<< 11924 1726884923.35569: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884923.35576: 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 0x7fb4c5964ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c58d2d50> <<< 11924 1726884923.35613: 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' <<< 11924 1726884923.35642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884923.35670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884923.35691: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5965580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5965250> import 'importlib.machinery' # <<< 11924 1726884923.35728: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 11924 1726884923.35732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 11924 1726884923.35754: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5966480> <<< 11924 1726884923.35773: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884923.35778: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884923.35813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884923.35840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884923.35869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884923.35873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c597c6b0> <<< 11924 1726884923.35888: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884923.35921: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884923.35927: 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 0x7fb4c597dd90> <<< 11924 1726884923.35950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884923.35962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884923.35989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884923.35995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 11924 1726884923.36010: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c597ec30> <<< 11924 1726884923.36050: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884923.36053: 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 0x7fb4c597f290> <<< 11924 1726884923.36057: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c597e180> <<< 11924 1726884923.36089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884923.36096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884923.36153: 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 0x7fb4c597fd10> <<< 11924 1726884923.36160: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c597f440> <<< 11924 1726884923.36216: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c59664e0> <<< 11924 1726884923.36294: 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' <<< 11924 1726884923.36350: 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' <<< 11924 1726884923.36371: 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 0x7fb4c5707b90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884923.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 0x7fb4c5730680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c57303e0> <<< 11924 1726884923.36479: 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 0x7fb4c57306b0> <<< 11924 1726884923.36483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884923.36485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884923.36565: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884923.36700: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c5730fe0> <<< 11924 1726884923.36945: 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 0x7fb4c5731970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5730890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5705d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5732cc0> <<< 11924 1726884923.37025: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5730e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5966660> <<< 11924 1726884923.37075: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884923.37132: 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 <<< 11924 1726884923.37176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884923.37249: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c575f020> <<< 11924 1726884923.37252: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884923.37347: 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 0x7fb4c5787380> <<< 11924 1726884923.37368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884923.37408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884923.37432: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884923.37493: 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 0x7fb4c57e0140> <<< 11924 1726884923.37551: 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' <<< 11924 1726884923.37586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884923.37629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884923.37727: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c57e2870> <<< 11924 1726884923.37810: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c57e0260> <<< 11924 1726884923.37840: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c57ad130> <<< 11924 1726884923.37881: 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 0x7fb4c5129250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5786180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5733bf0> <<< 11924 1726884923.37978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884923.37994: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb4c57862a0> <<< 11924 1726884923.38178: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_3ijygdt7/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 11924 1726884923.38366: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884923.38463: 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 <<< 11924 1726884923.38572: 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 0x7fb4c517af30> import '_typing' # <<< 11924 1726884923.38946: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c515de20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c515cf80> # zipimport: zlib available import 'ansible' # <<< 11924 1726884923.38950: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884923.40270: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.41404: 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 0x7fb4c5178dd0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884923.41492: 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 0x7fb4c51aa8a0> <<< 11924 1726884923.41571: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c51aa630> <<< 11924 1726884923.41688: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c51a9f40> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c51aa990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c517b950> import 'atexit' # <<< 11924 1726884923.41753: 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 0x7fb4c51ab5c0> <<< 11924 1726884923.41758: 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 0x7fb4c51ab800> <<< 11924 1726884923.41793: 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' # <<< 11924 1726884923.41844: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c51abd40> <<< 11924 1726884923.41890: 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' <<< 11924 1726884923.41953: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5011a90> <<< 11924 1726884923.42008: 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 0x7fb4c5013680> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884923.42064: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5013fe0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884923.42106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c50151c0> <<< 11924 1726884923.42118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884923.42257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884923.42261: 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' <<< 11924 1726884923.42446: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5017c50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c5017b90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5015f40> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 11924 1726884923.42499: 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 0x7fb4c501fb60> import '_tokenize' # <<< 11924 1726884923.42570: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c501e660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c501e3c0> <<< 11924 1726884923.42585: 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' <<< 11924 1726884923.42654: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c501e900> <<< 11924 1726884923.42699: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5016450> <<< 11924 1726884923.42776: 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 0x7fb4c5063e30> <<< 11924 1726884923.42791: 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 0x7fb4c5063830> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884923.42818: 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' <<< 11924 1726884923.42867: 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 0x7fb4c5065a60> <<< 11924 1726884923.42926: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5065820> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884923.43075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884923.43148: 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 0x7fb4c5067fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5066150> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884923.43210: 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' # <<< 11924 1726884923.43297: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c506b800> <<< 11924 1726884923.43365: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c50681d0> <<< 11924 1726884923.43449: stdout 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 0x7fb4c506c740> <<< 11924 1726884923.43507: stdout 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 0x7fb4c506c890> <<< 11924 1726884923.43582: stdout 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 0x7fb4c506c9b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5064140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884923.43622: 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 0x7fb4c50f8140> <<< 11924 1726884923.43821: 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 0x7fb4c50f9430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c506e8d0> <<< 11924 1726884923.43851: 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 0x7fb4c506fc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c506e4e0> # zipimport: zlib available <<< 11924 1726884923.43873: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884923.43891: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.44000: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.44091: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884923.44179: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884923.44199: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.44531: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.44533: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.44935: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.45479: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884923.45508: 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' # <<< 11924 1726884923.45539: 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' <<< 11924 1726884923.45611: 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 0x7fb4c50fd5e0> <<< 11924 1726884923.45686: 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' <<< 11924 1726884923.45750: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c50fe4b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c50f9880> <<< 11924 1726884923.45809: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884923.45846: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884923.45975: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.46152: 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 0x7fb4c50fe210> <<< 11924 1726884923.46211: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.46604: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.47044: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.47122: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.47197: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884923.47247: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.47265: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.47311: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884923.47369: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.47468: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884923.47472: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.47506: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884923.47553: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.47590: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884923.47823: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.48056: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884923.48132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884923.48135: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884923.48214: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c50ff590> # zipimport: zlib available <<< 11924 1726884923.48322: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.48391: 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' # <<< 11924 1726884923.48403: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.48448: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.48482: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884923.48497: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.48538: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.48586: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.48643: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.48714: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884923.48756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884923.48839: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c4f09f10> <<< 11924 1726884923.48876: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c4f07320> <<< 11924 1726884923.48910: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884923.48915: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.48987: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.49045: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.49081: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.49120: stdout chunk (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' <<< 11924 1726884923.49146: 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 <<< 11924 1726884923.49167: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884923.49195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884923.49253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884923.49277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884923.49295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884923.49350: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c51fa810> <<< 11924 1726884923.49395: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c51de4e0> <<< 11924 1726884923.49479: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c4f09c70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c50ffe30> <<< 11924 1726884923.49482: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884923.49496: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.49524: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.49554: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 11924 1726884923.49560: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884923.49616: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884923.49633: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.49649: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884923.49668: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.49782: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.49901: 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' <<< 11924 1726884923.49931: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c50fef30> <<< 11924 1726884923.50013: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884923.53270: stdout chunk (state=3): >>> {"changed": true, "stdout": " LVM2_LV_NAME=test1 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", "foo/test1"], "start": "2024-09-20 22:15:23.500999", "end": "2024-09-20 22:15:23.531822", "delta": "0:00:00.030823", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype foo/test1\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}}} <<< 11924 1726884923.53321: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884923.53800: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884923.53859: 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 <<< 11924 1726884923.53866: 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 <<< 11924 1726884923.53925: 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 <<< 11924 1726884923.53931: stdout chunk (state=3): >>># cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache <<< 11924 1726884923.53974: 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 <<< 11924 1726884923.53984: 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 <<< 11924 1726884923.54000: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 11924 1726884923.54233: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884923.54251: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884923.54287: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 11924 1726884923.54319: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884923.54350: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath <<< 11924 1726884923.54396: 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 <<< 11924 1726884923.54418: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 11924 1726884923.54444: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 11924 1726884923.54466: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884923.54504: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno # destroy array <<< 11924 1726884923.54534: stdout chunk (state=3): >>># destroy datetime <<< 11924 1726884923.54547: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884923.54623: 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 <<< 11924 1726884923.54658: 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 <<< 11924 1726884923.54676: 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 <<< 11924 1726884923.54718: 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 <<< 11924 1726884923.54772: 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 <<< 11924 1726884923.54779: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 11924 1726884923.54791: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884923.54913: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884923.54930: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884923.54974: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884923.55014: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884923.55038: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 11924 1726884923.55052: 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 <<< 11924 1726884923.55088: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884923.55171: 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 <<< 11924 1726884923.55225: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884923.55278: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 11924 1726884923.55281: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 11924 1726884923.55301: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 11924 1726884923.55967: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884923.55971: stdout chunk (state=3): >>><<< 11924 1726884923.55973: stderr chunk (state=3): >>><<< 11924 1726884923.55989: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5ae83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5ab7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5aea960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5898fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5899fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c58dfe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c58dfec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c590f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c590fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c58efad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c58ed1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c58dcfb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5933710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5932330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c58ee1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5930b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5964770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c58dc230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c5964c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5964ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c5964ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c58d2d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5965580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5965250> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5966480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c597c6b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c597dd90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c597ec30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c597f290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c597e180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c597fd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c597f440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c59664e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c5707b90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c5730680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c57303e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c57306b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c5730fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c5731970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5730890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5705d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5732cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5730e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5966660> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c575f020> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5787380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c57e0140> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c57e2870> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c57e0260> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c57ad130> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5129250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5786180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5733bf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb4c57862a0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_3ijygdt7/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 0x7fb4c517af30> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c515de20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c515cf80> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5178dd0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c51aa8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c51aa630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c51a9f40> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c51aa990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c517b950> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c51ab5c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c51ab800> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c51abd40> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5011a90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c5013680> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5013fe0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c50151c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5017c50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c5017b90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5015f40> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c501fb60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c501e660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c501e3c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c501e900> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5016450> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c5063e30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5063830> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c5065a60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5065820> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c5067fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5066150> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c506b800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c50681d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c506c740> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c506c890> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c506c9b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c5064140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c50f8140> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c50f9430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c506e8d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c506fc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c506e4e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c50fd5e0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c50fe4b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c50f9880> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c50fe210> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c50ff590> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb4c4f09f10> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c4f07320> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c51fa810> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c51de4e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c4f09c70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4c50ffe30> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7fb4c50fef30> # zipimport: zlib available {"changed": true, "stdout": " LVM2_LV_NAME=test1 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", "foo/test1"], "start": "2024-09-20 22:15:23.500999", "end": "2024-09-20 22:15:23.531822", "delta": "0:00:00.030823", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype foo/test1\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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884923.56764: 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 foo/test1\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-1726884923.20583-15933-263611928274660/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884923.56768: _low_level_execute_command(): starting 11924 1726884923.56777: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884923.20583-15933-263611928274660/ > /dev/null 2>&1 && sleep 0' 11924 1726884923.57082: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884923.57105: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884923.57160: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884923.57174: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884923.57249: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884923.57283: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884923.57301: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884923.57379: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884923.59368: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884923.59372: stdout chunk (state=3): >>><<< 11924 1726884923.59374: stderr chunk (state=3): >>><<< 11924 1726884923.59377: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884923.59380: handler run complete 11924 1726884923.59382: Evaluated conditional (False): False 11924 1726884923.59384: attempt loop complete, returning result 11924 1726884923.59386: _execute() done 11924 1726884923.59388: dumping result to json 11924 1726884923.59390: done dumping result, returning 11924 1726884923.59392: done running TaskExecutor() for managed_node2/TASK: Get information about the LV [0affc8a3-6f6f-f4c0-2290-000000002a78] 11924 1726884923.59394: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a78 ok: [managed_node2] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.030823", "end": "2024-09-20 22:15:23.531822", "rc": 0, "start": "2024-09-20 22:15:23.500999" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear 11924 1726884923.59588: no more pending results, returning what we have 11924 1726884923.59592: results queue empty 11924 1726884923.59593: checking for any_errors_fatal 11924 1726884923.59608: done checking for any_errors_fatal 11924 1726884923.59609: checking for max_fail_percentage 11924 1726884923.59728: done checking for max_fail_percentage 11924 1726884923.59731: checking to see if all hosts have failed and the running result is not ok 11924 1726884923.59731: done checking to see if all hosts have failed 11924 1726884923.59732: getting the remaining hosts for this loop 11924 1726884923.59734: done getting the remaining hosts for this loop 11924 1726884923.59739: getting the next task for host managed_node2 11924 1726884923.59749: done getting next task for host managed_node2 11924 1726884923.59752: ^ task is: TASK: Set LV segment type 11924 1726884923.59844: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884923.59851: getting variables 11924 1726884923.59853: in VariableManager get_vars() 11924 1726884923.59889: Calling all_inventory to load vars for managed_node2 11924 1726884923.59892: Calling groups_inventory to load vars for managed_node2 11924 1726884923.59895: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884923.59905: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a78 11924 1726884923.59914: WORKER PROCESS EXITING 11924 1726884923.59924: Calling all_plugins_play to load vars for managed_node2 11924 1726884923.59928: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884923.59931: Calling groups_plugins_play to load vars for managed_node2 11924 1726884923.60761: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884923.61468: done with get_vars() 11924 1726884923.61484: done getting variables 11924 1726884923.61545: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:23 -0400 (0:00:00.460) 0:01:28.954 ****** 11924 1726884923.61589: entering _queue_task() for managed_node2/set_fact 11924 1726884923.61896: worker is 1 (out of 1 available) 11924 1726884923.61909: exiting _queue_task() for managed_node2/set_fact 11924 1726884923.61922: done queuing things up, now waiting for results queue to drain 11924 1726884923.61923: waiting for pending results... 11924 1726884923.62232: running TaskExecutor() for managed_node2/TASK: Set LV segment type 11924 1726884923.62464: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a79 11924 1726884923.62468: variable 'ansible_search_path' from source: unknown 11924 1726884923.62471: calling self._execute() 11924 1726884923.62601: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.62619: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.62634: variable 'omit' from source: magic vars 11924 1726884923.63093: variable 'storage_test_volume' from source: include params 11924 1726884923.63125: variable '_storage_test_volume_present' from source: set_fact 11924 1726884923.63144: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884923.63163: variable 'omit' from source: magic vars 11924 1726884923.63261: variable 'omit' from source: magic vars 11924 1726884923.63472: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884923.65915: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884923.66474: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884923.66515: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884923.66553: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884923.66602: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884923.66708: variable 'lvs' from source: set_fact 11924 1726884923.66811: variable 'omit' from source: magic vars 11924 1726884923.66842: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884923.66908: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884923.66911: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884923.67061: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884923.67064: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884923.67067: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884923.67069: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884923.67072: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884923.67074: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.67076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.67145: Set connection var ansible_shell_executable to /bin/sh 11924 1726884923.67152: Set connection var ansible_connection to ssh 11924 1726884923.67165: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884923.67174: Set connection var ansible_timeout to 10 11924 1726884923.67182: Set connection var ansible_pipelining to False 11924 1726884923.67191: Set connection var ansible_shell_type to sh 11924 1726884923.67224: variable 'ansible_shell_executable' from source: unknown 11924 1726884923.67233: variable 'ansible_connection' from source: unknown 11924 1726884923.67240: variable 'ansible_module_compression' from source: unknown 11924 1726884923.67246: variable 'ansible_shell_type' from source: unknown 11924 1726884923.67251: variable 'ansible_shell_executable' from source: unknown 11924 1726884923.67261: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.67268: variable 'ansible_pipelining' from source: unknown 11924 1726884923.67273: variable 'ansible_timeout' from source: unknown 11924 1726884923.67280: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.67390: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884923.67409: variable 'omit' from source: magic vars 11924 1726884923.67419: starting attempt loop 11924 1726884923.67425: running the handler 11924 1726884923.67441: handler run complete 11924 1726884923.67458: attempt loop complete, returning result 11924 1726884923.67465: _execute() done 11924 1726884923.67471: dumping result to json 11924 1726884923.67478: done dumping result, returning 11924 1726884923.67490: done running TaskExecutor() for managed_node2/TASK: Set LV segment type [0affc8a3-6f6f-f4c0-2290-000000002a79] 11924 1726884923.67500: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a79 ok: [managed_node2] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } 11924 1726884923.67730: no more pending results, returning what we have 11924 1726884923.67733: results queue empty 11924 1726884923.67734: checking for any_errors_fatal 11924 1726884923.67743: done checking for any_errors_fatal 11924 1726884923.67744: checking for max_fail_percentage 11924 1726884923.67746: done checking for max_fail_percentage 11924 1726884923.67748: checking to see if all hosts have failed and the running result is not ok 11924 1726884923.67748: done checking to see if all hosts have failed 11924 1726884923.67749: getting the remaining hosts for this loop 11924 1726884923.67751: done getting the remaining hosts for this loop 11924 1726884923.67754: getting the next task for host managed_node2 11924 1726884923.67766: done getting next task for host managed_node2 11924 1726884923.67769: ^ task is: TASK: Check segment type 11924 1726884923.67776: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884923.67790: getting variables 11924 1726884923.67792: in VariableManager get_vars() 11924 1726884923.67827: Calling all_inventory to load vars for managed_node2 11924 1726884923.67830: Calling groups_inventory to load vars for managed_node2 11924 1726884923.67833: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884923.67843: Calling all_plugins_play to load vars for managed_node2 11924 1726884923.67845: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884923.67848: Calling groups_plugins_play to load vars for managed_node2 11924 1726884923.68287: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a79 11924 1726884923.68290: WORKER PROCESS EXITING 11924 1726884923.68300: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884923.68672: done with get_vars() 11924 1726884923.68684: done getting variables 11924 1726884923.68726: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:23 -0400 (0:00:00.071) 0:01:29.026 ****** 11924 1726884923.68750: entering _queue_task() for managed_node2/assert 11924 1726884923.68970: worker is 1 (out of 1 available) 11924 1726884923.68985: exiting _queue_task() for managed_node2/assert 11924 1726884923.68997: done queuing things up, now waiting for results queue to drain 11924 1726884923.68999: waiting for pending results... 11924 1726884923.69187: running TaskExecutor() for managed_node2/TASK: Check segment type 11924 1726884923.69284: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a7a 11924 1726884923.69296: variable 'ansible_search_path' from source: unknown 11924 1726884923.69333: calling self._execute() 11924 1726884923.69441: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.69445: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.69463: variable 'omit' from source: magic vars 11924 1726884923.69748: variable 'storage_test_volume' from source: include params 11924 1726884923.69765: variable '_storage_test_volume_present' from source: set_fact 11924 1726884923.69783: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884923.69786: variable 'omit' from source: magic vars 11924 1726884923.69828: variable 'omit' from source: magic vars 11924 1726884923.69913: variable 'storage_test_lv_segtype' from source: set_fact 11924 1726884923.69917: variable 'storage_test_volume' from source: include params 11924 1726884923.69949: variable 'omit' from source: magic vars 11924 1726884923.70030: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884923.70063: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884923.70086: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884923.70116: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884923.70127: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884923.70145: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884923.70181: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884923.70267: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884923.70271: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.70274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.70391: Set connection var ansible_shell_executable to /bin/sh 11924 1726884923.70400: Set connection var ansible_connection to ssh 11924 1726884923.70416: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884923.70422: Set connection var ansible_timeout to 10 11924 1726884923.70427: Set connection var ansible_pipelining to False 11924 1726884923.70432: Set connection var ansible_shell_type to sh 11924 1726884923.70508: variable 'ansible_shell_executable' from source: unknown 11924 1726884923.70512: variable 'ansible_connection' from source: unknown 11924 1726884923.70514: variable 'ansible_module_compression' from source: unknown 11924 1726884923.70516: variable 'ansible_shell_type' from source: unknown 11924 1726884923.70518: variable 'ansible_shell_executable' from source: unknown 11924 1726884923.70520: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.70523: variable 'ansible_pipelining' from source: unknown 11924 1726884923.70524: variable 'ansible_timeout' from source: unknown 11924 1726884923.70526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.70767: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884923.70775: variable 'omit' from source: magic vars 11924 1726884923.70777: starting attempt loop 11924 1726884923.70781: running the handler 11924 1726884923.71028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884923.74846: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884923.74894: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884923.74931: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884923.74967: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884923.74986: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884923.75072: variable 'storage_test_volume' from source: include params 11924 1726884923.75083: variable 'storage_test_lv_segtype' from source: set_fact 11924 1726884923.75093: Evaluated conditional (storage_test_volume.cached | ternary(storage_test_lv_segtype[0] == 'cache', storage_test_lv_segtype[0] != 'cache')): True 11924 1726884923.75099: handler run complete 11924 1726884923.75113: attempt loop complete, returning result 11924 1726884923.75115: _execute() done 11924 1726884923.75118: dumping result to json 11924 1726884923.75120: done dumping result, returning 11924 1726884923.75127: done running TaskExecutor() for managed_node2/TASK: Check segment type [0affc8a3-6f6f-f4c0-2290-000000002a7a] 11924 1726884923.75132: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a7a 11924 1726884923.75217: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a7a 11924 1726884923.75220: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884923.75271: no more pending results, returning what we have 11924 1726884923.75274: results queue empty 11924 1726884923.75275: checking for any_errors_fatal 11924 1726884923.75283: done checking for any_errors_fatal 11924 1726884923.75284: checking for max_fail_percentage 11924 1726884923.75286: done checking for max_fail_percentage 11924 1726884923.75287: checking to see if all hosts have failed and the running result is not ok 11924 1726884923.75287: done checking to see if all hosts have failed 11924 1726884923.75288: getting the remaining hosts for this loop 11924 1726884923.75290: done getting the remaining hosts for this loop 11924 1726884923.75293: getting the next task for host managed_node2 11924 1726884923.75304: done getting next task for host managed_node2 11924 1726884923.75306: ^ task is: TASK: Set LV cache size 11924 1726884923.75311: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884923.75320: getting variables 11924 1726884923.75322: in VariableManager get_vars() 11924 1726884923.75358: Calling all_inventory to load vars for managed_node2 11924 1726884923.75361: Calling groups_inventory to load vars for managed_node2 11924 1726884923.75364: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884923.75374: Calling all_plugins_play to load vars for managed_node2 11924 1726884923.75377: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884923.75379: Calling groups_plugins_play to load vars for managed_node2 11924 1726884923.76434: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884923.77092: done with get_vars() 11924 1726884923.77108: done getting variables 11924 1726884923.77159: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:23 -0400 (0:00:00.084) 0:01:29.110 ****** 11924 1726884923.77192: entering _queue_task() for managed_node2/set_fact 11924 1726884923.77471: worker is 1 (out of 1 available) 11924 1726884923.77484: exiting _queue_task() for managed_node2/set_fact 11924 1726884923.77495: done queuing things up, now waiting for results queue to drain 11924 1726884923.77496: waiting for pending results... 11924 1726884923.77928: running TaskExecutor() for managed_node2/TASK: Set LV cache size 11924 1726884923.77940: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a7b 11924 1726884923.77956: variable 'ansible_search_path' from source: unknown 11924 1726884923.78022: calling self._execute() 11924 1726884923.78129: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.78133: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.78144: variable 'omit' from source: magic vars 11924 1726884923.78670: variable 'storage_test_volume' from source: include params 11924 1726884923.78679: variable '_storage_test_volume_present' from source: set_fact 11924 1726884923.78684: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884923.78780: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884923.81119: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884923.81261: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884923.81269: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884923.81346: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884923.81390: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884923.81589: variable 'storage_test_volume' from source: include params 11924 1726884923.81727: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884923.81730: when evaluation is False, skipping this task 11924 1726884923.81733: _execute() done 11924 1726884923.81735: dumping result to json 11924 1726884923.81737: done dumping result, returning 11924 1726884923.81740: done running TaskExecutor() for managed_node2/TASK: Set LV cache size [0affc8a3-6f6f-f4c0-2290-000000002a7b] 11924 1726884923.81742: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a7b 11924 1726884923.81931: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a7b 11924 1726884923.81936: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884923.81996: no more pending results, returning what we have 11924 1726884923.82004: results queue empty 11924 1726884923.82005: checking for any_errors_fatal 11924 1726884923.82020: done checking for any_errors_fatal 11924 1726884923.82021: checking for max_fail_percentage 11924 1726884923.82023: done checking for max_fail_percentage 11924 1726884923.82024: checking to see if all hosts have failed and the running result is not ok 11924 1726884923.82025: done checking to see if all hosts have failed 11924 1726884923.82025: getting the remaining hosts for this loop 11924 1726884923.82027: done getting the remaining hosts for this loop 11924 1726884923.82031: getting the next task for host managed_node2 11924 1726884923.82040: done getting next task for host managed_node2 11924 1726884923.82043: ^ task is: TASK: Parse the requested cache size 11924 1726884923.82049: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884923.82054: getting variables 11924 1726884923.82060: in VariableManager get_vars() 11924 1726884923.82100: Calling all_inventory to load vars for managed_node2 11924 1726884923.82104: Calling groups_inventory to load vars for managed_node2 11924 1726884923.82108: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884923.82118: Calling all_plugins_play to load vars for managed_node2 11924 1726884923.82120: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884923.82123: Calling groups_plugins_play to load vars for managed_node2 11924 1726884923.83115: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884923.84095: done with get_vars() 11924 1726884923.84111: 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 22:15:23 -0400 (0:00:00.070) 0:01:29.181 ****** 11924 1726884923.84236: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884923.84958: worker is 1 (out of 1 available) 11924 1726884923.84967: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884923.84979: done queuing things up, now waiting for results queue to drain 11924 1726884923.84983: waiting for pending results... 11924 1726884923.85050: running TaskExecutor() for managed_node2/TASK: Parse the requested cache size 11924 1726884923.85322: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a7c 11924 1726884923.85326: variable 'ansible_search_path' from source: unknown 11924 1726884923.85331: calling self._execute() 11924 1726884923.85443: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.85461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.85480: variable 'omit' from source: magic vars 11924 1726884923.85968: variable 'storage_test_volume' from source: include params 11924 1726884923.86002: variable '_storage_test_volume_present' from source: set_fact 11924 1726884923.86024: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884923.86224: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884923.88553: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884923.88640: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884923.88802: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884923.88807: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884923.88809: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884923.88869: variable 'storage_test_volume' from source: include params 11924 1726884923.88898: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884923.88911: when evaluation is False, skipping this task 11924 1726884923.88926: _execute() done 11924 1726884923.88934: dumping result to json 11924 1726884923.88942: done dumping result, returning 11924 1726884923.88960: done running TaskExecutor() for managed_node2/TASK: Parse the requested cache size [0affc8a3-6f6f-f4c0-2290-000000002a7c] 11924 1726884923.89023: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a7c 11924 1726884923.89102: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a7c 11924 1726884923.89105: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884923.89188: no more pending results, returning what we have 11924 1726884923.89192: results queue empty 11924 1726884923.89193: checking for any_errors_fatal 11924 1726884923.89204: done checking for any_errors_fatal 11924 1726884923.89205: checking for max_fail_percentage 11924 1726884923.89207: done checking for max_fail_percentage 11924 1726884923.89208: checking to see if all hosts have failed and the running result is not ok 11924 1726884923.89208: done checking to see if all hosts have failed 11924 1726884923.89209: getting the remaining hosts for this loop 11924 1726884923.89211: done getting the remaining hosts for this loop 11924 1726884923.89215: getting the next task for host managed_node2 11924 1726884923.89225: done getting next task for host managed_node2 11924 1726884923.89228: ^ task is: TASK: Set expected cache size 11924 1726884923.89236: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884923.89241: getting variables 11924 1726884923.89245: in VariableManager get_vars() 11924 1726884923.89285: Calling all_inventory to load vars for managed_node2 11924 1726884923.89287: Calling groups_inventory to load vars for managed_node2 11924 1726884923.89291: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884923.89303: Calling all_plugins_play to load vars for managed_node2 11924 1726884923.89307: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884923.89313: Calling groups_plugins_play to load vars for managed_node2 11924 1726884923.90202: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884923.91043: done with get_vars() 11924 1726884923.91092: done getting variables 11924 1726884923.91195: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:23 -0400 (0:00:00.069) 0:01:29.251 ****** 11924 1726884923.91232: entering _queue_task() for managed_node2/set_fact 11924 1726884923.91512: worker is 1 (out of 1 available) 11924 1726884923.91524: exiting _queue_task() for managed_node2/set_fact 11924 1726884923.91538: done queuing things up, now waiting for results queue to drain 11924 1726884923.91540: waiting for pending results... 11924 1726884923.91749: running TaskExecutor() for managed_node2/TASK: Set expected cache size 11924 1726884923.91858: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a7d 11924 1726884923.91869: variable 'ansible_search_path' from source: unknown 11924 1726884923.91899: calling self._execute() 11924 1726884923.92004: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.92011: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.92020: variable 'omit' from source: magic vars 11924 1726884923.92330: variable 'storage_test_volume' from source: include params 11924 1726884923.92346: variable '_storage_test_volume_present' from source: set_fact 11924 1726884923.92360: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884923.92476: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884923.94399: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884923.94458: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884923.94484: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884923.94516: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884923.94535: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884923.94595: variable 'storage_test_volume' from source: include params 11924 1726884923.94616: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884923.94619: when evaluation is False, skipping this task 11924 1726884923.94621: _execute() done 11924 1726884923.94624: dumping result to json 11924 1726884923.94626: done dumping result, returning 11924 1726884923.94632: done running TaskExecutor() for managed_node2/TASK: Set expected cache size [0affc8a3-6f6f-f4c0-2290-000000002a7d] 11924 1726884923.94637: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a7d 11924 1726884923.94721: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a7d 11924 1726884923.94724: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884923.94768: no more pending results, returning what we have 11924 1726884923.94772: results queue empty 11924 1726884923.94773: checking for any_errors_fatal 11924 1726884923.94782: done checking for any_errors_fatal 11924 1726884923.94782: checking for max_fail_percentage 11924 1726884923.94784: done checking for max_fail_percentage 11924 1726884923.94785: checking to see if all hosts have failed and the running result is not ok 11924 1726884923.94786: done checking to see if all hosts have failed 11924 1726884923.94787: getting the remaining hosts for this loop 11924 1726884923.94789: done getting the remaining hosts for this loop 11924 1726884923.94792: getting the next task for host managed_node2 11924 1726884923.94800: done getting next task for host managed_node2 11924 1726884923.94803: ^ task is: TASK: Check cache size 11924 1726884923.94809: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884923.94813: getting variables 11924 1726884923.94815: in VariableManager get_vars() 11924 1726884923.94845: Calling all_inventory to load vars for managed_node2 11924 1726884923.94848: Calling groups_inventory to load vars for managed_node2 11924 1726884923.94851: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884923.94870: Calling all_plugins_play to load vars for managed_node2 11924 1726884923.94873: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884923.94876: Calling groups_plugins_play to load vars for managed_node2 11924 1726884923.95309: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884923.95895: done with get_vars() 11924 1726884923.95914: done getting variables 11924 1726884923.95995: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:23 -0400 (0:00:00.048) 0:01:29.299 ****** 11924 1726884923.96039: entering _queue_task() for managed_node2/assert 11924 1726884923.96365: worker is 1 (out of 1 available) 11924 1726884923.96377: exiting _queue_task() for managed_node2/assert 11924 1726884923.96391: done queuing things up, now waiting for results queue to drain 11924 1726884923.96393: waiting for pending results... 11924 1726884923.96875: running TaskExecutor() for managed_node2/TASK: Check cache size 11924 1726884923.96880: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002a7e 11924 1726884923.96889: variable 'ansible_search_path' from source: unknown 11924 1726884923.96933: calling self._execute() 11924 1726884923.97069: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884923.97104: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884923.97195: variable 'omit' from source: magic vars 11924 1726884923.98105: variable 'storage_test_volume' from source: include params 11924 1726884923.98169: variable '_storage_test_volume_present' from source: set_fact 11924 1726884923.98173: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884923.98285: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884924.00291: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884924.00451: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884924.00462: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884924.00465: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884924.00551: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884924.00636: variable 'storage_test_volume' from source: include params 11924 1726884924.00641: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884924.00643: when evaluation is False, skipping this task 11924 1726884924.00651: _execute() done 11924 1726884924.00653: dumping result to json 11924 1726884924.00657: done dumping result, returning 11924 1726884924.00660: done running TaskExecutor() for managed_node2/TASK: Check cache size [0affc8a3-6f6f-f4c0-2290-000000002a7e] 11924 1726884924.00662: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a7e skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884924.00917: no more pending results, returning what we have 11924 1726884924.00920: results queue empty 11924 1726884924.00921: checking for any_errors_fatal 11924 1726884924.00928: done checking for any_errors_fatal 11924 1726884924.00929: checking for max_fail_percentage 11924 1726884924.00931: done checking for max_fail_percentage 11924 1726884924.00932: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.00932: done checking to see if all hosts have failed 11924 1726884924.00933: getting the remaining hosts for this loop 11924 1726884924.00934: done getting the remaining hosts for this loop 11924 1726884924.00939: getting the next task for host managed_node2 11924 1726884924.00948: done getting next task for host managed_node2 11924 1726884924.00951: ^ task is: TASK: Clean up facts 11924 1726884924.00957: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884924.00961: getting variables 11924 1726884924.00963: in VariableManager get_vars() 11924 1726884924.01000: Calling all_inventory to load vars for managed_node2 11924 1726884924.01007: Calling groups_inventory to load vars for managed_node2 11924 1726884924.01010: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.01025: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.01029: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.01035: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.01560: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002a7e 11924 1726884924.01564: WORKER PROCESS EXITING 11924 1726884924.01669: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.02308: done with get_vars() 11924 1726884924.02320: done getting variables 11924 1726884924.02363: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (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 22:15:24 -0400 (0:00:00.063) 0:01:29.362 ****** 11924 1726884924.02392: entering _queue_task() for managed_node2/set_fact 11924 1726884924.02623: worker is 1 (out of 1 available) 11924 1726884924.02637: exiting _queue_task() for managed_node2/set_fact 11924 1726884924.02650: done queuing things up, now waiting for results queue to drain 11924 1726884924.02652: waiting for pending results... 11924 1726884924.02930: running TaskExecutor() for managed_node2/TASK: Clean up facts 11924 1726884924.02979: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000029e5 11924 1726884924.02991: variable 'ansible_search_path' from source: unknown 11924 1726884924.03039: calling self._execute() 11924 1726884924.03136: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.03144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.03148: variable 'omit' from source: magic vars 11924 1726884924.03275: variable 'omit' from source: magic vars 11924 1726884924.03331: variable 'omit' from source: magic vars 11924 1726884924.03362: variable 'omit' from source: magic vars 11924 1726884924.03422: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884924.03430: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884924.03448: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884924.03463: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.03482: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.03489: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884924.03505: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884924.03528: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884924.03531: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.03534: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.03617: Set connection var ansible_shell_executable to /bin/sh 11924 1726884924.03627: Set connection var ansible_connection to ssh 11924 1726884924.03630: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884924.03632: Set connection var ansible_timeout to 10 11924 1726884924.03646: Set connection var ansible_pipelining to False 11924 1726884924.03648: Set connection var ansible_shell_type to sh 11924 1726884924.03675: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.03678: variable 'ansible_connection' from source: unknown 11924 1726884924.03681: variable 'ansible_module_compression' from source: unknown 11924 1726884924.03683: variable 'ansible_shell_type' from source: unknown 11924 1726884924.03685: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.03687: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.03713: variable 'ansible_pipelining' from source: unknown 11924 1726884924.03716: variable 'ansible_timeout' from source: unknown 11924 1726884924.03718: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.03811: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884924.03852: variable 'omit' from source: magic vars 11924 1726884924.03857: starting attempt loop 11924 1726884924.03860: running the handler 11924 1726884924.03863: handler run complete 11924 1726884924.03865: attempt loop complete, returning result 11924 1726884924.03867: _execute() done 11924 1726884924.03874: dumping result to json 11924 1726884924.03877: done dumping result, returning 11924 1726884924.03880: done running TaskExecutor() for managed_node2/TASK: Clean up facts [0affc8a3-6f6f-f4c0-2290-0000000029e5] 11924 1726884924.03907: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000029e5 ok: [managed_node2] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 11924 1726884924.04084: no more pending results, returning what we have 11924 1726884924.04087: results queue empty 11924 1726884924.04088: checking for any_errors_fatal 11924 1726884924.04126: done checking for any_errors_fatal 11924 1726884924.04128: checking for max_fail_percentage 11924 1726884924.04130: done checking for max_fail_percentage 11924 1726884924.04131: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.04132: done checking to see if all hosts have failed 11924 1726884924.04133: getting the remaining hosts for this loop 11924 1726884924.04135: done getting the remaining hosts for this loop 11924 1726884924.04138: getting the next task for host managed_node2 11924 1726884924.04150: done getting next task for host managed_node2 11924 1726884924.04154: ^ task is: TASK: Verify the volumes with no pool were correctly managed 11924 1726884924.04159: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884924.04164: getting variables 11924 1726884924.04166: in VariableManager get_vars() 11924 1726884924.04194: Calling all_inventory to load vars for managed_node2 11924 1726884924.04197: Calling groups_inventory to load vars for managed_node2 11924 1726884924.04200: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.04209: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.04225: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.04231: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000029e5 11924 1726884924.04233: WORKER PROCESS EXITING 11924 1726884924.04236: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.04870: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.05387: done with get_vars() 11924 1726884924.05397: 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 22:15:24 -0400 (0:00:00.030) 0:01:29.393 ****** 11924 1726884924.05484: entering _queue_task() for managed_node2/include_tasks 11924 1726884924.05714: worker is 1 (out of 1 available) 11924 1726884924.05729: exiting _queue_task() for managed_node2/include_tasks 11924 1726884924.05746: done queuing things up, now waiting for results queue to drain 11924 1726884924.05747: waiting for pending results... 11924 1726884924.06016: running TaskExecutor() for managed_node2/TASK: Verify the volumes with no pool were correctly managed 11924 1726884924.06105: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001fc5 11924 1726884924.06115: variable 'ansible_search_path' from source: unknown 11924 1726884924.06150: variable '_storage_volumes_list' from source: set_fact 11924 1726884924.06342: variable '_storage_volumes_list' from source: set_fact 11924 1726884924.06399: dumping result to json 11924 1726884924.06410: done dumping result, returning 11924 1726884924.06415: done running TaskExecutor() for managed_node2/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-f4c0-2290-000000001fc5] 11924 1726884924.06417: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001fc5 11924 1726884924.06543: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001fc5 11924 1726884924.06546: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884924.06623: no more pending results, returning what we have 11924 1726884924.06626: results queue empty 11924 1726884924.06627: checking for any_errors_fatal 11924 1726884924.06633: done checking for any_errors_fatal 11924 1726884924.06634: checking for max_fail_percentage 11924 1726884924.06635: done checking for max_fail_percentage 11924 1726884924.06636: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.06637: done checking to see if all hosts have failed 11924 1726884924.06637: getting the remaining hosts for this loop 11924 1726884924.06639: done getting the remaining hosts for this loop 11924 1726884924.06642: getting the next task for host managed_node2 11924 1726884924.06647: done getting next task for host managed_node2 11924 1726884924.06649: ^ task is: TASK: Clean up variable namespace 11924 1726884924.06652: ^ state is: HOST STATE: block=2, task=22, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884924.06657: getting variables 11924 1726884924.06658: in VariableManager get_vars() 11924 1726884924.06683: Calling all_inventory to load vars for managed_node2 11924 1726884924.06684: Calling groups_inventory to load vars for managed_node2 11924 1726884924.06686: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.06695: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.06697: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.06699: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.07383: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.07762: done with get_vars() 11924 1726884924.07777: done getting variables 11924 1726884924.07841: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:24 -0400 (0:00:00.023) 0:01:29.417 ****** 11924 1726884924.07870: entering _queue_task() for managed_node2/set_fact 11924 1726884924.08096: worker is 1 (out of 1 available) 11924 1726884924.08110: exiting _queue_task() for managed_node2/set_fact 11924 1726884924.08123: done queuing things up, now waiting for results queue to drain 11924 1726884924.08124: waiting for pending results... 11924 1726884924.08376: running TaskExecutor() for managed_node2/TASK: Clean up variable namespace 11924 1726884924.08467: in run() - task 0affc8a3-6f6f-f4c0-2290-000000001fc7 11924 1726884924.08482: variable 'ansible_search_path' from source: unknown 11924 1726884924.08543: calling self._execute() 11924 1726884924.08710: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.08714: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.08744: variable 'omit' from source: magic vars 11924 1726884924.08986: variable 'omit' from source: magic vars 11924 1726884924.09063: variable 'omit' from source: magic vars 11924 1726884924.09080: variable 'omit' from source: magic vars 11924 1726884924.09161: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884924.09189: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884924.09210: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884924.09259: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.09293: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.09298: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884924.09324: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884924.09357: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884924.09362: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.09365: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.09579: Set connection var ansible_shell_executable to /bin/sh 11924 1726884924.09583: Set connection var ansible_connection to ssh 11924 1726884924.09586: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884924.09588: Set connection var ansible_timeout to 10 11924 1726884924.09597: Set connection var ansible_pipelining to False 11924 1726884924.09603: Set connection var ansible_shell_type to sh 11924 1726884924.09629: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.09644: variable 'ansible_connection' from source: unknown 11924 1726884924.09665: variable 'ansible_module_compression' from source: unknown 11924 1726884924.09668: variable 'ansible_shell_type' from source: unknown 11924 1726884924.09670: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.09673: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.09675: variable 'ansible_pipelining' from source: unknown 11924 1726884924.09677: variable 'ansible_timeout' from source: unknown 11924 1726884924.09679: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.09848: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884924.09856: variable 'omit' from source: magic vars 11924 1726884924.09881: starting attempt loop 11924 1726884924.09920: running the handler 11924 1726884924.09925: handler run complete 11924 1726884924.09929: attempt loop complete, returning result 11924 1726884924.09932: _execute() done 11924 1726884924.09934: dumping result to json 11924 1726884924.09936: done dumping result, returning 11924 1726884924.09939: done running TaskExecutor() for managed_node2/TASK: Clean up variable namespace [0affc8a3-6f6f-f4c0-2290-000000001fc7] 11924 1726884924.09946: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001fc7 11924 1726884924.10152: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000001fc7 11924 1726884924.10161: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 11924 1726884924.10233: no more pending results, returning what we have 11924 1726884924.10235: results queue empty 11924 1726884924.10236: checking for any_errors_fatal 11924 1726884924.10243: done checking for any_errors_fatal 11924 1726884924.10244: checking for max_fail_percentage 11924 1726884924.10245: done checking for max_fail_percentage 11924 1726884924.10246: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.10246: done checking to see if all hosts have failed 11924 1726884924.10247: getting the remaining hosts for this loop 11924 1726884924.10248: done getting the remaining hosts for this loop 11924 1726884924.10257: getting the next task for host managed_node2 11924 1726884924.10267: done getting next task for host managed_node2 11924 1726884924.10271: ^ task is: TASK: Repeat the previous invocation to verify idempotence 11924 1726884924.10273: ^ 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 11924 1726884924.10276: getting variables 11924 1726884924.10278: in VariableManager get_vars() 11924 1726884924.10313: Calling all_inventory to load vars for managed_node2 11924 1726884924.10316: Calling groups_inventory to load vars for managed_node2 11924 1726884924.10319: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.10328: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.10331: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.10334: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.10970: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.11735: done with get_vars() 11924 1726884924.11749: done getting variables TASK [Repeat the previous invocation to verify idempotence] ******************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml:86 Friday 20 September 2024 22:15:24 -0400 (0:00:00.039) 0:01:29.457 ****** 11924 1726884924.11854: entering _queue_task() for managed_node2/include_role 11924 1726884924.12174: worker is 1 (out of 1 available) 11924 1726884924.12193: exiting _queue_task() for managed_node2/include_role 11924 1726884924.12208: done queuing things up, now waiting for results queue to drain 11924 1726884924.12212: waiting for pending results... 11924 1726884924.12450: running TaskExecutor() for managed_node2/TASK: Repeat the previous invocation to verify idempotence 11924 1726884924.12560: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000010 11924 1726884924.12567: variable 'ansible_search_path' from source: unknown 11924 1726884924.12620: calling self._execute() 11924 1726884924.12730: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.12734: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.12737: variable 'omit' from source: magic vars 11924 1726884924.12872: _execute() done 11924 1726884924.12876: dumping result to json 11924 1726884924.12878: done dumping result, returning 11924 1726884924.12881: done running TaskExecutor() for managed_node2/TASK: Repeat the previous invocation to verify idempotence [0affc8a3-6f6f-f4c0-2290-000000000010] 11924 1726884924.12884: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000010 11924 1726884924.13016: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000010 11924 1726884924.13019: WORKER PROCESS EXITING 11924 1726884924.13045: no more pending results, returning what we have 11924 1726884924.13049: in VariableManager get_vars() 11924 1726884924.13081: Calling all_inventory to load vars for managed_node2 11924 1726884924.13084: Calling groups_inventory to load vars for managed_node2 11924 1726884924.13086: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.13095: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.13098: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.13100: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.13565: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.13990: done with get_vars() 11924 1726884924.13998: variable 'ansible_search_path' from source: unknown 11924 1726884924.15389: variable 'omit' from source: magic vars 11924 1726884924.15406: variable 'omit' from source: magic vars 11924 1726884924.15416: variable 'omit' from source: magic vars 11924 1726884924.15419: we have included files to process 11924 1726884924.15420: generating all_blocks data 11924 1726884924.15421: done generating all_blocks data 11924 1726884924.15425: processing included file: fedora.linux_system_roles.storage 11924 1726884924.15437: in VariableManager get_vars() 11924 1726884924.15446: done with get_vars() 11924 1726884924.15466: in VariableManager get_vars() 11924 1726884924.15475: done with get_vars() 11924 1726884924.15497: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 11924 1726884924.15517: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 11924 1726884924.15594: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 11924 1726884924.15642: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 11924 1726884924.15701: in VariableManager get_vars() 11924 1726884924.15715: done with get_vars() 11924 1726884924.15854: in VariableManager get_vars() 11924 1726884924.15868: done with get_vars() 11924 1726884924.15938: iterating over new_blocks loaded from include file 11924 1726884924.15940: in VariableManager get_vars() 11924 1726884924.15949: done with get_vars() 11924 1726884924.15951: filtering new block on tags 11924 1726884924.15980: done filtering new block on tags 11924 1726884924.15982: in VariableManager get_vars() 11924 1726884924.15990: done with get_vars() 11924 1726884924.15991: filtering new block on tags 11924 1726884924.16004: done filtering new block on tags 11924 1726884924.16005: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node2 11924 1726884924.16009: extending task lists for all hosts with included blocks 11924 1726884924.18168: done extending task lists 11924 1726884924.18170: done processing included files 11924 1726884924.18171: results queue empty 11924 1726884924.18171: checking for any_errors_fatal 11924 1726884924.18174: done checking for any_errors_fatal 11924 1726884924.18174: checking for max_fail_percentage 11924 1726884924.18175: done checking for max_fail_percentage 11924 1726884924.18175: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.18176: done checking to see if all hosts have failed 11924 1726884924.18176: getting the remaining hosts for this loop 11924 1726884924.18178: done getting the remaining hosts for this loop 11924 1726884924.18182: getting the next task for host managed_node2 11924 1726884924.18186: done getting next task for host managed_node2 11924 1726884924.18191: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884924.18193: ^ 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 11924 1726884924.18205: getting variables 11924 1726884924.18206: in VariableManager get_vars() 11924 1726884924.18219: Calling all_inventory to load vars for managed_node2 11924 1726884924.18224: Calling groups_inventory to load vars for managed_node2 11924 1726884924.18226: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.18231: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.18234: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.18237: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.18624: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.19043: done with get_vars() 11924 1726884924.19060: done getting variables TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 20 September 2024 22:15:24 -0400 (0:00:00.072) 0:01:29.530 ****** 11924 1726884924.19112: entering _queue_task() for managed_node2/include_tasks 11924 1726884924.19342: worker is 1 (out of 1 available) 11924 1726884924.19356: exiting _queue_task() for managed_node2/include_tasks 11924 1726884924.19370: done queuing things up, now waiting for results queue to drain 11924 1726884924.19372: waiting for pending results... 11924 1726884924.19572: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884924.19666: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002cc9 11924 1726884924.19678: variable 'ansible_search_path' from source: unknown 11924 1726884924.19682: variable 'ansible_search_path' from source: unknown 11924 1726884924.19723: calling self._execute() 11924 1726884924.19817: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.19823: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.19826: variable 'omit' from source: magic vars 11924 1726884924.19903: _execute() done 11924 1726884924.19906: dumping result to json 11924 1726884924.19911: done dumping result, returning 11924 1726884924.19921: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-f4c0-2290-000000002cc9] 11924 1726884924.19925: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002cc9 11924 1726884924.20023: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002cc9 11924 1726884924.20026: WORKER PROCESS EXITING 11924 1726884924.20097: no more pending results, returning what we have 11924 1726884924.20101: in VariableManager get_vars() 11924 1726884924.20139: Calling all_inventory to load vars for managed_node2 11924 1726884924.20143: Calling groups_inventory to load vars for managed_node2 11924 1726884924.20146: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.20157: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.20159: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.20162: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.20863: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.24992: done with get_vars() 11924 1726884924.25000: variable 'ansible_search_path' from source: unknown 11924 1726884924.25001: variable 'ansible_search_path' from source: unknown 11924 1726884924.25025: we have included files to process 11924 1726884924.25026: generating all_blocks data 11924 1726884924.25027: done generating all_blocks data 11924 1726884924.25028: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884924.25028: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884924.25029: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884924.25406: done processing included file 11924 1726884924.25409: iterating over new_blocks loaded from include file 11924 1726884924.25410: in VariableManager get_vars() 11924 1726884924.25433: done with get_vars() 11924 1726884924.25435: filtering new block on tags 11924 1726884924.25467: done filtering new block on tags 11924 1726884924.25469: in VariableManager get_vars() 11924 1726884924.25480: done with get_vars() 11924 1726884924.25481: filtering new block on tags 11924 1726884924.25503: done filtering new block on tags 11924 1726884924.25505: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node2 11924 1726884924.25508: extending task lists for all hosts with included blocks 11924 1726884924.25607: done extending task lists 11924 1726884924.25609: done processing included files 11924 1726884924.25609: results queue empty 11924 1726884924.25610: checking for any_errors_fatal 11924 1726884924.25612: done checking for any_errors_fatal 11924 1726884924.25613: checking for max_fail_percentage 11924 1726884924.25614: done checking for max_fail_percentage 11924 1726884924.25614: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.25615: done checking to see if all hosts have failed 11924 1726884924.25615: getting the remaining hosts for this loop 11924 1726884924.25616: done getting the remaining hosts for this loop 11924 1726884924.25617: getting the next task for host managed_node2 11924 1726884924.25620: done getting next task for host managed_node2 11924 1726884924.25622: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 11924 1726884924.25625: ^ 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 11924 1726884924.25631: getting variables 11924 1726884924.25632: in VariableManager get_vars() 11924 1726884924.25640: Calling all_inventory to load vars for managed_node2 11924 1726884924.25641: Calling groups_inventory to load vars for managed_node2 11924 1726884924.25642: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.25645: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.25647: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.25648: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.25973: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.26441: done with get_vars() 11924 1726884924.26457: done getting variables TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 20 September 2024 22:15:24 -0400 (0:00:00.074) 0:01:29.604 ****** 11924 1726884924.26522: entering _queue_task() for managed_node2/setup 11924 1726884924.26845: worker is 1 (out of 1 available) 11924 1726884924.26860: exiting _queue_task() for managed_node2/setup 11924 1726884924.26878: done queuing things up, now waiting for results queue to drain 11924 1726884924.26882: waiting for pending results... 11924 1726884924.27118: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 11924 1726884924.27219: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002dec 11924 1726884924.27234: variable 'ansible_search_path' from source: unknown 11924 1726884924.27237: variable 'ansible_search_path' from source: unknown 11924 1726884924.27266: calling self._execute() 11924 1726884924.27423: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.27427: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.27429: variable 'omit' from source: magic vars 11924 1726884924.28012: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884924.29868: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884924.29922: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884924.29949: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884924.29979: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884924.29998: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884924.30061: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884924.30086: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884924.30107: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884924.30132: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884924.30144: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884924.30183: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884924.30200: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884924.30218: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884924.30244: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884924.30256: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884924.30381: variable '__storage_required_facts' from source: role '' all vars 11924 1726884924.30391: variable 'ansible_facts' from source: unknown 11924 1726884924.30582: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 11924 1726884924.30585: when evaluation is False, skipping this task 11924 1726884924.30588: _execute() done 11924 1726884924.30590: dumping result to json 11924 1726884924.30593: done dumping result, returning 11924 1726884924.30596: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-f4c0-2290-000000002dec] 11924 1726884924.30604: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002dec 11924 1726884924.30696: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002dec 11924 1726884924.30703: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 11924 1726884924.30770: no more pending results, returning what we have 11924 1726884924.30774: results queue empty 11924 1726884924.30775: checking for any_errors_fatal 11924 1726884924.30776: done checking for any_errors_fatal 11924 1726884924.30777: checking for max_fail_percentage 11924 1726884924.30779: done checking for max_fail_percentage 11924 1726884924.30780: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.30780: done checking to see if all hosts have failed 11924 1726884924.30781: getting the remaining hosts for this loop 11924 1726884924.30783: done getting the remaining hosts for this loop 11924 1726884924.30787: getting the next task for host managed_node2 11924 1726884924.30793: done getting next task for host managed_node2 11924 1726884924.30796: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884924.30799: ^ 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 11924 1726884924.30828: getting variables 11924 1726884924.30831: in VariableManager get_vars() 11924 1726884924.30868: Calling all_inventory to load vars for managed_node2 11924 1726884924.30871: Calling groups_inventory to load vars for managed_node2 11924 1726884924.30873: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.30881: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.30884: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.30886: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.31465: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.32060: done with get_vars() 11924 1726884924.32074: done getting variables 11924 1726884924.32130: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 20 September 2024 22:15:24 -0400 (0:00:00.056) 0:01:29.660 ****** 11924 1726884924.32171: entering _queue_task() for managed_node2/include_vars 11924 1726884924.32438: worker is 1 (out of 1 available) 11924 1726884924.32449: exiting _queue_task() for managed_node2/include_vars 11924 1726884924.32464: done queuing things up, now waiting for results queue to drain 11924 1726884924.32465: waiting for pending results... 11924 1726884924.32875: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884924.32957: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002ded 11924 1726884924.32986: variable 'ansible_search_path' from source: unknown 11924 1726884924.32995: variable 'ansible_search_path' from source: unknown 11924 1726884924.33287: variable 'ansible_facts' from source: unknown 11924 1726884924.33730: variable 'ansible_facts' from source: unknown 11924 1726884924.34075: variable 'ansible_facts' from source: unknown 11924 1726884924.34361: variable 'ansible_facts' from source: unknown 11924 1726884924.34578: variable 'omit' from source: magic vars 11924 1726884924.34740: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.34860: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.34865: variable 'omit' from source: magic vars 11924 1726884924.35038: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884924.35336: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884924.35387: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884924.35486: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884924.35531: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884924.35621: variable '__vars_file' from source: task vars 11924 1726884924.35713: variable 'role_path' from source: magic vars 11924 1726884924.35724: variable 'item' from source: unknown 11924 1726884924.35745: Evaluated conditional (__vars_file is file): False 11924 1726884924.35753: when evaluation is False, skipping this task 11924 1726884924.35796: variable 'item' from source: unknown 11924 1726884924.35877: variable 'item' from source: unknown skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 11924 1726884924.36362: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.36365: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.36368: variable 'omit' from source: magic vars 11924 1726884924.36370: variable '__vars_file' from source: task vars 11924 1726884924.36389: variable 'role_path' from source: magic vars 11924 1726884924.36399: variable 'item' from source: unknown 11924 1726884924.36418: Evaluated conditional (__vars_file is file): False 11924 1726884924.36426: when evaluation is False, skipping this task 11924 1726884924.36467: variable 'item' from source: unknown 11924 1726884924.36532: variable 'item' from source: unknown skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 11924 1726884924.36705: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.36708: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.36711: variable 'omit' from source: magic vars 11924 1726884924.36847: variable '__vars_file' from source: task vars 11924 1726884924.36930: variable 'role_path' from source: magic vars 11924 1726884924.37027: variable 'item' from source: unknown 11924 1726884924.37030: Evaluated conditional (__vars_file is file): True 11924 1726884924.37032: variable 'omit' from source: magic vars 11924 1726884924.37034: variable 'omit' from source: magic vars 11924 1726884924.37072: variable '__vars_file' from source: task vars 11924 1726884924.37139: variable '__vars_file' from source: task vars 11924 1726884924.37219: variable 'role_path' from source: magic vars 11924 1726884924.37229: variable 'item' from source: unknown 11924 1726884924.37257: variable 'omit' from source: magic vars 11924 1726884924.37287: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884924.37326: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884924.37357: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884924.37381: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.37396: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.37420: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884924.37442: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884924.37481: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884924.37490: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.37497: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.37677: Set connection var ansible_shell_executable to /bin/sh 11924 1726884924.37681: Set connection var ansible_connection to ssh 11924 1726884924.37683: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884924.37685: Set connection var ansible_timeout to 10 11924 1726884924.37687: Set connection var ansible_pipelining to False 11924 1726884924.37689: Set connection var ansible_shell_type to sh 11924 1726884924.37691: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.37693: variable 'ansible_connection' from source: unknown 11924 1726884924.37696: variable 'ansible_module_compression' from source: unknown 11924 1726884924.37706: variable 'ansible_shell_type' from source: unknown 11924 1726884924.37715: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.37722: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.37730: variable 'ansible_pipelining' from source: unknown 11924 1726884924.37738: variable 'ansible_timeout' from source: unknown 11924 1726884924.37746: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.37871: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884924.37960: variable 'omit' from source: magic vars 11924 1726884924.37964: starting attempt loop 11924 1726884924.37966: running the handler 11924 1726884924.38022: handler run complete 11924 1726884924.38037: attempt loop complete, returning result 11924 1726884924.38057: variable 'item' from source: unknown 11924 1726884924.38129: variable 'item' from source: unknown ok: [managed_node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 11924 1726884924.38492: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.38496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.38499: variable 'omit' from source: magic vars 11924 1726884924.38504: variable '__vars_file' from source: task vars 11924 1726884924.38567: variable 'role_path' from source: magic vars 11924 1726884924.38577: variable 'item' from source: unknown 11924 1726884924.38592: Evaluated conditional (__vars_file is file): True 11924 1726884924.38600: variable 'omit' from source: magic vars 11924 1726884924.38627: variable 'omit' from source: magic vars 11924 1726884924.38687: variable '__vars_file' from source: task vars 11924 1726884924.38757: variable '__vars_file' from source: task vars 11924 1726884924.38842: variable 'role_path' from source: magic vars 11924 1726884924.38852: variable 'item' from source: unknown 11924 1726884924.38874: variable 'omit' from source: magic vars 11924 1726884924.38898: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884924.38915: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.38928: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.38947: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884924.38964: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884924.38972: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.38981: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.39071: Set connection var ansible_shell_executable to /bin/sh 11924 1726884924.39079: Set connection var ansible_connection to ssh 11924 1726884924.39089: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884924.39099: Set connection var ansible_timeout to 10 11924 1726884924.39112: Set connection var ansible_pipelining to False 11924 1726884924.39122: Set connection var ansible_shell_type to sh 11924 1726884924.39148: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.39161: variable 'ansible_connection' from source: unknown 11924 1726884924.39270: variable 'ansible_module_compression' from source: unknown 11924 1726884924.39273: variable 'ansible_shell_type' from source: unknown 11924 1726884924.39276: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.39278: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.39280: variable 'ansible_pipelining' from source: unknown 11924 1726884924.39282: variable 'ansible_timeout' from source: unknown 11924 1726884924.39284: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.39304: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884924.39318: variable 'omit' from source: magic vars 11924 1726884924.39327: starting attempt loop 11924 1726884924.39333: running the handler 11924 1726884924.39392: handler run complete 11924 1726884924.39409: attempt loop complete, returning result 11924 1726884924.39428: variable 'item' from source: unknown 11924 1726884924.39495: variable 'item' from source: unknown ok: [managed_node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 11924 1726884924.39766: dumping result to json 11924 1726884924.39769: done dumping result, returning 11924 1726884924.39772: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-f4c0-2290-000000002ded] 11924 1726884924.39774: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ded 11924 1726884924.39826: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ded 11924 1726884924.39830: WORKER PROCESS EXITING 11924 1726884924.39906: no more pending results, returning what we have 11924 1726884924.39910: results queue empty 11924 1726884924.39911: checking for any_errors_fatal 11924 1726884924.39921: done checking for any_errors_fatal 11924 1726884924.39922: checking for max_fail_percentage 11924 1726884924.39924: done checking for max_fail_percentage 11924 1726884924.39925: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.39926: done checking to see if all hosts have failed 11924 1726884924.39927: getting the remaining hosts for this loop 11924 1726884924.39929: done getting the remaining hosts for this loop 11924 1726884924.39932: getting the next task for host managed_node2 11924 1726884924.39942: done getting next task for host managed_node2 11924 1726884924.39946: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 11924 1726884924.39950: ^ 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 11924 1726884924.39965: getting variables 11924 1726884924.39968: in VariableManager get_vars() 11924 1726884924.40007: Calling all_inventory to load vars for managed_node2 11924 1726884924.40010: Calling groups_inventory to load vars for managed_node2 11924 1726884924.40012: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.40022: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.40026: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.40029: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.40870: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.41506: done with get_vars() 11924 1726884924.41522: done getting variables TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 20 September 2024 22:15:24 -0400 (0:00:00.094) 0:01:29.755 ****** 11924 1726884924.41617: entering _queue_task() for managed_node2/stat 11924 1726884924.41898: worker is 1 (out of 1 available) 11924 1726884924.41913: exiting _queue_task() for managed_node2/stat 11924 1726884924.41926: done queuing things up, now waiting for results queue to drain 11924 1726884924.41928: waiting for pending results... 11924 1726884924.42284: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if system is ostree 11924 1726884924.42488: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002def 11924 1726884924.42492: variable 'ansible_search_path' from source: unknown 11924 1726884924.42495: variable 'ansible_search_path' from source: unknown 11924 1726884924.42498: calling self._execute() 11924 1726884924.42597: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.42613: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.42630: variable 'omit' from source: magic vars 11924 1726884924.43046: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884924.43373: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884924.43427: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884924.43473: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884924.43519: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884924.43617: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884924.43648: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884924.43759: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884924.43764: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884924.43851: variable '__storage_is_ostree' from source: set_fact 11924 1726884924.43868: Evaluated conditional (not __storage_is_ostree is defined): False 11924 1726884924.43880: when evaluation is False, skipping this task 11924 1726884924.43888: _execute() done 11924 1726884924.43895: dumping result to json 11924 1726884924.43904: done dumping result, returning 11924 1726884924.43953: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-f4c0-2290-000000002def] 11924 1726884924.43959: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002def skipping: [managed_node2] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 11924 1726884924.44147: no more pending results, returning what we have 11924 1726884924.44151: results queue empty 11924 1726884924.44152: checking for any_errors_fatal 11924 1726884924.44171: done checking for any_errors_fatal 11924 1726884924.44172: checking for max_fail_percentage 11924 1726884924.44175: done checking for max_fail_percentage 11924 1726884924.44176: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.44177: done checking to see if all hosts have failed 11924 1726884924.44178: getting the remaining hosts for this loop 11924 1726884924.44180: done getting the remaining hosts for this loop 11924 1726884924.44184: getting the next task for host managed_node2 11924 1726884924.44192: done getting next task for host managed_node2 11924 1726884924.44196: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 11924 1726884924.44200: ^ 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 11924 1726884924.44229: getting variables 11924 1726884924.44232: in VariableManager get_vars() 11924 1726884924.44551: Calling all_inventory to load vars for managed_node2 11924 1726884924.44554: Calling groups_inventory to load vars for managed_node2 11924 1726884924.44559: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.44566: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002def 11924 1726884924.44569: WORKER PROCESS EXITING 11924 1726884924.44577: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.44580: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.44583: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.45333: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.46647: done with get_vars() 11924 1726884924.46665: done getting variables 11924 1726884924.46729: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 20 September 2024 22:15:24 -0400 (0:00:00.051) 0:01:29.806 ****** 11924 1726884924.46779: entering _queue_task() for managed_node2/set_fact 11924 1726884924.47082: worker is 1 (out of 1 available) 11924 1726884924.47095: exiting _queue_task() for managed_node2/set_fact 11924 1726884924.47113: done queuing things up, now waiting for results queue to drain 11924 1726884924.47115: waiting for pending results... 11924 1726884924.47428: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 11924 1726884924.47596: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002df0 11924 1726884924.47624: variable 'ansible_search_path' from source: unknown 11924 1726884924.47633: variable 'ansible_search_path' from source: unknown 11924 1726884924.47678: calling self._execute() 11924 1726884924.47821: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.47834: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.47851: variable 'omit' from source: magic vars 11924 1726884924.48282: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884924.48683: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884924.48964: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884924.48968: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884924.48997: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884924.49216: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884924.49250: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884924.49290: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884924.49393: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884924.49701: variable '__storage_is_ostree' from source: set_fact 11924 1726884924.49736: Evaluated conditional (not __storage_is_ostree is defined): False 11924 1726884924.49739: when evaluation is False, skipping this task 11924 1726884924.49742: _execute() done 11924 1726884924.49744: dumping result to json 11924 1726884924.49882: done dumping result, returning 11924 1726884924.49887: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-f4c0-2290-000000002df0] 11924 1726884924.49889: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002df0 11924 1726884924.50162: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002df0 11924 1726884924.50166: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 11924 1726884924.50222: no more pending results, returning what we have 11924 1726884924.50227: results queue empty 11924 1726884924.50228: checking for any_errors_fatal 11924 1726884924.50240: done checking for any_errors_fatal 11924 1726884924.50241: checking for max_fail_percentage 11924 1726884924.50243: done checking for max_fail_percentage 11924 1726884924.50244: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.50245: done checking to see if all hosts have failed 11924 1726884924.50246: getting the remaining hosts for this loop 11924 1726884924.50248: done getting the remaining hosts for this loop 11924 1726884924.50252: getting the next task for host managed_node2 11924 1726884924.50263: done getting next task for host managed_node2 11924 1726884924.50267: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 11924 1726884924.50270: ^ 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 11924 1726884924.50304: getting variables 11924 1726884924.50307: in VariableManager get_vars() 11924 1726884924.50346: Calling all_inventory to load vars for managed_node2 11924 1726884924.50349: Calling groups_inventory to load vars for managed_node2 11924 1726884924.50352: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.50505: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.50509: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.50515: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.51263: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.51914: done with get_vars() 11924 1726884924.51924: done getting variables 11924 1726884924.51965: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 20 September 2024 22:15:24 -0400 (0:00:00.052) 0:01:29.858 ****** 11924 1726884924.51987: entering _queue_task() for managed_node2/set_fact 11924 1726884924.52187: worker is 1 (out of 1 available) 11924 1726884924.52200: exiting _queue_task() for managed_node2/set_fact 11924 1726884924.52214: done queuing things up, now waiting for results queue to drain 11924 1726884924.52216: waiting for pending results... 11924 1726884924.52409: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 11924 1726884924.52662: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002cca 11924 1726884924.52666: variable 'ansible_search_path' from source: unknown 11924 1726884924.52668: variable 'ansible_search_path' from source: unknown 11924 1726884924.52672: calling self._execute() 11924 1726884924.52713: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.52725: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.52742: variable 'omit' from source: magic vars 11924 1726884924.52858: variable 'omit' from source: magic vars 11924 1726884924.52914: variable 'omit' from source: magic vars 11924 1726884924.52953: variable 'omit' from source: magic vars 11924 1726884924.53010: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884924.53052: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884924.53081: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884924.53107: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.53126: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.53151: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884924.53176: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884924.53226: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884924.53238: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.53316: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.53389: Set connection var ansible_shell_executable to /bin/sh 11924 1726884924.53398: Set connection var ansible_connection to ssh 11924 1726884924.53409: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884924.53430: Set connection var ansible_timeout to 10 11924 1726884924.53445: Set connection var ansible_pipelining to False 11924 1726884924.53458: Set connection var ansible_shell_type to sh 11924 1726884924.53488: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.53496: variable 'ansible_connection' from source: unknown 11924 1726884924.53502: variable 'ansible_module_compression' from source: unknown 11924 1726884924.53508: variable 'ansible_shell_type' from source: unknown 11924 1726884924.53515: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.53521: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.53539: variable 'ansible_pipelining' from source: unknown 11924 1726884924.53554: variable 'ansible_timeout' from source: unknown 11924 1726884924.53558: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.53754: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884924.53762: variable 'omit' from source: magic vars 11924 1726884924.53769: starting attempt loop 11924 1726884924.53772: running the handler 11924 1726884924.53774: handler run complete 11924 1726884924.53787: attempt loop complete, returning result 11924 1726884924.53794: _execute() done 11924 1726884924.53801: dumping result to json 11924 1726884924.53863: done dumping result, returning 11924 1726884924.53867: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [0affc8a3-6f6f-f4c0-2290-000000002cca] 11924 1726884924.53870: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002cca ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 11924 1726884924.54060: no more pending results, returning what we have 11924 1726884924.54083: results queue empty 11924 1726884924.54084: checking for any_errors_fatal 11924 1726884924.54099: done checking for any_errors_fatal 11924 1726884924.54100: checking for max_fail_percentage 11924 1726884924.54102: done checking for max_fail_percentage 11924 1726884924.54103: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.54103: done checking to see if all hosts have failed 11924 1726884924.54104: getting the remaining hosts for this loop 11924 1726884924.54106: done getting the remaining hosts for this loop 11924 1726884924.54110: getting the next task for host managed_node2 11924 1726884924.54116: done getting next task for host managed_node2 11924 1726884924.54119: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 11924 1726884924.54121: ^ 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 11924 1726884924.54131: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002cca 11924 1726884924.54134: WORKER PROCESS EXITING 11924 1726884924.54143: getting variables 11924 1726884924.54144: in VariableManager get_vars() 11924 1726884924.54184: Calling all_inventory to load vars for managed_node2 11924 1726884924.54187: Calling groups_inventory to load vars for managed_node2 11924 1726884924.54189: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.54216: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.54219: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.54223: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.54576: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.54939: done with get_vars() 11924 1726884924.54949: done getting variables 11924 1726884924.54988: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 20 September 2024 22:15:24 -0400 (0:00:00.030) 0:01:29.889 ****** 11924 1726884924.55008: entering _queue_task() for managed_node2/set_fact 11924 1726884924.55193: worker is 1 (out of 1 available) 11924 1726884924.55206: exiting _queue_task() for managed_node2/set_fact 11924 1726884924.55220: done queuing things up, now waiting for results queue to drain 11924 1726884924.55222: waiting for pending results... 11924 1726884924.55405: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 11924 1726884924.55486: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002ccb 11924 1726884924.55498: variable 'ansible_search_path' from source: unknown 11924 1726884924.55502: variable 'ansible_search_path' from source: unknown 11924 1726884924.55529: calling self._execute() 11924 1726884924.55634: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.55638: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.55652: variable 'omit' from source: magic vars 11924 1726884924.55837: variable 'omit' from source: magic vars 11924 1726884924.55840: variable 'omit' from source: magic vars 11924 1726884924.55843: variable 'omit' from source: magic vars 11924 1726884924.55960: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884924.55963: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884924.55965: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884924.55976: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.55991: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.56014: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884924.56043: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884924.56079: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884924.56087: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.56094: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.56217: Set connection var ansible_shell_executable to /bin/sh 11924 1726884924.56224: Set connection var ansible_connection to ssh 11924 1726884924.56233: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884924.56241: Set connection var ansible_timeout to 10 11924 1726884924.56250: Set connection var ansible_pipelining to False 11924 1726884924.56261: Set connection var ansible_shell_type to sh 11924 1726884924.56294: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.56311: variable 'ansible_connection' from source: unknown 11924 1726884924.56319: variable 'ansible_module_compression' from source: unknown 11924 1726884924.56327: variable 'ansible_shell_type' from source: unknown 11924 1726884924.56360: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.56362: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.56365: variable 'ansible_pipelining' from source: unknown 11924 1726884924.56367: variable 'ansible_timeout' from source: unknown 11924 1726884924.56369: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.56506: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884924.56560: variable 'omit' from source: magic vars 11924 1726884924.56563: starting attempt loop 11924 1726884924.56569: running the handler 11924 1726884924.56572: handler run complete 11924 1726884924.56576: attempt loop complete, returning result 11924 1726884924.56578: _execute() done 11924 1726884924.56579: dumping result to json 11924 1726884924.56581: done dumping result, returning 11924 1726884924.56595: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [0affc8a3-6f6f-f4c0-2290-000000002ccb] 11924 1726884924.56762: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ccb 11924 1726884924.56823: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ccb 11924 1726884924.56826: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 11924 1726884924.56913: no more pending results, returning what we have 11924 1726884924.56916: results queue empty 11924 1726884924.56917: checking for any_errors_fatal 11924 1726884924.56923: done checking for any_errors_fatal 11924 1726884924.56924: checking for max_fail_percentage 11924 1726884924.56925: done checking for max_fail_percentage 11924 1726884924.56926: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.56927: done checking to see if all hosts have failed 11924 1726884924.56928: getting the remaining hosts for this loop 11924 1726884924.56930: done getting the remaining hosts for this loop 11924 1726884924.56934: getting the next task for host managed_node2 11924 1726884924.56939: done getting next task for host managed_node2 11924 1726884924.56942: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 11924 1726884924.56944: ^ 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 11924 1726884924.56971: getting variables 11924 1726884924.56972: in VariableManager get_vars() 11924 1726884924.57004: Calling all_inventory to load vars for managed_node2 11924 1726884924.57007: Calling groups_inventory to load vars for managed_node2 11924 1726884924.57009: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.57017: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.57019: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.57022: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.57463: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.58047: done with get_vars() 11924 1726884924.58064: done getting variables TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 20 September 2024 22:15:24 -0400 (0:00:00.031) 0:01:29.920 ****** 11924 1726884924.58147: entering _queue_task() for managed_node2/include_tasks 11924 1726884924.58383: worker is 1 (out of 1 available) 11924 1726884924.58396: exiting _queue_task() for managed_node2/include_tasks 11924 1726884924.58407: done queuing things up, now waiting for results queue to drain 11924 1726884924.58409: waiting for pending results... 11924 1726884924.58677: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 11924 1726884924.58758: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002ccc 11924 1726884924.58771: variable 'ansible_search_path' from source: unknown 11924 1726884924.58775: variable 'ansible_search_path' from source: unknown 11924 1726884924.58799: calling self._execute() 11924 1726884924.58891: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.58896: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.58907: variable 'omit' from source: magic vars 11924 1726884924.59130: variable 'storage_provider' from source: role '' defaults 11924 1726884924.59140: _execute() done 11924 1726884924.59142: dumping result to json 11924 1726884924.59146: done dumping result, returning 11924 1726884924.59154: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-f4c0-2290-000000002ccc] 11924 1726884924.59160: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ccc 11924 1726884924.59257: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ccc 11924 1726884924.59260: WORKER PROCESS EXITING 11924 1726884924.59329: no more pending results, returning what we have 11924 1726884924.59334: in VariableManager get_vars() 11924 1726884924.59368: Calling all_inventory to load vars for managed_node2 11924 1726884924.59372: Calling groups_inventory to load vars for managed_node2 11924 1726884924.59374: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.59382: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.59384: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.59387: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.59734: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.60085: done with get_vars() 11924 1726884924.60094: variable 'ansible_search_path' from source: unknown 11924 1726884924.60095: variable 'ansible_search_path' from source: unknown 11924 1726884924.60119: we have included files to process 11924 1726884924.60120: generating all_blocks data 11924 1726884924.60121: done generating all_blocks data 11924 1726884924.60126: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884924.60127: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884924.60128: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884924.60954: in VariableManager get_vars() 11924 1726884924.60985: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884924.62240: done processing included file 11924 1726884924.62241: iterating over new_blocks loaded from include file 11924 1726884924.62242: in VariableManager get_vars() 11924 1726884924.62254: done with get_vars() 11924 1726884924.62257: filtering new block on tags 11924 1726884924.62324: done filtering new block on tags 11924 1726884924.62337: in VariableManager get_vars() 11924 1726884924.62349: done with get_vars() 11924 1726884924.62350: filtering new block on tags 11924 1726884924.62401: done filtering new block on tags 11924 1726884924.62405: in VariableManager get_vars() 11924 1726884924.62420: done with get_vars() 11924 1726884924.62421: filtering new block on tags 11924 1726884924.62493: done filtering new block on tags 11924 1726884924.62495: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node2 11924 1726884924.62499: extending task lists for all hosts with included blocks 11924 1726884924.62779: done extending task lists 11924 1726884924.62780: done processing included files 11924 1726884924.62781: results queue empty 11924 1726884924.62781: checking for any_errors_fatal 11924 1726884924.62784: done checking for any_errors_fatal 11924 1726884924.62784: checking for max_fail_percentage 11924 1726884924.62785: done checking for max_fail_percentage 11924 1726884924.62786: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.62786: done checking to see if all hosts have failed 11924 1726884924.62787: getting the remaining hosts for this loop 11924 1726884924.62788: done getting the remaining hosts for this loop 11924 1726884924.62789: getting the next task for host managed_node2 11924 1726884924.62792: done getting next task for host managed_node2 11924 1726884924.62794: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 11924 1726884924.62795: ^ 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 11924 1726884924.62805: getting variables 11924 1726884924.62806: in VariableManager get_vars() 11924 1726884924.62814: Calling all_inventory to load vars for managed_node2 11924 1726884924.62815: Calling groups_inventory to load vars for managed_node2 11924 1726884924.62816: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.62820: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.62821: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.62823: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.63091: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.63441: done with get_vars() 11924 1726884924.63450: done getting variables 11924 1726884924.63476: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 20 September 2024 22:15:24 -0400 (0:00:00.053) 0:01:29.973 ****** 11924 1726884924.63499: entering _queue_task() for managed_node2/package 11924 1726884924.63727: worker is 1 (out of 1 available) 11924 1726884924.63738: exiting _queue_task() for managed_node2/package 11924 1726884924.63751: done queuing things up, now waiting for results queue to drain 11924 1726884924.63752: waiting for pending results... 11924 1726884924.63946: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 11924 1726884924.64066: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e25 11924 1726884924.64071: variable 'ansible_search_path' from source: unknown 11924 1726884924.64074: variable 'ansible_search_path' from source: unknown 11924 1726884924.64092: calling self._execute() 11924 1726884924.64178: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.64182: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.64192: variable 'omit' from source: magic vars 11924 1726884924.64503: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884924.64820: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884924.64940: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884924.64943: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884924.65003: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884924.65088: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884924.65092: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884924.65167: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884924.65178: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884924.65357: variable 'storage_skip_checks' from source: set_fact 11924 1726884924.65385: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 11924 1726884924.65393: when evaluation is False, skipping this task 11924 1726884924.65404: _execute() done 11924 1726884924.65408: dumping result to json 11924 1726884924.65411: done dumping result, returning 11924 1726884924.65414: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-f4c0-2290-000000002e25] 11924 1726884924.65419: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e25 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884924.65549: no more pending results, returning what we have 11924 1726884924.65553: results queue empty 11924 1726884924.65554: checking for any_errors_fatal 11924 1726884924.65557: done checking for any_errors_fatal 11924 1726884924.65558: checking for max_fail_percentage 11924 1726884924.65560: done checking for max_fail_percentage 11924 1726884924.65561: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.65562: done checking to see if all hosts have failed 11924 1726884924.65562: getting the remaining hosts for this loop 11924 1726884924.65564: done getting the remaining hosts for this loop 11924 1726884924.65567: getting the next task for host managed_node2 11924 1726884924.65574: done getting next task for host managed_node2 11924 1726884924.65578: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 11924 1726884924.65582: ^ 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 11924 1726884924.65608: getting variables 11924 1726884924.65610: in VariableManager get_vars() 11924 1726884924.65640: Calling all_inventory to load vars for managed_node2 11924 1726884924.65643: Calling groups_inventory to load vars for managed_node2 11924 1726884924.65645: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.65652: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.65657: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.65660: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.66309: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e25 11924 1726884924.66313: WORKER PROCESS EXITING 11924 1726884924.66483: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.67139: done with get_vars() 11924 1726884924.67158: done getting variables 11924 1726884924.67226: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 20 September 2024 22:15:24 -0400 (0:00:00.037) 0:01:30.011 ****** 11924 1726884924.67272: entering _queue_task() for managed_node2/debug 11924 1726884924.67577: worker is 1 (out of 1 available) 11924 1726884924.67592: exiting _queue_task() for managed_node2/debug 11924 1726884924.67609: done queuing things up, now waiting for results queue to drain 11924 1726884924.67612: waiting for pending results... 11924 1726884924.67846: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_pools 11924 1726884924.67969: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e26 11924 1726884924.68018: variable 'ansible_search_path' from source: unknown 11924 1726884924.68025: variable 'ansible_search_path' from source: unknown 11924 1726884924.68051: calling self._execute() 11924 1726884924.68171: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.68189: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.68229: variable 'omit' from source: magic vars 11924 1726884924.68318: variable 'omit' from source: magic vars 11924 1726884924.68436: variable 'omit' from source: magic vars 11924 1726884924.68449: variable 'omit' from source: magic vars 11924 1726884924.68496: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884924.68629: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884924.68633: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884924.68637: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.68659: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.68664: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884924.68668: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884924.68682: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884924.68685: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.68687: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.68779: Set connection var ansible_shell_executable to /bin/sh 11924 1726884924.68784: Set connection var ansible_connection to ssh 11924 1726884924.68787: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884924.68791: Set connection var ansible_timeout to 10 11924 1726884924.68818: Set connection var ansible_pipelining to False 11924 1726884924.68823: Set connection var ansible_shell_type to sh 11924 1726884924.68844: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.68847: variable 'ansible_connection' from source: unknown 11924 1726884924.68851: variable 'ansible_module_compression' from source: unknown 11924 1726884924.68853: variable 'ansible_shell_type' from source: unknown 11924 1726884924.68857: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.68860: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.68864: variable 'ansible_pipelining' from source: unknown 11924 1726884924.68866: variable 'ansible_timeout' from source: unknown 11924 1726884924.68873: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.68992: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884924.69000: variable 'omit' from source: magic vars 11924 1726884924.69008: starting attempt loop 11924 1726884924.69013: running the handler 11924 1726884924.69052: variable 'storage_pools' from source: include params 11924 1726884924.69218: variable 'storage_pools' from source: include params 11924 1726884924.69228: variable 'unused_disks' from source: set_fact 11924 1726884924.69283: variable 'unused_disks' from source: set_fact 11924 1726884924.69326: variable 'volume_size' from source: play vars 11924 1726884924.69376: variable 'volume_size' from source: play vars 11924 1726884924.69383: variable 'fs_after' from source: play vars 11924 1726884924.69428: variable 'fs_after' from source: play vars 11924 1726884924.69558: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884924.71200: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884924.71251: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884924.71279: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884924.71316: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884924.71338: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884924.71421: variable 'ansible_distribution' from source: facts 11924 1726884924.71424: variable 'ansible_distribution_major_version' from source: facts 11924 1726884924.71443: variable 'mount_location' from source: play vars 11924 1726884924.71505: variable 'mount_location' from source: play vars 11924 1726884924.71538: handler run complete 11924 1726884924.71556: attempt loop complete, returning result 11924 1726884924.71560: _execute() done 11924 1726884924.71563: dumping result to json 11924 1726884924.71565: done dumping result, returning 11924 1726884924.71571: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-f4c0-2290-000000002e26] 11924 1726884924.71577: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e26 11924 1726884924.71662: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e26 11924 1726884924.71665: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "xfs", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } 11924 1726884924.71748: no more pending results, returning what we have 11924 1726884924.71752: results queue empty 11924 1726884924.71752: checking for any_errors_fatal 11924 1726884924.71765: done checking for any_errors_fatal 11924 1726884924.71766: checking for max_fail_percentage 11924 1726884924.71768: done checking for max_fail_percentage 11924 1726884924.71768: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.71769: done checking to see if all hosts have failed 11924 1726884924.71770: getting the remaining hosts for this loop 11924 1726884924.71772: done getting the remaining hosts for this loop 11924 1726884924.71776: getting the next task for host managed_node2 11924 1726884924.71782: done getting next task for host managed_node2 11924 1726884924.71785: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 11924 1726884924.71788: ^ 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 11924 1726884924.71808: getting variables 11924 1726884924.71810: in VariableManager get_vars() 11924 1726884924.71838: Calling all_inventory to load vars for managed_node2 11924 1726884924.71840: Calling groups_inventory to load vars for managed_node2 11924 1726884924.71842: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.71849: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.71851: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.71854: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.72236: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.72596: done with get_vars() 11924 1726884924.72616: done getting variables 11924 1726884924.72690: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 20 September 2024 22:15:24 -0400 (0:00:00.054) 0:01:30.066 ****** 11924 1726884924.72735: entering _queue_task() for managed_node2/debug 11924 1726884924.73043: worker is 1 (out of 1 available) 11924 1726884924.73061: exiting _queue_task() for managed_node2/debug 11924 1726884924.73076: done queuing things up, now waiting for results queue to drain 11924 1726884924.73078: waiting for pending results... 11924 1726884924.73395: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_volumes 11924 1726884924.73540: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e27 11924 1726884924.73552: variable 'ansible_search_path' from source: unknown 11924 1726884924.73558: variable 'ansible_search_path' from source: unknown 11924 1726884924.73582: calling self._execute() 11924 1726884924.73706: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.73710: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.73714: variable 'omit' from source: magic vars 11924 1726884924.73838: variable 'omit' from source: magic vars 11924 1726884924.73915: variable 'omit' from source: magic vars 11924 1726884924.73945: variable 'omit' from source: magic vars 11924 1726884924.74005: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884924.74141: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884924.74145: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884924.74148: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.74152: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.74159: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884924.74210: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884924.74213: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884924.74216: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.74219: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.74378: Set connection var ansible_shell_executable to /bin/sh 11924 1726884924.74381: Set connection var ansible_connection to ssh 11924 1726884924.74385: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884924.74391: Set connection var ansible_timeout to 10 11924 1726884924.74393: Set connection var ansible_pipelining to False 11924 1726884924.74395: Set connection var ansible_shell_type to sh 11924 1726884924.74420: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.74426: variable 'ansible_connection' from source: unknown 11924 1726884924.74433: variable 'ansible_module_compression' from source: unknown 11924 1726884924.74436: variable 'ansible_shell_type' from source: unknown 11924 1726884924.74439: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.74441: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.74443: variable 'ansible_pipelining' from source: unknown 11924 1726884924.74445: variable 'ansible_timeout' from source: unknown 11924 1726884924.74450: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.74599: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884924.74608: variable 'omit' from source: magic vars 11924 1726884924.74611: starting attempt loop 11924 1726884924.74613: running the handler 11924 1726884924.74863: handler run complete 11924 1726884924.74881: attempt loop complete, returning result 11924 1726884924.74884: _execute() done 11924 1726884924.74887: dumping result to json 11924 1726884924.74890: done dumping result, returning 11924 1726884924.74894: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-f4c0-2290-000000002e27] 11924 1726884924.74897: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e27 11924 1726884924.75030: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e27 11924 1726884924.75033: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 11924 1726884924.75116: no more pending results, returning what we have 11924 1726884924.75120: results queue empty 11924 1726884924.75121: checking for any_errors_fatal 11924 1726884924.75129: done checking for any_errors_fatal 11924 1726884924.75129: checking for max_fail_percentage 11924 1726884924.75131: done checking for max_fail_percentage 11924 1726884924.75132: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.75132: done checking to see if all hosts have failed 11924 1726884924.75133: getting the remaining hosts for this loop 11924 1726884924.75134: done getting the remaining hosts for this loop 11924 1726884924.75137: getting the next task for host managed_node2 11924 1726884924.75143: done getting next task for host managed_node2 11924 1726884924.75146: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 11924 1726884924.75149: ^ 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 11924 1726884924.75167: getting variables 11924 1726884924.75169: in VariableManager get_vars() 11924 1726884924.75199: Calling all_inventory to load vars for managed_node2 11924 1726884924.75203: Calling groups_inventory to load vars for managed_node2 11924 1726884924.75207: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.75220: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.75223: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.75226: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.75640: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.76002: done with get_vars() 11924 1726884924.76013: done getting variables TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 20 September 2024 22:15:24 -0400 (0:00:00.033) 0:01:30.099 ****** 11924 1726884924.76083: entering _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884924.76272: worker is 1 (out of 1 available) 11924 1726884924.76287: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884924.76300: done queuing things up, now waiting for results queue to drain 11924 1726884924.76301: waiting for pending results... 11924 1726884924.76492: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get required packages 11924 1726884924.76657: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e28 11924 1726884924.76662: variable 'ansible_search_path' from source: unknown 11924 1726884924.76666: variable 'ansible_search_path' from source: unknown 11924 1726884924.76679: calling self._execute() 11924 1726884924.76789: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.76792: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.76796: variable 'omit' from source: magic vars 11924 1726884924.77145: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884924.77374: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884924.77408: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884924.77435: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884924.77465: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884924.77530: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884924.77548: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884924.77570: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884924.77589: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884924.77718: variable 'storage_skip_checks' from source: set_fact 11924 1726884924.77733: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884924.77737: when evaluation is False, skipping this task 11924 1726884924.77739: _execute() done 11924 1726884924.77742: dumping result to json 11924 1726884924.77744: done dumping result, returning 11924 1726884924.77752: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-f4c0-2290-000000002e28] 11924 1726884924.77756: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e28 11924 1726884924.77848: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e28 11924 1726884924.77851: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884924.77905: no more pending results, returning what we have 11924 1726884924.77908: results queue empty 11924 1726884924.77909: checking for any_errors_fatal 11924 1726884924.77916: done checking for any_errors_fatal 11924 1726884924.77917: checking for max_fail_percentage 11924 1726884924.77918: done checking for max_fail_percentage 11924 1726884924.77919: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.77919: done checking to see if all hosts have failed 11924 1726884924.77920: getting the remaining hosts for this loop 11924 1726884924.77922: done getting the remaining hosts for this loop 11924 1726884924.77925: getting the next task for host managed_node2 11924 1726884924.77931: done getting next task for host managed_node2 11924 1726884924.77935: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 11924 1726884924.77938: ^ 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 11924 1726884924.77965: getting variables 11924 1726884924.77967: in VariableManager get_vars() 11924 1726884924.77994: Calling all_inventory to load vars for managed_node2 11924 1726884924.77996: Calling groups_inventory to load vars for managed_node2 11924 1726884924.77998: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.78005: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.78008: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.78010: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.78463: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.78917: done with get_vars() 11924 1726884924.78927: done getting variables TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 20 September 2024 22:15:24 -0400 (0:00:00.029) 0:01:30.128 ****** 11924 1726884924.78995: entering _queue_task() for managed_node2/include_tasks 11924 1726884924.79197: worker is 1 (out of 1 available) 11924 1726884924.79213: exiting _queue_task() for managed_node2/include_tasks 11924 1726884924.79226: done queuing things up, now waiting for results queue to drain 11924 1726884924.79228: waiting for pending results... 11924 1726884924.79470: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 11924 1726884924.79605: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e29 11924 1726884924.79617: variable 'ansible_search_path' from source: unknown 11924 1726884924.79632: variable 'ansible_search_path' from source: unknown 11924 1726884924.79661: calling self._execute() 11924 1726884924.79786: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.79791: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.79806: variable 'omit' from source: magic vars 11924 1726884924.80185: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884924.80431: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884924.80469: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884924.80532: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884924.80571: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884924.80666: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884924.80680: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884924.80704: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884924.80725: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884924.80841: variable 'storage_skip_checks' from source: set_fact 11924 1726884924.80874: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884924.80879: when evaluation is False, skipping this task 11924 1726884924.80882: _execute() done 11924 1726884924.80884: dumping result to json 11924 1726884924.80886: done dumping result, returning 11924 1726884924.80889: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-f4c0-2290-000000002e29] 11924 1726884924.80891: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e29 11924 1726884924.80985: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e29 11924 1726884924.80988: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884924.81050: no more pending results, returning what we have 11924 1726884924.81053: results queue empty 11924 1726884924.81054: checking for any_errors_fatal 11924 1726884924.81064: done checking for any_errors_fatal 11924 1726884924.81065: checking for max_fail_percentage 11924 1726884924.81066: done checking for max_fail_percentage 11924 1726884924.81067: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.81068: done checking to see if all hosts have failed 11924 1726884924.81069: getting the remaining hosts for this loop 11924 1726884924.81071: done getting the remaining hosts for this loop 11924 1726884924.81074: getting the next task for host managed_node2 11924 1726884924.81082: done getting next task for host managed_node2 11924 1726884924.81085: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 11924 1726884924.81089: ^ 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 11924 1726884924.81111: getting variables 11924 1726884924.81112: in VariableManager get_vars() 11924 1726884924.81143: Calling all_inventory to load vars for managed_node2 11924 1726884924.81146: Calling groups_inventory to load vars for managed_node2 11924 1726884924.81148: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.81157: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.81159: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.81162: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.81635: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.82093: done with get_vars() 11924 1726884924.82114: done getting variables 11924 1726884924.82157: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 20 September 2024 22:15:24 -0400 (0:00:00.031) 0:01:30.160 ****** 11924 1726884924.82184: entering _queue_task() for managed_node2/package 11924 1726884924.82377: worker is 1 (out of 1 available) 11924 1726884924.82389: exiting _queue_task() for managed_node2/package 11924 1726884924.82405: done queuing things up, now waiting for results queue to drain 11924 1726884924.82407: waiting for pending results... 11924 1726884924.82680: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 11924 1726884924.82811: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e2a 11924 1726884924.82826: variable 'ansible_search_path' from source: unknown 11924 1726884924.82833: variable 'ansible_search_path' from source: unknown 11924 1726884924.82890: calling self._execute() 11924 1726884924.83008: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.83012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.83046: variable 'omit' from source: magic vars 11924 1726884924.83485: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884924.83766: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884924.83822: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884924.83844: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884924.83881: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884924.83976: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884924.83993: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884924.84045: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884924.84054: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884924.84195: variable 'storage_skip_checks' from source: set_fact 11924 1726884924.84215: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884924.84218: when evaluation is False, skipping this task 11924 1726884924.84221: _execute() done 11924 1726884924.84224: dumping result to json 11924 1726884924.84227: done dumping result, returning 11924 1726884924.84229: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-f4c0-2290-000000002e2a] 11924 1726884924.84232: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e2a 11924 1726884924.84343: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e2a 11924 1726884924.84346: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884924.84423: no more pending results, returning what we have 11924 1726884924.84426: results queue empty 11924 1726884924.84427: checking for any_errors_fatal 11924 1726884924.84432: done checking for any_errors_fatal 11924 1726884924.84433: checking for max_fail_percentage 11924 1726884924.84435: done checking for max_fail_percentage 11924 1726884924.84436: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.84436: done checking to see if all hosts have failed 11924 1726884924.84437: getting the remaining hosts for this loop 11924 1726884924.84439: done getting the remaining hosts for this loop 11924 1726884924.84442: getting the next task for host managed_node2 11924 1726884924.84447: done getting next task for host managed_node2 11924 1726884924.84450: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 11924 1726884924.84453: ^ 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 11924 1726884924.84474: getting variables 11924 1726884924.84476: in VariableManager get_vars() 11924 1726884924.84506: Calling all_inventory to load vars for managed_node2 11924 1726884924.84509: Calling groups_inventory to load vars for managed_node2 11924 1726884924.84510: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.84517: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.84520: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.84523: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.84867: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.85230: done with get_vars() 11924 1726884924.85249: done getting variables TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 20 September 2024 22:15:24 -0400 (0:00:00.031) 0:01:30.192 ****** 11924 1726884924.85338: entering _queue_task() for managed_node2/service_facts 11924 1726884924.85606: worker is 1 (out of 1 available) 11924 1726884924.85620: exiting _queue_task() for managed_node2/service_facts 11924 1726884924.85635: done queuing things up, now waiting for results queue to drain 11924 1726884924.85637: waiting for pending results... 11924 1726884924.85858: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get service facts 11924 1726884924.85995: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e2b 11924 1726884924.85999: variable 'ansible_search_path' from source: unknown 11924 1726884924.86001: variable 'ansible_search_path' from source: unknown 11924 1726884924.86032: calling self._execute() 11924 1726884924.86142: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.86145: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.86154: variable 'omit' from source: magic vars 11924 1726884924.86493: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884924.86744: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884924.86777: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884924.86812: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884924.86837: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884924.86908: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884924.86926: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884924.86947: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884924.86967: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884924.87089: variable 'storage_skip_checks' from source: set_fact 11924 1726884924.87105: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 11924 1726884924.87113: when evaluation is False, skipping this task 11924 1726884924.87115: _execute() done 11924 1726884924.87118: dumping result to json 11924 1726884924.87120: done dumping result, returning 11924 1726884924.87137: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-f4c0-2290-000000002e2b] 11924 1726884924.87140: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e2b 11924 1726884924.87227: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e2b 11924 1726884924.87230: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884924.87296: no more pending results, returning what we have 11924 1726884924.87299: results queue empty 11924 1726884924.87300: checking for any_errors_fatal 11924 1726884924.87307: done checking for any_errors_fatal 11924 1726884924.87307: checking for max_fail_percentage 11924 1726884924.87309: done checking for max_fail_percentage 11924 1726884924.87310: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.87310: done checking to see if all hosts have failed 11924 1726884924.87311: getting the remaining hosts for this loop 11924 1726884924.87313: done getting the remaining hosts for this loop 11924 1726884924.87316: getting the next task for host managed_node2 11924 1726884924.87321: done getting next task for host managed_node2 11924 1726884924.87324: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 11924 1726884924.87327: ^ 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 11924 1726884924.87356: getting variables 11924 1726884924.87358: in VariableManager get_vars() 11924 1726884924.87386: Calling all_inventory to load vars for managed_node2 11924 1726884924.87388: Calling groups_inventory to load vars for managed_node2 11924 1726884924.87390: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.87397: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.87400: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.87405: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.88197: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.88643: done with get_vars() 11924 1726884924.88662: done getting variables 11924 1726884924.88706: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 20 September 2024 22:15:24 -0400 (0:00:00.033) 0:01:30.226 ****** 11924 1726884924.88728: entering _queue_task() for managed_node2/set_fact 11924 1726884924.88926: worker is 1 (out of 1 available) 11924 1726884924.88938: exiting _queue_task() for managed_node2/set_fact 11924 1726884924.88953: done queuing things up, now waiting for results queue to drain 11924 1726884924.88956: waiting for pending results... 11924 1726884924.89174: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 11924 1726884924.89322: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e2c 11924 1726884924.89334: variable 'ansible_search_path' from source: unknown 11924 1726884924.89337: variable 'ansible_search_path' from source: unknown 11924 1726884924.89366: calling self._execute() 11924 1726884924.89459: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.89463: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.89471: variable 'omit' from source: magic vars 11924 1726884924.89547: variable 'omit' from source: magic vars 11924 1726884924.89597: variable 'omit' from source: magic vars 11924 1726884924.89881: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884924.91648: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884924.91698: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884924.91727: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884924.91752: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884924.91774: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884924.91870: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884924.91895: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884924.91946: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884924.91974: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884924.91984: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884924.92022: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884924.92057: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884924.92065: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884924.92108: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884924.92131: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884924.92193: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884924.92216: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884924.92243: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884924.92265: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884924.92287: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884924.92327: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884924.92354: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884924.92372: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884924.92423: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884924.92427: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884924.92464: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884924.92480: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884924.92496: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884924.92525: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884924.92536: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884924.92720: variable 'ansible_facts' from source: unknown 11924 1726884924.92953: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884924.93108: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884924.93135: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884924.93200: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884924.93250: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884924.93280: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884924.93328: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884924.93332: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884924.93354: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884924.93837: variable 'omit' from source: magic vars 11924 1726884924.93853: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884924.93876: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884924.93908: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884924.93927: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.93930: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884924.93949: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884924.93977: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884924.93995: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884924.93997: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.94001: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.94094: Set connection var ansible_shell_executable to /bin/sh 11924 1726884924.94098: Set connection var ansible_connection to ssh 11924 1726884924.94100: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884924.94103: Set connection var ansible_timeout to 10 11924 1726884924.94111: Set connection var ansible_pipelining to False 11924 1726884924.94115: Set connection var ansible_shell_type to sh 11924 1726884924.94140: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.94143: variable 'ansible_connection' from source: unknown 11924 1726884924.94146: variable 'ansible_module_compression' from source: unknown 11924 1726884924.94148: variable 'ansible_shell_type' from source: unknown 11924 1726884924.94151: variable 'ansible_shell_executable' from source: unknown 11924 1726884924.94153: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.94156: variable 'ansible_pipelining' from source: unknown 11924 1726884924.94158: variable 'ansible_timeout' from source: unknown 11924 1726884924.94160: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.94246: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884924.94256: variable 'omit' from source: magic vars 11924 1726884924.94261: starting attempt loop 11924 1726884924.94264: running the handler 11924 1726884924.94273: handler run complete 11924 1726884924.94280: attempt loop complete, returning result 11924 1726884924.94283: _execute() done 11924 1726884924.94285: dumping result to json 11924 1726884924.94288: done dumping result, returning 11924 1726884924.94295: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-f4c0-2290-000000002e2c] 11924 1726884924.94300: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e2c 11924 1726884924.94382: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e2c 11924 1726884924.94385: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 11924 1726884924.94477: no more pending results, returning what we have 11924 1726884924.94480: results queue empty 11924 1726884924.94481: checking for any_errors_fatal 11924 1726884924.94493: done checking for any_errors_fatal 11924 1726884924.94494: checking for max_fail_percentage 11924 1726884924.94496: done checking for max_fail_percentage 11924 1726884924.94497: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.94498: done checking to see if all hosts have failed 11924 1726884924.94499: getting the remaining hosts for this loop 11924 1726884924.94504: done getting the remaining hosts for this loop 11924 1726884924.94508: getting the next task for host managed_node2 11924 1726884924.94517: done getting next task for host managed_node2 11924 1726884924.94520: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 11924 1726884924.94524: ^ 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 11924 1726884924.94535: getting variables 11924 1726884924.94537: in VariableManager get_vars() 11924 1726884924.94653: Calling all_inventory to load vars for managed_node2 11924 1726884924.94658: Calling groups_inventory to load vars for managed_node2 11924 1726884924.94660: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.94670: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.94673: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.94675: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.95089: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.95489: done with get_vars() 11924 1726884924.95499: done getting variables TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 20 September 2024 22:15:24 -0400 (0:00:00.068) 0:01:30.294 ****** 11924 1726884924.95564: entering _queue_task() for managed_node2/systemd 11924 1726884924.95761: worker is 1 (out of 1 available) 11924 1726884924.95774: exiting _queue_task() for managed_node2/systemd 11924 1726884924.95787: done queuing things up, now waiting for results queue to drain 11924 1726884924.95788: waiting for pending results... 11924 1726884924.95988: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 11924 1726884924.96099: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e2e 11924 1726884924.96112: variable 'ansible_search_path' from source: unknown 11924 1726884924.96121: variable 'ansible_search_path' from source: unknown 11924 1726884924.96154: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884924.96326: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884924.96368: dumping result to json 11924 1726884924.96372: done dumping result, returning 11924 1726884924.96378: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-f4c0-2290-000000002e2e] 11924 1726884924.96384: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e2e skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884924.96534: no more pending results, returning what we have 11924 1726884924.96537: results queue empty 11924 1726884924.96538: checking for any_errors_fatal 11924 1726884924.96547: done checking for any_errors_fatal 11924 1726884924.96548: checking for max_fail_percentage 11924 1726884924.96550: done checking for max_fail_percentage 11924 1726884924.96550: checking to see if all hosts have failed and the running result is not ok 11924 1726884924.96551: done checking to see if all hosts have failed 11924 1726884924.96552: getting the remaining hosts for this loop 11924 1726884924.96554: done getting the remaining hosts for this loop 11924 1726884924.96559: getting the next task for host managed_node2 11924 1726884924.96567: done getting next task for host managed_node2 11924 1726884924.96570: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 11924 1726884924.96573: ^ 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 11924 1726884924.96592: getting variables 11924 1726884924.96594: in VariableManager get_vars() 11924 1726884924.96621: Calling all_inventory to load vars for managed_node2 11924 1726884924.96623: Calling groups_inventory to load vars for managed_node2 11924 1726884924.96625: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884924.96632: Calling all_plugins_play to load vars for managed_node2 11924 1726884924.96635: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884924.96637: Calling groups_plugins_play to load vars for managed_node2 11924 1726884924.96993: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e2e 11924 1726884924.96998: WORKER PROCESS EXITING 11924 1726884924.97011: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884924.97376: done with get_vars() 11924 1726884924.97385: done getting variables TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 20 September 2024 22:15:24 -0400 (0:00:00.018) 0:01:30.313 ****** 11924 1726884924.97444: entering _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884924.97625: worker is 1 (out of 1 available) 11924 1726884924.97638: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884924.97650: done queuing things up, now waiting for results queue to drain 11924 1726884924.97652: waiting for pending results... 11924 1726884924.97837: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 11924 1726884924.97929: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e2f 11924 1726884924.97940: variable 'ansible_search_path' from source: unknown 11924 1726884924.97943: variable 'ansible_search_path' from source: unknown 11924 1726884924.97971: calling self._execute() 11924 1726884924.98058: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884924.98063: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884924.98072: variable 'omit' from source: magic vars 11924 1726884924.98149: variable 'omit' from source: magic vars 11924 1726884924.98209: variable 'omit' from source: magic vars 11924 1726884924.98383: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884924.99884: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884924.99928: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884924.99958: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884924.99984: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884925.00003: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884925.00065: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884925.00085: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884925.00102: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884925.00132: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884925.00143: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884925.00223: variable 'storage_pools' from source: include params 11924 1726884925.00233: variable 'unused_disks' from source: set_fact 11924 1726884925.00287: variable 'unused_disks' from source: set_fact 11924 1726884925.00330: variable 'volume_size' from source: play vars 11924 1726884925.00377: variable 'volume_size' from source: play vars 11924 1726884925.00391: variable 'fs_after' from source: play vars 11924 1726884925.00429: variable 'fs_after' from source: play vars 11924 1726884925.00557: variable 'ansible_distribution' from source: facts 11924 1726884925.00561: variable 'ansible_distribution_major_version' from source: facts 11924 1726884925.00572: variable 'mount_location' from source: play vars 11924 1726884925.00618: variable 'mount_location' from source: play vars 11924 1726884925.00718: variable 'storage_use_partitions' from source: role '' defaults 11924 1726884925.00728: variable 'storage_disklabel_type' from source: role '' defaults 11924 1726884925.00731: variable 'storage_pool_defaults' from source: role '' defaults 11924 1726884925.00776: variable 'storage_pool_defaults' from source: role '' defaults 11924 1726884925.00814: variable 'storage_volume_defaults' from source: role '' defaults 11924 1726884925.00864: variable 'storage_volume_defaults' from source: role '' defaults 11924 1726884925.00926: variable 'storage_safe_mode' from source: play vars 11924 1726884925.00980: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884925.00995: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884925.01014: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884925.01039: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884925.01053: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884925.01100: variable 'omit' from source: magic vars 11924 1726884925.01114: variable 'omit' from source: magic vars 11924 1726884925.01133: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884925.01156: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884925.01171: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884925.01184: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884925.01192: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884925.01207: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884925.01217: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884925.01239: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884925.01242: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884925.01244: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884925.01323: Set connection var ansible_shell_executable to /bin/sh 11924 1726884925.01326: Set connection var ansible_connection to ssh 11924 1726884925.01329: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884925.01335: Set connection var ansible_timeout to 10 11924 1726884925.01340: Set connection var ansible_pipelining to False 11924 1726884925.01345: Set connection var ansible_shell_type to sh 11924 1726884925.01368: variable 'ansible_shell_executable' from source: unknown 11924 1726884925.01371: variable 'ansible_connection' from source: unknown 11924 1726884925.01373: variable 'ansible_module_compression' from source: unknown 11924 1726884925.01377: variable 'ansible_shell_type' from source: unknown 11924 1726884925.01379: variable 'ansible_shell_executable' from source: unknown 11924 1726884925.01382: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884925.01384: variable 'ansible_pipelining' from source: unknown 11924 1726884925.01386: variable 'ansible_timeout' from source: unknown 11924 1726884925.01388: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884925.01475: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884925.01488: variable 'omit' from source: magic vars 11924 1726884925.01491: starting attempt loop 11924 1726884925.01494: running the handler 11924 1726884925.01513: _low_level_execute_command(): starting 11924 1726884925.01516: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884925.02015: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884925.02019: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884925.02022: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884925.02024: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884925.02026: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884925.02067: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884925.02092: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884925.02148: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884925.03850: stdout chunk (state=3): >>>/root <<< 11924 1726884925.03946: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884925.03978: stderr chunk (state=3): >>><<< 11924 1726884925.03981: stdout chunk (state=3): >>><<< 11924 1726884925.04001: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884925.04019: _low_level_execute_command(): starting 11924 1726884925.04023: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884925.0400538-16007-117466802115367 `" && echo ansible-tmp-1726884925.0400538-16007-117466802115367="` echo /root/.ansible/tmp/ansible-tmp-1726884925.0400538-16007-117466802115367 `" ) && sleep 0' 11924 1726884925.04474: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884925.04478: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884925.04480: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884925.04482: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884925.04484: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884925.04538: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884925.04544: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884925.04546: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884925.04599: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884925.06510: stdout chunk (state=3): >>>ansible-tmp-1726884925.0400538-16007-117466802115367=/root/.ansible/tmp/ansible-tmp-1726884925.0400538-16007-117466802115367 <<< 11924 1726884925.06620: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884925.06644: stderr chunk (state=3): >>><<< 11924 1726884925.06647: stdout chunk (state=3): >>><<< 11924 1726884925.06662: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884925.0400538-16007-117466802115367=/root/.ansible/tmp/ansible-tmp-1726884925.0400538-16007-117466802115367 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884925.06704: variable 'ansible_module_compression' from source: unknown 11924 1726884925.06758: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 11924 1726884925.06792: variable 'ansible_facts' from source: unknown 11924 1726884925.06870: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884925.0400538-16007-117466802115367/AnsiballZ_blivet.py 11924 1726884925.06967: Sending initial data 11924 1726884925.06970: Sent initial data (155 bytes) 11924 1726884925.07411: 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 <<< 11924 1726884925.07416: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884925.07422: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884925.07424: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884925.07426: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884925.07468: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884925.07474: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884925.07476: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884925.07524: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884925.09107: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 11924 1726884925.09112: 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 <<< 11924 1726884925.09157: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884925.09207: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpjwrercj6 /root/.ansible/tmp/ansible-tmp-1726884925.0400538-16007-117466802115367/AnsiballZ_blivet.py <<< 11924 1726884925.09214: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884925.0400538-16007-117466802115367/AnsiballZ_blivet.py" <<< 11924 1726884925.09264: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpjwrercj6" to remote "/root/.ansible/tmp/ansible-tmp-1726884925.0400538-16007-117466802115367/AnsiballZ_blivet.py" <<< 11924 1726884925.09266: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884925.0400538-16007-117466802115367/AnsiballZ_blivet.py" <<< 11924 1726884925.09909: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884925.09942: stderr chunk (state=3): >>><<< 11924 1726884925.09946: stdout chunk (state=3): >>><<< 11924 1726884925.09961: done transferring module to remote 11924 1726884925.09973: _low_level_execute_command(): starting 11924 1726884925.09976: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884925.0400538-16007-117466802115367/ /root/.ansible/tmp/ansible-tmp-1726884925.0400538-16007-117466802115367/AnsiballZ_blivet.py && sleep 0' 11924 1726884925.10401: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884925.10404: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884925.10406: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884925.10408: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884925.10410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884925.10461: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884925.10474: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884925.10520: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884925.12342: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884925.12367: stderr chunk (state=3): >>><<< 11924 1726884925.12370: stdout chunk (state=3): >>><<< 11924 1726884925.12381: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884925.12386: _low_level_execute_command(): starting 11924 1726884925.12389: _low_level_execute_command(): using become for this command 11924 1726884925.12398: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-bkvvqdzfujjmjhvjvczvjoxhprlrjdls ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884925.0400538-16007-117466802115367/AnsiballZ_blivet.py'"'"' && sleep 0' 11924 1726884925.12475: Initial state: awaiting_escalation: BECOME-SUCCESS-bkvvqdzfujjmjhvjvczvjoxhprlrjdls 11924 1726884925.12840: 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 <<< 11924 1726884925.12844: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884925.12881: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884925.12887: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884925.12941: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884925.15918: stdout chunk (state=1): >>>BECOME-SUCCESS-bkvvqdzfujjmjhvjvczvjoxhprlrjdls <<< 11924 1726884925.15921: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-bkvvqdzfujjmjhvjvczvjoxhprlrjdls' 11924 1726884925.16254: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884925.16296: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884925.16316: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884925.16329: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884925.16405: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884925.16410: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884925.16436: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884925.16470: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884925.16474: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884925.16495: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884925.16511: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884925.16557: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884925.16562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.16586: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884925.16604: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884925.16643: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884925.16660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884925.16682: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc050183e0> <<< 11924 1726884925.16686: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04fe7a10> <<< 11924 1726884925.16715: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884925.16727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 11924 1726884925.16739: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0501a960> <<< 11924 1726884925.16748: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884925.16776: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884925.16779: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884925.16806: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884925.16844: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884925.16850: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884925.16926: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884925.16961: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884925.16964: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884925.16994: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884925.16997: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884925.17022: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884925.17037: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884925.17043: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884925.17058: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884925.17086: 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 <<< 11924 1726884925.17089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884925.17114: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e2cfe0> <<< 11924 1726884925.17182: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884925.17185: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.17196: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e2dfd0> <<< 11924 1726884925.17221: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884925.17252: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884925.17507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884925.17514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884925.17539: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884925.17548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.17573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884925.17618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884925.17633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884925.17657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884925.17671: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e73e00> <<< 11924 1726884925.17687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884925.17744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884925.17748: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884925.17763: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e73ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884925.17787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884925.17813: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884925.17862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.17879: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884925.17903: 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' <<< 11924 1726884925.17923: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ea3830> <<< 11924 1726884925.17928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884925.17947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884925.17950: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ea3ec0> <<< 11924 1726884925.17967: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884925.18017: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e83ad0> <<< 11924 1726884925.18025: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884925.18058: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e811f0> <<< 11924 1726884925.18147: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e70fb0> <<< 11924 1726884925.18170: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884925.18201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884925.18207: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884925.18234: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884925.18258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884925.18283: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884925.18289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884925.18325: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ec7800> <<< 11924 1726884925.18333: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ec6420> <<< 11924 1726884925.18368: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884925.18376: 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 0x7fdc04e820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ec4c20> <<< 11924 1726884925.18427: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884925.18435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ef8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e70230> <<< 11924 1726884925.18464: 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' <<< 11924 1726884925.18491: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884925.18516: 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 0x7fdc04ef8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ef8b90> <<< 11924 1726884925.18581: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884925.18588: 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 0x7fdc04ef8f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e66d50> <<< 11924 1726884925.18619: 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 <<< 11924 1726884925.18653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884925.18713: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ef95b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ef92b0> import 'importlib.machinery' # <<< 11924 1726884925.18721: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 11924 1726884925.18767: 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 0x7fdc04efa4b0> import 'importlib.util' # import 'runpy' # <<< 11924 1726884925.18795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884925.18822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884925.18852: 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 0x7fdc04f106b0> <<< 11924 1726884925.18863: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884925.18907: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884925.18914: 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 0x7fdc04f11d90> <<< 11924 1726884925.18928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884925.18931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884925.18965: 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' <<< 11924 1726884925.18972: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04f12c30> <<< 11924 1726884925.19013: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884925.19026: 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 0x7fdc04f13290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04f12180> <<< 11924 1726884925.19047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884925.19059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884925.19100: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884925.19112: 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 0x7fdc04f13d10> <<< 11924 1726884925.19116: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04f13440> <<< 11924 1726884925.19165: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04efa420> <<< 11924 1726884925.19187: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884925.19210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884925.19232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884925.19265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884925.19321: 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 0x7fdc04c7bbc0> <<< 11924 1726884925.19354: 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 0x7fdc04ca46b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ca4410> <<< 11924 1726884925.19436: 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 0x7fdc04ca46e0> <<< 11924 1726884925.19440: 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' <<< 11924 1726884925.19499: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884925.19628: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04ca5010> <<< 11924 1726884925.19789: 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 0x7fdc04ca59d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ca48c0> <<< 11924 1726884925.19806: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04c79d60> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884925.19873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884925.19876: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884925.19879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ca6de0> <<< 11924 1726884925.19926: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ca5b20> <<< 11924 1726884925.19948: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04efabd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884925.20032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.20039: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884925.20068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884925.20097: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ccf140> <<< 11924 1726884925.20157: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884925.20166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.20197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884925.20246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884925.20265: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04cf74d0> <<< 11924 1726884925.20289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884925.20335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884925.20372: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884925.20401: 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 0x7fdc04d54290> <<< 11924 1726884925.20419: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884925.20460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884925.20525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884925.20531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884925.20600: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04d569f0> <<< 11924 1726884925.20677: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04d543b0> <<< 11924 1726884925.20713: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04d212e0> <<< 11924 1726884925.20742: 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' <<< 11924 1726884925.20747: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04b61370> <<< 11924 1726884925.20771: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04cf62d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ca7d10> <<< 11924 1726884925.20892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884925.20910: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdc04b61610> <<< 11924 1726884925.21083: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_367b0pkv/ansible_fedora.linux_system_roles.blivet_payload.zip' <<< 11924 1726884925.21105: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.21224: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884925.21267: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884925.21286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'<<< 11924 1726884925.21365: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py<<< 11924 1726884925.21383: stdout chunk (state=3): >>> <<< 11924 1726884925.21463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'<<< 11924 1726884925.21490: stdout chunk (state=3): >>> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 11924 1726884925.21714: 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 0x7fdc04bb3110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04b96000> <<< 11924 1726884925.21720: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04b95160> # zipimport: zlib available <<< 11924 1726884925.21812: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884925.21815: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.21817: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.21819: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.21821: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884925.23213: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.24448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884925.24598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04bb0fe0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884925.24602: 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 0x7fdc04be2a80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04be2810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04be2120> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884925.24639: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04be2ab0> <<< 11924 1726884925.24659: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04bb3da0> import 'atexit' # <<< 11924 1726884925.24685: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884925.24728: 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 0x7fdc04be3740> <<< 11924 1726884925.24738: 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 0x7fdc04be38c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884925.24795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884925.24823: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884925.24860: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04be3e00> import 'pwd' # <<< 11924 1726884925.24883: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884925.24914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884925.24953: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0451dbb0> <<< 11924 1726884925.24986: 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 0x7fdc0451f7d0> <<< 11924 1726884925.25000: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884925.25034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884925.25070: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc045201a0> <<< 11924 1726884925.25081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884925.25111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884925.25146: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04521310> <<< 11924 1726884925.25161: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884925.25199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884925.25221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884925.25233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884925.25276: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04523dd0> <<< 11924 1726884925.25321: 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 0x7fdc04f12ba0> <<< 11924 1726884925.25333: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc045220c0> <<< 11924 1726884925.25369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884925.25402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884925.25417: 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' <<< 11924 1726884925.25434: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884925.25460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884925.25505: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884925.25516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0452bcb0> import '_tokenize' # <<< 11924 1726884925.25577: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0452a780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0452a4e0> <<< 11924 1726884925.25612: 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' <<< 11924 1726884925.25685: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0452aa50> <<< 11924 1726884925.25718: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc045225a0> <<< 11924 1726884925.25743: 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 0x7fdc0456ff20> <<< 11924 1726884925.25768: 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 0x7fdc045704a0> <<< 11924 1726884925.25797: 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 <<< 11924 1726884925.25810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884925.25839: 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' <<< 11924 1726884925.25881: 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 0x7fdc04571b20> <<< 11924 1726884925.25895: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04571910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884925.26029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884925.26093: 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 0x7fdc04573fb0> <<< 11924 1726884925.26098: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc045721e0> <<< 11924 1726884925.26117: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884925.26162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.26194: 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' # <<< 11924 1726884925.26243: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc045777d0> <<< 11924 1726884925.26466: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc045741a0> <<< 11924 1726884925.26477: stdout 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 0x7fdc04578aa0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04578860> <<< 11924 1726884925.26503: stdout 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 0x7fdc04578bc0> <<< 11924 1726884925.26550: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04570290> <<< 11924 1726884925.26554: 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 <<< 11924 1726884925.26577: 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 <<< 11924 1726884925.26604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884925.26618: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884925.26645: 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 0x7fdc04404290> <<< 11924 1726884925.26816: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884925.26819: 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 0x7fdc044054f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0457aa20> <<< 11924 1726884925.26850: 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 0x7fdc0457bdd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0457a630> <<< 11924 1726884925.26885: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884925.26932: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884925.26998: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.27104: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.27108: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.27156: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884925.27160: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.27274: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.27398: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.27958: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.28492: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884925.28511: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 11924 1726884925.28515: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 11924 1726884925.28527: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884925.28558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.28600: 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 0x7fdc04409760> <<< 11924 1726884925.28679: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884925.28689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884925.28707: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0440a450> <<< 11924 1726884925.28713: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04405610> <<< 11924 1726884925.28770: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884925.28777: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.28802: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.28822: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884925.28830: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.28972: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.29130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884925.29144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0440a150> <<< 11924 1726884925.29158: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.29622: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.30074: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.30147: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.30232: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884925.30300: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.30326: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884925.30394: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.30487: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884925.30493: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.30524: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884925.30572: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.30615: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884925.30625: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.30853: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.31080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884925.31141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884925.31161: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884925.31227: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0440b620> <<< 11924 1726884925.31245: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.31319: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.31391: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884925.31409: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884925.31416: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884925.31433: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.31475: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.31516: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884925.31532: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.31571: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.31618: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.31674: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.31746: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884925.31787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.31879: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04416270> <<< 11924 1726884925.31914: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04411880> <<< 11924 1726884925.31945: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 11924 1726884925.31957: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 11924 1726884925.31964: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.32030: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.32097: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.32119: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.32170: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884925.32178: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.32199: 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 <<< 11924 1726884925.32215: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884925.32241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884925.32303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884925.32322: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884925.32337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884925.32404: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04502c90> <<< 11924 1726884925.32439: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04c12960> <<< 11924 1726884925.32527: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc044164b0> <<< 11924 1726884925.32539: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04416240> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884925.32571: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.32604: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 11924 1726884925.32607: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884925.32665: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884925.32677: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.32714: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.32741: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available <<< 11924 1726884925.32745: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.32748: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 11924 1726884925.32784: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.32791: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 11924 1726884925.32859: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884925.32886: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 11924 1726884925.32889: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884925.34471: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.35880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884925.35971: 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 <<< 11924 1726884925.35990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884925.36029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884925.36037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884925.36072: 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 0x7fdc04090e30> <<< 11924 1726884925.36109: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04090260> <<< 11924 1726884925.36153: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04495c10> <<< 11924 1726884925.36300: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc044a89e0> <<< 11924 1726884925.36339: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.36443: 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 <<< 11924 1726884925.36446: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.36492: 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' <<< 11924 1726884925.36523: 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' <<< 11924 1726884925.36548: 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 0x7fdc040a68a0> <<< 11924 1726884925.36592: stdout chunk (state=3): >>>import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040a64b0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/util.py <<< 11924 1726884925.36605: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 11924 1726884925.36668: 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 0x7fdc040c8fe0> # /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' <<< 11924 1726884925.36746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 11924 1726884925.36749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 11924 1726884925.36773: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040ca240> <<< 11924 1726884925.36827: 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 0x7fdc040c9b50> <<< 11924 1726884925.36839: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040c99a0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/errors.py <<< 11924 1726884925.36864: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' <<< 11924 1726884925.36886: 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 <<< 11924 1726884925.36892: 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 0x7fdc040cc620> <<< 11924 1726884925.37080: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040c9910> <<< 11924 1726884925.37106: 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 <<< 11924 1726884925.37115: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' <<< 11924 1726884925.37139: 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 <<< 11924 1726884925.37148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.37165: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 11924 1726884925.37281: 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 <<< 11924 1726884925.37294: 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 0x7fdc040ce3f0> <<< 11924 1726884925.37346: 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 0x7fdc040ce180> <<< 11924 1726884925.37372: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040cda60> <<< 11924 1726884925.37411: 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' <<< 11924 1726884925.37427: 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 <<< 11924 1726884925.37430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 11924 1726884925.37461: 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 <<< 11924 1726884925.37470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 11924 1726884925.37485: 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 <<< 11924 1726884925.37500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 11924 1726884925.37518: 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 <<< 11924 1726884925.37537: 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 0x7fdc040d11c0> <<< 11924 1726884925.37552: 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 <<< 11924 1726884925.37572: 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 0x7fdc040d1550> <<< 11924 1726884925.37578: 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 <<< 11924 1726884925.37599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' <<< 11924 1726884925.37606: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040d1a30> <<< 11924 1726884925.37631: 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 <<< 11924 1726884925.37636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 11924 1726884925.37654: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040d2270> <<< 11924 1726884925.37678: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040d0860> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040d02f0> <<< 11924 1726884925.37688: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 11924 1726884925.37713: 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 <<< 11924 1726884925.37726: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.37729: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 11924 1726884925.37749: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040d29f0> <<< 11924 1726884925.37766: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040cfe30> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040cfda0> <<< 11924 1726884925.37814: 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 <<< 11924 1726884925.37839: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 11924 1726884925.37859: 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 <<< 11924 1726884925.37872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' <<< 11924 1726884925.37892: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc041150a0> <<< 11924 1726884925.37919: 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 <<< 11924 1726884925.37922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 11924 1726884925.37952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 11924 1726884925.37989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 11924 1726884925.38037: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04115f10> <<< 11924 1726884925.38058: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc041155e0> <<< 11924 1726884925.38218: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040d3350> <<< 11924 1726884925.38227: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 11924 1726884925.38280: 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 <<< 11924 1726884925.38301: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 11924 1726884925.38449: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0411eab0> <<< 11924 1726884925.38485: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 11924 1726884925.38521: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 11924 1726884925.38566: 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' <<< 11924 1726884925.38838: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04124200> <<< 11924 1726884925.38842: stdout chunk (state=3): >>>import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040ccf80> <<< 11924 1726884925.38885: 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 <<< 11924 1726884925.38928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 11924 1726884925.38952: 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' <<< 11924 1726884925.38985: 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 <<< 11924 1726884925.39091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 11924 1726884925.39119: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fb20c0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fb18e0> <<< 11924 1726884925.39874: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0411e6c0> <<< 11924 1726884925.39887: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 11924 1726884925.39927: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040a6a50> <<< 11924 1726884925.39939: stdout chunk (state=3): >>>import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040a5850> <<< 11924 1726884925.40397: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04577530> <<< 11924 1726884925.40426: 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' <<< 11924 1726884925.40503: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fc6600> <<< 11924 1726884925.40521: 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 0x7fdc03fc83b0> <<< 11924 1726884925.40548: 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 <<< 11924 1726884925.40553: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.40579: 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 <<< 11924 1726884925.40585: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' <<< 11924 1726884925.40609: 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 <<< 11924 1726884925.40643: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 11924 1726884925.40673: 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 <<< 11924 1726884925.40676: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.40704: 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 <<< 11924 1726884925.40710: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' <<< 11924 1726884925.40734: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fcbb30> <<< 11924 1726884925.40761: 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 <<< 11924 1726884925.40768: 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 0x7fdc03fcc1a0> <<< 11924 1726884925.40778: 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 <<< 11924 1726884925.40883: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 11924 1726884925.40905: 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' <<< 11924 1726884925.40929: 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' <<< 11924 1726884925.40948: 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 <<< 11924 1726884925.40976: 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 0x7fdc03fcd250> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fcd100> <<< 11924 1726884925.40984: 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 <<< 11924 1726884925.40993: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 11924 1726884925.41031: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fcd4f0> <<< 11924 1726884925.41037: stdout chunk (state=3): >>>import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fcce60> <<< 11924 1726884925.41056: 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' <<< 11924 1726884925.41075: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 11924 1726884925.41100: 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 0x7fdc03fcd9d0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fcd820> <<< 11924 1726884925.41123: 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' <<< 11924 1726884925.41146: 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 <<< 11924 1726884925.41175: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 11924 1726884925.41216: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fcdd30> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fcda30> <<< 11924 1726884925.41223: stdout chunk (state=3): >>>import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fcc5f0> <<< 11924 1726884925.41238: 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 <<< 11924 1726884925.41257: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 11924 1726884925.41269: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fcd850> <<< 11924 1726884925.41298: 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 <<< 11924 1726884925.41303: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 11924 1726884925.41329: 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 <<< 11924 1726884925.41338: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.41364: 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 <<< 11924 1726884925.41369: 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 0x7fdc03fd9c40> <<< 11924 1726884925.41394: 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 <<< 11924 1726884925.41413: 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 0x7fdc03fd9fd0> <<< 11924 1726884925.41417: stdout chunk (state=3): >>>import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fd99a0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fd9040> <<< 11924 1726884925.41446: 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 0x7fdc03fda120> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fcb800> <<< 11924 1726884925.41470: 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 <<< 11924 1726884925.41479: 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 0x7fdc03fda1b0> <<< 11924 1726884925.41628: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fc92b0> <<< 11924 1726884925.41674: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fc8a40> <<< 11924 1726884925.41699: 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 <<< 11924 1726884925.41716: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 11924 1726884925.41743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 11924 1726884925.41762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 11924 1726884925.41789: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 11924 1726884925.41822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 11924 1726884925.41867: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fde360> <<< 11924 1726884925.41872: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fdd190> <<< 11924 1726884925.41912: 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 <<< 11924 1726884925.41915: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' <<< 11924 1726884925.41921: stdout chunk (state=3): >>>import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0415cb00> <<< 11924 1726884925.41989: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fc8320><<< 11924 1726884925.42017: stdout chunk (state=3): >>> <<< 11924 1726884925.42022: 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 <<< 11924 1726884925.42086: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 11924 1726884925.42089: 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 <<< 11924 1726884925.42119: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.42145: 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' <<< 11924 1726884925.42168: stdout chunk (state=3): >>>import 'blivet.tasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03022330> <<< 11924 1726884925.42179: 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 <<< 11924 1726884925.42196: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' <<< 11924 1726884925.42208: 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 <<< 11924 1726884925.42233: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 11924 1726884925.42250: 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 <<< 11924 1726884925.42270: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884925.42301: 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' <<< 11924 1726884925.42327: 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 <<< 11924 1726884925.42334: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' <<< 11924 1726884925.42352: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0304c590> <<< 11924 1726884925.42372: 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 <<< 11924 1726884925.42398: 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 0x7fdc0304cd10> <<< 11924 1726884925.42433: 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 <<< 11924 1726884925.42439: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc' <<< 11924 1726884925.42441: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0304d340> <<< 11924 1726884925.42477: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/stratis_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 11924 1726884925.42535: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0304d670> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0304c410> <<< 11924 1726884925.42567: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03023b30> <<< 11924 1726884925.42619: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03022960> <<< 11924 1726884925.42665: 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' <<< 11924 1726884925.42673: 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' <<< 11924 1726884925.42696: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc030603e0> <<< 11924 1726884925.42709: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc030231d0> <<< 11924 1726884925.42754: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03022480> # /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' <<< 11924 1726884925.42817: 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 0x7fdc03060a10> <<< 11924 1726884925.42827: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03023290> <<< 11924 1726884925.42830: 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 <<< 11924 1726884925.42897: 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 0x7fdc03060c50> <<< 11924 1726884925.42928: 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' <<< 11924 1726884925.42948: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03061040> <<< 11924 1726884925.42975: 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' <<< 11924 1726884925.42988: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03061760> <<< 11924 1726884925.43150: 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' <<< 11924 1726884925.43193: 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 <<< 11924 1726884925.43197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.43296: 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 0x7fdc03089130> <<< 11924 1726884925.43330: 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 <<< 11924 1726884925.43367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc' <<< 11924 1726884925.43390: 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 0x7fdc0308a270> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03089c40> # /usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/constraint.py <<< 11924 1726884925.43398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' <<< 11924 1726884925.43406: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0308a660> <<< 11924 1726884925.43428: 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 <<< 11924 1726884925.43442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 11924 1726884925.43468: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0308b1d0> <<< 11924 1726884925.43478: 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 <<< 11924 1726884925.43513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884925.43529: 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 <<< 11924 1726884925.43546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc' <<< 11924 1726884925.43563: stdout chunk (state=3): >>>import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02e39eb0> <<< 11924 1726884925.43580: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02e38b90> <<< 11924 1726884925.43627: 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' <<< 11924 1726884925.43656: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02e3b2c0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/geometry.py <<< 11924 1726884925.43685: 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 0x7fdc02e5c620> <<< 11924 1726884925.43712: 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 <<< 11924 1726884925.43748: 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 0x7fdc02e5d460> <<< 11924 1726884925.43757: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0307e420> <<< 11924 1726884925.43809: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0307e090> <<< 11924 1726884925.43835: 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' <<< 11924 1726884925.43898: 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 0x7fdc02e5f890> # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/manager.py <<< 11924 1726884925.43903: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 11924 1726884925.43926: 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' <<< 11924 1726884925.44018: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02e8c230> <<< 11924 1726884925.44046: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02e5f6e0> <<< 11924 1726884925.44176: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02e5ed50> <<< 11924 1726884925.44194: 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 <<< 11924 1726884925.44214: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc' <<< 11924 1726884925.44242: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ea8a10> <<< 11924 1726884925.44268: 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' <<< 11924 1726884925.44288: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ea8b60> <<< 11924 1726884925.44292: 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 <<< 11924 1726884925.44328: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 11924 1726884925.44391: 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' <<< 11924 1726884925.44397: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ec0290> <<< 11924 1726884925.44426: 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' <<< 11924 1726884925.44474: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ec0950> <<< 11924 1726884925.44515: 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' <<< 11924 1726884925.44560: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ec1310> <<< 11924 1726884925.44576: 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 <<< 11924 1726884925.44612: 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 0x7fdc02ec1790> <<< 11924 1726884925.44666: 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 0x7fdc02ec1d00> <<< 11924 1726884925.44690: 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' <<< 11924 1726884925.44739: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ec2030> <<< 11924 1726884925.44764: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswritelabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ec25d0> <<< 11924 1726884925.44809: 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 0x7fdc02ec27b0> <<< 11924 1726884925.44841: 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 <<< 11924 1726884925.44863: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 11924 1726884925.44901: 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' <<< 11924 1726884925.44976: 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 0x7fdc02ec3a70> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ec38f0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ec2990> <<< 11924 1726884925.45039: 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' <<< 11924 1726884925.45046: 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 <<< 11924 1726884925.45077: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 11924 1726884925.45123: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ef8770> <<< 11924 1726884925.45151: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ef83b0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ec3e00> <<< 11924 1726884925.45393: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ea9010> <<< 11924 1726884925.45421: 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 <<< 11924 1726884925.45440: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884925.45465: 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 <<< 11924 1726884925.45473: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc' <<< 11924 1726884925.45480: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d281a0> <<< 11924 1726884925.45516: 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 <<< 11924 1726884925.45530: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' <<< 11924 1726884925.45537: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d285c0> <<< 11924 1726884925.45620: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02eaac60> <<< 11924 1726884925.45644: 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 <<< 11924 1726884925.45663: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 11924 1726884925.45682: 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 <<< 11924 1726884925.45688: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884925.46186: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d2b650> <<< 11924 1726884925.46226: 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 <<< 11924 1726884925.46242: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' <<< 11924 1726884925.46253: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d2b860> <<< 11924 1726884925.46321: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d2ad50> <<< 11924 1726884925.46351: 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 <<< 11924 1726884925.46364: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 11924 1726884925.46394: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d41c40> <<< 11924 1726884925.46424: 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 <<< 11924 1726884925.46456: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 11924 1726884925.46460: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d43050> <<< 11924 1726884925.46478: 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' <<< 11924 1726884925.46508: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d43830> <<< 11924 1726884925.46546: 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 <<< 11924 1726884925.46550: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 11924 1726884925.46619: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d54110> <<< 11924 1726884925.46644: 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 <<< 11924 1726884925.46647: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884925.46701: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d55ee0> <<< 11924 1726884925.46704: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03020140> <<< 11924 1726884925.46727: 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 0x7fdc0307ddf0> <<< 11924 1726884925.46860: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0415fce0> <<< 11924 1726884925.46883: 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 <<< 11924 1726884925.46904: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884925.46938: 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 <<< 11924 1726884925.46942: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884925.46980: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d8d0a0> <<< 11924 1726884925.47023: 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 <<< 11924 1726884925.47026: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 11924 1726884925.47034: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d8dee0> <<< 11924 1726884925.47060: 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 <<< 11924 1726884925.47072: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 11924 1726884925.47127: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d8e6c0> <<< 11924 1726884925.47231: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d7bfe0> <<< 11924 1726884925.47254: 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 <<< 11924 1726884925.47289: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 11924 1726884925.47332: 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' <<< 11924 1726884925.47360: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02dc0170> <<< 11924 1726884925.47468: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d8c500> <<< 11924 1726884925.47495: 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 <<< 11924 1726884925.47507: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884925.47583: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02dd5cd0> <<< 11924 1726884925.47612: 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 <<< 11924 1726884925.47778: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884925.47814: 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 <<< 11924 1726884925.47817: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 11924 1726884925.47847: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02def890> <<< 11924 1726884925.47872: 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 <<< 11924 1726884925.47878: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' <<< 11924 1726884925.47903: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02c17d10> <<< 11924 1726884925.47916: 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 <<< 11924 1726884925.47950: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 11924 1726884925.47974: 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 <<< 11924 1726884925.47989: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc' <<< 11924 1726884925.48007: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02c2e030> <<< 11924 1726884925.48171: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02c2c260> <<< 11924 1726884925.48187: 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 <<< 11924 1726884925.48207: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' <<< 11924 1726884925.48213: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02c60500> <<< 11924 1726884925.48573: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02dec170> <<< 11924 1726884925.48590: 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 <<< 11924 1726884925.48621: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884925.48737: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02dec380> <<< 11924 1726884925.48767: 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 <<< 11924 1726884925.48773: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 11924 1726884925.48812: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02cc2510> <<< 11924 1726884925.48832: 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 <<< 11924 1726884925.48838: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' <<< 11924 1726884925.48869: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02cc2ff0> <<< 11924 1726884925.48892: 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 <<< 11924 1726884925.48902: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' <<< 11924 1726884925.48919: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02cc3b00> <<< 11924 1726884925.48941: 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 <<< 11924 1726884925.48947: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' <<< 11924 1726884925.48977: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02cc3f50> <<< 11924 1726884925.49013: 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 <<< 11924 1726884925.49020: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 11924 1726884925.49043: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02cd0e30> <<< 11924 1726884925.49050: 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 <<< 11924 1726884925.49079: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884925.49177: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02cd1700> <<< 11924 1726884925.49195: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fc84d0> <<< 11924 1726884925.49206: 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 <<< 11924 1726884925.49239: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 11924 1726884925.49380: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02cd2150> <<< 11924 1726884925.49408: 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 <<< 11924 1726884925.49458: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 11924 1726884925.49482: 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 <<< 11924 1726884925.49519: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 11924 1726884925.49560: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02b20b00> <<< 11924 1726884925.49590: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02cf2810> <<< 11924 1726884925.49625: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.49634: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.49651: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 11924 1726884925.49661: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.49680: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.49698: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 11924 1726884925.49707: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.49973: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.50189: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 11924 1726884925.50473: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884925.50598: 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 <<< 11924 1726884925.50616: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' <<< 11924 1726884925.50633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc matches /usr/lib64/python3.12/shelve.py <<< 11924 1726884925.50677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc' <<< 11924 1726884925.50696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884925.50726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884925.50759: 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' <<< 11924 1726884925.50782: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02b7c170> <<< 11924 1726884925.50826: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884925.50842: 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 0x7fdc02b7c4a0> <<< 11924 1726884925.50882: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02b68500> <<< 11924 1726884925.50930: stdout chunk (state=3): >>>import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02b53c80> # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/edd.py <<< 11924 1726884925.50933: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/edd.cpython-312.pyc' <<< 11924 1726884925.51068: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02b68710> <<< 11924 1726884925.51093: 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 <<< 11924 1726884925.51115: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 11924 1726884925.51148: 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 <<< 11924 1726884925.51187: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' <<< 11924 1726884925.51191: 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 0x7fdc02b7fec0> <<< 11924 1726884925.51217: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02b7f440> <<< 11924 1726884925.51244: 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 <<< 11924 1726884925.51274: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' <<< 11924 1726884925.51277: stdout chunk (state=3): >>>import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc027043b0> <<< 11924 1726884925.51312: 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' <<< 11924 1726884925.51319: 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 <<< 11924 1726884925.51345: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 11924 1726884925.51395: 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 <<< 11924 1726884925.51398: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884925.51439: 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' <<< 11924 1726884925.51447: 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 0x7fdc02706570> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02706300> <<< 11924 1726884925.51523: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/formatpopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/formatpopulator.cpython-312.pyc' import 'blivet.populator.helpers.formatpopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02706840> <<< 11924 1726884925.51530: 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 <<< 11924 1726884925.51537: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884925.51554: stdout chunk (state=3): >>>import 'blivet.populator.helpers.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02706b40> # /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' <<< 11924 1726884925.51570: stdout chunk (state=3): >>>import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02706cf0> <<< 11924 1726884925.51602: 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 <<< 11924 1726884925.51622: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884925.51672: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02706f30> <<< 11924 1726884925.51675: 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' <<< 11924 1726884925.51731: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc027074d0> # /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 <<< 11924 1726884925.51735: 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 0x7fdc02707f80> <<< 11924 1726884925.51781: 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 0x7fdc02728170> <<< 11924 1726884925.51810: 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 0x7fdc02728320> <<< 11924 1726884925.51849: 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 <<< 11924 1726884925.51853: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884925.51903: stdout chunk (state=3): >>>import 'blivet.populator.helpers.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02728950> # /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 <<< 11924 1726884925.51906: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/mdraid.cpython-312.pyc' <<< 11924 1726884925.51942: stdout chunk (state=3): >>>import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc027292b0> <<< 11924 1726884925.51967: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/multipath.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/multipath.cpython-312.pyc' import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc027296d0> <<< 11924 1726884925.52021: 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 0x7fdc027298e0> <<< 11924 1726884925.52029: 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 <<< 11924 1726884925.52056: 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 0x7fdc027299a0> # /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' <<< 11924 1726884925.52091: stdout chunk (state=3): >>>import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02729c70> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02705bb0> <<< 11924 1726884925.52251: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02704c50> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02704b60> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02b7d3a0> <<< 11924 1726884925.52305: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02b515e0> <<< 11924 1726884925.62188: 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 <<< 11924 1726884925.62214: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 11924 1726884925.62549: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc027bf770> <<< 11924 1726884926.55223: stdout chunk (state=3): >>> {"changed": false, "actions": [], "leaves": ["/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "packages": ["xfsprogs", "lvm2"], "invocation": {"module_args": {"pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 11924 1726884926.56599: 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 <<< 11924 1726884926.56649: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 11924 1726884926.56753: stdout chunk (state=3): >>># 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 <<< 11924 1726884926.57580: stdout chunk (state=3): >>># 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 <<< 11924 1726884926.57641: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy _compat_pickle <<< 11924 1726884926.58009: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # 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 <<< 11924 1726884926.58014: stdout chunk (state=3): >>># 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 <<< 11924 1726884926.58017: stdout chunk (state=3): >>># 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 <<< 11924 1726884926.58063: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize <<< 11924 1726884926.58107: 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 <<< 11924 1726884926.58148: 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 <<< 11924 1726884926.58253: stdout chunk (state=3): >>># cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # 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 <<< 11924 1726884926.58497: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884926.59135: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884926.59199: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref <<< 11924 1726884926.59232: stdout chunk (state=3): >>># destroy zipimport # destroy gi._gi # destroy _struct <<< 11924 1726884926.59542: stdout chunk (state=3): >>># destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy _hashlib # destroy shutil # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy 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 <<< 11924 1726884926.59577: stdout chunk (state=3): >>># destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux <<< 11924 1726884926.59602: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 11924 1726884926.59666: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 11924 1726884926.59705: stdout chunk (state=3): >>># 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 <<< 11924 1726884926.59982: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884926.59986: 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 <<< 11924 1726884926.60029: stdout chunk (state=3): >>># destroy math # destroy platform # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy functools # destroy itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # 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 <<< 11924 1726884926.60047: stdout chunk (state=3): >>># destroy _random <<< 11924 1726884926.60076: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 11924 1726884926.60822: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884926.60846: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884926.60910: stderr chunk (state=3): >>><<< 11924 1726884926.60925: stdout chunk (state=3): >>><<< 11924 1726884926.61191: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc050183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04fe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0501a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e2cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e2dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e73e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e73ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ea3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ea3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e83ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e70fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ec7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ec6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ec4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ef8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e70230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04ef8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ef8b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04ef8f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04e66d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ef95b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ef92b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04efa4b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04f106b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04f11d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04f12c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04f13290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04f12180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04f13d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04f13440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04efa420> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04c7bbc0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04ca46b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ca4410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04ca46e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04ca5010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04ca59d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ca48c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04c79d60> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ca6de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ca5b20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04efabd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ccf140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04cf74d0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04d54290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04d569f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04d543b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04d212e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04b61370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04cf62d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04ca7d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdc04b61610> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_367b0pkv/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 0x7fdc04bb3110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04b96000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04b95160> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04bb0fe0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04be2a80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04be2810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04be2120> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04be2ab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04bb3da0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04be3740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04be38c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04be3e00> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0451dbb0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc0451f7d0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc045201a0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04521310> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04523dd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04f12ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc045220c0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0452bcb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0452a780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0452a4e0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0452aa50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc045225a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc0456ff20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc045704a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04571b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04571910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04573fb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc045721e0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc045777d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc045741a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04578aa0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04578860> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04578bc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04570290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04404290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc044054f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0457aa20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc0457bdd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0457a630> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04409760> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0440a450> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04405610> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0440a150> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0440b620> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdc04416270> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04411880> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04502c90> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04c12960> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc044164b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04416240> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7fdc04090e30> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04090260> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04495c10> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc044a89e0> # 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 0x7fdc040a68a0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040a64b0> # /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 0x7fdc040c8fe0> # /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 0x7fdc040ca240> # 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 0x7fdc040c9b50> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040c99a0> # /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 0x7fdc040cc620> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040c9910> # /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 0x7fdc040ce3f0> # 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 0x7fdc040ce180> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040cda60> # /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 0x7fdc040d11c0> # /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 0x7fdc040d1550> # /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 0x7fdc040d1a30> # /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 0x7fdc040d2270> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040d0860> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040d02f0> # 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 0x7fdc040d29f0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040cfe30> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040cfda0> # /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 0x7fdc041150a0> # /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 0x7fdc04115f10> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc041155e0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040d3350> 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 0x7fdc0411eab0> 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 0x7fdc04124200> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040ccf80> # /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 0x7fdc03fb20c0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fb18e0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0411e6c0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040a6a50> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc040a5850> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc04577530> # /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 0x7fdc03fc6600> # /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 0x7fdc03fc83b0> # /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 0x7fdc03fcbb30> # /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 0x7fdc03fcc1a0> # /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 0x7fdc03fcd250> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fcd100> # /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 0x7fdc03fcd4f0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fcce60> # /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 0x7fdc03fcd9d0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fcd820> # /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 0x7fdc03fcdd30> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fcda30> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fcc5f0> # /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 0x7fdc03fcd850> # /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 0x7fdc03fd9c40> # /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 0x7fdc03fd9fd0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fd99a0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fd9040> # /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 0x7fdc03fda120> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fcb800> # /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 0x7fdc03fda1b0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fc92b0> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fc8a40> # /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 0x7fdc03fde360> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fdd190> # /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 0x7fdc0415cb00> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fc8320> # /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 0x7fdc03022330> # /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 0x7fdc0304c590> # /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 0x7fdc0304cd10> # /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 0x7fdc0304d340> # /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 0x7fdc0304d670> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0304c410> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03023b30> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03022960> # /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 0x7fdc030603e0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc030231d0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03022480> # /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 0x7fdc03060a10> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03023290> # /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 0x7fdc03060c50> # /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 0x7fdc03061040> # /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 0x7fdc03061760> # /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 0x7fdc03089130> # /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 0x7fdc0308a270> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03089c40> # /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 0x7fdc0308a660> # /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 0x7fdc0308b1d0> # /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 0x7fdc02e39eb0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02e38b90> # /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 0x7fdc02e3b2c0> # /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 0x7fdc02e5c620> # /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 0x7fdc02e5d460> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0307e420> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0307e090> # /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 0x7fdc02e5f890> # /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 0x7fdc02e8c230> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02e5f6e0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02e5ed50> # /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 0x7fdc02ea8a10> # /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 0x7fdc02ea8b60> # /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 0x7fdc02ec0290> # /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 0x7fdc02ec0950> # /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 0x7fdc02ec1310> # /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 0x7fdc02ec1790> # /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 0x7fdc02ec1d00> # /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 0x7fdc02ec2030> # /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 0x7fdc02ec25d0> # /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 0x7fdc02ec27b0> # /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 0x7fdc02ec3a70> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ec38f0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ec2990> # /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 0x7fdc02ef8770> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ef83b0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ec3e00> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02ea9010> # /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 0x7fdc02d281a0> # /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 0x7fdc02d285c0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02eaac60> # /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 0x7fdc02d2b650> # /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 0x7fdc02d2b860> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d2ad50> # /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 0x7fdc02d41c40> # /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 0x7fdc02d43050> # /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 0x7fdc02d43830> # /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 0x7fdc02d54110> # /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 0x7fdc02d55ee0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03020140> # /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 0x7fdc0307ddf0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc0415fce0> # /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 0x7fdc02d8d0a0> # /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 0x7fdc02d8dee0> # /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 0x7fdc02d8e6c0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d7bfe0> # /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 0x7fdc02dc0170> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02d8c500> # /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 0x7fdc02dd5cd0> # /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 0x7fdc02def890> # /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 0x7fdc02c17d10> # /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 0x7fdc02c2e030> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02c2c260> # /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 0x7fdc02c60500> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02dec170> # /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 0x7fdc02dec380> # /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 0x7fdc02cc2510> # /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 0x7fdc02cc2ff0> # /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 0x7fdc02cc3b00> # /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 0x7fdc02cc3f50> # /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 0x7fdc02cd0e30> # /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 0x7fdc02cd1700> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc03fc84d0> # /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 0x7fdc02cd2150> # /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 0x7fdc02b20b00> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02cf2810> # 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 0x7fdc02b7c170> # 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 0x7fdc02b7c4a0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02b68500> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02b53c80> # /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 0x7fdc02b68710> # /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 0x7fdc02b7fec0> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02b7f440> # /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 0x7fdc027043b0> # /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 0x7fdc02706570> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02706300> # /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 0x7fdc02706840> # /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 0x7fdc02706b40> # /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 0x7fdc02706cf0> # /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 0x7fdc02706f30> # /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 0x7fdc027074d0> # /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 0x7fdc02707f80> # /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 0x7fdc02728170> # /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 0x7fdc02728320> # /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 0x7fdc02728950> # /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 0x7fdc027292b0> # /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 0x7fdc027296d0> # /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 0x7fdc027298e0> # /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 0x7fdc027299a0> # /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 0x7fdc02729c70> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02705bb0> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02704c50> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02704b60> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02b7d3a0> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdc02b515e0> # /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 0x7fdc027bf770> {"changed": false, "actions": [], "leaves": ["/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "dump": 0, "passno": 0, "state": "mounted", "owner": null, "group": null, "mode": null}], "crypts": [], "pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "packages": ["xfsprogs", "lvm2"], "invocation": {"module_args": {"pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime # destroy distro # destroy distro.distro # destroy argparse # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy _hashlib # destroy shutil # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy math # destroy platform # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy functools # destroy itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884926.63726: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [{'name': 'foo', 'disks': ['sda'], 'volumes': [{'name': 'test1', 'size': '5g', 'fs_type': 'xfs', 'mount_point': '/opt/test1'}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726884925.0400538-16007-117466802115367/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884926.63731: _low_level_execute_command(): starting 11924 1726884926.63733: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884925.0400538-16007-117466802115367/ > /dev/null 2>&1 && sleep 0' 11924 1726884926.63736: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884926.63739: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884926.63742: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884926.63744: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884926.63747: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884926.65624: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884926.65862: stderr chunk (state=3): >>><<< 11924 1726884926.65866: stdout chunk (state=3): >>><<< 11924 1726884926.65869: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884926.65872: handler run complete 11924 1726884926.66040: attempt loop complete, returning result 11924 1726884926.66051: _execute() done 11924 1726884926.66061: dumping result to json 11924 1726884926.66083: done dumping result, returning 11924 1726884926.66099: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-f4c0-2290-000000002e2f] 11924 1726884926.66110: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e2f 11924 1726884926.66567: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e2f 11924 1726884926.66570: WORKER PROCESS EXITING ok: [managed_node2] => { "actions": [], "changed": false, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } 11924 1726884926.66885: no more pending results, returning what we have 11924 1726884926.66888: results queue empty 11924 1726884926.66889: checking for any_errors_fatal 11924 1726884926.66897: done checking for any_errors_fatal 11924 1726884926.66898: checking for max_fail_percentage 11924 1726884926.66900: done checking for max_fail_percentage 11924 1726884926.66900: checking to see if all hosts have failed and the running result is not ok 11924 1726884926.66901: done checking to see if all hosts have failed 11924 1726884926.66902: getting the remaining hosts for this loop 11924 1726884926.66903: done getting the remaining hosts for this loop 11924 1726884926.66906: getting the next task for host managed_node2 11924 1726884926.66912: done getting next task for host managed_node2 11924 1726884926.66915: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 11924 1726884926.66918: ^ 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 11924 1726884926.66930: getting variables 11924 1726884926.66932: in VariableManager get_vars() 11924 1726884926.66967: Calling all_inventory to load vars for managed_node2 11924 1726884926.66970: Calling groups_inventory to load vars for managed_node2 11924 1726884926.66972: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884926.66981: Calling all_plugins_play to load vars for managed_node2 11924 1726884926.66984: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884926.66987: Calling groups_plugins_play to load vars for managed_node2 11924 1726884926.67536: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884926.68170: done with get_vars() 11924 1726884926.68184: done getting variables 11924 1726884926.68239: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 20 September 2024 22:15:26 -0400 (0:00:01.708) 0:01:32.021 ****** 11924 1726884926.68274: entering _queue_task() for managed_node2/command 11924 1726884926.68597: worker is 1 (out of 1 available) 11924 1726884926.68608: exiting _queue_task() for managed_node2/command 11924 1726884926.68620: done queuing things up, now waiting for results queue to drain 11924 1726884926.68622: waiting for pending results... 11924 1726884926.68974: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 11924 1726884926.69035: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e30 11924 1726884926.69059: variable 'ansible_search_path' from source: unknown 11924 1726884926.69071: variable 'ansible_search_path' from source: unknown 11924 1726884926.69113: calling self._execute() 11924 1726884926.69240: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884926.69252: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884926.69271: variable 'omit' from source: magic vars 11924 1726884926.69666: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884926.72093: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884926.72189: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884926.72233: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884926.72284: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884926.72319: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884926.72415: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884926.72450: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884926.72493: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884926.72541: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884926.72569: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884926.72712: Evaluated conditional (storage_udevadm_trigger | d(false)): False 11924 1726884926.72721: when evaluation is False, skipping this task 11924 1726884926.72729: _execute() done 11924 1726884926.72737: dumping result to json 11924 1726884926.72745: done dumping result, returning 11924 1726884926.72760: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-f4c0-2290-000000002e30] 11924 1726884926.72772: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e30 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 11924 1726884926.72935: no more pending results, returning what we have 11924 1726884926.72939: results queue empty 11924 1726884926.72939: checking for any_errors_fatal 11924 1726884926.72977: done checking for any_errors_fatal 11924 1726884926.72977: checking for max_fail_percentage 11924 1726884926.72979: done checking for max_fail_percentage 11924 1726884926.72980: checking to see if all hosts have failed and the running result is not ok 11924 1726884926.72981: done checking to see if all hosts have failed 11924 1726884926.72982: getting the remaining hosts for this loop 11924 1726884926.72984: done getting the remaining hosts for this loop 11924 1726884926.72987: getting the next task for host managed_node2 11924 1726884926.72995: done getting next task for host managed_node2 11924 1726884926.72998: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 11924 1726884926.73002: ^ 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 11924 1726884926.73027: getting variables 11924 1726884926.73029: in VariableManager get_vars() 11924 1726884926.73178: Calling all_inventory to load vars for managed_node2 11924 1726884926.73181: Calling groups_inventory to load vars for managed_node2 11924 1726884926.73183: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884926.73192: Calling all_plugins_play to load vars for managed_node2 11924 1726884926.73195: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884926.73197: Calling groups_plugins_play to load vars for managed_node2 11924 1726884926.73723: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e30 11924 1726884926.73726: WORKER PROCESS EXITING 11924 1726884926.73748: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884926.74386: done with get_vars() 11924 1726884926.74400: done getting variables TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 20 September 2024 22:15:26 -0400 (0:00:00.062) 0:01:32.083 ****** 11924 1726884926.74502: entering _queue_task() for managed_node2/stat 11924 1726884926.74979: worker is 1 (out of 1 available) 11924 1726884926.74989: exiting _queue_task() for managed_node2/stat 11924 1726884926.74999: done queuing things up, now waiting for results queue to drain 11924 1726884926.75001: waiting for pending results... 11924 1726884926.75136: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 11924 1726884926.75323: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e31 11924 1726884926.75348: variable 'ansible_search_path' from source: unknown 11924 1726884926.75360: variable 'ansible_search_path' from source: unknown 11924 1726884926.75399: calling self._execute() 11924 1726884926.75520: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884926.75532: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884926.75544: variable 'omit' from source: magic vars 11924 1726884926.75651: variable 'omit' from source: magic vars 11924 1726884926.75730: variable 'omit' from source: magic vars 11924 1726884926.75774: variable 'omit' from source: magic vars 11924 1726884926.75816: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884926.75866: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884926.75902: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884926.75927: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884926.75947: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884926.75984: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884926.76011: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884926.76045: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884926.76060: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884926.76073: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884926.76260: Set connection var ansible_shell_executable to /bin/sh 11924 1726884926.76263: Set connection var ansible_connection to ssh 11924 1726884926.76265: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884926.76267: Set connection var ansible_timeout to 10 11924 1726884926.76268: Set connection var ansible_pipelining to False 11924 1726884926.76270: Set connection var ansible_shell_type to sh 11924 1726884926.76272: variable 'ansible_shell_executable' from source: unknown 11924 1726884926.76278: variable 'ansible_connection' from source: unknown 11924 1726884926.76292: variable 'ansible_module_compression' from source: unknown 11924 1726884926.76302: variable 'ansible_shell_type' from source: unknown 11924 1726884926.76313: variable 'ansible_shell_executable' from source: unknown 11924 1726884926.76320: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884926.76327: variable 'ansible_pipelining' from source: unknown 11924 1726884926.76393: variable 'ansible_timeout' from source: unknown 11924 1726884926.76396: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884926.76590: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884926.76608: variable 'omit' from source: magic vars 11924 1726884926.76622: starting attempt loop 11924 1726884926.76629: running the handler 11924 1726884926.76654: _low_level_execute_command(): starting 11924 1726884926.76671: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884926.77443: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884926.77466: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884926.77519: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884926.77594: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884926.77642: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884926.77722: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884926.79424: stdout chunk (state=3): >>>/root <<< 11924 1726884926.79591: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884926.79594: stdout chunk (state=3): >>><<< 11924 1726884926.79596: stderr chunk (state=3): >>><<< 11924 1726884926.79624: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884926.79647: _low_level_execute_command(): starting 11924 1726884926.79697: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884926.7963374-16059-141572154395580 `" && echo ansible-tmp-1726884926.7963374-16059-141572154395580="` echo /root/.ansible/tmp/ansible-tmp-1726884926.7963374-16059-141572154395580 `" ) && sleep 0' 11924 1726884926.80634: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884926.80650: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884926.80747: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884926.80768: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884926.80862: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884926.82768: stdout chunk (state=3): >>>ansible-tmp-1726884926.7963374-16059-141572154395580=/root/.ansible/tmp/ansible-tmp-1726884926.7963374-16059-141572154395580 <<< 11924 1726884926.83009: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884926.83012: stdout chunk (state=3): >>><<< 11924 1726884926.83014: stderr chunk (state=3): >>><<< 11924 1726884926.83280: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884926.7963374-16059-141572154395580=/root/.ansible/tmp/ansible-tmp-1726884926.7963374-16059-141572154395580 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884926.83283: variable 'ansible_module_compression' from source: unknown 11924 1726884926.83285: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884926.83351: variable 'ansible_facts' from source: unknown 11924 1726884926.83486: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884926.7963374-16059-141572154395580/AnsiballZ_stat.py 11924 1726884926.83913: Sending initial data 11924 1726884926.83980: Sent initial data (153 bytes) 11924 1726884926.85312: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884926.85434: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884926.85492: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884926.85562: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884926.85666: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884926.87291: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 11924 1726884926.87326: 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 <<< 11924 1726884926.87376: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884926.87434: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpokzm7sj0 /root/.ansible/tmp/ansible-tmp-1726884926.7963374-16059-141572154395580/AnsiballZ_stat.py <<< 11924 1726884926.87439: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884926.7963374-16059-141572154395580/AnsiballZ_stat.py" <<< 11924 1726884926.87491: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpokzm7sj0" to remote "/root/.ansible/tmp/ansible-tmp-1726884926.7963374-16059-141572154395580/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884926.7963374-16059-141572154395580/AnsiballZ_stat.py" <<< 11924 1726884926.88506: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884926.88561: stderr chunk (state=3): >>><<< 11924 1726884926.88665: stdout chunk (state=3): >>><<< 11924 1726884926.88668: done transferring module to remote 11924 1726884926.88670: _low_level_execute_command(): starting 11924 1726884926.88673: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884926.7963374-16059-141572154395580/ /root/.ansible/tmp/ansible-tmp-1726884926.7963374-16059-141572154395580/AnsiballZ_stat.py && sleep 0' 11924 1726884926.90032: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884926.90035: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884926.90038: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884926.90040: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884926.90042: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884926.90044: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884926.90045: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884926.90047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884926.90162: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884926.90172: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884926.90175: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884926.90231: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884926.92084: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884926.92136: stderr chunk (state=3): >>><<< 11924 1726884926.92154: stdout chunk (state=3): >>><<< 11924 1726884926.92287: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884926.92291: _low_level_execute_command(): starting 11924 1726884926.92294: _low_level_execute_command(): using become for this command 11924 1726884926.92296: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-wdveippsosldcdutmmpvfcgewewrfakw ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884926.7963374-16059-141572154395580/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884926.92624: Initial state: awaiting_escalation: BECOME-SUCCESS-wdveippsosldcdutmmpvfcgewewrfakw 11924 1726884926.92967: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884926.93109: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884926.93131: 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.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884926.93175: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884926.93192: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884926.93249: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884926.93299: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884926.96362: stdout chunk (state=1): >>>BECOME-SUCCESS-wdveippsosldcdutmmpvfcgewewrfakw <<< 11924 1726884926.96366: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-wdveippsosldcdutmmpvfcgewewrfakw' 11924 1726884926.96675: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884926.96723: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884926.96750: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884926.96767: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884926.96823: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884926.96833: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884926.96860: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884926.96904: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884926.96929: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884926.96987: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884926.97008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884926.97030: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 11924 1726884926.97062: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884926.97093: 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 0x7fe3bbb103e0> <<< 11924 1726884926.97164: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bbadfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bbb12960> <<< 11924 1726884926.97186: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884926.97216: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884926.97229: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 11924 1726884926.97324: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884926.97599: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 11924 1726884926.97605: 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 0x7fe3bb8e4fe0> <<< 11924 1726884926.97612: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884926.97636: 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 0x7fe3bb8e5fd0> import 'site' # <<< 11924 1726884926.97676: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884926.97938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884926.97941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884926.97944: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884926.97967: 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 <<< 11924 1726884926.98030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884926.98102: 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 0x7fe3bb923ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884926.98538: 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 0x7fe3bb923f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884926.98546: 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 0x7fe3bb95b860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb95bef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb93bb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9392b0> <<< 11924 1726884926.98567: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb921070> <<< 11924 1726884926.98594: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884926.98615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884926.98640: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884926.98677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884926.98702: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884926.98721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884926.98740: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb97f860> <<< 11924 1726884926.98777: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb97e480> <<< 11924 1726884926.98811: 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 0x7fe3bb93a180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb97cbc0> <<< 11924 1726884926.98945: 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 0x7fe3bb9b08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9202f0> <<< 11924 1726884926.98952: 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' <<< 11924 1726884926.98981: 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 0x7fe3bb9b0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9b0c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb9b1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb91ee10> <<< 11924 1726884926.99017: 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' <<< 11924 1726884926.99050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884926.99151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9b1670> <<< 11924 1726884926.99154: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9b1370> import 'importlib.machinery' # <<< 11924 1726884926.99215: 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 0x7fe3bb9b2540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884926.99294: 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 <<< 11924 1726884926.99306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9c8740> <<< 11924 1726884926.99386: 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 0x7fe3bb9c9e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884926.99390: 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 0x7fe3bb9cacf0> <<< 11924 1726884926.99511: 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 0x7fe3bb9cb320> <<< 11924 1726884926.99518: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9ca270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884926.99541: 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 0x7fe3bb9cbda0> <<< 11924 1726884926.99544: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9cb4d0> <<< 11924 1726884926.99595: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9b24b0> <<< 11924 1726884926.99671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884926.99699: 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 0x7fe3bb75fc50> <<< 11924 1726884926.99726: 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' <<< 11924 1726884926.99765: 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 0x7fe3bb7887a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb788500> <<< 11924 1726884926.99835: 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 0x7fe3bb7887d0> <<< 11924 1726884926.99839: 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' <<< 11924 1726884927.00006: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884927.00045: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb789100> <<< 11924 1726884927.00182: 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 0x7fe3bb789a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb7889b0> <<< 11924 1726884927.00207: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb75ddf0> <<< 11924 1726884927.00272: 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' <<< 11924 1726884927.00292: 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 0x7fe3bb78ae10> <<< 11924 1726884927.00329: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb789b80> <<< 11924 1726884927.00440: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9b2c60> <<< 11924 1726884927.00445: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884927.00448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884927.00483: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884927.00486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884927.00520: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb7b7170> <<< 11924 1726884927.00626: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884927.00688: 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 <<< 11924 1726884927.00691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884927.00714: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb7df500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884927.00778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884927.00812: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884927.00854: 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 0x7fe3bb838320> <<< 11924 1726884927.00859: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884927.00919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884927.00921: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884927.00947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884927.01038: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb83aa80> <<< 11924 1726884927.01116: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb838440> <<< 11924 1726884927.01153: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb805310> <<< 11924 1726884927.01173: 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' <<< 11924 1726884927.01212: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb129430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb7de330> <<< 11924 1726884927.01226: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb78bd40> <<< 11924 1726884927.01330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884927.01356: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe3bb7de690> <<< 11924 1726884927.01525: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_2pkxivhy/ansible_stat_payload.zip' <<< 11924 1726884927.01536: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.01656: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.01708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884927.01711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884927.01745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884927.01821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884927.01857: 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 0x7fe3bb17f140> import '_typing' # <<< 11924 1726884927.02050: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb15e030> <<< 11924 1726884927.02053: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb15d190> # zipimport: zlib available <<< 11924 1726884927.02080: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884927.02125: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.02143: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884927.02160: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.03673: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.04889: 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 0x7fe3bb17d010> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb1a6ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb1a6870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb1a6180> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884927.04930: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb1a65d0> <<< 11924 1726884927.04951: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb17fdd0> import 'atexit' # <<< 11924 1726884927.04982: 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 0x7fe3bb1a77d0> <<< 11924 1726884927.05021: 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 0x7fe3bb1a7a10> <<< 11924 1726884927.05024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884927.05079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884927.05134: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb1a7f50> <<< 11924 1726884927.05148: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884927.05174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884927.05189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884927.05226: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb015ca0> <<< 11924 1726884927.05272: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884927.05287: 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 0x7fe3bb0173e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884927.05311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884927.05331: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb0181d0> <<< 11924 1726884927.05397: 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' <<< 11924 1726884927.05425: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb019340> <<< 11924 1726884927.05428: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884927.05499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884927.05502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884927.05504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884927.05549: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb01be30> <<< 11924 1726884927.05604: 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 0x7fe3bb9cac60> <<< 11924 1726884927.05607: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb01a0f0> <<< 11924 1726884927.05626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884927.05654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884927.05694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884927.05726: 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 <<< 11924 1726884927.05736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884927.05825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884927.05829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb023ce0> import '_tokenize' # <<< 11924 1726884927.05859: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb0227b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb022510> <<< 11924 1726884927.05907: 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' <<< 11924 1726884927.06083: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb022a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb01a570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb067fb0> <<< 11924 1726884927.06087: 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 0x7fe3bb068170> <<< 11924 1726884927.06168: 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' <<< 11924 1726884927.06171: 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' <<< 11924 1726884927.06232: 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 0x7fe3bb069c10> <<< 11924 1726884927.06236: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb0699d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884927.06353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884927.06379: 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 0x7fe3bb06c170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb06a2d0> <<< 11924 1726884927.06398: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884927.06492: 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' <<< 11924 1726884927.06500: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884927.06560: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb06f950> <<< 11924 1726884927.06798: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb06c320> <<< 11924 1726884927.06807: stdout 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 0x7fe3bb070470> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb070830> <<< 11924 1726884927.06835: stdout 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 0x7fe3bb070800> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb068350> <<< 11924 1726884927.06870: 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' <<< 11924 1726884927.06884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884927.06967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884927.06979: 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 0x7fe3bb0fc1a0> <<< 11924 1726884927.07126: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884927.07141: 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 0x7fe3bb0fd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb072930> <<< 11924 1726884927.07252: 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 0x7fe3bb073ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb072570> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884927.07320: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.07416: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.07467: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884927.07489: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884927.07605: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.07725: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.08294: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.08871: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884927.08990: 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' # <<< 11924 1726884927.08994: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884927.09007: 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 0x7fe3baf017c0> <<< 11924 1726884927.09103: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884927.09107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884927.09109: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3baf02540> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb0fd400> <<< 11924 1726884927.09168: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884927.09219: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.09232: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884927.09426: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.09552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884927.09575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3baf02240> # zipimport: zlib available <<< 11924 1726884927.10035: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.10483: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.10620: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.10637: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884927.10737: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.10761: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884927.10979: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884927.11010: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884927.11029: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.11244: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.11477: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884927.11542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884927.11563: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884927.11654: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3baf03680> # zipimport: zlib available <<< 11924 1726884927.11719: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.11810: 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' # <<< 11924 1726884927.11834: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.11983: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884927.12023: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.12087: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.12157: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884927.12202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884927.12302: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3baf0e150> <<< 11924 1726884927.12368: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3baf09910> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884927.12389: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.12447: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.12530: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.12572: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.12630: stdout chunk (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' <<< 11924 1726884927.12647: 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 <<< 11924 1726884927.12671: 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 <<< 11924 1726884927.12869: 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 0x7fe3bb002960> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb1de630> <<< 11924 1726884927.12960: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3baf0dee0> <<< 11924 1726884927.12981: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb17cc80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884927.13004: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.13033: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884927.13096: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884927.13127: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884927.13145: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884927.13290: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.13512: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.14973: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/fstab", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1436, "inode": 268435653, "dev": 51714, "nlink": 1, "atime": 1726884857.1254098, "mtime": 1726884857.1224098, "ctime": 1726884857.1224098, "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": "96c084c3bf2c0fffe9bf1565f72c389acaee0b5c", "mimetype": "text/plain", "charset": "us-ascii", "version": "3378186958", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 11924 1726884927.15047: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884927.15467: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884927.15534: 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 <<< 11924 1726884927.15557: 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 <<< 11924 1726884927.15646: 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 # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.mod<<< 11924 1726884927.15674: stdout chunk (state=3): >>>ule_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 11924 1726884927.15896: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884927.15925: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884927.15940: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884927.15974: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 11924 1726884927.15978: stdout chunk (state=3): >>># destroy zipfile._path <<< 11924 1726884927.15980: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 11924 1726884927.16017: stdout chunk (state=3): >>># destroy ipaddress <<< 11924 1726884927.16019: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884927.16068: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884927.16083: 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 <<< 11924 1726884927.16115: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884927.16146: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 11924 1726884927.16168: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil <<< 11924 1726884927.16199: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884927.16267: 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 <<< 11924 1726884927.16301: 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 <<< 11924 1726884927.16345: 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 <<< 11924 1726884927.16362: 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 <<< 11924 1726884927.16406: 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 <<< 11924 1726884927.16426: 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 <<< 11924 1726884927.16559: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884927.16593: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 11924 1726884927.16606: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884927.16629: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884927.16677: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884927.16702: 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 <<< 11924 1726884927.16715: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884927.16860: 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 <<< 11924 1726884927.16900: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 11924 1726884927.16926: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884927.17417: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884927.17449: stderr chunk (state=3): >>><<< 11924 1726884927.17451: stdout chunk (state=3): >>><<< 11924 1726884927.17547: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bbb103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bbadfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bbb12960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb8e4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb8e5fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb923ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb923f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb95b860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb95bef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb93bb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9392b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb921070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb97f860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb97e480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb93a180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb97cbc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9b08f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9202f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb9b0da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9b0c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb9b1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb91ee10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9b1670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9b1370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9b2540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9c8740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb9c9e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9cacf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb9cb320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9ca270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb9cbda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9cb4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9b24b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb75fc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb7887a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb788500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb7887d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb789100> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb789a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb7889b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb75ddf0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb78ae10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb789b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb9b2c60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb7b7170> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb7df500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb838320> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb83aa80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb838440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb805310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb129430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb7de330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb78bd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe3bb7de690> # zipimport: found 30 names in '/tmp/ansible_stat_payload_2pkxivhy/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 0x7fe3bb17f140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb15e030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb15d190> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb17d010> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb1a6ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb1a6870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb1a6180> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb1a65d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb17fdd0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb1a77d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb1a7a10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb1a7f50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb015ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb0173e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb0181d0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb019340> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb01be30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb9cac60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb01a0f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb023ce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb0227b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb022510> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb022a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb01a570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb067fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb068170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb069c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb0699d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb06c170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb06a2d0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb06f950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb06c320> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb070470> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb070830> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb070800> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb068350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb0fc1a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb0fd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb072930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3bb073ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb072570> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3baf017c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3baf02540> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb0fd400> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3baf02240> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3baf03680> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe3baf0e150> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3baf09910> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb002960> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb1de630> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3baf0dee0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe3bb17cc80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/fstab", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1436, "inode": 268435653, "dev": 51714, "nlink": 1, "atime": 1726884857.1254098, "mtime": 1726884857.1224098, "ctime": 1726884857.1224098, "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": "96c084c3bf2c0fffe9bf1565f72c389acaee0b5c", "mimetype": "text/plain", "charset": "us-ascii", "version": "3378186958", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884927.18116: 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-1726884926.7963374-16059-141572154395580/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884927.18120: _low_level_execute_command(): starting 11924 1726884927.18122: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884926.7963374-16059-141572154395580/ > /dev/null 2>&1 && sleep 0' 11924 1726884927.18412: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884927.18425: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884927.18438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884927.18454: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884927.18474: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884927.18487: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884927.18574: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884927.18596: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884927.18615: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884927.18638: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884927.18767: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884927.20589: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884927.20611: stderr chunk (state=3): >>><<< 11924 1726884927.20614: stdout chunk (state=3): >>><<< 11924 1726884927.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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884927.20633: handler run complete 11924 1726884927.20673: attempt loop complete, returning result 11924 1726884927.20678: _execute() done 11924 1726884927.20680: dumping result to json 11924 1726884927.20683: done dumping result, returning 11924 1726884927.20695: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-f4c0-2290-000000002e31] 11924 1726884927.20700: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e31 11924 1726884927.20804: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e31 11924 1726884927.20807: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884857.1254098, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "96c084c3bf2c0fffe9bf1565f72c389acaee0b5c", "ctime": 1726884857.1224098, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 268435653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726884857.1224098, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1436, "uid": 0, "version": "3378186958", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 11924 1726884927.20932: no more pending results, returning what we have 11924 1726884927.20935: results queue empty 11924 1726884927.20936: checking for any_errors_fatal 11924 1726884927.20944: done checking for any_errors_fatal 11924 1726884927.20945: checking for max_fail_percentage 11924 1726884927.20946: done checking for max_fail_percentage 11924 1726884927.20947: checking to see if all hosts have failed and the running result is not ok 11924 1726884927.20948: done checking to see if all hosts have failed 11924 1726884927.20948: getting the remaining hosts for this loop 11924 1726884927.20950: done getting the remaining hosts for this loop 11924 1726884927.20953: getting the next task for host managed_node2 11924 1726884927.20961: done getting next task for host managed_node2 11924 1726884927.20965: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 11924 1726884927.20968: ^ 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 11924 1726884927.20978: getting variables 11924 1726884927.20980: in VariableManager get_vars() 11924 1726884927.21012: Calling all_inventory to load vars for managed_node2 11924 1726884927.21014: Calling groups_inventory to load vars for managed_node2 11924 1726884927.21020: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884927.21038: Calling all_plugins_play to load vars for managed_node2 11924 1726884927.21041: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884927.21044: Calling groups_plugins_play to load vars for managed_node2 11924 1726884927.21885: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884927.22522: done with get_vars() 11924 1726884927.22539: done getting variables TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 20 September 2024 22:15:27 -0400 (0:00:00.481) 0:01:32.565 ****** 11924 1726884927.22645: entering _queue_task() for managed_node2/lineinfile 11924 1726884927.23188: worker is 1 (out of 1 available) 11924 1726884927.23209: exiting _queue_task() for managed_node2/lineinfile 11924 1726884927.23222: done queuing things up, now waiting for results queue to drain 11924 1726884927.23224: waiting for pending results... 11924 1726884927.23902: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 11924 1726884927.24024: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e32 11924 1726884927.24038: variable 'ansible_search_path' from source: unknown 11924 1726884927.24042: variable 'ansible_search_path' from source: unknown 11924 1726884927.24067: calling self._execute() 11924 1726884927.24173: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884927.24177: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884927.24186: variable 'omit' from source: magic vars 11924 1726884927.24481: variable '__storage_fstab' from source: set_fact 11924 1726884927.24537: Evaluated conditional (__storage_fstab.stat.exists): True 11924 1726884927.24621: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884927.24826: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884927.24864: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884927.24890: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884927.24918: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884927.24989: variable 'blivet_output' from source: set_fact 11924 1726884927.25011: Evaluated conditional (blivet_output is changed): False 11924 1726884927.25015: when evaluation is False, skipping this task 11924 1726884927.25018: _execute() done 11924 1726884927.25020: dumping result to json 11924 1726884927.25022: done dumping result, returning 11924 1726884927.25029: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-f4c0-2290-000000002e32] 11924 1726884927.25034: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e32 11924 1726884927.25133: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e32 11924 1726884927.25136: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } 11924 1726884927.25188: no more pending results, returning what we have 11924 1726884927.25192: results queue empty 11924 1726884927.25193: checking for any_errors_fatal 11924 1726884927.25203: done checking for any_errors_fatal 11924 1726884927.25204: checking for max_fail_percentage 11924 1726884927.25206: done checking for max_fail_percentage 11924 1726884927.25207: checking to see if all hosts have failed and the running result is not ok 11924 1726884927.25208: done checking to see if all hosts have failed 11924 1726884927.25208: getting the remaining hosts for this loop 11924 1726884927.25210: done getting the remaining hosts for this loop 11924 1726884927.25213: getting the next task for host managed_node2 11924 1726884927.25222: done getting next task for host managed_node2 11924 1726884927.25225: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 11924 1726884927.25229: ^ 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 11924 1726884927.25250: getting variables 11924 1726884927.25252: in VariableManager get_vars() 11924 1726884927.25283: Calling all_inventory to load vars for managed_node2 11924 1726884927.25285: Calling groups_inventory to load vars for managed_node2 11924 1726884927.25287: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884927.25295: Calling all_plugins_play to load vars for managed_node2 11924 1726884927.25298: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884927.25300: Calling groups_plugins_play to load vars for managed_node2 11924 1726884927.25671: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884927.26708: done with get_vars() 11924 1726884927.26722: done getting variables TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 20 September 2024 22:15:27 -0400 (0:00:00.041) 0:01:32.607 ****** 11924 1726884927.26824: entering _queue_task() for managed_node2/systemd 11924 1726884927.27086: worker is 1 (out of 1 available) 11924 1726884927.27099: exiting _queue_task() for managed_node2/systemd 11924 1726884927.27110: done queuing things up, now waiting for results queue to drain 11924 1726884927.27112: waiting for pending results... 11924 1726884927.27615: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 11924 1726884927.27621: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e34 11924 1726884927.27624: variable 'ansible_search_path' from source: unknown 11924 1726884927.27627: variable 'ansible_search_path' from source: unknown 11924 1726884927.27629: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884927.27813: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884927.27872: dumping result to json 11924 1726884927.27880: done dumping result, returning 11924 1726884927.27900: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-f4c0-2290-000000002e34] 11924 1726884927.27910: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e34 skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884927.28137: no more pending results, returning what we have 11924 1726884927.28141: results queue empty 11924 1726884927.28142: checking for any_errors_fatal 11924 1726884927.28157: done checking for any_errors_fatal 11924 1726884927.28159: checking for max_fail_percentage 11924 1726884927.28161: done checking for max_fail_percentage 11924 1726884927.28162: checking to see if all hosts have failed and the running result is not ok 11924 1726884927.28162: done checking to see if all hosts have failed 11924 1726884927.28163: getting the remaining hosts for this loop 11924 1726884927.28165: done getting the remaining hosts for this loop 11924 1726884927.28169: getting the next task for host managed_node2 11924 1726884927.28180: done getting next task for host managed_node2 11924 1726884927.28184: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 11924 1726884927.28188: ^ 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 11924 1726884927.28218: getting variables 11924 1726884927.28220: in VariableManager get_vars() 11924 1726884927.28271: Calling all_inventory to load vars for managed_node2 11924 1726884927.28274: Calling groups_inventory to load vars for managed_node2 11924 1726884927.28277: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884927.28282: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e34 11924 1726884927.28285: WORKER PROCESS EXITING 11924 1726884927.28305: Calling all_plugins_play to load vars for managed_node2 11924 1726884927.28309: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884927.28312: Calling groups_plugins_play to load vars for managed_node2 11924 1726884927.28737: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884927.29100: done with get_vars() 11924 1726884927.29111: done getting variables 11924 1726884927.29152: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 20 September 2024 22:15:27 -0400 (0:00:00.023) 0:01:32.630 ****** 11924 1726884927.29176: entering _queue_task() for managed_node2/debug 11924 1726884927.29358: worker is 1 (out of 1 available) 11924 1726884927.29371: exiting _queue_task() for managed_node2/debug 11924 1726884927.29384: done queuing things up, now waiting for results queue to drain 11924 1726884927.29386: waiting for pending results... 11924 1726884927.29585: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show blivet_output 11924 1726884927.29705: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e36 11924 1726884927.29730: variable 'ansible_search_path' from source: unknown 11924 1726884927.29733: variable 'ansible_search_path' from source: unknown 11924 1726884927.29751: calling self._execute() 11924 1726884927.29843: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884927.29847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884927.29857: variable 'omit' from source: magic vars 11924 1726884927.29970: variable 'omit' from source: magic vars 11924 1726884927.30020: variable 'omit' from source: magic vars 11924 1726884927.30103: variable 'omit' from source: magic vars 11924 1726884927.30106: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884927.30160: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884927.30190: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884927.30227: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884927.30260: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884927.30263: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884927.30300: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884927.30337: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884927.30343: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884927.30479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884927.30506: Set connection var ansible_shell_executable to /bin/sh 11924 1726884927.30509: Set connection var ansible_connection to ssh 11924 1726884927.30512: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884927.30515: Set connection var ansible_timeout to 10 11924 1726884927.30517: Set connection var ansible_pipelining to False 11924 1726884927.30520: Set connection var ansible_shell_type to sh 11924 1726884927.30549: variable 'ansible_shell_executable' from source: unknown 11924 1726884927.30553: variable 'ansible_connection' from source: unknown 11924 1726884927.30568: variable 'ansible_module_compression' from source: unknown 11924 1726884927.30572: variable 'ansible_shell_type' from source: unknown 11924 1726884927.30575: variable 'ansible_shell_executable' from source: unknown 11924 1726884927.30577: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884927.30579: variable 'ansible_pipelining' from source: unknown 11924 1726884927.30581: variable 'ansible_timeout' from source: unknown 11924 1726884927.30584: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884927.30858: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884927.30862: variable 'omit' from source: magic vars 11924 1726884927.30864: starting attempt loop 11924 1726884927.30867: running the handler 11924 1726884927.30869: variable 'blivet_output' from source: set_fact 11924 1726884927.31049: variable 'blivet_output' from source: set_fact 11924 1726884927.31447: handler run complete 11924 1726884927.31515: attempt loop complete, returning result 11924 1726884927.31527: _execute() done 11924 1726884927.31536: dumping result to json 11924 1726884927.31553: done dumping result, returning 11924 1726884927.31575: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-f4c0-2290-000000002e36] 11924 1726884927.31588: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e36 ok: [managed_node2] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "mounted" } ], "packages": [ "xfsprogs", "lvm2" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } 11924 1726884927.32176: no more pending results, returning what we have 11924 1726884927.32180: results queue empty 11924 1726884927.32181: checking for any_errors_fatal 11924 1726884927.32187: done checking for any_errors_fatal 11924 1726884927.32187: checking for max_fail_percentage 11924 1726884927.32189: done checking for max_fail_percentage 11924 1726884927.32190: checking to see if all hosts have failed and the running result is not ok 11924 1726884927.32191: done checking to see if all hosts have failed 11924 1726884927.32193: getting the remaining hosts for this loop 11924 1726884927.32194: done getting the remaining hosts for this loop 11924 1726884927.32197: getting the next task for host managed_node2 11924 1726884927.32203: done getting next task for host managed_node2 11924 1726884927.32209: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 11924 1726884927.32213: ^ 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 11924 1726884927.32246: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e36 11924 1726884927.32253: WORKER PROCESS EXITING 11924 1726884927.32267: getting variables 11924 1726884927.32269: in VariableManager get_vars() 11924 1726884927.32305: Calling all_inventory to load vars for managed_node2 11924 1726884927.32307: Calling groups_inventory to load vars for managed_node2 11924 1726884927.32310: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884927.32317: Calling all_plugins_play to load vars for managed_node2 11924 1726884927.32322: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884927.32326: Calling groups_plugins_play to load vars for managed_node2 11924 1726884927.32966: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884927.33573: done with get_vars() 11924 1726884927.33588: done getting variables 11924 1726884927.33649: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 20 September 2024 22:15:27 -0400 (0:00:00.044) 0:01:32.675 ****** 11924 1726884927.33685: entering _queue_task() for managed_node2/set_fact 11924 1726884927.33937: worker is 1 (out of 1 available) 11924 1726884927.33948: exiting _queue_task() for managed_node2/set_fact 11924 1726884927.33963: done queuing things up, now waiting for results queue to drain 11924 1726884927.33965: waiting for pending results... 11924 1726884927.34237: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 11924 1726884927.34385: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e37 11924 1726884927.34396: variable 'ansible_search_path' from source: unknown 11924 1726884927.34401: variable 'ansible_search_path' from source: unknown 11924 1726884927.34461: calling self._execute() 11924 1726884927.34538: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884927.34541: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884927.34550: variable 'omit' from source: magic vars 11924 1726884927.34630: variable 'omit' from source: magic vars 11924 1726884927.34677: variable 'omit' from source: magic vars 11924 1726884927.34870: variable 'blivet_output' from source: set_fact 11924 1726884927.35141: variable 'omit' from source: magic vars 11924 1726884927.35166: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884927.35194: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884927.35213: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884927.35226: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884927.35235: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884927.35250: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884927.35266: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884927.35430: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884927.35433: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884927.35436: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884927.35438: Set connection var ansible_shell_executable to /bin/sh 11924 1726884927.35440: Set connection var ansible_connection to ssh 11924 1726884927.35442: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884927.35444: Set connection var ansible_timeout to 10 11924 1726884927.35446: Set connection var ansible_pipelining to False 11924 1726884927.35452: Set connection var ansible_shell_type to sh 11924 1726884927.35475: variable 'ansible_shell_executable' from source: unknown 11924 1726884927.35485: variable 'ansible_connection' from source: unknown 11924 1726884927.35487: variable 'ansible_module_compression' from source: unknown 11924 1726884927.35489: variable 'ansible_shell_type' from source: unknown 11924 1726884927.35496: variable 'ansible_shell_executable' from source: unknown 11924 1726884927.35498: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884927.35500: variable 'ansible_pipelining' from source: unknown 11924 1726884927.35505: variable 'ansible_timeout' from source: unknown 11924 1726884927.35507: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884927.35597: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884927.35608: variable 'omit' from source: magic vars 11924 1726884927.35614: starting attempt loop 11924 1726884927.35617: running the handler 11924 1726884927.35627: handler run complete 11924 1726884927.35634: attempt loop complete, returning result 11924 1726884927.35637: _execute() done 11924 1726884927.35641: dumping result to json 11924 1726884927.35706: done dumping result, returning 11924 1726884927.35711: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-f4c0-2290-000000002e37] 11924 1726884927.35713: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e37 11924 1726884927.35784: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e37 11924 1726884927.35787: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } 11924 1726884927.35912: no more pending results, returning what we have 11924 1726884927.35920: results queue empty 11924 1726884927.35920: checking for any_errors_fatal 11924 1726884927.35929: done checking for any_errors_fatal 11924 1726884927.35929: checking for max_fail_percentage 11924 1726884927.35930: done checking for max_fail_percentage 11924 1726884927.35931: checking to see if all hosts have failed and the running result is not ok 11924 1726884927.35931: done checking to see if all hosts have failed 11924 1726884927.35932: getting the remaining hosts for this loop 11924 1726884927.35933: done getting the remaining hosts for this loop 11924 1726884927.35935: getting the next task for host managed_node2 11924 1726884927.35938: done getting next task for host managed_node2 11924 1726884927.35940: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 11924 1726884927.35943: ^ 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 11924 1726884927.35951: getting variables 11924 1726884927.35952: in VariableManager get_vars() 11924 1726884927.35974: Calling all_inventory to load vars for managed_node2 11924 1726884927.35976: Calling groups_inventory to load vars for managed_node2 11924 1726884927.35977: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884927.35983: Calling all_plugins_play to load vars for managed_node2 11924 1726884927.35984: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884927.35986: Calling groups_plugins_play to load vars for managed_node2 11924 1726884927.36312: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884927.36670: done with get_vars() 11924 1726884927.36683: done getting variables 11924 1726884927.36722: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 20 September 2024 22:15:27 -0400 (0:00:00.030) 0:01:32.706 ****** 11924 1726884927.36745: entering _queue_task() for managed_node2/set_fact 11924 1726884927.36957: worker is 1 (out of 1 available) 11924 1726884927.36969: exiting _queue_task() for managed_node2/set_fact 11924 1726884927.36982: done queuing things up, now waiting for results queue to drain 11924 1726884927.36983: waiting for pending results... 11924 1726884927.37171: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 11924 1726884927.37263: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e38 11924 1726884927.37275: variable 'ansible_search_path' from source: unknown 11924 1726884927.37278: variable 'ansible_search_path' from source: unknown 11924 1726884927.37303: calling self._execute() 11924 1726884927.37392: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884927.37395: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884927.37403: variable 'omit' from source: magic vars 11924 1726884927.37530: variable 'omit' from source: magic vars 11924 1726884927.37547: variable 'omit' from source: magic vars 11924 1726884927.37721: variable 'blivet_output' from source: set_fact 11924 1726884927.37780: variable 'omit' from source: magic vars 11924 1726884927.37810: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884927.37835: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884927.37850: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884927.37873: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884927.37878: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884927.37919: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884927.37926: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884927.38162: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884927.38165: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884927.38168: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884927.38176: Set connection var ansible_shell_executable to /bin/sh 11924 1726884927.38179: Set connection var ansible_connection to ssh 11924 1726884927.38181: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884927.38182: Set connection var ansible_timeout to 10 11924 1726884927.38230: Set connection var ansible_pipelining to False 11924 1726884927.38233: Set connection var ansible_shell_type to sh 11924 1726884927.38236: variable 'ansible_shell_executable' from source: unknown 11924 1726884927.38243: variable 'ansible_connection' from source: unknown 11924 1726884927.38248: variable 'ansible_module_compression' from source: unknown 11924 1726884927.38250: variable 'ansible_shell_type' from source: unknown 11924 1726884927.38252: variable 'ansible_shell_executable' from source: unknown 11924 1726884927.38259: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884927.38262: variable 'ansible_pipelining' from source: unknown 11924 1726884927.38289: variable 'ansible_timeout' from source: unknown 11924 1726884927.38327: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884927.38561: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884927.38649: variable 'omit' from source: magic vars 11924 1726884927.38678: starting attempt loop 11924 1726884927.38682: running the handler 11924 1726884927.38726: handler run complete 11924 1726884927.38735: attempt loop complete, returning result 11924 1726884927.38790: _execute() done 11924 1726884927.38793: dumping result to json 11924 1726884927.38835: done dumping result, returning 11924 1726884927.38839: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-f4c0-2290-000000002e38] 11924 1726884927.38844: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e38 ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 11924 1726884927.39283: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e38 11924 1726884927.39286: WORKER PROCESS EXITING 11924 1726884927.39307: no more pending results, returning what we have 11924 1726884927.39310: results queue empty 11924 1726884927.39311: checking for any_errors_fatal 11924 1726884927.39319: done checking for any_errors_fatal 11924 1726884927.39320: checking for max_fail_percentage 11924 1726884927.39321: done checking for max_fail_percentage 11924 1726884927.39322: checking to see if all hosts have failed and the running result is not ok 11924 1726884927.39323: done checking to see if all hosts have failed 11924 1726884927.39323: getting the remaining hosts for this loop 11924 1726884927.39325: done getting the remaining hosts for this loop 11924 1726884927.39328: getting the next task for host managed_node2 11924 1726884927.39334: done getting next task for host managed_node2 11924 1726884927.39343: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 11924 1726884927.39346: ^ 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 11924 1726884927.39361: getting variables 11924 1726884927.39363: in VariableManager get_vars() 11924 1726884927.39407: Calling all_inventory to load vars for managed_node2 11924 1726884927.39410: Calling groups_inventory to load vars for managed_node2 11924 1726884927.39412: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884927.39423: Calling all_plugins_play to load vars for managed_node2 11924 1726884927.39429: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884927.39438: Calling groups_plugins_play to load vars for managed_node2 11924 1726884927.40062: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884927.40676: done with get_vars() 11924 1726884927.40694: done getting variables TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 20 September 2024 22:15:27 -0400 (0:00:00.040) 0:01:32.746 ****** 11924 1726884927.40810: entering _queue_task() for managed_node2/mount 11924 1726884927.41052: worker is 1 (out of 1 available) 11924 1726884927.41068: exiting _queue_task() for managed_node2/mount 11924 1726884927.41083: done queuing things up, now waiting for results queue to drain 11924 1726884927.41084: waiting for pending results... 11924 1726884927.41399: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 11924 1726884927.41504: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e39 11924 1726884927.41550: variable 'ansible_search_path' from source: unknown 11924 1726884927.41557: variable 'ansible_search_path' from source: unknown 11924 1726884927.42061: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884927.44707: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884927.44784: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884927.44836: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884927.44910: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884927.44945: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884927.45034: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884927.45074: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884927.45106: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884927.45159: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884927.45180: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884927.45242: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884927.45276: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884927.45307: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884927.45359: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884927.45380: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884927.45582: variable 'blivet_output' from source: set_fact 11924 1726884927.45696: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884927.46009: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884927.46099: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884927.46217: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884927.46221: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884927.46244: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884927.46263: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884927.46287: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884927.46304: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884927.46371: dumping result to json 11924 1726884927.46375: done dumping result, returning 11924 1726884927.46377: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-f4c0-2290-000000002e39] 11924 1726884927.46379: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e39 11924 1726884927.46498: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e39 11924 1726884927.46501: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884927.46547: no more pending results, returning what we have 11924 1726884927.46550: results queue empty 11924 1726884927.46550: checking for any_errors_fatal 11924 1726884927.46559: done checking for any_errors_fatal 11924 1726884927.46559: checking for max_fail_percentage 11924 1726884927.46561: done checking for max_fail_percentage 11924 1726884927.46562: checking to see if all hosts have failed and the running result is not ok 11924 1726884927.46563: done checking to see if all hosts have failed 11924 1726884927.46564: getting the remaining hosts for this loop 11924 1726884927.46565: done getting the remaining hosts for this loop 11924 1726884927.46569: getting the next task for host managed_node2 11924 1726884927.46577: done getting next task for host managed_node2 11924 1726884927.46581: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884927.46584: ^ 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 11924 1726884927.46608: getting variables 11924 1726884927.46610: in VariableManager get_vars() 11924 1726884927.46652: Calling all_inventory to load vars for managed_node2 11924 1726884927.46685: Calling groups_inventory to load vars for managed_node2 11924 1726884927.46689: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884927.46697: Calling all_plugins_play to load vars for managed_node2 11924 1726884927.46700: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884927.46709: Calling groups_plugins_play to load vars for managed_node2 11924 1726884927.47491: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884927.47983: done with get_vars() 11924 1726884927.47993: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 20 September 2024 22:15:27 -0400 (0:00:00.073) 0:01:32.820 ****** 11924 1726884927.48112: entering _queue_task() for managed_node2/systemd 11924 1726884927.48414: worker is 1 (out of 1 available) 11924 1726884927.48428: exiting _queue_task() for managed_node2/systemd 11924 1726884927.48443: done queuing things up, now waiting for results queue to drain 11924 1726884927.48445: waiting for pending results... 11924 1726884927.48791: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884927.48970: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e3b 11924 1726884927.48979: variable 'ansible_search_path' from source: unknown 11924 1726884927.48983: variable 'ansible_search_path' from source: unknown 11924 1726884927.48986: calling self._execute() 11924 1726884927.49068: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884927.49076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884927.49087: variable 'omit' from source: magic vars 11924 1726884927.49362: variable 'blivet_output' from source: set_fact 11924 1726884927.49454: Evaluated conditional (blivet_output['mounts']): True 11924 1726884927.49461: variable 'omit' from source: magic vars 11924 1726884927.49500: variable 'omit' from source: magic vars 11924 1726884927.49505: variable 'omit' from source: magic vars 11924 1726884927.49663: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884927.49667: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884927.49669: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884927.49672: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884927.49674: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884927.49676: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884927.49678: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884927.49723: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884927.49726: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884927.49729: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884927.49815: Set connection var ansible_shell_executable to /bin/sh 11924 1726884927.49818: Set connection var ansible_connection to ssh 11924 1726884927.49821: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884927.49828: Set connection var ansible_timeout to 10 11924 1726884927.49832: Set connection var ansible_pipelining to False 11924 1726884927.49838: Set connection var ansible_shell_type to sh 11924 1726884927.49867: variable 'ansible_shell_executable' from source: unknown 11924 1726884927.49870: variable 'ansible_connection' from source: unknown 11924 1726884927.49874: variable 'ansible_module_compression' from source: unknown 11924 1726884927.49877: variable 'ansible_shell_type' from source: unknown 11924 1726884927.49879: variable 'ansible_shell_executable' from source: unknown 11924 1726884927.49881: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884927.49883: variable 'ansible_pipelining' from source: unknown 11924 1726884927.49885: variable 'ansible_timeout' from source: unknown 11924 1726884927.49891: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884927.50166: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884927.50170: variable 'omit' from source: magic vars 11924 1726884927.50172: starting attempt loop 11924 1726884927.50175: running the handler 11924 1726884927.50176: _low_level_execute_command(): starting 11924 1726884927.50178: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884927.50969: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884927.51020: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884927.51037: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884927.51050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884927.51061: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884927.51069: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884927.51081: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884927.51105: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884927.51147: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884927.51195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884927.51198: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884927.51236: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884927.51259: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884927.51314: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884927.53080: stdout chunk (state=3): >>>/root <<< 11924 1726884927.53188: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884927.53191: stdout chunk (state=3): >>><<< 11924 1726884927.53194: stderr chunk (state=3): >>><<< 11924 1726884927.53390: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884927.53393: _low_level_execute_command(): starting 11924 1726884927.53395: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884927.5325232-16092-141142991713030 `" && echo ansible-tmp-1726884927.5325232-16092-141142991713030="` echo /root/.ansible/tmp/ansible-tmp-1726884927.5325232-16092-141142991713030 `" ) && sleep 0' 11924 1726884927.54748: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884927.54812: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884927.54832: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884927.54871: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884927.54989: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884927.56939: stdout chunk (state=3): >>>ansible-tmp-1726884927.5325232-16092-141142991713030=/root/.ansible/tmp/ansible-tmp-1726884927.5325232-16092-141142991713030 <<< 11924 1726884927.57128: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884927.57249: stdout chunk (state=3): >>><<< 11924 1726884927.57252: stderr chunk (state=3): >>><<< 11924 1726884927.57257: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884927.5325232-16092-141142991713030=/root/.ansible/tmp/ansible-tmp-1726884927.5325232-16092-141142991713030 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884927.57363: variable 'ansible_module_compression' from source: unknown 11924 1726884927.57495: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 11924 1726884927.57564: variable 'ansible_facts' from source: unknown 11924 1726884927.57889: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884927.5325232-16092-141142991713030/AnsiballZ_systemd.py 11924 1726884927.58207: Sending initial data 11924 1726884927.58213: Sent initial data (156 bytes) 11924 1726884927.58601: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884927.58605: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884927.58608: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884927.58610: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884927.58653: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884927.58662: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884927.58717: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884927.60352: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884927.60435: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884927.60492: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp6fdg4bbk /root/.ansible/tmp/ansible-tmp-1726884927.5325232-16092-141142991713030/AnsiballZ_systemd.py <<< 11924 1726884927.60497: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884927.5325232-16092-141142991713030/AnsiballZ_systemd.py" <<< 11924 1726884927.60529: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp6fdg4bbk" to remote "/root/.ansible/tmp/ansible-tmp-1726884927.5325232-16092-141142991713030/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884927.5325232-16092-141142991713030/AnsiballZ_systemd.py" <<< 11924 1726884927.61692: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884927.61764: stderr chunk (state=3): >>><<< 11924 1726884927.61767: stdout chunk (state=3): >>><<< 11924 1726884927.61769: done transferring module to remote 11924 1726884927.61772: _low_level_execute_command(): starting 11924 1726884927.61777: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884927.5325232-16092-141142991713030/ /root/.ansible/tmp/ansible-tmp-1726884927.5325232-16092-141142991713030/AnsiballZ_systemd.py && sleep 0' 11924 1726884927.62267: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884927.62271: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884927.62273: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884927.62305: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884927.62335: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884927.62351: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884927.62407: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884927.64257: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884927.64281: stderr chunk (state=3): >>><<< 11924 1726884927.64285: stdout chunk (state=3): >>><<< 11924 1726884927.64294: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884927.64298: _low_level_execute_command(): starting 11924 1726884927.64311: _low_level_execute_command(): using become for this command 11924 1726884927.64325: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-sbpwoevrkqorzevctcpkyzcnjmsrzhhm ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884927.5325232-16092-141142991713030/AnsiballZ_systemd.py'"'"' && sleep 0' 11924 1726884927.64458: Initial state: awaiting_escalation: BECOME-SUCCESS-sbpwoevrkqorzevctcpkyzcnjmsrzhhm 11924 1726884927.65349: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884927.65353: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884927.65512: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884927.68524: stdout chunk (state=1): >>>BECOME-SUCCESS-sbpwoevrkqorzevctcpkyzcnjmsrzhhm <<< 11924 1726884927.68547: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-sbpwoevrkqorzevctcpkyzcnjmsrzhhm' 11924 1726884927.68863: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884927.68900: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884927.68933: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884927.68954: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884927.69006: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884927.69097: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # import '_frozen_importlib_external' # <<< 11924 1726884927.69122: stdout chunk (state=3): >>># installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884927.69180: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884927.69199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 11924 1726884927.69220: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884927.69313: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884927.69316: 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 0x7fc4296183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4295e7a10> <<< 11924 1726884927.69372: 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 0x7fc42961a960> <<< 11924 1726884927.69380: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884927.69415: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884927.69452: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884927.69715: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884927.69831: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884927.69842: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4293c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884927.69969: 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 0x7fc4293c9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884927.70564: 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' <<< 11924 1726884927.70569: 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' <<< 11924 1726884927.70574: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429407ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884927.70577: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429407f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884927.70624: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884927.70686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884927.70742: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884927.70992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 11924 1726884927.70997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42943f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42943ff80> import '_collections' # <<< 11924 1726884927.71242: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42941fb90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42941d2b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429405070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429463860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429462480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42941e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429460cb0> <<< 11924 1726884927.71246: 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 0x7fc4294948c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4294042f0> <<< 11924 1726884927.71291: 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' <<< 11924 1726884927.71383: 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 0x7fc429494d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429494c20> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc429494fb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429402e10> <<< 11924 1726884927.71524: 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 <<< 11924 1726884927.71534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884927.71597: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429495670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429495340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429496570> import 'importlib.util' # <<< 11924 1726884927.71651: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884927.71659: 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' <<< 11924 1726884927.71716: 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 0x7fc4294ac7a0> import 'errno' # <<< 11924 1726884927.71720: 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 0x7fc4294ade50> <<< 11924 1726884927.71775: 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 <<< 11924 1726884927.71801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4294aecf0> <<< 11924 1726884927.71830: 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 0x7fc4294af320> <<< 11924 1726884927.71849: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4294ae240> <<< 11924 1726884927.71853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884927.71877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884927.71921: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884927.71925: 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 0x7fc4294afda0> <<< 11924 1726884927.71937: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4294af4d0> <<< 11924 1726884927.71980: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4294965d0> <<< 11924 1726884927.71998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884927.72057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884927.72063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884927.72086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884927.72145: 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 0x7fc429197cb0> <<< 11924 1726884927.72165: 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' <<< 11924 1726884927.72245: 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 0x7fc4291c0710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4291c0470> <<< 11924 1726884927.72253: 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 0x7fc4291c0740> <<< 11924 1726884927.72260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884927.72279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884927.72327: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884927.72445: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4291c1070> <<< 11924 1726884927.72581: 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 0x7fc4291c1a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4291c0920> <<< 11924 1726884927.72615: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429195e50> <<< 11924 1726884927.72669: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884927.72738: 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 <<< 11924 1726884927.72812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4291c2e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4291c1bb0> <<< 11924 1726884927.72835: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429496cc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884927.72866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884927.72868: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884927.72903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884927.72941: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4291eb200> <<< 11924 1726884927.72996: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884927.73023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884927.73079: 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' <<< 11924 1726884927.73106: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429213590> <<< 11924 1726884927.73135: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884927.73148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884927.73206: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884927.73224: 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 0x7fc429270380> <<< 11924 1726884927.73251: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884927.73278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884927.73311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884927.73346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884927.73437: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429272ae0> <<< 11924 1726884927.73514: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4292704a0> <<< 11924 1726884927.73551: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42923d3a0> <<< 11924 1726884927.73578: 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' <<< 11924 1726884927.73599: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428b29460> <<< 11924 1726884927.73611: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429212390> <<< 11924 1726884927.73615: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4291c3dd0> <<< 11924 1726884927.73805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884927.73818: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc4292126f0> <<< 11924 1726884927.74150: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_9nv1pxz0/ansible_systemd_payload.zip' # zipimport: zlib available <<< 11924 1726884927.74395: 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 0x7fc428b93170> import '_typing' # <<< 11924 1726884927.74579: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428b6e060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428b6d1f0> # zipimport: zlib available <<< 11924 1726884927.74612: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884927.74628: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.74690: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.74707: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884927.76073: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.77244: 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 0x7fc428b91040> <<< 11924 1726884927.77272: 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' <<< 11924 1726884927.77332: 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' <<< 11924 1726884927.77358: 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' <<< 11924 1726884927.77389: 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 0x7fc428bc2b40> <<< 11924 1726884927.77421: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428bc28d0> <<< 11924 1726884927.77499: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428bc2210> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884927.77552: 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 0x7fc428bc2930> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428b93e00> import 'atexit' # <<< 11924 1726884927.77574: 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 0x7fc428bc3860> <<< 11924 1726884927.77778: 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 0x7fc428bc3a70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428bc3f80> import 'pwd' # <<< 11924 1726884927.77796: 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' <<< 11924 1726884927.77904: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a2dd30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc428a2f950> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884927.77942: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a30320> <<< 11924 1726884927.78005: 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' <<< 11924 1726884927.78018: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a31220> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884927.78066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884927.78114: 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' <<< 11924 1726884927.78313: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a33f50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc429402db0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a32210> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884927.78421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884927.78466: 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 0x7fc428a3be90> import '_tokenize' # <<< 11924 1726884927.78533: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a3a960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a3a6c0> <<< 11924 1726884927.78566: 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' <<< 11924 1726884927.78643: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a3ac30> <<< 11924 1726884927.78738: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a32720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc428a7fef0> <<< 11924 1726884927.78799: 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 0x7fc428a80260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884927.78889: 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 0x7fc428a81ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a81a60> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884927.78962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884927.78965: 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 0x7fc428a84290> <<< 11924 1726884927.79030: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a82390> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884927.79066: 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' <<< 11924 1726884927.79107: stdout chunk (state=3): >>>import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a87a70> <<< 11924 1726884927.79219: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a84440> <<< 11924 1726884927.79283: stdout 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 0x7fc428a88b30> <<< 11924 1726884927.79327: stdout 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 0x7fc428a88ad0> <<< 11924 1726884927.79424: stdout 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 0x7fc428a88d40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a80380> <<< 11924 1726884927.79471: 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' <<< 11924 1726884927.79535: 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 0x7fc428914380> <<< 11924 1726884927.79648: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884927.79687: 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 0x7fc4289153a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a8ab10> <<< 11924 1726884927.79718: 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 0x7fc428a8bec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a8a780> # zipimport: zlib available <<< 11924 1726884927.79761: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884927.79768: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.79852: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.80026: 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 <<< 11924 1726884927.80181: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.80257: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.80811: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.81569: 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 0x7fc428919520> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42891a330> <<< 11924 1726884927.81573: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428b930e0> <<< 11924 1726884927.81626: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884927.81629: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.81672: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.81677: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884927.81689: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.81834: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.82001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884927.82015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42891a0f0> # zipimport: zlib available <<< 11924 1726884927.82480: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.83119: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.83123: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884927.83193: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.83199: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884927.83202: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.83262: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.83584: 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 <<< 11924 1726884927.83689: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.83914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884927.83976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884927.83993: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884927.84058: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42891b4d0> <<< 11924 1726884927.84107: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.84146: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.84269: 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' # <<< 11924 1726884927.84373: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884927.84393: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884927.84440: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.84454: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.84541: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.84624: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884927.84668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884927.84713: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4289260c0> <<< 11924 1726884927.84739: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428923d70> <<< 11924 1726884927.84790: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884927.84808: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.84884: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.84984: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.85029: 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' <<< 11924 1726884927.85068: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884927.85193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884927.85220: 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 0x7fc428a02960> <<< 11924 1726884927.85300: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428afa630> <<< 11924 1726884927.85379: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428926180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4289154f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884927.85383: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.85425: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.85439: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884927.85495: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884927.85566: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884927.85717: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.85928: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884927.85968: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.85997: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.86054: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.86080: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.86128: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 11924 1726884927.86144: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.86202: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.86287: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.86303: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.86388: 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 <<< 11924 1726884927.86418: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884927.86508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884927.86524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884927.86585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884927.86627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884927.86632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884927.86654: 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 0x7fc4285cac90> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4285ca0c0> <<< 11924 1726884927.86733: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4285c85c0> <<< 11924 1726884927.87062: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4289b6600> <<< 11924 1726884927.87087: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4289b4560> import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 11924 1726884927.87221: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.87395: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.87433: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.87513: 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' <<< 11924 1726884927.87566: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 11924 1726884927.87577: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4289b6a20> <<< 11924 1726884927.87620: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 11924 1726884927.87629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 11924 1726884927.87659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884927.87696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884927.87728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 11924 1726884927.87747: 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 0x7fc428650e60> <<< 11924 1726884927.87783: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884927.87794: 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 0x7fc428651190> <<< 11924 1726884927.87839: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428640980> <<< 11924 1726884927.87869: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42861bc20> <<< 11924 1726884927.87892: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42899da00> <<< 11924 1726884927.87920: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42899c9e0> <<< 11924 1726884927.87935: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 11924 1726884927.87977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 11924 1726884927.88017: 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' <<< 11924 1726884927.88023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 11924 1726884927.88045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 11924 1726884927.88092: 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 0x7fc428653cb0> <<< 11924 1726884927.88096: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428653560> <<< 11924 1726884927.88127: 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 0x7fc428653740> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428652990> <<< 11924 1726884927.88164: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 11924 1726884927.88195: 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 0x7fc428653e90> <<< 11924 1726884927.88218: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 11924 1726884927.88283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884927.88288: 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 0x7fc428472a80> <<< 11924 1726884927.88331: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428470a70> <<< 11924 1726884927.88385: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42899f080> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # <<< 11924 1726884927.88426: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884927.88446: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 11924 1726884927.88504: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.88536: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available <<< 11924 1726884927.88637: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.88717: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884927.88741: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884927.88781: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 11924 1726884927.88859: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.88932: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 11924 1726884927.88984: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.89019: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 11924 1726884927.89050: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.89115: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.89147: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.89229: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 11924 1726884927.89240: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 11924 1726884927.89737: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.90141: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 11924 1726884927.90306: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.90543: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available <<< 11924 1726884927.90610: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.90614: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 11924 1726884927.90616: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.90713: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 11924 1726884927.90931: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.90939: 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 0x7fc4284730b0> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884927.90992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884927.91077: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428473aa0> import 'ansible.module_utils.facts.system.local' # <<< 11924 1726884927.91106: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.91125: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.91221: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 11924 1726884927.91225: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.91317: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.91381: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 11924 1726884927.91398: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.91452: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.91532: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 11924 1726884927.91581: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.91630: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884927.91680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884927.91772: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884927.91814: 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 0x7fc4284b6e70> <<< 11924 1726884927.92034: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42849f8c0> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 11924 1726884927.92083: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.92141: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 11924 1726884927.92233: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.92364: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.92431: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.92610: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 11924 1726884927.92688: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884927.92746: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 11924 1726884927.92816: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.92878: 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' <<< 11924 1726884927.92941: 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 0x7fc4284ca9f0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42849fc50> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 11924 1726884927.93040: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # <<< 11924 1726884927.93076: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.93140: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.93307: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 11924 1726884927.93331: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.93429: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.93501: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.93548: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.93613: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 11924 1726884927.93640: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884927.93653: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.93796: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.94082: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884927.94197: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 11924 1726884927.94217: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.94235: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.94276: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.94835: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.95343: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 11924 1726884927.95378: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.95464: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.95669: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 11924 1726884927.95682: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.95783: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 11924 1726884927.95794: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.95942: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.96104: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available <<< 11924 1726884927.96135: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 11924 1726884927.96160: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.96198: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.96238: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 11924 1726884927.96251: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.96349: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.96443: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.96647: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.96854: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 11924 1726884927.96875: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 11924 1726884927.96909: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.96965: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 11924 1726884927.96969: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.96979: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.97020: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 11924 1726884927.97087: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.97172: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 11924 1726884927.97190: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.97229: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 11924 1726884927.97245: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.97285: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.97358: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 11924 1726884927.97374: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.97411: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.97482: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 11924 1726884927.97492: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.97960: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.98185: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884927.98221: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 11924 1726884927.98224: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.98257: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.98299: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 11924 1726884927.98336: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.98371: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 11924 1726884927.98391: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.98464: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.98542: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 11924 1726884927.98578: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 11924 1726884927.98853: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884927.98878: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884927.98907: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.98978: 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' # <<< 11924 1726884927.98999: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.99067: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.99099: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 11924 1726884927.99116: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.99334: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.99517: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 11924 1726884927.99557: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.99671: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 11924 1726884927.99688: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.99713: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available <<< 11924 1726884927.99884: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884927.99907: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 11924 1726884928.00001: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.00097: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 11924 1726884928.00182: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available <<< 11924 1726884928.00256: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.00398: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 11924 1726884928.00673: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.23614: 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}}} <<< 11924 1726884928.24212: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 11924 1726884928.24238: 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 <<< 11924 1726884928.24331: stdout chunk (state=3): >>># cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing 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 <<< 11924 1726884928.24478: stdout chunk (state=3): >>># destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 11924 1726884928.24528: stdout chunk (state=3): >>># 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 <<< 11924 1726884928.24842: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884928.24887: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884928.24905: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 11924 1726884928.24916: stdout chunk (state=3): >>># destroy zipfile._path <<< 11924 1726884928.24930: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884928.24969: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884928.24976: stdout chunk (state=3): >>># destroy zipimport <<< 11924 1726884928.25014: 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 <<< 11924 1726884928.25019: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale <<< 11924 1726884928.25046: stdout chunk (state=3): >>># destroy locale # destroy _signal <<< 11924 1726884928.25050: stdout chunk (state=3): >>># destroy _posixsubprocess <<< 11924 1726884928.25057: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 11924 1726884928.25103: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884928.25118: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 11924 1726884928.25171: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 11924 1726884928.25175: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array <<< 11924 1726884928.25191: stdout chunk (state=3): >>># destroy _compat_pickle <<< 11924 1726884928.25214: stdout chunk (state=3): >>># destroy _pickle <<< 11924 1726884928.25220: stdout chunk (state=3): >>># destroy queue <<< 11924 1726884928.25247: stdout chunk (state=3): >>># destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction <<< 11924 1726884928.25258: stdout chunk (state=3): >>># destroy selectors # destroy _multiprocessing <<< 11924 1726884928.25274: stdout chunk (state=3): >>># destroy fcntl <<< 11924 1726884928.25285: stdout chunk (state=3): >>># destroy datetime <<< 11924 1726884928.25292: stdout chunk (state=3): >>># destroy base64 <<< 11924 1726884928.25311: stdout chunk (state=3): >>># destroy _ssl <<< 11924 1726884928.25331: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 11924 1726884928.25351: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json <<< 11924 1726884928.25377: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 11924 1726884928.25405: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 11924 1726884928.25407: stdout chunk (state=3): >>># destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess <<< 11924 1726884928.25459: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 11924 1726884928.25462: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib # destroy token <<< 11924 1726884928.25477: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux <<< 11924 1726884928.25501: 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 <<< 11924 1726884928.25515: 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 <<< 11924 1726884928.25531: stdout chunk (state=3): >>># destroy contextlib <<< 11924 1726884928.25559: 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 <<< 11924 1726884928.25579: 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 <<< 11924 1726884928.25598: stdout chunk (state=3): >>># destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884928.25668: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs <<< 11924 1726884928.25672: 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 <<< 11924 1726884928.25676: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 11924 1726884928.25679: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884928.25842: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884928.25849: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884928.25890: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884928.25899: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884928.25923: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884928.25957: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884928.25961: 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 <<< 11924 1726884928.25980: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 11924 1726884928.26008: stdout chunk (state=3): >>># destroy _opcode <<< 11924 1726884928.26019: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 11924 1726884928.26047: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884928.26144: 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 <<< 11924 1726884928.26168: stdout chunk (state=3): >>># destroy time <<< 11924 1726884928.26188: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884928.26214: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884928.26220: stdout chunk (state=3): >>># destroy abc # destroy _collections_abc <<< 11924 1726884928.26225: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 11924 1726884928.26252: stdout chunk (state=3): >>># destroy _abc <<< 11924 1726884928.26257: stdout chunk (state=3): >>># destroy itertools # destroy _sre # destroy posix # destroy _collections # destroy _functools <<< 11924 1726884928.26278: stdout chunk (state=3): >>># destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884928.26914: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884928.26935: stderr chunk (state=3): >>><<< 11924 1726884928.26938: stdout chunk (state=3): >>><<< 11924 1726884928.27068: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4296183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4295e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42961a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4293c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4293c9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429407ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429407f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42943f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42943ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42941fb90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42941d2b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429405070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429463860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429462480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42941e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429460cb0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4294948c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4294042f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc429494d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429494c20> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc429494fb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429402e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429495670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429495340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429496570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4294ac7a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4294ade50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4294aecf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4294af320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4294ae240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4294afda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4294af4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4294965d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc429197cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4291c0710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4291c0470> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4291c0740> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4291c1070> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4291c1a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4291c0920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429195e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4291c2e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4291c1bb0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429496cc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4291eb200> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429213590> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429270380> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429272ae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4292704a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42923d3a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428b29460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc429212390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4291c3dd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc4292126f0> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_9nv1pxz0/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 0x7fc428b93170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428b6e060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428b6d1f0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428b91040> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc428bc2b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428bc28d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428bc2210> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428bc2930> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428b93e00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc428bc3860> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc428bc3a70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428bc3f80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a2dd30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc428a2f950> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a30320> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a31220> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a33f50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc429402db0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a32210> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a3be90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a3a960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a3a6c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a3ac30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a32720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc428a7fef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a80260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc428a81ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a81a60> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc428a84290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a82390> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a87a70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a84440> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc428a88b30> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc428a88ad0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc428a88d40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a80380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc428914380> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4289153a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a8ab10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc428a8bec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a8a780> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc428919520> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42891a330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428b930e0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42891a0f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42891b4d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc4289260c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428923d70> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428a02960> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428afa630> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428926180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4289154f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7fc4285cac90> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4285ca0c0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4285c85c0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4289b6600> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc4289b4560> 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 0x7fc4289b6a20> # /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 0x7fc428650e60> # 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 0x7fc428651190> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428640980> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42861bc20> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42899da00> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42899c9e0> # /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 0x7fc428653cb0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428653560> # 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 0x7fc428653740> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428652990> # /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 0x7fc428653e90> # /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 0x7fc428472a80> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc428470a70> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42899f080> 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 0x7fc4284730b0> # /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 0x7fc428473aa0> 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 0x7fc4284b6e70> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42849f8c0> 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 0x7fc4284ca9f0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc42849fc50> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884928.28884: 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-1726884927.5325232-16092-141142991713030/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884928.28892: _low_level_execute_command(): starting 11924 1726884928.28894: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884927.5325232-16092-141142991713030/ > /dev/null 2>&1 && sleep 0' 11924 1726884928.29176: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884928.29216: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884928.29399: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884928.29447: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884928.29474: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884928.31507: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884928.31511: stdout chunk (state=3): >>><<< 11924 1726884928.31513: stderr chunk (state=3): >>><<< 11924 1726884928.31524: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884928.31529: handler run complete 11924 1726884928.31547: attempt loop complete, returning result 11924 1726884928.31550: _execute() done 11924 1726884928.31552: dumping result to json 11924 1726884928.31554: done dumping result, returning 11924 1726884928.31565: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-f4c0-2290-000000002e3b] 11924 1726884928.31570: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e3b 11924 1726884928.31667: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e3b 11924 1726884928.31671: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "name": null, "status": {} } 11924 1726884928.31753: no more pending results, returning what we have 11924 1726884928.31763: results queue empty 11924 1726884928.31766: checking for any_errors_fatal 11924 1726884928.31777: done checking for any_errors_fatal 11924 1726884928.31777: checking for max_fail_percentage 11924 1726884928.31780: done checking for max_fail_percentage 11924 1726884928.31781: checking to see if all hosts have failed and the running result is not ok 11924 1726884928.31781: done checking to see if all hosts have failed 11924 1726884928.31782: getting the remaining hosts for this loop 11924 1726884928.31784: done getting the remaining hosts for this loop 11924 1726884928.31787: getting the next task for host managed_node2 11924 1726884928.31797: done getting next task for host managed_node2 11924 1726884928.31801: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 11924 1726884928.31807: ^ 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 11924 1726884928.31821: getting variables 11924 1726884928.31823: in VariableManager get_vars() 11924 1726884928.31887: Calling all_inventory to load vars for managed_node2 11924 1726884928.31890: Calling groups_inventory to load vars for managed_node2 11924 1726884928.31892: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884928.31901: Calling all_plugins_play to load vars for managed_node2 11924 1726884928.31906: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884928.31909: Calling groups_plugins_play to load vars for managed_node2 11924 1726884928.32597: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884928.33342: done with get_vars() 11924 1726884928.33353: done getting variables TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 20 September 2024 22:15:28 -0400 (0:00:00.853) 0:01:33.673 ****** 11924 1726884928.33433: entering _queue_task() for managed_node2/mount 11924 1726884928.33671: worker is 1 (out of 1 available) 11924 1726884928.33687: exiting _queue_task() for managed_node2/mount 11924 1726884928.33701: done queuing things up, now waiting for results queue to drain 11924 1726884928.33703: waiting for pending results... 11924 1726884928.33972: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 11924 1726884928.34148: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e3c 11924 1726884928.34159: variable 'ansible_search_path' from source: unknown 11924 1726884928.34163: variable 'ansible_search_path' from source: unknown 11924 1726884928.34513: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884928.36324: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884928.36383: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884928.36424: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884928.36471: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884928.36487: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884928.36571: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884928.36622: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884928.36625: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884928.36652: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884928.36665: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884928.36697: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884928.36716: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884928.36735: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884928.36762: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884928.36773: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884928.36907: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884928.36911: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884928.36914: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884928.36918: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884928.37095: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884928.37104: variable 'blivet_output' from source: set_fact 11924 1726884928.37193: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884928.37362: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884928.37404: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884928.37448: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884928.37536: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884928.37545: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884928.37567: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884928.37601: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884928.37719: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884928.37740: variable 'omit' from source: magic vars 11924 1726884928.37847: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884928.37859: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884928.37869: variable 'omit' from source: magic vars 11924 1726884928.37981: variable 'omit' from source: magic vars 11924 1726884928.38027: variable 'omit' from source: magic vars 11924 1726884928.38259: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884928.38263: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884928.38265: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884928.38296: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884928.38316: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884928.38408: variable 'mount_info' from source: unknown 11924 1726884928.38420: variable 'omit' from source: magic vars 11924 1726884928.38521: variable 'mount_info' from source: unknown 11924 1726884928.38647: variable 'mount_info' from source: unknown 11924 1726884928.38669: variable 'omit' from source: magic vars 11924 1726884928.38795: variable 'mount_info' from source: unknown 11924 1726884928.38860: variable 'omit' from source: magic vars 11924 1726884928.38891: variable 'mount_info' from source: unknown 11924 1726884928.38914: variable 'omit' from source: magic vars 11924 1726884928.38941: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884928.38976: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884928.39004: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884928.39026: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884928.39046: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884928.39073: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884928.39093: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884928.39259: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884928.39263: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884928.39265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884928.39268: Set connection var ansible_shell_executable to /bin/sh 11924 1726884928.39270: Set connection var ansible_connection to ssh 11924 1726884928.39271: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884928.39275: Set connection var ansible_timeout to 10 11924 1726884928.39281: Set connection var ansible_pipelining to False 11924 1726884928.39293: Set connection var ansible_shell_type to sh 11924 1726884928.39665: variable 'ansible_shell_executable' from source: unknown 11924 1726884928.39668: variable 'ansible_connection' from source: unknown 11924 1726884928.39670: variable 'ansible_module_compression' from source: unknown 11924 1726884928.39674: variable 'ansible_shell_type' from source: unknown 11924 1726884928.39677: variable 'ansible_shell_executable' from source: unknown 11924 1726884928.39679: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884928.39680: variable 'ansible_pipelining' from source: unknown 11924 1726884928.39682: variable 'ansible_timeout' from source: unknown 11924 1726884928.39689: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884928.39888: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884928.39897: variable 'omit' from source: magic vars 11924 1726884928.39906: starting attempt loop 11924 1726884928.39909: running the handler 11924 1726884928.39918: _low_level_execute_command(): starting 11924 1726884928.39923: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884928.40705: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884928.40724: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884928.40771: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884928.40804: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884928.40874: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884928.42702: stdout chunk (state=3): >>>/root <<< 11924 1726884928.42720: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884928.42753: stderr chunk (state=3): >>><<< 11924 1726884928.42765: stdout chunk (state=3): >>><<< 11924 1726884928.42918: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884928.42937: _low_level_execute_command(): starting 11924 1726884928.42951: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884928.4292557-16141-125503744026663 `" && echo ansible-tmp-1726884928.4292557-16141-125503744026663="` echo /root/.ansible/tmp/ansible-tmp-1726884928.4292557-16141-125503744026663 `" ) && sleep 0' 11924 1726884928.43532: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884928.43551: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884928.43570: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884928.43590: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884928.43608: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884928.43621: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884928.43634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884928.43662: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884928.43679: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884928.43691: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884928.43706: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884928.43794: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884928.43814: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884928.43834: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884928.43907: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884928.45989: stdout chunk (state=3): >>>ansible-tmp-1726884928.4292557-16141-125503744026663=/root/.ansible/tmp/ansible-tmp-1726884928.4292557-16141-125503744026663 <<< 11924 1726884928.46031: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884928.46104: stderr chunk (state=3): >>><<< 11924 1726884928.46125: stdout chunk (state=3): >>><<< 11924 1726884928.46148: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884928.4292557-16141-125503744026663=/root/.ansible/tmp/ansible-tmp-1726884928.4292557-16141-125503744026663 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884928.46259: variable 'ansible_module_compression' from source: unknown 11924 1726884928.46322: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 11924 1726884928.46367: variable 'ansible_facts' from source: unknown 11924 1726884928.46512: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884928.4292557-16141-125503744026663/AnsiballZ_mount.py 11924 1726884928.46641: Sending initial data 11924 1726884928.46644: Sent initial data (154 bytes) 11924 1726884928.47315: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884928.47377: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884928.47394: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884928.47429: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884928.47521: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884928.49124: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884928.49203: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884928.49278: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpt7v_k3el /root/.ansible/tmp/ansible-tmp-1726884928.4292557-16141-125503744026663/AnsiballZ_mount.py <<< 11924 1726884928.49281: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884928.4292557-16141-125503744026663/AnsiballZ_mount.py" <<< 11924 1726884928.49349: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpt7v_k3el" to remote "/root/.ansible/tmp/ansible-tmp-1726884928.4292557-16141-125503744026663/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884928.4292557-16141-125503744026663/AnsiballZ_mount.py" <<< 11924 1726884928.50234: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884928.50273: stderr chunk (state=3): >>><<< 11924 1726884928.50282: stdout chunk (state=3): >>><<< 11924 1726884928.50389: done transferring module to remote 11924 1726884928.50413: _low_level_execute_command(): starting 11924 1726884928.50422: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884928.4292557-16141-125503744026663/ /root/.ansible/tmp/ansible-tmp-1726884928.4292557-16141-125503744026663/AnsiballZ_mount.py && sleep 0' 11924 1726884928.51175: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884928.51225: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884928.51236: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884928.51258: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884928.51346: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884928.53298: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884928.53301: stdout chunk (state=3): >>><<< 11924 1726884928.53312: stderr chunk (state=3): >>><<< 11924 1726884928.53351: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884928.53360: _low_level_execute_command(): starting 11924 1726884928.53362: _low_level_execute_command(): using become for this command 11924 1726884928.53508: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-efyveyahjoajakeobikmyqabxvlghmis ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884928.4292557-16141-125503744026663/AnsiballZ_mount.py'"'"' && sleep 0' 11924 1726884928.53838: Initial state: awaiting_escalation: BECOME-SUCCESS-efyveyahjoajakeobikmyqabxvlghmis 11924 1726884928.54251: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884928.54461: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884928.54504: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884928.54560: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884928.54622: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884928.57900: stdout chunk (state=1): >>>BECOME-SUCCESS-efyveyahjoajakeobikmyqabxvlghmis <<< 11924 1726884928.57905: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-efyveyahjoajakeobikmyqabxvlghmis' 11924 1726884928.58226: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884928.58281: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884928.58284: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884928.58313: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884928.58363: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884928.58391: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884928.58429: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884928.58447: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884928.58472: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884928.58547: 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' <<< 11924 1726884928.58550: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884928.58572: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884928.58637: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884928.58675: 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 0x7f7d58a183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d589e7a10> <<< 11924 1726884928.58693: 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 0x7f7d58a1a960> <<< 11924 1726884928.58727: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884928.58753: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884928.58776: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884928.58842: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884928.58925: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884928.58928: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884928.58943: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884928.59004: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884928.59021: 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' <<< 11924 1726884928.59049: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884928.59080: 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' <<< 11924 1726884928.59112: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d5882cfe0> <<< 11924 1726884928.59167: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d5882dfd0> <<< 11924 1726884928.59220: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884928.59235: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884928.59475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884928.59495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884928.59515: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884928.59540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884928.59561: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884928.59583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884928.59605: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884928.59624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884928.59684: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d5886bec0> <<< 11924 1726884928.59745: 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' <<< 11924 1726884928.59749: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d5886bf80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884928.59805: 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 <<< 11924 1726884928.59868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884928.59896: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884928.59902: 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 0x7f7d588a3860> <<< 11924 1726884928.59936: 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 0x7f7d588a3ef0> <<< 11924 1726884928.59970: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884928.60009: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58883b60> <<< 11924 1726884928.60023: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884928.60041: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588812b0> <<< 11924 1726884928.60136: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58869070> <<< 11924 1726884928.60163: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884928.60188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884928.60209: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884928.60251: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884928.60278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884928.60280: 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' <<< 11924 1726884928.60331: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588c7860> <<< 11924 1726884928.60333: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588c6480> <<< 11924 1726884928.60375: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884928.60385: 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 0x7f7d58882180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588c4bc0> <<< 11924 1726884928.60431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884928.60440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588f88f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588682f0> <<< 11924 1726884928.60458: 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' <<< 11924 1726884928.60504: 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 0x7f7d588f8da0> <<< 11924 1726884928.60520: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588f8c50> <<< 11924 1726884928.60556: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884928.60562: 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 0x7f7d588f9010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58866e10> <<< 11924 1726884928.60599: 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' <<< 11924 1726884928.60623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884928.60663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884928.60675: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588f9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588f9370> <<< 11924 1726884928.60680: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 11924 1726884928.60716: 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' <<< 11924 1726884928.60732: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588fa540> <<< 11924 1726884928.60756: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884928.60767: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884928.60790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884928.60822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884928.60853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884928.60858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58910740> <<< 11924 1726884928.60871: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884928.60900: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884928.60919: 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 0x7f7d58911e80> <<< 11924 1726884928.60930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884928.60950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884928.60972: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884928.60985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 11924 1726884928.60991: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58912cf0> <<< 11924 1726884928.61035: 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 0x7f7d58913320> <<< 11924 1726884928.61040: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58912270> <<< 11924 1726884928.61069: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884928.61073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884928.61125: 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 0x7f7d58913da0> <<< 11924 1726884928.61144: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d589134d0> <<< 11924 1726884928.61187: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588fa4b0> <<< 11924 1726884928.61225: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884928.61242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884928.61262: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884928.61275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884928.61343: 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 0x7f7d58697c50> <<< 11924 1726884928.61346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884928.61370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884928.61380: 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 0x7f7d586c07a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d586c0500> <<< 11924 1726884928.61413: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884928.61415: 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 0x7f7d586c07d0> <<< 11924 1726884928.61451: 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' <<< 11924 1726884928.61535: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884928.61672: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d586c1100> <<< 11924 1726884928.61876: 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 0x7f7d586c1a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d586c09b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58695df0> <<< 11924 1726884928.61906: 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' <<< 11924 1726884928.61953: 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 0x7f7d586c2e10> <<< 11924 1726884928.61983: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d586c1b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588fac60> <<< 11924 1726884928.62025: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884928.62113: 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 <<< 11924 1726884928.62136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884928.62165: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d586eb170> <<< 11924 1726884928.62271: 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 <<< 11924 1726884928.62310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884928.62364: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d587134d0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884928.62401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884928.62525: 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 0x7f7d587702c0> <<< 11924 1726884928.62565: 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' <<< 11924 1726884928.62627: 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' <<< 11924 1726884928.62678: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58772a20> <<< 11924 1726884928.62761: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d587703e0> <<< 11924 1726884928.62789: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d5873d2b0> <<< 11924 1726884928.62826: 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' <<< 11924 1726884928.62857: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585753a0> <<< 11924 1726884928.62860: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58712300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d586c3d40> <<< 11924 1726884928.62969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884928.62985: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7d58712420> <<< 11924 1726884928.63153: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_7joos3z8/ansible_mount_payload.zip' # zipimport: zlib available <<< 11924 1726884928.63291: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.63320: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884928.63334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884928.63374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884928.63458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884928.63492: 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' <<< 11924 1726884928.63499: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585d3080> import '_typing' # <<< 11924 1726884928.63683: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585adf70> <<< 11924 1726884928.63696: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585ad0d0> # zipimport: zlib available <<< 11924 1726884928.63735: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884928.63746: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884928.63779: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.63782: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884928.63805: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.65231: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.66402: 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 0x7f7d585d0f20> <<< 11924 1726884928.66432: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884928.66453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884928.66462: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884928.66465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884928.66493: 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' <<< 11924 1726884928.66536: 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 0x7f7d585f69f0> <<< 11924 1726884928.66570: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585f6780> <<< 11924 1726884928.66606: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585f6090> <<< 11924 1726884928.66623: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884928.66639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884928.66671: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585f64e0> <<< 11924 1726884928.66687: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585d3aa0> import 'atexit' # <<< 11924 1726884928.66715: 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 0x7f7d585f7770> <<< 11924 1726884928.66742: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884928.66782: 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 0x7f7d585f79b0> <<< 11924 1726884928.66799: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884928.66840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884928.66905: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585f7ec0> import 'pwd' # <<< 11924 1726884928.66930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884928.66962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884928.66997: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f1dbe0> <<< 11924 1726884928.67022: 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 0x7f7d57f1f7d0> <<< 11924 1726884928.67047: 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' <<< 11924 1726884928.67101: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f20170> <<< 11924 1726884928.67116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884928.67179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f21310> <<< 11924 1726884928.67198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884928.67232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884928.67272: 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' <<< 11924 1726884928.67297: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f23e00> <<< 11924 1726884928.67423: 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 0x7f7d585f7dd0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f220c0> <<< 11924 1726884928.67448: 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 <<< 11924 1726884928.67470: 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 <<< 11924 1726884928.67541: 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 0x7f7d57f2bc20> <<< 11924 1726884928.67596: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884928.67648: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f2a6f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f2a450> <<< 11924 1726884928.67662: 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' <<< 11924 1726884928.67753: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f2a9c0> <<< 11924 1726884928.67804: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f225d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d57f6fe90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f6ff50> <<< 11924 1726884928.67901: 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' <<< 11924 1726884928.67936: 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 0x7f7d57f71ac0> <<< 11924 1726884928.67976: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f71880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884928.68136: 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 0x7f7d57f73f80> <<< 11924 1726884928.68169: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f72120> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884928.68195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884928.68198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884928.68231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884928.68273: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f775f0> <<< 11924 1726884928.68407: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f73fb0> <<< 11924 1726884928.68478: stdout 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 0x7f7d57f78770> <<< 11924 1726884928.68504: stdout 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 0x7f7d57f78680> <<< 11924 1726884928.68589: stdout 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 0x7f7d57f78950> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f70230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884928.68604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884928.68658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884928.68687: 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 0x7f7d57f7bfe0> <<< 11924 1726884928.68837: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884928.68875: 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 0x7f7d57e00e90> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f7a780> <<< 11924 1726884928.68954: 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 0x7f7d57f7bb30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f7a3c0> # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884928.68960: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884928.69057: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.69167: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.69204: 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 <<< 11924 1726884928.69344: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.69443: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.69975: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.70635: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884928.70638: 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' <<< 11924 1726884928.70641: 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 0x7f7d57e09160> <<< 11924 1726884928.70738: 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' <<< 11924 1726884928.70751: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57e09ee0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57e01190> <<< 11924 1726884928.70810: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884928.70845: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.70886: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884928.71024: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.71165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884928.71190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57e09cd0> # zipimport: zlib available <<< 11924 1726884928.71694: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.72082: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.72157: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.72244: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884928.72287: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.72311: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.72334: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884928.72399: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.72494: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 11924 1726884928.72524: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884928.72578: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.72626: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884928.72630: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.72848: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.73082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884928.73160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884928.73173: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884928.73243: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57e0b050> <<< 11924 1726884928.73264: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.73318: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.73416: 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' # <<< 11924 1726884928.73429: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.73548: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.73579: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884928.73617: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.73681: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.74088: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884928.74121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d57e15d30> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57e130b0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884928.74168: stdout chunk (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' <<< 11924 1726884928.74185: 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 <<< 11924 1726884928.74211: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884928.74233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884928.74311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884928.74314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884928.74335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884928.74394: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f026f0> <<< 11924 1726884928.74436: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d5862e3c0> <<< 11924 1726884928.74523: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57e15eb0> <<< 11924 1726884928.74552: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57e0ac90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884928.74698: 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 <<< 11924 1726884928.74750: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible' # <<< 11924 1726884928.74821: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix' # # zipimport: zlib available <<< 11924 1726884928.74859: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.modules' # # zipimport: zlib available <<< 11924 1726884928.75324: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.75746: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.75789: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available <<< 11924 1726884928.75903: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.75907: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 11924 1726884928.75933: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884928.76078: 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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "path": "/opt/test1", "fstype": "xfs", "opts": "defaults", "state": "mounted", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null}}} <<< 11924 1726884928.76103: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884928.76738: 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 <<< 11924 1726884928.76743: 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 <<< 11924 1726884928.77122: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884928.77125: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression <<< 11924 1726884928.77135: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # 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 <<< 11924 1726884928.77219: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884928.77227: 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 <<< 11924 1726884928.77318: 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 <<< 11924 1726884928.77322: 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 <<< 11924 1726884928.77426: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884928.77661: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884928.77711: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing <<< 11924 1726884928.77741: 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 # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy 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 <<< 11924 1726884928.77779: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884928.78373: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884928.78478: stderr chunk (state=3): >>><<< 11924 1726884928.78482: stdout chunk (state=3): >>><<< 11924 1726884928.78694: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58a183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d589e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58a1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d5882cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d5882dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d5886bec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d5886bf80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588a3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588a3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58883b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588812b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58869070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588c7860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588c6480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58882180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588c4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588f88f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588682f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d588f8da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588f8c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d588f9010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58866e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588f9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588f9370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588fa540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58910740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d58911e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58912cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d58913320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58912270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d58913da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d589134d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588fa4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d58697c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d586c07a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d586c0500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d586c07d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d586c1100> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d586c1a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d586c09b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58695df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d586c2e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d586c1b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d588fac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d586eb170> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d587134d0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d587702c0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58772a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d587703e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d5873d2b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585753a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d58712300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d586c3d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7d58712420> # zipimport: found 36 names in '/tmp/ansible_mount_payload_7joos3z8/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 0x7f7d585d3080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585adf70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585ad0d0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585d0f20> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d585f69f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585f6780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585f6090> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585f64e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585d3aa0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d585f7770> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d585f79b0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d585f7ec0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f1dbe0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d57f1f7d0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f20170> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f21310> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f23e00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d585f7dd0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f220c0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f2bc20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f2a6f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f2a450> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f2a9c0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f225d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d57f6fe90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f6ff50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d57f71ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f71880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d57f73f80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f72120> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f775f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f73fb0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d57f78770> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d57f78680> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d57f78950> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f70230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d57f7bfe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d57e00e90> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f7a780> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d57f7bb30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f7a3c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d57e09160> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57e09ee0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57e01190> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57e09cd0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57e0b050> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7d57e15d30> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57e130b0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57f026f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d5862e3c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57e15eb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7d57e0ac90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884928.80968: done with _execute_module (mount, {'src': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '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-1726884928.4292557-16141-125503744026663/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884928.80971: _low_level_execute_command(): starting 11924 1726884928.80974: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884928.4292557-16141-125503744026663/ > /dev/null 2>&1 && sleep 0' 11924 1726884928.81151: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884928.81170: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884928.81193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884928.81212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884928.81231: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884928.81244: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884928.81261: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884928.81302: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884928.81376: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884928.81437: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884928.81496: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884928.83563: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884928.83568: stdout chunk (state=3): >>><<< 11924 1726884928.83571: stderr chunk (state=3): >>><<< 11924 1726884928.83574: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884928.83576: handler run complete 11924 1726884928.83578: attempt loop complete, returning result 11924 1726884928.83580: variable 'mount_info' from source: unknown 11924 1726884928.83727: variable 'mount_info' from source: unknown ok: [managed_node2] => (item={'src': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "mounted" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3" } 11924 1726884928.84296: dumping result to json 11924 1726884928.84299: done dumping result, returning 11924 1726884928.84304: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-f4c0-2290-000000002e3c] 11924 1726884928.84307: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e3c 11924 1726884928.84523: no more pending results, returning what we have 11924 1726884928.84527: results queue empty 11924 1726884928.84528: checking for any_errors_fatal 11924 1726884928.84539: done checking for any_errors_fatal 11924 1726884928.84540: checking for max_fail_percentage 11924 1726884928.84542: done checking for max_fail_percentage 11924 1726884928.84542: checking to see if all hosts have failed and the running result is not ok 11924 1726884928.84543: done checking to see if all hosts have failed 11924 1726884928.84544: getting the remaining hosts for this loop 11924 1726884928.84545: done getting the remaining hosts for this loop 11924 1726884928.84548: getting the next task for host managed_node2 11924 1726884928.84559: done getting next task for host managed_node2 11924 1726884928.84568: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 11924 1726884928.84572: ^ 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 11924 1726884928.84585: getting variables 11924 1726884928.84587: in VariableManager get_vars() 11924 1726884928.84616: Calling all_inventory to load vars for managed_node2 11924 1726884928.84618: Calling groups_inventory to load vars for managed_node2 11924 1726884928.84619: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884928.84627: Calling all_plugins_play to load vars for managed_node2 11924 1726884928.84629: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884928.84632: Calling groups_plugins_play to load vars for managed_node2 11924 1726884928.84638: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e3c 11924 1726884928.85172: WORKER PROCESS EXITING 11924 1726884928.85164: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884928.85667: done with get_vars() 11924 1726884928.85682: done getting variables TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 20 September 2024 22:15:28 -0400 (0:00:00.523) 0:01:34.196 ****** 11924 1726884928.85792: entering _queue_task() for managed_node2/file 11924 1726884928.86014: worker is 1 (out of 1 available) 11924 1726884928.86026: exiting _queue_task() for managed_node2/file 11924 1726884928.86040: done queuing things up, now waiting for results queue to drain 11924 1726884928.86042: waiting for pending results... 11924 1726884928.86314: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 11924 1726884928.86466: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e3e 11924 1726884928.86471: variable 'ansible_search_path' from source: unknown 11924 1726884928.86474: variable 'ansible_search_path' from source: unknown 11924 1726884928.86791: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884928.88677: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884928.88753: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884928.88809: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884928.88840: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884928.88885: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884928.88964: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884928.88989: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884928.89006: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884928.89069: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884928.89096: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884928.89131: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884928.89157: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884928.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) 11924 1726884928.89215: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884928.89226: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884928.89268: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884928.89286: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884928.89305: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884928.89329: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884928.89342: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884928.89480: variable 'blivet_output' from source: set_fact 11924 1726884928.89548: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884928.89713: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884928.89717: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884928.89741: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884928.89800: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884928.89825: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884928.89865: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884928.89877: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884928.89894: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884928.90025: variable 'omit' from source: magic vars 11924 1726884928.90154: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884928.90172: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884928.90178: variable 'omit' from source: magic vars 11924 1726884928.90760: variable 'mount_info' from source: unknown 11924 1726884928.90763: Evaluated conditional (mount_info['owner'] != none or mount_info['group'] != none or mount_info['mode'] != none): False 11924 1726884928.90766: when evaluation is False, skipping this task 11924 1726884928.90771: variable 'mount_info' from source: unknown 11924 1726884928.90774: variable 'mount_info' from source: unknown skipping: [managed_node2] => (item={'src': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "mounted" }, "skip_reason": "Conditional result was False" } 11924 1726884928.90968: dumping result to json 11924 1726884928.90972: done dumping result, returning 11924 1726884928.90975: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-f4c0-2290-000000002e3e] 11924 1726884928.90989: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e3e 11924 1726884928.91211: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e3e 11924 1726884928.91215: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 11924 1726884928.91264: no more pending results, returning what we have 11924 1726884928.91267: results queue empty 11924 1726884928.91268: checking for any_errors_fatal 11924 1726884928.91333: done checking for any_errors_fatal 11924 1726884928.91335: checking for max_fail_percentage 11924 1726884928.91336: done checking for max_fail_percentage 11924 1726884928.91337: checking to see if all hosts have failed and the running result is not ok 11924 1726884928.91338: done checking to see if all hosts have failed 11924 1726884928.91338: getting the remaining hosts for this loop 11924 1726884928.91340: done getting the remaining hosts for this loop 11924 1726884928.91343: getting the next task for host managed_node2 11924 1726884928.91373: done getting next task for host managed_node2 11924 1726884928.91377: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884928.91424: ^ 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 11924 1726884928.91445: getting variables 11924 1726884928.91447: in VariableManager get_vars() 11924 1726884928.91532: Calling all_inventory to load vars for managed_node2 11924 1726884928.91534: Calling groups_inventory to load vars for managed_node2 11924 1726884928.91537: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884928.91547: Calling all_plugins_play to load vars for managed_node2 11924 1726884928.91550: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884928.91553: Calling groups_plugins_play to load vars for managed_node2 11924 1726884928.92189: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884928.92730: done with get_vars() 11924 1726884928.92742: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 20 September 2024 22:15:28 -0400 (0:00:00.070) 0:01:34.267 ****** 11924 1726884928.92815: entering _queue_task() for managed_node2/systemd 11924 1726884928.93040: worker is 1 (out of 1 available) 11924 1726884928.93056: exiting _queue_task() for managed_node2/systemd 11924 1726884928.93069: done queuing things up, now waiting for results queue to drain 11924 1726884928.93071: waiting for pending results... 11924 1726884928.93275: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884928.93376: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e40 11924 1726884928.93389: variable 'ansible_search_path' from source: unknown 11924 1726884928.93392: variable 'ansible_search_path' from source: unknown 11924 1726884928.93424: calling self._execute() 11924 1726884928.93519: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884928.93526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884928.93537: variable 'omit' from source: magic vars 11924 1726884928.93825: variable 'blivet_output' from source: set_fact 11924 1726884928.93863: Evaluated conditional (blivet_output['mounts']): True 11924 1726884928.93866: variable 'omit' from source: magic vars 11924 1726884928.93904: variable 'omit' from source: magic vars 11924 1726884928.93928: variable 'omit' from source: magic vars 11924 1726884928.93961: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884928.93991: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884928.94009: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884928.94022: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884928.94032: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884928.94046: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884928.94062: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884928.94087: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884928.94090: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884928.94092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884928.94174: Set connection var ansible_shell_executable to /bin/sh 11924 1726884928.94177: Set connection var ansible_connection to ssh 11924 1726884928.94183: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884928.94192: Set connection var ansible_timeout to 10 11924 1726884928.94194: Set connection var ansible_pipelining to False 11924 1726884928.94196: Set connection var ansible_shell_type to sh 11924 1726884928.94220: variable 'ansible_shell_executable' from source: unknown 11924 1726884928.94223: variable 'ansible_connection' from source: unknown 11924 1726884928.94225: variable 'ansible_module_compression' from source: unknown 11924 1726884928.94228: variable 'ansible_shell_type' from source: unknown 11924 1726884928.94230: variable 'ansible_shell_executable' from source: unknown 11924 1726884928.94232: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884928.94236: variable 'ansible_pipelining' from source: unknown 11924 1726884928.94239: variable 'ansible_timeout' from source: unknown 11924 1726884928.94242: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884928.94393: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884928.94423: variable 'omit' from source: magic vars 11924 1726884928.94426: starting attempt loop 11924 1726884928.94429: running the handler 11924 1726884928.94431: _low_level_execute_command(): starting 11924 1726884928.94433: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884928.95071: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884928.95075: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884928.95077: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884928.95092: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884928.95109: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884928.95112: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884928.95129: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884928.95132: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884928.95229: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884928.95310: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884928.97023: stdout chunk (state=3): >>>/root <<< 11924 1726884928.97414: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884928.97420: stdout chunk (state=3): >>><<< 11924 1726884928.97423: stderr chunk (state=3): >>><<< 11924 1726884928.97426: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884928.97429: _low_level_execute_command(): starting 11924 1726884928.97431: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884928.972463-16174-269012406343017 `" && echo ansible-tmp-1726884928.972463-16174-269012406343017="` echo /root/.ansible/tmp/ansible-tmp-1726884928.972463-16174-269012406343017 `" ) && sleep 0' 11924 1726884928.98361: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884928.98381: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884928.98385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884928.98387: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884928.98407: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884929.01063: stdout chunk (state=3): >>>ansible-tmp-1726884928.972463-16174-269012406343017=/root/.ansible/tmp/ansible-tmp-1726884928.972463-16174-269012406343017 <<< 11924 1726884929.01066: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884929.01068: stdout chunk (state=3): >>><<< 11924 1726884929.01070: stderr chunk (state=3): >>><<< 11924 1726884929.01073: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884928.972463-16174-269012406343017=/root/.ansible/tmp/ansible-tmp-1726884928.972463-16174-269012406343017 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884929.01075: variable 'ansible_module_compression' from source: unknown 11924 1726884929.01077: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 11924 1726884929.01265: variable 'ansible_facts' from source: unknown 11924 1726884929.01532: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884928.972463-16174-269012406343017/AnsiballZ_systemd.py 11924 1726884929.01760: Sending initial data 11924 1726884929.01763: Sent initial data (155 bytes) 11924 1726884929.02320: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884929.02333: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884929.02346: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884929.02368: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884929.02394: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884929.02491: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884929.02518: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884929.02606: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884929.04284: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884929.04353: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884929.04412: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpcgixjrp5 /root/.ansible/tmp/ansible-tmp-1726884928.972463-16174-269012406343017/AnsiballZ_systemd.py <<< 11924 1726884929.04415: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884928.972463-16174-269012406343017/AnsiballZ_systemd.py" <<< 11924 1726884929.04487: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpcgixjrp5" to remote "/root/.ansible/tmp/ansible-tmp-1726884928.972463-16174-269012406343017/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884928.972463-16174-269012406343017/AnsiballZ_systemd.py" <<< 11924 1726884929.06560: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884929.06613: stdout chunk (state=3): >>><<< 11924 1726884929.06745: stderr chunk (state=3): >>><<< 11924 1726884929.06749: done transferring module to remote 11924 1726884929.06751: _low_level_execute_command(): starting 11924 1726884929.06754: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884928.972463-16174-269012406343017/ /root/.ansible/tmp/ansible-tmp-1726884928.972463-16174-269012406343017/AnsiballZ_systemd.py && sleep 0' 11924 1726884929.07663: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884929.07749: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884929.07752: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884929.07809: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884929.09781: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884929.09929: stderr chunk (state=3): >>><<< 11924 1726884929.09932: stdout chunk (state=3): >>><<< 11924 1726884929.09935: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884929.09938: _low_level_execute_command(): starting 11924 1726884929.09940: _low_level_execute_command(): using become for this command 11924 1726884929.09942: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-nxqdjurysmtatqcajqwmumumcwxkbkpx ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884928.972463-16174-269012406343017/AnsiballZ_systemd.py'"'"' && sleep 0' 11924 1726884929.10216: Initial state: awaiting_escalation: BECOME-SUCCESS-nxqdjurysmtatqcajqwmumumcwxkbkpx 11924 1726884929.10846: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884929.11013: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884929.11174: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884929.14232: stdout chunk (state=1): >>>BECOME-SUCCESS-nxqdjurysmtatqcajqwmumumcwxkbkpx <<< 11924 1726884929.14245: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-nxqdjurysmtatqcajqwmumumcwxkbkpx' 11924 1726884929.14568: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884929.14612: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884929.14638: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884929.14715: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884929.14745: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884929.14785: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884929.14814: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884929.14875: 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' <<< 11924 1726884929.14900: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884929.14917: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884929.14979: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884929.14983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884929.15028: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7b0183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7afe7a10> <<< 11924 1726884929.15054: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884929.15063: 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 0x7fea7b01a960> <<< 11924 1726884929.15111: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # <<< 11924 1726884929.15115: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884929.15152: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884929.15174: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884929.15237: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884929.15271: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884929.15327: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884929.15352: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884929.15366: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884929.15413: 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' <<< 11924 1726884929.15439: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ade8fe0> <<< 11924 1726884929.15488: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884929.15511: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884929.15547: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ade9fd0> import 'site' # <<< 11924 1726884929.15567: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884929.15977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884929.15981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884929.16024: 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' <<< 11924 1726884929.16028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884929.16059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884929.16078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884929.16122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884929.16135: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae27ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884929.16163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884929.16178: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884929.16212: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae27f80> <<< 11924 1726884929.16233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884929.16247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884929.16261: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884929.16322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884929.16361: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884929.16364: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 11924 1726884929.16401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae5f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884929.16424: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae5ff80> <<< 11924 1726884929.16427: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884929.16483: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae3fb90> import '_functools' # <<< 11924 1726884929.16515: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae3d2b0> <<< 11924 1726884929.16606: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae25070> <<< 11924 1726884929.16630: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884929.16646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884929.16690: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884929.16693: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884929.16739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884929.16742: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884929.16784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884929.16809: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae83860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae82480> <<< 11924 1726884929.16836: 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' <<< 11924 1726884929.16847: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae3e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae80cb0> <<< 11924 1726884929.16916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884929.16920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aeb48c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae242f0> <<< 11924 1726884929.16936: 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' <<< 11924 1726884929.16968: 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 0x7fea7aeb4d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aeb4c20> <<< 11924 1726884929.17030: 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 0x7fea7aeb4fb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae22e10> <<< 11924 1726884929.17076: 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' <<< 11924 1726884929.17080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884929.17147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aeb5670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aeb5340> <<< 11924 1726884929.17150: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 11924 1726884929.17200: 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' <<< 11924 1726884929.17223: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aeb6570> <<< 11924 1726884929.17226: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884929.17242: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884929.17283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884929.17344: 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 0x7fea7aecc7a0> import 'errno' # <<< 11924 1726884929.17361: 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 0x7fea7aecde50> <<< 11924 1726884929.17391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884929.17410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884929.17444: 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 0x7fea7aececf0> <<< 11924 1726884929.17498: 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 0x7fea7aecf320> <<< 11924 1726884929.17526: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aece240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884929.17576: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884929.17587: 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 0x7fea7aecfda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aecf4d0> <<< 11924 1726884929.17630: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aeb65d0> <<< 11924 1726884929.17658: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884929.17677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884929.17718: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884929.17729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884929.17785: 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 0x7fea7abb3cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884929.17822: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884929.17845: 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 0x7fea7abdc800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7abdc560> <<< 11924 1726884929.17862: 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 0x7fea7abdc680> <<< 11924 1726884929.17890: 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' <<< 11924 1726884929.17979: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884929.18085: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7abdd040> <<< 11924 1726884929.18283: 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 0x7fea7abdd970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7abdc8f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7abb1e50> <<< 11924 1726884929.18386: 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 0x7fea7abded20> <<< 11924 1726884929.18459: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7abdd7f0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aeb6cc0> <<< 11924 1726884929.18463: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884929.18519: 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 <<< 11924 1726884929.18557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ac0b0b0> <<< 11924 1726884929.18619: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884929.18638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884929.18667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884929.18678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884929.18738: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ac33470> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884929.18851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884929.18888: 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 0x7fea7ac8c290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884929.18989: 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 <<< 11924 1726884929.19007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884929.19068: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ac8e9f0> <<< 11924 1726884929.19146: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ac8c3b0> <<< 11924 1726884929.19282: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ac59280> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a525370> <<< 11924 1726884929.19337: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ac32270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7abdfc80> <<< 11924 1726884929.19495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fea7ac32870> <<< 11924 1726884929.20017: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_3nmcew8h/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' <<< 11924 1726884929.20104: 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 0x7fea7a58f0e0> import '_typing' # <<< 11924 1726884929.20228: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a569fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a569160> # zipimport: zlib available <<< 11924 1726884929.20270: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884929.20295: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884929.20331: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884929.20381: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.21767: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.22917: 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' <<< 11924 1726884929.22933: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a58cf80> <<< 11924 1726884929.22960: 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' <<< 11924 1726884929.23030: 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' <<< 11924 1726884929.23064: 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 0x7fea7a5beae0> <<< 11924 1726884929.23098: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a5be870> <<< 11924 1726884929.23134: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a5be180> <<< 11924 1726884929.23171: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884929.23174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884929.23217: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a5be5d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a58fb00> import 'atexit' # <<< 11924 1726884929.23330: 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 0x7fea7a5bf7a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884929.23359: 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 0x7fea7a5bf9e0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884929.23380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884929.23426: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a5bfef0> <<< 11924 1726884929.23446: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884929.23472: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884929.23487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884929.23522: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a429c70> <<< 11924 1726884929.23569: 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 0x7fea7a42b890> <<< 11924 1726884929.23600: 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' <<< 11924 1726884929.23648: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a42c260> <<< 11924 1726884929.23661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884929.23699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884929.23732: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a42d3d0> <<< 11924 1726884929.23746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884929.23844: 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' <<< 11924 1726884929.23861: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a42fe90> <<< 11924 1726884929.23900: 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 0x7fea7ae22db0> <<< 11924 1726884929.23940: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a42e150> <<< 11924 1726884929.23943: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884929.23988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884929.24023: 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' <<< 11924 1726884929.24026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884929.24136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884929.24167: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884929.24197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a437da0> <<< 11924 1726884929.24208: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884929.24268: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a436870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a4365d0> <<< 11924 1726884929.24297: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884929.24315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884929.24369: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a436b40> <<< 11924 1726884929.24404: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a42e660> <<< 11924 1726884929.24434: 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 0x7fea7a47bec0> <<< 11924 1726884929.24460: 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 0x7fea7a47c0e0> <<< 11924 1726884929.24489: 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 <<< 11924 1726884929.24498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884929.24522: 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' <<< 11924 1726884929.24558: 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 0x7fea7a47dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a47d9d0> <<< 11924 1726884929.24579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884929.24612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884929.24667: 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 0x7fea7a480200> <<< 11924 1726884929.24670: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a47e300> <<< 11924 1726884929.24697: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884929.24736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884929.24766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884929.24779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884929.24784: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884929.24829: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a4839e0> <<< 11924 1726884929.24971: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a4803b0> <<< 11924 1726884929.25030: stdout 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 0x7fea7a484830> <<< 11924 1726884929.25063: stdout 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 0x7fea7a484a40> <<< 11924 1726884929.25106: stdout 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 0x7fea7a484cb0> <<< 11924 1726884929.25149: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a47c320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 11924 1726884929.25152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884929.25160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884929.25211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884929.25244: 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 0x7fea7a310380> <<< 11924 1726884929.25412: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884929.25419: 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 0x7fea7a311850> <<< 11924 1726884929.25425: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a486b10> <<< 11924 1726884929.25482: 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 0x7fea7a487ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a486720> <<< 11924 1726884929.25487: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.25491: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.25507: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 11924 1726884929.25513: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.25614: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.25690: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.25721: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884929.25748: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884929.25763: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884929.25774: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.25892: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.26010: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.26570: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.27108: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884929.27119: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 11924 1726884929.27125: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 11924 1726884929.27154: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884929.27168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884929.27228: 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 0x7fea7a315b20> <<< 11924 1726884929.27317: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884929.27329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884929.27339: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a316900> <<< 11924 1726884929.27346: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a3119d0> <<< 11924 1726884929.27399: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884929.27412: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.27429: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.27449: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884929.27461: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.27617: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.27798: 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' <<< 11924 1726884929.27813: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a316a50> # zipimport: zlib available <<< 11924 1726884929.28275: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.28722: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.28794: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.28883: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884929.28894: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.28930: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.28972: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884929.28995: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.29059: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.29152: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 11924 1726884929.29183: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884929.29223: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.29282: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884929.29285: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.29519: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.29738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884929.29818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884929.29902: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a317c20> <<< 11924 1726884929.29906: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.29981: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.30089: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884929.30132: 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 <<< 11924 1726884929.30141: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.30171: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884929.30226: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.30272: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.30328: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.30397: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884929.30464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884929.30539: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7a322600> <<< 11924 1726884929.30574: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a31de50> <<< 11924 1726884929.30605: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884929.30618: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.30686: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.30754: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.30771: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.30819: stdout chunk (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' <<< 11924 1726884929.30835: 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 <<< 11924 1726884929.30873: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884929.30898: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884929.30951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884929.30968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884929.30995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884929.31048: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a40ae70> <<< 11924 1726884929.31095: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a5eeb40> <<< 11924 1726884929.31172: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a322780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a484d10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884929.31185: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.31217: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.31242: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884929.31326: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884929.31352: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884929.31369: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884929.31562: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.31791: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.31800: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884929.31858: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.31934: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.31937: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.31971: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 11924 1726884929.31984: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.32091: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.32145: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884929.32234: 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 <<< 11924 1726884929.32262: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 11924 1726884929.32301: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884929.32354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884929.32435: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884929.32464: 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 <<< 11924 1726884929.32492: 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 0x7fea79fff1d0> <<< 11924 1726884929.32512: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea79ffe600> <<< 11924 1726884929.32583: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea79ffcb00> <<< 11924 1726884929.32846: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a3b3110> <<< 11924 1726884929.32942: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a3b1070> import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 11924 1726884929.33086: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.33265: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.33306: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.33428: 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' <<< 11924 1726884929.33484: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a3b34d0> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 11924 1726884929.33578: 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 <<< 11924 1726884929.33657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884929.33662: 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' <<< 11924 1726884929.33665: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a06d2e0> <<< 11924 1726884929.33679: 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 0x7fea7a06d610> <<< 11924 1726884929.33740: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a074e00> <<< 11924 1726884929.33751: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a0740b0> <<< 11924 1726884929.33780: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a3a1c10> <<< 11924 1726884929.33796: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a3a1130> <<< 11924 1726884929.33824: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 11924 1726884929.33864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 11924 1726884929.33932: 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' <<< 11924 1726884929.33935: 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' <<< 11924 1726884929.33948: 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 0x7fea79ea01d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a06fa70> <<< 11924 1726884929.33977: 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 0x7fea7a06fc20> <<< 11924 1726884929.33994: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a06eea0> <<< 11924 1726884929.34017: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 11924 1726884929.34034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 11924 1726884929.34044: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea79ea0260> <<< 11924 1726884929.34074: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 11924 1726884929.34121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884929.34151: 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 0x7fea79ea2de0> <<< 11924 1726884929.34189: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea79ea0dd0> <<< 11924 1726884929.34218: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a3a0da0> <<< 11924 1726884929.34228: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 11924 1726884929.34231: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 11924 1726884929.34250: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.34272: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.34279: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 11924 1726884929.34291: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.34352: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.34416: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 11924 1726884929.34421: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.34478: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.34528: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 11924 1726884929.34535: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.34592: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 11924 1726884929.34595: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.34635: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.34661: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 11924 1726884929.34710: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.34761: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 11924 1726884929.34766: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.34817: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.34867: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 11924 1726884929.34872: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.34939: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.34993: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.35050: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.35124: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 11924 1726884929.35136: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 11924 1726884929.35645: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.36119: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 11924 1726884929.36192: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.36237: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.36296: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.36335: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 11924 1726884929.36377: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 11924 1726884929.36436: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.36505: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available <<< 11924 1726884929.36546: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.36568: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 11924 1726884929.36605: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.36608: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.36641: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 11924 1726884929.36652: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.36721: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.36818: 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' <<< 11924 1726884929.36850: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea79ea3860> <<< 11924 1726884929.36894: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884929.36912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884929.37038: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea79ed08c0> <<< 11924 1726884929.37043: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 11924 1726884929.37118: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.37190: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 11924 1726884929.37283: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.37377: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 11924 1726884929.37389: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.37453: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.37532: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 11924 1726884929.37550: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.37583: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.37638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884929.37693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884929.37769: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884929.37828: 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 0x7fea79eeb3e0> <<< 11924 1726884929.38032: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea79ed3e90> <<< 11924 1726884929.38040: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 11924 1726884929.38108: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.38162: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 11924 1726884929.38165: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.38263: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.38342: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.38460: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.38620: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 11924 1726884929.38673: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.38717: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 11924 1726884929.38779: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.38782: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.38818: 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' <<< 11924 1726884929.38860: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884929.38875: 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 0x7fea79efedb0> <<< 11924 1726884929.38894: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea79efea20> import 'ansible.module_utils.facts.system.user' # <<< 11924 1726884929.38906: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.38923: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 11924 1726884929.38947: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.38982: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.39028: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 11924 1726884929.39031: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.39200: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.39351: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 11924 1726884929.39365: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.39468: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.39619: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.39648: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.39675: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 11924 1726884929.39692: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available <<< 11924 1726884929.39708: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.39731: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.39882: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.40031: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 11924 1726884929.40042: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 11924 1726884929.40161: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.40297: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 11924 1726884929.40352: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.40403: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.40973: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.41490: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 11924 1726884929.41507: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.41604: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.41732: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 11924 1726884929.41746: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.41823: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.41932: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 11924 1726884929.42088: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.42258: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available <<< 11924 1726884929.42293: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.42356: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 11924 1726884929.42394: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.42404: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 11924 1726884929.42519: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.42609: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.42798: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.43015: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 11924 1726884929.43054: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.43069: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.43125: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 11924 1726884929.43131: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.43152: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.43197: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 11924 1726884929.43264: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.43340: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 11924 1726884929.43343: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.43400: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.43405: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 11924 1726884929.43425: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.43473: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.43520: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 11924 1726884929.43527: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.43591: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.43660: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 11924 1726884929.43666: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.43927: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.44250: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 11924 1726884929.44340: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.44422: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available <<< 11924 1726884929.44427: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # <<< 11924 1726884929.44513: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884929.44516: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 11924 1726884929.44587: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.44653: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 11924 1726884929.44774: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.44810: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available <<< 11924 1726884929.44854: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 11924 1726884929.44969: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884929.45052: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884929.45096: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.45133: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.45211: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 11924 1726884929.45215: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 11924 1726884929.45262: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.45279: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.45331: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 11924 1726884929.45334: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.45526: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.45735: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 11924 1726884929.45787: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.45834: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 11924 1726884929.45845: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.45889: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.45938: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 11924 1726884929.45941: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.46030: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.46121: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 11924 1726884929.46125: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 11924 1726884929.46136: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.46224: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.46322: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # <<< 11924 1726884929.46333: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # # zipimport: zlib available <<< 11924 1726884929.46484: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.46621: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 11924 1726884929.46727: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884929.69173: 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}}} <<< 11924 1726884929.69935: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884929.69983: 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 <<< 11924 1726884929.70072: stdout chunk (state=3): >>># cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib <<< 11924 1726884929.70170: stdout chunk (state=3): >>># cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # 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_r<<< 11924 1726884929.70195: stdout chunk (state=3): >>>untime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_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 <<< 11924 1726884929.70236: stdout chunk (state=3): >>> # 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 <<< 11924 1726884929.70572: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884929.70608: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 11924 1726884929.70617: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884929.70658: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884929.70685: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884929.70733: 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 <<< 11924 1726884929.70740: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 11924 1726884929.70743: stdout chunk (state=3): >>># destroy _locale <<< 11924 1726884929.70779: stdout chunk (state=3): >>># destroy locale # destroy _signal # destroy _posixsubprocess <<< 11924 1726884929.70793: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 11924 1726884929.70830: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 11924 1726884929.70891: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 11924 1726884929.70916: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle <<< 11924 1726884929.70945: 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 <<< 11924 1726884929.70970: stdout chunk (state=3): >>># destroy fcntl # destroy datetime <<< 11924 1726884929.70997: stdout chunk (state=3): >>># destroy base64 # destroy _ssl <<< 11924 1726884929.71030: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 11924 1726884929.71051: stdout chunk (state=3): >>># destroy errno # destroy json <<< 11924 1726884929.71070: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 11924 1726884929.71095: 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 <<< 11924 1726884929.71140: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 11924 1726884929.71144: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib # destroy token <<< 11924 1726884929.71169: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux <<< 11924 1726884929.71228: 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 <<< 11924 1726884929.71232: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing <<< 11924 1726884929.71235: stdout chunk (state=3): >>># destroy contextlib <<< 11924 1726884929.71238: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 11924 1726884929.71241: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref <<< 11924 1726884929.71283: 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 # 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<<< 11924 1726884929.71300: stdout chunk (state=3): >>> # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat <<< 11924 1726884929.71325: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 11924 1726884929.71350: 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 <<< 11924 1726884929.71520: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884929.71530: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884929.71563: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884929.71604: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884929.71626: 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 <<< 11924 1726884929.71652: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves <<< 11924 1726884929.71679: stdout chunk (state=3): >>># destroy _opcode <<< 11924 1726884929.71712: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 11924 1726884929.71723: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884929.71798: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884929.71815: 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 <<< 11924 1726884929.71854: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884929.71884: stdout chunk (state=3): >>># destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re <<< 11924 1726884929.71911: stdout chunk (state=3): >>># destroy _abc # destroy itertools <<< 11924 1726884929.71925: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884929.72694: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884929.72696: stdout chunk (state=3): >>><<< 11924 1726884929.72698: stderr chunk (state=3): >>><<< 11924 1726884929.72834: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7b0183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7afe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7b01a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ade8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ade9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae27ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae27f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae5f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae5ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae3fb90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae3d2b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae25070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae83860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae82480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae3e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae80cb0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aeb48c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae242f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7aeb4d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aeb4c20> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7aeb4fb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ae22e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aeb5670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aeb5340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aeb6570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aecc7a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7aecde50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aececf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7aecf320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aece240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7aecfda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aecf4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aeb65d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7abb3cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7abdc800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7abdc560> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7abdc680> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7abdd040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7abdd970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7abdc8f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7abb1e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7abded20> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7abdd7f0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7aeb6cc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ac0b0b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ac33470> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ac8c290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ac8e9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ac8c3b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ac59280> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a525370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7ac32270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7abdfc80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fea7ac32870> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_3nmcew8h/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 0x7fea7a58f0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a569fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a569160> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a58cf80> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7a5beae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a5be870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a5be180> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a5be5d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a58fb00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7a5bf7a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7a5bf9e0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a5bfef0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a429c70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7a42b890> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a42c260> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a42d3d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a42fe90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7ae22db0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a42e150> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a437da0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a436870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a4365d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a436b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a42e660> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7a47bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a47c0e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7a47dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a47d9d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7a480200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a47e300> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a4839e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a4803b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7a484830> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7a484a40> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7a484cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a47c320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7a310380> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7a311850> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a486b10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7a487ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a486720> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7a315b20> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a316900> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a3119d0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a316a50> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a317c20> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea7a322600> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a31de50> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a40ae70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a5eeb40> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a322780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a484d10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7fea79fff1d0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea79ffe600> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea79ffcb00> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a3b3110> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a3b1070> 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 0x7fea7a3b34d0> # /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 0x7fea7a06d2e0> # 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 0x7fea7a06d610> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a074e00> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a0740b0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a3a1c10> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a3a1130> # /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 0x7fea79ea01d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a06fa70> # 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 0x7fea7a06fc20> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a06eea0> # /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 0x7fea79ea0260> # /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 0x7fea79ea2de0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea79ea0dd0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea7a3a0da0> 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 0x7fea79ea3860> # /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 0x7fea79ed08c0> 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 0x7fea79eeb3e0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea79ed3e90> 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 0x7fea79efedb0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea79efea20> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884929.74918: 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-1726884928.972463-16174-269012406343017/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884929.74922: _low_level_execute_command(): starting 11924 1726884929.74925: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884928.972463-16174-269012406343017/ > /dev/null 2>&1 && sleep 0' 11924 1726884929.74927: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884929.74929: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884929.74931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884929.74933: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884929.74936: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884929.74938: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884929.74940: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884929.74942: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884929.74944: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884929.74946: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884929.74948: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884929.74950: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884929.74952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884929.74954: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884929.74958: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884929.74960: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884929.75005: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884929.75060: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884929.77016: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884929.77033: stderr chunk (state=3): >>><<< 11924 1726884929.77052: stdout chunk (state=3): >>><<< 11924 1726884929.77161: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884929.77164: handler run complete 11924 1726884929.77167: attempt loop complete, returning result 11924 1726884929.77169: _execute() done 11924 1726884929.77170: dumping result to json 11924 1726884929.77172: done dumping result, returning 11924 1726884929.77174: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-f4c0-2290-000000002e40] 11924 1726884929.77176: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e40 ok: [managed_node2] => { "changed": false, "name": null, "status": {} } 11924 1726884929.77320: no more pending results, returning what we have 11924 1726884929.77325: results queue empty 11924 1726884929.77325: checking for any_errors_fatal 11924 1726884929.77349: done checking for any_errors_fatal 11924 1726884929.77350: checking for max_fail_percentage 11924 1726884929.77352: done checking for max_fail_percentage 11924 1726884929.77353: checking to see if all hosts have failed and the running result is not ok 11924 1726884929.77354: done checking to see if all hosts have failed 11924 1726884929.77355: getting the remaining hosts for this loop 11924 1726884929.77358: done getting the remaining hosts for this loop 11924 1726884929.77362: getting the next task for host managed_node2 11924 1726884929.77370: done getting next task for host managed_node2 11924 1726884929.77374: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 11924 1726884929.77379: ^ 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 11924 1726884929.77393: getting variables 11924 1726884929.77395: in VariableManager get_vars() 11924 1726884929.77433: Calling all_inventory to load vars for managed_node2 11924 1726884929.77436: Calling groups_inventory to load vars for managed_node2 11924 1726884929.77438: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884929.77449: Calling all_plugins_play to load vars for managed_node2 11924 1726884929.77452: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884929.77678: Calling groups_plugins_play to load vars for managed_node2 11924 1726884929.78295: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e40 11924 1726884929.78298: WORKER PROCESS EXITING 11924 1726884929.78471: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884929.79288: done with get_vars() 11924 1726884929.79305: done getting variables TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 20 September 2024 22:15:29 -0400 (0:00:00.865) 0:01:35.133 ****** 11924 1726884929.79410: entering _queue_task() for managed_node2/stat 11924 1726884929.79711: worker is 1 (out of 1 available) 11924 1726884929.79725: exiting _queue_task() for managed_node2/stat 11924 1726884929.79738: done queuing things up, now waiting for results queue to drain 11924 1726884929.79739: waiting for pending results... 11924 1726884929.80061: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 11924 1726884929.80225: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e41 11924 1726884929.80245: variable 'ansible_search_path' from source: unknown 11924 1726884929.80253: variable 'ansible_search_path' from source: unknown 11924 1726884929.80303: calling self._execute() 11924 1726884929.80435: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884929.80446: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884929.80465: variable 'omit' from source: magic vars 11924 1726884929.80589: variable 'omit' from source: magic vars 11924 1726884929.80663: variable 'omit' from source: magic vars 11924 1726884929.80698: variable 'omit' from source: magic vars 11924 1726884929.80749: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884929.80793: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884929.80823: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884929.80864: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884929.80884: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884929.80910: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884929.80932: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884929.80985: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884929.81053: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884929.81059: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884929.81145: Set connection var ansible_shell_executable to /bin/sh 11924 1726884929.81164: Set connection var ansible_connection to ssh 11924 1726884929.81181: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884929.81262: Set connection var ansible_timeout to 10 11924 1726884929.81272: Set connection var ansible_pipelining to False 11924 1726884929.81275: Set connection var ansible_shell_type to sh 11924 1726884929.81278: variable 'ansible_shell_executable' from source: unknown 11924 1726884929.81279: variable 'ansible_connection' from source: unknown 11924 1726884929.81282: variable 'ansible_module_compression' from source: unknown 11924 1726884929.81283: variable 'ansible_shell_type' from source: unknown 11924 1726884929.81285: variable 'ansible_shell_executable' from source: unknown 11924 1726884929.81286: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884929.81288: variable 'ansible_pipelining' from source: unknown 11924 1726884929.81290: variable 'ansible_timeout' from source: unknown 11924 1726884929.81291: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884929.81712: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884929.81717: variable 'omit' from source: magic vars 11924 1726884929.81719: starting attempt loop 11924 1726884929.81722: running the handler 11924 1726884929.81724: _low_level_execute_command(): starting 11924 1726884929.81726: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884929.82524: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884929.82544: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884929.82566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884929.82674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884929.82705: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884929.82722: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884929.82746: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884929.82885: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884929.84575: stdout chunk (state=3): >>>/root <<< 11924 1726884929.84676: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884929.84859: stderr chunk (state=3): >>><<< 11924 1726884929.84863: stdout chunk (state=3): >>><<< 11924 1726884929.84867: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884929.84870: _low_level_execute_command(): starting 11924 1726884929.84873: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884929.8475676-16207-76484097219212 `" && echo ansible-tmp-1726884929.8475676-16207-76484097219212="` echo /root/.ansible/tmp/ansible-tmp-1726884929.8475676-16207-76484097219212 `" ) && sleep 0' 11924 1726884929.85657: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884929.85685: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884929.85704: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884929.85789: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884929.87744: stdout chunk (state=3): >>>ansible-tmp-1726884929.8475676-16207-76484097219212=/root/.ansible/tmp/ansible-tmp-1726884929.8475676-16207-76484097219212 <<< 11924 1726884929.87906: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884929.87910: stdout chunk (state=3): >>><<< 11924 1726884929.87913: stderr chunk (state=3): >>><<< 11924 1726884929.87934: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884929.8475676-16207-76484097219212=/root/.ansible/tmp/ansible-tmp-1726884929.8475676-16207-76484097219212 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884929.88165: variable 'ansible_module_compression' from source: unknown 11924 1726884929.88460: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884929.88463: variable 'ansible_facts' from source: unknown 11924 1726884929.88466: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884929.8475676-16207-76484097219212/AnsiballZ_stat.py 11924 1726884929.88988: Sending initial data 11924 1726884929.88992: Sent initial data (152 bytes) 11924 1726884929.90332: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884929.90463: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884929.90570: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884929.90652: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884929.92285: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884929.92367: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884929.92435: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpjul_tll7 /root/.ansible/tmp/ansible-tmp-1726884929.8475676-16207-76484097219212/AnsiballZ_stat.py <<< 11924 1726884929.92453: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884929.8475676-16207-76484097219212/AnsiballZ_stat.py" <<< 11924 1726884929.92530: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 11924 1726884929.92548: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpjul_tll7" to remote "/root/.ansible/tmp/ansible-tmp-1726884929.8475676-16207-76484097219212/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884929.8475676-16207-76484097219212/AnsiballZ_stat.py" <<< 11924 1726884929.93660: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884929.93700: stdout chunk (state=3): >>><<< 11924 1726884929.93729: stderr chunk (state=3): >>><<< 11924 1726884929.93757: done transferring module to remote 11924 1726884929.93798: _low_level_execute_command(): starting 11924 1726884929.93801: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884929.8475676-16207-76484097219212/ /root/.ansible/tmp/ansible-tmp-1726884929.8475676-16207-76484097219212/AnsiballZ_stat.py && sleep 0' 11924 1726884929.94582: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884929.94814: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884929.94834: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884929.94928: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884929.96848: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884929.96984: stderr chunk (state=3): >>><<< 11924 1726884929.96987: stdout chunk (state=3): >>><<< 11924 1726884929.97006: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884929.97014: _low_level_execute_command(): starting 11924 1726884929.97016: _low_level_execute_command(): using become for this command 11924 1726884929.97029: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-xbwwktuqruhblrokuhcfqcxgmvhouvnn ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884929.8475676-16207-76484097219212/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884929.97132: Initial state: awaiting_escalation: BECOME-SUCCESS-xbwwktuqruhblrokuhcfqcxgmvhouvnn 11924 1726884929.98637: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884929.98653: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884930.01881: stdout chunk (state=1): >>>BECOME-SUCCESS-xbwwktuqruhblrokuhcfqcxgmvhouvnn <<< 11924 1726884930.01885: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-xbwwktuqruhblrokuhcfqcxgmvhouvnn' 11924 1726884930.02199: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884930.02242: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884930.02272: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884930.02347: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884930.02367: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884930.02383: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884930.02417: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884930.02442: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884930.02452: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884930.02502: 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' <<< 11924 1726884930.02545: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 11924 1726884930.02586: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884930.02686: 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 0x7f70bb3683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb337a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb36a960> import '_signal' # <<< 11924 1726884930.02719: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884930.02746: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884930.02787: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884930.02869: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884930.02902: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884930.02936: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884930.02999: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 11924 1726884930.03007: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884930.03119: 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' <<< 11924 1726884930.03141: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb13cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb13dfd0> <<< 11924 1726884930.03170: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884930.03209: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884930.03437: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884930.03590: 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 <<< 11924 1726884930.03626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb17bec0> <<< 11924 1726884930.03726: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884930.03758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884930.03761: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb17bf80> <<< 11924 1726884930.03763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884930.03766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884930.03811: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884930.03814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884930.03879: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884930.04007: 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 0x7f70bb1b3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb1b3ef0> <<< 11924 1726884930.04010: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884930.04013: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb193b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb1912b0> <<< 11924 1726884930.04106: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb179070> <<< 11924 1726884930.04124: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884930.04193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884930.04229: 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 <<< 11924 1726884930.04333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884930.04336: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb1d7860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb1d6480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb192180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb1d4bc0> <<< 11924 1726884930.04371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884930.04391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb2088f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb1782f0> <<< 11924 1726884930.04452: 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' <<< 11924 1726884930.04465: 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 0x7f70bb208da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb208c50> <<< 11924 1726884930.04534: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884930.04542: 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 0x7f70bb209010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb176e10> <<< 11924 1726884930.04666: 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 <<< 11924 1726884930.04669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb209670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb209370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 11924 1726884930.04701: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb20a540> import 'importlib.util' # <<< 11924 1726884930.04751: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884930.04760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884930.04927: 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 0x7f70bb220740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70bb221e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884930.04931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884930.04933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb222cf0> <<< 11924 1726884930.04968: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884930.05095: 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 0x7f70bb223320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb222270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884930.05117: 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 0x7f70bb223da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb2234d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb20a4b0> <<< 11924 1726884930.05139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884930.05190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884930.05213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884930.05216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884930.05249: 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 0x7f70bafbbc50> <<< 11924 1726884930.05277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884930.05292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884930.05338: 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 0x7f70bafe4740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bafe44a0> <<< 11924 1726884930.05454: 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 0x7f70bafe4770> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884930.05468: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884930.05599: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70bafe5070> <<< 11924 1726884930.05731: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884930.05778: 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 0x7f70bafe5a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bafe4950> <<< 11924 1726884930.05794: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bafb9df0> <<< 11924 1726884930.05987: 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 <<< 11924 1726884930.06005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bafe6de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bafe5b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb20ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884930.06044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884930.06071: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb013140> <<< 11924 1726884930.06127: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884930.06148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884930.06174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884930.06205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884930.06339: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb03b500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884930.06353: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884930.06381: 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 0x7f70bb0942f0> <<< 11924 1726884930.06400: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884930.06443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884930.06453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884930.06501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884930.06730: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb096a50> <<< 11924 1726884930.06750: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb094410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb0612e0> <<< 11924 1726884930.06758: 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 0x7f70ba925400> <<< 11924 1726884930.06956: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb03a300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bafe7d40> <<< 11924 1726884930.06970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f70bb03a900> <<< 11924 1726884930.07231: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_0zim44po/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884930.07266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884930.07282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884930.07320: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884930.07439: 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 0x7f70ba97b0e0> import '_typing' # <<< 11924 1726884930.07628: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba959fd0> <<< 11924 1726884930.07651: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba959130> # zipimport: zlib available <<< 11924 1726884930.07676: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884930.07697: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.08062: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884930.09474: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.10363: 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 0x7f70ba978fb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884930.10389: 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' <<< 11924 1726884930.10424: 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 0x7f70ba9a2990> <<< 11924 1726884930.10459: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba9a2780> <<< 11924 1726884930.10500: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba9a2090> <<< 11924 1726884930.10526: 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' <<< 11924 1726884930.10562: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba9a2ab0> <<< 11924 1726884930.10581: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba97bb00> import 'atexit' # <<< 11924 1726884930.10607: 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 0x7f70ba9a3740> <<< 11924 1726884930.10635: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884930.10790: 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 0x7f70ba9a38c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba9a3e00> import 'pwd' # <<< 11924 1726884930.10894: 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 0x7f70ba811bb0> <<< 11924 1726884930.10944: 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 0x7f70ba8137d0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884930.10988: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba8141d0> <<< 11924 1726884930.11016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884930.11037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884930.11210: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba815370> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884930.11279: 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 0x7f70ba817e60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70bb222c60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba816120> <<< 11924 1726884930.11283: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884930.11325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884930.11366: 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' <<< 11924 1726884930.11369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884930.11433: 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 <<< 11924 1726884930.11620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba81fce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba81e7b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba81e510> <<< 11924 1726884930.11623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884930.11626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884930.11662: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba81ea80> <<< 11924 1726884930.11690: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba816630> <<< 11924 1726884930.11693: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884930.11780: 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 0x7f70ba863f80> <<< 11924 1726884930.11784: 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 0x7f70ba8640b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 11924 1726884930.11850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba865b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba865940> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884930.12090: 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 0x7f70ba867fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba866180> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884930.12120: 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' <<< 11924 1726884930.12144: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884930.12186: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba86b770> <<< 11924 1726884930.12483: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba868140> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba86c800> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba86c950> <<< 11924 1726884930.12490: stdout 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 0x7f70ba86c890> <<< 11924 1726884930.12493: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba8642c0> <<< 11924 1726884930.12506: 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 <<< 11924 1726884930.12538: 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 <<< 11924 1726884930.12541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884930.12566: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884930.12593: 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 0x7f70ba8f8140> <<< 11924 1726884930.12758: 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 0x7f70ba8f96a0> <<< 11924 1726884930.12820: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba86e900> <<< 11924 1726884930.12843: 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 0x7f70ba86fcb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba86e510> <<< 11924 1726884930.13080: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.13083: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884930.13250: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884930.13253: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.13347: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.13897: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.14438: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884930.14620: 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 <<< 11924 1726884930.14652: 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 0x7f70ba8fd820> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba8fe690> <<< 11924 1726884930.14683: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba8f80e0> <<< 11924 1726884930.14715: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884930.14736: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.14761: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.14784: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884930.14929: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.15085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884930.15116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba8fe3f0> <<< 11924 1726884930.15132: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.15608: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.16026: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.16103: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.16174: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884930.16207: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.16228: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.16270: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884930.16346: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.16449: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 11924 1726884930.16511: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884930.16514: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.16594: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884930.16597: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.16878: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.17059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884930.17118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884930.17121: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884930.17213: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba8ff950> <<< 11924 1726884930.17216: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.17276: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.17371: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884930.17416: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884930.17540: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.17610: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884930.17645: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.17715: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884930.17762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884930.17846: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba70a4e0> <<< 11924 1726884930.17877: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba705b20> <<< 11924 1726884930.17920: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884930.17930: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.17994: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.18056: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.18090: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.18144: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884930.18147: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884930.18191: 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 <<< 11924 1726884930.18199: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884930.18214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884930.18285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884930.18314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884930.18332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884930.18372: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba9facf0> <<< 11924 1726884930.18419: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba9ee9c0> <<< 11924 1726884930.18519: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba70a510> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba8f98b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884930.18523: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.18782: 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 <<< 11924 1726884930.18813: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.19016: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.19924: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/crypttab", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 2097284, "dev": 51714, "nlink": 1, "atime": 1726884763.1972804, "mtime": 1726562394.502, "ctime": 1726562704.141, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "998616235", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ <<< 11924 1726884930.20466: 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 <<< 11924 1726884930.20516: stdout chunk (state=3): >>># cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 11924 1726884930.20765: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884930.20821: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884930.20924: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport <<< 11924 1726884930.20985: 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 <<< 11924 1726884930.21021: 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 <<< 11924 1726884930.21289: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884930.21298: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884930.21312: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884930.21397: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884930.21422: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 11924 1726884930.21446: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884930.21475: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884930.21501: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884930.21520: 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 <<< 11924 1726884930.21545: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884930.21636: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884930.21661: 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 <<< 11924 1726884930.21690: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884930.21712: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884930.21745: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 11924 1726884930.21765: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 11924 1726884930.22293: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884930.22315: stdout chunk (state=3): >>><<< 11924 1726884930.22327: stderr chunk (state=3): >>><<< 11924 1726884930.22432: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb3683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb337a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb36a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb13cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb13dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb17bec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb17bf80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb1b3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb1b3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb193b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb1912b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb179070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb1d7860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb1d6480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb192180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb1d4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb2088f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb1782f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70bb208da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb208c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70bb209010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb176e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb209670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb209370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb20a540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb220740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70bb221e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb222cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70bb223320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb222270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70bb223da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb2234d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb20a4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70bafbbc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70bafe4740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bafe44a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70bafe4770> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70bafe5070> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70bafe5a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bafe4950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bafb9df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bafe6de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bafe5b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb20ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb013140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb03b500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb0942f0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb096a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb094410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb0612e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba925400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bb03a300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70bafe7d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f70bb03a900> # zipimport: found 30 names in '/tmp/ansible_stat_payload_0zim44po/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 0x7f70ba97b0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba959fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba959130> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba978fb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba9a2990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba9a2780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba9a2090> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba9a2ab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba97bb00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba9a3740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba9a38c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba9a3e00> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba811bb0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba8137d0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba8141d0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba815370> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba817e60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70bb222c60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba816120> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba81fce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba81e7b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba81e510> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba81ea80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba816630> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba863f80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba8640b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba865b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba865940> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba867fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba866180> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba86b770> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba868140> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba86c800> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba86c950> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba86c890> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba8642c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba8f8140> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba8f96a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba86e900> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba86fcb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba86e510> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba8fd820> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba8fe690> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba8f80e0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba8fe3f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba8ff950> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f70ba70a4e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba705b20> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba9facf0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba9ee9c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba70a510> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f70ba8f98b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/crypttab", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 2097284, "dev": 51714, "nlink": 1, "atime": 1726884763.1972804, "mtime": 1726562394.502, "ctime": 1726562704.141, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "998616235", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884930.23953: 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-1726884929.8475676-16207-76484097219212/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884930.23958: _low_level_execute_command(): starting 11924 1726884930.23961: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884929.8475676-16207-76484097219212/ > /dev/null 2>&1 && sleep 0' 11924 1726884930.24071: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884930.24084: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884930.24152: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884930.24231: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884930.24269: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884930.24293: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884930.24415: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884930.26372: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884930.26376: stdout chunk (state=3): >>><<< 11924 1726884930.26378: stderr chunk (state=3): >>><<< 11924 1726884930.26384: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884930.26387: handler run complete 11924 1726884930.26441: attempt loop complete, returning result 11924 1726884930.26469: _execute() done 11924 1726884930.26483: dumping result to json 11924 1726884930.26500: done dumping result, returning 11924 1726884930.26519: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-f4c0-2290-000000002e41] 11924 1726884930.26529: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e41 11924 1726884930.26835: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e41 11924 1726884930.26838: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884763.1972804, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726562704.141, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1726562394.502, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "998616235", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 11924 1726884930.27093: no more pending results, returning what we have 11924 1726884930.27097: results queue empty 11924 1726884930.27098: checking for any_errors_fatal 11924 1726884930.27112: done checking for any_errors_fatal 11924 1726884930.27113: checking for max_fail_percentage 11924 1726884930.27115: done checking for max_fail_percentage 11924 1726884930.27116: checking to see if all hosts have failed and the running result is not ok 11924 1726884930.27117: done checking to see if all hosts have failed 11924 1726884930.27117: getting the remaining hosts for this loop 11924 1726884930.27120: done getting the remaining hosts for this loop 11924 1726884930.27123: getting the next task for host managed_node2 11924 1726884930.27131: done getting next task for host managed_node2 11924 1726884930.27136: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 11924 1726884930.27140: ^ 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 11924 1726884930.27459: getting variables 11924 1726884930.27461: in VariableManager get_vars() 11924 1726884930.27498: Calling all_inventory to load vars for managed_node2 11924 1726884930.27501: Calling groups_inventory to load vars for managed_node2 11924 1726884930.27506: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884930.27515: Calling all_plugins_play to load vars for managed_node2 11924 1726884930.27518: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884930.27525: Calling groups_plugins_play to load vars for managed_node2 11924 1726884930.28859: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884930.30176: done with get_vars() 11924 1726884930.30194: done getting variables TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 20 September 2024 22:15:30 -0400 (0:00:00.510) 0:01:35.643 ****** 11924 1726884930.30422: entering _queue_task() for managed_node2/lineinfile 11924 1726884930.31184: worker is 1 (out of 1 available) 11924 1726884930.31198: exiting _queue_task() for managed_node2/lineinfile 11924 1726884930.31543: done queuing things up, now waiting for results queue to drain 11924 1726884930.31545: waiting for pending results... 11924 1726884930.31771: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 11924 1726884930.31893: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e42 11924 1726884930.31920: variable 'ansible_search_path' from source: unknown 11924 1726884930.31929: variable 'ansible_search_path' from source: unknown 11924 1726884930.32235: variable 'blivet_output' from source: set_fact 11924 1726884930.32411: dumping result to json 11924 1726884930.32414: done dumping result, returning 11924 1726884930.32417: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-f4c0-2290-000000002e42] 11924 1726884930.32421: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e42 skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884930.32682: no more pending results, returning what we have 11924 1726884930.32686: results queue empty 11924 1726884930.32686: checking for any_errors_fatal 11924 1726884930.32702: done checking for any_errors_fatal 11924 1726884930.32703: checking for max_fail_percentage 11924 1726884930.32707: done checking for max_fail_percentage 11924 1726884930.32707: checking to see if all hosts have failed and the running result is not ok 11924 1726884930.32708: done checking to see if all hosts have failed 11924 1726884930.32709: getting the remaining hosts for this loop 11924 1726884930.32711: done getting the remaining hosts for this loop 11924 1726884930.32714: getting the next task for host managed_node2 11924 1726884930.32721: done getting next task for host managed_node2 11924 1726884930.32740: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 11924 1726884930.32744: ^ 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 11924 1726884930.32754: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e42 11924 1726884930.32759: WORKER PROCESS EXITING 11924 1726884930.32775: getting variables 11924 1726884930.32776: in VariableManager get_vars() 11924 1726884930.32809: Calling all_inventory to load vars for managed_node2 11924 1726884930.32811: Calling groups_inventory to load vars for managed_node2 11924 1726884930.32813: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884930.32821: Calling all_plugins_play to load vars for managed_node2 11924 1726884930.32823: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884930.32825: Calling groups_plugins_play to load vars for managed_node2 11924 1726884930.33530: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884930.33870: done with get_vars() 11924 1726884930.33880: done getting variables TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 20 September 2024 22:15:30 -0400 (0:00:00.035) 0:01:35.678 ****** 11924 1726884930.33947: entering _queue_task() for managed_node2/setup 11924 1726884930.34168: worker is 1 (out of 1 available) 11924 1726884930.34182: exiting _queue_task() for managed_node2/setup 11924 1726884930.34196: done queuing things up, now waiting for results queue to drain 11924 1726884930.34197: waiting for pending results... 11924 1726884930.34410: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Update facts 11924 1726884930.34520: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002e44 11924 1726884930.34533: variable 'ansible_search_path' from source: unknown 11924 1726884930.34537: variable 'ansible_search_path' from source: unknown 11924 1726884930.34640: calling self._execute() 11924 1726884930.34715: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884930.34719: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884930.34784: variable 'omit' from source: magic vars 11924 1726884930.35949: variable 'ansible_check_mode' from source: magic vars 11924 1726884930.35957: Evaluated conditional (not ansible_check_mode): True 11924 1726884930.35963: variable 'omit' from source: magic vars 11924 1726884930.36072: variable 'omit' from source: magic vars 11924 1726884930.36112: variable 'omit' from source: magic vars 11924 1726884930.36149: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884930.36198: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884930.36249: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884930.36280: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884930.36285: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884930.36288: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884930.36318: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884930.36439: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884930.36442: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884930.36445: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884930.36500: Set connection var ansible_shell_executable to /bin/sh 11924 1726884930.36510: Set connection var ansible_connection to ssh 11924 1726884930.36530: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884930.36533: Set connection var ansible_timeout to 10 11924 1726884930.36547: Set connection var ansible_pipelining to False 11924 1726884930.36552: Set connection var ansible_shell_type to sh 11924 1726884930.36577: variable 'ansible_shell_executable' from source: unknown 11924 1726884930.36580: variable 'ansible_connection' from source: unknown 11924 1726884930.36582: variable 'ansible_module_compression' from source: unknown 11924 1726884930.36584: variable 'ansible_shell_type' from source: unknown 11924 1726884930.36586: variable 'ansible_shell_executable' from source: unknown 11924 1726884930.36589: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884930.36593: variable 'ansible_pipelining' from source: unknown 11924 1726884930.36595: variable 'ansible_timeout' from source: unknown 11924 1726884930.36603: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884930.36848: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884930.36871: variable 'omit' from source: magic vars 11924 1726884930.36874: starting attempt loop 11924 1726884930.36882: running the handler 11924 1726884930.36939: _low_level_execute_command(): starting 11924 1726884930.36947: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884930.37574: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884930.37583: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884930.37590: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884930.37644: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884930.37660: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884930.37714: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884930.37717: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884930.37779: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884930.37829: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884930.39509: stdout chunk (state=3): >>>/root <<< 11924 1726884930.39614: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884930.39666: stderr chunk (state=3): >>><<< 11924 1726884930.39669: stdout chunk (state=3): >>><<< 11924 1726884930.39798: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884930.39802: _low_level_execute_command(): starting 11924 1726884930.39805: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884930.396941-16246-176476823637844 `" && echo ansible-tmp-1726884930.396941-16246-176476823637844="` echo /root/.ansible/tmp/ansible-tmp-1726884930.396941-16246-176476823637844 `" ) && sleep 0' 11924 1726884930.40309: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884930.40422: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884930.40446: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884930.40548: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884930.42484: stdout chunk (state=3): >>>ansible-tmp-1726884930.396941-16246-176476823637844=/root/.ansible/tmp/ansible-tmp-1726884930.396941-16246-176476823637844 <<< 11924 1726884930.42589: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884930.42631: stderr chunk (state=3): >>><<< 11924 1726884930.42641: stdout chunk (state=3): >>><<< 11924 1726884930.42663: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884930.396941-16246-176476823637844=/root/.ansible/tmp/ansible-tmp-1726884930.396941-16246-176476823637844 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884930.42708: variable 'ansible_module_compression' from source: unknown 11924 1726884930.42746: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 11924 1726884930.42809: variable 'ansible_facts' from source: unknown 11924 1726884930.42973: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884930.396941-16246-176476823637844/AnsiballZ_setup.py 11924 1726884930.43135: Sending initial data 11924 1726884930.43138: Sent initial data (153 bytes) 11924 1726884930.43665: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884930.43718: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884930.43760: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884930.45372: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884930.45425: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884930.45530: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp0bdhenen /root/.ansible/tmp/ansible-tmp-1726884930.396941-16246-176476823637844/AnsiballZ_setup.py <<< 11924 1726884930.45538: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884930.396941-16246-176476823637844/AnsiballZ_setup.py" <<< 11924 1726884930.45599: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp0bdhenen" to remote "/root/.ansible/tmp/ansible-tmp-1726884930.396941-16246-176476823637844/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884930.396941-16246-176476823637844/AnsiballZ_setup.py" <<< 11924 1726884930.47084: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884930.47100: stderr chunk (state=3): >>><<< 11924 1726884930.47103: stdout chunk (state=3): >>><<< 11924 1726884930.47126: done transferring module to remote 11924 1726884930.47136: _low_level_execute_command(): starting 11924 1726884930.47229: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884930.396941-16246-176476823637844/ /root/.ansible/tmp/ansible-tmp-1726884930.396941-16246-176476823637844/AnsiballZ_setup.py && sleep 0' 11924 1726884930.47834: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884930.47979: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884930.47982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884930.48073: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884930.48293: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884930.48319: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884930.48407: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884930.50352: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884930.50377: stderr chunk (state=3): >>><<< 11924 1726884930.50394: stdout chunk (state=3): >>><<< 11924 1726884930.50425: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884930.50447: _low_level_execute_command(): starting 11924 1726884930.50469: _low_level_execute_command(): using become for this command 11924 1726884930.50562: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-qmlixjxxibiotqskeipmnynhpymkunwv ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884930.396941-16246-176476823637844/AnsiballZ_setup.py'"'"' && sleep 0' 11924 1726884930.50961: Initial state: awaiting_escalation: BECOME-SUCCESS-qmlixjxxibiotqskeipmnynhpymkunwv 11924 1726884930.51629: 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 <<< 11924 1726884930.51726: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884930.51860: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884930.51929: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884930.54909: stdout chunk (state=1): >>>BECOME-SUCCESS-qmlixjxxibiotqskeipmnynhpymkunwv <<< 11924 1726884930.54913: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-qmlixjxxibiotqskeipmnynhpymkunwv' 11924 1726884930.55232: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884930.55269: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884930.55297: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884930.55307: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884930.55376: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884930.55381: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884930.55415: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884930.55444: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884930.55462: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884930.55480: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884930.55551: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884930.55562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 11924 1726884930.55596: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884930.55620: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884930.55640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884930.55660: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903ac183e0> <<< 11924 1726884930.55672: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903abe7a10> <<< 11924 1726884930.55696: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884930.55746: 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 0x7f903ac1a960> <<< 11924 1726884930.55781: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # <<< 11924 1726884930.55822: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884930.55885: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884930.55926: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884930.56046: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # <<< 11924 1726884930.56051: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884930.56120: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a9e8fe0> <<< 11924 1726884930.56177: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884930.56188: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a9e9fd0> <<< 11924 1726884930.56209: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884930.56244: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884930.56615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884930.56634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884930.56653: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884930.56681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884930.56702: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884930.56803: 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 <<< 11924 1726884930.56894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa27ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884930.56901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884930.56906: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884930.56982: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa27f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884930.57012: 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' <<< 11924 1726884930.57086: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884930.57090: 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 0x7f903aa5f8f0> <<< 11924 1726884930.57114: 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 0x7f903aa5ff80> <<< 11924 1726884930.57181: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884930.57186: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa3fb90> <<< 11924 1726884930.57244: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa3d2b0> <<< 11924 1726884930.57298: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa25070> <<< 11924 1726884930.57310: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884930.57339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884930.57354: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884930.57385: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884930.57438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884930.57472: 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' <<< 11924 1726884930.57511: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa838c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa824e0> <<< 11924 1726884930.57514: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884930.57532: 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 0x7f903aa3e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa80ce0> <<< 11924 1726884930.57576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884930.57579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aab0920> <<< 11924 1726884930.57590: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa242f0> <<< 11924 1726884930.57612: 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' <<< 11924 1726884930.57638: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884930.57661: 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 0x7f903aab0dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aab0c80> <<< 11924 1726884930.57706: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884930.57710: 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 0x7f903aab1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa22e10> <<< 11924 1726884930.57741: 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' <<< 11924 1726884930.57760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884930.57826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884930.57833: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aab1700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aab13d0> import 'importlib.machinery' # <<< 11924 1726884930.57892: 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' <<< 11924 1726884930.57912: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aab2600> import 'importlib.util' # <<< 11924 1726884930.57920: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884930.57960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884930.57979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884930.58005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aacc830> import 'errno' # <<< 11924 1726884930.58103: 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 0x7f903aacdf70> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884930.58137: 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 0x7f903aacee10> <<< 11924 1726884930.58176: 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 0x7f903aacf470> <<< 11924 1726884930.58200: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aace360> <<< 11924 1726884930.58215: 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' <<< 11924 1726884930.58291: 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 0x7f903aacfef0> <<< 11924 1726884930.58350: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aacf620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aab2660> <<< 11924 1726884930.58354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884930.58475: 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' <<< 11924 1726884930.58527: 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 0x7f903aae7e60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a7e8860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a7e85c0> <<< 11924 1726884930.58576: 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 0x7f903a7e87d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884930.58590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884930.58862: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884930.58897: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a7e9160> <<< 11924 1726884930.58930: 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 0x7f903a7e9b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a7e8a40> <<< 11924 1726884930.58933: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aae6000> <<< 11924 1726884930.58964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884930.58980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884930.59026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884930.59029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a7eaf60> <<< 11924 1726884930.59052: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a7e9ca0> <<< 11924 1726884930.59076: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aab2d50> <<< 11924 1726884930.59103: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884930.59174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884930.59190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884930.59240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884930.59371: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a813230> <<< 11924 1726884930.59413: 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 0x7f903a83b5f0> <<< 11924 1726884930.59435: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884930.59481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884930.59529: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884930.59568: 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 0x7f903a8983b0> <<< 11924 1726884930.59581: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884930.59608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884930.59633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884930.59704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884930.59765: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a89ab10> <<< 11924 1726884930.59842: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a8984d0> <<< 11924 1726884930.59932: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a8613d0> <<< 11924 1726884930.59951: 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 0x7f903a1254f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a83a3f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a7ebe00> <<< 11924 1726884930.60126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884930.60138: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f903a83a510> <<< 11924 1726884930.60436: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_cn92_zs1/ansible_setup_payload.zip' # zipimport: zlib available <<< 11924 1726884930.60571: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.60602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884930.60613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884930.60652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884930.60730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884930.60771: 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 0x7f903a18b230> <<< 11924 1726884930.60789: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884930.60960: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a16e120> <<< 11924 1726884930.60971: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a16d2b0> <<< 11924 1726884930.60977: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.61009: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884930.61014: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.61028: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.61049: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.61058: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884930.61078: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.62590: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.63650: 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 0x7f903a189100> <<< 11924 1726884930.63678: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884930.63697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884930.63720: 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' <<< 11924 1726884930.63746: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884930.63763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884930.63804: 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 0x7f903a1c2bd0> <<< 11924 1726884930.63847: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a1c2960> <<< 11924 1726884930.63873: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a1c2270> <<< 11924 1726884930.63886: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884930.63904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884930.63939: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a1c2d50> <<< 11924 1726884930.63954: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a18bc50> import 'atexit' # <<< 11924 1726884930.63972: 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 0x7f903a1c3890> <<< 11924 1726884930.64006: 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 0x7f903a1c3a40> <<< 11924 1726884930.64028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884930.64091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884930.64095: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884930.64161: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a1c3f80> <<< 11924 1726884930.64166: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884930.64181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884930.64202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884930.64237: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a029d60> <<< 11924 1726884930.64272: 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 0x7f903a02b980> <<< 11924 1726884930.64302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884930.64317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884930.64367: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a02c350> <<< 11924 1726884930.64379: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884930.64432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a02d220> <<< 11924 1726884930.64450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884930.64481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884930.64510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884930.64525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884930.64569: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a02fef0> <<< 11924 1726884930.64615: 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 0x7f903a7eaf30> <<< 11924 1726884930.64629: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a02e0f0> <<< 11924 1726884930.64649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884930.64685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884930.64703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884930.64720: 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 <<< 11924 1726884930.64903: 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 0x7f903a037e00> import '_tokenize' # <<< 11924 1726884930.64984: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a0368d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a036630> <<< 11924 1726884930.64991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884930.65012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884930.65077: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a036ba0> <<< 11924 1726884930.65118: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a02e6f0> <<< 11924 1726884930.65194: 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 0x7f903a07ba70> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a07c0b0> <<< 11924 1726884930.65198: 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 <<< 11924 1726884930.65227: 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' <<< 11924 1726884930.65283: 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 0x7f903a07dcd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a07da90> <<< 11924 1726884930.65315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884930.65350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884930.65390: 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 0x7f903a080200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a07e390> <<< 11924 1726884930.65417: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884930.65467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884930.65506: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884930.65509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884930.65552: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a0839e0> <<< 11924 1726884930.65680: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a0803b0> <<< 11924 1726884930.65744: stdout 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 0x7f903a084d10> <<< 11924 1726884930.65774: stdout 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 0x7f903a084a70> <<< 11924 1726884930.65823: stdout 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 0x7f903a084d40> <<< 11924 1726884930.65854: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a07c3e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 11924 1726884930.65878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884930.65906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884930.65909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884930.65945: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884930.65967: 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 0x7f9039f10410> <<< 11924 1726884930.66116: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884930.66131: 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 0x7f9039f11760> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a086ba0> <<< 11924 1726884930.66170: 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 0x7f903a087f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a0867e0> <<< 11924 1726884930.66212: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.66264: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884930.66371: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.66428: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884930.66525: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884930.66645: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.66768: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.67292: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.67891: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884930.67894: 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 <<< 11924 1726884930.67969: 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 0x7f9039f159d0> <<< 11924 1726884930.68068: 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 0x7f9039f167b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039f11880> <<< 11924 1726884930.68134: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884930.68172: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884930.68191: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.68375: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.68524: 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 0x7f9039f16780> # zipimport: zlib available <<< 11924 1726884930.69014: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.69525: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.69527: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.69732: 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 <<< 11924 1726884930.69736: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.69830: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884930.69833: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.69853: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.69870: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 11924 1726884930.69920: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884930.69957: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884930.69973: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.70200: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.70442: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884930.70503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884930.70515: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884930.70605: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039f17a70> # zipimport: zlib available <<< 11924 1726884930.70847: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884930.70898: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884930.70902: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.70928: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.70972: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.71027: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.71108: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884930.71151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884930.71317: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9039f22390> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039f1d340> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884930.71385: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.71448: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.71480: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.71527: stdout chunk (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' <<< 11924 1726884930.71590: 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' <<< 11924 1726884930.71593: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884930.71693: 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 <<< 11924 1726884930.71696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884930.71753: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a00aba0> <<< 11924 1726884930.71799: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a1ee870> <<< 11924 1726884930.71895: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039f22420> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a086570> <<< 11924 1726884930.71899: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884930.71941: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.71963: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884930.72034: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884930.72068: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884930.72072: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884930.72360: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.72399: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884930.72407: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 11924 1726884930.72423: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.72489: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.72563: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.72582: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.72629: 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 <<< 11924 1726884930.72733: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884930.72811: 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 <<< 11924 1726884930.72888: 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 <<< 11924 1726884930.72937: 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 0x7f9039c2e9f0> <<< 11924 1726884930.72966: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039c2de20> <<< 11924 1726884930.73038: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039c2c800> <<< 11924 1726884930.73326: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039fb2c00> <<< 11924 1726884930.73399: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039fb0b90> import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 11924 1726884930.73550: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.73728: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.73764: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.73823: 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' <<< 11924 1726884930.73863: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 11924 1726884930.73866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 11924 1726884930.73879: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 11924 1726884930.73897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 11924 1726884930.73916: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039fb30b0> <<< 11924 1726884930.73943: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 11924 1726884930.74002: 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 <<< 11924 1726884930.74091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884930.74097: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 11924 1726884930.74100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 11924 1726884930.74191: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039c78a40> # 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 0x7f9039c78d70> <<< 11924 1726884930.74229: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039c6c200> <<< 11924 1726884930.74233: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039c3f800> <<< 11924 1726884930.74294: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039f9db20> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039f9c170> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 11924 1726884930.74351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 11924 1726884930.74359: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 11924 1726884930.74362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 11924 1726884930.74388: 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' <<< 11924 1726884930.74408: 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' <<< 11924 1726884930.74434: stdout chunk (state=3): >>>import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9039c7b860> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039c7b110> <<< 11924 1726884930.74440: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884930.74497: 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 0x7f9039c7b2f0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039c7a570> <<< 11924 1726884930.74527: 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' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039c7ba10> <<< 11924 1726884930.74617: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884930.74684: 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 0x7f9039aa2600> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039aa05f0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039f9c560> import 'ansible.module_utils.facts.timeout' # <<< 11924 1726884930.74775: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 11924 1726884930.74873: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.74912: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available <<< 11924 1726884930.74941: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.75010: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 11924 1726884930.75073: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 11924 1726884930.75092: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884930.75142: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 11924 1726884930.75192: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.75252: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 11924 1726884930.75303: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.75391: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 11924 1726884930.75411: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.75468: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.75551: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.75621: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 11924 1726884930.76129: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.76541: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 11924 1726884930.76588: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.76657: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.76733: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.76792: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884930.76947: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884930.77010: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884930.77015: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 11924 1726884930.77045: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884930.77077: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 11924 1726884930.77088: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.77162: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.77260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884930.77279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884930.77302: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039aa2a80> <<< 11924 1726884930.77314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884930.77348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884930.77507: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039aa36e0> <<< 11924 1726884930.77513: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 11924 1726884930.77636: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.77639: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 11924 1726884930.77830: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.77833: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 11924 1726884930.77897: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.77989: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 11924 1726884930.78058: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.78126: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884930.78170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884930.78246: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884930.78323: 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 0x7f9039adacc0> <<< 11924 1726884930.78497: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039ac7890> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 11924 1726884930.78582: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.78610: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 11924 1726884930.78815: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884930.78928: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.79143: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884930.79184: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 11924 1726884930.79249: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.79344: 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' <<< 11924 1726884930.79399: 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 0x7f9039af28a0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039af24b0> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 11924 1726884930.79478: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 11924 1726884930.79798: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 11924 1726884930.79866: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.79974: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.80043: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.80072: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 11924 1726884930.80134: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884930.80283: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884930.80404: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 11924 1726884930.80444: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 11924 1726884930.80584: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.80792: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884930.81364: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.81869: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 11924 1726884930.82006: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.82091: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 11924 1726884930.82359: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 11924 1726884930.82440: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.82635: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 11924 1726884930.82638: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.82641: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 11924 1726884930.82652: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.82692: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.82743: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 11924 1726884930.82746: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.82845: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.82942: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.83159: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.83421: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 11924 1726884930.83428: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.83458: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available <<< 11924 1726884930.83504: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.83517: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 11924 1726884930.83544: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.83598: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.83677: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 11924 1726884930.83683: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.83708: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.83731: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 11924 1726884930.83759: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.83801: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.83866: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 11924 1726884930.83933: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.83986: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 11924 1726884930.84007: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.84270: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.84651: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # <<< 11924 1726884930.84667: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.84700: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.84743: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 11924 1726884930.84753: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.84781: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.84828: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 11924 1726884930.84832: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.84869: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.84910: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 11924 1726884930.84913: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.84993: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.85075: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 11924 1726884930.85110: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.85123: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 11924 1726884930.85170: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.85234: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 11924 1726884930.85238: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.85248: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.85270: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.85321: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.85369: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.85442: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.85528: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 11924 1726884930.85532: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 11924 1726884930.85558: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.85590: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.85644: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 11924 1726884930.85664: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.85904: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.86046: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 11924 1726884930.86073: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.86128: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.86158: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 11924 1726884930.86216: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.86261: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 11924 1726884930.86289: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.86365: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.86444: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 11924 1726884930.86461: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.86544: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.86638: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 11924 1726884930.86728: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884930.87066: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 11924 1726884930.87070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9039b1ba40> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039b18320> <<< 11924 1726884930.87110: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039b188f0> <<< 11924 1726884931.01846: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 11924 1726884931.01850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039b62210> # /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' <<< 11924 1726884931.02194: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039b63e90> # /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 0x7f9039b65850> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039b65370> <<< 11924 1726884931.02539: 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 <<< 11924 1726884931.02542: 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 <<< 11924 1726884931.26470: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_is_chroot": false, "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "15", "second": "30", "epoch": "1726884930", "epoch_int": "1726884930", "date": "2024-09-20", "time": "22:15:30", "iso8601_micro": "2024-09-21T02:15:30.874071Z", "iso8601": "2024-09-21T02:15:30Z", "iso8601_basic": "20240920T221530874071", "iso8601_basic_short": "20240920T221530", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNN<<< 11924 1726884931.26504: stdout chunk (state=3): >>>kbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_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_loadavg": {"1m": 0.5595703125, "5m": 0.50537109375, "15m": 0.2626953125}, "ansible_local": {}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-qmlixjxxibiotqskeipmnynhpymkunwv ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884930.396941-16246-176476823637844/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_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_lsb": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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_fibre_channel_wwn": [], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 2758, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 773, "free": 2758}, "nocache": {"free": 3280, "used": 251}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec206ba0-15bf-43d2-c58e<<< 11924 1726884931.26530: stdout chunk (state=3): >>>-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405<<< 11924 1726884931.26550: stdout chunk (state=3): >>>117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "dm-0": {"virtual": 1, "links": {"ids": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"], "uuids": ["0f3fb490-f569-46ef-8fef-9eeb08e031a3"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "10485760", "sectorsize": "512", "size": "5.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": ["dm-0"]}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": ["foo-test1"]}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sd<<< 11924 1726884931.26589: stdout chunk (state=3): >>>a": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "dm-0": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "dm-0": ["0f3fb490-f569-46ef-8fef-9eeb08e031a3"]}, "labels": {}, "masters": {"sda": ["dm-0"]}}, "ansible_uptime_seconds": 376, "ansible_lvm": {"lvs": {"test1": {"size_g": "5.00", "vg": "foo"}}, "vgs": {"foo": {"size_g": "9.99", "free_g": "4.99", "num_lvs": "1", "num_pvs": "1"}}, "pvs": {"/dev/sda": {"size_g": "9.99", "free_g": "4.99", "vg": "foo"}}}, "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": 261613584384, "block_size": 4096, "block_total": 65519099, "block_available": 63870504, "block_used": 1648595, "inode_total": 131070960, "inode_available": 131027189, "inode_used": 43771, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}, {"mount": "/opt/test1", "device": "/dev/mapper/foo-test1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 5301600256, "size_available": 5166194688, "block_size": 4096, "block_total": 1294336, "block_available": 1261278, "block_used": 33058, "inode_total": 2621440, "inode_available": 2621437, "inode_used": 3, "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3"}], "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 11924 1726884931.27089: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884931.27108: 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 <<< 11924 1726884931.27196: 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 <<< 11924 1726884931.27244: 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 <<< 11924 1726884931.27391: stdout chunk (state=3): >>># cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # 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 <<< 11924 1726884931.27839: 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 <<< 11924 1726884931.27879: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884931.27957: stdout chunk (state=3): >>># destroy zipimport <<< 11924 1726884931.27961: 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 <<< 11924 1726884931.27963: stdout chunk (state=3): >>># destroy _locale # destroy locale # destroy select <<< 11924 1726884931.27966: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884931.28014: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884931.28026: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 11924 1726884931.28180: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 <<< 11924 1726884931.28199: stdout chunk (state=3): >>># destroy _ssl <<< 11924 1726884931.28219: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 11924 1726884931.28363: stdout chunk (state=3): >>># destroy json <<< 11924 1726884931.28367: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy glob <<< 11924 1726884931.28374: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 11924 1726884931.28398: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 11924 1726884931.28420: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib <<< 11924 1726884931.28464: 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 <<< 11924 1726884931.28508: stdout chunk (state=3): >>># 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 <<< 11924 1726884931.28608: stdout chunk (state=3): >>># cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _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 <<< 11924 1726884931.28738: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884931.28775: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884931.28799: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884931.28927: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884931.28930: 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 <<< 11924 1726884931.28934: 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 <<< 11924 1726884931.29016: 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 <<< 11924 1726884931.29039: 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 <<< 11924 1726884931.29067: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884931.29079: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884931.29120: stdout chunk (state=3): >>># destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc <<< 11924 1726884931.29256: stdout chunk (state=3): >>># destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884931.29729: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884931.29736: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884931.29798: stderr chunk (state=3): >>><<< 11924 1726884931.29806: stdout chunk (state=3): >>><<< 11924 1726884931.30225: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903ac183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903abe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903ac1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a9e8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a9e9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa27ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa27f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa5f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa5ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa3fb90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa3d2b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa25070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa838c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa824e0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa3e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa80ce0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aab0920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa242f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903aab0dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aab0c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903aab1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aa22e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aab1700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aab13d0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aab2600> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aacc830> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903aacdf70> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aacee10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903aacf470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aace360> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903aacfef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aacf620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aab2660> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903aae7e60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a7e8860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a7e85c0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a7e87d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a7e9160> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a7e9b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a7e8a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aae6000> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a7eaf60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a7e9ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903aab2d50> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a813230> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a83b5f0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a8983b0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a89ab10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a8984d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a8613d0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a1254f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a83a3f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a7ebe00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f903a83a510> # zipimport: found 103 names in '/tmp/ansible_setup_payload_cn92_zs1/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 0x7f903a18b230> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a16e120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a16d2b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a189100> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a1c2bd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a1c2960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a1c2270> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a1c2d50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a18bc50> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a1c3890> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a1c3a40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a1c3f80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a029d60> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a02b980> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a02c350> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a02d220> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a02fef0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a7eaf30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a02e0f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a037e00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a0368d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a036630> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a036ba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a02e6f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a07ba70> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a07c0b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a07dcd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a07da90> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a080200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a07e390> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a0839e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a0803b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a084d10> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a084a70> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a084d40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a07c3e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9039f10410> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9039f11760> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a086ba0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f903a087f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a0867e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9039f159d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039f167b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039f11880> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039f16780> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039f17a70> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9039f22390> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039f1d340> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a00aba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a1ee870> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039f22420> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f903a086570> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f9039c2e9f0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039c2de20> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039c2c800> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039fb2c00> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039fb0b90> 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 0x7f9039fb30b0> # /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 0x7f9039c78a40> # 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 0x7f9039c78d70> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039c6c200> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039c3f800> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039f9db20> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039f9c170> # /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 0x7f9039c7b860> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039c7b110> # 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 0x7f9039c7b2f0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039c7a570> # /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 0x7f9039c7ba10> # /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 0x7f9039aa2600> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039aa05f0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039f9c560> 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 0x7f9039aa2a80> # /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 0x7f9039aa36e0> 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 0x7f9039adacc0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039ac7890> 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 0x7f9039af28a0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039af24b0> 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 0x7f9039b1ba40> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039b18320> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039b188f0> # /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 0x7f9039b62210> # /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 0x7f9039b63e90> # /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 0x7f9039b65850> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9039b65370> 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_is_chroot": false, "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "15", "second": "30", "epoch": "1726884930", "epoch_int": "1726884930", "date": "2024-09-20", "time": "22:15:30", "iso8601_micro": "2024-09-21T02:15:30.874071Z", "iso8601": "2024-09-21T02:15:30Z", "iso8601_basic": "20240920T221530874071", "iso8601_basic_short": "20240920T221530", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_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_loadavg": {"1m": 0.5595703125, "5m": 0.50537109375, "15m": 0.2626953125}, "ansible_local": {}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-qmlixjxxibiotqskeipmnynhpymkunwv ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884930.396941-16246-176476823637844/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_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_lsb": {}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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_fibre_channel_wwn": [], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 2758, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 773, "free": 2758}, "nocache": {"free": 3280, "used": 251}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "dm-0": {"virtual": 1, "links": {"ids": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"], "uuids": ["0f3fb490-f569-46ef-8fef-9eeb08e031a3"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "10485760", "sectorsize": "512", "size": "5.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": ["dm-0"]}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": ["foo-test1"]}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "dm-0": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "dm-0": ["0f3fb490-f569-46ef-8fef-9eeb08e031a3"]}, "labels": {}, "masters": {"sda": ["dm-0"]}}, "ansible_uptime_seconds": 376, "ansible_lvm": {"lvs": {"test1": {"size_g": "5.00", "vg": "foo"}}, "vgs": {"foo": {"size_g": "9.99", "free_g": "4.99", "num_lvs": "1", "num_pvs": "1"}}, "pvs": {"/dev/sda": {"size_g": "9.99", "free_g": "4.99", "vg": "foo"}}}, "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": 261613584384, "block_size": 4096, "block_total": 65519099, "block_available": 63870504, "block_used": 1648595, "inode_total": 131070960, "inode_available": 131027189, "inode_used": 43771, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}, {"mount": "/opt/test1", "device": "/dev/mapper/foo-test1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 5301600256, "size_available": 5166194688, "block_size": 4096, "block_total": 1294336, "block_available": 1261278, "block_used": 33058, "inode_total": 2621440, "inode_available": 2621437, "inode_used": 3, "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3"}], "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884931.32386: 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-1726884930.396941-16246-176476823637844/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884931.32390: _low_level_execute_command(): starting 11924 1726884931.32392: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884930.396941-16246-176476823637844/ > /dev/null 2>&1 && sleep 0' 11924 1726884931.33609: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884931.33675: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884931.33703: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884931.33706: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884931.33709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884931.33712: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884931.33714: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884931.33716: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884931.33844: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884931.33847: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884931.33921: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884931.34170: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884931.35997: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884931.36000: stdout chunk (state=3): >>><<< 11924 1726884931.36010: stderr chunk (state=3): >>><<< 11924 1726884931.36026: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884931.36029: handler run complete 11924 1726884931.36518: variable 'ansible_facts' from source: unknown 11924 1726884931.36640: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884931.37165: variable 'ansible_facts' from source: unknown 11924 1726884931.37273: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884931.37419: attempt loop complete, returning result 11924 1726884931.37428: _execute() done 11924 1726884931.37432: dumping result to json 11924 1726884931.37484: done dumping result, returning 11924 1726884931.37601: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-f4c0-2290-000000002e44] 11924 1726884931.37605: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e44 11924 1726884931.38375: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002e44 11924 1726884931.38378: WORKER PROCESS EXITING ok: [managed_node2] 11924 1726884931.38965: no more pending results, returning what we have 11924 1726884931.38968: results queue empty 11924 1726884931.38969: checking for any_errors_fatal 11924 1726884931.38977: done checking for any_errors_fatal 11924 1726884931.38978: checking for max_fail_percentage 11924 1726884931.38979: done checking for max_fail_percentage 11924 1726884931.38980: checking to see if all hosts have failed and the running result is not ok 11924 1726884931.38981: done checking to see if all hosts have failed 11924 1726884931.38982: getting the remaining hosts for this loop 11924 1726884931.38983: done getting the remaining hosts for this loop 11924 1726884931.38987: getting the next task for host managed_node2 11924 1726884931.38997: done getting next task for host managed_node2 11924 1726884931.38999: ^ task is: TASK: meta (role_complete) 11924 1726884931.39001: ^ 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 11924 1726884931.39017: getting variables 11924 1726884931.39019: in VariableManager get_vars() 11924 1726884931.39054: Calling all_inventory to load vars for managed_node2 11924 1726884931.39060: Calling groups_inventory to load vars for managed_node2 11924 1726884931.39062: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884931.39072: Calling all_plugins_play to load vars for managed_node2 11924 1726884931.39075: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884931.39078: Calling groups_plugins_play to load vars for managed_node2 11924 1726884931.39640: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884931.40502: done with get_vars() 11924 1726884931.40523: done getting variables 11924 1726884931.40616: done queuing things up, now waiting for results queue to drain 11924 1726884931.40618: results queue empty 11924 1726884931.40619: checking for any_errors_fatal 11924 1726884931.40623: done checking for any_errors_fatal 11924 1726884931.40624: checking for max_fail_percentage 11924 1726884931.40625: done checking for max_fail_percentage 11924 1726884931.40626: checking to see if all hosts have failed and the running result is not ok 11924 1726884931.40627: done checking to see if all hosts have failed 11924 1726884931.40631: getting the remaining hosts for this loop 11924 1726884931.40632: done getting the remaining hosts for this loop 11924 1726884931.40635: getting the next task for host managed_node2 11924 1726884931.40639: done getting next task for host managed_node2 11924 1726884931.40642: ^ task is: TASK: Verify role results 11924 1726884931.40644: ^ 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 11924 1726884931.40646: getting variables 11924 1726884931.40647: in VariableManager get_vars() 11924 1726884931.40660: Calling all_inventory to load vars for managed_node2 11924 1726884931.40662: Calling groups_inventory to load vars for managed_node2 11924 1726884931.40665: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884931.40670: Calling all_plugins_play to load vars for managed_node2 11924 1726884931.40676: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884931.40680: Calling groups_plugins_play to load vars for managed_node2 11924 1726884931.41318: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884931.41976: done with get_vars() 11924 1726884931.42004: done getting variables TASK [Verify role results] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml:99 Friday 20 September 2024 22:15:31 -0400 (0:00:01.081) 0:01:36.759 ****** 11924 1726884931.42079: entering _queue_task() for managed_node2/include_tasks 11924 1726884931.42537: worker is 1 (out of 1 available) 11924 1726884931.42549: exiting _queue_task() for managed_node2/include_tasks 11924 1726884931.42565: done queuing things up, now waiting for results queue to drain 11924 1726884931.42567: waiting for pending results... 11924 1726884931.43374: running TaskExecutor() for managed_node2/TASK: Verify role results 11924 1726884931.43380: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000011 11924 1726884931.43384: variable 'ansible_search_path' from source: unknown 11924 1726884931.43496: calling self._execute() 11924 1726884931.43647: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884931.43664: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884931.43690: variable 'omit' from source: magic vars 11924 1726884931.43832: _execute() done 11924 1726884931.43842: dumping result to json 11924 1726884931.43850: done dumping result, returning 11924 1726884931.43869: done running TaskExecutor() for managed_node2/TASK: Verify role results [0affc8a3-6f6f-f4c0-2290-000000000011] 11924 1726884931.43881: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000011 11924 1726884931.44071: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000011 11924 1726884931.44076: WORKER PROCESS EXITING 11924 1726884931.44113: no more pending results, returning what we have 11924 1726884931.44120: in VariableManager get_vars() 11924 1726884931.44168: Calling all_inventory to load vars for managed_node2 11924 1726884931.44171: Calling groups_inventory to load vars for managed_node2 11924 1726884931.44175: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884931.44193: Calling all_plugins_play to load vars for managed_node2 11924 1726884931.44198: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884931.44202: Calling groups_plugins_play to load vars for managed_node2 11924 1726884931.45280: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884931.46213: done with get_vars() 11924 1726884931.46225: variable 'ansible_search_path' from source: unknown 11924 1726884931.46239: we have included files to process 11924 1726884931.46240: generating all_blocks data 11924 1726884931.46242: done generating all_blocks data 11924 1726884931.46249: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884931.46250: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884931.46253: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884931.46885: in VariableManager get_vars() 11924 1726884931.46904: done with get_vars() 11924 1726884931.46958: in VariableManager get_vars() 11924 1726884931.46976: done with get_vars() 11924 1726884931.47073: done processing included file 11924 1726884931.47075: iterating over new_blocks loaded from include file 11924 1726884931.47077: in VariableManager get_vars() 11924 1726884931.47089: done with get_vars() 11924 1726884931.47090: filtering new block on tags 11924 1726884931.47171: done filtering new block on tags 11924 1726884931.47174: 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_node2 11924 1726884931.47180: extending task lists for all hosts with included blocks 11924 1726884931.50282: done extending task lists 11924 1726884931.50284: done processing included files 11924 1726884931.50285: results queue empty 11924 1726884931.50286: checking for any_errors_fatal 11924 1726884931.50287: done checking for any_errors_fatal 11924 1726884931.50288: checking for max_fail_percentage 11924 1726884931.50289: done checking for max_fail_percentage 11924 1726884931.50290: checking to see if all hosts have failed and the running result is not ok 11924 1726884931.50291: done checking to see if all hosts have failed 11924 1726884931.50291: getting the remaining hosts for this loop 11924 1726884931.50294: done getting the remaining hosts for this loop 11924 1726884931.50297: getting the next task for host managed_node2 11924 1726884931.50301: done getting next task for host managed_node2 11924 1726884931.50304: ^ task is: TASK: Print out pool information 11924 1726884931.50306: ^ 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 11924 1726884931.50309: getting variables 11924 1726884931.50314: in VariableManager get_vars() 11924 1726884931.50331: Calling all_inventory to load vars for managed_node2 11924 1726884931.50333: Calling groups_inventory to load vars for managed_node2 11924 1726884931.50336: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884931.50343: Calling all_plugins_play to load vars for managed_node2 11924 1726884931.50345: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884931.50349: Calling groups_plugins_play to load vars for managed_node2 11924 1726884931.51052: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884931.51632: done with get_vars() 11924 1726884931.51648: done getting variables 11924 1726884931.51694: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Print 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 22:15:31 -0400 (0:00:00.096) 0:01:36.856 ****** 11924 1726884931.51729: entering _queue_task() for managed_node2/debug 11924 1726884931.52199: worker is 1 (out of 1 available) 11924 1726884931.52211: exiting _queue_task() for managed_node2/debug 11924 1726884931.52224: done queuing things up, now waiting for results queue to drain 11924 1726884931.52225: waiting for pending results... 11924 1726884931.52686: running TaskExecutor() for managed_node2/TASK: Print out pool information 11924 1726884931.52693: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002ed2 11924 1726884931.52697: variable 'ansible_search_path' from source: unknown 11924 1726884931.52701: calling self._execute() 11924 1726884931.52791: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884931.52802: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884931.52821: variable 'omit' from source: magic vars 11924 1726884931.53223: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884931.55721: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884931.55851: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884931.55874: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884931.55918: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884931.55962: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884931.56062: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884931.56096: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884931.56360: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884931.56366: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884931.56369: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884931.56371: variable '_storage_pools_list' from source: set_fact 11924 1726884931.56388: Evaluated conditional (_storage_pools_list | length > 0): True 11924 1726884931.56401: variable 'omit' from source: magic vars 11924 1726884931.56445: variable 'omit' from source: magic vars 11924 1726884931.56501: variable 'omit' from source: magic vars 11924 1726884931.56537: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884931.56576: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884931.56609: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884931.56634: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884931.56654: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884931.56680: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884931.56709: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884931.56746: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884931.56757: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884931.56766: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884931.56898: Set connection var ansible_shell_executable to /bin/sh 11924 1726884931.56908: Set connection var ansible_connection to ssh 11924 1726884931.56928: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884931.57035: Set connection var ansible_timeout to 10 11924 1726884931.57038: Set connection var ansible_pipelining to False 11924 1726884931.57041: Set connection var ansible_shell_type to sh 11924 1726884931.57043: variable 'ansible_shell_executable' from source: unknown 11924 1726884931.57045: variable 'ansible_connection' from source: unknown 11924 1726884931.57047: variable 'ansible_module_compression' from source: unknown 11924 1726884931.57049: variable 'ansible_shell_type' from source: unknown 11924 1726884931.57051: variable 'ansible_shell_executable' from source: unknown 11924 1726884931.57053: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884931.57057: variable 'ansible_pipelining' from source: unknown 11924 1726884931.57059: variable 'ansible_timeout' from source: unknown 11924 1726884931.57061: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884931.57162: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884931.57179: variable 'omit' from source: magic vars 11924 1726884931.57190: starting attempt loop 11924 1726884931.57201: running the handler 11924 1726884931.57259: variable '_storage_pools_list' from source: set_fact 11924 1726884931.57361: variable '_storage_pools_list' from source: set_fact 11924 1726884931.57624: handler run complete 11924 1726884931.57669: attempt loop complete, returning result 11924 1726884931.57677: _execute() done 11924 1726884931.57692: dumping result to json 11924 1726884931.57797: done dumping result, returning 11924 1726884931.57800: done running TaskExecutor() for managed_node2/TASK: Print out pool information [0affc8a3-6f6f-f4c0-2290-000000002ed2] 11924 1726884931.57804: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ed2 ok: [managed_node2] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } 11924 1726884931.58088: no more pending results, returning what we have 11924 1726884931.58092: results queue empty 11924 1726884931.58093: checking for any_errors_fatal 11924 1726884931.58095: done checking for any_errors_fatal 11924 1726884931.58095: checking for max_fail_percentage 11924 1726884931.58097: done checking for max_fail_percentage 11924 1726884931.58098: checking to see if all hosts have failed and the running result is not ok 11924 1726884931.58099: done checking to see if all hosts have failed 11924 1726884931.58101: getting the remaining hosts for this loop 11924 1726884931.58103: done getting the remaining hosts for this loop 11924 1726884931.58107: getting the next task for host managed_node2 11924 1726884931.58117: done getting next task for host managed_node2 11924 1726884931.58120: ^ task is: TASK: Print out volume information 11924 1726884931.58123: ^ 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 11924 1726884931.58130: getting variables 11924 1726884931.58133: in VariableManager get_vars() 11924 1726884931.58283: Calling all_inventory to load vars for managed_node2 11924 1726884931.58286: Calling groups_inventory to load vars for managed_node2 11924 1726884931.58290: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884931.58366: Calling all_plugins_play to load vars for managed_node2 11924 1726884931.58370: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884931.58379: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ed2 11924 1726884931.58383: WORKER PROCESS EXITING 11924 1726884931.58387: Calling groups_plugins_play to load vars for managed_node2 11924 1726884931.59098: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884931.59732: done with get_vars() 11924 1726884931.59749: done getting variables 11924 1726884931.59817: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Print 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 22:15:31 -0400 (0:00:00.081) 0:01:36.937 ****** 11924 1726884931.59852: entering _queue_task() for managed_node2/debug 11924 1726884931.60260: worker is 1 (out of 1 available) 11924 1726884931.60273: exiting _queue_task() for managed_node2/debug 11924 1726884931.60285: done queuing things up, now waiting for results queue to drain 11924 1726884931.60287: waiting for pending results... 11924 1726884931.60539: running TaskExecutor() for managed_node2/TASK: Print out volume information 11924 1726884931.60671: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002ed3 11924 1726884931.60691: variable 'ansible_search_path' from source: unknown 11924 1726884931.60728: calling self._execute() 11924 1726884931.60866: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884931.60882: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884931.60898: variable 'omit' from source: magic vars 11924 1726884931.61338: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884931.64493: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884931.64586: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884931.64630: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884931.64672: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884931.64711: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884931.64862: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884931.64865: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884931.64868: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884931.64911: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884931.64932: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884931.65052: variable '_storage_volumes_list' from source: set_fact 11924 1726884931.65078: Evaluated conditional (_storage_volumes_list | length > 0): False 11924 1726884931.65086: when evaluation is False, skipping this task 11924 1726884931.65094: _execute() done 11924 1726884931.65100: dumping result to json 11924 1726884931.65108: done dumping result, returning 11924 1726884931.65127: done running TaskExecutor() for managed_node2/TASK: Print out volume information [0affc8a3-6f6f-f4c0-2290-000000002ed3] 11924 1726884931.65137: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ed3 11924 1726884931.65307: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ed3 11924 1726884931.65310: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "_storage_volumes_list | length > 0" } 11924 1726884931.65391: no more pending results, returning what we have 11924 1726884931.65395: results queue empty 11924 1726884931.65396: checking for any_errors_fatal 11924 1726884931.65413: done checking for any_errors_fatal 11924 1726884931.65414: checking for max_fail_percentage 11924 1726884931.65417: done checking for max_fail_percentage 11924 1726884931.65418: checking to see if all hosts have failed and the running result is not ok 11924 1726884931.65419: done checking to see if all hosts have failed 11924 1726884931.65420: getting the remaining hosts for this loop 11924 1726884931.65422: done getting the remaining hosts for this loop 11924 1726884931.65427: getting the next task for host managed_node2 11924 1726884931.65434: done getting next task for host managed_node2 11924 1726884931.65437: ^ task is: TASK: Collect info about the volumes. 11924 1726884931.65440: ^ 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 11924 1726884931.65446: getting variables 11924 1726884931.65448: in VariableManager get_vars() 11924 1726884931.65487: Calling all_inventory to load vars for managed_node2 11924 1726884931.65490: Calling groups_inventory to load vars for managed_node2 11924 1726884931.65494: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884931.65504: Calling all_plugins_play to load vars for managed_node2 11924 1726884931.65508: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884931.65511: Calling groups_plugins_play to load vars for managed_node2 11924 1726884931.66365: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884931.67010: done with get_vars() 11924 1726884931.67026: 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 22:15:31 -0400 (0:00:00.072) 0:01:37.010 ****** 11924 1726884931.67118: entering _queue_task() for managed_node2/fedora.linux_system_roles.blockdev_info 11924 1726884931.67533: worker is 1 (out of 1 available) 11924 1726884931.67545: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blockdev_info 11924 1726884931.67559: done queuing things up, now waiting for results queue to drain 11924 1726884931.67560: waiting for pending results... 11924 1726884931.67803: running TaskExecutor() for managed_node2/TASK: Collect info about the volumes. 11924 1726884931.67946: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002ed4 11924 1726884931.67949: variable 'ansible_search_path' from source: unknown 11924 1726884931.67967: calling self._execute() 11924 1726884931.68097: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884931.68163: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884931.68167: variable 'omit' from source: magic vars 11924 1726884931.68245: variable 'omit' from source: magic vars 11924 1726884931.68301: variable 'omit' from source: magic vars 11924 1726884931.68342: variable 'omit' from source: magic vars 11924 1726884931.68400: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884931.68452: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884931.68484: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884931.68596: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884931.68599: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884931.68601: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884931.68603: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884931.68606: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884931.68608: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884931.68610: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884931.68752: Set connection var ansible_shell_executable to /bin/sh 11924 1726884931.68766: Set connection var ansible_connection to ssh 11924 1726884931.68778: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884931.68791: Set connection var ansible_timeout to 10 11924 1726884931.68801: Set connection var ansible_pipelining to False 11924 1726884931.68818: Set connection var ansible_shell_type to sh 11924 1726884931.68860: variable 'ansible_shell_executable' from source: unknown 11924 1726884931.68928: variable 'ansible_connection' from source: unknown 11924 1726884931.68932: variable 'ansible_module_compression' from source: unknown 11924 1726884931.68937: variable 'ansible_shell_type' from source: unknown 11924 1726884931.68942: variable 'ansible_shell_executable' from source: unknown 11924 1726884931.68944: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884931.68947: variable 'ansible_pipelining' from source: unknown 11924 1726884931.68949: variable 'ansible_timeout' from source: unknown 11924 1726884931.68951: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884931.69162: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884931.69181: variable 'omit' from source: magic vars 11924 1726884931.69190: starting attempt loop 11924 1726884931.69195: running the handler 11924 1726884931.69211: _low_level_execute_command(): starting 11924 1726884931.69253: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884931.69991: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884931.70078: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884931.70083: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884931.70167: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884931.70178: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884931.70471: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884931.70872: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884931.72512: stdout chunk (state=3): >>>/root <<< 11924 1726884931.72613: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884931.72668: stderr chunk (state=3): >>><<< 11924 1726884931.72688: stdout chunk (state=3): >>><<< 11924 1726884931.72725: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884931.72747: _low_level_execute_command(): starting 11924 1726884931.72832: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884931.727344-16311-156716233114440 `" && echo ansible-tmp-1726884931.727344-16311-156716233114440="` echo /root/.ansible/tmp/ansible-tmp-1726884931.727344-16311-156716233114440 `" ) && sleep 0' 11924 1726884931.73362: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884931.73377: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884931.73389: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884931.73473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884931.73525: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884931.73538: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884931.73559: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884931.73643: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884931.75762: stdout chunk (state=3): >>>ansible-tmp-1726884931.727344-16311-156716233114440=/root/.ansible/tmp/ansible-tmp-1726884931.727344-16311-156716233114440 <<< 11924 1726884931.75771: stdout chunk (state=3): >>><<< 11924 1726884931.75774: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884931.75776: stderr chunk (state=3): >>><<< 11924 1726884931.76063: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884931.727344-16311-156716233114440=/root/.ansible/tmp/ansible-tmp-1726884931.727344-16311-156716233114440 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884931.76067: variable 'ansible_module_compression' from source: unknown 11924 1726884931.76070: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blockdev_info-ZIP_DEFLATED 11924 1726884931.76072: variable 'ansible_facts' from source: unknown 11924 1726884931.76319: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884931.727344-16311-156716233114440/AnsiballZ_blockdev_info.py 11924 1726884931.76592: Sending initial data 11924 1726884931.76631: Sent initial data (161 bytes) 11924 1726884931.78176: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884931.78472: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884931.80032: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884931.80086: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884931.80135: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmplrzlte8w /root/.ansible/tmp/ansible-tmp-1726884931.727344-16311-156716233114440/AnsiballZ_blockdev_info.py <<< 11924 1726884931.80148: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884931.727344-16311-156716233114440/AnsiballZ_blockdev_info.py" <<< 11924 1726884931.80184: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmplrzlte8w" to remote "/root/.ansible/tmp/ansible-tmp-1726884931.727344-16311-156716233114440/AnsiballZ_blockdev_info.py" <<< 11924 1726884931.80200: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884931.727344-16311-156716233114440/AnsiballZ_blockdev_info.py" <<< 11924 1726884931.81271: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884931.81457: stdout chunk (state=3): >>><<< 11924 1726884931.81461: stderr chunk (state=3): >>><<< 11924 1726884931.81464: done transferring module to remote 11924 1726884931.81466: _low_level_execute_command(): starting 11924 1726884931.81468: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884931.727344-16311-156716233114440/ /root/.ansible/tmp/ansible-tmp-1726884931.727344-16311-156716233114440/AnsiballZ_blockdev_info.py && sleep 0' 11924 1726884931.82644: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884931.82835: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884931.82895: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884931.82915: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884931.83013: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884931.84898: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884931.85154: stderr chunk (state=3): >>><<< 11924 1726884931.85159: stdout chunk (state=3): >>><<< 11924 1726884931.85162: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884931.85170: _low_level_execute_command(): starting 11924 1726884931.85172: _low_level_execute_command(): using become for this command 11924 1726884931.85174: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-smbnhjsepgatcjsylfefpjioedrxqlhw ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884931.727344-16311-156716233114440/AnsiballZ_blockdev_info.py'"'"' && sleep 0' 11924 1726884931.85763: Initial state: awaiting_escalation: BECOME-SUCCESS-smbnhjsepgatcjsylfefpjioedrxqlhw 11924 1726884931.86212: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884931.86334: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884931.86606: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884931.86672: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884931.89807: stdout chunk (state=1): >>>BECOME-SUCCESS-smbnhjsepgatcjsylfefpjioedrxqlhw <<< 11924 1726884931.89821: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-smbnhjsepgatcjsylfefpjioedrxqlhw' 11924 1726884931.90175: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884931.90387: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884931.90494: 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 <<< 11924 1726884931.90527: 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 0x7f89943683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994337a10> <<< 11924 1726884931.90556: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884931.90582: 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 0x7f899436a960> <<< 11924 1726884931.90611: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 11924 1726884931.90629: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 11924 1726884931.90672: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884931.90772: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884931.90804: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884931.90819: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # <<< 11924 1726884931.90844: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884931.90870: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884931.90893: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884931.90930: 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' <<< 11924 1726884931.90940: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899411cfe0> <<< 11924 1726884931.91017: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884931.91162: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899411dfd0> <<< 11924 1726884931.91165: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884931.91176: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884931.91309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884931.91333: 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 <<< 11924 1726884931.91363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884931.91377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884931.91482: 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 0x7f8994163e00> <<< 11924 1726884931.91505: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884931.91536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884931.91561: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994163ec0> <<< 11924 1726884931.91581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884931.91667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884931.91717: 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 0x7f8994193830> <<< 11924 1726884931.91748: 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 0x7f8994193ec0> <<< 11924 1726884931.91914: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884931.91930: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994173ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941711f0> <<< 11924 1726884931.91945: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994160fb0> <<< 11924 1726884931.91982: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884931.92030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884931.92034: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884931.92068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884931.92091: 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' <<< 11924 1726884931.92141: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941b7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941b6420> <<< 11924 1726884931.92174: 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 0x7f89941720c0> <<< 11924 1726884931.92187: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941b4c20> <<< 11924 1726884931.92258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884931.92262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941e8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994160230> <<< 11924 1726884931.92274: 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' <<< 11924 1726884931.92303: 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 0x7f89941e8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941e8bc0> <<< 11924 1726884931.92365: 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 0x7f89941e8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994156d50> <<< 11924 1726884931.92395: 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' <<< 11924 1726884931.92460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884931.92557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941e9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941e92e0> import 'importlib.machinery' # <<< 11924 1726884931.92602: 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 0x7f89941ea510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884931.92650: 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 0x7f8994200710> <<< 11924 1726884931.92683: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884931.92736: 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 0x7f8994201df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884931.92817: 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' <<< 11924 1726884931.92936: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994202c60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89942032c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89942021b0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884931.92940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884931.92943: 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 0x7f8994203d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994203470> <<< 11924 1726884931.92970: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941ea540> <<< 11924 1726884931.93022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884931.93120: 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' <<< 11924 1726884931.93157: 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 0x7f8993f93bc0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8993fbc6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993fbc410> <<< 11924 1726884931.93176: 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 0x7f8993fbc6e0> <<< 11924 1726884931.93252: 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' <<< 11924 1726884931.93272: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884931.93398: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8993fbd010> <<< 11924 1726884931.93544: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884931.93651: 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 0x7f8993fbda00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993fbc8c0> <<< 11924 1726884931.93684: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993f91d60> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884931.93702: 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 0x7f8993fbee10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993fbdb50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941eac30> <<< 11924 1726884931.93727: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884931.93790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884931.93800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884931.93830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884931.93856: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993fe7140> <<< 11924 1726884931.94354: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884931.94360: 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 0x7f899400f500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899406c260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884931.94363: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899406e9c0> <<< 11924 1726884931.94432: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899406c380> <<< 11924 1726884931.94503: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89940392b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884931.94528: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993929340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899400e300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993fbfd40> <<< 11924 1726884931.94871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f89939295e0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_qvbs72ra/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' # zipimport: zlib available <<< 11924 1726884931.94966: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884931.94985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884931.95005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884931.95041: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884931.95122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884931.95148: 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' <<< 11924 1726884931.95171: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899397b0e0> import '_typing' # <<< 11924 1726884931.95336: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899395dfd0> <<< 11924 1726884931.95364: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899395d130> # zipimport: zlib available <<< 11924 1726884931.95581: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884931.95593: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884931.96865: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884931.98287: 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 0x7f8993978fb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89939aaa80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89939aa810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89939aa120> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89939aaab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899397bd70> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89939ab6b0> <<< 11924 1726884931.98384: 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 0x7f89939ab860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884931.98408: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884931.98438: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89939abd10> <<< 11924 1726884931.98463: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884931.98481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884931.98510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884931.98539: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993819b80> <<< 11924 1726884931.98582: 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 0x7f899381b7a0> <<< 11924 1726884931.98612: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884931.98627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884931.98651: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899381c1a0> <<< 11924 1726884931.98674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884931.98782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899381d310> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884931.98805: 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 <<< 11924 1726884931.98889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884931.98957: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899381fdd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89941b5ee0> <<< 11924 1726884931.99029: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899381e0f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884931.99197: 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' <<< 11924 1726884931.99201: 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 0x7f8993827dd0> <<< 11924 1726884931.99204: stdout chunk (state=3): >>>import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89938268a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993826600> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884931.99262: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993826b70> <<< 11924 1726884931.99291: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899381e5d0> <<< 11924 1726884931.99314: 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 0x7f899386ba10> <<< 11924 1726884931.99348: 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 0x7f899386c0b0> <<< 11924 1726884931.99368: 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 <<< 11924 1726884931.99493: 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' <<< 11924 1726884931.99496: 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 0x7f899386dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899386d9d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884931.99592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884931.99761: 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 0x7f8993870170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899386e300> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884931.99765: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884931.99796: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993873950> <<< 11924 1726884931.99919: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993870320> <<< 11924 1726884932.00092: stdout 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 0x7f8993874770> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89938749e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8993874c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899386c320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 11924 1726884932.00121: 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 <<< 11924 1726884932.00140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884932.00177: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884932.00193: 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 0x7f8993700380> <<< 11924 1726884932.00339: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884932.00364: 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 0x7f8993701460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993876b10> <<< 11924 1726884932.00469: 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 0x7f8993877ec0> <<< 11924 1726884932.00474: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993876750> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884932.00537: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.00663: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.00697: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884932.00701: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884932.00940: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.00957: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.01486: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.02018: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884932.02082: 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' # <<< 11924 1726884932.02091: 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' <<< 11924 1726884932.02232: 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 0x7f8993705820> <<< 11924 1726884932.02236: 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 0x7f8993706660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993701730> <<< 11924 1726884932.02291: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884932.02322: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.02337: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884932.02379: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.02495: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.02665: 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 0x7f8993706300> <<< 11924 1726884932.02679: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.03127: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.03636: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884932.03718: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884932.03739: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.03767: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.04040: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 11924 1726884932.04044: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884932.04061: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884932.04282: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884932.04322: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.04551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884932.04627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884932.04630: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884932.04693: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993707830> <<< 11924 1726884932.04717: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.04778: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.04868: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884932.04892: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884932.04940: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.04993: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884932.04996: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.05035: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.05082: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.05136: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.05291: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884932.05295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884932.05337: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8993712360> <<< 11924 1726884932.05371: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899370da30> <<< 11924 1726884932.05479: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884932.05539: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.05574: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.05614: stdout chunk (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' <<< 11924 1726884932.05651: 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 <<< 11924 1726884932.05657: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884932.05682: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884932.05740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884932.05770: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884932.05842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89939fab40> <<< 11924 1726884932.05878: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89939e6810> <<< 11924 1726884932.05963: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993712090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993707650> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884932.06068: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.06076: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884932.06108: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884932.06126: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884932.06282: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 11924 1726884932.06286: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.06299: 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 # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884932.06370: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.06502: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.07482: stdout chunk (state=3): >>> {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "LVM2_member", "label": "", "uuid": "BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/mapper/foo-test1": {"name": "/dev/mapper/foo-test1", "fstype": "xfs", "label": "", "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3", "type": "lvm", "size": "5G", "mountpoint": "/opt/test1"}, "/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": {}}} <<< 11924 1726884932.07566: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884932.08021: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884932.08047: 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 <<< 11924 1726884932.08150: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.m<<< 11924 1726884932.08172: stdout chunk (state=3): >>>odule_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 11924 1726884932.08451: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884932.08458: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884932.08586: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # 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 <<< 11924 1726884932.08874: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884932.08999: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884932.09014: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884932.09119: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing <<< 11924 1726884932.09124: 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 <<< 11924 1726884932.09137: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884932.09228: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884932.09240: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 11924 1726884932.09477: stdout chunk (state=3): >>># 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 <<< 11924 1726884932.09883: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884932.09887: stdout chunk (state=3): >>><<< 11924 1726884932.09889: stderr chunk (state=3): >>><<< 11924 1726884932.10270: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89943683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994337a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899436a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899411cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899411dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994163e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994163ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994193830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994193ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994173ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941711f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994160fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941b7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941b6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941720c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941b4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941e8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994160230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89941e8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941e8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89941e8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994156d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941e9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941e92e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941ea510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994200710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8994201df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994202c60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89942032c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89942021b0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8994203d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8994203470> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941ea540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8993f93bc0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8993fbc6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993fbc410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8993fbc6e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8993fbd010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8993fbda00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993fbc8c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993f91d60> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993fbee10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993fbdb50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89941eac30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993fe7140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899400f500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899406c260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899406e9c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899406c380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89940392b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993929340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899400e300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993fbfd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f89939295e0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_qvbs72ra/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 0x7f899397b0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899395dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899395d130> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993978fb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89939aaa80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89939aa810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89939aa120> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89939aaab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899397bd70> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89939ab6b0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89939ab860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89939abd10> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993819b80> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f899381b7a0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899381c1a0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899381d310> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899381fdd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89941b5ee0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899381e0f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993827dd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89938268a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993826600> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993826b70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899381e5d0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f899386ba10> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899386c0b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f899386dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899386d9d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8993870170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899386e300> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993873950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993870320> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8993874770> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f89938749e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8993874c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899386c320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8993700380> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8993701460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993876b10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8993877ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993876750> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8993705820> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993706660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993701730> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993706300> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993707830> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8993712360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f899370da30> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89939fab40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89939e6810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993712090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8993707650> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": "LVM2_member", "label": "", "uuid": "BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/mapper/foo-test1": {"name": "/dev/mapper/foo-test1", "fstype": "xfs", "label": "", "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3", "type": "lvm", "size": "5G", "mountpoint": "/opt/test1"}, "/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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884932.11278: 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-1726884931.727344-16311-156716233114440/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884932.11282: _low_level_execute_command(): starting 11924 1726884932.11285: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884931.727344-16311-156716233114440/ > /dev/null 2>&1 && sleep 0' 11924 1726884932.11643: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884932.11650: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884932.11654: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884932.11659: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884932.11662: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884932.11670: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884932.11693: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884932.11771: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884932.13559: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884932.13605: stderr chunk (state=3): >>><<< 11924 1726884932.13609: stdout chunk (state=3): >>><<< 11924 1726884932.13629: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884932.13644: handler run complete 11924 1726884932.13856: Evaluated conditional (False): False 11924 1726884932.13860: attempt loop complete, returning result 11924 1726884932.13862: _execute() done 11924 1726884932.13864: dumping result to json 11924 1726884932.13867: done dumping result, returning 11924 1726884932.13870: done running TaskExecutor() for managed_node2/TASK: Collect info about the volumes. [0affc8a3-6f6f-f4c0-2290-000000002ed4] 11924 1726884932.13872: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ed4 ok: [managed_node2] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "xfs", "label": "", "mountpoint": "/opt/test1", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "0f3fb490-f569-46ef-8fef-9eeb08e031a3" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp" }, "/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" } } } 11924 1726884932.14287: no more pending results, returning what we have 11924 1726884932.14291: results queue empty 11924 1726884932.14292: checking for any_errors_fatal 11924 1726884932.14302: done checking for any_errors_fatal 11924 1726884932.14303: checking for max_fail_percentage 11924 1726884932.14305: done checking for max_fail_percentage 11924 1726884932.14311: checking to see if all hosts have failed and the running result is not ok 11924 1726884932.14312: done checking to see if all hosts have failed 11924 1726884932.14313: getting the remaining hosts for this loop 11924 1726884932.14316: done getting the remaining hosts for this loop 11924 1726884932.14320: getting the next task for host managed_node2 11924 1726884932.14328: done getting next task for host managed_node2 11924 1726884932.14332: ^ task is: TASK: Read the /etc/fstab file for volume existence 11924 1726884932.14335: ^ 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 11924 1726884932.14340: getting variables 11924 1726884932.14342: in VariableManager get_vars() 11924 1726884932.14785: Calling all_inventory to load vars for managed_node2 11924 1726884932.14788: Calling groups_inventory to load vars for managed_node2 11924 1726884932.14792: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884932.14799: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ed4 11924 1726884932.14802: WORKER PROCESS EXITING 11924 1726884932.14813: Calling all_plugins_play to load vars for managed_node2 11924 1726884932.14816: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884932.14820: Calling groups_plugins_play to load vars for managed_node2 11924 1726884932.15533: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884932.16135: done with get_vars() 11924 1726884932.16151: done getting variables 11924 1726884932.16221: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:32 -0400 (0:00:00.491) 0:01:37.501 ****** 11924 1726884932.16257: entering _queue_task() for managed_node2/command 11924 1726884932.16594: worker is 1 (out of 1 available) 11924 1726884932.16606: exiting _queue_task() for managed_node2/command 11924 1726884932.16620: done queuing things up, now waiting for results queue to drain 11924 1726884932.16622: waiting for pending results... 11924 1726884932.16934: running TaskExecutor() for managed_node2/TASK: Read the /etc/fstab file for volume existence 11924 1726884932.17062: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002ed5 11924 1726884932.17088: variable 'ansible_search_path' from source: unknown 11924 1726884932.17125: calling self._execute() 11924 1726884932.17263: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884932.17274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884932.17289: variable 'omit' from source: magic vars 11924 1726884932.17410: variable 'omit' from source: magic vars 11924 1726884932.17460: variable 'omit' from source: magic vars 11924 1726884932.17496: variable 'omit' from source: magic vars 11924 1726884932.17548: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884932.17595: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884932.17630: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884932.17654: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884932.17676: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884932.17697: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884932.17721: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884932.17763: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884932.17772: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884932.17781: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884932.17904: Set connection var ansible_shell_executable to /bin/sh 11924 1726884932.17912: Set connection var ansible_connection to ssh 11924 1726884932.17921: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884932.17930: Set connection var ansible_timeout to 10 11924 1726884932.17941: Set connection var ansible_pipelining to False 11924 1726884932.17961: Set connection var ansible_shell_type to sh 11924 1726884932.17993: variable 'ansible_shell_executable' from source: unknown 11924 1726884932.18000: variable 'ansible_connection' from source: unknown 11924 1726884932.18007: variable 'ansible_module_compression' from source: unknown 11924 1726884932.18014: variable 'ansible_shell_type' from source: unknown 11924 1726884932.18061: variable 'ansible_shell_executable' from source: unknown 11924 1726884932.18064: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884932.18066: variable 'ansible_pipelining' from source: unknown 11924 1726884932.18068: variable 'ansible_timeout' from source: unknown 11924 1726884932.18069: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884932.18198: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884932.18217: variable 'omit' from source: magic vars 11924 1726884932.18228: starting attempt loop 11924 1726884932.18270: running the handler 11924 1726884932.18276: _low_level_execute_command(): starting 11924 1726884932.18279: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884932.18988: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884932.19042: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884932.19059: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884932.19148: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884932.19189: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884932.19274: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884932.21039: stdout chunk (state=3): >>>/root <<< 11924 1726884932.21311: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884932.21315: stdout chunk (state=3): >>><<< 11924 1726884932.21317: stderr chunk (state=3): >>><<< 11924 1726884932.21323: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884932.21326: _low_level_execute_command(): starting 11924 1726884932.21329: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884932.2125149-16341-120785986621391 `" && echo ansible-tmp-1726884932.2125149-16341-120785986621391="` echo /root/.ansible/tmp/ansible-tmp-1726884932.2125149-16341-120785986621391 `" ) && sleep 0' 11924 1726884932.22536: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884932.22549: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884932.22622: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884932.22665: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884932.22681: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884932.22700: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884932.22849: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884932.24786: stdout chunk (state=3): >>>ansible-tmp-1726884932.2125149-16341-120785986621391=/root/.ansible/tmp/ansible-tmp-1726884932.2125149-16341-120785986621391 <<< 11924 1726884932.25124: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884932.25148: stderr chunk (state=3): >>><<< 11924 1726884932.25152: stdout chunk (state=3): >>><<< 11924 1726884932.25369: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884932.2125149-16341-120785986621391=/root/.ansible/tmp/ansible-tmp-1726884932.2125149-16341-120785986621391 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884932.25372: variable 'ansible_module_compression' from source: unknown 11924 1726884932.25374: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884932.25376: variable 'ansible_facts' from source: unknown 11924 1726884932.26082: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884932.2125149-16341-120785986621391/AnsiballZ_command.py 11924 1726884932.26482: Sending initial data 11924 1726884932.26485: Sent initial data (156 bytes) 11924 1726884932.27469: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884932.27529: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884932.27541: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884932.27554: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884932.27750: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884932.27870: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884932.27914: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884932.27963: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884932.29598: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884932.29671: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884932.29738: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpm0vcurbc /root/.ansible/tmp/ansible-tmp-1726884932.2125149-16341-120785986621391/AnsiballZ_command.py <<< 11924 1726884932.29748: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884932.2125149-16341-120785986621391/AnsiballZ_command.py" <<< 11924 1726884932.29926: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpm0vcurbc" to remote "/root/.ansible/tmp/ansible-tmp-1726884932.2125149-16341-120785986621391/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884932.2125149-16341-120785986621391/AnsiballZ_command.py" <<< 11924 1726884932.31182: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884932.31399: stderr chunk (state=3): >>><<< 11924 1726884932.31402: stdout chunk (state=3): >>><<< 11924 1726884932.31405: done transferring module to remote 11924 1726884932.31410: _low_level_execute_command(): starting 11924 1726884932.31413: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884932.2125149-16341-120785986621391/ /root/.ansible/tmp/ansible-tmp-1726884932.2125149-16341-120785986621391/AnsiballZ_command.py && sleep 0' 11924 1726884932.32868: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884932.32872: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884932.32875: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884932.33076: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884932.33088: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884932.33134: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884932.33153: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884932.33250: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884932.33387: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884932.35248: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884932.35315: stderr chunk (state=3): >>><<< 11924 1726884932.35330: stdout chunk (state=3): >>><<< 11924 1726884932.35540: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884932.35544: _low_level_execute_command(): starting 11924 1726884932.35547: _low_level_execute_command(): using become for this command 11924 1726884932.35549: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-uvgrrcfjsskksvssbarindwfrhhojbvs ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884932.2125149-16341-120785986621391/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884932.35881: Initial state: awaiting_escalation: BECOME-SUCCESS-uvgrrcfjsskksvssbarindwfrhhojbvs 11924 1726884932.36753: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884932.36959: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884932.36971: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884932.37260: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884932.37373: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884932.40339: stdout chunk (state=1): >>>BECOME-SUCCESS-uvgrrcfjsskksvssbarindwfrhhojbvs <<< 11924 1726884932.40352: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-uvgrrcfjsskksvssbarindwfrhhojbvs' 11924 1726884932.40668: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884932.40699: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884932.40730: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884932.40802: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884932.40817: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884932.40833: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884932.40871: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884932.40895: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884932.40954: 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' <<< 11924 1726884932.40997: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 11924 1726884932.41039: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884932.41069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884932.41106: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311ca183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c9e7a10> <<< 11924 1726884932.41109: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884932.41132: 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 0x7f311ca1a960> import '_signal' # <<< 11924 1726884932.41307: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884932.41595: stdout chunk (state=3): >>>import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 11924 1726884932.41599: 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 0x7f311c82cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c82dfd0> import 'site' # <<< 11924 1726884932.41619: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884932.41841: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884932.41862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884932.41883: 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' <<< 11924 1726884932.41899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884932.41949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884932.41967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884932.42003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884932.42006: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c873e00> <<< 11924 1726884932.42030: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884932.42044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884932.42072: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c873ec0> <<< 11924 1726884932.42097: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884932.42118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884932.42152: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884932.42199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884932.42222: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884932.42251: 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' <<< 11924 1726884932.42342: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884932.42347: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8a3ec0> import '_collections' # <<< 11924 1726884932.42368: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c883ad0> import '_functools' # <<< 11924 1726884932.42390: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8811f0> <<< 11924 1726884932.42486: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c870fb0> <<< 11924 1726884932.42559: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884932.42605: 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 <<< 11924 1726884932.42609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884932.42648: 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' <<< 11924 1726884932.42781: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8c6420> <<< 11924 1726884932.42822: 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 0x7f311c8821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8c4c20> <<< 11924 1726884932.42826: 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 0x7f311c8f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c870230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c8f8d10> <<< 11924 1726884932.42850: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8f8bc0> <<< 11924 1726884932.42876: 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 0x7f311c8f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c866d50> <<< 11924 1726884932.42907: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884932.42932: 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 <<< 11924 1726884932.43032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8f9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8f92e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8fa510> <<< 11924 1726884932.43061: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884932.43080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884932.43123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884932.43270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884932.43274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c910710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c911df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884932.43276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c912c90> <<< 11924 1726884932.43317: 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 0x7f311c9132f0> <<< 11924 1726884932.43348: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c9121e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884932.43361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884932.43409: 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 0x7f311c913d70> <<< 11924 1726884932.43421: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c9134a0> <<< 11924 1726884932.43462: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8fa540> <<< 11924 1726884932.43484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884932.43504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884932.43544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884932.43661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884932.43709: 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 0x7f311c6a7c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c6d0770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c6d04d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c6d07a0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884932.43712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884932.43782: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884932.43906: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c6d10d0> <<< 11924 1726884932.44038: 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 0x7f311c6d1ac0> <<< 11924 1726884932.44063: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c6d0980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c6a5df0> <<< 11924 1726884932.44080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884932.44132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884932.44241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884932.44245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c6d2ea0> <<< 11924 1726884932.44247: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c6d1be0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8fac30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884932.44279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884932.44300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884932.44334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884932.44368: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c6ff1a0> <<< 11924 1726884932.44425: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884932.44454: 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 <<< 11924 1726884932.44542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884932.44582: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c727590> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884932.44585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884932.44677: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884932.44703: 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 0x7f311c780350> <<< 11924 1726884932.44706: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884932.44812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884932.44816: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884932.44833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884932.44863: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c782ab0> <<< 11924 1726884932.44936: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c780470> <<< 11924 1726884932.44980: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c74d370> <<< 11924 1726884932.45011: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 11924 1726884932.45035: 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 0x7f311c589460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c726390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c6d3da0> <<< 11924 1726884932.45159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884932.45178: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f311c726990> <<< 11924 1726884932.45575: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_cv82jbm_/ansible_ansible.legacy.command_payload.zip' <<< 11924 1726884932.45579: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.45609: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.45639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884932.45713: 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 <<< 11924 1726884932.45767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884932.45807: 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 0x7f311c5db230> import '_typing' # <<< 11924 1726884932.45994: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c5c2120> <<< 11924 1726884932.46042: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c5c12b0> # zipimport: zlib available import 'ansible' # <<< 11924 1726884932.46160: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884932.46163: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884932.47480: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.48705: 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 0x7f311c5d9520> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884932.48730: 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 0x7f311c606ae0> <<< 11924 1726884932.48763: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c606870> <<< 11924 1726884932.48794: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c606180> <<< 11924 1726884932.48832: 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' <<< 11924 1726884932.49010: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c6065d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8829c0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c607830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c607a70> <<< 11924 1726884932.49018: 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' <<< 11924 1726884932.49062: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884932.49066: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c607fb0> import 'pwd' # <<< 11924 1726884932.49091: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884932.49147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884932.49191: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf15c70> <<< 11924 1726884932.49194: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884932.49285: 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 0x7f311bf17920> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884932.49333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf18290> <<< 11924 1726884932.49337: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884932.49340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884932.49407: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf19430> <<< 11924 1726884932.49410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884932.49440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884932.49443: 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' <<< 11924 1726884932.49499: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf1bef0> <<< 11924 1726884932.49596: 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 0x7f311c912c00> <<< 11924 1726884932.49602: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf1a1b0> <<< 11924 1726884932.49624: 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 <<< 11924 1726884932.49646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884932.49741: 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' <<< 11924 1726884932.49761: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf23e60> import '_tokenize' # <<< 11924 1726884932.49809: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf22930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf22690> <<< 11924 1726884932.49820: 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' <<< 11924 1726884932.49938: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf22c00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf1a6c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884932.49961: 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 0x7f311bf67ef0> <<< 11924 1726884932.49974: 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 0x7f311bf68230> <<< 11924 1726884932.50011: 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 <<< 11924 1726884932.50043: 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' <<< 11924 1726884932.50139: 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 0x7f311bf69ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf69a60> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884932.50209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884932.50392: 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 0x7f311bf6c1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf6a330> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884932.50403: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884932.50420: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf6f8f0> <<< 11924 1726884932.50538: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf6c2c0> <<< 11924 1726884932.50628: stdout 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 0x7f311bf706b0> <<< 11924 1726884932.50689: stdout 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 0x7f311bf70920> <<< 11924 1726884932.50764: stdout 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 0x7f311bf70c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf68380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884932.50881: 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 0x7f311bf73fe0> <<< 11924 1726884932.50962: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884932.50973: 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 0x7f311bffd2b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf72810> <<< 11924 1726884932.51016: 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 0x7f311bf73b90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf72480> # zipimport: zlib available <<< 11924 1726884932.51127: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884932.51152: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.51340: 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 <<< 11924 1726884932.51429: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.51672: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.52086: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.52699: 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' <<< 11924 1726884932.52727: 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 0x7f311be014c0> <<< 11924 1726884932.52814: 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' <<< 11924 1726884932.52942: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311be022d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bffd130> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884932.52946: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884932.53200: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.53214: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.53260: 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' <<< 11924 1726884932.53283: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311be023f0> # zipimport: zlib available <<< 11924 1726884932.53739: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.54192: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.54321: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.54342: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884932.54379: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.54422: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884932.54465: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.54503: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.54747: 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 <<< 11924 1726884932.55077: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.55187: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884932.55242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884932.55265: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884932.55326: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311be03500> <<< 11924 1726884932.55414: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.55417: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.55513: 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' # <<< 11924 1726884932.55577: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884932.55611: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884932.55626: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.55850: 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 <<< 11924 1726884932.55875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884932.55971: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311be0e0f0> <<< 11924 1726884932.56007: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311be08e00> <<< 11924 1726884932.56028: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884932.56171: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884932.56195: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.56210: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.56251: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884932.56277: 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 <<< 11924 1726884932.56396: 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 <<< 11924 1726884932.56420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884932.56475: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c65aa20> <<< 11924 1726884932.56520: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c63a6f0> <<< 11924 1726884932.56606: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311be0e210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf70d70> <<< 11924 1726884932.56622: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884932.56728: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.56762: 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 <<< 11924 1726884932.56776: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884932.56879: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.57000: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884932.57102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c873ef0> <<< 11924 1726884932.57125: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.57581: 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=0f3fb490-f569-46ef-8fef-9eeb08e031a3 /opt/test1 xfs defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 22:15:32.571730", "end": "2024-09-20 22:15:32.574884", "delta": "0:00:00.003154", "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}}} <<< 11924 1726884932.57604: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884932.58060: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884932.58093: 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 <<< 11924 1726884932.58225: 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<<< 11924 1726884932.58253: 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 <<< 11924 1726884932.58330: 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 # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_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 <<< 11924 1726884932.58660: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884932.58668: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 <<< 11924 1726884932.58674: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 11924 1726884932.58678: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884932.58829: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch <<< 11924 1726884932.58929: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 11924 1726884932.58933: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884932.58936: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884932.59031: 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 <<< 11924 1726884932.59043: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc <<< 11924 1726884932.59123: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884932.59241: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 11924 1726884932.59296: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884932.59313: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884932.59596: 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 <<< 11924 1726884932.59600: 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 <<< 11924 1726884932.60126: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884932.60174: stderr chunk (state=3): >>><<< 11924 1726884932.60178: stdout chunk (state=3): >>><<< 11924 1726884932.60367: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311ca183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c9e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311ca1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c82cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c82dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c873e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c873ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c883ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c870fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8c4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c870230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c8f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c8f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c866d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8f9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8f92e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8fa510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c910710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c911df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c912c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c9132f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c9121e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c913d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c9134a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8fa540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c6a7c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c6d0770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c6d04d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c6d07a0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c6d10d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c6d1ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c6d0980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c6a5df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c6d2ea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c6d1be0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8fac30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c6ff1a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c727590> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c780350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c782ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c780470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c74d370> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c589460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c726390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c6d3da0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f311c726990> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_cv82jbm_/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 0x7f311c5db230> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c5c2120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c5c12b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c5d9520> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c606ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c606870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c606180> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c6065d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c8829c0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c607830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c607a70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c607fb0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf15c70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311bf17920> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf18290> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf19430> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf1bef0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311c912c00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf1a1b0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf23e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf22930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf22690> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf22c00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf1a6c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311bf67ef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf68230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311bf69ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf69a60> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311bf6c1d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf6a330> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf6f8f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf6c2c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311bf706b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311bf70920> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311bf70c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf68380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311bf73fe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311bffd2b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf72810> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311bf73b90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf72480> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311be014c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311be022d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bffd130> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311be023f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311be03500> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f311be0e0f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311be08e00> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c65aa20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311c63a6f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311be0e210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f311bf70d70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f311c873ef0> # 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=0f3fb490-f569-46ef-8fef-9eeb08e031a3 /opt/test1 xfs defaults 0 0", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/fstab"], "start": "2024-09-20 22:15:32.571730", "end": "2024-09-20 22:15:32.574884", "delta": "0:00:00.003154", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884932.61715: 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-1726884932.2125149-16341-120785986621391/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884932.61719: _low_level_execute_command(): starting 11924 1726884932.61721: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884932.2125149-16341-120785986621391/ > /dev/null 2>&1 && sleep 0' 11924 1726884932.61965: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884932.62261: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884932.62268: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884932.62349: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884932.64302: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884932.64352: stderr chunk (state=3): >>><<< 11924 1726884932.64365: stdout chunk (state=3): >>><<< 11924 1726884932.64485: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884932.64488: handler run complete 11924 1726884932.64490: Evaluated conditional (False): False 11924 1726884932.64492: attempt loop complete, returning result 11924 1726884932.64494: _execute() done 11924 1726884932.64496: dumping result to json 11924 1726884932.64498: done dumping result, returning 11924 1726884932.64501: done running TaskExecutor() for managed_node2/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-f4c0-2290-000000002ed5] 11924 1726884932.64503: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ed5 ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003154", "end": "2024-09-20 22:15:32.574884", "rc": 0, "start": "2024-09-20 22:15:32.571730" } 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=0f3fb490-f569-46ef-8fef-9eeb08e031a3 /opt/test1 xfs defaults 0 0 11924 1726884932.64683: no more pending results, returning what we have 11924 1726884932.64687: results queue empty 11924 1726884932.64688: checking for any_errors_fatal 11924 1726884932.64702: done checking for any_errors_fatal 11924 1726884932.64703: checking for max_fail_percentage 11924 1726884932.64705: done checking for max_fail_percentage 11924 1726884932.64706: checking to see if all hosts have failed and the running result is not ok 11924 1726884932.64708: done checking to see if all hosts have failed 11924 1726884932.64709: getting the remaining hosts for this loop 11924 1726884932.64712: done getting the remaining hosts for this loop 11924 1726884932.64715: getting the next task for host managed_node2 11924 1726884932.64722: done getting next task for host managed_node2 11924 1726884932.64725: ^ task is: TASK: Read the /etc/crypttab file 11924 1726884932.64728: ^ 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 11924 1726884932.64733: getting variables 11924 1726884932.64735: in VariableManager get_vars() 11924 1726884932.65076: Calling all_inventory to load vars for managed_node2 11924 1726884932.65079: Calling groups_inventory to load vars for managed_node2 11924 1726884932.65083: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884932.65095: Calling all_plugins_play to load vars for managed_node2 11924 1726884932.65098: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884932.65101: Calling groups_plugins_play to load vars for managed_node2 11924 1726884932.66165: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ed5 11924 1726884932.66169: WORKER PROCESS EXITING 11924 1726884932.66603: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884932.67817: done with get_vars() 11924 1726884932.67834: done getting variables 11924 1726884932.67897: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:32 -0400 (0:00:00.516) 0:01:38.018 ****** 11924 1726884932.67933: entering _queue_task() for managed_node2/command 11924 1726884932.68993: worker is 1 (out of 1 available) 11924 1726884932.69004: exiting _queue_task() for managed_node2/command 11924 1726884932.69019: done queuing things up, now waiting for results queue to drain 11924 1726884932.69020: waiting for pending results... 11924 1726884932.69341: running TaskExecutor() for managed_node2/TASK: Read the /etc/crypttab file 11924 1726884932.69462: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002ed6 11924 1726884932.69484: variable 'ansible_search_path' from source: unknown 11924 1726884932.69527: calling self._execute() 11924 1726884932.69643: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884932.69654: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884932.69676: variable 'omit' from source: magic vars 11924 1726884932.69801: variable 'omit' from source: magic vars 11924 1726884932.69851: variable 'omit' from source: magic vars 11924 1726884932.69898: variable 'omit' from source: magic vars 11924 1726884932.69948: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884932.69996: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884932.70026: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884932.70047: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884932.70069: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884932.70090: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884932.70119: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884932.70153: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884932.70165: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884932.70173: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884932.70306: Set connection var ansible_shell_executable to /bin/sh 11924 1726884932.70322: Set connection var ansible_connection to ssh 11924 1726884932.70334: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884932.70344: Set connection var ansible_timeout to 10 11924 1726884932.70354: Set connection var ansible_pipelining to False 11924 1726884932.70367: Set connection var ansible_shell_type to sh 11924 1726884932.70400: variable 'ansible_shell_executable' from source: unknown 11924 1726884932.70430: variable 'ansible_connection' from source: unknown 11924 1726884932.70433: variable 'ansible_module_compression' from source: unknown 11924 1726884932.70436: variable 'ansible_shell_type' from source: unknown 11924 1726884932.70540: variable 'ansible_shell_executable' from source: unknown 11924 1726884932.70543: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884932.70545: variable 'ansible_pipelining' from source: unknown 11924 1726884932.70547: variable 'ansible_timeout' from source: unknown 11924 1726884932.70549: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884932.70627: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884932.70659: variable 'omit' from source: magic vars 11924 1726884932.70670: starting attempt loop 11924 1726884932.70678: running the handler 11924 1726884932.70697: _low_level_execute_command(): starting 11924 1726884932.70711: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884932.71496: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884932.71528: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884932.71560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884932.71692: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884932.71714: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884932.71849: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884932.73534: stdout chunk (state=3): >>>/root <<< 11924 1726884932.73673: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884932.73686: stdout chunk (state=3): >>><<< 11924 1726884932.73880: stderr chunk (state=3): >>><<< 11924 1726884932.73885: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884932.73889: _low_level_execute_command(): starting 11924 1726884932.73893: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884932.7379322-16361-229176017597730 `" && echo ansible-tmp-1726884932.7379322-16361-229176017597730="` echo /root/.ansible/tmp/ansible-tmp-1726884932.7379322-16361-229176017597730 `" ) && sleep 0' 11924 1726884932.75031: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884932.75034: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884932.75037: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884932.75039: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884932.75049: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884932.75084: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884932.75096: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884932.75234: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884932.75303: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884932.77249: stdout chunk (state=3): >>>ansible-tmp-1726884932.7379322-16361-229176017597730=/root/.ansible/tmp/ansible-tmp-1726884932.7379322-16361-229176017597730 <<< 11924 1726884932.77336: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884932.77432: stderr chunk (state=3): >>><<< 11924 1726884932.77435: stdout chunk (state=3): >>><<< 11924 1726884932.77438: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884932.7379322-16361-229176017597730=/root/.ansible/tmp/ansible-tmp-1726884932.7379322-16361-229176017597730 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884932.77440: variable 'ansible_module_compression' from source: unknown 11924 1726884932.77680: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884932.77683: variable 'ansible_facts' from source: unknown 11924 1726884932.77834: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884932.7379322-16361-229176017597730/AnsiballZ_command.py 11924 1726884932.78135: Sending initial data 11924 1726884932.78144: Sent initial data (156 bytes) 11924 1726884932.79535: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884932.79548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884932.79564: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884932.79827: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884932.79994: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884932.80072: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884932.81722: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884932.81803: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884932.81896: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp26rot012 /root/.ansible/tmp/ansible-tmp-1726884932.7379322-16361-229176017597730/AnsiballZ_command.py <<< 11924 1726884932.82074: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884932.7379322-16361-229176017597730/AnsiballZ_command.py" <<< 11924 1726884932.82104: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp26rot012" to remote "/root/.ansible/tmp/ansible-tmp-1726884932.7379322-16361-229176017597730/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884932.7379322-16361-229176017597730/AnsiballZ_command.py" <<< 11924 1726884932.83445: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884932.83458: stdout chunk (state=3): >>><<< 11924 1726884932.83471: stderr chunk (state=3): >>><<< 11924 1726884932.83527: done transferring module to remote 11924 1726884932.83753: _low_level_execute_command(): starting 11924 1726884932.83761: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884932.7379322-16361-229176017597730/ /root/.ansible/tmp/ansible-tmp-1726884932.7379322-16361-229176017597730/AnsiballZ_command.py && sleep 0' 11924 1726884932.84760: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884932.84776: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884932.84790: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884932.84807: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884932.84824: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884932.85049: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884932.85080: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884932.85161: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884932.87005: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884932.87016: stdout chunk (state=3): >>><<< 11924 1726884932.87070: stderr chunk (state=3): >>><<< 11924 1726884932.87092: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884932.87121: _low_level_execute_command(): starting 11924 1726884932.87132: _low_level_execute_command(): using become for this command 11924 1726884932.87330: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ltbvssowpvvphgxyirhhhuzjjjaagifb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884932.7379322-16361-229176017597730/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884932.87883: Initial state: awaiting_escalation: BECOME-SUCCESS-ltbvssowpvvphgxyirhhhuzjjjaagifb 11924 1726884932.89003: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884932.89007: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884932.89041: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884932.89069: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884932.89272: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884932.92248: stdout chunk (state=1): >>>BECOME-SUCCESS-ltbvssowpvvphgxyirhhhuzjjjaagifb <<< 11924 1726884932.92263: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ltbvssowpvvphgxyirhhhuzjjjaagifb' 11924 1726884932.92775: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # <<< 11924 1726884932.92794: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884932.92808: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884932.92828: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884932.92839: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884932.92885: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884932.93084: 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 0x7f3190fbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190f8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190fbe930> <<< 11924 1726884932.93088: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884932.93101: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884932.93123: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884932.93194: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884932.93219: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884932.93258: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884932.93303: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884932.93338: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 11924 1726884932.93375: 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' <<< 11924 1726884932.93392: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884932.93425: 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' <<< 11924 1726884932.93454: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190fccfe0> <<< 11924 1726884932.93531: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884932.93537: 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 0x7f3190fcdfd0> <<< 11924 1726884932.93562: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884932.93637: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884932.93826: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884932.93990: 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 <<< 11924 1726884932.93994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884932.93998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190df3dd0> <<< 11924 1726884932.94024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884932.94052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884932.94082: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190df3fe0> <<< 11924 1726884932.94176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884932.94179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884932.94206: 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' # <<< 11924 1726884932.94241: 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 0x7f3190e237a0> <<< 11924 1726884932.94283: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884932.94386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e23e30> import '_collections' # <<< 11924 1726884932.94408: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e03aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e011c0> <<< 11924 1726884932.94486: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190df0f80> <<< 11924 1726884932.94518: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884932.94543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884932.94564: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884932.94611: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884932.94629: 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' <<< 11924 1726884932.94736: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e47710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e46330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e021b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190df2e70> <<< 11924 1726884932.94770: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884932.94795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e78740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190df0200> <<< 11924 1726884932.94813: 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' <<< 11924 1726884932.94844: 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 0x7f3190e78bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e78aa0> <<< 11924 1726884932.94899: 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 0x7f3190e78e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190de6d20> <<< 11924 1726884932.95057: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884932.95061: 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 <<< 11924 1726884932.95102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e79550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e79220> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e7a450> import 'importlib.util' # <<< 11924 1726884932.95114: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884932.95131: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884932.95175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884932.95199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884932.95210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e94650> import 'errno' # <<< 11924 1726884932.95243: 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 0x7f3190e95d90> <<< 11924 1726884932.95280: 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' <<< 11924 1726884932.95312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884932.95417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e96c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190e97290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e96180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884932.95421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884932.95497: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884932.95501: 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 0x7f3190e97d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e97440> <<< 11924 1726884932.95539: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e7a480> <<< 11924 1726884932.95543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884932.95621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884932.95624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884932.95626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884932.95744: 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 0x7f3190c13bf0> <<< 11924 1726884932.95748: 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 0x7f3190c3c650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190c3c3b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190c3c680> <<< 11924 1726884932.95774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884932.95794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884932.95939: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884932.95992: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190c3cf80> <<< 11924 1726884932.96121: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884932.96151: 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 0x7f3190c3d970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190c3c860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190c11d90> <<< 11924 1726884932.96175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884932.96228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884932.96241: 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 0x7f3190c3ed50> <<< 11924 1726884932.96361: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190c3da90> <<< 11924 1726884932.96377: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e7ab70> <<< 11924 1726884932.96495: 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 <<< 11924 1726884932.96498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190c6b0b0> <<< 11924 1726884932.96526: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884932.96552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884932.96586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884932.96750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884932.96773: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190c93470> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190cec260> <<< 11924 1726884932.96797: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884932.96823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884932.96984: 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 0x7f3190cee9c0> <<< 11924 1726884932.97057: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190cec380> <<< 11924 1726884932.97102: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190cb9250> <<< 11924 1726884932.97133: 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' <<< 11924 1726884932.97154: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190af93a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190c92270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190c3fc80> <<< 11924 1726884932.97277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884932.97293: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3190c925d0> <<< 11924 1726884932.97450: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_k2wi18jw/ansible_ansible.legacy.command_payload.zip' <<< 11924 1726884932.97463: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.97585: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884932.97651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884932.97677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884932.97725: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884932.97781: 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' <<< 11924 1726884932.97854: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190b4f020> import '_typing' # <<< 11924 1726884932.97998: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190b31f10> <<< 11924 1726884932.98049: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190b31070> # zipimport: zlib available <<< 11924 1726884932.98084: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884932.98106: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884932.99773: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.00650: 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' <<< 11924 1726884933.00678: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190b4cef0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884933.00693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884933.00720: 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' <<< 11924 1726884933.00751: 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' <<< 11924 1726884933.00786: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884933.00797: 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 0x7f3190b7e990> <<< 11924 1726884933.00857: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190b7e720> <<< 11924 1726884933.00885: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190b7e030> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py<<< 11924 1726884933.00996: 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 0x7f3190b7ea80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190b4fcb0> import 'atexit' # <<< 11924 1726884933.01002: 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 0x7f3190b7f680> <<< 11924 1726884933.01027: 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 0x7f3190b7f800> <<< 11924 1726884933.01053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884933.01098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884933.01221: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884933.01224: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190b7fd40> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884933.01227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884933.01260: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190515a30> <<< 11924 1726884933.01388: 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 0x7f31905176e0> <<< 11924 1726884933.01397: 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 0x7f3190517fb0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884933.01426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884933.01440: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190519220> <<< 11924 1726884933.01464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884933.01531: 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' <<< 11924 1726884933.01584: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f319051bd10> <<< 11924 1726884933.01632: 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 0x7f3190e96ba0> <<< 11924 1726884933.01758: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190519fd0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884933.01762: 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 <<< 11924 1726884933.01778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884933.01804: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884933.01842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190523d40> import '_tokenize' # <<< 11924 1726884933.01964: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190522810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190522570> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884933.02002: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190522ae0> <<< 11924 1726884933.02034: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f319051a4e0> <<< 11924 1726884933.02071: 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 0x7f3190567f50> <<< 11924 1726884933.02139: 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 0x7f31905684a0> <<< 11924 1726884933.02164: 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' <<< 11924 1726884933.02206: 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 0x7f3190569ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31905698b0> <<< 11924 1726884933.02270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884933.02352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884933.02404: 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 0x7f319056bfe0> <<< 11924 1726884933.02514: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f319056a180> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884933.02529: 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' # <<< 11924 1726884933.02559: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f319056f860> <<< 11924 1726884933.02683: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f319056c230> <<< 11924 1726884933.02744: stdout 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 0x7f3190570650> <<< 11924 1726884933.02872: stdout 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 0x7f31905708f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190570b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190568200> <<< 11924 1726884933.02875: 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' <<< 11924 1726884933.02891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884933.02907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884933.02961: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884933.02966: 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 0x7f31905fc290> <<< 11924 1726884933.03130: 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 0x7f31905fd190> <<< 11924 1726884933.03260: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190572a20> <<< 11924 1726884933.03290: 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 0x7f3190573dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190572630> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884933.03308: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.03428: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.03431: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884933.03468: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884933.03485: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.03595: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.03716: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.04263: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.04815: 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' # <<< 11924 1726884933.04926: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884933.04940: 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 0x7f3190401370> <<< 11924 1726884933.04991: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884933.05015: 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 0x7f3190402210> <<< 11924 1726884933.05039: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31905fd490> <<< 11924 1726884933.05080: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884933.05153: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.05158: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.05170: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884933.05352: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.05479: 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 0x7f31904021e0> # zipimport: zlib available <<< 11924 1726884933.06008: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.06385: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.06460: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.06550: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884933.06585: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.06624: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884933.06645: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.06706: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.06873: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884933.06900: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884933.06931: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884933.06944: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.07197: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.07583: 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 0x7f31904034a0> # zipimport: zlib available <<< 11924 1726884933.07627: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.07712: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884933.07728: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884933.07750: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.07785: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.07827: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884933.07887: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.07928: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.07986: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.08053: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884933.08112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884933.08240: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f319040dfa0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31904096d0> <<< 11924 1726884933.08432: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884933.08436: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.08493: 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 <<< 11924 1726884933.08539: 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 <<< 11924 1726884933.08611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884933.08644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884933.08700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884933.08723: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31905028d0> <<< 11924 1726884933.08761: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190bae5a0> <<< 11924 1726884933.08880: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f319040e000> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31904030b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884933.08910: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.08980: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884933.09006: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884933.09123: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.09234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884933.09302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f319040dd60> <<< 11924 1726884933.09440: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.09795: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 22:15:33.094087", "end": "2024-09-20 22:15:33.097152", "delta": "0:00:00.003065", "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}}} <<< 11924 1726884933.09827: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884933.10274: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884933.10445: 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__ <<< 11924 1726884933.10450: stdout chunk (state=3): >>># clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 11924 1726884933.10720: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884933.10759: 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 <<< 11924 1726884933.10882: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 11924 1726884933.10951: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884933.11077: stdout chunk (state=3): >>># destroy fnmatch <<< 11924 1726884933.11084: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil <<< 11924 1726884933.11101: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 11924 1726884933.11130: 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 <<< 11924 1726884933.11213: 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<<< 11924 1726884933.11234: stdout chunk (state=3): >>> # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884933.11421: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 11924 1726884933.11424: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884933.11518: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884933.11522: 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 <<< 11924 1726884933.11628: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 11924 1726884933.11651: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884933.11723: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884933.11726: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 11924 1726884933.11842: stdout chunk (state=3): >>># destroy itertools <<< 11924 1726884933.11845: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884933.12578: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884933.12582: stdout chunk (state=3): >>><<< 11924 1726884933.12584: stderr chunk (state=3): >>><<< 11924 1726884933.12600: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190fbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190f8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190fbe930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190fccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190fcdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190df3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190df3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e237a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e23e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e03aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e011c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190df0f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e47710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e46330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e021b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190df2e70> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e78740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190df0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190e78bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e78aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190e78e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190de6d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e79550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e79220> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e7a450> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e94650> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190e95d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e96c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190e97290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e96180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190e97d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e97440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e7a480> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190c13bf0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190c3c650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190c3c3b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190c3c680> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190c3cf80> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190c3d970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190c3c860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190c11d90> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190c3ed50> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190c3da90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190e7ab70> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190c6b0b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190c93470> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190cec260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190cee9c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190cec380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190cb9250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190af93a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190c92270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190c3fc80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3190c925d0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_k2wi18jw/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 0x7f3190b4f020> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190b31f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190b31070> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190b4cef0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190b7e990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190b7e720> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190b7e030> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190b7ea80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190b4fcb0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190b7f680> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190b7f800> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190b7fd40> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190515a30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31905176e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190517fb0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190519220> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f319051bd10> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190e96ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190519fd0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190523d40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190522810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190522570> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190522ae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f319051a4e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190567f50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31905684a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190569ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31905698b0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f319056bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f319056a180> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f319056f860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f319056c230> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190570650> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31905708f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190570b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190568200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31905fc290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f31905fd190> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190572a20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190573dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190572630> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3190401370> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190402210> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31905fd490> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31904021e0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31904034a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f319040dfa0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31904096d0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31905028d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3190bae5a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f319040e000> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f31904030b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f319040dd60> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 22:15:33.094087", "end": "2024-09-20 22:15:33.097152", "delta": "0:00:00.003065", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884933.14082: 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-1726884932.7379322-16361-229176017597730/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884933.14086: _low_level_execute_command(): starting 11924 1726884933.14088: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884932.7379322-16361-229176017597730/ > /dev/null 2>&1 && sleep 0' 11924 1726884933.14627: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884933.14643: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884933.14853: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884933.14879: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884933.14906: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884933.14950: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884933.14998: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884933.16883: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884933.16893: stdout chunk (state=3): >>><<< 11924 1726884933.16925: stderr chunk (state=3): >>><<< 11924 1726884933.17242: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884933.17246: handler run complete 11924 1726884933.17248: Evaluated conditional (False): False 11924 1726884933.17250: Evaluated conditional (False): False 11924 1726884933.17252: attempt loop complete, returning result 11924 1726884933.17254: _execute() done 11924 1726884933.17259: dumping result to json 11924 1726884933.17261: done dumping result, returning 11924 1726884933.17263: done running TaskExecutor() for managed_node2/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-f4c0-2290-000000002ed6] 11924 1726884933.17265: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ed6 ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003065", "end": "2024-09-20 22:15:33.097152", "failed_when_result": false, "rc": 0, "start": "2024-09-20 22:15:33.094087" } 11924 1726884933.17642: no more pending results, returning what we have 11924 1726884933.17645: results queue empty 11924 1726884933.17646: checking for any_errors_fatal 11924 1726884933.17658: done checking for any_errors_fatal 11924 1726884933.17659: checking for max_fail_percentage 11924 1726884933.17661: done checking for max_fail_percentage 11924 1726884933.17662: checking to see if all hosts have failed and the running result is not ok 11924 1726884933.17663: done checking to see if all hosts have failed 11924 1726884933.17664: getting the remaining hosts for this loop 11924 1726884933.17666: done getting the remaining hosts for this loop 11924 1726884933.17670: getting the next task for host managed_node2 11924 1726884933.17678: done getting next task for host managed_node2 11924 1726884933.17682: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 11924 1726884933.17685: ^ 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 11924 1726884933.17691: getting variables 11924 1726884933.17693: in VariableManager get_vars() 11924 1726884933.17734: Calling all_inventory to load vars for managed_node2 11924 1726884933.17737: Calling groups_inventory to load vars for managed_node2 11924 1726884933.17741: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884933.17752: Calling all_plugins_play to load vars for managed_node2 11924 1726884933.18359: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884933.18366: Calling groups_plugins_play to load vars for managed_node2 11924 1726884933.19069: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ed6 11924 1726884933.19072: WORKER PROCESS EXITING 11924 1726884933.20862: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884933.22062: done with get_vars() 11924 1726884933.22078: 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 22:15:33 -0400 (0:00:00.544) 0:01:38.562 ****** 11924 1726884933.22378: entering _queue_task() for managed_node2/include_tasks 11924 1726884933.22798: worker is 1 (out of 1 available) 11924 1726884933.22815: exiting _queue_task() for managed_node2/include_tasks 11924 1726884933.22829: done queuing things up, now waiting for results queue to drain 11924 1726884933.22831: waiting for pending results... 11924 1726884933.23447: running TaskExecutor() for managed_node2/TASK: Verify the volumes listed in storage_pools were correctly managed 11924 1726884933.23794: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002ed7 11924 1726884933.23810: variable 'ansible_search_path' from source: unknown 11924 1726884933.23861: variable '_storage_pools_list' from source: set_fact 11924 1726884933.24262: variable '_storage_pools_list' from source: set_fact 11924 1726884933.24914: variable 'omit' from source: magic vars 11924 1726884933.25062: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884933.25317: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884933.25328: variable 'omit' from source: magic vars 11924 1726884933.25705: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884933.26369: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884933.26423: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884933.26459: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884933.26552: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884933.26837: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884933.26858: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884933.26882: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884933.26905: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884933.27183: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884933.31354: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884933.31425: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884933.31625: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884933.31656: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884933.31682: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884933.31733: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884933.31757: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884933.31783: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884933.31821: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884933.31836: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884933.32354: variable '_storage_pools_list' from source: set_fact 11924 1726884933.32359: Evaluated conditional (_storage_pools_list is defined and _storage_pools_list | length > 0): True 11924 1726884933.32361: variable 'storage_test_pool' from source: unknown 11924 1726884933.32613: variable 'storage_test_pool' from source: unknown 11924 1726884933.33960: dumping result to json 11924 1726884933.33965: done dumping result, returning 11924 1726884933.33968: done running TaskExecutor() for managed_node2/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-f4c0-2290-000000002ed7] 11924 1726884933.33972: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ed7 11924 1726884933.34034: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ed7 11924 1726884933.34038: WORKER PROCESS EXITING 11924 1726884933.34109: no more pending results, returning what we have 11924 1726884933.34114: in VariableManager get_vars() 11924 1726884933.34147: Calling all_inventory to load vars for managed_node2 11924 1726884933.34149: Calling groups_inventory to load vars for managed_node2 11924 1726884933.34152: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884933.34163: Calling all_plugins_play to load vars for managed_node2 11924 1726884933.34166: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884933.34168: Calling groups_plugins_play to load vars for managed_node2 11924 1726884933.35268: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884933.36264: done with get_vars() 11924 1726884933.36278: variable 'ansible_search_path' from source: unknown 11924 1726884933.36338: we have included files to process 11924 1726884933.36339: generating all_blocks data 11924 1726884933.36341: done generating all_blocks data 11924 1726884933.36347: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884933.36348: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884933.36351: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884933.36859: in VariableManager get_vars() 11924 1726884933.36881: done with get_vars() 11924 1726884933.36894: done processing included file 11924 1726884933.36896: iterating over new_blocks loaded from include file 11924 1726884933.36898: in VariableManager get_vars() 11924 1726884933.36916: done with get_vars() 11924 1726884933.36917: filtering new block on tags 11924 1726884933.36975: done filtering new block on tags 11924 1726884933.36977: 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_node2 => (item={'disks': ['sda'], '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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) 11924 1726884933.36995: extending task lists for all hosts with included blocks 11924 1726884933.37451: done extending task lists 11924 1726884933.37453: done processing included files 11924 1726884933.37454: results queue empty 11924 1726884933.37455: checking for any_errors_fatal 11924 1726884933.37619: done checking for any_errors_fatal 11924 1726884933.37620: checking for max_fail_percentage 11924 1726884933.37621: done checking for max_fail_percentage 11924 1726884933.37622: checking to see if all hosts have failed and the running result is not ok 11924 1726884933.37623: done checking to see if all hosts have failed 11924 1726884933.37624: getting the remaining hosts for this loop 11924 1726884933.37625: done getting the remaining hosts for this loop 11924 1726884933.37628: getting the next task for host managed_node2 11924 1726884933.37633: done getting next task for host managed_node2 11924 1726884933.37635: ^ task is: TASK: Set _storage_pool_tests 11924 1726884933.37638: ^ 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 11924 1726884933.37640: getting variables 11924 1726884933.37641: in VariableManager get_vars() 11924 1726884933.37651: Calling all_inventory to load vars for managed_node2 11924 1726884933.37654: Calling groups_inventory to load vars for managed_node2 11924 1726884933.37663: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884933.37669: Calling all_plugins_play to load vars for managed_node2 11924 1726884933.37672: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884933.37674: Calling groups_plugins_play to load vars for managed_node2 11924 1726884933.38622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884933.39375: done with get_vars() 11924 1726884933.39391: done getting variables 11924 1726884933.39435: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set _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 22:15:33 -0400 (0:00:00.170) 0:01:38.733 ****** 11924 1726884933.39466: entering _queue_task() for managed_node2/set_fact 11924 1726884933.39789: worker is 1 (out of 1 available) 11924 1726884933.39802: exiting _queue_task() for managed_node2/set_fact 11924 1726884933.39930: done queuing things up, now waiting for results queue to drain 11924 1726884933.39932: waiting for pending results... 11924 1726884933.40171: running TaskExecutor() for managed_node2/TASK: Set _storage_pool_tests 11924 1726884933.40361: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000301a 11924 1726884933.40370: variable 'ansible_search_path' from source: unknown 11924 1726884933.40374: calling self._execute() 11924 1726884933.40580: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884933.40584: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884933.40586: variable 'omit' from source: magic vars 11924 1726884933.40728: variable 'omit' from source: magic vars 11924 1726884933.40790: variable 'omit' from source: magic vars 11924 1726884933.40834: variable 'omit' from source: magic vars 11924 1726884933.40884: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884933.40935: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884933.40970: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884933.40993: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884933.41070: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884933.41073: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884933.41076: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884933.41099: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884933.41116: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884933.41128: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884933.41261: Set connection var ansible_shell_executable to /bin/sh 11924 1726884933.41268: Set connection var ansible_connection to ssh 11924 1726884933.41277: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884933.41291: Set connection var ansible_timeout to 10 11924 1726884933.41334: Set connection var ansible_pipelining to False 11924 1726884933.41337: Set connection var ansible_shell_type to sh 11924 1726884933.41346: variable 'ansible_shell_executable' from source: unknown 11924 1726884933.41352: variable 'ansible_connection' from source: unknown 11924 1726884933.41361: variable 'ansible_module_compression' from source: unknown 11924 1726884933.41367: variable 'ansible_shell_type' from source: unknown 11924 1726884933.41373: variable 'ansible_shell_executable' from source: unknown 11924 1726884933.41380: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884933.41394: variable 'ansible_pipelining' from source: unknown 11924 1726884933.41444: variable 'ansible_timeout' from source: unknown 11924 1726884933.41447: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884933.41773: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884933.41777: variable 'omit' from source: magic vars 11924 1726884933.41780: starting attempt loop 11924 1726884933.41782: running the handler 11924 1726884933.41784: handler run complete 11924 1726884933.41786: attempt loop complete, returning result 11924 1726884933.41789: _execute() done 11924 1726884933.41791: dumping result to json 11924 1726884933.41793: done dumping result, returning 11924 1726884933.41795: done running TaskExecutor() for managed_node2/TASK: Set _storage_pool_tests [0affc8a3-6f6f-f4c0-2290-00000000301a] 11924 1726884933.41797: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000301a ok: [managed_node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } 11924 1726884933.42053: no more pending results, returning what we have 11924 1726884933.42060: results queue empty 11924 1726884933.42061: checking for any_errors_fatal 11924 1726884933.42063: done checking for any_errors_fatal 11924 1726884933.42063: checking for max_fail_percentage 11924 1726884933.42065: done checking for max_fail_percentage 11924 1726884933.42066: checking to see if all hosts have failed and the running result is not ok 11924 1726884933.42067: done checking to see if all hosts have failed 11924 1726884933.42068: getting the remaining hosts for this loop 11924 1726884933.42070: done getting the remaining hosts for this loop 11924 1726884933.42074: getting the next task for host managed_node2 11924 1726884933.42082: done getting next task for host managed_node2 11924 1726884933.42084: ^ task is: TASK: Get VG shared value status 11924 1726884933.42092: ^ 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 11924 1726884933.42098: getting variables 11924 1726884933.42101: in VariableManager get_vars() 11924 1726884933.42140: Calling all_inventory to load vars for managed_node2 11924 1726884933.42143: Calling groups_inventory to load vars for managed_node2 11924 1726884933.42147: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884933.42285: Calling all_plugins_play to load vars for managed_node2 11924 1726884933.42290: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884933.42293: Calling groups_plugins_play to load vars for managed_node2 11924 1726884933.42969: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000301a 11924 1726884933.42973: WORKER PROCESS EXITING 11924 1726884933.43103: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884933.43930: done with get_vars() 11924 1726884933.43945: done getting variables 11924 1726884933.43999: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:33 -0400 (0:00:00.045) 0:01:38.779 ****** 11924 1726884933.44038: entering _queue_task() for managed_node2/command 11924 1726884933.44312: worker is 1 (out of 1 available) 11924 1726884933.44325: exiting _queue_task() for managed_node2/command 11924 1726884933.44451: done queuing things up, now waiting for results queue to drain 11924 1726884933.44453: waiting for pending results... 11924 1726884933.44645: running TaskExecutor() for managed_node2/TASK: Get VG shared value status 11924 1726884933.44843: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000301b 11924 1726884933.44876: variable 'ansible_search_path' from source: unknown 11924 1726884933.44975: calling self._execute() 11924 1726884933.45461: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884933.45466: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884933.45469: variable 'omit' from source: magic vars 11924 1726884933.46094: variable 'storage_test_pool' from source: include params 11924 1726884933.46353: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): True 11924 1726884933.46424: variable 'omit' from source: magic vars 11924 1726884933.46616: variable 'omit' from source: magic vars 11924 1726884933.46796: variable 'storage_test_pool' from source: include params 11924 1726884933.46850: variable 'omit' from source: magic vars 11924 1726884933.46896: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884933.46947: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884933.46973: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884933.46995: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884933.47014: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884933.47133: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884933.47137: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884933.47139: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884933.47142: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884933.47144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884933.47244: Set connection var ansible_shell_executable to /bin/sh 11924 1726884933.47269: Set connection var ansible_connection to ssh 11924 1726884933.47290: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884933.47328: Set connection var ansible_timeout to 10 11924 1726884933.47348: Set connection var ansible_pipelining to False 11924 1726884933.47493: Set connection var ansible_shell_type to sh 11924 1726884933.47497: variable 'ansible_shell_executable' from source: unknown 11924 1726884933.47499: variable 'ansible_connection' from source: unknown 11924 1726884933.47501: variable 'ansible_module_compression' from source: unknown 11924 1726884933.47503: variable 'ansible_shell_type' from source: unknown 11924 1726884933.47505: variable 'ansible_shell_executable' from source: unknown 11924 1726884933.47509: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884933.47511: variable 'ansible_pipelining' from source: unknown 11924 1726884933.47513: variable 'ansible_timeout' from source: unknown 11924 1726884933.47515: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884933.47669: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884933.47691: variable 'omit' from source: magic vars 11924 1726884933.47703: starting attempt loop 11924 1726884933.47719: running the handler 11924 1726884933.47739: _low_level_execute_command(): starting 11924 1726884933.47750: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884933.48551: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884933.48572: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884933.48605: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884933.48646: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884933.48674: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884933.48786: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884933.50862: stdout chunk (state=3): >>>/root <<< 11924 1726884933.50865: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884933.50867: stdout chunk (state=3): >>><<< 11924 1726884933.50869: stderr chunk (state=3): >>><<< 11924 1726884933.50873: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884933.50875: _low_level_execute_command(): starting 11924 1726884933.50878: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884933.507816-16403-200816303133770 `" && echo ansible-tmp-1726884933.507816-16403-200816303133770="` echo /root/.ansible/tmp/ansible-tmp-1726884933.507816-16403-200816303133770 `" ) && sleep 0' 11924 1726884933.51803: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884933.51821: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884933.51840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884933.51903: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884933.51960: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884933.53964: stdout chunk (state=3): >>>ansible-tmp-1726884933.507816-16403-200816303133770=/root/.ansible/tmp/ansible-tmp-1726884933.507816-16403-200816303133770 <<< 11924 1726884933.54067: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884933.54121: stderr chunk (state=3): >>><<< 11924 1726884933.54137: stdout chunk (state=3): >>><<< 11924 1726884933.54153: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884933.507816-16403-200816303133770=/root/.ansible/tmp/ansible-tmp-1726884933.507816-16403-200816303133770 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884933.54295: variable 'ansible_module_compression' from source: unknown 11924 1726884933.54299: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884933.54301: variable 'ansible_facts' from source: unknown 11924 1726884933.54431: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884933.507816-16403-200816303133770/AnsiballZ_command.py 11924 1726884933.54658: Sending initial data 11924 1726884933.54668: Sent initial data (155 bytes) 11924 1726884933.55240: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884933.55335: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884933.55351: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884933.55378: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884933.55516: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884933.57218: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884933.57296: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884933.57419: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp64668474 /root/.ansible/tmp/ansible-tmp-1726884933.507816-16403-200816303133770/AnsiballZ_command.py <<< 11924 1726884933.57425: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884933.507816-16403-200816303133770/AnsiballZ_command.py" <<< 11924 1726884933.57531: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp64668474" to remote "/root/.ansible/tmp/ansible-tmp-1726884933.507816-16403-200816303133770/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884933.507816-16403-200816303133770/AnsiballZ_command.py" <<< 11924 1726884933.58992: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884933.59071: stderr chunk (state=3): >>><<< 11924 1726884933.59075: stdout chunk (state=3): >>><<< 11924 1726884933.59077: done transferring module to remote 11924 1726884933.59079: _low_level_execute_command(): starting 11924 1726884933.59081: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884933.507816-16403-200816303133770/ /root/.ansible/tmp/ansible-tmp-1726884933.507816-16403-200816303133770/AnsiballZ_command.py && sleep 0' 11924 1726884933.60011: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884933.60179: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884933.60198: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884933.60282: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884933.62162: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884933.62187: stderr chunk (state=3): >>><<< 11924 1726884933.62197: stdout chunk (state=3): >>><<< 11924 1726884933.62223: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884933.62323: _low_level_execute_command(): starting 11924 1726884933.62326: _low_level_execute_command(): using become for this command 11924 1726884933.62328: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-hygddkqjxtmzoqxuwyzqfazdygdndpyl ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884933.507816-16403-200816303133770/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884933.62592: Initial state: awaiting_escalation: BECOME-SUCCESS-hygddkqjxtmzoqxuwyzqfazdygdndpyl 11924 1726884933.63153: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884933.63409: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884933.63440: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884933.63477: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884933.63517: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884933.63694: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884933.66671: stdout chunk (state=1): >>>BECOME-SUCCESS-hygddkqjxtmzoqxuwyzqfazdygdndpyl <<< 11924 1726884933.66689: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-hygddkqjxtmzoqxuwyzqfazdygdndpyl' 11924 1726884933.67021: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884933.67057: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884933.67076: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884933.67103: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884933.67178: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884933.67245: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884933.67249: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884933.67272: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884933.67333: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884933.67336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884933.67369: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884933.67372: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884933.67400: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884933.67433: 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 0x7f7728a183e0> <<< 11924 1726884933.67485: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77289e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884933.67488: 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 0x7f7728a1a960> <<< 11924 1726884933.67513: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884933.67540: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884933.67563: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 11924 1726884933.67592: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884933.67605: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884933.67685: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884933.67723: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884933.67727: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884933.67740: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884933.67788: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884933.67792: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 11924 1726884933.67804: 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' <<< 11924 1726884933.67836: 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 <<< 11924 1726884933.67866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884933.67874: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77287c8fe0> <<< 11924 1726884933.67939: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884933.67942: 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 0x7f77287c9fd0> <<< 11924 1726884933.67972: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884933.68006: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884933.68274: 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' <<< 11924 1726884933.68312: 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 <<< 11924 1726884933.68342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884933.68375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884933.68444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772880fe00> <<< 11924 1726884933.68521: 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 0x7f772880fec0> <<< 11924 1726884933.68574: 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 <<< 11924 1726884933.68646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 11924 1726884933.68672: 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 0x7f772883f800> <<< 11924 1726884933.68695: 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 0x7f772883fe90> <<< 11924 1726884933.68706: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884933.68760: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772881fad0> <<< 11924 1726884933.68775: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884933.68791: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772881d1f0> <<< 11924 1726884933.68888: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772880cfb0> <<< 11924 1726884933.68904: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884933.68936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884933.68972: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884933.68992: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884933.69062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884933.69065: 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' <<< 11924 1726884933.69137: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728863710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728862330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772881e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728860b60> <<< 11924 1726884933.69246: 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 0x7f7728894770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772880c230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884933.69290: 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 0x7f7728894c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728894ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7728894ec0> <<< 11924 1726884933.69365: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728802d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884933.69423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728895580> <<< 11924 1726884933.69458: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728895250> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 11924 1726884933.69510: 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 0x7f7728896480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884933.69583: 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 <<< 11924 1726884933.69643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77288ac6b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884933.69675: 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 0x7f77288add90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884933.69727: 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' <<< 11924 1726884933.69826: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77288aec30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77288af290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77288ae180> <<< 11924 1726884933.69916: 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 0x7f77288afd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77288af440> <<< 11924 1726884933.70062: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77288964e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884933.70150: 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 0x7f772862fb90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7728658680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77286583e0> <<< 11924 1726884933.70194: 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 0x7f77286586b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884933.70229: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884933.70334: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7728658fe0> <<< 11924 1726884933.70472: 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 0x7f7728659970> <<< 11924 1726884933.70517: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728658890> <<< 11924 1726884933.70554: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772862dd30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884933.70581: 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 0x7f772865acc0> <<< 11924 1726884933.70678: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728658e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728896660> <<< 11924 1726884933.70726: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884933.70754: 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 <<< 11924 1726884933.70801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884933.70804: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728687020> <<< 11924 1726884933.70867: 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' <<< 11924 1726884933.70904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884933.70916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884933.70960: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77286af380> <<< 11924 1726884933.70979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884933.71027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884933.71077: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884933.71110: 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 0x7f7728708140> <<< 11924 1726884933.71125: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884933.71160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884933.71175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884933.71221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884933.71312: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772870a870> <<< 11924 1726884933.71390: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728708260> <<< 11924 1726884933.71429: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77286d5130> <<< 11924 1726884933.71461: 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 0x7f7728519250> <<< 11924 1726884933.71487: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77286ae180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772865bbf0> <<< 11924 1726884933.71604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884933.71616: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f77286ae2a0> <<< 11924 1726884933.72179: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_4pz_go27/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 11924 1726884933.72338: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.72359: 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' <<< 11924 1726884933.72404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884933.72496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884933.72533: 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 0x7f772856af30> import '_typing' # <<< 11924 1726884933.72712: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772854de20> <<< 11924 1726884933.72726: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772854cf80> # zipimport: zlib available <<< 11924 1726884933.72790: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884933.72816: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884933.74341: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.75461: 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 0x7f7728568dd0> <<< 11924 1726884933.75578: 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' <<< 11924 1726884933.75610: 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' <<< 11924 1726884933.75783: 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 0x7f772859a8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772859a630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728599f40> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772859a990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772856b950> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f772859b5c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f772859b800> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884933.75858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884933.75862: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884933.75912: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772859bd40> import 'pwd' # <<< 11924 1726884933.75940: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884933.75971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884933.76034: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f19a90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884933.76082: 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 0x7f7727f1b680> <<< 11924 1726884933.76106: 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' <<< 11924 1726884933.76143: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f1bfe0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884933.76167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884933.76302: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f1d1c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884933.76341: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f1fc80> <<< 11924 1726884933.76379: 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 0x7f7727f1ffb0> <<< 11924 1726884933.76412: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f1df40> <<< 11924 1726884933.76426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884933.76529: 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' <<< 11924 1726884933.76612: 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' <<< 11924 1726884933.76637: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f27bc0> import '_tokenize' # <<< 11924 1726884933.76727: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f26690> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f263f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884933.76836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f26960> <<< 11924 1726884933.76914: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f1e450> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7727f6be30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f6bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884933.76927: 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' <<< 11924 1726884933.76960: 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 0x7f7727f6da90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f6d850> <<< 11924 1726884933.76989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884933.77116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884933.77174: 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 0x7f7727f6ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f6e180> <<< 11924 1726884933.77201: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884933.77239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884933.77271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884933.77291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884933.77331: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f73800> <<< 11924 1726884933.77463: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f701d0> <<< 11924 1726884933.77531: stdout 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 0x7f7727f74620> <<< 11924 1726884933.77566: stdout 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 0x7f7727f74860> <<< 11924 1726884933.77642: stdout 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 0x7f7727f74b00> <<< 11924 1726884933.77713: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f6c1a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884933.77728: 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' <<< 11924 1726884933.77751: 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 0x7f7727e001a0> <<< 11924 1726884933.77944: 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 0x7f7727e01520> <<< 11924 1726884933.77977: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f76930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7727f77ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f76570> # zipimport: zlib available <<< 11924 1726884933.78003: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884933.78030: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.78121: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.78236: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884933.78314: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884933.78451: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.78540: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.79123: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.79903: 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 0x7f7727e05640> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727e06480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772856aea0> <<< 11924 1726884933.79935: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884933.79976: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884933.80038: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884933.80150: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.80312: 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' <<< 11924 1726884933.80357: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727e06510> # zipimport: zlib available <<< 11924 1726884933.80812: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.81278: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.81341: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.81448: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884933.81487: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.81527: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884933.81606: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.81669: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884933.81707: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884933.81736: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.81821: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.81849: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884933.82084: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.82303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884933.82398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884933.82475: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727e07620> <<< 11924 1726884933.82532: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.82592: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.82667: 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' # <<< 11924 1726884933.82704: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884933.82744: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884933.82751: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.82786: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.82832: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.82923: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.83009: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884933.83037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884933.83114: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7727e11f40> <<< 11924 1726884933.83195: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727e0d910> <<< 11924 1726884933.83198: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884933.83245: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.83313: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.83343: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.83388: stdout chunk (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' <<< 11924 1726884933.83405: 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 <<< 11924 1726884933.83447: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884933.83461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884933.83526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884933.83564: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884933.83567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884933.83638: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77285e28d0> <<< 11924 1726884933.83703: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77285c65a0> <<< 11924 1726884933.83794: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727e11fa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f74d70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884933.83851: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884933.83933: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 11924 1726884933.83974: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884933.84068: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.84209: 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' <<< 11924 1726884933.84219: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727e04140> <<< 11924 1726884933.84297: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884933.87297: stdout chunk (state=3): >>> {"changed": true, "stdout": " 0", "stderr": "", "rc": 0, "cmd": ["vgs", "--noheadings", "--binary", "-o", "shared", "foo"], "start": "2024-09-20 22:15:33.843513", "end": "2024-09-20 22:15:33.871920", "delta": "0:00:00.028407", "msg": "", "invocation": {"module_args": {"_raw_params": "vgs --noheadings --binary -o shared foo", "_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}}} <<< 11924 1726884933.87326: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884933.87816: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884933.87940: 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 <<< 11924 1726884933.88041: 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 # cleanup[2] removing glob # destroy glob <<< 11924 1726884933.88317: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884933.88328: stdout chunk (state=3): >>># destroy _bz2 <<< 11924 1726884933.88330: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 <<< 11924 1726884933.88498: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 11924 1726884933.88625: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno <<< 11924 1726884933.88653: 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 # cleanup[3] wiping selinux._selinux <<< 11924 1726884933.88738: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 11924 1726884933.88830: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884933.89091: 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 <<< 11924 1726884933.89210: stdout chunk (state=3): >>># destroy codecs <<< 11924 1726884933.89247: 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 # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 11924 1726884933.89306: 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 <<< 11924 1726884933.89885: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884933.89888: stdout chunk (state=3): >>><<< 11924 1726884933.89890: stderr chunk (state=3): >>><<< 11924 1726884933.90062: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728a183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77289e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728a1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77287c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77287c9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772880fe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772880fec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772883f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772883fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772881fad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772881d1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772880cfb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728863710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728862330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772881e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728860b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728894770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772880c230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7728894c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728894ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7728894ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728802d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728895580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728895250> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728896480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77288ac6b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77288add90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77288aec30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77288af290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77288ae180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77288afd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77288af440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77288964e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f772862fb90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7728658680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77286583e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77286586b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7728658fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7728659970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728658890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772862dd30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772865acc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728658e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728896660> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728687020> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77286af380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728708140> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772870a870> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728708260> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77286d5130> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728519250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77286ae180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772865bbf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f77286ae2a0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_4pz_go27/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 0x7f772856af30> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772854de20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772854cf80> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728568dd0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f772859a8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772859a630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7728599f40> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772859a990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772856b950> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f772859b5c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f772859b800> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772859bd40> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f19a90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7727f1b680> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f1bfe0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f1d1c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f1fc80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7727f1ffb0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f1df40> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f27bc0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f26690> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f263f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f26960> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f1e450> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7727f6be30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f6bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7727f6da90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f6d850> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7727f6ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f6e180> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f73800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f701d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7727f74620> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7727f74860> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7727f74b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f6c1a0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7727e001a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7727e01520> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f76930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7727f77ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f76570> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7727e05640> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727e06480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f772856aea0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727e06510> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727e07620> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7727e11f40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727e0d910> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77285e28d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77285c65a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727e11fa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7727f74d70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f7727e04140> # zipimport: zlib available {"changed": true, "stdout": " 0", "stderr": "", "rc": 0, "cmd": ["vgs", "--noheadings", "--binary", "-o", "shared", "foo"], "start": "2024-09-20 22:15:33.843513", "end": "2024-09-20 22:15:33.871920", "delta": "0:00:00.028407", "msg": "", "invocation": {"module_args": {"_raw_params": "vgs --noheadings --binary -o shared foo", "_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884933.90716: done with _execute_module (ansible.legacy.command, {'_raw_params': 'vgs --noheadings --binary -o shared foo', '_ansible_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-1726884933.507816-16403-200816303133770/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884933.90719: _low_level_execute_command(): starting 11924 1726884933.90721: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884933.507816-16403-200816303133770/ > /dev/null 2>&1 && sleep 0' 11924 1726884933.91062: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884933.91079: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884933.91094: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884933.91152: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884933.91169: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884933.91265: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884933.91316: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884933.91363: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884933.93295: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884933.93299: stdout chunk (state=3): >>><<< 11924 1726884933.93302: stderr chunk (state=3): >>><<< 11924 1726884933.93330: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884933.93460: handler run complete 11924 1726884933.93463: Evaluated conditional (False): False 11924 1726884933.93466: attempt loop complete, returning result 11924 1726884933.93468: _execute() done 11924 1726884933.93470: dumping result to json 11924 1726884933.93473: done dumping result, returning 11924 1726884933.93475: done running TaskExecutor() for managed_node2/TASK: Get VG shared value status [0affc8a3-6f6f-f4c0-2290-00000000301b] 11924 1726884933.93477: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000301b 11924 1726884933.93545: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000301b 11924 1726884933.93548: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.028407", "end": "2024-09-20 22:15:33.871920", "rc": 0, "start": "2024-09-20 22:15:33.843513" } STDOUT: 0 11924 1726884933.93632: no more pending results, returning what we have 11924 1726884933.93637: results queue empty 11924 1726884933.93638: checking for any_errors_fatal 11924 1726884933.93646: done checking for any_errors_fatal 11924 1726884933.93647: checking for max_fail_percentage 11924 1726884933.93649: done checking for max_fail_percentage 11924 1726884933.93650: checking to see if all hosts have failed and the running result is not ok 11924 1726884933.93651: done checking to see if all hosts have failed 11924 1726884933.93652: getting the remaining hosts for this loop 11924 1726884933.93654: done getting the remaining hosts for this loop 11924 1726884933.93660: getting the next task for host managed_node2 11924 1726884933.93668: done getting next task for host managed_node2 11924 1726884933.93671: ^ task is: TASK: Verify that VG shared value checks out 11924 1726884933.93675: ^ 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 11924 1726884933.93680: getting variables 11924 1726884933.93682: in VariableManager get_vars() 11924 1726884933.93722: Calling all_inventory to load vars for managed_node2 11924 1726884933.93725: Calling groups_inventory to load vars for managed_node2 11924 1726884933.93729: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884933.93739: Calling all_plugins_play to load vars for managed_node2 11924 1726884933.93742: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884933.93746: Calling groups_plugins_play to load vars for managed_node2 11924 1726884933.94901: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884933.95564: done with get_vars() 11924 1726884933.95580: done getting variables 11924 1726884933.95645: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:33 -0400 (0:00:00.516) 0:01:39.295 ****** 11924 1726884933.95682: entering _queue_task() for managed_node2/assert 11924 1726884933.95978: worker is 1 (out of 1 available) 11924 1726884933.95991: exiting _queue_task() for managed_node2/assert 11924 1726884933.96003: done queuing things up, now waiting for results queue to drain 11924 1726884933.96005: waiting for pending results... 11924 1726884933.96391: running TaskExecutor() for managed_node2/TASK: Verify that VG shared value checks out 11924 1726884933.96439: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000301c 11924 1726884933.96489: variable 'ansible_search_path' from source: unknown 11924 1726884933.96511: calling self._execute() 11924 1726884933.96644: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884933.96657: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884933.96706: variable 'omit' from source: magic vars 11924 1726884933.97151: variable 'storage_test_pool' from source: include params 11924 1726884933.97194: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): True 11924 1726884933.97205: variable 'omit' from source: magic vars 11924 1726884933.97363: variable 'omit' from source: magic vars 11924 1726884933.97406: variable 'storage_test_pool' from source: include params 11924 1726884933.97432: variable 'actual' from source: task vars 11924 1726884933.97537: variable 'vgs_dump' from source: set_fact 11924 1726884933.97599: variable 'omit' from source: magic vars 11924 1726884933.97644: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884933.97691: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884933.97720: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884933.97742: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884933.97761: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884933.97783: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884933.97814: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884933.97849: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884933.97862: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884933.97871: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884933.97998: Set connection var ansible_shell_executable to /bin/sh 11924 1726884933.98017: Set connection var ansible_connection to ssh 11924 1726884933.98025: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884933.98126: Set connection var ansible_timeout to 10 11924 1726884933.98130: Set connection var ansible_pipelining to False 11924 1726884933.98133: Set connection var ansible_shell_type to sh 11924 1726884933.98135: variable 'ansible_shell_executable' from source: unknown 11924 1726884933.98137: variable 'ansible_connection' from source: unknown 11924 1726884933.98139: variable 'ansible_module_compression' from source: unknown 11924 1726884933.98141: variable 'ansible_shell_type' from source: unknown 11924 1726884933.98142: variable 'ansible_shell_executable' from source: unknown 11924 1726884933.98144: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884933.98146: variable 'ansible_pipelining' from source: unknown 11924 1726884933.98148: variable 'ansible_timeout' from source: unknown 11924 1726884933.98150: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884933.98273: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884933.98291: variable 'omit' from source: magic vars 11924 1726884933.98301: starting attempt loop 11924 1726884933.98310: running the handler 11924 1726884933.98460: variable 'storage_test_pool' from source: include params 11924 1726884933.98482: variable 'actual' from source: task vars 11924 1726884933.98582: variable 'vgs_dump' from source: set_fact 11924 1726884933.98604: Evaluated conditional (storage_test_pool.shared == actual): True 11924 1726884933.98617: handler run complete 11924 1726884933.98636: attempt loop complete, returning result 11924 1726884933.98643: _execute() done 11924 1726884933.98650: dumping result to json 11924 1726884933.98671: done dumping result, returning 11924 1726884933.98675: done running TaskExecutor() for managed_node2/TASK: Verify that VG shared value checks out [0affc8a3-6f6f-f4c0-2290-00000000301c] 11924 1726884933.98863: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000301c 11924 1726884933.98929: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000301c 11924 1726884933.98932: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884933.98977: no more pending results, returning what we have 11924 1726884933.98981: results queue empty 11924 1726884933.98982: checking for any_errors_fatal 11924 1726884933.98989: done checking for any_errors_fatal 11924 1726884933.98990: checking for max_fail_percentage 11924 1726884933.98991: done checking for max_fail_percentage 11924 1726884933.98992: checking to see if all hosts have failed and the running result is not ok 11924 1726884933.98993: done checking to see if all hosts have failed 11924 1726884933.98994: getting the remaining hosts for this loop 11924 1726884933.98996: done getting the remaining hosts for this loop 11924 1726884933.98999: getting the next task for host managed_node2 11924 1726884933.99005: done getting next task for host managed_node2 11924 1726884933.99011: ^ task is: TASK: Verify pool subset 11924 1726884933.99015: ^ 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 11924 1726884933.99019: getting variables 11924 1726884933.99021: in VariableManager get_vars() 11924 1726884933.99057: Calling all_inventory to load vars for managed_node2 11924 1726884933.99060: Calling groups_inventory to load vars for managed_node2 11924 1726884933.99064: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884933.99074: Calling all_plugins_play to load vars for managed_node2 11924 1726884933.99077: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884933.99080: Calling groups_plugins_play to load vars for managed_node2 11924 1726884933.99880: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884934.00796: done with get_vars() 11924 1726884934.00813: 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 22:15:34 -0400 (0:00:00.052) 0:01:39.347 ****** 11924 1726884934.00914: entering _queue_task() for managed_node2/include_tasks 11924 1726884934.01188: worker is 1 (out of 1 available) 11924 1726884934.01199: exiting _queue_task() for managed_node2/include_tasks 11924 1726884934.01214: done queuing things up, now waiting for results queue to drain 11924 1726884934.01216: waiting for pending results... 11924 1726884934.01577: running TaskExecutor() for managed_node2/TASK: Verify pool subset 11924 1726884934.01650: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000301d 11924 1726884934.01781: variable 'ansible_search_path' from source: unknown 11924 1726884934.01785: variable '_storage_pool_tests' from source: set_fact 11924 1726884934.01967: variable '_storage_pool_tests' from source: set_fact 11924 1726884934.02048: variable 'omit' from source: magic vars 11924 1726884934.02233: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.02247: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.02266: variable 'omit' from source: magic vars 11924 1726884934.02457: variable 'storage_test_pool_subset' from source: unknown 11924 1726884934.02496: variable 'storage_test_pool_subset' from source: unknown 11924 1726884934.02579: variable 'storage_test_pool_subset' from source: unknown 11924 1726884934.02961: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.02965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.02968: variable 'omit' from source: magic vars 11924 1726884934.02971: variable 'storage_test_pool_subset' from source: unknown 11924 1726884934.03089: variable 'storage_test_pool_subset' from source: unknown 11924 1726884934.03092: variable 'storage_test_pool_subset' from source: unknown 11924 1726884934.03153: dumping result to json 11924 1726884934.03159: done dumping result, returning 11924 1726884934.03162: done running TaskExecutor() for managed_node2/TASK: Verify pool subset [0affc8a3-6f6f-f4c0-2290-00000000301d] 11924 1726884934.03261: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000301d 11924 1726884934.03444: no more pending results, returning what we have 11924 1726884934.03449: in VariableManager get_vars() 11924 1726884934.03490: Calling all_inventory to load vars for managed_node2 11924 1726884934.03492: Calling groups_inventory to load vars for managed_node2 11924 1726884934.03496: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884934.03511: Calling all_plugins_play to load vars for managed_node2 11924 1726884934.03515: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884934.03520: Calling groups_plugins_play to load vars for managed_node2 11924 1726884934.04171: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000301d 11924 1726884934.04174: WORKER PROCESS EXITING 11924 1726884934.04250: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884934.04911: done with get_vars() 11924 1726884934.04924: variable 'ansible_search_path' from source: unknown 11924 1726884934.04961: variable 'ansible_search_path' from source: unknown 11924 1726884934.04992: we have included files to process 11924 1726884934.04993: generating all_blocks data 11924 1726884934.04995: done generating all_blocks data 11924 1726884934.05000: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884934.05001: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884934.05003: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884934.06142: in VariableManager get_vars() 11924 1726884934.06168: done with get_vars() 11924 1726884934.06242: in VariableManager get_vars() 11924 1726884934.06263: done with get_vars() 11924 1726884934.06310: in VariableManager get_vars() 11924 1726884934.06330: done with get_vars() 11924 1726884934.06369: in VariableManager get_vars() 11924 1726884934.06393: done with get_vars() 11924 1726884934.06434: in VariableManager get_vars() 11924 1726884934.06451: done with get_vars() 11924 1726884934.06495: in VariableManager get_vars() 11924 1726884934.06517: done with get_vars() 11924 1726884934.06554: in VariableManager get_vars() 11924 1726884934.06574: done with get_vars() 11924 1726884934.06667: done processing included file 11924 1726884934.06669: iterating over new_blocks loaded from include file 11924 1726884934.06671: in VariableManager get_vars() 11924 1726884934.06684: done with get_vars() 11924 1726884934.06685: filtering new block on tags 11924 1726884934.06904: done filtering new block on tags 11924 1726884934.06909: 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_node2 => (item=members) 11924 1726884934.06913: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884934.06914: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884934.06922: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884934.06998: in VariableManager get_vars() 11924 1726884934.07019: done with get_vars() 11924 1726884934.07035: done processing included file 11924 1726884934.07037: iterating over new_blocks loaded from include file 11924 1726884934.07038: in VariableManager get_vars() 11924 1726884934.07050: done with get_vars() 11924 1726884934.07051: filtering new block on tags 11924 1726884934.07078: done filtering new block on tags 11924 1726884934.07081: 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_node2 => (item=volumes) 11924 1726884934.07084: extending task lists for all hosts with included blocks 11924 1726884934.07332: done extending task lists 11924 1726884934.07333: done processing included files 11924 1726884934.07334: results queue empty 11924 1726884934.07334: checking for any_errors_fatal 11924 1726884934.07338: done checking for any_errors_fatal 11924 1726884934.07338: checking for max_fail_percentage 11924 1726884934.07339: done checking for max_fail_percentage 11924 1726884934.07340: checking to see if all hosts have failed and the running result is not ok 11924 1726884934.07341: done checking to see if all hosts have failed 11924 1726884934.07341: getting the remaining hosts for this loop 11924 1726884934.07342: done getting the remaining hosts for this loop 11924 1726884934.07345: getting the next task for host managed_node2 11924 1726884934.07348: done getting next task for host managed_node2 11924 1726884934.07350: ^ task is: TASK: Set test variables 11924 1726884934.07359: ^ 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 11924 1726884934.07365: getting variables 11924 1726884934.07366: in VariableManager get_vars() 11924 1726884934.07373: Calling all_inventory to load vars for managed_node2 11924 1726884934.07375: Calling groups_inventory to load vars for managed_node2 11924 1726884934.07377: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884934.07382: Calling all_plugins_play to load vars for managed_node2 11924 1726884934.07384: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884934.07386: Calling groups_plugins_play to load vars for managed_node2 11924 1726884934.07847: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884934.08475: done with get_vars() 11924 1726884934.08488: done getting variables 11924 1726884934.08530: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:34 -0400 (0:00:00.076) 0:01:39.424 ****** 11924 1726884934.08566: entering _queue_task() for managed_node2/set_fact 11924 1726884934.09066: worker is 1 (out of 1 available) 11924 1726884934.09076: exiting _queue_task() for managed_node2/set_fact 11924 1726884934.09088: done queuing things up, now waiting for results queue to drain 11924 1726884934.09090: waiting for pending results... 11924 1726884934.09243: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884934.09392: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003055 11924 1726884934.09416: variable 'ansible_search_path' from source: unknown 11924 1726884934.09459: calling self._execute() 11924 1726884934.09595: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.09610: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.09626: variable 'omit' from source: magic vars 11924 1726884934.10066: variable 'storage_test_pool' from source: include params 11924 1726884934.10114: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884934.10131: variable 'omit' from source: magic vars 11924 1726884934.10191: variable 'omit' from source: magic vars 11924 1726884934.10446: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884934.12659: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884934.12749: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884934.12800: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884934.12844: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884934.12879: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884934.12976: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884934.13019: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884934.13127: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884934.13131: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884934.13133: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884934.13172: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884934.13202: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884934.13243: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884934.13290: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884934.13313: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884934.13386: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884934.13418: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884934.13453: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884934.13498: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884934.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) 11924 1726884934.13716: variable 'ansible_lvm' from source: facts 11924 1726884934.13780: variable 'storage_test_pool' from source: include params 11924 1726884934.13830: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884934.14021: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884934.14063: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884934.14104: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884934.14144: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884934.14357: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884934.14433: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884934.14539: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884934.14544: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884934.14547: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884934.14638: variable 'storage_test_pool' from source: include params 11924 1726884934.14686: variable 'omit' from source: magic vars 11924 1726884934.14721: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884934.14752: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884934.14784: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884934.14806: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884934.14824: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884934.14845: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884934.14869: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884934.14968: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884934.14971: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.14974: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.15061: Set connection var ansible_shell_executable to /bin/sh 11924 1726884934.15071: Set connection var ansible_connection to ssh 11924 1726884934.15084: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884934.15104: Set connection var ansible_timeout to 10 11924 1726884934.15119: Set connection var ansible_pipelining to False 11924 1726884934.15129: Set connection var ansible_shell_type to sh 11924 1726884934.15164: variable 'ansible_shell_executable' from source: unknown 11924 1726884934.15203: variable 'ansible_connection' from source: unknown 11924 1726884934.15206: variable 'ansible_module_compression' from source: unknown 11924 1726884934.15212: variable 'ansible_shell_type' from source: unknown 11924 1726884934.15214: variable 'ansible_shell_executable' from source: unknown 11924 1726884934.15216: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.15218: variable 'ansible_pipelining' from source: unknown 11924 1726884934.15220: variable 'ansible_timeout' from source: unknown 11924 1726884934.15222: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.15421: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884934.15424: variable 'omit' from source: magic vars 11924 1726884934.15426: starting attempt loop 11924 1726884934.15428: running the handler 11924 1726884934.15430: handler run complete 11924 1726884934.15432: attempt loop complete, returning result 11924 1726884934.15433: _execute() done 11924 1726884934.15435: dumping result to json 11924 1726884934.15437: done dumping result, returning 11924 1726884934.15438: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-000000003055] 11924 1726884934.15440: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003055 11924 1726884934.15505: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003055 ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } 11924 1726884934.15809: no more pending results, returning what we have 11924 1726884934.15813: results queue empty 11924 1726884934.15813: checking for any_errors_fatal 11924 1726884934.15815: done checking for any_errors_fatal 11924 1726884934.15815: checking for max_fail_percentage 11924 1726884934.15817: done checking for max_fail_percentage 11924 1726884934.15818: checking to see if all hosts have failed and the running result is not ok 11924 1726884934.15819: done checking to see if all hosts have failed 11924 1726884934.15820: getting the remaining hosts for this loop 11924 1726884934.15821: done getting the remaining hosts for this loop 11924 1726884934.15824: getting the next task for host managed_node2 11924 1726884934.15830: done getting next task for host managed_node2 11924 1726884934.15832: ^ task is: TASK: Get the canonical device path for each member device 11924 1726884934.15837: ^ 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 11924 1726884934.15841: getting variables 11924 1726884934.15842: in VariableManager get_vars() 11924 1726884934.15872: Calling all_inventory to load vars for managed_node2 11924 1726884934.15875: Calling groups_inventory to load vars for managed_node2 11924 1726884934.15877: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884934.15886: Calling all_plugins_play to load vars for managed_node2 11924 1726884934.15889: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884934.15892: Calling groups_plugins_play to load vars for managed_node2 11924 1726884934.16470: WORKER PROCESS EXITING 11924 1726884934.16574: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884934.17200: done with get_vars() 11924 1726884934.17219: 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 22:15:34 -0400 (0:00:00.087) 0:01:39.511 ****** 11924 1726884934.17310: entering _queue_task() for managed_node2/fedora.linux_system_roles.resolve_blockdev 11924 1726884934.17711: worker is 1 (out of 1 available) 11924 1726884934.17723: exiting _queue_task() for managed_node2/fedora.linux_system_roles.resolve_blockdev 11924 1726884934.17734: done queuing things up, now waiting for results queue to drain 11924 1726884934.17736: waiting for pending results... 11924 1726884934.17960: running TaskExecutor() for managed_node2/TASK: Get the canonical device path for each member device 11924 1726884934.18093: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003056 11924 1726884934.18119: variable 'ansible_search_path' from source: unknown 11924 1726884934.18171: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884934.18386: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884934.18485: variable 'omit' from source: magic vars 11924 1726884934.18652: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.18667: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.18686: variable 'omit' from source: magic vars 11924 1726884934.18953: variable 'storage_test_pool' from source: include params 11924 1726884934.18985: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884934.18995: variable 'omit' from source: magic vars 11924 1726884934.19061: variable 'omit' from source: magic vars 11924 1726884934.19122: variable 'pv' from source: unknown 11924 1726884934.19196: variable 'pv' from source: unknown 11924 1726884934.19228: variable 'omit' from source: magic vars 11924 1726884934.19275: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884934.19332: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884934.19345: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884934.19376: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884934.19440: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884934.19443: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884934.19446: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884934.19464: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884934.19472: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.19482: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.19617: Set connection var ansible_shell_executable to /bin/sh 11924 1726884934.19625: Set connection var ansible_connection to ssh 11924 1726884934.19636: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884934.19646: Set connection var ansible_timeout to 10 11924 1726884934.19664: Set connection var ansible_pipelining to False 11924 1726884934.19675: Set connection var ansible_shell_type to sh 11924 1726884934.19712: variable 'ansible_shell_executable' from source: unknown 11924 1726884934.19762: variable 'ansible_connection' from source: unknown 11924 1726884934.19765: variable 'ansible_module_compression' from source: unknown 11924 1726884934.19767: variable 'ansible_shell_type' from source: unknown 11924 1726884934.19769: variable 'ansible_shell_executable' from source: unknown 11924 1726884934.19771: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.19772: variable 'ansible_pipelining' from source: unknown 11924 1726884934.19774: variable 'ansible_timeout' from source: unknown 11924 1726884934.19776: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.20058: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884934.20076: variable 'omit' from source: magic vars 11924 1726884934.20087: starting attempt loop 11924 1726884934.20094: running the handler 11924 1726884934.20141: _low_level_execute_command(): starting 11924 1726884934.20144: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884934.20915: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884934.20930: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884934.21025: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884934.21062: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884934.21090: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884934.21106: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884934.21253: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884934.22947: stdout chunk (state=3): >>>/root <<< 11924 1726884934.23227: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884934.23230: stdout chunk (state=3): >>><<< 11924 1726884934.23232: stderr chunk (state=3): >>><<< 11924 1726884934.23370: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884934.23375: _low_level_execute_command(): starting 11924 1726884934.23378: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884934.232522-16430-235532325858457 `" && echo ansible-tmp-1726884934.232522-16430-235532325858457="` echo /root/.ansible/tmp/ansible-tmp-1726884934.232522-16430-235532325858457 `" ) && sleep 0' 11924 1726884934.24560: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884934.24768: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884934.25079: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884934.25218: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884934.27220: stdout chunk (state=3): >>>ansible-tmp-1726884934.232522-16430-235532325858457=/root/.ansible/tmp/ansible-tmp-1726884934.232522-16430-235532325858457 <<< 11924 1726884934.27362: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884934.27385: stderr chunk (state=3): >>><<< 11924 1726884934.27412: stdout chunk (state=3): >>><<< 11924 1726884934.27460: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884934.232522-16430-235532325858457=/root/.ansible/tmp/ansible-tmp-1726884934.232522-16430-235532325858457 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884934.27513: variable 'ansible_module_compression' from source: unknown 11924 1726884934.27678: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.resolve_blockdev-ZIP_DEFLATED 11924 1726884934.27722: variable 'ansible_facts' from source: unknown 11924 1726884934.27898: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884934.232522-16430-235532325858457/AnsiballZ_resolve_blockdev.py 11924 1726884934.28096: Sending initial data 11924 1726884934.28105: Sent initial data (164 bytes) 11924 1726884934.28588: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884934.28597: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884934.28610: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884934.28671: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884934.28703: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884934.28720: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884934.28731: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884934.28803: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884934.30415: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884934.30466: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884934.30535: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmptj11w107 /root/.ansible/tmp/ansible-tmp-1726884934.232522-16430-235532325858457/AnsiballZ_resolve_blockdev.py <<< 11924 1726884934.30538: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884934.232522-16430-235532325858457/AnsiballZ_resolve_blockdev.py" <<< 11924 1726884934.30582: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmptj11w107" to remote "/root/.ansible/tmp/ansible-tmp-1726884934.232522-16430-235532325858457/AnsiballZ_resolve_blockdev.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884934.232522-16430-235532325858457/AnsiballZ_resolve_blockdev.py" <<< 11924 1726884934.31351: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884934.31423: stderr chunk (state=3): >>><<< 11924 1726884934.31426: stdout chunk (state=3): >>><<< 11924 1726884934.31436: done transferring module to remote 11924 1726884934.31459: _low_level_execute_command(): starting 11924 1726884934.31469: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884934.232522-16430-235532325858457/ /root/.ansible/tmp/ansible-tmp-1726884934.232522-16430-235532325858457/AnsiballZ_resolve_blockdev.py && sleep 0' 11924 1726884934.32127: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884934.32140: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884934.32168: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884934.32206: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884934.32302: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884934.32325: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884934.32342: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884934.32366: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884934.32447: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884934.34321: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884934.34332: stdout chunk (state=3): >>><<< 11924 1726884934.34357: stderr chunk (state=3): >>><<< 11924 1726884934.34466: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884934.34470: _low_level_execute_command(): starting 11924 1726884934.34472: _low_level_execute_command(): using become for this command 11924 1726884934.34475: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-xeckhgfuvhpxajqvlogecfmgdwwpicol ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884934.232522-16430-235532325858457/AnsiballZ_resolve_blockdev.py'"'"' && sleep 0' 11924 1726884934.34882: Initial state: awaiting_escalation: BECOME-SUCCESS-xeckhgfuvhpxajqvlogecfmgdwwpicol 11924 1726884934.35160: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884934.35239: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884934.35273: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884934.35323: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884934.38295: stdout chunk (state=1): >>>BECOME-SUCCESS-xeckhgfuvhpxajqvlogecfmgdwwpicol <<< 11924 1726884934.38314: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-xeckhgfuvhpxajqvlogecfmgdwwpicol' 11924 1726884934.38631: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884934.38663: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884934.38687: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884934.38712: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884934.38777: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884934.38812: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884934.38815: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884934.38964: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884934.39145: 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 0x7f40975103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40974dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097512960> import '_signal' # import '_abc' # <<< 11924 1726884934.39178: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 11924 1726884934.39194: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884934.39205: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884934.39278: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884934.39315: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884934.39318: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884934.39370: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884934.39376: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884934.39401: 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' <<< 11924 1726884934.39439: 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 <<< 11924 1726884934.39477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884934.39481: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40972c0fe0> <<< 11924 1726884934.39539: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884934.39542: 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 0x7f40972c1fd0> <<< 11924 1726884934.39574: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884934.39601: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884934.39840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884934.39843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884934.39873: 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' <<< 11924 1726884934.39900: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884934.39939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884934.39970: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884934.39984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884934.40021: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40972ffe00> <<< 11924 1726884934.40024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884934.40073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 11924 1726884934.40076: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40972ffec0> <<< 11924 1726884934.40093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884934.40127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884934.40141: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884934.40205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884934.40212: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884934.40263: 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 0x7f4097337800> <<< 11924 1726884934.40266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884934.40295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097337e90> import '_collections' # <<< 11924 1726884934.40342: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097317ad0> <<< 11924 1726884934.40360: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884934.40388: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40973151f0> <<< 11924 1726884934.40520: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40972fcfb0> <<< 11924 1726884934.40545: 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' # <<< 11924 1726884934.40584: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884934.40587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884934.40618: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884934.40623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884934.40641: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409735b740> <<< 11924 1726884934.40665: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409735a360> <<< 11924 1726884934.40687: 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' <<< 11924 1726884934.40711: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40973160c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097358b90> <<< 11924 1726884934.40757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884934.40774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409738c7d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40972fc230> <<< 11924 1726884934.40798: 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' <<< 11924 1726884934.40827: 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 0x7f409738cc80> <<< 11924 1726884934.40843: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409738cb30> <<< 11924 1726884934.40894: 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 0x7f409738cf20> <<< 11924 1726884934.40936: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40972fad50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884934.40940: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884934.40988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409738d5e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409738d2b0> import 'importlib.machinery' # <<< 11924 1726884934.41026: 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' <<< 11924 1726884934.41052: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409738e4e0> <<< 11924 1726884934.41089: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884934.41103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884934.41166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884934.41169: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884934.41221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40973a4710> import 'errno' # <<< 11924 1726884934.41253: 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 0x7f40973a5df0> <<< 11924 1726884934.41261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884934.41285: 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 <<< 11924 1726884934.41312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40973a6c60> <<< 11924 1726884934.41342: 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 0x7f40973a72c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40973a61b0> <<< 11924 1726884934.41370: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884934.41381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884934.41417: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884934.41437: 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 0x7f40973a7d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40973a7470> <<< 11924 1726884934.41483: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409738e540> <<< 11924 1726884934.41494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884934.41540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884934.41543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884934.41571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884934.41609: 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' <<< 11924 1726884934.41640: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f409713fbf0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884934.41695: 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 0x7f4097168680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40971683e0> <<< 11924 1726884934.41823: 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 0x7f40971686b0> <<< 11924 1726884934.41826: 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' <<< 11924 1726884934.41935: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4097168fe0> <<< 11924 1726884934.42062: 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 0x7f4097169940> <<< 11924 1726884934.42096: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097168890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409713dd90> <<< 11924 1726884934.42120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884934.42135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884934.42172: 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 0x7f409716acf0> <<< 11924 1726884934.42199: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097168e60> <<< 11924 1726884934.42216: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409738ec30> <<< 11924 1726884934.42241: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884934.42302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884934.42323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884934.42361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884934.42390: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097193050> <<< 11924 1726884934.42442: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884934.42470: 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 <<< 11924 1726884934.42505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884934.42536: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40971bb380> <<< 11924 1726884934.42563: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884934.42613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884934.42663: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884934.42682: 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 0x7f4097218140> <<< 11924 1726884934.42711: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884934.42733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884934.42763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884934.42800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884934.42888: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409721a870> <<< 11924 1726884934.42968: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097218260> <<< 11924 1726884934.43005: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40971e5160> <<< 11924 1726884934.43051: 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' <<< 11924 1726884934.43066: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096b291f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40971ba180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409716bc20> <<< 11924 1726884934.43175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884934.43195: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f40971ba840> <<< 11924 1726884934.43551: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.resolve_blockdev_payload_ttrmun7d/ansible_fedora.linux_system_roles.resolve_blockdev_payload.zip' <<< 11924 1726884934.43555: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.43677: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.43724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884934.43728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884934.43781: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884934.43843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884934.43893: 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' <<< 11924 1726884934.43909: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096b76f60> import '_typing' # <<< 11924 1726884934.44081: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096b59e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096b58fb0> # zipimport: zlib available <<< 11924 1726884934.44135: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884934.44175: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884934.44202: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.45599: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.46736: 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 0x7f4096b74e00> <<< 11924 1726884934.46774: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884934.46816: 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 <<< 11924 1726884934.46820: 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' <<< 11924 1726884934.46860: 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 0x7f4096ba68d0> <<< 11924 1726884934.46902: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096ba6660> <<< 11924 1726884934.46926: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096ba5f70> <<< 11924 1726884934.46957: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884934.46968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884934.47008: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096ba6a80> <<< 11924 1726884934.47031: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096b77980> import 'atexit' # <<< 11924 1726884934.47048: 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 0x7f4096ba7620> <<< 11924 1726884934.47081: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884934.47093: 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 0x7f4096ba7860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884934.47149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884934.47163: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884934.47213: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096ba7da0> <<< 11924 1726884934.47242: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884934.47265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884934.47302: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a11ac0> <<< 11924 1726884934.47341: 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 0x7f4096a136e0> <<< 11924 1726884934.47373: 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' <<< 11924 1726884934.47418: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a13fb0> <<< 11924 1726884934.47433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884934.47468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884934.47495: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a15250> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884934.47544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884934.47564: 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' <<< 11924 1726884934.47617: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a17d10> <<< 11924 1726884934.47680: 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 0x7f4096b5b050> <<< 11924 1726884934.47685: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a15fd0> <<< 11924 1726884934.47719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884934.47741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884934.47767: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884934.47780: 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 <<< 11924 1726884934.47810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884934.47834: 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 0x7f4096a1fa70> <<< 11924 1726884934.47852: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884934.47945: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a1e540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a1e2a0> <<< 11924 1726884934.47948: 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' <<< 11924 1726884934.48034: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a1e810> <<< 11924 1726884934.48053: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a164e0> <<< 11924 1726884934.48088: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884934.48091: 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 0x7f4096a63c80> <<< 11924 1726884934.48113: 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 0x7f4096a63e00> <<< 11924 1726884934.48139: 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 <<< 11924 1726884934.48174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884934.48176: 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' <<< 11924 1726884934.48221: 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 0x7f4096a658b0> <<< 11924 1726884934.48242: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a65670> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884934.48373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884934.48429: 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 0x7f4096a67e00> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a65fa0> <<< 11924 1726884934.48456: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884934.48498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884934.48531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884934.48542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884934.48588: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a6b590> <<< 11924 1726884934.48719: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a67f20> <<< 11924 1726884934.48774: stdout 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 0x7f4096a6c5f0> <<< 11924 1726884934.48818: stdout 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 0x7f4096a6c7a0> <<< 11924 1726884934.48872: stdout 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 0x7f4096a6c6e0> <<< 11924 1726884934.48875: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a63ef0> <<< 11924 1726884934.48909: 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 <<< 11924 1726884934.48959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884934.48990: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884934.48994: 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 0x7f4096a6ff80> <<< 11924 1726884934.49173: 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 0x7f4096af5220> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a6e720> <<< 11924 1726884934.49199: 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 0x7f4096a6fad0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a6e360> <<< 11924 1726884934.49241: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884934.49275: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884934.49351: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.49443: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.49465: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884934.49492: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.49512: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884934.49631: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.49742: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.50311: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.50854: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884934.50879: 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' # <<< 11924 1726884934.50915: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884934.50930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884934.50984: 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 0x7f4096afd3d0> <<< 11924 1726884934.51077: 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' <<< 11924 1726884934.51095: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096afe0c0> <<< 11924 1726884934.51117: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096af5460> <<< 11924 1726884934.51160: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884934.51205: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884934.51218: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884934.51369: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.51538: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884934.51549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096afe1e0> # zipimport: zlib available <<< 11924 1726884934.52021: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.52474: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.52542: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.52634: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884934.52637: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.52669: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.52709: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884934.52725: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.52791: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.52890: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884934.52895: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.52899: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.52927: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884934.52962: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.53006: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884934.53013: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.53246: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.53482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884934.53550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884934.53553: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884934.53725: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096aff350> # zipimport: zlib available <<< 11924 1726884934.53728: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.53792: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884934.53831: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884934.53835: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.53878: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.53940: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884934.53963: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.53984: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.54017: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.54088: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.54147: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884934.54192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884934.54288: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4096909cd0> <<< 11924 1726884934.54333: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096907050> <<< 11924 1726884934.54363: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884934.54439: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.54495: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.54527: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.54582: stdout chunk (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' <<< 11924 1726884934.54610: 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' <<< 11924 1726884934.54638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884934.54714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884934.54735: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884934.54747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884934.54806: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096bf66c0> <<< 11924 1726884934.54842: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096bee3c0> <<< 11924 1726884934.54947: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096909df0> <<< 11924 1726884934.54951: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096afecc0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884934.54967: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.55001: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.55016: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884934.55057: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884934.55097: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.55135: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 11924 1726884934.55146: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # <<< 11924 1726884934.55187: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 11924 1726884934.55214: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.55257: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884934.55269: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884934.55343: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.55438: 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' <<< 11924 1726884934.55472: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409699c0b0> <<< 11924 1726884934.55567: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884934.55690: stdout chunk (state=3): >>> {"device": "/dev/sda", "invocation": {"module_args": {"spec": "/dev/sda"}}} <<< 11924 1726884934.55693: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884934.56053: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884934.56117: 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 <<< 11924 1726884934.56244: 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.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 <<< 11924 1726884934.56266: 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 glob # destroy glob <<< 11924 1726884934.56498: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884934.56545: 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 <<< 11924 1726884934.56594: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884934.56649: 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 <<< 11924 1726884934.56657: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884934.56739: 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 <<< 11924 1726884934.56742: stdout chunk (state=3): >>># destroy subprocess <<< 11924 1726884934.56767: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884934.56814: 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 <<< 11924 1726884934.56868: 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 <<< 11924 1726884934.56872: 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 <<< 11924 1726884934.56936: 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 <<< 11924 1726884934.57072: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884934.57079: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 11924 1726884934.57139: 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 <<< 11924 1726884934.57197: 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 <<< 11924 1726884934.57213: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884934.57270: 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 <<< 11924 1726884934.57300: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 11924 1726884934.57327: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884934.57371: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 11924 1726884934.57395: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 11924 1726884934.58170: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884934.58173: stdout chunk (state=3): >>><<< 11924 1726884934.58175: stderr chunk (state=3): >>><<< 11924 1726884934.58247: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40975103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40974dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097512960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40972c0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40972c1fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40972ffe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40972ffec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097337800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097337e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097317ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40973151f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40972fcfb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409735b740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409735a360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40973160c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097358b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409738c7d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40972fc230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f409738cc80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409738cb30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f409738cf20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40972fad50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409738d5e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409738d2b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409738e4e0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40973a4710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40973a5df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40973a6c60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40973a72c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40973a61b0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40973a7d40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40973a7470> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409738e540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f409713fbf0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4097168680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40971683e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f40971686b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4097168fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4097169940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097168890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409713dd90> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409716acf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097168e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409738ec30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097193050> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40971bb380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097218140> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409721a870> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4097218260> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40971e5160> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096b291f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f40971ba180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f409716bc20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f40971ba840> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.resolve_blockdev_payload_ttrmun7d/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 0x7f4096b76f60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096b59e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096b58fb0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096b74e00> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4096ba68d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096ba6660> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096ba5f70> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096ba6a80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096b77980> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4096ba7620> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4096ba7860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096ba7da0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a11ac0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4096a136e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a13fb0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a15250> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a17d10> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4096b5b050> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a15fd0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a1fa70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a1e540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a1e2a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a1e810> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a164e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4096a63c80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a63e00> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4096a658b0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a65670> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4096a67e00> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a65fa0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a6b590> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a67f20> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4096a6c5f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4096a6c7a0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4096a6c6e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a63ef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4096a6ff80> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4096af5220> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a6e720> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4096a6fad0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096a6e360> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4096afd3d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096afe0c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096af5460> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096afe1e0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096aff350> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4096909cd0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096907050> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096bf66c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096bee3c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096909df0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4096afecc0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f409699c0b0> # zipimport: zlib available {"device": "/dev/sda", "invocation": {"module_args": {"spec": "/dev/sda"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884934.59265: done with _execute_module (fedora.linux_system_roles.resolve_blockdev, {'spec': '/dev/sda', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': '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-1726884934.232522-16430-235532325858457/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884934.59269: _low_level_execute_command(): starting 11924 1726884934.59271: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884934.232522-16430-235532325858457/ > /dev/null 2>&1 && sleep 0' 11924 1726884934.59273: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884934.59275: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884934.59281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884934.59291: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884934.59294: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884934.59296: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884934.61043: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884934.61046: stderr chunk (state=3): >>><<< 11924 1726884934.61049: stdout chunk (state=3): >>><<< 11924 1726884934.61260: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884934.61264: handler run complete 11924 1726884934.61267: attempt loop complete, returning result 11924 1726884934.61269: variable 'pv' from source: unknown 11924 1726884934.61272: variable 'pv' from source: unknown ok: [managed_node2] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } 11924 1726884934.61417: dumping result to json 11924 1726884934.61421: done dumping result, returning 11924 1726884934.61423: done running TaskExecutor() for managed_node2/TASK: Get the canonical device path for each member device [0affc8a3-6f6f-f4c0-2290-000000003056] 11924 1726884934.61425: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003056 11924 1726884934.61700: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003056 11924 1726884934.61704: WORKER PROCESS EXITING 11924 1726884934.61739: no more pending results, returning what we have 11924 1726884934.61743: results queue empty 11924 1726884934.61743: checking for any_errors_fatal 11924 1726884934.61759: done checking for any_errors_fatal 11924 1726884934.61760: checking for max_fail_percentage 11924 1726884934.61762: done checking for max_fail_percentage 11924 1726884934.61764: checking to see if all hosts have failed and the running result is not ok 11924 1726884934.61764: done checking to see if all hosts have failed 11924 1726884934.61765: getting the remaining hosts for this loop 11924 1726884934.61767: done getting the remaining hosts for this loop 11924 1726884934.61771: getting the next task for host managed_node2 11924 1726884934.61778: done getting next task for host managed_node2 11924 1726884934.61781: ^ task is: TASK: Set pvs lvm length 11924 1726884934.61786: ^ 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 11924 1726884934.61791: getting variables 11924 1726884934.61793: in VariableManager get_vars() 11924 1726884934.61830: Calling all_inventory to load vars for managed_node2 11924 1726884934.61833: Calling groups_inventory to load vars for managed_node2 11924 1726884934.61836: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884934.61846: Calling all_plugins_play to load vars for managed_node2 11924 1726884934.61849: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884934.61853: Calling groups_plugins_play to load vars for managed_node2 11924 1726884934.62648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884934.63265: done with get_vars() 11924 1726884934.63289: done getting variables 11924 1726884934.63348: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:34 -0400 (0:00:00.460) 0:01:39.972 ****** 11924 1726884934.63394: entering _queue_task() for managed_node2/set_fact 11924 1726884934.63716: worker is 1 (out of 1 available) 11924 1726884934.63733: exiting _queue_task() for managed_node2/set_fact 11924 1726884934.63746: done queuing things up, now waiting for results queue to drain 11924 1726884934.63748: waiting for pending results... 11924 1726884934.64345: running TaskExecutor() for managed_node2/TASK: Set pvs lvm length 11924 1726884934.64536: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003058 11924 1726884934.64540: variable 'ansible_search_path' from source: unknown 11924 1726884934.64543: calling self._execute() 11924 1726884934.64697: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.64701: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.64704: variable 'omit' from source: magic vars 11924 1726884934.65074: variable 'storage_test_pool' from source: include params 11924 1726884934.65116: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884934.65134: variable 'omit' from source: magic vars 11924 1726884934.65195: variable 'omit' from source: magic vars 11924 1726884934.65362: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884934.67959: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884934.68062: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884934.68085: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884934.68131: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884934.68165: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884934.68252: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884934.68317: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884934.68327: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884934.68371: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884934.68389: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884934.68474: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884934.68533: variable 'omit' from source: magic vars 11924 1726884934.68536: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884934.68565: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884934.68587: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884934.68605: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884934.68618: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884934.68659: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884934.68664: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884934.68693: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884934.68750: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.68752: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.68818: Set connection var ansible_shell_executable to /bin/sh 11924 1726884934.68825: Set connection var ansible_connection to ssh 11924 1726884934.68833: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884934.68842: Set connection var ansible_timeout to 10 11924 1726884934.68849: Set connection var ansible_pipelining to False 11924 1726884934.68867: Set connection var ansible_shell_type to sh 11924 1726884934.68896: variable 'ansible_shell_executable' from source: unknown 11924 1726884934.68903: variable 'ansible_connection' from source: unknown 11924 1726884934.68909: variable 'ansible_module_compression' from source: unknown 11924 1726884934.68914: variable 'ansible_shell_type' from source: unknown 11924 1726884934.68919: variable 'ansible_shell_executable' from source: unknown 11924 1726884934.68962: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.68966: variable 'ansible_pipelining' from source: unknown 11924 1726884934.68970: variable 'ansible_timeout' from source: unknown 11924 1726884934.68972: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.69045: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884934.69068: variable 'omit' from source: magic vars 11924 1726884934.69084: starting attempt loop 11924 1726884934.69091: running the handler 11924 1726884934.69183: handler run complete 11924 1726884934.69187: attempt loop complete, returning result 11924 1726884934.69190: _execute() done 11924 1726884934.69192: dumping result to json 11924 1726884934.69194: done dumping result, returning 11924 1726884934.69196: done running TaskExecutor() for managed_node2/TASK: Set pvs lvm length [0affc8a3-6f6f-f4c0-2290-000000003058] 11924 1726884934.69198: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003058 11924 1726884934.69264: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003058 11924 1726884934.69267: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } 11924 1726884934.69325: no more pending results, returning what we have 11924 1726884934.69329: results queue empty 11924 1726884934.69330: checking for any_errors_fatal 11924 1726884934.69344: done checking for any_errors_fatal 11924 1726884934.69345: checking for max_fail_percentage 11924 1726884934.69347: done checking for max_fail_percentage 11924 1726884934.69348: checking to see if all hosts have failed and the running result is not ok 11924 1726884934.69349: done checking to see if all hosts have failed 11924 1726884934.69350: getting the remaining hosts for this loop 11924 1726884934.69352: done getting the remaining hosts for this loop 11924 1726884934.69359: getting the next task for host managed_node2 11924 1726884934.69367: done getting next task for host managed_node2 11924 1726884934.69370: ^ task is: TASK: Set pool pvs 11924 1726884934.69375: ^ 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 11924 1726884934.69386: getting variables 11924 1726884934.69388: in VariableManager get_vars() 11924 1726884934.69426: Calling all_inventory to load vars for managed_node2 11924 1726884934.69429: Calling groups_inventory to load vars for managed_node2 11924 1726884934.69432: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884934.69443: Calling all_plugins_play to load vars for managed_node2 11924 1726884934.69447: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884934.69450: Calling groups_plugins_play to load vars for managed_node2 11924 1726884934.70753: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884934.71385: done with get_vars() 11924 1726884934.71400: done getting variables 11924 1726884934.71460: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:34 -0400 (0:00:00.080) 0:01:40.053 ****** 11924 1726884934.71490: entering _queue_task() for managed_node2/set_fact 11924 1726884934.71885: worker is 1 (out of 1 available) 11924 1726884934.71896: exiting _queue_task() for managed_node2/set_fact 11924 1726884934.71906: done queuing things up, now waiting for results queue to drain 11924 1726884934.71907: waiting for pending results... 11924 1726884934.72277: running TaskExecutor() for managed_node2/TASK: Set pool pvs 11924 1726884934.72286: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003059 11924 1726884934.72291: variable 'ansible_search_path' from source: unknown 11924 1726884934.72328: calling self._execute() 11924 1726884934.72486: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.72504: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.72569: variable 'omit' from source: magic vars 11924 1726884934.73071: variable 'storage_test_pool' from source: include params 11924 1726884934.73084: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884934.73103: variable 'omit' from source: magic vars 11924 1726884934.73270: variable 'omit' from source: magic vars 11924 1726884934.73479: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884934.75885: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884934.75977: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884934.76020: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884934.76067: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884934.76108: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884934.76298: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884934.76302: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884934.76304: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884934.76307: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884934.76358: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884934.76427: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884934.76459: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884934.76513: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884934.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) 11924 1726884934.76621: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884934.76660: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884934.76695: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884934.76726: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884934.76786: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884934.76821: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884934.77061: variable 'pv_paths' from source: set_fact 11924 1726884934.77077: variable '__pvs_lvm_len' from source: set_fact 11924 1726884934.77184: variable 'omit' from source: magic vars 11924 1726884934.77216: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884934.77248: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884934.77288: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884934.77324: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884934.77370: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884934.77414: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884934.77417: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884934.77533: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884934.77615: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.77618: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.77680: Set connection var ansible_shell_executable to /bin/sh 11924 1726884934.77687: Set connection var ansible_connection to ssh 11924 1726884934.77696: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884934.77705: Set connection var ansible_timeout to 10 11924 1726884934.77714: Set connection var ansible_pipelining to False 11924 1726884934.77727: Set connection var ansible_shell_type to sh 11924 1726884934.77764: variable 'ansible_shell_executable' from source: unknown 11924 1726884934.77772: variable 'ansible_connection' from source: unknown 11924 1726884934.77778: variable 'ansible_module_compression' from source: unknown 11924 1726884934.77783: variable 'ansible_shell_type' from source: unknown 11924 1726884934.77789: variable 'ansible_shell_executable' from source: unknown 11924 1726884934.77795: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.77802: variable 'ansible_pipelining' from source: unknown 11924 1726884934.77809: variable 'ansible_timeout' from source: unknown 11924 1726884934.77817: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.77926: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884934.77962: variable 'omit' from source: magic vars 11924 1726884934.78047: starting attempt loop 11924 1726884934.78050: running the handler 11924 1726884934.78053: handler run complete 11924 1726884934.78057: attempt loop complete, returning result 11924 1726884934.78059: _execute() done 11924 1726884934.78061: dumping result to json 11924 1726884934.78063: done dumping result, returning 11924 1726884934.78065: done running TaskExecutor() for managed_node2/TASK: Set pool pvs [0affc8a3-6f6f-f4c0-2290-000000003059] 11924 1726884934.78067: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003059 11924 1726884934.78134: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003059 11924 1726884934.78137: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } 11924 1726884934.78200: no more pending results, returning what we have 11924 1726884934.78204: results queue empty 11924 1726884934.78205: checking for any_errors_fatal 11924 1726884934.78212: done checking for any_errors_fatal 11924 1726884934.78213: checking for max_fail_percentage 11924 1726884934.78215: done checking for max_fail_percentage 11924 1726884934.78216: checking to see if all hosts have failed and the running result is not ok 11924 1726884934.78217: done checking to see if all hosts have failed 11924 1726884934.78217: getting the remaining hosts for this loop 11924 1726884934.78220: done getting the remaining hosts for this loop 11924 1726884934.78224: getting the next task for host managed_node2 11924 1726884934.78233: done getting next task for host managed_node2 11924 1726884934.78236: ^ task is: TASK: Verify PV count 11924 1726884934.78242: ^ 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 11924 1726884934.78246: getting variables 11924 1726884934.78248: in VariableManager get_vars() 11924 1726884934.78288: Calling all_inventory to load vars for managed_node2 11924 1726884934.78291: Calling groups_inventory to load vars for managed_node2 11924 1726884934.78295: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884934.78306: Calling all_plugins_play to load vars for managed_node2 11924 1726884934.78309: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884934.78313: Calling groups_plugins_play to load vars for managed_node2 11924 1726884934.79247: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884934.79946: done with get_vars() 11924 1726884934.79966: done getting variables 11924 1726884934.80032: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:34 -0400 (0:00:00.085) 0:01:40.139 ****** 11924 1726884934.80069: entering _queue_task() for managed_node2/assert 11924 1726884934.80429: worker is 1 (out of 1 available) 11924 1726884934.80441: exiting _queue_task() for managed_node2/assert 11924 1726884934.80454: done queuing things up, now waiting for results queue to drain 11924 1726884934.80660: waiting for pending results... 11924 1726884934.80874: running TaskExecutor() for managed_node2/TASK: Verify PV count 11924 1726884934.80884: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000305a 11924 1726884934.80889: variable 'ansible_search_path' from source: unknown 11924 1726884934.80971: calling self._execute() 11924 1726884934.81059: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.81073: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.81099: variable 'omit' from source: magic vars 11924 1726884934.81537: variable 'storage_test_pool' from source: include params 11924 1726884934.81578: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884934.81590: variable 'omit' from source: magic vars 11924 1726884934.81733: variable 'omit' from source: magic vars 11924 1726884934.81878: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884934.84204: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884934.84293: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884934.84340: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884934.84383: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884934.84415: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884934.84511: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884934.84547: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884934.84584: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884934.84629: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884934.84653: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884934.84785: variable 'storage_test_pool' from source: include params 11924 1726884934.84860: variable '__pvs_lvm_len' from source: set_fact 11924 1726884934.84865: variable '_storage_test_expected_pv_count' from source: set_fact 11924 1726884934.84868: variable 'omit' from source: magic vars 11924 1726884934.84885: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884934.84923: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884934.84961: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884934.84971: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884934.84990: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884934.85060: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884934.85064: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884934.85074: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884934.85081: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.85093: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.85460: Set connection var ansible_shell_executable to /bin/sh 11924 1726884934.85463: Set connection var ansible_connection to ssh 11924 1726884934.85465: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884934.85467: Set connection var ansible_timeout to 10 11924 1726884934.85469: Set connection var ansible_pipelining to False 11924 1726884934.85471: Set connection var ansible_shell_type to sh 11924 1726884934.85481: variable 'ansible_shell_executable' from source: unknown 11924 1726884934.85488: variable 'ansible_connection' from source: unknown 11924 1726884934.85495: variable 'ansible_module_compression' from source: unknown 11924 1726884934.85501: variable 'ansible_shell_type' from source: unknown 11924 1726884934.85510: variable 'ansible_shell_executable' from source: unknown 11924 1726884934.85517: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.85530: variable 'ansible_pipelining' from source: unknown 11924 1726884934.85660: variable 'ansible_timeout' from source: unknown 11924 1726884934.85663: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.85665: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884934.85668: variable 'omit' from source: magic vars 11924 1726884934.85670: starting attempt loop 11924 1726884934.85672: running the handler 11924 1726884934.85849: variable '__pvs_lvm_len' from source: set_fact 11924 1726884934.85861: variable '_storage_test_expected_pv_count' from source: set_fact 11924 1726884934.85873: Evaluated conditional (__pvs_lvm_len | int == _storage_test_expected_pv_count | int): True 11924 1726884934.85882: handler run complete 11924 1726884934.85903: attempt loop complete, returning result 11924 1726884934.85913: _execute() done 11924 1726884934.85919: dumping result to json 11924 1726884934.85925: done dumping result, returning 11924 1726884934.85935: done running TaskExecutor() for managed_node2/TASK: Verify PV count [0affc8a3-6f6f-f4c0-2290-00000000305a] 11924 1726884934.85944: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000305a 11924 1726884934.86203: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000305a 11924 1726884934.86206: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884934.86251: no more pending results, returning what we have 11924 1726884934.86256: results queue empty 11924 1726884934.86257: checking for any_errors_fatal 11924 1726884934.86265: done checking for any_errors_fatal 11924 1726884934.86265: checking for max_fail_percentage 11924 1726884934.86267: done checking for max_fail_percentage 11924 1726884934.86268: checking to see if all hosts have failed and the running result is not ok 11924 1726884934.86269: done checking to see if all hosts have failed 11924 1726884934.86270: getting the remaining hosts for this loop 11924 1726884934.86272: done getting the remaining hosts for this loop 11924 1726884934.86275: getting the next task for host managed_node2 11924 1726884934.86282: done getting next task for host managed_node2 11924 1726884934.86285: ^ task is: TASK: Set expected pv type 11924 1726884934.86291: ^ 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 11924 1726884934.86301: getting variables 11924 1726884934.86303: in VariableManager get_vars() 11924 1726884934.86339: Calling all_inventory to load vars for managed_node2 11924 1726884934.86342: Calling groups_inventory to load vars for managed_node2 11924 1726884934.86345: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884934.86354: Calling all_plugins_play to load vars for managed_node2 11924 1726884934.86359: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884934.86362: Calling groups_plugins_play to load vars for managed_node2 11924 1726884934.87139: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884934.87762: done with get_vars() 11924 1726884934.87779: done getting variables 11924 1726884934.87841: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:34 -0400 (0:00:00.078) 0:01:40.217 ****** 11924 1726884934.87877: entering _queue_task() for managed_node2/set_fact 11924 1726884934.88266: worker is 1 (out of 1 available) 11924 1726884934.88278: exiting _queue_task() for managed_node2/set_fact 11924 1726884934.88289: done queuing things up, now waiting for results queue to drain 11924 1726884934.88291: waiting for pending results... 11924 1726884934.88513: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884934.88666: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000305b 11924 1726884934.88687: variable 'ansible_search_path' from source: unknown 11924 1726884934.88739: calling self._execute() 11924 1726884934.88857: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.88956: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.88960: variable 'omit' from source: magic vars 11924 1726884934.89294: variable 'storage_test_pool' from source: include params 11924 1726884934.89339: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884934.89352: variable 'omit' from source: magic vars 11924 1726884934.89422: variable 'omit' from source: magic vars 11924 1726884934.89548: variable 'storage_test_pool' from source: include params 11924 1726884934.89585: variable 'omit' from source: magic vars 11924 1726884934.89631: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884934.89668: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884934.89694: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884934.89716: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884934.89734: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884934.89760: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884934.89833: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884934.89836: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884934.89838: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.89840: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.89929: Set connection var ansible_shell_executable to /bin/sh 11924 1726884934.89938: Set connection var ansible_connection to ssh 11924 1726884934.89949: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884934.89958: Set connection var ansible_timeout to 10 11924 1726884934.89966: Set connection var ansible_pipelining to False 11924 1726884934.89974: Set connection var ansible_shell_type to sh 11924 1726884934.90002: variable 'ansible_shell_executable' from source: unknown 11924 1726884934.90052: variable 'ansible_connection' from source: unknown 11924 1726884934.90055: variable 'ansible_module_compression' from source: unknown 11924 1726884934.90058: variable 'ansible_shell_type' from source: unknown 11924 1726884934.90060: variable 'ansible_shell_executable' from source: unknown 11924 1726884934.90062: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.90064: variable 'ansible_pipelining' from source: unknown 11924 1726884934.90065: variable 'ansible_timeout' from source: unknown 11924 1726884934.90067: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.90183: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884934.90202: variable 'omit' from source: magic vars 11924 1726884934.90216: starting attempt loop 11924 1726884934.90223: running the handler 11924 1726884934.90266: handler run complete 11924 1726884934.90272: attempt loop complete, returning result 11924 1726884934.90275: _execute() done 11924 1726884934.90277: dumping result to json 11924 1726884934.90279: done dumping result, returning 11924 1726884934.90361: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-00000000305b] 11924 1726884934.90364: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000305b 11924 1726884934.90434: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000305b 11924 1726884934.90437: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } 11924 1726884934.90493: no more pending results, returning what we have 11924 1726884934.90497: results queue empty 11924 1726884934.90498: checking for any_errors_fatal 11924 1726884934.90512: done checking for any_errors_fatal 11924 1726884934.90514: checking for max_fail_percentage 11924 1726884934.90516: done checking for max_fail_percentage 11924 1726884934.90517: checking to see if all hosts have failed and the running result is not ok 11924 1726884934.90518: done checking to see if all hosts have failed 11924 1726884934.90518: getting the remaining hosts for this loop 11924 1726884934.90520: done getting the remaining hosts for this loop 11924 1726884934.90524: getting the next task for host managed_node2 11924 1726884934.90532: done getting next task for host managed_node2 11924 1726884934.90534: ^ task is: TASK: Set expected pv type 11924 1726884934.90541: ^ 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 11924 1726884934.90546: getting variables 11924 1726884934.90548: in VariableManager get_vars() 11924 1726884934.90586: Calling all_inventory to load vars for managed_node2 11924 1726884934.90589: Calling groups_inventory to load vars for managed_node2 11924 1726884934.90593: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884934.90603: Calling all_plugins_play to load vars for managed_node2 11924 1726884934.90609: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884934.90613: Calling groups_plugins_play to load vars for managed_node2 11924 1726884934.91377: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884934.91976: done with get_vars() 11924 1726884934.91991: done getting variables 11924 1726884934.92046: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:34 -0400 (0:00:00.042) 0:01:40.259 ****** 11924 1726884934.92084: entering _queue_task() for managed_node2/set_fact 11924 1726884934.92338: worker is 1 (out of 1 available) 11924 1726884934.92350: exiting _queue_task() for managed_node2/set_fact 11924 1726884934.92467: done queuing things up, now waiting for results queue to drain 11924 1726884934.92469: waiting for pending results... 11924 1726884934.92773: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884934.92801: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000305c 11924 1726884934.92825: variable 'ansible_search_path' from source: unknown 11924 1726884934.92863: calling self._execute() 11924 1726884934.92982: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.92994: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.93011: variable 'omit' from source: magic vars 11924 1726884934.93524: variable 'storage_test_pool' from source: include params 11924 1726884934.93528: Evaluated conditional (storage_test_pool.type == 'lvm' and not storage_test_pool.encryption): True 11924 1726884934.93530: variable 'omit' from source: magic vars 11924 1726884934.93551: variable 'omit' from source: magic vars 11924 1726884934.93732: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884934.95904: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884934.95988: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884934.96034: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884934.96073: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884934.96104: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884934.96197: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884934.96247: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884934.96271: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884934.96460: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884934.96463: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884934.96466: variable 'omit' from source: magic vars 11924 1726884934.96496: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884934.96532: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884934.96559: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884934.96586: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884934.96602: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884934.96626: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884934.96649: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884934.96691: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884934.96700: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.96711: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.96834: Set connection var ansible_shell_executable to /bin/sh 11924 1726884934.96841: Set connection var ansible_connection to ssh 11924 1726884934.96850: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884934.96863: Set connection var ansible_timeout to 10 11924 1726884934.96872: Set connection var ansible_pipelining to False 11924 1726884934.96881: Set connection var ansible_shell_type to sh 11924 1726884934.96920: variable 'ansible_shell_executable' from source: unknown 11924 1726884934.96964: variable 'ansible_connection' from source: unknown 11924 1726884934.96967: variable 'ansible_module_compression' from source: unknown 11924 1726884934.96970: variable 'ansible_shell_type' from source: unknown 11924 1726884934.96972: variable 'ansible_shell_executable' from source: unknown 11924 1726884934.96974: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.96976: variable 'ansible_pipelining' from source: unknown 11924 1726884934.96978: variable 'ansible_timeout' from source: unknown 11924 1726884934.96979: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.97069: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884934.97085: variable 'omit' from source: magic vars 11924 1726884934.97123: starting attempt loop 11924 1726884934.97126: running the handler 11924 1726884934.97128: handler run complete 11924 1726884934.97131: attempt loop complete, returning result 11924 1726884934.97138: _execute() done 11924 1726884934.97144: dumping result to json 11924 1726884934.97151: done dumping result, returning 11924 1726884934.97166: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-00000000305c] 11924 1726884934.97231: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000305c 11924 1726884934.97296: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000305c 11924 1726884934.97299: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } 11924 1726884934.97387: no more pending results, returning what we have 11924 1726884934.97390: results queue empty 11924 1726884934.97391: checking for any_errors_fatal 11924 1726884934.97400: done checking for any_errors_fatal 11924 1726884934.97400: checking for max_fail_percentage 11924 1726884934.97402: done checking for max_fail_percentage 11924 1726884934.97403: checking to see if all hosts have failed and the running result is not ok 11924 1726884934.97404: done checking to see if all hosts have failed 11924 1726884934.97404: getting the remaining hosts for this loop 11924 1726884934.97406: done getting the remaining hosts for this loop 11924 1726884934.97412: getting the next task for host managed_node2 11924 1726884934.97421: done getting next task for host managed_node2 11924 1726884934.97423: ^ task is: TASK: Set expected pv type 11924 1726884934.97428: ^ 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 11924 1726884934.97439: getting variables 11924 1726884934.97441: in VariableManager get_vars() 11924 1726884934.97479: Calling all_inventory to load vars for managed_node2 11924 1726884934.97481: Calling groups_inventory to load vars for managed_node2 11924 1726884934.97484: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884934.97493: Calling all_plugins_play to load vars for managed_node2 11924 1726884934.97495: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884934.97498: Calling groups_plugins_play to load vars for managed_node2 11924 1726884934.97934: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884934.98284: done with get_vars() 11924 1726884934.98295: done getting variables 11924 1726884934.98336: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:34 -0400 (0:00:00.062) 0:01:40.322 ****** 11924 1726884934.98361: entering _queue_task() for managed_node2/set_fact 11924 1726884934.98561: worker is 1 (out of 1 available) 11924 1726884934.98573: exiting _queue_task() for managed_node2/set_fact 11924 1726884934.98586: done queuing things up, now waiting for results queue to drain 11924 1726884934.98587: waiting for pending results... 11924 1726884934.98784: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884934.98870: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000305d 11924 1726884934.98883: variable 'ansible_search_path' from source: unknown 11924 1726884934.98909: calling self._execute() 11924 1726884934.99009: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884934.99016: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884934.99026: variable 'omit' from source: magic vars 11924 1726884934.99323: variable 'storage_test_pool' from source: include params 11924 1726884934.99367: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.raid_level): False 11924 1726884934.99371: when evaluation is False, skipping this task 11924 1726884934.99373: _execute() done 11924 1726884934.99376: dumping result to json 11924 1726884934.99379: done dumping result, returning 11924 1726884934.99382: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-00000000305d] 11924 1726884934.99387: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000305d 11924 1726884934.99493: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000305d 11924 1726884934.99497: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } 11924 1726884934.99551: no more pending results, returning what we have 11924 1726884934.99554: results queue empty 11924 1726884934.99557: checking for any_errors_fatal 11924 1726884934.99566: done checking for any_errors_fatal 11924 1726884934.99566: checking for max_fail_percentage 11924 1726884934.99568: done checking for max_fail_percentage 11924 1726884934.99569: checking to see if all hosts have failed and the running result is not ok 11924 1726884934.99570: done checking to see if all hosts have failed 11924 1726884934.99570: getting the remaining hosts for this loop 11924 1726884934.99572: done getting the remaining hosts for this loop 11924 1726884934.99576: getting the next task for host managed_node2 11924 1726884934.99583: done getting next task for host managed_node2 11924 1726884934.99585: ^ task is: TASK: Check the type of each PV 11924 1726884934.99590: ^ 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 11924 1726884934.99594: getting variables 11924 1726884934.99596: in VariableManager get_vars() 11924 1726884934.99630: Calling all_inventory to load vars for managed_node2 11924 1726884934.99632: Calling groups_inventory to load vars for managed_node2 11924 1726884934.99635: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884934.99645: Calling all_plugins_play to load vars for managed_node2 11924 1726884934.99647: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884934.99650: Calling groups_plugins_play to load vars for managed_node2 11924 1726884935.00201: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884935.00760: done with get_vars() 11924 1726884935.00770: done getting variables 11924 1726884935.00810: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:35 -0400 (0:00:00.024) 0:01:40.347 ****** 11924 1726884935.00833: entering _queue_task() for managed_node2/assert 11924 1726884935.01017: worker is 1 (out of 1 available) 11924 1726884935.01031: exiting _queue_task() for managed_node2/assert 11924 1726884935.01043: done queuing things up, now waiting for results queue to drain 11924 1726884935.01045: waiting for pending results... 11924 1726884935.01227: running TaskExecutor() for managed_node2/TASK: Check the type of each PV 11924 1726884935.01318: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000305e 11924 1726884935.01330: variable 'ansible_search_path' from source: unknown 11924 1726884935.01364: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884935.01518: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884935.01587: variable 'omit' from source: magic vars 11924 1726884935.01694: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.01702: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.01716: variable 'omit' from source: magic vars 11924 1726884935.01884: variable 'storage_test_pool' from source: include params 11924 1726884935.01902: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884935.01911: variable 'omit' from source: magic vars 11924 1726884935.01947: variable 'omit' from source: magic vars 11924 1726884935.02096: variable 'pv' from source: unknown 11924 1726884935.02099: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884935.02116: variable '_storage_test_expected_pv_type' from source: set_fact 11924 1726884935.02118: variable 'storage_test_pool' from source: include params 11924 1726884935.02145: variable 'omit' from source: magic vars 11924 1726884935.02181: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884935.02206: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884935.02223: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884935.02236: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884935.02246: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884935.02265: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884935.02278: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884935.02300: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884935.02303: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.02305: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.02388: Set connection var ansible_shell_executable to /bin/sh 11924 1726884935.02391: Set connection var ansible_connection to ssh 11924 1726884935.02394: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884935.02399: Set connection var ansible_timeout to 10 11924 1726884935.02404: Set connection var ansible_pipelining to False 11924 1726884935.02410: Set connection var ansible_shell_type to sh 11924 1726884935.02430: variable 'ansible_shell_executable' from source: unknown 11924 1726884935.02432: variable 'ansible_connection' from source: unknown 11924 1726884935.02435: variable 'ansible_module_compression' from source: unknown 11924 1726884935.02437: variable 'ansible_shell_type' from source: unknown 11924 1726884935.02439: variable 'ansible_shell_executable' from source: unknown 11924 1726884935.02441: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.02446: variable 'ansible_pipelining' from source: unknown 11924 1726884935.02448: variable 'ansible_timeout' from source: unknown 11924 1726884935.02452: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.02575: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884935.02760: variable 'omit' from source: magic vars 11924 1726884935.02764: starting attempt loop 11924 1726884935.02767: running the handler 11924 1726884935.02776: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884935.02794: variable 'pv' from source: unknown 11924 1726884935.02801: variable '_storage_test_expected_pv_type' from source: set_fact 11924 1726884935.02815: Evaluated conditional (storage_test_blkinfo.info[pv]['type'] == _storage_test_expected_pv_type): True 11924 1726884935.02824: handler run complete 11924 1726884935.02842: attempt loop complete, returning result 11924 1726884935.02864: variable 'pv' from source: unknown 11924 1726884935.02931: variable 'pv' from source: unknown ok: [managed_node2] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed 11924 1726884935.03216: dumping result to json 11924 1726884935.03220: done dumping result, returning 11924 1726884935.03223: done running TaskExecutor() for managed_node2/TASK: Check the type of each PV [0affc8a3-6f6f-f4c0-2290-00000000305e] 11924 1726884935.03225: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000305e 11924 1726884935.03460: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000305e 11924 1726884935.03464: WORKER PROCESS EXITING 11924 1726884935.03486: no more pending results, returning what we have 11924 1726884935.03489: results queue empty 11924 1726884935.03490: checking for any_errors_fatal 11924 1726884935.03494: done checking for any_errors_fatal 11924 1726884935.03495: checking for max_fail_percentage 11924 1726884935.03497: done checking for max_fail_percentage 11924 1726884935.03498: checking to see if all hosts have failed and the running result is not ok 11924 1726884935.03499: done checking to see if all hosts have failed 11924 1726884935.03499: getting the remaining hosts for this loop 11924 1726884935.03501: done getting the remaining hosts for this loop 11924 1726884935.03503: getting the next task for host managed_node2 11924 1726884935.03513: done getting next task for host managed_node2 11924 1726884935.03515: ^ task is: TASK: Check that blivet supports PV grow to fill 11924 1726884935.03520: ^ 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 11924 1726884935.03524: getting variables 11924 1726884935.03526: in VariableManager get_vars() 11924 1726884935.03557: Calling all_inventory to load vars for managed_node2 11924 1726884935.03560: Calling groups_inventory to load vars for managed_node2 11924 1726884935.03563: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884935.03576: Calling all_plugins_play to load vars for managed_node2 11924 1726884935.03579: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884935.03582: Calling groups_plugins_play to load vars for managed_node2 11924 1726884935.04350: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884935.08952: done with get_vars() 11924 1726884935.08965: done getting variables 11924 1726884935.08980: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (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 22:15:35 -0400 (0:00:00.081) 0:01:40.428 ****** 11924 1726884935.08999: entering _queue_task() for managed_node2/ansible.builtin.script 11924 1726884935.09487: worker is 1 (out of 1 available) 11924 1726884935.09497: exiting _queue_task() for managed_node2/ansible.builtin.script 11924 1726884935.09511: done queuing things up, now waiting for results queue to drain 11924 1726884935.09514: waiting for pending results... 11924 1726884935.09595: running TaskExecutor() for managed_node2/TASK: Check that blivet supports PV grow to fill 11924 1726884935.09778: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003060 11924 1726884935.09798: variable 'ansible_search_path' from source: unknown 11924 1726884935.09838: calling self._execute() 11924 1726884935.09971: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.09983: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.10001: variable 'omit' from source: magic vars 11924 1726884935.10134: variable 'omit' from source: magic vars 11924 1726884935.10210: variable 'omit' from source: magic vars 11924 1726884935.10437: variable 'ansible_python' from source: facts 11924 1726884935.10469: variable 'omit' from source: magic vars 11924 1726884935.10507: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884935.10542: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884935.10560: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884935.10574: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884935.10585: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884935.10600: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884935.10615: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884935.10649: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884935.10653: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.10657: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.10737: Set connection var ansible_shell_executable to /bin/sh 11924 1726884935.10741: Set connection var ansible_connection to ssh 11924 1726884935.10746: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884935.10748: Set connection var ansible_timeout to 10 11924 1726884935.10758: Set connection var ansible_pipelining to False 11924 1726884935.10761: Set connection var ansible_shell_type to sh 11924 1726884935.10783: variable 'ansible_shell_executable' from source: unknown 11924 1726884935.10786: variable 'ansible_connection' from source: unknown 11924 1726884935.10789: variable 'ansible_module_compression' from source: unknown 11924 1726884935.10792: variable 'ansible_shell_type' from source: unknown 11924 1726884935.10794: variable 'ansible_shell_executable' from source: unknown 11924 1726884935.10796: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.10799: variable 'ansible_pipelining' from source: unknown 11924 1726884935.10801: variable 'ansible_timeout' from source: unknown 11924 1726884935.10805: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.10868: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884935.10879: variable 'omit' from source: magic vars 11924 1726884935.10884: starting attempt loop 11924 1726884935.10887: running the handler 11924 1726884935.10929: _low_level_execute_command(): starting 11924 1726884935.10932: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884935.11420: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884935.11424: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884935.11428: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884935.11479: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884935.11486: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884935.11550: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884935.13240: stdout chunk (state=3): >>>/root <<< 11924 1726884935.13342: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884935.13368: stderr chunk (state=3): >>><<< 11924 1726884935.13372: stdout chunk (state=3): >>><<< 11924 1726884935.13399: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884935.13413: _low_level_execute_command(): starting 11924 1726884935.13417: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884935.1339774-16475-18490092928256 `" && echo ansible-tmp-1726884935.1339774-16475-18490092928256="` echo /root/.ansible/tmp/ansible-tmp-1726884935.1339774-16475-18490092928256 `" ) && sleep 0' 11924 1726884935.14085: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884935.14138: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884935.14147: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884935.14212: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884935.16163: stdout chunk (state=3): >>>ansible-tmp-1726884935.1339774-16475-18490092928256=/root/.ansible/tmp/ansible-tmp-1726884935.1339774-16475-18490092928256 <<< 11924 1726884935.16285: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884935.16333: stderr chunk (state=3): >>><<< 11924 1726884935.16338: stdout chunk (state=3): >>><<< 11924 1726884935.16375: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884935.1339774-16475-18490092928256=/root/.ansible/tmp/ansible-tmp-1726884935.1339774-16475-18490092928256 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884935.16379: evaluation_path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage 11924 1726884935.16413: 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 11924 1726884935.16587: Sending initial data 11924 1726884935.16590: Sent initial data (212 bytes) 11924 1726884935.17077: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884935.17081: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884935.17154: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884935.17203: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884935.18810: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884935.18857: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884935.18908: 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-1726884935.1339774-16475-18490092928256/does_library_support.py <<< 11924 1726884935.18916: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884935.1339774-16475-18490092928256/does_library_support.py" <<< 11924 1726884935.18961: 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-1726884935.1339774-16475-18490092928256/does_library_support.py" <<< 11924 1726884935.18966: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884935.1339774-16475-18490092928256/does_library_support.py" <<< 11924 1726884935.19177: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884935.19214: stderr chunk (state=3): >>><<< 11924 1726884935.19217: stdout chunk (state=3): >>><<< 11924 1726884935.19231: _low_level_execute_command(): starting 11924 1726884935.19235: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884935.1339774-16475-18490092928256/ /root/.ansible/tmp/ansible-tmp-1726884935.1339774-16475-18490092928256/does_library_support.py && sleep 0' 11924 1726884935.19654: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884935.19660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884935.19662: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884935.19665: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884935.19667: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884935.19717: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884935.19720: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884935.19782: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884935.21590: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884935.21630: stderr chunk (state=3): >>><<< 11924 1726884935.21645: stdout chunk (state=3): >>><<< 11924 1726884935.21653: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884935.21659: _low_level_execute_command(): starting 11924 1726884935.21683: _low_level_execute_command(): using become for this command 11924 1726884935.21686: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-yneqpaorliazksfrwsqxyyrivlcgyvpc ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884935.1339774-16475-18490092928256/does_library_support.py blivet.formats.lvmpv.LVMPhysicalVolume.grow_to_fill'"'"' && sleep 0' 11924 1726884935.21816: Initial state: awaiting_escalation: BECOME-SUCCESS-yneqpaorliazksfrwsqxyyrivlcgyvpc 11924 1726884935.22375: 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 <<< 11924 1726884935.22379: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884935.22383: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884935.22386: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884935.22443: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884935.25406: stdout chunk (state=1): >>>BECOME-SUCCESS-yneqpaorliazksfrwsqxyyrivlcgyvpc <<< 11924 1726884935.25409: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-yneqpaorliazksfrwsqxyyrivlcgyvpc' 11924 1726884935.25732: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884935.25782: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884935.25804: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884935.25811: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884935.25877: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884935.25882: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884935.25918: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884935.25959: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884935.25972: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884935.25988: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884935.26041: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884935.26044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884935.26064: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884935.26090: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884935.26125: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884935.26150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884935.26166: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab068103e0> <<< 11924 1726884935.26171: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab067dfa10> <<< 11924 1726884935.26190: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884935.26209: 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 0x7fab06812960> <<< 11924 1726884935.26236: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884935.26263: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884935.26265: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884935.26288: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884935.26316: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884935.26405: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884935.26431: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884935.26467: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884935.26470: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884935.26513: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884935.26516: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884935.26523: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884935.26537: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884935.26566: 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 <<< 11924 1726884935.26569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884935.26592: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065c0fe0> <<< 11924 1726884935.26652: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884935.26659: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884935.26677: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065c1fd0> <<< 11924 1726884935.26703: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884935.26728: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884935.26808: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884935.26829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884935.26833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884935.26868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065c3c50> <<< 11924 1726884935.26872: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065c38f0> <<< 11924 1726884935.26913: 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 <<< 11924 1726884935.26939: stdout chunk (state=3): >>># 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' <<< 11924 1726884935.26957: 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 0x7fab065f9160> <<< 11924 1726884935.26963: 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 <<< 11924 1726884935.26991: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 11924 1726884935.27010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884935.27016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065fa480> <<< 11924 1726884935.27038: 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 <<< 11924 1726884935.27044: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 11924 1726884935.27096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884935.27154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884935.27181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884935.27230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884935.27250: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884935.27277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884935.27304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884935.27351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884935.27369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884935.27393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884935.27402: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06655070> <<< 11924 1726884935.27436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884935.27450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884935.27475: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab066551c0> <<< 11924 1726884935.27504: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884935.27524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884935.27550: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884935.27600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884935.27621: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884935.27654: 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' <<< 11924 1726884935.27669: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab066a87a0> <<< 11924 1726884935.27691: 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' <<< 11924 1726884935.27694: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab066a8b00> <<< 11924 1726884935.27735: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884935.27767: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0666cbc0> <<< 11924 1726884935.27784: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884935.27815: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06656390> <<< 11924 1726884935.27912: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0664a3f0> <<< 11924 1726884935.27961: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884935.28045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884935.28121: 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' <<< 11924 1726884935.28163: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab064dc1d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab066aade0> <<< 11924 1726884935.28190: 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 0x7fab0666cec0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab066a95b0> <<< 11924 1726884935.28261: 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 0x7fab064dd250> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06649790> <<< 11924 1726884935.28330: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884935.28361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884935.28432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884935.28459: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065050d0> <<< 11924 1726884935.28595: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0660fd40> <<< 11924 1726884935.28650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884935.28723: 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' <<< 11924 1726884935.28770: 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 0x7fab06525730> <<< 11924 1726884935.28864: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06524b30> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06628fb0> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' <<< 11924 1726884935.28936: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06526960> 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' <<< 11924 1726884935.28940: 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' <<< 11924 1726884935.29004: 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 0x7fab06535460> import '_tokenize' # <<< 11924 1726884935.29057: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06526120> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06526750> <<< 11924 1726884935.29163: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884935.29172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884935.29221: 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 0x7fab06545c40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06525760> <<< 11924 1726884935.29331: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065fade0> <<< 11924 1726884935.29350: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884935.29392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884935.29407: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884935.29457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884935.29461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884935.29510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884935.29554: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06599d90> <<< 11924 1726884935.29615: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0656bfe0> <<< 11924 1726884935.29620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884935.29640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884935.29681: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0659ab70> <<< 11924 1726884935.29711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884935.29749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884935.29780: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0659b770> <<< 11924 1726884935.29926: stdout chunk (state=3): >>>import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0660d700> <<< 11924 1726884935.29943: 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' <<< 11924 1726884935.29975: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884935.30024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884935.30138: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab063f6510> <<< 11924 1726884935.30149: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884935.30279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884935.30320: 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 0x7fab0642c800> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab0642dee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884935.30350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884935.30377: 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' <<< 11924 1726884935.30414: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0642ed80> <<< 11924 1726884935.30425: 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 0x7fab0642f3e0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0642e2d0> <<< 11924 1726884935.30466: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884935.30492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884935.30511: 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 0x7fab0642fe60> <<< 11924 1726884935.30554: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0642f590> <<< 11924 1726884935.30559: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab063f6600> <<< 11924 1726884935.30611: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab063c6960> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab063c66c0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065fa990> <<< 11924 1726884935.30645: 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 <<< 11924 1726884935.30689: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 11924 1726884935.30715: 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' <<< 11924 1726884935.30743: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06452c30> <<< 11924 1726884935.30776: 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' <<< 11924 1726884935.30799: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06453140> <<< 11924 1726884935.30814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884935.30866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884935.31034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884935.31054: 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 0x7fab06475a30> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884935.31082: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0649b6e0> <<< 11924 1726884935.31102: 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 0x7fab0649b980> <<< 11924 1726884935.31141: 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 0x7fab064a88c0> <<< 11924 1726884935.31170: 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 0x7fab064a89e0> <<< 11924 1726884935.31271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884935.31360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884935.31408: 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 0x7fab064a9fa0> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab064a8d40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06453ad0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884935.31491: 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' <<< 11924 1726884935.31538: 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 0x7fab060ea210> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab060e9f40> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884935.31622: 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 0x7fab060ea1e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884935.31633: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884935.31740: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab060ea9f0> <<< 11924 1726884935.31773: 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 0x7fab060eb3b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab060ea330> <<< 11924 1726884935.31803: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab060e8410> <<< 11924 1726884935.31899: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06453f80> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884935.31970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884935.31973: 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' <<< 11924 1726884935.32053: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06109220> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab0610b710> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab060eb500> <<< 11924 1726884935.32107: 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' <<< 11924 1726884935.32170: 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' <<< 11924 1726884935.32196: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06124170> <<< 11924 1726884935.32217: 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 0x7fab0610ba70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0610b950> <<< 11924 1726884935.32260: 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 <<< 11924 1726884935.32282: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/i18n.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc' <<< 11924 1726884935.32298: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884935.32323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884935.32453: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06126a50> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab061266c0> <<< 11924 1726884935.32539: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06126450> <<< 11924 1726884935.32576: 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 <<< 11924 1726884935.32580: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' <<< 11924 1726884935.32641: 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' <<< 11924 1726884935.32834: 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 0x7fab0614e180> 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' # <<< 11924 1726884935.33325: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0614e900> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0614d820> <<< 11924 1726884935.33328: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 11924 1726884935.33331: 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 0x7fab0617ac60> # 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 0x7fab06179430> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0614d2b0> # /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 <<< 11924 1726884935.33334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 11924 1726884935.33359: 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' <<< 11924 1726884935.33393: 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' <<< 11924 1726884935.33446: 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 0x7fab057b8c80> <<< 11924 1726884935.33450: 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 <<< 11924 1726884935.33481: 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 0x7fab057b9010> <<< 11924 1726884935.33520: 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 0x7fab057b9490> <<< 11924 1726884935.33548: 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 0x7fab057b9d00> <<< 11924 1726884935.33583: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab057b8350> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0619fdd0> <<< 11924 1726884935.33598: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 11924 1726884935.33631: 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 <<< 11924 1726884935.33667: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab057ba480> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0619f920> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0619f860> <<< 11924 1726884935.33870: 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' <<< 11924 1726884935.33874: 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' <<< 11924 1726884935.33876: 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 0x7fab057de270> <<< 11924 1726884935.34010: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884935.34028: 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 0x7fab057df9b0> <<< 11924 1726884935.34060: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab057dca10> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py <<< 11924 1726884935.34091: 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 0x7fab057dd5b0> <<< 11924 1726884935.34105: 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 <<< 11924 1726884935.34129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 11924 1726884935.34151: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 11924 1726884935.34227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 11924 1726884935.34286: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab058106b0> <<< 11924 1726884935.34289: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab057dfe30> <<< 11924 1726884935.34430: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab057bad80> <<< 11924 1726884935.34433: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 11924 1726884935.34483: 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 <<< 11924 1726884935.34565: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 11924 1726884935.34645: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab058494f0> <<< 11924 1726884935.34685: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 11924 1726884935.34732: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 11924 1726884935.34794: 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' <<< 11924 1726884935.35033: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab05866f30> <<< 11924 1726884935.35044: stdout chunk (state=3): >>>import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06127020> <<< 11924 1726884935.35101: 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 <<< 11924 1726884935.35150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 11924 1726884935.35186: 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 <<< 11924 1726884935.35201: 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 <<< 11924 1726884935.35274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 11924 1726884935.35294: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884935.35331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884935.35374: 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 0x7fab0589bd70> <<< 11924 1726884935.35384: 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' <<< 11924 1726884935.35427: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884935.35429: 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 0x7fab053886e0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab05388500> <<< 11924 1726884935.35509: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884935.35512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884935.35527: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab05389040> <<< 11924 1726884935.35536: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0589a720> <<< 11924 1726884935.35635: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab05899040> <<< 11924 1726884935.35638: stdout chunk (state=3): >>>import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab058987d0> <<< 11924 1726884935.36532: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab058490d0> <<< 11924 1726884935.36540: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 11924 1726884935.36581: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab063c6d50> <<< 11924 1726884935.36586: stdout chunk (state=3): >>>import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065f9700> <<< 11924 1726884935.37304: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065f8a40> # /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 0x7fab0545c830> <<< 11924 1726884935.37307: 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 <<< 11924 1726884935.37344: 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 0x7fab0545cec0> <<< 11924 1726884935.37348: 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<<< 11924 1726884935.37350: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 11924 1726884935.37376: 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' <<< 11924 1726884935.37396: 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' <<< 11924 1726884935.37427: 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 <<< 11924 1726884935.37448: 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 0x7fab0545df40> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545ddf0> <<< 11924 1726884935.37472: 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' <<< 11924 1726884935.37510: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545e1b0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545db80> <<< 11924 1726884935.37543: 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 <<< 11924 1726884935.37572: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc' <<< 11924 1726884935.37590: 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' <<< 11924 1726884935.37622: stdout chunk (state=3): >>>import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545e690> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545e4e0> # /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' <<< 11924 1726884935.37639: 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 <<< 11924 1726884935.37674: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 11924 1726884935.37685: 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' <<< 11924 1726884935.37738: 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 0x7fab04a48b00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a48890> <<< 11924 1726884935.37771: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545eb10> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545e6c0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545d310> <<< 11924 1726884935.37813: 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 <<< 11924 1726884935.37816: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 11924 1726884935.37859: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545d970> <<< 11924 1726884935.37880: 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 <<< 11924 1726884935.37883: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 11924 1726884935.37897: 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' <<< 11924 1726884935.37926: 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 <<< 11924 1726884935.37935: 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 0x7fab04a4b0b0> <<< 11924 1726884935.37981: 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 0x7fab04a4b440> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a4ae10> <<< 11924 1726884935.38025: stdout chunk (state=3): >>>import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a4a480> <<< 11924 1726884935.38030: 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' <<< 11924 1726884935.38047: stdout chunk (state=3): >>>import 'pyudev.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a4b5c0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545c4a0> # /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 0x7fab04a4b650> <<< 11924 1726884935.38193: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0543a060> <<< 11924 1726884935.38230: 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' <<< 11924 1726884935.38243: stdout chunk (state=3): >>>import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a68d70> <<< 11924 1726884935.38263: 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 0x7fab04a690a0> <<< 11924 1726884935.38298: 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' <<< 11924 1726884935.38334: 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 <<< 11924 1726884935.38350: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 11924 1726884935.38384: 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 0x7fab04a6a750> <<< 11924 1726884935.38416: 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' <<< 11924 1726884935.38464: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884935.38467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884935.38490: 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' <<< 11924 1726884935.38525: 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' <<< 11924 1726884935.38558: 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 0x7fab04a900e0> <<< 11924 1726884935.38589: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a6be00> <<< 11924 1726884935.38644: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a6b650> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884935.38670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884935.38713: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a687d0> <<< 11924 1726884935.38718: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a6b200> <<< 11924 1726884935.38742: 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' <<< 11924 1726884935.38766: 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' <<< 11924 1726884935.38782: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a90e00> <<< 11924 1726884935.38810: 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 <<< 11924 1726884935.38839: 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 0x7fab04a91550> # /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 <<< 11924 1726884935.38868: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc' <<< 11924 1726884935.38871: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a91b50> <<< 11924 1726884935.38896: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/stratis_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 11924 1726884935.38972: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a91e80> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a90cb0> <<< 11924 1726884935.38994: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a6a900> <<< 11924 1726884935.39049: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a69610> <<< 11924 1726884935.39131: 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' <<< 11924 1726884935.39134: 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 <<< 11924 1726884935.39148: 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 0x7fab04abc9e0> <<< 11924 1726884935.39150: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a69eb0> <<< 11924 1726884935.39181: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a69190> <<< 11924 1726884935.39204: 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' <<< 11924 1726884935.39230: 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' <<< 11924 1726884935.39247: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04abcf80> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a69f70> <<< 11924 1726884935.39282: 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' <<< 11924 1726884935.39342: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04abd190> # /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' <<< 11924 1726884935.39398: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04abd5b0> <<< 11924 1726884935.39427: 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 <<< 11924 1726884935.39432: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc' <<< 11924 1726884935.39446: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04abdd90> <<< 11924 1726884935.39579: 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' <<< 11924 1726884935.39623: 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 <<< 11924 1726884935.39633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884935.39729: 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 0x7fab04ae97f0> <<< 11924 1726884935.39768: 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' <<< 11924 1726884935.39797: 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 0x7fab04aea9c0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04aea3c0> <<< 11924 1726884935.39837: 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' <<< 11924 1726884935.39857: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04aeadb0> <<< 11924 1726884935.39884: 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 <<< 11924 1726884935.39901: 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 0x7fab04aeb920> <<< 11924 1726884935.39932: 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 <<< 11924 1726884935.40033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884935.40067: 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 0x7fab04b12600> <<< 11924 1726884935.40116: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04b112e0> <<< 11924 1726884935.40128: 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' <<< 11924 1726884935.40163: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04b13a40> # /usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/geometry.py <<< 11924 1726884935.40201: 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 0x7fab04888da0> <<< 11924 1726884935.40206: 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 <<< 11924 1726884935.40253: 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 0x7fab04889be0> <<< 11924 1726884935.40281: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04ae2a80> <<< 11924 1726884935.40307: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04ae26f0> <<< 11924 1726884935.40338: 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 <<< 11924 1726884935.40357: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 11924 1726884935.40412: 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 0x7fab048b81d0> <<< 11924 1726884935.40430: 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' <<< 11924 1726884935.40464: 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 <<< 11924 1726884935.40491: stdout chunk (state=3): >>># 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 <<< 11924 1726884935.40512: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc' <<< 11924 1726884935.40552: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048b92b0> <<< 11924 1726884935.40641: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048b8bc0> <<< 11924 1726884935.40644: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048b8200> <<< 11924 1726884935.40750: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0488b650> <<< 11924 1726884935.40776: 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 0x7fab048db4a0> <<< 11924 1726884935.40808: 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' <<< 11924 1726884935.40824: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048db5f0> <<< 11924 1726884935.40852: 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 <<< 11924 1726884935.40923: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 11924 1726884935.40946: 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' <<< 11924 1726884935.40979: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048eee10> <<< 11924 1726884935.40996: 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' # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884935.41039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884935.41042: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048efe00> <<< 11924 1726884935.41103: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048ef500> <<< 11924 1726884935.41106: 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 <<< 11924 1726884935.41130: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 11924 1726884935.41175: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490c6e0> <<< 11924 1726884935.41195: 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' <<< 11924 1726884935.41230: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490cb60> <<< 11924 1726884935.41256: 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' <<< 11924 1726884935.41285: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490d100> <<< 11924 1726884935.41306: 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' <<< 11924 1726884935.41343: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490d400> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswritelabel.py <<< 11924 1726884935.41367: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' <<< 11924 1726884935.41382: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490d9a0> <<< 11924 1726884935.41418: 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' <<< 11924 1726884935.41428: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490dbb0> <<< 11924 1726884935.41457: 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 <<< 11924 1726884935.41471: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 11924 1726884935.41662: 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' <<< 11924 1726884935.41690: 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 0x7fab0490ef30> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490ecf0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490dd60> # /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' <<< 11924 1726884935.41720: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490fb90> <<< 11924 1726884935.41754: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490f770> <<< 11924 1726884935.41768: stdout chunk (state=3): >>>import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490ed20> <<< 11924 1726884935.41986: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048dbad0> <<< 11924 1726884935.42014: 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 <<< 11924 1726884935.42036: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884935.42065: 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 <<< 11924 1726884935.42081: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc' <<< 11924 1726884935.42099: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab049675c0> <<< 11924 1726884935.42151: 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' <<< 11924 1726884935.42158: 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 <<< 11924 1726884935.42180: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884935.42192: 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' <<< 11924 1726884935.42237: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab049784d0> <<< 11924 1726884935.42274: 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 <<< 11924 1726884935.42277: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 11924 1726884935.42329: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 11924 1726884935.42332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 11924 1726884935.42353: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 11924 1726884935.42383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 11924 1726884935.42436: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0497ba70> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0497a870> <<< 11924 1726884935.42515: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490eed0> <<< 11924 1726884935.42527: 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 <<< 11924 1726884935.42572: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 11924 1726884935.42585: 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' <<< 11924 1726884935.42606: stdout chunk (state=3): >>>import 'blivet.devices.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04772360> <<< 11924 1726884935.42739: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04793fb0> <<< 11924 1726884935.42760: 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 <<< 11924 1726884935.42793: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884935.42805: 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' <<< 11924 1726884935.42844: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab047dcb60> <<< 11924 1726884935.42877: 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 <<< 11924 1726884935.42896: 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 0x7fab047dd970> <<< 11924 1726884935.42928: 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 <<< 11924 1726884935.42941: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 11924 1726884935.43050: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab047de1b0> <<< 11924 1726884935.43177: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab047cfa40> <<< 11924 1726884935.43181: 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 <<< 11924 1726884935.43210: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 11924 1726884935.43248: 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 <<< 11924 1726884935.43254: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' <<< 11924 1726884935.43278: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab047fbc80> <<< 11924 1726884935.43402: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab047fa390> <<< 11924 1726884935.43435: 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' <<< 11924 1726884935.43484: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0482d7f0> <<< 11924 1726884935.43511: 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 <<< 11924 1726884935.43606: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884935.43640: 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 <<< 11924 1726884935.43650: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884935.44176: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0483fe30> <<< 11924 1726884935.44179: 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' <<< 11924 1726884935.44361: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04864b30> <<< 11924 1726884935.44443: 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 0x7fab0468ca10> # /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 0x7fab0468ed80> <<< 11924 1726884935.44530: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0468cf20> <<< 11924 1726884935.44560: 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 <<< 11924 1726884935.44582: 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 0x7fab046b9250> <<< 11924 1726884935.44937: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0482fc20> <<< 11924 1726884935.44961: 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 <<< 11924 1726884935.44986: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884935.45111: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0482fe60> <<< 11924 1726884935.45140: 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 <<< 11924 1726884935.45161: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 11924 1726884935.45178: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04727320> <<< 11924 1726884935.45216: 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' <<< 11924 1726884935.45231: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04727e90> <<< 11924 1726884935.45263: 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' <<< 11924 1726884935.45292: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04738a10> <<< 11924 1726884935.45328: 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' <<< 11924 1726884935.45340: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04738e90> <<< 11924 1726884935.45367: 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 <<< 11924 1726884935.45396: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 11924 1726884935.45418: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04739d30> <<< 11924 1726884935.45445: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884935.45627: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0473a600> <<< 11924 1726884935.45631: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04967f50> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04967980> <<< 11924 1726884935.45751: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048ed7c0> <<< 11924 1726884935.45760: 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 <<< 11924 1726884935.45763: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 11924 1726884935.45793: 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' <<< 11924 1726884935.45809: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04570b60> <<< 11924 1726884935.45871: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab045702c0> <<< 11924 1726884935.45889: 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' <<< 11924 1726884935.45936: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab045720f0> <<< 11924 1726884935.45991: 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' <<< 11924 1726884935.45994: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab045734d0> <<< 11924 1726884935.46023: 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' <<< 11924 1726884935.46038: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04573cb0> <<< 11924 1726884935.46079: 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 <<< 11924 1726884935.46091: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 11924 1726884935.46139: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04584590> <<< 11924 1726884935.46169: 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 <<< 11924 1726884935.46195: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884935.46217: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04586360> <<< 11924 1726884935.46227: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab053e7ec0> True <<< 11924 1726884935.47092: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884935.47095: 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 <<< 11924 1726884935.47179: 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__ # 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 <<< 11924 1726884935.47326: stdout chunk (state=3): >>># 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] remo<<< 11924 1726884935.47344: stdout chunk (state=3): >>>ving 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 <<< 11924 1726884935.47845: stdout chunk (state=3): >>># destroy blivet # destroy _sitebuiltins <<< 11924 1726884935.47884: stdout chunk (state=3): >>># destroy zlib # destroy _bz2 <<< 11924 1726884935.47906: stdout chunk (state=3): >>># 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 <<< 11924 1726884935.47975: stdout chunk (state=3): >>># 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 <<< 11924 1726884935.47979: stdout chunk (state=3): >>># 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 <<< 11924 1726884935.48012: 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 # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib <<< 11924 1726884935.48038: stdout chunk (state=3): >>># destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping _datetime # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.arch <<< 11924 1726884935.48049: stdout chunk (state=3): >>># cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev <<< 11924 1726884935.48072: stdout chunk (state=3): >>># cleanup[3] wiping gi.overrides.BlockDev <<< 11924 1726884935.48103: 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 <<< 11924 1726884935.48130: 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 <<< 11924 1726884935.48152: stdout chunk (state=3): >>># cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping _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 <<< 11924 1726884935.48199: stdout chunk (state=3): >>># 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 <<< 11924 1726884935.48229: stdout chunk (state=3): >>># 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 <<< 11924 1726884935.48259: stdout chunk (state=3): >>># 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 <<< 11924 1726884935.48279: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 11924 1726884935.48302: stdout chunk (state=3): >>># cleanup[3] wiping linecache # destroy tokenize <<< 11924 1726884935.48316: 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 # cleanup[3] wiping re._parser <<< 11924 1726884935.48348: 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 <<< 11924 1726884935.48378: 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 # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 11924 1726884935.48411: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat <<< 11924 1726884935.48415: 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 <<< 11924 1726884935.48437: 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 <<< 11924 1726884935.49172: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884935.49233: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport <<< 11924 1726884935.49245: stdout chunk (state=3): >>># destroy gi._gi <<< 11924 1726884935.49284: stdout chunk (state=3): >>># destroy _struct <<< 11924 1726884935.49337: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk <<< 11924 1726884935.49348: stdout chunk (state=3): >>># destroy pyudev <<< 11924 1726884935.49380: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 11924 1726884935.49417: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser # destroy _string # destroy array # destroy textwrap <<< 11924 1726884935.49451: stdout chunk (state=3): >>># destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy io # destroy _opcode <<< 11924 1726884935.49475: stdout chunk (state=3): >>># destroy _io # destroy fnmatch # destroy _hashlib # destroy shutil <<< 11924 1726884935.49486: stdout chunk (state=3): >>># destroy pprint # destroy time <<< 11924 1726884935.49521: stdout chunk (state=3): >>># destroy blivet.devicelibs.lvm # destroy blivet.tasks.pvtask <<< 11924 1726884935.49543: 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 <<< 11924 1726884935.49570: stdout chunk (state=3): >>># destroy _warnings # destroy posix # destroy copyreg # destroy contextlib # destroy operator <<< 11924 1726884935.49603: stdout chunk (state=3): >>># destroy _blake2 <<< 11924 1726884935.49621: stdout chunk (state=3): >>># destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 11924 1726884935.49682: stdout chunk (state=3): >>># destroy select <<< 11924 1726884935.49697: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy stat <<< 11924 1726884935.49742: stdout chunk (state=3): >>># 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 <<< 11924 1726884935.49761: 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 <<< 11924 1726884935.49836: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884935.49987: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy _codecs # destroy re <<< 11924 1726884935.50004: stdout chunk (state=3): >>># destroy _random <<< 11924 1726884935.50027: stdout chunk (state=3): >>># destroy _sre # destroy _functools # destroy _operator # clear sys.audit hooks <<< 11924 1726884935.50761: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884935.50764: stdout chunk (state=3): >>><<< 11924 1726884935.50766: stderr chunk (state=3): >>><<< 11924 1726884935.50868: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab068103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab067dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06812960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065c0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065c1fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.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 0x7fab065c3c50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065c38f0> # /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 0x7fab065f9160> # /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 0x7fab065fa480> # /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 0x7fab06655070> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab066551c0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab066a87a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab066a8b00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0666cbc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06656390> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0664a3f0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab064dc1d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab066aade0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0666cec0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab066a95b0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab064dd250> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06649790> 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 0x7fab065050d0> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0660fd40> # /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 0x7fab06525730> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06524b30> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06628fb0> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06526960> 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 0x7fab06535460> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06526120> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06526750> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06545c40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06525760> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065fade0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/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 0x7fab06599d90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0656bfe0> # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0659ab70> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0659b770> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0660d700> # /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 0x7fab063f6510> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0642c800> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab0642dee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0642ed80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab0642f3e0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0642e2d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab0642fe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0642f590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab063f6600> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab063c6960> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab063c66c0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065fa990> # /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 0x7fab06452c30> # /usr/lib64/python3.12/__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 0x7fab06453140> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc 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 0x7fab06475a30> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0649b6e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab0649b980> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab064a88c0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab064a89e0> # /usr/lib64/python3.12/__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 0x7fab064a9fa0> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab064a8d40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06453ad0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__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 0x7fab060ea210> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab060e9f40> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab060ea1e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab060ea9f0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab060eb3b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab060ea330> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab060e8410> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06453f80> # /usr/lib64/python3.12/__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 0x7fab06109220> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab0610b710> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab060eb500> # /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 0x7fab06124170> # 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 0x7fab0610ba70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0610b950> # /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 0x7fab06126a50> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab061266c0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06126450> # /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 0x7fab0614e180> 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 0x7fab0614e900> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0614d820> # 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 0x7fab0617ac60> # 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 0x7fab06179430> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0614d2b0> # /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 0x7fab057b8c80> # /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 0x7fab057b9010> # /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 0x7fab057b9490> # /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 0x7fab057b9d00> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab057b8350> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0619fdd0> # 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 0x7fab057ba480> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0619f920> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0619f860> # /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 0x7fab057de270> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab057df9b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab057dca10> # /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 0x7fab057dd5b0> # /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 0x7fab058106b0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab057dfe30> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab057bad80> 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 0x7fab058494f0> 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 0x7fab05866f30> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06127020> # /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 0x7fab0589bd70> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab053886e0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab05388500> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab05389040> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0589a720> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab05899040> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab058987d0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab058490d0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab063c6d50> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065f9700> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065f8a40> # /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 0x7fab0545c830> # /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 0x7fab0545cec0> # /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 0x7fab0545df40> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545ddf0> # /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 0x7fab0545e1b0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545db80> # /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 0x7fab0545e690> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545e4e0> # /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 0x7fab04a48b00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a48890> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545eb10> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545e6c0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545d310> # /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 0x7fab0545d970> # /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 0x7fab04a4b0b0> # /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 0x7fab04a4b440> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a4ae10> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a4a480> # /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 0x7fab04a4b5c0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545c4a0> # /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 0x7fab04a4b650> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0543a060> # /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 0x7fab04a68d70> # /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 0x7fab04a690a0> # /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 0x7fab04a6a750> # /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 0x7fab04a900e0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a6be00> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a6b650> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a687d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a6b200> # /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 0x7fab04a90e00> # /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 0x7fab04a91550> # /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 0x7fab04a91b50> # /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 0x7fab04a91e80> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a90cb0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a6a900> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a69610> # /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 0x7fab04abc9e0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a69eb0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a69190> # /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 0x7fab04abcf80> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a69f70> # /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 0x7fab04abd190> # /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 0x7fab04abd5b0> # /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 0x7fab04abdd90> # /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 0x7fab04ae97f0> # /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 0x7fab04aea9c0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04aea3c0> # /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 0x7fab04aeadb0> # /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 0x7fab04aeb920> # /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 0x7fab04b12600> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04b112e0> # /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 0x7fab04b13a40> # /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 0x7fab04888da0> # /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 0x7fab04889be0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04ae2a80> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04ae26f0> # /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 0x7fab048b81d0> # /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 0x7fab048b92b0> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048b8bc0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048b8200> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0488b650> # /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 0x7fab048db4a0> # /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 0x7fab048db5f0> # /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 0x7fab048eee10> # /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 0x7fab048efe00> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048ef500> # /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 0x7fab0490c6e0> # /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 0x7fab0490cb60> # /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 0x7fab0490d100> # /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 0x7fab0490d400> # /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 0x7fab0490d9a0> # /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 0x7fab0490dbb0> # /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 0x7fab0490ef30> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490ecf0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490dd60> # /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 0x7fab0490fb90> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490f770> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490ed20> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048dbad0> # /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 0x7fab049675c0> # /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 0x7fab049784d0> # /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 0x7fab0497ba70> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0497a870> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490eed0> # /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 0x7fab04772360> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04793fb0> # /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 0x7fab047dcb60> # /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 0x7fab047dd970> # /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 0x7fab047de1b0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab047cfa40> # /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 0x7fab047fbc80> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab047fa390> # /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 0x7fab0482d7f0> # /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 0x7fab0483fe30> # /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 0x7fab04864b30> # /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 0x7fab0468ca10> # /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 0x7fab0468ed80> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0468cf20> # /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 0x7fab046b9250> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0482fc20> # /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 0x7fab0482fe60> # /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 0x7fab04727320> # /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 0x7fab04727e90> # /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 0x7fab04738a10> # /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 0x7fab04738e90> # /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 0x7fab04739d30> # /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 0x7fab0473a600> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04967f50> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04967980> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048ed7c0> # /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 0x7fab04570b60> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab045702c0> # /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 0x7fab045720f0> # /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 0x7fab045734d0> # /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 0x7fab04573cb0> # /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 0x7fab04584590> # /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 0x7fab04586360> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab053e7ec0> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884935.51029: _low_level_execute_command(): starting 11924 1726884935.51032: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884935.1339774-16475-18490092928256/ > /dev/null 2>&1 && sleep 0' 11924 1726884935.51568: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884935.51587: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884935.51605: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884935.51625: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884935.51641: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884935.51673: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884935.51699: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884935.51772: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884935.51785: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884935.51811: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884935.51894: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884935.53775: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884935.53824: stderr chunk (state=3): >>><<< 11924 1726884935.53828: stdout chunk (state=3): >>><<< 11924 1726884935.53846: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884935.54062: handler run complete 11924 1726884935.54336: Evaluated conditional (False): False 11924 1726884935.54375: attempt loop complete, returning result 11924 1726884935.54378: _execute() done 11924 1726884935.54381: dumping result to json 11924 1726884935.54460: done dumping result, returning 11924 1726884935.54471: done running TaskExecutor() for managed_node2/TASK: Check that blivet supports PV grow to fill [0affc8a3-6f6f-f4c0-2290-000000003060] 11924 1726884935.54476: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003060 ok: [managed_node2] => { "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 0x7fab068103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab067dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06812960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065c0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065c1fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.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 0x7fab065c3c50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065c38f0> # /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 0x7fab065f9160> # /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 0x7fab065fa480> # /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 0x7fab06655070> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab066551c0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab066a87a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab066a8b00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0666cbc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06656390> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0664a3f0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab064dc1d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab066aade0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0666cec0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab066a95b0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab064dd250> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06649790> 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 0x7fab065050d0> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0660fd40> # /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 0x7fab06525730> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06524b30> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06628fb0> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06526960> 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 0x7fab06535460> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06526120> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06526750> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06545c40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06525760> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065fade0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/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 0x7fab06599d90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0656bfe0> # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0659ab70> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0659b770> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0660d700> # /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 0x7fab063f6510> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0642c800> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab0642dee0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0642ed80> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab0642f3e0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0642e2d0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab0642fe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0642f590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab063f6600> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab063c6960> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab063c66c0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065fa990> # /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 0x7fab06452c30> # /usr/lib64/python3.12/__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 0x7fab06453140> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc 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 0x7fab06475a30> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0649b6e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab0649b980> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab064a88c0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab064a89e0> # /usr/lib64/python3.12/__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 0x7fab064a9fa0> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab064a8d40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06453ad0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__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 0x7fab060ea210> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab060e9f40> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab060ea1e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab060ea9f0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab060eb3b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab060ea330> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab060e8410> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06453f80> # /usr/lib64/python3.12/__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 0x7fab06109220> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab0610b710> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab060eb500> # /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 0x7fab06124170> # 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 0x7fab0610ba70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0610b950> # /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 0x7fab06126a50> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab061266c0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06126450> # /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 0x7fab0614e180> 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 0x7fab0614e900> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0614d820> # 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 0x7fab0617ac60> # 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 0x7fab06179430> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0614d2b0> # /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 0x7fab057b8c80> # /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 0x7fab057b9010> # /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 0x7fab057b9490> # /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 0x7fab057b9d00> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab057b8350> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0619fdd0> # 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 0x7fab057ba480> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0619f920> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0619f860> # /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 0x7fab057de270> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab057df9b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab057dca10> # /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 0x7fab057dd5b0> # /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 0x7fab058106b0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab057dfe30> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab057bad80> 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 0x7fab058494f0> 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 0x7fab05866f30> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab06127020> # /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 0x7fab0589bd70> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab053886e0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab05388500> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab05389040> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0589a720> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab05899040> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab058987d0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab058490d0> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab063c6d50> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065f9700> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab065f8a40> # /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 0x7fab0545c830> # /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 0x7fab0545cec0> # /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 0x7fab0545df40> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545ddf0> # /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 0x7fab0545e1b0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545db80> # /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 0x7fab0545e690> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545e4e0> # /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 0x7fab04a48b00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a48890> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545eb10> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545e6c0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545d310> # /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 0x7fab0545d970> # /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 0x7fab04a4b0b0> # /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 0x7fab04a4b440> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a4ae10> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a4a480> # /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 0x7fab04a4b5c0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0545c4a0> # /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 0x7fab04a4b650> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0543a060> # /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 0x7fab04a68d70> # /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 0x7fab04a690a0> # /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 0x7fab04a6a750> # /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 0x7fab04a900e0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a6be00> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a6b650> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a687d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a6b200> # /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 0x7fab04a90e00> # /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 0x7fab04a91550> # /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 0x7fab04a91b50> # /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 0x7fab04a91e80> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a90cb0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a6a900> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a69610> # /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 0x7fab04abc9e0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a69eb0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a69190> # /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 0x7fab04abcf80> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04a69f70> # /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 0x7fab04abd190> # /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 0x7fab04abd5b0> # /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 0x7fab04abdd90> # /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 0x7fab04ae97f0> # /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 0x7fab04aea9c0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04aea3c0> # /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 0x7fab04aeadb0> # /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 0x7fab04aeb920> # /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 0x7fab04b12600> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04b112e0> # /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 0x7fab04b13a40> # /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 0x7fab04888da0> # /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 0x7fab04889be0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04ae2a80> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04ae26f0> # /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 0x7fab048b81d0> # /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 0x7fab048b92b0> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048b8bc0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048b8200> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0488b650> # /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 0x7fab048db4a0> # /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 0x7fab048db5f0> # /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 0x7fab048eee10> # /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 0x7fab048efe00> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048ef500> # /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 0x7fab0490c6e0> # /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 0x7fab0490cb60> # /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 0x7fab0490d100> # /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 0x7fab0490d400> # /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 0x7fab0490d9a0> # /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 0x7fab0490dbb0> # /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 0x7fab0490ef30> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490ecf0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490dd60> # /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 0x7fab0490fb90> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490f770> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490ed20> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048dbad0> # /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 0x7fab049675c0> # /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 0x7fab049784d0> # /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 0x7fab0497ba70> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0497a870> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0490eed0> # /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 0x7fab04772360> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04793fb0> # /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 0x7fab047dcb60> # /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 0x7fab047dd970> # /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 0x7fab047de1b0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab047cfa40> # /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 0x7fab047fbc80> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab047fa390> # /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 0x7fab0482d7f0> # /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 0x7fab0483fe30> # /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 0x7fab04864b30> # /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 0x7fab0468ca10> # /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 0x7fab0468ed80> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0468cf20> # /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 0x7fab046b9250> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab0482fc20> # /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 0x7fab0482fe60> # /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 0x7fab04727320> # /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 0x7fab04727e90> # /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 0x7fab04738a10> # /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 0x7fab04738e90> # /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 0x7fab04739d30> # /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 0x7fab0473a600> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04967f50> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab04967980> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab048ed7c0> # /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 0x7fab04570b60> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab045702c0> # /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 0x7fab045720f0> # /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 0x7fab045734d0> # /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 0x7fab04573cb0> # /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 0x7fab04584590> # /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 0x7fab04586360> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab053e7ec0> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884935.55890: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003060 11924 1726884935.56280: WORKER PROCESS EXITING 11924 1726884935.56273: no more pending results, returning what we have 11924 1726884935.56283: results queue empty 11924 1726884935.56284: checking for any_errors_fatal 11924 1726884935.56293: done checking for any_errors_fatal 11924 1726884935.56293: checking for max_fail_percentage 11924 1726884935.56295: done checking for max_fail_percentage 11924 1726884935.56296: checking to see if all hosts have failed and the running result is not ok 11924 1726884935.56297: done checking to see if all hosts have failed 11924 1726884935.56298: getting the remaining hosts for this loop 11924 1726884935.56299: done getting the remaining hosts for this loop 11924 1726884935.56303: getting the next task for host managed_node2 11924 1726884935.56311: done getting next task for host managed_node2 11924 1726884935.56314: ^ task is: TASK: Verify that PVs fill the whole devices when they should 11924 1726884935.56320: ^ 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 11924 1726884935.56324: getting variables 11924 1726884935.56326: in VariableManager get_vars() 11924 1726884935.56353: Calling all_inventory to load vars for managed_node2 11924 1726884935.56357: Calling groups_inventory to load vars for managed_node2 11924 1726884935.56361: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884935.56370: Calling all_plugins_play to load vars for managed_node2 11924 1726884935.56373: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884935.56376: Calling groups_plugins_play to load vars for managed_node2 11924 1726884935.56892: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884935.57538: done with get_vars() 11924 1726884935.57559: 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 22:15:35 -0400 (0:00:00.486) 0:01:40.915 ****** 11924 1726884935.57666: entering _queue_task() for managed_node2/include_tasks 11924 1726884935.57976: worker is 1 (out of 1 available) 11924 1726884935.57989: exiting _queue_task() for managed_node2/include_tasks 11924 1726884935.58004: done queuing things up, now waiting for results queue to drain 11924 1726884935.58006: waiting for pending results... 11924 1726884935.58339: running TaskExecutor() for managed_node2/TASK: Verify that PVs fill the whole devices when they should 11924 1726884935.58510: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003061 11924 1726884935.58547: variable 'ansible_search_path' from source: unknown 11924 1726884935.58834: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884935.61158: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884935.61240: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884935.61290: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884935.61340: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884935.61375: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884935.61469: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884935.61504: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884935.61540: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884935.61591: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884935.61661: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884935.61732: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884935.61818: variable 'omit' from source: magic vars 11924 1726884935.61962: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.61977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.61997: variable 'omit' from source: magic vars 11924 1726884935.62241: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884935.62273: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884935.62314: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884935.62353: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884935.62423: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884935.62472: variable 'grow_supported' from source: set_fact 11924 1726884935.62598: Evaluated conditional (grow_supported.stdout | trim == 'True'): False 11924 1726884935.62610: when evaluation is False, skipping this task 11924 1726884935.62653: variable 'st_pool_pv' from source: unknown 11924 1726884935.62729: variable 'st_pool_pv' from source: unknown skipping: [managed_node2] => (item=/dev/sda) => { "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/sda" } 11924 1726884935.63164: dumping result to json 11924 1726884935.63167: done dumping result, returning 11924 1726884935.63170: done running TaskExecutor() for managed_node2/TASK: Verify that PVs fill the whole devices when they should [0affc8a3-6f6f-f4c0-2290-000000003061] 11924 1726884935.63172: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003061 11924 1726884935.63218: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003061 11924 1726884935.63221: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 11924 1726884935.63297: no more pending results, returning what we have 11924 1726884935.63302: results queue empty 11924 1726884935.63303: checking for any_errors_fatal 11924 1726884935.63325: done checking for any_errors_fatal 11924 1726884935.63326: checking for max_fail_percentage 11924 1726884935.63328: done checking for max_fail_percentage 11924 1726884935.63329: checking to see if all hosts have failed and the running result is not ok 11924 1726884935.63330: done checking to see if all hosts have failed 11924 1726884935.63331: getting the remaining hosts for this loop 11924 1726884935.63332: done getting the remaining hosts for this loop 11924 1726884935.63335: getting the next task for host managed_node2 11924 1726884935.63342: done getting next task for host managed_node2 11924 1726884935.63344: ^ task is: TASK: Check MD RAID 11924 1726884935.63350: ^ 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 11924 1726884935.63354: getting variables 11924 1726884935.63357: in VariableManager get_vars() 11924 1726884935.63387: Calling all_inventory to load vars for managed_node2 11924 1726884935.63389: Calling groups_inventory to load vars for managed_node2 11924 1726884935.63392: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884935.63401: Calling all_plugins_play to load vars for managed_node2 11924 1726884935.63404: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884935.63410: Calling groups_plugins_play to load vars for managed_node2 11924 1726884935.64052: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884935.64684: done with get_vars() 11924 1726884935.64698: 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 22:15:35 -0400 (0:00:00.072) 0:01:40.987 ****** 11924 1726884935.64896: entering _queue_task() for managed_node2/include_tasks 11924 1726884935.65188: worker is 1 (out of 1 available) 11924 1726884935.65202: exiting _queue_task() for managed_node2/include_tasks 11924 1726884935.65214: done queuing things up, now waiting for results queue to drain 11924 1726884935.65216: waiting for pending results... 11924 1726884935.65470: running TaskExecutor() for managed_node2/TASK: Check MD RAID 11924 1726884935.65762: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003063 11924 1726884935.65766: variable 'ansible_search_path' from source: unknown 11924 1726884935.65769: calling self._execute() 11924 1726884935.65813: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.65826: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.65841: variable 'omit' from source: magic vars 11924 1726884935.65968: _execute() done 11924 1726884935.65977: dumping result to json 11924 1726884935.65988: done dumping result, returning 11924 1726884935.66003: done running TaskExecutor() for managed_node2/TASK: Check MD RAID [0affc8a3-6f6f-f4c0-2290-000000003063] 11924 1726884935.66017: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003063 11924 1726884935.66288: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003063 11924 1726884935.66292: WORKER PROCESS EXITING 11924 1726884935.66319: no more pending results, returning what we have 11924 1726884935.66324: in VariableManager get_vars() 11924 1726884935.66363: Calling all_inventory to load vars for managed_node2 11924 1726884935.66366: Calling groups_inventory to load vars for managed_node2 11924 1726884935.66369: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884935.66380: Calling all_plugins_play to load vars for managed_node2 11924 1726884935.66382: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884935.66385: Calling groups_plugins_play to load vars for managed_node2 11924 1726884935.67027: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884935.67658: done with get_vars() 11924 1726884935.67670: variable 'ansible_search_path' from source: unknown 11924 1726884935.67801: variable 'storage_test_pool_subset' from source: include params 11924 1726884935.67836: we have included files to process 11924 1726884935.67837: generating all_blocks data 11924 1726884935.67839: done generating all_blocks data 11924 1726884935.67849: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884935.67850: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884935.67853: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884935.69069: done processing included file 11924 1726884935.69076: iterating over new_blocks loaded from include file 11924 1726884935.69078: in VariableManager get_vars() 11924 1726884935.69099: done with get_vars() 11924 1726884935.69101: filtering new block on tags 11924 1726884935.69540: done filtering new block on tags 11924 1726884935.69543: in VariableManager get_vars() 11924 1726884935.69561: done with get_vars() 11924 1726884935.69563: filtering new block on tags 11924 1726884935.69587: done filtering new block on tags 11924 1726884935.69589: 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_node2 11924 1726884935.69594: extending task lists for all hosts with included blocks 11924 1726884935.70918: done extending task lists 11924 1726884935.70920: done processing included files 11924 1726884935.70926: results queue empty 11924 1726884935.70927: checking for any_errors_fatal 11924 1726884935.70930: done checking for any_errors_fatal 11924 1726884935.70930: checking for max_fail_percentage 11924 1726884935.70931: done checking for max_fail_percentage 11924 1726884935.70932: checking to see if all hosts have failed and the running result is not ok 11924 1726884935.70933: done checking to see if all hosts have failed 11924 1726884935.70934: getting the remaining hosts for this loop 11924 1726884935.70935: done getting the remaining hosts for this loop 11924 1726884935.70937: getting the next task for host managed_node2 11924 1726884935.70942: done getting next task for host managed_node2 11924 1726884935.70944: ^ task is: TASK: Get information about RAID 11924 1726884935.70948: ^ 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 11924 1726884935.70950: getting variables 11924 1726884935.70950: in VariableManager get_vars() 11924 1726884935.70961: Calling all_inventory to load vars for managed_node2 11924 1726884935.70963: Calling groups_inventory to load vars for managed_node2 11924 1726884935.70965: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884935.70971: Calling all_plugins_play to load vars for managed_node2 11924 1726884935.70973: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884935.70975: Calling groups_plugins_play to load vars for managed_node2 11924 1726884935.71417: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884935.72051: done with get_vars() 11924 1726884935.72068: done getting variables 11924 1726884935.72107: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:35 -0400 (0:00:00.072) 0:01:41.060 ****** 11924 1726884935.72145: entering _queue_task() for managed_node2/command 11924 1726884935.72478: worker is 1 (out of 1 available) 11924 1726884935.72493: exiting _queue_task() for managed_node2/command 11924 1726884935.72508: done queuing things up, now waiting for results queue to drain 11924 1726884935.72509: waiting for pending results... 11924 1726884935.72756: running TaskExecutor() for managed_node2/TASK: Get information about RAID 11924 1726884935.72923: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000030b9 11924 1726884935.73061: variable 'ansible_search_path' from source: unknown 11924 1726884935.73066: calling self._execute() 11924 1726884935.73110: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.73123: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.73141: variable 'omit' from source: magic vars 11924 1726884935.73577: variable 'storage_test_pool' from source: include params 11924 1726884935.73627: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884935.73637: when evaluation is False, skipping this task 11924 1726884935.73645: _execute() done 11924 1726884935.73652: dumping result to json 11924 1726884935.73661: done dumping result, returning 11924 1726884935.73673: done running TaskExecutor() for managed_node2/TASK: Get information about RAID [0affc8a3-6f6f-f4c0-2290-0000000030b9] 11924 1726884935.73684: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030b9 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884935.74010: no more pending results, returning what we have 11924 1726884935.74014: results queue empty 11924 1726884935.74015: checking for any_errors_fatal 11924 1726884935.74017: done checking for any_errors_fatal 11924 1726884935.74017: checking for max_fail_percentage 11924 1726884935.74019: done checking for max_fail_percentage 11924 1726884935.74020: checking to see if all hosts have failed and the running result is not ok 11924 1726884935.74021: done checking to see if all hosts have failed 11924 1726884935.74022: getting the remaining hosts for this loop 11924 1726884935.74024: done getting the remaining hosts for this loop 11924 1726884935.74028: getting the next task for host managed_node2 11924 1726884935.74035: done getting next task for host managed_node2 11924 1726884935.74038: ^ task is: TASK: Set active devices regex 11924 1726884935.74047: ^ 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 11924 1726884935.74052: getting variables 11924 1726884935.74054: in VariableManager get_vars() 11924 1726884935.74092: Calling all_inventory to load vars for managed_node2 11924 1726884935.74096: Calling groups_inventory to load vars for managed_node2 11924 1726884935.74099: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884935.74114: Calling all_plugins_play to load vars for managed_node2 11924 1726884935.74119: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884935.74122: Calling groups_plugins_play to load vars for managed_node2 11924 1726884935.74636: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030b9 11924 1726884935.74650: WORKER PROCESS EXITING 11924 1726884935.74661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884935.75016: done with get_vars() 11924 1726884935.75026: done getting variables 11924 1726884935.75067: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:35 -0400 (0:00:00.029) 0:01:41.089 ****** 11924 1726884935.75090: entering _queue_task() for managed_node2/set_fact 11924 1726884935.75283: worker is 1 (out of 1 available) 11924 1726884935.75297: exiting _queue_task() for managed_node2/set_fact 11924 1726884935.75311: done queuing things up, now waiting for results queue to drain 11924 1726884935.75313: waiting for pending results... 11924 1726884935.75491: running TaskExecutor() for managed_node2/TASK: Set active devices regex 11924 1726884935.75577: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000030ba 11924 1726884935.75588: variable 'ansible_search_path' from source: unknown 11924 1726884935.75618: calling self._execute() 11924 1726884935.75709: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.75716: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.75725: variable 'omit' from source: magic vars 11924 1726884935.76031: variable 'storage_test_pool' from source: include params 11924 1726884935.76062: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884935.76066: when evaluation is False, skipping this task 11924 1726884935.76069: _execute() done 11924 1726884935.76106: dumping result to json 11924 1726884935.76111: done dumping result, returning 11924 1726884935.76114: done running TaskExecutor() for managed_node2/TASK: Set active devices regex [0affc8a3-6f6f-f4c0-2290-0000000030ba] 11924 1726884935.76116: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030ba 11924 1726884935.76254: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030ba 11924 1726884935.76259: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884935.76406: no more pending results, returning what we have 11924 1726884935.76410: results queue empty 11924 1726884935.76410: checking for any_errors_fatal 11924 1726884935.76417: done checking for any_errors_fatal 11924 1726884935.76418: checking for max_fail_percentage 11924 1726884935.76420: done checking for max_fail_percentage 11924 1726884935.76421: checking to see if all hosts have failed and the running result is not ok 11924 1726884935.76421: done checking to see if all hosts have failed 11924 1726884935.76422: getting the remaining hosts for this loop 11924 1726884935.76423: done getting the remaining hosts for this loop 11924 1726884935.76427: getting the next task for host managed_node2 11924 1726884935.76434: done getting next task for host managed_node2 11924 1726884935.76436: ^ task is: TASK: Set spare devices regex 11924 1726884935.76442: ^ 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 11924 1726884935.76446: getting variables 11924 1726884935.76447: in VariableManager get_vars() 11924 1726884935.76477: Calling all_inventory to load vars for managed_node2 11924 1726884935.76480: Calling groups_inventory to load vars for managed_node2 11924 1726884935.76483: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884935.76491: Calling all_plugins_play to load vars for managed_node2 11924 1726884935.76494: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884935.76497: Calling groups_plugins_play to load vars for managed_node2 11924 1726884935.77141: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884935.77507: done with get_vars() 11924 1726884935.77517: done getting variables 11924 1726884935.77557: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:35 -0400 (0:00:00.024) 0:01:41.114 ****** 11924 1726884935.77582: entering _queue_task() for managed_node2/set_fact 11924 1726884935.77767: worker is 1 (out of 1 available) 11924 1726884935.77779: exiting _queue_task() for managed_node2/set_fact 11924 1726884935.77793: done queuing things up, now waiting for results queue to drain 11924 1726884935.77794: waiting for pending results... 11924 1726884935.77971: running TaskExecutor() for managed_node2/TASK: Set spare devices regex 11924 1726884935.78050: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000030bb 11924 1726884935.78063: variable 'ansible_search_path' from source: unknown 11924 1726884935.78089: calling self._execute() 11924 1726884935.78186: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.78190: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.78198: variable 'omit' from source: magic vars 11924 1726884935.78481: variable 'storage_test_pool' from source: include params 11924 1726884935.78507: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884935.78511: when evaluation is False, skipping this task 11924 1726884935.78515: _execute() done 11924 1726884935.78518: dumping result to json 11924 1726884935.78521: done dumping result, returning 11924 1726884935.78528: done running TaskExecutor() for managed_node2/TASK: Set spare devices regex [0affc8a3-6f6f-f4c0-2290-0000000030bb] 11924 1726884935.78532: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030bb 11924 1726884935.78620: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030bb 11924 1726884935.78623: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884935.78670: no more pending results, returning what we have 11924 1726884935.78674: results queue empty 11924 1726884935.78675: checking for any_errors_fatal 11924 1726884935.78680: done checking for any_errors_fatal 11924 1726884935.78680: checking for max_fail_percentage 11924 1726884935.78682: done checking for max_fail_percentage 11924 1726884935.78682: checking to see if all hosts have failed and the running result is not ok 11924 1726884935.78683: done checking to see if all hosts have failed 11924 1726884935.78684: getting the remaining hosts for this loop 11924 1726884935.78685: done getting the remaining hosts for this loop 11924 1726884935.78689: getting the next task for host managed_node2 11924 1726884935.78696: done getting next task for host managed_node2 11924 1726884935.78698: ^ task is: TASK: Set md version regex 11924 1726884935.78704: ^ 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 11924 1726884935.78707: getting variables 11924 1726884935.78709: in VariableManager get_vars() 11924 1726884935.78736: Calling all_inventory to load vars for managed_node2 11924 1726884935.78739: Calling groups_inventory to load vars for managed_node2 11924 1726884935.78742: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884935.78750: Calling all_plugins_play to load vars for managed_node2 11924 1726884935.78752: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884935.78754: Calling groups_plugins_play to load vars for managed_node2 11924 1726884935.79115: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884935.79724: done with get_vars() 11924 1726884935.79738: done getting variables 11924 1726884935.79795: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:35 -0400 (0:00:00.022) 0:01:41.137 ****** 11924 1726884935.79826: entering _queue_task() for managed_node2/set_fact 11924 1726884935.80062: worker is 1 (out of 1 available) 11924 1726884935.80075: exiting _queue_task() for managed_node2/set_fact 11924 1726884935.80089: done queuing things up, now waiting for results queue to drain 11924 1726884935.80091: waiting for pending results... 11924 1726884935.80484: running TaskExecutor() for managed_node2/TASK: Set md version regex 11924 1726884935.80531: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000030bc 11924 1726884935.80544: variable 'ansible_search_path' from source: unknown 11924 1726884935.80597: calling self._execute() 11924 1726884935.80702: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.80706: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.80715: variable 'omit' from source: magic vars 11924 1726884935.80997: variable 'storage_test_pool' from source: include params 11924 1726884935.81028: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884935.81032: when evaluation is False, skipping this task 11924 1726884935.81036: _execute() done 11924 1726884935.81038: dumping result to json 11924 1726884935.81041: done dumping result, returning 11924 1726884935.81045: done running TaskExecutor() for managed_node2/TASK: Set md version regex [0affc8a3-6f6f-f4c0-2290-0000000030bc] 11924 1726884935.81050: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030bc 11924 1726884935.81140: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030bc 11924 1726884935.81143: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884935.81194: no more pending results, returning what we have 11924 1726884935.81197: results queue empty 11924 1726884935.81198: checking for any_errors_fatal 11924 1726884935.81203: done checking for any_errors_fatal 11924 1726884935.81204: checking for max_fail_percentage 11924 1726884935.81205: done checking for max_fail_percentage 11924 1726884935.81206: checking to see if all hosts have failed and the running result is not ok 11924 1726884935.81209: done checking to see if all hosts have failed 11924 1726884935.81210: getting the remaining hosts for this loop 11924 1726884935.81212: done getting the remaining hosts for this loop 11924 1726884935.81215: getting the next task for host managed_node2 11924 1726884935.81222: done getting next task for host managed_node2 11924 1726884935.81224: ^ task is: TASK: Set md chunk size regex 11924 1726884935.81230: ^ 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 11924 1726884935.81233: getting variables 11924 1726884935.81235: in VariableManager get_vars() 11924 1726884935.81265: Calling all_inventory to load vars for managed_node2 11924 1726884935.81268: Calling groups_inventory to load vars for managed_node2 11924 1726884935.81270: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884935.81279: Calling all_plugins_play to load vars for managed_node2 11924 1726884935.81282: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884935.81284: Calling groups_plugins_play to load vars for managed_node2 11924 1726884935.81624: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884935.81985: done with get_vars() 11924 1726884935.81995: done getting variables 11924 1726884935.82034: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:35 -0400 (0:00:00.022) 0:01:41.159 ****** 11924 1726884935.82060: entering _queue_task() for managed_node2/set_fact 11924 1726884935.82326: worker is 1 (out of 1 available) 11924 1726884935.82341: exiting _queue_task() for managed_node2/set_fact 11924 1726884935.82357: done queuing things up, now waiting for results queue to drain 11924 1726884935.82359: waiting for pending results... 11924 1726884935.82678: running TaskExecutor() for managed_node2/TASK: Set md chunk size regex 11924 1726884935.82754: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000030bd 11924 1726884935.82860: variable 'ansible_search_path' from source: unknown 11924 1726884935.82865: calling self._execute() 11924 1726884935.82963: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.82975: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.82997: variable 'omit' from source: magic vars 11924 1726884935.83373: variable 'storage_test_pool' from source: include params 11924 1726884935.83414: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884935.83423: when evaluation is False, skipping this task 11924 1726884935.83434: _execute() done 11924 1726884935.83442: dumping result to json 11924 1726884935.83449: done dumping result, returning 11924 1726884935.83464: done running TaskExecutor() for managed_node2/TASK: Set md chunk size regex [0affc8a3-6f6f-f4c0-2290-0000000030bd] 11924 1726884935.83475: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030bd 11924 1726884935.83783: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030bd 11924 1726884935.83787: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884935.83827: no more pending results, returning what we have 11924 1726884935.83830: results queue empty 11924 1726884935.83831: checking for any_errors_fatal 11924 1726884935.83837: done checking for any_errors_fatal 11924 1726884935.83838: checking for max_fail_percentage 11924 1726884935.83839: done checking for max_fail_percentage 11924 1726884935.83840: checking to see if all hosts have failed and the running result is not ok 11924 1726884935.83841: done checking to see if all hosts have failed 11924 1726884935.83842: getting the remaining hosts for this loop 11924 1726884935.83843: done getting the remaining hosts for this loop 11924 1726884935.83846: getting the next task for host managed_node2 11924 1726884935.83853: done getting next task for host managed_node2 11924 1726884935.83868: ^ task is: TASK: Parse the chunk size 11924 1726884935.83875: ^ 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 11924 1726884935.83878: getting variables 11924 1726884935.83879: in VariableManager get_vars() 11924 1726884935.83915: Calling all_inventory to load vars for managed_node2 11924 1726884935.83917: Calling groups_inventory to load vars for managed_node2 11924 1726884935.83920: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884935.83929: Calling all_plugins_play to load vars for managed_node2 11924 1726884935.83931: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884935.83934: Calling groups_plugins_play to load vars for managed_node2 11924 1726884935.84767: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884935.85105: done with get_vars() 11924 1726884935.85116: 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 22:15:35 -0400 (0:00:00.031) 0:01:41.190 ****** 11924 1726884935.85178: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884935.85390: worker is 1 (out of 1 available) 11924 1726884935.85404: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884935.85417: done queuing things up, now waiting for results queue to drain 11924 1726884935.85419: waiting for pending results... 11924 1726884935.85613: running TaskExecutor() for managed_node2/TASK: Parse the chunk size 11924 1726884935.85716: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000030be 11924 1726884935.85727: variable 'ansible_search_path' from source: unknown 11924 1726884935.85754: calling self._execute() 11924 1726884935.85871: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.85874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.85879: variable 'omit' from source: magic vars 11924 1726884935.86360: variable 'storage_test_pool' from source: include params 11924 1726884935.86364: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884935.86366: when evaluation is False, skipping this task 11924 1726884935.86369: _execute() done 11924 1726884935.86372: dumping result to json 11924 1726884935.86374: done dumping result, returning 11924 1726884935.86376: done running TaskExecutor() for managed_node2/TASK: Parse the chunk size [0affc8a3-6f6f-f4c0-2290-0000000030be] 11924 1726884935.86378: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030be 11924 1726884935.86457: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030be 11924 1726884935.86460: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884935.86513: no more pending results, returning what we have 11924 1726884935.86516: results queue empty 11924 1726884935.86516: checking for any_errors_fatal 11924 1726884935.86524: done checking for any_errors_fatal 11924 1726884935.86524: checking for max_fail_percentage 11924 1726884935.86526: done checking for max_fail_percentage 11924 1726884935.86527: checking to see if all hosts have failed and the running result is not ok 11924 1726884935.86527: done checking to see if all hosts have failed 11924 1726884935.86528: getting the remaining hosts for this loop 11924 1726884935.86530: done getting the remaining hosts for this loop 11924 1726884935.86534: getting the next task for host managed_node2 11924 1726884935.86541: done getting next task for host managed_node2 11924 1726884935.86544: ^ task is: TASK: Check RAID active devices count 11924 1726884935.86549: ^ 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 11924 1726884935.86553: getting variables 11924 1726884935.86554: in VariableManager get_vars() 11924 1726884935.86584: Calling all_inventory to load vars for managed_node2 11924 1726884935.86587: Calling groups_inventory to load vars for managed_node2 11924 1726884935.86589: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884935.86598: Calling all_plugins_play to load vars for managed_node2 11924 1726884935.86600: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884935.86603: Calling groups_plugins_play to load vars for managed_node2 11924 1726884935.87163: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884935.87713: done with get_vars() 11924 1726884935.87725: done getting variables 11924 1726884935.87770: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:35 -0400 (0:00:00.026) 0:01:41.216 ****** 11924 1726884935.87793: entering _queue_task() for managed_node2/assert 11924 1726884935.88020: worker is 1 (out of 1 available) 11924 1726884935.88034: exiting _queue_task() for managed_node2/assert 11924 1726884935.88048: done queuing things up, now waiting for results queue to drain 11924 1726884935.88050: waiting for pending results... 11924 1726884935.88241: running TaskExecutor() for managed_node2/TASK: Check RAID active devices count 11924 1726884935.88322: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000030bf 11924 1726884935.88334: variable 'ansible_search_path' from source: unknown 11924 1726884935.88365: calling self._execute() 11924 1726884935.88464: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.88468: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.88477: variable 'omit' from source: magic vars 11924 1726884935.88778: variable 'storage_test_pool' from source: include params 11924 1726884935.88804: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884935.88811: when evaluation is False, skipping this task 11924 1726884935.88815: _execute() done 11924 1726884935.88817: dumping result to json 11924 1726884935.88820: done dumping result, returning 11924 1726884935.88823: done running TaskExecutor() for managed_node2/TASK: Check RAID active devices count [0affc8a3-6f6f-f4c0-2290-0000000030bf] 11924 1726884935.88828: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030bf 11924 1726884935.88932: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030bf 11924 1726884935.88935: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884935.88989: no more pending results, returning what we have 11924 1726884935.88993: results queue empty 11924 1726884935.88993: checking for any_errors_fatal 11924 1726884935.89001: done checking for any_errors_fatal 11924 1726884935.89002: checking for max_fail_percentage 11924 1726884935.89004: done checking for max_fail_percentage 11924 1726884935.89005: checking to see if all hosts have failed and the running result is not ok 11924 1726884935.89005: done checking to see if all hosts have failed 11924 1726884935.89006: getting the remaining hosts for this loop 11924 1726884935.89009: done getting the remaining hosts for this loop 11924 1726884935.89016: getting the next task for host managed_node2 11924 1726884935.89026: done getting next task for host managed_node2 11924 1726884935.89029: ^ task is: TASK: Check RAID spare devices count 11924 1726884935.89037: ^ 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 11924 1726884935.89041: getting variables 11924 1726884935.89044: in VariableManager get_vars() 11924 1726884935.89086: Calling all_inventory to load vars for managed_node2 11924 1726884935.89089: Calling groups_inventory to load vars for managed_node2 11924 1726884935.89092: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884935.89102: Calling all_plugins_play to load vars for managed_node2 11924 1726884935.89105: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884935.89110: Calling groups_plugins_play to load vars for managed_node2 11924 1726884935.89559: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884935.89922: done with get_vars() 11924 1726884935.89933: done getting variables 11924 1726884935.89976: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:35 -0400 (0:00:00.022) 0:01:41.239 ****** 11924 1726884935.90013: entering _queue_task() for managed_node2/assert 11924 1726884935.90298: worker is 1 (out of 1 available) 11924 1726884935.90312: exiting _queue_task() for managed_node2/assert 11924 1726884935.90327: done queuing things up, now waiting for results queue to drain 11924 1726884935.90328: waiting for pending results... 11924 1726884935.90801: running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count 11924 1726884935.90932: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000030c0 11924 1726884935.90969: variable 'ansible_search_path' from source: unknown 11924 1726884935.91015: calling self._execute() 11924 1726884935.91176: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.91184: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.91187: variable 'omit' from source: magic vars 11924 1726884935.91639: variable 'storage_test_pool' from source: include params 11924 1726884935.91645: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884935.91648: when evaluation is False, skipping this task 11924 1726884935.91651: _execute() done 11924 1726884935.91653: dumping result to json 11924 1726884935.91663: done dumping result, returning 11924 1726884935.91666: done running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count [0affc8a3-6f6f-f4c0-2290-0000000030c0] 11924 1726884935.91669: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030c0 11924 1726884935.91838: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030c0 11924 1726884935.91841: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884935.91899: no more pending results, returning what we have 11924 1726884935.91902: results queue empty 11924 1726884935.91902: checking for any_errors_fatal 11924 1726884935.91909: done checking for any_errors_fatal 11924 1726884935.91910: checking for max_fail_percentage 11924 1726884935.91911: done checking for max_fail_percentage 11924 1726884935.91912: checking to see if all hosts have failed and the running result is not ok 11924 1726884935.91913: done checking to see if all hosts have failed 11924 1726884935.91913: getting the remaining hosts for this loop 11924 1726884935.91915: done getting the remaining hosts for this loop 11924 1726884935.91918: getting the next task for host managed_node2 11924 1726884935.91924: done getting next task for host managed_node2 11924 1726884935.91928: ^ task is: TASK: Check RAID metadata version 11924 1726884935.91934: ^ 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 11924 1726884935.91939: getting variables 11924 1726884935.91941: in VariableManager get_vars() 11924 1726884935.91989: Calling all_inventory to load vars for managed_node2 11924 1726884935.91992: Calling groups_inventory to load vars for managed_node2 11924 1726884935.91996: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884935.92005: Calling all_plugins_play to load vars for managed_node2 11924 1726884935.92008: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884935.92012: Calling groups_plugins_play to load vars for managed_node2 11924 1726884935.92735: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884935.93454: done with get_vars() 11924 1726884935.93479: done getting variables 11924 1726884935.93618: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:35 -0400 (0:00:00.036) 0:01:41.275 ****** 11924 1726884935.93651: entering _queue_task() for managed_node2/assert 11924 1726884935.93954: worker is 1 (out of 1 available) 11924 1726884935.93971: exiting _queue_task() for managed_node2/assert 11924 1726884935.93987: done queuing things up, now waiting for results queue to drain 11924 1726884935.93988: waiting for pending results... 11924 1726884935.94877: running TaskExecutor() for managed_node2/TASK: Check RAID metadata version 11924 1726884935.95266: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000030c1 11924 1726884935.95271: variable 'ansible_search_path' from source: unknown 11924 1726884935.95274: calling self._execute() 11924 1726884935.95565: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.95577: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.95761: variable 'omit' from source: magic vars 11924 1726884935.96320: variable 'storage_test_pool' from source: include params 11924 1726884935.96359: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884935.96365: when evaluation is False, skipping this task 11924 1726884935.96368: _execute() done 11924 1726884935.96370: dumping result to json 11924 1726884935.96373: done dumping result, returning 11924 1726884935.96376: done running TaskExecutor() for managed_node2/TASK: Check RAID metadata version [0affc8a3-6f6f-f4c0-2290-0000000030c1] 11924 1726884935.96378: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030c1 11924 1726884935.96468: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030c1 11924 1726884935.96471: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884935.96521: no more pending results, returning what we have 11924 1726884935.96525: results queue empty 11924 1726884935.96525: checking for any_errors_fatal 11924 1726884935.96536: done checking for any_errors_fatal 11924 1726884935.96537: checking for max_fail_percentage 11924 1726884935.96539: done checking for max_fail_percentage 11924 1726884935.96540: checking to see if all hosts have failed and the running result is not ok 11924 1726884935.96540: done checking to see if all hosts have failed 11924 1726884935.96541: getting the remaining hosts for this loop 11924 1726884935.96543: done getting the remaining hosts for this loop 11924 1726884935.96546: getting the next task for host managed_node2 11924 1726884935.96554: done getting next task for host managed_node2 11924 1726884935.96558: ^ task is: TASK: Check RAID chunk size 11924 1726884935.96565: ^ 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 11924 1726884935.96568: getting variables 11924 1726884935.96570: in VariableManager get_vars() 11924 1726884935.96603: Calling all_inventory to load vars for managed_node2 11924 1726884935.96605: Calling groups_inventory to load vars for managed_node2 11924 1726884935.96609: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884935.96620: Calling all_plugins_play to load vars for managed_node2 11924 1726884935.96622: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884935.96625: Calling groups_plugins_play to load vars for managed_node2 11924 1726884935.97000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884935.97357: done with get_vars() 11924 1726884935.97368: done getting variables 11924 1726884935.97407: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:35 -0400 (0:00:00.037) 0:01:41.313 ****** 11924 1726884935.97433: entering _queue_task() for managed_node2/assert 11924 1726884935.97649: worker is 1 (out of 1 available) 11924 1726884935.97665: exiting _queue_task() for managed_node2/assert 11924 1726884935.97679: done queuing things up, now waiting for results queue to drain 11924 1726884935.97681: waiting for pending results... 11924 1726884935.98101: running TaskExecutor() for managed_node2/TASK: Check RAID chunk size 11924 1726884935.98106: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000030c2 11924 1726884935.98109: variable 'ansible_search_path' from source: unknown 11924 1726884935.98111: calling self._execute() 11924 1726884935.98532: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884935.98543: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884935.98560: variable 'omit' from source: magic vars 11924 1726884935.99037: variable 'storage_test_pool' from source: include params 11924 1726884935.99088: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884935.99101: when evaluation is False, skipping this task 11924 1726884935.99110: _execute() done 11924 1726884935.99118: dumping result to json 11924 1726884935.99126: done dumping result, returning 11924 1726884935.99143: done running TaskExecutor() for managed_node2/TASK: Check RAID chunk size [0affc8a3-6f6f-f4c0-2290-0000000030c2] 11924 1726884935.99154: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030c2 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884935.99414: no more pending results, returning what we have 11924 1726884935.99420: results queue empty 11924 1726884935.99421: checking for any_errors_fatal 11924 1726884935.99431: done checking for any_errors_fatal 11924 1726884935.99432: checking for max_fail_percentage 11924 1726884935.99433: done checking for max_fail_percentage 11924 1726884935.99434: checking to see if all hosts have failed and the running result is not ok 11924 1726884935.99435: done checking to see if all hosts have failed 11924 1726884935.99436: getting the remaining hosts for this loop 11924 1726884935.99437: done getting the remaining hosts for this loop 11924 1726884935.99441: getting the next task for host managed_node2 11924 1726884935.99452: done getting next task for host managed_node2 11924 1726884935.99454: ^ task is: TASK: Reset variables used by tests 11924 1726884935.99462: ^ 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 11924 1726884935.99465: getting variables 11924 1726884935.99467: in VariableManager get_vars() 11924 1726884935.99498: Calling all_inventory to load vars for managed_node2 11924 1726884935.99501: Calling groups_inventory to load vars for managed_node2 11924 1726884935.99504: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884935.99515: Calling all_plugins_play to load vars for managed_node2 11924 1726884935.99518: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884935.99521: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.00103: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030c2 11924 1726884936.00106: WORKER PROCESS EXITING 11924 1726884936.00790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.01697: done with get_vars() 11924 1726884936.01715: done getting variables 11924 1726884936.01777: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:36 -0400 (0:00:00.043) 0:01:41.357 ****** 11924 1726884936.01816: entering _queue_task() for managed_node2/set_fact 11924 1726884936.02273: worker is 1 (out of 1 available) 11924 1726884936.02285: exiting _queue_task() for managed_node2/set_fact 11924 1726884936.02297: done queuing things up, now waiting for results queue to drain 11924 1726884936.02299: waiting for pending results... 11924 1726884936.02476: running TaskExecutor() for managed_node2/TASK: Reset variables used by tests 11924 1726884936.02666: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000030c4 11924 1726884936.02687: variable 'ansible_search_path' from source: unknown 11924 1726884936.02741: calling self._execute() 11924 1726884936.02898: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.02917: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.02933: variable 'omit' from source: magic vars 11924 1726884936.03054: variable 'omit' from source: magic vars 11924 1726884936.03129: variable 'omit' from source: magic vars 11924 1726884936.03170: variable 'omit' from source: magic vars 11924 1726884936.03232: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884936.03291: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884936.03361: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884936.03365: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884936.03367: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884936.03372: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884936.03400: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884936.03436: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884936.03446: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.03456: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.03584: Set connection var ansible_shell_executable to /bin/sh 11924 1726884936.03592: Set connection var ansible_connection to ssh 11924 1726884936.03618: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884936.03621: Set connection var ansible_timeout to 10 11924 1726884936.03629: Set connection var ansible_pipelining to False 11924 1726884936.03662: Set connection var ansible_shell_type to sh 11924 1726884936.03680: variable 'ansible_shell_executable' from source: unknown 11924 1726884936.03689: variable 'ansible_connection' from source: unknown 11924 1726884936.03696: variable 'ansible_module_compression' from source: unknown 11924 1726884936.03727: variable 'ansible_shell_type' from source: unknown 11924 1726884936.03730: variable 'ansible_shell_executable' from source: unknown 11924 1726884936.03732: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.03734: variable 'ansible_pipelining' from source: unknown 11924 1726884936.03736: variable 'ansible_timeout' from source: unknown 11924 1726884936.03739: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.03945: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884936.03948: variable 'omit' from source: magic vars 11924 1726884936.03951: starting attempt loop 11924 1726884936.03952: running the handler 11924 1726884936.03954: handler run complete 11924 1726884936.03959: attempt loop complete, returning result 11924 1726884936.03961: _execute() done 11924 1726884936.03962: dumping result to json 11924 1726884936.03964: done dumping result, returning 11924 1726884936.03966: done running TaskExecutor() for managed_node2/TASK: Reset variables used by tests [0affc8a3-6f6f-f4c0-2290-0000000030c4] 11924 1726884936.03968: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030c4 ok: [managed_node2] => { "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 } 11924 1726884936.04111: no more pending results, returning what we have 11924 1726884936.04115: results queue empty 11924 1726884936.04116: checking for any_errors_fatal 11924 1726884936.04125: done checking for any_errors_fatal 11924 1726884936.04126: checking for max_fail_percentage 11924 1726884936.04128: done checking for max_fail_percentage 11924 1726884936.04129: checking to see if all hosts have failed and the running result is not ok 11924 1726884936.04130: done checking to see if all hosts have failed 11924 1726884936.04130: getting the remaining hosts for this loop 11924 1726884936.04132: done getting the remaining hosts for this loop 11924 1726884936.04136: getting the next task for host managed_node2 11924 1726884936.04148: done getting next task for host managed_node2 11924 1726884936.04152: ^ task is: TASK: Check LVM RAID 11924 1726884936.04158: ^ 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 11924 1726884936.04164: getting variables 11924 1726884936.04166: in VariableManager get_vars() 11924 1726884936.04200: Calling all_inventory to load vars for managed_node2 11924 1726884936.04202: Calling groups_inventory to load vars for managed_node2 11924 1726884936.04205: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.04215: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.04218: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.04221: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.05267: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000030c4 11924 1726884936.05270: WORKER PROCESS EXITING 11924 1726884936.05461: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.06108: done with get_vars() 11924 1726884936.06134: 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 22:15:36 -0400 (0:00:00.044) 0:01:41.401 ****** 11924 1726884936.06281: entering _queue_task() for managed_node2/include_tasks 11924 1726884936.06609: worker is 1 (out of 1 available) 11924 1726884936.06623: exiting _queue_task() for managed_node2/include_tasks 11924 1726884936.06636: done queuing things up, now waiting for results queue to drain 11924 1726884936.06638: waiting for pending results... 11924 1726884936.06947: running TaskExecutor() for managed_node2/TASK: Check LVM RAID 11924 1726884936.07162: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003064 11924 1726884936.07166: variable 'ansible_search_path' from source: unknown 11924 1726884936.07169: calling self._execute() 11924 1726884936.07279: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.07294: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.07313: variable 'omit' from source: magic vars 11924 1726884936.07429: _execute() done 11924 1726884936.07438: dumping result to json 11924 1726884936.07445: done dumping result, returning 11924 1726884936.07462: done running TaskExecutor() for managed_node2/TASK: Check LVM RAID [0affc8a3-6f6f-f4c0-2290-000000003064] 11924 1726884936.07475: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003064 11924 1726884936.07720: no more pending results, returning what we have 11924 1726884936.07727: in VariableManager get_vars() 11924 1726884936.07775: Calling all_inventory to load vars for managed_node2 11924 1726884936.07778: Calling groups_inventory to load vars for managed_node2 11924 1726884936.07782: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.07796: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.07799: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.07802: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.08464: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003064 11924 1726884936.08480: WORKER PROCESS EXITING 11924 1726884936.08505: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.09773: done with get_vars() 11924 1726884936.09846: variable 'ansible_search_path' from source: unknown 11924 1726884936.10067: variable 'storage_test_pool_subset' from source: include params 11924 1726884936.10124: we have included files to process 11924 1726884936.10125: generating all_blocks data 11924 1726884936.10127: done generating all_blocks data 11924 1726884936.10132: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884936.10134: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884936.10136: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884936.10483: in VariableManager get_vars() 11924 1726884936.10568: done with get_vars() 11924 1726884936.10584: done processing included file 11924 1726884936.10586: iterating over new_blocks loaded from include file 11924 1726884936.10588: in VariableManager get_vars() 11924 1726884936.10699: done with get_vars() 11924 1726884936.10701: filtering new block on tags 11924 1726884936.10776: done filtering new block on tags 11924 1726884936.10779: 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_node2 11924 1726884936.10784: extending task lists for all hosts with included blocks 11924 1726884936.12982: done extending task lists 11924 1726884936.12983: done processing included files 11924 1726884936.12983: results queue empty 11924 1726884936.12984: checking for any_errors_fatal 11924 1726884936.12987: done checking for any_errors_fatal 11924 1726884936.12988: checking for max_fail_percentage 11924 1726884936.12988: done checking for max_fail_percentage 11924 1726884936.12989: checking to see if all hosts have failed and the running result is not ok 11924 1726884936.12989: done checking to see if all hosts have failed 11924 1726884936.12990: getting the remaining hosts for this loop 11924 1726884936.12991: done getting the remaining hosts for this loop 11924 1726884936.12992: getting the next task for host managed_node2 11924 1726884936.12996: done getting next task for host managed_node2 11924 1726884936.12997: ^ task is: TASK: Validate pool member LVM RAID settings 11924 1726884936.12999: ^ 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 11924 1726884936.13001: getting variables 11924 1726884936.13001: in VariableManager get_vars() 11924 1726884936.13010: Calling all_inventory to load vars for managed_node2 11924 1726884936.13012: Calling groups_inventory to load vars for managed_node2 11924 1726884936.13014: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.13018: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.13019: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.13021: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.13561: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.14369: done with get_vars() 11924 1726884936.14379: 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 22:15:36 -0400 (0:00:00.081) 0:01:41.483 ****** 11924 1726884936.14440: entering _queue_task() for managed_node2/include_tasks 11924 1726884936.14669: worker is 1 (out of 1 available) 11924 1726884936.14682: exiting _queue_task() for managed_node2/include_tasks 11924 1726884936.14696: done queuing things up, now waiting for results queue to drain 11924 1726884936.14698: waiting for pending results... 11924 1726884936.14893: running TaskExecutor() for managed_node2/TASK: Validate pool member LVM RAID settings 11924 1726884936.14984: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003184 11924 1726884936.15023: variable 'ansible_search_path' from source: unknown 11924 1726884936.15245: variable 'storage_test_pool' from source: include params 11924 1726884936.15449: variable 'omit' from source: magic vars 11924 1726884936.15594: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.15598: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.15606: variable 'omit' from source: magic vars 11924 1726884936.15877: variable 'storage_test_pool' from source: include params 11924 1726884936.15880: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884936.15984: variable 'storage_test_lvmraid_volume' from source: unknown 11924 1726884936.15987: variable 'storage_test_lvmraid_volume' from source: unknown 11924 1726884936.16403: dumping result to json 11924 1726884936.16406: done dumping result, returning 11924 1726884936.16408: done running TaskExecutor() for managed_node2/TASK: Validate pool member LVM RAID settings [0affc8a3-6f6f-f4c0-2290-000000003184] 11924 1726884936.16410: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003184 11924 1726884936.16517: no more pending results, returning what we have 11924 1726884936.16522: in VariableManager get_vars() 11924 1726884936.16561: Calling all_inventory to load vars for managed_node2 11924 1726884936.16564: Calling groups_inventory to load vars for managed_node2 11924 1726884936.16568: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.16580: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.16583: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.16587: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.17116: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003184 11924 1726884936.17119: WORKER PROCESS EXITING 11924 1726884936.17138: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.17933: done with get_vars() 11924 1726884936.17946: variable 'ansible_search_path' from source: unknown 11924 1726884936.17995: we have included files to process 11924 1726884936.17997: generating all_blocks data 11924 1726884936.17999: done generating all_blocks data 11924 1726884936.18001: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884936.18002: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884936.18005: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884936.18841: done processing included file 11924 1726884936.18843: iterating over new_blocks loaded from include file 11924 1726884936.18845: in VariableManager get_vars() 11924 1726884936.18864: done with get_vars() 11924 1726884936.18866: filtering new block on tags 11924 1726884936.18978: done filtering new block on tags 11924 1726884936.18981: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884936.18994: extending task lists for all hosts with included blocks 11924 1726884936.19196: done extending task lists 11924 1726884936.19197: done processing included files 11924 1726884936.19198: results queue empty 11924 1726884936.19198: checking for any_errors_fatal 11924 1726884936.19203: done checking for any_errors_fatal 11924 1726884936.19204: checking for max_fail_percentage 11924 1726884936.19205: done checking for max_fail_percentage 11924 1726884936.19206: checking to see if all hosts have failed and the running result is not ok 11924 1726884936.19210: done checking to see if all hosts have failed 11924 1726884936.19210: getting the remaining hosts for this loop 11924 1726884936.19212: done getting the remaining hosts for this loop 11924 1726884936.19215: getting the next task for host managed_node2 11924 1726884936.19220: done getting next task for host managed_node2 11924 1726884936.19222: ^ task is: TASK: Get information about the LV 11924 1726884936.19226: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884936.19229: getting variables 11924 1726884936.19230: in VariableManager get_vars() 11924 1726884936.19239: Calling all_inventory to load vars for managed_node2 11924 1726884936.19241: Calling groups_inventory to load vars for managed_node2 11924 1726884936.19243: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.19248: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.19250: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.19261: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.19729: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.20244: done with get_vars() 11924 1726884936.20260: done getting variables 11924 1726884936.20306: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:36 -0400 (0:00:00.058) 0:01:41.542 ****** 11924 1726884936.20336: entering _queue_task() for managed_node2/command 11924 1726884936.20639: worker is 1 (out of 1 available) 11924 1726884936.20657: exiting _queue_task() for managed_node2/command 11924 1726884936.20671: done queuing things up, now waiting for results queue to drain 11924 1726884936.20673: waiting for pending results... 11924 1726884936.21016: running TaskExecutor() for managed_node2/TASK: Get information about the LV 11924 1726884936.21211: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000032a5 11924 1726884936.21239: variable 'ansible_search_path' from source: unknown 11924 1726884936.21291: calling self._execute() 11924 1726884936.21436: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.21452: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.21472: variable 'omit' from source: magic vars 11924 1726884936.21895: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884936.22237: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884936.22300: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884936.22354: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884936.22464: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884936.22487: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884936.22520: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884936.22558: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884936.22601: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884936.22772: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884936.22829: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884936.22838: when evaluation is False, skipping this task 11924 1726884936.22850: _execute() done 11924 1726884936.22865: dumping result to json 11924 1726884936.22878: done dumping result, returning 11924 1726884936.23061: done running TaskExecutor() for managed_node2/TASK: Get information about the LV [0affc8a3-6f6f-f4c0-2290-0000000032a5] 11924 1726884936.23065: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000032a5 11924 1726884936.23141: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000032a5 11924 1726884936.23144: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884936.23208: no more pending results, returning what we have 11924 1726884936.23212: results queue empty 11924 1726884936.23213: checking for any_errors_fatal 11924 1726884936.23215: done checking for any_errors_fatal 11924 1726884936.23216: checking for max_fail_percentage 11924 1726884936.23218: done checking for max_fail_percentage 11924 1726884936.23218: checking to see if all hosts have failed and the running result is not ok 11924 1726884936.23219: done checking to see if all hosts have failed 11924 1726884936.23220: getting the remaining hosts for this loop 11924 1726884936.23222: done getting the remaining hosts for this loop 11924 1726884936.23228: getting the next task for host managed_node2 11924 1726884936.23241: done getting next task for host managed_node2 11924 1726884936.23245: ^ task is: TASK: Set LV segment type 11924 1726884936.23252: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884936.23262: getting variables 11924 1726884936.23265: in VariableManager get_vars() 11924 1726884936.23306: Calling all_inventory to load vars for managed_node2 11924 1726884936.23309: Calling groups_inventory to load vars for managed_node2 11924 1726884936.23314: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.23329: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.23333: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.23339: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.24059: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.24979: done with get_vars() 11924 1726884936.24994: done getting variables 11924 1726884936.25059: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:36 -0400 (0:00:00.047) 0:01:41.589 ****** 11924 1726884936.25094: entering _queue_task() for managed_node2/set_fact 11924 1726884936.25366: worker is 1 (out of 1 available) 11924 1726884936.25380: exiting _queue_task() for managed_node2/set_fact 11924 1726884936.25395: done queuing things up, now waiting for results queue to drain 11924 1726884936.25396: waiting for pending results... 11924 1726884936.25582: running TaskExecutor() for managed_node2/TASK: Set LV segment type 11924 1726884936.25678: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000032a6 11924 1726884936.25689: variable 'ansible_search_path' from source: unknown 11924 1726884936.25720: calling self._execute() 11924 1726884936.25843: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.25847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.25850: variable 'omit' from source: magic vars 11924 1726884936.26097: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884936.26303: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884936.26338: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884936.26365: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884936.26403: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884936.26458: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884936.26476: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884936.26495: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884936.26518: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884936.26616: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884936.26640: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884936.26643: when evaluation is False, skipping this task 11924 1726884936.26646: _execute() done 11924 1726884936.26649: dumping result to json 11924 1726884936.26651: done dumping result, returning 11924 1726884936.26658: done running TaskExecutor() for managed_node2/TASK: Set LV segment type [0affc8a3-6f6f-f4c0-2290-0000000032a6] 11924 1726884936.26663: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000032a6 11924 1726884936.26756: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000032a6 11924 1726884936.26760: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884936.26802: no more pending results, returning what we have 11924 1726884936.26806: results queue empty 11924 1726884936.26806: checking for any_errors_fatal 11924 1726884936.26820: done checking for any_errors_fatal 11924 1726884936.26821: checking for max_fail_percentage 11924 1726884936.26822: done checking for max_fail_percentage 11924 1726884936.26823: checking to see if all hosts have failed and the running result is not ok 11924 1726884936.26824: done checking to see if all hosts have failed 11924 1726884936.26824: getting the remaining hosts for this loop 11924 1726884936.26827: done getting the remaining hosts for this loop 11924 1726884936.26830: getting the next task for host managed_node2 11924 1726884936.26837: done getting next task for host managed_node2 11924 1726884936.26840: ^ task is: TASK: Check segment type 11924 1726884936.26846: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884936.26850: getting variables 11924 1726884936.26852: in VariableManager get_vars() 11924 1726884936.26881: Calling all_inventory to load vars for managed_node2 11924 1726884936.26883: Calling groups_inventory to load vars for managed_node2 11924 1726884936.26886: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.26893: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.26896: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.26898: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.27442: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.28063: done with get_vars() 11924 1726884936.28078: done getting variables 11924 1726884936.28140: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:36 -0400 (0:00:00.030) 0:01:41.620 ****** 11924 1726884936.28169: entering _queue_task() for managed_node2/assert 11924 1726884936.28386: worker is 1 (out of 1 available) 11924 1726884936.28400: exiting _queue_task() for managed_node2/assert 11924 1726884936.28415: done queuing things up, now waiting for results queue to drain 11924 1726884936.28416: waiting for pending results... 11924 1726884936.28618: running TaskExecutor() for managed_node2/TASK: Check segment type 11924 1726884936.28712: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000032a7 11924 1726884936.28726: variable 'ansible_search_path' from source: unknown 11924 1726884936.28753: calling self._execute() 11924 1726884936.28857: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.28865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.28876: variable 'omit' from source: magic vars 11924 1726884936.29154: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884936.29361: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884936.29397: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884936.29428: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884936.29456: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884936.29522: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884936.29546: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884936.29566: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884936.29584: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884936.29689: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884936.29717: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884936.29720: when evaluation is False, skipping this task 11924 1726884936.29723: _execute() done 11924 1726884936.29726: dumping result to json 11924 1726884936.29728: done dumping result, returning 11924 1726884936.29733: done running TaskExecutor() for managed_node2/TASK: Check segment type [0affc8a3-6f6f-f4c0-2290-0000000032a7] 11924 1726884936.29745: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000032a7 11924 1726884936.29831: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000032a7 11924 1726884936.29834: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884936.29888: no more pending results, returning what we have 11924 1726884936.29891: results queue empty 11924 1726884936.29892: checking for any_errors_fatal 11924 1726884936.29904: done checking for any_errors_fatal 11924 1726884936.29905: checking for max_fail_percentage 11924 1726884936.29906: done checking for max_fail_percentage 11924 1726884936.29909: checking to see if all hosts have failed and the running result is not ok 11924 1726884936.29910: done checking to see if all hosts have failed 11924 1726884936.29911: getting the remaining hosts for this loop 11924 1726884936.29913: done getting the remaining hosts for this loop 11924 1726884936.29917: getting the next task for host managed_node2 11924 1726884936.29924: done getting next task for host managed_node2 11924 1726884936.29926: ^ task is: TASK: Set LV stripe size 11924 1726884936.29932: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884936.29936: getting variables 11924 1726884936.29937: in VariableManager get_vars() 11924 1726884936.29968: Calling all_inventory to load vars for managed_node2 11924 1726884936.29970: Calling groups_inventory to load vars for managed_node2 11924 1726884936.29974: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.29982: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.29984: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.29987: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.30353: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.30709: done with get_vars() 11924 1726884936.30720: done getting variables 11924 1726884936.30760: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:36 -0400 (0:00:00.026) 0:01:41.646 ****** 11924 1726884936.30781: entering _queue_task() for managed_node2/set_fact 11924 1726884936.30982: worker is 1 (out of 1 available) 11924 1726884936.30994: exiting _queue_task() for managed_node2/set_fact 11924 1726884936.31009: done queuing things up, now waiting for results queue to drain 11924 1726884936.31011: waiting for pending results... 11924 1726884936.31205: running TaskExecutor() for managed_node2/TASK: Set LV stripe size 11924 1726884936.31287: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000032a8 11924 1726884936.31299: variable 'ansible_search_path' from source: unknown 11924 1726884936.31327: calling self._execute() 11924 1726884936.31421: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.31424: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.31433: variable 'omit' from source: magic vars 11924 1726884936.32003: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884936.32184: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884936.32318: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884936.32322: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884936.32325: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884936.32431: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884936.32434: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884936.32463: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884936.32483: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884936.32575: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884936.32603: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884936.32606: when evaluation is False, skipping this task 11924 1726884936.32612: _execute() done 11924 1726884936.32615: dumping result to json 11924 1726884936.32618: done dumping result, returning 11924 1726884936.32621: done running TaskExecutor() for managed_node2/TASK: Set LV stripe size [0affc8a3-6f6f-f4c0-2290-0000000032a8] 11924 1726884936.32623: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000032a8 11924 1726884936.32738: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000032a8 11924 1726884936.32741: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884936.32831: no more pending results, returning what we have 11924 1726884936.32834: results queue empty 11924 1726884936.32835: checking for any_errors_fatal 11924 1726884936.32841: done checking for any_errors_fatal 11924 1726884936.32842: checking for max_fail_percentage 11924 1726884936.32846: done checking for max_fail_percentage 11924 1726884936.32847: checking to see if all hosts have failed and the running result is not ok 11924 1726884936.32848: done checking to see if all hosts have failed 11924 1726884936.32848: getting the remaining hosts for this loop 11924 1726884936.32850: done getting the remaining hosts for this loop 11924 1726884936.32853: getting the next task for host managed_node2 11924 1726884936.32862: done getting next task for host managed_node2 11924 1726884936.32864: ^ task is: TASK: Parse the requested stripe size 11924 1726884936.32873: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884936.32881: getting variables 11924 1726884936.32883: in VariableManager get_vars() 11924 1726884936.32915: Calling all_inventory to load vars for managed_node2 11924 1726884936.32921: Calling groups_inventory to load vars for managed_node2 11924 1726884936.32925: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.32934: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.32937: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.32940: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.33544: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.34195: done with get_vars() 11924 1726884936.34218: 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 22:15:36 -0400 (0:00:00.035) 0:01:41.682 ****** 11924 1726884936.34317: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884936.34604: worker is 1 (out of 1 available) 11924 1726884936.34616: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884936.34629: done queuing things up, now waiting for results queue to drain 11924 1726884936.34631: waiting for pending results... 11924 1726884936.34842: running TaskExecutor() for managed_node2/TASK: Parse the requested stripe size 11924 1726884936.35045: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000032a9 11924 1726884936.35049: variable 'ansible_search_path' from source: unknown 11924 1726884936.35052: calling self._execute() 11924 1726884936.35167: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.35180: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.35210: variable 'omit' from source: magic vars 11924 1726884936.35862: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884936.36076: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884936.36141: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884936.36251: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884936.36296: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884936.36568: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884936.36602: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884936.36639: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884936.36687: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884936.36970: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884936.37023: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884936.37060: when evaluation is False, skipping this task 11924 1726884936.37064: _execute() done 11924 1726884936.37066: dumping result to json 11924 1726884936.37069: done dumping result, returning 11924 1726884936.37071: done running TaskExecutor() for managed_node2/TASK: Parse the requested stripe size [0affc8a3-6f6f-f4c0-2290-0000000032a9] 11924 1726884936.37073: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000032a9 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884936.37415: no more pending results, returning what we have 11924 1726884936.37419: results queue empty 11924 1726884936.37420: checking for any_errors_fatal 11924 1726884936.37428: done checking for any_errors_fatal 11924 1726884936.37429: checking for max_fail_percentage 11924 1726884936.37431: done checking for max_fail_percentage 11924 1726884936.37432: checking to see if all hosts have failed and the running result is not ok 11924 1726884936.37432: done checking to see if all hosts have failed 11924 1726884936.37433: getting the remaining hosts for this loop 11924 1726884936.37435: done getting the remaining hosts for this loop 11924 1726884936.37439: getting the next task for host managed_node2 11924 1726884936.37446: done getting next task for host managed_node2 11924 1726884936.37449: ^ task is: TASK: Set expected stripe size 11924 1726884936.37454: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884936.37461: getting variables 11924 1726884936.37462: in VariableManager get_vars() 11924 1726884936.37497: Calling all_inventory to load vars for managed_node2 11924 1726884936.37499: Calling groups_inventory to load vars for managed_node2 11924 1726884936.37502: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.37515: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.37518: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.37521: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.38069: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000032a9 11924 1726884936.38073: WORKER PROCESS EXITING 11924 1726884936.38311: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.39212: done with get_vars() 11924 1726884936.39278: done getting variables 11924 1726884936.39583: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:36 -0400 (0:00:00.053) 0:01:41.735 ****** 11924 1726884936.39624: entering _queue_task() for managed_node2/set_fact 11924 1726884936.41077: worker is 1 (out of 1 available) 11924 1726884936.41093: exiting _queue_task() for managed_node2/set_fact 11924 1726884936.41110: done queuing things up, now waiting for results queue to drain 11924 1726884936.41112: waiting for pending results... 11924 1726884936.41614: running TaskExecutor() for managed_node2/TASK: Set expected stripe size 11924 1726884936.42053: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000032aa 11924 1726884936.42089: variable 'ansible_search_path' from source: unknown 11924 1726884936.42157: calling self._execute() 11924 1726884936.42322: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.42327: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.42338: variable 'omit' from source: magic vars 11924 1726884936.42613: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884936.42960: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884936.42963: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884936.42973: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884936.43020: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884936.43116: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884936.43147: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884936.43181: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884936.43212: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884936.43350: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884936.43395: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884936.43404: when evaluation is False, skipping this task 11924 1726884936.43414: _execute() done 11924 1726884936.43422: dumping result to json 11924 1726884936.43431: done dumping result, returning 11924 1726884936.43441: done running TaskExecutor() for managed_node2/TASK: Set expected stripe size [0affc8a3-6f6f-f4c0-2290-0000000032aa] 11924 1726884936.43559: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000032aa skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884936.43690: no more pending results, returning what we have 11924 1726884936.43694: results queue empty 11924 1726884936.43695: checking for any_errors_fatal 11924 1726884936.43705: done checking for any_errors_fatal 11924 1726884936.43706: checking for max_fail_percentage 11924 1726884936.43708: done checking for max_fail_percentage 11924 1726884936.43709: checking to see if all hosts have failed and the running result is not ok 11924 1726884936.43709: done checking to see if all hosts have failed 11924 1726884936.43710: getting the remaining hosts for this loop 11924 1726884936.43713: done getting the remaining hosts for this loop 11924 1726884936.43716: getting the next task for host managed_node2 11924 1726884936.43725: done getting next task for host managed_node2 11924 1726884936.43727: ^ task is: TASK: Check stripe size 11924 1726884936.43733: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884936.43744: getting variables 11924 1726884936.43747: in VariableManager get_vars() 11924 1726884936.43783: Calling all_inventory to load vars for managed_node2 11924 1726884936.43785: Calling groups_inventory to load vars for managed_node2 11924 1726884936.43789: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.43800: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.43803: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.43806: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.44363: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000032aa 11924 1726884936.44976: WORKER PROCESS EXITING 11924 1726884936.45536: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.45958: done with get_vars() 11924 1726884936.45973: done getting variables 11924 1726884936.46016: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:36 -0400 (0:00:00.064) 0:01:41.799 ****** 11924 1726884936.46048: entering _queue_task() for managed_node2/assert 11924 1726884936.46324: worker is 1 (out of 1 available) 11924 1726884936.46338: exiting _queue_task() for managed_node2/assert 11924 1726884936.46351: done queuing things up, now waiting for results queue to drain 11924 1726884936.46352: waiting for pending results... 11924 1726884936.46605: running TaskExecutor() for managed_node2/TASK: Check stripe size 11924 1726884936.46736: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000032ab 11924 1726884936.46740: variable 'ansible_search_path' from source: unknown 11924 1726884936.46775: calling self._execute() 11924 1726884936.46961: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.46965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.46969: variable 'omit' from source: magic vars 11924 1726884936.47315: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884936.47596: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884936.47650: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884936.47694: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884936.47732: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884936.47808: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884936.47833: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884936.47865: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884936.47960: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884936.48041: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884936.48080: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884936.48088: when evaluation is False, skipping this task 11924 1726884936.48094: _execute() done 11924 1726884936.48101: dumping result to json 11924 1726884936.48108: done dumping result, returning 11924 1726884936.48117: done running TaskExecutor() for managed_node2/TASK: Check stripe size [0affc8a3-6f6f-f4c0-2290-0000000032ab] 11924 1726884936.48125: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000032ab 11924 1726884936.48461: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000032ab 11924 1726884936.48464: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884936.48499: no more pending results, returning what we have 11924 1726884936.48504: results queue empty 11924 1726884936.48504: checking for any_errors_fatal 11924 1726884936.48511: done checking for any_errors_fatal 11924 1726884936.48512: checking for max_fail_percentage 11924 1726884936.48513: done checking for max_fail_percentage 11924 1726884936.48514: checking to see if all hosts have failed and the running result is not ok 11924 1726884936.48515: done checking to see if all hosts have failed 11924 1726884936.48516: getting the remaining hosts for this loop 11924 1726884936.48517: done getting the remaining hosts for this loop 11924 1726884936.48522: getting the next task for host managed_node2 11924 1726884936.48532: done getting next task for host managed_node2 11924 1726884936.48535: ^ task is: TASK: Check Thin Pools 11924 1726884936.48540: ^ 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 11924 1726884936.48545: getting variables 11924 1726884936.48546: in VariableManager get_vars() 11924 1726884936.48576: Calling all_inventory to load vars for managed_node2 11924 1726884936.48578: Calling groups_inventory to load vars for managed_node2 11924 1726884936.48581: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.48589: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.48592: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.48595: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.49133: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.49757: done with get_vars() 11924 1726884936.49771: 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 22:15:36 -0400 (0:00:00.038) 0:01:41.837 ****** 11924 1726884936.49858: entering _queue_task() for managed_node2/include_tasks 11924 1726884936.50117: worker is 1 (out of 1 available) 11924 1726884936.50131: exiting _queue_task() for managed_node2/include_tasks 11924 1726884936.50147: done queuing things up, now waiting for results queue to drain 11924 1726884936.50149: waiting for pending results... 11924 1726884936.50461: running TaskExecutor() for managed_node2/TASK: Check Thin Pools 11924 1726884936.50607: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003065 11924 1726884936.50633: variable 'ansible_search_path' from source: unknown 11924 1726884936.50857: calling self._execute() 11924 1726884936.51057: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.51069: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.51083: variable 'omit' from source: magic vars 11924 1726884936.51219: _execute() done 11924 1726884936.51230: dumping result to json 11924 1726884936.51241: done dumping result, returning 11924 1726884936.51253: done running TaskExecutor() for managed_node2/TASK: Check Thin Pools [0affc8a3-6f6f-f4c0-2290-000000003065] 11924 1726884936.51266: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003065 11924 1726884936.51506: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003065 11924 1726884936.51513: WORKER PROCESS EXITING 11924 1726884936.51542: no more pending results, returning what we have 11924 1726884936.51548: in VariableManager get_vars() 11924 1726884936.51591: Calling all_inventory to load vars for managed_node2 11924 1726884936.51594: Calling groups_inventory to load vars for managed_node2 11924 1726884936.51598: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.51610: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.51614: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.51617: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.52761: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.53441: done with get_vars() 11924 1726884936.53453: variable 'ansible_search_path' from source: unknown 11924 1726884936.53576: variable 'storage_test_pool_subset' from source: include params 11924 1726884936.53607: we have included files to process 11924 1726884936.53608: generating all_blocks data 11924 1726884936.53610: done generating all_blocks data 11924 1726884936.53617: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884936.53618: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884936.53621: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884936.53729: in VariableManager get_vars() 11924 1726884936.53751: done with get_vars() 11924 1726884936.53767: done processing included file 11924 1726884936.53769: iterating over new_blocks loaded from include file 11924 1726884936.53770: in VariableManager get_vars() 11924 1726884936.53786: done with get_vars() 11924 1726884936.53788: filtering new block on tags 11924 1726884936.53815: done filtering new block on tags 11924 1726884936.53817: 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_node2 11924 1726884936.53822: extending task lists for all hosts with included blocks 11924 1726884936.57383: done extending task lists 11924 1726884936.57385: done processing included files 11924 1726884936.57386: results queue empty 11924 1726884936.57386: checking for any_errors_fatal 11924 1726884936.57391: done checking for any_errors_fatal 11924 1726884936.57392: checking for max_fail_percentage 11924 1726884936.57393: done checking for max_fail_percentage 11924 1726884936.57394: checking to see if all hosts have failed and the running result is not ok 11924 1726884936.57395: done checking to see if all hosts have failed 11924 1726884936.57395: getting the remaining hosts for this loop 11924 1726884936.57397: done getting the remaining hosts for this loop 11924 1726884936.57399: getting the next task for host managed_node2 11924 1726884936.57404: done getting next task for host managed_node2 11924 1726884936.57406: ^ task is: TASK: Validate pool member thinpool settings 11924 1726884936.57410: ^ 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 11924 1726884936.57412: getting variables 11924 1726884936.57414: in VariableManager get_vars() 11924 1726884936.57425: Calling all_inventory to load vars for managed_node2 11924 1726884936.57427: Calling groups_inventory to load vars for managed_node2 11924 1726884936.57429: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.57435: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.57437: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.57440: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.57847: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.58452: done with get_vars() 11924 1726884936.58468: 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 22:15:36 -0400 (0:00:00.086) 0:01:41.924 ****** 11924 1726884936.58558: entering _queue_task() for managed_node2/include_tasks 11924 1726884936.58876: worker is 1 (out of 1 available) 11924 1726884936.58889: exiting _queue_task() for managed_node2/include_tasks 11924 1726884936.58902: done queuing things up, now waiting for results queue to drain 11924 1726884936.58904: waiting for pending results... 11924 1726884936.59287: running TaskExecutor() for managed_node2/TASK: Validate pool member thinpool settings 11924 1726884936.59381: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000032da 11924 1726884936.59385: variable 'ansible_search_path' from source: unknown 11924 1726884936.59707: variable 'storage_test_pool' from source: include params 11924 1726884936.59883: variable 'omit' from source: magic vars 11924 1726884936.60053: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.60071: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.60086: variable 'omit' from source: magic vars 11924 1726884936.60326: variable 'storage_test_pool' from source: include params 11924 1726884936.60346: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884936.60388: variable 'storage_test_thin_volume' from source: unknown 11924 1726884936.60451: variable 'storage_test_thin_volume' from source: unknown 11924 1726884936.61204: dumping result to json 11924 1726884936.61208: done dumping result, returning 11924 1726884936.61210: done running TaskExecutor() for managed_node2/TASK: Validate pool member thinpool settings [0affc8a3-6f6f-f4c0-2290-0000000032da] 11924 1726884936.61212: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000032da 11924 1726884936.61272: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000032da 11924 1726884936.61275: WORKER PROCESS EXITING 11924 1726884936.61364: no more pending results, returning what we have 11924 1726884936.61370: in VariableManager get_vars() 11924 1726884936.61409: Calling all_inventory to load vars for managed_node2 11924 1726884936.61411: Calling groups_inventory to load vars for managed_node2 11924 1726884936.61415: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.61428: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.61431: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.61433: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.62829: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.64027: done with get_vars() 11924 1726884936.64041: variable 'ansible_search_path' from source: unknown 11924 1726884936.64089: we have included files to process 11924 1726884936.64090: generating all_blocks data 11924 1726884936.64092: done generating all_blocks data 11924 1726884936.64093: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884936.64094: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884936.64096: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884936.65092: done processing included file 11924 1726884936.65094: iterating over new_blocks loaded from include file 11924 1726884936.65096: in VariableManager get_vars() 11924 1726884936.65116: done with get_vars() 11924 1726884936.65118: filtering new block on tags 11924 1726884936.65286: done filtering new block on tags 11924 1726884936.65289: in VariableManager get_vars() 11924 1726884936.65306: done with get_vars() 11924 1726884936.65308: filtering new block on tags 11924 1726884936.65333: done filtering new block on tags 11924 1726884936.65335: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884936.65346: extending task lists for all hosts with included blocks 11924 1726884936.65850: done extending task lists 11924 1726884936.65851: done processing included files 11924 1726884936.65852: results queue empty 11924 1726884936.65853: checking for any_errors_fatal 11924 1726884936.65857: done checking for any_errors_fatal 11924 1726884936.65858: checking for max_fail_percentage 11924 1726884936.65859: done checking for max_fail_percentage 11924 1726884936.65860: checking to see if all hosts have failed and the running result is not ok 11924 1726884936.65861: done checking to see if all hosts have failed 11924 1726884936.65862: getting the remaining hosts for this loop 11924 1726884936.65863: done getting the remaining hosts for this loop 11924 1726884936.65866: getting the next task for host managed_node2 11924 1726884936.65872: done getting next task for host managed_node2 11924 1726884936.65874: ^ task is: TASK: Get information about thinpool 11924 1726884936.65879: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884936.65881: getting variables 11924 1726884936.65882: in VariableManager get_vars() 11924 1726884936.65892: Calling all_inventory to load vars for managed_node2 11924 1726884936.65894: Calling groups_inventory to load vars for managed_node2 11924 1726884936.65897: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.65909: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.65911: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.65914: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.66897: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.67664: done with get_vars() 11924 1726884936.67678: done getting variables 11924 1726884936.67720: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:36 -0400 (0:00:00.091) 0:01:42.016 ****** 11924 1726884936.67756: entering _queue_task() for managed_node2/command 11924 1726884936.68083: worker is 1 (out of 1 available) 11924 1726884936.68096: exiting _queue_task() for managed_node2/command 11924 1726884936.68110: done queuing things up, now waiting for results queue to drain 11924 1726884936.68112: waiting for pending results... 11924 1726884936.68573: running TaskExecutor() for managed_node2/TASK: Get information about thinpool 11924 1726884936.68597: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000340e 11924 1726884936.68620: variable 'ansible_search_path' from source: unknown 11924 1726884936.68698: calling self._execute() 11924 1726884936.68818: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.68831: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.68851: variable 'omit' from source: magic vars 11924 1726884936.69241: variable 'storage_test_thin_volume' from source: include params 11924 1726884936.69268: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884936.69351: when evaluation is False, skipping this task 11924 1726884936.69356: _execute() done 11924 1726884936.69359: dumping result to json 11924 1726884936.69361: done dumping result, returning 11924 1726884936.69364: done running TaskExecutor() for managed_node2/TASK: Get information about thinpool [0affc8a3-6f6f-f4c0-2290-00000000340e] 11924 1726884936.69366: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000340e 11924 1726884936.69435: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000340e 11924 1726884936.69439: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884936.69514: no more pending results, returning what we have 11924 1726884936.69518: results queue empty 11924 1726884936.69519: checking for any_errors_fatal 11924 1726884936.69521: done checking for any_errors_fatal 11924 1726884936.69522: checking for max_fail_percentage 11924 1726884936.69523: done checking for max_fail_percentage 11924 1726884936.69524: checking to see if all hosts have failed and the running result is not ok 11924 1726884936.69525: done checking to see if all hosts have failed 11924 1726884936.69526: getting the remaining hosts for this loop 11924 1726884936.69528: done getting the remaining hosts for this loop 11924 1726884936.69532: getting the next task for host managed_node2 11924 1726884936.69544: done getting next task for host managed_node2 11924 1726884936.69546: ^ task is: TASK: Check that volume is in correct thinpool (when thinp name is provided) 11924 1726884936.69558: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884936.69564: getting variables 11924 1726884936.69567: in VariableManager get_vars() 11924 1726884936.69606: Calling all_inventory to load vars for managed_node2 11924 1726884936.69610: Calling groups_inventory to load vars for managed_node2 11924 1726884936.69614: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.69626: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.69630: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.69633: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.70488: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.71345: done with get_vars() 11924 1726884936.71565: done getting variables 11924 1726884936.71630: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:36 -0400 (0:00:00.039) 0:01:42.055 ****** 11924 1726884936.71672: entering _queue_task() for managed_node2/assert 11924 1726884936.72461: worker is 1 (out of 1 available) 11924 1726884936.72472: exiting _queue_task() for managed_node2/assert 11924 1726884936.72483: done queuing things up, now waiting for results queue to drain 11924 1726884936.72485: waiting for pending results... 11924 1726884936.72673: running TaskExecutor() for managed_node2/TASK: Check that volume is in correct thinpool (when thinp name is provided) 11924 1726884936.72750: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000340f 11924 1726884936.72772: variable 'ansible_search_path' from source: unknown 11924 1726884936.72815: calling self._execute() 11924 1726884936.72951: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.72965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.72979: variable 'omit' from source: magic vars 11924 1726884936.73362: variable 'storage_test_thin_volume' from source: include params 11924 1726884936.73387: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884936.73460: when evaluation is False, skipping this task 11924 1726884936.73465: _execute() done 11924 1726884936.73468: dumping result to json 11924 1726884936.73470: done dumping result, returning 11924 1726884936.73473: done running TaskExecutor() for managed_node2/TASK: Check that volume is in correct thinpool (when thinp name is provided) [0affc8a3-6f6f-f4c0-2290-00000000340f] 11924 1726884936.73476: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000340f 11924 1726884936.73543: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000340f 11924 1726884936.73546: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884936.73597: no more pending results, returning what we have 11924 1726884936.73601: results queue empty 11924 1726884936.73602: checking for any_errors_fatal 11924 1726884936.73611: done checking for any_errors_fatal 11924 1726884936.73612: checking for max_fail_percentage 11924 1726884936.73614: done checking for max_fail_percentage 11924 1726884936.73615: checking to see if all hosts have failed and the running result is not ok 11924 1726884936.73616: done checking to see if all hosts have failed 11924 1726884936.73617: getting the remaining hosts for this loop 11924 1726884936.73619: done getting the remaining hosts for this loop 11924 1726884936.73623: getting the next task for host managed_node2 11924 1726884936.73633: done getting next task for host managed_node2 11924 1726884936.73636: ^ task is: TASK: Check that volume is in thinpool (when thinp name is not provided) 11924 1726884936.73644: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884936.73650: getting variables 11924 1726884936.73652: in VariableManager get_vars() 11924 1726884936.73690: Calling all_inventory to load vars for managed_node2 11924 1726884936.73693: Calling groups_inventory to load vars for managed_node2 11924 1726884936.73697: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.73710: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.73713: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.73716: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.74963: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.76199: done with get_vars() 11924 1726884936.76217: done getting variables 11924 1726884936.76278: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:36 -0400 (0:00:00.046) 0:01:42.102 ****** 11924 1726884936.76314: entering _queue_task() for managed_node2/assert 11924 1726884936.77134: worker is 1 (out of 1 available) 11924 1726884936.77150: exiting _queue_task() for managed_node2/assert 11924 1726884936.77166: done queuing things up, now waiting for results queue to drain 11924 1726884936.77168: waiting for pending results... 11924 1726884936.77976: running TaskExecutor() for managed_node2/TASK: Check that volume is in thinpool (when thinp name is not provided) 11924 1726884936.78021: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003410 11924 1726884936.78099: variable 'ansible_search_path' from source: unknown 11924 1726884936.78143: calling self._execute() 11924 1726884936.78517: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.78521: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.78524: variable 'omit' from source: magic vars 11924 1726884936.79169: variable 'storage_test_thin_volume' from source: include params 11924 1726884936.79212: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884936.79222: when evaluation is False, skipping this task 11924 1726884936.79231: _execute() done 11924 1726884936.79239: dumping result to json 11924 1726884936.79246: done dumping result, returning 11924 1726884936.79259: done running TaskExecutor() for managed_node2/TASK: Check that volume is in thinpool (when thinp name is not provided) [0affc8a3-6f6f-f4c0-2290-000000003410] 11924 1726884936.79271: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003410 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884936.79566: no more pending results, returning what we have 11924 1726884936.79570: results queue empty 11924 1726884936.79570: checking for any_errors_fatal 11924 1726884936.79580: done checking for any_errors_fatal 11924 1726884936.79581: checking for max_fail_percentage 11924 1726884936.79582: done checking for max_fail_percentage 11924 1726884936.79583: checking to see if all hosts have failed and the running result is not ok 11924 1726884936.79584: done checking to see if all hosts have failed 11924 1726884936.79584: getting the remaining hosts for this loop 11924 1726884936.79586: done getting the remaining hosts for this loop 11924 1726884936.79590: getting the next task for host managed_node2 11924 1726884936.79600: done getting next task for host managed_node2 11924 1726884936.79603: ^ task is: TASK: Reset variable used by test 11924 1726884936.79609: ^ 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=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884936.79614: getting variables 11924 1726884936.79616: in VariableManager get_vars() 11924 1726884936.79650: Calling all_inventory to load vars for managed_node2 11924 1726884936.79653: Calling groups_inventory to load vars for managed_node2 11924 1726884936.79658: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.79664: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003410 11924 1726884936.79668: WORKER PROCESS EXITING 11924 1726884936.79679: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.79683: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.79686: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.80443: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.81132: done with get_vars() 11924 1726884936.81153: done getting variables 11924 1726884936.81218: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:36 -0400 (0:00:00.049) 0:01:42.151 ****** 11924 1726884936.81264: entering _queue_task() for managed_node2/set_fact 11924 1726884936.81615: worker is 1 (out of 1 available) 11924 1726884936.81625: exiting _queue_task() for managed_node2/set_fact 11924 1726884936.81637: done queuing things up, now waiting for results queue to drain 11924 1726884936.81639: waiting for pending results... 11924 1726884936.82346: running TaskExecutor() for managed_node2/TASK: Reset variable used by test 11924 1726884936.82767: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003412 11924 1726884936.82770: variable 'ansible_search_path' from source: unknown 11924 1726884936.82799: calling self._execute() 11924 1726884936.83036: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.83100: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.83122: variable 'omit' from source: magic vars 11924 1726884936.83374: variable 'omit' from source: magic vars 11924 1726884936.83636: variable 'omit' from source: magic vars 11924 1726884936.83650: variable 'omit' from source: magic vars 11924 1726884936.83792: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884936.83841: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884936.84165: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884936.84169: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884936.84171: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884936.84173: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884936.84176: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884936.84202: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884936.84214: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.84222: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.84354: Set connection var ansible_shell_executable to /bin/sh 11924 1726884936.84497: Set connection var ansible_connection to ssh 11924 1726884936.84514: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884936.84526: Set connection var ansible_timeout to 10 11924 1726884936.84538: Set connection var ansible_pipelining to False 11924 1726884936.84549: Set connection var ansible_shell_type to sh 11924 1726884936.84589: variable 'ansible_shell_executable' from source: unknown 11924 1726884936.84712: variable 'ansible_connection' from source: unknown 11924 1726884936.84716: variable 'ansible_module_compression' from source: unknown 11924 1726884936.84719: variable 'ansible_shell_type' from source: unknown 11924 1726884936.84721: variable 'ansible_shell_executable' from source: unknown 11924 1726884936.84723: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.84725: variable 'ansible_pipelining' from source: unknown 11924 1726884936.84728: variable 'ansible_timeout' from source: unknown 11924 1726884936.84730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.85147: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884936.85152: variable 'omit' from source: magic vars 11924 1726884936.85154: starting attempt loop 11924 1726884936.85158: running the handler 11924 1726884936.85164: handler run complete 11924 1726884936.85179: attempt loop complete, returning result 11924 1726884936.85186: _execute() done 11924 1726884936.85191: dumping result to json 11924 1726884936.85197: done dumping result, returning 11924 1726884936.85211: done running TaskExecutor() for managed_node2/TASK: Reset variable used by test [0affc8a3-6f6f-f4c0-2290-000000003412] 11924 1726884936.85265: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003412 ok: [managed_node2] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } 11924 1726884936.85531: no more pending results, returning what we have 11924 1726884936.85535: results queue empty 11924 1726884936.85536: checking for any_errors_fatal 11924 1726884936.85547: done checking for any_errors_fatal 11924 1726884936.85548: checking for max_fail_percentage 11924 1726884936.85550: done checking for max_fail_percentage 11924 1726884936.85551: checking to see if all hosts have failed and the running result is not ok 11924 1726884936.85551: done checking to see if all hosts have failed 11924 1726884936.85552: getting the remaining hosts for this loop 11924 1726884936.85554: done getting the remaining hosts for this loop 11924 1726884936.85560: getting the next task for host managed_node2 11924 1726884936.85578: done getting next task for host managed_node2 11924 1726884936.85583: ^ task is: TASK: Check member encryption 11924 1726884936.85589: ^ 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 11924 1726884936.85596: getting variables 11924 1726884936.85598: in VariableManager get_vars() 11924 1726884936.85638: Calling all_inventory to load vars for managed_node2 11924 1726884936.85640: Calling groups_inventory to load vars for managed_node2 11924 1726884936.85643: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.85654: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.85962: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.85971: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.86669: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003412 11924 1726884936.86673: WORKER PROCESS EXITING 11924 1726884936.86971: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.87645: done with get_vars() 11924 1726884936.87668: 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 22:15:36 -0400 (0:00:00.065) 0:01:42.216 ****** 11924 1726884936.87781: entering _queue_task() for managed_node2/include_tasks 11924 1726884936.88259: worker is 1 (out of 1 available) 11924 1726884936.88273: exiting _queue_task() for managed_node2/include_tasks 11924 1726884936.88284: done queuing things up, now waiting for results queue to drain 11924 1726884936.88286: waiting for pending results... 11924 1726884936.88531: running TaskExecutor() for managed_node2/TASK: Check member encryption 11924 1726884936.88684: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003066 11924 1726884936.88704: variable 'ansible_search_path' from source: unknown 11924 1726884936.88749: calling self._execute() 11924 1726884936.88897: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.88914: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.88929: variable 'omit' from source: magic vars 11924 1726884936.89068: _execute() done 11924 1726884936.89077: dumping result to json 11924 1726884936.89084: done dumping result, returning 11924 1726884936.89094: done running TaskExecutor() for managed_node2/TASK: Check member encryption [0affc8a3-6f6f-f4c0-2290-000000003066] 11924 1726884936.89332: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003066 11924 1726884936.89471: no more pending results, returning what we have 11924 1726884936.89477: in VariableManager get_vars() 11924 1726884936.89527: Calling all_inventory to load vars for managed_node2 11924 1726884936.89530: Calling groups_inventory to load vars for managed_node2 11924 1726884936.89534: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.89663: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.89667: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.89671: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.90306: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003066 11924 1726884936.90312: WORKER PROCESS EXITING 11924 1726884936.91146: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.92506: done with get_vars() 11924 1726884936.92523: variable 'ansible_search_path' from source: unknown 11924 1726884936.92775: variable 'storage_test_pool_subset' from source: include params 11924 1726884936.92811: we have included files to process 11924 1726884936.92813: generating all_blocks data 11924 1726884936.92815: done generating all_blocks data 11924 1726884936.92823: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884936.92824: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884936.92942: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884936.93434: in VariableManager get_vars() 11924 1726884936.93461: done with get_vars() 11924 1726884936.93570: in VariableManager get_vars() 11924 1726884936.93596: done with get_vars() 11924 1726884936.93692: done processing included file 11924 1726884936.93694: iterating over new_blocks loaded from include file 11924 1726884936.93696: in VariableManager get_vars() 11924 1726884936.93710: done with get_vars() 11924 1726884936.93712: filtering new block on tags 11924 1726884936.93772: done filtering new block on tags 11924 1726884936.93774: 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_node2 11924 1726884936.93779: extending task lists for all hosts with included blocks 11924 1726884936.97371: done extending task lists 11924 1726884936.97373: done processing included files 11924 1726884936.97374: results queue empty 11924 1726884936.97375: checking for any_errors_fatal 11924 1726884936.97379: done checking for any_errors_fatal 11924 1726884936.97380: checking for max_fail_percentage 11924 1726884936.97381: done checking for max_fail_percentage 11924 1726884936.97382: checking to see if all hosts have failed and the running result is not ok 11924 1726884936.97382: done checking to see if all hosts have failed 11924 1726884936.97383: getting the remaining hosts for this loop 11924 1726884936.97385: done getting the remaining hosts for this loop 11924 1726884936.97387: getting the next task for host managed_node2 11924 1726884936.97392: done getting next task for host managed_node2 11924 1726884936.97394: ^ task is: TASK: Set test variables 11924 1726884936.97399: ^ 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 11924 1726884936.97401: getting variables 11924 1726884936.97402: in VariableManager get_vars() 11924 1726884936.97415: Calling all_inventory to load vars for managed_node2 11924 1726884936.97418: Calling groups_inventory to load vars for managed_node2 11924 1726884936.97421: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884936.97427: Calling all_plugins_play to load vars for managed_node2 11924 1726884936.97429: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884936.97432: Calling groups_plugins_play to load vars for managed_node2 11924 1726884936.98166: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884936.98788: done with get_vars() 11924 1726884936.98805: done getting variables 11924 1726884936.98853: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:36 -0400 (0:00:00.111) 0:01:42.327 ****** 11924 1726884936.98891: entering _queue_task() for managed_node2/set_fact 11924 1726884936.99252: worker is 1 (out of 1 available) 11924 1726884936.99368: exiting _queue_task() for managed_node2/set_fact 11924 1726884936.99382: done queuing things up, now waiting for results queue to drain 11924 1726884936.99384: waiting for pending results... 11924 1726884936.99624: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884936.99764: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003439 11924 1726884936.99781: variable 'ansible_search_path' from source: unknown 11924 1726884936.99815: calling self._execute() 11924 1726884936.99941: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884936.99944: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884936.99958: variable 'omit' from source: magic vars 11924 1726884937.00084: variable 'omit' from source: magic vars 11924 1726884937.00146: variable 'omit' from source: magic vars 11924 1726884937.00620: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884937.02997: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884937.03069: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884937.03106: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884937.03139: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884937.03166: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884937.03314: variable 'storage_test_pool' from source: include params 11924 1726884937.03459: variable 'storage_test_pool' from source: include params 11924 1726884937.03490: variable 'omit' from source: magic vars 11924 1726884937.03526: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884937.03562: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884937.03596: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884937.03599: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884937.03602: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884937.03621: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884937.03660: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884937.03677: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884937.03680: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.03683: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.03885: Set connection var ansible_shell_executable to /bin/sh 11924 1726884937.03891: Set connection var ansible_connection to ssh 11924 1726884937.03894: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884937.03897: Set connection var ansible_timeout to 10 11924 1726884937.03900: Set connection var ansible_pipelining to False 11924 1726884937.03902: Set connection var ansible_shell_type to sh 11924 1726884937.03905: variable 'ansible_shell_executable' from source: unknown 11924 1726884937.03910: variable 'ansible_connection' from source: unknown 11924 1726884937.03913: variable 'ansible_module_compression' from source: unknown 11924 1726884937.03916: variable 'ansible_shell_type' from source: unknown 11924 1726884937.03922: variable 'ansible_shell_executable' from source: unknown 11924 1726884937.03925: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.03927: variable 'ansible_pipelining' from source: unknown 11924 1726884937.03929: variable 'ansible_timeout' from source: unknown 11924 1726884937.03931: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.04033: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884937.04037: variable 'omit' from source: magic vars 11924 1726884937.04039: starting attempt loop 11924 1726884937.04041: running the handler 11924 1726884937.04043: handler run complete 11924 1726884937.04107: attempt loop complete, returning result 11924 1726884937.04113: _execute() done 11924 1726884937.04115: dumping result to json 11924 1726884937.04116: done dumping result, returning 11924 1726884937.04118: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-000000003439] 11924 1726884937.04120: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003439 11924 1726884937.04186: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003439 11924 1726884937.04189: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 11924 1726884937.04251: no more pending results, returning what we have 11924 1726884937.04257: results queue empty 11924 1726884937.04258: checking for any_errors_fatal 11924 1726884937.04260: done checking for any_errors_fatal 11924 1726884937.04261: checking for max_fail_percentage 11924 1726884937.04263: done checking for max_fail_percentage 11924 1726884937.04264: checking to see if all hosts have failed and the running result is not ok 11924 1726884937.04265: done checking to see if all hosts have failed 11924 1726884937.04265: getting the remaining hosts for this loop 11924 1726884937.04268: done getting the remaining hosts for this loop 11924 1726884937.04272: getting the next task for host managed_node2 11924 1726884937.04281: done getting next task for host managed_node2 11924 1726884937.04285: ^ task is: TASK: Validate pool member LUKS settings 11924 1726884937.04293: ^ 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 11924 1726884937.04299: getting variables 11924 1726884937.04301: in VariableManager get_vars() 11924 1726884937.04339: Calling all_inventory to load vars for managed_node2 11924 1726884937.04349: Calling groups_inventory to load vars for managed_node2 11924 1726884937.04353: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884937.04565: Calling all_plugins_play to load vars for managed_node2 11924 1726884937.04569: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884937.04573: Calling groups_plugins_play to load vars for managed_node2 11924 1726884937.05287: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884937.06167: done with get_vars() 11924 1726884937.06185: 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 22:15:37 -0400 (0:00:00.074) 0:01:42.402 ****** 11924 1726884937.06366: entering _queue_task() for managed_node2/include_tasks 11924 1726884937.06984: worker is 1 (out of 1 available) 11924 1726884937.06995: exiting _queue_task() for managed_node2/include_tasks 11924 1726884937.07005: done queuing things up, now waiting for results queue to drain 11924 1726884937.07006: waiting for pending results... 11924 1726884937.07293: running TaskExecutor() for managed_node2/TASK: Validate pool member LUKS settings 11924 1726884937.07527: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000343a 11924 1726884937.07540: variable 'ansible_search_path' from source: unknown 11924 1726884937.07545: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884937.07859: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884937.08066: variable 'omit' from source: magic vars 11924 1726884937.08202: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.08205: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.08225: variable 'omit' from source: magic vars 11924 1726884937.08654: variable 'storage_test_pool' from source: include params 11924 1726884937.08698: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.encryption): False 11924 1726884937.08701: when evaluation is False, skipping this task 11924 1726884937.08773: variable '_storage_test_pool_member_path' from source: unknown 11924 1726884937.08826: variable '_storage_test_pool_member_path' from source: unknown skipping: [managed_node2] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "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" } 11924 1726884937.09287: dumping result to json 11924 1726884937.09290: done dumping result, returning 11924 1726884937.09294: done running TaskExecutor() for managed_node2/TASK: Validate pool member LUKS settings [0affc8a3-6f6f-f4c0-2290-00000000343a] 11924 1726884937.09296: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000343a skipping: [managed_node2] => { "changed": false } MSG: All items skipped 11924 1726884937.09422: no more pending results, returning what we have 11924 1726884937.09426: results queue empty 11924 1726884937.09427: checking for any_errors_fatal 11924 1726884937.09432: done checking for any_errors_fatal 11924 1726884937.09433: checking for max_fail_percentage 11924 1726884937.09434: done checking for max_fail_percentage 11924 1726884937.09435: checking to see if all hosts have failed and the running result is not ok 11924 1726884937.09436: done checking to see if all hosts have failed 11924 1726884937.09437: getting the remaining hosts for this loop 11924 1726884937.09438: done getting the remaining hosts for this loop 11924 1726884937.09441: getting the next task for host managed_node2 11924 1726884937.09449: done getting next task for host managed_node2 11924 1726884937.09454: ^ task is: TASK: Validate pool member crypttab entries 11924 1726884937.09494: ^ 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 11924 1726884937.09499: getting variables 11924 1726884937.09501: in VariableManager get_vars() 11924 1726884937.09533: Calling all_inventory to load vars for managed_node2 11924 1726884937.09537: Calling groups_inventory to load vars for managed_node2 11924 1726884937.09540: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884937.09549: Calling all_plugins_play to load vars for managed_node2 11924 1726884937.09551: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884937.09554: Calling groups_plugins_play to load vars for managed_node2 11924 1726884937.10169: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000343a 11924 1726884937.10173: WORKER PROCESS EXITING 11924 1726884937.10299: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884937.10990: done with get_vars() 11924 1726884937.11009: 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 22:15:37 -0400 (0:00:00.047) 0:01:42.450 ****** 11924 1726884937.11110: entering _queue_task() for managed_node2/include_tasks 11924 1726884937.11450: worker is 1 (out of 1 available) 11924 1726884937.11467: exiting _queue_task() for managed_node2/include_tasks 11924 1726884937.11481: done queuing things up, now waiting for results queue to drain 11924 1726884937.11483: waiting for pending results... 11924 1726884937.11807: running TaskExecutor() for managed_node2/TASK: Validate pool member crypttab entries 11924 1726884937.11954: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000343c 11924 1726884937.11980: variable 'ansible_search_path' from source: unknown 11924 1726884937.12034: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884937.12274: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884937.12369: variable 'omit' from source: magic vars 11924 1726884937.12538: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.12552: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.12570: variable 'omit' from source: magic vars 11924 1726884937.12837: variable 'storage_test_pool' from source: include params 11924 1726884937.12870: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884937.13015: variable '_storage_test_pool_member_path' from source: unknown 11924 1726884937.13018: variable '_storage_test_pool_member_path' from source: unknown 11924 1726884937.13382: dumping result to json 11924 1726884937.13385: done dumping result, returning 11924 1726884937.13388: done running TaskExecutor() for managed_node2/TASK: Validate pool member crypttab entries [0affc8a3-6f6f-f4c0-2290-00000000343c] 11924 1726884937.13391: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000343c 11924 1726884937.13441: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000343c 11924 1726884937.13444: WORKER PROCESS EXITING 11924 1726884937.13521: no more pending results, returning what we have 11924 1726884937.13526: in VariableManager get_vars() 11924 1726884937.13574: Calling all_inventory to load vars for managed_node2 11924 1726884937.13577: Calling groups_inventory to load vars for managed_node2 11924 1726884937.13581: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884937.13594: Calling all_plugins_play to load vars for managed_node2 11924 1726884937.13599: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884937.13604: Calling groups_plugins_play to load vars for managed_node2 11924 1726884937.14811: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884937.15724: done with get_vars() 11924 1726884937.15738: variable 'ansible_search_path' from source: unknown 11924 1726884937.15775: we have included files to process 11924 1726884937.15776: generating all_blocks data 11924 1726884937.15778: done generating all_blocks data 11924 1726884937.15782: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 11924 1726884937.15783: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 11924 1726884937.15804: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 11924 1726884937.16476: done processing included file 11924 1726884937.16478: iterating over new_blocks loaded from include file 11924 1726884937.16480: in VariableManager get_vars() 11924 1726884937.16498: done with get_vars() 11924 1726884937.16500: filtering new block on tags 11924 1726884937.16598: done filtering new block on tags 11924 1726884937.16601: 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_node2 => (item=/dev/sda) 11924 1726884937.16607: extending task lists for all hosts with included blocks 11924 1726884937.17067: done extending task lists 11924 1726884937.17068: done processing included files 11924 1726884937.17069: results queue empty 11924 1726884937.17070: checking for any_errors_fatal 11924 1726884937.17074: done checking for any_errors_fatal 11924 1726884937.17075: checking for max_fail_percentage 11924 1726884937.17076: done checking for max_fail_percentage 11924 1726884937.17077: checking to see if all hosts have failed and the running result is not ok 11924 1726884937.17078: done checking to see if all hosts have failed 11924 1726884937.17078: getting the remaining hosts for this loop 11924 1726884937.17080: done getting the remaining hosts for this loop 11924 1726884937.17082: getting the next task for host managed_node2 11924 1726884937.17088: done getting next task for host managed_node2 11924 1726884937.17090: ^ task is: TASK: Set variables used by tests 11924 1726884937.17094: ^ 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 11924 1726884937.17097: getting variables 11924 1726884937.17098: in VariableManager get_vars() 11924 1726884937.17108: Calling all_inventory to load vars for managed_node2 11924 1726884937.17110: Calling groups_inventory to load vars for managed_node2 11924 1726884937.17112: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884937.17117: Calling all_plugins_play to load vars for managed_node2 11924 1726884937.17120: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884937.17122: Calling groups_plugins_play to load vars for managed_node2 11924 1726884937.17620: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884937.18268: done with get_vars() 11924 1726884937.18281: done getting variables 11924 1726884937.18317: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:37 -0400 (0:00:00.072) 0:01:42.522 ****** 11924 1726884937.18358: entering _queue_task() for managed_node2/set_fact 11924 1726884937.18713: worker is 1 (out of 1 available) 11924 1726884937.18725: exiting _queue_task() for managed_node2/set_fact 11924 1726884937.18739: done queuing things up, now waiting for results queue to drain 11924 1726884937.18740: waiting for pending results... 11924 1726884937.19260: running TaskExecutor() for managed_node2/TASK: Set variables used by tests 11924 1726884937.19387: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000358c 11924 1726884937.19423: variable 'ansible_search_path' from source: unknown 11924 1726884937.19467: calling self._execute() 11924 1726884937.19640: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.19644: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.19647: variable 'omit' from source: magic vars 11924 1726884937.19865: variable 'omit' from source: magic vars 11924 1726884937.19949: variable 'omit' from source: magic vars 11924 1726884937.20419: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884937.23739: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884937.23836: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884937.23839: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884937.23916: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884937.23973: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884937.24049: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884937.24262: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884937.24265: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884937.24267: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884937.24269: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884937.24271: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884937.24273: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884937.24275: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884937.24317: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884937.24337: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884937.24417: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884937.24448: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884937.24485: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884937.24531: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884937.24569: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884937.24796: variable 'storage_test_crypttab' from source: set_fact 11924 1726884937.24814: variable '_storage_test_pool_member_path' from source: include params 11924 1726884937.24893: variable 'omit' from source: magic vars 11924 1726884937.24925: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884937.24965: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884937.25362: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884937.25365: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884937.25368: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884937.25370: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884937.25372: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884937.25374: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884937.25376: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.25378: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.25864: Set connection var ansible_shell_executable to /bin/sh 11924 1726884937.25868: Set connection var ansible_connection to ssh 11924 1726884937.26062: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884937.26065: Set connection var ansible_timeout to 10 11924 1726884937.26067: Set connection var ansible_pipelining to False 11924 1726884937.26069: Set connection var ansible_shell_type to sh 11924 1726884937.26072: variable 'ansible_shell_executable' from source: unknown 11924 1726884937.26074: variable 'ansible_connection' from source: unknown 11924 1726884937.26076: variable 'ansible_module_compression' from source: unknown 11924 1726884937.26078: variable 'ansible_shell_type' from source: unknown 11924 1726884937.26080: variable 'ansible_shell_executable' from source: unknown 11924 1726884937.26082: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.26084: variable 'ansible_pipelining' from source: unknown 11924 1726884937.26085: variable 'ansible_timeout' from source: unknown 11924 1726884937.26087: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.26090: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884937.26092: variable 'omit' from source: magic vars 11924 1726884937.26103: starting attempt loop 11924 1726884937.26105: running the handler 11924 1726884937.26419: handler run complete 11924 1726884937.26434: attempt loop complete, returning result 11924 1726884937.26440: _execute() done 11924 1726884937.26446: dumping result to json 11924 1726884937.26452: done dumping result, returning 11924 1726884937.26465: done running TaskExecutor() for managed_node2/TASK: Set variables used by tests [0affc8a3-6f6f-f4c0-2290-00000000358c] 11924 1726884937.26534: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000358c ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } 11924 1726884937.26691: no more pending results, returning what we have 11924 1726884937.26695: results queue empty 11924 1726884937.26695: checking for any_errors_fatal 11924 1726884937.26697: done checking for any_errors_fatal 11924 1726884937.26698: checking for max_fail_percentage 11924 1726884937.26699: done checking for max_fail_percentage 11924 1726884937.26700: checking to see if all hosts have failed and the running result is not ok 11924 1726884937.26701: done checking to see if all hosts have failed 11924 1726884937.26702: getting the remaining hosts for this loop 11924 1726884937.26704: done getting the remaining hosts for this loop 11924 1726884937.26708: getting the next task for host managed_node2 11924 1726884937.26717: done getting next task for host managed_node2 11924 1726884937.26720: ^ task is: TASK: Check for /etc/crypttab entry 11924 1726884937.26726: ^ 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 11924 1726884937.26731: getting variables 11924 1726884937.26733: in VariableManager get_vars() 11924 1726884937.26777: Calling all_inventory to load vars for managed_node2 11924 1726884937.26780: Calling groups_inventory to load vars for managed_node2 11924 1726884937.26783: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884937.26794: Calling all_plugins_play to load vars for managed_node2 11924 1726884937.26798: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884937.26800: Calling groups_plugins_play to load vars for managed_node2 11924 1726884937.27489: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000358c 11924 1726884937.27493: WORKER PROCESS EXITING 11924 1726884937.28449: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884937.29076: done with get_vars() 11924 1726884937.29093: done getting variables 11924 1726884937.29166: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:37 -0400 (0:00:00.108) 0:01:42.630 ****** 11924 1726884937.29202: entering _queue_task() for managed_node2/assert 11924 1726884937.29813: worker is 1 (out of 1 available) 11924 1726884937.29827: exiting _queue_task() for managed_node2/assert 11924 1726884937.29840: done queuing things up, now waiting for results queue to drain 11924 1726884937.29843: waiting for pending results... 11924 1726884937.30478: running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry 11924 1726884937.31018: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000358d 11924 1726884937.31022: variable 'ansible_search_path' from source: unknown 11924 1726884937.31026: calling self._execute() 11924 1726884937.31362: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.31366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.31371: variable 'omit' from source: magic vars 11924 1726884937.31601: variable 'omit' from source: magic vars 11924 1726884937.31878: variable 'omit' from source: magic vars 11924 1726884937.32297: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884937.37012: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884937.37032: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884937.37069: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884937.37139: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884937.37142: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884937.37242: variable 'storage_test_pool' from source: include params 11924 1726884937.37268: variable '_storage_test_pool_member_path' from source: include params 11924 1726884937.37322: variable 'omit' from source: magic vars 11924 1726884937.37343: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884937.37369: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884937.37389: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884937.37406: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884937.37416: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884937.37663: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884937.37667: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884937.37669: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884937.37672: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.37674: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.37676: Set connection var ansible_shell_executable to /bin/sh 11924 1726884937.37679: Set connection var ansible_connection to ssh 11924 1726884937.37681: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884937.37683: Set connection var ansible_timeout to 10 11924 1726884937.37685: Set connection var ansible_pipelining to False 11924 1726884937.37687: Set connection var ansible_shell_type to sh 11924 1726884937.37689: variable 'ansible_shell_executable' from source: unknown 11924 1726884937.37691: variable 'ansible_connection' from source: unknown 11924 1726884937.37693: variable 'ansible_module_compression' from source: unknown 11924 1726884937.37695: variable 'ansible_shell_type' from source: unknown 11924 1726884937.37697: variable 'ansible_shell_executable' from source: unknown 11924 1726884937.37699: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.37702: variable 'ansible_pipelining' from source: unknown 11924 1726884937.37704: variable 'ansible_timeout' from source: unknown 11924 1726884937.37706: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.37779: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884937.37790: variable 'omit' from source: magic vars 11924 1726884937.37796: starting attempt loop 11924 1726884937.37799: running the handler 11924 1726884937.37989: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884937.38000: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884937.38026: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884937.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) 11924 1726884937.38080: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884937.38125: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884937.38148: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884937.38413: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884937.38416: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884937.38420: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884937.38423: variable '_storage_test_crypttab_entries' from source: set_fact 11924 1726884937.38425: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884937.38427: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 11924 1726884937.38429: handler run complete 11924 1726884937.38431: attempt loop complete, returning result 11924 1726884937.38432: _execute() done 11924 1726884937.38434: dumping result to json 11924 1726884937.38435: done dumping result, returning 11924 1726884937.38437: done running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-f4c0-2290-00000000358d] 11924 1726884937.38438: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000358d 11924 1726884937.38505: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000358d 11924 1726884937.38510: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884937.38569: no more pending results, returning what we have 11924 1726884937.38573: results queue empty 11924 1726884937.38573: checking for any_errors_fatal 11924 1726884937.38580: done checking for any_errors_fatal 11924 1726884937.38581: checking for max_fail_percentage 11924 1726884937.38582: done checking for max_fail_percentage 11924 1726884937.38583: checking to see if all hosts have failed and the running result is not ok 11924 1726884937.38584: done checking to see if all hosts have failed 11924 1726884937.38584: getting the remaining hosts for this loop 11924 1726884937.38586: done getting the remaining hosts for this loop 11924 1726884937.38590: getting the next task for host managed_node2 11924 1726884937.38598: done getting next task for host managed_node2 11924 1726884937.38600: ^ task is: TASK: Validate the format of the crypttab entry 11924 1726884937.38607: ^ 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 11924 1726884937.38614: getting variables 11924 1726884937.38615: in VariableManager get_vars() 11924 1726884937.38661: Calling all_inventory to load vars for managed_node2 11924 1726884937.38664: Calling groups_inventory to load vars for managed_node2 11924 1726884937.38667: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884937.38676: Calling all_plugins_play to load vars for managed_node2 11924 1726884937.38679: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884937.38681: Calling groups_plugins_play to load vars for managed_node2 11924 1726884937.40367: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884937.41716: done with get_vars() 11924 1726884937.41736: done getting variables 11924 1726884937.41798: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:37 -0400 (0:00:00.126) 0:01:42.757 ****** 11924 1726884937.41838: entering _queue_task() for managed_node2/assert 11924 1726884937.42598: worker is 1 (out of 1 available) 11924 1726884937.42613: exiting _queue_task() for managed_node2/assert 11924 1726884937.42626: done queuing things up, now waiting for results queue to drain 11924 1726884937.42628: waiting for pending results... 11924 1726884937.43379: running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry 11924 1726884937.43430: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000358e 11924 1726884937.43445: variable 'ansible_search_path' from source: unknown 11924 1726884937.43593: calling self._execute() 11924 1726884937.44121: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.44127: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.44142: variable 'omit' from source: magic vars 11924 1726884937.45563: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884937.52251: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884937.52543: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884937.52584: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884937.52617: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884937.52642: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884937.52724: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884937.52754: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884937.53032: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884937.53035: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884937.53038: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884937.53154: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884937.53383: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884937.53387: when evaluation is False, skipping this task 11924 1726884937.53390: _execute() done 11924 1726884937.53393: dumping result to json 11924 1726884937.53395: done dumping result, returning 11924 1726884937.53411: done running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-f4c0-2290-00000000358e] 11924 1726884937.53414: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000358e 11924 1726884937.53534: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000358e 11924 1726884937.53537: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884937.53625: no more pending results, returning what we have 11924 1726884937.53629: results queue empty 11924 1726884937.53630: checking for any_errors_fatal 11924 1726884937.53640: done checking for any_errors_fatal 11924 1726884937.53640: checking for max_fail_percentage 11924 1726884937.53643: done checking for max_fail_percentage 11924 1726884937.53644: checking to see if all hosts have failed and the running result is not ok 11924 1726884937.53650: done checking to see if all hosts have failed 11924 1726884937.53651: getting the remaining hosts for this loop 11924 1726884937.53653: done getting the remaining hosts for this loop 11924 1726884937.53659: getting the next task for host managed_node2 11924 1726884937.53669: done getting next task for host managed_node2 11924 1726884937.53672: ^ task is: TASK: Check backing device of crypttab entry 11924 1726884937.53680: ^ 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 11924 1726884937.53685: getting variables 11924 1726884937.53688: in VariableManager get_vars() 11924 1726884937.53730: Calling all_inventory to load vars for managed_node2 11924 1726884937.53733: Calling groups_inventory to load vars for managed_node2 11924 1726884937.53736: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884937.53746: Calling all_plugins_play to load vars for managed_node2 11924 1726884937.53749: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884937.53752: Calling groups_plugins_play to load vars for managed_node2 11924 1726884937.55625: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884937.56986: done with get_vars() 11924 1726884937.57004: done getting variables 11924 1726884937.57271: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:37 -0400 (0:00:00.154) 0:01:42.912 ****** 11924 1726884937.57310: entering _queue_task() for managed_node2/assert 11924 1726884937.57820: worker is 1 (out of 1 available) 11924 1726884937.57832: exiting _queue_task() for managed_node2/assert 11924 1726884937.57846: done queuing things up, now waiting for results queue to drain 11924 1726884937.57847: waiting for pending results... 11924 1726884937.58488: running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry 11924 1726884937.58693: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000358f 11924 1726884937.58704: variable 'ansible_search_path' from source: unknown 11924 1726884937.58740: calling self._execute() 11924 1726884937.59061: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.59157: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.59168: variable 'omit' from source: magic vars 11924 1726884937.60017: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884937.64965: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884937.64969: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884937.64972: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884937.64975: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884937.65062: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884937.65081: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884937.65114: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884937.65310: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884937.65315: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884937.65317: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884937.65320: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884937.65335: Evaluated conditional (false and _storage_test_expected_crypttab_entries | int == 1): False 11924 1726884937.65338: when evaluation is False, skipping this task 11924 1726884937.65341: _execute() done 11924 1726884937.65343: dumping result to json 11924 1726884937.65345: done dumping result, returning 11924 1726884937.65354: done running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-f4c0-2290-00000000358f] 11924 1726884937.65360: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000358f 11924 1726884937.65661: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000358f 11924 1726884937.65664: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884937.65701: no more pending results, returning what we have 11924 1726884937.65705: results queue empty 11924 1726884937.65706: checking for any_errors_fatal 11924 1726884937.65716: done checking for any_errors_fatal 11924 1726884937.65716: checking for max_fail_percentage 11924 1726884937.65718: done checking for max_fail_percentage 11924 1726884937.65719: checking to see if all hosts have failed and the running result is not ok 11924 1726884937.65720: done checking to see if all hosts have failed 11924 1726884937.65721: getting the remaining hosts for this loop 11924 1726884937.65722: done getting the remaining hosts for this loop 11924 1726884937.65725: getting the next task for host managed_node2 11924 1726884937.65732: done getting next task for host managed_node2 11924 1726884937.65735: ^ task is: TASK: Check key file of crypttab entry 11924 1726884937.65741: ^ 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 11924 1726884937.65744: getting variables 11924 1726884937.65746: in VariableManager get_vars() 11924 1726884937.65780: Calling all_inventory to load vars for managed_node2 11924 1726884937.65783: Calling groups_inventory to load vars for managed_node2 11924 1726884937.65786: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884937.65796: Calling all_plugins_play to load vars for managed_node2 11924 1726884937.65800: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884937.65803: Calling groups_plugins_play to load vars for managed_node2 11924 1726884937.67017: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884937.67919: done with get_vars() 11924 1726884937.67943: done getting variables 11924 1726884937.68020: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:37 -0400 (0:00:00.107) 0:01:43.019 ****** 11924 1726884937.68054: entering _queue_task() for managed_node2/assert 11924 1726884937.68400: worker is 1 (out of 1 available) 11924 1726884937.68415: exiting _queue_task() for managed_node2/assert 11924 1726884937.68428: done queuing things up, now waiting for results queue to drain 11924 1726884937.68430: waiting for pending results... 11924 1726884937.68757: running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry 11924 1726884937.68916: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003590 11924 1726884937.68937: variable 'ansible_search_path' from source: unknown 11924 1726884937.68980: calling self._execute() 11924 1726884937.69127: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.69138: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.69157: variable 'omit' from source: magic vars 11924 1726884937.69590: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884937.73095: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884937.73185: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884937.73296: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884937.73299: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884937.73302: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884937.73379: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884937.73609: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884937.73613: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884937.73615: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884937.73617: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884937.73619: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884937.73621: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884937.73624: when evaluation is False, skipping this task 11924 1726884937.73627: _execute() done 11924 1726884937.73629: dumping result to json 11924 1726884937.73631: done dumping result, returning 11924 1726884937.73633: done running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry [0affc8a3-6f6f-f4c0-2290-000000003590] 11924 1726884937.73635: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003590 11924 1726884937.73712: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003590 skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884937.73761: no more pending results, returning what we have 11924 1726884937.73765: results queue empty 11924 1726884937.73765: checking for any_errors_fatal 11924 1726884937.73776: done checking for any_errors_fatal 11924 1726884937.73777: checking for max_fail_percentage 11924 1726884937.73778: done checking for max_fail_percentage 11924 1726884937.73779: checking to see if all hosts have failed and the running result is not ok 11924 1726884937.73780: done checking to see if all hosts have failed 11924 1726884937.73781: getting the remaining hosts for this loop 11924 1726884937.73783: done getting the remaining hosts for this loop 11924 1726884937.73786: getting the next task for host managed_node2 11924 1726884937.73796: done getting next task for host managed_node2 11924 1726884937.73798: ^ task is: TASK: Clear test variables 11924 1726884937.73804: ^ 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 11924 1726884937.73811: getting variables 11924 1726884937.73813: in VariableManager get_vars() 11924 1726884937.73850: Calling all_inventory to load vars for managed_node2 11924 1726884937.73852: Calling groups_inventory to load vars for managed_node2 11924 1726884937.73857: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884937.73867: Calling all_plugins_play to load vars for managed_node2 11924 1726884937.73869: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884937.73872: Calling groups_plugins_play to load vars for managed_node2 11924 1726884937.74575: WORKER PROCESS EXITING 11924 1726884937.74888: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884937.75570: done with get_vars() 11924 1726884937.75587: done getting variables 11924 1726884937.75647: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:37 -0400 (0:00:00.076) 0:01:43.095 ****** 11924 1726884937.75688: entering _queue_task() for managed_node2/set_fact 11924 1726884937.75995: worker is 1 (out of 1 available) 11924 1726884937.76006: exiting _queue_task() for managed_node2/set_fact 11924 1726884937.76020: done queuing things up, now waiting for results queue to drain 11924 1726884937.76022: waiting for pending results... 11924 1726884937.76451: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884937.76599: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003591 11924 1726884937.76649: variable 'ansible_search_path' from source: unknown 11924 1726884937.76656: calling self._execute() 11924 1726884937.76860: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.76865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.76869: variable 'omit' from source: magic vars 11924 1726884937.76961: variable 'omit' from source: magic vars 11924 1726884937.76964: variable 'omit' from source: magic vars 11924 1726884937.76987: variable 'omit' from source: magic vars 11924 1726884937.77031: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884937.77215: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884937.77218: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884937.77221: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884937.77223: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884937.77226: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884937.77228: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884937.77231: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884937.77233: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.77236: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.77317: Set connection var ansible_shell_executable to /bin/sh 11924 1726884937.77321: Set connection var ansible_connection to ssh 11924 1726884937.77323: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884937.77329: Set connection var ansible_timeout to 10 11924 1726884937.77336: Set connection var ansible_pipelining to False 11924 1726884937.77341: Set connection var ansible_shell_type to sh 11924 1726884937.77379: variable 'ansible_shell_executable' from source: unknown 11924 1726884937.77382: variable 'ansible_connection' from source: unknown 11924 1726884937.77384: variable 'ansible_module_compression' from source: unknown 11924 1726884937.77387: variable 'ansible_shell_type' from source: unknown 11924 1726884937.77389: variable 'ansible_shell_executable' from source: unknown 11924 1726884937.77391: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.77397: variable 'ansible_pipelining' from source: unknown 11924 1726884937.77399: variable 'ansible_timeout' from source: unknown 11924 1726884937.77403: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.77659: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884937.77663: variable 'omit' from source: magic vars 11924 1726884937.77665: starting attempt loop 11924 1726884937.77667: running the handler 11924 1726884937.77668: handler run complete 11924 1726884937.77670: attempt loop complete, returning result 11924 1726884937.77672: _execute() done 11924 1726884937.77674: dumping result to json 11924 1726884937.77677: done dumping result, returning 11924 1726884937.77683: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-000000003591] 11924 1726884937.77685: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003591 11924 1726884937.77747: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003591 11924 1726884937.77750: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } 11924 1726884937.77833: no more pending results, returning what we have 11924 1726884937.77837: results queue empty 11924 1726884937.77837: checking for any_errors_fatal 11924 1726884937.77844: done checking for any_errors_fatal 11924 1726884937.77845: checking for max_fail_percentage 11924 1726884937.77846: done checking for max_fail_percentage 11924 1726884937.77847: checking to see if all hosts have failed and the running result is not ok 11924 1726884937.77848: done checking to see if all hosts have failed 11924 1726884937.77849: getting the remaining hosts for this loop 11924 1726884937.77850: done getting the remaining hosts for this loop 11924 1726884937.77854: getting the next task for host managed_node2 11924 1726884937.77866: done getting next task for host managed_node2 11924 1726884937.77869: ^ task is: TASK: Clear test variables 11924 1726884937.77874: ^ 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 11924 1726884937.77877: getting variables 11924 1726884937.77879: in VariableManager get_vars() 11924 1726884937.77912: Calling all_inventory to load vars for managed_node2 11924 1726884937.77914: Calling groups_inventory to load vars for managed_node2 11924 1726884937.77918: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884937.77927: Calling all_plugins_play to load vars for managed_node2 11924 1726884937.77930: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884937.77933: Calling groups_plugins_play to load vars for managed_node2 11924 1726884937.78554: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884937.79153: done with get_vars() 11924 1726884937.79170: done getting variables 11924 1726884937.79225: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:37 -0400 (0:00:00.035) 0:01:43.131 ****** 11924 1726884937.79265: entering _queue_task() for managed_node2/set_fact 11924 1726884937.79517: worker is 1 (out of 1 available) 11924 1726884937.79529: exiting _queue_task() for managed_node2/set_fact 11924 1726884937.79544: done queuing things up, now waiting for results queue to drain 11924 1726884937.79545: waiting for pending results... 11924 1726884937.79886: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884937.79982: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000343e 11924 1726884937.79987: variable 'ansible_search_path' from source: unknown 11924 1726884937.80362: calling self._execute() 11924 1726884937.80365: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.80369: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.80372: variable 'omit' from source: magic vars 11924 1726884937.80620: variable 'omit' from source: magic vars 11924 1726884937.80722: variable 'omit' from source: magic vars 11924 1726884937.80794: variable 'omit' from source: magic vars 11924 1726884937.80967: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884937.81011: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884937.81052: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884937.81085: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884937.81157: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884937.81178: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884937.81358: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884937.81362: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884937.81365: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.81367: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.81550: Set connection var ansible_shell_executable to /bin/sh 11924 1726884937.81761: Set connection var ansible_connection to ssh 11924 1726884937.81765: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884937.81767: Set connection var ansible_timeout to 10 11924 1726884937.81769: Set connection var ansible_pipelining to False 11924 1726884937.81770: Set connection var ansible_shell_type to sh 11924 1726884937.81772: variable 'ansible_shell_executable' from source: unknown 11924 1726884937.81774: variable 'ansible_connection' from source: unknown 11924 1726884937.81776: variable 'ansible_module_compression' from source: unknown 11924 1726884937.81778: variable 'ansible_shell_type' from source: unknown 11924 1726884937.81781: variable 'ansible_shell_executable' from source: unknown 11924 1726884937.81783: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.81785: variable 'ansible_pipelining' from source: unknown 11924 1726884937.81786: variable 'ansible_timeout' from source: unknown 11924 1726884937.81788: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.82120: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884937.82124: variable 'omit' from source: magic vars 11924 1726884937.82134: starting attempt loop 11924 1726884937.82216: running the handler 11924 1726884937.82242: handler run complete 11924 1726884937.82257: attempt loop complete, returning result 11924 1726884937.82264: _execute() done 11924 1726884937.82269: dumping result to json 11924 1726884937.82276: done dumping result, returning 11924 1726884937.82286: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-00000000343e] 11924 1726884937.82296: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000343e 11924 1726884937.82560: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000343e 11924 1726884937.82565: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } 11924 1726884937.82624: no more pending results, returning what we have 11924 1726884937.82627: results queue empty 11924 1726884937.82628: checking for any_errors_fatal 11924 1726884937.82636: done checking for any_errors_fatal 11924 1726884937.82636: checking for max_fail_percentage 11924 1726884937.82639: done checking for max_fail_percentage 11924 1726884937.82640: checking to see if all hosts have failed and the running result is not ok 11924 1726884937.82641: done checking to see if all hosts have failed 11924 1726884937.82641: getting the remaining hosts for this loop 11924 1726884937.82644: done getting the remaining hosts for this loop 11924 1726884937.82648: getting the next task for host managed_node2 11924 1726884937.82661: done getting next task for host managed_node2 11924 1726884937.82664: ^ task is: TASK: Check VDO 11924 1726884937.82670: ^ 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 11924 1726884937.82676: getting variables 11924 1726884937.82678: in VariableManager get_vars() 11924 1726884937.82714: Calling all_inventory to load vars for managed_node2 11924 1726884937.82717: Calling groups_inventory to load vars for managed_node2 11924 1726884937.82720: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884937.82731: Calling all_plugins_play to load vars for managed_node2 11924 1726884937.82734: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884937.82737: Calling groups_plugins_play to load vars for managed_node2 11924 1726884937.83969: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884937.84945: done with get_vars() 11924 1726884937.84964: 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 22:15:37 -0400 (0:00:00.057) 0:01:43.189 ****** 11924 1726884937.85059: entering _queue_task() for managed_node2/include_tasks 11924 1726884937.85464: worker is 1 (out of 1 available) 11924 1726884937.85476: exiting _queue_task() for managed_node2/include_tasks 11924 1726884937.85488: done queuing things up, now waiting for results queue to drain 11924 1726884937.85489: waiting for pending results... 11924 1726884937.85695: running TaskExecutor() for managed_node2/TASK: Check VDO 11924 1726884937.85931: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003067 11924 1726884937.85936: variable 'ansible_search_path' from source: unknown 11924 1726884937.85940: calling self._execute() 11924 1726884937.86011: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.86024: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.86042: variable 'omit' from source: magic vars 11924 1726884937.86167: _execute() done 11924 1726884937.86177: dumping result to json 11924 1726884937.86186: done dumping result, returning 11924 1726884937.86199: done running TaskExecutor() for managed_node2/TASK: Check VDO [0affc8a3-6f6f-f4c0-2290-000000003067] 11924 1726884937.86211: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003067 11924 1726884937.86418: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003067 11924 1726884937.86422: WORKER PROCESS EXITING 11924 1726884937.86452: no more pending results, returning what we have 11924 1726884937.86460: in VariableManager get_vars() 11924 1726884937.86505: Calling all_inventory to load vars for managed_node2 11924 1726884937.86508: Calling groups_inventory to load vars for managed_node2 11924 1726884937.86512: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884937.86526: Calling all_plugins_play to load vars for managed_node2 11924 1726884937.86529: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884937.86533: Calling groups_plugins_play to load vars for managed_node2 11924 1726884937.87272: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884937.88281: done with get_vars() 11924 1726884937.88294: variable 'ansible_search_path' from source: unknown 11924 1726884937.88423: variable 'storage_test_pool_subset' from source: include params 11924 1726884937.88673: we have included files to process 11924 1726884937.88674: generating all_blocks data 11924 1726884937.88676: done generating all_blocks data 11924 1726884937.88683: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884937.88684: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884937.88687: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884937.88805: in VariableManager get_vars() 11924 1726884937.88830: done with get_vars() 11924 1726884937.88846: done processing included file 11924 1726884937.88848: iterating over new_blocks loaded from include file 11924 1726884937.88850: in VariableManager get_vars() 11924 1726884937.89083: done with get_vars() 11924 1726884937.89085: filtering new block on tags 11924 1726884937.89115: done filtering new block on tags 11924 1726884937.89117: 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_node2 11924 1726884937.89123: extending task lists for all hosts with included blocks 11924 1726884937.92834: done extending task lists 11924 1726884937.92836: done processing included files 11924 1726884937.92837: results queue empty 11924 1726884937.92837: checking for any_errors_fatal 11924 1726884937.92841: done checking for any_errors_fatal 11924 1726884937.92841: checking for max_fail_percentage 11924 1726884937.92842: done checking for max_fail_percentage 11924 1726884937.92843: checking to see if all hosts have failed and the running result is not ok 11924 1726884937.92844: done checking to see if all hosts have failed 11924 1726884937.92844: getting the remaining hosts for this loop 11924 1726884937.92846: done getting the remaining hosts for this loop 11924 1726884937.92848: getting the next task for host managed_node2 11924 1726884937.92853: done getting next task for host managed_node2 11924 1726884937.92857: ^ task is: TASK: Validate pool member VDO settings 11924 1726884937.92861: ^ 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 11924 1726884937.92863: getting variables 11924 1726884937.92864: in VariableManager get_vars() 11924 1726884937.92877: Calling all_inventory to load vars for managed_node2 11924 1726884937.92879: Calling groups_inventory to load vars for managed_node2 11924 1726884937.92882: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884937.92889: Calling all_plugins_play to load vars for managed_node2 11924 1726884937.92891: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884937.92894: Calling groups_plugins_play to load vars for managed_node2 11924 1726884937.93368: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884937.94123: done with get_vars() 11924 1726884937.94139: 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 22:15:37 -0400 (0:00:00.093) 0:01:43.283 ****** 11924 1726884937.94441: entering _queue_task() for managed_node2/include_tasks 11924 1726884937.95205: worker is 1 (out of 1 available) 11924 1726884937.95216: exiting _queue_task() for managed_node2/include_tasks 11924 1726884937.95228: done queuing things up, now waiting for results queue to drain 11924 1726884937.95230: waiting for pending results... 11924 1726884937.95623: running TaskExecutor() for managed_node2/TASK: Validate pool member VDO settings 11924 1726884937.96362: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000035de 11924 1726884937.96367: variable 'ansible_search_path' from source: unknown 11924 1726884937.96750: variable 'storage_test_pool' from source: include params 11924 1726884937.97289: variable 'omit' from source: magic vars 11924 1726884937.97668: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884937.97680: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884937.97690: variable 'omit' from source: magic vars 11924 1726884937.98230: variable 'storage_test_pool' from source: include params 11924 1726884937.98249: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884937.98290: variable 'storage_test_vdo_volume' from source: unknown 11924 1726884937.98479: variable 'storage_test_vdo_volume' from source: unknown 11924 1726884937.99246: dumping result to json 11924 1726884937.99250: done dumping result, returning 11924 1726884937.99251: done running TaskExecutor() for managed_node2/TASK: Validate pool member VDO settings [0affc8a3-6f6f-f4c0-2290-0000000035de] 11924 1726884937.99253: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000035de 11924 1726884937.99471: no more pending results, returning what we have 11924 1726884937.99476: in VariableManager get_vars() 11924 1726884937.99508: Calling all_inventory to load vars for managed_node2 11924 1726884937.99510: Calling groups_inventory to load vars for managed_node2 11924 1726884937.99513: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884937.99527: Calling all_plugins_play to load vars for managed_node2 11924 1726884937.99530: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884937.99534: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.00221: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000035de 11924 1726884938.00863: WORKER PROCESS EXITING 11924 1726884938.00992: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.02198: done with get_vars() 11924 1726884938.02212: variable 'ansible_search_path' from source: unknown 11924 1726884938.02464: we have included files to process 11924 1726884938.02466: generating all_blocks data 11924 1726884938.02467: done generating all_blocks data 11924 1726884938.02469: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884938.02470: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884938.02473: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884938.03746: done processing included file 11924 1726884938.03749: iterating over new_blocks loaded from include file 11924 1726884938.03751: in VariableManager get_vars() 11924 1726884938.03776: done with get_vars() 11924 1726884938.03778: filtering new block on tags 11924 1726884938.03881: done filtering new block on tags 11924 1726884938.03885: in VariableManager get_vars() 11924 1726884938.03903: done with get_vars() 11924 1726884938.03905: filtering new block on tags 11924 1726884938.03930: done filtering new block on tags 11924 1726884938.03933: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884938.03945: extending task lists for all hosts with included blocks 11924 1726884938.04185: done extending task lists 11924 1726884938.04187: done processing included files 11924 1726884938.04188: results queue empty 11924 1726884938.04188: checking for any_errors_fatal 11924 1726884938.04196: done checking for any_errors_fatal 11924 1726884938.04197: checking for max_fail_percentage 11924 1726884938.04198: done checking for max_fail_percentage 11924 1726884938.04199: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.04200: done checking to see if all hosts have failed 11924 1726884938.04201: getting the remaining hosts for this loop 11924 1726884938.04202: done getting the remaining hosts for this loop 11924 1726884938.04205: getting the next task for host managed_node2 11924 1726884938.04210: done getting next task for host managed_node2 11924 1726884938.04213: ^ task is: TASK: Get information about VDO deduplication 11924 1726884938.04217: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884938.04219: getting variables 11924 1726884938.04220: in VariableManager get_vars() 11924 1726884938.04230: Calling all_inventory to load vars for managed_node2 11924 1726884938.04232: Calling groups_inventory to load vars for managed_node2 11924 1726884938.04234: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.04245: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.04248: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.04251: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.04696: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.05314: done with get_vars() 11924 1726884938.05328: done getting variables 11924 1726884938.05369: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:38 -0400 (0:00:00.109) 0:01:43.393 ****** 11924 1726884938.05409: entering _queue_task() for managed_node2/command 11924 1726884938.06191: worker is 1 (out of 1 available) 11924 1726884938.06203: exiting _queue_task() for managed_node2/command 11924 1726884938.06214: done queuing things up, now waiting for results queue to drain 11924 1726884938.06216: waiting for pending results... 11924 1726884938.06477: running TaskExecutor() for managed_node2/TASK: Get information about VDO deduplication 11924 1726884938.06788: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003756 11924 1726884938.06833: variable 'ansible_search_path' from source: unknown 11924 1726884938.07164: calling self._execute() 11924 1726884938.07233: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.07244: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.07262: variable 'omit' from source: magic vars 11924 1726884938.08363: variable 'storage_test_vdo_volume' from source: include params 11924 1726884938.08367: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884938.08370: when evaluation is False, skipping this task 11924 1726884938.08372: _execute() done 11924 1726884938.08375: dumping result to json 11924 1726884938.08377: done dumping result, returning 11924 1726884938.08379: done running TaskExecutor() for managed_node2/TASK: Get information about VDO deduplication [0affc8a3-6f6f-f4c0-2290-000000003756] 11924 1726884938.08381: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003756 11924 1726884938.08663: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003756 11924 1726884938.08667: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884938.08725: no more pending results, returning what we have 11924 1726884938.08729: results queue empty 11924 1726884938.08730: checking for any_errors_fatal 11924 1726884938.08731: done checking for any_errors_fatal 11924 1726884938.08732: checking for max_fail_percentage 11924 1726884938.08734: done checking for max_fail_percentage 11924 1726884938.08737: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.08738: done checking to see if all hosts have failed 11924 1726884938.08739: getting the remaining hosts for this loop 11924 1726884938.08741: done getting the remaining hosts for this loop 11924 1726884938.08745: getting the next task for host managed_node2 11924 1726884938.08754: done getting next task for host managed_node2 11924 1726884938.08759: ^ task is: TASK: Check if VDO deduplication is off 11924 1726884938.08768: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884938.08775: getting variables 11924 1726884938.08777: in VariableManager get_vars() 11924 1726884938.08814: Calling all_inventory to load vars for managed_node2 11924 1726884938.08816: Calling groups_inventory to load vars for managed_node2 11924 1726884938.08820: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.08832: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.08835: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.08837: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.10486: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.12125: done with get_vars() 11924 1726884938.12148: done getting variables 11924 1726884938.12413: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:38 -0400 (0:00:00.070) 0:01:43.463 ****** 11924 1726884938.12451: entering _queue_task() for managed_node2/assert 11924 1726884938.13196: worker is 1 (out of 1 available) 11924 1726884938.13207: exiting _queue_task() for managed_node2/assert 11924 1726884938.13218: done queuing things up, now waiting for results queue to drain 11924 1726884938.13220: waiting for pending results... 11924 1726884938.13572: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off 11924 1726884938.13834: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003757 11924 1726884938.13857: variable 'ansible_search_path' from source: unknown 11924 1726884938.13942: calling self._execute() 11924 1726884938.14335: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.14340: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.14350: variable 'omit' from source: magic vars 11924 1726884938.15376: variable 'storage_test_vdo_volume' from source: include params 11924 1726884938.15418: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884938.15645: when evaluation is False, skipping this task 11924 1726884938.15649: _execute() done 11924 1726884938.15653: dumping result to json 11924 1726884938.15657: done dumping result, returning 11924 1726884938.15660: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-f4c0-2290-000000003757] 11924 1726884938.15663: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003757 11924 1726884938.15860: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003757 11924 1726884938.15867: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884938.15918: no more pending results, returning what we have 11924 1726884938.15923: results queue empty 11924 1726884938.15924: checking for any_errors_fatal 11924 1726884938.15935: done checking for any_errors_fatal 11924 1726884938.15935: checking for max_fail_percentage 11924 1726884938.15937: done checking for max_fail_percentage 11924 1726884938.15938: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.15938: done checking to see if all hosts have failed 11924 1726884938.15939: getting the remaining hosts for this loop 11924 1726884938.15941: done getting the remaining hosts for this loop 11924 1726884938.15945: getting the next task for host managed_node2 11924 1726884938.15954: done getting next task for host managed_node2 11924 1726884938.15958: ^ task is: TASK: Check if VDO deduplication is on 11924 1726884938.15967: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884938.15973: getting variables 11924 1726884938.15975: in VariableManager get_vars() 11924 1726884938.16013: Calling all_inventory to load vars for managed_node2 11924 1726884938.16015: Calling groups_inventory to load vars for managed_node2 11924 1726884938.16018: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.16029: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.16032: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.16035: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.17354: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.18711: done with get_vars() 11924 1726884938.18728: done getting variables 11924 1726884938.18905: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:38 -0400 (0:00:00.064) 0:01:43.528 ****** 11924 1726884938.18945: entering _queue_task() for managed_node2/assert 11924 1726884938.19684: worker is 1 (out of 1 available) 11924 1726884938.19703: exiting _queue_task() for managed_node2/assert 11924 1726884938.19719: done queuing things up, now waiting for results queue to drain 11924 1726884938.19721: waiting for pending results... 11924 1726884938.20145: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on 11924 1726884938.20482: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003758 11924 1726884938.20499: variable 'ansible_search_path' from source: unknown 11924 1726884938.20550: calling self._execute() 11924 1726884938.20961: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.20965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.20968: variable 'omit' from source: magic vars 11924 1726884938.21847: variable 'storage_test_vdo_volume' from source: include params 11924 1726884938.22064: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884938.22068: when evaluation is False, skipping this task 11924 1726884938.22070: _execute() done 11924 1726884938.22072: dumping result to json 11924 1726884938.22074: done dumping result, returning 11924 1726884938.22075: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-f4c0-2290-000000003758] 11924 1726884938.22078: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003758 11924 1726884938.22149: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003758 11924 1726884938.22151: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884938.22194: no more pending results, returning what we have 11924 1726884938.22198: results queue empty 11924 1726884938.22199: checking for any_errors_fatal 11924 1726884938.22204: done checking for any_errors_fatal 11924 1726884938.22205: checking for max_fail_percentage 11924 1726884938.22207: done checking for max_fail_percentage 11924 1726884938.22210: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.22210: done checking to see if all hosts have failed 11924 1726884938.22211: getting the remaining hosts for this loop 11924 1726884938.22212: done getting the remaining hosts for this loop 11924 1726884938.22215: getting the next task for host managed_node2 11924 1726884938.22223: done getting next task for host managed_node2 11924 1726884938.22225: ^ task is: TASK: Get information about VDO compression 11924 1726884938.22231: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884938.22235: getting variables 11924 1726884938.22237: in VariableManager get_vars() 11924 1726884938.22267: Calling all_inventory to load vars for managed_node2 11924 1726884938.22270: Calling groups_inventory to load vars for managed_node2 11924 1726884938.22273: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.22283: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.22286: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.22289: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.23289: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.23946: done with get_vars() 11924 1726884938.23963: done getting variables 11924 1726884938.24033: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:38 -0400 (0:00:00.051) 0:01:43.579 ****** 11924 1726884938.24073: entering _queue_task() for managed_node2/command 11924 1726884938.24374: worker is 1 (out of 1 available) 11924 1726884938.24386: exiting _queue_task() for managed_node2/command 11924 1726884938.24399: done queuing things up, now waiting for results queue to drain 11924 1726884938.24401: waiting for pending results... 11924 1726884938.24778: running TaskExecutor() for managed_node2/TASK: Get information about VDO compression 11924 1726884938.25062: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003759 11924 1726884938.25098: variable 'ansible_search_path' from source: unknown 11924 1726884938.25300: calling self._execute() 11924 1726884938.25449: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.25465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.25481: variable 'omit' from source: magic vars 11924 1726884938.26040: variable 'storage_test_vdo_volume' from source: include params 11924 1726884938.26067: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884938.26071: when evaluation is False, skipping this task 11924 1726884938.26073: _execute() done 11924 1726884938.26085: dumping result to json 11924 1726884938.26089: done dumping result, returning 11924 1726884938.26092: done running TaskExecutor() for managed_node2/TASK: Get information about VDO compression [0affc8a3-6f6f-f4c0-2290-000000003759] 11924 1726884938.26098: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003759 11924 1726884938.26192: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003759 11924 1726884938.26195: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884938.26250: no more pending results, returning what we have 11924 1726884938.26254: results queue empty 11924 1726884938.26256: checking for any_errors_fatal 11924 1726884938.26266: done checking for any_errors_fatal 11924 1726884938.26267: checking for max_fail_percentage 11924 1726884938.26268: done checking for max_fail_percentage 11924 1726884938.26269: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.26270: done checking to see if all hosts have failed 11924 1726884938.26271: getting the remaining hosts for this loop 11924 1726884938.26273: done getting the remaining hosts for this loop 11924 1726884938.26276: getting the next task for host managed_node2 11924 1726884938.26284: done getting next task for host managed_node2 11924 1726884938.26286: ^ task is: TASK: Check if VDO deduplication is off 11924 1726884938.26291: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884938.26295: getting variables 11924 1726884938.26297: in VariableManager get_vars() 11924 1726884938.26331: Calling all_inventory to load vars for managed_node2 11924 1726884938.26334: Calling groups_inventory to load vars for managed_node2 11924 1726884938.26337: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.26346: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.26349: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.26351: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.26702: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.27058: done with get_vars() 11924 1726884938.27070: done getting variables 11924 1726884938.27151: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:38 -0400 (0:00:00.031) 0:01:43.610 ****** 11924 1726884938.27196: entering _queue_task() for managed_node2/assert 11924 1726884938.27491: worker is 1 (out of 1 available) 11924 1726884938.27502: exiting _queue_task() for managed_node2/assert 11924 1726884938.27517: done queuing things up, now waiting for results queue to drain 11924 1726884938.27518: waiting for pending results... 11924 1726884938.27905: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off 11924 1726884938.28090: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000375a 11924 1726884938.28104: variable 'ansible_search_path' from source: unknown 11924 1726884938.28138: calling self._execute() 11924 1726884938.28362: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.28366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.28379: variable 'omit' from source: magic vars 11924 1726884938.29099: variable 'storage_test_vdo_volume' from source: include params 11924 1726884938.29140: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884938.29144: when evaluation is False, skipping this task 11924 1726884938.29147: _execute() done 11924 1726884938.29150: dumping result to json 11924 1726884938.29153: done dumping result, returning 11924 1726884938.29159: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-f4c0-2290-00000000375a] 11924 1726884938.29219: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000375a 11924 1726884938.29293: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000375a 11924 1726884938.29296: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884938.29351: no more pending results, returning what we have 11924 1726884938.29357: results queue empty 11924 1726884938.29358: checking for any_errors_fatal 11924 1726884938.29366: done checking for any_errors_fatal 11924 1726884938.29367: checking for max_fail_percentage 11924 1726884938.29369: done checking for max_fail_percentage 11924 1726884938.29370: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.29371: done checking to see if all hosts have failed 11924 1726884938.29371: getting the remaining hosts for this loop 11924 1726884938.29373: done getting the remaining hosts for this loop 11924 1726884938.29377: getting the next task for host managed_node2 11924 1726884938.29387: done getting next task for host managed_node2 11924 1726884938.29389: ^ task is: TASK: Check if VDO deduplication is on 11924 1726884938.29397: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884938.29403: getting variables 11924 1726884938.29405: in VariableManager get_vars() 11924 1726884938.29445: Calling all_inventory to load vars for managed_node2 11924 1726884938.29448: Calling groups_inventory to load vars for managed_node2 11924 1726884938.29451: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.29681: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.29685: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.29689: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.30346: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.30927: done with get_vars() 11924 1726884938.30938: done getting variables 11924 1726884938.30982: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:38 -0400 (0:00:00.038) 0:01:43.649 ****** 11924 1726884938.31011: entering _queue_task() for managed_node2/assert 11924 1726884938.31223: worker is 1 (out of 1 available) 11924 1726884938.31237: exiting _queue_task() for managed_node2/assert 11924 1726884938.31250: done queuing things up, now waiting for results queue to drain 11924 1726884938.31252: waiting for pending results... 11924 1726884938.31441: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on 11924 1726884938.31531: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000375b 11924 1726884938.31543: variable 'ansible_search_path' from source: unknown 11924 1726884938.31572: calling self._execute() 11924 1726884938.31699: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.31704: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.31707: variable 'omit' from source: magic vars 11924 1726884938.32150: variable 'storage_test_vdo_volume' from source: include params 11924 1726884938.32172: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884938.32176: when evaluation is False, skipping this task 11924 1726884938.32178: _execute() done 11924 1726884938.32181: dumping result to json 11924 1726884938.32183: done dumping result, returning 11924 1726884938.32189: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-f4c0-2290-00000000375b] 11924 1726884938.32195: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000375b 11924 1726884938.32295: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000375b 11924 1726884938.32297: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884938.32345: no more pending results, returning what we have 11924 1726884938.32348: results queue empty 11924 1726884938.32349: checking for any_errors_fatal 11924 1726884938.32364: done checking for any_errors_fatal 11924 1726884938.32365: checking for max_fail_percentage 11924 1726884938.32367: done checking for max_fail_percentage 11924 1726884938.32368: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.32369: done checking to see if all hosts have failed 11924 1726884938.32369: getting the remaining hosts for this loop 11924 1726884938.32371: done getting the remaining hosts for this loop 11924 1726884938.32374: getting the next task for host managed_node2 11924 1726884938.32385: done getting next task for host managed_node2 11924 1726884938.32388: ^ task is: TASK: Clear test variables 11924 1726884938.32393: ^ 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=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884938.32397: getting variables 11924 1726884938.32399: in VariableManager get_vars() 11924 1726884938.32427: Calling all_inventory to load vars for managed_node2 11924 1726884938.32430: Calling groups_inventory to load vars for managed_node2 11924 1726884938.32433: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.32441: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.32444: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.32446: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.33667: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.34304: done with get_vars() 11924 1726884938.34322: done getting variables 11924 1726884938.34383: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:38 -0400 (0:00:00.034) 0:01:43.683 ****** 11924 1726884938.34428: entering _queue_task() for managed_node2/set_fact 11924 1726884938.34650: worker is 1 (out of 1 available) 11924 1726884938.34665: exiting _queue_task() for managed_node2/set_fact 11924 1726884938.34679: done queuing things up, now waiting for results queue to drain 11924 1726884938.34680: waiting for pending results... 11924 1726884938.34864: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884938.34951: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000375d 11924 1726884938.34965: variable 'ansible_search_path' from source: unknown 11924 1726884938.34991: calling self._execute() 11924 1726884938.35084: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.35088: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.35097: variable 'omit' from source: magic vars 11924 1726884938.35188: variable 'omit' from source: magic vars 11924 1726884938.35237: variable 'omit' from source: magic vars 11924 1726884938.35260: variable 'omit' from source: magic vars 11924 1726884938.35293: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884938.35323: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884938.35341: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884938.35357: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884938.35368: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884938.35381: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884938.35394: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884938.35419: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884938.35422: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.35424: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.35510: Set connection var ansible_shell_executable to /bin/sh 11924 1726884938.35514: Set connection var ansible_connection to ssh 11924 1726884938.35517: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884938.35519: Set connection var ansible_timeout to 10 11924 1726884938.35525: Set connection var ansible_pipelining to False 11924 1726884938.35530: Set connection var ansible_shell_type to sh 11924 1726884938.35553: variable 'ansible_shell_executable' from source: unknown 11924 1726884938.35558: variable 'ansible_connection' from source: unknown 11924 1726884938.35560: variable 'ansible_module_compression' from source: unknown 11924 1726884938.35564: variable 'ansible_shell_type' from source: unknown 11924 1726884938.35567: variable 'ansible_shell_executable' from source: unknown 11924 1726884938.35569: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.35571: variable 'ansible_pipelining' from source: unknown 11924 1726884938.35573: variable 'ansible_timeout' from source: unknown 11924 1726884938.35575: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.35680: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884938.35691: variable 'omit' from source: magic vars 11924 1726884938.35694: starting attempt loop 11924 1726884938.35696: running the handler 11924 1726884938.35710: handler run complete 11924 1726884938.35716: attempt loop complete, returning result 11924 1726884938.35719: _execute() done 11924 1726884938.35721: dumping result to json 11924 1726884938.35723: done dumping result, returning 11924 1726884938.35731: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-00000000375d] 11924 1726884938.35736: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000375d 11924 1726884938.35818: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000375d 11924 1726884938.35821: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } 11924 1726884938.35876: no more pending results, returning what we have 11924 1726884938.35879: results queue empty 11924 1726884938.35880: checking for any_errors_fatal 11924 1726884938.35886: done checking for any_errors_fatal 11924 1726884938.35886: checking for max_fail_percentage 11924 1726884938.35888: done checking for max_fail_percentage 11924 1726884938.35889: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.35890: done checking to see if all hosts have failed 11924 1726884938.35890: getting the remaining hosts for this loop 11924 1726884938.35892: done getting the remaining hosts for this loop 11924 1726884938.35896: getting the next task for host managed_node2 11924 1726884938.35907: done getting next task for host managed_node2 11924 1726884938.35912: ^ task is: TASK: Check Stratis 11924 1726884938.35917: ^ 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 11924 1726884938.35921: getting variables 11924 1726884938.35922: in VariableManager get_vars() 11924 1726884938.35952: Calling all_inventory to load vars for managed_node2 11924 1726884938.35954: Calling groups_inventory to load vars for managed_node2 11924 1726884938.35959: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.35968: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.35970: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.35973: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.36837: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.43223: done with get_vars() 11924 1726884938.43239: 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 22:15:38 -0400 (0:00:00.089) 0:01:43.772 ****** 11924 1726884938.43338: entering _queue_task() for managed_node2/include_tasks 11924 1726884938.43677: worker is 1 (out of 1 available) 11924 1726884938.43691: exiting _queue_task() for managed_node2/include_tasks 11924 1726884938.43705: done queuing things up, now waiting for results queue to drain 11924 1726884938.43707: waiting for pending results... 11924 1726884938.44015: running TaskExecutor() for managed_node2/TASK: Check Stratis 11924 1726884938.44121: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003068 11924 1726884938.44150: variable 'ansible_search_path' from source: unknown 11924 1726884938.44174: calling self._execute() 11924 1726884938.44322: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.44326: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.44339: variable 'omit' from source: magic vars 11924 1726884938.44496: _execute() done 11924 1726884938.44500: dumping result to json 11924 1726884938.44505: done dumping result, returning 11924 1726884938.44510: done running TaskExecutor() for managed_node2/TASK: Check Stratis [0affc8a3-6f6f-f4c0-2290-000000003068] 11924 1726884938.44514: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003068 11924 1726884938.44719: no more pending results, returning what we have 11924 1726884938.44724: in VariableManager get_vars() 11924 1726884938.44770: Calling all_inventory to load vars for managed_node2 11924 1726884938.44773: Calling groups_inventory to load vars for managed_node2 11924 1726884938.44775: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.44785: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.44787: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.44790: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.45347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.45936: done with get_vars() 11924 1726884938.45949: variable 'ansible_search_path' from source: unknown 11924 1726884938.45967: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003068 11924 1726884938.45971: WORKER PROCESS EXITING 11924 1726884938.46088: variable 'storage_test_pool_subset' from source: include params 11924 1726884938.46111: we have included files to process 11924 1726884938.46112: generating all_blocks data 11924 1726884938.46116: done generating all_blocks data 11924 1726884938.46122: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884938.46123: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884938.46125: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884938.46761: done processing included file 11924 1726884938.46763: iterating over new_blocks loaded from include file 11924 1726884938.46765: in VariableManager get_vars() 11924 1726884938.46776: done with get_vars() 11924 1726884938.46777: filtering new block on tags 11924 1726884938.46832: done filtering new block on tags 11924 1726884938.46835: in VariableManager get_vars() 11924 1726884938.46847: done with get_vars() 11924 1726884938.46848: filtering new block on tags 11924 1726884938.46864: done filtering new block on tags 11924 1726884938.46866: 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_node2 11924 1726884938.46869: extending task lists for all hosts with included blocks 11924 1726884938.50140: done extending task lists 11924 1726884938.50142: done processing included files 11924 1726884938.50143: results queue empty 11924 1726884938.50143: checking for any_errors_fatal 11924 1726884938.50148: done checking for any_errors_fatal 11924 1726884938.50149: checking for max_fail_percentage 11924 1726884938.50150: done checking for max_fail_percentage 11924 1726884938.50151: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.50152: done checking to see if all hosts have failed 11924 1726884938.50152: getting the remaining hosts for this loop 11924 1726884938.50154: done getting the remaining hosts for this loop 11924 1726884938.50215: getting the next task for host managed_node2 11924 1726884938.50237: done getting next task for host managed_node2 11924 1726884938.50267: ^ task is: TASK: Run 'stratis report' 11924 1726884938.50275: ^ 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 11924 1726884938.50278: getting variables 11924 1726884938.50279: in VariableManager get_vars() 11924 1726884938.50295: Calling all_inventory to load vars for managed_node2 11924 1726884938.50297: Calling groups_inventory to load vars for managed_node2 11924 1726884938.50300: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.50311: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.50314: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.50318: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.51452: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.53116: done with get_vars() 11924 1726884938.53131: done getting variables 11924 1726884938.53189: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:38 -0400 (0:00:00.098) 0:01:43.871 ****** 11924 1726884938.53282: entering _queue_task() for managed_node2/command 11924 1726884938.54038: worker is 1 (out of 1 available) 11924 1726884938.54174: exiting _queue_task() for managed_node2/command 11924 1726884938.54192: done queuing things up, now waiting for results queue to drain 11924 1726884938.54194: waiting for pending results... 11924 1726884938.54647: running TaskExecutor() for managed_node2/TASK: Run 'stratis report' 11924 1726884938.55138: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000378d 11924 1726884938.55222: variable 'ansible_search_path' from source: unknown 11924 1726884938.55270: calling self._execute() 11924 1726884938.56058: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.56078: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.56095: variable 'omit' from source: magic vars 11924 1726884938.56921: variable 'storage_test_pool' from source: include params 11924 1726884938.56966: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884938.56970: when evaluation is False, skipping this task 11924 1726884938.56973: _execute() done 11924 1726884938.56975: dumping result to json 11924 1726884938.56977: done dumping result, returning 11924 1726884938.57005: done running TaskExecutor() for managed_node2/TASK: Run 'stratis report' [0affc8a3-6f6f-f4c0-2290-00000000378d] 11924 1726884938.57009: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000378d skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884938.57138: no more pending results, returning what we have 11924 1726884938.57142: results queue empty 11924 1726884938.57143: checking for any_errors_fatal 11924 1726884938.57144: done checking for any_errors_fatal 11924 1726884938.57145: checking for max_fail_percentage 11924 1726884938.57147: done checking for max_fail_percentage 11924 1726884938.57147: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.57148: done checking to see if all hosts have failed 11924 1726884938.57149: getting the remaining hosts for this loop 11924 1726884938.57151: done getting the remaining hosts for this loop 11924 1726884938.57156: getting the next task for host managed_node2 11924 1726884938.57186: done getting next task for host managed_node2 11924 1726884938.57189: ^ task is: TASK: Get information about Stratis 11924 1726884938.57196: ^ 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 11924 1726884938.57199: getting variables 11924 1726884938.57201: in VariableManager get_vars() 11924 1726884938.57250: Calling all_inventory to load vars for managed_node2 11924 1726884938.57253: Calling groups_inventory to load vars for managed_node2 11924 1726884938.57257: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.57303: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.57306: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.57312: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000378d 11924 1726884938.57314: WORKER PROCESS EXITING 11924 1726884938.57318: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.57980: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.58572: done with get_vars() 11924 1726884938.58587: done getting variables 11924 1726884938.58629: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:38 -0400 (0:00:00.054) 0:01:43.925 ****** 11924 1726884938.58653: entering _queue_task() for managed_node2/set_fact 11924 1726884938.58889: worker is 1 (out of 1 available) 11924 1726884938.59163: exiting _queue_task() for managed_node2/set_fact 11924 1726884938.59178: done queuing things up, now waiting for results queue to drain 11924 1726884938.59180: waiting for pending results... 11924 1726884938.59710: running TaskExecutor() for managed_node2/TASK: Get information about Stratis 11924 1726884938.60075: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000378e 11924 1726884938.60080: variable 'ansible_search_path' from source: unknown 11924 1726884938.60179: calling self._execute() 11924 1726884938.60279: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.60284: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.60293: variable 'omit' from source: magic vars 11924 1726884938.60665: variable 'storage_test_pool' from source: include params 11924 1726884938.60686: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884938.60689: when evaluation is False, skipping this task 11924 1726884938.60693: _execute() done 11924 1726884938.60695: dumping result to json 11924 1726884938.60698: done dumping result, returning 11924 1726884938.60703: done running TaskExecutor() for managed_node2/TASK: Get information about Stratis [0affc8a3-6f6f-f4c0-2290-00000000378e] 11924 1726884938.60706: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000378e 11924 1726884938.60795: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000378e 11924 1726884938.60798: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884938.60852: no more pending results, returning what we have 11924 1726884938.60857: results queue empty 11924 1726884938.60858: checking for any_errors_fatal 11924 1726884938.60864: done checking for any_errors_fatal 11924 1726884938.60865: checking for max_fail_percentage 11924 1726884938.60866: done checking for max_fail_percentage 11924 1726884938.60867: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.60868: done checking to see if all hosts have failed 11924 1726884938.60868: getting the remaining hosts for this loop 11924 1726884938.60870: done getting the remaining hosts for this loop 11924 1726884938.60874: getting the next task for host managed_node2 11924 1726884938.60885: done getting next task for host managed_node2 11924 1726884938.60888: ^ task is: TASK: Verify that the pools was created 11924 1726884938.60894: ^ 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 11924 1726884938.60897: getting variables 11924 1726884938.60898: in VariableManager get_vars() 11924 1726884938.60934: Calling all_inventory to load vars for managed_node2 11924 1726884938.60937: Calling groups_inventory to load vars for managed_node2 11924 1726884938.60940: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.60952: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.60954: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.60991: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.61383: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.61789: done with get_vars() 11924 1726884938.61799: done getting variables 11924 1726884938.61838: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:38 -0400 (0:00:00.032) 0:01:43.957 ****** 11924 1726884938.61868: entering _queue_task() for managed_node2/assert 11924 1726884938.62105: worker is 1 (out of 1 available) 11924 1726884938.62120: exiting _queue_task() for managed_node2/assert 11924 1726884938.62130: done queuing things up, now waiting for results queue to drain 11924 1726884938.62131: waiting for pending results... 11924 1726884938.62617: running TaskExecutor() for managed_node2/TASK: Verify that the pools was created 11924 1726884938.62623: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000378f 11924 1726884938.62627: variable 'ansible_search_path' from source: unknown 11924 1726884938.62631: calling self._execute() 11924 1726884938.62817: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.62821: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.62825: variable 'omit' from source: magic vars 11924 1726884938.63127: variable 'storage_test_pool' from source: include params 11924 1726884938.63161: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884938.63166: when evaluation is False, skipping this task 11924 1726884938.63169: _execute() done 11924 1726884938.63172: dumping result to json 11924 1726884938.63174: done dumping result, returning 11924 1726884938.63189: done running TaskExecutor() for managed_node2/TASK: Verify that the pools was created [0affc8a3-6f6f-f4c0-2290-00000000378f] 11924 1726884938.63193: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000378f 11924 1726884938.63524: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000378f 11924 1726884938.63528: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884938.63595: no more pending results, returning what we have 11924 1726884938.63598: results queue empty 11924 1726884938.63599: checking for any_errors_fatal 11924 1726884938.63605: done checking for any_errors_fatal 11924 1726884938.63605: checking for max_fail_percentage 11924 1726884938.63607: done checking for max_fail_percentage 11924 1726884938.63608: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.63608: done checking to see if all hosts have failed 11924 1726884938.63609: getting the remaining hosts for this loop 11924 1726884938.63610: done getting the remaining hosts for this loop 11924 1726884938.63613: getting the next task for host managed_node2 11924 1726884938.63620: done getting next task for host managed_node2 11924 1726884938.63622: ^ task is: TASK: Verify that encryption is correctly set 11924 1726884938.63628: ^ 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 11924 1726884938.63631: getting variables 11924 1726884938.63633: in VariableManager get_vars() 11924 1726884938.63661: Calling all_inventory to load vars for managed_node2 11924 1726884938.63664: Calling groups_inventory to load vars for managed_node2 11924 1726884938.63666: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.63675: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.63678: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.63681: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.64554: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.65145: done with get_vars() 11924 1726884938.65161: done getting variables 11924 1726884938.65214: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:38 -0400 (0:00:00.033) 0:01:43.991 ****** 11924 1726884938.65246: entering _queue_task() for managed_node2/assert 11924 1726884938.65487: worker is 1 (out of 1 available) 11924 1726884938.65499: exiting _queue_task() for managed_node2/assert 11924 1726884938.65512: done queuing things up, now waiting for results queue to drain 11924 1726884938.65513: waiting for pending results... 11924 1726884938.65974: running TaskExecutor() for managed_node2/TASK: Verify that encryption is correctly set 11924 1726884938.65992: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003790 11924 1726884938.66002: variable 'ansible_search_path' from source: unknown 11924 1726884938.66074: calling self._execute() 11924 1726884938.66140: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.66144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.66169: variable 'omit' from source: magic vars 11924 1726884938.66597: variable 'storage_test_pool' from source: include params 11924 1726884938.66733: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884938.66737: when evaluation is False, skipping this task 11924 1726884938.66742: _execute() done 11924 1726884938.66744: dumping result to json 11924 1726884938.66746: done dumping result, returning 11924 1726884938.66749: done running TaskExecutor() for managed_node2/TASK: Verify that encryption is correctly set [0affc8a3-6f6f-f4c0-2290-000000003790] 11924 1726884938.66751: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003790 11924 1726884938.67100: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003790 11924 1726884938.67104: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884938.67148: no more pending results, returning what we have 11924 1726884938.67151: results queue empty 11924 1726884938.67151: checking for any_errors_fatal 11924 1726884938.67160: done checking for any_errors_fatal 11924 1726884938.67161: checking for max_fail_percentage 11924 1726884938.67162: done checking for max_fail_percentage 11924 1726884938.67163: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.67164: done checking to see if all hosts have failed 11924 1726884938.67164: getting the remaining hosts for this loop 11924 1726884938.67166: done getting the remaining hosts for this loop 11924 1726884938.67169: getting the next task for host managed_node2 11924 1726884938.67175: done getting next task for host managed_node2 11924 1726884938.67177: ^ task is: TASK: Verify that Clevis/Tang encryption is correctly set 11924 1726884938.67182: ^ 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 11924 1726884938.67186: getting variables 11924 1726884938.67187: in VariableManager get_vars() 11924 1726884938.67218: Calling all_inventory to load vars for managed_node2 11924 1726884938.67221: Calling groups_inventory to load vars for managed_node2 11924 1726884938.67225: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.67233: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.67236: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.67239: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.67775: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.68377: done with get_vars() 11924 1726884938.68391: done getting variables 11924 1726884938.68447: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:38 -0400 (0:00:00.032) 0:01:44.023 ****** 11924 1726884938.68481: entering _queue_task() for managed_node2/assert 11924 1726884938.68732: worker is 1 (out of 1 available) 11924 1726884938.68745: exiting _queue_task() for managed_node2/assert 11924 1726884938.68962: done queuing things up, now waiting for results queue to drain 11924 1726884938.68964: waiting for pending results... 11924 1726884938.69094: running TaskExecutor() for managed_node2/TASK: Verify that Clevis/Tang encryption is correctly set 11924 1726884938.69302: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003791 11924 1726884938.69307: variable 'ansible_search_path' from source: unknown 11924 1726884938.69313: calling self._execute() 11924 1726884938.69373: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.69377: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.69387: variable 'omit' from source: magic vars 11924 1726884938.69766: variable 'storage_test_pool' from source: include params 11924 1726884938.69799: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884938.69803: when evaluation is False, skipping this task 11924 1726884938.69807: _execute() done 11924 1726884938.69812: dumping result to json 11924 1726884938.69815: done dumping result, returning 11924 1726884938.69818: done running TaskExecutor() for managed_node2/TASK: Verify that Clevis/Tang encryption is correctly set [0affc8a3-6f6f-f4c0-2290-000000003791] 11924 1726884938.69823: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003791 11924 1726884938.69927: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003791 11924 1726884938.69931: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884938.69987: no more pending results, returning what we have 11924 1726884938.69990: results queue empty 11924 1726884938.69991: checking for any_errors_fatal 11924 1726884938.70001: done checking for any_errors_fatal 11924 1726884938.70002: checking for max_fail_percentage 11924 1726884938.70004: done checking for max_fail_percentage 11924 1726884938.70005: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.70005: done checking to see if all hosts have failed 11924 1726884938.70006: getting the remaining hosts for this loop 11924 1726884938.70008: done getting the remaining hosts for this loop 11924 1726884938.70012: getting the next task for host managed_node2 11924 1726884938.70021: done getting next task for host managed_node2 11924 1726884938.70024: ^ task is: TASK: Reset variable used by test 11924 1726884938.70032: ^ 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 11924 1726884938.70036: getting variables 11924 1726884938.70038: in VariableManager get_vars() 11924 1726884938.70074: Calling all_inventory to load vars for managed_node2 11924 1726884938.70077: Calling groups_inventory to load vars for managed_node2 11924 1726884938.70081: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.70093: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.70096: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.70099: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.70799: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.71401: done with get_vars() 11924 1726884938.71415: done getting variables 11924 1726884938.71472: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:38 -0400 (0:00:00.030) 0:01:44.053 ****** 11924 1726884938.71506: entering _queue_task() for managed_node2/set_fact 11924 1726884938.71746: worker is 1 (out of 1 available) 11924 1726884938.71961: exiting _queue_task() for managed_node2/set_fact 11924 1726884938.71972: done queuing things up, now waiting for results queue to drain 11924 1726884938.71974: waiting for pending results... 11924 1726884938.72139: running TaskExecutor() for managed_node2/TASK: Reset variable used by test 11924 1726884938.72246: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003793 11924 1726884938.72251: variable 'ansible_search_path' from source: unknown 11924 1726884938.72258: calling self._execute() 11924 1726884938.72367: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.72406: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.72416: variable 'omit' from source: magic vars 11924 1726884938.72501: variable 'omit' from source: magic vars 11924 1726884938.72574: variable 'omit' from source: magic vars 11924 1726884938.72601: variable 'omit' from source: magic vars 11924 1726884938.72648: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884938.72734: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884938.72738: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884938.72740: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884938.72743: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884938.72758: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884938.72776: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884938.72809: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884938.72813: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.72816: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.73081: Set connection var ansible_shell_executable to /bin/sh 11924 1726884938.73085: Set connection var ansible_connection to ssh 11924 1726884938.73087: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884938.73090: Set connection var ansible_timeout to 10 11924 1726884938.73092: Set connection var ansible_pipelining to False 11924 1726884938.73094: Set connection var ansible_shell_type to sh 11924 1726884938.73096: variable 'ansible_shell_executable' from source: unknown 11924 1726884938.73098: variable 'ansible_connection' from source: unknown 11924 1726884938.73100: variable 'ansible_module_compression' from source: unknown 11924 1726884938.73103: variable 'ansible_shell_type' from source: unknown 11924 1726884938.73105: variable 'ansible_shell_executable' from source: unknown 11924 1726884938.73107: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.73113: variable 'ansible_pipelining' from source: unknown 11924 1726884938.73115: variable 'ansible_timeout' from source: unknown 11924 1726884938.73117: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.73152: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884938.73165: variable 'omit' from source: magic vars 11924 1726884938.73170: starting attempt loop 11924 1726884938.73173: running the handler 11924 1726884938.73191: handler run complete 11924 1726884938.73200: attempt loop complete, returning result 11924 1726884938.73203: _execute() done 11924 1726884938.73206: dumping result to json 11924 1726884938.73211: done dumping result, returning 11924 1726884938.73214: done running TaskExecutor() for managed_node2/TASK: Reset variable used by test [0affc8a3-6f6f-f4c0-2290-000000003793] 11924 1726884938.73221: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003793 11924 1726884938.73316: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003793 11924 1726884938.73320: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } 11924 1726884938.73380: no more pending results, returning what we have 11924 1726884938.73384: results queue empty 11924 1726884938.73385: checking for any_errors_fatal 11924 1726884938.73396: done checking for any_errors_fatal 11924 1726884938.73397: checking for max_fail_percentage 11924 1726884938.73398: done checking for max_fail_percentage 11924 1726884938.73399: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.73400: done checking to see if all hosts have failed 11924 1726884938.73401: getting the remaining hosts for this loop 11924 1726884938.73403: done getting the remaining hosts for this loop 11924 1726884938.73407: getting the next task for host managed_node2 11924 1726884938.73417: done getting next task for host managed_node2 11924 1726884938.73421: ^ task is: TASK: Clean up test variables 11924 1726884938.73428: ^ 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 11924 1726884938.73433: getting variables 11924 1726884938.73435: in VariableManager get_vars() 11924 1726884938.73569: Calling all_inventory to load vars for managed_node2 11924 1726884938.73572: Calling groups_inventory to load vars for managed_node2 11924 1726884938.73575: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.73584: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.73587: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.73590: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.74071: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.74426: done with get_vars() 11924 1726884938.74436: done getting variables 11924 1726884938.74476: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:38 -0400 (0:00:00.029) 0:01:44.083 ****** 11924 1726884938.74505: entering _queue_task() for managed_node2/set_fact 11924 1726884938.74695: worker is 1 (out of 1 available) 11924 1726884938.74709: exiting _queue_task() for managed_node2/set_fact 11924 1726884938.74723: done queuing things up, now waiting for results queue to drain 11924 1726884938.74725: waiting for pending results... 11924 1726884938.74895: running TaskExecutor() for managed_node2/TASK: Clean up test variables 11924 1726884938.74976: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003069 11924 1726884938.74987: variable 'ansible_search_path' from source: unknown 11924 1726884938.75015: calling self._execute() 11924 1726884938.75103: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.75107: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.75116: variable 'omit' from source: magic vars 11924 1726884938.75202: variable 'omit' from source: magic vars 11924 1726884938.75239: variable 'omit' from source: magic vars 11924 1726884938.75265: variable 'omit' from source: magic vars 11924 1726884938.75298: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884938.75326: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884938.75343: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884938.75358: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884938.75368: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884938.75383: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884938.75397: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884938.75420: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884938.75424: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.75427: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.75520: Set connection var ansible_shell_executable to /bin/sh 11924 1726884938.75523: Set connection var ansible_connection to ssh 11924 1726884938.75526: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884938.75532: Set connection var ansible_timeout to 10 11924 1726884938.75540: Set connection var ansible_pipelining to False 11924 1726884938.75546: Set connection var ansible_shell_type to sh 11924 1726884938.75651: variable 'ansible_shell_executable' from source: unknown 11924 1726884938.75654: variable 'ansible_connection' from source: unknown 11924 1726884938.75659: variable 'ansible_module_compression' from source: unknown 11924 1726884938.75661: variable 'ansible_shell_type' from source: unknown 11924 1726884938.75663: variable 'ansible_shell_executable' from source: unknown 11924 1726884938.75665: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.75668: variable 'ansible_pipelining' from source: unknown 11924 1726884938.75670: variable 'ansible_timeout' from source: unknown 11924 1726884938.75672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.75820: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884938.75825: variable 'omit' from source: magic vars 11924 1726884938.75827: starting attempt loop 11924 1726884938.75830: running the handler 11924 1726884938.75832: handler run complete 11924 1726884938.75834: attempt loop complete, returning result 11924 1726884938.75836: _execute() done 11924 1726884938.75837: dumping result to json 11924 1726884938.75839: done dumping result, returning 11924 1726884938.75841: done running TaskExecutor() for managed_node2/TASK: Clean up test variables [0affc8a3-6f6f-f4c0-2290-000000003069] 11924 1726884938.75843: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003069 11924 1726884938.75911: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003069 11924 1726884938.75915: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 11924 1726884938.75989: no more pending results, returning what we have 11924 1726884938.75993: results queue empty 11924 1726884938.75994: checking for any_errors_fatal 11924 1726884938.76007: done checking for any_errors_fatal 11924 1726884938.76010: checking for max_fail_percentage 11924 1726884938.76012: done checking for max_fail_percentage 11924 1726884938.76013: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.76014: done checking to see if all hosts have failed 11924 1726884938.76015: getting the remaining hosts for this loop 11924 1726884938.76016: done getting the remaining hosts for this loop 11924 1726884938.76020: getting the next task for host managed_node2 11924 1726884938.76037: done getting next task for host managed_node2 11924 1726884938.76041: ^ task is: TASK: Verify the volumes 11924 1726884938.76046: ^ 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 11924 1726884938.76050: getting variables 11924 1726884938.76052: in VariableManager get_vars() 11924 1726884938.76085: Calling all_inventory to load vars for managed_node2 11924 1726884938.76088: Calling groups_inventory to load vars for managed_node2 11924 1726884938.76091: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.76101: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.76104: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.76109: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.76726: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.77141: done with get_vars() 11924 1726884938.77151: 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 22:15:38 -0400 (0:00:00.027) 0:01:44.111 ****** 11924 1726884938.77212: entering _queue_task() for managed_node2/include_tasks 11924 1726884938.77392: worker is 1 (out of 1 available) 11924 1726884938.77406: exiting _queue_task() for managed_node2/include_tasks 11924 1726884938.77419: done queuing things up, now waiting for results queue to drain 11924 1726884938.77420: waiting for pending results... 11924 1726884938.77610: running TaskExecutor() for managed_node2/TASK: Verify the volumes 11924 1726884938.77697: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000306d 11924 1726884938.77708: variable 'ansible_search_path' from source: unknown 11924 1726884938.77916: variable 'storage_test_pool' from source: include params 11924 1726884938.78082: variable 'omit' from source: magic vars 11924 1726884938.78201: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.78210: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.78221: variable 'omit' from source: magic vars 11924 1726884938.78298: variable 'storage_test_volume' from source: unknown 11924 1726884938.78358: variable 'storage_test_volume' from source: unknown 11924 1726884938.78636: dumping result to json 11924 1726884938.78639: done dumping result, returning 11924 1726884938.78641: done running TaskExecutor() for managed_node2/TASK: Verify the volumes [0affc8a3-6f6f-f4c0-2290-00000000306d] 11924 1726884938.78644: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000306d 11924 1726884938.78758: no more pending results, returning what we have 11924 1726884938.78762: in VariableManager get_vars() 11924 1726884938.78798: Calling all_inventory to load vars for managed_node2 11924 1726884938.78801: Calling groups_inventory to load vars for managed_node2 11924 1726884938.78804: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.78812: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.78815: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.78820: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.79394: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000306d 11924 1726884938.79397: WORKER PROCESS EXITING 11924 1726884938.79426: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.80105: done with get_vars() 11924 1726884938.80116: variable 'ansible_search_path' from source: unknown 11924 1726884938.80204: variable 'storage_test_pool_subset' from source: include params 11924 1726884938.80244: we have included files to process 11924 1726884938.80245: generating all_blocks data 11924 1726884938.80247: done generating all_blocks data 11924 1726884938.80251: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884938.80251: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884938.80253: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884938.80407: in VariableManager get_vars() 11924 1726884938.80424: done with get_vars() 11924 1726884938.80486: done processing included file 11924 1726884938.80487: iterating over new_blocks loaded from include file 11924 1726884938.80488: in VariableManager get_vars() 11924 1726884938.80497: done with get_vars() 11924 1726884938.80498: filtering new block on tags 11924 1726884938.80534: done filtering new block on tags 11924 1726884938.80537: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884938.80544: extending task lists for all hosts with included blocks 11924 1726884938.80633: done extending task lists 11924 1726884938.80634: done processing included files 11924 1726884938.80635: results queue empty 11924 1726884938.80635: checking for any_errors_fatal 11924 1726884938.80637: done checking for any_errors_fatal 11924 1726884938.80638: checking for max_fail_percentage 11924 1726884938.80638: done checking for max_fail_percentage 11924 1726884938.80639: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.80639: done checking to see if all hosts have failed 11924 1726884938.80640: getting the remaining hosts for this loop 11924 1726884938.80641: done getting the remaining hosts for this loop 11924 1726884938.80642: getting the next task for host managed_node2 11924 1726884938.80645: done getting next task for host managed_node2 11924 1726884938.80646: ^ task is: TASK: Set storage volume test variables 11924 1726884938.80648: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884938.80650: getting variables 11924 1726884938.80650: in VariableManager get_vars() 11924 1726884938.80660: Calling all_inventory to load vars for managed_node2 11924 1726884938.80662: Calling groups_inventory to load vars for managed_node2 11924 1726884938.80663: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.80667: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.80668: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.80670: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.81163: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.81493: done with get_vars() 11924 1726884938.81503: done getting variables 11924 1726884938.81533: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:38 -0400 (0:00:00.043) 0:01:44.154 ****** 11924 1726884938.81553: entering _queue_task() for managed_node2/set_fact 11924 1726884938.81794: worker is 1 (out of 1 available) 11924 1726884938.81808: exiting _queue_task() for managed_node2/set_fact 11924 1726884938.81822: done queuing things up, now waiting for results queue to drain 11924 1726884938.81823: waiting for pending results... 11924 1726884938.82172: running TaskExecutor() for managed_node2/TASK: Set storage volume test variables 11924 1726884938.82235: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003933 11924 1726884938.82254: variable 'ansible_search_path' from source: unknown 11924 1726884938.82293: calling self._execute() 11924 1726884938.82422: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.82433: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.82446: variable 'omit' from source: magic vars 11924 1726884938.82549: variable 'omit' from source: magic vars 11924 1726884938.82624: variable 'omit' from source: magic vars 11924 1726884938.82991: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884938.84664: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884938.84716: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884938.84744: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884938.84771: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884938.84791: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884938.84852: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884938.84885: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884938.84903: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884938.84933: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884938.84945: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884938.85051: variable 'storage_test_volume' from source: include params 11924 1726884938.85067: variable 'storage_test_pool' from source: include params 11924 1726884938.85118: variable 'omit' from source: magic vars 11924 1726884938.85138: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884938.85163: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884938.85178: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884938.85191: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884938.85199: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884938.85214: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884938.85227: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884938.85252: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884938.85262: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.85268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.85336: Set connection var ansible_shell_executable to /bin/sh 11924 1726884938.85340: Set connection var ansible_connection to ssh 11924 1726884938.85343: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884938.85349: Set connection var ansible_timeout to 10 11924 1726884938.85354: Set connection var ansible_pipelining to False 11924 1726884938.85360: Set connection var ansible_shell_type to sh 11924 1726884938.85384: variable 'ansible_shell_executable' from source: unknown 11924 1726884938.85387: variable 'ansible_connection' from source: unknown 11924 1726884938.85390: variable 'ansible_module_compression' from source: unknown 11924 1726884938.85392: variable 'ansible_shell_type' from source: unknown 11924 1726884938.85395: variable 'ansible_shell_executable' from source: unknown 11924 1726884938.85397: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.85400: variable 'ansible_pipelining' from source: unknown 11924 1726884938.85404: variable 'ansible_timeout' from source: unknown 11924 1726884938.85441: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.85534: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884938.85538: variable 'omit' from source: magic vars 11924 1726884938.85541: starting attempt loop 11924 1726884938.85544: running the handler 11924 1726884938.85610: handler run complete 11924 1726884938.85613: attempt loop complete, returning result 11924 1726884938.85615: _execute() done 11924 1726884938.85617: dumping result to json 11924 1726884938.85619: done dumping result, returning 11924 1726884938.85621: done running TaskExecutor() for managed_node2/TASK: Set storage volume test variables [0affc8a3-6f6f-f4c0-2290-000000003933] 11924 1726884938.85623: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003933 11924 1726884938.85690: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003933 11924 1726884938.85693: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 11924 1726884938.85764: no more pending results, returning what we have 11924 1726884938.85767: results queue empty 11924 1726884938.85768: checking for any_errors_fatal 11924 1726884938.85769: done checking for any_errors_fatal 11924 1726884938.85770: checking for max_fail_percentage 11924 1726884938.85771: done checking for max_fail_percentage 11924 1726884938.85772: checking to see if all hosts have failed and the running result is not ok 11924 1726884938.85773: done checking to see if all hosts have failed 11924 1726884938.85773: getting the remaining hosts for this loop 11924 1726884938.85775: done getting the remaining hosts for this loop 11924 1726884938.85779: getting the next task for host managed_node2 11924 1726884938.85786: done getting next task for host managed_node2 11924 1726884938.85788: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 11924 1726884938.85795: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884938.85804: getting variables 11924 1726884938.85806: in VariableManager get_vars() 11924 1726884938.85837: Calling all_inventory to load vars for managed_node2 11924 1726884938.85839: Calling groups_inventory to load vars for managed_node2 11924 1726884938.85842: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.85851: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.85854: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.85858: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.86460: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.87058: done with get_vars() 11924 1726884938.87069: done getting variables 11924 1726884938.87197: 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 22:15:38 -0400 (0:00:00.056) 0:01:44.211 ****** 11924 1726884938.87220: entering _queue_task() for managed_node2/include_tasks 11924 1726884938.87427: worker is 1 (out of 1 available) 11924 1726884938.87441: exiting _queue_task() for managed_node2/include_tasks 11924 1726884938.87453: done queuing things up, now waiting for results queue to drain 11924 1726884938.87457: waiting for pending results... 11924 1726884938.87642: running TaskExecutor() for managed_node2/TASK: Run test verify for {{ storage_test_volume_subset }} 11924 1726884938.87737: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003934 11924 1726884938.87748: variable 'ansible_search_path' from source: unknown 11924 1726884938.87786: variable '_storage_volume_tests' from source: set_fact 11924 1726884938.87937: variable '_storage_volume_tests' from source: set_fact 11924 1726884938.87998: variable 'omit' from source: magic vars 11924 1726884938.88128: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.88137: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.88143: variable 'omit' from source: magic vars 11924 1726884938.88269: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.88297: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.88357: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.88486: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.88489: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.88492: variable 'omit' from source: magic vars 11924 1726884938.88535: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.88559: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.88614: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.88667: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.88671: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.88679: variable 'omit' from source: magic vars 11924 1726884938.88758: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.88780: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.88826: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.88886: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.88893: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.88902: variable 'omit' from source: magic vars 11924 1726884938.88980: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.89004: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.89051: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.89111: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.89116: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.89124: variable 'omit' from source: magic vars 11924 1726884938.89204: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.89230: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.89276: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.89335: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.89341: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.89348: variable 'omit' from source: magic vars 11924 1726884938.89426: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.89449: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.89496: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.89551: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.89559: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.89568: variable 'omit' from source: magic vars 11924 1726884938.89646: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.89687: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.89732: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.89790: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884938.89796: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884938.89812: variable 'omit' from source: magic vars 11924 1726884938.89883: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.89904: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.89951: variable 'storage_test_volume_subset' from source: unknown 11924 1726884938.90023: dumping result to json 11924 1726884938.90031: done dumping result, returning 11924 1726884938.90034: done running TaskExecutor() for managed_node2/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-f4c0-2290-000000003934] 11924 1726884938.90035: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003934 11924 1726884938.90085: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003934 11924 1726884938.90088: WORKER PROCESS EXITING 11924 1726884938.90151: no more pending results, returning what we have 11924 1726884938.90157: in VariableManager get_vars() 11924 1726884938.90201: Calling all_inventory to load vars for managed_node2 11924 1726884938.90203: Calling groups_inventory to load vars for managed_node2 11924 1726884938.90211: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884938.90223: Calling all_plugins_play to load vars for managed_node2 11924 1726884938.90228: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884938.90231: Calling groups_plugins_play to load vars for managed_node2 11924 1726884938.90831: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884938.91284: done with get_vars() 11924 1726884938.91296: variable 'ansible_search_path' from source: unknown 11924 1726884938.91338: variable 'ansible_search_path' from source: unknown 11924 1726884938.91368: variable 'ansible_search_path' from source: unknown 11924 1726884938.91402: variable 'ansible_search_path' from source: unknown 11924 1726884938.91431: variable 'ansible_search_path' from source: unknown 11924 1726884938.91466: variable 'ansible_search_path' from source: unknown 11924 1726884938.91494: variable 'ansible_search_path' from source: unknown 11924 1726884938.91523: variable 'ansible_search_path' from source: unknown 11924 1726884938.91557: we have included files to process 11924 1726884938.91558: generating all_blocks data 11924 1726884938.91560: done generating all_blocks data 11924 1726884938.91567: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884938.91568: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884938.91571: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884938.92832: done processing included file 11924 1726884938.92834: iterating over new_blocks loaded from include file 11924 1726884938.92836: in VariableManager get_vars() 11924 1726884938.92853: done with get_vars() 11924 1726884938.92857: filtering new block on tags 11924 1726884938.93096: done filtering new block on tags 11924 1726884938.93099: 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_node2 => (item=mount) 11924 1726884938.93104: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884938.93105: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884938.93112: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884938.93721: done processing included file 11924 1726884938.93723: iterating over new_blocks loaded from include file 11924 1726884938.93724: in VariableManager get_vars() 11924 1726884938.93740: done with get_vars() 11924 1726884938.93742: filtering new block on tags 11924 1726884938.93826: done filtering new block on tags 11924 1726884938.93829: 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_node2 => (item=fstab) 11924 1726884938.93851: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884938.93852: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884938.93857: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884938.94095: done processing included file 11924 1726884938.94099: iterating over new_blocks loaded from include file 11924 1726884938.94101: in VariableManager get_vars() 11924 1726884938.94118: done with get_vars() 11924 1726884938.94120: filtering new block on tags 11924 1726884938.94162: done filtering new block on tags 11924 1726884938.94165: 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_node2 => (item=fs) 11924 1726884938.94172: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884938.94173: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884938.94176: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884938.94811: done processing included file 11924 1726884938.94813: iterating over new_blocks loaded from include file 11924 1726884938.94814: in VariableManager get_vars() 11924 1726884938.94829: done with get_vars() 11924 1726884938.94831: filtering new block on tags 11924 1726884938.94939: done filtering new block on tags 11924 1726884938.94945: 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_node2 => (item=device) 11924 1726884938.94948: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884938.94949: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884938.94952: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884938.96633: done processing included file 11924 1726884938.96634: iterating over new_blocks loaded from include file 11924 1726884938.96635: in VariableManager get_vars() 11924 1726884938.96647: done with get_vars() 11924 1726884938.96648: filtering new block on tags 11924 1726884938.96767: done filtering new block on tags 11924 1726884938.96769: 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_node2 => (item=encryption) 11924 1726884938.96771: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884938.96772: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884938.96774: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884938.97382: done processing included file 11924 1726884938.97383: iterating over new_blocks loaded from include file 11924 1726884938.97384: in VariableManager get_vars() 11924 1726884938.97394: done with get_vars() 11924 1726884938.97395: filtering new block on tags 11924 1726884938.97472: done filtering new block on tags 11924 1726884938.97474: 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_node2 => (item=md) 11924 1726884938.97476: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884938.97476: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884938.97478: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884939.00112: done processing included file 11924 1726884939.00114: iterating over new_blocks loaded from include file 11924 1726884939.00115: in VariableManager get_vars() 11924 1726884939.00132: done with get_vars() 11924 1726884939.00134: filtering new block on tags 11924 1726884939.00211: done filtering new block on tags 11924 1726884939.00214: in VariableManager get_vars() 11924 1726884939.00235: done with get_vars() 11924 1726884939.00237: filtering new block on tags 11924 1726884939.00300: done filtering new block on tags 11924 1726884939.00303: in VariableManager get_vars() 11924 1726884939.00318: done with get_vars() 11924 1726884939.00323: filtering new block on tags 11924 1726884939.00541: done filtering new block on tags 11924 1726884939.00544: in VariableManager get_vars() 11924 1726884939.00560: done with get_vars() 11924 1726884939.00562: filtering new block on tags 11924 1726884939.00606: done filtering new block on tags 11924 1726884939.00608: 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_node2 => (item=size) 11924 1726884939.00612: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884939.00613: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884939.00616: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884939.01269: done processing included file 11924 1726884939.01271: iterating over new_blocks loaded from include file 11924 1726884939.01272: in VariableManager get_vars() 11924 1726884939.01287: done with get_vars() 11924 1726884939.01289: filtering new block on tags 11924 1726884939.01401: done filtering new block on tags 11924 1726884939.01403: 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_node2 => (item=cache) 11924 1726884939.01406: extending task lists for all hosts with included blocks 11924 1726884939.01944: done extending task lists 11924 1726884939.01946: done processing included files 11924 1726884939.01946: results queue empty 11924 1726884939.01947: checking for any_errors_fatal 11924 1726884939.01951: done checking for any_errors_fatal 11924 1726884939.01952: checking for max_fail_percentage 11924 1726884939.01953: done checking for max_fail_percentage 11924 1726884939.01954: checking to see if all hosts have failed and the running result is not ok 11924 1726884939.01961: done checking to see if all hosts have failed 11924 1726884939.01962: getting the remaining hosts for this loop 11924 1726884939.01964: done getting the remaining hosts for this loop 11924 1726884939.01967: getting the next task for host managed_node2 11924 1726884939.01972: done getting next task for host managed_node2 11924 1726884939.01975: ^ task is: TASK: Get expected mount device based on device type 11924 1726884939.01979: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884939.01981: getting variables 11924 1726884939.01982: in VariableManager get_vars() 11924 1726884939.01992: Calling all_inventory to load vars for managed_node2 11924 1726884939.01994: Calling groups_inventory to load vars for managed_node2 11924 1726884939.01996: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884939.02002: Calling all_plugins_play to load vars for managed_node2 11924 1726884939.02005: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884939.02008: Calling groups_plugins_play to load vars for managed_node2 11924 1726884939.02479: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884939.03058: done with get_vars() 11924 1726884939.03072: done getting variables 11924 1726884939.03113: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:39 -0400 (0:00:00.159) 0:01:44.370 ****** 11924 1726884939.03146: entering _queue_task() for managed_node2/set_fact 11924 1726884939.03522: worker is 1 (out of 1 available) 11924 1726884939.03534: exiting _queue_task() for managed_node2/set_fact 11924 1726884939.03548: done queuing things up, now waiting for results queue to drain 11924 1726884939.03550: waiting for pending results... 11924 1726884939.04100: running TaskExecutor() for managed_node2/TASK: Get expected mount device based on device type 11924 1726884939.04110: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000395f 11924 1726884939.04116: variable 'ansible_search_path' from source: unknown 11924 1726884939.04119: calling self._execute() 11924 1726884939.04263: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.04267: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.04271: variable 'omit' from source: magic vars 11924 1726884939.04359: variable 'omit' from source: magic vars 11924 1726884939.04435: variable 'omit' from source: magic vars 11924 1726884939.04854: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884939.05174: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884939.05182: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884939.05185: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884939.05187: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884939.05279: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884939.05315: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884939.05332: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884939.05361: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884939.05424: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884939.05436: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884939.05567: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884939.05570: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884939.05748: variable '_storage_test_volume_present' from source: set_fact 11924 1726884939.05753: variable 'storage_test_volume' from source: include params 11924 1726884939.05799: variable 'storage_test_pool' from source: include params 11924 1726884939.05838: variable 'omit' from source: magic vars 11924 1726884939.05864: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884939.05891: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884939.05907: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884939.05928: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884939.05946: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884939.05968: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884939.05972: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884939.05999: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884939.06003: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.06005: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.06163: Set connection var ansible_shell_executable to /bin/sh 11924 1726884939.06166: Set connection var ansible_connection to ssh 11924 1726884939.06169: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884939.06171: Set connection var ansible_timeout to 10 11924 1726884939.06173: Set connection var ansible_pipelining to False 11924 1726884939.06175: Set connection var ansible_shell_type to sh 11924 1726884939.06185: variable 'ansible_shell_executable' from source: unknown 11924 1726884939.06187: variable 'ansible_connection' from source: unknown 11924 1726884939.06190: variable 'ansible_module_compression' from source: unknown 11924 1726884939.06192: variable 'ansible_shell_type' from source: unknown 11924 1726884939.06196: variable 'ansible_shell_executable' from source: unknown 11924 1726884939.06198: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.06252: variable 'ansible_pipelining' from source: unknown 11924 1726884939.06270: variable 'ansible_timeout' from source: unknown 11924 1726884939.06274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.06347: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884939.06352: variable 'omit' from source: magic vars 11924 1726884939.06356: starting attempt loop 11924 1726884939.06359: running the handler 11924 1726884939.06362: handler run complete 11924 1726884939.06401: attempt loop complete, returning result 11924 1726884939.06404: _execute() done 11924 1726884939.06406: dumping result to json 11924 1726884939.06412: done dumping result, returning 11924 1726884939.06414: done running TaskExecutor() for managed_node2/TASK: Get expected mount device based on device type [0affc8a3-6f6f-f4c0-2290-00000000395f] 11924 1726884939.06417: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000395f ok: [managed_node2] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } 11924 1726884939.06606: no more pending results, returning what we have 11924 1726884939.06617: results queue empty 11924 1726884939.06618: checking for any_errors_fatal 11924 1726884939.06620: done checking for any_errors_fatal 11924 1726884939.06620: checking for max_fail_percentage 11924 1726884939.06624: done checking for max_fail_percentage 11924 1726884939.06625: checking to see if all hosts have failed and the running result is not ok 11924 1726884939.06626: done checking to see if all hosts have failed 11924 1726884939.06626: getting the remaining hosts for this loop 11924 1726884939.06629: done getting the remaining hosts for this loop 11924 1726884939.06646: getting the next task for host managed_node2 11924 1726884939.06656: done getting next task for host managed_node2 11924 1726884939.06660: ^ task is: TASK: Set some facts 11924 1726884939.06667: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884939.06679: getting variables 11924 1726884939.06681: in VariableManager get_vars() 11924 1726884939.06718: Calling all_inventory to load vars for managed_node2 11924 1726884939.06720: Calling groups_inventory to load vars for managed_node2 11924 1726884939.06724: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884939.06741: Calling all_plugins_play to load vars for managed_node2 11924 1726884939.06746: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884939.06751: Calling groups_plugins_play to load vars for managed_node2 11924 1726884939.07527: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000395f 11924 1726884939.07531: WORKER PROCESS EXITING 11924 1726884939.07573: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884939.08192: done with get_vars() 11924 1726884939.08206: done getting variables 11924 1726884939.08263: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:39 -0400 (0:00:00.051) 0:01:44.421 ****** 11924 1726884939.08300: entering _queue_task() for managed_node2/set_fact 11924 1726884939.08588: worker is 1 (out of 1 available) 11924 1726884939.08600: exiting _queue_task() for managed_node2/set_fact 11924 1726884939.08613: done queuing things up, now waiting for results queue to drain 11924 1726884939.08615: waiting for pending results... 11924 1726884939.09296: running TaskExecutor() for managed_node2/TASK: Set some facts 11924 1726884939.09303: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003960 11924 1726884939.09310: variable 'ansible_search_path' from source: unknown 11924 1726884939.09315: calling self._execute() 11924 1726884939.09319: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.09322: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.09326: variable 'omit' from source: magic vars 11924 1726884939.09583: variable 'omit' from source: magic vars 11924 1726884939.09644: variable 'omit' from source: magic vars 11924 1726884939.10323: variable '_storage_test_volume_present' from source: set_fact 11924 1726884939.10335: variable 'storage_test_volume' from source: include params 11924 1726884939.10884: variable 'storage_test_volume' from source: include params 11924 1726884939.10896: variable 'mount_prefix' from source: task vars 11924 1726884939.11096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884939.14059: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884939.14135: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884939.14173: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884939.14210: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884939.14238: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884939.14316: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884939.14348: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884939.14375: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884939.14413: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884939.14427: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884939.14595: variable '__storage_is_ostree' from source: set_fact 11924 1726884939.14599: variable 'storage_test_volume' from source: include params 11924 1726884939.14642: variable 'omit' from source: magic vars 11924 1726884939.14672: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884939.14702: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884939.14720: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884939.14736: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884939.14747: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884939.14860: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884939.14864: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884939.14866: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884939.14868: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.14870: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.14935: Set connection var ansible_shell_executable to /bin/sh 11924 1726884939.14938: Set connection var ansible_connection to ssh 11924 1726884939.14943: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884939.14949: Set connection var ansible_timeout to 10 11924 1726884939.14984: Set connection var ansible_pipelining to False 11924 1726884939.14989: Set connection var ansible_shell_type to sh 11924 1726884939.15003: variable 'ansible_shell_executable' from source: unknown 11924 1726884939.15006: variable 'ansible_connection' from source: unknown 11924 1726884939.15011: variable 'ansible_module_compression' from source: unknown 11924 1726884939.15014: variable 'ansible_shell_type' from source: unknown 11924 1726884939.15016: variable 'ansible_shell_executable' from source: unknown 11924 1726884939.15018: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.15021: variable 'ansible_pipelining' from source: unknown 11924 1726884939.15023: variable 'ansible_timeout' from source: unknown 11924 1726884939.15025: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.15173: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884939.15177: variable 'omit' from source: magic vars 11924 1726884939.15179: starting attempt loop 11924 1726884939.15182: running the handler 11924 1726884939.15184: handler run complete 11924 1726884939.15187: attempt loop complete, returning result 11924 1726884939.15189: _execute() done 11924 1726884939.15191: dumping result to json 11924 1726884939.15193: done dumping result, returning 11924 1726884939.15196: done running TaskExecutor() for managed_node2/TASK: Set some facts [0affc8a3-6f6f-f4c0-2290-000000003960] 11924 1726884939.15361: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003960 11924 1726884939.15435: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003960 11924 1726884939.15439: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } 11924 1726884939.15495: no more pending results, returning what we have 11924 1726884939.15498: results queue empty 11924 1726884939.15499: checking for any_errors_fatal 11924 1726884939.15506: done checking for any_errors_fatal 11924 1726884939.15507: checking for max_fail_percentage 11924 1726884939.15510: done checking for max_fail_percentage 11924 1726884939.15511: checking to see if all hosts have failed and the running result is not ok 11924 1726884939.15512: done checking to see if all hosts have failed 11924 1726884939.15512: getting the remaining hosts for this loop 11924 1726884939.15514: done getting the remaining hosts for this loop 11924 1726884939.15518: getting the next task for host managed_node2 11924 1726884939.15528: done getting next task for host managed_node2 11924 1726884939.15531: ^ task is: TASK: Get information about the mountpoint directory 11924 1726884939.15537: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884939.15548: getting variables 11924 1726884939.15550: in VariableManager get_vars() 11924 1726884939.15589: Calling all_inventory to load vars for managed_node2 11924 1726884939.15592: Calling groups_inventory to load vars for managed_node2 11924 1726884939.15596: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884939.15607: Calling all_plugins_play to load vars for managed_node2 11924 1726884939.15610: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884939.15613: Calling groups_plugins_play to load vars for managed_node2 11924 1726884939.16562: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884939.17208: done with get_vars() 11924 1726884939.17226: 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 22:15:39 -0400 (0:00:00.090) 0:01:44.512 ****** 11924 1726884939.17330: entering _queue_task() for managed_node2/stat 11924 1726884939.17632: worker is 1 (out of 1 available) 11924 1726884939.17646: exiting _queue_task() for managed_node2/stat 11924 1726884939.17662: done queuing things up, now waiting for results queue to drain 11924 1726884939.17664: waiting for pending results... 11924 1726884939.18063: running TaskExecutor() for managed_node2/TASK: Get information about the mountpoint directory 11924 1726884939.18160: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003961 11924 1726884939.18165: variable 'ansible_search_path' from source: unknown 11924 1726884939.18168: calling self._execute() 11924 1726884939.18302: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.18306: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.18375: variable 'omit' from source: magic vars 11924 1726884939.18837: variable '_storage_test_volume_present' from source: set_fact 11924 1726884939.18841: variable 'storage_test_volume' from source: include params 11924 1726884939.18889: 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 11924 1726884939.18892: when evaluation is False, skipping this task 11924 1726884939.18895: _execute() done 11924 1726884939.18897: dumping result to json 11924 1726884939.18900: done dumping result, returning 11924 1726884939.18904: done running TaskExecutor() for managed_node2/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-f4c0-2290-000000003961] 11924 1726884939.18906: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003961 11924 1726884939.18984: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003961 11924 1726884939.18988: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884939.19044: no more pending results, returning what we have 11924 1726884939.19048: results queue empty 11924 1726884939.19048: checking for any_errors_fatal 11924 1726884939.19061: done checking for any_errors_fatal 11924 1726884939.19062: checking for max_fail_percentage 11924 1726884939.19064: done checking for max_fail_percentage 11924 1726884939.19065: checking to see if all hosts have failed and the running result is not ok 11924 1726884939.19066: done checking to see if all hosts have failed 11924 1726884939.19066: getting the remaining hosts for this loop 11924 1726884939.19068: done getting the remaining hosts for this loop 11924 1726884939.19072: getting the next task for host managed_node2 11924 1726884939.19081: done getting next task for host managed_node2 11924 1726884939.19084: ^ task is: TASK: Verify the current mount state by device 11924 1726884939.19092: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884939.19098: getting variables 11924 1726884939.19100: in VariableManager get_vars() 11924 1726884939.19137: Calling all_inventory to load vars for managed_node2 11924 1726884939.19139: Calling groups_inventory to load vars for managed_node2 11924 1726884939.19143: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884939.19159: Calling all_plugins_play to load vars for managed_node2 11924 1726884939.19162: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884939.19166: Calling groups_plugins_play to load vars for managed_node2 11924 1726884939.19916: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884939.20738: done with get_vars() 11924 1726884939.20960: done getting variables 11924 1726884939.21019: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:15:39 -0400 (0:00:00.037) 0:01:44.549 ****** 11924 1726884939.21058: entering _queue_task() for managed_node2/assert 11924 1726884939.21796: worker is 1 (out of 1 available) 11924 1726884939.21809: exiting _queue_task() for managed_node2/assert 11924 1726884939.21822: done queuing things up, now waiting for results queue to drain 11924 1726884939.21824: waiting for pending results... 11924 1726884939.22390: running TaskExecutor() for managed_node2/TASK: Verify the current mount state by device 11924 1726884939.22768: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003962 11924 1726884939.22772: variable 'ansible_search_path' from source: unknown 11924 1726884939.22775: calling self._execute() 11924 1726884939.23019: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.23100: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.23128: variable 'omit' from source: magic vars 11924 1726884939.24005: variable '_storage_test_volume_present' from source: set_fact 11924 1726884939.24110: Evaluated conditional (_storage_test_volume_present): True 11924 1726884939.24114: variable 'omit' from source: magic vars 11924 1726884939.24239: variable 'omit' from source: magic vars 11924 1726884939.24474: variable 'storage_test_volume' from source: include params 11924 1726884939.25072: variable 'omit' from source: magic vars 11924 1726884939.25076: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884939.25107: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884939.25204: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884939.25560: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884939.25563: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884939.25566: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884939.25569: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884939.25571: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884939.25573: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.25575: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.25995: Set connection var ansible_shell_executable to /bin/sh 11924 1726884939.26004: Set connection var ansible_connection to ssh 11924 1726884939.26019: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884939.26030: Set connection var ansible_timeout to 10 11924 1726884939.26040: Set connection var ansible_pipelining to False 11924 1726884939.26056: Set connection var ansible_shell_type to sh 11924 1726884939.26093: variable 'ansible_shell_executable' from source: unknown 11924 1726884939.26168: variable 'ansible_connection' from source: unknown 11924 1726884939.26176: variable 'ansible_module_compression' from source: unknown 11924 1726884939.26182: variable 'ansible_shell_type' from source: unknown 11924 1726884939.26189: variable 'ansible_shell_executable' from source: unknown 11924 1726884939.26195: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.26201: variable 'ansible_pipelining' from source: unknown 11924 1726884939.26212: variable 'ansible_timeout' from source: unknown 11924 1726884939.26220: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.26561: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884939.26576: variable 'omit' from source: magic vars 11924 1726884939.26587: starting attempt loop 11924 1726884939.26599: running the handler 11924 1726884939.27015: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884939.27085: variable 'storage_test_volume' from source: include params 11924 1726884939.27361: variable 'storage_test_mount_expected_mount_point' from source: set_fact 11924 1726884939.27365: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].mountpoint == storage_test_mount_expected_mount_point): True 11924 1726884939.27367: handler run complete 11924 1726884939.27369: attempt loop complete, returning result 11924 1726884939.27371: _execute() done 11924 1726884939.27374: dumping result to json 11924 1726884939.27376: done dumping result, returning 11924 1726884939.27378: done running TaskExecutor() for managed_node2/TASK: Verify the current mount state by device [0affc8a3-6f6f-f4c0-2290-000000003962] 11924 1726884939.27380: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003962 ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884939.27505: no more pending results, returning what we have 11924 1726884939.27509: results queue empty 11924 1726884939.27510: checking for any_errors_fatal 11924 1726884939.27521: done checking for any_errors_fatal 11924 1726884939.27523: checking for max_fail_percentage 11924 1726884939.27524: done checking for max_fail_percentage 11924 1726884939.27525: checking to see if all hosts have failed and the running result is not ok 11924 1726884939.27526: done checking to see if all hosts have failed 11924 1726884939.27527: getting the remaining hosts for this loop 11924 1726884939.27529: done getting the remaining hosts for this loop 11924 1726884939.27532: getting the next task for host managed_node2 11924 1726884939.27541: done getting next task for host managed_node2 11924 1726884939.27543: ^ task is: TASK: Verify mount directory user 11924 1726884939.27551: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884939.27558: getting variables 11924 1726884939.27560: in VariableManager get_vars() 11924 1726884939.27599: Calling all_inventory to load vars for managed_node2 11924 1726884939.27602: Calling groups_inventory to load vars for managed_node2 11924 1726884939.27606: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884939.27620: Calling all_plugins_play to load vars for managed_node2 11924 1726884939.27631: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003962 11924 1726884939.27863: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884939.27872: Calling groups_plugins_play to load vars for managed_node2 11924 1726884939.29263: WORKER PROCESS EXITING 11924 1726884939.29541: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884939.30734: done with get_vars() 11924 1726884939.30753: done getting variables 11924 1726884939.31016: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:39 -0400 (0:00:00.099) 0:01:44.649 ****** 11924 1726884939.31048: entering _queue_task() for managed_node2/assert 11924 1726884939.31782: worker is 1 (out of 1 available) 11924 1726884939.31796: exiting _queue_task() for managed_node2/assert 11924 1726884939.31809: done queuing things up, now waiting for results queue to drain 11924 1726884939.31811: waiting for pending results... 11924 1726884939.32221: running TaskExecutor() for managed_node2/TASK: Verify mount directory user 11924 1726884939.32664: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003963 11924 1726884939.32668: variable 'ansible_search_path' from source: unknown 11924 1726884939.32672: calling self._execute() 11924 1726884939.32859: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.32906: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.32919: variable 'omit' from source: magic vars 11924 1726884939.33895: variable '_storage_test_volume_present' from source: set_fact 11924 1726884939.33899: variable 'storage_test_volume' from source: include params 11924 1726884939.33933: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 11924 1726884939.33937: when evaluation is False, skipping this task 11924 1726884939.33940: _execute() done 11924 1726884939.33943: dumping result to json 11924 1726884939.33946: done dumping result, returning 11924 1726884939.33952: done running TaskExecutor() for managed_node2/TASK: Verify mount directory user [0affc8a3-6f6f-f4c0-2290-000000003963] 11924 1726884939.33961: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003963 11924 1726884939.34176: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003963 11924 1726884939.34178: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884939.34226: no more pending results, returning what we have 11924 1726884939.34229: results queue empty 11924 1726884939.34230: checking for any_errors_fatal 11924 1726884939.34238: done checking for any_errors_fatal 11924 1726884939.34239: checking for max_fail_percentage 11924 1726884939.34241: done checking for max_fail_percentage 11924 1726884939.34242: checking to see if all hosts have failed and the running result is not ok 11924 1726884939.34242: done checking to see if all hosts have failed 11924 1726884939.34243: getting the remaining hosts for this loop 11924 1726884939.34245: done getting the remaining hosts for this loop 11924 1726884939.34249: getting the next task for host managed_node2 11924 1726884939.34259: done getting next task for host managed_node2 11924 1726884939.34263: ^ task is: TASK: Verify mount directory group 11924 1726884939.34271: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884939.34276: getting variables 11924 1726884939.34278: in VariableManager get_vars() 11924 1726884939.34313: Calling all_inventory to load vars for managed_node2 11924 1726884939.34316: Calling groups_inventory to load vars for managed_node2 11924 1726884939.34319: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884939.34330: Calling all_plugins_play to load vars for managed_node2 11924 1726884939.34333: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884939.34335: Calling groups_plugins_play to load vars for managed_node2 11924 1726884939.35697: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884939.36821: done with get_vars() 11924 1726884939.36837: done getting variables 11924 1726884939.37003: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:39 -0400 (0:00:00.059) 0:01:44.709 ****** 11924 1726884939.37041: entering _queue_task() for managed_node2/assert 11924 1726884939.37694: worker is 1 (out of 1 available) 11924 1726884939.37705: exiting _queue_task() for managed_node2/assert 11924 1726884939.37716: done queuing things up, now waiting for results queue to drain 11924 1726884939.37718: waiting for pending results... 11924 1726884939.38280: running TaskExecutor() for managed_node2/TASK: Verify mount directory group 11924 1726884939.38423: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003964 11924 1726884939.38438: variable 'ansible_search_path' from source: unknown 11924 1726884939.38473: calling self._execute() 11924 1726884939.38820: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.38825: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.38838: variable 'omit' from source: magic vars 11924 1726884939.39633: variable '_storage_test_volume_present' from source: set_fact 11924 1726884939.39646: variable 'storage_test_volume' from source: include params 11924 1726884939.39693: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 11924 1726884939.39860: when evaluation is False, skipping this task 11924 1726884939.39864: _execute() done 11924 1726884939.39866: dumping result to json 11924 1726884939.39869: done dumping result, returning 11924 1726884939.39872: done running TaskExecutor() for managed_node2/TASK: Verify mount directory group [0affc8a3-6f6f-f4c0-2290-000000003964] 11924 1726884939.39875: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003964 11924 1726884939.39944: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003964 11924 1726884939.39947: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884939.40000: no more pending results, returning what we have 11924 1726884939.40004: results queue empty 11924 1726884939.40006: checking for any_errors_fatal 11924 1726884939.40017: done checking for any_errors_fatal 11924 1726884939.40018: checking for max_fail_percentage 11924 1726884939.40020: done checking for max_fail_percentage 11924 1726884939.40021: checking to see if all hosts have failed and the running result is not ok 11924 1726884939.40022: done checking to see if all hosts have failed 11924 1726884939.40022: getting the remaining hosts for this loop 11924 1726884939.40024: done getting the remaining hosts for this loop 11924 1726884939.40029: getting the next task for host managed_node2 11924 1726884939.40040: done getting next task for host managed_node2 11924 1726884939.40042: ^ task is: TASK: Verify mount directory permissions 11924 1726884939.40050: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884939.40058: getting variables 11924 1726884939.40061: in VariableManager get_vars() 11924 1726884939.40099: Calling all_inventory to load vars for managed_node2 11924 1726884939.40103: Calling groups_inventory to load vars for managed_node2 11924 1726884939.40107: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884939.40120: Calling all_plugins_play to load vars for managed_node2 11924 1726884939.40124: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884939.40127: Calling groups_plugins_play to load vars for managed_node2 11924 1726884939.40889: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884939.41910: done with get_vars() 11924 1726884939.41924: done getting variables 11924 1726884939.41999: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:39 -0400 (0:00:00.049) 0:01:44.759 ****** 11924 1726884939.42045: entering _queue_task() for managed_node2/assert 11924 1726884939.42330: worker is 1 (out of 1 available) 11924 1726884939.42343: exiting _queue_task() for managed_node2/assert 11924 1726884939.42361: done queuing things up, now waiting for results queue to drain 11924 1726884939.42363: waiting for pending results... 11924 1726884939.42611: running TaskExecutor() for managed_node2/TASK: Verify mount directory permissions 11924 1726884939.42961: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003965 11924 1726884939.42964: variable 'ansible_search_path' from source: unknown 11924 1726884939.42967: calling self._execute() 11924 1726884939.42969: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.42972: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.42975: variable 'omit' from source: magic vars 11924 1726884939.43353: variable '_storage_test_volume_present' from source: set_fact 11924 1726884939.43390: variable 'storage_test_volume' from source: include params 11924 1726884939.43433: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 11924 1726884939.43437: when evaluation is False, skipping this task 11924 1726884939.43440: _execute() done 11924 1726884939.43443: dumping result to json 11924 1726884939.43446: done dumping result, returning 11924 1726884939.43453: done running TaskExecutor() for managed_node2/TASK: Verify mount directory permissions [0affc8a3-6f6f-f4c0-2290-000000003965] 11924 1726884939.43472: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003965 skipping: [managed_node2] => { "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" } 11924 1726884939.43630: no more pending results, returning what we have 11924 1726884939.43634: results queue empty 11924 1726884939.43635: checking for any_errors_fatal 11924 1726884939.43643: done checking for any_errors_fatal 11924 1726884939.43644: checking for max_fail_percentage 11924 1726884939.43647: done checking for max_fail_percentage 11924 1726884939.43648: checking to see if all hosts have failed and the running result is not ok 11924 1726884939.43648: done checking to see if all hosts have failed 11924 1726884939.43649: getting the remaining hosts for this loop 11924 1726884939.43652: done getting the remaining hosts for this loop 11924 1726884939.43658: getting the next task for host managed_node2 11924 1726884939.43669: done getting next task for host managed_node2 11924 1726884939.43672: ^ task is: TASK: Get path of test volume device 11924 1726884939.43679: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884939.43684: getting variables 11924 1726884939.43686: in VariableManager get_vars() 11924 1726884939.43724: Calling all_inventory to load vars for managed_node2 11924 1726884939.43728: Calling groups_inventory to load vars for managed_node2 11924 1726884939.43732: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884939.43745: Calling all_plugins_play to load vars for managed_node2 11924 1726884939.43748: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884939.43751: Calling groups_plugins_play to load vars for managed_node2 11924 1726884939.43967: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003965 11924 1726884939.43971: WORKER PROCESS EXITING 11924 1726884939.44554: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884939.44921: done with get_vars() 11924 1726884939.44932: done getting variables 11924 1726884939.44972: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:39 -0400 (0:00:00.029) 0:01:44.788 ****** 11924 1726884939.44998: entering _queue_task() for managed_node2/command 11924 1726884939.45192: worker is 1 (out of 1 available) 11924 1726884939.45206: exiting _queue_task() for managed_node2/command 11924 1726884939.45219: done queuing things up, now waiting for results queue to drain 11924 1726884939.45221: waiting for pending results... 11924 1726884939.45492: running TaskExecutor() for managed_node2/TASK: Get path of test volume device 11924 1726884939.45634: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003966 11924 1726884939.45662: variable 'ansible_search_path' from source: unknown 11924 1726884939.45681: calling self._execute() 11924 1726884939.45817: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.45821: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.45833: variable 'omit' from source: magic vars 11924 1726884939.46262: variable 'storage_test_volume' from source: include params 11924 1726884939.46288: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884939.46292: when evaluation is False, skipping this task 11924 1726884939.46295: _execute() done 11924 1726884939.46297: dumping result to json 11924 1726884939.46300: done dumping result, returning 11924 1726884939.46305: done running TaskExecutor() for managed_node2/TASK: Get path of test volume device [0affc8a3-6f6f-f4c0-2290-000000003966] 11924 1726884939.46313: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003966 11924 1726884939.46404: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003966 11924 1726884939.46407: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884939.46505: no more pending results, returning what we have 11924 1726884939.46509: results queue empty 11924 1726884939.46510: checking for any_errors_fatal 11924 1726884939.46521: done checking for any_errors_fatal 11924 1726884939.46522: checking for max_fail_percentage 11924 1726884939.46524: done checking for max_fail_percentage 11924 1726884939.46525: checking to see if all hosts have failed and the running result is not ok 11924 1726884939.46526: done checking to see if all hosts have failed 11924 1726884939.46526: getting the remaining hosts for this loop 11924 1726884939.46529: done getting the remaining hosts for this loop 11924 1726884939.46533: getting the next task for host managed_node2 11924 1726884939.46542: done getting next task for host managed_node2 11924 1726884939.46545: ^ task is: TASK: Gather swap info 11924 1726884939.46552: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 11924 1726884939.46559: getting variables 11924 1726884939.46561: in VariableManager get_vars() 11924 1726884939.46596: Calling all_inventory to load vars for managed_node2 11924 1726884939.46599: Calling groups_inventory to load vars for managed_node2 11924 1726884939.46603: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884939.46613: Calling all_plugins_play to load vars for managed_node2 11924 1726884939.46617: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884939.46620: Calling groups_plugins_play to load vars for managed_node2 11924 1726884939.47174: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884939.47796: done with get_vars() 11924 1726884939.47810: done getting variables 11924 1726884939.47870: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:39 -0400 (0:00:00.029) 0:01:44.817 ****** 11924 1726884939.47905: entering _queue_task() for managed_node2/command 11924 1726884939.48162: worker is 1 (out of 1 available) 11924 1726884939.48176: exiting _queue_task() for managed_node2/command 11924 1726884939.48189: done queuing things up, now waiting for results queue to drain 11924 1726884939.48190: waiting for pending results... 11924 1726884939.48396: running TaskExecutor() for managed_node2/TASK: Gather swap info 11924 1726884939.48483: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003967 11924 1726884939.48494: variable 'ansible_search_path' from source: unknown 11924 1726884939.48529: calling self._execute() 11924 1726884939.48631: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.48635: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.48643: variable 'omit' from source: magic vars 11924 1726884939.48925: variable 'storage_test_volume' from source: include params 11924 1726884939.48953: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884939.48957: when evaluation is False, skipping this task 11924 1726884939.48961: _execute() done 11924 1726884939.48964: dumping result to json 11924 1726884939.48966: done dumping result, returning 11924 1726884939.48969: done running TaskExecutor() for managed_node2/TASK: Gather swap info [0affc8a3-6f6f-f4c0-2290-000000003967] 11924 1726884939.48974: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003967 11924 1726884939.49063: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003967 11924 1726884939.49066: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884939.49126: no more pending results, returning what we have 11924 1726884939.49129: results queue empty 11924 1726884939.49129: checking for any_errors_fatal 11924 1726884939.49137: done checking for any_errors_fatal 11924 1726884939.49138: checking for max_fail_percentage 11924 1726884939.49139: done checking for max_fail_percentage 11924 1726884939.49140: checking to see if all hosts have failed and the running result is not ok 11924 1726884939.49141: done checking to see if all hosts have failed 11924 1726884939.49141: getting the remaining hosts for this loop 11924 1726884939.49143: done getting the remaining hosts for this loop 11924 1726884939.49146: getting the next task for host managed_node2 11924 1726884939.49153: done getting next task for host managed_node2 11924 1726884939.49158: ^ task is: TASK: Verify swap status 11924 1726884939.49164: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 11924 1726884939.49167: getting variables 11924 1726884939.49168: in VariableManager get_vars() 11924 1726884939.49201: Calling all_inventory to load vars for managed_node2 11924 1726884939.49203: Calling groups_inventory to load vars for managed_node2 11924 1726884939.49206: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884939.49214: Calling all_plugins_play to load vars for managed_node2 11924 1726884939.49217: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884939.49219: Calling groups_plugins_play to load vars for managed_node2 11924 1726884939.49569: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884939.50169: done with get_vars() 11924 1726884939.50189: done getting variables 11924 1726884939.50241: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:39 -0400 (0:00:00.023) 0:01:44.841 ****** 11924 1726884939.50276: entering _queue_task() for managed_node2/assert 11924 1726884939.50537: worker is 1 (out of 1 available) 11924 1726884939.50550: exiting _queue_task() for managed_node2/assert 11924 1726884939.50567: done queuing things up, now waiting for results queue to drain 11924 1726884939.50569: waiting for pending results... 11924 1726884939.50979: running TaskExecutor() for managed_node2/TASK: Verify swap status 11924 1726884939.51038: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003968 11924 1726884939.51068: variable 'ansible_search_path' from source: unknown 11924 1726884939.51117: calling self._execute() 11924 1726884939.51259: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.51273: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.51296: variable 'omit' from source: magic vars 11924 1726884939.51718: variable 'storage_test_volume' from source: include params 11924 1726884939.51765: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884939.51776: when evaluation is False, skipping this task 11924 1726884939.51786: _execute() done 11924 1726884939.51794: dumping result to json 11924 1726884939.51803: done dumping result, returning 11924 1726884939.51816: done running TaskExecutor() for managed_node2/TASK: Verify swap status [0affc8a3-6f6f-f4c0-2290-000000003968] 11924 1726884939.51828: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003968 11924 1726884939.52028: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003968 11924 1726884939.52032: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884939.52109: no more pending results, returning what we have 11924 1726884939.52113: results queue empty 11924 1726884939.52114: checking for any_errors_fatal 11924 1726884939.52126: done checking for any_errors_fatal 11924 1726884939.52127: checking for max_fail_percentage 11924 1726884939.52129: done checking for max_fail_percentage 11924 1726884939.52131: checking to see if all hosts have failed and the running result is not ok 11924 1726884939.52133: done checking to see if all hosts have failed 11924 1726884939.52134: getting the remaining hosts for this loop 11924 1726884939.52136: done getting the remaining hosts for this loop 11924 1726884939.52141: getting the next task for host managed_node2 11924 1726884939.52151: done getting next task for host managed_node2 11924 1726884939.52157: ^ task is: TASK: Unset facts 11924 1726884939.52166: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884939.52172: getting variables 11924 1726884939.52174: in VariableManager get_vars() 11924 1726884939.52215: Calling all_inventory to load vars for managed_node2 11924 1726884939.52218: Calling groups_inventory to load vars for managed_node2 11924 1726884939.52222: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884939.52236: Calling all_plugins_play to load vars for managed_node2 11924 1726884939.52240: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884939.52243: Calling groups_plugins_play to load vars for managed_node2 11924 1726884939.53275: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884939.53856: done with get_vars() 11924 1726884939.53873: done getting variables 11924 1726884939.53935: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:39 -0400 (0:00:00.036) 0:01:44.878 ****** 11924 1726884939.53967: entering _queue_task() for managed_node2/set_fact 11924 1726884939.54170: worker is 1 (out of 1 available) 11924 1726884939.54182: exiting _queue_task() for managed_node2/set_fact 11924 1726884939.54194: done queuing things up, now waiting for results queue to drain 11924 1726884939.54195: waiting for pending results... 11924 1726884939.54386: running TaskExecutor() for managed_node2/TASK: Unset facts 11924 1726884939.54521: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003969 11924 1726884939.54535: variable 'ansible_search_path' from source: unknown 11924 1726884939.54563: calling self._execute() 11924 1726884939.54679: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.54684: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.54697: variable 'omit' from source: magic vars 11924 1726884939.54807: variable 'omit' from source: magic vars 11924 1726884939.54853: variable 'omit' from source: magic vars 11924 1726884939.54881: variable 'omit' from source: magic vars 11924 1726884939.54918: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884939.54945: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884939.54981: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884939.54985: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884939.55024: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884939.55028: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884939.55030: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884939.55078: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884939.55082: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.55084: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.55167: Set connection var ansible_shell_executable to /bin/sh 11924 1726884939.55171: Set connection var ansible_connection to ssh 11924 1726884939.55174: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884939.55179: Set connection var ansible_timeout to 10 11924 1726884939.55185: Set connection var ansible_pipelining to False 11924 1726884939.55189: Set connection var ansible_shell_type to sh 11924 1726884939.55213: variable 'ansible_shell_executable' from source: unknown 11924 1726884939.55216: variable 'ansible_connection' from source: unknown 11924 1726884939.55219: variable 'ansible_module_compression' from source: unknown 11924 1726884939.55229: variable 'ansible_shell_type' from source: unknown 11924 1726884939.55234: variable 'ansible_shell_executable' from source: unknown 11924 1726884939.55237: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.55240: variable 'ansible_pipelining' from source: unknown 11924 1726884939.55242: variable 'ansible_timeout' from source: unknown 11924 1726884939.55244: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.55340: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884939.55350: variable 'omit' from source: magic vars 11924 1726884939.55360: starting attempt loop 11924 1726884939.55364: running the handler 11924 1726884939.55372: handler run complete 11924 1726884939.55380: attempt loop complete, returning result 11924 1726884939.55383: _execute() done 11924 1726884939.55385: dumping result to json 11924 1726884939.55387: done dumping result, returning 11924 1726884939.55395: done running TaskExecutor() for managed_node2/TASK: Unset facts [0affc8a3-6f6f-f4c0-2290-000000003969] 11924 1726884939.55399: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003969 11924 1726884939.55489: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003969 11924 1726884939.55492: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 11924 1726884939.55558: no more pending results, returning what we have 11924 1726884939.55561: results queue empty 11924 1726884939.55562: checking for any_errors_fatal 11924 1726884939.55569: done checking for any_errors_fatal 11924 1726884939.55569: checking for max_fail_percentage 11924 1726884939.55571: done checking for max_fail_percentage 11924 1726884939.55572: checking to see if all hosts have failed and the running result is not ok 11924 1726884939.55572: done checking to see if all hosts have failed 11924 1726884939.55573: getting the remaining hosts for this loop 11924 1726884939.55575: done getting the remaining hosts for this loop 11924 1726884939.55578: getting the next task for host managed_node2 11924 1726884939.55587: done getting next task for host managed_node2 11924 1726884939.55590: ^ task is: TASK: Set some variables for fstab checking 11924 1726884939.55596: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884939.55602: getting variables 11924 1726884939.55603: in VariableManager get_vars() 11924 1726884939.55631: Calling all_inventory to load vars for managed_node2 11924 1726884939.55633: Calling groups_inventory to load vars for managed_node2 11924 1726884939.55636: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884939.55644: Calling all_plugins_play to load vars for managed_node2 11924 1726884939.55646: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884939.55651: Calling groups_plugins_play to load vars for managed_node2 11924 1726884939.56260: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884939.57177: done with get_vars() 11924 1726884939.57192: done getting variables 11924 1726884939.57251: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:39 -0400 (0:00:00.033) 0:01:44.911 ****** 11924 1726884939.57293: entering _queue_task() for managed_node2/set_fact 11924 1726884939.57593: worker is 1 (out of 1 available) 11924 1726884939.57742: exiting _queue_task() for managed_node2/set_fact 11924 1726884939.57762: done queuing things up, now waiting for results queue to drain 11924 1726884939.57764: waiting for pending results... 11924 1726884939.58143: running TaskExecutor() for managed_node2/TASK: Set some variables for fstab checking 11924 1726884939.58742: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000396d 11924 1726884939.58852: variable 'ansible_search_path' from source: unknown 11924 1726884939.58962: calling self._execute() 11924 1726884939.59275: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.59461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.59465: variable 'omit' from source: magic vars 11924 1726884939.59468: variable 'omit' from source: magic vars 11924 1726884939.59718: variable 'omit' from source: magic vars 11924 1726884939.61004: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884939.65406: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884939.65485: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884939.65536: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884939.65566: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884939.65586: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884939.65644: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884939.65670: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884939.65685: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884939.65713: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884939.65724: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884939.65759: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884939.65777: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884939.65793: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884939.65818: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884939.65828: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884939.65875: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884939.65893: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884939.65911: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884939.65947: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884939.65961: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884939.66073: variable 'storage_test_fstab' from source: set_fact 11924 1726884939.66085: variable 'storage_test_volume' from source: include params 11924 1726884939.66170: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884939.66282: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884939.66332: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884939.66340: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884939.66390: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884939.66430: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884939.66441: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884939.66463: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884939.66481: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884939.66665: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884939.66682: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884939.66698: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884939.66725: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884939.66735: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884939.66871: variable '__mount_point' from source: task vars 11924 1726884939.66925: variable 'storage_test_volume' from source: include params 11924 1726884939.66942: variable 'storage_test_fstab' from source: set_fact 11924 1726884939.67139: variable '_storage_test_volume_present' from source: set_fact 11924 1726884939.67142: variable '__mount_point' from source: task vars 11924 1726884939.67193: variable 'storage_test_volume' from source: include params 11924 1726884939.67204: variable 'storage_test_volume' from source: include params 11924 1726884939.67310: variable '_storage_test_volume_present' from source: set_fact 11924 1726884939.67316: variable '__mount_point' from source: task vars 11924 1726884939.67367: variable 'storage_test_volume' from source: include params 11924 1726884939.67600: variable '__mount_options' from source: task vars 11924 1726884939.67650: variable 'storage_test_volume' from source: include params 11924 1726884939.67663: variable '__mount_point' from source: task vars 11924 1726884939.67741: variable 'storage_test_volume' from source: include params 11924 1726884939.67744: variable 'storage_test_fstab' from source: set_fact 11924 1726884939.67780: variable '__pattern' from source: task vars 11924 1726884939.67848: variable '__mount_point' from source: task vars 11924 1726884939.67937: variable 'storage_test_volume' from source: include params 11924 1726884939.67946: variable '__mount_options' from source: task vars 11924 1726884939.68029: variable 'storage_test_volume' from source: include params 11924 1726884939.68241: variable '_storage_test_volume_present' from source: set_fact 11924 1726884939.68244: variable '__mount_options' from source: task vars 11924 1726884939.68314: variable 'storage_test_volume' from source: include params 11924 1726884939.68317: variable 'omit' from source: magic vars 11924 1726884939.68380: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884939.68386: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884939.68391: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884939.68454: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884939.68465: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884939.68468: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884939.68470: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884939.68510: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884939.68514: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.68516: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.68697: Set connection var ansible_shell_executable to /bin/sh 11924 1726884939.68700: Set connection var ansible_connection to ssh 11924 1726884939.68703: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884939.68706: Set connection var ansible_timeout to 10 11924 1726884939.68711: Set connection var ansible_pipelining to False 11924 1726884939.68713: Set connection var ansible_shell_type to sh 11924 1726884939.68720: variable 'ansible_shell_executable' from source: unknown 11924 1726884939.68723: variable 'ansible_connection' from source: unknown 11924 1726884939.68726: variable 'ansible_module_compression' from source: unknown 11924 1726884939.68729: variable 'ansible_shell_type' from source: unknown 11924 1726884939.68733: variable 'ansible_shell_executable' from source: unknown 11924 1726884939.68736: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.68740: variable 'ansible_pipelining' from source: unknown 11924 1726884939.68744: variable 'ansible_timeout' from source: unknown 11924 1726884939.68747: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.69061: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884939.69066: variable 'omit' from source: magic vars 11924 1726884939.69068: starting attempt loop 11924 1726884939.69070: running the handler 11924 1726884939.69071: handler run complete 11924 1726884939.69074: attempt loop complete, returning result 11924 1726884939.69075: _execute() done 11924 1726884939.69080: dumping result to json 11924 1726884939.69082: done dumping result, returning 11924 1726884939.69083: done running TaskExecutor() for managed_node2/TASK: Set some variables for fstab checking [0affc8a3-6f6f-f4c0-2290-00000000396d] 11924 1726884939.69085: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000396d 11924 1726884939.69163: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000396d 11924 1726884939.69170: WORKER PROCESS EXITING ok: [managed_node2] => { "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=0f3fb490-f569-46ef-8fef-9eeb08e031a3 " ], "storage_test_fstab_mount_options_matches": [ " /opt/test1 xfs defaults " ], "storage_test_fstab_mount_point_matches": [ " /opt/test1 " ] }, "changed": false } 11924 1726884939.69384: no more pending results, returning what we have 11924 1726884939.69388: results queue empty 11924 1726884939.69390: checking for any_errors_fatal 11924 1726884939.69400: done checking for any_errors_fatal 11924 1726884939.69402: checking for max_fail_percentage 11924 1726884939.69408: done checking for max_fail_percentage 11924 1726884939.69411: checking to see if all hosts have failed and the running result is not ok 11924 1726884939.69412: done checking to see if all hosts have failed 11924 1726884939.69412: getting the remaining hosts for this loop 11924 1726884939.69414: done getting the remaining hosts for this loop 11924 1726884939.69418: getting the next task for host managed_node2 11924 1726884939.69427: done getting next task for host managed_node2 11924 1726884939.69434: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 11924 1726884939.69441: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884939.69490: getting variables 11924 1726884939.69495: in VariableManager get_vars() 11924 1726884939.69533: Calling all_inventory to load vars for managed_node2 11924 1726884939.69536: Calling groups_inventory to load vars for managed_node2 11924 1726884939.69539: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884939.69547: Calling all_plugins_play to load vars for managed_node2 11924 1726884939.69549: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884939.69554: Calling groups_plugins_play to load vars for managed_node2 11924 1726884939.70150: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884939.70792: done with get_vars() 11924 1726884939.70808: done getting variables 11924 1726884939.71079: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:39 -0400 (0:00:00.138) 0:01:45.050 ****** 11924 1726884939.71114: entering _queue_task() for managed_node2/assert 11924 1726884939.71392: worker is 1 (out of 1 available) 11924 1726884939.71405: exiting _queue_task() for managed_node2/assert 11924 1726884939.71419: done queuing things up, now waiting for results queue to drain 11924 1726884939.71421: waiting for pending results... 11924 1726884939.71960: running TaskExecutor() for managed_node2/TASK: Verify that the device identifier appears in /etc/fstab 11924 1726884939.71970: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000396e 11924 1726884939.71973: variable 'ansible_search_path' from source: unknown 11924 1726884939.71981: calling self._execute() 11924 1726884939.72091: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.72095: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.72098: variable 'omit' from source: magic vars 11924 1726884939.72400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884939.74790: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884939.74862: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884939.74901: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884939.74960: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884939.74991: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884939.75081: variable '_storage_test_volume_present' from source: set_fact 11924 1726884939.75084: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884939.75087: variable 'omit' from source: magic vars 11924 1726884939.75219: variable 'omit' from source: magic vars 11924 1726884939.75222: variable 'omit' from source: magic vars 11924 1726884939.75225: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884939.75268: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884939.75270: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884939.75303: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884939.75307: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884939.75322: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884939.75342: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884939.75367: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884939.75370: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.75372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.75592: Set connection var ansible_shell_executable to /bin/sh 11924 1726884939.75595: Set connection var ansible_connection to ssh 11924 1726884939.75599: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884939.75603: Set connection var ansible_timeout to 10 11924 1726884939.75605: Set connection var ansible_pipelining to False 11924 1726884939.75607: Set connection var ansible_shell_type to sh 11924 1726884939.75609: variable 'ansible_shell_executable' from source: unknown 11924 1726884939.75611: variable 'ansible_connection' from source: unknown 11924 1726884939.75616: variable 'ansible_module_compression' from source: unknown 11924 1726884939.75619: variable 'ansible_shell_type' from source: unknown 11924 1726884939.75621: variable 'ansible_shell_executable' from source: unknown 11924 1726884939.75625: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.75627: variable 'ansible_pipelining' from source: unknown 11924 1726884939.75629: variable 'ansible_timeout' from source: unknown 11924 1726884939.75634: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.75776: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884939.75782: variable 'omit' from source: magic vars 11924 1726884939.75785: starting attempt loop 11924 1726884939.75788: running the handler 11924 1726884939.75902: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884939.75932: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884939.75959: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884939.76049: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884939.76052: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884939.76054: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884939.76075: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884939.76099: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884939.76135: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884939.76157: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884939.76249: variable 'storage_test_fstab_id_matches' from source: set_fact 11924 1726884939.76256: variable 'storage_test_fstab_expected_id_matches' from source: set_fact 11924 1726884939.76275: Evaluated conditional (storage_test_fstab_id_matches | length == storage_test_fstab_expected_id_matches | int): True 11924 1726884939.76279: handler run complete 11924 1726884939.76330: attempt loop complete, returning result 11924 1726884939.76334: _execute() done 11924 1726884939.76340: dumping result to json 11924 1726884939.76343: done dumping result, returning 11924 1726884939.76361: done running TaskExecutor() for managed_node2/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-f4c0-2290-00000000396e] 11924 1726884939.76363: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000396e 11924 1726884939.76426: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000396e 11924 1726884939.76428: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884939.76509: no more pending results, returning what we have 11924 1726884939.76512: results queue empty 11924 1726884939.76513: checking for any_errors_fatal 11924 1726884939.76520: done checking for any_errors_fatal 11924 1726884939.76520: checking for max_fail_percentage 11924 1726884939.76522: done checking for max_fail_percentage 11924 1726884939.76523: checking to see if all hosts have failed and the running result is not ok 11924 1726884939.76523: done checking to see if all hosts have failed 11924 1726884939.76524: getting the remaining hosts for this loop 11924 1726884939.76526: done getting the remaining hosts for this loop 11924 1726884939.76529: getting the next task for host managed_node2 11924 1726884939.76537: done getting next task for host managed_node2 11924 1726884939.76539: ^ task is: TASK: Verify the fstab mount point 11924 1726884939.76545: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884939.76549: getting variables 11924 1726884939.76551: in VariableManager get_vars() 11924 1726884939.76687: Calling all_inventory to load vars for managed_node2 11924 1726884939.76690: Calling groups_inventory to load vars for managed_node2 11924 1726884939.76693: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884939.76702: Calling all_plugins_play to load vars for managed_node2 11924 1726884939.76704: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884939.76708: Calling groups_plugins_play to load vars for managed_node2 11924 1726884939.77314: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884939.77949: done with get_vars() 11924 1726884939.77966: done getting variables 11924 1726884939.78018: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:15:39 -0400 (0:00:00.070) 0:01:45.120 ****** 11924 1726884939.78145: entering _queue_task() for managed_node2/assert 11924 1726884939.78537: worker is 1 (out of 1 available) 11924 1726884939.78548: exiting _queue_task() for managed_node2/assert 11924 1726884939.78565: done queuing things up, now waiting for results queue to drain 11924 1726884939.78567: waiting for pending results... 11924 1726884939.79476: running TaskExecutor() for managed_node2/TASK: Verify the fstab mount point 11924 1726884939.79577: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000396f 11924 1726884939.79861: variable 'ansible_search_path' from source: unknown 11924 1726884939.79865: calling self._execute() 11924 1726884939.79934: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.79947: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.79967: variable 'omit' from source: magic vars 11924 1726884939.80081: variable 'omit' from source: magic vars 11924 1726884939.80156: variable 'omit' from source: magic vars 11924 1726884939.80422: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 11924 1726884939.80437: variable 'storage_test_volume' from source: include params 11924 1726884939.80496: variable 'omit' from source: magic vars 11924 1726884939.80542: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884939.80586: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884939.80614: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884939.80635: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884939.80652: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884939.80677: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884939.80701: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884939.80736: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884939.80745: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.80753: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.80875: Set connection var ansible_shell_executable to /bin/sh 11924 1726884939.80883: Set connection var ansible_connection to ssh 11924 1726884939.80895: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884939.80907: Set connection var ansible_timeout to 10 11924 1726884939.80918: Set connection var ansible_pipelining to False 11924 1726884939.80928: Set connection var ansible_shell_type to sh 11924 1726884939.80963: variable 'ansible_shell_executable' from source: unknown 11924 1726884939.80973: variable 'ansible_connection' from source: unknown 11924 1726884939.80980: variable 'ansible_module_compression' from source: unknown 11924 1726884939.80988: variable 'ansible_shell_type' from source: unknown 11924 1726884939.80995: variable 'ansible_shell_executable' from source: unknown 11924 1726884939.81005: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.81160: variable 'ansible_pipelining' from source: unknown 11924 1726884939.81163: variable 'ansible_timeout' from source: unknown 11924 1726884939.81165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.81168: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884939.81170: variable 'omit' from source: magic vars 11924 1726884939.81172: starting attempt loop 11924 1726884939.81177: running the handler 11924 1726884939.81354: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884939.83499: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884939.83584: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884939.83629: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884939.83668: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884939.83699: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884939.83790: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884939.83824: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884939.83853: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884939.83906: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884939.83960: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884939.83990: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884939.84021: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884939.84047: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884939.84091: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884939.84160: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884939.84230: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 11924 1726884939.84241: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 11924 1726884939.84259: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 11924 1726884939.84270: handler run complete 11924 1726884939.84288: attempt loop complete, returning result 11924 1726884939.84296: _execute() done 11924 1726884939.84303: dumping result to json 11924 1726884939.84314: done dumping result, returning 11924 1726884939.84328: done running TaskExecutor() for managed_node2/TASK: Verify the fstab mount point [0affc8a3-6f6f-f4c0-2290-00000000396f] 11924 1726884939.84338: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000396f 11924 1726884939.84626: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000396f 11924 1726884939.84629: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884939.84680: no more pending results, returning what we have 11924 1726884939.84683: results queue empty 11924 1726884939.84683: checking for any_errors_fatal 11924 1726884939.84690: done checking for any_errors_fatal 11924 1726884939.84691: checking for max_fail_percentage 11924 1726884939.84693: done checking for max_fail_percentage 11924 1726884939.84694: checking to see if all hosts have failed and the running result is not ok 11924 1726884939.84694: done checking to see if all hosts have failed 11924 1726884939.84695: getting the remaining hosts for this loop 11924 1726884939.84696: done getting the remaining hosts for this loop 11924 1726884939.84699: getting the next task for host managed_node2 11924 1726884939.84707: done getting next task for host managed_node2 11924 1726884939.84709: ^ task is: TASK: Verify mount_options 11924 1726884939.84715: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884939.84719: getting variables 11924 1726884939.84721: in VariableManager get_vars() 11924 1726884939.84750: Calling all_inventory to load vars for managed_node2 11924 1726884939.84752: Calling groups_inventory to load vars for managed_node2 11924 1726884939.84757: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884939.84766: Calling all_plugins_play to load vars for managed_node2 11924 1726884939.84768: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884939.84771: Calling groups_plugins_play to load vars for managed_node2 11924 1726884939.85900: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884939.87227: done with get_vars() 11924 1726884939.87243: done getting variables 11924 1726884939.87394: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:39 -0400 (0:00:00.093) 0:01:45.214 ****** 11924 1726884939.87541: entering _queue_task() for managed_node2/assert 11924 1726884939.88045: worker is 1 (out of 1 available) 11924 1726884939.88206: exiting _queue_task() for managed_node2/assert 11924 1726884939.88220: done queuing things up, now waiting for results queue to drain 11924 1726884939.88222: waiting for pending results... 11924 1726884939.88772: running TaskExecutor() for managed_node2/TASK: Verify mount_options 11924 1726884939.88895: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003970 11924 1726884939.88921: variable 'ansible_search_path' from source: unknown 11924 1726884939.89162: calling self._execute() 11924 1726884939.89227: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.89362: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.89381: variable 'omit' from source: magic vars 11924 1726884939.89794: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884939.92173: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884939.92853: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884939.92935: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884939.92975: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884939.93011: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884939.93110: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884939.93149: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884939.93185: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884939.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) 11924 1726884939.93668: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884939.93672: Evaluated conditional (__storage_verify_mount_options | d(false)): False 11924 1726884939.93675: when evaluation is False, skipping this task 11924 1726884939.93678: _execute() done 11924 1726884939.93681: dumping result to json 11924 1726884939.93684: done dumping result, returning 11924 1726884939.93687: done running TaskExecutor() for managed_node2/TASK: Verify mount_options [0affc8a3-6f6f-f4c0-2290-000000003970] 11924 1726884939.93689: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003970 skipping: [managed_node2] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 11924 1726884939.93816: no more pending results, returning what we have 11924 1726884939.93820: results queue empty 11924 1726884939.93821: checking for any_errors_fatal 11924 1726884939.93828: done checking for any_errors_fatal 11924 1726884939.93829: checking for max_fail_percentage 11924 1726884939.93830: done checking for max_fail_percentage 11924 1726884939.93832: checking to see if all hosts have failed and the running result is not ok 11924 1726884939.93832: done checking to see if all hosts have failed 11924 1726884939.93833: getting the remaining hosts for this loop 11924 1726884939.93835: done getting the remaining hosts for this loop 11924 1726884939.93839: getting the next task for host managed_node2 11924 1726884939.93849: done getting next task for host managed_node2 11924 1726884939.93852: ^ task is: TASK: Verify fingerprint 11924 1726884939.93881: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884939.93887: getting variables 11924 1726884939.93889: in VariableManager get_vars() 11924 1726884939.93925: Calling all_inventory to load vars for managed_node2 11924 1726884939.93927: Calling groups_inventory to load vars for managed_node2 11924 1726884939.93930: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884939.93940: Calling all_plugins_play to load vars for managed_node2 11924 1726884939.93943: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884939.93946: Calling groups_plugins_play to load vars for managed_node2 11924 1726884939.94500: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003970 11924 1726884939.94505: WORKER PROCESS EXITING 11924 1726884939.95188: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884939.95798: done with get_vars() 11924 1726884939.95815: done getting variables 11924 1726884939.95880: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Friday 20 September 2024 22:15:39 -0400 (0:00:00.083) 0:01:45.298 ****** 11924 1726884939.95918: entering _queue_task() for managed_node2/assert 11924 1726884939.96302: worker is 1 (out of 1 available) 11924 1726884939.96316: exiting _queue_task() for managed_node2/assert 11924 1726884939.96329: done queuing things up, now waiting for results queue to drain 11924 1726884939.96330: waiting for pending results... 11924 1726884939.96595: running TaskExecutor() for managed_node2/TASK: Verify fingerprint 11924 1726884939.96935: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003971 11924 1726884939.96939: variable 'ansible_search_path' from source: unknown 11924 1726884939.96942: calling self._execute() 11924 1726884939.97271: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.97284: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.97305: variable 'omit' from source: magic vars 11924 1726884939.97512: variable 'omit' from source: magic vars 11924 1726884939.97665: variable 'omit' from source: magic vars 11924 1726884939.97817: variable 'omit' from source: magic vars 11924 1726884939.97872: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884939.98026: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884939.98070: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884939.98094: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884939.98117: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884939.98173: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884939.98215: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884939.98261: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884939.98275: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.98283: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.98431: Set connection var ansible_shell_executable to /bin/sh 11924 1726884939.98439: Set connection var ansible_connection to ssh 11924 1726884939.98460: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884939.98488: Set connection var ansible_timeout to 10 11924 1726884939.98491: Set connection var ansible_pipelining to False 11924 1726884939.98493: Set connection var ansible_shell_type to sh 11924 1726884939.98527: variable 'ansible_shell_executable' from source: unknown 11924 1726884939.98559: variable 'ansible_connection' from source: unknown 11924 1726884939.98565: variable 'ansible_module_compression' from source: unknown 11924 1726884939.98571: variable 'ansible_shell_type' from source: unknown 11924 1726884939.98574: variable 'ansible_shell_executable' from source: unknown 11924 1726884939.98576: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884939.98578: variable 'ansible_pipelining' from source: unknown 11924 1726884939.98581: variable 'ansible_timeout' from source: unknown 11924 1726884939.98583: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884939.98791: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884939.98795: variable 'omit' from source: magic vars 11924 1726884939.98797: starting attempt loop 11924 1726884939.98800: running the handler 11924 1726884939.99095: variable '__fingerprint' from source: task vars 11924 1726884939.99113: variable 'storage_test_fstab' from source: set_fact 11924 1726884939.99147: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 11924 1726884939.99254: handler run complete 11924 1726884939.99259: attempt loop complete, returning result 11924 1726884939.99261: _execute() done 11924 1726884939.99263: dumping result to json 11924 1726884939.99265: done dumping result, returning 11924 1726884939.99268: done running TaskExecutor() for managed_node2/TASK: Verify fingerprint [0affc8a3-6f6f-f4c0-2290-000000003971] 11924 1726884939.99270: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003971 11924 1726884939.99342: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003971 11924 1726884939.99346: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884939.99404: no more pending results, returning what we have 11924 1726884939.99411: results queue empty 11924 1726884939.99412: checking for any_errors_fatal 11924 1726884939.99425: done checking for any_errors_fatal 11924 1726884939.99426: checking for max_fail_percentage 11924 1726884939.99429: done checking for max_fail_percentage 11924 1726884939.99430: checking to see if all hosts have failed and the running result is not ok 11924 1726884939.99431: done checking to see if all hosts have failed 11924 1726884939.99432: getting the remaining hosts for this loop 11924 1726884939.99434: done getting the remaining hosts for this loop 11924 1726884939.99438: getting the next task for host managed_node2 11924 1726884939.99448: done getting next task for host managed_node2 11924 1726884939.99451: ^ task is: TASK: Clean up variables 11924 1726884939.99460: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884939.99466: getting variables 11924 1726884939.99468: in VariableManager get_vars() 11924 1726884939.99506: Calling all_inventory to load vars for managed_node2 11924 1726884939.99512: Calling groups_inventory to load vars for managed_node2 11924 1726884939.99516: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884939.99528: Calling all_plugins_play to load vars for managed_node2 11924 1726884939.99531: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884939.99535: Calling groups_plugins_play to load vars for managed_node2 11924 1726884940.00898: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884940.01634: done with get_vars() 11924 1726884940.01649: done getting variables 11924 1726884940.01710: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:40 -0400 (0:00:00.058) 0:01:45.356 ****** 11924 1726884940.01771: entering _queue_task() for managed_node2/set_fact 11924 1726884940.02178: worker is 1 (out of 1 available) 11924 1726884940.02189: exiting _queue_task() for managed_node2/set_fact 11924 1726884940.02200: done queuing things up, now waiting for results queue to drain 11924 1726884940.02201: waiting for pending results... 11924 1726884940.02505: running TaskExecutor() for managed_node2/TASK: Clean up variables 11924 1726884940.02661: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003972 11924 1726884940.02665: variable 'ansible_search_path' from source: unknown 11924 1726884940.02668: calling self._execute() 11924 1726884940.02794: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.02805: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.02830: variable 'omit' from source: magic vars 11924 1726884940.02952: variable 'omit' from source: magic vars 11924 1726884940.03042: variable 'omit' from source: magic vars 11924 1726884940.03091: variable 'omit' from source: magic vars 11924 1726884940.03269: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884940.03273: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884940.03276: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884940.03278: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884940.03290: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884940.03315: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884940.03336: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884940.03380: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884940.03392: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.03417: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.03547: Set connection var ansible_shell_executable to /bin/sh 11924 1726884940.03558: Set connection var ansible_connection to ssh 11924 1726884940.03569: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884940.03689: Set connection var ansible_timeout to 10 11924 1726884940.03692: Set connection var ansible_pipelining to False 11924 1726884940.03695: Set connection var ansible_shell_type to sh 11924 1726884940.03696: variable 'ansible_shell_executable' from source: unknown 11924 1726884940.03698: variable 'ansible_connection' from source: unknown 11924 1726884940.03700: variable 'ansible_module_compression' from source: unknown 11924 1726884940.03703: variable 'ansible_shell_type' from source: unknown 11924 1726884940.03705: variable 'ansible_shell_executable' from source: unknown 11924 1726884940.03707: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.03711: variable 'ansible_pipelining' from source: unknown 11924 1726884940.03713: variable 'ansible_timeout' from source: unknown 11924 1726884940.03715: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.03825: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884940.03840: variable 'omit' from source: magic vars 11924 1726884940.03848: starting attempt loop 11924 1726884940.03852: running the handler 11924 1726884940.03872: handler run complete 11924 1726884940.03887: attempt loop complete, returning result 11924 1726884940.03893: _execute() done 11924 1726884940.03906: dumping result to json 11924 1726884940.03917: done dumping result, returning 11924 1726884940.03929: done running TaskExecutor() for managed_node2/TASK: Clean up variables [0affc8a3-6f6f-f4c0-2290-000000003972] 11924 1726884940.03939: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003972 11924 1726884940.04294: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003972 11924 1726884940.04298: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 11924 1726884940.04352: no more pending results, returning what we have 11924 1726884940.04356: results queue empty 11924 1726884940.04357: checking for any_errors_fatal 11924 1726884940.04364: done checking for any_errors_fatal 11924 1726884940.04364: checking for max_fail_percentage 11924 1726884940.04366: done checking for max_fail_percentage 11924 1726884940.04367: checking to see if all hosts have failed and the running result is not ok 11924 1726884940.04368: done checking to see if all hosts have failed 11924 1726884940.04368: getting the remaining hosts for this loop 11924 1726884940.04370: done getting the remaining hosts for this loop 11924 1726884940.04373: getting the next task for host managed_node2 11924 1726884940.04383: done getting next task for host managed_node2 11924 1726884940.04386: ^ task is: TASK: Verify fs type 11924 1726884940.04392: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884940.04395: getting variables 11924 1726884940.04397: in VariableManager get_vars() 11924 1726884940.04428: Calling all_inventory to load vars for managed_node2 11924 1726884940.04430: Calling groups_inventory to load vars for managed_node2 11924 1726884940.04433: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884940.04442: Calling all_plugins_play to load vars for managed_node2 11924 1726884940.04445: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884940.04447: Calling groups_plugins_play to load vars for managed_node2 11924 1726884940.05307: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884940.06753: done with get_vars() 11924 1726884940.06770: done getting variables 11924 1726884940.06830: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:40 -0400 (0:00:00.052) 0:01:45.408 ****** 11924 1726884940.06980: entering _queue_task() for managed_node2/assert 11924 1726884940.07440: worker is 1 (out of 1 available) 11924 1726884940.07453: exiting _queue_task() for managed_node2/assert 11924 1726884940.07468: done queuing things up, now waiting for results queue to drain 11924 1726884940.07470: waiting for pending results... 11924 1726884940.07732: running TaskExecutor() for managed_node2/TASK: Verify fs type 11924 1726884940.07973: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003976 11924 1726884940.07977: variable 'ansible_search_path' from source: unknown 11924 1726884940.08002: calling self._execute() 11924 1726884940.08126: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.08130: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.08276: variable 'omit' from source: magic vars 11924 1726884940.08805: variable 'storage_test_volume' from source: include params 11924 1726884940.08838: Evaluated conditional (storage_test_volume.type != "stratis"): True 11924 1726884940.09050: variable 'storage_test_volume' from source: include params 11924 1726884940.09116: Evaluated conditional (storage_test_volume.fs_type): True 11924 1726884940.09265: variable '_storage_test_volume_present' from source: set_fact 11924 1726884940.09268: Evaluated conditional (_storage_test_volume_present): True 11924 1726884940.09277: variable 'omit' from source: magic vars 11924 1726884940.09486: variable 'omit' from source: magic vars 11924 1726884940.09516: variable 'omit' from source: magic vars 11924 1726884940.09552: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884940.09642: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884940.09704: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884940.09707: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884940.09796: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884940.09799: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884940.09802: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884940.09804: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884940.09805: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.09809: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.09906: Set connection var ansible_shell_executable to /bin/sh 11924 1726884940.09912: Set connection var ansible_connection to ssh 11924 1726884940.09915: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884940.09922: Set connection var ansible_timeout to 10 11924 1726884940.09925: Set connection var ansible_pipelining to False 11924 1726884940.09930: Set connection var ansible_shell_type to sh 11924 1726884940.09957: variable 'ansible_shell_executable' from source: unknown 11924 1726884940.09960: variable 'ansible_connection' from source: unknown 11924 1726884940.09963: variable 'ansible_module_compression' from source: unknown 11924 1726884940.09965: variable 'ansible_shell_type' from source: unknown 11924 1726884940.09967: variable 'ansible_shell_executable' from source: unknown 11924 1726884940.09970: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.09972: variable 'ansible_pipelining' from source: unknown 11924 1726884940.09974: variable 'ansible_timeout' from source: unknown 11924 1726884940.10014: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.10107: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884940.10140: variable 'omit' from source: magic vars 11924 1726884940.10143: starting attempt loop 11924 1726884940.10145: running the handler 11924 1726884940.10383: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884940.13679: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884940.13683: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884940.13688: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884940.13724: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884940.13753: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884940.13818: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884940.13853: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884940.13879: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884940.13917: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884940.13933: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884940.14152: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884940.14173: variable 'storage_test_volume' from source: include params 11924 1726884940.14189: 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 11924 1726884940.14194: handler run complete 11924 1726884940.14222: attempt loop complete, returning result 11924 1726884940.14225: _execute() done 11924 1726884940.14227: dumping result to json 11924 1726884940.14229: done dumping result, returning 11924 1726884940.14231: done running TaskExecutor() for managed_node2/TASK: Verify fs type [0affc8a3-6f6f-f4c0-2290-000000003976] 11924 1726884940.14233: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003976 11924 1726884940.14397: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003976 11924 1726884940.14400: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884940.14480: no more pending results, returning what we have 11924 1726884940.14483: results queue empty 11924 1726884940.14484: checking for any_errors_fatal 11924 1726884940.14492: done checking for any_errors_fatal 11924 1726884940.14493: checking for max_fail_percentage 11924 1726884940.14495: done checking for max_fail_percentage 11924 1726884940.14495: checking to see if all hosts have failed and the running result is not ok 11924 1726884940.14496: done checking to see if all hosts have failed 11924 1726884940.14497: getting the remaining hosts for this loop 11924 1726884940.14498: done getting the remaining hosts for this loop 11924 1726884940.14502: getting the next task for host managed_node2 11924 1726884940.14518: done getting next task for host managed_node2 11924 1726884940.14521: ^ task is: TASK: Verify fs label 11924 1726884940.14527: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884940.14530: getting variables 11924 1726884940.14532: in VariableManager get_vars() 11924 1726884940.14563: Calling all_inventory to load vars for managed_node2 11924 1726884940.14566: Calling groups_inventory to load vars for managed_node2 11924 1726884940.14568: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884940.14578: Calling all_plugins_play to load vars for managed_node2 11924 1726884940.14580: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884940.14583: Calling groups_plugins_play to load vars for managed_node2 11924 1726884940.15293: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884940.15948: done with get_vars() 11924 1726884940.15966: done getting variables 11924 1726884940.16035: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:40 -0400 (0:00:00.090) 0:01:45.499 ****** 11924 1726884940.16073: entering _queue_task() for managed_node2/assert 11924 1726884940.16415: worker is 1 (out of 1 available) 11924 1726884940.16428: exiting _queue_task() for managed_node2/assert 11924 1726884940.16441: done queuing things up, now waiting for results queue to drain 11924 1726884940.16443: waiting for pending results... 11924 1726884940.17273: running TaskExecutor() for managed_node2/TASK: Verify fs label 11924 1726884940.17647: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003977 11924 1726884940.17665: variable 'ansible_search_path' from source: unknown 11924 1726884940.17698: calling self._execute() 11924 1726884940.17834: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.17849: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.17865: variable 'omit' from source: magic vars 11924 1726884940.19061: variable 'storage_test_volume' from source: include params 11924 1726884940.19429: Evaluated conditional (storage_test_volume.type != "stratis"): True 11924 1726884940.19608: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884940.21757: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884940.21842: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884940.21883: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884940.21923: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884940.21954: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884940.22047: variable '_storage_test_volume_present' from source: set_fact 11924 1726884940.22073: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884940.22359: variable 'storage_test_volume' from source: include params 11924 1726884940.22362: Evaluated conditional (storage_test_volume.fs_type != "gfs2"): True 11924 1726884940.22364: variable 'omit' from source: magic vars 11924 1726884940.22366: variable 'omit' from source: magic vars 11924 1726884940.22460: variable 'storage_test_volume' from source: include params 11924 1726884940.22476: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884940.22519: variable 'omit' from source: magic vars 11924 1726884940.22643: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884940.22682: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884940.22701: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884940.22723: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884940.22734: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884940.22751: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884940.22782: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884940.22815: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884940.22818: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.22820: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.22954: Set connection var ansible_shell_executable to /bin/sh 11924 1726884940.22959: Set connection var ansible_connection to ssh 11924 1726884940.22964: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884940.22970: Set connection var ansible_timeout to 10 11924 1726884940.22976: Set connection var ansible_pipelining to False 11924 1726884940.22990: Set connection var ansible_shell_type to sh 11924 1726884940.23025: variable 'ansible_shell_executable' from source: unknown 11924 1726884940.23029: variable 'ansible_connection' from source: unknown 11924 1726884940.23031: variable 'ansible_module_compression' from source: unknown 11924 1726884940.23033: variable 'ansible_shell_type' from source: unknown 11924 1726884940.23036: variable 'ansible_shell_executable' from source: unknown 11924 1726884940.23038: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.23042: variable 'ansible_pipelining' from source: unknown 11924 1726884940.23045: variable 'ansible_timeout' from source: unknown 11924 1726884940.23049: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.23187: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884940.23190: variable 'omit' from source: magic vars 11924 1726884940.23192: starting attempt loop 11924 1726884940.23194: running the handler 11924 1726884940.23398: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884940.23415: variable 'storage_test_volume' from source: include params 11924 1726884940.23442: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].label == storage_test_volume.fs_label): True 11924 1726884940.23445: handler run complete 11924 1726884940.23462: attempt loop complete, returning result 11924 1726884940.23466: _execute() done 11924 1726884940.23468: dumping result to json 11924 1726884940.23471: done dumping result, returning 11924 1726884940.23660: done running TaskExecutor() for managed_node2/TASK: Verify fs label [0affc8a3-6f6f-f4c0-2290-000000003977] 11924 1726884940.23663: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003977 11924 1726884940.23732: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003977 11924 1726884940.23735: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884940.23796: no more pending results, returning what we have 11924 1726884940.23800: results queue empty 11924 1726884940.23801: checking for any_errors_fatal 11924 1726884940.23814: done checking for any_errors_fatal 11924 1726884940.23815: checking for max_fail_percentage 11924 1726884940.23817: done checking for max_fail_percentage 11924 1726884940.23818: checking to see if all hosts have failed and the running result is not ok 11924 1726884940.23819: done checking to see if all hosts have failed 11924 1726884940.23819: getting the remaining hosts for this loop 11924 1726884940.23822: done getting the remaining hosts for this loop 11924 1726884940.23826: getting the next task for host managed_node2 11924 1726884940.23838: done getting next task for host managed_node2 11924 1726884940.23841: ^ task is: TASK: See whether the device node is present 11924 1726884940.23848: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884940.23861: getting variables 11924 1726884940.23863: in VariableManager get_vars() 11924 1726884940.23902: Calling all_inventory to load vars for managed_node2 11924 1726884940.23905: Calling groups_inventory to load vars for managed_node2 11924 1726884940.23911: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884940.23922: Calling all_plugins_play to load vars for managed_node2 11924 1726884940.23925: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884940.23929: Calling groups_plugins_play to load vars for managed_node2 11924 1726884940.24859: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884940.25496: done with get_vars() 11924 1726884940.25511: 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 22:15:40 -0400 (0:00:00.095) 0:01:45.595 ****** 11924 1726884940.25619: entering _queue_task() for managed_node2/stat 11924 1726884940.25903: worker is 1 (out of 1 available) 11924 1726884940.25919: exiting _queue_task() for managed_node2/stat 11924 1726884940.25934: done queuing things up, now waiting for results queue to drain 11924 1726884940.25936: waiting for pending results... 11924 1726884940.26248: running TaskExecutor() for managed_node2/TASK: See whether the device node is present 11924 1726884940.26415: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000397b 11924 1726884940.26437: variable 'ansible_search_path' from source: unknown 11924 1726884940.26474: calling self._execute() 11924 1726884940.26603: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.26614: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.26630: variable 'omit' from source: magic vars 11924 1726884940.26749: variable 'omit' from source: magic vars 11924 1726884940.26832: variable 'omit' from source: magic vars 11924 1726884940.27077: variable 'storage_test_volume' from source: include params 11924 1726884940.27132: variable 'omit' from source: magic vars 11924 1726884940.27183: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884940.27223: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884940.27256: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884940.27358: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884940.27362: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884940.27364: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884940.27366: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884940.27381: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884940.27388: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.27395: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.27509: Set connection var ansible_shell_executable to /bin/sh 11924 1726884940.27516: Set connection var ansible_connection to ssh 11924 1726884940.27524: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884940.27532: Set connection var ansible_timeout to 10 11924 1726884940.27539: Set connection var ansible_pipelining to False 11924 1726884940.27546: Set connection var ansible_shell_type to sh 11924 1726884940.27578: variable 'ansible_shell_executable' from source: unknown 11924 1726884940.27591: variable 'ansible_connection' from source: unknown 11924 1726884940.27693: variable 'ansible_module_compression' from source: unknown 11924 1726884940.27699: variable 'ansible_shell_type' from source: unknown 11924 1726884940.27702: variable 'ansible_shell_executable' from source: unknown 11924 1726884940.27705: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.27707: variable 'ansible_pipelining' from source: unknown 11924 1726884940.27709: variable 'ansible_timeout' from source: unknown 11924 1726884940.27711: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.28047: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884940.28051: variable 'omit' from source: magic vars 11924 1726884940.28054: starting attempt loop 11924 1726884940.28058: running the handler 11924 1726884940.28060: _low_level_execute_command(): starting 11924 1726884940.28062: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884940.28775: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884940.28783: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884940.28790: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884940.28859: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884940.28973: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884940.29018: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884940.30707: stdout chunk (state=3): >>>/root <<< 11924 1726884940.30891: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884940.30900: stdout chunk (state=3): >>><<< 11924 1726884940.30904: stderr chunk (state=3): >>><<< 11924 1726884940.31029: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884940.31033: _low_level_execute_command(): starting 11924 1726884940.31036: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884940.3093548-16715-149141031081165 `" && echo ansible-tmp-1726884940.3093548-16715-149141031081165="` echo /root/.ansible/tmp/ansible-tmp-1726884940.3093548-16715-149141031081165 `" ) && sleep 0' 11924 1726884940.32111: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884940.32115: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884940.32119: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884940.32122: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884940.32126: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884940.32251: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884940.32414: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884940.32462: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884940.34511: stdout chunk (state=3): >>>ansible-tmp-1726884940.3093548-16715-149141031081165=/root/.ansible/tmp/ansible-tmp-1726884940.3093548-16715-149141031081165 <<< 11924 1726884940.34971: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884940.35107: stderr chunk (state=3): >>><<< 11924 1726884940.35111: stdout chunk (state=3): >>><<< 11924 1726884940.35130: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884940.3093548-16715-149141031081165=/root/.ansible/tmp/ansible-tmp-1726884940.3093548-16715-149141031081165 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884940.35283: variable 'ansible_module_compression' from source: unknown 11924 1726884940.35362: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884940.35435: variable 'ansible_facts' from source: unknown 11924 1726884940.35509: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884940.3093548-16715-149141031081165/AnsiballZ_stat.py 11924 1726884940.35679: Sending initial data 11924 1726884940.35683: Sent initial data (153 bytes) 11924 1726884940.36371: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884940.36425: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884940.36448: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884940.36470: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884940.36552: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884940.38475: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884940.38540: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp4kpxwwnd /root/.ansible/tmp/ansible-tmp-1726884940.3093548-16715-149141031081165/AnsiballZ_stat.py <<< 11924 1726884940.38564: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884940.3093548-16715-149141031081165/AnsiballZ_stat.py" <<< 11924 1726884940.38631: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 11924 1726884940.38645: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp4kpxwwnd" to remote "/root/.ansible/tmp/ansible-tmp-1726884940.3093548-16715-149141031081165/AnsiballZ_stat.py" <<< 11924 1726884940.38684: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884940.3093548-16715-149141031081165/AnsiballZ_stat.py" <<< 11924 1726884940.39941: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884940.39950: stderr chunk (state=3): >>><<< 11924 1726884940.39962: stdout chunk (state=3): >>><<< 11924 1726884940.40024: done transferring module to remote 11924 1726884940.40043: _low_level_execute_command(): starting 11924 1726884940.40051: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884940.3093548-16715-149141031081165/ /root/.ansible/tmp/ansible-tmp-1726884940.3093548-16715-149141031081165/AnsiballZ_stat.py && sleep 0' 11924 1726884940.41247: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884940.41284: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884940.41339: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884940.41378: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884940.41675: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884940.43577: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884940.43610: stderr chunk (state=3): >>><<< 11924 1726884940.43627: stdout chunk (state=3): >>><<< 11924 1726884940.43649: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884940.43662: _low_level_execute_command(): starting 11924 1726884940.43671: _low_level_execute_command(): using become for this command 11924 1726884940.43690: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-jkdrbuwjarefokqfzdxgnvtespkeaguw ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884940.3093548-16715-149141031081165/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884940.43981: Initial state: awaiting_escalation: BECOME-SUCCESS-jkdrbuwjarefokqfzdxgnvtespkeaguw 11924 1726884940.44363: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884940.44469: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884940.44511: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884940.44575: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884940.47590: stdout chunk (state=1): >>>BECOME-SUCCESS-jkdrbuwjarefokqfzdxgnvtespkeaguw <<< 11924 1726884940.47600: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-jkdrbuwjarefokqfzdxgnvtespkeaguw' 11924 1726884940.47928: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884940.48040: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884940.48074: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884940.48112: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884940.48149: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884940.48184: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884940.48229: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884940.48265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 11924 1726884940.48321: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884940.48352: 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 0x7f49f88dc3e0> <<< 11924 1726884940.48389: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f88aba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884940.48417: 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 0x7f49f88de930> import '_signal' # <<< 11924 1726884940.48475: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884940.48522: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884940.48533: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884940.48603: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884940.48629: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884940.48664: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # <<< 11924 1726884940.48691: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884940.48724: 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' <<< 11924 1726884940.48748: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884940.48787: 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 <<< 11924 1726884940.48791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884940.48815: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f8690fe0> <<< 11924 1726884940.48872: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884940.48883: 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 0x7f49f8691fd0> <<< 11924 1726884940.48913: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884940.48947: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884940.49368: 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 0x7f49f86cfe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884940.49400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884940.49426: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f86cff50> <<< 11924 1726884940.49443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884940.49476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884940.49499: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884940.49559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884940.49591: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884940.49610: 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 0x7f49f8707890> <<< 11924 1726884940.49662: 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' <<< 11924 1726884940.49666: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f8707f20> import '_collections' # <<< 11924 1726884940.49716: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f86e7b30> <<< 11924 1726884940.49729: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884940.49755: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f86e5280> <<< 11924 1726884940.49850: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f86cd040> <<< 11924 1726884940.49880: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884940.49918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884940.49923: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884940.49942: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884940.49963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884940.49996: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884940.49999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884940.50042: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f872b830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f872a450> <<< 11924 1726884940.50078: 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 0x7f49f86e6150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f86ce000> <<< 11924 1726884940.50153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884940.50162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f875c890> <<< 11924 1726884940.50182: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f86cc2c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884940.50224: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884940.50239: 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 0x7f49f875cd40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f875cbf0> <<< 11924 1726884940.50277: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884940.50288: 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 0x7f49f875cfe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f86cade0> <<< 11924 1726884940.50319: 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' <<< 11924 1726884940.50345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884940.50405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884940.50411: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f875d6a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f875d370> <<< 11924 1726884940.50464: 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' <<< 11924 1726884940.50467: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f875e5a0> <<< 11924 1726884940.50491: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884940.50523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884940.50552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884940.50579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884940.50601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f87747d0> <<< 11924 1726884940.50627: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884940.50650: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884940.50670: 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 0x7f49f8775eb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884940.50681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884940.50718: 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' <<< 11924 1726884940.50721: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f8776d50> <<< 11924 1726884940.50891: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884940.50894: 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 0x7f49f8777350> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f87762a0> <<< 11924 1726884940.50902: 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 0x7f49f8777d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f87774a0> <<< 11924 1726884940.50925: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f875e600> <<< 11924 1726884940.50950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884940.50969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884940.50997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884940.51021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884940.51053: 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' <<< 11924 1726884940.51082: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f84f3c20> <<< 11924 1726884940.51085: 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' <<< 11924 1726884940.51125: 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 0x7f49f851c740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f851c4a0> <<< 11924 1726884940.51178: 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 0x7f49f851c770> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884940.51197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884940.51269: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884940.51397: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f851d0a0> <<< 11924 1726884940.51546: 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 0x7f49f851d9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f851c950> <<< 11924 1726884940.51581: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f84f1df0> <<< 11924 1726884940.51595: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884940.51632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884940.51666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884940.51669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884940.51715: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f851edb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f851daf0> <<< 11924 1726884940.51719: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f875ecf0> <<< 11924 1726884940.51750: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884940.51812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884940.51839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884940.51916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884940.51919: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f854b140> <<< 11924 1726884940.52024: 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' <<< 11924 1726884940.52233: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f85734d0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f85cc2c0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884940.52260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884940.52288: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884940.52329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884940.52420: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f85cea20> <<< 11924 1726884940.52502: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f85cc3e0> <<< 11924 1726884940.52539: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f85992b0> <<< 11924 1726884940.52587: 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 0x7f49f7f15370> <<< 11924 1726884940.52607: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f85722d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f851fd10> <<< 11924 1726884940.52729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884940.52740: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f49f8572630> <<< 11924 1726884940.53027: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_xtx_ao4b/ansible_stat_payload.zip' <<< 11924 1726884940.53045: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.53161: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.53192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884940.53206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884940.53258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884940.53332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884940.53385: 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' <<< 11924 1726884940.53396: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f6b0b0> import '_typing' # <<< 11924 1726884940.53584: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f49fa0> <<< 11924 1726884940.53600: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f49100> # zipimport: zlib available <<< 11924 1726884940.53633: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884940.53664: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.53675: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884940.53696: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.55160: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.56409: 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 0x7f49f7f68f80> <<< 11924 1726884940.56416: 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' <<< 11924 1726884940.56436: 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' <<< 11924 1726884940.56479: 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 0x7f49f7f92ab0> <<< 11924 1726884940.56513: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f92840> <<< 11924 1726884940.56548: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f92150> <<< 11924 1726884940.56588: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884940.56594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884940.56631: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f925a0> <<< 11924 1726884940.56635: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f6bd40> import 'atexit' # <<< 11924 1726884940.56672: 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 0x7f49f7f93830> <<< 11924 1726884940.56717: 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 0x7f49f7f93a70> <<< 11924 1726884940.56740: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884940.56787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884940.56805: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884940.56870: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f93fb0> <<< 11924 1726884940.56890: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884940.57017: 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' <<< 11924 1726884940.57020: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e05cd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7e078f0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884940.57022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884940.57264: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e082f0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884940.57267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884940.57291: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e09490> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e0bf20> <<< 11924 1726884940.57310: 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 0x7f49f8776cc0> <<< 11924 1726884940.57338: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e0a1e0> <<< 11924 1726884940.57350: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884940.57393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884940.57413: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884940.57437: 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 <<< 11924 1726884940.57471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884940.57504: 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' <<< 11924 1726884940.57528: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e13ce0> import '_tokenize' # <<< 11924 1726884940.57609: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e127b0> <<< 11924 1726884940.57632: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e12510> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884940.57716: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e12a80> <<< 11924 1726884940.57740: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e0a6f0> <<< 11924 1726884940.57774: 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 0x7f49f7e57e60> <<< 11924 1726884940.57801: 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 0x7f49f7e57ec0> <<< 11924 1726884940.57829: 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 <<< 11924 1726884940.57852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884940.57873: 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' <<< 11924 1726884940.57920: 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 0x7f49f7e59a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e597c0> <<< 11924 1726884940.57950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884940.58068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884940.58127: 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 0x7f49f7e5bf80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e5a0f0> <<< 11924 1726884940.58154: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884940.58194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884940.58229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884940.58232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884940.58250: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884940.58289: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e5f7a0> <<< 11924 1726884940.58420: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e5c170> <<< 11924 1726884940.58491: stdout 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 0x7f49f7e60a70> <<< 11924 1726884940.58516: stdout 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 0x7f49f7e607a0> <<< 11924 1726884940.58570: stdout 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' <<< 11924 1726884940.58572: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7e60b30> <<< 11924 1726884940.58611: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e58050> <<< 11924 1726884940.58626: 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 <<< 11924 1726884940.58653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884940.58680: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884940.58788: 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 0x7f49f7cf0110> <<< 11924 1726884940.58861: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884940.58885: 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 0x7f49f7cf1280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e628a0> <<< 11924 1726884940.58925: 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 0x7f49f7e63c50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e624e0> <<< 11924 1726884940.58959: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884940.58979: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.59075: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.59201: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.59207: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884940.59249: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884940.59363: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.59484: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.60054: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.60636: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884940.60639: 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' # <<< 11924 1726884940.60656: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884940.60677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884940.60740: 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 0x7f49f7cf53a0> <<< 11924 1726884940.60831: 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' <<< 11924 1726884940.60873: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7cf6120> <<< 11924 1726884940.60876: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f6b020> <<< 11924 1726884940.60921: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884940.60934: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.60969: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884940.60983: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.61142: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.61280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884940.61313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7cf6270> # zipimport: zlib available <<< 11924 1726884940.61779: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.62316: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.62319: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.62371: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884940.62392: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.62417: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.62463: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884940.62473: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.62538: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.62616: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884940.62642: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884940.62666: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884940.62716: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.62758: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884940.62771: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.62991: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.63233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884940.63295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884940.63318: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884940.63385: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7cf7380> <<< 11924 1726884940.63396: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.63502: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.63539: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884940.63577: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884940.63580: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.63680: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884940.63728: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.63768: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.63824: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.63900: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884940.63948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884940.64053: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7d020c0> <<< 11924 1726884940.64086: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7cfd5e0> <<< 11924 1726884940.64125: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 11924 1726884940.64138: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884940.64201: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.64275: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.64292: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.64338: stdout chunk (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' <<< 11924 1726884940.64442: 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 <<< 11924 1726884940.64460: 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 <<< 11924 1726884940.65165: 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 0x7f49f7deea80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7fca750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7d022a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7d01e50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 <<< 11924 1726884940.65174: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.65227: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884940.66135: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/mapper/foo-test1", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 585, "dev": 6, "nlink": 1, "atime": 1726884854.0843701, "mtime": 1726884854.0843701, "ctime": 1726884854.0843701, "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/foo-test1", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 11924 1726884940.66153: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884940.66801: 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 <<< 11924 1726884940.67045: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884940.67071: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884940.67149: 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 <<< 11924 1726884940.67215: 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 <<< 11924 1726884940.67226: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 11924 1726884940.67289: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 11924 1726884940.67360: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884940.67363: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884940.67365: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884940.67388: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884940.67434: 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 <<< 11924 1726884940.67684: 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 <<< 11924 1726884940.67703: stdout chunk (state=3): >>># cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket <<< 11924 1726884940.67719: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884940.67754: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884940.67779: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884940.67820: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884940.67844: 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 <<< 11924 1726884940.67858: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884940.68079: 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 <<< 11924 1726884940.68577: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884940.68649: stderr chunk (state=3): >>><<< 11924 1726884940.68653: stdout chunk (state=3): >>><<< 11924 1726884940.68777: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f88dc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f88aba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f88de930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f8690fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f8691fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f86cfe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f86cff50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f8707890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f8707f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f86e7b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f86e5280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f86cd040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f872b830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f872a450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f86e6150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f86ce000> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f875c890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f86cc2c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f875cd40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f875cbf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f875cfe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f86cade0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f875d6a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f875d370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f875e5a0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f87747d0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f8775eb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f8776d50> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f8777350> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f87762a0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f8777d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f87774a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f875e600> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f84f3c20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f851c740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f851c4a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f851c770> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f851d0a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f851d9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f851c950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f84f1df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f851edb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f851daf0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f875ecf0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f854b140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f85734d0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f85cc2c0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f85cea20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f85cc3e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f85992b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f15370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f85722d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f851fd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f49f8572630> # zipimport: found 30 names in '/tmp/ansible_stat_payload_xtx_ao4b/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 0x7f49f7f6b0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f49fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f49100> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f68f80> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7f92ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f92840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f92150> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f925a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f6bd40> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7f93830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7f93a70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f93fb0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e05cd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7e078f0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e082f0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e09490> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e0bf20> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f8776cc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e0a1e0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e13ce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e127b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e12510> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e12a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e0a6f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7e57e60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e57ec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7e59a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e597c0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7e5bf80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e5a0f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e5f7a0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e5c170> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7e60a70> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7e607a0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7e60b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e58050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7cf0110> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7cf1280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e628a0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7e63c50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7e624e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7cf53a0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7cf6120> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7f6b020> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7cf6270> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7cf7380> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f49f7d020c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7cfd5e0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7deea80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7fca750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7d022a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f49f7d01e50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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/foo-test1", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 585, "dev": 6, "nlink": 1, "atime": 1726884854.0843701, "mtime": 1726884854.0843701, "ctime": 1726884854.0843701, "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/foo-test1", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884940.69918: done with _execute_module (stat, {'path': '/dev/mapper/foo-test1', '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-1726884940.3093548-16715-149141031081165/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884940.69923: _low_level_execute_command(): starting 11924 1726884940.69925: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884940.3093548-16715-149141031081165/ > /dev/null 2>&1 && sleep 0' 11924 1726884940.70336: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884940.70552: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884940.70575: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884940.70589: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884940.70683: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884940.72553: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884940.72600: stderr chunk (state=3): >>><<< 11924 1726884940.72613: stdout chunk (state=3): >>><<< 11924 1726884940.72637: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884940.72644: handler run complete 11924 1726884940.72727: attempt loop complete, returning result 11924 1726884940.72732: _execute() done 11924 1726884940.72734: dumping result to json 11924 1726884940.72743: done dumping result, returning 11924 1726884940.72780: done running TaskExecutor() for managed_node2/TASK: See whether the device node is present [0affc8a3-6f6f-f4c0-2290-00000000397b] 11924 1726884940.72787: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000397b 11924 1726884940.73062: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000397b 11924 1726884940.73066: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884854.0843701, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726884854.0843701, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 585, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1726884854.0843701, "nlink": 1, "path": "/dev/mapper/foo-test1", "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 } } 11924 1726884940.73160: no more pending results, returning what we have 11924 1726884940.73164: results queue empty 11924 1726884940.73165: checking for any_errors_fatal 11924 1726884940.73177: done checking for any_errors_fatal 11924 1726884940.73177: checking for max_fail_percentage 11924 1726884940.73179: done checking for max_fail_percentage 11924 1726884940.73180: checking to see if all hosts have failed and the running result is not ok 11924 1726884940.73181: done checking to see if all hosts have failed 11924 1726884940.73181: getting the remaining hosts for this loop 11924 1726884940.73183: done getting the remaining hosts for this loop 11924 1726884940.73187: getting the next task for host managed_node2 11924 1726884940.73194: done getting next task for host managed_node2 11924 1726884940.73197: ^ task is: TASK: Verify the presence/absence of the device node 11924 1726884940.73203: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884940.73210: getting variables 11924 1726884940.73212: in VariableManager get_vars() 11924 1726884940.73243: Calling all_inventory to load vars for managed_node2 11924 1726884940.73246: Calling groups_inventory to load vars for managed_node2 11924 1726884940.73249: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884940.73345: Calling all_plugins_play to load vars for managed_node2 11924 1726884940.73349: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884940.73353: Calling groups_plugins_play to load vars for managed_node2 11924 1726884940.74015: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884940.74840: done with get_vars() 11924 1726884940.74959: done getting variables 11924 1726884940.75018: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:15:40 -0400 (0:00:00.494) 0:01:46.089 ****** 11924 1726884940.75052: entering _queue_task() for managed_node2/assert 11924 1726884940.75888: worker is 1 (out of 1 available) 11924 1726884940.75899: exiting _queue_task() for managed_node2/assert 11924 1726884940.75913: done queuing things up, now waiting for results queue to drain 11924 1726884940.75915: waiting for pending results... 11924 1726884940.76207: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node 11924 1726884940.76271: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000397c 11924 1726884940.76293: variable 'ansible_search_path' from source: unknown 11924 1726884940.76360: calling self._execute() 11924 1726884940.76491: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.76506: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.76523: variable 'omit' from source: magic vars 11924 1726884940.77123: variable '_storage_test_volume_present' from source: set_fact 11924 1726884940.77127: variable 'storage_test_volume' from source: include params 11924 1726884940.77129: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 11924 1726884940.77132: variable 'omit' from source: magic vars 11924 1726884940.77157: variable 'omit' from source: magic vars 11924 1726884940.77273: variable 'storage_test_volume' from source: include params 11924 1726884940.77323: variable 'omit' from source: magic vars 11924 1726884940.77373: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884940.77415: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884940.77440: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884940.77467: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884940.77486: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884940.77510: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884940.77533: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884940.77576: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884940.77585: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.77593: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.77727: Set connection var ansible_shell_executable to /bin/sh 11924 1726884940.77736: Set connection var ansible_connection to ssh 11924 1726884940.77747: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884940.77758: Set connection var ansible_timeout to 10 11924 1726884940.77787: Set connection var ansible_pipelining to False 11924 1726884940.77791: Set connection var ansible_shell_type to sh 11924 1726884940.77818: variable 'ansible_shell_executable' from source: unknown 11924 1726884940.77960: variable 'ansible_connection' from source: unknown 11924 1726884940.77963: variable 'ansible_module_compression' from source: unknown 11924 1726884940.77965: variable 'ansible_shell_type' from source: unknown 11924 1726884940.77967: variable 'ansible_shell_executable' from source: unknown 11924 1726884940.77969: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.77971: variable 'ansible_pipelining' from source: unknown 11924 1726884940.77973: variable 'ansible_timeout' from source: unknown 11924 1726884940.77975: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.78110: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884940.78128: variable 'omit' from source: magic vars 11924 1726884940.78138: starting attempt loop 11924 1726884940.78145: running the handler 11924 1726884940.78323: variable 'storage_test_dev' from source: set_fact 11924 1726884940.78346: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 11924 1726884940.78359: handler run complete 11924 1726884940.78378: attempt loop complete, returning result 11924 1726884940.78385: _execute() done 11924 1726884940.78392: dumping result to json 11924 1726884940.78399: done dumping result, returning 11924 1726884940.78416: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-f4c0-2290-00000000397c] 11924 1726884940.78427: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000397c 11924 1726884940.78681: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000397c 11924 1726884940.78684: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884940.78741: no more pending results, returning what we have 11924 1726884940.78745: results queue empty 11924 1726884940.78746: checking for any_errors_fatal 11924 1726884940.78759: done checking for any_errors_fatal 11924 1726884940.78760: checking for max_fail_percentage 11924 1726884940.78762: done checking for max_fail_percentage 11924 1726884940.78763: checking to see if all hosts have failed and the running result is not ok 11924 1726884940.78764: done checking to see if all hosts have failed 11924 1726884940.78765: getting the remaining hosts for this loop 11924 1726884940.78767: done getting the remaining hosts for this loop 11924 1726884940.78771: getting the next task for host managed_node2 11924 1726884940.78781: done getting next task for host managed_node2 11924 1726884940.78783: ^ task is: TASK: Verify the presence/absence of the device node 11924 1726884940.78791: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884940.78797: getting variables 11924 1726884940.78799: in VariableManager get_vars() 11924 1726884940.78843: Calling all_inventory to load vars for managed_node2 11924 1726884940.78846: Calling groups_inventory to load vars for managed_node2 11924 1726884940.78850: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884940.78972: Calling all_plugins_play to load vars for managed_node2 11924 1726884940.78975: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884940.78977: Calling groups_plugins_play to load vars for managed_node2 11924 1726884940.79621: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884940.80233: done with get_vars() 11924 1726884940.80249: done getting variables 11924 1726884940.80310: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:15:40 -0400 (0:00:00.052) 0:01:46.142 ****** 11924 1726884940.80345: entering _queue_task() for managed_node2/assert 11924 1726884940.80624: worker is 1 (out of 1 available) 11924 1726884940.80637: exiting _queue_task() for managed_node2/assert 11924 1726884940.80649: done queuing things up, now waiting for results queue to drain 11924 1726884940.80651: waiting for pending results... 11924 1726884940.81073: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node 11924 1726884940.81116: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000397d 11924 1726884940.81137: variable 'ansible_search_path' from source: unknown 11924 1726884940.81175: calling self._execute() 11924 1726884940.81307: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.81321: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.81335: variable 'omit' from source: magic vars 11924 1726884940.81780: variable '_storage_test_volume_present' from source: set_fact 11924 1726884940.81792: variable 'storage_test_volume' from source: include params 11924 1726884940.81829: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 11924 1726884940.81952: when evaluation is False, skipping this task 11924 1726884940.81957: _execute() done 11924 1726884940.81959: dumping result to json 11924 1726884940.81962: done dumping result, returning 11924 1726884940.81964: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-f4c0-2290-00000000397d] 11924 1726884940.81967: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000397d 11924 1726884940.82041: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000397d 11924 1726884940.82045: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 11924 1726884940.82110: no more pending results, returning what we have 11924 1726884940.82114: results queue empty 11924 1726884940.82115: checking for any_errors_fatal 11924 1726884940.82125: done checking for any_errors_fatal 11924 1726884940.82126: checking for max_fail_percentage 11924 1726884940.82127: done checking for max_fail_percentage 11924 1726884940.82128: checking to see if all hosts have failed and the running result is not ok 11924 1726884940.82129: done checking to see if all hosts have failed 11924 1726884940.82130: getting the remaining hosts for this loop 11924 1726884940.82132: done getting the remaining hosts for this loop 11924 1726884940.82135: getting the next task for host managed_node2 11924 1726884940.82144: done getting next task for host managed_node2 11924 1726884940.82146: ^ task is: TASK: Make sure we got info about this volume 11924 1726884940.82152: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884940.82159: getting variables 11924 1726884940.82161: in VariableManager get_vars() 11924 1726884940.82200: Calling all_inventory to load vars for managed_node2 11924 1726884940.82203: Calling groups_inventory to load vars for managed_node2 11924 1726884940.82207: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884940.82224: Calling all_plugins_play to load vars for managed_node2 11924 1726884940.82227: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884940.82230: Calling groups_plugins_play to load vars for managed_node2 11924 1726884940.84240: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884940.85241: done with get_vars() 11924 1726884940.85466: done getting variables 11924 1726884940.85532: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:40 -0400 (0:00:00.052) 0:01:46.194 ****** 11924 1726884940.85582: entering _queue_task() for managed_node2/assert 11924 1726884940.86086: worker is 1 (out of 1 available) 11924 1726884940.86098: exiting _queue_task() for managed_node2/assert 11924 1726884940.86113: done queuing things up, now waiting for results queue to drain 11924 1726884940.86115: waiting for pending results... 11924 1726884940.86352: running TaskExecutor() for managed_node2/TASK: Make sure we got info about this volume 11924 1726884940.86662: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000397e 11924 1726884940.86665: variable 'ansible_search_path' from source: unknown 11924 1726884940.86669: calling self._execute() 11924 1726884940.86704: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.86716: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.86729: variable 'omit' from source: magic vars 11924 1726884940.87082: variable '_storage_test_volume_present' from source: set_fact 11924 1726884940.87094: Evaluated conditional (_storage_test_volume_present): True 11924 1726884940.87112: variable 'omit' from source: magic vars 11924 1726884940.87187: variable 'omit' from source: magic vars 11924 1726884940.87345: variable 'storage_test_volume' from source: include params 11924 1726884940.87445: variable 'omit' from source: magic vars 11924 1726884940.87498: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884940.87546: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884940.87575: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884940.87651: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884940.87654: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884940.87659: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884940.87662: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884940.87694: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884940.87704: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.87715: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.88168: Set connection var ansible_shell_executable to /bin/sh 11924 1726884940.88171: Set connection var ansible_connection to ssh 11924 1726884940.88173: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884940.88175: Set connection var ansible_timeout to 10 11924 1726884940.88177: Set connection var ansible_pipelining to False 11924 1726884940.88179: Set connection var ansible_shell_type to sh 11924 1726884940.88181: variable 'ansible_shell_executable' from source: unknown 11924 1726884940.88183: variable 'ansible_connection' from source: unknown 11924 1726884940.88185: variable 'ansible_module_compression' from source: unknown 11924 1726884940.88186: variable 'ansible_shell_type' from source: unknown 11924 1726884940.88188: variable 'ansible_shell_executable' from source: unknown 11924 1726884940.88190: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.88192: variable 'ansible_pipelining' from source: unknown 11924 1726884940.88194: variable 'ansible_timeout' from source: unknown 11924 1726884940.88196: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.88368: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884940.88506: variable 'omit' from source: magic vars 11924 1726884940.88520: starting attempt loop 11924 1726884940.88606: running the handler 11924 1726884940.88888: variable 'storage_test_volume' from source: include params 11924 1726884940.88910: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884940.88949: Evaluated conditional (storage_test_volume._raw_device in storage_test_blkinfo.info): True 11924 1726884940.89030: handler run complete 11924 1726884940.89052: attempt loop complete, returning result 11924 1726884940.89145: _execute() done 11924 1726884940.89148: dumping result to json 11924 1726884940.89151: done dumping result, returning 11924 1726884940.89153: done running TaskExecutor() for managed_node2/TASK: Make sure we got info about this volume [0affc8a3-6f6f-f4c0-2290-00000000397e] 11924 1726884940.89157: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000397e 11924 1726884940.89235: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000397e 11924 1726884940.89238: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884940.89303: no more pending results, returning what we have 11924 1726884940.89310: results queue empty 11924 1726884940.89311: checking for any_errors_fatal 11924 1726884940.89323: done checking for any_errors_fatal 11924 1726884940.89324: checking for max_fail_percentage 11924 1726884940.89326: done checking for max_fail_percentage 11924 1726884940.89327: checking to see if all hosts have failed and the running result is not ok 11924 1726884940.89328: done checking to see if all hosts have failed 11924 1726884940.89329: getting the remaining hosts for this loop 11924 1726884940.89331: done getting the remaining hosts for this loop 11924 1726884940.89335: getting the next task for host managed_node2 11924 1726884940.89344: done getting next task for host managed_node2 11924 1726884940.89346: ^ task is: TASK: Process volume type (set initial value) (1/2) 11924 1726884940.89357: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884940.89363: getting variables 11924 1726884940.89366: in VariableManager get_vars() 11924 1726884940.89405: Calling all_inventory to load vars for managed_node2 11924 1726884940.89411: Calling groups_inventory to load vars for managed_node2 11924 1726884940.89415: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884940.89427: Calling all_plugins_play to load vars for managed_node2 11924 1726884940.89439: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884940.89443: Calling groups_plugins_play to load vars for managed_node2 11924 1726884940.90445: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884940.91040: done with get_vars() 11924 1726884940.91057: done getting variables 11924 1726884940.91116: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:40 -0400 (0:00:00.055) 0:01:46.250 ****** 11924 1726884940.91152: entering _queue_task() for managed_node2/set_fact 11924 1726884940.91450: worker is 1 (out of 1 available) 11924 1726884940.91465: exiting _queue_task() for managed_node2/set_fact 11924 1726884940.91478: done queuing things up, now waiting for results queue to drain 11924 1726884940.91479: waiting for pending results... 11924 1726884940.92046: running TaskExecutor() for managed_node2/TASK: Process volume type (set initial value) (1/2) 11924 1726884940.92077: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000397f 11924 1726884940.92096: variable 'ansible_search_path' from source: unknown 11924 1726884940.92140: calling self._execute() 11924 1726884940.92273: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.92285: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.92301: variable 'omit' from source: magic vars 11924 1726884940.92423: variable 'omit' from source: magic vars 11924 1726884940.92636: variable 'omit' from source: magic vars 11924 1726884940.92925: variable 'storage_test_volume' from source: include params 11924 1726884940.92958: variable 'omit' from source: magic vars 11924 1726884940.93005: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884940.93058: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884940.93141: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884940.93145: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884940.93147: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884940.93149: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884940.93168: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884940.93202: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884940.93213: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.93220: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.93339: Set connection var ansible_shell_executable to /bin/sh 11924 1726884940.93346: Set connection var ansible_connection to ssh 11924 1726884940.93363: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884940.93373: Set connection var ansible_timeout to 10 11924 1726884940.93384: Set connection var ansible_pipelining to False 11924 1726884940.93394: Set connection var ansible_shell_type to sh 11924 1726884940.93465: variable 'ansible_shell_executable' from source: unknown 11924 1726884940.93468: variable 'ansible_connection' from source: unknown 11924 1726884940.93470: variable 'ansible_module_compression' from source: unknown 11924 1726884940.93472: variable 'ansible_shell_type' from source: unknown 11924 1726884940.93473: variable 'ansible_shell_executable' from source: unknown 11924 1726884940.93475: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.93476: variable 'ansible_pipelining' from source: unknown 11924 1726884940.93478: variable 'ansible_timeout' from source: unknown 11924 1726884940.93479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.93661: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884940.93665: variable 'omit' from source: magic vars 11924 1726884940.93667: starting attempt loop 11924 1726884940.93669: running the handler 11924 1726884940.93671: handler run complete 11924 1726884940.93672: attempt loop complete, returning result 11924 1726884940.93674: _execute() done 11924 1726884940.93675: dumping result to json 11924 1726884940.93678: done dumping result, returning 11924 1726884940.93688: done running TaskExecutor() for managed_node2/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-f4c0-2290-00000000397f] 11924 1726884940.93700: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000397f 11924 1726884940.93934: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000397f 11924 1726884940.93938: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } 11924 1726884940.94002: no more pending results, returning what we have 11924 1726884940.94006: results queue empty 11924 1726884940.94007: checking for any_errors_fatal 11924 1726884940.94022: done checking for any_errors_fatal 11924 1726884940.94023: checking for max_fail_percentage 11924 1726884940.94025: done checking for max_fail_percentage 11924 1726884940.94026: checking to see if all hosts have failed and the running result is not ok 11924 1726884940.94027: done checking to see if all hosts have failed 11924 1726884940.94028: getting the remaining hosts for this loop 11924 1726884940.94030: done getting the remaining hosts for this loop 11924 1726884940.94034: getting the next task for host managed_node2 11924 1726884940.94044: done getting next task for host managed_node2 11924 1726884940.94047: ^ task is: TASK: Process volume type (get RAID value) (2/2) 11924 1726884940.94263: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884940.94269: getting variables 11924 1726884940.94270: in VariableManager get_vars() 11924 1726884940.94303: Calling all_inventory to load vars for managed_node2 11924 1726884940.94306: Calling groups_inventory to load vars for managed_node2 11924 1726884940.94312: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884940.94322: Calling all_plugins_play to load vars for managed_node2 11924 1726884940.94325: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884940.94328: Calling groups_plugins_play to load vars for managed_node2 11924 1726884940.95000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884940.95642: done with get_vars() 11924 1726884940.95665: done getting variables 11924 1726884940.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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (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 22:15:40 -0400 (0:00:00.046) 0:01:46.296 ****** 11924 1726884940.95765: entering _queue_task() for managed_node2/set_fact 11924 1726884940.96361: worker is 1 (out of 1 available) 11924 1726884940.96372: exiting _queue_task() for managed_node2/set_fact 11924 1726884940.96384: done queuing things up, now waiting for results queue to drain 11924 1726884940.96386: waiting for pending results... 11924 1726884940.96976: running TaskExecutor() for managed_node2/TASK: Process volume type (get RAID value) (2/2) 11924 1726884940.97097: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003980 11924 1726884940.97187: variable 'ansible_search_path' from source: unknown 11924 1726884940.97242: calling self._execute() 11924 1726884940.97385: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884940.97389: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884940.97401: variable 'omit' from source: magic vars 11924 1726884940.97962: variable 'storage_test_volume' from source: include params 11924 1726884940.97966: Evaluated conditional (storage_test_volume.type == "raid"): False 11924 1726884940.97970: when evaluation is False, skipping this task 11924 1726884940.97973: _execute() done 11924 1726884940.97976: dumping result to json 11924 1726884940.97979: done dumping result, returning 11924 1726884940.97984: done running TaskExecutor() for managed_node2/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-f4c0-2290-000000003980] 11924 1726884940.97987: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003980 11924 1726884940.98053: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003980 11924 1726884940.98062: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 11924 1726884940.98132: no more pending results, returning what we have 11924 1726884940.98136: results queue empty 11924 1726884940.98137: checking for any_errors_fatal 11924 1726884940.98143: done checking for any_errors_fatal 11924 1726884940.98143: checking for max_fail_percentage 11924 1726884940.98145: done checking for max_fail_percentage 11924 1726884940.98145: checking to see if all hosts have failed and the running result is not ok 11924 1726884940.98146: done checking to see if all hosts have failed 11924 1726884940.98147: getting the remaining hosts for this loop 11924 1726884940.98148: done getting the remaining hosts for this loop 11924 1726884940.98151: getting the next task for host managed_node2 11924 1726884940.98161: done getting next task for host managed_node2 11924 1726884940.98163: ^ task is: TASK: Verify the volume's device type 11924 1726884940.98206: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884940.98213: getting variables 11924 1726884940.98214: in VariableManager get_vars() 11924 1726884940.98244: Calling all_inventory to load vars for managed_node2 11924 1726884940.98247: Calling groups_inventory to load vars for managed_node2 11924 1726884940.98250: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884940.98262: Calling all_plugins_play to load vars for managed_node2 11924 1726884940.98265: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884940.98268: Calling groups_plugins_play to load vars for managed_node2 11924 1726884940.98840: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884940.99322: done with get_vars() 11924 1726884940.99338: done getting variables 11924 1726884940.99398: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:15:40 -0400 (0:00:00.036) 0:01:46.333 ****** 11924 1726884940.99433: entering _queue_task() for managed_node2/assert 11924 1726884940.99697: worker is 1 (out of 1 available) 11924 1726884940.99708: exiting _queue_task() for managed_node2/assert 11924 1726884940.99720: done queuing things up, now waiting for results queue to drain 11924 1726884940.99722: waiting for pending results... 11924 1726884941.00083: running TaskExecutor() for managed_node2/TASK: Verify the volume's device type 11924 1726884941.00167: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003981 11924 1726884941.00180: variable 'ansible_search_path' from source: unknown 11924 1726884941.00211: calling self._execute() 11924 1726884941.00314: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884941.00318: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884941.00325: variable 'omit' from source: magic vars 11924 1726884941.00760: variable '_storage_test_volume_present' from source: set_fact 11924 1726884941.00764: Evaluated conditional (_storage_test_volume_present): True 11924 1726884941.00767: variable 'omit' from source: magic vars 11924 1726884941.00769: variable 'omit' from source: magic vars 11924 1726884941.00772: variable 'omit' from source: magic vars 11924 1726884941.00774: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884941.00805: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884941.00854: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884941.00883: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884941.00902: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884941.00932: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884941.00966: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884941.01002: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884941.01013: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884941.01021: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884941.01147: Set connection var ansible_shell_executable to /bin/sh 11924 1726884941.01166: Set connection var ansible_connection to ssh 11924 1726884941.01177: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884941.01185: Set connection var ansible_timeout to 10 11924 1726884941.01194: Set connection var ansible_pipelining to False 11924 1726884941.01202: Set connection var ansible_shell_type to sh 11924 1726884941.01237: variable 'ansible_shell_executable' from source: unknown 11924 1726884941.01245: variable 'ansible_connection' from source: unknown 11924 1726884941.01251: variable 'ansible_module_compression' from source: unknown 11924 1726884941.01266: variable 'ansible_shell_type' from source: unknown 11924 1726884941.01361: variable 'ansible_shell_executable' from source: unknown 11924 1726884941.01364: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884941.01368: variable 'ansible_pipelining' from source: unknown 11924 1726884941.01370: variable 'ansible_timeout' from source: unknown 11924 1726884941.01372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884941.01466: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884941.01487: variable 'omit' from source: magic vars 11924 1726884941.01573: starting attempt loop 11924 1726884941.01577: running the handler 11924 1726884941.01727: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884941.01743: variable 'storage_test_volume' from source: include params 11924 1726884941.01758: variable 'st_volume_type' from source: set_fact 11924 1726884941.01771: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._raw_device].type == st_volume_type): True 11924 1726884941.01776: handler run complete 11924 1726884941.01787: attempt loop complete, returning result 11924 1726884941.01789: _execute() done 11924 1726884941.01792: dumping result to json 11924 1726884941.01795: done dumping result, returning 11924 1726884941.01801: done running TaskExecutor() for managed_node2/TASK: Verify the volume's device type [0affc8a3-6f6f-f4c0-2290-000000003981] 11924 1726884941.01807: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003981 11924 1726884941.01893: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003981 11924 1726884941.01896: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884941.01976: no more pending results, returning what we have 11924 1726884941.01980: results queue empty 11924 1726884941.01985: checking for any_errors_fatal 11924 1726884941.01994: done checking for any_errors_fatal 11924 1726884941.01995: checking for max_fail_percentage 11924 1726884941.01997: done checking for max_fail_percentage 11924 1726884941.01998: checking to see if all hosts have failed and the running result is not ok 11924 1726884941.01998: done checking to see if all hosts have failed 11924 1726884941.01999: getting the remaining hosts for this loop 11924 1726884941.02001: done getting the remaining hosts for this loop 11924 1726884941.02004: getting the next task for host managed_node2 11924 1726884941.02017: done getting next task for host managed_node2 11924 1726884941.02019: ^ task is: TASK: Stat the LUKS device, if encrypted 11924 1726884941.02025: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884941.02028: getting variables 11924 1726884941.02030: in VariableManager get_vars() 11924 1726884941.02060: Calling all_inventory to load vars for managed_node2 11924 1726884941.02066: Calling groups_inventory to load vars for managed_node2 11924 1726884941.02070: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884941.02082: Calling all_plugins_play to load vars for managed_node2 11924 1726884941.02090: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884941.02093: Calling groups_plugins_play to load vars for managed_node2 11924 1726884941.02674: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884941.03304: done with get_vars() 11924 1726884941.03319: 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 22:15:41 -0400 (0:00:00.039) 0:01:46.373 ****** 11924 1726884941.03418: entering _queue_task() for managed_node2/stat 11924 1726884941.03659: worker is 1 (out of 1 available) 11924 1726884941.03671: exiting _queue_task() for managed_node2/stat 11924 1726884941.03684: done queuing things up, now waiting for results queue to drain 11924 1726884941.03686: waiting for pending results... 11924 1726884941.03889: running TaskExecutor() for managed_node2/TASK: Stat the LUKS device, if encrypted 11924 1726884941.03987: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003985 11924 1726884941.04000: variable 'ansible_search_path' from source: unknown 11924 1726884941.04029: calling self._execute() 11924 1726884941.04129: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884941.04134: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884941.04145: variable 'omit' from source: magic vars 11924 1726884941.04417: variable 'storage_test_volume' from source: include params 11924 1726884941.04440: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884941.04444: when evaluation is False, skipping this task 11924 1726884941.04446: _execute() done 11924 1726884941.04450: dumping result to json 11924 1726884941.04453: done dumping result, returning 11924 1726884941.04462: done running TaskExecutor() for managed_node2/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-f4c0-2290-000000003985] 11924 1726884941.04468: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003985 11924 1726884941.04563: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003985 11924 1726884941.04566: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884941.04620: no more pending results, returning what we have 11924 1726884941.04623: results queue empty 11924 1726884941.04624: checking for any_errors_fatal 11924 1726884941.04636: done checking for any_errors_fatal 11924 1726884941.04636: checking for max_fail_percentage 11924 1726884941.04638: done checking for max_fail_percentage 11924 1726884941.04639: checking to see if all hosts have failed and the running result is not ok 11924 1726884941.04639: done checking to see if all hosts have failed 11924 1726884941.04640: getting the remaining hosts for this loop 11924 1726884941.04642: done getting the remaining hosts for this loop 11924 1726884941.04645: getting the next task for host managed_node2 11924 1726884941.04653: done getting next task for host managed_node2 11924 1726884941.04659: ^ task is: TASK: Ensure cryptsetup is present 11924 1726884941.04665: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884941.04669: getting variables 11924 1726884941.04671: in VariableManager get_vars() 11924 1726884941.04705: Calling all_inventory to load vars for managed_node2 11924 1726884941.04707: Calling groups_inventory to load vars for managed_node2 11924 1726884941.04712: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884941.04721: Calling all_plugins_play to load vars for managed_node2 11924 1726884941.04724: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884941.04726: Calling groups_plugins_play to load vars for managed_node2 11924 1726884941.05178: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884941.05785: done with get_vars() 11924 1726884941.05803: done getting variables 11924 1726884941.05867: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure 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 22:15:41 -0400 (0:00:00.024) 0:01:46.398 ****** 11924 1726884941.05912: entering _queue_task() for managed_node2/package 11924 1726884941.06192: worker is 1 (out of 1 available) 11924 1726884941.06205: exiting _queue_task() for managed_node2/package 11924 1726884941.06220: done queuing things up, now waiting for results queue to drain 11924 1726884941.06222: waiting for pending results... 11924 1726884941.06586: running TaskExecutor() for managed_node2/TASK: Ensure cryptsetup is present 11924 1726884941.06724: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003986 11924 1726884941.06749: variable 'ansible_search_path' from source: unknown 11924 1726884941.06803: calling self._execute() 11924 1726884941.07061: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884941.07064: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884941.07067: variable 'omit' from source: magic vars 11924 1726884941.07076: variable 'omit' from source: magic vars 11924 1726884941.07153: variable 'omit' from source: magic vars 11924 1726884941.07475: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884941.10149: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884941.10313: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884941.10317: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884941.10320: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884941.10325: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884941.10397: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884941.10419: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884941.10439: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884941.10467: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884941.10479: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884941.10557: variable '__storage_is_ostree' from source: set_fact 11924 1726884941.10565: variable 'omit' from source: magic vars 11924 1726884941.10591: variable 'omit' from source: magic vars 11924 1726884941.10610: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884941.10632: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884941.10649: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884941.10666: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884941.10674: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884941.10689: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884941.10701: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884941.10726: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884941.10729: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884941.10731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884941.10815: Set connection var ansible_shell_executable to /bin/sh 11924 1726884941.10818: Set connection var ansible_connection to ssh 11924 1726884941.10823: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884941.10828: Set connection var ansible_timeout to 10 11924 1726884941.10833: Set connection var ansible_pipelining to False 11924 1726884941.10838: Set connection var ansible_shell_type to sh 11924 1726884941.10861: variable 'ansible_shell_executable' from source: unknown 11924 1726884941.10864: variable 'ansible_connection' from source: unknown 11924 1726884941.10867: variable 'ansible_module_compression' from source: unknown 11924 1726884941.10869: variable 'ansible_shell_type' from source: unknown 11924 1726884941.10871: variable 'ansible_shell_executable' from source: unknown 11924 1726884941.10875: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884941.10877: variable 'ansible_pipelining' from source: unknown 11924 1726884941.10879: variable 'ansible_timeout' from source: unknown 11924 1726884941.10885: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884941.10958: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884941.10969: variable 'omit' from source: magic vars 11924 1726884941.10975: starting attempt loop 11924 1726884941.10978: running the handler 11924 1726884941.10984: variable 'ansible_facts' from source: unknown 11924 1726884941.10987: variable 'ansible_facts' from source: unknown 11924 1726884941.11030: _low_level_execute_command(): starting 11924 1726884941.11035: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884941.11682: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884941.11703: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884941.11722: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884941.11742: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884941.11843: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884941.13561: stdout chunk (state=3): >>>/root <<< 11924 1726884941.13667: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884941.13700: stderr chunk (state=3): >>><<< 11924 1726884941.13715: stdout chunk (state=3): >>><<< 11924 1726884941.13752: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884941.13764: _low_level_execute_command(): starting 11924 1726884941.13813: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884941.1375253-16767-101687127574331 `" && echo ansible-tmp-1726884941.1375253-16767-101687127574331="` echo /root/.ansible/tmp/ansible-tmp-1726884941.1375253-16767-101687127574331 `" ) && sleep 0' 11924 1726884941.14367: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884941.14370: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884941.14373: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884941.14431: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884941.14436: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884941.14496: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884941.16413: stdout chunk (state=3): >>>ansible-tmp-1726884941.1375253-16767-101687127574331=/root/.ansible/tmp/ansible-tmp-1726884941.1375253-16767-101687127574331 <<< 11924 1726884941.16537: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884941.16568: stderr chunk (state=3): >>><<< 11924 1726884941.16590: stdout chunk (state=3): >>><<< 11924 1726884941.16613: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884941.1375253-16767-101687127574331=/root/.ansible/tmp/ansible-tmp-1726884941.1375253-16767-101687127574331 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884941.16718: variable 'ansible_module_compression' from source: unknown 11924 1726884941.16735: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 11924 1726884941.16833: variable 'ansible_facts' from source: unknown 11924 1726884941.16954: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884941.1375253-16767-101687127574331/AnsiballZ_dnf.py 11924 1726884941.17182: Sending initial data 11924 1726884941.17206: Sent initial data (152 bytes) 11924 1726884941.17987: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884941.18017: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884941.18110: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884941.19692: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884941.19752: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884941.19844: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpylwpe7r9 /root/.ansible/tmp/ansible-tmp-1726884941.1375253-16767-101687127574331/AnsiballZ_dnf.py <<< 11924 1726884941.19853: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884941.1375253-16767-101687127574331/AnsiballZ_dnf.py" <<< 11924 1726884941.19906: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpylwpe7r9" to remote "/root/.ansible/tmp/ansible-tmp-1726884941.1375253-16767-101687127574331/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884941.1375253-16767-101687127574331/AnsiballZ_dnf.py" <<< 11924 1726884941.20874: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884941.20926: stderr chunk (state=3): >>><<< 11924 1726884941.20929: stdout chunk (state=3): >>><<< 11924 1726884941.21015: done transferring module to remote 11924 1726884941.21017: _low_level_execute_command(): starting 11924 1726884941.21020: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884941.1375253-16767-101687127574331/ /root/.ansible/tmp/ansible-tmp-1726884941.1375253-16767-101687127574331/AnsiballZ_dnf.py && sleep 0' 11924 1726884941.21466: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884941.21469: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884941.21476: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 11924 1726884941.21478: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884941.21480: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884941.21527: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884941.21534: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884941.21581: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884941.23460: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884941.23469: stderr chunk (state=3): >>><<< 11924 1726884941.23472: stdout chunk (state=3): >>><<< 11924 1726884941.23475: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884941.23484: _low_level_execute_command(): starting 11924 1726884941.23487: _low_level_execute_command(): using become for this command 11924 1726884941.23628: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-qdqtaztqjinmieekzdvzdzqilufnajca ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884941.1375253-16767-101687127574331/AnsiballZ_dnf.py'"'"' && sleep 0' 11924 1726884941.23646: Initial state: awaiting_escalation: BECOME-SUCCESS-qdqtaztqjinmieekzdvzdzqilufnajca 11924 1726884941.24312: 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.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884941.24390: 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.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884941.24449: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884941.24484: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884941.24772: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884941.27512: stdout chunk (state=1): >>>BECOME-SUCCESS-qdqtaztqjinmieekzdvzdzqilufnajca <<< 11924 1726884941.27516: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-qdqtaztqjinmieekzdvzdzqilufnajca' 11924 1726884941.28160: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884941.28188: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884941.28192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884941.28194: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884941.28196: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884941.28222: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884941.28239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884941.28261: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab10e83e0> <<< 11924 1726884941.28282: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab10b7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884941.28306: 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 0x7f8ab10ea960> <<< 11924 1726884941.28328: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884941.28373: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884941.28418: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884941.28421: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884941.28495: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884941.28533: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884941.28550: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884941.28601: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884941.28605: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884941.28665: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884941.28668: 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 <<< 11924 1726884941.28680: 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 0x7f8ab0e98fe0> <<< 11924 1726884941.28752: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0e99fd0> <<< 11924 1726884941.28813: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884941.28827: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884941.29085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884941.29126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884941.29131: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884941.29158: 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 <<< 11924 1726884941.29217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884941.29233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884941.29304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0edfe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884941.29367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 11924 1726884941.29398: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0edfec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884941.29448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884941.29451: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884941.29482: 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 0x7f8ab0f0f800> <<< 11924 1726884941.29518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884941.29534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f0fe90> import '_collections' # <<< 11924 1726884941.29681: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0eefad0> import '_functools' # <<< 11924 1726884941.29686: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0eed1f0> <<< 11924 1726884941.29722: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0edcfb0> <<< 11924 1726884941.29750: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884941.29804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884941.29852: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884941.29881: 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' <<< 11924 1726884941.29933: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f33710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f32330> <<< 11924 1726884941.29978: 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 0x7f8ab0eee1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f30b60> <<< 11924 1726884941.30029: 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 0x7f8ab0f64770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0edc230> <<< 11924 1726884941.30195: 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 0x7f8ab0f64c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f64ad0> <<< 11924 1726884941.30252: 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 0x7f8ab0f64ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0ed2d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f65580> <<< 11924 1726884941.30358: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f65250> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f66480> import 'importlib.util' # import 'runpy' # <<< 11924 1726884941.30440: 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 0x7f8ab0f7c6b0> import 'errno' # <<< 11924 1726884941.30513: 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 0x7f8ab0f7dd90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884941.30605: 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 0x7f8ab0f7ec30> <<< 11924 1726884941.30757: 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 0x7f8ab0f7f290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f7e180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884941.30819: 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 0x7f8ab0f7fd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f7f440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f664e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884941.30900: 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 0x7f8ab0cbfb90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884941.30992: 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 0x7f8ab0ce8680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0ce83e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0ce86b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884941.31020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884941.31051: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884941.31177: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0ce8fe0> <<< 11924 1726884941.31359: 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 0x7f8ab0ce9970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0ce8890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0cbdd30> <<< 11924 1726884941.31397: 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' <<< 11924 1726884941.31428: 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 0x7f8ab0ceacf0> <<< 11924 1726884941.31476: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0ce9850> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f66660> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884941.31536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884941.31590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884941.31625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884941.31648: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0d17050> <<< 11924 1726884941.31711: 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' <<< 11924 1726884941.31732: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884941.31758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884941.31778: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0d3f3e0> <<< 11924 1726884941.31795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884941.31842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884941.31895: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884941.31935: 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 0x7f8ab0d981d0> <<< 11924 1726884941.31974: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884941.31978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884941.31992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884941.32033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884941.32117: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0d9a900> <<< 11924 1726884941.32191: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0d982f0> <<< 11924 1726884941.32226: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0d651c0> <<< 11924 1726884941.32268: 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 0x7f8ab0d65970> <<< 11924 1726884941.32291: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0d3e1e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0cebc20> <<< 11924 1726884941.32418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884941.32431: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8ab0d3e300> <<< 11924 1726884941.32781: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_p_7mdgsb/ansible_ansible.legacy.dnf_payload.zip' <<< 11924 1726884941.32784: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.32894: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.32937: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884941.32990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884941.32994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884941.33089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884941.33116: 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 0x7f8ab0bf6f30> import '_typing' # <<< 11924 1726884941.33291: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0bd5e20> <<< 11924 1726884941.33329: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0bd4fb0> # zipimport: zlib available <<< 11924 1726884941.33333: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884941.33383: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884941.33386: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884941.33403: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.34784: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.35912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884941.35923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0bf4dd0> <<< 11924 1726884941.35926: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884941.35940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884941.35960: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884941.35972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884941.35995: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884941.36031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884941.36076: 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 0x7f8ab0c22870> <<< 11924 1726884941.36100: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0c22600> <<< 11924 1726884941.36127: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0c21f10> <<< 11924 1726884941.36152: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884941.36157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884941.36188: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0c22660> <<< 11924 1726884941.36204: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0bf7950> import 'atexit' # <<< 11924 1726884941.36226: 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 0x7f8ab0c23590> <<< 11924 1726884941.36261: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884941.36272: 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 0x7f8ab0c237d0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884941.36391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884941.36396: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0c23d10> <<< 11924 1726884941.36463: 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' <<< 11924 1726884941.36490: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0519a30> <<< 11924 1726884941.36520: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884941.36561: 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 0x7f8ab051b620> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884941.36582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884941.36611: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab051bfe0> <<< 11924 1726884941.36628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884941.36662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884941.36679: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab051d1c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884941.36728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884941.36753: 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' <<< 11924 1726884941.36802: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab051fc80> <<< 11924 1726884941.36837: 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 0x7f8ab0519910> <<< 11924 1726884941.37063: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab051df40> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884941.37070: 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 <<< 11924 1726884941.37074: 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 0x7f8ab0527b60> <<< 11924 1726884941.37087: stdout chunk (state=3): >>>import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0526660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab05263c0> <<< 11924 1726884941.37118: 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' <<< 11924 1726884941.37306: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0526900> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab051e450> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab056be00> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab056b830> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 11924 1726884941.37326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884941.37337: 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' <<< 11924 1726884941.37385: 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 0x7f8ab056da60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab056d820> <<< 11924 1726884941.37396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884941.37541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884941.37680: 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 0x7f8ab056ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab056e150> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884941.37767: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0573800> <<< 11924 1726884941.37844: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab05701d0> <<< 11924 1726884941.37936: stdout 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 0x7f8ab0574740> <<< 11924 1726884941.37985: stdout 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 0x7f8ab0574a10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0574950> <<< 11924 1726884941.37998: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab056c140> <<< 11924 1726884941.38023: 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' <<< 11924 1726884941.38190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884941.38193: 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 0x7f8ab0400170> <<< 11924 1726884941.38266: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884941.38280: 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 0x7f8ab04012e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0576930> <<< 11924 1726884941.38314: 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 0x7f8ab0577cb0> <<< 11924 1726884941.38338: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0576540> # zipimport: zlib available <<< 11924 1726884941.38348: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.38375: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884941.38458: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.38541: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.38554: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884941.38584: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.38588: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.38604: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884941.38611: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.38731: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.38848: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.39387: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.39929: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884941.39968: 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' # <<< 11924 1726884941.39991: 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' <<< 11924 1726884941.40035: 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 0x7f8ab0405430> <<< 11924 1726884941.40132: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884941.40136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884941.40168: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04061b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0401700> <<< 11924 1726884941.40211: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884941.40214: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.40259: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884941.40344: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.40512: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.40965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884941.40972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0405eb0> # zipimport: zlib available <<< 11924 1726884941.41034: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.41473: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.41545: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.41630: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884941.41640: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.41688: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.41715: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884941.41783: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.41869: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884941.41902: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.41912: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884941.41961: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.42006: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884941.42017: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.42236: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.42485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884941.42528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884941.42552: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884941.42621: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04073e0> <<< 11924 1726884941.42624: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.42716: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.42775: 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' # <<< 11924 1726884941.42816: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.42852: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.42890: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884941.42905: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.42945: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.42989: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.43053: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.43175: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884941.43215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884941.43270: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0411f70> <<< 11924 1726884941.43339: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab040ccb0> <<< 11924 1726884941.43377: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884941.43441: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.43524: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884941.43774: stdout chunk (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' <<< 11924 1726884941.43790: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab05029f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0c4e6c0> <<< 11924 1726884941.43863: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04120c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab10b6f60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884941.43899: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884941.43926: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884941.43980: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884941.44025: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884941.44124: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.44666: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.45133: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.45801: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.46459: 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 0x7f8ab04a44d0> <<< 11924 1726884941.46520: 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 0x7f8ab04a4710> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 11924 1726884941.46550: 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' <<< 11924 1726884941.46554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 11924 1726884941.46608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a4e30> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a49b0> # /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' <<< 11924 1726884941.46612: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 11924 1726884941.46628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 11924 1726884941.46702: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a5790> <<< 11924 1726884941.46737: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 11924 1726884941.46765: 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' <<< 11924 1726884941.46802: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 11924 1726884941.46806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 11924 1726884941.46860: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab048d9a0> <<< 11924 1726884941.46863: 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 0x7f8ab048d820> <<< 11924 1726884941.46885: 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 0x7f8ab00d26c0> <<< 11924 1726884941.46931: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a6f90> <<< 11924 1726884941.47057: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 11924 1726884941.47290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 11924 1726884941.47293: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab00e1280> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab00d3e00> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab00d3170> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a6420> # /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 <<< 11924 1726884941.47325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 11924 1726884941.47345: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 11924 1726884941.47364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 11924 1726884941.47384: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab014d2b0> <<< 11924 1726884941.47502: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab01053d0> <<< 11924 1726884941.47639: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a6960> <<< 11924 1726884941.47661: 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' <<< 11924 1726884941.47682: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 11924 1726884941.47708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 11924 1726884941.47742: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 11924 1726884941.47767: 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 0x7f8ab0154ce0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab014eff0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0104f20> <<< 11924 1726884941.47819: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a5df0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a5820> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a5520> <<< 11924 1726884941.47854: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a4770> <<< 11924 1726884941.47876: 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 0x7f8ab04a56d0> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 11924 1726884941.47968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 11924 1726884941.47971: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0155310> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0154f50> <<< 11924 1726884941.47996: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 11924 1726884941.48014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884941.48087: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0155a30> <<< 11924 1726884941.48105: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 11924 1726884941.48122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 11924 1726884941.48226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884941.48229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884941.48375: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884941.48379: 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 0x7f8ab01580b0> <<< 11924 1726884941.48620: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab01396a0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0156870> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 11924 1726884941.48624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 11924 1726884941.48880: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0139130> <<< 11924 1726884941.48884: 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' <<< 11924 1726884941.48910: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab01723c0> # /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 0x7f8ab0173050> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0172b10> # /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' <<< 11924 1726884941.48933: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0173380> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 11924 1726884941.48971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 11924 1726884941.49198: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0147a40> <<< 11924 1726884941.49302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0061e80> # zipimport: zlib available <<< 11924 1726884941.49395: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 11924 1726884941.49425: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.49526: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.49681: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # # zipimport: zlib available <<< 11924 1726884941.49728: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.49778: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 11924 1726884941.49796: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.49917: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.50027: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 11924 1726884941.50121: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884941.50587: 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 <<< 11924 1726884941.50613: 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 <<< 11924 1726884941.50646: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 11924 1726884941.50670: 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 0x7f8ab009ee10> <<< 11924 1726884941.50688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884941.50737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884941.50866: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab009ef30> <<< 11924 1726884941.50883: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 11924 1726884941.50919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 11924 1726884941.50922: 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' <<< 11924 1726884941.50959: 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 0x7f8aafdf3140> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aafdf2990> <<< 11924 1726884941.50989: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884941.51004: 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 0x7f8aafdf2b70> <<< 11924 1726884941.51033: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab009f470> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab009e060> <<< 11924 1726884941.51094: 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 0x7f8ab009eab0> <<< 11924 1726884941.51097: 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 <<< 11924 1726884941.51176: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 11924 1726884941.51199: 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' <<< 11924 1726884941.51237: 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' <<< 11924 1726884941.51369: 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 0x7f8aafe6c710> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aafe6c320> <<< 11924 1726884941.51395: 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 <<< 11924 1726884941.51437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 11924 1726884941.51501: 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 0x7f8aafe6ffe0> <<< 11924 1726884941.51519: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aafe6c860> <<< 11924 1726884941.51550: 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 <<< 11924 1726884941.51635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 11924 1726884941.52608: 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 0x7f8aaf933170> <<< 11924 1726884941.52683: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aafe9c1d0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py <<< 11924 1726884941.52766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 11924 1726884941.52866: 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 0x7f8aaf9a8ec0> <<< 11924 1726884941.53011: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aaf933770> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py <<< 11924 1726884941.53046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 11924 1726884941.53188: 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 0x7f8aaf9abe90> <<< 11924 1726884941.53238: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aaf9a9040> # /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' <<< 11924 1726884941.53379: 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 0x7f8aaf9eff50> <<< 11924 1726884941.53406: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aaf9ec260> # /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' <<< 11924 1726884941.53462: 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 0x7f8aadfcd190> <<< 11924 1726884941.53507: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfcc590> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aafe0fe90> <<< 11924 1726884941.53549: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 11924 1726884941.53571: 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 <<< 11924 1726884941.53600: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 11924 1726884941.53632: 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 0x7f8aadfec680> <<< 11924 1726884941.53684: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfcfad0> <<< 11924 1726884941.53711: 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 <<< 11924 1726884941.53748: 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 <<< 11924 1726884941.53805: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 11924 1726884941.53856: 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 0x7f8aadfeec60> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py <<< 11924 1726884941.53888: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfefb30> <<< 11924 1726884941.53957: 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' <<< 11924 1726884941.54786: 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 0x7f8aae018440> # /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 0x7f8aae019940> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfefd70> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfeebd0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfee4b0> # /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 0x7f8aae01b500> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfef050> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfec920> <<< 11924 1726884941.54840: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfcf110> # /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' <<< 11924 1726884941.55053: 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 0x7f8aadfcf800> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfcf560> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfcd310> # /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 0x7f8aae054b00> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py <<< 11924 1726884941.55061: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 11924 1726884941.55186: 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' # /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 0x7f8aae057020> # /usr/lib64/python3.12/__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 0x7f8aae057800> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae056330> <<< 11924 1726884941.55195: 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 0x7f8aae057f80> <<< 11924 1726884941.55309: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae054ad0> # /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' <<< 11924 1726884941.55313: 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 0x7f8aae07da90> <<< 11924 1726884941.55406: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae07d010> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae07ce30> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py <<< 11924 1726884941.55412: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 11924 1726884941.55526: 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' <<< 11924 1726884941.55660: 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 0x7f8aae0a8aa0> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 11924 1726884941.55663: 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 <<< 11924 1726884941.55670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884941.55673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 11924 1726884941.55716: 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 0x7f8aad97ab40> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884941.55737: 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 0x7f8aad97aea0> <<< 11924 1726884941.55781: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae0aadb0> <<< 11924 1726884941.55829: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae0a8f50> <<< 11924 1726884941.55832: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae07ff50> <<< 11924 1726884941.55873: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae07e210> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae07df10> <<< 11924 1726884941.55917: 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 <<< 11924 1726884941.55964: 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' <<< 11924 1726884941.56006: 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 <<< 11924 1726884941.56053: 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 0x7f8aad9b49e0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad97bb00> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae07e720> <<< 11924 1726884941.56079: 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' <<< 11924 1726884941.56140: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad9b5070> <<< 11924 1726884941.56143: 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 0x7f8aad9b5430> # /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 0x7f8aad9b54c0> <<< 11924 1726884941.56181: 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' <<< 11924 1726884941.56214: stdout chunk (state=3): >>>import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad9b55b0> # /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 <<< 11924 1726884941.56275: 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 <<< 11924 1726884941.56287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 11924 1726884941.56546: 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 0x7f8aad9d4170> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad9b62a0> # /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 0x7f8aad9d42f0> # /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 0x7f8aad9d43e0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad9b5400> # /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 0x7f8aad9d4590> <<< 11924 1726884941.56603: 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 <<< 11924 1726884941.56664: 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 <<< 11924 1726884941.56909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8aad9fff80> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad9ff3e0> <<< 11924 1726884941.56953: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad9fde50> <<< 11924 1726884941.57114: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad9d5d90> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad9d51f0> <<< 11924 1726884941.57165: 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 0x7f8aad9d7320> # /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' <<< 11924 1726884941.57213: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad9d6240> # /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' <<< 11924 1726884941.57217: stdout chunk (state=3): >>>import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aada3c980> <<< 11924 1726884941.57264: 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 0x7f8aada3cbf0> <<< 11924 1726884941.57268: 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 <<< 11924 1726884941.57316: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 11924 1726884941.57360: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aada3d550> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aada3cfe0> <<< 11924 1726884941.57402: 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 0x7f8aada3e420> import 'gc' # <<< 11924 1726884941.57433: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aafdf3290> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab009dd90> <<< 11924 1726884941.58026: 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 <<< 11924 1726884941.58099: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aada3f1a0> # /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' <<< 11924 1726884941.58113: 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 <<< 11924 1726884941.58135: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 11924 1726884941.58165: 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 <<< 11924 1726884941.58250: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 11924 1726884941.58259: 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 <<< 11924 1726884941.58326: 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 0x7f8aad813bc0> # /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' <<< 11924 1726884941.58330: 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 <<< 11924 1726884941.58333: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 11924 1726884941.58366: 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' <<< 11924 1726884941.58506: 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 0x7f8aad839c40> <<< 11924 1726884941.58514: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8397f0> # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884941.58538: 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 0x7f8aad9d44d0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8386b0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad813ef0> <<< 11924 1726884941.58579: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad810c20> <<< 11924 1726884941.58613: 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 0x7f8aad8139b0> <<< 11924 1726884941.58640: 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 <<< 11924 1726884941.58665: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884941.58700: 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 <<< 11924 1726884941.58717: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 11924 1726884941.58742: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad84f200> <<< 11924 1726884941.58774: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad84dd30> <<< 11924 1726884941.58822: 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' <<< 11924 1726884941.58852: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8749e0> <<< 11924 1726884941.58883: 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 0x7f8aad874cb0> <<< 11924 1726884941.58910: 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' <<< 11924 1726884941.58947: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad874f20> # /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 <<< 11924 1726884941.58985: 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 0x7f8aad8751c0> # /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' <<< 11924 1726884941.59003: 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 <<< 11924 1726884941.59038: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 11924 1726884941.59072: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8758e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad875730> <<< 11924 1726884941.59123: 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 0x7f8aad8771d0> <<< 11924 1726884941.59126: 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 <<< 11924 1726884941.59181: 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 0x7f8aad877320> # /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 <<< 11924 1726884941.59200: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 11924 1726884941.59239: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad877530> # /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 <<< 11924 1726884941.59246: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 11924 1726884941.59304: 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 0x7f8aad88c4d0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad877d10> <<< 11924 1726884941.59328: 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 <<< 11924 1726884941.59368: 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 0x7f8aad88d070> <<< 11924 1726884941.59413: 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 <<< 11924 1726884941.59416: 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 0x7f8aad88d490> <<< 11924 1726884941.59473: 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 0x7f8aad88d640> # /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' <<< 11924 1726884941.59537: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad88d8e0> <<< 11924 1726884941.59543: 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 0x7f8aad88e7e0> <<< 11924 1726884941.59592: 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 0x7f8aad88ea50> <<< 11924 1726884941.59596: 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 <<< 11924 1726884941.59619: 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 0x7f8aad88ec60> <<< 11924 1726884941.59663: 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 <<< 11924 1726884941.59691: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 11924 1726884941.59708: 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 0x7f8aad88f800> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad88f380> <<< 11924 1726884941.59737: 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 <<< 11924 1726884941.59797: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 11924 1726884941.59801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8b46b0> <<< 11924 1726884941.59848: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad88ffb0> # /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' <<< 11924 1726884941.59869: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8b5310> # /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 <<< 11924 1726884941.59912: 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 0x7f8aad8b5610> <<< 11924 1726884941.59935: 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 0x7f8aad8b6570> <<< 11924 1726884941.59975: 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' <<< 11924 1726884941.60007: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8b6810> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py <<< 11924 1726884941.60034: 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 0x7f8aad8b69c0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aada3f590> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aada3f320> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aada3eab0> <<< 11924 1726884941.60064: 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' <<< 11924 1726884941.60099: 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' <<< 11924 1726884941.60146: 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 0x7f8aad8b73e0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8b7140> <<< 11924 1726884941.60160: 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' <<< 11924 1726884941.60181: 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 <<< 11924 1726884941.60234: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884941.60257: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 11924 1726884941.60288: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 11924 1726884941.60354: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8dd850> <<< 11924 1726884941.60369: 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' <<< 11924 1726884941.60451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 11924 1726884941.60477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 11924 1726884941.60494: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8def90> <<< 11924 1726884941.60617: 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 0x7f8aad8de180> <<< 11924 1726884941.60685: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8ddd60> # /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 0x7f8aad6288f0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad613ce0> # /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 <<< 11924 1726884941.60830: 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 0x7f8aad62b7a0> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py <<< 11924 1726884941.60981: 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 0x7f8aad62b950> # /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 <<< 11924 1726884941.60984: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad628f80> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad628c50> <<< 11924 1726884941.61102: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8b7680> # /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 0x7f8aad8dd3a0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8b7230> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aada3f2f0> <<< 11924 1726884941.61109: 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 <<< 11924 1726884941.61168: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 11924 1726884941.61259: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad652390> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py <<< 11924 1726884941.61263: 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 0x7f8aad652c60> <<< 11924 1726884941.61386: 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 0x7f8aad653c50> # /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 0x7f8aad67c2c0> # /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' <<< 11924 1726884941.61401: 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' <<< 11924 1726884941.62065: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' # extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8aad67d940> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad67d310> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad67cfb0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad67cc50> # /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 0x7f8aad67d6d0> # /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 0x7f8aad67f710> # /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 0x7f8aad67f7d0> <<< 11924 1726884941.62069: 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' <<< 11924 1726884941.62071: 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 0x7f8aad67fec0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad67fd40> <<< 11924 1726884941.62074: 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' <<< 11924 1726884941.62084: 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 <<< 11924 1726884941.62117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884941.62150: 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 0x7f8aad6aa450> <<< 11924 1726884941.62172: 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' <<< 11924 1726884941.62218: 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' <<< 11924 1726884941.62299: 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 0x7f8aad6ab650> # /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 0x7f8aad6ab8c0> # /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' <<< 11924 1726884941.62320: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884941.62349: 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 0x7f8aad6aba40> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad6ab860> <<< 11924 1726884941.62460: stdout chunk (state=3): >>>import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad6ab110> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad6aa5a0> <<< 11924 1726884941.62463: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad6a9880> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad6a8e00> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad6a86e0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad67f200> <<< 11924 1726884941.62468: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad67e6f0> <<< 11924 1726884941.62512: 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 0x7f8aad6ab320> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 11924 1726884941.62595: 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 0x7f8aad6abef0> # /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 0x7f8aad6d87a0> <<< 11924 1726884941.62650: 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 0x7f8aad6d8b60> # /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' <<< 11924 1726884941.62702: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad6d9490> # /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 <<< 11924 1726884941.62723: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 11924 1726884941.62752: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad6d9fd0> <<< 11924 1726884941.75964: 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}}} <<< 11924 1726884941.77103: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 11924 1726884941.77123: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884941.77661: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884941.77681: 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 <<< 11924 1726884941.77779: 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 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # 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] <<< 11924 1726884941.77803: stdout chunk (state=3): >>>removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # 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 <<< 11924 1726884941.77991: stdout chunk (state=3): >>># cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing 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 <<< 11924 1726884941.78591: 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 <<< 11924 1726884941.78594: stdout chunk (state=3): >>># destroy selinux <<< 11924 1726884941.78596: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc <<< 11924 1726884941.78810: 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 <<< 11924 1726884941.78814: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 <<< 11924 1726884941.78924: 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 # 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 <<< 11924 1726884941.78928: 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 <<< 11924 1726884941.79068: stdout chunk (state=3): >>># 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 <<< 11924 1726884941.79217: stdout chunk (state=3): >>># cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # 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 <<< 11924 1726884941.79231: 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 # 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 <<< 11924 1726884941.79377: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884941.79400: 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 # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 11924 1726884941.79450: 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 <<< 11924 1726884941.80087: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy _hashlib # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg # destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 11924 1726884941.80149: 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 <<< 11924 1726884941.80153: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 11924 1726884941.80201: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob <<< 11924 1726884941.80229: 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 <<< 11924 1726884941.80254: stdout chunk (state=3): >>># destroy rpm <<< 11924 1726884941.80306: 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 <<< 11924 1726884941.80362: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 11924 1726884941.80449: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl <<< 11924 1726884941.80579: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884941.80715: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884941.80798: stdout chunk (state=3): >>># destroy re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 11924 1726884941.81861: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884941.81864: stdout chunk (state=3): >>><<< 11924 1726884941.81867: stderr chunk (state=3): >>><<< 11924 1726884941.82175: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab10e83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab10b7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab10ea960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0e98fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0e99fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0edfe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0edfec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f0f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f0fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0eefad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0eed1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0edcfb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f33710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f32330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0eee1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f30b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f64770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0edc230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0f64c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f64ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0f64ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0ed2d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f65580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f65250> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f66480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f7c6b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0f7dd90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f7ec30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0f7f290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f7e180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0f7fd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f7f440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f664e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0cbfb90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0ce8680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0ce83e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0ce86b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0ce8fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0ce9970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0ce8890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0cbdd30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0ceacf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0ce9850> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0f66660> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0d17050> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0d3f3e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0d981d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0d9a900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0d982f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0d651c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0d65970> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0d3e1e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0cebc20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8ab0d3e300> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_p_7mdgsb/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 0x7f8ab0bf6f30> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0bd5e20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0bd4fb0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0bf4dd0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0c22870> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0c22600> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0c21f10> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0c22660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0bf7950> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0c23590> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0c237d0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0c23d10> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0519a30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab051b620> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab051bfe0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab051d1c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab051fc80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0519910> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab051df40> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0527b60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0526660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab05263c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0526900> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab051e450> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab056be00> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab056b830> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab056da60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab056d820> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab056ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab056e150> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0573800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab05701d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0574740> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0574a10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0574950> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab056c140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0400170> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab04012e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0576930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0577cb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0576540> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0405430> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04061b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0401700> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0405eb0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04073e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8ab0411f70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab040ccb0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab05029f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0c4e6c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04120c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab10b6f60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f8ab04a44d0> # /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 0x7f8ab04a4710> # /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 0x7f8ab04a4e30> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a49b0> # /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 0x7f8ab04a5790> # /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 0x7f8ab048d9a0> # /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 0x7f8ab048d820> # /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 0x7f8ab00d26c0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a6f90> # /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 0x7f8ab00e1280> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab00d3e00> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab00d3170> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a6420> # /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 0x7f8ab014d2b0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab01053d0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a6960> # /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 0x7f8ab0154ce0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab014eff0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0104f20> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a5df0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a5820> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a5520> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab04a4770> # /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 0x7f8ab04a56d0> # /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 0x7f8ab0155310> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0154f50> # /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 0x7f8ab0155a30> # /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 0x7f8ab01580b0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab01396a0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0156870> # /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 0x7f8ab0139130> # /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 0x7f8ab01723c0> # /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 0x7f8ab0173050> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab0172b10> # /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 0x7f8ab0173380> # /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 0x7f8ab0147a40> # /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 0x7f8ab0061e80> # 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 0x7f8ab009ee10> # /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 0x7f8ab009ef30> # /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 0x7f8aafdf3140> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aafdf2990> # 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 0x7f8aafdf2b70> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab009f470> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab009e060> # /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 0x7f8ab009eab0> # /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 0x7f8aafe6c710> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aafe6c320> # /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 0x7f8aafe6ffe0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aafe6c860> # /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 0x7f8aaf933170> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aafe9c1d0> # /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 0x7f8aaf9a8ec0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aaf933770> # /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 0x7f8aaf9abe90> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aaf9a9040> # /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 0x7f8aaf9eff50> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aaf9ec260> # /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 0x7f8aadfcd190> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfcc590> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aafe0fe90> # /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 0x7f8aadfec680> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfcfad0> # /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 0x7f8aadfeec60> # /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 0x7f8aadfefb30> # /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 0x7f8aae018440> # /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 0x7f8aae019940> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfefd70> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfeebd0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfee4b0> # /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 0x7f8aae01b500> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfef050> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfec920> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfcf110> # /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 0x7f8aadfcf800> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfcf560> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aadfcd310> # /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 0x7f8aae054b00> # /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 0x7f8aae057020> # /usr/lib64/python3.12/__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 0x7f8aae057800> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae056330> # /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 0x7f8aae057f80> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae054ad0> # /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 0x7f8aae07da90> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae07d010> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae07ce30> # /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 0x7f8aae0a8aa0> # /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 0x7f8aad97ab40> # 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 0x7f8aad97aea0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae0aadb0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae0a8f50> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae07ff50> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae07e210> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae07df10> # /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 0x7f8aad9b49e0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad97bb00> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aae07e720> # /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 0x7f8aad9b5070> # /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 0x7f8aad9b5430> # /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 0x7f8aad9b54c0> # /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 0x7f8aad9b55b0> # /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 0x7f8aad9d4170> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad9b62a0> # /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 0x7f8aad9d42f0> # /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 0x7f8aad9d43e0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad9b5400> # /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 0x7f8aad9d4590> # /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 0x7f8aad9fff80> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad9ff3e0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad9fde50> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad9d5d90> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad9d51f0> # /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 0x7f8aad9d7320> # /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 0x7f8aad9d6240> # /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 0x7f8aada3c980> # /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 0x7f8aada3cbf0> # /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 0x7f8aada3d550> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aada3cfe0> # /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 0x7f8aada3e420> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aafdf3290> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8ab009dd90> # /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 0x7f8aada3f1a0> # /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 0x7f8aad813bc0> # /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 0x7f8aad839c40> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8397f0> # 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 0x7f8aad9d44d0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8386b0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad813ef0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad810c20> # /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 0x7f8aad8139b0> # /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 0x7f8aad84f200> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad84dd30> # /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 0x7f8aad8749e0> # /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 0x7f8aad874cb0> # /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 0x7f8aad874f20> # /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 0x7f8aad8751c0> # /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 0x7f8aad8758e0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad875730> # /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 0x7f8aad8771d0> # /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 0x7f8aad877320> # /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 0x7f8aad877530> # /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 0x7f8aad88c4d0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad877d10> # /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 0x7f8aad88d070> # /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 0x7f8aad88d490> # /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 0x7f8aad88d640> # /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 0x7f8aad88d8e0> # /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 0x7f8aad88e7e0> # /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 0x7f8aad88ea50> # /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 0x7f8aad88ec60> # /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 0x7f8aad88f800> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad88f380> # /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 0x7f8aad8b46b0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad88ffb0> # /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 0x7f8aad8b5310> # /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 0x7f8aad8b5610> # /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 0x7f8aad8b6570> # /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 0x7f8aad8b6810> # /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 0x7f8aad8b69c0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aada3f590> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aada3f320> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aada3eab0> # /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 0x7f8aad8b73e0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8b7140> # /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 0x7f8aad8dd850> # /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 0x7f8aad8def90> # 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 0x7f8aad8de180> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8ddd60> # /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 0x7f8aad6288f0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad613ce0> # /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 0x7f8aad62b7a0> # /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 0x7f8aad62b950> # /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 0x7f8aad628f80> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad628c50> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8b7680> # /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 0x7f8aad8dd3a0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad8b7230> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aada3f2f0> # /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 0x7f8aad652390> # /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 0x7f8aad652c60> # /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 0x7f8aad653c50> # /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 0x7f8aad67c2c0> # /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 0x7f8aad67d940> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad67d310> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad67cfb0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad67cc50> # /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 0x7f8aad67d6d0> # /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 0x7f8aad67f710> # /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 0x7f8aad67f7d0> # /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 0x7f8aad67fec0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad67fd40> # /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 0x7f8aad6aa450> # /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 0x7f8aad6ab650> # /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 0x7f8aad6ab8c0> # /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 0x7f8aad6aba40> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad6ab860> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad6ab110> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad6aa5a0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad6a9880> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad6a8e00> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad6a86e0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad67f200> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8aad67e6f0> # /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 0x7f8aad6ab320> # /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 0x7f8aad6abef0> # /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 0x7f8aad6d87a0> # /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 0x7f8aad6d8b60> # /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 0x7f8aad6d9490> # /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 0x7f8aad6d9fd0> {"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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884941.84031: 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-1726884941.1375253-16767-101687127574331/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884941.84035: _low_level_execute_command(): starting 11924 1726884941.84038: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884941.1375253-16767-101687127574331/ > /dev/null 2>&1 && sleep 0' 11924 1726884941.84059: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884941.84063: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884941.84071: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884941.84073: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884941.84076: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884941.85937: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884941.85995: stderr chunk (state=3): >>><<< 11924 1726884941.86005: stdout chunk (state=3): >>><<< 11924 1726884941.86036: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884941.86048: handler run complete 11924 1726884941.86093: attempt loop complete, returning result 11924 1726884941.86102: _execute() done 11924 1726884941.86110: dumping result to json 11924 1726884941.86121: done dumping result, returning 11924 1726884941.86141: done running TaskExecutor() for managed_node2/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-f4c0-2290-000000003986] 11924 1726884941.86153: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003986 11924 1726884941.86371: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003986 11924 1726884941.86374: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 11924 1726884941.86446: no more pending results, returning what we have 11924 1726884941.86450: results queue empty 11924 1726884941.86451: checking for any_errors_fatal 11924 1726884941.86458: done checking for any_errors_fatal 11924 1726884941.86459: checking for max_fail_percentage 11924 1726884941.86461: done checking for max_fail_percentage 11924 1726884941.86462: checking to see if all hosts have failed and the running result is not ok 11924 1726884941.86463: done checking to see if all hosts have failed 11924 1726884941.86463: getting the remaining hosts for this loop 11924 1726884941.86465: done getting the remaining hosts for this loop 11924 1726884941.86469: getting the next task for host managed_node2 11924 1726884941.86479: done getting next task for host managed_node2 11924 1726884941.86564: ^ task is: TASK: Collect LUKS info for this volume 11924 1726884941.86571: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884941.86576: getting variables 11924 1726884941.86578: in VariableManager get_vars() 11924 1726884941.86623: Calling all_inventory to load vars for managed_node2 11924 1726884941.86626: Calling groups_inventory to load vars for managed_node2 11924 1726884941.86630: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884941.86642: Calling all_plugins_play to load vars for managed_node2 11924 1726884941.86645: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884941.86648: Calling groups_plugins_play to load vars for managed_node2 11924 1726884941.87918: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884941.88537: done with get_vars() 11924 1726884941.88553: done getting variables 11924 1726884941.88620: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:41 -0400 (0:00:00.827) 0:01:47.225 ****** 11924 1726884941.88660: entering _queue_task() for managed_node2/command 11924 1726884941.89185: worker is 1 (out of 1 available) 11924 1726884941.89195: exiting _queue_task() for managed_node2/command 11924 1726884941.89206: done queuing things up, now waiting for results queue to drain 11924 1726884941.89207: waiting for pending results... 11924 1726884941.89446: running TaskExecutor() for managed_node2/TASK: Collect LUKS info for this volume 11924 1726884941.89480: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003987 11924 1726884941.89503: variable 'ansible_search_path' from source: unknown 11924 1726884941.89552: calling self._execute() 11924 1726884941.89699: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884941.89713: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884941.89730: variable 'omit' from source: magic vars 11924 1726884941.90184: variable 'storage_test_volume' from source: include params 11924 1726884941.90218: variable '_storage_test_volume_present' from source: set_fact 11924 1726884941.90239: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 11924 1726884941.90247: when evaluation is False, skipping this task 11924 1726884941.90257: _execute() done 11924 1726884941.90266: dumping result to json 11924 1726884941.90273: done dumping result, returning 11924 1726884941.90284: done running TaskExecutor() for managed_node2/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-f4c0-2290-000000003987] 11924 1726884941.90296: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003987 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884941.90467: no more pending results, returning what we have 11924 1726884941.90472: results queue empty 11924 1726884941.90473: checking for any_errors_fatal 11924 1726884941.90486: done checking for any_errors_fatal 11924 1726884941.90487: checking for max_fail_percentage 11924 1726884941.90490: done checking for max_fail_percentage 11924 1726884941.90491: checking to see if all hosts have failed and the running result is not ok 11924 1726884941.90492: done checking to see if all hosts have failed 11924 1726884941.90492: getting the remaining hosts for this loop 11924 1726884941.90495: done getting the remaining hosts for this loop 11924 1726884941.90499: getting the next task for host managed_node2 11924 1726884941.90510: done getting next task for host managed_node2 11924 1726884941.90514: ^ task is: TASK: Verify the presence/absence of the LUKS device node 11924 1726884941.90526: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884941.90532: getting variables 11924 1726884941.90534: in VariableManager get_vars() 11924 1726884941.90577: Calling all_inventory to load vars for managed_node2 11924 1726884941.90581: Calling groups_inventory to load vars for managed_node2 11924 1726884941.90584: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884941.90597: Calling all_plugins_play to load vars for managed_node2 11924 1726884941.90601: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884941.90604: Calling groups_plugins_play to load vars for managed_node2 11924 1726884941.91388: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003987 11924 1726884941.91391: WORKER PROCESS EXITING 11924 1726884941.91519: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884941.92165: done with get_vars() 11924 1726884941.92183: done getting variables 11924 1726884941.92238: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:15:41 -0400 (0:00:00.036) 0:01:47.261 ****** 11924 1726884941.92276: entering _queue_task() for managed_node2/assert 11924 1726884941.92569: worker is 1 (out of 1 available) 11924 1726884941.92583: exiting _queue_task() for managed_node2/assert 11924 1726884941.92596: done queuing things up, now waiting for results queue to drain 11924 1726884941.92597: waiting for pending results... 11924 1726884941.92832: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the LUKS device node 11924 1726884941.92990: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003988 11924 1726884941.93013: variable 'ansible_search_path' from source: unknown 11924 1726884941.93049: calling self._execute() 11924 1726884941.93174: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884941.93184: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884941.93197: variable 'omit' from source: magic vars 11924 1726884941.93565: variable 'storage_test_volume' from source: include params 11924 1726884941.93604: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884941.93760: when evaluation is False, skipping this task 11924 1726884941.93764: _execute() done 11924 1726884941.93766: dumping result to json 11924 1726884941.93768: done dumping result, returning 11924 1726884941.93771: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-f4c0-2290-000000003988] 11924 1726884941.93773: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003988 11924 1726884941.93840: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003988 11924 1726884941.93844: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884941.93894: no more pending results, returning what we have 11924 1726884941.93897: results queue empty 11924 1726884941.93898: checking for any_errors_fatal 11924 1726884941.93905: done checking for any_errors_fatal 11924 1726884941.93906: checking for max_fail_percentage 11924 1726884941.93908: done checking for max_fail_percentage 11924 1726884941.93908: checking to see if all hosts have failed and the running result is not ok 11924 1726884941.93911: done checking to see if all hosts have failed 11924 1726884941.93912: getting the remaining hosts for this loop 11924 1726884941.93913: done getting the remaining hosts for this loop 11924 1726884941.93916: getting the next task for host managed_node2 11924 1726884941.93924: done getting next task for host managed_node2 11924 1726884941.93927: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 11924 1726884941.93932: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884941.93936: getting variables 11924 1726884941.93938: in VariableManager get_vars() 11924 1726884941.93973: Calling all_inventory to load vars for managed_node2 11924 1726884941.93975: Calling groups_inventory to load vars for managed_node2 11924 1726884941.93978: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884941.93987: Calling all_plugins_play to load vars for managed_node2 11924 1726884941.93989: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884941.93991: Calling groups_plugins_play to load vars for managed_node2 11924 1726884941.94642: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884941.95504: done with get_vars() 11924 1726884941.95522: done getting variables 11924 1726884941.95584: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:15:41 -0400 (0:00:00.033) 0:01:47.295 ****** 11924 1726884941.95624: entering _queue_task() for managed_node2/assert 11924 1726884941.95936: worker is 1 (out of 1 available) 11924 1726884941.95950: exiting _queue_task() for managed_node2/assert 11924 1726884941.95966: done queuing things up, now waiting for results queue to drain 11924 1726884941.95967: waiting for pending results... 11924 1726884941.96376: running TaskExecutor() for managed_node2/TASK: Verify that the raw device is the same as the device if not encrypted 11924 1726884941.96460: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003989 11924 1726884941.96487: variable 'ansible_search_path' from source: unknown 11924 1726884941.96530: calling self._execute() 11924 1726884941.96672: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884941.96688: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884941.96703: variable 'omit' from source: magic vars 11924 1726884941.97277: variable '_storage_test_volume_present' from source: set_fact 11924 1726884941.97291: Evaluated conditional (_storage_test_volume_present): True 11924 1726884941.97301: variable 'omit' from source: magic vars 11924 1726884941.97414: variable 'omit' from source: magic vars 11924 1726884941.97612: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884941.99781: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884941.99877: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884941.99921: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884941.99966: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884941.99997: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884942.00120: variable 'storage_test_volume' from source: include params 11924 1726884942.00147: variable '__dev_ne_raw' from source: task vars 11924 1726884942.00304: variable 'storage_test_volume' from source: include params 11924 1726884942.00402: variable 'omit' from source: magic vars 11924 1726884942.00442: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884942.00480: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884942.00514: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884942.00537: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884942.00554: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884942.00577: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884942.00714: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884942.00717: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884942.00720: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.00722: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.00770: Set connection var ansible_shell_executable to /bin/sh 11924 1726884942.00777: Set connection var ansible_connection to ssh 11924 1726884942.00786: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884942.00795: Set connection var ansible_timeout to 10 11924 1726884942.00803: Set connection var ansible_pipelining to False 11924 1726884942.00814: Set connection var ansible_shell_type to sh 11924 1726884942.00850: variable 'ansible_shell_executable' from source: unknown 11924 1726884942.00859: variable 'ansible_connection' from source: unknown 11924 1726884942.00866: variable 'ansible_module_compression' from source: unknown 11924 1726884942.00872: variable 'ansible_shell_type' from source: unknown 11924 1726884942.00878: variable 'ansible_shell_executable' from source: unknown 11924 1726884942.00884: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.00890: variable 'ansible_pipelining' from source: unknown 11924 1726884942.00896: variable 'ansible_timeout' from source: unknown 11924 1726884942.00903: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.01015: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884942.01030: variable 'omit' from source: magic vars 11924 1726884942.01146: starting attempt loop 11924 1726884942.01150: running the handler 11924 1726884942.01228: variable '__dev_ne_raw' from source: task vars 11924 1726884942.01363: variable 'storage_test_volume' from source: include params 11924 1726884942.01390: variable 'storage_test_volume' from source: include params 11924 1726884942.01412: Evaluated conditional (__dev_ne_raw == (storage_test_volume.encryption | bool)): True 11924 1726884942.01423: handler run complete 11924 1726884942.01440: attempt loop complete, returning result 11924 1726884942.01447: _execute() done 11924 1726884942.01454: dumping result to json 11924 1726884942.01466: done dumping result, returning 11924 1726884942.01479: done running TaskExecutor() for managed_node2/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-f4c0-2290-000000003989] 11924 1726884942.01489: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003989 ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884942.01641: no more pending results, returning what we have 11924 1726884942.01645: results queue empty 11924 1726884942.01646: checking for any_errors_fatal 11924 1726884942.01657: done checking for any_errors_fatal 11924 1726884942.01658: checking for max_fail_percentage 11924 1726884942.01661: done checking for max_fail_percentage 11924 1726884942.01662: checking to see if all hosts have failed and the running result is not ok 11924 1726884942.01663: done checking to see if all hosts have failed 11924 1726884942.01663: getting the remaining hosts for this loop 11924 1726884942.01666: done getting the remaining hosts for this loop 11924 1726884942.01670: getting the next task for host managed_node2 11924 1726884942.01681: done getting next task for host managed_node2 11924 1726884942.01684: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 11924 1726884942.01691: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884942.01703: getting variables 11924 1726884942.01706: in VariableManager get_vars() 11924 1726884942.01745: Calling all_inventory to load vars for managed_node2 11924 1726884942.01748: Calling groups_inventory to load vars for managed_node2 11924 1726884942.01752: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884942.02065: Calling all_plugins_play to load vars for managed_node2 11924 1726884942.02069: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884942.02073: Calling groups_plugins_play to load vars for managed_node2 11924 1726884942.02699: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003989 11924 1726884942.02720: WORKER PROCESS EXITING 11924 1726884942.02744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884942.03383: done with get_vars() 11924 1726884942.03399: done getting variables 11924 1726884942.03463: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:42 -0400 (0:00:00.078) 0:01:47.373 ****** 11924 1726884942.03499: entering _queue_task() for managed_node2/assert 11924 1726884942.03968: worker is 1 (out of 1 available) 11924 1726884942.03979: exiting _queue_task() for managed_node2/assert 11924 1726884942.03989: done queuing things up, now waiting for results queue to drain 11924 1726884942.03991: waiting for pending results... 11924 1726884942.04142: running TaskExecutor() for managed_node2/TASK: Make sure we got info about the LUKS volume if encrypted 11924 1726884942.04307: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000398a 11924 1726884942.04340: variable 'ansible_search_path' from source: unknown 11924 1726884942.04380: calling self._execute() 11924 1726884942.04511: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.04523: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.04539: variable 'omit' from source: magic vars 11924 1726884942.04947: variable '_storage_test_volume_present' from source: set_fact 11924 1726884942.04961: variable 'storage_test_volume' from source: include params 11924 1726884942.05005: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 11924 1726884942.05016: when evaluation is False, skipping this task 11924 1726884942.05024: _execute() done 11924 1726884942.05031: dumping result to json 11924 1726884942.05038: done dumping result, returning 11924 1726884942.05049: done running TaskExecutor() for managed_node2/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-f4c0-2290-00000000398a] 11924 1726884942.05063: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000398a skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884942.05243: no more pending results, returning what we have 11924 1726884942.05246: results queue empty 11924 1726884942.05247: checking for any_errors_fatal 11924 1726884942.05257: done checking for any_errors_fatal 11924 1726884942.05258: checking for max_fail_percentage 11924 1726884942.05260: done checking for max_fail_percentage 11924 1726884942.05261: checking to see if all hosts have failed and the running result is not ok 11924 1726884942.05261: done checking to see if all hosts have failed 11924 1726884942.05262: getting the remaining hosts for this loop 11924 1726884942.05265: done getting the remaining hosts for this loop 11924 1726884942.05269: getting the next task for host managed_node2 11924 1726884942.05277: done getting next task for host managed_node2 11924 1726884942.05280: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 11924 1726884942.05287: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884942.05293: getting variables 11924 1726884942.05295: in VariableManager get_vars() 11924 1726884942.05336: Calling all_inventory to load vars for managed_node2 11924 1726884942.05339: Calling groups_inventory to load vars for managed_node2 11924 1726884942.05342: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884942.05459: Calling all_plugins_play to load vars for managed_node2 11924 1726884942.05468: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884942.05580: Calling groups_plugins_play to load vars for managed_node2 11924 1726884942.06174: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000398a 11924 1726884942.06178: WORKER PROCESS EXITING 11924 1726884942.06201: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884942.06870: done with get_vars() 11924 1726884942.06888: done getting variables 11924 1726884942.06945: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:15:42 -0400 (0:00:00.034) 0:01:47.408 ****** 11924 1726884942.06979: entering _queue_task() for managed_node2/assert 11924 1726884942.07266: worker is 1 (out of 1 available) 11924 1726884942.07278: exiting _queue_task() for managed_node2/assert 11924 1726884942.07289: done queuing things up, now waiting for results queue to drain 11924 1726884942.07291: waiting for pending results... 11924 1726884942.07606: running TaskExecutor() for managed_node2/TASK: Verify the LUKS volume's device type if encrypted 11924 1726884942.07760: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000398b 11924 1726884942.07785: variable 'ansible_search_path' from source: unknown 11924 1726884942.07830: calling self._execute() 11924 1726884942.08014: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.08017: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.08020: variable 'omit' from source: magic vars 11924 1726884942.08396: variable '_storage_test_volume_present' from source: set_fact 11924 1726884942.08412: variable 'storage_test_volume' from source: include params 11924 1726884942.08461: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 11924 1726884942.08470: when evaluation is False, skipping this task 11924 1726884942.08478: _execute() done 11924 1726884942.08486: dumping result to json 11924 1726884942.08560: done dumping result, returning 11924 1726884942.08564: done running TaskExecutor() for managed_node2/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-f4c0-2290-00000000398b] 11924 1726884942.08567: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000398b 11924 1726884942.08644: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000398b 11924 1726884942.08647: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884942.08719: no more pending results, returning what we have 11924 1726884942.08724: results queue empty 11924 1726884942.08725: checking for any_errors_fatal 11924 1726884942.08733: done checking for any_errors_fatal 11924 1726884942.08733: checking for max_fail_percentage 11924 1726884942.08735: done checking for max_fail_percentage 11924 1726884942.08736: checking to see if all hosts have failed and the running result is not ok 11924 1726884942.08737: done checking to see if all hosts have failed 11924 1726884942.08738: getting the remaining hosts for this loop 11924 1726884942.08740: done getting the remaining hosts for this loop 11924 1726884942.08745: getting the next task for host managed_node2 11924 1726884942.08756: done getting next task for host managed_node2 11924 1726884942.08760: ^ task is: TASK: Check LUKS version 11924 1726884942.08772: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884942.08779: getting variables 11924 1726884942.08781: in VariableManager get_vars() 11924 1726884942.08826: Calling all_inventory to load vars for managed_node2 11924 1726884942.08829: Calling groups_inventory to load vars for managed_node2 11924 1726884942.08833: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884942.08846: Calling all_plugins_play to load vars for managed_node2 11924 1726884942.08850: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884942.08854: Calling groups_plugins_play to load vars for managed_node2 11924 1726884942.09758: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884942.10402: done with get_vars() 11924 1726884942.10419: done getting variables 11924 1726884942.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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (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 22:15:42 -0400 (0:00:00.035) 0:01:47.444 ****** 11924 1726884942.10518: entering _queue_task() for managed_node2/assert 11924 1726884942.10793: worker is 1 (out of 1 available) 11924 1726884942.11063: exiting _queue_task() for managed_node2/assert 11924 1726884942.11073: done queuing things up, now waiting for results queue to drain 11924 1726884942.11075: waiting for pending results... 11924 1726884942.11207: running TaskExecutor() for managed_node2/TASK: Check LUKS version 11924 1726884942.11304: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000398c 11924 1726884942.11329: variable 'ansible_search_path' from source: unknown 11924 1726884942.11415: calling self._execute() 11924 1726884942.11500: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.11522: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.11538: variable 'omit' from source: magic vars 11924 1726884942.11906: variable '_storage_test_volume_present' from source: set_fact 11924 1726884942.11922: Evaluated conditional (_storage_test_volume_present): True 11924 1726884942.12048: variable 'storage_test_volume' from source: include params 11924 1726884942.12172: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884942.12177: when evaluation is False, skipping this task 11924 1726884942.12179: _execute() done 11924 1726884942.12182: dumping result to json 11924 1726884942.12184: done dumping result, returning 11924 1726884942.12187: done running TaskExecutor() for managed_node2/TASK: Check LUKS version [0affc8a3-6f6f-f4c0-2290-00000000398c] 11924 1726884942.12188: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000398c 11924 1726884942.12265: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000398c 11924 1726884942.12269: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884942.12326: no more pending results, returning what we have 11924 1726884942.12330: results queue empty 11924 1726884942.12331: checking for any_errors_fatal 11924 1726884942.12340: done checking for any_errors_fatal 11924 1726884942.12341: checking for max_fail_percentage 11924 1726884942.12343: done checking for max_fail_percentage 11924 1726884942.12344: checking to see if all hosts have failed and the running result is not ok 11924 1726884942.12344: done checking to see if all hosts have failed 11924 1726884942.12345: getting the remaining hosts for this loop 11924 1726884942.12347: done getting the remaining hosts for this loop 11924 1726884942.12351: getting the next task for host managed_node2 11924 1726884942.12363: done getting next task for host managed_node2 11924 1726884942.12366: ^ task is: TASK: Check LUKS key size 11924 1726884942.12373: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884942.12378: getting variables 11924 1726884942.12380: in VariableManager get_vars() 11924 1726884942.12423: Calling all_inventory to load vars for managed_node2 11924 1726884942.12427: Calling groups_inventory to load vars for managed_node2 11924 1726884942.12430: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884942.12442: Calling all_plugins_play to load vars for managed_node2 11924 1726884942.12445: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884942.12448: Calling groups_plugins_play to load vars for managed_node2 11924 1726884942.13690: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884942.14331: done with get_vars() 11924 1726884942.14347: done getting variables 11924 1726884942.14417: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:42 -0400 (0:00:00.039) 0:01:47.483 ****** 11924 1726884942.14453: entering _queue_task() for managed_node2/assert 11924 1726884942.14784: worker is 1 (out of 1 available) 11924 1726884942.14796: exiting _queue_task() for managed_node2/assert 11924 1726884942.14813: done queuing things up, now waiting for results queue to drain 11924 1726884942.14815: waiting for pending results... 11924 1726884942.15280: running TaskExecutor() for managed_node2/TASK: Check LUKS key size 11924 1726884942.15336: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000398d 11924 1726884942.15380: variable 'ansible_search_path' from source: unknown 11924 1726884942.15413: calling self._execute() 11924 1726884942.15597: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.15602: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.15605: variable 'omit' from source: magic vars 11924 1726884942.15981: variable '_storage_test_volume_present' from source: set_fact 11924 1726884942.15993: Evaluated conditional (_storage_test_volume_present): True 11924 1726884942.16121: variable 'storage_test_volume' from source: include params 11924 1726884942.16165: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884942.16253: when evaluation is False, skipping this task 11924 1726884942.16258: _execute() done 11924 1726884942.16261: dumping result to json 11924 1726884942.16263: done dumping result, returning 11924 1726884942.16266: done running TaskExecutor() for managed_node2/TASK: Check LUKS key size [0affc8a3-6f6f-f4c0-2290-00000000398d] 11924 1726884942.16268: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000398d 11924 1726884942.16338: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000398d 11924 1726884942.16341: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884942.16390: no more pending results, returning what we have 11924 1726884942.16394: results queue empty 11924 1726884942.16395: checking for any_errors_fatal 11924 1726884942.16404: done checking for any_errors_fatal 11924 1726884942.16405: checking for max_fail_percentage 11924 1726884942.16407: done checking for max_fail_percentage 11924 1726884942.16410: checking to see if all hosts have failed and the running result is not ok 11924 1726884942.16411: done checking to see if all hosts have failed 11924 1726884942.16412: getting the remaining hosts for this loop 11924 1726884942.16414: done getting the remaining hosts for this loop 11924 1726884942.16418: getting the next task for host managed_node2 11924 1726884942.16427: done getting next task for host managed_node2 11924 1726884942.16429: ^ task is: TASK: Check LUKS cipher 11924 1726884942.16438: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884942.16442: getting variables 11924 1726884942.16444: in VariableManager get_vars() 11924 1726884942.16481: Calling all_inventory to load vars for managed_node2 11924 1726884942.16483: Calling groups_inventory to load vars for managed_node2 11924 1726884942.16486: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884942.16497: Calling all_plugins_play to load vars for managed_node2 11924 1726884942.16500: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884942.16503: Calling groups_plugins_play to load vars for managed_node2 11924 1726884942.17392: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884942.18065: done with get_vars() 11924 1726884942.18085: done getting variables 11924 1726884942.18149: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:42 -0400 (0:00:00.037) 0:01:47.520 ****** 11924 1726884942.18186: entering _queue_task() for managed_node2/assert 11924 1726884942.18505: worker is 1 (out of 1 available) 11924 1726884942.18632: exiting _queue_task() for managed_node2/assert 11924 1726884942.18643: done queuing things up, now waiting for results queue to drain 11924 1726884942.18645: waiting for pending results... 11924 1726884942.18975: running TaskExecutor() for managed_node2/TASK: Check LUKS cipher 11924 1726884942.19071: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000398e 11924 1726884942.19074: variable 'ansible_search_path' from source: unknown 11924 1726884942.19087: calling self._execute() 11924 1726884942.19218: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.19229: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.19243: variable 'omit' from source: magic vars 11924 1726884942.19725: variable '_storage_test_volume_present' from source: set_fact 11924 1726884942.19728: Evaluated conditional (_storage_test_volume_present): True 11924 1726884942.19761: variable 'storage_test_volume' from source: include params 11924 1726884942.19795: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884942.19803: when evaluation is False, skipping this task 11924 1726884942.19812: _execute() done 11924 1726884942.19821: dumping result to json 11924 1726884942.19835: done dumping result, returning 11924 1726884942.19846: done running TaskExecutor() for managed_node2/TASK: Check LUKS cipher [0affc8a3-6f6f-f4c0-2290-00000000398e] 11924 1726884942.19857: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000398e skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884942.20096: no more pending results, returning what we have 11924 1726884942.20100: results queue empty 11924 1726884942.20102: checking for any_errors_fatal 11924 1726884942.20117: done checking for any_errors_fatal 11924 1726884942.20118: checking for max_fail_percentage 11924 1726884942.20121: done checking for max_fail_percentage 11924 1726884942.20122: checking to see if all hosts have failed and the running result is not ok 11924 1726884942.20122: done checking to see if all hosts have failed 11924 1726884942.20123: getting the remaining hosts for this loop 11924 1726884942.20126: done getting the remaining hosts for this loop 11924 1726884942.20130: getting the next task for host managed_node2 11924 1726884942.20139: done getting next task for host managed_node2 11924 1726884942.20143: ^ task is: TASK: Set test variables 11924 1726884942.20158: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884942.20164: getting variables 11924 1726884942.20166: in VariableManager get_vars() 11924 1726884942.20200: Calling all_inventory to load vars for managed_node2 11924 1726884942.20202: Calling groups_inventory to load vars for managed_node2 11924 1726884942.20206: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884942.20214: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000398e 11924 1726884942.20217: WORKER PROCESS EXITING 11924 1726884942.20228: Calling all_plugins_play to load vars for managed_node2 11924 1726884942.20231: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884942.20233: Calling groups_plugins_play to load vars for managed_node2 11924 1726884942.20928: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884942.21564: done with get_vars() 11924 1726884942.21581: done getting variables 11924 1726884942.21646: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:42 -0400 (0:00:00.034) 0:01:47.555 ****** 11924 1726884942.21686: entering _queue_task() for managed_node2/set_fact 11924 1726884942.22037: worker is 1 (out of 1 available) 11924 1726884942.22057: exiting _queue_task() for managed_node2/set_fact 11924 1726884942.22071: done queuing things up, now waiting for results queue to drain 11924 1726884942.22072: waiting for pending results... 11924 1726884942.22351: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884942.22776: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000398f 11924 1726884942.22781: variable 'ansible_search_path' from source: unknown 11924 1726884942.22811: calling self._execute() 11924 1726884942.22948: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.22962: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.22986: variable 'omit' from source: magic vars 11924 1726884942.23313: variable 'omit' from source: magic vars 11924 1726884942.23704: variable 'omit' from source: magic vars 11924 1726884942.24303: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884942.29413: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884942.29504: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884942.29548: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884942.29589: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884942.29627: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884942.29757: variable 'storage_test_volume' from source: include params 11924 1726884942.29782: variable '_storage_test_volume_present' from source: set_fact 11924 1726884942.30001: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884942.30040: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884942.30074: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884942.30120: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884942.30138: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884942.30262: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884942.30265: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884942.30268: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884942.30287: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884942.30305: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884942.30379: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884942.30407: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884942.30439: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884942.30480: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884942.30496: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884942.30651: variable 'storage_test_crypttab' from source: set_fact 11924 1726884942.30670: variable 'storage_test_volume' from source: include params 11924 1726884942.30842: variable 'storage_test_volume' from source: include params 11924 1726884942.30877: variable 'omit' from source: magic vars 11924 1726884942.30920: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884942.31023: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884942.31026: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884942.31031: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884942.31042: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884942.31240: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884942.31243: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884942.31246: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884942.31248: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.31249: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.31553: Set connection var ansible_shell_executable to /bin/sh 11924 1726884942.31868: Set connection var ansible_connection to ssh 11924 1726884942.31871: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884942.31874: Set connection var ansible_timeout to 10 11924 1726884942.31876: Set connection var ansible_pipelining to False 11924 1726884942.31878: Set connection var ansible_shell_type to sh 11924 1726884942.31880: variable 'ansible_shell_executable' from source: unknown 11924 1726884942.31882: variable 'ansible_connection' from source: unknown 11924 1726884942.31884: variable 'ansible_module_compression' from source: unknown 11924 1726884942.31886: variable 'ansible_shell_type' from source: unknown 11924 1726884942.31887: variable 'ansible_shell_executable' from source: unknown 11924 1726884942.31890: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.31892: variable 'ansible_pipelining' from source: unknown 11924 1726884942.31895: variable 'ansible_timeout' from source: unknown 11924 1726884942.31897: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.32005: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884942.32076: variable 'omit' from source: magic vars 11924 1726884942.32091: starting attempt loop 11924 1726884942.32137: running the handler 11924 1726884942.32157: handler run complete 11924 1726884942.32172: attempt loop complete, returning result 11924 1726884942.32179: _execute() done 11924 1726884942.32196: dumping result to json 11924 1726884942.32413: done dumping result, returning 11924 1726884942.32416: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-00000000398f] 11924 1726884942.32419: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000398f ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 11924 1726884942.32547: no more pending results, returning what we have 11924 1726884942.32551: results queue empty 11924 1726884942.32551: checking for any_errors_fatal 11924 1726884942.32564: done checking for any_errors_fatal 11924 1726884942.32565: checking for max_fail_percentage 11924 1726884942.32566: done checking for max_fail_percentage 11924 1726884942.32567: checking to see if all hosts have failed and the running result is not ok 11924 1726884942.32568: done checking to see if all hosts have failed 11924 1726884942.32569: getting the remaining hosts for this loop 11924 1726884942.32571: done getting the remaining hosts for this loop 11924 1726884942.32574: getting the next task for host managed_node2 11924 1726884942.32583: done getting next task for host managed_node2 11924 1726884942.32586: ^ task is: TASK: Check for /etc/crypttab entry 11924 1726884942.32594: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884942.32598: getting variables 11924 1726884942.32599: in VariableManager get_vars() 11924 1726884942.32635: Calling all_inventory to load vars for managed_node2 11924 1726884942.32638: Calling groups_inventory to load vars for managed_node2 11924 1726884942.32642: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884942.32652: Calling all_plugins_play to load vars for managed_node2 11924 1726884942.32660: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884942.32664: Calling groups_plugins_play to load vars for managed_node2 11924 1726884942.33666: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000398f 11924 1726884942.33669: WORKER PROCESS EXITING 11924 1726884942.34222: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884942.35935: done with get_vars() 11924 1726884942.36166: done getting variables 11924 1726884942.36235: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:42 -0400 (0:00:00.145) 0:01:47.701 ****** 11924 1726884942.36277: entering _queue_task() for managed_node2/assert 11924 1726884942.37042: worker is 1 (out of 1 available) 11924 1726884942.37057: exiting _queue_task() for managed_node2/assert 11924 1726884942.37073: done queuing things up, now waiting for results queue to drain 11924 1726884942.37075: waiting for pending results... 11924 1726884942.37558: running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry 11924 1726884942.38198: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003990 11924 1726884942.38561: variable 'ansible_search_path' from source: unknown 11924 1726884942.38565: calling self._execute() 11924 1726884942.38567: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.38570: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.38572: variable 'omit' from source: magic vars 11924 1726884942.38742: variable 'omit' from source: magic vars 11924 1726884942.38826: variable 'omit' from source: magic vars 11924 1726884942.39066: variable 'storage_test_volume' from source: include params 11924 1726884942.39125: variable 'omit' from source: magic vars 11924 1726884942.39172: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884942.39214: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884942.39241: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884942.39265: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884942.39283: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884942.39304: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884942.39324: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884942.39358: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884942.39366: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.39376: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.39493: Set connection var ansible_shell_executable to /bin/sh 11924 1726884942.39500: Set connection var ansible_connection to ssh 11924 1726884942.39510: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884942.39519: Set connection var ansible_timeout to 10 11924 1726884942.39528: Set connection var ansible_pipelining to False 11924 1726884942.39536: Set connection var ansible_shell_type to sh 11924 1726884942.39568: variable 'ansible_shell_executable' from source: unknown 11924 1726884942.39576: variable 'ansible_connection' from source: unknown 11924 1726884942.39582: variable 'ansible_module_compression' from source: unknown 11924 1726884942.39592: variable 'ansible_shell_type' from source: unknown 11924 1726884942.39598: variable 'ansible_shell_executable' from source: unknown 11924 1726884942.39604: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.39611: variable 'ansible_pipelining' from source: unknown 11924 1726884942.39617: variable 'ansible_timeout' from source: unknown 11924 1726884942.39624: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.39768: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884942.39786: variable 'omit' from source: magic vars 11924 1726884942.39795: starting attempt loop 11924 1726884942.39801: running the handler 11924 1726884942.39985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884942.43389: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884942.43463: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884942.43503: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884942.43894: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884942.43897: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884942.43931: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884942.43965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884942.43996: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884942.44040: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884942.44061: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884942.44116: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884942.44227: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884942.44258: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884942.44340: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884942.44425: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884942.45061: variable '_storage_test_crypttab_entries' from source: set_fact 11924 1726884942.45064: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884942.45066: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 11924 1726884942.45069: handler run complete 11924 1726884942.45071: attempt loop complete, returning result 11924 1726884942.45073: _execute() done 11924 1726884942.45076: dumping result to json 11924 1726884942.45079: done dumping result, returning 11924 1726884942.45081: done running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-f4c0-2290-000000003990] 11924 1726884942.45084: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003990 11924 1726884942.45166: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003990 11924 1726884942.45170: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884942.45221: no more pending results, returning what we have 11924 1726884942.45231: results queue empty 11924 1726884942.45232: checking for any_errors_fatal 11924 1726884942.45240: done checking for any_errors_fatal 11924 1726884942.45241: checking for max_fail_percentage 11924 1726884942.45243: done checking for max_fail_percentage 11924 1726884942.45244: checking to see if all hosts have failed and the running result is not ok 11924 1726884942.45244: done checking to see if all hosts have failed 11924 1726884942.45245: getting the remaining hosts for this loop 11924 1726884942.45247: done getting the remaining hosts for this loop 11924 1726884942.45250: getting the next task for host managed_node2 11924 1726884942.45262: done getting next task for host managed_node2 11924 1726884942.45265: ^ task is: TASK: Validate the format of the crypttab entry 11924 1726884942.45270: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884942.45274: getting variables 11924 1726884942.45276: in VariableManager get_vars() 11924 1726884942.45317: Calling all_inventory to load vars for managed_node2 11924 1726884942.45319: Calling groups_inventory to load vars for managed_node2 11924 1726884942.45323: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884942.45333: Calling all_plugins_play to load vars for managed_node2 11924 1726884942.45335: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884942.45338: Calling groups_plugins_play to load vars for managed_node2 11924 1726884942.46958: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884942.48171: done with get_vars() 11924 1726884942.48191: done getting variables 11924 1726884942.48253: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:42 -0400 (0:00:00.120) 0:01:47.821 ****** 11924 1726884942.48294: entering _queue_task() for managed_node2/assert 11924 1726884942.48738: worker is 1 (out of 1 available) 11924 1726884942.48752: exiting _queue_task() for managed_node2/assert 11924 1726884942.48771: done queuing things up, now waiting for results queue to drain 11924 1726884942.48773: waiting for pending results... 11924 1726884942.49430: running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry 11924 1726884942.49641: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003991 11924 1726884942.49879: variable 'ansible_search_path' from source: unknown 11924 1726884942.49921: calling self._execute() 11924 1726884942.50214: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.50254: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.50272: variable 'omit' from source: magic vars 11924 1726884942.51198: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884942.56691: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884942.57519: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884942.57573: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884942.57612: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884942.57645: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884942.57739: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884942.57803: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884942.57835: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884942.57888: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884942.57912: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884942.58050: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884942.58082: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884942.58091: when evaluation is False, skipping this task 11924 1726884942.58099: _execute() done 11924 1726884942.58220: dumping result to json 11924 1726884942.58223: done dumping result, returning 11924 1726884942.58226: done running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-f4c0-2290-000000003991] 11924 1726884942.58228: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003991 skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884942.58358: no more pending results, returning what we have 11924 1726884942.58362: results queue empty 11924 1726884942.58363: checking for any_errors_fatal 11924 1726884942.58373: done checking for any_errors_fatal 11924 1726884942.58374: checking for max_fail_percentage 11924 1726884942.58376: done checking for max_fail_percentage 11924 1726884942.58377: checking to see if all hosts have failed and the running result is not ok 11924 1726884942.58378: done checking to see if all hosts have failed 11924 1726884942.58378: getting the remaining hosts for this loop 11924 1726884942.58381: done getting the remaining hosts for this loop 11924 1726884942.58386: getting the next task for host managed_node2 11924 1726884942.58396: done getting next task for host managed_node2 11924 1726884942.58398: ^ task is: TASK: Check backing device of crypttab entry 11924 1726884942.58406: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884942.58410: getting variables 11924 1726884942.58413: in VariableManager get_vars() 11924 1726884942.58559: Calling all_inventory to load vars for managed_node2 11924 1726884942.58562: Calling groups_inventory to load vars for managed_node2 11924 1726884942.58571: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884942.58583: Calling all_plugins_play to load vars for managed_node2 11924 1726884942.58587: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884942.58590: Calling groups_plugins_play to load vars for managed_node2 11924 1726884942.59189: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003991 11924 1726884942.59192: WORKER PROCESS EXITING 11924 1726884942.59873: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884942.61094: done with get_vars() 11924 1726884942.61114: done getting variables 11924 1726884942.61179: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:42 -0400 (0:00:00.129) 0:01:47.951 ****** 11924 1726884942.61218: entering _queue_task() for managed_node2/assert 11924 1726884942.61976: worker is 1 (out of 1 available) 11924 1726884942.61988: exiting _queue_task() for managed_node2/assert 11924 1726884942.61999: done queuing things up, now waiting for results queue to drain 11924 1726884942.62001: waiting for pending results... 11924 1726884942.62693: running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry 11924 1726884942.62846: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003992 11924 1726884942.62914: variable 'ansible_search_path' from source: unknown 11924 1726884942.63114: calling self._execute() 11924 1726884942.63216: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.63442: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.63445: variable 'omit' from source: magic vars 11924 1726884942.64263: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884942.68672: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884942.68754: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884942.68819: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884942.68879: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884942.68912: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884942.69000: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884942.69036: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884942.69071: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884942.69117: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884942.69139: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884942.69265: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884942.69297: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884942.69307: when evaluation is False, skipping this task 11924 1726884942.69318: _execute() done 11924 1726884942.69324: dumping result to json 11924 1726884942.69331: done dumping result, returning 11924 1726884942.69341: done running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-f4c0-2290-000000003992] 11924 1726884942.69350: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003992 skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884942.69513: no more pending results, returning what we have 11924 1726884942.69516: results queue empty 11924 1726884942.69517: checking for any_errors_fatal 11924 1726884942.69521: done checking for any_errors_fatal 11924 1726884942.69522: checking for max_fail_percentage 11924 1726884942.69524: done checking for max_fail_percentage 11924 1726884942.69525: checking to see if all hosts have failed and the running result is not ok 11924 1726884942.69526: done checking to see if all hosts have failed 11924 1726884942.69526: getting the remaining hosts for this loop 11924 1726884942.69528: done getting the remaining hosts for this loop 11924 1726884942.69532: getting the next task for host managed_node2 11924 1726884942.69540: done getting next task for host managed_node2 11924 1726884942.69543: ^ task is: TASK: Check key file of crypttab entry 11924 1726884942.69549: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884942.69553: getting variables 11924 1726884942.69557: in VariableManager get_vars() 11924 1726884942.69592: Calling all_inventory to load vars for managed_node2 11924 1726884942.69594: Calling groups_inventory to load vars for managed_node2 11924 1726884942.69598: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884942.69609: Calling all_plugins_play to load vars for managed_node2 11924 1726884942.69612: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884942.69615: Calling groups_plugins_play to load vars for managed_node2 11924 1726884942.70268: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003992 11924 1726884942.70271: WORKER PROCESS EXITING 11924 1726884942.70964: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884942.71554: done with get_vars() 11924 1726884942.71572: done getting variables 11924 1726884942.71632: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:42 -0400 (0:00:00.104) 0:01:48.055 ****** 11924 1726884942.71671: entering _queue_task() for managed_node2/assert 11924 1726884942.72010: worker is 1 (out of 1 available) 11924 1726884942.72026: exiting _queue_task() for managed_node2/assert 11924 1726884942.72039: done queuing things up, now waiting for results queue to drain 11924 1726884942.72040: waiting for pending results... 11924 1726884942.72423: running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry 11924 1726884942.73063: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003993 11924 1726884942.73067: variable 'ansible_search_path' from source: unknown 11924 1726884942.73070: calling self._execute() 11924 1726884942.73305: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.73317: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.73330: variable 'omit' from source: magic vars 11924 1726884942.74263: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884942.79045: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884942.79249: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884942.79366: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884942.79403: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884942.79460: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884942.79617: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884942.79681: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884942.79786: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884942.79825: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884942.79878: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884942.80271: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884942.80274: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884942.80276: when evaluation is False, skipping this task 11924 1726884942.80278: _execute() done 11924 1726884942.80281: dumping result to json 11924 1726884942.80283: done dumping result, returning 11924 1726884942.80285: done running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry [0affc8a3-6f6f-f4c0-2290-000000003993] 11924 1726884942.80287: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003993 skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884942.80436: no more pending results, returning what we have 11924 1726884942.80440: results queue empty 11924 1726884942.80441: checking for any_errors_fatal 11924 1726884942.80450: done checking for any_errors_fatal 11924 1726884942.80451: checking for max_fail_percentage 11924 1726884942.80454: done checking for max_fail_percentage 11924 1726884942.80457: checking to see if all hosts have failed and the running result is not ok 11924 1726884942.80458: done checking to see if all hosts have failed 11924 1726884942.80458: getting the remaining hosts for this loop 11924 1726884942.80461: done getting the remaining hosts for this loop 11924 1726884942.80465: getting the next task for host managed_node2 11924 1726884942.80476: done getting next task for host managed_node2 11924 1726884942.80479: ^ task is: TASK: Clear test variables 11924 1726884942.80487: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884942.80491: getting variables 11924 1726884942.80494: in VariableManager get_vars() 11924 1726884942.80534: Calling all_inventory to load vars for managed_node2 11924 1726884942.80537: Calling groups_inventory to load vars for managed_node2 11924 1726884942.80541: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884942.80553: Calling all_plugins_play to load vars for managed_node2 11924 1726884942.80559: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884942.80563: Calling groups_plugins_play to load vars for managed_node2 11924 1726884942.81964: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003993 11924 1726884942.81967: WORKER PROCESS EXITING 11924 1726884942.82135: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884942.83610: done with get_vars() 11924 1726884942.83634: done getting variables 11924 1726884942.83702: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:42 -0400 (0:00:00.120) 0:01:48.176 ****** 11924 1726884942.83744: entering _queue_task() for managed_node2/set_fact 11924 1726884942.84576: worker is 1 (out of 1 available) 11924 1726884942.84588: exiting _queue_task() for managed_node2/set_fact 11924 1726884942.84599: done queuing things up, now waiting for results queue to drain 11924 1726884942.84601: waiting for pending results... 11924 1726884942.85067: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884942.85412: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003994 11924 1726884942.85432: variable 'ansible_search_path' from source: unknown 11924 1726884942.85547: calling self._execute() 11924 1726884942.85862: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.85866: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.85869: variable 'omit' from source: magic vars 11924 1726884942.86174: variable 'omit' from source: magic vars 11924 1726884942.86258: variable 'omit' from source: magic vars 11924 1726884942.86562: variable 'omit' from source: magic vars 11924 1726884942.86565: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884942.86696: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884942.86728: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884942.86880: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884942.87107: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884942.87110: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884942.87112: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884942.87114: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884942.87116: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.87118: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.87485: Set connection var ansible_shell_executable to /bin/sh 11924 1726884942.87548: Set connection var ansible_connection to ssh 11924 1726884942.87761: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884942.87764: Set connection var ansible_timeout to 10 11924 1726884942.87767: Set connection var ansible_pipelining to False 11924 1726884942.87769: Set connection var ansible_shell_type to sh 11924 1726884942.87771: variable 'ansible_shell_executable' from source: unknown 11924 1726884942.87773: variable 'ansible_connection' from source: unknown 11924 1726884942.87775: variable 'ansible_module_compression' from source: unknown 11924 1726884942.87778: variable 'ansible_shell_type' from source: unknown 11924 1726884942.87780: variable 'ansible_shell_executable' from source: unknown 11924 1726884942.87782: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.87784: variable 'ansible_pipelining' from source: unknown 11924 1726884942.87786: variable 'ansible_timeout' from source: unknown 11924 1726884942.87789: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.88262: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884942.88267: variable 'omit' from source: magic vars 11924 1726884942.88269: starting attempt loop 11924 1726884942.88272: running the handler 11924 1726884942.88275: handler run complete 11924 1726884942.88277: attempt loop complete, returning result 11924 1726884942.88279: _execute() done 11924 1726884942.88281: dumping result to json 11924 1726884942.88284: done dumping result, returning 11924 1726884942.88286: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-000000003994] 11924 1726884942.88288: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003994 ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 11924 1726884942.88837: no more pending results, returning what we have 11924 1726884942.88840: results queue empty 11924 1726884942.88841: checking for any_errors_fatal 11924 1726884942.88853: done checking for any_errors_fatal 11924 1726884942.88854: checking for max_fail_percentage 11924 1726884942.88858: done checking for max_fail_percentage 11924 1726884942.88859: checking to see if all hosts have failed and the running result is not ok 11924 1726884942.88860: done checking to see if all hosts have failed 11924 1726884942.88860: getting the remaining hosts for this loop 11924 1726884942.88863: done getting the remaining hosts for this loop 11924 1726884942.88868: getting the next task for host managed_node2 11924 1726884942.88883: done getting next task for host managed_node2 11924 1726884942.88887: ^ task is: TASK: Get information about RAID 11924 1726884942.88896: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884942.88901: getting variables 11924 1726884942.88904: in VariableManager get_vars() 11924 1726884942.88945: Calling all_inventory to load vars for managed_node2 11924 1726884942.88947: Calling groups_inventory to load vars for managed_node2 11924 1726884942.88951: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884942.89266: Calling all_plugins_play to load vars for managed_node2 11924 1726884942.89270: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884942.89274: Calling groups_plugins_play to load vars for managed_node2 11924 1726884942.89969: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003994 11924 1726884942.89973: WORKER PROCESS EXITING 11924 1726884942.91179: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884942.92987: done with get_vars() 11924 1726884942.93013: done getting variables 11924 1726884942.93078: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:42 -0400 (0:00:00.093) 0:01:48.270 ****** 11924 1726884942.93116: entering _queue_task() for managed_node2/command 11924 1726884942.94157: worker is 1 (out of 1 available) 11924 1726884942.94172: exiting _queue_task() for managed_node2/command 11924 1726884942.94185: done queuing things up, now waiting for results queue to drain 11924 1726884942.94187: waiting for pending results... 11924 1726884942.94736: running TaskExecutor() for managed_node2/TASK: Get information about RAID 11924 1726884942.95062: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003998 11924 1726884942.95138: variable 'ansible_search_path' from source: unknown 11924 1726884942.95181: calling self._execute() 11924 1726884942.95464: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884942.95562: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884942.95581: variable 'omit' from source: magic vars 11924 1726884942.96462: variable 'storage_test_volume' from source: include params 11924 1726884942.96502: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884942.96513: when evaluation is False, skipping this task 11924 1726884942.96522: _execute() done 11924 1726884942.96752: dumping result to json 11924 1726884942.96758: done dumping result, returning 11924 1726884942.96762: done running TaskExecutor() for managed_node2/TASK: Get information about RAID [0affc8a3-6f6f-f4c0-2290-000000003998] 11924 1726884942.96764: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003998 11924 1726884942.96843: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003998 11924 1726884942.96846: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884942.96908: no more pending results, returning what we have 11924 1726884942.96914: results queue empty 11924 1726884942.96915: checking for any_errors_fatal 11924 1726884942.96924: done checking for any_errors_fatal 11924 1726884942.96925: checking for max_fail_percentage 11924 1726884942.96926: done checking for max_fail_percentage 11924 1726884942.96927: checking to see if all hosts have failed and the running result is not ok 11924 1726884942.96928: done checking to see if all hosts have failed 11924 1726884942.96929: getting the remaining hosts for this loop 11924 1726884942.96931: done getting the remaining hosts for this loop 11924 1726884942.96935: getting the next task for host managed_node2 11924 1726884942.96946: done getting next task for host managed_node2 11924 1726884942.96950: ^ task is: TASK: Set active devices regex 11924 1726884942.96961: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884942.96967: getting variables 11924 1726884942.96969: in VariableManager get_vars() 11924 1726884942.97011: Calling all_inventory to load vars for managed_node2 11924 1726884942.97014: Calling groups_inventory to load vars for managed_node2 11924 1726884942.97018: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884942.97031: Calling all_plugins_play to load vars for managed_node2 11924 1726884942.97035: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884942.97038: Calling groups_plugins_play to load vars for managed_node2 11924 1726884942.98098: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884942.98848: done with get_vars() 11924 1726884942.98872: done getting variables 11924 1726884942.98945: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:42 -0400 (0:00:00.058) 0:01:48.328 ****** 11924 1726884942.98987: entering _queue_task() for managed_node2/set_fact 11924 1726884942.99380: worker is 1 (out of 1 available) 11924 1726884942.99394: exiting _queue_task() for managed_node2/set_fact 11924 1726884942.99411: done queuing things up, now waiting for results queue to drain 11924 1726884942.99413: waiting for pending results... 11924 1726884942.99715: running TaskExecutor() for managed_node2/TASK: Set active devices regex 11924 1726884942.99915: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003999 11924 1726884942.99936: variable 'ansible_search_path' from source: unknown 11924 1726884942.99975: calling self._execute() 11924 1726884943.00141: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884943.00144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884943.00152: variable 'omit' from source: magic vars 11924 1726884943.00671: variable 'storage_test_volume' from source: include params 11924 1726884943.00674: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884943.00677: when evaluation is False, skipping this task 11924 1726884943.00680: _execute() done 11924 1726884943.00688: dumping result to json 11924 1726884943.00695: done dumping result, returning 11924 1726884943.00705: done running TaskExecutor() for managed_node2/TASK: Set active devices regex [0affc8a3-6f6f-f4c0-2290-000000003999] 11924 1726884943.00720: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003999 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884943.01034: no more pending results, returning what we have 11924 1726884943.01038: results queue empty 11924 1726884943.01039: checking for any_errors_fatal 11924 1726884943.01046: done checking for any_errors_fatal 11924 1726884943.01046: checking for max_fail_percentage 11924 1726884943.01048: done checking for max_fail_percentage 11924 1726884943.01049: checking to see if all hosts have failed and the running result is not ok 11924 1726884943.01049: done checking to see if all hosts have failed 11924 1726884943.01050: getting the remaining hosts for this loop 11924 1726884943.01052: done getting the remaining hosts for this loop 11924 1726884943.01057: getting the next task for host managed_node2 11924 1726884943.01067: done getting next task for host managed_node2 11924 1726884943.01070: ^ task is: TASK: Set spare devices regex 11924 1726884943.01078: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884943.01084: getting variables 11924 1726884943.01086: in VariableManager get_vars() 11924 1726884943.01191: Calling all_inventory to load vars for managed_node2 11924 1726884943.01193: Calling groups_inventory to load vars for managed_node2 11924 1726884943.01197: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884943.01212: Calling all_plugins_play to load vars for managed_node2 11924 1726884943.01217: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884943.01220: Calling groups_plugins_play to load vars for managed_node2 11924 1726884943.02064: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003999 11924 1726884943.02067: WORKER PROCESS EXITING 11924 1726884943.02742: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884943.03367: done with get_vars() 11924 1726884943.03383: done getting variables 11924 1726884943.03439: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:43 -0400 (0:00:00.044) 0:01:48.373 ****** 11924 1726884943.03477: entering _queue_task() for managed_node2/set_fact 11924 1726884943.03790: worker is 1 (out of 1 available) 11924 1726884943.03804: exiting _queue_task() for managed_node2/set_fact 11924 1726884943.03817: done queuing things up, now waiting for results queue to drain 11924 1726884943.03819: waiting for pending results... 11924 1726884943.04078: running TaskExecutor() for managed_node2/TASK: Set spare devices regex 11924 1726884943.04262: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000399a 11924 1726884943.04287: variable 'ansible_search_path' from source: unknown 11924 1726884943.04335: calling self._execute() 11924 1726884943.04491: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884943.04506: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884943.04526: variable 'omit' from source: magic vars 11924 1726884943.05061: variable 'storage_test_volume' from source: include params 11924 1726884943.05101: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884943.05113: when evaluation is False, skipping this task 11924 1726884943.05121: _execute() done 11924 1726884943.05127: dumping result to json 11924 1726884943.05136: done dumping result, returning 11924 1726884943.05146: done running TaskExecutor() for managed_node2/TASK: Set spare devices regex [0affc8a3-6f6f-f4c0-2290-00000000399a] 11924 1726884943.05157: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000399a skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884943.05498: no more pending results, returning what we have 11924 1726884943.05502: results queue empty 11924 1726884943.05503: checking for any_errors_fatal 11924 1726884943.05509: done checking for any_errors_fatal 11924 1726884943.05510: checking for max_fail_percentage 11924 1726884943.05512: done checking for max_fail_percentage 11924 1726884943.05513: checking to see if all hosts have failed and the running result is not ok 11924 1726884943.05514: done checking to see if all hosts have failed 11924 1726884943.05514: getting the remaining hosts for this loop 11924 1726884943.05516: done getting the remaining hosts for this loop 11924 1726884943.05519: getting the next task for host managed_node2 11924 1726884943.05530: done getting next task for host managed_node2 11924 1726884943.05532: ^ task is: TASK: Set md version regex 11924 1726884943.05539: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884943.05543: getting variables 11924 1726884943.05545: in VariableManager get_vars() 11924 1726884943.05582: Calling all_inventory to load vars for managed_node2 11924 1726884943.05585: Calling groups_inventory to load vars for managed_node2 11924 1726884943.05589: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884943.05601: Calling all_plugins_play to load vars for managed_node2 11924 1726884943.05605: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884943.05608: Calling groups_plugins_play to load vars for managed_node2 11924 1726884943.06184: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000399a 11924 1726884943.06232: WORKER PROCESS EXITING 11924 1726884943.06496: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884943.07091: done with get_vars() 11924 1726884943.07105: done getting variables 11924 1726884943.07163: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:43 -0400 (0:00:00.037) 0:01:48.410 ****** 11924 1726884943.07197: entering _queue_task() for managed_node2/set_fact 11924 1726884943.07570: worker is 1 (out of 1 available) 11924 1726884943.07581: exiting _queue_task() for managed_node2/set_fact 11924 1726884943.07591: done queuing things up, now waiting for results queue to drain 11924 1726884943.07593: waiting for pending results... 11924 1726884943.07799: running TaskExecutor() for managed_node2/TASK: Set md version regex 11924 1726884943.07962: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000399b 11924 1726884943.07985: variable 'ansible_search_path' from source: unknown 11924 1726884943.08040: calling self._execute() 11924 1726884943.08222: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884943.08247: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884943.08267: variable 'omit' from source: magic vars 11924 1726884943.08673: variable 'storage_test_volume' from source: include params 11924 1726884943.08709: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884943.08717: when evaluation is False, skipping this task 11924 1726884943.08724: _execute() done 11924 1726884943.08731: dumping result to json 11924 1726884943.08741: done dumping result, returning 11924 1726884943.08751: done running TaskExecutor() for managed_node2/TASK: Set md version regex [0affc8a3-6f6f-f4c0-2290-00000000399b] 11924 1726884943.08763: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000399b 11924 1726884943.08966: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000399b 11924 1726884943.08969: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884943.09016: no more pending results, returning what we have 11924 1726884943.09020: results queue empty 11924 1726884943.09021: checking for any_errors_fatal 11924 1726884943.09029: done checking for any_errors_fatal 11924 1726884943.09030: checking for max_fail_percentage 11924 1726884943.09032: done checking for max_fail_percentage 11924 1726884943.09033: checking to see if all hosts have failed and the running result is not ok 11924 1726884943.09034: done checking to see if all hosts have failed 11924 1726884943.09035: getting the remaining hosts for this loop 11924 1726884943.09037: done getting the remaining hosts for this loop 11924 1726884943.09041: getting the next task for host managed_node2 11924 1726884943.09050: done getting next task for host managed_node2 11924 1726884943.09053: ^ task is: TASK: Set chunk size regex 11924 1726884943.09062: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884943.09068: getting variables 11924 1726884943.09070: in VariableManager get_vars() 11924 1726884943.09106: Calling all_inventory to load vars for managed_node2 11924 1726884943.09109: Calling groups_inventory to load vars for managed_node2 11924 1726884943.09112: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884943.09125: Calling all_plugins_play to load vars for managed_node2 11924 1726884943.09128: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884943.09131: Calling groups_plugins_play to load vars for managed_node2 11924 1726884943.10195: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884943.17465: done with get_vars() 11924 1726884943.17481: done getting variables 11924 1726884943.17536: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:43 -0400 (0:00:00.104) 0:01:48.515 ****** 11924 1726884943.17653: entering _queue_task() for managed_node2/set_fact 11924 1726884943.18290: worker is 1 (out of 1 available) 11924 1726884943.18303: exiting _queue_task() for managed_node2/set_fact 11924 1726884943.18318: done queuing things up, now waiting for results queue to drain 11924 1726884943.18320: waiting for pending results... 11924 1726884943.18836: running TaskExecutor() for managed_node2/TASK: Set chunk size regex 11924 1726884943.19397: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000399c 11924 1726884943.19437: variable 'ansible_search_path' from source: unknown 11924 1726884943.19597: calling self._execute() 11924 1726884943.19748: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884943.19850: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884943.19869: variable 'omit' from source: magic vars 11924 1726884943.20585: variable 'storage_test_volume' from source: include params 11924 1726884943.20636: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884943.20790: when evaluation is False, skipping this task 11924 1726884943.20794: _execute() done 11924 1726884943.20796: dumping result to json 11924 1726884943.20799: done dumping result, returning 11924 1726884943.20803: done running TaskExecutor() for managed_node2/TASK: Set chunk size regex [0affc8a3-6f6f-f4c0-2290-00000000399c] 11924 1726884943.20806: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000399c 11924 1726884943.21022: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000399c 11924 1726884943.21026: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884943.21076: no more pending results, returning what we have 11924 1726884943.21080: results queue empty 11924 1726884943.21081: checking for any_errors_fatal 11924 1726884943.21092: done checking for any_errors_fatal 11924 1726884943.21093: checking for max_fail_percentage 11924 1726884943.21095: done checking for max_fail_percentage 11924 1726884943.21096: checking to see if all hosts have failed and the running result is not ok 11924 1726884943.21097: done checking to see if all hosts have failed 11924 1726884943.21097: getting the remaining hosts for this loop 11924 1726884943.21099: done getting the remaining hosts for this loop 11924 1726884943.21103: getting the next task for host managed_node2 11924 1726884943.21111: done getting next task for host managed_node2 11924 1726884943.21115: ^ task is: TASK: Parse the chunk size 11924 1726884943.21125: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884943.21131: getting variables 11924 1726884943.21132: in VariableManager get_vars() 11924 1726884943.21169: Calling all_inventory to load vars for managed_node2 11924 1726884943.21172: Calling groups_inventory to load vars for managed_node2 11924 1726884943.21175: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884943.21186: Calling all_plugins_play to load vars for managed_node2 11924 1726884943.21188: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884943.21191: Calling groups_plugins_play to load vars for managed_node2 11924 1726884943.21845: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884943.22548: done with get_vars() 11924 1726884943.22566: 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 22:15:43 -0400 (0:00:00.050) 0:01:48.565 ****** 11924 1726884943.22659: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884943.23168: worker is 1 (out of 1 available) 11924 1726884943.23179: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884943.23189: done queuing things up, now waiting for results queue to drain 11924 1726884943.23191: waiting for pending results... 11924 1726884943.23546: running TaskExecutor() for managed_node2/TASK: Parse the chunk size 11924 1726884943.24259: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000399d 11924 1726884943.24262: variable 'ansible_search_path' from source: unknown 11924 1726884943.24425: calling self._execute() 11924 1726884943.24711: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884943.24749: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884943.24765: variable 'omit' from source: magic vars 11924 1726884943.25732: variable 'storage_test_volume' from source: include params 11924 1726884943.25888: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884943.25917: when evaluation is False, skipping this task 11924 1726884943.25927: _execute() done 11924 1726884943.25959: dumping result to json 11924 1726884943.25973: done dumping result, returning 11924 1726884943.25977: done running TaskExecutor() for managed_node2/TASK: Parse the chunk size [0affc8a3-6f6f-f4c0-2290-00000000399d] 11924 1726884943.25979: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000399d 11924 1726884943.26160: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000399d 11924 1726884943.26164: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884943.26229: no more pending results, returning what we have 11924 1726884943.26233: results queue empty 11924 1726884943.26234: checking for any_errors_fatal 11924 1726884943.26243: done checking for any_errors_fatal 11924 1726884943.26244: checking for max_fail_percentage 11924 1726884943.26246: done checking for max_fail_percentage 11924 1726884943.26247: checking to see if all hosts have failed and the running result is not ok 11924 1726884943.26248: done checking to see if all hosts have failed 11924 1726884943.26249: getting the remaining hosts for this loop 11924 1726884943.26250: done getting the remaining hosts for this loop 11924 1726884943.26254: getting the next task for host managed_node2 11924 1726884943.26265: done getting next task for host managed_node2 11924 1726884943.26268: ^ task is: TASK: Check RAID active devices count 11924 1726884943.26278: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884943.26283: getting variables 11924 1726884943.26284: in VariableManager get_vars() 11924 1726884943.26323: Calling all_inventory to load vars for managed_node2 11924 1726884943.26326: Calling groups_inventory to load vars for managed_node2 11924 1726884943.26329: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884943.26341: Calling all_plugins_play to load vars for managed_node2 11924 1726884943.26345: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884943.26347: Calling groups_plugins_play to load vars for managed_node2 11924 1726884943.27584: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884943.28377: done with get_vars() 11924 1726884943.28391: done getting variables 11924 1726884943.28451: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:43 -0400 (0:00:00.058) 0:01:48.623 ****** 11924 1726884943.28488: entering _queue_task() for managed_node2/assert 11924 1726884943.28893: worker is 1 (out of 1 available) 11924 1726884943.28951: exiting _queue_task() for managed_node2/assert 11924 1726884943.28984: done queuing things up, now waiting for results queue to drain 11924 1726884943.28986: waiting for pending results... 11924 1726884943.29485: running TaskExecutor() for managed_node2/TASK: Check RAID active devices count 11924 1726884943.29507: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000399e 11924 1726884943.29531: variable 'ansible_search_path' from source: unknown 11924 1726884943.29577: calling self._execute() 11924 1726884943.29737: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884943.29804: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884943.29823: variable 'omit' from source: magic vars 11924 1726884943.30906: variable 'storage_test_volume' from source: include params 11924 1726884943.30912: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884943.30915: when evaluation is False, skipping this task 11924 1726884943.30918: _execute() done 11924 1726884943.30921: dumping result to json 11924 1726884943.30923: done dumping result, returning 11924 1726884943.30945: done running TaskExecutor() for managed_node2/TASK: Check RAID active devices count [0affc8a3-6f6f-f4c0-2290-00000000399e] 11924 1726884943.30991: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000399e skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884943.31469: no more pending results, returning what we have 11924 1726884943.31473: results queue empty 11924 1726884943.31474: checking for any_errors_fatal 11924 1726884943.31484: done checking for any_errors_fatal 11924 1726884943.31485: checking for max_fail_percentage 11924 1726884943.31487: done checking for max_fail_percentage 11924 1726884943.31488: checking to see if all hosts have failed and the running result is not ok 11924 1726884943.31489: done checking to see if all hosts have failed 11924 1726884943.31490: getting the remaining hosts for this loop 11924 1726884943.31535: done getting the remaining hosts for this loop 11924 1726884943.31541: getting the next task for host managed_node2 11924 1726884943.31551: done getting next task for host managed_node2 11924 1726884943.31554: ^ task is: TASK: Check RAID spare devices count 11924 1726884943.31566: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884943.31571: getting variables 11924 1726884943.31573: in VariableManager get_vars() 11924 1726884943.31788: Calling all_inventory to load vars for managed_node2 11924 1726884943.31791: Calling groups_inventory to load vars for managed_node2 11924 1726884943.31794: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884943.31807: Calling all_plugins_play to load vars for managed_node2 11924 1726884943.31813: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884943.31816: Calling groups_plugins_play to load vars for managed_node2 11924 1726884943.32420: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000399e 11924 1726884943.32425: WORKER PROCESS EXITING 11924 1726884943.32462: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884943.33360: done with get_vars() 11924 1726884943.33375: done getting variables 11924 1726884943.33578: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:43 -0400 (0:00:00.051) 0:01:48.675 ****** 11924 1726884943.33632: entering _queue_task() for managed_node2/assert 11924 1726884943.34388: worker is 1 (out of 1 available) 11924 1726884943.34400: exiting _queue_task() for managed_node2/assert 11924 1726884943.34444: done queuing things up, now waiting for results queue to drain 11924 1726884943.34447: waiting for pending results... 11924 1726884943.34763: running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count 11924 1726884943.35751: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000399f 11924 1726884943.35756: variable 'ansible_search_path' from source: unknown 11924 1726884943.35760: calling self._execute() 11924 1726884943.35853: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884943.36161: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884943.36165: variable 'omit' from source: magic vars 11924 1726884943.36576: variable 'storage_test_volume' from source: include params 11924 1726884943.36618: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884943.36629: when evaluation is False, skipping this task 11924 1726884943.36638: _execute() done 11924 1726884943.36646: dumping result to json 11924 1726884943.36671: done dumping result, returning 11924 1726884943.36675: done running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count [0affc8a3-6f6f-f4c0-2290-00000000399f] 11924 1726884943.36761: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000399f skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884943.37016: no more pending results, returning what we have 11924 1726884943.37020: results queue empty 11924 1726884943.37021: checking for any_errors_fatal 11924 1726884943.37044: done checking for any_errors_fatal 11924 1726884943.37045: checking for max_fail_percentage 11924 1726884943.37048: done checking for max_fail_percentage 11924 1726884943.37049: checking to see if all hosts have failed and the running result is not ok 11924 1726884943.37049: done checking to see if all hosts have failed 11924 1726884943.37050: getting the remaining hosts for this loop 11924 1726884943.37052: done getting the remaining hosts for this loop 11924 1726884943.37058: getting the next task for host managed_node2 11924 1726884943.37068: done getting next task for host managed_node2 11924 1726884943.37072: ^ task is: TASK: Check RAID metadata version 11924 1726884943.37081: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 11924 1726884943.37085: getting variables 11924 1726884943.37087: in VariableManager get_vars() 11924 1726884943.37130: Calling all_inventory to load vars for managed_node2 11924 1726884943.37132: Calling groups_inventory to load vars for managed_node2 11924 1726884943.37136: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884943.37150: Calling all_plugins_play to load vars for managed_node2 11924 1726884943.37153: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884943.37274: Calling groups_plugins_play to load vars for managed_node2 11924 1726884943.37828: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000399f 11924 1726884943.37832: WORKER PROCESS EXITING 11924 1726884943.38003: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884943.38417: done with get_vars() 11924 1726884943.38428: done getting variables 11924 1726884943.38473: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:43 -0400 (0:00:00.048) 0:01:48.723 ****** 11924 1726884943.38496: entering _queue_task() for managed_node2/assert 11924 1726884943.38714: worker is 1 (out of 1 available) 11924 1726884943.38727: exiting _queue_task() for managed_node2/assert 11924 1726884943.38739: done queuing things up, now waiting for results queue to drain 11924 1726884943.38741: waiting for pending results... 11924 1726884943.38936: running TaskExecutor() for managed_node2/TASK: Check RAID metadata version 11924 1726884943.39101: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039a0 11924 1726884943.39105: variable 'ansible_search_path' from source: unknown 11924 1726884943.39111: calling self._execute() 11924 1726884943.39334: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884943.39339: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884943.39341: variable 'omit' from source: magic vars 11924 1726884943.39645: variable 'storage_test_volume' from source: include params 11924 1726884943.39753: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884943.39758: when evaluation is False, skipping this task 11924 1726884943.39760: _execute() done 11924 1726884943.39761: dumping result to json 11924 1726884943.39763: done dumping result, returning 11924 1726884943.39771: done running TaskExecutor() for managed_node2/TASK: Check RAID metadata version [0affc8a3-6f6f-f4c0-2290-0000000039a0] 11924 1726884943.39773: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039a0 11924 1726884943.39835: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039a0 11924 1726884943.39842: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884943.39899: no more pending results, returning what we have 11924 1726884943.39902: results queue empty 11924 1726884943.39903: checking for any_errors_fatal 11924 1726884943.39911: done checking for any_errors_fatal 11924 1726884943.39912: checking for max_fail_percentage 11924 1726884943.39913: done checking for max_fail_percentage 11924 1726884943.39914: checking to see if all hosts have failed and the running result is not ok 11924 1726884943.39915: done checking to see if all hosts have failed 11924 1726884943.39915: getting the remaining hosts for this loop 11924 1726884943.39917: done getting the remaining hosts for this loop 11924 1726884943.39920: getting the next task for host managed_node2 11924 1726884943.39926: done getting next task for host managed_node2 11924 1726884943.39928: ^ task is: TASK: Check RAID chunk size 11924 1726884943.39935: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 11924 1726884943.39939: getting variables 11924 1726884943.39940: in VariableManager get_vars() 11924 1726884943.39969: Calling all_inventory to load vars for managed_node2 11924 1726884943.39972: Calling groups_inventory to load vars for managed_node2 11924 1726884943.39974: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884943.39982: Calling all_plugins_play to load vars for managed_node2 11924 1726884943.39985: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884943.39987: Calling groups_plugins_play to load vars for managed_node2 11924 1726884943.40877: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884943.41525: done with get_vars() 11924 1726884943.41540: done getting variables 11924 1726884943.41600: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:43 -0400 (0:00:00.031) 0:01:48.755 ****** 11924 1726884943.41641: entering _queue_task() for managed_node2/assert 11924 1726884943.41927: worker is 1 (out of 1 available) 11924 1726884943.41941: exiting _queue_task() for managed_node2/assert 11924 1726884943.42075: done queuing things up, now waiting for results queue to drain 11924 1726884943.42077: waiting for pending results... 11924 1726884943.42373: running TaskExecutor() for managed_node2/TASK: Check RAID chunk size 11924 1726884943.42471: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039a1 11924 1726884943.42494: variable 'ansible_search_path' from source: unknown 11924 1726884943.42533: calling self._execute() 11924 1726884943.42670: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884943.42708: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884943.42715: variable 'omit' from source: magic vars 11924 1726884943.43169: variable 'storage_test_volume' from source: include params 11924 1726884943.43215: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884943.43253: when evaluation is False, skipping this task 11924 1726884943.43258: _execute() done 11924 1726884943.43261: dumping result to json 11924 1726884943.43264: done dumping result, returning 11924 1726884943.43267: done running TaskExecutor() for managed_node2/TASK: Check RAID chunk size [0affc8a3-6f6f-f4c0-2290-0000000039a1] 11924 1726884943.43270: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039a1 11924 1726884943.43436: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039a1 11924 1726884943.43440: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884943.43517: no more pending results, returning what we have 11924 1726884943.43521: results queue empty 11924 1726884943.43522: checking for any_errors_fatal 11924 1726884943.43532: done checking for any_errors_fatal 11924 1726884943.43533: checking for max_fail_percentage 11924 1726884943.43535: done checking for max_fail_percentage 11924 1726884943.43536: checking to see if all hosts have failed and the running result is not ok 11924 1726884943.43537: done checking to see if all hosts have failed 11924 1726884943.43537: getting the remaining hosts for this loop 11924 1726884943.43539: done getting the remaining hosts for this loop 11924 1726884943.43544: getting the next task for host managed_node2 11924 1726884943.43559: done getting next task for host managed_node2 11924 1726884943.43562: ^ task is: TASK: Parse the actual size of the volume 11924 1726884943.43572: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884943.43577: getting variables 11924 1726884943.43580: in VariableManager get_vars() 11924 1726884943.43622: Calling all_inventory to load vars for managed_node2 11924 1726884943.43625: Calling groups_inventory to load vars for managed_node2 11924 1726884943.43629: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884943.43642: Calling all_plugins_play to load vars for managed_node2 11924 1726884943.43645: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884943.43649: Calling groups_plugins_play to load vars for managed_node2 11924 1726884943.45119: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884943.46039: done with get_vars() 11924 1726884943.46059: 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 22:15:43 -0400 (0:00:00.044) 0:01:48.800 ****** 11924 1726884943.46125: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884943.46353: worker is 1 (out of 1 available) 11924 1726884943.46369: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884943.46382: done queuing things up, now waiting for results queue to drain 11924 1726884943.46383: waiting for pending results... 11924 1726884943.46576: running TaskExecutor() for managed_node2/TASK: Parse the actual size of the volume 11924 1726884943.46675: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039a5 11924 1726884943.46687: variable 'ansible_search_path' from source: unknown 11924 1726884943.46718: calling self._execute() 11924 1726884943.46820: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884943.46825: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884943.46838: variable 'omit' from source: magic vars 11924 1726884943.47104: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884943.49989: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884943.50046: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884943.50077: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884943.50110: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884943.50128: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884943.50213: variable '_storage_test_volume_present' from source: set_fact 11924 1726884943.50225: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884943.50336: variable 'storage_test_volume' from source: include params 11924 1726884943.50359: Evaluated conditional (storage_test_volume.type not in ['partition', 'disk']): True 11924 1726884943.50365: variable 'omit' from source: magic vars 11924 1726884943.50413: variable 'omit' from source: magic vars 11924 1726884943.50506: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884943.50522: variable 'storage_test_volume' from source: include params 11924 1726884943.50547: variable 'omit' from source: magic vars 11924 1726884943.50574: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884943.50594: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884943.50615: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884943.50626: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884943.50634: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884943.50647: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884943.50664: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884943.50686: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884943.50690: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884943.50692: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884943.50772: Set connection var ansible_shell_executable to /bin/sh 11924 1726884943.50775: Set connection var ansible_connection to ssh 11924 1726884943.50777: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884943.50784: Set connection var ansible_timeout to 10 11924 1726884943.50788: Set connection var ansible_pipelining to False 11924 1726884943.50794: Set connection var ansible_shell_type to sh 11924 1726884943.50816: variable 'ansible_shell_executable' from source: unknown 11924 1726884943.50819: variable 'ansible_connection' from source: unknown 11924 1726884943.50822: variable 'ansible_module_compression' from source: unknown 11924 1726884943.50826: variable 'ansible_shell_type' from source: unknown 11924 1726884943.50828: variable 'ansible_shell_executable' from source: unknown 11924 1726884943.50830: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884943.50832: variable 'ansible_pipelining' from source: unknown 11924 1726884943.50834: variable 'ansible_timeout' from source: unknown 11924 1726884943.50843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884943.50934: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884943.50941: variable 'omit' from source: magic vars 11924 1726884943.50949: starting attempt loop 11924 1726884943.50952: running the handler 11924 1726884943.50963: _low_level_execute_command(): starting 11924 1726884943.50968: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884943.52054: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884943.52091: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884943.53775: stdout chunk (state=3): >>>/root <<< 11924 1726884943.53873: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884943.53923: stderr chunk (state=3): >>><<< 11924 1726884943.53946: stdout chunk (state=3): >>><<< 11924 1726884943.53975: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884943.54001: _low_level_execute_command(): starting 11924 1726884943.54012: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884943.539903-16871-259581152761250 `" && echo ansible-tmp-1726884943.539903-16871-259581152761250="` echo /root/.ansible/tmp/ansible-tmp-1726884943.539903-16871-259581152761250 `" ) && sleep 0' 11924 1726884943.54641: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884943.54658: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884943.54675: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884943.54691: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884943.54726: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884943.54811: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884943.54845: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884943.54935: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884943.56833: stdout chunk (state=3): >>>ansible-tmp-1726884943.539903-16871-259581152761250=/root/.ansible/tmp/ansible-tmp-1726884943.539903-16871-259581152761250 <<< 11924 1726884943.57003: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884943.57006: stdout chunk (state=3): >>><<< 11924 1726884943.57013: stderr chunk (state=3): >>><<< 11924 1726884943.57280: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884943.539903-16871-259581152761250=/root/.ansible/tmp/ansible-tmp-1726884943.539903-16871-259581152761250 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884943.57284: variable 'ansible_module_compression' from source: unknown 11924 1726884943.57287: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 11924 1726884943.57289: variable 'ansible_facts' from source: unknown 11924 1726884943.57589: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884943.539903-16871-259581152761250/AnsiballZ_bsize.py 11924 1726884943.58024: Sending initial data 11924 1726884943.58049: Sent initial data (153 bytes) 11924 1726884943.58806: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884943.58891: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884943.58978: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884943.58981: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884943.58984: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884943.59031: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884943.60643: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884943.60680: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884943.60777: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp8f33tbkk /root/.ansible/tmp/ansible-tmp-1726884943.539903-16871-259581152761250/AnsiballZ_bsize.py <<< 11924 1726884943.60781: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884943.539903-16871-259581152761250/AnsiballZ_bsize.py" <<< 11924 1726884943.60869: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp8f33tbkk" to remote "/root/.ansible/tmp/ansible-tmp-1726884943.539903-16871-259581152761250/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884943.539903-16871-259581152761250/AnsiballZ_bsize.py" <<< 11924 1726884943.61882: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884943.61964: stderr chunk (state=3): >>><<< 11924 1726884943.61967: stdout chunk (state=3): >>><<< 11924 1726884943.61980: done transferring module to remote 11924 1726884943.61999: _low_level_execute_command(): starting 11924 1726884943.62013: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884943.539903-16871-259581152761250/ /root/.ansible/tmp/ansible-tmp-1726884943.539903-16871-259581152761250/AnsiballZ_bsize.py && sleep 0' 11924 1726884943.62688: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884943.62692: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884943.62737: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884943.62740: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884943.62839: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884943.62861: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884943.62899: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884943.62944: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884943.64790: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884943.64796: stderr chunk (state=3): >>><<< 11924 1726884943.64799: stdout chunk (state=3): >>><<< 11924 1726884943.64825: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884943.64829: _low_level_execute_command(): starting 11924 1726884943.64832: _low_level_execute_command(): using become for this command 11924 1726884943.64860: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-gmyuwzwsbqflurttiecmihafzstvkyxx ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884943.539903-16871-259581152761250/AnsiballZ_bsize.py'"'"' && sleep 0' 11924 1726884943.64959: Initial state: awaiting_escalation: BECOME-SUCCESS-gmyuwzwsbqflurttiecmihafzstvkyxx 11924 1726884943.65625: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 11924 1726884943.65628: stderr chunk (state=1): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884943.65707: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884943.65749: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884943.68690: stdout chunk (state=1): >>>BECOME-SUCCESS-gmyuwzwsbqflurttiecmihafzstvkyxx <<< 11924 1726884943.68692: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-gmyuwzwsbqflurttiecmihafzstvkyxx' 11924 1726884943.69027: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884943.69071: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884943.69101: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884943.69177: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884943.69188: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884943.69210: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884943.69253: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884943.69279: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884943.69304: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884943.69360: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884943.69396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 11924 1726884943.69501: 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' <<< 11924 1726884943.69505: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3127bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb31278ba10> <<< 11924 1726884943.69525: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884943.69581: 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 0x7fb3127be930> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884943.69627: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884943.69704: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884943.69741: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884943.69764: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884943.69794: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884943.69812: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884943.69838: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884943.69842: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884943.69879: 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' <<< 11924 1726884943.69900: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3127ccfe0> <<< 11924 1726884943.69952: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884943.69972: 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 0x7fb3127cdfd0> <<< 11924 1726884943.70006: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884943.70033: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884943.70269: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884943.70286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884943.70305: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884943.70317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884943.70341: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884943.70392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884943.70399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884943.70429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884943.70464: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3125d3dd0> <<< 11924 1726884943.70473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884943.70480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884943.70511: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884943.70530: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3125d3fe0> <<< 11924 1726884943.70535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884943.70560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884943.70599: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884943.70638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884943.70658: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884943.70686: 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' <<< 11924 1726884943.70701: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3126037a0> <<< 11924 1726884943.70731: 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' <<< 11924 1726884943.70748: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312603e30> import '_collections' # <<< 11924 1726884943.70797: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3125e3aa0> <<< 11924 1726884943.70812: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884943.70839: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3125e11c0> <<< 11924 1726884943.70931: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3125d0f80> <<< 11924 1726884943.70960: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884943.70978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884943.70996: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884943.71013: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884943.71060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884943.71076: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884943.71090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884943.71125: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312627710> <<< 11924 1726884943.71128: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312626330> <<< 11924 1726884943.71160: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884943.71163: 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 0x7fb3125e21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3125d2840> <<< 11924 1726884943.71208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884943.71226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312658740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3125d0200> <<< 11924 1726884943.71249: 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' <<< 11924 1726884943.71299: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884943.71313: 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 0x7fb312658bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312658aa0> <<< 11924 1726884943.71334: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884943.71370: 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 0x7fb312658e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3125c6d20> <<< 11924 1726884943.71386: 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' <<< 11924 1726884943.71414: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884943.71434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884943.71465: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312659520> <<< 11924 1726884943.71471: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3126591f0> import 'importlib.machinery' # <<< 11924 1726884943.71512: 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' <<< 11924 1726884943.71531: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb31265a420> import 'importlib.util' # <<< 11924 1726884943.71544: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884943.71564: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884943.71600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884943.71633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884943.71637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3126705f0> <<< 11924 1726884943.71644: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884943.71686: 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 0x7fb312671cd0> <<< 11924 1726884943.71715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884943.71736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884943.71763: 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 0x7fb312672b70> <<< 11924 1726884943.71818: 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 0x7fb3126731a0> <<< 11924 1726884943.71850: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3126720c0> <<< 11924 1726884943.71885: 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' <<< 11924 1726884943.71912: 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 0x7fb312673c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312673350> <<< 11924 1726884943.71989: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312658da0> <<< 11924 1726884943.72009: 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' <<< 11924 1726884943.72023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884943.72048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884943.72099: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884943.72103: 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 0x7fb312407b30> <<< 11924 1726884943.72106: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884943.72119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884943.72144: 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 0x7fb312430620> <<< 11924 1726884943.72150: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312430380> <<< 11924 1726884943.72177: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884943.72189: 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 0x7fb312430560> <<< 11924 1726884943.72215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884943.72220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884943.72291: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884943.72417: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb312430f20> <<< 11924 1726884943.72532: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884943.72546: 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 0x7fb312431880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3124307d0> <<< 11924 1726884943.72567: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312405cd0> <<< 11924 1726884943.72593: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884943.72619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884943.72636: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884943.72653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884943.72658: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312432c60> <<< 11924 1726884943.72688: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3124319a0> <<< 11924 1726884943.72703: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb31265ab10> <<< 11924 1726884943.72736: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884943.72796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884943.72824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884943.72865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884943.72893: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb31245aff0> <<< 11924 1726884943.72942: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884943.72975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884943.72978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884943.73003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884943.73051: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312483350> <<< 11924 1726884943.73078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884943.73118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884943.73170: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884943.73205: 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 0x7fb3124affb0> <<< 11924 1726884943.73218: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884943.73246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884943.73280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884943.73317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884943.73399: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3124e2810> <<< 11924 1726884943.73480: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3124e01d0> <<< 11924 1726884943.73559: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312483fb0> <<< 11924 1726884943.73599: 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 0x7fb3122e5130> <<< 11924 1726884943.73602: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312482150> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312433bc0> <<< 11924 1726884943.73681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884943.73720: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb312482270> <<< 11924 1726884943.73877: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_kbpxyy_w/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 11924 1726884943.73883: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.74030: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.74069: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884943.74095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884943.74115: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884943.74190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884943.74317: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 11924 1726884943.74320: 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 0x7fb312332db0> import '_typing' # <<< 11924 1726884943.74428: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312315cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312314e60> # zipimport: zlib available <<< 11924 1726884943.74476: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884943.74494: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884943.74521: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884943.74535: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.75925: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.77036: 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' <<< 11924 1726884943.77053: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312330c80> <<< 11924 1726884943.77062: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884943.77071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884943.77094: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884943.77103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884943.77170: 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' <<< 11924 1726884943.77198: 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 0x7fb31236a660> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb31236a420> <<< 11924 1726884943.77230: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312369d30> <<< 11924 1726884943.77245: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884943.77266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884943.77306: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb31236a210> <<< 11924 1726884943.77329: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312333a40> import 'atexit' # <<< 11924 1726884943.77349: 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 0x7fb31236b2f0> <<< 11924 1726884943.77382: 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 0x7fb31236b530> <<< 11924 1726884943.77396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884943.77444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884943.77450: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884943.77499: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb31236ba70> <<< 11924 1726884943.77516: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884943.77525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884943.77559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884943.77591: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d11880> <<< 11924 1726884943.77630: 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 0x7fb311d134a0> <<< 11924 1726884943.77667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884943.77695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884943.77730: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d13dd0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884943.77766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884943.77817: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d14fb0> <<< 11924 1726884943.77824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884943.77873: 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' <<< 11924 1726884943.77910: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d17950> <<< 11924 1726884943.77939: 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 0x7fb312316ea0> <<< 11924 1726884943.77972: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d15c70> <<< 11924 1726884943.78028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884943.78060: 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 <<< 11924 1726884943.78075: 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 <<< 11924 1726884943.78103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884943.78127: 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 0x7fb311d1f920> <<< 11924 1726884943.78133: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884943.78197: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d1e3f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d1e150> <<< 11924 1726884943.78217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884943.78230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884943.78304: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d1e6c0> <<< 11924 1726884943.78332: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d16180> <<< 11924 1726884943.78358: 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 0x7fb311d63bf0> <<< 11924 1726884943.78389: 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 0x7fb311d63d70> <<< 11924 1726884943.78406: 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 <<< 11924 1726884943.78428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884943.78446: 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' <<< 11924 1726884943.78488: 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 0x7fb311d657f0> <<< 11924 1726884943.78505: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d655b0> <<< 11924 1726884943.78513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884943.78625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884943.78676: 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 0x7fb311d67d10> <<< 11924 1726884943.78681: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d65ee0> <<< 11924 1726884943.78718: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884943.78743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884943.78784: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884943.78787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884943.78829: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d6b500> <<< 11924 1726884943.78954: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d67e90> <<< 11924 1726884943.79016: stdout 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 0x7fb311d6c2f0> <<< 11924 1726884943.79045: stdout 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 0x7fb311d6c5f0> <<< 11924 1726884943.79083: stdout 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 0x7fb311d6c650> <<< 11924 1726884943.79099: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d635f0> <<< 11924 1726884943.79126: 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 <<< 11924 1726884943.79139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884943.79144: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884943.79169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884943.79193: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884943.79222: 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 0x7fb311d6fec0> <<< 11924 1726884943.79383: 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 0x7fb311df9160> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d6e630> <<< 11924 1726884943.79423: 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 0x7fb311d6f9e0> <<< 11924 1726884943.79459: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d6e270> # zipimport: zlib available <<< 11924 1726884943.79488: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884943.79504: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.79569: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.79648: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.79668: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.79683: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 11924 1726884943.79688: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.79741: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884943.79845: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.79965: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.80507: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.81053: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884943.81112: 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 <<< 11924 1726884943.81186: 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 0x7fb311dfd430> <<< 11924 1726884943.81240: 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' <<< 11924 1726884943.81248: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311dfe150> <<< 11924 1726884943.81302: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311df92b0> <<< 11924 1726884943.81341: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884943.81345: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.81417: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884943.81536: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.81709: 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 0x7fb311dfdfd0> # zipimport: zlib available <<< 11924 1726884943.82144: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.82605: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.82661: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.82733: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884943.82768: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.82802: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884943.82808: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.82914: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.83013: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 11924 1726884943.83060: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884943.83088: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.83109: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884943.83116: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.83332: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.83567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884943.83634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884943.83649: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884943.83704: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311dff3e0> <<< 11924 1726884943.83712: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.83786: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.83870: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884943.83880: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884943.83894: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.83939: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.83975: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884943.83999: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.84046: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.84090: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.84147: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.84206: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884943.84251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884943.84328: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb311c09b80> <<< 11924 1726884943.84361: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311c04d70> <<< 11924 1726884943.84398: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884943.84403: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.84472: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.84561: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.84579: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.84610: stdout chunk (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' <<< 11924 1726884943.84632: 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 <<< 11924 1726884943.84652: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884943.84676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884943.84747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884943.84792: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884943.84843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884943.84849: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d02630> <<< 11924 1726884943.84897: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb31239e330> <<< 11924 1726884943.84960: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311c09c40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d6cd70> <<< 11924 1726884943.84977: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884943.85005: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.85012: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.85063: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884943.85118: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884943.85124: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884943.85231: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884943.85237: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # # zipimport: zlib available <<< 11924 1726884943.85240: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 11924 1726884943.85286: 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 <<< 11924 1726884943.85321: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.85371: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.85392: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 11924 1726884943.85411: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.85448: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 11924 1726884943.85461: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.85554: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.85650: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 11924 1726884943.85716: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884943.85840: stdout chunk (state=3): >>> {"changed": false, "size": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5G"}}} <<< 11924 1726884943.85868: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884943.86179: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884943.86196: 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<<< 11924 1726884943.86270: 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 # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref <<< 11924 1726884943.86390: stdout chunk (state=3): >>># cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.paramet<<< 11924 1726884943.86398: stdout chunk (state=3): >>>ers # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 11924 1726884943.86622: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884943.86627: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884943.86652: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884943.86657: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884943.86680: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884943.86723: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884943.86744: 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 <<< 11924 1726884943.86758: 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 <<< 11924 1726884943.86771: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 11924 1726884943.86780: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884943.86790: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884943.86810: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884943.86864: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884943.86877: 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 <<< 11924 1726884943.86882: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 11924 1726884943.86905: 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 <<< 11924 1726884943.86942: 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 <<< 11924 1726884943.86965: 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 <<< 11924 1726884943.86987: 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 <<< 11924 1726884943.86991: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884943.87130: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884943.87181: stdout chunk (state=3): >>># destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884943.87206: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884943.87213: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884943.87237: 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 <<< 11924 1726884943.87258: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884943.87378: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884943.87412: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 11924 1726884943.87471: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884943.87960: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884943.87978: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884943.88037: stderr chunk (state=3): >>><<< 11924 1726884943.88039: stdout chunk (state=3): >>><<< 11924 1726884943.88159: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3127bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb31278ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3127be930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3127ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3127cdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3125d3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3125d3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3126037a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312603e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3125e3aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3125e11c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3125d0f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312627710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312626330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3125e21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3125d2840> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312658740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3125d0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb312658bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312658aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb312658e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3125c6d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312659520> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3126591f0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb31265a420> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3126705f0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb312671cd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312672b70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb3126731a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3126720c0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb312673c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312673350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312658da0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb312407b30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb312430620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312430380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb312430560> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb312430f20> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb312431880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3124307d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312405cd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312432c60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3124319a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb31265ab10> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb31245aff0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312483350> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3124affb0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3124e2810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3124e01d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312483fb0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb3122e5130> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312482150> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312433bc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb312482270> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_kbpxyy_w/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 0x7fb312332db0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312315cd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312314e60> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312330c80> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb31236a660> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb31236a420> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312369d30> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb31236a210> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb312333a40> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb31236b2f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb31236b530> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb31236ba70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d11880> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb311d134a0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d13dd0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d14fb0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d17950> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb312316ea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d15c70> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d1f920> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d1e3f0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d1e150> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d1e6c0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d16180> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb311d63bf0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d63d70> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb311d657f0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d655b0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb311d67d10> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d65ee0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d6b500> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d67e90> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb311d6c2f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb311d6c5f0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb311d6c650> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d635f0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb311d6fec0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb311df9160> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d6e630> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb311d6f9e0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d6e270> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb311dfd430> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311dfe150> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311df92b0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311dfdfd0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311dff3e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb311c09b80> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311c04d70> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d02630> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb31239e330> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311c09c40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb311d6cd70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5G"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884943.89345: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '5G', '_ansible_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-1726884943.539903-16871-259581152761250/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884943.89347: _low_level_execute_command(): starting 11924 1726884943.89349: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884943.539903-16871-259581152761250/ > /dev/null 2>&1 && sleep 0' 11924 1726884943.89350: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884943.89352: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884943.89353: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884943.89362: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884943.89367: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884943.89370: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884943.89372: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884943.89374: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884943.91123: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884943.91146: stderr chunk (state=3): >>><<< 11924 1726884943.91149: stdout chunk (state=3): >>><<< 11924 1726884943.91169: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884943.91175: handler run complete 11924 1726884943.91190: attempt loop complete, returning result 11924 1726884943.91192: _execute() done 11924 1726884943.91195: dumping result to json 11924 1726884943.91197: done dumping result, returning 11924 1726884943.91205: done running TaskExecutor() for managed_node2/TASK: Parse the actual size of the volume [0affc8a3-6f6f-f4c0-2290-0000000039a5] 11924 1726884943.91210: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039a5 11924 1726884943.91304: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039a5 11924 1726884943.91306: WORKER PROCESS EXITING ok: [managed_node2] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } 11924 1726884943.91360: no more pending results, returning what we have 11924 1726884943.91363: results queue empty 11924 1726884943.91364: checking for any_errors_fatal 11924 1726884943.91374: done checking for any_errors_fatal 11924 1726884943.91374: checking for max_fail_percentage 11924 1726884943.91376: done checking for max_fail_percentage 11924 1726884943.91377: checking to see if all hosts have failed and the running result is not ok 11924 1726884943.91378: done checking to see if all hosts have failed 11924 1726884943.91378: getting the remaining hosts for this loop 11924 1726884943.91380: done getting the remaining hosts for this loop 11924 1726884943.91384: getting the next task for host managed_node2 11924 1726884943.91393: done getting next task for host managed_node2 11924 1726884943.91395: ^ task is: TASK: Parse the requested size of the volume 11924 1726884943.91401: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884943.91406: getting variables 11924 1726884943.91407: in VariableManager get_vars() 11924 1726884943.91443: Calling all_inventory to load vars for managed_node2 11924 1726884943.91445: Calling groups_inventory to load vars for managed_node2 11924 1726884943.91448: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884943.91461: Calling all_plugins_play to load vars for managed_node2 11924 1726884943.91464: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884943.91467: Calling groups_plugins_play to load vars for managed_node2 11924 1726884943.92104: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884943.92754: done with get_vars() 11924 1726884943.92771: 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 22:15:43 -0400 (0:00:00.467) 0:01:49.267 ****** 11924 1726884943.92867: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884943.93195: worker is 1 (out of 1 available) 11924 1726884943.93207: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884943.93220: done queuing things up, now waiting for results queue to drain 11924 1726884943.93222: waiting for pending results... 11924 1726884943.93520: running TaskExecutor() for managed_node2/TASK: Parse the requested size of the volume 11924 1726884943.93628: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039a6 11924 1726884943.93642: variable 'ansible_search_path' from source: unknown 11924 1726884943.93672: calling self._execute() 11924 1726884943.93772: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884943.93777: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884943.93788: variable 'omit' from source: magic vars 11924 1726884943.94067: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884943.96161: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884943.96165: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884943.96167: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884943.96170: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884943.96172: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884943.96275: variable '_storage_test_volume_present' from source: set_fact 11924 1726884943.96297: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884943.96436: variable 'storage_test_volume' from source: include params 11924 1726884943.96568: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884943.96921: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884943.96954: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884943.97262: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884943.97266: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884943.97269: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884943.97338: variable 'storage_test_volume' from source: include params 11924 1726884943.97363: Evaluated conditional ('%' not in storage_test_volume.size | string): True 11924 1726884943.97661: variable 'omit' from source: magic vars 11924 1726884943.97665: variable 'omit' from source: magic vars 11924 1726884943.97741: variable 'storage_test_volume' from source: include params 11924 1726884943.97784: variable 'omit' from source: magic vars 11924 1726884943.98060: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884943.98064: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884943.98066: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884943.98069: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884943.98078: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884943.98100: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884943.98127: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884943.98267: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884943.98275: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884943.98284: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884943.98514: Set connection var ansible_shell_executable to /bin/sh 11924 1726884943.98523: Set connection var ansible_connection to ssh 11924 1726884943.98534: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884943.98544: Set connection var ansible_timeout to 10 11924 1726884943.98554: Set connection var ansible_pipelining to False 11924 1726884943.98568: Set connection var ansible_shell_type to sh 11924 1726884943.98600: variable 'ansible_shell_executable' from source: unknown 11924 1726884943.98668: variable 'ansible_connection' from source: unknown 11924 1726884943.98676: variable 'ansible_module_compression' from source: unknown 11924 1726884943.98684: variable 'ansible_shell_type' from source: unknown 11924 1726884943.98691: variable 'ansible_shell_executable' from source: unknown 11924 1726884943.98701: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884943.98713: variable 'ansible_pipelining' from source: unknown 11924 1726884943.98721: variable 'ansible_timeout' from source: unknown 11924 1726884943.98729: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884943.99062: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884943.99066: variable 'omit' from source: magic vars 11924 1726884943.99068: starting attempt loop 11924 1726884943.99071: running the handler 11924 1726884943.99073: _low_level_execute_command(): starting 11924 1726884943.99075: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884944.00172: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884944.00253: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884944.00298: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884944.01965: stdout chunk (state=3): >>>/root <<< 11924 1726884944.02071: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884944.02113: stderr chunk (state=3): >>><<< 11924 1726884944.02125: stdout chunk (state=3): >>><<< 11924 1726884944.02167: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884944.02198: _low_level_execute_command(): starting 11924 1726884944.02209: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884944.021767-16887-229156722619552 `" && echo ansible-tmp-1726884944.021767-16887-229156722619552="` echo /root/.ansible/tmp/ansible-tmp-1726884944.021767-16887-229156722619552 `" ) && sleep 0' 11924 1726884944.03179: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884944.03240: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884944.03282: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884944.03306: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884944.03410: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884944.05303: stdout chunk (state=3): >>>ansible-tmp-1726884944.021767-16887-229156722619552=/root/.ansible/tmp/ansible-tmp-1726884944.021767-16887-229156722619552 <<< 11924 1726884944.05407: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884944.05441: stderr chunk (state=3): >>><<< 11924 1726884944.05454: stdout chunk (state=3): >>><<< 11924 1726884944.05479: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884944.021767-16887-229156722619552=/root/.ansible/tmp/ansible-tmp-1726884944.021767-16887-229156722619552 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884944.05525: variable 'ansible_module_compression' from source: unknown 11924 1726884944.05563: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 11924 1726884944.05584: variable 'ansible_facts' from source: unknown 11924 1726884944.05635: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884944.021767-16887-229156722619552/AnsiballZ_bsize.py 11924 1726884944.05732: Sending initial data 11924 1726884944.05735: Sent initial data (153 bytes) 11924 1726884944.06362: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884944.06366: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884944.06420: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884944.07974: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 11924 1726884944.07978: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 11924 1726884944.08020: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884944.08067: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpgrywb5pa /root/.ansible/tmp/ansible-tmp-1726884944.021767-16887-229156722619552/AnsiballZ_bsize.py <<< 11924 1726884944.08070: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884944.021767-16887-229156722619552/AnsiballZ_bsize.py" <<< 11924 1726884944.08119: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpgrywb5pa" to remote "/root/.ansible/tmp/ansible-tmp-1726884944.021767-16887-229156722619552/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884944.021767-16887-229156722619552/AnsiballZ_bsize.py" <<< 11924 1726884944.08708: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884944.08738: stderr chunk (state=3): >>><<< 11924 1726884944.08741: stdout chunk (state=3): >>><<< 11924 1726884944.08780: done transferring module to remote 11924 1726884944.08783: _low_level_execute_command(): starting 11924 1726884944.08785: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884944.021767-16887-229156722619552/ /root/.ansible/tmp/ansible-tmp-1726884944.021767-16887-229156722619552/AnsiballZ_bsize.py && sleep 0' 11924 1726884944.09352: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884944.09358: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884944.09399: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884944.09443: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884944.09450: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884944.09511: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884944.11268: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884944.11287: stderr chunk (state=3): >>><<< 11924 1726884944.11290: stdout chunk (state=3): >>><<< 11924 1726884944.11302: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884944.11305: _low_level_execute_command(): starting 11924 1726884944.11309: _low_level_execute_command(): using become for this command 11924 1726884944.11321: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-dubnikjfttiqzqfajrrlcylkcioclkaw ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884944.021767-16887-229156722619552/AnsiballZ_bsize.py'"'"' && sleep 0' 11924 1726884944.11393: Initial state: awaiting_escalation: BECOME-SUCCESS-dubnikjfttiqzqfajrrlcylkcioclkaw 11924 1726884944.11742: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884944.11746: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884944.11785: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884944.11789: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884944.11849: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884944.14744: stdout chunk (state=1): >>>BECOME-SUCCESS-dubnikjfttiqzqfajrrlcylkcioclkaw <<< 11924 1726884944.14747: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-dubnikjfttiqzqfajrrlcylkcioclkaw' 11924 1726884944.15082: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884944.15121: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884944.15143: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884944.15159: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884944.15227: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884944.15232: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884944.15264: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884944.15304: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884944.15331: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884944.15343: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884944.15391: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884944.15402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.15405: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884944.15434: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884944.15469: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884944.15510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884944.15513: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83f103e0> <<< 11924 1726884944.15518: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83edfa10> <<< 11924 1726884944.15545: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884944.15548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 11924 1726884944.15559: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83f12960> <<< 11924 1726884944.15582: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884944.15614: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884944.15622: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884944.15631: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884944.15673: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884944.15764: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884944.15802: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884944.15829: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884944.15865: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884944.15870: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884944.15883: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884944.15913: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884944.15934: 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' <<< 11924 1726884944.15962: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d04fe0> <<< 11924 1726884944.16013: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884944.16032: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.16065: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d05fd0> <<< 11924 1726884944.16068: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884944.16115: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884944.16326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884944.16345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884944.16368: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884944.16413: 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 <<< 11924 1726884944.16440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884944.16498: 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' <<< 11924 1726884944.16526: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d4be00> <<< 11924 1726884944.16542: 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' <<< 11924 1726884944.16589: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d4bec0> <<< 11924 1726884944.16600: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884944.16622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884944.16644: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884944.16695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.16707: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884944.16738: 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 0x7f3f83d7b830> <<< 11924 1726884944.16766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884944.16777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884944.16785: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d7bec0> <<< 11924 1726884944.16796: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884944.16867: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d5bad0> <<< 11924 1726884944.16894: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884944.16916: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d591f0> <<< 11924 1726884944.17003: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d48fb0> <<< 11924 1726884944.17041: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884944.17044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884944.17112: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884944.17122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884944.17138: 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' <<< 11924 1726884944.17170: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d9f800> <<< 11924 1726884944.17191: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d9e420> <<< 11924 1726884944.17208: 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' <<< 11924 1726884944.17236: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d5a0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d9cc20> <<< 11924 1726884944.17298: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884944.17302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83dd0830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d48230> <<< 11924 1726884944.17350: 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' <<< 11924 1726884944.17354: 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 0x7f3f83dd0ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83dd0b90> <<< 11924 1726884944.17416: 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 0x7f3f83dd0f50> <<< 11924 1726884944.17422: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d3ed50> <<< 11924 1726884944.17442: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884944.17453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.17467: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884944.17505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884944.17530: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83dd15b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83dd12b0> import 'importlib.machinery' # <<< 11924 1726884944.17561: 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' <<< 11924 1726884944.17599: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83dd24b0> import 'importlib.util' # import 'runpy' # <<< 11924 1726884944.17637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884944.17666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884944.17693: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884944.17739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83de86b0> import 'errno' # <<< 11924 1726884944.17759: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884944.17768: 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 0x7f3f83de9d90> <<< 11924 1726884944.17789: 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' <<< 11924 1726884944.17825: 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' <<< 11924 1726884944.17835: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83deac30> <<< 11924 1726884944.17873: 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 0x7f3f83deb290> <<< 11924 1726884944.17900: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83dea180> <<< 11924 1726884944.17968: 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' <<< 11924 1726884944.17986: 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 0x7f3f83debd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83deb440> <<< 11924 1726884944.18034: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83dd2420> <<< 11924 1726884944.18080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884944.18119: 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 <<< 11924 1726884944.18126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884944.18143: 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' <<< 11924 1726884944.18172: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83b67b90> <<< 11924 1726884944.18212: 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' <<< 11924 1726884944.18215: 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 0x7f3f83b906e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83b90440> <<< 11924 1726884944.18243: 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 0x7f3f83b90710> <<< 11924 1726884944.18282: 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' <<< 11924 1726884944.18352: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884944.18474: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83b91040> <<< 11924 1726884944.18598: 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 0x7f3f83b91970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83b908f0> <<< 11924 1726884944.18639: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83b65d30> <<< 11924 1726884944.18678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884944.18694: 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 <<< 11924 1726884944.18720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83b92d50> <<< 11924 1726884944.18763: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83b91a90> <<< 11924 1726884944.18769: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83dd2bd0> <<< 11924 1726884944.18784: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884944.18843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.18867: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884944.18897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884944.18932: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83bbb080> <<< 11924 1726884944.18983: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884944.19000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.19019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884944.19044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884944.19102: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83be33e0> <<< 11924 1726884944.19131: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884944.19178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884944.19228: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884944.19248: 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 0x7f3f83c401d0> <<< 11924 1726884944.19268: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884944.19289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884944.19328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884944.19360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884944.19444: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83c42930> <<< 11924 1726884944.19522: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83c402f0> <<< 11924 1726884944.19574: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83c0d1c0> <<< 11924 1726884944.19591: 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 0x7f3f83c0d970> <<< 11924 1726884944.19619: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83be21e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83b93c50> <<< 11924 1726884944.19738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884944.19757: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3f83be2540> <<< 11924 1726884944.20077: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_jm_4zs14/ansible_fedora.linux_system_roles.bsize_payload.zip' # zipimport: zlib available <<< 11924 1726884944.20212: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.20229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884944.20247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884944.20286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884944.20374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884944.20406: 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' <<< 11924 1726884944.20413: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8357aff0> import '_typing' # <<< 11924 1726884944.20606: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8355dee0> <<< 11924 1726884944.20620: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8355d040> # zipimport: zlib available <<< 11924 1726884944.20638: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884944.20660: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.20695: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.20698: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.20727: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884944.22093: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.23194: 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' <<< 11924 1726884944.23200: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83578ec0> <<< 11924 1726884944.23224: 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' <<< 11924 1726884944.23258: 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' <<< 11924 1726884944.23291: 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' <<< 11924 1726884944.23327: 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 0x7f3f835ae9c0> <<< 11924 1726884944.23364: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f835ae750> <<< 11924 1726884944.23401: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f835ae060> <<< 11924 1726884944.23422: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884944.23428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884944.23485: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f835ae7b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8357ba10> import 'atexit' # <<< 11924 1726884944.23541: 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' <<< 11924 1726884944.23550: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f835af710> <<< 11924 1726884944.23590: 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 0x7f3f835af950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884944.23611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884944.23629: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884944.23687: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f835afe90> <<< 11924 1726884944.23715: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884944.23741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884944.23769: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83419ca0> <<< 11924 1726884944.23807: 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 0x7f3f8341b3e0> <<< 11924 1726884944.23832: 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' <<< 11924 1726884944.23893: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8341c200> <<< 11924 1726884944.23899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884944.23938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884944.23974: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8341d3a0> <<< 11924 1726884944.23989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884944.24004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884944.24029: 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' <<< 11924 1726884944.24090: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8341fe30> <<< 11924 1726884944.24130: 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 0x7f3f83deaba0> <<< 11924 1726884944.24160: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8341e0f0> <<< 11924 1726884944.24173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884944.24201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884944.24243: 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' <<< 11924 1726884944.24246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884944.24289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884944.24306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884944.24327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83427ce0> <<< 11924 1726884944.24331: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884944.24396: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f834267b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83426540> <<< 11924 1726884944.24424: 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' <<< 11924 1726884944.24491: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83426a80> <<< 11924 1726884944.24542: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8341e600> <<< 11924 1726884944.24586: 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 0x7f3f8346bf80> <<< 11924 1726884944.24590: 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 0x7f3f8346c080> <<< 11924 1726884944.24611: 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 <<< 11924 1726884944.24640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884944.24644: 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' <<< 11924 1726884944.24680: 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 0x7f3f8346db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8346d910> <<< 11924 1726884944.24701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884944.24816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884944.24870: 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 0x7f3f83470140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8346e240> <<< 11924 1726884944.24897: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884944.24947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.24970: 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' # <<< 11924 1726884944.25019: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f834738c0> <<< 11924 1726884944.25139: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f834702c0> <<< 11924 1726884944.25208: stdout 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 0x7f3f834749b0> <<< 11924 1726884944.25232: stdout 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 0x7f3f83474950> <<< 11924 1726884944.25276: stdout 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 0x7f3f83474c20> <<< 11924 1726884944.25285: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8346c230> <<< 11924 1726884944.25313: 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' <<< 11924 1726884944.25336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884944.25358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884944.25391: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884944.25408: 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 0x7f3f834fc260> <<< 11924 1726884944.25591: 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 0x7f3f834fd4f0> <<< 11924 1726884944.25632: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f834769f0> <<< 11924 1726884944.25637: 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 0x7f3f83477da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83476630> # zipimport: zlib available <<< 11924 1726884944.25654: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.25669: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 11924 1726884944.25672: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.25758: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.25874: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.25908: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884944.25924: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.26039: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.26159: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.26690: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.27221: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884944.27239: 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' # <<< 11924 1726884944.27269: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884944.27278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.27333: 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 0x7f3f83305730> <<< 11924 1726884944.27427: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884944.27445: 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 0x7f3f83306510> <<< 11924 1726884944.27464: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f834fd610> <<< 11924 1726884944.27500: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884944.27534: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.27543: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.27559: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884944.27565: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.27719: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.27873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884944.27884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83306450> <<< 11924 1726884944.27906: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.28353: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.28804: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.28876: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.28957: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884944.28961: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.29012: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.29044: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884944.29052: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.29129: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.29207: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884944.29218: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.29247: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.29252: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 11924 1726884944.29271: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.29302: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.29347: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884944.29376: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.29578: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.29811: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884944.29875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884944.29884: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884944.29962: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f833076e0> <<< 11924 1726884944.29976: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.30051: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.30127: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884944.30149: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884944.30157: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884944.30173: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.30217: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.30250: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884944.30256: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.30308: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.30346: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.30412: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.30481: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884944.30520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.30602: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83312240> <<< 11924 1726884944.30637: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8330d970> <<< 11924 1726884944.30672: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884944.30697: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.30756: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.30818: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.30840: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.30890: stdout chunk (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' <<< 11924 1726884944.30906: 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 <<< 11924 1726884944.30943: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884944.30961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884944.31017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884944.31029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884944.31071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884944.31113: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83402ae0> <<< 11924 1726884944.31156: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f835e27b0> <<< 11924 1726884944.31238: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83311fd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83304860> <<< 11924 1726884944.31241: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884944.31256: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.31300: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.31321: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884944.31371: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884944.31391: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.31459: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 11924 1726884944.31468: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # <<< 11924 1726884944.31485: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884944.31510: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 11924 1726884944.31517: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.31529: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 11924 1726884944.31552: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.31576: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.31586: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 11924 1726884944.31591: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.31629: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.31693: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.31706: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 11924 1726884944.31737: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884944.31746: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 11924 1726884944.31758: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.31864: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.31960: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 11924 1726884944.32035: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.32152: stdout chunk (state=3): >>> {"changed": false, "size": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5g"}}} <<< 11924 1726884944.32177: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884944.32518: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884944.32579: 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 <<< 11924 1726884944.32711: 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 <<< 11924 1726884944.32716: stdout chunk (state=3): >>># destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux <<< 11924 1726884944.32731: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 <<< 11924 1726884944.32953: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884944.32958: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884944.32979: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884944.32990: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct <<< 11924 1726884944.32996: stdout chunk (state=3): >>># destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884944.33019: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 11924 1726884944.33024: stdout chunk (state=3): >>># destroy fnmatch # destroy ipaddress <<< 11924 1726884944.33044: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884944.33077: 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 <<< 11924 1726884944.33089: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 11924 1726884944.33098: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 11924 1726884944.33124: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 11924 1726884944.33128: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884944.33184: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil <<< 11924 1726884944.33206: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884944.33264: 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 <<< 11924 1726884944.33366: 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 <<< 11924 1726884944.33372: 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 <<< 11924 1726884944.33395: 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 <<< 11924 1726884944.33545: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884944.33549: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 11924 1726884944.33592: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884944.33613: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize <<< 11924 1726884944.33637: 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 <<< 11924 1726884944.33647: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884944.33766: 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 <<< 11924 1726884944.33821: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 11924 1726884944.33839: stdout chunk (state=3): >>># destroy itertools <<< 11924 1726884944.33851: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884944.34324: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884944.34354: stderr chunk (state=3): >>><<< 11924 1726884944.34359: stdout chunk (state=3): >>><<< 11924 1726884944.34430: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83f103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83edfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83f12960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d04fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d05fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d4be00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d4bec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d7b830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d7bec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d5bad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d591f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d48fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d9f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d9e420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d5a0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d9cc20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83dd0830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d48230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83dd0ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83dd0b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83dd0f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83d3ed50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83dd15b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83dd12b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83dd24b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83de86b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83de9d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83deac30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83deb290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83dea180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83debd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83deb440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83dd2420> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83b67b90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83b906e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83b90440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83b90710> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83b91040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83b91970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83b908f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83b65d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83b92d50> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83b91a90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83dd2bd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83bbb080> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83be33e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83c401d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83c42930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83c402f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83c0d1c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83c0d970> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83be21e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83b93c50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3f83be2540> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_jm_4zs14/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 0x7f3f8357aff0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8355dee0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8355d040> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83578ec0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f835ae9c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f835ae750> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f835ae060> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f835ae7b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8357ba10> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f835af710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f835af950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f835afe90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83419ca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f8341b3e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8341c200> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8341d3a0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8341fe30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83deaba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8341e0f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83427ce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f834267b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83426540> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83426a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8341e600> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f8346bf80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8346c080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f8346db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8346d910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83470140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8346e240> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f834738c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f834702c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f834749b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83474950> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83474c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8346c230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f834fc260> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f834fd4f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f834769f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83477da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83476630> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83305730> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83306510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f834fd610> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83306450> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f833076e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3f83312240> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f8330d970> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83402ae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f835e27b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83311fd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3f83304860> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5g"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884944.35165: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '5g', '_ansible_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-1726884944.021767-16887-229156722619552/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884944.35169: _low_level_execute_command(): starting 11924 1726884944.35172: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884944.021767-16887-229156722619552/ > /dev/null 2>&1 && sleep 0' 11924 1726884944.35757: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884944.35760: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884944.35763: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884944.35765: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884944.35767: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884944.35769: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884944.35772: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884944.35777: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884944.35807: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884944.35814: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884944.35817: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884944.35820: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884944.35822: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884944.35825: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884944.35827: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884944.35830: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884944.35833: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884944.37632: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884944.37660: stderr chunk (state=3): >>><<< 11924 1726884944.37663: stdout chunk (state=3): >>><<< 11924 1726884944.37680: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884944.37685: handler run complete 11924 1726884944.37699: attempt loop complete, returning result 11924 1726884944.37702: _execute() done 11924 1726884944.37705: dumping result to json 11924 1726884944.37711: done dumping result, returning 11924 1726884944.37718: done running TaskExecutor() for managed_node2/TASK: Parse the requested size of the volume [0affc8a3-6f6f-f4c0-2290-0000000039a6] 11924 1726884944.37723: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039a6 11924 1726884944.37815: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039a6 11924 1726884944.37818: WORKER PROCESS EXITING ok: [managed_node2] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } 11924 1726884944.37880: no more pending results, returning what we have 11924 1726884944.37883: results queue empty 11924 1726884944.37883: checking for any_errors_fatal 11924 1726884944.37894: done checking for any_errors_fatal 11924 1726884944.37894: checking for max_fail_percentage 11924 1726884944.37896: done checking for max_fail_percentage 11924 1726884944.37897: checking to see if all hosts have failed and the running result is not ok 11924 1726884944.37898: done checking to see if all hosts have failed 11924 1726884944.37898: getting the remaining hosts for this loop 11924 1726884944.37900: done getting the remaining hosts for this loop 11924 1726884944.37904: getting the next task for host managed_node2 11924 1726884944.37914: done getting next task for host managed_node2 11924 1726884944.37917: ^ task is: TASK: Establish base value for expected size 11924 1726884944.37923: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884944.37927: getting variables 11924 1726884944.37931: in VariableManager get_vars() 11924 1726884944.37966: Calling all_inventory to load vars for managed_node2 11924 1726884944.37973: Calling groups_inventory to load vars for managed_node2 11924 1726884944.37977: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884944.38026: Calling all_plugins_play to load vars for managed_node2 11924 1726884944.38031: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884944.38035: Calling groups_plugins_play to load vars for managed_node2 11924 1726884944.38846: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884944.39532: done with get_vars() 11924 1726884944.39547: done getting variables 11924 1726884944.39606: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:44 -0400 (0:00:00.467) 0:01:49.735 ****** 11924 1726884944.39649: entering _queue_task() for managed_node2/set_fact 11924 1726884944.40070: worker is 1 (out of 1 available) 11924 1726884944.40082: exiting _queue_task() for managed_node2/set_fact 11924 1726884944.40094: done queuing things up, now waiting for results queue to drain 11924 1726884944.40096: waiting for pending results... 11924 1726884944.40376: running TaskExecutor() for managed_node2/TASK: Establish base value for expected size 11924 1726884944.40562: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039a7 11924 1726884944.40567: variable 'ansible_search_path' from source: unknown 11924 1726884944.40570: calling self._execute() 11924 1726884944.40724: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884944.40737: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884944.40753: variable 'omit' from source: magic vars 11924 1726884944.41197: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884944.43641: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884944.43730: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884944.43776: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884944.43873: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884944.43876: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884944.43981: variable '_storage_test_volume_present' from source: set_fact 11924 1726884944.44003: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884944.44144: variable 'storage_test_volume' from source: include params 11924 1726884944.44176: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884944.44342: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884944.44377: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884944.44419: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884944.44468: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884944.44528: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884944.44584: variable 'storage_test_volume' from source: include params 11924 1726884944.44607: Evaluated conditional ('%' not in storage_test_volume.size | string): True 11924 1726884944.44622: variable 'omit' from source: magic vars 11924 1726884944.44700: variable 'omit' from source: magic vars 11924 1726884944.44853: variable 'storage_test_requested_size' from source: set_fact 11924 1726884944.44859: variable 'omit' from source: magic vars 11924 1726884944.44882: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884944.44917: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884944.44940: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884944.44969: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884944.44985: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884944.45006: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884944.45031: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884944.45160: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884944.45163: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884944.45166: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884944.45213: Set connection var ansible_shell_executable to /bin/sh 11924 1726884944.45222: Set connection var ansible_connection to ssh 11924 1726884944.45234: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884944.45244: Set connection var ansible_timeout to 10 11924 1726884944.45254: Set connection var ansible_pipelining to False 11924 1726884944.45267: Set connection var ansible_shell_type to sh 11924 1726884944.45312: variable 'ansible_shell_executable' from source: unknown 11924 1726884944.45320: variable 'ansible_connection' from source: unknown 11924 1726884944.45327: variable 'ansible_module_compression' from source: unknown 11924 1726884944.45333: variable 'ansible_shell_type' from source: unknown 11924 1726884944.45340: variable 'ansible_shell_executable' from source: unknown 11924 1726884944.45346: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884944.45353: variable 'ansible_pipelining' from source: unknown 11924 1726884944.45362: variable 'ansible_timeout' from source: unknown 11924 1726884944.45369: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884944.45481: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884944.45496: variable 'omit' from source: magic vars 11924 1726884944.45519: starting attempt loop 11924 1726884944.45617: running the handler 11924 1726884944.45620: handler run complete 11924 1726884944.45623: attempt loop complete, returning result 11924 1726884944.45625: _execute() done 11924 1726884944.45627: dumping result to json 11924 1726884944.45629: done dumping result, returning 11924 1726884944.45631: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected size [0affc8a3-6f6f-f4c0-2290-0000000039a7] 11924 1726884944.45633: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039a7 11924 1726884944.45707: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039a7 11924 1726884944.45713: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } 11924 1726884944.45766: no more pending results, returning what we have 11924 1726884944.45769: results queue empty 11924 1726884944.45770: checking for any_errors_fatal 11924 1726884944.45783: done checking for any_errors_fatal 11924 1726884944.45784: checking for max_fail_percentage 11924 1726884944.45785: done checking for max_fail_percentage 11924 1726884944.45786: checking to see if all hosts have failed and the running result is not ok 11924 1726884944.45787: done checking to see if all hosts have failed 11924 1726884944.45788: getting the remaining hosts for this loop 11924 1726884944.45789: done getting the remaining hosts for this loop 11924 1726884944.45793: getting the next task for host managed_node2 11924 1726884944.45802: done getting next task for host managed_node2 11924 1726884944.45805: ^ task is: TASK: Show expected size 11924 1726884944.45814: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884944.45826: getting variables 11924 1726884944.45828: in VariableManager get_vars() 11924 1726884944.45865: Calling all_inventory to load vars for managed_node2 11924 1726884944.45868: Calling groups_inventory to load vars for managed_node2 11924 1726884944.45872: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884944.45883: Calling all_plugins_play to load vars for managed_node2 11924 1726884944.45886: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884944.45889: Calling groups_plugins_play to load vars for managed_node2 11924 1726884944.46842: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884944.47533: done with get_vars() 11924 1726884944.47548: done getting variables 11924 1726884944.47612: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:44 -0400 (0:00:00.079) 0:01:49.815 ****** 11924 1726884944.47647: entering _queue_task() for managed_node2/debug 11924 1726884944.48178: worker is 1 (out of 1 available) 11924 1726884944.48186: exiting _queue_task() for managed_node2/debug 11924 1726884944.48196: done queuing things up, now waiting for results queue to drain 11924 1726884944.48197: waiting for pending results... 11924 1726884944.48439: running TaskExecutor() for managed_node2/TASK: Show expected size 11924 1726884944.48444: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039a8 11924 1726884944.48447: variable 'ansible_search_path' from source: unknown 11924 1726884944.48487: calling self._execute() 11924 1726884944.48620: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884944.48633: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884944.48654: variable 'omit' from source: magic vars 11924 1726884944.48776: variable 'omit' from source: magic vars 11924 1726884944.48861: variable 'omit' from source: magic vars 11924 1726884944.48902: variable 'omit' from source: magic vars 11924 1726884944.48953: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884944.49060: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884944.49064: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884944.49067: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884944.49069: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884944.49089: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884944.49114: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884944.49148: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884944.49157: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884944.49165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884944.49287: Set connection var ansible_shell_executable to /bin/sh 11924 1726884944.49304: Set connection var ansible_connection to ssh 11924 1726884944.49319: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884944.49407: Set connection var ansible_timeout to 10 11924 1726884944.49413: Set connection var ansible_pipelining to False 11924 1726884944.49416: Set connection var ansible_shell_type to sh 11924 1726884944.49418: variable 'ansible_shell_executable' from source: unknown 11924 1726884944.49420: variable 'ansible_connection' from source: unknown 11924 1726884944.49422: variable 'ansible_module_compression' from source: unknown 11924 1726884944.49424: variable 'ansible_shell_type' from source: unknown 11924 1726884944.49426: variable 'ansible_shell_executable' from source: unknown 11924 1726884944.49428: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884944.49430: variable 'ansible_pipelining' from source: unknown 11924 1726884944.49432: variable 'ansible_timeout' from source: unknown 11924 1726884944.49434: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884944.49576: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884944.49593: variable 'omit' from source: magic vars 11924 1726884944.49604: starting attempt loop 11924 1726884944.49615: running the handler 11924 1726884944.49678: variable 'storage_test_expected_size' from source: set_fact 11924 1726884944.49876: variable 'storage_test_expected_size' from source: set_fact 11924 1726884944.49913: handler run complete 11924 1726884944.49952: attempt loop complete, returning result 11924 1726884944.49957: _execute() done 11924 1726884944.49960: dumping result to json 11924 1726884944.50064: done dumping result, returning 11924 1726884944.50068: done running TaskExecutor() for managed_node2/TASK: Show expected size [0affc8a3-6f6f-f4c0-2290-0000000039a8] 11924 1726884944.50071: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039a8 11924 1726884944.50143: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039a8 11924 1726884944.50146: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_test_expected_size": "5368709120" } 11924 1726884944.50218: no more pending results, returning what we have 11924 1726884944.50223: results queue empty 11924 1726884944.50223: checking for any_errors_fatal 11924 1726884944.50235: done checking for any_errors_fatal 11924 1726884944.50236: checking for max_fail_percentage 11924 1726884944.50238: done checking for max_fail_percentage 11924 1726884944.50239: checking to see if all hosts have failed and the running result is not ok 11924 1726884944.50240: done checking to see if all hosts have failed 11924 1726884944.50241: getting the remaining hosts for this loop 11924 1726884944.50243: done getting the remaining hosts for this loop 11924 1726884944.50246: getting the next task for host managed_node2 11924 1726884944.50258: done getting next task for host managed_node2 11924 1726884944.50261: ^ task is: TASK: Get the size of parent/pool device 11924 1726884944.50271: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884944.50280: getting variables 11924 1726884944.50283: in VariableManager get_vars() 11924 1726884944.50323: Calling all_inventory to load vars for managed_node2 11924 1726884944.50326: Calling groups_inventory to load vars for managed_node2 11924 1726884944.50329: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884944.50341: Calling all_plugins_play to load vars for managed_node2 11924 1726884944.50345: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884944.50348: Calling groups_plugins_play to load vars for managed_node2 11924 1726884944.51212: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884944.51873: done with get_vars() 11924 1726884944.51895: 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 22:15:44 -0400 (0:00:00.043) 0:01:49.858 ****** 11924 1726884944.51971: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884944.52350: worker is 1 (out of 1 available) 11924 1726884944.52363: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884944.52374: done queuing things up, now waiting for results queue to drain 11924 1726884944.52375: waiting for pending results... 11924 1726884944.52614: running TaskExecutor() for managed_node2/TASK: Get the size of parent/pool device 11924 1726884944.52740: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039a9 11924 1726884944.52816: variable 'ansible_search_path' from source: unknown 11924 1726884944.52820: calling self._execute() 11924 1726884944.52935: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884944.52947: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884944.52964: variable 'omit' from source: magic vars 11924 1726884944.53374: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884944.55922: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884944.56547: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884944.56585: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884944.56613: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884944.56637: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884944.56716: variable '_storage_test_volume_present' from source: set_fact 11924 1726884944.56728: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884944.56827: variable 'storage_test_volume' from source: include params 11924 1726884944.56849: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884944.56854: variable 'omit' from source: magic vars 11924 1726884944.56906: variable 'omit' from source: magic vars 11924 1726884944.57014: variable 'ansible_lvm' from source: facts 11924 1726884944.57018: variable 'storage_test_pool' from source: include params 11924 1726884944.57047: variable 'omit' from source: magic vars 11924 1726884944.57074: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884944.57097: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884944.57118: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884944.57127: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884944.57136: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884944.57150: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884944.57164: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884944.57187: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884944.57190: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884944.57192: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884944.57271: Set connection var ansible_shell_executable to /bin/sh 11924 1726884944.57274: Set connection var ansible_connection to ssh 11924 1726884944.57276: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884944.57283: Set connection var ansible_timeout to 10 11924 1726884944.57288: Set connection var ansible_pipelining to False 11924 1726884944.57293: Set connection var ansible_shell_type to sh 11924 1726884944.57317: variable 'ansible_shell_executable' from source: unknown 11924 1726884944.57320: variable 'ansible_connection' from source: unknown 11924 1726884944.57322: variable 'ansible_module_compression' from source: unknown 11924 1726884944.57324: variable 'ansible_shell_type' from source: unknown 11924 1726884944.57328: variable 'ansible_shell_executable' from source: unknown 11924 1726884944.57330: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884944.57333: variable 'ansible_pipelining' from source: unknown 11924 1726884944.57340: variable 'ansible_timeout' from source: unknown 11924 1726884944.57342: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884944.57433: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884944.57443: variable 'omit' from source: magic vars 11924 1726884944.57446: starting attempt loop 11924 1726884944.57449: running the handler 11924 1726884944.57463: _low_level_execute_command(): starting 11924 1726884944.57468: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884944.57969: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884944.57972: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884944.57976: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884944.57979: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884944.58028: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884944.58031: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884944.58034: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884944.58102: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884944.59782: stdout chunk (state=3): >>>/root <<< 11924 1726884944.59884: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884944.59912: stderr chunk (state=3): >>><<< 11924 1726884944.59917: stdout chunk (state=3): >>><<< 11924 1726884944.59938: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884944.59950: _low_level_execute_command(): starting 11924 1726884944.59957: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884944.5993876-16914-158074751384260 `" && echo ansible-tmp-1726884944.5993876-16914-158074751384260="` echo /root/.ansible/tmp/ansible-tmp-1726884944.5993876-16914-158074751384260 `" ) && sleep 0' 11924 1726884944.60369: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884944.60372: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884944.60375: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884944.60378: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884944.60380: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884944.60427: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884944.60436: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884944.60485: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884944.62381: stdout chunk (state=3): >>>ansible-tmp-1726884944.5993876-16914-158074751384260=/root/.ansible/tmp/ansible-tmp-1726884944.5993876-16914-158074751384260 <<< 11924 1726884944.62489: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884944.62522: stderr chunk (state=3): >>><<< 11924 1726884944.62524: stdout chunk (state=3): >>><<< 11924 1726884944.62535: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884944.5993876-16914-158074751384260=/root/.ansible/tmp/ansible-tmp-1726884944.5993876-16914-158074751384260 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884944.62585: variable 'ansible_module_compression' from source: unknown 11924 1726884944.62621: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 11924 1726884944.62647: variable 'ansible_facts' from source: unknown 11924 1726884944.62698: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884944.5993876-16914-158074751384260/AnsiballZ_bsize.py 11924 1726884944.62794: Sending initial data 11924 1726884944.62798: Sent initial data (154 bytes) 11924 1726884944.63222: 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 <<< 11924 1726884944.63225: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884944.63229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884944.63232: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884944.63234: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884944.63304: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884944.63307: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884944.63368: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884944.64899: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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" <<< 11924 1726884944.64906: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 11924 1726884944.64944: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884944.64995: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpc7b7dwd1 /root/.ansible/tmp/ansible-tmp-1726884944.5993876-16914-158074751384260/AnsiballZ_bsize.py <<< 11924 1726884944.65001: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884944.5993876-16914-158074751384260/AnsiballZ_bsize.py" <<< 11924 1726884944.65043: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpc7b7dwd1" to remote "/root/.ansible/tmp/ansible-tmp-1726884944.5993876-16914-158074751384260/AnsiballZ_bsize.py" <<< 11924 1726884944.65048: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884944.5993876-16914-158074751384260/AnsiballZ_bsize.py" <<< 11924 1726884944.65588: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884944.65627: stderr chunk (state=3): >>><<< 11924 1726884944.65631: stdout chunk (state=3): >>><<< 11924 1726884944.65647: done transferring module to remote 11924 1726884944.65661: _low_level_execute_command(): starting 11924 1726884944.65668: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884944.5993876-16914-158074751384260/ /root/.ansible/tmp/ansible-tmp-1726884944.5993876-16914-158074751384260/AnsiballZ_bsize.py && sleep 0' 11924 1726884944.66085: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884944.66088: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884944.66090: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884944.66093: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884944.66095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884944.66143: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884944.66146: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884944.66200: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884944.67948: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884944.67968: stderr chunk (state=3): >>><<< 11924 1726884944.67971: stdout chunk (state=3): >>><<< 11924 1726884944.67984: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884944.67987: _low_level_execute_command(): starting 11924 1726884944.67992: _low_level_execute_command(): using become for this command 11924 1726884944.68001: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ftkdodxcvxpvhmfpatndmhwdamnvwalf ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884944.5993876-16914-158074751384260/AnsiballZ_bsize.py'"'"' && sleep 0' 11924 1726884944.68081: Initial state: awaiting_escalation: BECOME-SUCCESS-ftkdodxcvxpvhmfpatndmhwdamnvwalf 11924 1726884944.68444: 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.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884944.68447: 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.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884944.68476: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884944.68479: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884944.68537: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884944.71444: stdout chunk (state=1): >>>BECOME-SUCCESS-ftkdodxcvxpvhmfpatndmhwdamnvwalf <<< 11924 1726884944.71447: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ftkdodxcvxpvhmfpatndmhwdamnvwalf' 11924 1726884944.71768: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884944.71800: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884944.71823: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884944.71850: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884944.71899: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884944.71906: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884944.71942: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884944.72001: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884944.72022: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884944.72078: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884944.72082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 11924 1726884944.72115: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884944.72154: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884944.72178: 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 0x7f60aa8183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa7e7a10> <<< 11924 1726884944.72208: 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' <<< 11924 1726884944.72246: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa81a960> import '_signal' # <<< 11924 1726884944.72280: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884944.72285: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884944.72334: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884944.72396: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884944.72447: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884944.72504: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884944.72515: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884944.72522: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884944.72579: 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' <<< 11924 1726884944.72587: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa62cfe0> <<< 11924 1726884944.72649: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.72652: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa62dfd0> <<< 11924 1726884944.72688: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884944.72706: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884944.72929: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884944.72961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884944.73002: 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' <<< 11924 1726884944.73023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884944.73058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884944.73071: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884944.73106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884944.73116: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa673e00> <<< 11924 1726884944.73131: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884944.73152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884944.73178: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa673ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884944.73213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884944.73231: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884944.73277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.73293: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884944.73327: 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 0x7f60aa6a3830> <<< 11924 1726884944.73345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884944.73369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884944.73381: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6a3ec0> import '_collections' # <<< 11924 1726884944.73431: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa683ad0> <<< 11924 1726884944.73434: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884944.73473: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6811f0> <<< 11924 1726884944.73563: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa670fb0> <<< 11924 1726884944.73598: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884944.73614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884944.73639: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884944.73642: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884944.73671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884944.73691: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884944.73698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884944.73727: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6c7800> <<< 11924 1726884944.73754: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6c6420> <<< 11924 1726884944.73789: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884944.73792: 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 0x7f60aa6820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6c4c20> <<< 11924 1726884944.73823: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884944.73840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6f8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa670230> <<< 11924 1726884944.73874: 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' <<< 11924 1726884944.73911: 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 0x7f60aa6f8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6f8b90> <<< 11924 1726884944.73945: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884944.73960: 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 0x7f60aa6f8f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa666d50> <<< 11924 1726884944.73993: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884944.73996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.74014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884944.74041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6f95b0> <<< 11924 1726884944.74058: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6f92b0> import 'importlib.machinery' # <<< 11924 1726884944.74092: 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' <<< 11924 1726884944.74131: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6fa4b0> import 'importlib.util' # <<< 11924 1726884944.74134: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884944.74160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884944.74191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884944.74214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884944.74236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa7106b0> import 'errno' # <<< 11924 1726884944.74270: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884944.74291: 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 0x7f60aa711d90> <<< 11924 1726884944.74295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884944.74327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884944.74332: 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' <<< 11924 1726884944.74347: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa712c30> <<< 11924 1726884944.74384: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884944.74396: 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 0x7f60aa713290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa712180> <<< 11924 1726884944.74433: 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' <<< 11924 1726884944.74482: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884944.74485: 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 0x7f60aa713d10> <<< 11924 1726884944.74487: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa713440> <<< 11924 1726884944.74523: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6fa420> <<< 11924 1726884944.74551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884944.74589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884944.74604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884944.74612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884944.74643: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884944.74646: 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 0x7f60aa497b90> <<< 11924 1726884944.74676: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884944.74681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884944.74709: 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 0x7f60aa4c06e0> <<< 11924 1726884944.74717: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa4c0440> <<< 11924 1726884944.74737: 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 0x7f60aa4c0710> <<< 11924 1726884944.74782: 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' <<< 11924 1726884944.74845: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884944.74977: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60aa4c1040> <<< 11924 1726884944.75107: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884944.75112: 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 0x7f60aa4c1970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa4c08f0> <<< 11924 1726884944.75133: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa495d30> <<< 11924 1726884944.75139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884944.75169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884944.75177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884944.75202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa4c2d50> <<< 11924 1726884944.75234: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa4c1a90> <<< 11924 1726884944.75246: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6fabd0> <<< 11924 1726884944.75292: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884944.75339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.75372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884944.75398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884944.75418: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa4eb080> <<< 11924 1726884944.75473: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884944.75486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.75505: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884944.75527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884944.75569: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa5133e0> <<< 11924 1726884944.75592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884944.75634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884944.75692: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884944.75713: 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 0x7f60aa5701d0> <<< 11924 1726884944.75732: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884944.75764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884944.75790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884944.75825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884944.75915: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa572930> <<< 11924 1726884944.75988: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa5702f0> <<< 11924 1726884944.76025: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa53d1c0> <<< 11924 1726884944.76048: 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' <<< 11924 1726884944.76068: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa53d970> <<< 11924 1726884944.76073: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa5121e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa4c3c50> <<< 11924 1726884944.76181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884944.76197: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f60aa512540> <<< 11924 1726884944.76373: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_fkr5zisv/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 11924 1726884944.76378: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.76512: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.76530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884944.76552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884944.76589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884944.76668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884944.76692: 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' <<< 11924 1726884944.76710: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa3c6f60> <<< 11924 1726884944.76714: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884944.76903: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa3a9e50> <<< 11924 1726884944.76906: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa3a8fe0> <<< 11924 1726884944.76922: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.76940: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884944.76961: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.76968: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.76996: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884944.77020: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.78412: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.79526: 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 0x7f60aa3c4cb0> <<< 11924 1726884944.79563: 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' <<< 11924 1726884944.79595: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884944.79602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884944.79639: 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' <<< 11924 1726884944.79649: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884944.79665: 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 0x7f60aa3fa900> <<< 11924 1726884944.79694: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa3fa690> <<< 11924 1726884944.79725: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa3f9fa0> <<< 11924 1726884944.79741: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884944.79753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884944.79799: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa3fa9f0> <<< 11924 1726884944.79819: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6829c0> import 'atexit' # <<< 11924 1726884944.79832: 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' <<< 11924 1726884944.79864: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60aa3fb680> <<< 11924 1726884944.79883: 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 0x7f60aa3fb860> <<< 11924 1726884944.79894: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884944.79957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884944.79960: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884944.80019: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa3fbda0> <<< 11924 1726884944.80034: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884944.80059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884944.80088: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d1dbb0> <<< 11924 1726884944.80118: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884944.80124: 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 0x7f60a9d1f7d0> <<< 11924 1726884944.80136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884944.80159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884944.80212: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d20110> <<< 11924 1726884944.80225: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884944.80262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884944.80299: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d212b0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884944.80330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884944.80345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884944.80353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884944.80404: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d23d70> <<< 11924 1726884944.80437: 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 0x7f60aa4c2cc0> <<< 11924 1726884944.80458: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d22030> <<< 11924 1726884944.80488: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884944.80548: 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' <<< 11924 1726884944.80582: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884944.80588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884944.80614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884944.80617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 11924 1726884944.80634: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d2bb90> import '_tokenize' # <<< 11924 1726884944.80709: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d2a660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d2a3c0> <<< 11924 1726884944.80727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884944.80738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884944.80815: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d2a930> <<< 11924 1726884944.80841: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d22540> <<< 11924 1726884944.80872: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884944.80880: 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 0x7f60a9d6fe60> <<< 11924 1726884944.80898: 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 0x7f60a9d6fec0> <<< 11924 1726884944.80929: 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 <<< 11924 1726884944.80939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884944.80966: 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' <<< 11924 1726884944.81006: 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 0x7f60a9d719d0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d71790> <<< 11924 1726884944.81026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884944.81157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884944.81210: 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 0x7f60a9d73ef0> <<< 11924 1726884944.81217: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d72090> <<< 11924 1726884944.81242: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884944.81280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.81319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884944.81322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884944.81334: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884944.81371: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d77650> <<< 11924 1726884944.81499: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d73fe0> <<< 11924 1726884944.81565: stdout 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 0x7f60a9d783e0> <<< 11924 1726884944.81597: stdout 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 0x7f60a9d78650> <<< 11924 1726884944.81634: stdout 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 0x7f60a9d78950> <<< 11924 1726884944.81653: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d700e0> <<< 11924 1726884944.81674: 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 <<< 11924 1726884944.81691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884944.81695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884944.81726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884944.81754: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884944.81780: 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 0x7f60a9d7bfe0> <<< 11924 1726884944.81938: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884944.81949: 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 0x7f60a9c011f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d7a7b0> <<< 11924 1726884944.81993: 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 0x7f60a9d7bb60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d7a420> <<< 11924 1726884944.81997: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.82027: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884944.82042: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.82135: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.82227: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.82234: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.82243: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 11924 1726884944.82265: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.82268: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.82284: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884944.82288: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.82409: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.82528: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.83089: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.83634: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884944.83658: 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' # <<< 11924 1726884944.83680: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884944.83689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.83745: 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 0x7f60a9c092e0> <<< 11924 1726884944.83854: 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' <<< 11924 1726884944.83878: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9c09fd0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d79430> <<< 11924 1726884944.83925: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884944.83942: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.83972: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884944.84121: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.84269: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884944.84295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9c0a0f0> <<< 11924 1726884944.84298: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.84774: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.85232: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.85298: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.85380: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884944.85394: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.85427: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.85468: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884944.85471: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.85547: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.85623: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884944.85640: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.85673: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.85676: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 11924 1726884944.85679: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.85720: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.85762: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884944.85774: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.85991: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.86226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884944.86294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884944.86314: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884944.86386: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9c0b170> <<< 11924 1726884944.86393: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.86466: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.86553: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884944.86557: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884944.86576: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.86625: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.86665: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884944.86673: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.86715: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.86763: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.86818: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.86893: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884944.86935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.87034: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60a9c15d30> <<< 11924 1726884944.87073: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9c13aa0> <<< 11924 1726884944.87106: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 11924 1726884944.87125: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 11924 1726884944.87128: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.87186: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.87250: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.87275: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.87322: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884944.87329: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884944.87348: 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 <<< 11924 1726884944.87367: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884944.87394: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884944.87458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884944.87476: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884944.87491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884944.87552: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d026f0> <<< 11924 1726884944.87598: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa4263c0> <<< 11924 1726884944.87686: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9c15e20> <<< 11924 1726884944.87698: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9c0bb90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884944.87733: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.87765: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 11924 1726884944.87768: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884944.87829: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884944.87840: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.87870: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.87873: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 11924 1726884944.87892: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.87908: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.87918: stdout chunk (state=3): >>>import 'ansible_collections.fedora' # <<< 11924 1726884944.87935: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.87939: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 11924 1726884944.87957: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.87972: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 11924 1726884944.87996: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.88015: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.88018: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 11924 1726884944.88025: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.88071: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.88124: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.88138: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 11924 1726884944.88156: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.88174: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.88183: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 11924 1726884944.88186: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.88295: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.88394: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 11924 1726884944.88474: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884944.88596: stdout chunk (state=3): >>> {"changed": false, "size": "9 GiB", "bytes": 10726680821, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.99G"}}} <<< 11924 1726884944.88620: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884944.89000: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884944.89007: 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 <<< 11924 1726884944.89084: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing <<< 11924 1726884944.89180: stdout chunk (state=3): >>># destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.<<< 11924 1726884944.89189: stdout chunk (state=3): >>>common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils <<< 11924 1726884944.89201: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 <<< 11924 1726884944.89451: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884944.89465: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884944.89505: 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 <<< 11924 1726884944.89536: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884944.89549: 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 <<< 11924 1726884944.89574: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 11924 1726884944.89594: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 11924 1726884944.89607: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884944.89626: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 11924 1726884944.89634: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884944.89662: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884944.89735: 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 <<< 11924 1726884944.89777: 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 <<< 11924 1726884944.89797: 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 <<< 11924 1726884944.89838: 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 <<< 11924 1726884944.89870: 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 <<< 11924 1726884944.90017: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884944.90022: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 11924 1726884944.90047: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884944.90118: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884944.90135: 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 <<< 11924 1726884944.90160: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884944.90226: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884944.90232: 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 <<< 11924 1726884944.90263: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884944.90286: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884944.90292: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 11924 1726884944.90322: stdout chunk (state=3): >>># destroy itertools <<< 11924 1726884944.90331: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 11924 1726884944.90345: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884944.90839: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884944.90872: stderr chunk (state=3): >>><<< 11924 1726884944.90876: stdout chunk (state=3): >>><<< 11924 1726884944.90950: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa8183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa7e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa81a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa62cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa62dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa673e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa673ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa683ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa670fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6c4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6f8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa670230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60aa6f8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6f8b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60aa6f8f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa666d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6f95b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6f92b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6fa4b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa7106b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60aa711d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa712c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60aa713290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa712180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60aa713d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa713440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6fa420> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60aa497b90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60aa4c06e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa4c0440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60aa4c0710> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60aa4c1040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60aa4c1970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa4c08f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa495d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa4c2d50> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa4c1a90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6fabd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa4eb080> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa5133e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa5701d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa572930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa5702f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa53d1c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa53d970> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa5121e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa4c3c50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f60aa512540> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_fkr5zisv/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 0x7f60aa3c6f60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa3a9e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa3a8fe0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa3c4cb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60aa3fa900> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa3fa690> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa3f9fa0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa3fa9f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa6829c0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60aa3fb680> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60aa3fb860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa3fbda0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d1dbb0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60a9d1f7d0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d20110> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d212b0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d23d70> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60aa4c2cc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d22030> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d2bb90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d2a660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d2a3c0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d2a930> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d22540> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60a9d6fe60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d6fec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60a9d719d0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d71790> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60a9d73ef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d72090> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d77650> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d73fe0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60a9d783e0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60a9d78650> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60a9d78950> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d700e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60a9d7bfe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60a9c011f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d7a7b0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60a9d7bb60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d7a420> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60a9c092e0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9c09fd0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d79430> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9c0a0f0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9c0b170> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f60a9c15d30> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9c13aa0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9d026f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60aa4263c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9c15e20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f60a9c0bb90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": 10726680821, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.99G"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884944.92111: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '9.99G', '_ansible_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-1726884944.5993876-16914-158074751384260/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884944.92115: _low_level_execute_command(): starting 11924 1726884944.92117: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884944.5993876-16914-158074751384260/ > /dev/null 2>&1 && sleep 0' 11924 1726884944.92120: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884944.92122: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884944.92123: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884944.92125: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884944.92128: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884944.92129: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884944.92131: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884944.92133: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884944.92135: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884944.92137: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884944.92138: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884944.92140: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884944.92142: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884944.92144: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884944.92146: stderr chunk (state=3): >>>debug2: match found <<< 11924 1726884944.92148: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884944.92150: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884944.92151: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884944.92153: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884944.92224: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884944.94033: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884944.94037: stdout chunk (state=3): >>><<< 11924 1726884944.94043: stderr chunk (state=3): >>><<< 11924 1726884944.94061: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884944.94078: handler run complete 11924 1726884944.94103: attempt loop complete, returning result 11924 1726884944.94115: _execute() done 11924 1726884944.94118: dumping result to json 11924 1726884944.94120: done dumping result, returning 11924 1726884944.94143: done running TaskExecutor() for managed_node2/TASK: Get the size of parent/pool device [0affc8a3-6f6f-f4c0-2290-0000000039a9] 11924 1726884944.94145: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039a9 11924 1726884944.94343: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039a9 11924 1726884944.94346: WORKER PROCESS EXITING ok: [managed_node2] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } 11924 1726884944.94433: no more pending results, returning what we have 11924 1726884944.94437: results queue empty 11924 1726884944.94438: checking for any_errors_fatal 11924 1726884944.94445: done checking for any_errors_fatal 11924 1726884944.94446: checking for max_fail_percentage 11924 1726884944.94448: done checking for max_fail_percentage 11924 1726884944.94449: checking to see if all hosts have failed and the running result is not ok 11924 1726884944.94449: done checking to see if all hosts have failed 11924 1726884944.94450: getting the remaining hosts for this loop 11924 1726884944.94452: done getting the remaining hosts for this loop 11924 1726884944.94457: getting the next task for host managed_node2 11924 1726884944.94470: done getting next task for host managed_node2 11924 1726884944.94473: ^ task is: TASK: Show test pool 11924 1726884944.94480: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884944.94485: getting variables 11924 1726884944.94490: in VariableManager get_vars() 11924 1726884944.94528: Calling all_inventory to load vars for managed_node2 11924 1726884944.94531: Calling groups_inventory to load vars for managed_node2 11924 1726884944.94534: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884944.94544: Calling all_plugins_play to load vars for managed_node2 11924 1726884944.94546: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884944.94549: Calling groups_plugins_play to load vars for managed_node2 11924 1726884944.95054: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884944.95650: done with get_vars() 11924 1726884944.95675: done getting variables 11924 1726884944.95732: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:44 -0400 (0:00:00.438) 0:01:50.296 ****** 11924 1726884944.95806: entering _queue_task() for managed_node2/debug 11924 1726884944.96280: worker is 1 (out of 1 available) 11924 1726884944.96288: exiting _queue_task() for managed_node2/debug 11924 1726884944.96298: done queuing things up, now waiting for results queue to drain 11924 1726884944.96299: waiting for pending results... 11924 1726884944.96427: running TaskExecutor() for managed_node2/TASK: Show test pool 11924 1726884944.96633: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039ab 11924 1726884944.96637: variable 'ansible_search_path' from source: unknown 11924 1726884944.96640: calling self._execute() 11924 1726884944.96772: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884944.96783: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884944.96797: variable 'omit' from source: magic vars 11924 1726884944.97176: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884945.00575: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884945.00649: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884945.00698: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884945.00769: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884945.00789: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884945.00958: variable '_storage_test_volume_present' from source: set_fact 11924 1726884945.00975: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884945.01161: variable 'storage_test_volume' from source: include params 11924 1726884945.01164: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884945.01330: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884945.01366: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884945.01396: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884945.01447: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884945.01468: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884945.01640: variable 'storage_test_volume' from source: include params 11924 1726884945.01643: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884945.01645: when evaluation is False, skipping this task 11924 1726884945.01648: _execute() done 11924 1726884945.01650: dumping result to json 11924 1726884945.01652: done dumping result, returning 11924 1726884945.01653: done running TaskExecutor() for managed_node2/TASK: Show test pool [0affc8a3-6f6f-f4c0-2290-0000000039ab] 11924 1726884945.01657: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039ab 11924 1726884945.01733: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039ab 11924 1726884945.01736: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "'%' in storage_test_volume.size | string" } 11924 1726884945.01794: no more pending results, returning what we have 11924 1726884945.01798: results queue empty 11924 1726884945.01799: checking for any_errors_fatal 11924 1726884945.01813: done checking for any_errors_fatal 11924 1726884945.01814: checking for max_fail_percentage 11924 1726884945.01817: done checking for max_fail_percentage 11924 1726884945.01818: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.01818: done checking to see if all hosts have failed 11924 1726884945.01819: getting the remaining hosts for this loop 11924 1726884945.01821: done getting the remaining hosts for this loop 11924 1726884945.01826: getting the next task for host managed_node2 11924 1726884945.01836: done getting next task for host managed_node2 11924 1726884945.01838: ^ task is: TASK: Show test blockinfo 11924 1726884945.01844: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884945.01849: getting variables 11924 1726884945.01851: in VariableManager get_vars() 11924 1726884945.01891: Calling all_inventory to load vars for managed_node2 11924 1726884945.01894: Calling groups_inventory to load vars for managed_node2 11924 1726884945.01897: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.01907: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.01913: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.01915: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.02853: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.03963: done with get_vars() 11924 1726884945.03979: done getting variables 11924 1726884945.04044: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:45 -0400 (0:00:00.088) 0:01:50.385 ****** 11924 1726884945.04683: entering _queue_task() for managed_node2/debug 11924 1726884945.05111: worker is 1 (out of 1 available) 11924 1726884945.05124: exiting _queue_task() for managed_node2/debug 11924 1726884945.05137: done queuing things up, now waiting for results queue to drain 11924 1726884945.05138: waiting for pending results... 11924 1726884945.06275: running TaskExecutor() for managed_node2/TASK: Show test blockinfo 11924 1726884945.06541: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039ac 11924 1726884945.06862: variable 'ansible_search_path' from source: unknown 11924 1726884945.06867: calling self._execute() 11924 1726884945.07136: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.07461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.07465: variable 'omit' from source: magic vars 11924 1726884945.08378: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884945.13770: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884945.13859: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884945.14076: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884945.14117: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884945.14173: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884945.14460: variable '_storage_test_volume_present' from source: set_fact 11924 1726884945.14489: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884945.14752: variable 'storage_test_volume' from source: include params 11924 1726884945.14840: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884945.15117: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884945.15664: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884945.15668: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884945.15670: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884945.15673: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884945.15676: variable 'storage_test_volume' from source: include params 11924 1726884945.15678: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884945.15680: when evaluation is False, skipping this task 11924 1726884945.15682: _execute() done 11924 1726884945.16063: dumping result to json 11924 1726884945.16067: done dumping result, returning 11924 1726884945.16070: done running TaskExecutor() for managed_node2/TASK: Show test blockinfo [0affc8a3-6f6f-f4c0-2290-0000000039ac] 11924 1726884945.16072: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039ac 11924 1726884945.16145: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039ac 11924 1726884945.16149: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "'%' in storage_test_volume.size | string" } 11924 1726884945.16199: no more pending results, returning what we have 11924 1726884945.16202: results queue empty 11924 1726884945.16203: checking for any_errors_fatal 11924 1726884945.16210: done checking for any_errors_fatal 11924 1726884945.16211: checking for max_fail_percentage 11924 1726884945.16213: done checking for max_fail_percentage 11924 1726884945.16214: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.16215: done checking to see if all hosts have failed 11924 1726884945.16215: getting the remaining hosts for this loop 11924 1726884945.16217: done getting the remaining hosts for this loop 11924 1726884945.16221: getting the next task for host managed_node2 11924 1726884945.16230: done getting next task for host managed_node2 11924 1726884945.16233: ^ task is: TASK: Show test pool size 11924 1726884945.16239: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884945.16245: getting variables 11924 1726884945.16247: in VariableManager get_vars() 11924 1726884945.16289: Calling all_inventory to load vars for managed_node2 11924 1726884945.16292: Calling groups_inventory to load vars for managed_node2 11924 1726884945.16295: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.16306: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.16310: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.16313: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.17733: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.19097: done with get_vars() 11924 1726884945.19114: done getting variables 11924 1726884945.19341: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:45 -0400 (0:00:00.146) 0:01:50.532 ****** 11924 1726884945.19381: entering _queue_task() for managed_node2/debug 11924 1726884945.19723: worker is 1 (out of 1 available) 11924 1726884945.19734: exiting _queue_task() for managed_node2/debug 11924 1726884945.19746: done queuing things up, now waiting for results queue to drain 11924 1726884945.19747: waiting for pending results... 11924 1726884945.20079: running TaskExecutor() for managed_node2/TASK: Show test pool size 11924 1726884945.20276: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039ad 11924 1726884945.20301: variable 'ansible_search_path' from source: unknown 11924 1726884945.20352: calling self._execute() 11924 1726884945.20501: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.20516: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.20541: variable 'omit' from source: magic vars 11924 1726884945.20987: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884945.23768: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884945.23933: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884945.24220: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884945.24223: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884945.24225: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884945.24376: variable '_storage_test_volume_present' from source: set_fact 11924 1726884945.24395: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884945.24619: variable 'storage_test_volume' from source: include params 11924 1726884945.24658: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884945.24824: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884945.24857: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884945.24890: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884945.24929: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884945.24944: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884945.25034: variable 'storage_test_volume' from source: include params 11924 1726884945.25058: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884945.25067: when evaluation is False, skipping this task 11924 1726884945.25075: _execute() done 11924 1726884945.25090: dumping result to json 11924 1726884945.25098: done dumping result, returning 11924 1726884945.25109: done running TaskExecutor() for managed_node2/TASK: Show test pool size [0affc8a3-6f6f-f4c0-2290-0000000039ad] 11924 1726884945.25119: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039ad skipping: [managed_node2] => { "false_condition": "'%' in storage_test_volume.size | string" } 11924 1726884945.25354: no more pending results, returning what we have 11924 1726884945.25360: results queue empty 11924 1726884945.25361: checking for any_errors_fatal 11924 1726884945.25373: done checking for any_errors_fatal 11924 1726884945.25374: checking for max_fail_percentage 11924 1726884945.25376: done checking for max_fail_percentage 11924 1726884945.25377: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.25378: done checking to see if all hosts have failed 11924 1726884945.25378: getting the remaining hosts for this loop 11924 1726884945.25380: done getting the remaining hosts for this loop 11924 1726884945.25385: getting the next task for host managed_node2 11924 1726884945.25395: done getting next task for host managed_node2 11924 1726884945.25399: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 11924 1726884945.25406: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884945.25412: getting variables 11924 1726884945.25414: in VariableManager get_vars() 11924 1726884945.25456: Calling all_inventory to load vars for managed_node2 11924 1726884945.25460: Calling groups_inventory to load vars for managed_node2 11924 1726884945.25464: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.25475: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.25478: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.25481: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.26340: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039ad 11924 1726884945.26343: WORKER PROCESS EXITING 11924 1726884945.26542: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.27585: done with get_vars() 11924 1726884945.27601: done getting variables 11924 1726884945.27778: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:45 -0400 (0:00:00.084) 0:01:50.617 ****** 11924 1726884945.27814: entering _queue_task() for managed_node2/set_fact 11924 1726884945.28384: worker is 1 (out of 1 available) 11924 1726884945.28399: exiting _queue_task() for managed_node2/set_fact 11924 1726884945.28412: done queuing things up, now waiting for results queue to drain 11924 1726884945.28414: waiting for pending results... 11924 1726884945.28713: running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value 11924 1726884945.29045: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039ae 11924 1726884945.29105: variable 'ansible_search_path' from source: unknown 11924 1726884945.29136: calling self._execute() 11924 1726884945.29322: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.29326: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.29329: variable 'omit' from source: magic vars 11924 1726884945.29671: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884945.33303: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884945.33395: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884945.33439: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884945.33483: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884945.33521: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884945.33641: variable '_storage_test_volume_present' from source: set_fact 11924 1726884945.33715: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884945.33814: variable 'storage_test_volume' from source: include params 11924 1726884945.33853: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884945.34022: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884945.34062: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884945.34094: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884945.34139: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884945.34188: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884945.34305: variable 'storage_test_volume' from source: include params 11924 1726884945.34309: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884945.34311: when evaluation is False, skipping this task 11924 1726884945.34314: _execute() done 11924 1726884945.34316: dumping result to json 11924 1726884945.34319: done dumping result, returning 11924 1726884945.34327: done running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-f4c0-2290-0000000039ae] 11924 1726884945.34330: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039ae 11924 1726884945.34445: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039ae 11924 1726884945.34448: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } 11924 1726884945.34512: no more pending results, returning what we have 11924 1726884945.34516: results queue empty 11924 1726884945.34517: checking for any_errors_fatal 11924 1726884945.34525: done checking for any_errors_fatal 11924 1726884945.34526: checking for max_fail_percentage 11924 1726884945.34528: done checking for max_fail_percentage 11924 1726884945.34529: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.34530: done checking to see if all hosts have failed 11924 1726884945.34531: getting the remaining hosts for this loop 11924 1726884945.34532: done getting the remaining hosts for this loop 11924 1726884945.34536: getting the next task for host managed_node2 11924 1726884945.34548: done getting next task for host managed_node2 11924 1726884945.34551: ^ task is: TASK: Default thin pool reserved space values 11924 1726884945.34560: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884945.34564: getting variables 11924 1726884945.34566: in VariableManager get_vars() 11924 1726884945.34604: Calling all_inventory to load vars for managed_node2 11924 1726884945.34607: Calling groups_inventory to load vars for managed_node2 11924 1726884945.34610: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.34619: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.34622: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.34624: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.35315: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.35951: done with get_vars() 11924 1726884945.35969: done getting variables 11924 1726884945.36033: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:45 -0400 (0:00:00.082) 0:01:50.699 ****** 11924 1726884945.36079: entering _queue_task() for managed_node2/set_fact 11924 1726884945.36519: worker is 1 (out of 1 available) 11924 1726884945.36529: exiting _queue_task() for managed_node2/set_fact 11924 1726884945.36542: done queuing things up, now waiting for results queue to drain 11924 1726884945.36544: waiting for pending results... 11924 1726884945.36958: running TaskExecutor() for managed_node2/TASK: Default thin pool reserved space values 11924 1726884945.36964: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039b0 11924 1726884945.37054: variable 'ansible_search_path' from source: unknown 11924 1726884945.37059: calling self._execute() 11924 1726884945.37163: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.37176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.37197: variable 'omit' from source: magic vars 11924 1726884945.37574: variable 'storage_test_volume' from source: include params 11924 1726884945.37601: Evaluated conditional (storage_test_volume.thin): False 11924 1726884945.37604: when evaluation is False, skipping this task 11924 1726884945.37607: _execute() done 11924 1726884945.37613: dumping result to json 11924 1726884945.37616: done dumping result, returning 11924 1726884945.37621: done running TaskExecutor() for managed_node2/TASK: Default thin pool reserved space values [0affc8a3-6f6f-f4c0-2290-0000000039b0] 11924 1726884945.37623: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b0 11924 1726884945.37722: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b0 11924 1726884945.37725: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884945.37775: no more pending results, returning what we have 11924 1726884945.37778: results queue empty 11924 1726884945.37779: checking for any_errors_fatal 11924 1726884945.37790: done checking for any_errors_fatal 11924 1726884945.37790: checking for max_fail_percentage 11924 1726884945.37792: done checking for max_fail_percentage 11924 1726884945.37793: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.37794: done checking to see if all hosts have failed 11924 1726884945.37794: getting the remaining hosts for this loop 11924 1726884945.37796: done getting the remaining hosts for this loop 11924 1726884945.37799: getting the next task for host managed_node2 11924 1726884945.37808: done getting next task for host managed_node2 11924 1726884945.37813: ^ task is: TASK: Default minimal thin pool reserved space size 11924 1726884945.37819: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884945.37822: getting variables 11924 1726884945.37824: in VariableManager get_vars() 11924 1726884945.37854: Calling all_inventory to load vars for managed_node2 11924 1726884945.37858: Calling groups_inventory to load vars for managed_node2 11924 1726884945.37861: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.37870: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.37873: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.37875: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.38225: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.38781: done with get_vars() 11924 1726884945.38795: 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 22:15:45 -0400 (0:00:00.028) 0:01:50.727 ****** 11924 1726884945.38882: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884945.39136: worker is 1 (out of 1 available) 11924 1726884945.39149: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884945.39353: done queuing things up, now waiting for results queue to drain 11924 1726884945.39419: waiting for pending results... 11924 1726884945.39684: running TaskExecutor() for managed_node2/TASK: Default minimal thin pool reserved space size 11924 1726884945.39690: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039b1 11924 1726884945.39694: variable 'ansible_search_path' from source: unknown 11924 1726884945.39722: calling self._execute() 11924 1726884945.39859: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.39871: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.39896: variable 'omit' from source: magic vars 11924 1726884945.40289: variable 'storage_test_volume' from source: include params 11924 1726884945.40339: Evaluated conditional (storage_test_volume.thin): False 11924 1726884945.40348: when evaluation is False, skipping this task 11924 1726884945.40357: _execute() done 11924 1726884945.40365: dumping result to json 11924 1726884945.40372: done dumping result, returning 11924 1726884945.40383: done running TaskExecutor() for managed_node2/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-f4c0-2290-0000000039b1] 11924 1726884945.40394: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b1 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884945.40587: no more pending results, returning what we have 11924 1726884945.40591: results queue empty 11924 1726884945.40591: checking for any_errors_fatal 11924 1726884945.40603: done checking for any_errors_fatal 11924 1726884945.40604: checking for max_fail_percentage 11924 1726884945.40606: done checking for max_fail_percentage 11924 1726884945.40607: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.40607: done checking to see if all hosts have failed 11924 1726884945.40608: getting the remaining hosts for this loop 11924 1726884945.40610: done getting the remaining hosts for this loop 11924 1726884945.40614: getting the next task for host managed_node2 11924 1726884945.40625: done getting next task for host managed_node2 11924 1726884945.40629: ^ task is: TASK: Default maximal thin pool reserved space size 11924 1726884945.40636: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884945.40643: getting variables 11924 1726884945.40645: in VariableManager get_vars() 11924 1726884945.40684: Calling all_inventory to load vars for managed_node2 11924 1726884945.40687: Calling groups_inventory to load vars for managed_node2 11924 1726884945.40691: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.40704: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.40707: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.40710: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.41375: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b1 11924 1726884945.41378: WORKER PROCESS EXITING 11924 1726884945.41603: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.42278: done with get_vars() 11924 1726884945.42294: 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 22:15:45 -0400 (0:00:00.034) 0:01:50.763 ****** 11924 1726884945.42430: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884945.42752: worker is 1 (out of 1 available) 11924 1726884945.42830: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884945.42842: done queuing things up, now waiting for results queue to drain 11924 1726884945.42844: waiting for pending results... 11924 1726884945.43087: running TaskExecutor() for managed_node2/TASK: Default maximal thin pool reserved space size 11924 1726884945.43279: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039b2 11924 1726884945.43310: variable 'ansible_search_path' from source: unknown 11924 1726884945.43351: calling self._execute() 11924 1726884945.43512: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.43526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.43562: variable 'omit' from source: magic vars 11924 1726884945.44078: variable 'storage_test_volume' from source: include params 11924 1726884945.44080: Evaluated conditional (storage_test_volume.thin): False 11924 1726884945.44085: when evaluation is False, skipping this task 11924 1726884945.44088: _execute() done 11924 1726884945.44090: dumping result to json 11924 1726884945.44092: done dumping result, returning 11924 1726884945.44095: done running TaskExecutor() for managed_node2/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-f4c0-2290-0000000039b2] 11924 1726884945.44097: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b2 11924 1726884945.44263: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b2 11924 1726884945.44267: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884945.44329: no more pending results, returning what we have 11924 1726884945.44337: results queue empty 11924 1726884945.44338: checking for any_errors_fatal 11924 1726884945.44352: done checking for any_errors_fatal 11924 1726884945.44353: checking for max_fail_percentage 11924 1726884945.44358: done checking for max_fail_percentage 11924 1726884945.44359: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.44360: done checking to see if all hosts have failed 11924 1726884945.44360: getting the remaining hosts for this loop 11924 1726884945.44362: done getting the remaining hosts for this loop 11924 1726884945.44367: getting the next task for host managed_node2 11924 1726884945.44380: done getting next task for host managed_node2 11924 1726884945.44382: ^ task is: TASK: Calculate maximum usable space in thin pool 11924 1726884945.44390: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884945.44395: getting variables 11924 1726884945.44397: in VariableManager get_vars() 11924 1726884945.44441: Calling all_inventory to load vars for managed_node2 11924 1726884945.44444: Calling groups_inventory to load vars for managed_node2 11924 1726884945.44449: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.44669: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.44673: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.44677: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.45765: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.46371: done with get_vars() 11924 1726884945.46390: done getting variables 11924 1726884945.46459: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:45 -0400 (0:00:00.040) 0:01:50.803 ****** 11924 1726884945.46492: entering _queue_task() for managed_node2/set_fact 11924 1726884945.46980: worker is 1 (out of 1 available) 11924 1726884945.46991: exiting _queue_task() for managed_node2/set_fact 11924 1726884945.47001: done queuing things up, now waiting for results queue to drain 11924 1726884945.47003: waiting for pending results... 11924 1726884945.47150: running TaskExecutor() for managed_node2/TASK: Calculate maximum usable space in thin pool 11924 1726884945.47342: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039b3 11924 1726884945.47448: variable 'ansible_search_path' from source: unknown 11924 1726884945.47453: calling self._execute() 11924 1726884945.47552: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.47660: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.47666: variable 'omit' from source: magic vars 11924 1726884945.47997: variable 'storage_test_volume' from source: include params 11924 1726884945.48044: Evaluated conditional (storage_test_volume.thin): False 11924 1726884945.48053: when evaluation is False, skipping this task 11924 1726884945.48065: _execute() done 11924 1726884945.48107: dumping result to json 11924 1726884945.48112: done dumping result, returning 11924 1726884945.48115: done running TaskExecutor() for managed_node2/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-f4c0-2290-0000000039b3] 11924 1726884945.48118: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b3 11924 1726884945.48373: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b3 11924 1726884945.48377: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884945.48424: no more pending results, returning what we have 11924 1726884945.48428: results queue empty 11924 1726884945.48429: checking for any_errors_fatal 11924 1726884945.48439: done checking for any_errors_fatal 11924 1726884945.48440: checking for max_fail_percentage 11924 1726884945.48442: done checking for max_fail_percentage 11924 1726884945.48443: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.48444: done checking to see if all hosts have failed 11924 1726884945.48444: getting the remaining hosts for this loop 11924 1726884945.48446: done getting the remaining hosts for this loop 11924 1726884945.48449: getting the next task for host managed_node2 11924 1726884945.48460: done getting next task for host managed_node2 11924 1726884945.48462: ^ task is: TASK: Apply upper size limit to max usable thin pool space 11924 1726884945.48469: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884945.48474: getting variables 11924 1726884945.48476: in VariableManager get_vars() 11924 1726884945.48515: Calling all_inventory to load vars for managed_node2 11924 1726884945.48518: Calling groups_inventory to load vars for managed_node2 11924 1726884945.48522: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.48533: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.48536: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.48539: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.49223: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.49876: done with get_vars() 11924 1726884945.49891: done getting variables 11924 1726884945.49950: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:45 -0400 (0:00:00.034) 0:01:50.838 ****** 11924 1726884945.49986: entering _queue_task() for managed_node2/set_fact 11924 1726884945.50247: worker is 1 (out of 1 available) 11924 1726884945.50360: exiting _queue_task() for managed_node2/set_fact 11924 1726884945.50371: done queuing things up, now waiting for results queue to drain 11924 1726884945.50372: waiting for pending results... 11924 1726884945.50579: running TaskExecutor() for managed_node2/TASK: Apply upper size limit to max usable thin pool space 11924 1726884945.50861: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039b4 11924 1726884945.50865: variable 'ansible_search_path' from source: unknown 11924 1726884945.50870: calling self._execute() 11924 1726884945.50948: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.50962: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.50976: variable 'omit' from source: magic vars 11924 1726884945.51423: variable 'storage_test_volume' from source: include params 11924 1726884945.51464: Evaluated conditional (storage_test_volume.thin): False 11924 1726884945.51473: when evaluation is False, skipping this task 11924 1726884945.51482: _execute() done 11924 1726884945.51496: dumping result to json 11924 1726884945.51505: done dumping result, returning 11924 1726884945.51521: done running TaskExecutor() for managed_node2/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-f4c0-2290-0000000039b4] 11924 1726884945.51541: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b4 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884945.51715: no more pending results, returning what we have 11924 1726884945.51719: results queue empty 11924 1726884945.51720: checking for any_errors_fatal 11924 1726884945.51728: done checking for any_errors_fatal 11924 1726884945.51729: checking for max_fail_percentage 11924 1726884945.51731: done checking for max_fail_percentage 11924 1726884945.51732: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.51733: done checking to see if all hosts have failed 11924 1726884945.51734: getting the remaining hosts for this loop 11924 1726884945.51735: done getting the remaining hosts for this loop 11924 1726884945.51739: getting the next task for host managed_node2 11924 1726884945.51751: done getting next task for host managed_node2 11924 1726884945.51754: ^ task is: TASK: Apply lower size limit to max usable thin pool space 11924 1726884945.51764: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884945.51769: getting variables 11924 1726884945.51773: in VariableManager get_vars() 11924 1726884945.51816: Calling all_inventory to load vars for managed_node2 11924 1726884945.51820: Calling groups_inventory to load vars for managed_node2 11924 1726884945.51823: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.51836: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.51840: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.51843: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.52673: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b4 11924 1726884945.52678: WORKER PROCESS EXITING 11924 1726884945.52718: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.53362: done with get_vars() 11924 1726884945.53376: done getting variables 11924 1726884945.53435: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:45 -0400 (0:00:00.034) 0:01:50.873 ****** 11924 1726884945.53469: entering _queue_task() for managed_node2/set_fact 11924 1726884945.53723: worker is 1 (out of 1 available) 11924 1726884945.53735: exiting _queue_task() for managed_node2/set_fact 11924 1726884945.53748: done queuing things up, now waiting for results queue to drain 11924 1726884945.53749: waiting for pending results... 11924 1726884945.54049: running TaskExecutor() for managed_node2/TASK: Apply lower size limit to max usable thin pool space 11924 1726884945.54197: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039b5 11924 1726884945.54219: variable 'ansible_search_path' from source: unknown 11924 1726884945.54259: calling self._execute() 11924 1726884945.54390: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.54403: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.54420: variable 'omit' from source: magic vars 11924 1726884945.54834: variable 'storage_test_volume' from source: include params 11924 1726884945.54874: Evaluated conditional (storage_test_volume.thin): False 11924 1726884945.54882: when evaluation is False, skipping this task 11924 1726884945.54888: _execute() done 11924 1726884945.54895: dumping result to json 11924 1726884945.54901: done dumping result, returning 11924 1726884945.54912: done running TaskExecutor() for managed_node2/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-f4c0-2290-0000000039b5] 11924 1726884945.54921: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b5 11924 1726884945.55036: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b5 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884945.55095: no more pending results, returning what we have 11924 1726884945.55099: results queue empty 11924 1726884945.55100: checking for any_errors_fatal 11924 1726884945.55111: done checking for any_errors_fatal 11924 1726884945.55112: checking for max_fail_percentage 11924 1726884945.55114: done checking for max_fail_percentage 11924 1726884945.55115: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.55115: done checking to see if all hosts have failed 11924 1726884945.55116: getting the remaining hosts for this loop 11924 1726884945.55118: done getting the remaining hosts for this loop 11924 1726884945.55122: getting the next task for host managed_node2 11924 1726884945.55131: done getting next task for host managed_node2 11924 1726884945.55133: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 11924 1726884945.55142: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884945.55146: getting variables 11924 1726884945.55148: in VariableManager get_vars() 11924 1726884945.55193: Calling all_inventory to load vars for managed_node2 11924 1726884945.55195: Calling groups_inventory to load vars for managed_node2 11924 1726884945.55199: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.55211: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.55214: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.55217: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.55969: WORKER PROCESS EXITING 11924 1726884945.56019: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.56661: done with get_vars() 11924 1726884945.56676: 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 22:15:45 -0400 (0:00:00.032) 0:01:50.906 ****** 11924 1726884945.56767: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884945.57030: worker is 1 (out of 1 available) 11924 1726884945.57042: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884945.57054: done queuing things up, now waiting for results queue to drain 11924 1726884945.57160: waiting for pending results... 11924 1726884945.57369: running TaskExecutor() for managed_node2/TASK: Convert maximum usable thin pool space from int to Size 11924 1726884945.57523: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039b6 11924 1726884945.57550: variable 'ansible_search_path' from source: unknown 11924 1726884945.57590: calling self._execute() 11924 1726884945.57720: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.57731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.57749: variable 'omit' from source: magic vars 11924 1726884945.58165: variable 'storage_test_volume' from source: include params 11924 1726884945.58203: Evaluated conditional (storage_test_volume.thin): False 11924 1726884945.58214: when evaluation is False, skipping this task 11924 1726884945.58227: _execute() done 11924 1726884945.58237: dumping result to json 11924 1726884945.58246: done dumping result, returning 11924 1726884945.58268: done running TaskExecutor() for managed_node2/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-f4c0-2290-0000000039b6] 11924 1726884945.58280: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b6 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884945.58446: no more pending results, returning what we have 11924 1726884945.58451: results queue empty 11924 1726884945.58452: checking for any_errors_fatal 11924 1726884945.58465: done checking for any_errors_fatal 11924 1726884945.58466: checking for max_fail_percentage 11924 1726884945.58468: done checking for max_fail_percentage 11924 1726884945.58469: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.58470: done checking to see if all hosts have failed 11924 1726884945.58470: getting the remaining hosts for this loop 11924 1726884945.58472: done getting the remaining hosts for this loop 11924 1726884945.58480: getting the next task for host managed_node2 11924 1726884945.58491: done getting next task for host managed_node2 11924 1726884945.58494: ^ task is: TASK: Show max thin pool size 11924 1726884945.58504: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884945.58508: getting variables 11924 1726884945.58510: in VariableManager get_vars() 11924 1726884945.58546: Calling all_inventory to load vars for managed_node2 11924 1726884945.58551: Calling groups_inventory to load vars for managed_node2 11924 1726884945.58806: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.58813: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b6 11924 1726884945.58816: WORKER PROCESS EXITING 11924 1726884945.58824: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.58827: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.58830: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.59363: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.60089: done with get_vars() 11924 1726884945.60116: done getting variables 11924 1726884945.60196: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:45 -0400 (0:00:00.034) 0:01:50.941 ****** 11924 1726884945.60237: entering _queue_task() for managed_node2/debug 11924 1726884945.60463: worker is 1 (out of 1 available) 11924 1726884945.60475: exiting _queue_task() for managed_node2/debug 11924 1726884945.60487: done queuing things up, now waiting for results queue to drain 11924 1726884945.60489: waiting for pending results... 11924 1726884945.60687: running TaskExecutor() for managed_node2/TASK: Show max thin pool size 11924 1726884945.60806: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039b7 11924 1726884945.60861: variable 'ansible_search_path' from source: unknown 11924 1726884945.60866: calling self._execute() 11924 1726884945.60968: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.60974: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.60984: variable 'omit' from source: magic vars 11924 1726884945.61460: variable 'storage_test_volume' from source: include params 11924 1726884945.61464: Evaluated conditional (storage_test_volume.thin): False 11924 1726884945.61467: when evaluation is False, skipping this task 11924 1726884945.61469: _execute() done 11924 1726884945.61471: dumping result to json 11924 1726884945.61473: done dumping result, returning 11924 1726884945.61476: done running TaskExecutor() for managed_node2/TASK: Show max thin pool size [0affc8a3-6f6f-f4c0-2290-0000000039b7] 11924 1726884945.61479: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b7 skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884945.61616: no more pending results, returning what we have 11924 1726884945.61620: results queue empty 11924 1726884945.61621: checking for any_errors_fatal 11924 1726884945.61629: done checking for any_errors_fatal 11924 1726884945.61629: checking for max_fail_percentage 11924 1726884945.61631: done checking for max_fail_percentage 11924 1726884945.61632: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.61632: done checking to see if all hosts have failed 11924 1726884945.61633: getting the remaining hosts for this loop 11924 1726884945.61635: done getting the remaining hosts for this loop 11924 1726884945.61639: getting the next task for host managed_node2 11924 1726884945.61649: done getting next task for host managed_node2 11924 1726884945.61651: ^ task is: TASK: Show volume thin pool size 11924 1726884945.61660: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884945.61668: getting variables 11924 1726884945.61674: in VariableManager get_vars() 11924 1726884945.61716: Calling all_inventory to load vars for managed_node2 11924 1726884945.61719: Calling groups_inventory to load vars for managed_node2 11924 1726884945.61722: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.61734: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.61737: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.61740: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.62269: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b7 11924 1726884945.62272: WORKER PROCESS EXITING 11924 1726884945.62324: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.62938: done with get_vars() 11924 1726884945.62952: done getting variables 11924 1726884945.63011: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:45 -0400 (0:00:00.028) 0:01:50.969 ****** 11924 1726884945.63046: entering _queue_task() for managed_node2/debug 11924 1726884945.63297: worker is 1 (out of 1 available) 11924 1726884945.63311: exiting _queue_task() for managed_node2/debug 11924 1726884945.63325: done queuing things up, now waiting for results queue to drain 11924 1726884945.63326: waiting for pending results... 11924 1726884945.63615: running TaskExecutor() for managed_node2/TASK: Show volume thin pool size 11924 1726884945.63839: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039b8 11924 1726884945.63863: variable 'ansible_search_path' from source: unknown 11924 1726884945.63906: calling self._execute() 11924 1726884945.64034: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.64109: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.64129: variable 'omit' from source: magic vars 11924 1726884945.64877: variable 'storage_test_volume' from source: include params 11924 1726884945.64917: Evaluated conditional (storage_test_volume.thin): False 11924 1726884945.64928: when evaluation is False, skipping this task 11924 1726884945.64936: _execute() done 11924 1726884945.64943: dumping result to json 11924 1726884945.64950: done dumping result, returning 11924 1726884945.64968: done running TaskExecutor() for managed_node2/TASK: Show volume thin pool size [0affc8a3-6f6f-f4c0-2290-0000000039b8] 11924 1726884945.64984: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b8 11924 1726884945.65210: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b8 11924 1726884945.65249: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884945.65296: no more pending results, returning what we have 11924 1726884945.65299: results queue empty 11924 1726884945.65300: checking for any_errors_fatal 11924 1726884945.65315: done checking for any_errors_fatal 11924 1726884945.65316: checking for max_fail_percentage 11924 1726884945.65319: done checking for max_fail_percentage 11924 1726884945.65320: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.65320: done checking to see if all hosts have failed 11924 1726884945.65321: getting the remaining hosts for this loop 11924 1726884945.65322: done getting the remaining hosts for this loop 11924 1726884945.65325: getting the next task for host managed_node2 11924 1726884945.65334: done getting next task for host managed_node2 11924 1726884945.65336: ^ task is: TASK: Show test volume size 11924 1726884945.65341: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884945.65345: getting variables 11924 1726884945.65347: in VariableManager get_vars() 11924 1726884945.65386: Calling all_inventory to load vars for managed_node2 11924 1726884945.65388: Calling groups_inventory to load vars for managed_node2 11924 1726884945.65390: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.65397: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.65399: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.65400: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.65740: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.66390: done with get_vars() 11924 1726884945.66402: done getting variables 11924 1726884945.66444: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:45 -0400 (0:00:00.034) 0:01:51.003 ****** 11924 1726884945.66469: entering _queue_task() for managed_node2/debug 11924 1726884945.66752: worker is 1 (out of 1 available) 11924 1726884945.66764: exiting _queue_task() for managed_node2/debug 11924 1726884945.66778: done queuing things up, now waiting for results queue to drain 11924 1726884945.66780: waiting for pending results... 11924 1726884945.66989: running TaskExecutor() for managed_node2/TASK: Show test volume size 11924 1726884945.67119: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039b9 11924 1726884945.67140: variable 'ansible_search_path' from source: unknown 11924 1726884945.67180: calling self._execute() 11924 1726884945.67788: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.67792: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.67794: variable 'omit' from source: magic vars 11924 1726884945.68322: variable 'storage_test_volume' from source: include params 11924 1726884945.68362: Evaluated conditional (storage_test_volume.thin): False 11924 1726884945.68370: when evaluation is False, skipping this task 11924 1726884945.68377: _execute() done 11924 1726884945.68383: dumping result to json 11924 1726884945.68390: done dumping result, returning 11924 1726884945.68401: done running TaskExecutor() for managed_node2/TASK: Show test volume size [0affc8a3-6f6f-f4c0-2290-0000000039b9] 11924 1726884945.68417: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b9 skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884945.68587: no more pending results, returning what we have 11924 1726884945.68592: results queue empty 11924 1726884945.68592: checking for any_errors_fatal 11924 1726884945.68604: done checking for any_errors_fatal 11924 1726884945.68605: checking for max_fail_percentage 11924 1726884945.68607: done checking for max_fail_percentage 11924 1726884945.68611: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.68612: done checking to see if all hosts have failed 11924 1726884945.68612: getting the remaining hosts for this loop 11924 1726884945.68614: done getting the remaining hosts for this loop 11924 1726884945.68618: getting the next task for host managed_node2 11924 1726884945.68628: done getting next task for host managed_node2 11924 1726884945.68631: ^ task is: TASK: Establish base value for expected thin pool size 11924 1726884945.68640: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884945.68646: getting variables 11924 1726884945.68648: in VariableManager get_vars() 11924 1726884945.68685: Calling all_inventory to load vars for managed_node2 11924 1726884945.68688: Calling groups_inventory to load vars for managed_node2 11924 1726884945.68692: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.68704: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.68707: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.68713: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.69476: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039b9 11924 1726884945.69479: WORKER PROCESS EXITING 11924 1726884945.69595: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.70260: done with get_vars() 11924 1726884945.70275: done getting variables 11924 1726884945.70341: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:45 -0400 (0:00:00.039) 0:01:51.042 ****** 11924 1726884945.70382: entering _queue_task() for managed_node2/set_fact 11924 1726884945.70681: worker is 1 (out of 1 available) 11924 1726884945.70694: exiting _queue_task() for managed_node2/set_fact 11924 1726884945.70708: done queuing things up, now waiting for results queue to drain 11924 1726884945.70712: waiting for pending results... 11924 1726884945.71003: running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool size 11924 1726884945.71211: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039ba 11924 1726884945.71231: variable 'ansible_search_path' from source: unknown 11924 1726884945.71279: calling self._execute() 11924 1726884945.71420: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.71432: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.71447: variable 'omit' from source: magic vars 11924 1726884945.72104: variable 'storage_test_volume' from source: include params 11924 1726884945.72186: Evaluated conditional (storage_test_volume.thin): False 11924 1726884945.72215: when evaluation is False, skipping this task 11924 1726884945.72249: _execute() done 11924 1726884945.72268: dumping result to json 11924 1726884945.72297: done dumping result, returning 11924 1726884945.72315: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-f4c0-2290-0000000039ba] 11924 1726884945.72373: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039ba 11924 1726884945.72762: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039ba 11924 1726884945.72766: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884945.72825: no more pending results, returning what we have 11924 1726884945.72828: results queue empty 11924 1726884945.72829: checking for any_errors_fatal 11924 1726884945.72838: done checking for any_errors_fatal 11924 1726884945.72839: checking for max_fail_percentage 11924 1726884945.72841: done checking for max_fail_percentage 11924 1726884945.72842: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.72842: done checking to see if all hosts have failed 11924 1726884945.72843: getting the remaining hosts for this loop 11924 1726884945.72844: done getting the remaining hosts for this loop 11924 1726884945.72847: getting the next task for host managed_node2 11924 1726884945.72854: done getting next task for host managed_node2 11924 1726884945.72861: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 11924 1726884945.72867: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884945.72871: getting variables 11924 1726884945.72875: in VariableManager get_vars() 11924 1726884945.72911: Calling all_inventory to load vars for managed_node2 11924 1726884945.72913: Calling groups_inventory to load vars for managed_node2 11924 1726884945.72916: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.72928: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.72931: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.72933: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.74139: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.75343: done with get_vars() 11924 1726884945.75365: done getting variables 11924 1726884945.75435: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:45 -0400 (0:00:00.051) 0:01:51.094 ****** 11924 1726884945.75580: entering _queue_task() for managed_node2/set_fact 11924 1726884945.76197: worker is 1 (out of 1 available) 11924 1726884945.76208: exiting _queue_task() for managed_node2/set_fact 11924 1726884945.76221: done queuing things up, now waiting for results queue to drain 11924 1726884945.76223: waiting for pending results... 11924 1726884945.76501: running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value 11924 1726884945.76735: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039bb 11924 1726884945.76883: variable 'ansible_search_path' from source: unknown 11924 1726884945.76887: calling self._execute() 11924 1726884945.76970: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.76981: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.76999: variable 'omit' from source: magic vars 11924 1726884945.77394: variable 'storage_test_volume' from source: include params 11924 1726884945.77441: Evaluated conditional (storage_test_volume.thin): False 11924 1726884945.77451: when evaluation is False, skipping this task 11924 1726884945.77462: _execute() done 11924 1726884945.77470: dumping result to json 11924 1726884945.77477: done dumping result, returning 11924 1726884945.77488: done running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-f4c0-2290-0000000039bb] 11924 1726884945.77500: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039bb skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884945.77802: no more pending results, returning what we have 11924 1726884945.77806: results queue empty 11924 1726884945.77806: checking for any_errors_fatal 11924 1726884945.77817: done checking for any_errors_fatal 11924 1726884945.77818: checking for max_fail_percentage 11924 1726884945.77820: done checking for max_fail_percentage 11924 1726884945.77820: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.77821: done checking to see if all hosts have failed 11924 1726884945.77822: getting the remaining hosts for this loop 11924 1726884945.77824: done getting the remaining hosts for this loop 11924 1726884945.77828: getting the next task for host managed_node2 11924 1726884945.77836: done getting next task for host managed_node2 11924 1726884945.77838: ^ task is: TASK: Establish base value for expected thin pool volume size 11924 1726884945.77845: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884945.77849: getting variables 11924 1726884945.77850: in VariableManager get_vars() 11924 1726884945.77887: Calling all_inventory to load vars for managed_node2 11924 1726884945.77890: Calling groups_inventory to load vars for managed_node2 11924 1726884945.77894: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.77904: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.77907: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.77913: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.78469: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039bb 11924 1726884945.78473: WORKER PROCESS EXITING 11924 1726884945.78623: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.79270: done with get_vars() 11924 1726884945.79347: done getting variables 11924 1726884945.79429: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:45 -0400 (0:00:00.039) 0:01:51.133 ****** 11924 1726884945.79474: entering _queue_task() for managed_node2/set_fact 11924 1726884945.80145: worker is 1 (out of 1 available) 11924 1726884945.80230: exiting _queue_task() for managed_node2/set_fact 11924 1726884945.80299: done queuing things up, now waiting for results queue to drain 11924 1726884945.80302: waiting for pending results... 11924 1726884945.80618: running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool volume size 11924 1726884945.80798: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039bc 11924 1726884945.80826: variable 'ansible_search_path' from source: unknown 11924 1726884945.80880: calling self._execute() 11924 1726884945.81037: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.81059: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.81083: variable 'omit' from source: magic vars 11924 1726884945.81572: variable 'storage_test_volume' from source: include params 11924 1726884945.81646: Evaluated conditional (storage_test_volume.thin): False 11924 1726884945.81660: when evaluation is False, skipping this task 11924 1726884945.81704: _execute() done 11924 1726884945.81708: dumping result to json 11924 1726884945.81710: done dumping result, returning 11924 1726884945.81798: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-f4c0-2290-0000000039bc] 11924 1726884945.81801: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039bc 11924 1726884945.81882: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039bc 11924 1726884945.81885: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884945.81960: no more pending results, returning what we have 11924 1726884945.82158: results queue empty 11924 1726884945.82159: checking for any_errors_fatal 11924 1726884945.82169: done checking for any_errors_fatal 11924 1726884945.82170: checking for max_fail_percentage 11924 1726884945.82173: done checking for max_fail_percentage 11924 1726884945.82174: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.82175: done checking to see if all hosts have failed 11924 1726884945.82176: getting the remaining hosts for this loop 11924 1726884945.82177: done getting the remaining hosts for this loop 11924 1726884945.82181: getting the next task for host managed_node2 11924 1726884945.82189: done getting next task for host managed_node2 11924 1726884945.82191: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 11924 1726884945.82197: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884945.82202: getting variables 11924 1726884945.82203: in VariableManager get_vars() 11924 1726884945.82232: Calling all_inventory to load vars for managed_node2 11924 1726884945.82235: Calling groups_inventory to load vars for managed_node2 11924 1726884945.82238: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.82248: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.82251: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.82254: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.83147: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.83932: done with get_vars() 11924 1726884945.83946: done getting variables 11924 1726884945.84007: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:45 -0400 (0:00:00.045) 0:01:51.179 ****** 11924 1726884945.84041: entering _queue_task() for managed_node2/set_fact 11924 1726884945.84344: worker is 1 (out of 1 available) 11924 1726884945.84469: exiting _queue_task() for managed_node2/set_fact 11924 1726884945.84480: done queuing things up, now waiting for results queue to drain 11924 1726884945.84482: waiting for pending results... 11924 1726884945.84743: running TaskExecutor() for managed_node2/TASK: Calculate the expected thin pool volume size based on percentage value 11924 1726884945.84928: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039bd 11924 1726884945.84933: variable 'ansible_search_path' from source: unknown 11924 1726884945.84972: calling self._execute() 11924 1726884945.85162: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.85266: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.85270: variable 'omit' from source: magic vars 11924 1726884945.85627: variable 'storage_test_volume' from source: include params 11924 1726884945.85667: Evaluated conditional (storage_test_volume.thin): False 11924 1726884945.85676: when evaluation is False, skipping this task 11924 1726884945.85685: _execute() done 11924 1726884945.85698: dumping result to json 11924 1726884945.85762: done dumping result, returning 11924 1726884945.85768: done running TaskExecutor() for managed_node2/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-f4c0-2290-0000000039bd] 11924 1726884945.85771: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039bd skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884945.85967: no more pending results, returning what we have 11924 1726884945.85971: results queue empty 11924 1726884945.85972: checking for any_errors_fatal 11924 1726884945.85981: done checking for any_errors_fatal 11924 1726884945.85982: checking for max_fail_percentage 11924 1726884945.85984: done checking for max_fail_percentage 11924 1726884945.85986: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.85986: done checking to see if all hosts have failed 11924 1726884945.85987: getting the remaining hosts for this loop 11924 1726884945.85989: done getting the remaining hosts for this loop 11924 1726884945.85993: getting the next task for host managed_node2 11924 1726884945.86004: done getting next task for host managed_node2 11924 1726884945.86006: ^ task is: TASK: Replace expected volume size with calculated value 11924 1726884945.86013: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884945.86110: getting variables 11924 1726884945.86113: in VariableManager get_vars() 11924 1726884945.86181: Calling all_inventory to load vars for managed_node2 11924 1726884945.86184: Calling groups_inventory to load vars for managed_node2 11924 1726884945.86188: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.86244: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039bd 11924 1726884945.86247: WORKER PROCESS EXITING 11924 1726884945.86267: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.86272: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.86275: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.87197: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.87925: done with get_vars() 11924 1726884945.87942: done getting variables 11924 1726884945.88021: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:45 -0400 (0:00:00.040) 0:01:51.219 ****** 11924 1726884945.88061: entering _queue_task() for managed_node2/set_fact 11924 1726884945.88449: worker is 1 (out of 1 available) 11924 1726884945.88567: exiting _queue_task() for managed_node2/set_fact 11924 1726884945.88581: done queuing things up, now waiting for results queue to drain 11924 1726884945.88583: waiting for pending results... 11924 1726884945.88821: running TaskExecutor() for managed_node2/TASK: Replace expected volume size with calculated value 11924 1726884945.89033: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039be 11924 1726884945.89038: variable 'ansible_search_path' from source: unknown 11924 1726884945.89110: calling self._execute() 11924 1726884945.89235: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.89251: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.89297: variable 'omit' from source: magic vars 11924 1726884945.89698: variable 'storage_test_volume' from source: include params 11924 1726884945.89765: Evaluated conditional (storage_test_volume.thin): False 11924 1726884945.89772: when evaluation is False, skipping this task 11924 1726884945.89774: _execute() done 11924 1726884945.89777: dumping result to json 11924 1726884945.89779: done dumping result, returning 11924 1726884945.89782: done running TaskExecutor() for managed_node2/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-f4c0-2290-0000000039be] 11924 1726884945.89860: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039be 11924 1726884945.89938: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039be 11924 1726884945.89943: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884945.89994: no more pending results, returning what we have 11924 1726884945.89998: results queue empty 11924 1726884945.89999: checking for any_errors_fatal 11924 1726884945.90011: done checking for any_errors_fatal 11924 1726884945.90012: checking for max_fail_percentage 11924 1726884945.90014: done checking for max_fail_percentage 11924 1726884945.90015: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.90016: done checking to see if all hosts have failed 11924 1726884945.90017: getting the remaining hosts for this loop 11924 1726884945.90019: done getting the remaining hosts for this loop 11924 1726884945.90023: getting the next task for host managed_node2 11924 1726884945.90036: done getting next task for host managed_node2 11924 1726884945.90039: ^ task is: TASK: Show actual size 11924 1726884945.90046: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884945.90052: getting variables 11924 1726884945.90054: in VariableManager get_vars() 11924 1726884945.90095: Calling all_inventory to load vars for managed_node2 11924 1726884945.90097: Calling groups_inventory to load vars for managed_node2 11924 1726884945.90101: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.90115: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.90118: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.90121: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.91516: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.92638: done with get_vars() 11924 1726884945.92653: done getting variables 11924 1726884945.92727: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:45 -0400 (0:00:00.047) 0:01:51.266 ****** 11924 1726884945.92767: entering _queue_task() for managed_node2/debug 11924 1726884945.93100: worker is 1 (out of 1 available) 11924 1726884945.93121: exiting _queue_task() for managed_node2/debug 11924 1726884945.93136: done queuing things up, now waiting for results queue to drain 11924 1726884945.93137: waiting for pending results... 11924 1726884945.93557: running TaskExecutor() for managed_node2/TASK: Show actual size 11924 1726884945.93652: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039c0 11924 1726884945.93661: variable 'ansible_search_path' from source: unknown 11924 1726884945.93674: calling self._execute() 11924 1726884945.93815: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.93827: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.93839: variable 'omit' from source: magic vars 11924 1726884945.94002: variable 'omit' from source: magic vars 11924 1726884945.94088: variable 'omit' from source: magic vars 11924 1726884945.94361: variable 'omit' from source: magic vars 11924 1726884945.94364: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884945.94368: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884945.94449: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884945.94658: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884945.94677: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884945.94701: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884945.94990: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884945.94993: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884945.94995: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.94997: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.95076: Set connection var ansible_shell_executable to /bin/sh 11924 1726884945.95363: Set connection var ansible_connection to ssh 11924 1726884945.95366: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884945.95368: Set connection var ansible_timeout to 10 11924 1726884945.95371: Set connection var ansible_pipelining to False 11924 1726884945.95373: Set connection var ansible_shell_type to sh 11924 1726884945.95375: variable 'ansible_shell_executable' from source: unknown 11924 1726884945.95378: variable 'ansible_connection' from source: unknown 11924 1726884945.95380: variable 'ansible_module_compression' from source: unknown 11924 1726884945.95382: variable 'ansible_shell_type' from source: unknown 11924 1726884945.95385: variable 'ansible_shell_executable' from source: unknown 11924 1726884945.95387: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884945.95389: variable 'ansible_pipelining' from source: unknown 11924 1726884945.95391: variable 'ansible_timeout' from source: unknown 11924 1726884945.95393: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884945.95629: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884945.95646: variable 'omit' from source: magic vars 11924 1726884945.95654: starting attempt loop 11924 1726884945.95662: running the handler 11924 1726884945.95723: variable 'storage_test_actual_size' from source: set_fact 11924 1726884945.96165: variable 'storage_test_actual_size' from source: set_fact 11924 1726884945.96363: handler run complete 11924 1726884945.96385: attempt loop complete, returning result 11924 1726884945.96391: _execute() done 11924 1726884945.96397: dumping result to json 11924 1726884945.96404: done dumping result, returning 11924 1726884945.96416: done running TaskExecutor() for managed_node2/TASK: Show actual size [0affc8a3-6f6f-f4c0-2290-0000000039c0] 11924 1726884945.96459: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039c0 ok: [managed_node2] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } 11924 1726884945.96722: no more pending results, returning what we have 11924 1726884945.96725: results queue empty 11924 1726884945.96726: checking for any_errors_fatal 11924 1726884945.96739: done checking for any_errors_fatal 11924 1726884945.96739: checking for max_fail_percentage 11924 1726884945.96741: done checking for max_fail_percentage 11924 1726884945.96742: checking to see if all hosts have failed and the running result is not ok 11924 1726884945.96743: done checking to see if all hosts have failed 11924 1726884945.96744: getting the remaining hosts for this loop 11924 1726884945.96745: done getting the remaining hosts for this loop 11924 1726884945.96749: getting the next task for host managed_node2 11924 1726884945.96760: done getting next task for host managed_node2 11924 1726884945.96763: ^ task is: TASK: Show expected size 11924 1726884945.96772: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884945.96778: getting variables 11924 1726884945.96780: in VariableManager get_vars() 11924 1726884945.96816: Calling all_inventory to load vars for managed_node2 11924 1726884945.96819: Calling groups_inventory to load vars for managed_node2 11924 1726884945.96824: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884945.96836: Calling all_plugins_play to load vars for managed_node2 11924 1726884945.96839: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884945.96842: Calling groups_plugins_play to load vars for managed_node2 11924 1726884945.97669: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039c0 11924 1726884945.97673: WORKER PROCESS EXITING 11924 1726884945.98347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884945.99204: done with get_vars() 11924 1726884945.99221: done getting variables 11924 1726884945.99282: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:45 -0400 (0:00:00.065) 0:01:51.332 ****** 11924 1726884945.99319: entering _queue_task() for managed_node2/debug 11924 1726884945.99675: worker is 1 (out of 1 available) 11924 1726884945.99818: exiting _queue_task() for managed_node2/debug 11924 1726884945.99830: done queuing things up, now waiting for results queue to drain 11924 1726884945.99832: waiting for pending results... 11924 1726884946.00053: running TaskExecutor() for managed_node2/TASK: Show expected size 11924 1726884946.00227: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039c1 11924 1726884946.00256: variable 'ansible_search_path' from source: unknown 11924 1726884946.00303: calling self._execute() 11924 1726884946.00444: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.00454: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.00472: variable 'omit' from source: magic vars 11924 1726884946.00600: variable 'omit' from source: magic vars 11924 1726884946.00672: variable 'omit' from source: magic vars 11924 1726884946.00719: variable 'omit' from source: magic vars 11924 1726884946.00767: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884946.00823: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884946.00906: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884946.00909: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884946.00912: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884946.00914: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884946.00926: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884946.00965: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884946.00973: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.01013: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.01109: Set connection var ansible_shell_executable to /bin/sh 11924 1726884946.01123: Set connection var ansible_connection to ssh 11924 1726884946.01135: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884946.01149: Set connection var ansible_timeout to 10 11924 1726884946.01160: Set connection var ansible_pipelining to False 11924 1726884946.01230: Set connection var ansible_shell_type to sh 11924 1726884946.01233: variable 'ansible_shell_executable' from source: unknown 11924 1726884946.01235: variable 'ansible_connection' from source: unknown 11924 1726884946.01237: variable 'ansible_module_compression' from source: unknown 11924 1726884946.01239: variable 'ansible_shell_type' from source: unknown 11924 1726884946.01241: variable 'ansible_shell_executable' from source: unknown 11924 1726884946.01243: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.01244: variable 'ansible_pipelining' from source: unknown 11924 1726884946.01246: variable 'ansible_timeout' from source: unknown 11924 1726884946.01248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.01380: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884946.01399: variable 'omit' from source: magic vars 11924 1726884946.01410: starting attempt loop 11924 1726884946.01418: running the handler 11924 1726884946.01481: variable 'storage_test_expected_size' from source: set_fact 11924 1726884946.01681: variable 'storage_test_expected_size' from source: set_fact 11924 1726884946.01718: handler run complete 11924 1726884946.01771: attempt loop complete, returning result 11924 1726884946.01775: _execute() done 11924 1726884946.01777: dumping result to json 11924 1726884946.01780: done dumping result, returning 11924 1726884946.01782: done running TaskExecutor() for managed_node2/TASK: Show expected size [0affc8a3-6f6f-f4c0-2290-0000000039c1] 11924 1726884946.01784: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039c1 11924 1726884946.02007: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039c1 11924 1726884946.02010: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_test_expected_size": "5368709120" } 11924 1726884946.02062: no more pending results, returning what we have 11924 1726884946.02066: results queue empty 11924 1726884946.02067: checking for any_errors_fatal 11924 1726884946.02079: done checking for any_errors_fatal 11924 1726884946.02080: checking for max_fail_percentage 11924 1726884946.02082: done checking for max_fail_percentage 11924 1726884946.02083: checking to see if all hosts have failed and the running result is not ok 11924 1726884946.02083: done checking to see if all hosts have failed 11924 1726884946.02084: getting the remaining hosts for this loop 11924 1726884946.02086: done getting the remaining hosts for this loop 11924 1726884946.02095: getting the next task for host managed_node2 11924 1726884946.02106: done getting next task for host managed_node2 11924 1726884946.02109: ^ task is: TASK: Assert expected size is actual size 11924 1726884946.02117: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884946.02123: getting variables 11924 1726884946.02126: in VariableManager get_vars() 11924 1726884946.02164: Calling all_inventory to load vars for managed_node2 11924 1726884946.02167: Calling groups_inventory to load vars for managed_node2 11924 1726884946.02172: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884946.02183: Calling all_plugins_play to load vars for managed_node2 11924 1726884946.02186: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884946.02188: Calling groups_plugins_play to load vars for managed_node2 11924 1726884946.02992: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884946.03628: done with get_vars() 11924 1726884946.03650: done getting variables 11924 1726884946.03709: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Assert 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 22:15:46 -0400 (0:00:00.044) 0:01:51.376 ****** 11924 1726884946.03747: entering _queue_task() for managed_node2/assert 11924 1726884946.04013: worker is 1 (out of 1 available) 11924 1726884946.04024: exiting _queue_task() for managed_node2/assert 11924 1726884946.04037: done queuing things up, now waiting for results queue to drain 11924 1726884946.04038: waiting for pending results... 11924 1726884946.04382: running TaskExecutor() for managed_node2/TASK: Assert expected size is actual size 11924 1726884946.04505: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039c2 11924 1726884946.04509: variable 'ansible_search_path' from source: unknown 11924 1726884946.04587: calling self._execute() 11924 1726884946.04669: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.04680: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.04703: variable 'omit' from source: magic vars 11924 1726884946.05104: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884946.07367: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884946.07550: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884946.07553: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884946.07558: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884946.07569: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884946.07676: variable '_storage_test_volume_present' from source: set_fact 11924 1726884946.07697: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884946.07837: variable 'storage_test_volume' from source: include params 11924 1726884946.07879: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884946.07890: variable 'omit' from source: magic vars 11924 1726884946.07959: variable 'omit' from source: magic vars 11924 1726884946.08149: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884946.08182: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884946.08218: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884946.08263: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884946.08281: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884946.08379: variable 'storage_test_volume' from source: include params 11924 1726884946.08397: variable 'storage_test_expected_size' from source: set_fact 11924 1726884946.08457: variable 'storage_test_actual_size' from source: set_fact 11924 1726884946.08465: variable 'omit' from source: magic vars 11924 1726884946.08486: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884946.08524: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884946.08547: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884946.08575: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884946.08590: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884946.08612: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884946.08637: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884946.08682: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884946.08685: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.08808: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.09262: Set connection var ansible_shell_executable to /bin/sh 11924 1726884946.09265: Set connection var ansible_connection to ssh 11924 1726884946.09266: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884946.09268: Set connection var ansible_timeout to 10 11924 1726884946.09270: Set connection var ansible_pipelining to False 11924 1726884946.09271: Set connection var ansible_shell_type to sh 11924 1726884946.09273: variable 'ansible_shell_executable' from source: unknown 11924 1726884946.09274: variable 'ansible_connection' from source: unknown 11924 1726884946.09276: variable 'ansible_module_compression' from source: unknown 11924 1726884946.09278: variable 'ansible_shell_type' from source: unknown 11924 1726884946.09280: variable 'ansible_shell_executable' from source: unknown 11924 1726884946.09281: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.09283: variable 'ansible_pipelining' from source: unknown 11924 1726884946.09285: variable 'ansible_timeout' from source: unknown 11924 1726884946.09286: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.09663: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884946.09668: variable 'omit' from source: magic vars 11924 1726884946.09670: starting attempt loop 11924 1726884946.09673: running the handler 11924 1726884946.09764: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884946.09961: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884946.09965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884946.09987: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884946.10010: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884946.10364: variable 'storage_test_expected_size' from source: set_fact 11924 1726884946.10430: variable 'storage_test_actual_size' from source: set_fact 11924 1726884946.10434: Evaluated conditional ((storage_test_expected_size | int - storage_test_actual_size.bytes) | abs / storage_test_expected_size | int < 0.04): True 11924 1726884946.10436: handler run complete 11924 1726884946.10438: attempt loop complete, returning result 11924 1726884946.10440: _execute() done 11924 1726884946.10442: dumping result to json 11924 1726884946.10444: done dumping result, returning 11924 1726884946.10454: done running TaskExecutor() for managed_node2/TASK: Assert expected size is actual size [0affc8a3-6f6f-f4c0-2290-0000000039c2] 11924 1726884946.10458: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039c2 ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884946.10697: no more pending results, returning what we have 11924 1726884946.10700: results queue empty 11924 1726884946.10701: checking for any_errors_fatal 11924 1726884946.10715: done checking for any_errors_fatal 11924 1726884946.10716: checking for max_fail_percentage 11924 1726884946.10719: done checking for max_fail_percentage 11924 1726884946.10720: checking to see if all hosts have failed and the running result is not ok 11924 1726884946.10720: done checking to see if all hosts have failed 11924 1726884946.10721: getting the remaining hosts for this loop 11924 1726884946.10723: done getting the remaining hosts for this loop 11924 1726884946.10727: getting the next task for host managed_node2 11924 1726884946.10740: done getting next task for host managed_node2 11924 1726884946.10743: ^ task is: TASK: Get information about the LV 11924 1726884946.10749: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884946.10757: getting variables 11924 1726884946.10759: in VariableManager get_vars() 11924 1726884946.10798: Calling all_inventory to load vars for managed_node2 11924 1726884946.10801: Calling groups_inventory to load vars for managed_node2 11924 1726884946.10805: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884946.10816: Calling all_plugins_play to load vars for managed_node2 11924 1726884946.10819: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884946.10823: Calling groups_plugins_play to load vars for managed_node2 11924 1726884946.11869: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039c2 11924 1726884946.11872: WORKER PROCESS EXITING 11924 1726884946.12459: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884946.13748: done with get_vars() 11924 1726884946.13770: done getting variables 11924 1726884946.13834: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:46 -0400 (0:00:00.103) 0:01:51.479 ****** 11924 1726884946.14090: entering _queue_task() for managed_node2/command 11924 1726884946.14738: worker is 1 (out of 1 available) 11924 1726884946.14751: exiting _queue_task() for managed_node2/command 11924 1726884946.14765: done queuing things up, now waiting for results queue to drain 11924 1726884946.14767: waiting for pending results... 11924 1726884946.15383: running TaskExecutor() for managed_node2/TASK: Get information about the LV 11924 1726884946.15661: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039c9 11924 1726884946.15740: variable 'ansible_search_path' from source: unknown 11924 1726884946.15780: calling self._execute() 11924 1726884946.15997: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.16011: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.16026: variable 'omit' from source: magic vars 11924 1726884946.17064: variable 'storage_test_volume' from source: include params 11924 1726884946.17077: variable '_storage_test_volume_present' from source: set_fact 11924 1726884946.17094: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884946.17105: variable 'omit' from source: magic vars 11924 1726884946.17300: variable 'omit' from source: magic vars 11924 1726884946.17516: variable 'storage_test_pool' from source: include params 11924 1726884946.17631: variable 'storage_test_volume' from source: include params 11924 1726884946.17674: variable 'omit' from source: magic vars 11924 1726884946.17750: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884946.17864: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884946.17890: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884946.17949: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884946.17973: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884946.18069: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884946.18088: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884946.18177: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884946.18181: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.18183: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.18533: Set connection var ansible_shell_executable to /bin/sh 11924 1726884946.18557: Set connection var ansible_connection to ssh 11924 1726884946.18575: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884946.18624: Set connection var ansible_timeout to 10 11924 1726884946.18799: Set connection var ansible_pipelining to False 11924 1726884946.18802: Set connection var ansible_shell_type to sh 11924 1726884946.18804: variable 'ansible_shell_executable' from source: unknown 11924 1726884946.18807: variable 'ansible_connection' from source: unknown 11924 1726884946.18811: variable 'ansible_module_compression' from source: unknown 11924 1726884946.18814: variable 'ansible_shell_type' from source: unknown 11924 1726884946.18816: variable 'ansible_shell_executable' from source: unknown 11924 1726884946.18817: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.18820: variable 'ansible_pipelining' from source: unknown 11924 1726884946.18949: variable 'ansible_timeout' from source: unknown 11924 1726884946.18952: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.19465: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884946.19468: variable 'omit' from source: magic vars 11924 1726884946.19471: starting attempt loop 11924 1726884946.19473: running the handler 11924 1726884946.19475: _low_level_execute_command(): starting 11924 1726884946.19477: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884946.21680: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884946.21743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884946.21762: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884946.21970: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884946.21983: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884946.22070: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884946.23742: stdout chunk (state=3): >>>/root <<< 11924 1726884946.23842: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884946.23928: stderr chunk (state=3): >>><<< 11924 1726884946.23931: stdout chunk (state=3): >>><<< 11924 1726884946.23952: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884946.23998: _low_level_execute_command(): starting 11924 1726884946.24043: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884946.2398567-16992-1095276294798 `" && echo ansible-tmp-1726884946.2398567-16992-1095276294798="` echo /root/.ansible/tmp/ansible-tmp-1726884946.2398567-16992-1095276294798 `" ) && sleep 0' 11924 1726884946.25172: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884946.25228: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884946.25249: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884946.25268: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884946.25393: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884946.27379: stdout chunk (state=3): >>>ansible-tmp-1726884946.2398567-16992-1095276294798=/root/.ansible/tmp/ansible-tmp-1726884946.2398567-16992-1095276294798 <<< 11924 1726884946.27536: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884946.27540: stdout chunk (state=3): >>><<< 11924 1726884946.27542: stderr chunk (state=3): >>><<< 11924 1726884946.27761: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884946.2398567-16992-1095276294798=/root/.ansible/tmp/ansible-tmp-1726884946.2398567-16992-1095276294798 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884946.27764: variable 'ansible_module_compression' from source: unknown 11924 1726884946.27767: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884946.27769: variable 'ansible_facts' from source: unknown 11924 1726884946.27790: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884946.2398567-16992-1095276294798/AnsiballZ_command.py 11924 1726884946.28018: Sending initial data 11924 1726884946.28021: Sent initial data (154 bytes) 11924 1726884946.28499: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884946.28518: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884946.28534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884946.28637: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884946.28664: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884946.28679: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884946.28765: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884946.30369: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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" <<< 11924 1726884946.30386: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 11924 1726884946.30420: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884946.30495: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp3tes3hyd /root/.ansible/tmp/ansible-tmp-1726884946.2398567-16992-1095276294798/AnsiballZ_command.py <<< 11924 1726884946.30498: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884946.2398567-16992-1095276294798/AnsiballZ_command.py" <<< 11924 1726884946.30576: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp3tes3hyd" to remote "/root/.ansible/tmp/ansible-tmp-1726884946.2398567-16992-1095276294798/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884946.2398567-16992-1095276294798/AnsiballZ_command.py" <<< 11924 1726884946.31444: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884946.31474: stderr chunk (state=3): >>><<< 11924 1726884946.31488: stdout chunk (state=3): >>><<< 11924 1726884946.31517: done transferring module to remote 11924 1726884946.31567: _low_level_execute_command(): starting 11924 1726884946.31570: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884946.2398567-16992-1095276294798/ /root/.ansible/tmp/ansible-tmp-1726884946.2398567-16992-1095276294798/AnsiballZ_command.py && sleep 0' 11924 1726884946.32418: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884946.32432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884946.32492: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884946.32535: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884946.32598: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884946.34490: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884946.34594: stderr chunk (state=3): >>><<< 11924 1726884946.34634: stdout chunk (state=3): >>><<< 11924 1726884946.34781: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884946.34785: _low_level_execute_command(): starting 11924 1726884946.34787: _low_level_execute_command(): using become for this command 11924 1726884946.34790: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-xcsaxpiviaiwmdvbenslyfdglrrrolka ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884946.2398567-16992-1095276294798/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884946.35143: Initial state: awaiting_escalation: BECOME-SUCCESS-xcsaxpiviaiwmdvbenslyfdglrrrolka 11924 1726884946.36626: 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 <<< 11924 1726884946.36802: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884946.36948: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884946.37097: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884946.40134: stdout chunk (state=1): >>>BECOME-SUCCESS-xcsaxpiviaiwmdvbenslyfdglrrrolka <<< 11924 1726884946.40140: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-xcsaxpiviaiwmdvbenslyfdglrrrolka' 11924 1726884946.40452: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884946.40495: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884946.40525: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884946.40596: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884946.40620: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884946.40639: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884946.40761: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884946.40775: stdout chunk (state=3): >>># installing zipimport hook import 'time' # <<< 11924 1726884946.40807: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # <<< 11924 1726884946.40845: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884946.40862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884946.40889: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb5bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb58ba10> <<< 11924 1726884946.40927: 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' <<< 11924 1726884946.40949: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb5be930> import '_signal' # <<< 11924 1726884946.40985: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884946.41000: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884946.41022: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884946.41054: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884946.41159: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884946.41165: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884946.41220: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884946.41248: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884946.41339: 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 0x7f7bfb5ccfe0> <<< 11924 1726884946.41410: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb5cdfd0> <<< 11924 1726884946.41453: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884946.41458: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884946.41765: 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' <<< 11924 1726884946.41775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884946.41844: 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 <<< 11924 1726884946.41896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb3f3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884946.41964: 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 0x7f7bfb3f3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884946.41997: 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 <<< 11924 1726884946.42098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 11924 1726884946.42112: 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 0x7f7bfb4237a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884946.42139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb423e30> import '_collections' # <<< 11924 1726884946.42225: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb403aa0> import '_functools' # <<< 11924 1726884946.42267: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb4011c0> <<< 11924 1726884946.42339: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb3f0f80> <<< 11924 1726884946.42404: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884946.42533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884946.42541: 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' <<< 11924 1726884946.42545: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb447710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb446330> <<< 11924 1726884946.42596: 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 0x7f7bfb4021b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb3f2e70> <<< 11924 1726884946.42632: 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 0x7f7bfb478740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb3f0200> <<< 11924 1726884946.42700: 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 0x7f7bfb478bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb478aa0> <<< 11924 1726884946.42750: 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 0x7f7bfb478e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb3e6d20> <<< 11924 1726884946.42800: 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 <<< 11924 1726884946.42847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb479550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb479220> import 'importlib.machinery' # <<< 11924 1726884946.42875: 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' <<< 11924 1726884946.42902: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb47a450> <<< 11924 1726884946.42946: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884946.42975: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884946.43013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884946.43091: 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 0x7f7bfb494650> <<< 11924 1726884946.43135: 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 0x7f7bfb495d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884946.43184: 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 0x7f7bfb496c30> <<< 11924 1726884946.43227: 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 0x7f7bfb497290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb496180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884946.43278: 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 0x7f7bfb497d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb497440> <<< 11924 1726884946.43322: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb47a480> <<< 11924 1726884946.43383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884946.43479: 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' <<< 11924 1726884946.43482: 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 0x7f7bfb20fc20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884946.43562: 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 0x7f7bfb238740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb2384a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfb238770> <<< 11924 1726884946.43581: 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' <<< 11924 1726884946.43718: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884946.43765: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfb2390a0> <<< 11924 1726884946.43908: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884946.43911: 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 0x7f7bfb239a90> <<< 11924 1726884946.43987: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb238950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb20ddc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884946.43993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884946.44032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb23ae10> <<< 11924 1726884946.44035: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb239910> <<< 11924 1726884946.44064: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb47ab70> <<< 11924 1726884946.44082: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884946.44152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884946.44173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884946.44202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884946.44226: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb267110> <<< 11924 1726884946.44299: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884946.44305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884946.44341: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884946.44344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884946.44397: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb28f4a0> <<< 11924 1726884946.44413: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884946.44466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884946.44509: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884946.44538: 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 0x7f7bfb2e8260> <<< 11924 1726884946.44554: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884946.44580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884946.44611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884946.44648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884946.44736: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb2ea9c0> <<< 11924 1726884946.44820: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb2e8380> <<< 11924 1726884946.44873: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb2b5280> <<< 11924 1726884946.44905: 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 0x7f7bfb0ed310> <<< 11924 1726884946.44908: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb28e2d0> <<< 11924 1726884946.44926: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb23bce0> <<< 11924 1726884946.45063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7bfb28e630> <<< 11924 1726884946.45230: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_8uz21zg5/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 11924 1726884946.45365: 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' <<< 11924 1726884946.45426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884946.45495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884946.45526: 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' <<< 11924 1726884946.45545: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb143020> import '_typing' # <<< 11924 1726884946.45722: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb125f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb1250d0> # zipimport: zlib available <<< 11924 1726884946.45771: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884946.45801: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.45824: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884946.45836: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.47235: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.48424: 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 0x7f7bfb141310> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884946.48508: 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' <<< 11924 1726884946.48560: 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' <<< 11924 1726884946.48609: 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 0x7f7bfb16e870> <<< 11924 1726884946.48680: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb16e600> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb16df70> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb16e990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb238440> import 'atexit' # <<< 11924 1726884946.48789: 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 0x7f7bfb16f5f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfb16f830> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884946.48858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884946.48945: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb16fd70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884946.48999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884946.49075: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab15ac0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfab176e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884946.49121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab17fb0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884946.49157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab1d250> <<< 11924 1726884946.49174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884946.49207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884946.49229: 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' <<< 11924 1726884946.49302: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab1fce0> <<< 11924 1726884946.49400: 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 0x7f7bfb267080> <<< 11924 1726884946.49406: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab1dfa0> <<< 11924 1726884946.49410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884946.49412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884946.49445: 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 <<< 11924 1726884946.49508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884946.49532: 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 0x7f7bfab23bf0> <<< 11924 1726884946.49557: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884946.49624: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab226c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab22420> <<< 11924 1726884946.49640: 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' <<< 11924 1726884946.49744: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab22990> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab1e4b0> <<< 11924 1726884946.49768: 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 0x7f7bfab67e00> <<< 11924 1726884946.49819: 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 0x7f7bfab67fb0> <<< 11924 1726884946.49906: 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' <<< 11924 1726884946.49935: 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 0x7f7bfab69a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab697f0> <<< 11924 1726884946.49968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884946.50078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884946.50194: 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 0x7f7bfab6bf80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab6a0f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884946.50241: 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' # <<< 11924 1726884946.50280: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab6f6b0> <<< 11924 1726884946.50404: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab6c170> <<< 11924 1726884946.50468: stdout 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 0x7f7bfab704a0> <<< 11924 1726884946.50513: stdout 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 0x7f7bfab70770><<< 11924 1726884946.50521: stdout chunk (state=3): >>> <<< 11924 1726884946.50546: stdout 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 0x7f7bfab70a70> <<< 11924 1726884946.50576: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab68170> <<< 11924 1726884946.50586: 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 <<< 11924 1726884946.50589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884946.50608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884946.50627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884946.50664: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884946.50696: 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 0x7f7bfabfc170> <<< 11924 1726884946.50839: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884946.50844: 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 0x7f7bfabfd130> <<< 11924 1726884946.50871: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab72900> <<< 11924 1726884946.50908: 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 0x7f7bfab73cb0> <<< 11924 1726884946.50921: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab72510> # zipimport: zlib available <<< 11924 1726884946.50946: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884946.50966: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.51060: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.51159: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.51165: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.51184: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884946.51227: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884946.51354: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.51464: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.52030: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.52589: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884946.52718: 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' # <<< 11924 1726884946.52721: 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' <<< 11924 1726884946.52723: 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 0x7f7bfaa011c0> <<< 11924 1726884946.52802: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884946.52827: 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 0x7f7bfaa01f40> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab73440> <<< 11924 1726884946.52949: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884946.53093: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.53243: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884946.53270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfaa01d00> <<< 11924 1726884946.53278: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.53751: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.54199: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.54274: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.54363: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884946.54383: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.54409: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.54439: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884946.54444: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.54532: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.54615: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884946.54633: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.54636: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884946.54675: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.54702: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.54742: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884946.54751: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.54992: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.55266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884946.55333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884946.55406: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfaa030b0> <<< 11924 1726884946.55409: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.55494: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.55588: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884946.55630: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884946.55647: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.55691: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884946.55743: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.55791: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.55845: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.55929: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884946.55977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884946.56061: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfaa0dc70> <<< 11924 1726884946.56116: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfaa0ade0> <<< 11924 1726884946.56174: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884946.56203: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.56280: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.56303: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.56366: stdout chunk (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' <<< 11924 1726884946.56372: 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 <<< 11924 1726884946.56395: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884946.56425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884946.56470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884946.56497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884946.56507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884946.56568: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb1be5d0> <<< 11924 1726884946.56615: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb1a22a0> <<< 11924 1726884946.56695: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfaa0dd00> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfaa00d70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884946.56701: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.56735: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.56773: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884946.56821: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884946.56829: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.56851: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.56861: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 11924 1726884946.56879: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.56977: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.57115: 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' <<< 11924 1726884946.57134: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab6c140> <<< 11924 1726884946.57207: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884946.60700: stdout chunk (state=3): >>> {"changed": true, "stdout": " LVM2_LV_NAME=test1 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", "foo/test1"], "start": "2024-09-20 22:15:46.572803", "end": "2024-09-20 22:15:46.604919", "delta": "0:00:00.032116", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype foo/test1\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}}} <<< 11924 1726884946.60703: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884946.61106: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884946.61174: 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 <<< 11924 1726884946.61276: 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.<<< 11924 1726884946.61285: 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 # cleanup[2] removing glob # destroy glob <<< 11924 1726884946.61517: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884946.61531: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884946.61551: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884946.61588: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884946.61616: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884946.61647: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 11924 1726884946.61694: 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 <<< 11924 1726884946.61700: stdout chunk (state=3): >>># destroy json.scanner <<< 11924 1726884946.61731: 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 <<< 11924 1726884946.61764: stdout chunk (state=3): >>># destroy fnmatch <<< 11924 1726884946.61767: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 11924 1726884946.61797: stdout chunk (state=3): >>># destroy datetime # destroy selinux <<< 11924 1726884946.61803: stdout chunk (state=3): >>># destroy shutil <<< 11924 1726884946.61821: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884946.61874: 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 <<< 11924 1726884946.61936: 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 <<< 11924 1726884946.61939: 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 <<< 11924 1726884946.61974: 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 <<< 11924 1726884946.61979: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 11924 1726884946.62029: 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 <<< 11924 1726884946.62050: 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 <<< 11924 1726884946.62168: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884946.62213: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 11924 1726884946.62218: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884946.62220: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884946.62238: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884946.62274: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884946.62289: 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 <<< 11924 1726884946.62306: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884946.62393: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884946.62405: 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 <<< 11924 1726884946.62429: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884946.62486: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator <<< 11924 1726884946.62489: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools <<< 11924 1726884946.62511: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884946.63040: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884946.63066: stderr chunk (state=3): >>><<< 11924 1726884946.63069: stdout chunk (state=3): >>><<< 11924 1726884946.63150: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb5bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb58ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb5be930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb5ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb5cdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb3f3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb3f3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb4237a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb423e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb403aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb4011c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb3f0f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb447710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb446330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb4021b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb3f2e70> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb478740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb3f0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfb478bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb478aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfb478e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb3e6d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb479550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb479220> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb47a450> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb494650> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfb495d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb496c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfb497290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb496180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfb497d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb497440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb47a480> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfb20fc20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfb238740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb2384a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfb238770> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfb2390a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfb239a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb238950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb20ddc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb23ae10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb239910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb47ab70> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb267110> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb28f4a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb2e8260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb2ea9c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb2e8380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb2b5280> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb0ed310> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb28e2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb23bce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7bfb28e630> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_8uz21zg5/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 0x7f7bfb143020> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb125f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb1250d0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb141310> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfb16e870> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb16e600> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb16df70> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb16e990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb238440> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfb16f5f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfb16f830> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb16fd70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab15ac0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfab176e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab17fb0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab1d250> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab1fce0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfb267080> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab1dfa0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab23bf0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab226c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab22420> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab22990> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab1e4b0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfab67e00> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab67fb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfab69a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab697f0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfab6bf80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab6a0f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab6f6b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab6c170> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfab704a0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfab70770> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfab70a70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab68170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfabfc170> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfabfd130> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab72900> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfab73cb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab72510> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfaa011c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfaa01f40> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfab73440> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfaa01d00> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfaa030b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7bfaa0dc70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfaa0ade0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb1be5d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfb1a22a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfaa0dd00> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7bfaa00d70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f7bfab6c140> # zipimport: zlib available {"changed": true, "stdout": " LVM2_LV_NAME=test1 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", "foo/test1"], "start": "2024-09-20 22:15:46.572803", "end": "2024-09-20 22:15:46.604919", "delta": "0:00:00.032116", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype foo/test1\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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884946.63770: 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 foo/test1\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-1726884946.2398567-16992-1095276294798/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884946.63774: _low_level_execute_command(): starting 11924 1726884946.63776: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884946.2398567-16992-1095276294798/ > /dev/null 2>&1 && sleep 0' 11924 1726884946.63924: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884946.63928: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884946.63937: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884946.63960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884946.63964: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884946.63974: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884946.64042: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884946.64046: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884946.64048: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884946.64089: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884946.65954: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884946.65988: stderr chunk (state=3): >>><<< 11924 1726884946.65991: stdout chunk (state=3): >>><<< 11924 1726884946.66027: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884946.66030: handler run complete 11924 1726884946.66080: Evaluated conditional (False): False 11924 1726884946.66084: attempt loop complete, returning result 11924 1726884946.66092: _execute() done 11924 1726884946.66094: dumping result to json 11924 1726884946.66096: done dumping result, returning 11924 1726884946.66098: done running TaskExecutor() for managed_node2/TASK: Get information about the LV [0affc8a3-6f6f-f4c0-2290-0000000039c9] 11924 1726884946.66100: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039c9 11924 1726884946.66251: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039c9 11924 1726884946.66260: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.032116", "end": "2024-09-20 22:15:46.604919", "rc": 0, "start": "2024-09-20 22:15:46.572803" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-ao---- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear 11924 1726884946.66401: no more pending results, returning what we have 11924 1726884946.66404: results queue empty 11924 1726884946.66405: checking for any_errors_fatal 11924 1726884946.66414: done checking for any_errors_fatal 11924 1726884946.66415: checking for max_fail_percentage 11924 1726884946.66417: done checking for max_fail_percentage 11924 1726884946.66418: checking to see if all hosts have failed and the running result is not ok 11924 1726884946.66418: done checking to see if all hosts have failed 11924 1726884946.66419: getting the remaining hosts for this loop 11924 1726884946.66421: done getting the remaining hosts for this loop 11924 1726884946.66425: getting the next task for host managed_node2 11924 1726884946.66433: done getting next task for host managed_node2 11924 1726884946.66435: ^ task is: TASK: Set LV segment type 11924 1726884946.66441: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884946.66445: getting variables 11924 1726884946.66450: in VariableManager get_vars() 11924 1726884946.66485: Calling all_inventory to load vars for managed_node2 11924 1726884946.66488: Calling groups_inventory to load vars for managed_node2 11924 1726884946.66491: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884946.66505: Calling all_plugins_play to load vars for managed_node2 11924 1726884946.66508: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884946.66513: Calling groups_plugins_play to load vars for managed_node2 11924 1726884946.67032: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884946.67537: done with get_vars() 11924 1726884946.67548: done getting variables 11924 1726884946.67608: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:46 -0400 (0:00:00.535) 0:01:52.015 ****** 11924 1726884946.67645: entering _queue_task() for managed_node2/set_fact 11924 1726884946.67881: worker is 1 (out of 1 available) 11924 1726884946.67895: exiting _queue_task() for managed_node2/set_fact 11924 1726884946.67909: done queuing things up, now waiting for results queue to drain 11924 1726884946.67910: waiting for pending results... 11924 1726884946.68212: running TaskExecutor() for managed_node2/TASK: Set LV segment type 11924 1726884946.68341: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039ca 11924 1726884946.68352: variable 'ansible_search_path' from source: unknown 11924 1726884946.68386: calling self._execute() 11924 1726884946.68520: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.68524: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.68528: variable 'omit' from source: magic vars 11924 1726884946.68917: variable 'storage_test_volume' from source: include params 11924 1726884946.69001: variable '_storage_test_volume_present' from source: set_fact 11924 1726884946.69004: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884946.69040: variable 'omit' from source: magic vars 11924 1726884946.69044: variable 'omit' from source: magic vars 11924 1726884946.69339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884946.71218: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884946.71719: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884946.71766: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884946.71769: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884946.71960: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884946.71963: variable 'lvs' from source: set_fact 11924 1726884946.72002: variable 'omit' from source: magic vars 11924 1726884946.72030: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884946.72069: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884946.72098: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884946.72124: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884946.72140: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884946.72163: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884946.72190: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884946.72224: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884946.72235: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.72249: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.72358: Set connection var ansible_shell_executable to /bin/sh 11924 1726884946.72361: Set connection var ansible_connection to ssh 11924 1726884946.72369: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884946.72379: Set connection var ansible_timeout to 10 11924 1726884946.72384: Set connection var ansible_pipelining to False 11924 1726884946.72389: Set connection var ansible_shell_type to sh 11924 1726884946.72416: variable 'ansible_shell_executable' from source: unknown 11924 1726884946.72420: variable 'ansible_connection' from source: unknown 11924 1726884946.72422: variable 'ansible_module_compression' from source: unknown 11924 1726884946.72473: variable 'ansible_shell_type' from source: unknown 11924 1726884946.72477: variable 'ansible_shell_executable' from source: unknown 11924 1726884946.72479: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.72481: variable 'ansible_pipelining' from source: unknown 11924 1726884946.72483: variable 'ansible_timeout' from source: unknown 11924 1726884946.72486: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.72630: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884946.72633: variable 'omit' from source: magic vars 11924 1726884946.72636: starting attempt loop 11924 1726884946.72643: running the handler 11924 1726884946.72646: handler run complete 11924 1726884946.72677: attempt loop complete, returning result 11924 1726884946.72680: _execute() done 11924 1726884946.72694: dumping result to json 11924 1726884946.72697: done dumping result, returning 11924 1726884946.72699: done running TaskExecutor() for managed_node2/TASK: Set LV segment type [0affc8a3-6f6f-f4c0-2290-0000000039ca] 11924 1726884946.72704: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039ca ok: [managed_node2] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } 11924 1726884946.72848: no more pending results, returning what we have 11924 1726884946.72852: results queue empty 11924 1726884946.72852: checking for any_errors_fatal 11924 1726884946.72867: done checking for any_errors_fatal 11924 1726884946.72867: checking for max_fail_percentage 11924 1726884946.72869: done checking for max_fail_percentage 11924 1726884946.72870: checking to see if all hosts have failed and the running result is not ok 11924 1726884946.72871: done checking to see if all hosts have failed 11924 1726884946.72872: getting the remaining hosts for this loop 11924 1726884946.72873: done getting the remaining hosts for this loop 11924 1726884946.72877: getting the next task for host managed_node2 11924 1726884946.72887: done getting next task for host managed_node2 11924 1726884946.72890: ^ task is: TASK: Check segment type 11924 1726884946.72939: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884946.72950: getting variables 11924 1726884946.72951: in VariableManager get_vars() 11924 1726884946.72988: Calling all_inventory to load vars for managed_node2 11924 1726884946.72990: Calling groups_inventory to load vars for managed_node2 11924 1726884946.72993: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884946.73007: Calling all_plugins_play to load vars for managed_node2 11924 1726884946.73014: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884946.73020: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039ca 11924 1726884946.73022: WORKER PROCESS EXITING 11924 1726884946.73025: Calling groups_plugins_play to load vars for managed_node2 11924 1726884946.73481: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884946.73993: done with get_vars() 11924 1726884946.74004: done getting variables 11924 1726884946.74054: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:46 -0400 (0:00:00.064) 0:01:52.079 ****** 11924 1726884946.74081: entering _queue_task() for managed_node2/assert 11924 1726884946.74292: worker is 1 (out of 1 available) 11924 1726884946.74305: exiting _queue_task() for managed_node2/assert 11924 1726884946.74318: done queuing things up, now waiting for results queue to drain 11924 1726884946.74320: waiting for pending results... 11924 1726884946.74506: running TaskExecutor() for managed_node2/TASK: Check segment type 11924 1726884946.74599: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039cb 11924 1726884946.74612: variable 'ansible_search_path' from source: unknown 11924 1726884946.74639: calling self._execute() 11924 1726884946.74732: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.74737: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.74745: variable 'omit' from source: magic vars 11924 1726884946.75095: variable 'storage_test_volume' from source: include params 11924 1726884946.75117: variable '_storage_test_volume_present' from source: set_fact 11924 1726884946.75130: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884946.75135: variable 'omit' from source: magic vars 11924 1726884946.75180: variable 'omit' from source: magic vars 11924 1726884946.75266: variable 'storage_test_lv_segtype' from source: set_fact 11924 1726884946.75270: variable 'storage_test_volume' from source: include params 11924 1726884946.75301: variable 'omit' from source: magic vars 11924 1726884946.75337: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884946.75364: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884946.75379: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884946.75392: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884946.75401: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884946.75418: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884946.75436: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884946.75522: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884946.75526: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.75528: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.75640: Set connection var ansible_shell_executable to /bin/sh 11924 1726884946.75643: Set connection var ansible_connection to ssh 11924 1726884946.75646: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884946.75648: Set connection var ansible_timeout to 10 11924 1726884946.75662: Set connection var ansible_pipelining to False 11924 1726884946.75667: Set connection var ansible_shell_type to sh 11924 1726884946.75672: variable 'ansible_shell_executable' from source: unknown 11924 1726884946.75678: variable 'ansible_connection' from source: unknown 11924 1726884946.75682: variable 'ansible_module_compression' from source: unknown 11924 1726884946.75785: variable 'ansible_shell_type' from source: unknown 11924 1726884946.75788: variable 'ansible_shell_executable' from source: unknown 11924 1726884946.75793: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.75796: variable 'ansible_pipelining' from source: unknown 11924 1726884946.75799: variable 'ansible_timeout' from source: unknown 11924 1726884946.75801: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.75893: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884946.75899: variable 'omit' from source: magic vars 11924 1726884946.75914: starting attempt loop 11924 1726884946.76023: running the handler 11924 1726884946.76174: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884946.78847: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884946.78905: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884946.78972: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884946.78987: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884946.79007: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884946.79157: variable 'storage_test_volume' from source: include params 11924 1726884946.79160: variable 'storage_test_lv_segtype' from source: set_fact 11924 1726884946.79162: Evaluated conditional (storage_test_volume.cached | ternary(storage_test_lv_segtype[0] == 'cache', storage_test_lv_segtype[0] != 'cache')): True 11924 1726884946.79169: handler run complete 11924 1726884946.79206: attempt loop complete, returning result 11924 1726884946.79216: _execute() done 11924 1726884946.79220: dumping result to json 11924 1726884946.79222: done dumping result, returning 11924 1726884946.79224: done running TaskExecutor() for managed_node2/TASK: Check segment type [0affc8a3-6f6f-f4c0-2290-0000000039cb] 11924 1726884946.79226: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039cb 11924 1726884946.79507: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039cb 11924 1726884946.79512: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884946.79588: no more pending results, returning what we have 11924 1726884946.79591: results queue empty 11924 1726884946.79592: checking for any_errors_fatal 11924 1726884946.79598: done checking for any_errors_fatal 11924 1726884946.79599: checking for max_fail_percentage 11924 1726884946.79601: done checking for max_fail_percentage 11924 1726884946.79602: checking to see if all hosts have failed and the running result is not ok 11924 1726884946.79603: done checking to see if all hosts have failed 11924 1726884946.79607: getting the remaining hosts for this loop 11924 1726884946.79612: done getting the remaining hosts for this loop 11924 1726884946.79615: getting the next task for host managed_node2 11924 1726884946.79623: done getting next task for host managed_node2 11924 1726884946.79626: ^ task is: TASK: Set LV cache size 11924 1726884946.79632: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884946.79653: getting variables 11924 1726884946.79656: in VariableManager get_vars() 11924 1726884946.79690: Calling all_inventory to load vars for managed_node2 11924 1726884946.79693: Calling groups_inventory to load vars for managed_node2 11924 1726884946.79698: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884946.79709: Calling all_plugins_play to load vars for managed_node2 11924 1726884946.79712: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884946.79715: Calling groups_plugins_play to load vars for managed_node2 11924 1726884946.80608: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884946.81081: done with get_vars() 11924 1726884946.81095: done getting variables 11924 1726884946.81162: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:46 -0400 (0:00:00.071) 0:01:52.150 ****** 11924 1726884946.81199: entering _queue_task() for managed_node2/set_fact 11924 1726884946.81441: worker is 1 (out of 1 available) 11924 1726884946.81453: exiting _queue_task() for managed_node2/set_fact 11924 1726884946.81468: done queuing things up, now waiting for results queue to drain 11924 1726884946.81470: waiting for pending results... 11924 1726884946.81776: running TaskExecutor() for managed_node2/TASK: Set LV cache size 11924 1726884946.81893: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039cc 11924 1726884946.81904: variable 'ansible_search_path' from source: unknown 11924 1726884946.81973: calling self._execute() 11924 1726884946.82063: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.82072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.82078: variable 'omit' from source: magic vars 11924 1726884946.82389: variable 'storage_test_volume' from source: include params 11924 1726884946.82409: variable '_storage_test_volume_present' from source: set_fact 11924 1726884946.82446: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884946.82659: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884946.84583: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884946.84623: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884946.84653: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884946.84680: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884946.84703: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884946.84767: variable 'storage_test_volume' from source: include params 11924 1726884946.84786: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884946.84789: when evaluation is False, skipping this task 11924 1726884946.84792: _execute() done 11924 1726884946.84795: dumping result to json 11924 1726884946.84797: done dumping result, returning 11924 1726884946.84804: done running TaskExecutor() for managed_node2/TASK: Set LV cache size [0affc8a3-6f6f-f4c0-2290-0000000039cc] 11924 1726884946.84815: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039cc 11924 1726884946.84904: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039cc 11924 1726884946.84907: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884946.84971: no more pending results, returning what we have 11924 1726884946.84975: results queue empty 11924 1726884946.84976: checking for any_errors_fatal 11924 1726884946.84989: done checking for any_errors_fatal 11924 1726884946.84989: checking for max_fail_percentage 11924 1726884946.84991: done checking for max_fail_percentage 11924 1726884946.84992: checking to see if all hosts have failed and the running result is not ok 11924 1726884946.84993: done checking to see if all hosts have failed 11924 1726884946.84993: getting the remaining hosts for this loop 11924 1726884946.84995: done getting the remaining hosts for this loop 11924 1726884946.84999: getting the next task for host managed_node2 11924 1726884946.85008: done getting next task for host managed_node2 11924 1726884946.85013: ^ task is: TASK: Parse the requested cache size 11924 1726884946.85021: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884946.85025: getting variables 11924 1726884946.85027: in VariableManager get_vars() 11924 1726884946.85061: Calling all_inventory to load vars for managed_node2 11924 1726884946.85063: Calling groups_inventory to load vars for managed_node2 11924 1726884946.85066: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884946.85075: Calling all_plugins_play to load vars for managed_node2 11924 1726884946.85078: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884946.85080: Calling groups_plugins_play to load vars for managed_node2 11924 1726884946.85483: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884946.85922: done with get_vars() 11924 1726884946.85933: 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 22:15:46 -0400 (0:00:00.047) 0:01:52.198 ****** 11924 1726884946.85992: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884946.86213: worker is 1 (out of 1 available) 11924 1726884946.86234: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884946.86248: done queuing things up, now waiting for results queue to drain 11924 1726884946.86249: waiting for pending results... 11924 1726884946.86492: running TaskExecutor() for managed_node2/TASK: Parse the requested cache size 11924 1726884946.86662: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039cd 11924 1726884946.86666: variable 'ansible_search_path' from source: unknown 11924 1726884946.86689: calling self._execute() 11924 1726884946.86824: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.86837: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.86847: variable 'omit' from source: magic vars 11924 1726884946.87189: variable 'storage_test_volume' from source: include params 11924 1726884946.87209: variable '_storage_test_volume_present' from source: set_fact 11924 1726884946.87223: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884946.87343: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884946.89694: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884946.89798: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884946.89828: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884946.89998: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884946.90260: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884946.90263: variable 'storage_test_volume' from source: include params 11924 1726884946.90284: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884946.90292: when evaluation is False, skipping this task 11924 1726884946.90300: _execute() done 11924 1726884946.90308: dumping result to json 11924 1726884946.90316: done dumping result, returning 11924 1726884946.90327: done running TaskExecutor() for managed_node2/TASK: Parse the requested cache size [0affc8a3-6f6f-f4c0-2290-0000000039cd] 11924 1726884946.90338: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039cd skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884946.90507: no more pending results, returning what we have 11924 1726884946.90512: results queue empty 11924 1726884946.90513: checking for any_errors_fatal 11924 1726884946.90524: done checking for any_errors_fatal 11924 1726884946.90525: checking for max_fail_percentage 11924 1726884946.90527: done checking for max_fail_percentage 11924 1726884946.90527: checking to see if all hosts have failed and the running result is not ok 11924 1726884946.90528: done checking to see if all hosts have failed 11924 1726884946.90529: getting the remaining hosts for this loop 11924 1726884946.90531: done getting the remaining hosts for this loop 11924 1726884946.90534: getting the next task for host managed_node2 11924 1726884946.90543: done getting next task for host managed_node2 11924 1726884946.90546: ^ task is: TASK: Set expected cache size 11924 1726884946.90552: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884946.90794: getting variables 11924 1726884946.90796: in VariableManager get_vars() 11924 1726884946.90828: Calling all_inventory to load vars for managed_node2 11924 1726884946.90830: Calling groups_inventory to load vars for managed_node2 11924 1726884946.90833: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884946.90839: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039cd 11924 1726884946.90842: WORKER PROCESS EXITING 11924 1726884946.90850: Calling all_plugins_play to load vars for managed_node2 11924 1726884946.90853: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884946.90858: Calling groups_plugins_play to load vars for managed_node2 11924 1726884946.91737: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884946.92363: done with get_vars() 11924 1726884946.92378: done getting variables 11924 1726884946.92444: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:15:46 -0400 (0:00:00.064) 0:01:52.263 ****** 11924 1726884946.92481: entering _queue_task() for managed_node2/set_fact 11924 1726884946.92816: worker is 1 (out of 1 available) 11924 1726884946.92828: exiting _queue_task() for managed_node2/set_fact 11924 1726884946.92848: done queuing things up, now waiting for results queue to drain 11924 1726884946.92849: waiting for pending results... 11924 1726884946.93172: running TaskExecutor() for managed_node2/TASK: Set expected cache size 11924 1726884946.93317: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039ce 11924 1726884946.93334: variable 'ansible_search_path' from source: unknown 11924 1726884946.93373: calling self._execute() 11924 1726884946.93489: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884946.93501: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884946.93662: variable 'omit' from source: magic vars 11924 1726884946.93930: variable 'storage_test_volume' from source: include params 11924 1726884946.93962: variable '_storage_test_volume_present' from source: set_fact 11924 1726884946.93983: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884946.94158: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884946.96196: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884946.96275: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884946.96315: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884946.96357: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884946.96388: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884946.96475: variable 'storage_test_volume' from source: include params 11924 1726884946.96504: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884946.96512: when evaluation is False, skipping this task 11924 1726884946.96519: _execute() done 11924 1726884946.96525: dumping result to json 11924 1726884946.96531: done dumping result, returning 11924 1726884946.96540: done running TaskExecutor() for managed_node2/TASK: Set expected cache size [0affc8a3-6f6f-f4c0-2290-0000000039ce] 11924 1726884946.96550: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039ce skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884946.96732: no more pending results, returning what we have 11924 1726884946.96735: results queue empty 11924 1726884946.96736: checking for any_errors_fatal 11924 1726884946.96744: done checking for any_errors_fatal 11924 1726884946.96745: checking for max_fail_percentage 11924 1726884946.96746: done checking for max_fail_percentage 11924 1726884946.96747: checking to see if all hosts have failed and the running result is not ok 11924 1726884946.96748: done checking to see if all hosts have failed 11924 1726884946.96748: getting the remaining hosts for this loop 11924 1726884946.96750: done getting the remaining hosts for this loop 11924 1726884946.96754: getting the next task for host managed_node2 11924 1726884946.96766: done getting next task for host managed_node2 11924 1726884946.96768: ^ task is: TASK: Check cache size 11924 1726884946.96775: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884946.96780: getting variables 11924 1726884946.96782: in VariableManager get_vars() 11924 1726884946.96820: Calling all_inventory to load vars for managed_node2 11924 1726884946.96822: Calling groups_inventory to load vars for managed_node2 11924 1726884946.96825: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884946.96836: Calling all_plugins_play to load vars for managed_node2 11924 1726884946.96839: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884946.96842: Calling groups_plugins_play to load vars for managed_node2 11924 1726884946.97960: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039ce 11924 1726884946.97964: WORKER PROCESS EXITING 11924 1726884946.97989: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884946.99202: done with get_vars() 11924 1726884946.99222: done getting variables 11924 1726884946.99286: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:46 -0400 (0:00:00.068) 0:01:52.332 ****** 11924 1726884946.99325: entering _queue_task() for managed_node2/assert 11924 1726884946.99714: worker is 1 (out of 1 available) 11924 1726884946.99728: exiting _queue_task() for managed_node2/assert 11924 1726884946.99741: done queuing things up, now waiting for results queue to drain 11924 1726884946.99743: waiting for pending results... 11924 1726884947.00065: running TaskExecutor() for managed_node2/TASK: Check cache size 11924 1726884947.00227: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000039cf 11924 1726884947.00258: variable 'ansible_search_path' from source: unknown 11924 1726884947.00299: calling self._execute() 11924 1726884947.00441: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.00452: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.00477: variable 'omit' from source: magic vars 11924 1726884947.00972: variable 'storage_test_volume' from source: include params 11924 1726884947.01014: variable '_storage_test_volume_present' from source: set_fact 11924 1726884947.01161: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884947.01217: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884947.03465: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884947.03544: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884947.03591: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884947.03631: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884947.03660: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884947.03750: variable 'storage_test_volume' from source: include params 11924 1726884947.03789: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884947.03797: when evaluation is False, skipping this task 11924 1726884947.03805: _execute() done 11924 1726884947.03816: dumping result to json 11924 1726884947.03824: done dumping result, returning 11924 1726884947.03835: done running TaskExecutor() for managed_node2/TASK: Check cache size [0affc8a3-6f6f-f4c0-2290-0000000039cf] 11924 1726884947.03844: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039cf skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884947.04111: no more pending results, returning what we have 11924 1726884947.04116: results queue empty 11924 1726884947.04117: checking for any_errors_fatal 11924 1726884947.04131: done checking for any_errors_fatal 11924 1726884947.04132: checking for max_fail_percentage 11924 1726884947.04134: done checking for max_fail_percentage 11924 1726884947.04135: checking to see if all hosts have failed and the running result is not ok 11924 1726884947.04136: done checking to see if all hosts have failed 11924 1726884947.04136: getting the remaining hosts for this loop 11924 1726884947.04139: done getting the remaining hosts for this loop 11924 1726884947.04143: getting the next task for host managed_node2 11924 1726884947.04157: done getting next task for host managed_node2 11924 1726884947.04160: ^ task is: TASK: Clean up facts 11924 1726884947.04166: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884947.04171: getting variables 11924 1726884947.04174: in VariableManager get_vars() 11924 1726884947.04214: Calling all_inventory to load vars for managed_node2 11924 1726884947.04217: Calling groups_inventory to load vars for managed_node2 11924 1726884947.04221: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884947.04233: Calling all_plugins_play to load vars for managed_node2 11924 1726884947.04236: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884947.04239: Calling groups_plugins_play to load vars for managed_node2 11924 1726884947.04773: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000039cf 11924 1726884947.04776: WORKER PROCESS EXITING 11924 1726884947.05098: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884947.05736: done with get_vars() 11924 1726884947.05752: done getting variables 11924 1726884947.05823: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:47 -0400 (0:00:00.065) 0:01:52.397 ****** 11924 1726884947.05872: entering _queue_task() for managed_node2/set_fact 11924 1726884947.06176: worker is 1 (out of 1 available) 11924 1726884947.06187: exiting _queue_task() for managed_node2/set_fact 11924 1726884947.06269: done queuing things up, now waiting for results queue to drain 11924 1726884947.06271: waiting for pending results... 11924 1726884947.06527: running TaskExecutor() for managed_node2/TASK: Clean up facts 11924 1726884947.06757: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003936 11924 1726884947.06761: variable 'ansible_search_path' from source: unknown 11924 1726884947.06764: calling self._execute() 11924 1726884947.06868: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.06881: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.06896: variable 'omit' from source: magic vars 11924 1726884947.07024: variable 'omit' from source: magic vars 11924 1726884947.07103: variable 'omit' from source: magic vars 11924 1726884947.07144: variable 'omit' from source: magic vars 11924 1726884947.07203: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884947.07248: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884947.07278: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884947.07316: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884947.07334: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884947.07405: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884947.07411: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884947.07422: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884947.07430: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.07437: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.07571: Set connection var ansible_shell_executable to /bin/sh 11924 1726884947.07580: Set connection var ansible_connection to ssh 11924 1726884947.07591: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884947.07599: Set connection var ansible_timeout to 10 11924 1726884947.07611: Set connection var ansible_pipelining to False 11924 1726884947.07642: Set connection var ansible_shell_type to sh 11924 1726884947.07668: variable 'ansible_shell_executable' from source: unknown 11924 1726884947.07731: variable 'ansible_connection' from source: unknown 11924 1726884947.07734: variable 'ansible_module_compression' from source: unknown 11924 1726884947.07736: variable 'ansible_shell_type' from source: unknown 11924 1726884947.07739: variable 'ansible_shell_executable' from source: unknown 11924 1726884947.07740: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.07742: variable 'ansible_pipelining' from source: unknown 11924 1726884947.07744: variable 'ansible_timeout' from source: unknown 11924 1726884947.07750: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.07879: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884947.07895: variable 'omit' from source: magic vars 11924 1726884947.07905: starting attempt loop 11924 1726884947.07915: running the handler 11924 1726884947.07930: handler run complete 11924 1726884947.07950: attempt loop complete, returning result 11924 1726884947.07960: _execute() done 11924 1726884947.07967: dumping result to json 11924 1726884947.08059: done dumping result, returning 11924 1726884947.08062: done running TaskExecutor() for managed_node2/TASK: Clean up facts [0affc8a3-6f6f-f4c0-2290-000000003936] 11924 1726884947.08065: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003936 11924 1726884947.08133: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003936 11924 1726884947.08136: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 11924 1726884947.08214: no more pending results, returning what we have 11924 1726884947.08218: results queue empty 11924 1726884947.08219: checking for any_errors_fatal 11924 1726884947.08232: done checking for any_errors_fatal 11924 1726884947.08233: checking for max_fail_percentage 11924 1726884947.08235: done checking for max_fail_percentage 11924 1726884947.08236: checking to see if all hosts have failed and the running result is not ok 11924 1726884947.08237: done checking to see if all hosts have failed 11924 1726884947.08238: getting the remaining hosts for this loop 11924 1726884947.08240: done getting the remaining hosts for this loop 11924 1726884947.08244: getting the next task for host managed_node2 11924 1726884947.08261: done getting next task for host managed_node2 11924 1726884947.08265: ^ task is: TASK: Verify the volumes with no pool were correctly managed 11924 1726884947.08267: ^ 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 11924 1726884947.08275: getting variables 11924 1726884947.08277: in VariableManager get_vars() 11924 1726884947.08312: Calling all_inventory to load vars for managed_node2 11924 1726884947.08314: Calling groups_inventory to load vars for managed_node2 11924 1726884947.08317: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884947.08327: Calling all_plugins_play to load vars for managed_node2 11924 1726884947.08330: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884947.08332: Calling groups_plugins_play to load vars for managed_node2 11924 1726884947.09720: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884947.10935: done with get_vars() 11924 1726884947.10951: 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 22:15:47 -0400 (0:00:00.052) 0:01:52.449 ****** 11924 1726884947.11103: entering _queue_task() for managed_node2/include_tasks 11924 1726884947.11587: worker is 1 (out of 1 available) 11924 1726884947.11598: exiting _queue_task() for managed_node2/include_tasks 11924 1726884947.11610: done queuing things up, now waiting for results queue to drain 11924 1726884947.11612: waiting for pending results... 11924 1726884947.11851: running TaskExecutor() for managed_node2/TASK: Verify the volumes with no pool were correctly managed 11924 1726884947.11946: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002ed9 11924 1726884947.11951: variable 'ansible_search_path' from source: unknown 11924 1726884947.11965: variable '_storage_volumes_list' from source: set_fact 11924 1726884947.12189: variable '_storage_volumes_list' from source: set_fact 11924 1726884947.12253: dumping result to json 11924 1726884947.12265: done dumping result, returning 11924 1726884947.12282: done running TaskExecutor() for managed_node2/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-f4c0-2290-000000002ed9] 11924 1726884947.12295: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ed9 11924 1726884947.12612: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002ed9 11924 1726884947.12615: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884947.12667: no more pending results, returning what we have 11924 1726884947.12670: results queue empty 11924 1726884947.12671: checking for any_errors_fatal 11924 1726884947.12677: done checking for any_errors_fatal 11924 1726884947.12678: checking for max_fail_percentage 11924 1726884947.12680: done checking for max_fail_percentage 11924 1726884947.12680: checking to see if all hosts have failed and the running result is not ok 11924 1726884947.12681: done checking to see if all hosts have failed 11924 1726884947.12682: getting the remaining hosts for this loop 11924 1726884947.12683: done getting the remaining hosts for this loop 11924 1726884947.12686: getting the next task for host managed_node2 11924 1726884947.12691: done getting next task for host managed_node2 11924 1726884947.12693: ^ task is: TASK: Clean up variable namespace 11924 1726884947.12696: ^ 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 11924 1726884947.12699: getting variables 11924 1726884947.12701: in VariableManager get_vars() 11924 1726884947.12737: Calling all_inventory to load vars for managed_node2 11924 1726884947.12742: Calling groups_inventory to load vars for managed_node2 11924 1726884947.12745: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884947.12758: Calling all_plugins_play to load vars for managed_node2 11924 1726884947.12760: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884947.12763: Calling groups_plugins_play to load vars for managed_node2 11924 1726884947.14447: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884947.15026: done with get_vars() 11924 1726884947.15041: done getting variables 11924 1726884947.15100: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:47 -0400 (0:00:00.040) 0:01:52.490 ****** 11924 1726884947.15130: entering _queue_task() for managed_node2/set_fact 11924 1726884947.15408: worker is 1 (out of 1 available) 11924 1726884947.15421: exiting _queue_task() for managed_node2/set_fact 11924 1726884947.15435: done queuing things up, now waiting for results queue to drain 11924 1726884947.15436: waiting for pending results... 11924 1726884947.15741: running TaskExecutor() for managed_node2/TASK: Clean up variable namespace 11924 1726884947.15883: in run() - task 0affc8a3-6f6f-f4c0-2290-000000002edb 11924 1726884947.15963: variable 'ansible_search_path' from source: unknown 11924 1726884947.15968: calling self._execute() 11924 1726884947.16080: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.16098: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.16118: variable 'omit' from source: magic vars 11924 1726884947.16238: variable 'omit' from source: magic vars 11924 1726884947.16316: variable 'omit' from source: magic vars 11924 1726884947.16362: variable 'omit' from source: magic vars 11924 1726884947.16482: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884947.16566: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884947.16744: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884947.16748: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884947.16751: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884947.16853: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884947.16859: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884947.16862: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884947.16867: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.16871: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.17144: Set connection var ansible_shell_executable to /bin/sh 11924 1726884947.17166: Set connection var ansible_connection to ssh 11924 1726884947.17266: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884947.17362: Set connection var ansible_timeout to 10 11924 1726884947.17366: Set connection var ansible_pipelining to False 11924 1726884947.17369: Set connection var ansible_shell_type to sh 11924 1726884947.17371: variable 'ansible_shell_executable' from source: unknown 11924 1726884947.17373: variable 'ansible_connection' from source: unknown 11924 1726884947.17376: variable 'ansible_module_compression' from source: unknown 11924 1726884947.17378: variable 'ansible_shell_type' from source: unknown 11924 1726884947.17381: variable 'ansible_shell_executable' from source: unknown 11924 1726884947.17384: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.17386: variable 'ansible_pipelining' from source: unknown 11924 1726884947.17388: variable 'ansible_timeout' from source: unknown 11924 1726884947.17392: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.17868: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884947.17872: variable 'omit' from source: magic vars 11924 1726884947.17875: starting attempt loop 11924 1726884947.17877: running the handler 11924 1726884947.17879: handler run complete 11924 1726884947.17881: attempt loop complete, returning result 11924 1726884947.17883: _execute() done 11924 1726884947.17885: dumping result to json 11924 1726884947.17887: done dumping result, returning 11924 1726884947.17889: done running TaskExecutor() for managed_node2/TASK: Clean up variable namespace [0affc8a3-6f6f-f4c0-2290-000000002edb] 11924 1726884947.17891: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002edb ok: [managed_node2] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 11924 1726884947.18130: no more pending results, returning what we have 11924 1726884947.18133: results queue empty 11924 1726884947.18134: checking for any_errors_fatal 11924 1726884947.18145: done checking for any_errors_fatal 11924 1726884947.18146: checking for max_fail_percentage 11924 1726884947.18147: done checking for max_fail_percentage 11924 1726884947.18148: checking to see if all hosts have failed and the running result is not ok 11924 1726884947.18149: done checking to see if all hosts have failed 11924 1726884947.18149: getting the remaining hosts for this loop 11924 1726884947.18151: done getting the remaining hosts for this loop 11924 1726884947.18258: getting the next task for host managed_node2 11924 1726884947.18270: done getting next task for host managed_node2 11924 1726884947.18274: ^ task is: TASK: Remove the FS 11924 1726884947.18276: ^ 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 11924 1726884947.18282: getting variables 11924 1726884947.18283: in VariableManager get_vars() 11924 1726884947.18319: Calling all_inventory to load vars for managed_node2 11924 1726884947.18322: Calling groups_inventory to load vars for managed_node2 11924 1726884947.18325: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884947.18466: Calling all_plugins_play to load vars for managed_node2 11924 1726884947.18470: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884947.18472: Calling groups_plugins_play to load vars for managed_node2 11924 1726884947.19177: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000002edb 11924 1726884947.19180: WORKER PROCESS EXITING 11924 1726884947.19263: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884947.19911: done with get_vars() 11924 1726884947.19930: done getting variables TASK [Remove the FS] *********************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml:102 Friday 20 September 2024 22:15:47 -0400 (0:00:00.048) 0:01:52.539 ****** 11924 1726884947.20019: entering _queue_task() for managed_node2/include_role 11924 1726884947.20338: worker is 1 (out of 1 available) 11924 1726884947.20351: exiting _queue_task() for managed_node2/include_role 11924 1726884947.20522: done queuing things up, now waiting for results queue to drain 11924 1726884947.20525: waiting for pending results... 11924 1726884947.20812: running TaskExecutor() for managed_node2/TASK: Remove the FS 11924 1726884947.20965: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000012 11924 1726884947.20970: variable 'ansible_search_path' from source: unknown 11924 1726884947.20995: calling self._execute() 11924 1726884947.21145: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.21159: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.21195: variable 'omit' from source: magic vars 11924 1726884947.21312: _execute() done 11924 1726884947.21345: dumping result to json 11924 1726884947.21349: done dumping result, returning 11924 1726884947.21352: done running TaskExecutor() for managed_node2/TASK: Remove the FS [0affc8a3-6f6f-f4c0-2290-000000000012] 11924 1726884947.21356: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000012 11924 1726884947.21777: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000012 11924 1726884947.21780: WORKER PROCESS EXITING 11924 1726884947.21810: no more pending results, returning what we have 11924 1726884947.21816: in VariableManager get_vars() 11924 1726884947.21849: Calling all_inventory to load vars for managed_node2 11924 1726884947.21852: Calling groups_inventory to load vars for managed_node2 11924 1726884947.21854: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884947.21869: Calling all_plugins_play to load vars for managed_node2 11924 1726884947.21873: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884947.21876: Calling groups_plugins_play to load vars for managed_node2 11924 1726884947.22970: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884947.24292: done with get_vars() 11924 1726884947.24304: variable 'ansible_search_path' from source: unknown 11924 1726884947.30129: variable 'omit' from source: magic vars 11924 1726884947.30160: variable 'omit' from source: magic vars 11924 1726884947.30177: variable 'omit' from source: magic vars 11924 1726884947.30181: we have included files to process 11924 1726884947.30182: generating all_blocks data 11924 1726884947.30185: done generating all_blocks data 11924 1726884947.30192: processing included file: fedora.linux_system_roles.storage 11924 1726884947.30218: in VariableManager get_vars() 11924 1726884947.30239: done with get_vars() 11924 1726884947.30271: in VariableManager get_vars() 11924 1726884947.30287: done with get_vars() 11924 1726884947.30327: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 11924 1726884947.30375: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 11924 1726884947.30494: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 11924 1726884947.30581: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 11924 1726884947.30681: in VariableManager get_vars() 11924 1726884947.30700: done with get_vars() 11924 1726884947.30914: in VariableManager get_vars() 11924 1726884947.30934: done with get_vars() 11924 1726884947.31059: iterating over new_blocks loaded from include file 11924 1726884947.31062: in VariableManager get_vars() 11924 1726884947.31075: done with get_vars() 11924 1726884947.31077: filtering new block on tags 11924 1726884947.31137: done filtering new block on tags 11924 1726884947.31141: in VariableManager get_vars() 11924 1726884947.31152: done with get_vars() 11924 1726884947.31154: filtering new block on tags 11924 1726884947.31173: done filtering new block on tags 11924 1726884947.31175: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node2 11924 1726884947.31180: extending task lists for all hosts with included blocks 11924 1726884947.36943: done extending task lists 11924 1726884947.36945: done processing included files 11924 1726884947.36946: results queue empty 11924 1726884947.36946: checking for any_errors_fatal 11924 1726884947.36951: done checking for any_errors_fatal 11924 1726884947.36952: checking for max_fail_percentage 11924 1726884947.36953: done checking for max_fail_percentage 11924 1726884947.36954: checking to see if all hosts have failed and the running result is not ok 11924 1726884947.36977: done checking to see if all hosts have failed 11924 1726884947.36978: getting the remaining hosts for this loop 11924 1726884947.36980: done getting the remaining hosts for this loop 11924 1726884947.36983: getting the next task for host managed_node2 11924 1726884947.36987: done getting next task for host managed_node2 11924 1726884947.36990: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884947.36993: ^ 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 11924 1726884947.37004: getting variables 11924 1726884947.37005: in VariableManager get_vars() 11924 1726884947.37041: Calling all_inventory to load vars for managed_node2 11924 1726884947.37044: Calling groups_inventory to load vars for managed_node2 11924 1726884947.37046: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884947.37052: Calling all_plugins_play to load vars for managed_node2 11924 1726884947.37054: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884947.37058: Calling groups_plugins_play to load vars for managed_node2 11924 1726884947.37645: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884947.38280: done with get_vars() 11924 1726884947.38299: done getting variables TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 20 September 2024 22:15:47 -0400 (0:00:00.183) 0:01:52.722 ****** 11924 1726884947.38387: entering _queue_task() for managed_node2/include_tasks 11924 1726884947.38821: worker is 1 (out of 1 available) 11924 1726884947.38834: exiting _queue_task() for managed_node2/include_tasks 11924 1726884947.38849: done queuing things up, now waiting for results queue to drain 11924 1726884947.38851: waiting for pending results... 11924 1726884947.39218: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884947.39346: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003c57 11924 1726884947.39378: variable 'ansible_search_path' from source: unknown 11924 1726884947.39461: variable 'ansible_search_path' from source: unknown 11924 1726884947.39465: calling self._execute() 11924 1726884947.39576: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.39597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.39617: variable 'omit' from source: magic vars 11924 1726884947.40306: _execute() done 11924 1726884947.40387: dumping result to json 11924 1726884947.40415: done dumping result, returning 11924 1726884947.40475: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-f4c0-2290-000000003c57] 11924 1726884947.40478: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003c57 11924 1726884947.40775: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003c57 11924 1726884947.40778: WORKER PROCESS EXITING 11924 1726884947.40852: no more pending results, returning what we have 11924 1726884947.40861: in VariableManager get_vars() 11924 1726884947.40921: Calling all_inventory to load vars for managed_node2 11924 1726884947.40929: Calling groups_inventory to load vars for managed_node2 11924 1726884947.40931: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884947.40945: Calling all_plugins_play to load vars for managed_node2 11924 1726884947.40948: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884947.40950: Calling groups_plugins_play to load vars for managed_node2 11924 1726884947.42866: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884947.43653: done with get_vars() 11924 1726884947.43673: variable 'ansible_search_path' from source: unknown 11924 1726884947.43674: variable 'ansible_search_path' from source: unknown 11924 1726884947.43725: we have included files to process 11924 1726884947.43729: generating all_blocks data 11924 1726884947.43731: done generating all_blocks data 11924 1726884947.43734: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884947.43735: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884947.43739: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884947.44415: done processing included file 11924 1726884947.44418: iterating over new_blocks loaded from include file 11924 1726884947.44419: in VariableManager get_vars() 11924 1726884947.44443: done with get_vars() 11924 1726884947.44445: filtering new block on tags 11924 1726884947.44484: done filtering new block on tags 11924 1726884947.44487: in VariableManager get_vars() 11924 1726884947.44507: done with get_vars() 11924 1726884947.44511: filtering new block on tags 11924 1726884947.44545: done filtering new block on tags 11924 1726884947.44547: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node2 11924 1726884947.44552: extending task lists for all hosts with included blocks 11924 1726884947.44740: done extending task lists 11924 1726884947.44741: done processing included files 11924 1726884947.44742: results queue empty 11924 1726884947.44742: checking for any_errors_fatal 11924 1726884947.44746: done checking for any_errors_fatal 11924 1726884947.44747: checking for max_fail_percentage 11924 1726884947.44748: done checking for max_fail_percentage 11924 1726884947.44748: checking to see if all hosts have failed and the running result is not ok 11924 1726884947.44749: done checking to see if all hosts have failed 11924 1726884947.44750: getting the remaining hosts for this loop 11924 1726884947.44751: done getting the remaining hosts for this loop 11924 1726884947.44753: getting the next task for host managed_node2 11924 1726884947.44759: done getting next task for host managed_node2 11924 1726884947.44762: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 11924 1726884947.44765: ^ 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 11924 1726884947.44776: getting variables 11924 1726884947.44777: in VariableManager get_vars() 11924 1726884947.44790: Calling all_inventory to load vars for managed_node2 11924 1726884947.44792: Calling groups_inventory to load vars for managed_node2 11924 1726884947.44794: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884947.44800: Calling all_plugins_play to load vars for managed_node2 11924 1726884947.44802: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884947.44804: Calling groups_plugins_play to load vars for managed_node2 11924 1726884947.45414: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884947.46335: done with get_vars() 11924 1726884947.46435: done getting variables TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 20 September 2024 22:15:47 -0400 (0:00:00.082) 0:01:52.805 ****** 11924 1726884947.46643: entering _queue_task() for managed_node2/setup 11924 1726884947.47203: worker is 1 (out of 1 available) 11924 1726884947.47217: exiting _queue_task() for managed_node2/setup 11924 1726884947.47293: done queuing things up, now waiting for results queue to drain 11924 1726884947.47296: waiting for pending results... 11924 1726884947.47823: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 11924 1726884947.48028: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003db7 11924 1726884947.48034: variable 'ansible_search_path' from source: unknown 11924 1726884947.48037: variable 'ansible_search_path' from source: unknown 11924 1726884947.48041: calling self._execute() 11924 1726884947.48131: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.48144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.48160: variable 'omit' from source: magic vars 11924 1726884947.48878: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884947.53112: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884947.53172: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884947.53239: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884947.53340: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884947.53344: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884947.53411: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884947.53475: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884947.53507: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884947.53558: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884947.53579: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884947.53639: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884947.53674: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884947.53771: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884947.53774: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884947.53777: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884947.53969: variable '__storage_required_facts' from source: role '' all vars 11924 1726884947.53990: variable 'ansible_facts' from source: unknown 11924 1726884947.54329: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 11924 1726884947.54338: when evaluation is False, skipping this task 11924 1726884947.54346: _execute() done 11924 1726884947.54356: dumping result to json 11924 1726884947.54365: done dumping result, returning 11924 1726884947.54378: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-f4c0-2290-000000003db7] 11924 1726884947.54390: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003db7 skipping: [managed_node2] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 11924 1726884947.54578: no more pending results, returning what we have 11924 1726884947.54582: results queue empty 11924 1726884947.54583: checking for any_errors_fatal 11924 1726884947.54585: done checking for any_errors_fatal 11924 1726884947.54585: checking for max_fail_percentage 11924 1726884947.54587: done checking for max_fail_percentage 11924 1726884947.54588: checking to see if all hosts have failed and the running result is not ok 11924 1726884947.54589: done checking to see if all hosts have failed 11924 1726884947.54589: getting the remaining hosts for this loop 11924 1726884947.54592: done getting the remaining hosts for this loop 11924 1726884947.54596: getting the next task for host managed_node2 11924 1726884947.54605: done getting next task for host managed_node2 11924 1726884947.54610: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884947.54614: ^ 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 11924 1726884947.54645: getting variables 11924 1726884947.54648: in VariableManager get_vars() 11924 1726884947.54694: Calling all_inventory to load vars for managed_node2 11924 1726884947.54697: Calling groups_inventory to load vars for managed_node2 11924 1726884947.54699: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884947.54711: Calling all_plugins_play to load vars for managed_node2 11924 1726884947.54714: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884947.54718: Calling groups_plugins_play to load vars for managed_node2 11924 1726884947.55545: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003db7 11924 1726884947.55549: WORKER PROCESS EXITING 11924 1726884947.56147: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884947.57266: done with get_vars() 11924 1726884947.57286: done getting variables 11924 1726884947.57349: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 20 September 2024 22:15:47 -0400 (0:00:00.107) 0:01:52.912 ****** 11924 1726884947.57396: entering _queue_task() for managed_node2/include_vars 11924 1726884947.57830: worker is 1 (out of 1 available) 11924 1726884947.57844: exiting _queue_task() for managed_node2/include_vars 11924 1726884947.57861: done queuing things up, now waiting for results queue to drain 11924 1726884947.57863: waiting for pending results... 11924 1726884947.58401: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884947.58813: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003db8 11924 1726884947.58839: variable 'ansible_search_path' from source: unknown 11924 1726884947.58849: variable 'ansible_search_path' from source: unknown 11924 1726884947.59464: variable 'ansible_facts' from source: unknown 11924 1726884947.60552: variable 'ansible_facts' from source: unknown 11924 1726884947.61198: variable 'ansible_facts' from source: unknown 11924 1726884947.61561: variable 'ansible_facts' from source: unknown 11924 1726884947.61789: variable 'omit' from source: magic vars 11924 1726884947.61954: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.61972: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.61991: variable 'omit' from source: magic vars 11924 1726884947.62258: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884947.62542: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884947.62601: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884947.62641: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884947.62681: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884947.62778: variable '__vars_file' from source: task vars 11924 1726884947.62879: variable 'role_path' from source: magic vars 11924 1726884947.62890: variable 'item' from source: unknown 11924 1726884947.62907: Evaluated conditional (__vars_file is file): False 11924 1726884947.62918: when evaluation is False, skipping this task 11924 1726884947.62968: variable 'item' from source: unknown 11924 1726884947.63046: variable 'item' from source: unknown skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 11924 1726884947.63561: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.63564: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.63567: variable 'omit' from source: magic vars 11924 1726884947.63569: variable '__vars_file' from source: task vars 11924 1726884947.63611: variable 'role_path' from source: magic vars 11924 1726884947.63620: variable 'item' from source: unknown 11924 1726884947.63633: Evaluated conditional (__vars_file is file): False 11924 1726884947.63639: when evaluation is False, skipping this task 11924 1726884947.63684: variable 'item' from source: unknown 11924 1726884947.63746: variable 'item' from source: unknown skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 11924 1726884947.63951: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.63957: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.63960: variable 'omit' from source: magic vars 11924 1726884947.64067: variable '__vars_file' from source: task vars 11924 1726884947.64137: variable 'role_path' from source: magic vars 11924 1726884947.64145: variable 'item' from source: unknown 11924 1726884947.64161: Evaluated conditional (__vars_file is file): True 11924 1726884947.64260: variable 'omit' from source: magic vars 11924 1726884947.64263: variable 'omit' from source: magic vars 11924 1726884947.64495: variable '__vars_file' from source: task vars 11924 1726884947.64498: variable '__vars_file' from source: task vars 11924 1726884947.64608: variable 'role_path' from source: magic vars 11924 1726884947.64619: variable 'item' from source: unknown 11924 1726884947.64821: variable 'omit' from source: magic vars 11924 1726884947.64824: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884947.64827: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884947.64829: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884947.64942: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884947.64961: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884947.64984: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884947.65029: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884947.65069: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884947.65153: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.65164: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.65359: Set connection var ansible_shell_executable to /bin/sh 11924 1726884947.65416: Set connection var ansible_connection to ssh 11924 1726884947.65428: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884947.65691: Set connection var ansible_timeout to 10 11924 1726884947.65694: Set connection var ansible_pipelining to False 11924 1726884947.65696: Set connection var ansible_shell_type to sh 11924 1726884947.65698: variable 'ansible_shell_executable' from source: unknown 11924 1726884947.65700: variable 'ansible_connection' from source: unknown 11924 1726884947.65703: variable 'ansible_module_compression' from source: unknown 11924 1726884947.65705: variable 'ansible_shell_type' from source: unknown 11924 1726884947.65707: variable 'ansible_shell_executable' from source: unknown 11924 1726884947.65709: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.65710: variable 'ansible_pipelining' from source: unknown 11924 1726884947.65712: variable 'ansible_timeout' from source: unknown 11924 1726884947.65714: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.65880: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884947.65898: variable 'omit' from source: magic vars 11924 1726884947.66125: starting attempt loop 11924 1726884947.66129: running the handler 11924 1726884947.66243: handler run complete 11924 1726884947.66263: attempt loop complete, returning result 11924 1726884947.66284: variable 'item' from source: unknown 11924 1726884947.66661: variable 'item' from source: unknown ok: [managed_node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 11924 1726884947.66885: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.66888: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.66891: variable 'omit' from source: magic vars 11924 1726884947.67247: variable '__vars_file' from source: task vars 11924 1726884947.67645: variable 'role_path' from source: magic vars 11924 1726884947.67648: variable 'item' from source: unknown 11924 1726884947.67651: Evaluated conditional (__vars_file is file): True 11924 1726884947.67653: variable 'omit' from source: magic vars 11924 1726884947.67654: variable 'omit' from source: magic vars 11924 1726884947.67674: variable '__vars_file' from source: task vars 11924 1726884947.67744: variable '__vars_file' from source: task vars 11924 1726884947.67839: variable 'role_path' from source: magic vars 11924 1726884947.67848: variable 'item' from source: unknown 11924 1726884947.67874: variable 'omit' from source: magic vars 11924 1726884947.67901: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884947.67913: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884947.67925: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884947.67939: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884947.67958: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884947.67970: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.67977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.68071: Set connection var ansible_shell_executable to /bin/sh 11924 1726884947.68085: Set connection var ansible_connection to ssh 11924 1726884947.68096: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884947.68107: Set connection var ansible_timeout to 10 11924 1726884947.68117: Set connection var ansible_pipelining to False 11924 1726884947.68126: Set connection var ansible_shell_type to sh 11924 1726884947.68159: variable 'ansible_shell_executable' from source: unknown 11924 1726884947.68168: variable 'ansible_connection' from source: unknown 11924 1726884947.68175: variable 'ansible_module_compression' from source: unknown 11924 1726884947.68181: variable 'ansible_shell_type' from source: unknown 11924 1726884947.68192: variable 'ansible_shell_executable' from source: unknown 11924 1726884947.68199: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.68206: variable 'ansible_pipelining' from source: unknown 11924 1726884947.68212: variable 'ansible_timeout' from source: unknown 11924 1726884947.68219: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.68323: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884947.68339: variable 'omit' from source: magic vars 11924 1726884947.68348: starting attempt loop 11924 1726884947.68354: running the handler 11924 1726884947.68513: handler run complete 11924 1726884947.68516: attempt loop complete, returning result 11924 1726884947.68519: variable 'item' from source: unknown 11924 1726884947.68522: variable 'item' from source: unknown ok: [managed_node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 11924 1726884947.68862: dumping result to json 11924 1726884947.68866: done dumping result, returning 11924 1726884947.68869: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-f4c0-2290-000000003db8] 11924 1726884947.68871: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003db8 11924 1726884947.68934: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003db8 11924 1726884947.68937: WORKER PROCESS EXITING 11924 1726884947.69015: no more pending results, returning what we have 11924 1726884947.69020: results queue empty 11924 1726884947.69021: checking for any_errors_fatal 11924 1726884947.69032: done checking for any_errors_fatal 11924 1726884947.69033: checking for max_fail_percentage 11924 1726884947.69034: done checking for max_fail_percentage 11924 1726884947.69035: checking to see if all hosts have failed and the running result is not ok 11924 1726884947.69036: done checking to see if all hosts have failed 11924 1726884947.69037: getting the remaining hosts for this loop 11924 1726884947.69039: done getting the remaining hosts for this loop 11924 1726884947.69043: getting the next task for host managed_node2 11924 1726884947.69054: done getting next task for host managed_node2 11924 1726884947.69061: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 11924 1726884947.69065: ^ 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 11924 1726884947.69078: getting variables 11924 1726884947.69079: in VariableManager get_vars() 11924 1726884947.69115: Calling all_inventory to load vars for managed_node2 11924 1726884947.69117: Calling groups_inventory to load vars for managed_node2 11924 1726884947.69119: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884947.69128: Calling all_plugins_play to load vars for managed_node2 11924 1726884947.69131: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884947.69133: Calling groups_plugins_play to load vars for managed_node2 11924 1726884947.69988: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884947.70622: done with get_vars() 11924 1726884947.70644: done getting variables TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 20 September 2024 22:15:47 -0400 (0:00:00.133) 0:01:53.046 ****** 11924 1726884947.70748: entering _queue_task() for managed_node2/stat 11924 1726884947.71107: worker is 1 (out of 1 available) 11924 1726884947.71119: exiting _queue_task() for managed_node2/stat 11924 1726884947.71132: done queuing things up, now waiting for results queue to drain 11924 1726884947.71134: waiting for pending results... 11924 1726884947.71450: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if system is ostree 11924 1726884947.71963: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003dba 11924 1726884947.71968: variable 'ansible_search_path' from source: unknown 11924 1726884947.71971: variable 'ansible_search_path' from source: unknown 11924 1726884947.71977: calling self._execute() 11924 1726884947.72261: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.72265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.72267: variable 'omit' from source: magic vars 11924 1726884947.72930: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884947.73612: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884947.73735: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884947.73937: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884947.74099: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884947.74292: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884947.74322: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884947.74358: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884947.74563: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884947.74677: variable '__storage_is_ostree' from source: set_fact 11924 1726884947.74693: Evaluated conditional (not __storage_is_ostree is defined): False 11924 1726884947.74701: when evaluation is False, skipping this task 11924 1726884947.74709: _execute() done 11924 1726884947.74716: dumping result to json 11924 1726884947.74724: done dumping result, returning 11924 1726884947.74737: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-f4c0-2290-000000003dba] 11924 1726884947.74749: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003dba 11924 1726884947.74869: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003dba 11924 1726884947.74877: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 11924 1726884947.74937: no more pending results, returning what we have 11924 1726884947.74941: results queue empty 11924 1726884947.74942: checking for any_errors_fatal 11924 1726884947.74963: done checking for any_errors_fatal 11924 1726884947.74964: checking for max_fail_percentage 11924 1726884947.74966: done checking for max_fail_percentage 11924 1726884947.74967: checking to see if all hosts have failed and the running result is not ok 11924 1726884947.74967: done checking to see if all hosts have failed 11924 1726884947.74968: getting the remaining hosts for this loop 11924 1726884947.74970: done getting the remaining hosts for this loop 11924 1726884947.74974: getting the next task for host managed_node2 11924 1726884947.74982: done getting next task for host managed_node2 11924 1726884947.74987: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 11924 1726884947.74992: ^ 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 11924 1726884947.75019: getting variables 11924 1726884947.75021: in VariableManager get_vars() 11924 1726884947.75067: Calling all_inventory to load vars for managed_node2 11924 1726884947.75069: Calling groups_inventory to load vars for managed_node2 11924 1726884947.75072: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884947.75082: Calling all_plugins_play to load vars for managed_node2 11924 1726884947.75086: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884947.75089: Calling groups_plugins_play to load vars for managed_node2 11924 1726884947.76005: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884947.76632: done with get_vars() 11924 1726884947.76648: done getting variables 11924 1726884947.76708: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 20 September 2024 22:15:47 -0400 (0:00:00.059) 0:01:53.106 ****** 11924 1726884947.76744: entering _queue_task() for managed_node2/set_fact 11924 1726884947.77035: worker is 1 (out of 1 available) 11924 1726884947.77180: exiting _queue_task() for managed_node2/set_fact 11924 1726884947.77193: done queuing things up, now waiting for results queue to drain 11924 1726884947.77195: waiting for pending results... 11924 1726884947.77442: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 11924 1726884947.77639: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003dbb 11924 1726884947.77644: variable 'ansible_search_path' from source: unknown 11924 1726884947.77745: variable 'ansible_search_path' from source: unknown 11924 1726884947.77749: calling self._execute() 11924 1726884947.77828: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.77841: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.77859: variable 'omit' from source: magic vars 11924 1726884947.78247: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884947.78548: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884947.78600: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884947.78641: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884947.78682: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884947.78910: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884947.78914: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884947.78917: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884947.78919: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884947.79038: variable '__storage_is_ostree' from source: set_fact 11924 1726884947.79050: Evaluated conditional (not __storage_is_ostree is defined): False 11924 1726884947.79060: when evaluation is False, skipping this task 11924 1726884947.79068: _execute() done 11924 1726884947.79075: dumping result to json 11924 1726884947.79083: done dumping result, returning 11924 1726884947.79096: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-f4c0-2290-000000003dbb] 11924 1726884947.79106: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003dbb skipping: [managed_node2] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 11924 1726884947.79295: no more pending results, returning what we have 11924 1726884947.79300: results queue empty 11924 1726884947.79301: checking for any_errors_fatal 11924 1726884947.79313: done checking for any_errors_fatal 11924 1726884947.79314: checking for max_fail_percentage 11924 1726884947.79316: done checking for max_fail_percentage 11924 1726884947.79317: checking to see if all hosts have failed and the running result is not ok 11924 1726884947.79318: done checking to see if all hosts have failed 11924 1726884947.79319: getting the remaining hosts for this loop 11924 1726884947.79321: done getting the remaining hosts for this loop 11924 1726884947.79325: getting the next task for host managed_node2 11924 1726884947.79336: done getting next task for host managed_node2 11924 1726884947.79340: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 11924 1726884947.79344: ^ 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 11924 1726884947.79374: getting variables 11924 1726884947.79377: in VariableManager get_vars() 11924 1726884947.79419: Calling all_inventory to load vars for managed_node2 11924 1726884947.79421: Calling groups_inventory to load vars for managed_node2 11924 1726884947.79424: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884947.79434: Calling all_plugins_play to load vars for managed_node2 11924 1726884947.79438: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884947.79441: Calling groups_plugins_play to load vars for managed_node2 11924 1726884947.80989: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003dbb 11924 1726884947.80993: WORKER PROCESS EXITING 11924 1726884947.81208: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884947.81817: done with get_vars() 11924 1726884947.81831: done getting variables 11924 1726884947.81890: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 20 September 2024 22:15:47 -0400 (0:00:00.051) 0:01:53.158 ****** 11924 1726884947.81923: entering _queue_task() for managed_node2/set_fact 11924 1726884947.82222: worker is 1 (out of 1 available) 11924 1726884947.82238: exiting _queue_task() for managed_node2/set_fact 11924 1726884947.82252: done queuing things up, now waiting for results queue to drain 11924 1726884947.82254: waiting for pending results... 11924 1726884947.82600: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 11924 1726884947.82758: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003c58 11924 1726884947.82780: variable 'ansible_search_path' from source: unknown 11924 1726884947.82792: variable 'ansible_search_path' from source: unknown 11924 1726884947.82833: calling self._execute() 11924 1726884947.83063: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.83078: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.83094: variable 'omit' from source: magic vars 11924 1726884947.83210: variable 'omit' from source: magic vars 11924 1726884947.83275: variable 'omit' from source: magic vars 11924 1726884947.83324: variable 'omit' from source: magic vars 11924 1726884947.83376: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884947.83431: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884947.83462: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884947.83487: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884947.83511: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884947.83533: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884947.83559: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884947.83595: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884947.83604: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.83618: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.83738: Set connection var ansible_shell_executable to /bin/sh 11924 1726884947.83744: Set connection var ansible_connection to ssh 11924 1726884947.83752: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884947.83763: Set connection var ansible_timeout to 10 11924 1726884947.83772: Set connection var ansible_pipelining to False 11924 1726884947.83780: Set connection var ansible_shell_type to sh 11924 1726884947.83812: variable 'ansible_shell_executable' from source: unknown 11924 1726884947.83820: variable 'ansible_connection' from source: unknown 11924 1726884947.83830: variable 'ansible_module_compression' from source: unknown 11924 1726884947.83835: variable 'ansible_shell_type' from source: unknown 11924 1726884947.83841: variable 'ansible_shell_executable' from source: unknown 11924 1726884947.83846: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.83852: variable 'ansible_pipelining' from source: unknown 11924 1726884947.83859: variable 'ansible_timeout' from source: unknown 11924 1726884947.83866: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.84022: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884947.84045: variable 'omit' from source: magic vars 11924 1726884947.84058: starting attempt loop 11924 1726884947.84065: running the handler 11924 1726884947.84077: handler run complete 11924 1726884947.84089: attempt loop complete, returning result 11924 1726884947.84094: _execute() done 11924 1726884947.84158: dumping result to json 11924 1726884947.84162: done dumping result, returning 11924 1726884947.84165: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [0affc8a3-6f6f-f4c0-2290-000000003c58] 11924 1726884947.84168: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003c58 11924 1726884947.84240: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003c58 11924 1726884947.84243: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 11924 1726884947.84336: no more pending results, returning what we have 11924 1726884947.84340: results queue empty 11924 1726884947.84341: checking for any_errors_fatal 11924 1726884947.84353: done checking for any_errors_fatal 11924 1726884947.84354: checking for max_fail_percentage 11924 1726884947.84359: done checking for max_fail_percentage 11924 1726884947.84360: checking to see if all hosts have failed and the running result is not ok 11924 1726884947.84361: done checking to see if all hosts have failed 11924 1726884947.84362: getting the remaining hosts for this loop 11924 1726884947.84364: done getting the remaining hosts for this loop 11924 1726884947.84367: getting the next task for host managed_node2 11924 1726884947.84376: done getting next task for host managed_node2 11924 1726884947.84380: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 11924 1726884947.84384: ^ 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 11924 1726884947.84397: getting variables 11924 1726884947.84399: in VariableManager get_vars() 11924 1726884947.84439: Calling all_inventory to load vars for managed_node2 11924 1726884947.84441: Calling groups_inventory to load vars for managed_node2 11924 1726884947.84444: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884947.84455: Calling all_plugins_play to load vars for managed_node2 11924 1726884947.84663: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884947.84667: Calling groups_plugins_play to load vars for managed_node2 11924 1726884947.85637: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884947.86623: done with get_vars() 11924 1726884947.86638: done getting variables 11924 1726884947.86697: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 20 September 2024 22:15:47 -0400 (0:00:00.048) 0:01:53.206 ****** 11924 1726884947.86728: entering _queue_task() for managed_node2/set_fact 11924 1726884947.87014: worker is 1 (out of 1 available) 11924 1726884947.87028: exiting _queue_task() for managed_node2/set_fact 11924 1726884947.87042: done queuing things up, now waiting for results queue to drain 11924 1726884947.87044: waiting for pending results... 11924 1726884947.87475: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 11924 1726884947.87492: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003c59 11924 1726884947.87512: variable 'ansible_search_path' from source: unknown 11924 1726884947.87520: variable 'ansible_search_path' from source: unknown 11924 1726884947.87559: calling self._execute() 11924 1726884947.87683: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.87695: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.87710: variable 'omit' from source: magic vars 11924 1726884947.87872: variable 'omit' from source: magic vars 11924 1726884947.87956: variable 'omit' from source: magic vars 11924 1726884947.88016: variable 'omit' from source: magic vars 11924 1726884947.88115: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884947.88119: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884947.88130: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884947.88150: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884947.88170: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884947.88189: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884947.88213: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884947.88257: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884947.88267: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.88274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.88440: Set connection var ansible_shell_executable to /bin/sh 11924 1726884947.88443: Set connection var ansible_connection to ssh 11924 1726884947.88445: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884947.88447: Set connection var ansible_timeout to 10 11924 1726884947.88449: Set connection var ansible_pipelining to False 11924 1726884947.88451: Set connection var ansible_shell_type to sh 11924 1726884947.88466: variable 'ansible_shell_executable' from source: unknown 11924 1726884947.88474: variable 'ansible_connection' from source: unknown 11924 1726884947.88481: variable 'ansible_module_compression' from source: unknown 11924 1726884947.88486: variable 'ansible_shell_type' from source: unknown 11924 1726884947.88491: variable 'ansible_shell_executable' from source: unknown 11924 1726884947.88497: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.88504: variable 'ansible_pipelining' from source: unknown 11924 1726884947.88510: variable 'ansible_timeout' from source: unknown 11924 1726884947.88549: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.88679: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884947.88697: variable 'omit' from source: magic vars 11924 1726884947.88706: starting attempt loop 11924 1726884947.88712: running the handler 11924 1726884947.88725: handler run complete 11924 1726884947.88761: attempt loop complete, returning result 11924 1726884947.88764: _execute() done 11924 1726884947.88767: dumping result to json 11924 1726884947.88769: done dumping result, returning 11924 1726884947.88773: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [0affc8a3-6f6f-f4c0-2290-000000003c59] 11924 1726884947.88775: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003c59 ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 11924 1726884947.88953: no more pending results, returning what we have 11924 1726884947.88959: results queue empty 11924 1726884947.88960: checking for any_errors_fatal 11924 1726884947.88970: done checking for any_errors_fatal 11924 1726884947.88971: checking for max_fail_percentage 11924 1726884947.88976: done checking for max_fail_percentage 11924 1726884947.88977: checking to see if all hosts have failed and the running result is not ok 11924 1726884947.88978: done checking to see if all hosts have failed 11924 1726884947.88978: getting the remaining hosts for this loop 11924 1726884947.88980: done getting the remaining hosts for this loop 11924 1726884947.88984: getting the next task for host managed_node2 11924 1726884947.88992: done getting next task for host managed_node2 11924 1726884947.88996: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 11924 1726884947.88999: ^ 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 11924 1726884947.89012: getting variables 11924 1726884947.89014: in VariableManager get_vars() 11924 1726884947.89052: Calling all_inventory to load vars for managed_node2 11924 1726884947.89327: Calling groups_inventory to load vars for managed_node2 11924 1726884947.89331: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884947.89337: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003c59 11924 1726884947.89340: WORKER PROCESS EXITING 11924 1726884947.89348: Calling all_plugins_play to load vars for managed_node2 11924 1726884947.89351: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884947.89354: Calling groups_plugins_play to load vars for managed_node2 11924 1726884947.89904: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884947.90642: done with get_vars() 11924 1726884947.90673: done getting variables TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 20 September 2024 22:15:47 -0400 (0:00:00.041) 0:01:53.247 ****** 11924 1726884947.90866: entering _queue_task() for managed_node2/include_tasks 11924 1726884947.91126: worker is 1 (out of 1 available) 11924 1726884947.91138: exiting _queue_task() for managed_node2/include_tasks 11924 1726884947.91153: done queuing things up, now waiting for results queue to drain 11924 1726884947.91154: waiting for pending results... 11924 1726884947.91468: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 11924 1726884947.91705: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003c5a 11924 1726884947.91709: variable 'ansible_search_path' from source: unknown 11924 1726884947.91711: variable 'ansible_search_path' from source: unknown 11924 1726884947.91714: calling self._execute() 11924 1726884947.91791: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884947.91803: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884947.91822: variable 'omit' from source: magic vars 11924 1726884947.92125: variable 'storage_provider' from source: role '' defaults 11924 1726884947.92144: _execute() done 11924 1726884947.92152: dumping result to json 11924 1726884947.92162: done dumping result, returning 11924 1726884947.92173: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-f4c0-2290-000000003c5a] 11924 1726884947.92183: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003c5a 11924 1726884947.92462: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003c5a 11924 1726884947.92466: WORKER PROCESS EXITING 11924 1726884947.92509: no more pending results, returning what we have 11924 1726884947.92514: in VariableManager get_vars() 11924 1726884947.92553: Calling all_inventory to load vars for managed_node2 11924 1726884947.92557: Calling groups_inventory to load vars for managed_node2 11924 1726884947.92560: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884947.92571: Calling all_plugins_play to load vars for managed_node2 11924 1726884947.92574: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884947.92577: Calling groups_plugins_play to load vars for managed_node2 11924 1726884947.93240: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884947.93823: done with get_vars() 11924 1726884947.93836: variable 'ansible_search_path' from source: unknown 11924 1726884947.93838: variable 'ansible_search_path' from source: unknown 11924 1726884947.93871: we have included files to process 11924 1726884947.93873: generating all_blocks data 11924 1726884947.93875: done generating all_blocks data 11924 1726884947.93881: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884947.93882: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884947.93885: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884947.94978: in VariableManager get_vars() 11924 1726884947.95006: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884947.97225: done processing included file 11924 1726884947.97227: iterating over new_blocks loaded from include file 11924 1726884947.97229: in VariableManager get_vars() 11924 1726884947.97250: done with get_vars() 11924 1726884947.97252: filtering new block on tags 11924 1726884947.97360: done filtering new block on tags 11924 1726884947.97379: in VariableManager get_vars() 11924 1726884947.97398: done with get_vars() 11924 1726884947.97400: filtering new block on tags 11924 1726884947.97491: done filtering new block on tags 11924 1726884947.97494: in VariableManager get_vars() 11924 1726884947.97511: done with get_vars() 11924 1726884947.97513: filtering new block on tags 11924 1726884947.97647: done filtering new block on tags 11924 1726884947.97649: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node2 11924 1726884947.97657: extending task lists for all hosts with included blocks 11924 1726884947.98131: done extending task lists 11924 1726884947.98133: done processing included files 11924 1726884947.98133: results queue empty 11924 1726884947.98134: checking for any_errors_fatal 11924 1726884947.98138: done checking for any_errors_fatal 11924 1726884947.98139: checking for max_fail_percentage 11924 1726884947.98140: done checking for max_fail_percentage 11924 1726884947.98141: checking to see if all hosts have failed and the running result is not ok 11924 1726884947.98142: done checking to see if all hosts have failed 11924 1726884947.98143: getting the remaining hosts for this loop 11924 1726884947.98144: done getting the remaining hosts for this loop 11924 1726884947.98147: getting the next task for host managed_node2 11924 1726884947.98151: done getting next task for host managed_node2 11924 1726884947.98153: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 11924 1726884947.98158: ^ 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 11924 1726884947.98168: getting variables 11924 1726884947.98170: in VariableManager get_vars() 11924 1726884947.98182: Calling all_inventory to load vars for managed_node2 11924 1726884947.98184: Calling groups_inventory to load vars for managed_node2 11924 1726884947.98186: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884947.98191: Calling all_plugins_play to load vars for managed_node2 11924 1726884947.98194: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884947.98197: Calling groups_plugins_play to load vars for managed_node2 11924 1726884947.98648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884947.99651: done with get_vars() 11924 1726884947.99673: done getting variables 11924 1726884947.99727: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 20 September 2024 22:15:47 -0400 (0:00:00.088) 0:01:53.336 ****** 11924 1726884947.99901: entering _queue_task() for managed_node2/package 11924 1726884948.00594: worker is 1 (out of 1 available) 11924 1726884948.00608: exiting _queue_task() for managed_node2/package 11924 1726884948.00627: done queuing things up, now waiting for results queue to drain 11924 1726884948.00628: waiting for pending results... 11924 1726884948.01389: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 11924 1726884948.02012: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003df0 11924 1726884948.02111: variable 'ansible_search_path' from source: unknown 11924 1726884948.02164: variable 'ansible_search_path' from source: unknown 11924 1726884948.02290: calling self._execute() 11924 1726884948.02695: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884948.02744: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884948.02850: variable 'omit' from source: magic vars 11924 1726884948.03813: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884948.04353: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884948.04458: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884948.04570: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884948.04667: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884948.04829: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884948.04862: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884948.05071: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884948.05074: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884948.05252: variable 'storage_skip_checks' from source: set_fact 11924 1726884948.05287: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 11924 1726884948.05295: when evaluation is False, skipping this task 11924 1726884948.05304: _execute() done 11924 1726884948.05315: dumping result to json 11924 1726884948.05323: done dumping result, returning 11924 1726884948.05388: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-f4c0-2290-000000003df0] 11924 1726884948.05392: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df0 11924 1726884948.05761: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df0 11924 1726884948.05764: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884948.05827: no more pending results, returning what we have 11924 1726884948.05831: results queue empty 11924 1726884948.05831: checking for any_errors_fatal 11924 1726884948.05833: done checking for any_errors_fatal 11924 1726884948.05834: checking for max_fail_percentage 11924 1726884948.05836: done checking for max_fail_percentage 11924 1726884948.05837: checking to see if all hosts have failed and the running result is not ok 11924 1726884948.05838: done checking to see if all hosts have failed 11924 1726884948.05838: getting the remaining hosts for this loop 11924 1726884948.05840: done getting the remaining hosts for this loop 11924 1726884948.05844: getting the next task for host managed_node2 11924 1726884948.05851: done getting next task for host managed_node2 11924 1726884948.05857: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 11924 1726884948.05861: ^ 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 11924 1726884948.05888: getting variables 11924 1726884948.05891: in VariableManager get_vars() 11924 1726884948.05954: Calling all_inventory to load vars for managed_node2 11924 1726884948.05959: Calling groups_inventory to load vars for managed_node2 11924 1726884948.05962: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884948.05975: Calling all_plugins_play to load vars for managed_node2 11924 1726884948.05979: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884948.05983: Calling groups_plugins_play to load vars for managed_node2 11924 1726884948.06847: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884948.08462: done with get_vars() 11924 1726884948.08479: done getting variables 11924 1726884948.08657: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 20 September 2024 22:15:48 -0400 (0:00:00.088) 0:01:53.425 ****** 11924 1726884948.08708: entering _queue_task() for managed_node2/debug 11924 1726884948.09451: worker is 1 (out of 1 available) 11924 1726884948.09578: exiting _queue_task() for managed_node2/debug 11924 1726884948.09600: done queuing things up, now waiting for results queue to drain 11924 1726884948.09602: waiting for pending results... 11924 1726884948.10187: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_pools 11924 1726884948.10363: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003df1 11924 1726884948.10388: variable 'ansible_search_path' from source: unknown 11924 1726884948.10396: variable 'ansible_search_path' from source: unknown 11924 1726884948.10474: calling self._execute() 11924 1726884948.10578: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884948.10595: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884948.10612: variable 'omit' from source: magic vars 11924 1726884948.10738: variable 'omit' from source: magic vars 11924 1726884948.10907: variable 'omit' from source: magic vars 11924 1726884948.10914: variable 'omit' from source: magic vars 11924 1726884948.10935: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884948.10975: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884948.11017: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884948.11032: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884948.11047: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884948.11126: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884948.11131: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884948.11134: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884948.11137: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884948.11145: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884948.11368: Set connection var ansible_shell_executable to /bin/sh 11924 1726884948.11372: Set connection var ansible_connection to ssh 11924 1726884948.11374: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884948.11400: Set connection var ansible_timeout to 10 11924 1726884948.11403: Set connection var ansible_pipelining to False 11924 1726884948.11406: Set connection var ansible_shell_type to sh 11924 1726884948.11510: variable 'ansible_shell_executable' from source: unknown 11924 1726884948.11521: variable 'ansible_connection' from source: unknown 11924 1726884948.11524: variable 'ansible_module_compression' from source: unknown 11924 1726884948.11527: variable 'ansible_shell_type' from source: unknown 11924 1726884948.11554: variable 'ansible_shell_executable' from source: unknown 11924 1726884948.11598: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884948.11601: variable 'ansible_pipelining' from source: unknown 11924 1726884948.11603: variable 'ansible_timeout' from source: unknown 11924 1726884948.11612: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884948.11860: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884948.11864: variable 'omit' from source: magic vars 11924 1726884948.11866: starting attempt loop 11924 1726884948.11869: running the handler 11924 1726884948.12002: variable 'storage_pools' from source: include params 11924 1726884948.12166: variable 'storage_pools' from source: include params 11924 1726884948.12185: variable 'unused_disks' from source: set_fact 11924 1726884948.12269: variable 'unused_disks' from source: set_fact 11924 1726884948.12331: variable 'volume_size' from source: play vars 11924 1726884948.12437: variable 'volume_size' from source: play vars 11924 1726884948.12493: handler run complete 11924 1726884948.12521: attempt loop complete, returning result 11924 1726884948.12529: _execute() done 11924 1726884948.12577: dumping result to json 11924 1726884948.12580: done dumping result, returning 11924 1726884948.12582: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-f4c0-2290-000000003df1] 11924 1726884948.12584: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df1 ok: [managed_node2] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "volumes": [ { "fs_type": "unformatted", "name": "test1", "size": "5g" } ] } ] } 11924 1726884948.12876: no more pending results, returning what we have 11924 1726884948.12880: results queue empty 11924 1726884948.12881: checking for any_errors_fatal 11924 1726884948.12894: done checking for any_errors_fatal 11924 1726884948.12895: checking for max_fail_percentage 11924 1726884948.12896: done checking for max_fail_percentage 11924 1726884948.12897: checking to see if all hosts have failed and the running result is not ok 11924 1726884948.12898: done checking to see if all hosts have failed 11924 1726884948.12899: getting the remaining hosts for this loop 11924 1726884948.12901: done getting the remaining hosts for this loop 11924 1726884948.12913: getting the next task for host managed_node2 11924 1726884948.12923: done getting next task for host managed_node2 11924 1726884948.12927: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 11924 1726884948.12933: ^ 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 11924 1726884948.12947: getting variables 11924 1726884948.12949: in VariableManager get_vars() 11924 1726884948.13293: Calling all_inventory to load vars for managed_node2 11924 1726884948.13297: Calling groups_inventory to load vars for managed_node2 11924 1726884948.13300: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884948.13351: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df1 11924 1726884948.13359: WORKER PROCESS EXITING 11924 1726884948.13393: Calling all_plugins_play to load vars for managed_node2 11924 1726884948.13397: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884948.13401: Calling groups_plugins_play to load vars for managed_node2 11924 1726884948.14685: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884948.15915: done with get_vars() 11924 1726884948.15954: done getting variables 11924 1726884948.16097: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 20 September 2024 22:15:48 -0400 (0:00:00.074) 0:01:53.500 ****** 11924 1726884948.16164: entering _queue_task() for managed_node2/debug 11924 1726884948.16777: worker is 1 (out of 1 available) 11924 1726884948.16790: exiting _queue_task() for managed_node2/debug 11924 1726884948.16803: done queuing things up, now waiting for results queue to drain 11924 1726884948.16805: waiting for pending results... 11924 1726884948.17095: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_volumes 11924 1726884948.17225: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003df2 11924 1726884948.17256: variable 'ansible_search_path' from source: unknown 11924 1726884948.17261: variable 'ansible_search_path' from source: unknown 11924 1726884948.17339: calling self._execute() 11924 1726884948.17445: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884948.17458: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884948.17478: variable 'omit' from source: magic vars 11924 1726884948.17616: variable 'omit' from source: magic vars 11924 1726884948.17725: variable 'omit' from source: magic vars 11924 1726884948.17833: variable 'omit' from source: magic vars 11924 1726884948.17836: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884948.17881: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884948.17907: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884948.17941: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884948.17968: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884948.17997: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884948.18029: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884948.18077: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884948.18086: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884948.18160: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884948.18238: Set connection var ansible_shell_executable to /bin/sh 11924 1726884948.18248: Set connection var ansible_connection to ssh 11924 1726884948.18266: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884948.18283: Set connection var ansible_timeout to 10 11924 1726884948.18299: Set connection var ansible_pipelining to False 11924 1726884948.18357: Set connection var ansible_shell_type to sh 11924 1726884948.18361: variable 'ansible_shell_executable' from source: unknown 11924 1726884948.18372: variable 'ansible_connection' from source: unknown 11924 1726884948.18381: variable 'ansible_module_compression' from source: unknown 11924 1726884948.18391: variable 'ansible_shell_type' from source: unknown 11924 1726884948.18403: variable 'ansible_shell_executable' from source: unknown 11924 1726884948.18411: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884948.18419: variable 'ansible_pipelining' from source: unknown 11924 1726884948.18462: variable 'ansible_timeout' from source: unknown 11924 1726884948.18465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884948.18622: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884948.18643: variable 'omit' from source: magic vars 11924 1726884948.18654: starting attempt loop 11924 1726884948.18663: running the handler 11924 1726884948.18951: handler run complete 11924 1726884948.19004: attempt loop complete, returning result 11924 1726884948.19007: _execute() done 11924 1726884948.19009: dumping result to json 11924 1726884948.19011: done dumping result, returning 11924 1726884948.19013: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-f4c0-2290-000000003df2] 11924 1726884948.19160: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df2 11924 1726884948.19230: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df2 11924 1726884948.19234: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 11924 1726884948.19308: no more pending results, returning what we have 11924 1726884948.19312: results queue empty 11924 1726884948.19312: checking for any_errors_fatal 11924 1726884948.19324: done checking for any_errors_fatal 11924 1726884948.19325: checking for max_fail_percentage 11924 1726884948.19327: done checking for max_fail_percentage 11924 1726884948.19328: checking to see if all hosts have failed and the running result is not ok 11924 1726884948.19329: done checking to see if all hosts have failed 11924 1726884948.19329: getting the remaining hosts for this loop 11924 1726884948.19332: done getting the remaining hosts for this loop 11924 1726884948.19335: getting the next task for host managed_node2 11924 1726884948.19343: done getting next task for host managed_node2 11924 1726884948.19347: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 11924 1726884948.19353: ^ 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 11924 1726884948.19369: getting variables 11924 1726884948.19371: in VariableManager get_vars() 11924 1726884948.19412: Calling all_inventory to load vars for managed_node2 11924 1726884948.19415: Calling groups_inventory to load vars for managed_node2 11924 1726884948.19418: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884948.19428: Calling all_plugins_play to load vars for managed_node2 11924 1726884948.19432: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884948.19435: Calling groups_plugins_play to load vars for managed_node2 11924 1726884948.20216: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884948.21403: done with get_vars() 11924 1726884948.21422: done getting variables TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 20 September 2024 22:15:48 -0400 (0:00:00.053) 0:01:53.554 ****** 11924 1726884948.21515: entering _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884948.21914: worker is 1 (out of 1 available) 11924 1726884948.21925: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884948.21938: done queuing things up, now waiting for results queue to drain 11924 1726884948.21940: waiting for pending results... 11924 1726884948.22642: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get required packages 11924 1726884948.22867: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003df3 11924 1726884948.22892: variable 'ansible_search_path' from source: unknown 11924 1726884948.22895: variable 'ansible_search_path' from source: unknown 11924 1726884948.23004: calling self._execute() 11924 1726884948.23177: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884948.23187: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884948.23241: variable 'omit' from source: magic vars 11924 1726884948.23836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884948.24181: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884948.24230: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884948.24264: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884948.24311: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884948.24624: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884948.24628: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884948.24860: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884948.24863: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884948.24865: variable 'storage_skip_checks' from source: set_fact 11924 1726884948.24868: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884948.24869: when evaluation is False, skipping this task 11924 1726884948.24871: _execute() done 11924 1726884948.24873: dumping result to json 11924 1726884948.24875: done dumping result, returning 11924 1726884948.24877: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-f4c0-2290-000000003df3] 11924 1726884948.24878: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df3 11924 1726884948.24947: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df3 11924 1726884948.24950: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884948.25109: no more pending results, returning what we have 11924 1726884948.25112: results queue empty 11924 1726884948.25113: checking for any_errors_fatal 11924 1726884948.25121: done checking for any_errors_fatal 11924 1726884948.25122: checking for max_fail_percentage 11924 1726884948.25124: done checking for max_fail_percentage 11924 1726884948.25124: checking to see if all hosts have failed and the running result is not ok 11924 1726884948.25125: done checking to see if all hosts have failed 11924 1726884948.25126: getting the remaining hosts for this loop 11924 1726884948.25128: done getting the remaining hosts for this loop 11924 1726884948.25131: getting the next task for host managed_node2 11924 1726884948.25137: done getting next task for host managed_node2 11924 1726884948.25142: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 11924 1726884948.25145: ^ 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 11924 1726884948.25196: getting variables 11924 1726884948.25198: in VariableManager get_vars() 11924 1726884948.25231: Calling all_inventory to load vars for managed_node2 11924 1726884948.25233: Calling groups_inventory to load vars for managed_node2 11924 1726884948.25235: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884948.25243: Calling all_plugins_play to load vars for managed_node2 11924 1726884948.25246: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884948.25249: Calling groups_plugins_play to load vars for managed_node2 11924 1726884948.26086: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884948.27188: done with get_vars() 11924 1726884948.27230: done getting variables TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 20 September 2024 22:15:48 -0400 (0:00:00.058) 0:01:53.612 ****** 11924 1726884948.27345: entering _queue_task() for managed_node2/include_tasks 11924 1726884948.27991: worker is 1 (out of 1 available) 11924 1726884948.28005: exiting _queue_task() for managed_node2/include_tasks 11924 1726884948.28018: done queuing things up, now waiting for results queue to drain 11924 1726884948.28020: waiting for pending results... 11924 1726884948.28483: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 11924 1726884948.28713: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003df4 11924 1726884948.28960: variable 'ansible_search_path' from source: unknown 11924 1726884948.28964: variable 'ansible_search_path' from source: unknown 11924 1726884948.28968: calling self._execute() 11924 1726884948.28971: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884948.28973: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884948.28976: variable 'omit' from source: magic vars 11924 1726884948.29717: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884948.30115: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884948.30166: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884948.30199: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884948.30233: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884948.30323: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884948.30349: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884948.30380: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884948.30403: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884948.30549: variable 'storage_skip_checks' from source: set_fact 11924 1726884948.30572: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884948.30579: when evaluation is False, skipping this task 11924 1726884948.30582: _execute() done 11924 1726884948.30584: dumping result to json 11924 1726884948.30587: done dumping result, returning 11924 1726884948.30596: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-f4c0-2290-000000003df4] 11924 1726884948.30602: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df4 11924 1726884948.30701: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df4 11924 1726884948.30704: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884948.30753: no more pending results, returning what we have 11924 1726884948.30760: results queue empty 11924 1726884948.30761: checking for any_errors_fatal 11924 1726884948.30768: done checking for any_errors_fatal 11924 1726884948.30769: checking for max_fail_percentage 11924 1726884948.30771: done checking for max_fail_percentage 11924 1726884948.30772: checking to see if all hosts have failed and the running result is not ok 11924 1726884948.30772: done checking to see if all hosts have failed 11924 1726884948.30773: getting the remaining hosts for this loop 11924 1726884948.30776: done getting the remaining hosts for this loop 11924 1726884948.30781: getting the next task for host managed_node2 11924 1726884948.30790: done getting next task for host managed_node2 11924 1726884948.30794: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 11924 1726884948.30799: ^ 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 11924 1726884948.30826: getting variables 11924 1726884948.30829: in VariableManager get_vars() 11924 1726884948.30870: Calling all_inventory to load vars for managed_node2 11924 1726884948.30873: Calling groups_inventory to load vars for managed_node2 11924 1726884948.30875: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884948.30886: Calling all_plugins_play to load vars for managed_node2 11924 1726884948.30889: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884948.30892: Calling groups_plugins_play to load vars for managed_node2 11924 1726884948.31703: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884948.32539: done with get_vars() 11924 1726884948.32592: done getting variables 11924 1726884948.32648: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 20 September 2024 22:15:48 -0400 (0:00:00.053) 0:01:53.665 ****** 11924 1726884948.32687: entering _queue_task() for managed_node2/package 11924 1726884948.33296: worker is 1 (out of 1 available) 11924 1726884948.33310: exiting _queue_task() for managed_node2/package 11924 1726884948.33323: done queuing things up, now waiting for results queue to drain 11924 1726884948.33324: waiting for pending results... 11924 1726884948.34075: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 11924 1726884948.34140: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003df5 11924 1726884948.34460: variable 'ansible_search_path' from source: unknown 11924 1726884948.34465: variable 'ansible_search_path' from source: unknown 11924 1726884948.34468: calling self._execute() 11924 1726884948.34549: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884948.34566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884948.34583: variable 'omit' from source: magic vars 11924 1726884948.35364: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884948.35847: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884948.36106: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884948.36146: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884948.36189: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884948.36441: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884948.36473: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884948.36504: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884948.36538: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884948.36908: variable 'storage_skip_checks' from source: set_fact 11924 1726884948.36937: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884948.36945: when evaluation is False, skipping this task 11924 1726884948.36952: _execute() done 11924 1726884948.36964: dumping result to json 11924 1726884948.36972: done dumping result, returning 11924 1726884948.36983: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-f4c0-2290-000000003df5] 11924 1726884948.36993: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df5 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884948.37150: no more pending results, returning what we have 11924 1726884948.37154: results queue empty 11924 1726884948.37154: checking for any_errors_fatal 11924 1726884948.37165: done checking for any_errors_fatal 11924 1726884948.37166: checking for max_fail_percentage 11924 1726884948.37168: done checking for max_fail_percentage 11924 1726884948.37169: checking to see if all hosts have failed and the running result is not ok 11924 1726884948.37170: done checking to see if all hosts have failed 11924 1726884948.37170: getting the remaining hosts for this loop 11924 1726884948.37174: done getting the remaining hosts for this loop 11924 1726884948.37178: getting the next task for host managed_node2 11924 1726884948.37186: done getting next task for host managed_node2 11924 1726884948.37191: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 11924 1726884948.37196: ^ 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 11924 1726884948.37222: getting variables 11924 1726884948.37225: in VariableManager get_vars() 11924 1726884948.37378: Calling all_inventory to load vars for managed_node2 11924 1726884948.37381: Calling groups_inventory to load vars for managed_node2 11924 1726884948.37383: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884948.37394: Calling all_plugins_play to load vars for managed_node2 11924 1726884948.37397: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884948.37400: Calling groups_plugins_play to load vars for managed_node2 11924 1726884948.38078: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df5 11924 1726884948.38082: WORKER PROCESS EXITING 11924 1726884948.39301: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884948.40497: done with get_vars() 11924 1726884948.40520: done getting variables TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 20 September 2024 22:15:48 -0400 (0:00:00.081) 0:01:53.747 ****** 11924 1726884948.40829: entering _queue_task() for managed_node2/service_facts 11924 1726884948.41540: worker is 1 (out of 1 available) 11924 1726884948.41553: exiting _queue_task() for managed_node2/service_facts 11924 1726884948.41567: done queuing things up, now waiting for results queue to drain 11924 1726884948.41569: waiting for pending results... 11924 1726884948.41950: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get service facts 11924 1726884948.42148: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003df6 11924 1726884948.42172: variable 'ansible_search_path' from source: unknown 11924 1726884948.42184: variable 'ansible_search_path' from source: unknown 11924 1726884948.42229: calling self._execute() 11924 1726884948.42363: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884948.42373: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884948.42387: variable 'omit' from source: magic vars 11924 1726884948.42804: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884948.43127: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884948.43265: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884948.43268: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884948.43271: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884948.43354: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884948.43394: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884948.43426: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884948.43454: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884948.43629: variable 'storage_skip_checks' from source: set_fact 11924 1726884948.43652: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 11924 1726884948.43663: when evaluation is False, skipping this task 11924 1726884948.43670: _execute() done 11924 1726884948.43676: dumping result to json 11924 1726884948.43694: done dumping result, returning 11924 1726884948.43698: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-f4c0-2290-000000003df6] 11924 1726884948.43861: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df6 11924 1726884948.43940: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df6 11924 1726884948.43943: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884948.43997: no more pending results, returning what we have 11924 1726884948.44001: results queue empty 11924 1726884948.44002: checking for any_errors_fatal 11924 1726884948.44014: done checking for any_errors_fatal 11924 1726884948.44015: checking for max_fail_percentage 11924 1726884948.44017: done checking for max_fail_percentage 11924 1726884948.44018: checking to see if all hosts have failed and the running result is not ok 11924 1726884948.44018: done checking to see if all hosts have failed 11924 1726884948.44019: getting the remaining hosts for this loop 11924 1726884948.44021: done getting the remaining hosts for this loop 11924 1726884948.44026: getting the next task for host managed_node2 11924 1726884948.44033: done getting next task for host managed_node2 11924 1726884948.44037: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 11924 1726884948.44041: ^ 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 11924 1726884948.44078: getting variables 11924 1726884948.44081: in VariableManager get_vars() 11924 1726884948.44125: Calling all_inventory to load vars for managed_node2 11924 1726884948.44128: Calling groups_inventory to load vars for managed_node2 11924 1726884948.44130: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884948.44140: Calling all_plugins_play to load vars for managed_node2 11924 1726884948.44144: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884948.44147: Calling groups_plugins_play to load vars for managed_node2 11924 1726884948.50868: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884948.51464: done with get_vars() 11924 1726884948.51480: done getting variables 11924 1726884948.51532: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 20 September 2024 22:15:48 -0400 (0:00:00.107) 0:01:53.854 ****** 11924 1726884948.51570: entering _queue_task() for managed_node2/set_fact 11924 1726884948.51920: worker is 1 (out of 1 available) 11924 1726884948.51933: exiting _queue_task() for managed_node2/set_fact 11924 1726884948.51945: done queuing things up, now waiting for results queue to drain 11924 1726884948.51947: waiting for pending results... 11924 1726884948.52340: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 11924 1726884948.52546: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003df7 11924 1726884948.52550: variable 'ansible_search_path' from source: unknown 11924 1726884948.52552: variable 'ansible_search_path' from source: unknown 11924 1726884948.52557: calling self._execute() 11924 1726884948.52648: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884948.52666: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884948.52764: variable 'omit' from source: magic vars 11924 1726884948.52805: variable 'omit' from source: magic vars 11924 1726884948.52884: variable 'omit' from source: magic vars 11924 1726884948.53351: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884948.55918: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884948.56006: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884948.56130: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884948.56134: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884948.56138: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884948.56219: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884948.56266: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884948.56295: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884948.56337: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884948.56364: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884948.56458: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884948.56462: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884948.56480: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884948.56524: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884948.56542: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884948.56619: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884948.56646: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884948.56760: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884948.56764: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884948.56767: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884948.56779: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884948.56806: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884948.56834: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884948.56876: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884948.56901: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884948.57116: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884948.57360: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884948.57363: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884948.57366: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884948.57368: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884948.57922: variable 'ansible_facts' from source: unknown 11924 1726884948.58384: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884948.58576: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884948.58617: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884948.58648: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884948.58687: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884948.58737: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884948.58762: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884948.58799: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884948.58832: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884948.59473: variable 'omit' from source: magic vars 11924 1726884948.59504: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884948.59538: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884948.59658: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884948.59662: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884948.59665: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884948.59667: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884948.59669: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884948.59680: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884948.59688: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884948.59700: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884948.59825: Set connection var ansible_shell_executable to /bin/sh 11924 1726884948.59833: Set connection var ansible_connection to ssh 11924 1726884948.59845: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884948.59858: Set connection var ansible_timeout to 10 11924 1726884948.59981: Set connection var ansible_pipelining to False 11924 1726884948.59985: Set connection var ansible_shell_type to sh 11924 1726884948.59987: variable 'ansible_shell_executable' from source: unknown 11924 1726884948.59990: variable 'ansible_connection' from source: unknown 11924 1726884948.59992: variable 'ansible_module_compression' from source: unknown 11924 1726884948.59995: variable 'ansible_shell_type' from source: unknown 11924 1726884948.59997: variable 'ansible_shell_executable' from source: unknown 11924 1726884948.59999: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884948.60001: variable 'ansible_pipelining' from source: unknown 11924 1726884948.60004: variable 'ansible_timeout' from source: unknown 11924 1726884948.60006: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884948.60075: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884948.60153: variable 'omit' from source: magic vars 11924 1726884948.60167: starting attempt loop 11924 1726884948.60174: running the handler 11924 1726884948.60193: handler run complete 11924 1726884948.60212: attempt loop complete, returning result 11924 1726884948.60219: _execute() done 11924 1726884948.60226: dumping result to json 11924 1726884948.60233: done dumping result, returning 11924 1726884948.60245: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-f4c0-2290-000000003df7] 11924 1726884948.60254: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df7 ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 11924 1726884948.60484: no more pending results, returning what we have 11924 1726884948.60488: results queue empty 11924 1726884948.60489: checking for any_errors_fatal 11924 1726884948.60504: done checking for any_errors_fatal 11924 1726884948.60505: checking for max_fail_percentage 11924 1726884948.60507: done checking for max_fail_percentage 11924 1726884948.60508: checking to see if all hosts have failed and the running result is not ok 11924 1726884948.60509: done checking to see if all hosts have failed 11924 1726884948.60509: getting the remaining hosts for this loop 11924 1726884948.60511: done getting the remaining hosts for this loop 11924 1726884948.60515: getting the next task for host managed_node2 11924 1726884948.60527: done getting next task for host managed_node2 11924 1726884948.60532: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 11924 1726884948.60537: ^ 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 11924 1726884948.60551: getting variables 11924 1726884948.60553: in VariableManager get_vars() 11924 1726884948.60994: Calling all_inventory to load vars for managed_node2 11924 1726884948.60997: Calling groups_inventory to load vars for managed_node2 11924 1726884948.61000: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884948.61010: Calling all_plugins_play to load vars for managed_node2 11924 1726884948.61013: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884948.61017: Calling groups_plugins_play to load vars for managed_node2 11924 1726884948.61987: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df7 11924 1726884948.61991: WORKER PROCESS EXITING 11924 1726884948.62415: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884948.63552: done with get_vars() 11924 1726884948.63572: done getting variables TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 20 September 2024 22:15:48 -0400 (0:00:00.123) 0:01:53.977 ****** 11924 1726884948.63885: entering _queue_task() for managed_node2/systemd 11924 1726884948.64394: worker is 1 (out of 1 available) 11924 1726884948.64408: exiting _queue_task() for managed_node2/systemd 11924 1726884948.64422: done queuing things up, now waiting for results queue to drain 11924 1726884948.64424: waiting for pending results... 11924 1726884948.65058: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 11924 1726884948.65397: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003df9 11924 1726884948.65487: variable 'ansible_search_path' from source: unknown 11924 1726884948.65495: variable 'ansible_search_path' from source: unknown 11924 1726884948.65547: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884948.66006: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884948.66242: dumping result to json 11924 1726884948.66245: done dumping result, returning 11924 1726884948.66248: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-f4c0-2290-000000003df9] 11924 1726884948.66251: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df9 skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884948.66505: no more pending results, returning what we have 11924 1726884948.66509: results queue empty 11924 1726884948.66510: checking for any_errors_fatal 11924 1726884948.66517: done checking for any_errors_fatal 11924 1726884948.66517: checking for max_fail_percentage 11924 1726884948.66520: done checking for max_fail_percentage 11924 1726884948.66521: checking to see if all hosts have failed and the running result is not ok 11924 1726884948.66522: done checking to see if all hosts have failed 11924 1726884948.66524: getting the remaining hosts for this loop 11924 1726884948.66526: done getting the remaining hosts for this loop 11924 1726884948.66561: getting the next task for host managed_node2 11924 1726884948.66569: done getting next task for host managed_node2 11924 1726884948.66574: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 11924 1726884948.66578: ^ 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 11924 1726884948.66607: getting variables 11924 1726884948.66609: in VariableManager get_vars() 11924 1726884948.66877: Calling all_inventory to load vars for managed_node2 11924 1726884948.66880: Calling groups_inventory to load vars for managed_node2 11924 1726884948.66883: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884948.66890: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003df9 11924 1726884948.66893: WORKER PROCESS EXITING 11924 1726884948.66904: Calling all_plugins_play to load vars for managed_node2 11924 1726884948.66908: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884948.66911: Calling groups_plugins_play to load vars for managed_node2 11924 1726884948.68347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884948.69084: done with get_vars() 11924 1726884948.69105: done getting variables TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 20 September 2024 22:15:48 -0400 (0:00:00.053) 0:01:54.030 ****** 11924 1726884948.69193: entering _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884948.69513: worker is 1 (out of 1 available) 11924 1726884948.69640: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884948.69651: done queuing things up, now waiting for results queue to drain 11924 1726884948.69653: waiting for pending results... 11924 1726884948.69920: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 11924 1726884948.70130: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003dfa 11924 1726884948.70152: variable 'ansible_search_path' from source: unknown 11924 1726884948.70164: variable 'ansible_search_path' from source: unknown 11924 1726884948.70206: calling self._execute() 11924 1726884948.70345: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884948.70357: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884948.70372: variable 'omit' from source: magic vars 11924 1726884948.70493: variable 'omit' from source: magic vars 11924 1726884948.70575: variable 'omit' from source: magic vars 11924 1726884948.70851: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884948.73908: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884948.74016: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884948.74068: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884948.74115: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884948.74146: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884948.74268: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884948.74291: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884948.74327: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884948.74434: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884948.74438: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884948.74522: variable 'storage_pools' from source: include params 11924 1726884948.74548: variable 'unused_disks' from source: set_fact 11924 1726884948.74634: variable 'unused_disks' from source: set_fact 11924 1726884948.74706: variable 'volume_size' from source: play vars 11924 1726884948.74779: variable 'volume_size' from source: play vars 11924 1726884948.74948: variable 'storage_use_partitions' from source: role '' defaults 11924 1726884948.74962: variable 'storage_disklabel_type' from source: role '' defaults 11924 1726884948.75026: variable 'storage_pool_defaults' from source: role '' defaults 11924 1726884948.75048: variable 'storage_pool_defaults' from source: role '' defaults 11924 1726884948.75121: variable 'storage_volume_defaults' from source: role '' defaults 11924 1726884948.75184: variable 'storage_volume_defaults' from source: role '' defaults 11924 1726884948.75303: variable 'storage_safe_mode' from source: play vars 11924 1726884948.75386: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884948.75418: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884948.75447: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884948.75495: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884948.75519: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884948.75629: variable 'omit' from source: magic vars 11924 1726884948.75632: variable 'omit' from source: magic vars 11924 1726884948.75649: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884948.75682: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884948.75707: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884948.75730: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884948.75751: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884948.75796: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884948.75799: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884948.75828: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884948.75835: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884948.75846: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884948.76013: Set connection var ansible_shell_executable to /bin/sh 11924 1726884948.76016: Set connection var ansible_connection to ssh 11924 1726884948.76018: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884948.76020: Set connection var ansible_timeout to 10 11924 1726884948.76022: Set connection var ansible_pipelining to False 11924 1726884948.76023: Set connection var ansible_shell_type to sh 11924 1726884948.76025: variable 'ansible_shell_executable' from source: unknown 11924 1726884948.76026: variable 'ansible_connection' from source: unknown 11924 1726884948.76031: variable 'ansible_module_compression' from source: unknown 11924 1726884948.76037: variable 'ansible_shell_type' from source: unknown 11924 1726884948.76042: variable 'ansible_shell_executable' from source: unknown 11924 1726884948.76047: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884948.76052: variable 'ansible_pipelining' from source: unknown 11924 1726884948.76064: variable 'ansible_timeout' from source: unknown 11924 1726884948.76072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884948.76230: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884948.76248: variable 'omit' from source: magic vars 11924 1726884948.76267: starting attempt loop 11924 1726884948.76278: running the handler 11924 1726884948.76295: _low_level_execute_command(): starting 11924 1726884948.76340: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884948.77746: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884948.77778: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884948.77872: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884948.79676: stdout chunk (state=3): >>>/root <<< 11924 1726884948.79933: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884948.79936: stdout chunk (state=3): >>><<< 11924 1726884948.79938: stderr chunk (state=3): >>><<< 11924 1726884948.79960: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884948.79982: _low_level_execute_command(): starting 11924 1726884948.80025: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884948.7996974-17113-167055175763063 `" && echo ansible-tmp-1726884948.7996974-17113-167055175763063="` echo /root/.ansible/tmp/ansible-tmp-1726884948.7996974-17113-167055175763063 `" ) && sleep 0' 11924 1726884948.81487: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884948.81678: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884948.83631: stdout chunk (state=3): >>>ansible-tmp-1726884948.7996974-17113-167055175763063=/root/.ansible/tmp/ansible-tmp-1726884948.7996974-17113-167055175763063 <<< 11924 1726884948.83729: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884948.83980: stderr chunk (state=3): >>><<< 11924 1726884948.83984: stdout chunk (state=3): >>><<< 11924 1726884948.84162: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884948.7996974-17113-167055175763063=/root/.ansible/tmp/ansible-tmp-1726884948.7996974-17113-167055175763063 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884948.84165: variable 'ansible_module_compression' from source: unknown 11924 1726884948.84168: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 11924 1726884948.84190: variable 'ansible_facts' from source: unknown 11924 1726884948.84493: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884948.7996974-17113-167055175763063/AnsiballZ_blivet.py 11924 1726884948.85163: Sending initial data 11924 1726884948.85166: Sent initial data (155 bytes) 11924 1726884948.85506: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884948.85518: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884948.85529: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884948.85545: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884948.85554: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884948.85643: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884948.85683: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884948.85757: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884948.87401: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884948.87461: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884948.87512: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpyebced1x /root/.ansible/tmp/ansible-tmp-1726884948.7996974-17113-167055175763063/AnsiballZ_blivet.py <<< 11924 1726884948.87516: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884948.7996974-17113-167055175763063/AnsiballZ_blivet.py" <<< 11924 1726884948.87559: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpyebced1x" to remote "/root/.ansible/tmp/ansible-tmp-1726884948.7996974-17113-167055175763063/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884948.7996974-17113-167055175763063/AnsiballZ_blivet.py" <<< 11924 1726884948.88723: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884948.88736: stderr chunk (state=3): >>><<< 11924 1726884948.88849: stdout chunk (state=3): >>><<< 11924 1726884948.88852: done transferring module to remote 11924 1726884948.88886: _low_level_execute_command(): starting 11924 1726884948.88965: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884948.7996974-17113-167055175763063/ /root/.ansible/tmp/ansible-tmp-1726884948.7996974-17113-167055175763063/AnsiballZ_blivet.py && sleep 0' 11924 1726884948.90668: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884948.90780: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884948.90802: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884948.90959: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884948.91143: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884948.91246: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884948.91339: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884948.91492: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884948.93430: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884948.93477: stderr chunk (state=3): >>><<< 11924 1726884948.93481: stdout chunk (state=3): >>><<< 11924 1726884948.93500: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884948.93561: _low_level_execute_command(): starting 11924 1726884948.93564: _low_level_execute_command(): using become for this command 11924 1726884948.93567: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-laqwainohcqywxhkzjprceeyvmjhsjyu ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884948.7996974-17113-167055175763063/AnsiballZ_blivet.py'"'"' && sleep 0' 11924 1726884948.93987: Initial state: awaiting_escalation: BECOME-SUCCESS-laqwainohcqywxhkzjprceeyvmjhsjyu 11924 1726884948.94319: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884948.94427: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884948.94450: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884948.94468: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884948.94568: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884948.97541: stdout chunk (state=1): >>>BECOME-SUCCESS-laqwainohcqywxhkzjprceeyvmjhsjyu <<< 11924 1726884948.97572: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-laqwainohcqywxhkzjprceeyvmjhsjyu' 11924 1726884948.97872: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884948.97960: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884948.98008: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884948.98033: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884948.98046: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884948.98081: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884948.98127: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884948.98164: 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' <<< 11924 1726884948.98212: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 11924 1726884948.98272: 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 0x7fea4f3683e0> <<< 11924 1726884948.98360: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f337a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f36a960> <<< 11924 1726884948.98382: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884948.98429: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 11924 1726884948.98670: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884948.98674: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # <<< 11924 1726884948.98676: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884948.98681: 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 <<< 11924 1726884948.98683: 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 0x7fea4f13cfe0> <<< 11924 1726884948.98741: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884948.98769: 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 0x7fea4f13dfd0> <<< 11924 1726884948.98820: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884948.98898: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884948.99070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884948.99105: 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 <<< 11924 1726884948.99165: 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 <<< 11924 1726884948.99207: 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 <<< 11924 1726884948.99249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f183e00> <<< 11924 1726884948.99284: 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' <<< 11924 1726884948.99321: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f183ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884948.99377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884948.99380: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884948.99440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884948.99443: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884948.99567: 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 0x7fea4f1b3830> <<< 11924 1726884948.99575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884948.99578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f1b3ec0> <<< 11924 1726884948.99580: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884948.99617: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f193ad0> <<< 11924 1726884948.99621: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884948.99648: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f1911f0> <<< 11924 1726884948.99714: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f180fb0> <<< 11924 1726884948.99745: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884948.99785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884948.99788: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884948.99815: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884948.99844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884948.99859: 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' <<< 11924 1726884948.99883: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f1d7800> <<< 11924 1726884948.99904: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f1d6420> <<< 11924 1726884948.99937: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884948.99951: 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 0x7fea4f1920c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f1d4c20> <<< 11924 1726884949.00001: 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 0x7fea4f208830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f180230> <<< 11924 1726884949.00042: 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' <<< 11924 1726884949.00070: 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 0x7fea4f208ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f208b90> <<< 11924 1726884949.00123: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884949.00173: 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 0x7fea4f208f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f176d50> <<< 11924 1726884949.00177: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884949.00286: 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' <<< 11924 1726884949.00289: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f2095b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f2092b0> import 'importlib.machinery' # <<< 11924 1726884949.00431: 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 0x7fea4f20a4b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884949.00468: 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 0x7fea4f2206b0> <<< 11924 1726884949.00475: 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 0x7fea4f221d90> <<< 11924 1726884949.00530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f222c30> <<< 11924 1726884949.00565: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884949.00616: 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 0x7fea4f223290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f222180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884949.00641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884949.00668: 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 0x7fea4f223d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f223440> <<< 11924 1726884949.00730: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f20a420> <<< 11924 1726884949.00795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884949.00816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884949.00871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884949.00874: 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 0x7fea4ef73bc0> <<< 11924 1726884949.00918: 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 0x7fea4ef9c6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ef9c410> <<< 11924 1726884949.00932: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884949.00960: 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 0x7fea4ef9c6e0> <<< 11924 1726884949.00969: 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' <<< 11924 1726884949.01121: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884949.01170: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4ef9d010> <<< 11924 1726884949.01304: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884949.01308: 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 0x7fea4ef9d9d0> <<< 11924 1726884949.01335: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ef9c8c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ef71d60> <<< 11924 1726884949.01352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884949.01376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884949.01406: 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' <<< 11924 1726884949.01423: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ef9ede0> <<< 11924 1726884949.01439: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ef9db20> <<< 11924 1726884949.01457: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f20abd0> <<< 11924 1726884949.01485: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884949.01549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884949.01574: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884949.01602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884949.01634: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4efc7140> <<< 11924 1726884949.01690: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884949.01764: 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 <<< 11924 1726884949.01766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884949.01795: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4efef4d0> <<< 11924 1726884949.01829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884949.01884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884949.01987: 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 0x7fea4f04c290> <<< 11924 1726884949.02021: 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 <<< 11924 1726884949.02067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884949.02166: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f04e9f0> <<< 11924 1726884949.02245: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f04c3b0> <<< 11924 1726884949.02307: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f0192e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e929370> <<< 11924 1726884949.02313: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4efee2d0> <<< 11924 1726884949.02327: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ef9fd10> <<< 11924 1726884949.02443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884949.02466: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fea4e929610> <<< 11924 1726884949.02627: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_u6jexa3p/ansible_fedora.linux_system_roles.blivet_payload.zip' <<< 11924 1726884949.02638: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.02813: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.02847: 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' <<< 11924 1726884949.02891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884949.02978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884949.03044: 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 0x7fea4e97b110> import '_typing' # <<< 11924 1726884949.03232: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e95e000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e95d160> # zipimport: zlib available import 'ansible' # # zipimport: zlib available <<< 11924 1726884949.03280: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884949.03320: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.04672: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.05790: 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 0x7fea4e978fe0> <<< 11924 1726884949.05832: 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' <<< 11924 1726884949.05864: 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' <<< 11924 1726884949.05933: 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' <<< 11924 1726884949.05960: 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 0x7fea4e9aaa80> <<< 11924 1726884949.06035: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e9aa810> <<< 11924 1726884949.06108: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e9aa120> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e9aaab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e97bda0> import 'atexit' # <<< 11924 1726884949.06157: 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 0x7fea4e9ab6e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e9ab860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884949.06224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884949.06235: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884949.06283: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e9abd70> import 'pwd' # <<< 11924 1726884949.06331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884949.06417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e819ac0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e81b770> <<< 11924 1726884949.06547: 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 0x7fea4e81c170> <<< 11924 1726884949.06550: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884949.06633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e81d040> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884949.06697: 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 0x7fea4e81fdd0> <<< 11924 1726884949.06814: 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 0x7fea4f222ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e81e090> <<< 11924 1726884949.06817: 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 <<< 11924 1726884949.06863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884949.06913: 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 0x7fea4e827d40> <<< 11924 1726884949.06924: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884949.07044: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e826840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e8265a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884949.07113: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e826b10> <<< 11924 1726884949.07138: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e81e5a0> <<< 11924 1726884949.07185: 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 0x7fea4e86bf20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e86c050> <<< 11924 1726884949.07288: 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' <<< 11924 1726884949.07299: 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 0x7fea4e86db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e86d910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884949.07412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884949.07472: 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 0x7fea4e86ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e86e240> <<< 11924 1726884949.07493: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884949.07530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884949.07561: 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' <<< 11924 1726884949.07585: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884949.07621: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e8737d0> <<< 11924 1726884949.07764: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e8701a0> <<< 11924 1726884949.08136: stdout 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 0x7fea4e8745f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e874170> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e874b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e86c260> <<< 11924 1726884949.08140: 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 0x7fea4e7001a0> <<< 11924 1726884949.08167: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884949.08187: 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 0x7fea4e701430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e876930> <<< 11924 1726884949.08226: 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 0x7fea4e877ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e876540> # zipimport: zlib available <<< 11924 1726884949.08264: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884949.08277: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.08577: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884949.08591: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884949.08640: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.08760: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.09313: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.09837: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884949.09872: 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' # <<< 11924 1726884949.09897: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884949.09920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884949.09962: 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 0x7fea4e7055b0> <<< 11924 1726884949.10045: 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' <<< 11924 1726884949.10077: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e706480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e701550> <<< 11924 1726884949.10130: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884949.10167: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.10196: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884949.10336: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.10494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884949.10523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e706150> # zipimport: zlib available <<< 11924 1726884949.10976: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.11425: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.11493: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.11577: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884949.11663: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.11667: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884949.11818: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884949.11866: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884949.12360: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884949.12413: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884949.12477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884949.12501: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884949.12943: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e707560> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884949.12947: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.12996: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.13069: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884949.13106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884949.13385: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e711fd0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e70ffe0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884949.13405: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.13434: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.13472: stdout chunk (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' <<< 11924 1726884949.13496: 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 <<< 11924 1726884949.13516: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884949.13542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884949.13606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884949.13631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884949.13648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884949.13714: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e802930> <<< 11924 1726884949.13752: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e9e2600> <<< 11924 1726884949.13839: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e7120f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e706fc0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884949.13854: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.13883: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.13911: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884949.13985: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884949.13988: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.14017: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 11924 1726884949.14132: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # <<< 11924 1726884949.14135: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.14137: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.14141: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 11924 1726884949.14143: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.14147: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 11924 1726884949.14262: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884949.15789: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.17235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884949.17308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884949.17342: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884949.17352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884949.17387: 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' <<< 11924 1726884949.17464: 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 0x7fea4e384b60> <<< 11924 1726884949.17468: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e78ff80> <<< 11924 1726884949.17536: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e78d940> <<< 11924 1726884949.17706: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e7a4560> <<< 11924 1726884949.17712: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.17859: 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' <<< 11924 1726884949.17988: 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' <<< 11924 1726884949.18031: stdout chunk (state=3): >>>import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e39a5d0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e39a1e0> # /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 0x7fea4e3bcd70> <<< 11924 1726884949.18058: 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' <<< 11924 1726884949.18132: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 11924 1726884949.18152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3bdfd0> <<< 11924 1726884949.18260: 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 0x7fea4e3bd8e0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3bd730> <<< 11924 1726884949.18263: 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' <<< 11924 1726884949.18328: 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 0x7fea4e3c04d0> <<< 11924 1726884949.18479: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3c0260> <<< 11924 1726884949.18497: 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' <<< 11924 1726884949.18554: 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 <<< 11924 1726884949.18680: 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 0x7fea4e3c2300> <<< 11924 1726884949.18739: 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 0x7fea4e3c2090> <<< 11924 1726884949.18849: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3c1940> <<< 11924 1726884949.18854: 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' <<< 11924 1726884949.18963: 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' # /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 <<< 11924 1726884949.18996: 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 0x7fea4e3c50d0> # /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 0x7fea4e3c5460> # /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 0x7fea4e3c5940> <<< 11924 1726884949.19088: 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 0x7fea4e3c6150> <<< 11924 1726884949.19137: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3c4740> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3c4200> # 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 0x7fea4e3c68d0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3c3d10> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3c3c80> <<< 11924 1726884949.19248: 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' <<< 11924 1726884949.19265: 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' <<< 11924 1726884949.19330: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e408f80> # /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 <<< 11924 1726884949.19416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 11924 1726884949.19587: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e409df0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e4094c0> <<< 11924 1726884949.19634: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3c7230> import 'gi.repository.GLib' # <<< 11924 1726884949.19673: 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 <<< 11924 1726884949.19706: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 11924 1726884949.19836: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e412ab0> <<< 11924 1726884949.19876: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 11924 1726884949.19907: stdout chunk (state=3): >>># destroy gi.repository.GModule <<< 11924 1726884949.19963: stdout chunk (state=3): >>>import 'gi.repository.GModule' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py <<< 11924 1726884949.19975: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 11924 1726884949.20225: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e4181d0> import 'gi.repository.Gio' # <<< 11924 1726884949.20270: stdout chunk (state=3): >>>import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3c0e30> <<< 11924 1726884949.20363: 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' <<< 11924 1726884949.20395: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/__init__.py # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/bytesize.py <<< 11924 1726884949.20511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 11924 1726884949.20531: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2a5e80> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2a56d0> <<< 11924 1726884949.21311: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e7a4380> <<< 11924 1726884949.21362: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 11924 1726884949.21461: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e39a7e0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e399580> <<< 11924 1726884949.21850: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e876000> <<< 11924 1726884949.21876: 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' <<< 11924 1726884949.21961: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2ba360> <<< 11924 1726884949.21982: 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 0x7fea4e2bc110> <<< 11924 1726884949.22007: 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' <<< 11924 1726884949.22035: 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' <<< 11924 1726884949.22063: 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 <<< 11924 1726884949.22096: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 11924 1726884949.22125: 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' <<< 11924 1726884949.22166: 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 <<< 11924 1726884949.22170: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' <<< 11924 1726884949.22211: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2bf8c0> <<< 11924 1726884949.22215: 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 0x7fea4e2bff50> <<< 11924 1726884949.22239: 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 <<< 11924 1726884949.22344: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 11924 1726884949.22376: 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' <<< 11924 1726884949.22436: 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' <<< 11924 1726884949.22483: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/_errorcheckers.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2c0f80> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2c0e30> <<< 11924 1726884949.22602: 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 0x7fea4e2c1220> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2c0b90> # /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' <<< 11924 1726884949.22618: 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 0x7fea4e2c16d0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2c1520> # /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 <<< 11924 1726884949.22692: 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 0x7fea4e2c1a30> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2c1730> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2c0320> <<< 11924 1726884949.22885: 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 0x7fea4e2c09b0> # /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 0x7fea4e2c59d0> # /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/poll.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/poll.py <<< 11924 1726884949.22924: 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 0x7fea4e2c5d60> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2c5730> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2c4da0> # /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 0x7fea4e2c5eb0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2bf590> <<< 11924 1726884949.22960: 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 <<< 11924 1726884949.22970: 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 0x7fea4e2c5f40> <<< 11924 1726884949.23230: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2bd040> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2bc7d0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/device.py <<< 11924 1726884949.23234: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 11924 1726884949.23263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py # code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 11924 1726884949.23291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 11924 1726884949.23348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 11924 1726884949.23366: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2ce240> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2cd070> <<< 11924 1726884949.23518: 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 0x7fea4e2ce420> <<< 11924 1726884949.23550: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2bce00> # /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' <<< 11924 1726884949.23598: 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 <<< 11924 1726884949.23602: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884949.23679: 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 0x7fea4e453c20> <<< 11924 1726884949.23683: 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' <<< 11924 1726884949.23737: 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 <<< 11924 1726884949.23964: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 11924 1726884949.23967: 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 <<< 11924 1726884949.23969: stdout chunk (state=3): >>># 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' <<< 11924 1726884949.24028: 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 <<< 11924 1726884949.24032: 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 0x7fea4d33c380> # /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 0x7fea4d33cb60> # /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 0x7fea4d33d190> # /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 0x7fea4d33d4c0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d33c200> <<< 11924 1726884949.24035: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e303920> <<< 11924 1726884949.24101: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e300740> <<< 11924 1726884949.24134: 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 <<< 11924 1726884949.24161: 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 0x7fea4d350230> <<< 11924 1726884949.24185: stdout chunk (state=3): >>>import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e301a30> <<< 11924 1726884949.24332: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e300260> # /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' <<< 11924 1726884949.24393: 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 0x7fea4d350830> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e300a40> # /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 0x7fea4d350a70> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsck.py <<< 11924 1726884949.24415: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d350ec0> <<< 11924 1726884949.24460: 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' <<< 11924 1726884949.24482: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d351670> <<< 11924 1726884949.24604: 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 <<< 11924 1726884949.24627: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc' <<< 11924 1726884949.24646: 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 <<< 11924 1726884949.24685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884949.24774: 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 0x7fea4d379010> <<< 11924 1726884949.24807: 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' <<< 11924 1726884949.24834: 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 <<< 11924 1726884949.24861: 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 0x7fea4d37a150> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d379b20> <<< 11924 1726884949.24923: 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 0x7fea4d37a540> # /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' <<< 11924 1726884949.24957: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d37b0e0> <<< 11924 1726884949.24985: 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 <<< 11924 1726884949.25010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884949.25041: 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 0x7fea4d129df0> <<< 11924 1726884949.25074: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d128ad0> <<< 11924 1726884949.25092: 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' <<< 11924 1726884949.25141: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d12b260> # /usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/geometry.py <<< 11924 1726884949.25181: 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 0x7fea4d14c5c0> <<< 11924 1726884949.25189: 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 <<< 11924 1726884949.25225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 11924 1726884949.25229: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d14d3d0> <<< 11924 1726884949.25249: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d36e300> <<< 11924 1726884949.25278: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d36df70> <<< 11924 1726884949.25296: 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 <<< 11924 1726884949.25322: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 11924 1726884949.25366: 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 0x7fea4d14f950> <<< 11924 1726884949.25384: 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 <<< 11924 1726884949.25422: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 11924 1726884949.25426: 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 <<< 11924 1726884949.25435: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 11924 1726884949.25721: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d17c320> <<< 11924 1726884949.25725: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d14f7a0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d14ee40> <<< 11924 1726884949.25729: 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' <<< 11924 1726884949.25767: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d198b30> # /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' <<< 11924 1726884949.25771: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d198c80> <<< 11924 1726884949.25791: 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 <<< 11924 1726884949.25836: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 11924 1726884949.25939: 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 0x7fea4d1b0380> # /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' <<< 11924 1726884949.25983: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d1b0a40> <<< 11924 1726884949.26007: 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 <<< 11924 1726884949.26027: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 11924 1726884949.26077: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d1b1460> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsreadlabel.py <<< 11924 1726884949.26104: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc' <<< 11924 1726884949.26117: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d1b18e0> <<< 11924 1726884949.26145: 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' <<< 11924 1726884949.26178: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d1b1e50> <<< 11924 1726884949.26218: 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' <<< 11924 1726884949.26221: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d1b2180> <<< 11924 1726884949.26250: 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' <<< 11924 1726884949.26299: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d1b2750> <<< 11924 1726884949.26303: 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 <<< 11924 1726884949.26327: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d1b2930> <<< 11924 1726884949.26376: 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 <<< 11924 1726884949.26382: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 11924 1726884949.26405: 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' <<< 11924 1726884949.26521: 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 0x7fea4d1b3bf0> <<< 11924 1726884949.26554: stdout chunk (state=3): >>>import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d1b3a70> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d1b2b10> # /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' <<< 11924 1726884949.26698: 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 # 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 0x7fea4d1e8950> <<< 11924 1726884949.26737: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d1e8560> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d1b3fb0> <<< 11924 1726884949.27003: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d199100> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/luks.py <<< 11924 1726884949.27038: 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 0x7fea4d018260> <<< 11924 1726884949.27073: 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 <<< 11924 1726884949.27089: 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 0x7fea4d018650> <<< 11924 1726884949.27224: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d19ad50> # /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' <<< 11924 1726884949.27291: 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 <<< 11924 1726884949.27294: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884949.27743: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d01b710> <<< 11924 1726884949.27826: 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' <<< 11924 1726884949.27857: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d01b890> <<< 11924 1726884949.28094: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d01ade0> <<< 11924 1726884949.28101: 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' <<< 11924 1726884949.28125: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d031d30> # /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 0x7fea4d033170> # /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 0x7fea4d033950> # /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' <<< 11924 1726884949.28182: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d044260> <<< 11924 1726884949.28218: 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' <<< 11924 1726884949.28259: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d046000> <<< 11924 1726884949.28274: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e451be0> <<< 11924 1726884949.28306: 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 0x7fea4e2be480> <<< 11924 1726884949.28457: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2d28d0> <<< 11924 1726884949.28475: 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 <<< 11924 1726884949.28505: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884949.28546: 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' <<< 11924 1726884949.28575: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d079190> <<< 11924 1726884949.28608: 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 <<< 11924 1726884949.28660: 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 0x7fea4d079fd0> <<< 11924 1726884949.28683: 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' <<< 11924 1726884949.28725: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d07a7e0> <<< 11924 1726884949.28853: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d0780e0> <<< 11924 1726884949.28859: 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 <<< 11924 1726884949.28895: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 11924 1726884949.28928: 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 <<< 11924 1726884949.28939: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' <<< 11924 1726884949.28987: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d0b42c0> <<< 11924 1726884949.29098: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d092a20> <<< 11924 1726884949.29123: 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 <<< 11924 1726884949.29134: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884949.29196: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d0c5e20> <<< 11924 1726884949.29230: 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 <<< 11924 1726884949.29487: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/container.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d0df9e0> <<< 11924 1726884949.29516: 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 0x7fea4cf07e90> <<< 11924 1726884949.29682: 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 # 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 0x7fea4cf1e1e0> <<< 11924 1726884949.29794: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cf1c3e0> <<< 11924 1726884949.29831: 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' <<< 11924 1726884949.29842: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cf50680> <<< 11924 1726884949.30213: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d0dc2c0> <<< 11924 1726884949.30283: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884949.30435: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d0dc4d0> # /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' <<< 11924 1726884949.30551: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cfb2690> # /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' <<< 11924 1726884949.30763: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cfb31a0> # /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 0x7fea4cfb3ce0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/nodev.py <<< 11924 1726884949.30792: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cfc0170> # /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 0x7fea4cfc1010> # /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' <<< 11924 1726884949.30818: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cfc18e0> <<< 11924 1726884949.30839: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2bc260> # /usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/deviceaction.py <<< 11924 1726884949.30877: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 11924 1726884949.31024: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cfc2360> <<< 11924 1726884949.31050: 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 <<< 11924 1726884949.31097: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 11924 1726884949.31131: 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 <<< 11924 1726884949.31167: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 11924 1726884949.31208: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ce10d10> <<< 11924 1726884949.31243: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cfe29f0> <<< 11924 1726884949.31362: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 11924 1726884949.31673: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.31821: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 11924 1726884949.32105: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884949.32379: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/blivet.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' <<< 11924 1726884949.32386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc matches /usr/lib64/python3.12/shelve.py <<< 11924 1726884949.32389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884949.32416: 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 0x7fea4ce6c1d0> <<< 11924 1726884949.32467: 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 0x7fea4ce6c530> <<< 11924 1726884949.32530: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ce58560> <<< 11924 1726884949.32588: stdout chunk (state=3): >>>import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ce43ce0> # /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' <<< 11924 1726884949.32740: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ce58770> <<< 11924 1726884949.32759: 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 <<< 11924 1726884949.32780: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 11924 1726884949.32846: 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 <<< 11924 1726884949.32877: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tsort.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc' import 'blivet.tsort' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ce6ff20> <<< 11924 1726884949.32900: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ce6f560> <<< 11924 1726884949.32933: 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' <<< 11924 1726884949.32963: stdout chunk (state=3): >>>import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cf00500> <<< 11924 1726884949.32968: 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' <<< 11924 1726884949.33008: 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 <<< 11924 1726884949.33035: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 11924 1726884949.33052: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884949.33169: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/devicepopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/populatorhelper.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc' import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cf026c0> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cf02450> # /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 0x7fea4cf029c0> <<< 11924 1726884949.33202: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884949.33243: stdout chunk (state=3): >>>import 'blivet.populator.helpers.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cf02cc0> # /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' <<< 11924 1726884949.33246: stdout chunk (state=3): >>>import 'blivet.populator.helpers.boot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cf02e70> <<< 11924 1726884949.33286: 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 <<< 11924 1726884949.33289: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884949.33642: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cf030b0> # /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 0x7fea4cf03650> # /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 0x7fea4cd08140> # /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 0x7fea4cd082f0> # /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 0x7fea4cd084d0> # /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 0x7fea4cd08b00> # /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' <<< 11924 1726884949.33646: stdout chunk (state=3): >>>import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cd09430> <<< 11924 1726884949.33648: 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' <<< 11924 1726884949.33652: stdout chunk (state=3): >>>import 'blivet.populator.helpers.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cd09820> <<< 11924 1726884949.33685: 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 0x7fea4cd09a30> <<< 11924 1726884949.33717: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/partition.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/partition.cpython-312.pyc' import 'blivet.populator.helpers.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cd09b20> <<< 11924 1726884949.33749: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884949.33773: stdout chunk (state=3): >>>import 'blivet.populator.helpers.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cd09df0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cf01d00> <<< 11924 1726884949.33827: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cf00da0> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cf00cb0> <<< 11924 1726884949.33899: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ce6d430> <<< 11924 1726884949.34004: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ce416d0> <<< 11924 1726884949.43694: 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 <<< 11924 1726884949.43752: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 11924 1726884949.44108: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cd979b0> <<< 11924 1726884950.56823: stdout chunk (state=3): >>> {"changed": true, "actions": [{"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/foo-test1"}], "leaves": ["/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "path": "/opt/test1", "state": "absent", "fstype": "xfs"}, {"path": "/opt/test1", "state": "absent"}], "crypts": [], "pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "unformatted", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "packages": ["lvm2", "xfsprogs"], "invocation": {"module_args": {"pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "unformatted", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 11924 1726884950.58134: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884950.58191: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884950.58261: 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 <<< 11924 1726884950.58298: 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 <<< 11924 1726884950.58335: stdout chunk (state=3): >>># cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp <<< 11924 1726884950.58492: stdout chunk (state=3): >>># cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 11924 1726884950.58496: stdout chunk (state=3): >>># cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # 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 <<< 11924 1726884950.58543: 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 <<< 11924 1726884950.58568: stdout chunk (state=3): >>># 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 <<< 11924 1726884950.59445: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884950.59489: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 11924 1726884950.59521: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884950.59563: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884950.59586: stdout chunk (state=3): >>># destroy _compat_pickle <<< 11924 1726884950.59629: 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 <<< 11924 1726884950.59642: stdout chunk (state=3): >>># cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory <<< 11924 1726884950.59704: stdout chunk (state=3): >>># cleanup[3] wiping blivet.partitioning <<< 11924 1726884950.59708: 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 <<< 11924 1726884950.59732: stdout chunk (state=3): >>># cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs <<< 11924 1726884950.59789: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # 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 <<< 11924 1726884950.59843: 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 <<< 11924 1726884950.59864: stdout chunk (state=3): >>># destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # 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 <<< 11924 1726884950.59911: stdout chunk (state=3): >>># cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio <<< 11924 1726884950.59915: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib <<< 11924 1726884950.59981: 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 <<< 11924 1726884950.59985: 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 <<< 11924 1726884950.60015: stdout chunk (state=3): >>># cleanup[3] wiping gettext # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux <<< 11924 1726884950.60071: stdout chunk (state=3): >>># cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # 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 <<< 11924 1726884950.60149: stdout chunk (state=3): >>># cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading <<< 11924 1726884950.60321: stdout chunk (state=3): >>># cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform <<< 11924 1726884950.60546: 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 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 <<< 11924 1726884950.60588: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884950.61375: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884950.61434: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref <<< 11924 1726884950.61445: stdout chunk (state=3): >>># destroy zipimport # destroy gi._gi <<< 11924 1726884950.61470: stdout chunk (state=3): >>># destroy _struct <<< 11924 1726884950.61687: stdout chunk (state=3): >>># destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884950.61767: stdout chunk (state=3): >>># destroy _string # destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884950.61792: stdout chunk (state=3): >>># destroy array # destroy textwrap # destroy fnmatch <<< 11924 1726884950.61813: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 11924 1726884950.61841: 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 <<< 11924 1726884950.61879: 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 <<< 11924 1726884950.61901: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 11924 1726884950.61931: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux._selinux <<< 11924 1726884950.61951: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 11924 1726884950.62026: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 11924 1726884950.62064: stdout chunk (state=3): >>># destroy _signal <<< 11924 1726884950.62123: stdout chunk (state=3): >>># destroy keyword # destroy abc <<< 11924 1726884950.62128: 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 <<< 11924 1726884950.62138: 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 <<< 11924 1726884950.62261: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections <<< 11924 1726884950.62283: 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 # destroy argparse # destroy json # destroy shlex # destroy subprocess <<< 11924 1726884950.62369: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884950.62581: 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 # destroy re # destroy _random <<< 11924 1726884950.62606: stdout chunk (state=3): >>># destroy _thread # destroy itertools <<< 11924 1726884950.62629: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 11924 1726884950.63330: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884950.63343: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884950.63399: stderr chunk (state=3): >>><<< 11924 1726884950.63408: stdout chunk (state=3): >>><<< 11924 1726884950.63877: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f3683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f337a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f36a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f13cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f13dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f183e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f183ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f1b3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f1b3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f193ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f1911f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f180fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f1d7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f1d6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f1920c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f1d4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f208830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f180230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4f208ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f208b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4f208f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f176d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f2095b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f2092b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f20a4b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f2206b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4f221d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f222c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4f223290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f222180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4f223d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f223440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f20a420> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4ef73bc0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4ef9c6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ef9c410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4ef9c6e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4ef9d010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4ef9d9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ef9c8c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ef71d60> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ef9ede0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ef9db20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f20abd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4efc7140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4efef4d0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f04c290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f04e9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f04c3b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4f0192e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e929370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4efee2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ef9fd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fea4e929610> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_u6jexa3p/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 0x7fea4e97b110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e95e000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e95d160> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e978fe0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e9aaa80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e9aa810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e9aa120> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e9aaab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e97bda0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e9ab6e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e9ab860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e9abd70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e819ac0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e81b770> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e81c170> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e81d040> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e81fdd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4f222ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e81e090> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e827d40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e826840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e8265a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e826b10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e81e5a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e86bf20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e86c050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e86db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e86d910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e86ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e86e240> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e8737d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e8701a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e8745f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e874170> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e874b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e86c260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e7001a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e701430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e876930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e877ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e876540> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e7055b0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e706480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e701550> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e706150> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e707560> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fea4e711fd0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e70ffe0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e802930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e9e2600> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e7120f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e706fc0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7fea4e384b60> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e78ff80> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e78d940> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e7a4560> # 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 0x7fea4e39a5d0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e39a1e0> # /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 0x7fea4e3bcd70> # /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 0x7fea4e3bdfd0> # 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 0x7fea4e3bd8e0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3bd730> # /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 0x7fea4e3c04d0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3c0260> # /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 0x7fea4e3c2300> # 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 0x7fea4e3c2090> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3c1940> # /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 0x7fea4e3c50d0> # /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 0x7fea4e3c5460> # /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 0x7fea4e3c5940> # /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 0x7fea4e3c6150> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3c4740> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3c4200> # 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 0x7fea4e3c68d0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3c3d10> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3c3c80> # /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 0x7fea4e408f80> # /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 0x7fea4e409df0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e4094c0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3c7230> 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 0x7fea4e412ab0> 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 0x7fea4e4181d0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e3c0e30> # /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 0x7fea4e2a5e80> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2a56d0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e7a4380> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e39a7e0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e399580> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e876000> # /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 0x7fea4e2ba360> # /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 0x7fea4e2bc110> # /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 0x7fea4e2bf8c0> # /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 0x7fea4e2bff50> # /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 0x7fea4e2c0f80> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2c0e30> # /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 0x7fea4e2c1220> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2c0b90> # /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 0x7fea4e2c16d0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2c1520> # /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 0x7fea4e2c1a30> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2c1730> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2c0320> # /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 0x7fea4e2c09b0> # /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 0x7fea4e2c59d0> # /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 0x7fea4e2c5d60> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2c5730> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2c4da0> # /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 0x7fea4e2c5eb0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2bf590> # /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 0x7fea4e2c5f40> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2bd040> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2bc7d0> # /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 0x7fea4e2ce240> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2cd070> # /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 0x7fea4e2ce420> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2bce00> # /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 0x7fea4e453c20> # /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 0x7fea4d33c380> # /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 0x7fea4d33cb60> # /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 0x7fea4d33d190> # /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 0x7fea4d33d4c0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d33c200> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e303920> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e300740> # /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 0x7fea4d350230> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e301a30> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e300260> # /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 0x7fea4d350830> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e300a40> # /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 0x7fea4d350a70> # /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 0x7fea4d350ec0> # /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 0x7fea4d351670> # /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 0x7fea4d379010> # /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 0x7fea4d37a150> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d379b20> # /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 0x7fea4d37a540> # /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 0x7fea4d37b0e0> # /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 0x7fea4d129df0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d128ad0> # /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 0x7fea4d12b260> # /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 0x7fea4d14c5c0> # /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 0x7fea4d14d3d0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d36e300> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d36df70> # /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 0x7fea4d14f950> # /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 0x7fea4d17c320> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d14f7a0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d14ee40> # /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 0x7fea4d198b30> # /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 0x7fea4d198c80> # /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 0x7fea4d1b0380> # /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 0x7fea4d1b0a40> # /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 0x7fea4d1b1460> # /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 0x7fea4d1b18e0> # /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 0x7fea4d1b1e50> # /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 0x7fea4d1b2180> # /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 0x7fea4d1b2750> # /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 0x7fea4d1b2930> # /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 0x7fea4d1b3bf0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d1b3a70> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d1b2b10> # /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 0x7fea4d1e8950> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d1e8560> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d1b3fb0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d199100> # /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 0x7fea4d018260> # /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 0x7fea4d018650> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d19ad50> # /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 0x7fea4d01b710> # /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 0x7fea4d01b890> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d01ade0> # /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 0x7fea4d031d30> # /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 0x7fea4d033170> # /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 0x7fea4d033950> # /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 0x7fea4d044260> # /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 0x7fea4d046000> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e451be0> # /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 0x7fea4e2be480> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2d28d0> # /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 0x7fea4d079190> # /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 0x7fea4d079fd0> # /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 0x7fea4d07a7e0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d0780e0> # /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 0x7fea4d0b42c0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d092a20> # /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 0x7fea4d0c5e20> # /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 0x7fea4d0df9e0> # /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 0x7fea4cf07e90> # /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 0x7fea4cf1e1e0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cf1c3e0> # /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 0x7fea4cf50680> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4d0dc2c0> # /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 0x7fea4d0dc4d0> # /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 0x7fea4cfb2690> # /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 0x7fea4cfb31a0> # /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 0x7fea4cfb3ce0> # /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 0x7fea4cfc0170> # /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 0x7fea4cfc1010> # /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 0x7fea4cfc18e0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4e2bc260> # /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 0x7fea4cfc2360> # /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 0x7fea4ce10d10> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cfe29f0> # 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 0x7fea4ce6c1d0> # 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 0x7fea4ce6c530> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ce58560> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ce43ce0> # /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 0x7fea4ce58770> # /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 0x7fea4ce6ff20> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ce6f560> # /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 0x7fea4cf00500> # /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 0x7fea4cf026c0> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cf02450> # /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 0x7fea4cf029c0> # /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 0x7fea4cf02cc0> # /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 0x7fea4cf02e70> # /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 0x7fea4cf030b0> # /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 0x7fea4cf03650> # /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 0x7fea4cd08140> # /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 0x7fea4cd082f0> # /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 0x7fea4cd084d0> # /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 0x7fea4cd08b00> # /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 0x7fea4cd09430> # /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 0x7fea4cd09820> # /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 0x7fea4cd09a30> # /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 0x7fea4cd09b20> # /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 0x7fea4cd09df0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cf01d00> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cf00da0> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4cf00cb0> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ce6d430> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fea4ce416d0> # /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 0x7fea4cd979b0> {"changed": true, "actions": [{"action": "destroy format", "fs_type": "xfs", "device": "/dev/mapper/foo-test1"}], "leaves": ["/dev/mapper/foo-test1", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/sdf", "/dev/sdg", "/dev/sdh", "/dev/sdi", "/dev/xvda1", "/dev/xvda2"], "mounts": [{"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "path": "/opt/test1", "state": "absent", "fstype": "xfs"}, {"path": "/opt/test1", "state": "absent"}], "crypts": [], "pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "unformatted", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "packages": ["lvm2", "xfsprogs"], "invocation": {"module_args": {"pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "present", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "unformatted", "mount_options": "defaults", "mount_point": null, "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_raw_kernel_device": "/dev/dm-0"}]}], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy tokenize # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy _signal # destroy keyword # destroy abc # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy copy # destroy inspect # destroy blivet.formats.fslib # destroy math # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy json.scanner # destroy _json # destroy collections # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib # destroy stat # destroy selinux # destroy platform # destroy distro # destroy datetime # destroy argparse # destroy json # destroy shlex # destroy subprocess # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy os # destroy functools # destroy re # destroy _random # destroy _thread # destroy itertools # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884950.66201: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [{'name': 'foo', 'disks': ['sda'], 'volumes': [{'name': 'test1', 'size': '5g', 'fs_type': 'unformatted'}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726884948.7996974-17113-167055175763063/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884950.66205: _low_level_execute_command(): starting 11924 1726884950.66208: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884948.7996974-17113-167055175763063/ > /dev/null 2>&1 && sleep 0' 11924 1726884950.66213: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884950.66216: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884950.66218: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884950.66220: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884950.66223: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884950.67261: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884950.67266: stderr chunk (state=3): >>><<< 11924 1726884950.67268: stdout chunk (state=3): >>><<< 11924 1726884950.67271: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884950.67274: handler run complete 11924 1726884950.67395: attempt loop complete, returning result 11924 1726884950.67400: _execute() done 11924 1726884950.67402: dumping result to json 11924 1726884950.67416: done dumping result, returning 11924 1726884950.67427: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-f4c0-2290-000000003dfa] 11924 1726884950.67433: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003dfa 11924 1726884950.67670: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003dfa 11924 1726884950.67673: WORKER PROCESS EXITING changed: [managed_node2] => { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "leaves": [ "/dev/mapper/foo-test1", "/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/test1", "src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "absent" }, { "path": "/opt/test1", "state": "absent" } ], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "unformatted", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } 11924 1726884950.68163: no more pending results, returning what we have 11924 1726884950.68167: results queue empty 11924 1726884950.68168: checking for any_errors_fatal 11924 1726884950.68175: done checking for any_errors_fatal 11924 1726884950.68176: checking for max_fail_percentage 11924 1726884950.68178: done checking for max_fail_percentage 11924 1726884950.68179: checking to see if all hosts have failed and the running result is not ok 11924 1726884950.68179: done checking to see if all hosts have failed 11924 1726884950.68180: getting the remaining hosts for this loop 11924 1726884950.68182: done getting the remaining hosts for this loop 11924 1726884950.68186: getting the next task for host managed_node2 11924 1726884950.68191: done getting next task for host managed_node2 11924 1726884950.68195: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 11924 1726884950.68198: ^ 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 11924 1726884950.68211: getting variables 11924 1726884950.68212: in VariableManager get_vars() 11924 1726884950.68247: Calling all_inventory to load vars for managed_node2 11924 1726884950.68250: Calling groups_inventory to load vars for managed_node2 11924 1726884950.68252: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884950.68269: Calling all_plugins_play to load vars for managed_node2 11924 1726884950.68273: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884950.68277: Calling groups_plugins_play to load vars for managed_node2 11924 1726884950.68915: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884950.70464: done with get_vars() 11924 1726884950.70485: done getting variables 11924 1726884950.70602: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 20 September 2024 22:15:50 -0400 (0:00:02.015) 0:01:56.046 ****** 11924 1726884950.70768: entering _queue_task() for managed_node2/command 11924 1726884950.72133: worker is 1 (out of 1 available) 11924 1726884950.72145: exiting _queue_task() for managed_node2/command 11924 1726884950.72220: done queuing things up, now waiting for results queue to drain 11924 1726884950.72222: waiting for pending results... 11924 1726884950.72597: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 11924 1726884950.72772: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003dfb 11924 1726884950.72777: variable 'ansible_search_path' from source: unknown 11924 1726884950.72780: variable 'ansible_search_path' from source: unknown 11924 1726884950.72783: calling self._execute() 11924 1726884950.72922: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884950.72935: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884950.72951: variable 'omit' from source: magic vars 11924 1726884950.73388: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884950.76168: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884950.76244: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884950.76289: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884950.76331: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884950.76561: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884950.76565: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884950.76568: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884950.76571: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884950.76573: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884950.76575: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884950.76691: Evaluated conditional (storage_udevadm_trigger | d(false)): False 11924 1726884950.76700: when evaluation is False, skipping this task 11924 1726884950.76711: _execute() done 11924 1726884950.76719: dumping result to json 11924 1726884950.76727: done dumping result, returning 11924 1726884950.76739: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-f4c0-2290-000000003dfb] 11924 1726884950.76750: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003dfb skipping: [managed_node2] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 11924 1726884950.76917: no more pending results, returning what we have 11924 1726884950.76925: results queue empty 11924 1726884950.76926: checking for any_errors_fatal 11924 1726884950.76965: done checking for any_errors_fatal 11924 1726884950.76966: checking for max_fail_percentage 11924 1726884950.76969: done checking for max_fail_percentage 11924 1726884950.76970: checking to see if all hosts have failed and the running result is not ok 11924 1726884950.76970: done checking to see if all hosts have failed 11924 1726884950.76971: getting the remaining hosts for this loop 11924 1726884950.76973: done getting the remaining hosts for this loop 11924 1726884950.76980: getting the next task for host managed_node2 11924 1726884950.76989: done getting next task for host managed_node2 11924 1726884950.76994: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 11924 1726884950.76998: ^ 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 11924 1726884950.77027: getting variables 11924 1726884950.77030: in VariableManager get_vars() 11924 1726884950.77284: Calling all_inventory to load vars for managed_node2 11924 1726884950.77287: Calling groups_inventory to load vars for managed_node2 11924 1726884950.77291: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884950.77298: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003dfb 11924 1726884950.77301: WORKER PROCESS EXITING 11924 1726884950.77311: Calling all_plugins_play to load vars for managed_node2 11924 1726884950.77315: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884950.77319: Calling groups_plugins_play to load vars for managed_node2 11924 1726884950.78135: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884950.78778: done with get_vars() 11924 1726884950.78795: done getting variables TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 20 September 2024 22:15:50 -0400 (0:00:00.081) 0:01:56.127 ****** 11924 1726884950.78902: entering _queue_task() for managed_node2/stat 11924 1726884950.79391: worker is 1 (out of 1 available) 11924 1726884950.79402: exiting _queue_task() for managed_node2/stat 11924 1726884950.79414: done queuing things up, now waiting for results queue to drain 11924 1726884950.79415: waiting for pending results... 11924 1726884950.79636: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 11924 1726884950.79786: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003dfc 11924 1726884950.79813: variable 'ansible_search_path' from source: unknown 11924 1726884950.79822: variable 'ansible_search_path' from source: unknown 11924 1726884950.79872: calling self._execute() 11924 1726884950.80010: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884950.80023: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884950.80039: variable 'omit' from source: magic vars 11924 1726884950.80166: variable 'omit' from source: magic vars 11924 1726884950.80249: variable 'omit' from source: magic vars 11924 1726884950.80289: variable 'omit' from source: magic vars 11924 1726884950.80344: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884950.80391: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884950.80425: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884950.80448: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884950.80471: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884950.80493: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884950.80521: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884950.80624: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884950.80628: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884950.80630: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884950.80687: Set connection var ansible_shell_executable to /bin/sh 11924 1726884950.80694: Set connection var ansible_connection to ssh 11924 1726884950.80702: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884950.80710: Set connection var ansible_timeout to 10 11924 1726884950.80719: Set connection var ansible_pipelining to False 11924 1726884950.80729: Set connection var ansible_shell_type to sh 11924 1726884950.80767: variable 'ansible_shell_executable' from source: unknown 11924 1726884950.80774: variable 'ansible_connection' from source: unknown 11924 1726884950.80780: variable 'ansible_module_compression' from source: unknown 11924 1726884950.80785: variable 'ansible_shell_type' from source: unknown 11924 1726884950.80790: variable 'ansible_shell_executable' from source: unknown 11924 1726884950.80795: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884950.80801: variable 'ansible_pipelining' from source: unknown 11924 1726884950.80806: variable 'ansible_timeout' from source: unknown 11924 1726884950.80812: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884950.81162: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884950.81168: variable 'omit' from source: magic vars 11924 1726884950.81171: starting attempt loop 11924 1726884950.81173: running the handler 11924 1726884950.81175: _low_level_execute_command(): starting 11924 1726884950.81177: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884950.81884: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884950.81965: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884950.81988: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884950.82006: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884950.82092: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884950.83845: stdout chunk (state=3): >>>/root <<< 11924 1726884950.84083: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884950.84087: stderr chunk (state=3): >>><<< 11924 1726884950.84089: stdout chunk (state=3): >>><<< 11924 1726884950.84118: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884950.84200: _low_level_execute_command(): starting 11924 1726884950.84204: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884950.841422-17206-40662407487770 `" && echo ansible-tmp-1726884950.841422-17206-40662407487770="` echo /root/.ansible/tmp/ansible-tmp-1726884950.841422-17206-40662407487770 `" ) && sleep 0' 11924 1726884950.85578: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884950.85613: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884950.85634: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884950.85658: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884950.85742: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884950.87782: stdout chunk (state=3): >>>ansible-tmp-1726884950.841422-17206-40662407487770=/root/.ansible/tmp/ansible-tmp-1726884950.841422-17206-40662407487770 <<< 11924 1726884950.87907: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884950.87987: stderr chunk (state=3): >>><<< 11924 1726884950.87990: stdout chunk (state=3): >>><<< 11924 1726884950.88162: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884950.841422-17206-40662407487770=/root/.ansible/tmp/ansible-tmp-1726884950.841422-17206-40662407487770 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884950.88166: variable 'ansible_module_compression' from source: unknown 11924 1726884950.88174: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884950.88220: variable 'ansible_facts' from source: unknown 11924 1726884950.88327: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884950.841422-17206-40662407487770/AnsiballZ_stat.py 11924 1726884950.88627: Sending initial data 11924 1726884950.88668: Sent initial data (151 bytes) 11924 1726884950.89975: 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 <<< 11924 1726884950.89996: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884950.90014: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884950.90111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884950.90213: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884950.90244: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884950.90443: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884950.92124: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884950.92170: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884950.92218: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpdasfc4m0 /root/.ansible/tmp/ansible-tmp-1726884950.841422-17206-40662407487770/AnsiballZ_stat.py <<< 11924 1726884950.92232: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884950.841422-17206-40662407487770/AnsiballZ_stat.py" <<< 11924 1726884950.92281: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpdasfc4m0" to remote "/root/.ansible/tmp/ansible-tmp-1726884950.841422-17206-40662407487770/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884950.841422-17206-40662407487770/AnsiballZ_stat.py" <<< 11924 1726884950.93665: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884950.93669: stdout chunk (state=3): >>><<< 11924 1726884950.93671: stderr chunk (state=3): >>><<< 11924 1726884950.93675: done transferring module to remote 11924 1726884950.93678: _low_level_execute_command(): starting 11924 1726884950.93680: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884950.841422-17206-40662407487770/ /root/.ansible/tmp/ansible-tmp-1726884950.841422-17206-40662407487770/AnsiballZ_stat.py && sleep 0' 11924 1726884950.94872: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884950.94911: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884950.94945: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884950.95062: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884950.95234: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884950.97132: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884950.97188: stderr chunk (state=3): >>><<< 11924 1726884950.97248: stdout chunk (state=3): >>><<< 11924 1726884950.97277: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884950.97459: _low_level_execute_command(): starting 11924 1726884950.97463: _low_level_execute_command(): using become for this command 11924 1726884950.97466: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ifjadhwrsvsccsdjwxylrbksdirvfjnm ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884950.841422-17206-40662407487770/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884950.97780: Initial state: awaiting_escalation: BECOME-SUCCESS-ifjadhwrsvsccsdjwxylrbksdirvfjnm 11924 1726884950.98730: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884950.98737: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884950.98739: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884950.99072: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884951.01896: stdout chunk (state=1): >>>BECOME-SUCCESS-ifjadhwrsvsccsdjwxylrbksdirvfjnm <<< 11924 1726884951.01900: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ifjadhwrsvsccsdjwxylrbksdirvfjnm' 11924 1726884951.02214: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884951.02245: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884951.02268: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884951.02287: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884951.02362: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884951.02372: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884951.02389: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884951.02421: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884951.02435: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884951.02464: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884951.02513: 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' <<< 11924 1726884951.02538: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884951.02558: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884951.02605: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884951.02625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884951.02641: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921e183e0> <<< 11924 1726884951.02669: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921de7a10> <<< 11924 1726884951.02674: 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' <<< 11924 1726884951.02704: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921e1a960> <<< 11924 1726884951.02728: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884951.02742: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884951.02763: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884951.02804: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884951.02816: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884951.02883: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884951.02919: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884951.02952: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884951.02982: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 11924 1726884951.03007: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884951.03018: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884951.03073: 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' <<< 11924 1726884951.03077: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921be8fe0> <<< 11924 1726884951.03156: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884951.03179: 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 0x7fe921be9fd0> <<< 11924 1726884951.03192: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884951.03222: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884951.03451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884951.03454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884951.03493: 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' <<< 11924 1726884951.03516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884951.03565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884951.03578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884951.03618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c27ec0> <<< 11924 1726884951.03632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884951.03682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 11924 1726884951.03721: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c27f80> <<< 11924 1726884951.03724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884951.03750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884951.03765: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884951.03828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884951.03840: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884951.03887: 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 0x7fe921c5f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884951.03911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884951.03924: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c5ff80> import '_collections' # <<< 11924 1726884951.03982: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c3fb90> <<< 11924 1726884951.04000: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884951.04017: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c3d2b0> <<< 11924 1726884951.04138: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c25070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884951.04275: 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' <<< 11924 1726884951.04370: 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 0x7fe921c838c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c824e0> <<< 11924 1726884951.04374: 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 0x7fe921c3e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c80ce0> <<< 11924 1726884951.04461: 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 0x7fe921cb0920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c242f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884951.04500: 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 0x7fe921cb0dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921cb0c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884951.04705: 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 0x7fe921cb1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c22e10> <<< 11924 1726884951.04724: 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 0x7fe921cb1700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921cb13d0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921cb2600> import 'importlib.util' # import 'runpy' # <<< 11924 1726884951.04745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884951.04818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884951.04853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884951.04875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921ccc830> <<< 11924 1726884951.04878: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884951.04881: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884951.04883: 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 0x7fe921ccdf70> <<< 11924 1726884951.04934: 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' <<< 11924 1726884951.04937: 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' <<< 11924 1726884951.04991: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921ccee10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921ccf470> <<< 11924 1726884951.05034: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921cce360> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884951.05120: 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 0x7fe921ccfef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921ccf620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921cb2660> <<< 11924 1726884951.05157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884951.05172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884951.05219: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884951.05349: 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 0x7fe921ce7e60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884951.05379: 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 0x7fe921a88860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921a885c0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921a887d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884951.05487: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884951.05584: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921a89160> <<< 11924 1726884951.05718: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884951.05782: 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 0x7fe921a89b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921a88a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921ce6000> <<< 11924 1726884951.05913: 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' <<< 11924 1726884951.05940: 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 0x7fe921a8af60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921a89ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921cb2d50> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884951.05975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884951.05995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884951.06028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884951.06062: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921aaf230> <<< 11924 1726884951.06107: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884951.06134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884951.06171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884951.06182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884951.06253: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921adb620> <<< 11924 1726884951.06285: 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' <<< 11924 1726884951.06403: 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 0x7fe921b38410> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884951.06516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884951.06519: 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' <<< 11924 1726884951.06587: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921b3ab70> <<< 11924 1726884951.06645: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921b38530> <<< 11924 1726884951.06739: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921b01400> <<< 11924 1726884951.06753: 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 0x7fe92193d550> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921ada420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921a8be00> <<< 11924 1726884951.06861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884951.06883: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe921ada540> <<< 11924 1726884951.07074: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_flpr_ont/ansible_stat_payload.zip' <<< 11924 1726884951.07077: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.07204: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.07241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884951.07253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884951.07292: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884951.07481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884951.07486: 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 0x7fe92198f2c0> import '_typing' # <<< 11924 1726884951.07614: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9219721b0> <<< 11924 1726884951.07646: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921971340> # zipimport: zlib available import 'ansible' # <<< 11924 1726884951.07665: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.07711: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884951.07732: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.09140: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.10239: 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 0x7fe92198d160> <<< 11924 1726884951.10271: 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' <<< 11924 1726884951.10307: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884951.10310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884951.10344: 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' <<< 11924 1726884951.10377: 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 0x7fe9219bac00> <<< 11924 1726884951.10411: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9219ba9f0> <<< 11924 1726884951.10450: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9219ba300> <<< 11924 1726884951.10469: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884951.10477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884951.10518: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9219baa50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921cb27e0> <<< 11924 1726884951.10532: stdout chunk (state=3): >>>import 'atexit' # <<< 11924 1726884951.10570: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884951.10574: 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 0x7fe9219bb920> <<< 11924 1726884951.10592: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884951.10601: 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 0x7fe9219bbb30> <<< 11924 1726884951.10613: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884951.10671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884951.10679: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884951.10728: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9219bbfe0> <<< 11924 1726884951.10733: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884951.10761: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884951.10782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884951.10821: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921315cd0> <<< 11924 1726884951.10854: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884951.10863: 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 0x7fe9213178f0> <<< 11924 1726884951.10881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884951.10900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884951.10931: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9213182f0> <<< 11924 1726884951.10954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884951.10983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884951.11003: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9213191c0> <<< 11924 1726884951.11023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884951.11061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884951.11079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884951.11093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884951.11142: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92131be90> <<< 11924 1726884951.11182: 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 0x7fe921c22f00> <<< 11924 1726884951.11199: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92131a1b0> <<< 11924 1726884951.11229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884951.11254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884951.11280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884951.11285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 11924 1726884951.11308: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884951.11337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884951.11370: 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' <<< 11924 1726884951.11374: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921323dd0> <<< 11924 1726884951.11391: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884951.11462: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9213228a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921322600> <<< 11924 1726884951.11488: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884951.11497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884951.11574: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921322b70> <<< 11924 1726884951.11602: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92131a690> <<< 11924 1726884951.11633: 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 0x7fe921319190> <<< 11924 1726884951.11668: 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 0x7fe9213680b0> <<< 11924 1726884951.11687: 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 <<< 11924 1726884951.11712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884951.11737: 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' <<< 11924 1726884951.11774: 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 0x7fe921369be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9213699a0> <<< 11924 1726884951.11802: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884951.12162: 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 0x7fe92136c0e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92136a240> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884951.12169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884951.12171: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92136f7d0> <<< 11924 1726884951.12270: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92136c1a0> <<< 11924 1726884951.12330: stdout 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 0x7fe921370b00> <<< 11924 1726884951.12363: stdout 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 0x7fe9213709b0> <<< 11924 1726884951.12445: stdout 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 0x7fe921370ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921368230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 11924 1726884951.12463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884951.12474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884951.12541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884951.12560: 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 0x7fe921373fe0> <<< 11924 1726884951.12699: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884951.12798: 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 0x7fe9213fd3d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9213727b0> <<< 11924 1726884951.12802: 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 0x7fe921373b30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9213723f0> # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884951.12804: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 11924 1726884951.12871: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.12914: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.13016: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.13073: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884951.13160: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884951.13201: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.13309: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.13862: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.14413: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884951.14422: 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' # <<< 11924 1726884951.14440: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884951.14469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884951.14517: 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 0x7fe9212015b0> <<< 11924 1726884951.14600: 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' <<< 11924 1726884951.14628: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921202360> <<< 11924 1726884951.14630: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9213fd4f0> <<< 11924 1726884951.14686: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884951.14703: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.14727: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.14742: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884951.14751: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.14893: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.15072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884951.15085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921202420> # zipimport: zlib available <<< 11924 1726884951.15546: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.15991: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.16068: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.16147: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884951.16164: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.16188: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.16228: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884951.16233: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.16308: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.16390: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884951.16406: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.16434: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.16444: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884951.16504: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.16537: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884951.16780: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.17018: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884951.17066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884951.17089: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884951.17179: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921203560> <<< 11924 1726884951.17208: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.17259: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.17348: 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' # <<< 11924 1726884951.17373: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.17409: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.17439: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884951.17461: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.17502: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.17562: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.17615: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.17695: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884951.17749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884951.17848: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe92120e120> <<< 11924 1726884951.17904: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92120b050> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884951.17906: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.17994: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.18087: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884951.18164: stdout chunk (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' <<< 11924 1726884951.18184: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884951.18295: 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 <<< 11924 1726884951.18343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884951.18426: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921302ab0> <<< 11924 1726884951.18428: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9219f6780> <<< 11924 1726884951.18483: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92120e390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92120e1e0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884951.18558: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.18562: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884951.18630: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 11924 1726884951.18658: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884951.18701: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.18843: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.19060: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.20424: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/fstab", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1436, "inode": 268435653, "dev": 51714, "nlink": 1, "atime": 1726884857.1254098, "mtime": 1726884857.1224098, "ctime": 1726884857.1224098, "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": "96c084c3bf2c0fffe9bf1565f72c389acaee0b5c", "mimetype": "text/plain", "charset": "us-ascii", "version": "3378186958", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 11924 1726884951.20445: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884951.20914: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884951.20975: 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 <<< 11924 1726884951.21089: 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 # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.colle<<< 11924 1726884951.21093: stdout chunk (state=3): >>>ctions_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 11924 1726884951.21365: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884951.21377: stdout chunk (state=3): >>># destroy _bz2 <<< 11924 1726884951.21403: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 11924 1726884951.21410: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884951.21432: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884951.21545: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884951.21548: 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 <<< 11924 1726884951.21577: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884951.21641: 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 <<< 11924 1726884951.21682: stdout chunk (state=3): >>># destroy shlex # destroy subprocess <<< 11924 1726884951.21695: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884951.21720: 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 <<< 11924 1726884951.21751: 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 <<< 11924 1726884951.21784: 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 <<< 11924 1726884951.21827: 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 <<< 11924 1726884951.21867: 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 <<< 11924 1726884951.22013: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884951.22032: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884951.22062: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884951.22101: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884951.22125: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884951.22148: 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 <<< 11924 1726884951.22169: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884951.22380: 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 <<< 11924 1726884951.22384: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884951.22905: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884951.22909: stdout chunk (state=3): >>><<< 11924 1726884951.22914: stderr chunk (state=3): >>><<< 11924 1726884951.22981: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921e183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921de7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921e1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921be8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921be9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c27ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c27f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c5f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c5ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c3fb90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c3d2b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c25070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c838c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c824e0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c3e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c80ce0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921cb0920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c242f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921cb0dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921cb0c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921cb1010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921c22e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921cb1700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921cb13d0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921cb2600> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921ccc830> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921ccdf70> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921ccee10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921ccf470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921cce360> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921ccfef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921ccf620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921cb2660> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921ce7e60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921a88860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921a885c0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921a887d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921a89160> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921a89b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921a88a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921ce6000> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921a8af60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921a89ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921cb2d50> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921aaf230> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921adb620> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921b38410> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921b3ab70> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921b38530> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921b01400> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92193d550> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921ada420> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921a8be00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe921ada540> # zipimport: found 30 names in '/tmp/ansible_stat_payload_flpr_ont/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 0x7fe92198f2c0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9219721b0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921971340> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92198d160> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe9219bac00> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9219ba9f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9219ba300> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9219baa50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921cb27e0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe9219bb920> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe9219bbb30> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9219bbfe0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921315cd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe9213178f0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9213182f0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9213191c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92131be90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921c22f00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92131a1b0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921323dd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9213228a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921322600> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921322b70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92131a690> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921319190> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9213680b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921369be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9213699a0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe92136c0e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92136a240> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92136f7d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92136c1a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921370b00> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe9213709b0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921370ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921368230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921373fe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe9213fd3d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9213727b0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe921373b30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9213723f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe9212015b0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921202360> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9213fd4f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921202420> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921203560> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe92120e120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92120b050> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe921302ab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe9219f6780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92120e390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe92120e1e0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/fstab", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1436, "inode": 268435653, "dev": 51714, "nlink": 1, "atime": 1726884857.1254098, "mtime": 1726884857.1224098, "ctime": 1726884857.1224098, "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": "96c084c3bf2c0fffe9bf1565f72c389acaee0b5c", "mimetype": "text/plain", "charset": "us-ascii", "version": "3378186958", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884951.23537: 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-1726884950.841422-17206-40662407487770/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884951.23540: _low_level_execute_command(): starting 11924 1726884951.23543: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884950.841422-17206-40662407487770/ > /dev/null 2>&1 && sleep 0' 11924 1726884951.23649: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884951.23659: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884951.23671: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884951.23683: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884951.23705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884951.23708: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884951.23710: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884951.23764: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884951.23767: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884951.23781: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884951.23824: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884951.25774: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884951.25828: stderr chunk (state=3): >>><<< 11924 1726884951.25831: stdout chunk (state=3): >>><<< 11924 1726884951.25834: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884951.25892: handler run complete 11924 1726884951.25928: attempt loop complete, returning result 11924 1726884951.25932: _execute() done 11924 1726884951.25934: dumping result to json 11924 1726884951.25937: done dumping result, returning 11924 1726884951.25939: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-f4c0-2290-000000003dfc] 11924 1726884951.25962: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003dfc ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884857.1254098, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "96c084c3bf2c0fffe9bf1565f72c389acaee0b5c", "ctime": 1726884857.1224098, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 268435653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726884857.1224098, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1436, "uid": 0, "version": "3378186958", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 11924 1726884951.26362: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003dfc 11924 1726884951.26365: WORKER PROCESS EXITING 11924 1726884951.26389: no more pending results, returning what we have 11924 1726884951.26394: results queue empty 11924 1726884951.26395: checking for any_errors_fatal 11924 1726884951.26402: done checking for any_errors_fatal 11924 1726884951.26403: checking for max_fail_percentage 11924 1726884951.26405: done checking for max_fail_percentage 11924 1726884951.26408: checking to see if all hosts have failed and the running result is not ok 11924 1726884951.26408: done checking to see if all hosts have failed 11924 1726884951.26409: getting the remaining hosts for this loop 11924 1726884951.26411: done getting the remaining hosts for this loop 11924 1726884951.26414: getting the next task for host managed_node2 11924 1726884951.26422: done getting next task for host managed_node2 11924 1726884951.26425: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 11924 1726884951.26428: ^ 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 11924 1726884951.26440: getting variables 11924 1726884951.26442: in VariableManager get_vars() 11924 1726884951.26508: Calling all_inventory to load vars for managed_node2 11924 1726884951.26511: Calling groups_inventory to load vars for managed_node2 11924 1726884951.26519: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884951.26529: Calling all_plugins_play to load vars for managed_node2 11924 1726884951.26532: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884951.26536: Calling groups_plugins_play to load vars for managed_node2 11924 1726884951.27545: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884951.28150: done with get_vars() 11924 1726884951.28169: done getting variables TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 20 September 2024 22:15:51 -0400 (0:00:00.493) 0:01:56.621 ****** 11924 1726884951.28293: entering _queue_task() for managed_node2/lineinfile 11924 1726884951.28673: worker is 1 (out of 1 available) 11924 1726884951.28687: exiting _queue_task() for managed_node2/lineinfile 11924 1726884951.28703: done queuing things up, now waiting for results queue to drain 11924 1726884951.28705: waiting for pending results... 11924 1726884951.28987: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 11924 1726884951.29166: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003dfd 11924 1726884951.29188: variable 'ansible_search_path' from source: unknown 11924 1726884951.29196: variable 'ansible_search_path' from source: unknown 11924 1726884951.29236: calling self._execute() 11924 1726884951.29383: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884951.29458: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884951.29462: variable 'omit' from source: magic vars 11924 1726884951.30043: variable '__storage_fstab' from source: set_fact 11924 1726884951.30047: Evaluated conditional (__storage_fstab.stat.exists): True 11924 1726884951.30176: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884951.30462: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884951.30466: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884951.30500: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884951.30538: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884951.30761: variable 'blivet_output' from source: set_fact 11924 1726884951.30765: Evaluated conditional (blivet_output is changed): True 11924 1726884951.30768: variable 'omit' from source: magic vars 11924 1726884951.30771: variable 'omit' from source: magic vars 11924 1726884951.30798: variable '__str' from source: task vars 11924 1726884951.30876: variable '__str' from source: task vars 11924 1726884951.30896: variable '__str' from source: task vars 11924 1726884951.30971: variable '__str' from source: task vars 11924 1726884951.30998: variable 'omit' from source: magic vars 11924 1726884951.31042: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884951.31079: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884951.31108: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884951.31134: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884951.31151: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884951.31173: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884951.31186: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884951.31215: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884951.31218: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884951.31221: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884951.31363: Set connection var ansible_shell_executable to /bin/sh 11924 1726884951.31366: Set connection var ansible_connection to ssh 11924 1726884951.31369: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884951.31381: Set connection var ansible_timeout to 10 11924 1726884951.31384: Set connection var ansible_pipelining to False 11924 1726884951.31386: Set connection var ansible_shell_type to sh 11924 1726884951.31411: variable 'ansible_shell_executable' from source: unknown 11924 1726884951.31416: variable 'ansible_connection' from source: unknown 11924 1726884951.31426: variable 'ansible_module_compression' from source: unknown 11924 1726884951.31433: variable 'ansible_shell_type' from source: unknown 11924 1726884951.31436: variable 'ansible_shell_executable' from source: unknown 11924 1726884951.31453: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884951.31466: variable 'ansible_pipelining' from source: unknown 11924 1726884951.31469: variable 'ansible_timeout' from source: unknown 11924 1726884951.31472: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884951.31729: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884951.31762: variable 'omit' from source: magic vars 11924 1726884951.31765: starting attempt loop 11924 1726884951.31767: running the handler 11924 1726884951.31769: _low_level_execute_command(): starting 11924 1726884951.31772: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884951.32415: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884951.32418: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884951.32421: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884951.32423: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884951.32425: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884951.32486: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884951.32491: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884951.32544: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884951.34269: stdout chunk (state=3): >>>/root <<< 11924 1726884951.34383: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884951.34482: stderr chunk (state=3): >>><<< 11924 1726884951.34486: stdout chunk (state=3): >>><<< 11924 1726884951.34529: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884951.34592: _low_level_execute_command(): starting 11924 1726884951.34596: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884951.3455837-17233-223227161085684 `" && echo ansible-tmp-1726884951.3455837-17233-223227161085684="` echo /root/.ansible/tmp/ansible-tmp-1726884951.3455837-17233-223227161085684 `" ) && sleep 0' 11924 1726884951.35763: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884951.35768: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884951.35975: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884951.35988: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884951.37909: stdout chunk (state=3): >>>ansible-tmp-1726884951.3455837-17233-223227161085684=/root/.ansible/tmp/ansible-tmp-1726884951.3455837-17233-223227161085684 <<< 11924 1726884951.38018: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884951.38046: stderr chunk (state=3): >>><<< 11924 1726884951.38052: stdout chunk (state=3): >>><<< 11924 1726884951.38075: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884951.3455837-17233-223227161085684=/root/.ansible/tmp/ansible-tmp-1726884951.3455837-17233-223227161085684 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884951.38168: variable 'ansible_module_compression' from source: unknown 11924 1726884951.38262: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.lineinfile-ZIP_DEFLATED 11924 1726884951.38360: variable 'ansible_facts' from source: unknown 11924 1726884951.38364: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884951.3455837-17233-223227161085684/AnsiballZ_lineinfile.py 11924 1726884951.38584: Sending initial data 11924 1726884951.38587: Sent initial data (159 bytes) 11924 1726884951.39079: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884951.39099: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884951.39116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884951.39137: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884951.39236: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884951.39266: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884951.39281: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884951.39473: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884951.40977: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 11924 1726884951.41035: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 11924 1726884951.41102: 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 <<< 11924 1726884951.41158: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884951.41277: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpp93gvu63 /root/.ansible/tmp/ansible-tmp-1726884951.3455837-17233-223227161085684/AnsiballZ_lineinfile.py <<< 11924 1726884951.41284: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884951.3455837-17233-223227161085684/AnsiballZ_lineinfile.py" <<< 11924 1726884951.41461: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpp93gvu63" to remote "/root/.ansible/tmp/ansible-tmp-1726884951.3455837-17233-223227161085684/AnsiballZ_lineinfile.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884951.3455837-17233-223227161085684/AnsiballZ_lineinfile.py" <<< 11924 1726884951.42436: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884951.42439: stdout chunk (state=3): >>><<< 11924 1726884951.42447: stderr chunk (state=3): >>><<< 11924 1726884951.42478: done transferring module to remote 11924 1726884951.42501: _low_level_execute_command(): starting 11924 1726884951.42512: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884951.3455837-17233-223227161085684/ /root/.ansible/tmp/ansible-tmp-1726884951.3455837-17233-223227161085684/AnsiballZ_lineinfile.py && sleep 0' 11924 1726884951.43159: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884951.43173: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884951.43196: 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.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884951.43252: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884951.43272: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884951.43333: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884951.45525: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884951.45528: stdout chunk (state=3): >>><<< 11924 1726884951.45530: stderr chunk (state=3): >>><<< 11924 1726884951.45533: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884951.45535: _low_level_execute_command(): starting 11924 1726884951.45537: _low_level_execute_command(): using become for this command 11924 1726884951.45539: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-yszjrickdiegsennovfdduabixqdmnqd ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884951.3455837-17233-223227161085684/AnsiballZ_lineinfile.py'"'"' && sleep 0' 11924 1726884951.45968: Initial state: awaiting_escalation: BECOME-SUCCESS-yszjrickdiegsennovfdduabixqdmnqd 11924 1726884951.46261: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884951.46302: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884951.46325: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884951.46351: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884951.46391: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884951.46475: 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.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884951.46507: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884951.46531: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884951.46552: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884951.46638: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884951.49749: stdout chunk (state=1): >>>BECOME-SUCCESS-yszjrickdiegsennovfdduabixqdmnqd <<< 11924 1726884951.49832: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-yszjrickdiegsennovfdduabixqdmnqd' 11924 1726884951.50059: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884951.50092: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884951.50124: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884951.50136: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884951.50192: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884951.50213: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884951.50233: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884951.50283: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884951.50303: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884951.50318: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884951.50360: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884951.50387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 11924 1726884951.50412: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884951.50441: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884951.50483: 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 0x7fe24efb43e0> <<< 11924 1726884951.50505: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ef83a10> <<< 11924 1726884951.50527: 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 0x7fe24efb6930> <<< 11924 1726884951.50547: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884951.50579: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884951.50614: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884951.50649: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884951.50652: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884951.50732: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884951.50765: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884951.50820: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884951.50823: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884951.50863: 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' <<< 11924 1726884951.50865: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884951.50892: 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' <<< 11924 1726884951.50923: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ed64fe0> <<< 11924 1726884951.50986: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884951.51001: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ed65fd0> <<< 11924 1726884951.51029: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884951.51134: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884951.51321: 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' <<< 11924 1726884951.51353: 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' <<< 11924 1726884951.51458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884951.51508: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24edabe30> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884951.51548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884951.51631: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24edabef0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884951.51895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884951.51900: 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 0x7fe24eddb860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24eddbef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24edbbb00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24edb9220> <<< 11924 1726884951.51951: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24eda8fe0> <<< 11924 1726884951.51981: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884951.52184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24edff800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24edfe420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24edbbe60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24edaaed0> <<< 11924 1726884951.52229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884951.52257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee30830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24eda8260> <<< 11924 1726884951.52275: 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' <<< 11924 1726884951.52309: 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 0x7fe24ee30ce0> <<< 11924 1726884951.52341: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee30b90> <<< 11924 1726884951.52368: 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 0x7fe24ee30f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ed9ed80> <<< 11924 1726884951.52404: 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' <<< 11924 1726884951.52426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884951.52483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884951.52486: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee315b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee312b0> import 'importlib.machinery' # <<< 11924 1726884951.52512: 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' <<< 11924 1726884951.52617: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee32480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884951.52683: 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 <<< 11924 1726884951.52692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee4c650> import 'errno' # <<< 11924 1726884951.52736: 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 0x7fe24ee4dd90> <<< 11924 1726884951.52739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884951.52799: 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' <<< 11924 1726884951.52881: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee4ec30> <<< 11924 1726884951.52885: 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 0x7fe24ee4f290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee4e180> <<< 11924 1726884951.52938: 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' <<< 11924 1726884951.52942: 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 0x7fe24ee4fd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee4f440> <<< 11924 1726884951.52985: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee324b0> <<< 11924 1726884951.53007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884951.53071: 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 <<< 11924 1726884951.53077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884951.53114: 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 0x7fe24ebc3c50> <<< 11924 1726884951.53132: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884951.53161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884951.53203: 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 0x7fe24ebec680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ebec3e0> <<< 11924 1726884951.53248: 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 0x7fe24ebec6b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884951.53330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884951.53343: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884951.53464: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24ebecfe0> <<< 11924 1726884951.53636: 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 0x7fe24ebed9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ebec890> <<< 11924 1726884951.53748: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ebc1df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884951.53788: 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 0x7fe24ebeede0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ebedb20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee32b70> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884951.53858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884951.53874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884951.53933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ec1b140> <<< 11924 1726884951.54077: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884951.54080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884951.54120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ec434d0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884951.54172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884951.54229: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884951.54247: 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 0x7fe24ec9c2c0> <<< 11924 1726884951.54270: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884951.54307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884951.54328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884951.54363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884951.54524: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ec9ea20> <<< 11924 1726884951.54789: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ec9c3e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ec692e0> <<< 11924 1726884951.54793: 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 0x7fe24e521400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ec422d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ebefd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe24ec42630> <<< 11924 1726884951.55126: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_nh35ymgn/ansible_lineinfile_payload.zip' <<< 11924 1726884951.55148: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.55265: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.55293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884951.55311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884951.55354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884951.55430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884951.55466: 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 0x7fe24e5770b0> <<< 11924 1726884951.55490: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884951.55661: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e555fa0> <<< 11924 1726884951.55690: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e555130> # zipimport: zlib available <<< 11924 1726884951.55718: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884951.55738: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.55768: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884951.55789: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.57368: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.58371: 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 0x7fe24e574f50> <<< 11924 1726884951.58586: 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 0x7fe24e5a2ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e5a2840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e5a2150> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884951.58736: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e5a2b40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e577ad0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e5a3800> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e5a3a40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884951.58765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884951.58797: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884951.58827: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e5a3f80> <<< 11924 1726884951.58852: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884951.58886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884951.58928: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e40dca0> <<< 11924 1726884951.59191: 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 0x7fe24e40f950> <<< 11924 1726884951.59195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884951.59213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e410350> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e4114f0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884951.59257: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e413fe0> <<< 11924 1726884951.59301: 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 0x7fe24e418110> <<< 11924 1726884951.59330: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e4122a0> <<< 11924 1726884951.59343: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884951.59369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884951.59394: 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' <<< 11924 1726884951.59422: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884951.59451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884951.59482: 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' <<< 11924 1726884951.59585: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e41bf50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e41aa20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e41a780> <<< 11924 1726884951.59604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884951.59623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884951.59688: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e41acf0> <<< 11924 1726884951.59719: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e4127b0> <<< 11924 1726884951.59769: 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 0x7fe24e45ff20> <<< 11924 1726884951.59816: 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 0x7fe24e460200> <<< 11924 1726884951.59837: 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' <<< 11924 1726884951.59997: 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 0x7fe24e461ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e461a60> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884951.60048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884951.60104: 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 0x7fe24e464260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e462390> <<< 11924 1726884951.60141: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884951.60169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884951.60212: 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' # <<< 11924 1726884951.60315: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e467a40> <<< 11924 1726884951.60465: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e464410> <<< 11924 1726884951.60676: stdout 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 0x7fe24e468890> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e4688c0> <<< 11924 1726884951.60788: stdout 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 0x7fe24e468e60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e460320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e4f43e0> <<< 11924 1726884951.60876: 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 0x7fe24e4f56a0> <<< 11924 1726884951.60967: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e46ab70> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e46bf20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e46a7b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884951.60999: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.61084: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.61397: 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 <<< 11924 1726884951.61443: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.62000: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.62616: 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 <<< 11924 1726884951.62691: 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 0x7fe24e4f9820> <<< 11924 1726884951.62761: 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' <<< 11924 1726884951.62815: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e4fa5a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e4f5970> <<< 11924 1726884951.63012: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884951.63062: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.63206: 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' <<< 11924 1726884951.63260: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e4fa540> # zipimport: zlib available <<< 11924 1726884951.63780: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.64297: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884951.64316: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.64379: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884951.64442: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.64541: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 11924 1726884951.64558: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884951.64569: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.64665: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.64681: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884951.64912: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.65125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884951.65225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884951.65294: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e4fb6e0> <<< 11924 1726884951.65297: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.65382: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.65522: 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 <<< 11924 1726884951.65565: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.65577: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884951.65618: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.65666: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.65734: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.65801: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884951.65838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884951.65937: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e3060c0> <<< 11924 1726884951.66007: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e301070> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884951.66018: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.66078: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.66150: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.66173: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.66220: stdout chunk (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' <<< 11924 1726884951.66251: 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 <<< 11924 1726884951.66271: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884951.66293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884951.66375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884951.66392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884951.66402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884951.66789: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e5fa8a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e5ee570> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e305e80> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ec9c230> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 <<< 11924 1726884951.67030: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.67354: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884951.68123: 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__ <<< 11924 1726884951.68675: 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 <<< 11924 1726884951.68941: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884951.68946: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884951.68949: 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 <<< 11924 1726884951.69036: 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 <<< 11924 1726884951.69086: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884951.69165: 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 <<< 11924 1726884951.69271: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 11924 1726884951.69275: 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 <<< 11924 1726884951.69403: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 11924 1726884951.69446: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884951.69515: 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 <<< 11924 1726884951.69518: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884951.69711: 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 <<< 11924 1726884951.69715: stdout chunk (state=3): >>># destroy time <<< 11924 1726884951.69718: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 11924 1726884951.69720: stdout chunk (state=3): >>># destroy itertools <<< 11924 1726884951.69722: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884951.70466: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884951.70469: stdout chunk (state=3): >>><<< 11924 1726884951.70846: stderr chunk (state=3): >>><<< 11924 1726884951.70868: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24efb43e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ef83a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24efb6930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ed64fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ed65fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24edabe30> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24edabef0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24eddb860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24eddbef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24edbbb00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24edb9220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24eda8fe0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24edff800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24edfe420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24edbbe60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24edaaed0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee30830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24eda8260> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24ee30ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee30b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24ee30f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ed9ed80> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee315b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee312b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee32480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee4c650> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24ee4dd90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee4ec30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24ee4f290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee4e180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24ee4fd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee4f440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee324b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24ebc3c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24ebec680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ebec3e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24ebec6b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24ebecfe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24ebed9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ebec890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ebc1df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ebeede0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ebedb20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ee32b70> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ec1b140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ec434d0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ec9c2c0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ec9ea20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ec9c3e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ec692e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e521400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ec422d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ebefd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe24ec42630> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_nh35ymgn/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 0x7fe24e5770b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e555fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e555130> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e574f50> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e5a2ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e5a2840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e5a2150> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e5a2b40> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e577ad0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e5a3800> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e5a3a40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e5a3f80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e40dca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e40f950> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e410350> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e4114f0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e413fe0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e418110> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e4122a0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e41bf50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e41aa20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e41a780> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e41acf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e4127b0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e45ff20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e460200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e461ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e461a60> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e464260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e462390> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e467a40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e464410> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e468890> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e4688c0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e468e60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e460320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e4f43e0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e4f56a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e46ab70> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e46bf20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e46a7b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e4f9820> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e4fa5a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e4f5970> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e4fa540> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e4fb6e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe24e3060c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e301070> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e5fa8a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e5ee570> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24e305e80> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe24ec9c230> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884951.71585: 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-1726884951.3455837-17233-223227161085684/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884951.71589: _low_level_execute_command(): starting 11924 1726884951.71591: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884951.3455837-17233-223227161085684/ > /dev/null 2>&1 && sleep 0' 11924 1726884951.72162: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884951.72166: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884951.72168: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884951.72171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884951.72258: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884951.72261: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884951.72264: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884951.72332: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884951.72344: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884951.72359: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884951.72442: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884951.74418: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884951.74422: stdout chunk (state=3): >>><<< 11924 1726884951.74425: stderr chunk (state=3): >>><<< 11924 1726884951.74446: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884951.74661: handler run complete 11924 1726884951.74665: attempt loop complete, returning result 11924 1726884951.74667: _execute() done 11924 1726884951.74669: dumping result to json 11924 1726884951.74671: done dumping result, returning 11924 1726884951.74673: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-f4c0-2290-000000003dfd] 11924 1726884951.74679: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003dfd 11924 1726884951.74776: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003dfd 11924 1726884951.74779: WORKER PROCESS EXITING ok: [managed_node2] => { "backup": "", "changed": false } 11924 1726884951.74946: no more pending results, returning what we have 11924 1726884951.74950: results queue empty 11924 1726884951.74951: checking for any_errors_fatal 11924 1726884951.74969: done checking for any_errors_fatal 11924 1726884951.74971: checking for max_fail_percentage 11924 1726884951.74973: done checking for max_fail_percentage 11924 1726884951.75004: checking to see if all hosts have failed and the running result is not ok 11924 1726884951.75005: done checking to see if all hosts have failed 11924 1726884951.75006: getting the remaining hosts for this loop 11924 1726884951.75008: done getting the remaining hosts for this loop 11924 1726884951.75018: getting the next task for host managed_node2 11924 1726884951.75026: done getting next task for host managed_node2 11924 1726884951.75063: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 11924 1726884951.75068: ^ 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 11924 1726884951.75082: getting variables 11924 1726884951.75085: in VariableManager get_vars() 11924 1726884951.75388: Calling all_inventory to load vars for managed_node2 11924 1726884951.75391: Calling groups_inventory to load vars for managed_node2 11924 1726884951.75393: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884951.75404: Calling all_plugins_play to load vars for managed_node2 11924 1726884951.75407: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884951.75416: Calling groups_plugins_play to load vars for managed_node2 11924 1726884951.76714: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884951.77715: done with get_vars() 11924 1726884951.77744: done getting variables TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 20 September 2024 22:15:51 -0400 (0:00:00.497) 0:01:57.119 ****** 11924 1726884951.78083: entering _queue_task() for managed_node2/systemd 11924 1726884951.78642: worker is 1 (out of 1 available) 11924 1726884951.78864: exiting _queue_task() for managed_node2/systemd 11924 1726884951.78875: done queuing things up, now waiting for results queue to drain 11924 1726884951.78876: waiting for pending results... 11924 1726884951.79373: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 11924 1726884951.79647: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003dff 11924 1726884951.79650: variable 'ansible_search_path' from source: unknown 11924 1726884951.79653: variable 'ansible_search_path' from source: unknown 11924 1726884951.79658: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884951.80270: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884951.80410: dumping result to json 11924 1726884951.80420: done dumping result, returning 11924 1726884951.80516: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-f4c0-2290-000000003dff] 11924 1726884951.80519: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003dff 11924 1726884951.80789: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003dff 11924 1726884951.80793: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884951.80854: no more pending results, returning what we have 11924 1726884951.80862: results queue empty 11924 1726884951.80863: checking for any_errors_fatal 11924 1726884951.80889: done checking for any_errors_fatal 11924 1726884951.80890: checking for max_fail_percentage 11924 1726884951.80892: done checking for max_fail_percentage 11924 1726884951.80893: checking to see if all hosts have failed and the running result is not ok 11924 1726884951.80894: done checking to see if all hosts have failed 11924 1726884951.80895: getting the remaining hosts for this loop 11924 1726884951.80897: done getting the remaining hosts for this loop 11924 1726884951.80901: getting the next task for host managed_node2 11924 1726884951.80912: done getting next task for host managed_node2 11924 1726884951.80917: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 11924 1726884951.80921: ^ 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 11924 1726884951.80951: getting variables 11924 1726884951.80954: in VariableManager get_vars() 11924 1726884951.81013: Calling all_inventory to load vars for managed_node2 11924 1726884951.81015: Calling groups_inventory to load vars for managed_node2 11924 1726884951.81018: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884951.81031: Calling all_plugins_play to load vars for managed_node2 11924 1726884951.81035: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884951.81037: Calling groups_plugins_play to load vars for managed_node2 11924 1726884951.81993: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884951.82617: done with get_vars() 11924 1726884951.82635: done getting variables 11924 1726884951.82695: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 20 September 2024 22:15:51 -0400 (0:00:00.046) 0:01:57.166 ****** 11924 1726884951.82735: entering _queue_task() for managed_node2/debug 11924 1726884951.83059: worker is 1 (out of 1 available) 11924 1726884951.83071: exiting _queue_task() for managed_node2/debug 11924 1726884951.83085: done queuing things up, now waiting for results queue to drain 11924 1726884951.83087: waiting for pending results... 11924 1726884951.83830: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show blivet_output 11924 1726884951.84269: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003e01 11924 1726884951.84494: variable 'ansible_search_path' from source: unknown 11924 1726884951.84499: variable 'ansible_search_path' from source: unknown 11924 1726884951.84502: calling self._execute() 11924 1726884951.84857: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884951.84870: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884951.84887: variable 'omit' from source: magic vars 11924 1726884951.85472: variable 'omit' from source: magic vars 11924 1726884951.85476: variable 'omit' from source: magic vars 11924 1726884951.85506: variable 'omit' from source: magic vars 11924 1726884951.85631: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884951.85731: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884951.85827: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884951.85854: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884951.85875: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884951.85929: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884951.86060: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884951.86075: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884951.86084: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884951.86092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884951.86335: Set connection var ansible_shell_executable to /bin/sh 11924 1726884951.86663: Set connection var ansible_connection to ssh 11924 1726884951.86667: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884951.86669: Set connection var ansible_timeout to 10 11924 1726884951.86672: Set connection var ansible_pipelining to False 11924 1726884951.86674: Set connection var ansible_shell_type to sh 11924 1726884951.86676: variable 'ansible_shell_executable' from source: unknown 11924 1726884951.86678: variable 'ansible_connection' from source: unknown 11924 1726884951.86681: variable 'ansible_module_compression' from source: unknown 11924 1726884951.86683: variable 'ansible_shell_type' from source: unknown 11924 1726884951.86685: variable 'ansible_shell_executable' from source: unknown 11924 1726884951.86687: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884951.86689: variable 'ansible_pipelining' from source: unknown 11924 1726884951.86691: variable 'ansible_timeout' from source: unknown 11924 1726884951.86693: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884951.86839: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884951.87060: variable 'omit' from source: magic vars 11924 1726884951.87062: starting attempt loop 11924 1726884951.87065: running the handler 11924 1726884951.87067: variable 'blivet_output' from source: set_fact 11924 1726884951.87434: variable 'blivet_output' from source: set_fact 11924 1726884951.88427: handler run complete 11924 1726884951.88485: attempt loop complete, returning result 11924 1726884951.88498: _execute() done 11924 1726884951.88513: dumping result to json 11924 1726884951.88527: done dumping result, returning 11924 1726884951.88541: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-f4c0-2290-000000003e01] 11924 1726884951.88552: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e01 ok: [managed_node2] => { "blivet_output": { "actions": [ { "action": "destroy format", "device": "/dev/mapper/foo-test1", "fs_type": "xfs" } ], "changed": true, "crypts": [], "failed": false, "leaves": [ "/dev/mapper/foo-test1", "/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/test1", "src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "absent" }, { "path": "/opt/test1", "state": "absent" } ], "packages": [ "lvm2", "xfsprogs" ], "pools": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "unformatted", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } 11924 1726884951.88898: no more pending results, returning what we have 11924 1726884951.88903: results queue empty 11924 1726884951.88904: checking for any_errors_fatal 11924 1726884951.88919: done checking for any_errors_fatal 11924 1726884951.88920: checking for max_fail_percentage 11924 1726884951.88923: done checking for max_fail_percentage 11924 1726884951.88924: checking to see if all hosts have failed and the running result is not ok 11924 1726884951.88925: done checking to see if all hosts have failed 11924 1726884951.88925: getting the remaining hosts for this loop 11924 1726884951.88928: done getting the remaining hosts for this loop 11924 1726884951.88931: getting the next task for host managed_node2 11924 1726884951.88941: done getting next task for host managed_node2 11924 1726884951.88945: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 11924 1726884951.88950: ^ 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 11924 1726884951.89085: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e01 11924 1726884951.89088: WORKER PROCESS EXITING 11924 1726884951.89098: getting variables 11924 1726884951.89100: in VariableManager get_vars() 11924 1726884951.89222: Calling all_inventory to load vars for managed_node2 11924 1726884951.89226: Calling groups_inventory to load vars for managed_node2 11924 1726884951.89228: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884951.89240: Calling all_plugins_play to load vars for managed_node2 11924 1726884951.89243: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884951.89246: Calling groups_plugins_play to load vars for managed_node2 11924 1726884951.90168: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884951.91370: done with get_vars() 11924 1726884951.91394: done getting variables 11924 1726884951.91599: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 20 September 2024 22:15:51 -0400 (0:00:00.089) 0:01:57.255 ****** 11924 1726884951.91692: entering _queue_task() for managed_node2/set_fact 11924 1726884951.92312: worker is 1 (out of 1 available) 11924 1726884951.92325: exiting _queue_task() for managed_node2/set_fact 11924 1726884951.92337: done queuing things up, now waiting for results queue to drain 11924 1726884951.92338: waiting for pending results... 11924 1726884951.92591: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 11924 1726884951.92777: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003e02 11924 1726884951.92806: variable 'ansible_search_path' from source: unknown 11924 1726884951.92818: variable 'ansible_search_path' from source: unknown 11924 1726884951.92868: calling self._execute() 11924 1726884951.93017: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884951.93029: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884951.93046: variable 'omit' from source: magic vars 11924 1726884951.93183: variable 'omit' from source: magic vars 11924 1726884951.93273: variable 'omit' from source: magic vars 11924 1726884951.93531: variable 'blivet_output' from source: set_fact 11924 1726884951.94023: variable 'omit' from source: magic vars 11924 1726884951.94026: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884951.94072: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884951.94096: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884951.94120: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884951.94142: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884951.94172: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884951.94193: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884951.94241: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884951.94261: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884951.94360: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884951.94388: Set connection var ansible_shell_executable to /bin/sh 11924 1726884951.94397: Set connection var ansible_connection to ssh 11924 1726884951.94408: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884951.94421: Set connection var ansible_timeout to 10 11924 1726884951.94431: Set connection var ansible_pipelining to False 11924 1726884951.94439: Set connection var ansible_shell_type to sh 11924 1726884951.94477: variable 'ansible_shell_executable' from source: unknown 11924 1726884951.94490: variable 'ansible_connection' from source: unknown 11924 1726884951.94498: variable 'ansible_module_compression' from source: unknown 11924 1726884951.94506: variable 'ansible_shell_type' from source: unknown 11924 1726884951.94516: variable 'ansible_shell_executable' from source: unknown 11924 1726884951.94523: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884951.94531: variable 'ansible_pipelining' from source: unknown 11924 1726884951.94537: variable 'ansible_timeout' from source: unknown 11924 1726884951.94544: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884951.94762: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884951.94766: variable 'omit' from source: magic vars 11924 1726884951.94769: starting attempt loop 11924 1726884951.94770: running the handler 11924 1726884951.94772: handler run complete 11924 1726884951.94774: attempt loop complete, returning result 11924 1726884951.94776: _execute() done 11924 1726884951.94778: dumping result to json 11924 1726884951.94789: done dumping result, returning 11924 1726884951.94813: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-f4c0-2290-000000003e02] 11924 1726884951.94825: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e02 ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "unformatted", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } 11924 1726884951.95320: no more pending results, returning what we have 11924 1726884951.95323: results queue empty 11924 1726884951.95324: checking for any_errors_fatal 11924 1726884951.95340: done checking for any_errors_fatal 11924 1726884951.95347: checking for max_fail_percentage 11924 1726884951.95423: done checking for max_fail_percentage 11924 1726884951.95425: checking to see if all hosts have failed and the running result is not ok 11924 1726884951.95426: done checking to see if all hosts have failed 11924 1726884951.95426: getting the remaining hosts for this loop 11924 1726884951.95429: done getting the remaining hosts for this loop 11924 1726884951.95432: getting the next task for host managed_node2 11924 1726884951.95439: done getting next task for host managed_node2 11924 1726884951.95442: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 11924 1726884951.95446: ^ 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 11924 1726884951.95477: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e02 11924 1726884951.95484: WORKER PROCESS EXITING 11924 1726884951.95493: getting variables 11924 1726884951.95496: in VariableManager get_vars() 11924 1726884951.95668: Calling all_inventory to load vars for managed_node2 11924 1726884951.95671: Calling groups_inventory to load vars for managed_node2 11924 1726884951.95673: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884951.95682: Calling all_plugins_play to load vars for managed_node2 11924 1726884951.95685: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884951.95715: Calling groups_plugins_play to load vars for managed_node2 11924 1726884951.96332: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884951.97193: done with get_vars() 11924 1726884951.97213: done getting variables 11924 1726884951.97272: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 20 September 2024 22:15:51 -0400 (0:00:00.056) 0:01:57.312 ****** 11924 1726884951.97313: entering _queue_task() for managed_node2/set_fact 11924 1726884951.97790: worker is 1 (out of 1 available) 11924 1726884951.97803: exiting _queue_task() for managed_node2/set_fact 11924 1726884951.97820: done queuing things up, now waiting for results queue to drain 11924 1726884951.97822: waiting for pending results... 11924 1726884951.98478: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 11924 1726884951.98708: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003e03 11924 1726884951.98730: variable 'ansible_search_path' from source: unknown 11924 1726884951.98794: variable 'ansible_search_path' from source: unknown 11924 1726884951.98836: calling self._execute() 11924 1726884951.99105: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884951.99123: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884951.99173: variable 'omit' from source: magic vars 11924 1726884951.99413: variable 'omit' from source: magic vars 11924 1726884951.99492: variable 'omit' from source: magic vars 11924 1726884951.99775: variable 'blivet_output' from source: set_fact 11924 1726884951.99872: variable 'omit' from source: magic vars 11924 1726884951.99926: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884951.99968: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884951.99995: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884952.00021: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884952.00042: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884952.00065: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884952.00087: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884952.00126: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884952.00139: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884952.00147: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884952.00275: Set connection var ansible_shell_executable to /bin/sh 11924 1726884952.00283: Set connection var ansible_connection to ssh 11924 1726884952.00294: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884952.00304: Set connection var ansible_timeout to 10 11924 1726884952.00354: Set connection var ansible_pipelining to False 11924 1726884952.00359: Set connection var ansible_shell_type to sh 11924 1726884952.00361: variable 'ansible_shell_executable' from source: unknown 11924 1726884952.00369: variable 'ansible_connection' from source: unknown 11924 1726884952.00376: variable 'ansible_module_compression' from source: unknown 11924 1726884952.00382: variable 'ansible_shell_type' from source: unknown 11924 1726884952.00389: variable 'ansible_shell_executable' from source: unknown 11924 1726884952.00396: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884952.00404: variable 'ansible_pipelining' from source: unknown 11924 1726884952.00413: variable 'ansible_timeout' from source: unknown 11924 1726884952.00462: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884952.00574: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884952.00591: variable 'omit' from source: magic vars 11924 1726884952.00601: starting attempt loop 11924 1726884952.00609: running the handler 11924 1726884952.00630: handler run complete 11924 1726884952.00646: attempt loop complete, returning result 11924 1726884952.00678: _execute() done 11924 1726884952.00680: dumping result to json 11924 1726884952.00682: done dumping result, returning 11924 1726884952.00685: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-f4c0-2290-000000003e03] 11924 1726884952.00687: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e03 ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 11924 1726884952.00865: no more pending results, returning what we have 11924 1726884952.00869: results queue empty 11924 1726884952.00870: checking for any_errors_fatal 11924 1726884952.00881: done checking for any_errors_fatal 11924 1726884952.00881: checking for max_fail_percentage 11924 1726884952.00883: done checking for max_fail_percentage 11924 1726884952.00884: checking to see if all hosts have failed and the running result is not ok 11924 1726884952.00885: done checking to see if all hosts have failed 11924 1726884952.00886: getting the remaining hosts for this loop 11924 1726884952.00894: done getting the remaining hosts for this loop 11924 1726884952.00898: getting the next task for host managed_node2 11924 1726884952.00907: done getting next task for host managed_node2 11924 1726884952.00912: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 11924 1726884952.00917: ^ 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 11924 1726884952.00929: getting variables 11924 1726884952.00932: in VariableManager get_vars() 11924 1726884952.01201: Calling all_inventory to load vars for managed_node2 11924 1726884952.01204: Calling groups_inventory to load vars for managed_node2 11924 1726884952.01206: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884952.01233: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e03 11924 1726884952.01236: WORKER PROCESS EXITING 11924 1726884952.01246: Calling all_plugins_play to load vars for managed_node2 11924 1726884952.01249: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884952.01252: Calling groups_plugins_play to load vars for managed_node2 11924 1726884952.02730: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884952.04068: done with get_vars() 11924 1726884952.04086: done getting variables TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 20 September 2024 22:15:52 -0400 (0:00:00.070) 0:01:57.382 ****** 11924 1726884952.04391: entering _queue_task() for managed_node2/mount 11924 1726884952.04897: worker is 1 (out of 1 available) 11924 1726884952.04912: exiting _queue_task() for managed_node2/mount 11924 1726884952.04926: done queuing things up, now waiting for results queue to drain 11924 1726884952.04928: waiting for pending results... 11924 1726884952.05367: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 11924 1726884952.05529: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003e04 11924 1726884952.05549: variable 'ansible_search_path' from source: unknown 11924 1726884952.05557: variable 'ansible_search_path' from source: unknown 11924 1726884952.05917: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884952.09453: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884952.09549: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884952.09583: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884952.09641: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884952.09680: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884952.09867: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884952.09871: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884952.09878: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884952.09894: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884952.09916: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884952.09969: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884952.10007: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884952.10098: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884952.10102: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884952.10107: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884952.10293: variable 'blivet_output' from source: set_fact 11924 1726884952.10375: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884952.10505: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884952.10537: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884952.10561: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884952.10583: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884952.10625: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884952.10644: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884952.10663: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884952.10680: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884952.10765: variable 'omit' from source: magic vars 11924 1726884952.10835: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884952.10843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884952.10860: variable 'omit' from source: magic vars 11924 1726884952.10915: variable 'omit' from source: magic vars 11924 1726884952.10954: variable 'omit' from source: magic vars 11924 1726884952.11058: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884952.11081: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884952.11099: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884952.11125: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884952.11135: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884952.11202: variable 'mount_info' from source: unknown 11924 1726884952.11206: variable 'omit' from source: magic vars 11924 1726884952.11275: variable 'mount_info' from source: unknown 11924 1726884952.11358: variable 'mount_info' from source: unknown 11924 1726884952.11361: variable 'omit' from source: magic vars 11924 1726884952.11441: variable 'mount_info' from source: unknown 11924 1726884952.11444: variable 'omit' from source: magic vars 11924 1726884952.11504: variable 'mount_info' from source: unknown 11924 1726884952.11518: variable 'omit' from source: magic vars 11924 1726884952.11537: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884952.11559: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884952.11574: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884952.11586: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884952.11595: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884952.11631: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884952.11643: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884952.11695: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884952.11698: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884952.11700: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884952.11750: Set connection var ansible_shell_executable to /bin/sh 11924 1726884952.11760: Set connection var ansible_connection to ssh 11924 1726884952.11763: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884952.11765: Set connection var ansible_timeout to 10 11924 1726884952.11769: Set connection var ansible_pipelining to False 11924 1726884952.11774: Set connection var ansible_shell_type to sh 11924 1726884952.11795: variable 'ansible_shell_executable' from source: unknown 11924 1726884952.11798: variable 'ansible_connection' from source: unknown 11924 1726884952.11800: variable 'ansible_module_compression' from source: unknown 11924 1726884952.11803: variable 'ansible_shell_type' from source: unknown 11924 1726884952.11805: variable 'ansible_shell_executable' from source: unknown 11924 1726884952.11807: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884952.11814: variable 'ansible_pipelining' from source: unknown 11924 1726884952.11816: variable 'ansible_timeout' from source: unknown 11924 1726884952.11818: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884952.11939: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884952.12060: variable 'omit' from source: magic vars 11924 1726884952.12063: starting attempt loop 11924 1726884952.12065: running the handler 11924 1726884952.12072: _low_level_execute_command(): starting 11924 1726884952.12074: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884952.12717: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884952.12733: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884952.12757: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884952.12779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884952.12873: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884952.12890: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884952.12908: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884952.12933: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884952.13029: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884952.14742: stdout chunk (state=3): >>>/root <<< 11924 1726884952.14878: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884952.14900: stderr chunk (state=3): >>><<< 11924 1726884952.14923: stdout chunk (state=3): >>><<< 11924 1726884952.14951: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884952.14979: _low_level_execute_command(): starting 11924 1726884952.15004: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884952.1496336-17277-4062340900942 `" && echo ansible-tmp-1726884952.1496336-17277-4062340900942="` echo /root/.ansible/tmp/ansible-tmp-1726884952.1496336-17277-4062340900942 `" ) && sleep 0' 11924 1726884952.15607: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884952.15725: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884952.15741: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884952.15764: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884952.15935: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884952.17823: stdout chunk (state=3): >>>ansible-tmp-1726884952.1496336-17277-4062340900942=/root/.ansible/tmp/ansible-tmp-1726884952.1496336-17277-4062340900942 <<< 11924 1726884952.17929: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884952.17954: stderr chunk (state=3): >>><<< 11924 1726884952.17959: stdout chunk (state=3): >>><<< 11924 1726884952.17978: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884952.1496336-17277-4062340900942=/root/.ansible/tmp/ansible-tmp-1726884952.1496336-17277-4062340900942 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884952.18046: variable 'ansible_module_compression' from source: unknown 11924 1726884952.18088: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 11924 1726884952.18121: variable 'ansible_facts' from source: unknown 11924 1726884952.18187: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884952.1496336-17277-4062340900942/AnsiballZ_mount.py 11924 1726884952.18297: Sending initial data 11924 1726884952.18300: Sent initial data (152 bytes) 11924 1726884952.18971: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884952.19004: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884952.19011: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884952.19014: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884952.19101: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884952.20713: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 11924 1726884952.20719: 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 <<< 11924 1726884952.20766: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884952.20836: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpovx6cfki /root/.ansible/tmp/ansible-tmp-1726884952.1496336-17277-4062340900942/AnsiballZ_mount.py <<< 11924 1726884952.20839: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884952.1496336-17277-4062340900942/AnsiballZ_mount.py" <<< 11924 1726884952.20886: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpovx6cfki" to remote "/root/.ansible/tmp/ansible-tmp-1726884952.1496336-17277-4062340900942/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884952.1496336-17277-4062340900942/AnsiballZ_mount.py" <<< 11924 1726884952.21629: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884952.21686: stderr chunk (state=3): >>><<< 11924 1726884952.21689: stdout chunk (state=3): >>><<< 11924 1726884952.21760: done transferring module to remote 11924 1726884952.21775: _low_level_execute_command(): starting 11924 1726884952.21778: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884952.1496336-17277-4062340900942/ /root/.ansible/tmp/ansible-tmp-1726884952.1496336-17277-4062340900942/AnsiballZ_mount.py && sleep 0' 11924 1726884952.22703: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884952.22707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884952.22709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884952.22712: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884952.22714: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884952.22716: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884952.22718: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884952.22807: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884952.22811: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884952.22813: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884952.22885: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884952.24713: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884952.24750: stderr chunk (state=3): >>><<< 11924 1726884952.24753: stdout chunk (state=3): >>><<< 11924 1726884952.24772: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884952.24776: _low_level_execute_command(): starting 11924 1726884952.24778: _low_level_execute_command(): using become for this command 11924 1726884952.24789: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-qhhdpqszqdqunkdxvmxpsusjbjyrhxmp ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884952.1496336-17277-4062340900942/AnsiballZ_mount.py'"'"' && sleep 0' 11924 1726884952.24867: Initial state: awaiting_escalation: BECOME-SUCCESS-qhhdpqszqdqunkdxvmxpsusjbjyrhxmp 11924 1726884952.25265: 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 <<< 11924 1726884952.25269: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884952.25301: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884952.25308: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884952.25371: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884952.28390: stdout chunk (state=1): >>>BECOME-SUCCESS-qhhdpqszqdqunkdxvmxpsusjbjyrhxmp <<< 11924 1726884952.28396: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-qhhdpqszqdqunkdxvmxpsusjbjyrhxmp' 11924 1726884952.28700: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884952.28736: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884952.28783: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884952.28787: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884952.28848: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884952.28875: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884952.28916: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884952.28940: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884952.29011: 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' <<< 11924 1726884952.29047: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884952.29050: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884952.29087: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884952.29135: 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 0x7f58904183e0> <<< 11924 1726884952.29139: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903e7a10> <<< 11924 1726884952.29191: 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 0x7f589041a960> <<< 11924 1726884952.29198: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884952.29230: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884952.29233: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 11924 1726884952.29267: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884952.29269: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884952.29345: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884952.29375: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884952.29378: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884952.29430: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 11924 1726884952.29442: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884952.29462: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884952.29470: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884952.29474: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884952.29515: 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 <<< 11924 1726884952.29521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884952.29554: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589022cfe0> <<< 11924 1726884952.29616: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884952.29626: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884952.29636: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589022dfd0> <<< 11924 1726884952.29681: 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. <<< 11924 1726884952.29918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884952.29938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884952.29980: 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' <<< 11924 1726884952.29983: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884952.30021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884952.30040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884952.30083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884952.30089: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026bec0> <<< 11924 1726884952.30115: 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' <<< 11924 1726884952.30159: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884952.30166: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026bf80> <<< 11924 1726884952.30206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884952.30230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884952.30241: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884952.30282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884952.30340: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884952.30351: 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' <<< 11924 1726884952.30384: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a3ef0> import '_collections' # <<< 11924 1726884952.30494: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890283b60> import '_functools' # <<< 11924 1726884952.30522: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902812b0> <<< 11924 1726884952.30588: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890269070> <<< 11924 1726884952.30617: 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' <<< 11924 1726884952.30656: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884952.30696: 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' <<< 11924 1726884952.30753: 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' <<< 11924 1726884952.30758: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902c7860> <<< 11924 1726884952.30783: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902c6480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890282180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902c4bc0> <<< 11924 1726884952.30831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884952.30872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902f88f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902682f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884952.30910: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884952.30952: 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 0x7f58902f8da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902f8c50> <<< 11924 1726884952.30982: 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 0x7f58902f9010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890266e10> <<< 11924 1726884952.31013: 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 <<< 11924 1726884952.31091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884952.31119: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902f9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902f9370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902fa540> <<< 11924 1726884952.31166: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884952.31178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884952.31207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884952.31239: 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 0x7f5890310740> <<< 11924 1726884952.31250: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884952.31277: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884952.31283: 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 0x7f5890311e80> <<< 11924 1726884952.31318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884952.31346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884952.31376: 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 0x7f5890312cf0> <<< 11924 1726884952.31443: 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 0x7f5890313320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890312270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884952.31461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884952.31476: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884952.31503: 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 0x7f5890313da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903134d0> <<< 11924 1726884952.31569: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902fa4b0> <<< 11924 1726884952.31586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884952.31611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884952.31651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884952.31706: 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 0x7f589009fc50> <<< 11924 1726884952.31778: 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 0x7f58900c87a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900c8500> <<< 11924 1726884952.31782: 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 0x7f58900c87d0> <<< 11924 1726884952.31811: 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' <<< 11924 1726884952.31872: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884952.31998: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58900c9100> <<< 11924 1726884952.32133: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884952.32146: 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 0x7f58900c9a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900c89b0> <<< 11924 1726884952.32172: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589009ddf0> <<< 11924 1726884952.32178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884952.32202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884952.32232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884952.32246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900cade0> <<< 11924 1726884952.32269: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900c9b50> <<< 11924 1726884952.32292: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902fac60> <<< 11924 1726884952.32316: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884952.32388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884952.32402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884952.32444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884952.32478: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900f7140> <<< 11924 1726884952.32528: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884952.32576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884952.32580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884952.32631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884952.32634: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589011b530> <<< 11924 1726884952.32650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884952.32691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884952.32738: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884952.32787: 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 0x7f5890178350> <<< 11924 1726884952.32793: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884952.32820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884952.32851: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884952.32881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884952.32966: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589017aab0> <<< 11924 1726884952.33062: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890178470> <<< 11924 1726884952.33082: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890145340> <<< 11924 1726884952.33117: 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 0x7f588ff7d3d0> <<< 11924 1726884952.33144: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589011a330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900cbd10> <<< 11924 1726884952.33266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884952.33277: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f589011a450> <<< 11924 1726884952.33434: stdout chunk (state=3): >>># zipimport: found 36 names in '/tmp/ansible_mount_payload_sps2gn7i/ansible_mount_payload.zip' <<< 11924 1726884952.33438: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.33576: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.33604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884952.33625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884952.33659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884952.33732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884952.33776: 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 0x7f588ffdb0b0> <<< 11924 1726884952.33785: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884952.34004: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffb5fa0> <<< 11924 1726884952.34015: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffb5100> # zipimport: zlib available <<< 11924 1726884952.34066: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884952.34078: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884952.35504: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.36639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884952.36643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffd8f80> <<< 11924 1726884952.36676: 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' <<< 11924 1726884952.36714: 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' <<< 11924 1726884952.36738: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884952.36750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884952.36785: 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 0x7f588fffea20> <<< 11924 1726884952.36831: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fffe7b0> <<< 11924 1726884952.36859: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fffe0c0> <<< 11924 1726884952.36871: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884952.36877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884952.36931: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fffe510> <<< 11924 1726884952.36967: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdbd40> import 'atexit' # <<< 11924 1726884952.36974: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884952.37004: 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 0x7f588ffff7a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884952.37008: 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 0x7f588ffff9e0> <<< 11924 1726884952.37014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884952.37073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884952.37076: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884952.37137: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffffef0> <<< 11924 1726884952.37159: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884952.37181: 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' <<< 11924 1726884952.37248: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f91dc70> <<< 11924 1726884952.37277: 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 0x7f588f91f890> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884952.37307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884952.37373: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f920260> <<< 11924 1726884952.37423: 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 0x7f588f921400> <<< 11924 1726884952.37446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884952.37481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884952.37503: 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' <<< 11924 1726884952.37554: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f923e60> <<< 11924 1726884952.37594: 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 0x7f5890312c60> <<< 11924 1726884952.37614: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f922150> <<< 11924 1726884952.37643: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884952.37670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884952.37692: 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' <<< 11924 1726884952.37703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884952.37727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884952.37758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884952.37774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f92bd10> <<< 11924 1726884952.37782: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884952.37845: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f92a7e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f92a540> <<< 11924 1726884952.37880: 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' <<< 11924 1726884952.37957: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f92aab0> <<< 11924 1726884952.37982: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f922630> <<< 11924 1726884952.38015: 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 0x7f588f96f9e0> <<< 11924 1726884952.38034: 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 0x7f588f970110> <<< 11924 1726884952.38078: 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 <<< 11924 1726884952.38148: 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' <<< 11924 1726884952.38166: 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 0x7f588f971bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f971970> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884952.38299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884952.38362: 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 0x7f588f974110> <<< 11924 1726884952.38376: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f9722a0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884952.38428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884952.38441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884952.38473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884952.38483: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884952.38532: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f977830> <<< 11924 1726884952.38638: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f974200> <<< 11924 1726884952.38709: stdout 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 0x7f588f978650> <<< 11924 1726884952.38735: stdout 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 0x7f588f978680> <<< 11924 1726884952.38776: stdout 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 0x7f588f978b60> <<< 11924 1726884952.38797: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f970290> <<< 11924 1726884952.38821: 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' <<< 11924 1726884952.38835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884952.38875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884952.38884: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884952.38924: 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 0x7f588f800230> <<< 11924 1726884952.39086: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884952.39099: 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 0x7f588f801280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f97a9f0> <<< 11924 1726884952.39147: 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 0x7f588f97bda0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f97a630> # zipimport: zlib available <<< 11924 1726884952.39171: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884952.39194: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.39266: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.39346: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.39381: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884952.39412: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.39446: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884952.39451: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.39537: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.39698: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.40238: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.40783: 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' # <<< 11924 1726884952.40820: 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' <<< 11924 1726884952.40914: 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 0x7f588f8093a0> <<< 11924 1726884952.40976: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884952.41017: 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 0x7f588f80a0f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f97b530> <<< 11924 1726884952.41095: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884952.41099: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884952.41133: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.41247: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.41391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884952.41425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f80a210> <<< 11924 1726884952.41440: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.41927: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.42325: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.42397: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.42496: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884952.42528: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.42575: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884952.42590: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.42643: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.42752: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884952.42783: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884952.42832: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.42867: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884952.43094: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.43331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884952.43396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884952.43487: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f80b2f0> # zipimport: zlib available <<< 11924 1726884952.43559: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.43647: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884952.43688: 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 <<< 11924 1726884952.43726: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.43759: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884952.43796: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.43809: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.43857: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.43913: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.43990: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884952.44018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884952.44115: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588f815e80> <<< 11924 1726884952.44146: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f813ef0> <<< 11924 1726884952.44192: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884952.44196: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.44285: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.44318: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.44348: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.44407: stdout chunk (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' <<< 11924 1726884952.44445: 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 <<< 11924 1726884952.44469: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884952.44487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884952.44520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884952.44559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884952.44577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884952.44635: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f902870> <<< 11924 1726884952.44675: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890036540> <<< 11924 1726884952.44741: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f816000> <<< 11924 1726884952.44779: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f979040> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884952.44795: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.44827: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884952.44893: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884952.44940: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884952.44968: stdout chunk (state=3): >>>import 'ansible_collections.ansible' # <<< 11924 1726884952.44974: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.45014: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix' # # zipimport: zlib available <<< 11924 1726884952.45032: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.45063: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884952.45066: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.modules' # <<< 11924 1726884952.45081: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.45506: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.45894: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.45923: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available <<< 11924 1726884952.46012: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.46016: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 11924 1726884952.46112: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.46309: 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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "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__ <<< 11924 1726884952.46693: 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 <<< 11924 1726884952.46800: stdout chunk (state=3): >>># cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket <<< 11924 1726884952.46826: stdout chunk (state=3): >>># cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_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 <<< 11924 1726884952.47093: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884952.47098: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884952.47125: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884952.47128: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 <<< 11924 1726884952.47148: stdout chunk (state=3): >>># destroy lzma # destroy zipfile._path <<< 11924 1726884952.47151: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 11924 1726884952.47165: stdout chunk (state=3): >>># destroy fnmatch # destroy ipaddress <<< 11924 1726884952.47184: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884952.47226: 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 <<< 11924 1726884952.47233: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 11924 1726884952.47250: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 11924 1726884952.47269: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884952.47276: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 11924 1726884952.47299: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884952.47317: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884952.47327: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884952.47371: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884952.47394: 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 <<< 11924 1726884952.47460: 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 <<< 11924 1726884952.47463: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external <<< 11924 1726884952.47531: 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 # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 11924 1726884952.47549: 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 <<< 11924 1726884952.47760: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884952.47771: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884952.47774: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884952.47799: 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 <<< 11924 1726884952.47992: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 11924 1726884952.48025: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884952.48534: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884952.48551: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884952.48605: stderr chunk (state=3): >>><<< 11924 1726884952.48608: stdout chunk (state=3): >>><<< 11924 1726884952.48678: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58904183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589041a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589022cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589022dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026bec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589026bf80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902a3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890283b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902812b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890269070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902c7860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902c6480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890282180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902c4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902f88f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902682f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58902f8da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902f8c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58902f9010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890266e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902f9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902f9370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902fa540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890310740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890311e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890312cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890313320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890312270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890313da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58903134d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902fa4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f589009fc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58900c87a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900c8500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58900c87d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58900c9100> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58900c9a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900c89b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589009ddf0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900cade0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900c9b50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58902fac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900f7140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589011b530> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890178350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589017aab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890178470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890145340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ff7d3d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f589011a330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58900cbd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f589011a450> # zipimport: found 36 names in '/tmp/ansible_mount_payload_sps2gn7i/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 0x7f588ffdb0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffb5fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffb5100> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffd8f80> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588fffea20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fffe7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fffe0c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588fffe510> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffdbd40> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588ffff7a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588ffff9e0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588ffffef0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f91dc70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588f91f890> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f920260> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f921400> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f923e60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5890312c60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f922150> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f92bd10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f92a7e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f92a540> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f92aab0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f922630> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588f96f9e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f970110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588f971bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f971970> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588f974110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f9722a0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f977830> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f974200> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588f978650> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588f978680> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588f978b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f970290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588f800230> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588f801280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f97a9f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588f97bda0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f97a630> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588f8093a0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f80a0f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f97b530> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f80a210> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f80b2f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f588f815e80> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f813ef0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f902870> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5890036540> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f816000> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f588f979040> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "fstype": "xfs", "invocation": {"module_args": {"src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884952.49266: done with _execute_module (mount, {'src': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '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-1726884952.1496336-17277-4062340900942/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884952.49270: _low_level_execute_command(): starting 11924 1726884952.49272: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884952.1496336-17277-4062340900942/ > /dev/null 2>&1 && sleep 0' 11924 1726884952.49353: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884952.49358: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884952.49361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884952.49363: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884952.49365: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884952.49413: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884952.49430: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884952.49473: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884952.51562: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884952.51566: stdout chunk (state=3): >>><<< 11924 1726884952.51568: stderr chunk (state=3): >>><<< 11924 1726884952.51571: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884952.51573: handler run complete 11924 1726884952.51575: attempt loop complete, returning result 11924 1726884952.51577: variable 'mount_info' from source: unknown 11924 1726884952.51579: variable 'mount_info' from source: unknown changed: [managed_node2] => (item={'src': 'UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3', '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=0f3fb490-f569-46ef-8fef-9eeb08e031a3", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0", "src": "UUID=0f3fb490-f569-46ef-8fef-9eeb08e031a3" } 11924 1726884952.51782: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884952.51786: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884952.51789: variable 'omit' from source: magic vars 11924 1726884952.51792: variable 'omit' from source: magic vars 11924 1726884952.51795: variable 'omit' from source: magic vars 11924 1726884952.52161: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884952.52165: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884952.52167: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884952.52169: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884952.52171: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884952.52183: variable 'mount_info' from source: unknown 11924 1726884952.52188: variable 'omit' from source: magic vars 11924 1726884952.52277: variable 'mount_info' from source: unknown 11924 1726884952.52390: variable 'mount_info' from source: unknown 11924 1726884952.52393: variable 'omit' from source: magic vars 11924 1726884952.52570: variable 'mount_info' from source: unknown 11924 1726884952.52573: variable 'omit' from source: magic vars 11924 1726884952.52665: variable 'mount_info' from source: unknown 11924 1726884952.52687: variable 'omit' from source: magic vars 11924 1726884952.52708: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884952.52720: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884952.52726: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884952.52736: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884952.52756: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884952.52759: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884952.52764: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884952.52867: Set connection var ansible_shell_executable to /bin/sh 11924 1726884952.52870: Set connection var ansible_connection to ssh 11924 1726884952.52881: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884952.52883: Set connection var ansible_timeout to 10 11924 1726884952.52885: Set connection var ansible_pipelining to False 11924 1726884952.52918: Set connection var ansible_shell_type to sh 11924 1726884952.52945: variable 'ansible_shell_executable' from source: unknown 11924 1726884952.52948: variable 'ansible_connection' from source: unknown 11924 1726884952.52950: variable 'ansible_module_compression' from source: unknown 11924 1726884952.52952: variable 'ansible_shell_type' from source: unknown 11924 1726884952.52956: variable 'ansible_shell_executable' from source: unknown 11924 1726884952.52959: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884952.52989: variable 'ansible_pipelining' from source: unknown 11924 1726884952.52991: variable 'ansible_timeout' from source: unknown 11924 1726884952.52994: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884952.53206: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884952.53209: variable 'omit' from source: magic vars 11924 1726884952.53211: starting attempt loop 11924 1726884952.53213: running the handler 11924 1726884952.53216: _low_level_execute_command(): starting 11924 1726884952.53219: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884952.53938: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884952.53953: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884952.53966: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884952.54001: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884952.54065: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884952.54092: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884952.54109: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884952.54133: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884952.54223: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884952.55909: stdout chunk (state=3): >>>/root <<< 11924 1726884952.56063: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884952.56066: stdout chunk (state=3): >>><<< 11924 1726884952.56082: stderr chunk (state=3): >>><<< 11924 1726884952.56174: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884952.56185: _low_level_execute_command(): starting 11924 1726884952.56187: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884952.5610006-17277-280109362801406 `" && echo ansible-tmp-1726884952.5610006-17277-280109362801406="` echo /root/.ansible/tmp/ansible-tmp-1726884952.5610006-17277-280109362801406 `" ) && sleep 0' 11924 1726884952.56768: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884952.56783: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884952.56815: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884952.56828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884952.56933: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884952.56957: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884952.56976: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884952.57072: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884952.59004: stdout chunk (state=3): >>>ansible-tmp-1726884952.5610006-17277-280109362801406=/root/.ansible/tmp/ansible-tmp-1726884952.5610006-17277-280109362801406 <<< 11924 1726884952.59161: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884952.59165: stdout chunk (state=3): >>><<< 11924 1726884952.59184: stderr chunk (state=3): >>><<< 11924 1726884952.59202: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884952.5610006-17277-280109362801406=/root/.ansible/tmp/ansible-tmp-1726884952.5610006-17277-280109362801406 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884952.59463: variable 'ansible_module_compression' from source: unknown 11924 1726884952.59466: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.ansible.posix.plugins.modules.mount-ZIP_DEFLATED 11924 1726884952.59469: variable 'ansible_facts' from source: unknown 11924 1726884952.59471: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884952.5610006-17277-280109362801406/AnsiballZ_mount.py 11924 1726884952.59604: Sending initial data 11924 1726884952.59614: Sent initial data (154 bytes) 11924 1726884952.60229: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884952.60251: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884952.60272: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884952.60366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884952.60417: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884952.60435: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884952.60467: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884952.60548: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884952.62185: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 11924 1726884952.62261: 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 <<< 11924 1726884952.62359: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884952.62392: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpl6u7_naa /root/.ansible/tmp/ansible-tmp-1726884952.5610006-17277-280109362801406/AnsiballZ_mount.py <<< 11924 1726884952.62396: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884952.5610006-17277-280109362801406/AnsiballZ_mount.py" <<< 11924 1726884952.62438: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpl6u7_naa" to remote "/root/.ansible/tmp/ansible-tmp-1726884952.5610006-17277-280109362801406/AnsiballZ_mount.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884952.5610006-17277-280109362801406/AnsiballZ_mount.py" <<< 11924 1726884952.63835: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884952.63839: stderr chunk (state=3): >>><<< 11924 1726884952.63841: stdout chunk (state=3): >>><<< 11924 1726884952.63917: done transferring module to remote 11924 1726884952.63931: _low_level_execute_command(): starting 11924 1726884952.63942: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884952.5610006-17277-280109362801406/ /root/.ansible/tmp/ansible-tmp-1726884952.5610006-17277-280109362801406/AnsiballZ_mount.py && sleep 0' 11924 1726884952.64580: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884952.64588: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884952.64677: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884952.64680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884952.64703: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884952.65091: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884952.65133: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884952.67085: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884952.67089: stdout chunk (state=3): >>><<< 11924 1726884952.67091: stderr chunk (state=3): >>><<< 11924 1726884952.67232: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884952.67237: _low_level_execute_command(): starting 11924 1726884952.67239: _low_level_execute_command(): using become for this command 11924 1726884952.67242: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-lhrdjqodsmofyuwkpbmryqmkzwzzdaix ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884952.5610006-17277-280109362801406/AnsiballZ_mount.py'"'"' && sleep 0' 11924 1726884952.67736: Initial state: awaiting_escalation: BECOME-SUCCESS-lhrdjqodsmofyuwkpbmryqmkzwzzdaix 11924 1726884952.68549: 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 <<< 11924 1726884952.68553: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884952.68557: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884952.68578: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884952.68584: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884952.68673: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884952.71778: stdout chunk (state=1): >>>BECOME-SUCCESS-lhrdjqodsmofyuwkpbmryqmkzwzzdaix <<< 11924 1726884952.71782: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-lhrdjqodsmofyuwkpbmryqmkzwzzdaix' 11924 1726884952.72021: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884952.72061: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884952.72083: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884952.72089: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884952.72234: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884952.72347: 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' <<< 11924 1726884952.72353: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884952.72461: 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 0x7f4be45bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be458ba10> <<< 11924 1726884952.72492: 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' <<< 11924 1726884952.72495: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be45be930> <<< 11924 1726884952.72523: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884952.72546: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884952.72603: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884952.72606: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884952.72670: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884952.72702: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884952.72727: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884952.72733: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884952.72766: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884952.72779: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884952.72790: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884952.72917: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884952.72920: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884952.72950: 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 0x7f4be45ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884952.72963: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884952.73002: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be45cdfd0> <<< 11924 1726884952.73008: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884952.73114: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884952.73277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884952.73314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884952.73318: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884952.73341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884952.73348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884952.73406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884952.73427: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884952.73467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884952.73473: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be43cbe90> <<< 11924 1726884952.73495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884952.73501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884952.73596: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884952.73599: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be43cbf50> <<< 11924 1726884952.73602: 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 <<< 11924 1726884952.73659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884952.73676: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884952.73713: 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 0x7f4be4403890> <<< 11924 1726884952.73738: 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' <<< 11924 1726884952.73748: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4403f20> <<< 11924 1726884952.73817: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884952.73820: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be43e3b60> <<< 11924 1726884952.73857: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884952.73978: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be43e1280> <<< 11924 1726884952.73992: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be43c9040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884952.73997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884952.74021: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884952.74174: 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 0x7f4be4427800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4426420> <<< 11924 1726884952.74196: 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 0x7f4be43e3ec0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be43ca900> <<< 11924 1726884952.74242: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884952.74246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4458830> <<< 11924 1726884952.74248: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be43c82c0> <<< 11924 1726884952.74321: 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' <<< 11924 1726884952.74344: 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 0x7f4be4458ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4458b90> <<< 11924 1726884952.74377: 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 0x7f4be4458f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be43c6de0> <<< 11924 1726884952.74525: 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 0x7f4be4459580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4459280> import 'importlib.machinery' # <<< 11924 1726884952.74548: 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' <<< 11924 1726884952.74551: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be445a480> <<< 11924 1726884952.74587: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884952.74594: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884952.74597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884952.74662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884952.74673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884952.74676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be44706b0> <<< 11924 1726884952.74678: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884952.74851: 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 0x7f4be4471d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4472c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884952.74866: 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 0x7f4be4473290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4472180> <<< 11924 1726884952.74916: 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' <<< 11924 1726884952.74940: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884952.74943: 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 0x7f4be4473d10> <<< 11924 1726884952.74966: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4473440> <<< 11924 1726884952.75009: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be445a4e0> <<< 11924 1726884952.75024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884952.75085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884952.75177: 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 0x7f4be41f3bc0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884952.75261: 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 0x7f4be421c650> <<< 11924 1726884952.75264: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be421c3b0> <<< 11924 1726884952.75292: 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 0x7f4be421c680> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884952.75337: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884952.75478: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be421cfb0> <<< 11924 1726884952.75872: 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 0x7f4be421d9a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be421c860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be41f1d60> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be421edb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be421daf0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be445abd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884952.75876: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884952.75921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884952.75951: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be424b140> <<< 11924 1726884952.76004: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884952.76022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884952.76056: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884952.76062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884952.76195: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be426f500> <<< 11924 1726884952.76468: 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' <<< 11924 1726884952.76474: 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 0x7f4be42cc320> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be42cea80> <<< 11924 1726884952.76772: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be42cc440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4299310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3b25490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be426e300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be421fd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884952.76971: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4be426e660> # zipimport: found 36 names in '/tmp/ansible_mount_payload_r7bpxghh/ansible_mount_payload.zip' # zipimport: zlib available <<< 11924 1726884952.77097: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.77125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884952.77140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884952.77182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884952.77258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884952.77292: 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' <<< 11924 1726884952.77309: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3b83140> import '_typing' # <<< 11924 1726884952.77481: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3b5e030> <<< 11924 1726884952.77488: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3b5d190> # zipimport: zlib available <<< 11924 1726884952.77522: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884952.77531: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.77551: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.77567: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.77768: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884952.79026: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.80154: 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' <<< 11924 1726884952.80163: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3b81010> <<< 11924 1726884952.80229: 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' <<< 11924 1726884952.80232: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884952.80561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884952.80564: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884952.80567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884952.80706: 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 0x7f4be3ba6b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3ba6900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3ba6210> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3ba66f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3b83dd0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3ba78c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3ba7b00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884952.80712: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3ba7f50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a15d60> <<< 11924 1726884952.80741: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884952.80752: 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 0x7f4be3a17980> <<< 11924 1726884952.80758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884952.80783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884952.80829: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a18380> <<< 11924 1726884952.80834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884952.80874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884952.80976: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a19520> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884952.80982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884952.81071: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a1bfb0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3a200b0> <<< 11924 1726884952.81101: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a1a270> <<< 11924 1726884952.81107: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884952.81269: 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 0x7f4be3a23e60> import '_tokenize' # <<< 11924 1726884952.81334: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a22930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a22690> <<< 11924 1726884952.81363: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884952.81370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884952.81435: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a22c00> <<< 11924 1726884952.81470: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a1a6f0> <<< 11924 1726884952.81491: 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 0x7f4be3a67a40> <<< 11924 1726884952.81522: 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 0x7f4be3a68050> <<< 11924 1726884952.81539: 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 <<< 11924 1726884952.81575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884952.81779: 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 0x7f4be3a69bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a69970> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884952.81860: 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 0x7f4be3a6c110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a6a2a0> <<< 11924 1726884952.81886: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884952.81890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884952.81925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884952.81931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884952.81981: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a6f8f0> <<< 11924 1726884952.82105: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a6c2c0> <<< 11924 1726884952.82168: stdout 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 0x7f4be3a70c80> <<< 11924 1726884952.82202: stdout 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 0x7f4be3a70d10> <<< 11924 1726884952.82244: stdout 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 0x7f4be3a70aa0> <<< 11924 1726884952.82276: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a682c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 11924 1726884952.82300: 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 <<< 11924 1726884952.82333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884952.82361: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884952.82379: 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 0x7f4be3afc230> <<< 11924 1726884952.82539: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884952.82566: 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 0x7f4be3afd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a729c0> <<< 11924 1726884952.82616: 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 0x7f4be3a73d70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a72600> # zipimport: zlib available <<< 11924 1726884952.82619: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.82638: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884952.82813: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.82835: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884952.82862: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884952.82876: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.83000: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.83124: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.83673: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.84298: 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' <<< 11924 1726884952.84330: 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 0x7f4be3901790> <<< 11924 1726884952.84537: 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 0x7f4be39025a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3afd760> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884952.84540: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.84553: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884952.84704: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.84863: 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 0x7f4be3902240> <<< 11924 1726884952.85000: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.85335: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.85784: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.85869: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.85951: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884952.85954: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.85983: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.86025: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884952.86038: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.86103: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.86204: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884952.86229: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884952.86243: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.86315: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.86338: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884952.86562: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.86797: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884952.86861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884952.87240: stdout chunk (state=3): >>>import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be39035c0> # zipimport: zlib available <<< 11924 1726884952.87243: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884952.87276: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.87323: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.87405: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.87449: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884952.87490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884952.87631: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be390e1b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be390b3e0> <<< 11924 1726884952.87649: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884952.87663: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.87736: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.87793: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.87822: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.87867: stdout chunk (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' <<< 11924 1726884952.87893: 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 <<< 11924 1726884952.87916: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884952.87953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884952.88068: 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' <<< 11924 1726884952.88101: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3bfaa20> <<< 11924 1726884952.88141: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3bf26f0> <<< 11924 1726884952.88228: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be390e270> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3903f50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884952.88240: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.88278: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.88379: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # <<< 11924 1726884952.88580: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.ansible' # # zipimport: zlib available # 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 <<< 11924 1726884952.88992: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.89385: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.89415: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.ansible.posix.plugins.module_utils' # # zipimport: zlib available <<< 11924 1726884952.89462: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.89493: stdout chunk (state=3): >>>import 'ansible_collections.ansible.posix.plugins.module_utils.mount' # <<< 11924 1726884952.89580: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884952.89718: stdout chunk (state=3): >>> {"changed": false, "name": "/opt/test1", "opts": "defaults", "dump": "0", "passno": "0", "fstab": "/etc/fstab", "boot": "yes", "warnings": [], "backup_file": "", "invocation": {"module_args": {"path": "/opt/test1", "state": "absent", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null, "fstype": null, "opts": null, "src": null}}} <<< 11924 1726884952.89742: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884952.90088: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884952.90106: 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 <<< 11924 1726884952.90176: stdout chunk (state=3): >>># cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy <<< 11924 1726884952.90184: stdout chunk (state=3): >>># destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random <<< 11924 1726884952.90291: stdout chunk (state=3): >>># cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 11924 1726884952.90525: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884952.90662: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884952.90665: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport <<< 11924 1726884952.90668: 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 <<< 11924 1726884952.90738: 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 <<< 11924 1726884952.90803: 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 <<< 11924 1726884952.90847: 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 <<< 11924 1726884952.91079: stdout chunk (state=3): >>># cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping 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 <<< 11924 1726884952.91123: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 11924 1726884952.91132: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884952.91166: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884952.91185: 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 <<< 11924 1726884952.91196: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884952.91286: 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 <<< 11924 1726884952.91302: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 11924 1726884952.91443: 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 <<< 11924 1726884952.91446: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884952.92362: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884952.92365: stdout chunk (state=3): >>><<< 11924 1726884952.92367: stderr chunk (state=3): >>><<< 11924 1726884952.92372: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be45bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be458ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be45be930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be45ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be45cdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be43cbe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be43cbf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4403890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4403f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be43e3b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be43e1280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be43c9040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4427800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4426420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be43e3ec0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be43ca900> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4458830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be43c82c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be4458ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4458b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be4458f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be43c6de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4459580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4459280> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be445a480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be44706b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be4471d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4472c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be4473290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4472180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be4473d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4473440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be445a4e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be41f3bc0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be421c650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be421c3b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be421c680> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be421cfb0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be421d9a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be421c860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be41f1d60> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be421edb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be421daf0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be445abd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be424b140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be426f500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be42cc320> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be42cea80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be42cc440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be4299310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3b25490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be426e300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be421fd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4be426e660> # zipimport: found 36 names in '/tmp/ansible_mount_payload_r7bpxghh/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 0x7f4be3b83140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3b5e030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3b5d190> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3b81010> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3ba6b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3ba6900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3ba6210> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3ba66f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3b83dd0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3ba78c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3ba7b00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3ba7f50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a15d60> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3a17980> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a18380> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a19520> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a1bfb0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3a200b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a1a270> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a23e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a22930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a22690> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a22c00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a1a6f0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3a67a40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a68050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3a69bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a69970> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3a6c110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a6a2a0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a6f8f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a6c2c0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3a70c80> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3a70d10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3a70aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a682c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3afc230> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3afd5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a729c0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3a73d70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3a72600> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be3901790> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be39025a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3afd760> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3902240> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be39035c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4be390e1b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be390b3e0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3bfaa20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3bf26f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be390e270> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4be3903f50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": "", "invocation": {"module_args": {"path": "/opt/test1", "state": "absent", "boot": true, "dump": "0", "opts_no_log": false, "passno": "0", "backup": false, "fstab": null, "fstype": null, "opts": null, "src": null}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.ansible # destroy ansible_collections.ansible # cleanup[2] removing ansible_collections.ansible.posix # destroy ansible_collections.ansible.posix # cleanup[2] removing ansible_collections.ansible.posix.plugins # destroy ansible_collections.ansible.posix.plugins # cleanup[2] removing ansible_collections.ansible.posix.plugins.modules # destroy ansible_collections.ansible.posix.plugins.modules # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils # destroy ansible_collections.ansible.posix.plugins.module_utils # cleanup[2] removing ansible_collections.ansible.posix.plugins.module_utils.mount # destroy ansible_collections.ansible.posix.plugins.module_utils.mount # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884952.93186: done with _execute_module (mount, {'path': '/opt/test1', '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-1726884952.5610006-17277-280109362801406/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884952.93188: _low_level_execute_command(): starting 11924 1726884952.93191: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884952.5610006-17277-280109362801406/ > /dev/null 2>&1 && sleep 0' 11924 1726884952.93586: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884952.93608: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884952.93627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884952.93645: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884952.93665: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884952.93677: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884952.93693: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884952.93719: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884952.93735: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884952.93747: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884952.93763: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884952.93826: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884952.93866: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884952.93881: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884952.93902: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884952.93984: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884952.95960: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884952.95964: stdout chunk (state=3): >>><<< 11924 1726884952.95966: stderr chunk (state=3): >>><<< 11924 1726884952.95971: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884952.95999: handler run complete 11924 1726884952.96002: attempt loop complete, returning result 11924 1726884952.96082: variable 'mount_info' from source: unknown 11924 1726884952.96233: variable 'mount_info' from source: unknown ok: [managed_node2] => (item={'path': '/opt/test1', 'state': 'absent'}) => { "ansible_loop_var": "mount_info", "backup_file": "", "boot": "yes", "changed": false, "dump": "0", "fstab": "/etc/fstab", "mount_info": { "path": "/opt/test1", "state": "absent" }, "name": "/opt/test1", "opts": "defaults", "passno": "0" } 11924 1726884952.96595: dumping result to json 11924 1726884952.96599: done dumping result, returning 11924 1726884952.96601: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-f4c0-2290-000000003e04] 11924 1726884952.96602: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e04 11924 1726884952.96658: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e04 11924 1726884952.96662: WORKER PROCESS EXITING 11924 1726884952.96775: no more pending results, returning what we have 11924 1726884952.96780: results queue empty 11924 1726884952.96781: checking for any_errors_fatal 11924 1726884952.96786: done checking for any_errors_fatal 11924 1726884952.96787: checking for max_fail_percentage 11924 1726884952.96789: done checking for max_fail_percentage 11924 1726884952.96790: checking to see if all hosts have failed and the running result is not ok 11924 1726884952.96791: done checking to see if all hosts have failed 11924 1726884952.96793: getting the remaining hosts for this loop 11924 1726884952.96796: done getting the remaining hosts for this loop 11924 1726884952.96800: getting the next task for host managed_node2 11924 1726884952.96808: done getting next task for host managed_node2 11924 1726884952.96812: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884952.96816: ^ 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 11924 1726884952.96829: getting variables 11924 1726884952.96831: in VariableManager get_vars() 11924 1726884952.96990: Calling all_inventory to load vars for managed_node2 11924 1726884952.96993: Calling groups_inventory to load vars for managed_node2 11924 1726884952.96995: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884952.97005: Calling all_plugins_play to load vars for managed_node2 11924 1726884952.97009: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884952.97012: Calling groups_plugins_play to load vars for managed_node2 11924 1726884952.98225: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884952.98860: done with get_vars() 11924 1726884952.98875: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 20 September 2024 22:15:52 -0400 (0:00:00.945) 0:01:58.328 ****** 11924 1726884952.98978: entering _queue_task() for managed_node2/systemd 11924 1726884952.99469: worker is 1 (out of 1 available) 11924 1726884952.99481: exiting _queue_task() for managed_node2/systemd 11924 1726884952.99495: done queuing things up, now waiting for results queue to drain 11924 1726884952.99496: waiting for pending results... 11924 1726884952.99737: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884952.99892: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003e06 11924 1726884952.99917: variable 'ansible_search_path' from source: unknown 11924 1726884952.99926: variable 'ansible_search_path' from source: unknown 11924 1726884952.99978: calling self._execute() 11924 1726884953.00123: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884953.00137: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884953.00157: variable 'omit' from source: magic vars 11924 1726884953.00615: variable 'blivet_output' from source: set_fact 11924 1726884953.00673: Evaluated conditional (blivet_output['mounts']): True 11924 1726884953.00704: variable 'omit' from source: magic vars 11924 1726884953.00805: variable 'omit' from source: magic vars 11924 1726884953.00826: variable 'omit' from source: magic vars 11924 1726884953.00876: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884953.00927: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884953.01023: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884953.01035: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884953.01039: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884953.01042: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884953.01058: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884953.01096: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884953.01107: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884953.01116: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884953.01265: Set connection var ansible_shell_executable to /bin/sh 11924 1726884953.01278: Set connection var ansible_connection to ssh 11924 1726884953.01291: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884953.01304: Set connection var ansible_timeout to 10 11924 1726884953.01349: Set connection var ansible_pipelining to False 11924 1726884953.01359: Set connection var ansible_shell_type to sh 11924 1726884953.01371: variable 'ansible_shell_executable' from source: unknown 11924 1726884953.01380: variable 'ansible_connection' from source: unknown 11924 1726884953.01394: variable 'ansible_module_compression' from source: unknown 11924 1726884953.01459: variable 'ansible_shell_type' from source: unknown 11924 1726884953.01465: variable 'ansible_shell_executable' from source: unknown 11924 1726884953.01471: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884953.01473: variable 'ansible_pipelining' from source: unknown 11924 1726884953.01476: variable 'ansible_timeout' from source: unknown 11924 1726884953.01478: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884953.01694: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884953.01717: variable 'omit' from source: magic vars 11924 1726884953.01728: starting attempt loop 11924 1726884953.01736: running the handler 11924 1726884953.01757: _low_level_execute_command(): starting 11924 1726884953.01796: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884953.02583: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884953.02680: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884953.02720: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884953.02747: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884953.02774: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884953.02896: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884953.04578: stdout chunk (state=3): >>>/root <<< 11924 1726884953.04812: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884953.04815: stdout chunk (state=3): >>><<< 11924 1726884953.04818: stderr chunk (state=3): >>><<< 11924 1726884953.04980: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884953.04989: _low_level_execute_command(): starting 11924 1726884953.04993: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884953.048775-17326-67006545948468 `" && echo ansible-tmp-1726884953.048775-17326-67006545948468="` echo /root/.ansible/tmp/ansible-tmp-1726884953.048775-17326-67006545948468 `" ) && sleep 0' 11924 1726884953.05665: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884953.05693: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884953.05718: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884953.05975: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884953.07838: stdout chunk (state=3): >>>ansible-tmp-1726884953.048775-17326-67006545948468=/root/.ansible/tmp/ansible-tmp-1726884953.048775-17326-67006545948468 <<< 11924 1726884953.07953: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884953.07958: stdout chunk (state=3): >>><<< 11924 1726884953.07961: stderr chunk (state=3): >>><<< 11924 1726884953.07982: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884953.048775-17326-67006545948468=/root/.ansible/tmp/ansible-tmp-1726884953.048775-17326-67006545948468 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884953.08047: variable 'ansible_module_compression' from source: unknown 11924 1726884953.08114: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 11924 1726884953.08185: variable 'ansible_facts' from source: unknown 11924 1726884953.08409: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884953.048775-17326-67006545948468/AnsiballZ_systemd.py 11924 1726884953.08617: Sending initial data 11924 1726884953.08620: Sent initial data (154 bytes) 11924 1726884953.09221: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884953.09238: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884953.09267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884953.09368: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884953.09392: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884953.09411: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884953.09436: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884953.09517: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884953.11169: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884953.11236: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884953.11301: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmprvib_fh9 /root/.ansible/tmp/ansible-tmp-1726884953.048775-17326-67006545948468/AnsiballZ_systemd.py <<< 11924 1726884953.11305: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884953.048775-17326-67006545948468/AnsiballZ_systemd.py" <<< 11924 1726884953.11362: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmprvib_fh9" to remote "/root/.ansible/tmp/ansible-tmp-1726884953.048775-17326-67006545948468/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884953.048775-17326-67006545948468/AnsiballZ_systemd.py" <<< 11924 1726884953.13584: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884953.13772: stderr chunk (state=3): >>><<< 11924 1726884953.13775: stdout chunk (state=3): >>><<< 11924 1726884953.13777: done transferring module to remote 11924 1726884953.13779: _low_level_execute_command(): starting 11924 1726884953.13793: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884953.048775-17326-67006545948468/ /root/.ansible/tmp/ansible-tmp-1726884953.048775-17326-67006545948468/AnsiballZ_systemd.py && sleep 0' 11924 1726884953.14738: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884953.14816: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884953.14831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884953.14988: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884953.14992: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884953.15179: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884953.15250: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884953.17074: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884953.17081: stdout chunk (state=3): >>><<< 11924 1726884953.17083: stderr chunk (state=3): >>><<< 11924 1726884953.17284: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884953.17292: _low_level_execute_command(): starting 11924 1726884953.17295: _low_level_execute_command(): using become for this command 11924 1726884953.17297: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-axiffaadthoqfdtiopnwhjfxwcmsemio ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884953.048775-17326-67006545948468/AnsiballZ_systemd.py'"'"' && sleep 0' 11924 1726884953.17684: Initial state: awaiting_escalation: BECOME-SUCCESS-axiffaadthoqfdtiopnwhjfxwcmsemio 11924 1726884953.18333: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884953.18467: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884953.18818: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884953.18837: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884953.18933: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884953.21918: stdout chunk (state=1): >>>BECOME-SUCCESS-axiffaadthoqfdtiopnwhjfxwcmsemio <<< 11924 1726884953.21930: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-axiffaadthoqfdtiopnwhjfxwcmsemio' 11924 1726884953.22606: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 11924 1726884953.22788: 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 0x7f2924d603e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924d2fa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924d62960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # <<< 11924 1726884953.22808: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884953.22879: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884953.22915: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884953.23006: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884953.23009: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884953.23011: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884953.23015: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884953.23044: 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' <<< 11924 1726884953.23070: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924d70fe0> <<< 11924 1726884953.23120: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884953.23143: 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 0x7f2924d71fd0> <<< 11924 1726884953.23170: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884953.23223: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884953.23616: 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 <<< 11924 1726884953.23708: 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 <<< 11924 1726884953.23735: 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' <<< 11924 1726884953.23772: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924b4fec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884953.23832: 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 0x7f2924b4ff80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884953.23864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884953.23932: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884953.23962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 11924 1726884953.24013: 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 0x7f2924b878f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884953.24302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924b87f80> import '_collections' # <<< 11924 1726884953.24306: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924b67b90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924b652b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924b4d070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884953.24333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884953.24354: 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' <<< 11924 1726884953.24381: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bab860> <<< 11924 1726884953.24432: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924baa480> <<< 11924 1726884953.24436: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884953.24438: 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 0x7f2924b66180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924ba8cb0> <<< 11924 1726884953.24481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884953.24513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bdc8c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924b4c2f0> <<< 11924 1726884953.24527: 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' <<< 11924 1726884953.24554: 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 0x7f2924bdcd70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bdcc20> <<< 11924 1726884953.24598: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884953.24646: 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 0x7f2924bdcfb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924b4ae10> <<< 11924 1726884953.24650: 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' <<< 11924 1726884953.24674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884953.24719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884953.24861: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bdd670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bdd340> import 'importlib.machinery' # <<< 11924 1726884953.24868: 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 0x7f2924bde570> <<< 11924 1726884953.24871: 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' <<< 11924 1726884953.24953: 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 0x7f2924bf47a0> import 'errno' # <<< 11924 1726884953.24958: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884953.25074: 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 0x7f2924bf5e50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884953.25080: 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 0x7f2924bf6cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884953.25087: 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 0x7f2924bf7320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bf6240> <<< 11924 1726884953.25134: 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' <<< 11924 1726884953.25292: 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 0x7f2924bf7da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bf74d0> <<< 11924 1726884953.25298: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bde5d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884953.25301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884953.25330: 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 0x7f29248dbcb0> <<< 11924 1726884953.25360: 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' <<< 11924 1726884953.25395: 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 0x7f2924904800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924904560> <<< 11924 1726884953.25426: 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 0x7f2924904680> <<< 11924 1726884953.25489: 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' <<< 11924 1726884953.25573: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884953.25647: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924905040> <<< 11924 1726884953.25781: 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 0x7f2924905970> <<< 11924 1726884953.25793: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29249048f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29248d9e50> <<< 11924 1726884953.25893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884953.25896: 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 0x7f2924906d20> <<< 11924 1726884953.25926: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29249057f0> <<< 11924 1726884953.26193: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bdecc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884953.26209: 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 0x7f29249330b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884953.26252: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292495b470> <<< 11924 1726884953.26274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884953.26316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884953.26371: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884953.26407: 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 0x7f29249b4290> <<< 11924 1726884953.26420: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884953.26445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884953.26470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884953.26521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884953.26633: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29249b69f0> <<< 11924 1726884953.26678: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29249b43b0> <<< 11924 1726884953.26713: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924981280> <<< 11924 1726884953.26853: 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 0x7f29247c5370> <<< 11924 1726884953.26859: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292495a270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924907c80> <<< 11924 1726884953.26960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884953.26977: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f292495a870> <<< 11924 1726884953.27244: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_sjz2umhg/ansible_systemd_payload.zip' # zipimport: zlib available <<< 11924 1726884953.27372: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.27496: 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 <<< 11924 1726884953.27526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884953.27605: 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 0x7f292482f0e0> import '_typing' # <<< 11924 1726884953.27753: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924809fd0> <<< 11924 1726884953.27837: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924809160> # zipimport: zlib available <<< 11924 1726884953.27869: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884953.29304: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.30500: 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 0x7f292482cf80> <<< 11924 1726884953.30638: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884953.30654: 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 0x7f292485eae0> <<< 11924 1726884953.30675: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292485e870> <<< 11924 1726884953.30707: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292485e180> <<< 11924 1726884953.30728: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884953.30782: 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 0x7f292485e5d0> <<< 11924 1726884953.30794: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292482fb00> import 'atexit' # <<< 11924 1726884953.30821: 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 0x7f292485f7a0> <<< 11924 1726884953.30879: 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 0x7f292485f9e0> <<< 11924 1726884953.30888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884953.30998: 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 0x7f292485fef0> <<< 11924 1726884953.31001: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884953.31016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884953.31043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884953.31080: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924129c70> <<< 11924 1726884953.31122: 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 0x7f292412b890> <<< 11924 1726884953.31291: 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 0x7f292412c260> <<< 11924 1726884953.31306: 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 0x7f292412d3d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884953.31326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884953.31348: 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' <<< 11924 1726884953.31413: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292412fe90> <<< 11924 1726884953.31442: 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 0x7f2924b4adb0> <<< 11924 1726884953.31469: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292412e150> <<< 11924 1726884953.31486: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884953.31769: 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 <<< 11924 1726884953.31794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924137da0> import '_tokenize' # <<< 11924 1726884953.31833: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924136870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29241365d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884953.31847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884953.31915: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924136b40> <<< 11924 1726884953.31947: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292412e660> <<< 11924 1726884953.31981: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884953.32007: 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 0x7f292417bec0> <<< 11924 1726884953.32040: 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 0x7f292417c0e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 11924 1726884953.32131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f292417dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292417d9d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884953.32171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884953.32232: 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 0x7f2924180200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292417e300> <<< 11924 1726884953.32251: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884953.32296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884953.32330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884953.32343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884953.32454: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29241839e0> <<< 11924 1726884953.32508: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29241803b0> <<< 11924 1726884953.32571: stdout 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 0x7f2924184830> <<< 11924 1726884953.32599: stdout 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 0x7f2924184a40> <<< 11924 1726884953.32641: stdout 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 0x7f2924184cb0> <<< 11924 1726884953.32785: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292417c320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924010380> <<< 11924 1726884953.32929: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884953.32952: 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 0x7f2924011850> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924186b10> <<< 11924 1726884953.32998: 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 0x7f2924187ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924186720> <<< 11924 1726884953.33104: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884953.33132: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.33229: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884953.33259: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884953.33296: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884953.33314: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.33449: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.33548: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.34094: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.34632: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884953.34663: 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 <<< 11924 1726884953.34745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884953.34766: 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 0x7f2924015b20> <<< 11924 1726884953.34903: 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 0x7f2924016900> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29240119d0> import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884953.34923: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.34957: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884953.34980: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.35115: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.35286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884953.35289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 11924 1726884953.35427: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924016a50> # zipimport: zlib available <<< 11924 1726884953.35759: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.36204: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.36270: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.36349: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884953.36444: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884953.36519: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.36596: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884953.36648: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884953.36661: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884953.36696: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.36885: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884953.36979: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.37213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884953.37267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884953.37288: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884953.37348: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924017c20> <<< 11924 1726884953.37372: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.37435: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.37512: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884953.37538: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884953.37558: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.37594: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.37634: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884953.37664: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.37693: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.37776: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.37796: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.37870: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884953.38014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924022600> <<< 11924 1726884953.38032: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292401de50> <<< 11924 1726884953.38059: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884953.38076: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.38136: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.38196: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.38232: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.38315: stdout chunk (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' <<< 11924 1726884953.38343: 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 <<< 11924 1726884953.38356: 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 <<< 11924 1726884953.38449: 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' <<< 11924 1726884953.38500: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292410ae70> <<< 11924 1726884953.38550: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292488eb40> <<< 11924 1726884953.38641: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924022780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924184d10> # destroy ansible.module_utils.distro <<< 11924 1726884953.38789: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884953.38793: 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' # <<< 11924 1726884953.38815: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.39001: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.39215: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.39218: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.39239: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.39287: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.39329: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.39368: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.39508: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 11924 1726884953.39531: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.39561: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.39585: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.39627: 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 <<< 11924 1726884953.39686: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 11924 1726884953.39708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884953.39781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884953.39796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884953.39882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884953.39885: 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' <<< 11924 1726884953.39938: 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 0x7f2923d171d0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923d16600> <<< 11924 1726884953.40001: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923d14b00> <<< 11924 1726884953.40360: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29240b3110> <<< 11924 1726884953.40394: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29240b1070> import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 11924 1726884953.40493: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.40667: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.40709: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.40768: 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' <<< 11924 1726884953.40783: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 11924 1726884953.40806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 11924 1726884953.40846: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 11924 1726884953.40849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 11924 1726884953.40861: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29240b34d0> <<< 11924 1726884953.40882: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 11924 1726884953.40912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 11924 1726884953.40937: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884953.40973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884953.40998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 11924 1726884953.41069: 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 0x7f2923d852e0> # 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 0x7f2923d85610> <<< 11924 1726884953.41124: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923d8ce00> <<< 11924 1726884953.41376: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923d8c0b0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29240a1c10> <<< 11924 1726884953.41397: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29240a1130> # /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 0x7f2923bb81d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923d87a70> # 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 0x7f2923d87c20> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923d86ea0> <<< 11924 1726884953.41426: 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' <<< 11924 1726884953.41450: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923bb8260> <<< 11924 1726884953.41471: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 11924 1726884953.41505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884953.41538: 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 0x7f2923bbade0> <<< 11924 1726884953.41572: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923bb8dd0> <<< 11924 1726884953.41612: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29240a0da0> <<< 11924 1726884953.41649: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available <<< 11924 1726884953.41674: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 11924 1726884953.41735: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.41790: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 11924 1726884953.41814: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.41851: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.41909: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 11924 1726884953.41969: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 11924 1726884953.42050: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 11924 1726884953.42085: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.42141: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 11924 1726884953.42271: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 11924 1726884953.42303: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.42378: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.42518: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 11924 1726884953.42993: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.43425: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 11924 1726884953.43442: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.43493: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.43545: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.43601: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.43625: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 11924 1726884953.43712: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 11924 1726884953.43773: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.43919: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 11924 1726884953.43922: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.43945: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884953.43972: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 11924 1726884953.43992: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.44065: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.44158: 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' <<< 11924 1726884953.44187: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923bbb860> <<< 11924 1726884953.44254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884953.44267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884953.44370: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923be88c0> <<< 11924 1726884953.44561: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 11924 1726884953.44590: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 11924 1726884953.44616: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.44705: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 11924 1726884953.44725: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.44792: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.44852: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 11924 1726884953.44877: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.44910: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.44960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884953.45010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884953.45088: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884953.45145: 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 0x7f2923c033e0> <<< 11924 1726884953.45356: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923bebe90> import 'ansible.module_utils.facts.system.python' # <<< 11924 1726884953.45375: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.45482: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 11924 1726884953.45557: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.45641: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.45753: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.45917: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 11924 1726884953.45960: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.46145: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 11924 1726884953.46152: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.46182: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # 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 0x7f2923c16db0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923c16a20> import 'ansible.module_utils.facts.system.user' # <<< 11924 1726884953.46219: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 11924 1726884953.46235: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.46269: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.46310: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 11924 1726884953.46327: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.46481: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.46681: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 11924 1726884953.46684: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.46736: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.46840: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.46885: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.46967: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 11924 1726884953.47015: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884953.47018: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.47215: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.47277: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 11924 1726884953.47297: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 11924 1726884953.47413: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.47675: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 11924 1726884953.47678: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884953.48175: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.48680: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 11924 1726884953.48877: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.48898: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.48923: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 11924 1726884953.49014: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.49115: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 11924 1726884953.49131: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.49279: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.49438: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 11924 1726884953.49467: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 11924 1726884953.49490: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.49528: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.49575: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 11924 1726884953.49680: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.49877: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.50001: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.50219: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 11924 1726884953.50223: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 11924 1726884953.50259: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.50309: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 11924 1726884953.50431: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884953.50452: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884953.50510: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 11924 1726884953.50536: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884953.50574: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 11924 1726884953.50644: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.50711: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 11924 1726884953.50714: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.50800: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.50852: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 11924 1726884953.51102: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.51370: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 11924 1726884953.51374: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.51441: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.51544: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 11924 1726884953.51547: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884953.51581: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 11924 1726884953.51629: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.51767: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 11924 1726884953.51770: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 11924 1726884953.51823: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.51904: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 11924 1726884953.51963: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 11924 1726884953.52011: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.52078: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available <<< 11924 1726884953.52310: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884953.52330: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884953.52354: 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' # <<< 11924 1726884953.52378: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.52422: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.52470: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 11924 1726884953.52494: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.53083: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available <<< 11924 1726884953.53184: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.53272: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 11924 1726884953.53275: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.53357: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.53520: 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 <<< 11924 1726884953.53674: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884953.53908: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # # zipimport: zlib available <<< 11924 1726884953.76330: 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}}} <<< 11924 1726884953.77097: 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 <<< 11924 1726884953.77128: 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 # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 11924 1726884953.77178: stdout chunk (state=3): >>># cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 11924 1726884953.77241: 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 <<< 11924 1726884953.77410: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # 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 <<< 11924 1726884953.77783: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale <<< 11924 1726884953.77796: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884953.77841: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884953.77888: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 11924 1726884953.77932: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle <<< 11924 1726884953.77945: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue <<< 11924 1726884953.77975: stdout chunk (state=3): >>># destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy fcntl # destroy datetime <<< 11924 1726884953.78000: stdout chunk (state=3): >>># destroy base64 # destroy _ssl <<< 11924 1726884953.78049: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 11924 1726884953.78143: stdout chunk (state=3): >>># destroy errno # destroy json # destroy socket # destroy struct <<< 11924 1726884953.78408: 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 # 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 <<< 11924 1726884953.78411: 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 # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884953.78471: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884953.78504: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884953.78529: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884953.78541: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884953.78590: 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 <<< 11924 1726884953.78645: 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 <<< 11924 1726884953.78666: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884953.78747: 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 <<< 11924 1726884953.78825: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref # destroy _hashlib <<< 11924 1726884953.78921: stdout chunk (state=3): >>># destroy abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re # destroy _abc # destroy itertools <<< 11924 1726884953.78924: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884953.79902: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884953.79907: stdout chunk (state=3): >>><<< 11924 1726884953.79912: stderr chunk (state=3): >>><<< 11924 1726884953.80273: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924d603e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924d2fa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924d62960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924d70fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924d71fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924b4fec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924b4ff80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924b878f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924b87f80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924b67b90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924b652b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924b4d070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bab860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924baa480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924b66180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924ba8cb0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bdc8c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924b4c2f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924bdcd70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bdcc20> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924bdcfb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924b4ae10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bdd670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bdd340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bde570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bf47a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924bf5e50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bf6cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924bf7320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bf6240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924bf7da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bf74d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bde5d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f29248dbcb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924904800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924904560> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924904680> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924905040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924905970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29249048f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29248d9e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924906d20> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29249057f0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924bdecc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29249330b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292495b470> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29249b4290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29249b69f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29249b43b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924981280> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29247c5370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292495a270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924907c80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f292495a870> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_sjz2umhg/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 0x7f292482f0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924809fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924809160> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292482cf80> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f292485eae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292485e870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292485e180> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292485e5d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292482fb00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f292485f7a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f292485f9e0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292485fef0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924129c70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f292412b890> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292412c260> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292412d3d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292412fe90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924b4adb0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292412e150> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924137da0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924136870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29241365d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924136b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292412e660> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f292417bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292417c0e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f292417dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292417d9d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924180200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292417e300> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29241839e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29241803b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924184830> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924184a40> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924184cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292417c320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924010380> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924011850> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924186b10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924187ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924186720> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924015b20> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924016900> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29240119d0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924016a50> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924017c20> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2924022600> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292401de50> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292410ae70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f292488eb40> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924022780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2924184d10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f2923d171d0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923d16600> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923d14b00> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29240b3110> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29240b1070> 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 0x7f29240b34d0> # /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 0x7f2923d852e0> # 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 0x7f2923d85610> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923d8ce00> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923d8c0b0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29240a1c10> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29240a1130> # /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 0x7f2923bb81d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923d87a70> # 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 0x7f2923d87c20> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923d86ea0> # /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 0x7f2923bb8260> # /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 0x7f2923bbade0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923bb8dd0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f29240a0da0> 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 0x7f2923bbb860> # /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 0x7f2923be88c0> 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 0x7f2923c033e0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923bebe90> 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 0x7f2923c16db0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2923c16a20> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884953.83596: 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-1726884953.048775-17326-67006545948468/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884953.83600: _low_level_execute_command(): starting 11924 1726884953.83602: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884953.048775-17326-67006545948468/ > /dev/null 2>&1 && sleep 0' 11924 1726884953.83604: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884953.83606: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884953.83608: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884953.83613: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884953.83615: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884953.83617: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884953.83619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884953.83621: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884953.83623: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884953.83625: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884953.83627: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884953.83629: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884953.84463: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884953.84467: stdout chunk (state=3): >>><<< 11924 1726884953.84470: stderr chunk (state=3): >>><<< 11924 1726884953.84472: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884953.84475: handler run complete 11924 1726884953.84477: attempt loop complete, returning result 11924 1726884953.84478: _execute() done 11924 1726884953.84480: dumping result to json 11924 1726884953.84482: done dumping result, returning 11924 1726884953.84484: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-f4c0-2290-000000003e06] 11924 1726884953.84486: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e06 ok: [managed_node2] => { "changed": false, "name": null, "status": {} } 11924 1726884953.84731: no more pending results, returning what we have 11924 1726884953.84734: results queue empty 11924 1726884953.84735: checking for any_errors_fatal 11924 1726884953.84747: done checking for any_errors_fatal 11924 1726884953.84748: checking for max_fail_percentage 11924 1726884953.84749: done checking for max_fail_percentage 11924 1726884953.84750: checking to see if all hosts have failed and the running result is not ok 11924 1726884953.84751: done checking to see if all hosts have failed 11924 1726884953.84751: getting the remaining hosts for this loop 11924 1726884953.84753: done getting the remaining hosts for this loop 11924 1726884953.84758: getting the next task for host managed_node2 11924 1726884953.84765: done getting next task for host managed_node2 11924 1726884953.84769: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 11924 1726884953.84772: ^ 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 11924 1726884953.84784: getting variables 11924 1726884953.84786: in VariableManager get_vars() 11924 1726884953.84825: Calling all_inventory to load vars for managed_node2 11924 1726884953.84827: Calling groups_inventory to load vars for managed_node2 11924 1726884953.84829: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884953.84839: Calling all_plugins_play to load vars for managed_node2 11924 1726884953.84842: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884953.84844: Calling groups_plugins_play to load vars for managed_node2 11924 1726884953.85862: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e06 11924 1726884953.85866: WORKER PROCESS EXITING 11924 1726884953.86987: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884953.88743: done with get_vars() 11924 1726884953.88762: done getting variables TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 20 September 2024 22:15:53 -0400 (0:00:00.898) 0:01:59.228 ****** 11924 1726884953.88966: entering _queue_task() for managed_node2/mount 11924 1726884953.89500: worker is 1 (out of 1 available) 11924 1726884953.89519: exiting _queue_task() for managed_node2/mount 11924 1726884953.89532: done queuing things up, now waiting for results queue to drain 11924 1726884953.89534: waiting for pending results... 11924 1726884953.90084: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 11924 1726884953.90426: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003e07 11924 1726884953.90439: variable 'ansible_search_path' from source: unknown 11924 1726884953.90443: variable 'ansible_search_path' from source: unknown 11924 1726884953.91231: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884953.94214: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884953.94300: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884953.94351: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884953.94392: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884953.94429: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884953.94530: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884953.94552: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884953.94638: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884953.94641: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884953.94648: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884953.94700: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884953.94732: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884953.94765: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884953.94806: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884953.94828: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884953.94891: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884953.94925: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884953.94954: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884953.95037: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884953.95039: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884953.95188: variable 'blivet_output' from source: set_fact 11924 1726884953.95298: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884953.95453: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884953.95502: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884953.95554: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884953.95596: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884953.95649: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884953.95683: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884953.95724: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884953.95799: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884953.95840: dumping result to json 11924 1726884953.95849: done dumping result, returning 11924 1726884953.95864: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-f4c0-2290-000000003e07] 11924 1726884953.95876: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e07 skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884953.96210: no more pending results, returning what we have 11924 1726884953.96214: results queue empty 11924 1726884953.96215: checking for any_errors_fatal 11924 1726884953.96229: done checking for any_errors_fatal 11924 1726884953.96230: checking for max_fail_percentage 11924 1726884953.96233: done checking for max_fail_percentage 11924 1726884953.96234: checking to see if all hosts have failed and the running result is not ok 11924 1726884953.96234: done checking to see if all hosts have failed 11924 1726884953.96235: getting the remaining hosts for this loop 11924 1726884953.96237: done getting the remaining hosts for this loop 11924 1726884953.96241: getting the next task for host managed_node2 11924 1726884953.96249: done getting next task for host managed_node2 11924 1726884953.96254: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 11924 1726884953.96260: ^ 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 11924 1726884953.96293: getting variables 11924 1726884953.96296: in VariableManager get_vars() 11924 1726884953.96342: Calling all_inventory to load vars for managed_node2 11924 1726884953.96345: Calling groups_inventory to load vars for managed_node2 11924 1726884953.96348: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884953.96364: Calling all_plugins_play to load vars for managed_node2 11924 1726884953.96368: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884953.96374: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e07 11924 1726884953.96377: WORKER PROCESS EXITING 11924 1726884953.96381: Calling groups_plugins_play to load vars for managed_node2 11924 1726884953.97225: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884953.97878: done with get_vars() 11924 1726884953.97898: done getting variables TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 20 September 2024 22:15:53 -0400 (0:00:00.090) 0:01:59.318 ****** 11924 1726884953.98001: entering _queue_task() for managed_node2/file 11924 1726884953.98292: worker is 1 (out of 1 available) 11924 1726884953.98305: exiting _queue_task() for managed_node2/file 11924 1726884953.98432: done queuing things up, now waiting for results queue to drain 11924 1726884953.98435: waiting for pending results... 11924 1726884953.98629: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 11924 1726884953.98797: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003e09 11924 1726884953.98821: variable 'ansible_search_path' from source: unknown 11924 1726884953.98829: variable 'ansible_search_path' from source: unknown 11924 1726884953.99173: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884954.02485: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884954.02525: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884954.02700: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884954.02720: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884954.02752: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884954.02918: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884954.03135: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884954.03138: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884954.03141: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884954.03258: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884954.03310: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884954.03337: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884954.03571: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884954.03575: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884954.03577: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884954.03714: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884954.03744: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884954.03776: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884954.03906: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884954.03926: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884954.04196: variable 'blivet_output' from source: set_fact 11924 1726884954.04476: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884954.04980: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884954.04983: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884954.04986: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884954.05087: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884954.05139: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884954.05227: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884954.05426: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884954.05429: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884954.05544: dumping result to json 11924 1726884954.05552: done dumping result, returning 11924 1726884954.05566: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-f4c0-2290-000000003e09] 11924 1726884954.05577: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e09 11924 1726884954.05723: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e09 11924 1726884954.05726: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884954.05791: no more pending results, returning what we have 11924 1726884954.05795: results queue empty 11924 1726884954.05796: checking for any_errors_fatal 11924 1726884954.05809: done checking for any_errors_fatal 11924 1726884954.05810: checking for max_fail_percentage 11924 1726884954.05812: done checking for max_fail_percentage 11924 1726884954.05813: checking to see if all hosts have failed and the running result is not ok 11924 1726884954.05814: done checking to see if all hosts have failed 11924 1726884954.05814: getting the remaining hosts for this loop 11924 1726884954.05817: done getting the remaining hosts for this loop 11924 1726884954.05820: getting the next task for host managed_node2 11924 1726884954.05827: done getting next task for host managed_node2 11924 1726884954.05831: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884954.05835: ^ 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 11924 1726884954.05871: getting variables 11924 1726884954.05873: in VariableManager get_vars() 11924 1726884954.05916: Calling all_inventory to load vars for managed_node2 11924 1726884954.05919: Calling groups_inventory to load vars for managed_node2 11924 1726884954.05921: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884954.05934: Calling all_plugins_play to load vars for managed_node2 11924 1726884954.05938: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884954.05941: Calling groups_plugins_play to load vars for managed_node2 11924 1726884954.07444: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884954.08116: done with get_vars() 11924 1726884954.08134: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 20 September 2024 22:15:54 -0400 (0:00:00.102) 0:01:59.421 ****** 11924 1726884954.08241: entering _queue_task() for managed_node2/systemd 11924 1726884954.08566: worker is 1 (out of 1 available) 11924 1726884954.08581: exiting _queue_task() for managed_node2/systemd 11924 1726884954.08595: done queuing things up, now waiting for results queue to drain 11924 1726884954.08597: waiting for pending results... 11924 1726884954.08933: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884954.09101: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003e0b 11924 1726884954.09139: variable 'ansible_search_path' from source: unknown 11924 1726884954.09142: variable 'ansible_search_path' from source: unknown 11924 1726884954.09171: calling self._execute() 11924 1726884954.09359: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884954.09362: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884954.09365: variable 'omit' from source: magic vars 11924 1726884954.09746: variable 'blivet_output' from source: set_fact 11924 1726884954.09808: Evaluated conditional (blivet_output['mounts']): True 11924 1726884954.09823: variable 'omit' from source: magic vars 11924 1726884954.09892: variable 'omit' from source: magic vars 11924 1726884954.09937: variable 'omit' from source: magic vars 11924 1726884954.10009: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884954.10034: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884954.10061: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884954.10082: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884954.10118: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884954.10126: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884954.10147: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884954.10227: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884954.10230: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884954.10233: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884954.10323: Set connection var ansible_shell_executable to /bin/sh 11924 1726884954.10334: Set connection var ansible_connection to ssh 11924 1726884954.10343: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884954.10351: Set connection var ansible_timeout to 10 11924 1726884954.10361: Set connection var ansible_pipelining to False 11924 1726884954.10370: Set connection var ansible_shell_type to sh 11924 1726884954.10401: variable 'ansible_shell_executable' from source: unknown 11924 1726884954.10412: variable 'ansible_connection' from source: unknown 11924 1726884954.10444: variable 'ansible_module_compression' from source: unknown 11924 1726884954.10447: variable 'ansible_shell_type' from source: unknown 11924 1726884954.10449: variable 'ansible_shell_executable' from source: unknown 11924 1726884954.10450: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884954.10452: variable 'ansible_pipelining' from source: unknown 11924 1726884954.10454: variable 'ansible_timeout' from source: unknown 11924 1726884954.10458: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884954.10662: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884954.10665: variable 'omit' from source: magic vars 11924 1726884954.10667: starting attempt loop 11924 1726884954.10670: running the handler 11924 1726884954.10685: _low_level_execute_command(): starting 11924 1726884954.10694: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884954.11974: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884954.11977: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884954.12074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884954.12234: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884954.12276: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884954.12334: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884954.14044: stdout chunk (state=3): >>>/root <<< 11924 1726884954.14272: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884954.14275: stdout chunk (state=3): >>><<< 11924 1726884954.14278: stderr chunk (state=3): >>><<< 11924 1726884954.14307: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884954.14461: _low_level_execute_command(): starting 11924 1726884954.14465: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884954.1432133-17371-198099429851236 `" && echo ansible-tmp-1726884954.1432133-17371-198099429851236="` echo /root/.ansible/tmp/ansible-tmp-1726884954.1432133-17371-198099429851236 `" ) && sleep 0' 11924 1726884954.15153: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884954.15164: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884954.15178: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884954.15194: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884954.15206: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884954.15215: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884954.15223: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884954.15260: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884954.15299: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884954.15327: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884954.15350: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884954.15352: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884954.15440: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884954.17516: stdout chunk (state=3): >>>ansible-tmp-1726884954.1432133-17371-198099429851236=/root/.ansible/tmp/ansible-tmp-1726884954.1432133-17371-198099429851236 <<< 11924 1726884954.17519: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884954.17564: stderr chunk (state=3): >>><<< 11924 1726884954.17567: stdout chunk (state=3): >>><<< 11924 1726884954.17667: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884954.1432133-17371-198099429851236=/root/.ansible/tmp/ansible-tmp-1726884954.1432133-17371-198099429851236 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884954.17742: variable 'ansible_module_compression' from source: unknown 11924 1726884954.17832: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 11924 1726884954.17909: variable 'ansible_facts' from source: unknown 11924 1726884954.18162: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884954.1432133-17371-198099429851236/AnsiballZ_systemd.py 11924 1726884954.18394: Sending initial data 11924 1726884954.18408: Sent initial data (156 bytes) 11924 1726884954.19043: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884954.19075: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884954.19096: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884954.19108: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884954.19193: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884954.20822: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884954.20885: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884954.20951: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpyhzoa3rc /root/.ansible/tmp/ansible-tmp-1726884954.1432133-17371-198099429851236/AnsiballZ_systemd.py <<< 11924 1726884954.20954: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884954.1432133-17371-198099429851236/AnsiballZ_systemd.py" <<< 11924 1726884954.21006: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpyhzoa3rc" to remote "/root/.ansible/tmp/ansible-tmp-1726884954.1432133-17371-198099429851236/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884954.1432133-17371-198099429851236/AnsiballZ_systemd.py" <<< 11924 1726884954.22136: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884954.22170: stderr chunk (state=3): >>><<< 11924 1726884954.22173: stdout chunk (state=3): >>><<< 11924 1726884954.22189: done transferring module to remote 11924 1726884954.22205: _low_level_execute_command(): starting 11924 1726884954.22209: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884954.1432133-17371-198099429851236/ /root/.ansible/tmp/ansible-tmp-1726884954.1432133-17371-198099429851236/AnsiballZ_systemd.py && sleep 0' 11924 1726884954.22690: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884954.22793: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884954.22801: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884954.22826: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884954.22971: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884954.24772: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884954.24794: stderr chunk (state=3): >>><<< 11924 1726884954.24840: stdout chunk (state=3): >>><<< 11924 1726884954.24843: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884954.24846: _low_level_execute_command(): starting 11924 1726884954.24848: _low_level_execute_command(): using become for this command 11924 1726884954.24851: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-jbawmcupjbepxfsogwdmuozakzmvmrir ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884954.1432133-17371-198099429851236/AnsiballZ_systemd.py'"'"' && sleep 0' 11924 1726884954.24909: Initial state: awaiting_escalation: BECOME-SUCCESS-jbawmcupjbepxfsogwdmuozakzmvmrir 11924 1726884954.25263: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884954.25266: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884954.25305: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884954.25309: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884954.25361: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884954.28591: stdout chunk (state=1): >>>BECOME-SUCCESS-jbawmcupjbepxfsogwdmuozakzmvmrir <<< 11924 1726884954.28594: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-jbawmcupjbepxfsogwdmuozakzmvmrir' 11924 1726884954.28932: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884954.28976: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884954.28995: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884954.29004: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884954.29073: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884954.29078: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884954.29118: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884954.29148: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884954.29171: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884954.29184: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884954.29236: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884954.29242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884954.29260: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884954.29292: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884954.29338: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884954.29383: 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 0x7f92f56183e0> <<< 11924 1726884954.29386: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f55e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884954.29414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 11924 1726884954.29419: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f561a960> <<< 11924 1726884954.29466: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884954.29473: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884954.29531: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884954.29534: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884954.29537: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884954.29643: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 11924 1726884954.29678: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884954.29706: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884954.29730: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884954.29775: 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 <<< 11924 1726884954.29817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884954.29820: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f5408fe0> <<< 11924 1726884954.29865: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884954.29883: 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 0x7f92f5409fd0> <<< 11924 1726884954.29906: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884954.29976: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884954.30365: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884954.30378: 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' <<< 11924 1726884954.30459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884954.30497: 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' <<< 11924 1726884954.30533: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f5447ec0> <<< 11924 1726884954.30560: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884954.30585: 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 0x7f92f5447f80> <<< 11924 1726884954.30614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884954.30630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884954.30701: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884954.30748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 11924 1726884954.30806: 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 0x7f92f547f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884954.30839: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f547ff80> import '_collections' # <<< 11924 1726884954.30890: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f545fb90> import '_functools' # <<< 11924 1726884954.30928: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f545d2b0> <<< 11924 1726884954.31004: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f5445070> <<< 11924 1726884954.31044: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884954.31052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884954.31093: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884954.31131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884954.31143: 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' <<< 11924 1726884954.31214: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54a3860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54a2480> <<< 11924 1726884954.31243: 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 0x7f92f545e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54a0cb0> <<< 11924 1726884954.31316: 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 0x7f92f54d48c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54442f0> <<< 11924 1726884954.31350: 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' <<< 11924 1726884954.31393: 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 0x7f92f54d4d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54d4c20> <<< 11924 1726884954.31454: 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 0x7f92f54d4fb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f5442e10> <<< 11924 1726884954.31533: 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 <<< 11924 1726884954.31603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54d5670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54d5340> import 'importlib.machinery' # <<< 11924 1726884954.31630: 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 0x7f92f54d6570> import 'importlib.util' # import 'runpy' # <<< 11924 1726884954.31680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884954.31683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884954.31701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884954.31727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54ec7a0> <<< 11924 1726884954.31730: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884954.31774: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884954.31780: 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 0x7f92f54ede50> <<< 11924 1726884954.31859: 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' <<< 11924 1726884954.31864: 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 0x7f92f54eecf0> <<< 11924 1726884954.31892: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884954.31938: 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 0x7f92f54ef320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54ee240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884954.31980: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884954.31986: 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 0x7f92f54efda0> <<< 11924 1726884954.32034: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54ef4d0> <<< 11924 1726884954.32059: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54d65d0> <<< 11924 1726884954.32101: 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' <<< 11924 1726884954.32173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884954.32180: 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 0x7f92f51d3cb0> <<< 11924 1726884954.32237: 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' <<< 11924 1726884954.32243: 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' <<< 11924 1726884954.32246: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f51fc800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f51fc560> <<< 11924 1726884954.32260: 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 0x7f92f51fc680> <<< 11924 1726884954.32331: 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' <<< 11924 1726884954.32381: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884954.32553: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f51fd040> <<< 11924 1726884954.32673: 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 0x7f92f51fd970> <<< 11924 1726884954.32724: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f51fc8f0> <<< 11924 1726884954.32729: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f51d1e50> <<< 11924 1726884954.32778: 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 0x7f92f51fed20> <<< 11924 1726884954.32816: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f51fd7f0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54d6cc0> <<< 11924 1726884954.32854: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884954.32936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884954.32960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884954.33002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f522b0b0> <<< 11924 1726884954.33038: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884954.33065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884954.33104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884954.33121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884954.33143: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f5253470> <<< 11924 1726884954.33169: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884954.33217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884954.33278: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884954.33347: 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 0x7f92f52ac290> <<< 11924 1726884954.33350: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884954.33421: 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 <<< 11924 1726884954.33473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884954.33520: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f52ae9f0> <<< 11924 1726884954.33597: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f52ac3b0> <<< 11924 1726884954.33646: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f5279280> <<< 11924 1726884954.33717: 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 0x7f92f4b25370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f5252270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f51ffc80> <<< 11924 1726884954.33878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884954.33891: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f92f5252870> <<< 11924 1726884954.34302: stdout chunk (state=3): >>># zipimport: found 104 names in '/tmp/ansible_systemd_payload_7l4n9nzd/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 <<< 11924 1726884954.34358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884954.34379: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884954.34483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884954.34500: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 11924 1726884954.34528: 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 0x7f92f4b8f0e0> import '_typing' # <<< 11924 1726884954.34712: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4b69fd0> <<< 11924 1726884954.34765: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4b69160> # zipimport: zlib available import 'ansible' # <<< 11924 1726884954.34797: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884954.34837: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884954.36222: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.37373: 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 0x7f92f4b8cf80> <<< 11924 1726884954.37405: 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' <<< 11924 1726884954.37435: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884954.37439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884954.37482: 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' <<< 11924 1726884954.37509: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884954.37519: 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 0x7f92f4bbeae0> <<< 11924 1726884954.37558: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4bbe870> <<< 11924 1726884954.37579: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4bbe180> <<< 11924 1726884954.37602: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884954.37616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884954.37661: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4bbe5d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4b8fb00> <<< 11924 1726884954.37666: stdout chunk (state=3): >>>import 'atexit' # <<< 11924 1726884954.37710: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884954.37750: 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 0x7f92f4bbf7a0> <<< 11924 1726884954.37808: 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 0x7f92f4bbf9e0> <<< 11924 1726884954.37841: 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' # <<< 11924 1726884954.37896: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4bbfef0> <<< 11924 1726884954.37901: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884954.37923: 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' <<< 11924 1726884954.37991: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a29c70> <<< 11924 1726884954.38015: 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 0x7f92f4a2b890> <<< 11924 1726884954.38048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884954.38097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884954.38100: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a2c260> <<< 11924 1726884954.38129: 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' <<< 11924 1726884954.38170: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a2d3d0> <<< 11924 1726884954.38194: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884954.38243: 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' <<< 11924 1726884954.38307: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a2fe90> <<< 11924 1726884954.38360: 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 0x7f92f5442db0> <<< 11924 1726884954.38412: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a2e150> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884954.38499: 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' <<< 11924 1726884954.38508: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884954.38611: 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' <<< 11924 1726884954.38618: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a37da0> <<< 11924 1726884954.38658: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884954.38698: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a36870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a365d0> <<< 11924 1726884954.38716: 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' <<< 11924 1726884954.38799: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a36b40> <<< 11924 1726884954.38834: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a2e660> <<< 11924 1726884954.38868: 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 0x7f92f4a7bec0> <<< 11924 1726884954.38889: 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 0x7f92f4a7c0e0> <<< 11924 1726884954.38926: 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 <<< 11924 1726884954.38929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884954.38961: 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' <<< 11924 1726884954.38987: 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 0x7f92f4a7dc10> <<< 11924 1726884954.38996: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a7d9d0> <<< 11924 1726884954.39011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884954.39046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884954.39112: 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 0x7f92f4a80200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a7e300> <<< 11924 1726884954.39128: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884954.39176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884954.39179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884954.39206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884954.39252: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a839e0> <<< 11924 1726884954.39372: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a803b0> <<< 11924 1726884954.39437: stdout 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 0x7f92f4a84830> <<< 11924 1726884954.39493: stdout 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 0x7f92f4a84a40> <<< 11924 1726884954.39550: stdout 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 0x7f92f4a84cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a7c320> <<< 11924 1726884954.39575: 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 <<< 11924 1726884954.39597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884954.39627: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884954.39648: 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 0x7f92f4910380> <<< 11924 1726884954.39818: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884954.39823: 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 0x7f92f4911850> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a86b10> <<< 11924 1726884954.39869: 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 0x7f92f4a87ec0> <<< 11924 1726884954.39876: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a86720> # zipimport: zlib available <<< 11924 1726884954.39904: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.39929: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884954.40007: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.40131: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884954.40160: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884954.40227: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884954.40313: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.40470: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.40941: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.41477: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884954.41518: 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' # <<< 11924 1726884954.41526: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884954.41548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884954.41589: 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 0x7f92f4915b20> <<< 11924 1726884954.41693: 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' <<< 11924 1726884954.41700: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4916900> <<< 11924 1726884954.41721: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f49119d0> <<< 11924 1726884954.41799: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884954.41810: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884954.41980: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.42128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884954.42144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4916a50> # zipimport: zlib available <<< 11924 1726884954.42602: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.43026: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.43101: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.43171: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884954.43196: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.43221: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.43265: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884954.43339: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.43417: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884954.43487: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884954.43495: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884954.43578: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884954.43806: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.44026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884954.44094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884954.44130: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884954.44190: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4917c20> <<< 11924 1726884954.44193: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.44266: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.44377: 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' # <<< 11924 1726884954.44402: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.44436: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.44475: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884954.44477: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.44523: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.44561: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.44627: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.44710: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884954.44760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884954.44840: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f4922600> <<< 11924 1726884954.44883: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f491de50> <<< 11924 1726884954.44887: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884954.44917: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.44986: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.45029: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.45054: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.45132: stdout chunk (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 <<< 11924 1726884954.45160: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884954.45181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884954.45237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884954.45273: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884954.45315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884954.45336: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a0ae70> <<< 11924 1726884954.45368: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4beeb40> <<< 11924 1726884954.45486: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4922780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a84d10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884954.45491: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.45544: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884954.45612: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884954.45637: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884954.45854: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.46075: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884954.46095: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.46118: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.46171: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.46201: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.46230: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 11924 1726884954.46238: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.46311: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.46392: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.46405: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.46446: 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 <<< 11924 1726884954.46506: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 11924 1726884954.46525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884954.46600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884954.46609: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884954.46652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884954.46670: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884954.46693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884954.46725: 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 0x7f92f46171d0> <<< 11924 1726884954.46760: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4616600> <<< 11924 1726884954.46825: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4614b00> <<< 11924 1726884954.47065: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f49b3110> <<< 11924 1726884954.47119: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f49b1070> <<< 11924 1726884954.47133: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 11924 1726884954.47340: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.47496: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.47544: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.47652: 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' <<< 11924 1726884954.47676: 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' <<< 11924 1726884954.47704: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f49b34d0> <<< 11924 1726884954.47738: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 11924 1726884954.47753: 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 <<< 11924 1726884954.47838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884954.47938: 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 0x7f92f46852e0> <<< 11924 1726884954.47941: 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 0x7f92f4685610> <<< 11924 1726884954.48047: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f468ce00> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f468c0b0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f49a1c10> <<< 11924 1726884954.48106: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f49a1130> # /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' <<< 11924 1726884954.48136: 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' <<< 11924 1726884954.48164: 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 0x7f92f44b81d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4687a70> <<< 11924 1726884954.48223: 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 0x7f92f4687c20> <<< 11924 1726884954.48226: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4686ea0> <<< 11924 1726884954.48240: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 11924 1726884954.48246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 11924 1726884954.48272: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f44b8260> <<< 11924 1726884954.48288: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 11924 1726884954.48339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884954.48386: 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 0x7f92f44bade0> <<< 11924 1726884954.48401: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f44b8dd0> <<< 11924 1726884954.48431: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f49a0da0> import 'ansible.module_utils.facts.timeout' # <<< 11924 1726884954.48483: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 11924 1726884954.48488: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.48493: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.48496: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 11924 1726884954.48530: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.48569: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.48668: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available <<< 11924 1726884954.48714: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.48815: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available <<< 11924 1726884954.48818: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 11924 1726884954.48879: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 11924 1726884954.48916: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.48976: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 11924 1726884954.48979: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.49023: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.49072: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 11924 1726884954.49084: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.49137: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.49361: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.49396: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 11924 1726884954.49827: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.50328: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 11924 1726884954.50371: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.50402: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.50454: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.50491: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.50539: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 11924 1726884954.50547: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 11924 1726884954.50620: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.env' # <<< 11924 1726884954.50623: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.50683: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.50749: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 11924 1726884954.50760: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.50785: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.50818: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 11924 1726884954.50821: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.50849: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.50882: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 11924 1726884954.50890: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.50975: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.51067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884954.51073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884954.51099: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f44bb860> <<< 11924 1726884954.51123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884954.51157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884954.51278: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f44e88c0> import 'ansible.module_utils.facts.system.local' # <<< 11924 1726884954.51291: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.51364: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.51431: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 11924 1726884954.51434: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.51532: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.51633: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 11924 1726884954.51637: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.51716: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.51903: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 11924 1726884954.51906: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.51909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884954.51947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884954.52171: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884954.52279: 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 0x7f92f45033e0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f44ebe90> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 11924 1726884954.52331: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.52391: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 11924 1726884954.52402: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.52482: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.52566: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.52678: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.52881: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884954.52934: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 11924 1726884954.52948: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.52982: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.53028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 11924 1726884954.53059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 11924 1726884954.53089: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884954.53114: 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 0x7f92f4516db0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4516a20> import 'ansible.module_utils.facts.system.user' # <<< 11924 1726884954.53208: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 11924 1726884954.53231: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884954.53258: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 11924 1726884954.53409: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.53565: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 11924 1726884954.53634: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.53675: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.53773: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.53817: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.53977: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 11924 1726884954.53980: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884954.54065: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.54227: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 11924 1726884954.54230: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.54352: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.54570: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884954.55121: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.55649: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 11924 1726884954.55652: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.55752: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.55898: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 11924 1726884954.55902: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.56176: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.56198: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 11924 1726884954.56263: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.56421: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 11924 1726884954.56463: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884954.56466: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 11924 1726884954.56509: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.56557: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 11924 1726884954.56568: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.56663: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.56760: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.56965: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.57162: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 11924 1726884954.57224: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 11924 1726884954.57259: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.57363: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available <<< 11924 1726884954.57384: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 11924 1726884954.57417: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.57496: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 11924 1726884954.57525: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.57553: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 11924 1726884954.57606: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.57628: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.57683: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 11924 1726884954.57875: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.57897: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 11924 1726884954.58091: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.58354: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 11924 1726884954.58882: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884954.58949: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884954.58952: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 11924 1726884954.58957: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.58995: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.59040: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available <<< 11924 1726884954.59080: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.59101: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.59235: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.59334: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884954.59431: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884954.59471: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 11924 1726884954.59489: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.59677: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.59885: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 11924 1726884954.59934: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.59988: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 11924 1726884954.60003: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.60089: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.60108: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available <<< 11924 1726884954.60180: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.60268: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 11924 1726884954.60292: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 11924 1726884954.60375: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.60469: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 11924 1726884954.60488: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.60632: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.60779: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 11924 1726884954.60864: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884954.83690: 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}}} <<< 11924 1726884954.84266: 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 <<< 11924 1726884954.84313: 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 # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile <<< 11924 1726884954.84401: 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 # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 11924 1726884954.84431: stdout chunk (state=3): >>># cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing <<< 11924 1726884954.84545: 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<<< 11924 1726884954.84623: 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 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 <<< 11924 1726884954.85057: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884954.85074: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # 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 <<< 11924 1726884954.85110: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884954.85122: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 11924 1726884954.85177: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 11924 1726884954.85258: stdout chunk (state=3): >>># 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 <<< 11924 1726884954.85350: stdout chunk (state=3): >>># destroy datetime # destroy base64 # destroy _ssl <<< 11924 1726884954.85385: stdout chunk (state=3): >>># 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 <<< 11924 1726884954.85470: 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 <<< 11924 1726884954.85475: 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 <<< 11924 1726884954.85787: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # 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 <<< 11924 1726884954.85822: stdout chunk (state=3): >>># destroy platform <<< 11924 1726884954.85825: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884954.85915: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode <<< 11924 1726884954.85994: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884954.86041: 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 <<< 11924 1726884954.86076: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 11924 1726884954.86114: stdout chunk (state=3): >>># destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _string # destroy re <<< 11924 1726884954.86137: stdout chunk (state=3): >>># destroy _abc <<< 11924 1726884954.86173: stdout chunk (state=3): >>># destroy itertools # destroy _sre # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884954.86858: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884954.86862: stdout chunk (state=3): >>><<< 11924 1726884954.86864: stderr chunk (state=3): >>><<< 11924 1726884954.87274: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f56183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f55e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f561a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f5408fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f5409fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f5447ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f5447f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f547f8f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f547ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f545fb90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f545d2b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f5445070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54a3860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54a2480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f545e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54a0cb0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54d48c0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54442f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f54d4d70> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54d4c20> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f54d4fb0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f5442e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54d5670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54d5340> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54d6570> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54ec7a0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f54ede50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54eecf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f54ef320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54ee240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f54efda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54ef4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54d65d0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f51d3cb0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f51fc800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f51fc560> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f51fc680> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f51fd040> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f51fd970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f51fc8f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f51d1e50> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f51fed20> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f51fd7f0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f54d6cc0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f522b0b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f5253470> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f52ac290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f52ae9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f52ac3b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f5279280> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4b25370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f5252270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f51ffc80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f92f5252870> # zipimport: found 104 names in '/tmp/ansible_systemd_payload_7l4n9nzd/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 0x7f92f4b8f0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4b69fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4b69160> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4b8cf80> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f4bbeae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4bbe870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4bbe180> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4bbe5d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4b8fb00> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f4bbf7a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f4bbf9e0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4bbfef0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a29c70> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f4a2b890> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a2c260> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a2d3d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a2fe90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f5442db0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a2e150> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a37da0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a36870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a365d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a36b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a2e660> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f4a7bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a7c0e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f4a7dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a7d9d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f4a80200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a7e300> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a839e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a803b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f4a84830> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f4a84a40> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f4a84cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a7c320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f4910380> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f4911850> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a86b10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f4a87ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a86720> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f4915b20> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4916900> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f49119d0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4916a50> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4917c20> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f92f4922600> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f491de50> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a0ae70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4beeb40> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4922780> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4a84d10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f92f46171d0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4616600> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4614b00> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f49b3110> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f49b1070> 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 0x7f92f49b34d0> # /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 0x7f92f46852e0> # 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 0x7f92f4685610> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f468ce00> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f468c0b0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f49a1c10> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f49a1130> # /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 0x7f92f44b81d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4687a70> # 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 0x7f92f4687c20> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4686ea0> # /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 0x7f92f44b8260> # /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 0x7f92f44bade0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f44b8dd0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f49a0da0> 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 0x7f92f44bb860> # /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 0x7f92f44e88c0> 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 0x7f92f45033e0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f44ebe90> 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 0x7f92f4516db0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f92f4516a20> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884954.88220: 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-1726884954.1432133-17371-198099429851236/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884954.88224: _low_level_execute_command(): starting 11924 1726884954.88227: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884954.1432133-17371-198099429851236/ > /dev/null 2>&1 && sleep 0' 11924 1726884954.88576: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884954.88580: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884954.88583: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884954.88585: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884954.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.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884954.88659: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884954.88673: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884954.88691: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884954.88766: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884954.90842: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884954.90846: stdout chunk (state=3): >>><<< 11924 1726884954.90851: stderr chunk (state=3): >>><<< 11924 1726884954.90853: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884954.90858: handler run complete 11924 1726884954.90861: attempt loop complete, returning result 11924 1726884954.90863: _execute() done 11924 1726884954.90865: dumping result to json 11924 1726884954.90867: done dumping result, returning 11924 1726884954.90869: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-f4c0-2290-000000003e0b] 11924 1726884954.90873: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e0b ok: [managed_node2] => { "changed": false, "name": null, "status": {} } 11924 1726884954.91193: no more pending results, returning what we have 11924 1726884954.91197: results queue empty 11924 1726884954.91197: checking for any_errors_fatal 11924 1726884954.91221: done checking for any_errors_fatal 11924 1726884954.91222: checking for max_fail_percentage 11924 1726884954.91224: done checking for max_fail_percentage 11924 1726884954.91225: checking to see if all hosts have failed and the running result is not ok 11924 1726884954.91226: done checking to see if all hosts have failed 11924 1726884954.91227: getting the remaining hosts for this loop 11924 1726884954.91229: done getting the remaining hosts for this loop 11924 1726884954.91233: getting the next task for host managed_node2 11924 1726884954.91241: done getting next task for host managed_node2 11924 1726884954.91245: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 11924 1726884954.91249: ^ 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 11924 1726884954.91269: getting variables 11924 1726884954.91272: in VariableManager get_vars() 11924 1726884954.91434: Calling all_inventory to load vars for managed_node2 11924 1726884954.91437: Calling groups_inventory to load vars for managed_node2 11924 1726884954.91439: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884954.91445: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e0b 11924 1726884954.91447: WORKER PROCESS EXITING 11924 1726884954.91459: Calling all_plugins_play to load vars for managed_node2 11924 1726884954.91465: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884954.91469: Calling groups_plugins_play to load vars for managed_node2 11924 1726884954.92826: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884954.94460: done with get_vars() 11924 1726884954.94479: done getting variables TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 20 September 2024 22:15:54 -0400 (0:00:00.866) 0:02:00.287 ****** 11924 1726884954.94846: entering _queue_task() for managed_node2/stat 11924 1726884954.95893: worker is 1 (out of 1 available) 11924 1726884954.95906: exiting _queue_task() for managed_node2/stat 11924 1726884954.95922: done queuing things up, now waiting for results queue to drain 11924 1726884954.95924: waiting for pending results... 11924 1726884954.96815: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 11924 1726884954.97239: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003e0c 11924 1726884954.97244: variable 'ansible_search_path' from source: unknown 11924 1726884954.97247: variable 'ansible_search_path' from source: unknown 11924 1726884954.97348: calling self._execute() 11924 1726884954.97502: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884954.97519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884954.97537: variable 'omit' from source: magic vars 11924 1726884954.97669: variable 'omit' from source: magic vars 11924 1726884954.97754: variable 'omit' from source: magic vars 11924 1726884954.97797: variable 'omit' from source: magic vars 11924 1726884954.97846: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884954.97957: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884954.97960: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884954.97962: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884954.97965: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884954.97986: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884954.98016: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884954.98060: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884954.98071: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884954.98081: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884954.98221: Set connection var ansible_shell_executable to /bin/sh 11924 1726884954.98230: Set connection var ansible_connection to ssh 11924 1726884954.98240: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884954.98280: Set connection var ansible_timeout to 10 11924 1726884954.98283: Set connection var ansible_pipelining to False 11924 1726884954.98334: Set connection var ansible_shell_type to sh 11924 1726884954.98338: variable 'ansible_shell_executable' from source: unknown 11924 1726884954.98343: variable 'ansible_connection' from source: unknown 11924 1726884954.98351: variable 'ansible_module_compression' from source: unknown 11924 1726884954.98359: variable 'ansible_shell_type' from source: unknown 11924 1726884954.98368: variable 'ansible_shell_executable' from source: unknown 11924 1726884954.98375: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884954.98389: variable 'ansible_pipelining' from source: unknown 11924 1726884954.98398: variable 'ansible_timeout' from source: unknown 11924 1726884954.98407: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884954.98664: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884954.98717: variable 'omit' from source: magic vars 11924 1726884954.98720: starting attempt loop 11924 1726884954.98722: running the handler 11924 1726884954.98727: _low_level_execute_command(): starting 11924 1726884954.98734: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884955.00589: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884955.00653: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884955.00876: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884955.00900: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884955.01006: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884955.02754: stdout chunk (state=3): >>>/root <<< 11924 1726884955.02877: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884955.02898: stdout chunk (state=3): >>><<< 11924 1726884955.02917: stderr chunk (state=3): >>><<< 11924 1726884955.03300: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884955.03305: _low_level_execute_command(): starting 11924 1726884955.03308: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884955.031944-17414-100968789152403 `" && echo ansible-tmp-1726884955.031944-17414-100968789152403="` echo /root/.ansible/tmp/ansible-tmp-1726884955.031944-17414-100968789152403 `" ) && sleep 0' 11924 1726884955.04492: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884955.04517: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884955.04542: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884955.04702: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884955.04744: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884955.05018: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884955.06919: stdout chunk (state=3): >>>ansible-tmp-1726884955.031944-17414-100968789152403=/root/.ansible/tmp/ansible-tmp-1726884955.031944-17414-100968789152403 <<< 11924 1726884955.07026: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884955.07062: stderr chunk (state=3): >>><<< 11924 1726884955.07070: stdout chunk (state=3): >>><<< 11924 1726884955.07094: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884955.031944-17414-100968789152403=/root/.ansible/tmp/ansible-tmp-1726884955.031944-17414-100968789152403 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884955.07216: variable 'ansible_module_compression' from source: unknown 11924 1726884955.07571: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884955.07575: variable 'ansible_facts' from source: unknown 11924 1726884955.07662: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884955.031944-17414-100968789152403/AnsiballZ_stat.py 11924 1726884955.07977: Sending initial data 11924 1726884955.07987: Sent initial data (152 bytes) 11924 1726884955.09406: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884955.09666: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884955.09728: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884955.11372: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884955.11418: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884955.11603: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpa1t3384k /root/.ansible/tmp/ansible-tmp-1726884955.031944-17414-100968789152403/AnsiballZ_stat.py <<< 11924 1726884955.11606: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884955.031944-17414-100968789152403/AnsiballZ_stat.py" <<< 11924 1726884955.11651: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpa1t3384k" to remote "/root/.ansible/tmp/ansible-tmp-1726884955.031944-17414-100968789152403/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884955.031944-17414-100968789152403/AnsiballZ_stat.py" <<< 11924 1726884955.13065: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884955.13074: stdout chunk (state=3): >>><<< 11924 1726884955.13086: stderr chunk (state=3): >>><<< 11924 1726884955.13117: done transferring module to remote 11924 1726884955.13264: _low_level_execute_command(): starting 11924 1726884955.13268: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884955.031944-17414-100968789152403/ /root/.ansible/tmp/ansible-tmp-1726884955.031944-17414-100968789152403/AnsiballZ_stat.py && sleep 0' 11924 1726884955.14471: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884955.14478: stderr chunk (state=3): >>>debug2: match found <<< 11924 1726884955.14490: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884955.14554: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884955.14774: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884955.14811: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884955.14873: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884955.16763: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884955.16771: stderr chunk (state=3): >>><<< 11924 1726884955.16972: stdout chunk (state=3): >>><<< 11924 1726884955.16989: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884955.16993: _low_level_execute_command(): starting 11924 1726884955.16998: _low_level_execute_command(): using become for this command 11924 1726884955.17062: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zbdtzimqoipehrfqeruhfawttbntklcl ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884955.031944-17414-100968789152403/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884955.17121: Initial state: awaiting_escalation: BECOME-SUCCESS-zbdtzimqoipehrfqeruhfawttbntklcl 11924 1726884955.18123: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884955.18127: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884955.18271: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884955.21402: stdout chunk (state=1): >>>BECOME-SUCCESS-zbdtzimqoipehrfqeruhfawttbntklcl <<< 11924 1726884955.21406: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zbdtzimqoipehrfqeruhfawttbntklcl' 11924 1726884955.22279: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 11924 1726884955.22287: 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 0x7fba753103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba752dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba75312960> import '_signal' # import '_abc' # import 'abc' # <<< 11924 1726884955.22302: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884955.22332: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884955.22417: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884955.22440: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884955.22773: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba750c0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba750c1fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884955.22982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884955.22997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884955.23013: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884955.23030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884955.23137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884955.23162: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba750ffec0> <<< 11924 1726884955.23175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884955.23199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884955.23222: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884955.23237: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba750fff80> <<< 11924 1726884955.23472: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba751378f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba75137f80> import '_collections' # <<< 11924 1726884955.23536: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba75117b90> <<< 11924 1726884955.23539: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884955.23572: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba751152b0> <<< 11924 1726884955.23664: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba750fd070> <<< 11924 1726884955.23700: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884955.23716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884955.23732: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884955.23744: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884955.23976: 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 0x7fba7515b8c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7515a4e0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba75116180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba75158ce0> <<< 11924 1726884955.24034: 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 0x7fba75188920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba750fc2f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba75188dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba75188c80> <<< 11924 1726884955.24076: 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 0x7fba75189010> <<< 11924 1726884955.24278: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba750fae10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba75189700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba751893d0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7518a600> import 'importlib.util' # <<< 11924 1726884955.24291: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884955.24310: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884955.24357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884955.24374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884955.24389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba751a4830> <<< 11924 1726884955.24399: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884955.24429: 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 0x7fba751a5f70> <<< 11924 1726884955.24581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba751a6e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba751a7470> <<< 11924 1726884955.24594: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba751a6360> <<< 11924 1726884955.24606: 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' <<< 11924 1726884955.24643: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884955.24660: 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 0x7fba751a7ef0> <<< 11924 1726884955.24875: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba751a7620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7518a660> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba751bfe60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884955.24917: 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 0x7fba74f54830> <<< 11924 1726884955.24921: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74f54590> <<< 11924 1726884955.24934: 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 0x7fba74f54860> <<< 11924 1726884955.25034: 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' <<< 11924 1726884955.25045: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884955.25177: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba74f55190> <<< 11924 1726884955.25313: 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 0x7fba74f55b80> <<< 11924 1726884955.25327: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74f54a40> <<< 11924 1726884955.25338: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba751be000> <<< 11924 1726884955.25367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884955.25486: 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 0x7fba74f56f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74f55cd0> <<< 11924 1726884955.25489: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7518ad50> <<< 11924 1726884955.25671: 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 0x7fba74f7f2f0> <<< 11924 1726884955.25718: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884955.25730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884955.25752: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884955.25770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884955.25823: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74fa36e0> <<< 11924 1726884955.25875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884955.25892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884955.25941: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884955.26075: 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 0x7fba750044d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884955.26087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884955.26177: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba75006c00> <<< 11924 1726884955.26479: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba750045f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74fc94c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba749215b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74fa24e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74f57ec0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fba74fa2840> <<< 11924 1726884955.26652: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_ex0ur4d6/ansible_stat_payload.zip' <<< 11924 1726884955.26666: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.26785: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.26991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884955.26995: 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 0x7fba749732f0> <<< 11924 1726884955.27007: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884955.27186: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba749561e0> <<< 11924 1726884955.27191: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba749553a0> # zipimport: zlib available <<< 11924 1726884955.27214: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884955.27230: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.27473: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884955.28698: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.29829: 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 0x7fba749711c0> <<< 11924 1726884955.29851: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884955.29875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884955.29891: 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' <<< 11924 1726884955.29924: 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' <<< 11924 1726884955.29963: 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 0x7fba7499ecc0> <<< 11924 1726884955.29998: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7499ea50> <<< 11924 1726884955.30031: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7499e360> <<< 11924 1726884955.30073: 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' <<< 11924 1726884955.30165: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7499edb0> <<< 11924 1726884955.30182: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74973f80> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba7499fa70> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba7499fcb0> <<< 11924 1726884955.30213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884955.30247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884955.30261: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884955.30464: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba749c40e0> import 'pwd' # <<< 11924 1726884955.30471: 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 0x7fba7480df40> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba7480fb60> <<< 11924 1726884955.30474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884955.30496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884955.30509: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74814560> <<< 11924 1726884955.30547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884955.30571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884955.30595: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74815460> <<< 11924 1726884955.30616: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884955.30668: 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' <<< 11924 1726884955.30728: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74818170> <<< 11924 1726884955.30758: 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 0x7fba74818290> <<< 11924 1726884955.30793: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74816450> <<< 11924 1726884955.30806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884955.30948: 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' <<< 11924 1726884955.30951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884955.30973: 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 0x7fba7481bfb0> import '_tokenize' # <<< 11924 1726884955.31021: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7481ab40> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7481a8a0> <<< 11924 1726884955.31047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884955.31062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884955.31132: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7481ae10> <<< 11924 1726884955.31156: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74816960> <<< 11924 1726884955.31299: 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 0x7fba74860290> <<< 11924 1726884955.31308: 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 0x7fba748603b0> <<< 11924 1726884955.31337: 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 0x7fba74861f70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74861d30> <<< 11924 1726884955.31340: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884955.31470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884955.31534: 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 0x7fba748644d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74862660> <<< 11924 1726884955.31558: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884955.31606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884955.31635: 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' <<< 11924 1726884955.31654: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884955.31681: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74867cb0> <<< 11924 1726884955.31809: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74864680> <<< 11924 1726884955.31872: stdout 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 0x7fba74868b60> <<< 11924 1726884955.31904: stdout 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 0x7fba74868f20> <<< 11924 1726884955.31948: stdout 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 0x7fba74868fb0> <<< 11924 1726884955.31967: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba748606b0> <<< 11924 1726884955.32000: 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 <<< 11924 1726884955.32017: 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 <<< 11924 1726884955.32035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884955.32058: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884955.32082: 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 0x7fba748f4560> <<< 11924 1726884955.32246: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884955.32261: 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 0x7fba748f57f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7486acf0> <<< 11924 1726884955.32309: 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 0x7fba7486b8f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7486a930> <<< 11924 1726884955.32323: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.32352: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.32366: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884955.32605: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884955.32778: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884955.32834: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.33386: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.33928: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884955.33944: 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' # <<< 11924 1726884955.33971: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884955.33992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884955.34037: 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 0x7fba748f9a60> <<< 11924 1726884955.34122: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884955.34152: 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 0x7fba748fa840> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba748f58e0> <<< 11924 1726884955.34198: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884955.34225: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.34259: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884955.34412: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.34580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884955.34583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba748fa900> <<< 11924 1726884955.34606: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.35046: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.35671: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884955.35682: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.35728: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884955.35731: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.35802: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.35969: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884955.36061: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884955.36246: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.36490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884955.36679: 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 0x7fba748fba40> # zipimport: zlib available <<< 11924 1726884955.36711: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.36805: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884955.36826: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884955.36926: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884955.36968: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.37020: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.37091: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.37141: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884955.37182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884955.37279: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba747066f0> <<< 11924 1726884955.37316: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74703020> <<< 11924 1726884955.37349: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884955.37420: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.37480: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.37514: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.37554: stdout chunk (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' <<< 11924 1726884955.37585: 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 <<< 11924 1726884955.37619: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884955.37631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884955.37688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884955.37725: 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' <<< 11924 1726884955.37781: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba749feed0> <<< 11924 1726884955.37832: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba749eebd0> <<< 11924 1726884955.37924: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74706900> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba748fb6e0> <<< 11924 1726884955.37950: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884955.37980: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884955.38053: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884955.38081: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884955.38226: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.38424: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.39322: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/crypttab", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 2097284, "dev": 51714, "nlink": 1, "atime": 1726884763.1972804, "mtime": 1726562394.502, "ctime": 1726562704.141, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "998616235", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ <<< 11924 1726884955.39825: 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 <<< 11924 1726884955.39861: 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 # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect <<< 11924 1726884955.39975: 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 <<< 11924 1726884955.40203: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884955.40276: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884955.40286: 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 <<< 11924 1726884955.40405: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884955.40412: 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 <<< 11924 1726884955.40431: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 11924 1726884955.40494: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884955.40506: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884955.40545: 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 <<< 11924 1726884955.40666: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884955.40695: 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 <<< 11924 1726884955.40875: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884955.40914: stdout chunk (state=3): >>># destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 11924 1726884955.40946: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing <<< 11924 1726884955.40973: 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 <<< 11924 1726884955.41078: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884955.41092: 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 <<< 11924 1726884955.41133: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884955.41151: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 11924 1726884955.41185: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884955.41758: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884955.41788: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884955.41792: stdout chunk (state=3): >>><<< 11924 1726884955.41794: stderr chunk (state=3): >>><<< 11924 1726884955.41973: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba753103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba752dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba75312960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba750c0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba750c1fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba750ffec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba750fff80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba751378f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba75137f80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba75117b90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba751152b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba750fd070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7515b8c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7515a4e0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba75116180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba75158ce0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba75188920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba750fc2f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba75188dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba75188c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba75189010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba750fae10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba75189700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba751893d0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7518a600> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba751a4830> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba751a5f70> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba751a6e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba751a7470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba751a6360> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba751a7ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba751a7620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7518a660> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba751bfe60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba74f54830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74f54590> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba74f54860> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba74f55190> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba74f55b80> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74f54a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba751be000> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74f56f90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74f55cd0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7518ad50> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74f7f2f0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74fa36e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba750044d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba75006c00> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba750045f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74fc94c0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba749215b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74fa24e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74f57ec0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fba74fa2840> # zipimport: found 30 names in '/tmp/ansible_stat_payload_ex0ur4d6/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 0x7fba749732f0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba749561e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba749553a0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba749711c0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba7499ecc0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7499ea50> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7499e360> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7499edb0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74973f80> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba7499fa70> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba7499fcb0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba749c40e0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7480df40> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba7480fb60> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74814560> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74815460> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74818170> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba74818290> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74816450> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7481bfb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7481ab40> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7481a8a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7481ae10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74816960> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba74860290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba748603b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba74861f70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74861d30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba748644d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74862660> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74867cb0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74864680> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba74868b60> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba74868f20> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba74868fb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba748606b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba748f4560> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba748f57f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7486acf0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba7486b8f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba7486a930> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba748f9a60> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba748fa840> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba748f58e0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba748fa900> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba748fba40> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fba747066f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74703020> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba749feed0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba749eebd0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba74706900> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fba748fb6e0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/crypttab", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 2097284, "dev": 51714, "nlink": 1, "atime": 1726884763.1972804, "mtime": 1726562394.502, "ctime": 1726562704.141, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "998616235", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884955.43291: 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-1726884955.031944-17414-100968789152403/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884955.43296: _low_level_execute_command(): starting 11924 1726884955.43298: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884955.031944-17414-100968789152403/ > /dev/null 2>&1 && sleep 0' 11924 1726884955.43386: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884955.43401: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884955.43421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884955.43439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884955.43461: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884955.43552: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884955.43574: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884955.43588: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884955.43773: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884955.45573: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884955.45577: stdout chunk (state=3): >>><<< 11924 1726884955.45579: stderr chunk (state=3): >>><<< 11924 1726884955.45765: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884955.45770: handler run complete 11924 1726884955.45772: attempt loop complete, returning result 11924 1726884955.45774: _execute() done 11924 1726884955.45777: dumping result to json 11924 1726884955.45779: done dumping result, returning 11924 1726884955.45781: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-f4c0-2290-000000003e0c] 11924 1726884955.45783: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e0c ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884763.1972804, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726562704.141, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1726562394.502, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "998616235", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 11924 1726884955.45989: no more pending results, returning what we have 11924 1726884955.45994: results queue empty 11924 1726884955.45995: checking for any_errors_fatal 11924 1726884955.46006: done checking for any_errors_fatal 11924 1726884955.46007: checking for max_fail_percentage 11924 1726884955.46009: done checking for max_fail_percentage 11924 1726884955.46010: checking to see if all hosts have failed and the running result is not ok 11924 1726884955.46011: done checking to see if all hosts have failed 11924 1726884955.46012: getting the remaining hosts for this loop 11924 1726884955.46014: done getting the remaining hosts for this loop 11924 1726884955.46018: getting the next task for host managed_node2 11924 1726884955.46026: done getting next task for host managed_node2 11924 1726884955.46030: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 11924 1726884955.46034: ^ 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 11924 1726884955.46047: getting variables 11924 1726884955.46049: in VariableManager get_vars() 11924 1726884955.46210: Calling all_inventory to load vars for managed_node2 11924 1726884955.46212: Calling groups_inventory to load vars for managed_node2 11924 1726884955.46215: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884955.46226: Calling all_plugins_play to load vars for managed_node2 11924 1726884955.46230: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884955.46239: Calling groups_plugins_play to load vars for managed_node2 11924 1726884955.46792: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e0c 11924 1726884955.46795: WORKER PROCESS EXITING 11924 1726884955.47196: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884955.48557: done with get_vars() 11924 1726884955.48576: done getting variables TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 20 September 2024 22:15:55 -0400 (0:00:00.539) 0:02:00.826 ****** 11924 1726884955.48835: entering _queue_task() for managed_node2/lineinfile 11924 1726884955.49986: worker is 1 (out of 1 available) 11924 1726884955.49999: exiting _queue_task() for managed_node2/lineinfile 11924 1726884955.50020: done queuing things up, now waiting for results queue to drain 11924 1726884955.50022: waiting for pending results... 11924 1726884955.50600: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 11924 1726884955.51257: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003e0d 11924 1726884955.51264: variable 'ansible_search_path' from source: unknown 11924 1726884955.51268: variable 'ansible_search_path' from source: unknown 11924 1726884955.51709: variable 'blivet_output' from source: set_fact 11924 1726884955.51965: dumping result to json 11924 1726884955.51968: done dumping result, returning 11924 1726884955.51976: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-f4c0-2290-000000003e0d] 11924 1726884955.51985: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e0d 11924 1726884955.52113: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e0d 11924 1726884955.52117: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884955.52175: no more pending results, returning what we have 11924 1726884955.52180: results queue empty 11924 1726884955.52181: checking for any_errors_fatal 11924 1726884955.52195: done checking for any_errors_fatal 11924 1726884955.52196: checking for max_fail_percentage 11924 1726884955.52199: done checking for max_fail_percentage 11924 1726884955.52200: checking to see if all hosts have failed and the running result is not ok 11924 1726884955.52200: done checking to see if all hosts have failed 11924 1726884955.52201: getting the remaining hosts for this loop 11924 1726884955.52203: done getting the remaining hosts for this loop 11924 1726884955.52207: getting the next task for host managed_node2 11924 1726884955.52217: done getting next task for host managed_node2 11924 1726884955.52222: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 11924 1726884955.52226: ^ 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 11924 1726884955.52268: getting variables 11924 1726884955.52271: in VariableManager get_vars() 11924 1726884955.52318: Calling all_inventory to load vars for managed_node2 11924 1726884955.52322: Calling groups_inventory to load vars for managed_node2 11924 1726884955.52324: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884955.52335: Calling all_plugins_play to load vars for managed_node2 11924 1726884955.52339: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884955.52341: Calling groups_plugins_play to load vars for managed_node2 11924 1726884955.53885: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884955.54545: done with get_vars() 11924 1726884955.54563: done getting variables TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 20 September 2024 22:15:55 -0400 (0:00:00.059) 0:02:00.885 ****** 11924 1726884955.54674: entering _queue_task() for managed_node2/setup 11924 1726884955.55025: worker is 1 (out of 1 available) 11924 1726884955.55040: exiting _queue_task() for managed_node2/setup 11924 1726884955.55054: done queuing things up, now waiting for results queue to drain 11924 1726884955.55185: waiting for pending results... 11924 1726884955.55498: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Update facts 11924 1726884955.56076: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003e0f 11924 1726884955.56139: variable 'ansible_search_path' from source: unknown 11924 1726884955.56146: variable 'ansible_search_path' from source: unknown 11924 1726884955.56326: calling self._execute() 11924 1726884955.56607: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884955.56621: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884955.56649: variable 'omit' from source: magic vars 11924 1726884955.57772: variable 'ansible_check_mode' from source: magic vars 11924 1726884955.57779: Evaluated conditional (not ansible_check_mode): True 11924 1726884955.57782: variable 'omit' from source: magic vars 11924 1726884955.57833: variable 'omit' from source: magic vars 11924 1726884955.57885: variable 'omit' from source: magic vars 11924 1726884955.57969: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884955.58139: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884955.58150: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884955.58220: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884955.58227: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884955.58258: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884955.58307: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884955.58436: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884955.58440: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884955.58442: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884955.58507: Set connection var ansible_shell_executable to /bin/sh 11924 1726884955.58519: Set connection var ansible_connection to ssh 11924 1726884955.58531: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884955.58546: Set connection var ansible_timeout to 10 11924 1726884955.58560: Set connection var ansible_pipelining to False 11924 1726884955.58575: Set connection var ansible_shell_type to sh 11924 1726884955.58613: variable 'ansible_shell_executable' from source: unknown 11924 1726884955.58623: variable 'ansible_connection' from source: unknown 11924 1726884955.58630: variable 'ansible_module_compression' from source: unknown 11924 1726884955.58637: variable 'ansible_shell_type' from source: unknown 11924 1726884955.58643: variable 'ansible_shell_executable' from source: unknown 11924 1726884955.58656: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884955.58665: variable 'ansible_pipelining' from source: unknown 11924 1726884955.58861: variable 'ansible_timeout' from source: unknown 11924 1726884955.58864: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884955.58929: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884955.58946: variable 'omit' from source: magic vars 11924 1726884955.58957: starting attempt loop 11924 1726884955.58963: running the handler 11924 1726884955.58984: _low_level_execute_command(): starting 11924 1726884955.58994: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884955.60143: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884955.60196: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884955.60217: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884955.60302: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884955.60317: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884955.60340: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884955.60357: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884955.60473: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884955.62192: stdout chunk (state=3): >>>/root <<< 11924 1726884955.62339: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884955.62387: stdout chunk (state=3): >>><<< 11924 1726884955.62390: stderr chunk (state=3): >>><<< 11924 1726884955.62568: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884955.62572: _low_level_execute_command(): starting 11924 1726884955.62576: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884955.6245968-17447-250125273590801 `" && echo ansible-tmp-1726884955.6245968-17447-250125273590801="` echo /root/.ansible/tmp/ansible-tmp-1726884955.6245968-17447-250125273590801 `" ) && sleep 0' 11924 1726884955.64021: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884955.64060: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884955.64083: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884955.64140: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884955.64219: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884955.64238: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884955.64249: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884955.64375: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884955.66484: stdout chunk (state=3): >>>ansible-tmp-1726884955.6245968-17447-250125273590801=/root/.ansible/tmp/ansible-tmp-1726884955.6245968-17447-250125273590801 <<< 11924 1726884955.66593: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884955.66637: stderr chunk (state=3): >>><<< 11924 1726884955.66640: stdout chunk (state=3): >>><<< 11924 1726884955.66962: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884955.6245968-17447-250125273590801=/root/.ansible/tmp/ansible-tmp-1726884955.6245968-17447-250125273590801 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884955.66966: variable 'ansible_module_compression' from source: unknown 11924 1726884955.66968: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 11924 1726884955.66971: variable 'ansible_facts' from source: unknown 11924 1726884955.67444: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884955.6245968-17447-250125273590801/AnsiballZ_setup.py 11924 1726884955.67775: Sending initial data 11924 1726884955.67868: Sent initial data (154 bytes) 11924 1726884955.68551: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884955.68569: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884955.68584: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884955.68604: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884955.68621: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884955.68633: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884955.68647: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884955.68669: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884955.68752: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884955.68776: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884955.68794: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884955.68886: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884955.70597: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884955.70698: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884955.70822: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmphn8v7mvb /root/.ansible/tmp/ansible-tmp-1726884955.6245968-17447-250125273590801/AnsiballZ_setup.py <<< 11924 1726884955.70831: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884955.6245968-17447-250125273590801/AnsiballZ_setup.py" <<< 11924 1726884955.71198: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmphn8v7mvb" to remote "/root/.ansible/tmp/ansible-tmp-1726884955.6245968-17447-250125273590801/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884955.6245968-17447-250125273590801/AnsiballZ_setup.py" <<< 11924 1726884955.74397: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884955.74447: stderr chunk (state=3): >>><<< 11924 1726884955.74464: stdout chunk (state=3): >>><<< 11924 1726884955.74497: done transferring module to remote 11924 1726884955.74524: _low_level_execute_command(): starting 11924 1726884955.74665: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884955.6245968-17447-250125273590801/ /root/.ansible/tmp/ansible-tmp-1726884955.6245968-17447-250125273590801/AnsiballZ_setup.py && sleep 0' 11924 1726884955.76366: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884955.76674: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884955.78503: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884955.78564: stderr chunk (state=3): >>><<< 11924 1726884955.78574: stdout chunk (state=3): >>><<< 11924 1726884955.78641: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884955.78668: _low_level_execute_command(): starting 11924 1726884955.78678: _low_level_execute_command(): using become for this command 11924 1726884955.78699: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-yfazucutxmjlzzhnqgftnhuqamvisxeg ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884955.6245968-17447-250125273590801/AnsiballZ_setup.py'"'"' && sleep 0' 11924 1726884955.79106: Initial state: awaiting_escalation: BECOME-SUCCESS-yfazucutxmjlzzhnqgftnhuqamvisxeg 11924 1726884955.80106: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884955.80425: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884955.80568: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884955.80622: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884955.83584: stdout chunk (state=1): >>>BECOME-SUCCESS-yfazucutxmjlzzhnqgftnhuqamvisxeg <<< 11924 1726884955.83598: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-yfazucutxmjlzzhnqgftnhuqamvisxeg' 11924 1726884955.83909: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884955.83941: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884955.84031: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884955.84059: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884955.84073: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884955.84135: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884955.84138: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884955.84168: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884955.84197: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884955.84374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 11924 1726884955.84378: 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 0x7fe1a0bbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0b8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0bbe930> import '_signal' # <<< 11924 1726884955.84407: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884955.84427: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884955.84458: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884955.84480: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884955.84553: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884955.84582: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884955.84665: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884955.84693: 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' <<< 11924 1726884955.84802: 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 0x7fe1a0bccfe0> <<< 11924 1726884955.84806: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884955.84896: 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 0x7fe1a0bcdfd0> <<< 11924 1726884955.84899: 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. <<< 11924 1726884955.85234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884955.85257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884955.85606: 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' <<< 11924 1726884955.85643: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09abe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09abf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09e3890> <<< 11924 1726884955.85688: 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 0x7fe1a09e3f20> <<< 11924 1726884955.85692: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884955.85741: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09c3b60> <<< 11924 1726884955.85768: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884955.85782: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09c1280> <<< 11924 1726884955.85882: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09a9040> <<< 11924 1726884955.85900: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884955.85934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884955.85966: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884955.85985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884955.86013: 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' <<< 11924 1726884955.86188: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a07800> <<< 11924 1726884955.86193: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a06450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09c2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a04bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a38890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09a82c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884955.86231: 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 0x7fe1a0a38d40> <<< 11924 1726884955.86251: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a38bf0> <<< 11924 1726884955.86288: 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 0x7fe1a0a38fe0> <<< 11924 1726884955.86298: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09a6de0> <<< 11924 1726884955.86324: 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' <<< 11924 1726884955.86349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884955.86380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884955.86404: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a39670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a39370> import 'importlib.machinery' # <<< 11924 1726884955.86507: 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 0x7fe1a0a3a540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884955.86544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884955.86561: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884955.86586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a50740> import 'errno' # <<< 11924 1726884955.86654: 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 0x7fe1a0a51e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884955.86686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884955.86702: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884955.86713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a52cc0> <<< 11924 1726884955.86790: 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 0x7fe1a0a532f0> <<< 11924 1726884955.86793: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a52210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884955.86841: 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 0x7fe1a0a53d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a534a0> <<< 11924 1726884955.86900: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a3a4b0> <<< 11924 1726884955.86986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884955.86990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884955.86992: 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' <<< 11924 1726884955.87047: 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 0x7fe1a0747c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884955.87166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884955.87170: 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 0x7fe1a07707a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0770500> <<< 11924 1726884955.87185: 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 0x7fe1a07707d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884955.87225: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884955.87353: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a0771100> <<< 11924 1726884955.87483: 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 0x7fe1a0771ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a07709b0> <<< 11924 1726884955.87693: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0745df0> <<< 11924 1726884955.87697: 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 0x7fe1a0772ed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0771c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a3ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884955.87729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884955.87753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884955.87785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884955.87814: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a079b200> <<< 11924 1726884955.87867: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884955.87895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884955.87914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884955.87936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884955.87969: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a07c75c0> <<< 11924 1726884955.88003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884955.88038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884955.88133: 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 0x7fe1a0820320> <<< 11924 1726884955.88146: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884955.88172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884955.88192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884955.88236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884955.88336: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0822a80> <<< 11924 1726884955.88409: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0820440> <<< 11924 1726884955.88447: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a07e9340> <<< 11924 1726884955.88473: 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 0x7fe1a0125400> <<< 11924 1726884955.88495: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a07c63c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0773dd0> <<< 11924 1726884955.88677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884955.88697: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe1a07c69c0> <<< 11924 1726884955.89105: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_zelpnnj7/ansible_setup_payload.zip' # zipimport: zlib available <<< 11924 1726884955.89202: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.89288: 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' <<< 11924 1726884955.89317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884955.89354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884955.89615: 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 0x7fe1a018f1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a016e090> <<< 11924 1726884955.89618: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a016d1f0> # zipimport: zlib available <<< 11924 1726884955.89621: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884955.89647: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884955.89672: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884955.89714: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.91091: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.92214: 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 0x7fe1a018d070> <<< 11924 1726884955.92319: 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' <<< 11924 1726884955.92350: 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 0x7fe1a01beb40> <<< 11924 1726884955.92370: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a01be8d0> <<< 11924 1726884955.92408: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a01be1e0> <<< 11924 1726884955.92445: 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' <<< 11924 1726884955.92516: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a01be630> <<< 11924 1726884955.92525: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a018fe30> import 'atexit' # <<< 11924 1726884955.92634: 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 0x7fe1a01bf8c0> <<< 11924 1726884955.92638: 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 0x7fe1a01bfb00> <<< 11924 1726884955.92668: 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' # <<< 11924 1726884955.92702: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a01bff80> import 'pwd' # <<< 11924 1726884955.92751: 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' <<< 11924 1726884955.92783: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0029df0> <<< 11924 1726884955.92847: 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 0x7fe1a002b9e0> <<< 11924 1726884955.92886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884955.92924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884955.92927: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a002c3e0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884955.92954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884955.93001: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a002d580> <<< 11924 1726884955.93112: 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' <<< 11924 1726884955.93137: 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 0x7fe1a002ff50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a0034380> <<< 11924 1726884955.93165: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a002e2d0> <<< 11924 1726884955.93181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884955.93211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884955.93332: 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' <<< 11924 1726884955.93344: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884955.93381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884955.93404: 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' <<< 11924 1726884955.93427: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0037f80> import '_tokenize' # <<< 11924 1726884955.93492: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0036a50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a00367b0> <<< 11924 1726884955.93520: 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' <<< 11924 1726884955.93605: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0036d20> <<< 11924 1726884955.93628: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a002e7e0> <<< 11924 1726884955.93913: 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 0x7fe1a007bf80> <<< 11924 1726884955.93916: 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 0x7fe1a007c260> <<< 11924 1726884955.93919: 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 0x7fe1a007dd00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a007dac0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a0080290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a007e3c0> <<< 11924 1726884955.93931: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884955.93964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884955.93983: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884955.94009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884955.94041: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0083a70> <<< 11924 1726884955.94174: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0080440> <<< 11924 1726884955.94241: stdout 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 0x7fe1a0084da0> <<< 11924 1726884955.94320: stdout 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 0x7fe1a0084b00> <<< 11924 1726884955.94469: stdout 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 0x7fe1a0084dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a007c380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884955.94472: 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 0x7fe19ff10470> <<< 11924 1726884955.94602: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884955.94626: 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 0x7fe19ff11880> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0086c00> <<< 11924 1726884955.94685: 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 0x7fe1a0087fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0086840> # zipimport: zlib available <<< 11924 1726884955.94785: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884955.94789: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.94811: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.94899: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.94922: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884955.94990: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884955.95035: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884955.95216: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884955.95977: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.96396: 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' <<< 11924 1726884955.96421: 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 0x7fe19ff15910> <<< 11924 1726884955.96503: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884955.96526: 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 0x7fe19ff16600> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a00854f0> <<< 11924 1726884955.96588: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884955.96608: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884955.96637: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884955.96650: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.96793: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.96940: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884955.96971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ff162d0> # zipimport: zlib available <<< 11924 1726884955.97428: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.97866: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.97940: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.98014: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884955.98033: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.98122: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884955.98181: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.98268: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884955.98335: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884955.98351: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.98404: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884955.98407: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.98724: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.98873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884955.98938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884955.98951: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884955.99023: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ff17740> # zipimport: zlib available <<< 11924 1726884955.99107: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.99238: 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 <<< 11924 1726884955.99267: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.99308: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884955.99369: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.99409: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.99473: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.99595: stdout chunk (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' <<< 11924 1726884955.99678: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe19ff221e0> <<< 11924 1726884955.99715: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ff1d9d0> <<< 11924 1726884955.99761: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884955.99764: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.99819: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.99886: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.99953: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884955.99976: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884955.99986: 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 <<< 11924 1726884956.00017: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884956.00158: 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' <<< 11924 1726884956.00165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884956.00182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884956.00199: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a000aa80> <<< 11924 1726884956.00238: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a01ee750> <<< 11924 1726884956.00407: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ff22270> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a00856d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884956.00473: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884956.00506: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884956.00518: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884956.00617: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.00659: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.00662: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.00710: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.00735: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.00778: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.00819: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.00925: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 11924 1726884956.00935: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.00960: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.01012: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.01037: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.01074: 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 <<< 11924 1726884956.01162: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 11924 1726884956.01287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884956.01301: 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 # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884956.01324: 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' <<< 11924 1726884956.01361: 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 0x7fe19fbae900> <<< 11924 1726884956.01399: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fbadd30> <<< 11924 1726884956.01461: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fbac710> <<< 11924 1726884956.01699: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ffb2b70> <<< 11924 1726884956.01760: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ffb0aa0> <<< 11924 1726884956.01839: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 11924 1726884956.02244: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884956.02247: 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' <<< 11924 1726884956.02277: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 11924 1726884956.02318: 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 <<< 11924 1726884956.02335: 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 0x7fe19ff9dac0> <<< 11924 1726884956.02366: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 11924 1726884956.02382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 11924 1726884956.02466: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884956.02492: 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 0x7fe19fc08a10> <<< 11924 1726884956.02532: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884956.03027: 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 0x7fe19fc08d10> <<< 11924 1726884956.03031: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fbec170> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fbbf7a0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ffb1c10> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ffb0fe0> # /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 0x7fe19fc0b9b0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fc0b260> # 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 0x7fe19fc0b440> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fc0a690> # /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 0x7fe19fc0bb90> # /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 0x7fe19fa22780> <<< 11924 1726884956.03036: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fa20770> <<< 11924 1726884956.03065: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ffb1190> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # <<< 11924 1726884956.03110: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884956.03123: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 11924 1726884956.03184: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.03234: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 11924 1726884956.03257: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.03573: stdout chunk (state=3): >>># 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 <<< 11924 1726884956.03624: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.03663: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 11924 1726884956.03686: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.03735: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.03796: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.03897: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.03926: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 11924 1726884956.04567: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.04879: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 11924 1726884956.04936: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.04994: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.05024: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.05077: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 11924 1726884956.05090: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.05147: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 11924 1726884956.05300: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available <<< 11924 1726884956.05320: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.05423: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # <<< 11924 1726884956.05436: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.05503: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.06044: 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 0x7fe19fa22a20> # /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 0x7fe19fa236b0> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 11924 1726884956.06048: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.06134: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 11924 1726884956.06209: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.06426: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884956.06443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884956.06519: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884956.06631: 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 0x7fe19fa5abd0> <<< 11924 1726884956.06871: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fa44d10> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884956.06890: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 11924 1726884956.06909: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.06986: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.07077: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.07190: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.07343: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 11924 1726884956.07361: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.07395: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.07515: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884956.07661: 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' # 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 0x7fe19fa72660> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fa72240> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 11924 1726884956.07665: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.07692: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.07730: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 11924 1726884956.07747: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.08002: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.08053: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 11924 1726884956.08067: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.08166: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.08267: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.08320: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.08389: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884956.08417: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.08981: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 11924 1726884956.08988: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 11924 1726884956.09002: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.09043: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.09745: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.10138: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 11924 1726884956.10158: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.10258: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.10367: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 11924 1726884956.10379: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.10780: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884956.10893: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 11924 1726884956.10915: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884956.10933: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 11924 1726884956.10943: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.10987: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.11080: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 11924 1726884956.11083: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.11381: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884956.11502: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.11651: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 11924 1726884956.11673: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.11706: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.11741: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 11924 1726884956.11753: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.12041: stdout chunk (state=3): >>># 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 <<< 11924 1726884956.12045: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 11924 1726884956.12047: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.12076: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.12260: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 11924 1726884956.12263: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.12266: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 11924 1726884956.12280: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.12533: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.12818: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available <<< 11924 1726884956.12867: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.12917: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 11924 1726884956.12935: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.12968: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.13087: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # <<< 11924 1726884956.13094: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.13129: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.13169: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 11924 1726884956.13258: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.13334: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 11924 1726884956.13373: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 11924 1726884956.13524: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.13528: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available <<< 11924 1726884956.13553: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.13674: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884956.13677: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.13762: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.13985: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 11924 1726884956.14266: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.14275: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 11924 1726884956.14331: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.14373: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 11924 1726884956.14392: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.14430: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.14678: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 11924 1726884956.14757: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.14850: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # <<< 11924 1726884956.14864: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # <<< 11924 1726884956.14930: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884956.15700: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 11924 1726884956.15730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 11924 1726884956.15833: 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' <<< 11924 1726884956.15849: 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 0x7fe19fa9fe90> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fa9e000> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fa9c710> <<< 11924 1726884956.30954: 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' <<< 11924 1726884956.30992: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fae1e80> <<< 11924 1726884956.31049: 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 0x7fe19fae2db0> <<< 11924 1726884956.31114: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 11924 1726884956.31164: stdout chunk (state=3): >>># 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' <<< 11924 1726884956.31258: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fae5460> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fae4f50> <<< 11924 1726884956.31429: 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 <<< 11924 1726884957.55765: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_loadavg": {"1m": 0.51025390625, "5m": 0.4970703125, "15m": 0.26708984375}, "ansible_is_chroot": false, "ansible_local": {}, "ansible_iscsi_iqn": "", "ansible_fips": false, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 2751, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 780, "free": 2751}, "nocache": {"free": 3273, "used": 258}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "dm-0": {"virtual": 1, "links": {"ids": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "su<<< 11924 1726884957.55885: stdout chunk (state=3): >>>pport_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "10485760", "sectorsize": "512", "size": "5.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": ["dm-0"]}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": ["foo-test1"]}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "dm-0": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {"sda": ["dm-0"]}}, "ansible_uptime_seconds": 401, "ansible_lvm": {"lvs": {"test1": {"size_g": "5.00", "vg": "foo"}}, "vgs": {"foo": {"size_g": "9.99", "free_g": "4.99", "num_lvs": "1", "num_pvs": "1"}}, "pvs": {"/dev/sda": {"size_g": "9.99", "free_g": "4.99", "vg": "foo"}}}, "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": 261613264896, "block_size": 4096, "block_total": 65519099, "block_available": 63870426, "block_used": 1648673, "inode_total": 131070960, "inode_available": 131027190, "inode_used": 43770, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fibre_channel_wwn": [], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "15", "second": "57", "epoch": "1726884957", "epoch_int": "1726884957", "date": "2024-09-20", "time": "22:15:57", "iso8601_micro": "2024-09-21T02:15:57.514650Z", "iso8601": "2024-09-21T02:15:57Z", "iso8601_basic": "20240920T221557514650", "iso8601_basic_short": "20240920T221557", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_lsb": {}, "ansible_service_mgr": "systemd", "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-yfazucutxmjlzzhnqgftnhuqamvisxeg ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884955.6245968-17447-250125273590801/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_apparmor": {"status": "disabled"}, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 11924 1726884957.56345: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884957.56506: 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 # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing 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 <<< 11924 1726884957.56540: 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 # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] 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 <<< 11924 1726884957.56544: 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 <<< 11924 1726884957.56628: stdout chunk (state=3): >>># 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 <<< 11924 1726884957.56632: stdout chunk (state=3): >>># 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 <<< 11924 1726884957.57002: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884957.57160: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884957.57175: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884957.57202: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale <<< 11924 1726884957.57237: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil <<< 11924 1726884957.57251: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 11924 1726884957.57316: 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 <<< 11924 1726884957.57346: stdout chunk (state=3): >>># destroy pickle # destroy _compat_pickle # destroy _pickle <<< 11924 1726884957.57377: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors <<< 11924 1726884957.57405: stdout chunk (state=3): >>># destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 <<< 11924 1726884957.57466: stdout chunk (state=3): >>># destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json <<< 11924 1726884957.57689: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # 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 <<< 11924 1726884957.57732: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing <<< 11924 1726884957.57735: stdout chunk (state=3): >>># destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading <<< 11924 1726884957.57737: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 11924 1726884957.57825: 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 # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser <<< 11924 1726884957.57828: 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 <<< 11924 1726884957.57831: 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 # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 11924 1726884957.57845: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884957.57961: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884957.58011: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884957.58069: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884957.58095: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 11924 1726884957.58225: 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 <<< 11924 1726884957.58242: 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 <<< 11924 1726884957.58276: 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 <<< 11924 1726884957.58322: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884957.58334: stdout chunk (state=3): >>># destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc <<< 11924 1726884957.58492: stdout chunk (state=3): >>># destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread <<< 11924 1726884957.58495: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884957.59069: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884957.59135: stderr chunk (state=3): >>><<< 11924 1726884957.59138: stdout chunk (state=3): >>><<< 11924 1726884957.59580: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0bbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0b8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0bbe930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0bccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0bcdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09abe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09abf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09e3890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09e3f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09c3b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09c1280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09a9040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a07800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a06450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09c2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a04bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a38890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09a82c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a0a38d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a38bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a0a38fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a09a6de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a39670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a39370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a3a540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a50740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a0a51e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a52cc0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a0a532f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a52210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a0a53d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a534a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a3a4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a0747c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a07707a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0770500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a07707d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a0771100> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a0771ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a07709b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0745df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0772ed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0771c10> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0a3ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a079b200> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a07c75c0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0820320> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0822a80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0820440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a07e9340> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0125400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a07c63c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0773dd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe1a07c69c0> # zipimport: found 103 names in '/tmp/ansible_setup_payload_zelpnnj7/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 0x7fe1a018f1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a016e090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a016d1f0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a018d070> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a01beb40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a01be8d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a01be1e0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a01be630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a018fe30> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a01bf8c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a01bfb00> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a01bff80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0029df0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a002b9e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a002c3e0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a002d580> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a002ff50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a0034380> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a002e2d0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0037f80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0036a50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a00367b0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0036d20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a002e7e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a007bf80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a007c260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a007dd00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a007dac0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a0080290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a007e3c0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0083a70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0080440> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a0084da0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a0084b00> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a0084dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a007c380> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe19ff10470> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe19ff11880> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0086c00> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe1a0087fb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a0086840> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe19ff15910> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ff16600> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a00854f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ff162d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ff17740> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe19ff221e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ff1d9d0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a000aa80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a01ee750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ff22270> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe1a00856d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7fe19fbae900> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fbadd30> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fbac710> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ffb2b70> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ffb0aa0> 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 0x7fe19ff9dac0> # /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 0x7fe19fc08a10> # 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 0x7fe19fc08d10> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fbec170> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fbbf7a0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ffb1c10> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ffb0fe0> # /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 0x7fe19fc0b9b0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fc0b260> # 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 0x7fe19fc0b440> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fc0a690> # /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 0x7fe19fc0bb90> # /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 0x7fe19fa22780> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fa20770> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19ffb1190> 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 0x7fe19fa22a20> # /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 0x7fe19fa236b0> 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 0x7fe19fa5abd0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fa44d10> 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 0x7fe19fa72660> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fa72240> 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 0x7fe19fa9fe90> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fa9e000> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fa9c710> # /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 0x7fe19fae1e80> # /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 0x7fe19fae2db0> # /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 0x7fe19fae5460> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe19fae4f50> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_loadavg": {"1m": 0.51025390625, "5m": 0.4970703125, "15m": 0.26708984375}, "ansible_is_chroot": false, "ansible_local": {}, "ansible_iscsi_iqn": "", "ansible_fips": false, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 2751, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 780, "free": 2751}, "nocache": {"free": 3273, "used": 258}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "dm-0": {"virtual": 1, "links": {"ids": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"], "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": "10485760", "sectorsize": "512", "size": "5.00 GB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": ["dm-0"]}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": ["foo-test1"]}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["lvm-pv-uuid-BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "dm-0": ["dm-name-foo-test1", "dm-uuid-LVM-dxwCGAYgamJqsR1PAzdAuwlcHP6Ylcd57Sed6XejCXhsF04WGuC0mmu6iYY1iy8U"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {"sda": ["dm-0"]}}, "ansible_uptime_seconds": 401, "ansible_lvm": {"lvs": {"test1": {"size_g": "5.00", "vg": "foo"}}, "vgs": {"foo": {"size_g": "9.99", "free_g": "4.99", "num_lvs": "1", "num_pvs": "1"}}, "pvs": {"/dev/sda": {"size_g": "9.99", "free_g": "4.99", "vg": "foo"}}}, "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": 261613264896, "block_size": 4096, "block_total": 65519099, "block_available": 63870426, "block_used": 1648673, "inode_total": 131070960, "inode_available": 131027190, "inode_used": 43770, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fibre_channel_wwn": [], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "15", "second": "57", "epoch": "1726884957", "epoch_int": "1726884957", "date": "2024-09-20", "time": "22:15:57", "iso8601_micro": "2024-09-21T02:15:57.514650Z", "iso8601": "2024-09-21T02:15:57Z", "iso8601_basic": "20240920T221557514650", "iso8601_basic_short": "20240920T221557", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_lsb": {}, "ansible_service_mgr": "systemd", "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-yfazucutxmjlzzhnqgftnhuqamvisxeg ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884955.6245968-17447-250125273590801/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_apparmor": {"status": "disabled"}, "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884957.62028: 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-1726884955.6245968-17447-250125273590801/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884957.62032: _low_level_execute_command(): starting 11924 1726884957.62035: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884955.6245968-17447-250125273590801/ > /dev/null 2>&1 && sleep 0' 11924 1726884957.63300: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884957.63305: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884957.63307: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884957.63309: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884957.63314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884957.63316: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884957.63461: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884957.63683: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884957.63752: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884957.65670: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884957.65682: stderr chunk (state=3): >>><<< 11924 1726884957.65689: stdout chunk (state=3): >>><<< 11924 1726884957.65709: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884957.65941: handler run complete 11924 1726884957.66217: variable 'ansible_facts' from source: unknown 11924 1726884957.66586: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884957.67564: variable 'ansible_facts' from source: unknown 11924 1726884957.67802: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884957.68315: attempt loop complete, returning result 11924 1726884957.68318: _execute() done 11924 1726884957.68320: dumping result to json 11924 1726884957.68322: done dumping result, returning 11924 1726884957.68324: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-f4c0-2290-000000003e0f] 11924 1726884957.68326: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e0f 11924 1726884957.69892: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e0f 11924 1726884957.69896: WORKER PROCESS EXITING ok: [managed_node2] 11924 1726884957.70876: no more pending results, returning what we have 11924 1726884957.70879: results queue empty 11924 1726884957.70880: checking for any_errors_fatal 11924 1726884957.70890: done checking for any_errors_fatal 11924 1726884957.70891: checking for max_fail_percentage 11924 1726884957.70892: done checking for max_fail_percentage 11924 1726884957.70893: checking to see if all hosts have failed and the running result is not ok 11924 1726884957.70894: done checking to see if all hosts have failed 11924 1726884957.70895: getting the remaining hosts for this loop 11924 1726884957.70896: done getting the remaining hosts for this loop 11924 1726884957.70900: getting the next task for host managed_node2 11924 1726884957.70913: done getting next task for host managed_node2 11924 1726884957.70916: ^ task is: TASK: meta (role_complete) 11924 1726884957.70918: ^ 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 11924 1726884957.70930: getting variables 11924 1726884957.70932: in VariableManager get_vars() 11924 1726884957.70965: Calling all_inventory to load vars for managed_node2 11924 1726884957.70967: Calling groups_inventory to load vars for managed_node2 11924 1726884957.70970: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884957.70979: Calling all_plugins_play to load vars for managed_node2 11924 1726884957.70982: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884957.70985: Calling groups_plugins_play to load vars for managed_node2 11924 1726884957.72080: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884957.73336: done with get_vars() 11924 1726884957.73360: done getting variables 11924 1726884957.73437: done queuing things up, now waiting for results queue to drain 11924 1726884957.73439: results queue empty 11924 1726884957.73439: checking for any_errors_fatal 11924 1726884957.73444: done checking for any_errors_fatal 11924 1726884957.73445: checking for max_fail_percentage 11924 1726884957.73446: done checking for max_fail_percentage 11924 1726884957.73447: checking to see if all hosts have failed and the running result is not ok 11924 1726884957.73447: done checking to see if all hosts have failed 11924 1726884957.73448: getting the remaining hosts for this loop 11924 1726884957.73449: done getting the remaining hosts for this loop 11924 1726884957.73451: getting the next task for host managed_node2 11924 1726884957.73664: done getting next task for host managed_node2 11924 1726884957.73667: ^ task is: TASK: Verify role results 11924 1726884957.73668: ^ 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 11924 1726884957.73671: getting variables 11924 1726884957.73672: in VariableManager get_vars() 11924 1726884957.73685: Calling all_inventory to load vars for managed_node2 11924 1726884957.73687: Calling groups_inventory to load vars for managed_node2 11924 1726884957.73690: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884957.73695: Calling all_plugins_play to load vars for managed_node2 11924 1726884957.73697: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884957.73699: Calling groups_plugins_play to load vars for managed_node2 11924 1726884957.74566: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884957.75997: done with get_vars() 11924 1726884957.76018: done getting variables TASK [Verify role results] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml:114 Friday 20 September 2024 22:15:57 -0400 (0:00:02.214) 0:02:03.099 ****** 11924 1726884957.76100: entering _queue_task() for managed_node2/include_tasks 11924 1726884957.76890: worker is 1 (out of 1 available) 11924 1726884957.76902: exiting _queue_task() for managed_node2/include_tasks 11924 1726884957.76916: done queuing things up, now waiting for results queue to drain 11924 1726884957.76918: waiting for pending results... 11924 1726884957.77192: running TaskExecutor() for managed_node2/TASK: Verify role results 11924 1726884957.78072: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000013 11924 1726884957.78086: variable 'ansible_search_path' from source: unknown 11924 1726884957.78127: calling self._execute() 11924 1726884957.78300: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884957.78303: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884957.78577: variable 'omit' from source: magic vars 11924 1726884957.78696: _execute() done 11924 1726884957.78699: dumping result to json 11924 1726884957.78702: done dumping result, returning 11924 1726884957.78712: done running TaskExecutor() for managed_node2/TASK: Verify role results [0affc8a3-6f6f-f4c0-2290-000000000013] 11924 1726884957.78715: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000013 11924 1726884957.79063: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000013 11924 1726884957.79066: WORKER PROCESS EXITING 11924 1726884957.79095: no more pending results, returning what we have 11924 1726884957.79100: in VariableManager get_vars() 11924 1726884957.79145: Calling all_inventory to load vars for managed_node2 11924 1726884957.79148: Calling groups_inventory to load vars for managed_node2 11924 1726884957.79151: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884957.79165: Calling all_plugins_play to load vars for managed_node2 11924 1726884957.79168: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884957.79172: Calling groups_plugins_play to load vars for managed_node2 11924 1726884957.80332: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884957.81718: done with get_vars() 11924 1726884957.81734: variable 'ansible_search_path' from source: unknown 11924 1726884957.81751: we have included files to process 11924 1726884957.81752: generating all_blocks data 11924 1726884957.81754: done generating all_blocks data 11924 1726884957.81833: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884957.81835: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884957.81838: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884957.83097: in VariableManager get_vars() 11924 1726884957.83121: done with get_vars() 11924 1726884957.83284: in VariableManager get_vars() 11924 1726884957.83305: done with get_vars() 11924 1726884957.83502: done processing included file 11924 1726884957.83505: iterating over new_blocks loaded from include file 11924 1726884957.83506: in VariableManager get_vars() 11924 1726884957.83520: done with get_vars() 11924 1726884957.83522: filtering new block on tags 11924 1726884957.83708: done filtering new block on tags 11924 1726884957.83714: 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_node2 11924 1726884957.83721: extending task lists for all hosts with included blocks 11924 1726884957.89484: done extending task lists 11924 1726884957.89486: done processing included files 11924 1726884957.89487: results queue empty 11924 1726884957.89488: checking for any_errors_fatal 11924 1726884957.89489: done checking for any_errors_fatal 11924 1726884957.89495: checking for max_fail_percentage 11924 1726884957.89496: done checking for max_fail_percentage 11924 1726884957.89497: checking to see if all hosts have failed and the running result is not ok 11924 1726884957.89498: done checking to see if all hosts have failed 11924 1726884957.89499: getting the remaining hosts for this loop 11924 1726884957.89500: done getting the remaining hosts for this loop 11924 1726884957.89503: getting the next task for host managed_node2 11924 1726884957.89508: done getting next task for host managed_node2 11924 1726884957.89513: ^ task is: TASK: Print out pool information 11924 1726884957.89516: ^ 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 11924 1726884957.89519: getting variables 11924 1726884957.89520: in VariableManager get_vars() 11924 1726884957.89537: Calling all_inventory to load vars for managed_node2 11924 1726884957.89539: Calling groups_inventory to load vars for managed_node2 11924 1726884957.89542: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884957.89550: Calling all_plugins_play to load vars for managed_node2 11924 1726884957.89552: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884957.89557: Calling groups_plugins_play to load vars for managed_node2 11924 1726884957.90272: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884957.90879: done with get_vars() 11924 1726884957.90895: done getting variables 11924 1726884957.90948: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Print 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 22:15:57 -0400 (0:00:00.148) 0:02:03.248 ****** 11924 1726884957.90981: entering _queue_task() for managed_node2/debug 11924 1726884957.91558: worker is 1 (out of 1 available) 11924 1726884957.91568: exiting _queue_task() for managed_node2/debug 11924 1726884957.91580: done queuing things up, now waiting for results queue to drain 11924 1726884957.91582: waiting for pending results... 11924 1726884957.91717: running TaskExecutor() for managed_node2/TASK: Print out pool information 11924 1726884957.91921: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003e9d 11924 1726884957.91925: variable 'ansible_search_path' from source: unknown 11924 1726884957.91928: calling self._execute() 11924 1726884957.92037: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884957.92054: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884957.92073: variable 'omit' from source: magic vars 11924 1726884957.92513: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884957.95045: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884957.95132: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884957.95175: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884957.95222: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884957.95249: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884957.95338: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884957.95371: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884957.95460: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884957.95464: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884957.95473: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884957.95606: variable '_storage_pools_list' from source: set_fact 11924 1726884957.95666: Evaluated conditional (_storage_pools_list | length > 0): True 11924 1726884957.95679: variable 'omit' from source: magic vars 11924 1726884957.95724: variable 'omit' from source: magic vars 11924 1726884957.95772: variable 'omit' from source: magic vars 11924 1726884957.95799: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884957.95834: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884957.95871: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884957.95893: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884957.95908: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884957.95953: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884957.95960: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884957.95998: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884957.96062: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884957.96066: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884957.96145: Set connection var ansible_shell_executable to /bin/sh 11924 1726884957.96154: Set connection var ansible_connection to ssh 11924 1726884957.96172: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884957.96186: Set connection var ansible_timeout to 10 11924 1726884957.96200: Set connection var ansible_pipelining to False 11924 1726884957.96212: Set connection var ansible_shell_type to sh 11924 1726884957.96248: variable 'ansible_shell_executable' from source: unknown 11924 1726884957.96259: variable 'ansible_connection' from source: unknown 11924 1726884957.96278: variable 'ansible_module_compression' from source: unknown 11924 1726884957.96281: variable 'ansible_shell_type' from source: unknown 11924 1726884957.96284: variable 'ansible_shell_executable' from source: unknown 11924 1726884957.96301: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884957.96303: variable 'ansible_pipelining' from source: unknown 11924 1726884957.96305: variable 'ansible_timeout' from source: unknown 11924 1726884957.96388: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884957.96436: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884957.96451: variable 'omit' from source: magic vars 11924 1726884957.96465: starting attempt loop 11924 1726884957.96471: running the handler 11924 1726884957.96533: variable '_storage_pools_list' from source: set_fact 11924 1726884957.96628: variable '_storage_pools_list' from source: set_fact 11924 1726884957.96907: handler run complete 11924 1726884957.96963: attempt loop complete, returning result 11924 1726884957.96970: _execute() done 11924 1726884957.96978: dumping result to json 11924 1726884957.96989: done dumping result, returning 11924 1726884957.97001: done running TaskExecutor() for managed_node2/TASK: Print out pool information [0affc8a3-6f6f-f4c0-2290-000000003e9d] 11924 1726884957.97015: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e9d 11924 1726884957.97236: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e9d 11924 1726884957.97240: WORKER PROCESS EXITING ok: [managed_node2] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "present", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_kernel_device": "/dev/dm-0", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_raw_kernel_device": "/dev/dm-0", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "unformatted", "mount_check": 0, "mount_device_identifier": "uuid", "mount_group": null, "mount_mode": null, "mount_options": "defaults", "mount_passno": 0, "mount_point": null, "mount_user": null, "name": "test1", "raid_chunk_size": null, "raid_device_count": null, "raid_disks": [], "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "raid_stripe_size": null, "size": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } 11924 1726884957.97366: no more pending results, returning what we have 11924 1726884957.97370: results queue empty 11924 1726884957.97371: checking for any_errors_fatal 11924 1726884957.97373: done checking for any_errors_fatal 11924 1726884957.97374: checking for max_fail_percentage 11924 1726884957.97376: done checking for max_fail_percentage 11924 1726884957.97377: checking to see if all hosts have failed and the running result is not ok 11924 1726884957.97377: done checking to see if all hosts have failed 11924 1726884957.97378: getting the remaining hosts for this loop 11924 1726884957.97380: done getting the remaining hosts for this loop 11924 1726884957.97385: getting the next task for host managed_node2 11924 1726884957.97393: done getting next task for host managed_node2 11924 1726884957.97396: ^ task is: TASK: Print out volume information 11924 1726884957.97398: ^ 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 11924 1726884957.97403: getting variables 11924 1726884957.97405: in VariableManager get_vars() 11924 1726884957.97446: Calling all_inventory to load vars for managed_node2 11924 1726884957.97449: Calling groups_inventory to load vars for managed_node2 11924 1726884957.97453: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884957.97667: Calling all_plugins_play to load vars for managed_node2 11924 1726884957.97671: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884957.97679: Calling groups_plugins_play to load vars for managed_node2 11924 1726884957.98415: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884957.99228: done with get_vars() 11924 1726884957.99243: done getting variables 11924 1726884957.99295: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Print 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 22:15:57 -0400 (0:00:00.083) 0:02:03.332 ****** 11924 1726884957.99325: entering _queue_task() for managed_node2/debug 11924 1726884958.00038: worker is 1 (out of 1 available) 11924 1726884958.00048: exiting _queue_task() for managed_node2/debug 11924 1726884958.00064: done queuing things up, now waiting for results queue to drain 11924 1726884958.00065: waiting for pending results... 11924 1726884958.00769: running TaskExecutor() for managed_node2/TASK: Print out volume information 11924 1726884958.00774: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003e9e 11924 1726884958.00777: variable 'ansible_search_path' from source: unknown 11924 1726884958.00989: calling self._execute() 11924 1726884958.01113: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884958.01117: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884958.01127: variable 'omit' from source: magic vars 11924 1726884958.01985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884958.05359: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884958.05627: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884958.05668: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884958.05961: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884958.05964: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884958.06014: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884958.06049: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884958.06082: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884958.06361: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884958.06364: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884958.06433: variable '_storage_volumes_list' from source: set_fact 11924 1726884958.06781: Evaluated conditional (_storage_volumes_list | length > 0): False 11924 1726884958.06785: when evaluation is False, skipping this task 11924 1726884958.06787: _execute() done 11924 1726884958.06790: dumping result to json 11924 1726884958.06792: done dumping result, returning 11924 1726884958.06795: done running TaskExecutor() for managed_node2/TASK: Print out volume information [0affc8a3-6f6f-f4c0-2290-000000003e9e] 11924 1726884958.06797: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e9e 11924 1726884958.06872: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e9e 11924 1726884958.06876: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "_storage_volumes_list | length > 0" } 11924 1726884958.06931: no more pending results, returning what we have 11924 1726884958.06935: results queue empty 11924 1726884958.06936: checking for any_errors_fatal 11924 1726884958.06951: done checking for any_errors_fatal 11924 1726884958.06952: checking for max_fail_percentage 11924 1726884958.06953: done checking for max_fail_percentage 11924 1726884958.06954: checking to see if all hosts have failed and the running result is not ok 11924 1726884958.06957: done checking to see if all hosts have failed 11924 1726884958.06957: getting the remaining hosts for this loop 11924 1726884958.06959: done getting the remaining hosts for this loop 11924 1726884958.06965: getting the next task for host managed_node2 11924 1726884958.06971: done getting next task for host managed_node2 11924 1726884958.06974: ^ task is: TASK: Collect info about the volumes. 11924 1726884958.06977: ^ 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 11924 1726884958.06981: getting variables 11924 1726884958.06982: in VariableManager get_vars() 11924 1726884958.07024: Calling all_inventory to load vars for managed_node2 11924 1726884958.07027: Calling groups_inventory to load vars for managed_node2 11924 1726884958.07030: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884958.07040: Calling all_plugins_play to load vars for managed_node2 11924 1726884958.07043: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884958.07045: Calling groups_plugins_play to load vars for managed_node2 11924 1726884958.08283: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884958.09669: done with get_vars() 11924 1726884958.09689: 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 22:15:58 -0400 (0:00:00.105) 0:02:03.437 ****** 11924 1726884958.09885: entering _queue_task() for managed_node2/fedora.linux_system_roles.blockdev_info 11924 1726884958.10576: worker is 1 (out of 1 available) 11924 1726884958.10590: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blockdev_info 11924 1726884958.10606: done queuing things up, now waiting for results queue to drain 11924 1726884958.10607: waiting for pending results... 11924 1726884958.11288: running TaskExecutor() for managed_node2/TASK: Collect info about the volumes. 11924 1726884958.11470: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003e9f 11924 1726884958.11578: variable 'ansible_search_path' from source: unknown 11924 1726884958.11621: calling self._execute() 11924 1726884958.11894: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884958.11938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884958.12162: variable 'omit' from source: magic vars 11924 1726884958.12280: variable 'omit' from source: magic vars 11924 1726884958.12335: variable 'omit' from source: magic vars 11924 1726884958.12462: variable 'omit' from source: magic vars 11924 1726884958.12523: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884958.12639: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884958.12670: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884958.12728: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884958.12925: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884958.12929: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884958.12932: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884958.12934: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884958.12937: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884958.12938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884958.13131: Set connection var ansible_shell_executable to /bin/sh 11924 1726884958.13252: Set connection var ansible_connection to ssh 11924 1726884958.13266: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884958.13275: Set connection var ansible_timeout to 10 11924 1726884958.13283: Set connection var ansible_pipelining to False 11924 1726884958.13290: Set connection var ansible_shell_type to sh 11924 1726884958.13325: variable 'ansible_shell_executable' from source: unknown 11924 1726884958.13332: variable 'ansible_connection' from source: unknown 11924 1726884958.13339: variable 'ansible_module_compression' from source: unknown 11924 1726884958.13371: variable 'ansible_shell_type' from source: unknown 11924 1726884958.13377: variable 'ansible_shell_executable' from source: unknown 11924 1726884958.13382: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884958.13388: variable 'ansible_pipelining' from source: unknown 11924 1726884958.13393: variable 'ansible_timeout' from source: unknown 11924 1726884958.13399: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884958.13913: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884958.13917: variable 'omit' from source: magic vars 11924 1726884958.13920: starting attempt loop 11924 1726884958.13923: running the handler 11924 1726884958.13925: _low_level_execute_command(): starting 11924 1726884958.13927: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884958.15443: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884958.15464: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884958.15516: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884958.15549: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884958.15667: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884958.15732: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884958.17443: stdout chunk (state=3): >>>/root <<< 11924 1726884958.17572: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884958.17607: stderr chunk (state=3): >>><<< 11924 1726884958.17660: stdout chunk (state=3): >>><<< 11924 1726884958.17693: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884958.17963: _low_level_execute_command(): starting 11924 1726884958.17967: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884958.1786559-17556-247025903132490 `" && echo ansible-tmp-1726884958.1786559-17556-247025903132490="` echo /root/.ansible/tmp/ansible-tmp-1726884958.1786559-17556-247025903132490 `" ) && sleep 0' 11924 1726884958.19172: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884958.19241: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884958.19262: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884958.19485: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884958.21359: stdout chunk (state=3): >>>ansible-tmp-1726884958.1786559-17556-247025903132490=/root/.ansible/tmp/ansible-tmp-1726884958.1786559-17556-247025903132490 <<< 11924 1726884958.21512: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884958.21522: stdout chunk (state=3): >>><<< 11924 1726884958.21532: stderr chunk (state=3): >>><<< 11924 1726884958.21554: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884958.1786559-17556-247025903132490=/root/.ansible/tmp/ansible-tmp-1726884958.1786559-17556-247025903132490 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884958.21722: variable 'ansible_module_compression' from source: unknown 11924 1726884958.21773: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blockdev_info-ZIP_DEFLATED 11924 1726884958.21900: variable 'ansible_facts' from source: unknown 11924 1726884958.22261: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884958.1786559-17556-247025903132490/AnsiballZ_blockdev_info.py 11924 1726884958.22323: Sending initial data 11924 1726884958.22331: Sent initial data (162 bytes) 11924 1726884958.23964: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884958.23993: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884958.24017: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884958.24036: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884958.24234: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884958.25860: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884958.25903: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884958.25977: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpkpn1znq8 /root/.ansible/tmp/ansible-tmp-1726884958.1786559-17556-247025903132490/AnsiballZ_blockdev_info.py <<< 11924 1726884958.25989: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884958.1786559-17556-247025903132490/AnsiballZ_blockdev_info.py" <<< 11924 1726884958.26062: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpkpn1znq8" to remote "/root/.ansible/tmp/ansible-tmp-1726884958.1786559-17556-247025903132490/AnsiballZ_blockdev_info.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884958.1786559-17556-247025903132490/AnsiballZ_blockdev_info.py" <<< 11924 1726884958.27419: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884958.27431: stdout chunk (state=3): >>><<< 11924 1726884958.27445: stderr chunk (state=3): >>><<< 11924 1726884958.27524: done transferring module to remote 11924 1726884958.27779: _low_level_execute_command(): starting 11924 1726884958.27783: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884958.1786559-17556-247025903132490/ /root/.ansible/tmp/ansible-tmp-1726884958.1786559-17556-247025903132490/AnsiballZ_blockdev_info.py && sleep 0' 11924 1726884958.28867: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884958.29376: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884958.30107: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884958.30186: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884958.32164: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884958.32168: stdout chunk (state=3): >>><<< 11924 1726884958.32170: stderr chunk (state=3): >>><<< 11924 1726884958.32187: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884958.32200: _low_level_execute_command(): starting 11924 1726884958.32211: _low_level_execute_command(): using become for this command 11924 1726884958.32232: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-psfvamlklpoxecehdfggkqlbtdkgslcu ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884958.1786559-17556-247025903132490/AnsiballZ_blockdev_info.py'"'"' && sleep 0' 11924 1726884958.32882: Initial state: awaiting_escalation: BECOME-SUCCESS-psfvamlklpoxecehdfggkqlbtdkgslcu 11924 1726884958.33750: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884958.34179: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884958.34370: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884958.37553: stdout chunk (state=1): >>>BECOME-SUCCESS-psfvamlklpoxecehdfggkqlbtdkgslcu <<< 11924 1726884958.37560: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-psfvamlklpoxecehdfggkqlbtdkgslcu' 11924 1726884958.37869: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884958.37904: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884958.38079: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884958.38186: 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' # <<< 11924 1726884958.38198: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884958.38237: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884958.38254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884958.38277: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6dbc3e0> <<< 11924 1726884958.38298: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6d8ba10> <<< 11924 1726884958.38313: 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 0x7f82b6dbe930> <<< 11924 1726884958.38392: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884958.38586: stdout chunk (state=3): >>>import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # <<< 11924 1726884958.38719: 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 0x7f82b6dccfe0> <<< 11924 1726884958.38863: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6dcdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884958.39200: 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 <<< 11924 1726884958.39351: 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 0x7f82b6bf3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6bf3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884958.39372: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884958.39422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884958.39447: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884958.39484: 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 0x7f82b6c237a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884958.39514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884958.39527: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c23e30> import '_collections' # <<< 11924 1726884958.39579: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c03aa0> import '_functools' # <<< 11924 1726884958.39621: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c011c0> <<< 11924 1726884958.39794: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6bf0f80> <<< 11924 1726884958.39798: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884958.39816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884958.39842: 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' <<< 11924 1726884958.40074: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c47710> <<< 11924 1726884958.40095: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c46330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c021b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6bf2840> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c78740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6bf0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6c78bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c78aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884958.40124: 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 0x7f82b6c78e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6be6d20> <<< 11924 1726884958.40151: 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 <<< 11924 1726884958.40188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884958.40212: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c79520> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c791f0> import 'importlib.machinery' # <<< 11924 1726884958.40243: 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' <<< 11924 1726884958.40276: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c7a420> import 'importlib.util' # <<< 11924 1726884958.40304: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884958.40316: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884958.40350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884958.40384: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884958.40395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c905f0> import 'errno' # <<< 11924 1726884958.40424: 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 0x7f82b6c91cd0> <<< 11924 1726884958.40461: 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' <<< 11924 1726884958.40586: 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 0x7f82b6c92b70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6c931a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c920c0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884958.40630: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884958.40662: 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 0x7f82b6c93c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c93350> <<< 11924 1726884958.40691: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c78da0> <<< 11924 1726884958.40716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884958.40736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884958.40771: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884958.40996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884958.41000: 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 0x7f82b6a13b30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6a40560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a402f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6a40590> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884958.41016: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884958.41153: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6a40e90> <<< 11924 1726884958.41428: 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 0x7f82b6a417c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a40770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a11cd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a42ba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a418e0> <<< 11924 1726884958.41452: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c7ab10> <<< 11924 1726884958.41470: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884958.41536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884958.41550: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884958.41586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884958.41612: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a6aea0> <<< 11924 1726884958.41674: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884958.41686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884958.41716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884958.41776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a93260> <<< 11924 1726884958.41794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884958.41848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884958.41891: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884958.41920: 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 0x7f82b6abbfb0> <<< 11924 1726884958.41936: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884958.41986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884958.41998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884958.42076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884958.42120: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6aee750> <<< 11924 1726884958.42202: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6aec110> <<< 11924 1726884958.42228: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a93ef0> <<< 11924 1726884958.42263: 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 0x7f82b68fd0d0> <<< 11924 1726884958.42302: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a92060> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a43aa0> <<< 11924 1726884958.42414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884958.42417: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f82b6a92660> <<< 11924 1726884958.42600: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_vreuihbn/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' # zipimport: zlib available <<< 11924 1726884958.42708: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.42735: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884958.42849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884958.42853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884958.42870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884958.42901: 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' <<< 11924 1726884958.42932: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b694ad50> import '_typing' # <<< 11924 1726884958.43206: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b692dc40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b692cda0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884958.43209: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.44615: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.45741: 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' <<< 11924 1726884958.45770: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6949040> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884958.45987: 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 0x7f82b69825d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6982360> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6981ca0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884958.46021: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b69826c0> <<< 11924 1726884958.46042: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6d8a9c0> import 'atexit' # <<< 11924 1726884958.46058: 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 0x7f82b69832f0> <<< 11924 1726884958.46084: 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 0x7f82b6983530> <<< 11924 1726884958.46105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884958.46161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884958.46173: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884958.46217: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6983a70> import 'pwd' # <<< 11924 1726884958.46242: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884958.46264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884958.46305: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6319790> <<< 11924 1726884958.46342: 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 0x7f82b631b440> <<< 11924 1726884958.46376: 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' <<< 11924 1726884958.46498: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b631bd40> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b631cf20> <<< 11924 1726884958.46516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884958.46545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884958.46565: 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' <<< 11924 1726884958.46619: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b631f9e0> <<< 11924 1726884958.46652: 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 0x7f82b692ee40> <<< 11924 1726884958.46674: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b631dca0> <<< 11924 1726884958.46695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884958.46795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884958.46826: 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 <<< 11924 1726884958.46845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b63278f0> import '_tokenize' # <<< 11924 1726884958.46928: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b63263c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6326120> <<< 11924 1726884958.46994: 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' <<< 11924 1726884958.47027: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6326690> <<< 11924 1726884958.47050: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b631e1b0> <<< 11924 1726884958.47154: 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 0x7f82b636bb60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b636bd40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884958.47176: 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' <<< 11924 1726884958.47209: 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 0x7f82b636d7f0> <<< 11924 1726884958.47235: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b636d5b0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884958.47601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884958.47605: 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 0x7f82b636fd40> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b636dee0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6373530> <<< 11924 1726884958.47689: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b636fec0> <<< 11924 1726884958.47750: stdout 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 0x7f82b6374590> <<< 11924 1726884958.47776: stdout 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 0x7f82b63743b0> <<< 11924 1726884958.47823: stdout 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 0x7f82b6374650> <<< 11924 1726884958.47845: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b636bfe0> <<< 11924 1726884958.47871: 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' <<< 11924 1726884958.47885: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884958.47906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884958.47928: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884958.47958: 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 0x7f82b6377ef0> <<< 11924 1726884958.48107: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884958.48145: 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 0x7f82b6201160> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6376660> <<< 11924 1726884958.48178: 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 0x7f82b6377a10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b63762a0> # zipimport: zlib available <<< 11924 1726884958.48206: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884958.48258: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.48306: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.48405: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.48420: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884958.48573: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884958.48585: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884958.48615: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.48705: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.49476: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.49822: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884958.49843: 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' # <<< 11924 1726884958.49876: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884958.49907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884958.49928: 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 0x7f82b62053d0> <<< 11924 1726884958.50022: 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' <<< 11924 1726884958.50049: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6206180> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b62015b0> <<< 11924 1726884958.50113: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884958.50141: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.50160: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884958.50179: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.50321: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.50480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884958.50506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6206150> # zipimport: zlib available <<< 11924 1726884958.50977: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.51426: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.51500: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.51577: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884958.51589: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.51624: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.51668: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884958.51743: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.51829: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884958.51971: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884958.51984: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884958.52008: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884958.52200: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.52438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884958.52498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884958.52553: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884958.52584: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b62072f0> <<< 11924 1726884958.52626: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.52914: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884958.52939: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.52986: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.53042: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.53109: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884958.53163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884958.53241: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6211ac0> <<< 11924 1726884958.53358: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b620fa10> <<< 11924 1726884958.53371: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 11924 1726884958.53378: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884958.53459: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884958.53491: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.53527: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884958.53598: 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 <<< 11924 1726884958.53621: 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 <<< 11924 1726884958.53672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884958.53770: 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' <<< 11924 1726884958.53774: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b69ca630> <<< 11924 1726884958.53862: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b69a6300> <<< 11924 1726884958.53993: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6211be0> <<< 11924 1726884958.54015: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b62013d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884958.54051: 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 <<< 11924 1726884958.54084: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 11924 1726884958.54119: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 11924 1726884958.54284: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884958.54288: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 11924 1726884958.54302: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884958.54329: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.54446: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.55385: stdout chunk (state=3): >>> {"info": {"/dev/sda": {"name": "/dev/sda", "fstype": "LVM2_member", "label": "", "uuid": "BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/mapper/foo-test1": {"name": "/dev/mapper/foo-test1", "fstype": "", "label": "", "uuid": "", "type": "lvm", "size": "5G", "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": {}}} <<< 11924 1726884958.55416: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884958.55883: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884958.55999: 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 <<< 11924 1726884958.56324: stdout chunk (state=3): >>># cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 11924 1726884958.56335: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884958.56362: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct <<< 11924 1726884958.56412: stdout chunk (state=3): >>># destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 11924 1726884958.56415: stdout chunk (state=3): >>># destroy ipaddress <<< 11924 1726884958.56433: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884958.56472: 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 <<< 11924 1726884958.56518: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 11924 1726884958.56527: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884958.56560: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 11924 1726884958.56579: stdout chunk (state=3): >>># destroy datetime <<< 11924 1726884958.56598: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884958.56637: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884958.56721: 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 <<< 11924 1726884958.56786: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 11924 1726884958.56792: 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 <<< 11924 1726884958.56940: 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 # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884958.56971: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 11924 1726884958.57007: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884958.57062: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884958.57108: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884958.57114: 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 <<< 11924 1726884958.57117: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884958.57219: 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 <<< 11924 1726884958.57242: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 11924 1726884958.57286: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884958.57291: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 11924 1726884958.57322: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884958.57871: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884958.57970: stderr chunk (state=3): >>><<< 11924 1726884958.57974: stdout chunk (state=3): >>><<< 11924 1726884958.58092: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6dbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6d8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6dbe930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6dccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6dcdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6bf3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6bf3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c237a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c23e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c03aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c011c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6bf0f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c47710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c46330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c021b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6bf2840> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c78740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6bf0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6c78bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c78aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6c78e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6be6d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c79520> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c791f0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c7a420> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c905f0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6c91cd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c92b70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6c931a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c920c0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6c93c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c93350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c78da0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6a13b30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6a40560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a402f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6a40590> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6a40e90> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6a417c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a40770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a11cd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a42ba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a418e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6c7ab10> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a6aea0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a93260> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6abbfb0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6aee750> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6aec110> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a93ef0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b68fd0d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a92060> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6a43aa0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f82b6a92660> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_vreuihbn/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 0x7f82b694ad50> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b692dc40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b692cda0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6949040> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b69825d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6982360> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6981ca0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b69826c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6d8a9c0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b69832f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6983530> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6983a70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6319790> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b631b440> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b631bd40> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b631cf20> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b631f9e0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b692ee40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b631dca0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b63278f0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b63263c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6326120> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6326690> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b631e1b0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b636bb60> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b636bd40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b636d7f0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b636d5b0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b636fd40> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b636dee0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6373530> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b636fec0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6374590> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b63743b0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6374650> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b636bfe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6377ef0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6201160> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6376660> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6377a10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b63762a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b62053d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6206180> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b62015b0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6206150> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b62072f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f82b6211ac0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b620fa10> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b69ca630> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b69a6300> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b6211be0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f82b62013d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": "LVM2_member", "label": "", "uuid": "BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp", "type": "disk", "size": "10G", "mountpoint": ""}, "/dev/mapper/foo-test1": {"name": "/dev/mapper/foo-test1", "fstype": "", "label": "", "uuid": "", "type": "lvm", "size": "5G", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884958.59591: 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-1726884958.1786559-17556-247025903132490/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884958.59595: _low_level_execute_command(): starting 11924 1726884958.59597: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884958.1786559-17556-247025903132490/ > /dev/null 2>&1 && sleep 0' 11924 1726884958.59698: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884958.59702: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884958.59705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884958.59787: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884958.59792: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884958.59980: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884958.59983: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884958.60086: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884958.62001: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884958.62215: stderr chunk (state=3): >>><<< 11924 1726884958.62218: stdout chunk (state=3): >>><<< 11924 1726884958.62221: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884958.62224: handler run complete 11924 1726884958.62226: Evaluated conditional (False): False 11924 1726884958.62228: attempt loop complete, returning result 11924 1726884958.62230: _execute() done 11924 1726884958.62232: dumping result to json 11924 1726884958.62233: done dumping result, returning 11924 1726884958.62236: done running TaskExecutor() for managed_node2/TASK: Collect info about the volumes. [0affc8a3-6f6f-f4c0-2290-000000003e9f] 11924 1726884958.62325: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e9f 11924 1726884958.62658: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003e9f 11924 1726884958.62662: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "info": { "/dev/mapper/foo-test1": { "fstype": "", "label": "", "mountpoint": "", "name": "/dev/mapper/foo-test1", "size": "5G", "type": "lvm", "uuid": "" }, "/dev/sda": { "fstype": "LVM2_member", "label": "", "mountpoint": "", "name": "/dev/sda", "size": "10G", "type": "disk", "uuid": "BBJll2-4jzR-PEuK-C5xc-EVV2-e7aU-orWFHp" }, "/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" } } } 11924 1726884958.62808: no more pending results, returning what we have 11924 1726884958.62814: results queue empty 11924 1726884958.62815: checking for any_errors_fatal 11924 1726884958.62825: done checking for any_errors_fatal 11924 1726884958.62825: checking for max_fail_percentage 11924 1726884958.62831: done checking for max_fail_percentage 11924 1726884958.62832: checking to see if all hosts have failed and the running result is not ok 11924 1726884958.62833: done checking to see if all hosts have failed 11924 1726884958.62833: getting the remaining hosts for this loop 11924 1726884958.62835: done getting the remaining hosts for this loop 11924 1726884958.62839: getting the next task for host managed_node2 11924 1726884958.62848: done getting next task for host managed_node2 11924 1726884958.62850: ^ task is: TASK: Read the /etc/fstab file for volume existence 11924 1726884958.62853: ^ 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 11924 1726884958.63164: getting variables 11924 1726884958.63167: in VariableManager get_vars() 11924 1726884958.63213: Calling all_inventory to load vars for managed_node2 11924 1726884958.63216: Calling groups_inventory to load vars for managed_node2 11924 1726884958.63220: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884958.63233: Calling all_plugins_play to load vars for managed_node2 11924 1726884958.63236: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884958.63239: Calling groups_plugins_play to load vars for managed_node2 11924 1726884958.64890: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884958.66250: done with get_vars() 11924 1726884958.66271: done getting variables 11924 1726884958.66454: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:58 -0400 (0:00:00.566) 0:02:04.003 ****** 11924 1726884958.66490: entering _queue_task() for managed_node2/command 11924 1726884958.67784: worker is 1 (out of 1 available) 11924 1726884958.67799: exiting _queue_task() for managed_node2/command 11924 1726884958.67817: done queuing things up, now waiting for results queue to drain 11924 1726884958.67819: waiting for pending results... 11924 1726884958.68277: running TaskExecutor() for managed_node2/TASK: Read the /etc/fstab file for volume existence 11924 1726884958.68592: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003ea0 11924 1726884958.68719: variable 'ansible_search_path' from source: unknown 11924 1726884958.68752: calling self._execute() 11924 1726884958.68987: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884958.68991: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884958.69026: variable 'omit' from source: magic vars 11924 1726884958.69366: variable 'omit' from source: magic vars 11924 1726884958.69403: variable 'omit' from source: magic vars 11924 1726884958.69433: variable 'omit' from source: magic vars 11924 1726884958.69787: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884958.69792: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884958.69795: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884958.69814: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884958.69833: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884958.69858: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884958.69915: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884958.69994: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884958.70008: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884958.70211: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884958.70280: Set connection var ansible_shell_executable to /bin/sh 11924 1726884958.70333: Set connection var ansible_connection to ssh 11924 1726884958.70367: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884958.70377: Set connection var ansible_timeout to 10 11924 1726884958.70543: Set connection var ansible_pipelining to False 11924 1726884958.70547: Set connection var ansible_shell_type to sh 11924 1726884958.70550: variable 'ansible_shell_executable' from source: unknown 11924 1726884958.70552: variable 'ansible_connection' from source: unknown 11924 1726884958.70556: variable 'ansible_module_compression' from source: unknown 11924 1726884958.70559: variable 'ansible_shell_type' from source: unknown 11924 1726884958.70562: variable 'ansible_shell_executable' from source: unknown 11924 1726884958.70564: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884958.70566: variable 'ansible_pipelining' from source: unknown 11924 1726884958.70569: variable 'ansible_timeout' from source: unknown 11924 1726884958.70571: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884958.70895: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884958.71062: variable 'omit' from source: magic vars 11924 1726884958.71066: starting attempt loop 11924 1726884958.71069: running the handler 11924 1726884958.71072: _low_level_execute_command(): starting 11924 1726884958.71074: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884958.72586: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884958.72675: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884958.72690: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884958.72759: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884958.74638: stdout chunk (state=3): >>>/root <<< 11924 1726884958.74642: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884958.74679: stderr chunk (state=3): >>><<< 11924 1726884958.74683: stdout chunk (state=3): >>><<< 11924 1726884958.74717: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884958.74743: _low_level_execute_command(): starting 11924 1726884958.74754: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884958.747286-17587-145449393917878 `" && echo ansible-tmp-1726884958.747286-17587-145449393917878="` echo /root/.ansible/tmp/ansible-tmp-1726884958.747286-17587-145449393917878 `" ) && sleep 0' 11924 1726884958.76007: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884958.76319: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884958.76671: 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 <<< 11924 1726884958.78429: stdout chunk (state=3): >>>ansible-tmp-1726884958.747286-17587-145449393917878=/root/.ansible/tmp/ansible-tmp-1726884958.747286-17587-145449393917878 <<< 11924 1726884958.78596: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884958.78653: stderr chunk (state=3): >>><<< 11924 1726884958.78669: stdout chunk (state=3): >>><<< 11924 1726884958.78720: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884958.747286-17587-145449393917878=/root/.ansible/tmp/ansible-tmp-1726884958.747286-17587-145449393917878 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884958.78824: variable 'ansible_module_compression' from source: unknown 11924 1726884958.78889: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884958.79002: variable 'ansible_facts' from source: unknown 11924 1726884958.79264: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884958.747286-17587-145449393917878/AnsiballZ_command.py 11924 1726884958.79592: Sending initial data 11924 1726884958.79602: Sent initial data (155 bytes) 11924 1726884958.80929: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884958.81027: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884958.81249: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884958.81264: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884958.81359: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884958.83047: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884958.83090: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884958.83176: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp8lfe3mil /root/.ansible/tmp/ansible-tmp-1726884958.747286-17587-145449393917878/AnsiballZ_command.py <<< 11924 1726884958.83185: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884958.747286-17587-145449393917878/AnsiballZ_command.py" <<< 11924 1726884958.83403: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp8lfe3mil" to remote "/root/.ansible/tmp/ansible-tmp-1726884958.747286-17587-145449393917878/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884958.747286-17587-145449393917878/AnsiballZ_command.py" <<< 11924 1726884958.84628: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884958.84705: stderr chunk (state=3): >>><<< 11924 1726884958.84716: stdout chunk (state=3): >>><<< 11924 1726884958.84835: done transferring module to remote 11924 1726884958.84838: _low_level_execute_command(): starting 11924 1726884958.84841: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884958.747286-17587-145449393917878/ /root/.ansible/tmp/ansible-tmp-1726884958.747286-17587-145449393917878/AnsiballZ_command.py && sleep 0' 11924 1726884958.85984: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884958.85988: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884958.87062: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884958.87065: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884958.87077: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884958.88893: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884958.88928: stderr chunk (state=3): >>><<< 11924 1726884958.88938: stdout chunk (state=3): >>><<< 11924 1726884958.89003: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884958.89220: _low_level_execute_command(): starting 11924 1726884958.89224: _low_level_execute_command(): using become for this command 11924 1726884958.89228: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-pmimxlhtowywrutcvvhtwmuiceihuihg ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884958.747286-17587-145449393917878/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884958.89581: Initial state: awaiting_escalation: BECOME-SUCCESS-pmimxlhtowywrutcvvhtwmuiceihuihg 11924 1726884958.90424: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884958.90475: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884958.90487: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884958.90504: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884958.90522: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884958.90646: 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.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884958.90762: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884958.90860: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884958.93853: stdout chunk (state=1): >>>BECOME-SUCCESS-pmimxlhtowywrutcvvhtwmuiceihuihg <<< 11924 1726884958.94076: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-pmimxlhtowywrutcvvhtwmuiceihuihg' 11924 1726884958.94244: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # <<< 11924 1726884958.94264: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884958.94312: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884958.94447: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884958.94477: 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' <<< 11924 1726884958.94506: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884958.94519: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884958.94547: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884958.94582: 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 0x7f4bcfdbc3e0> <<< 11924 1726884958.94619: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfd8ba10> <<< 11924 1726884958.94674: 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 0x7f4bcfdbe930> import '_signal' # import '_abc' # import 'abc' # <<< 11924 1726884958.94697: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884958.94728: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884958.94858: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884958.94863: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884958.94910: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884958.94914: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884958.94954: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884958.94960: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884958.95069: 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' <<< 11924 1726884958.95087: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfdccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfdcdfd0> <<< 11924 1726884958.95107: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884958.95130: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884958.95364: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884958.95448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884958.95452: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884958.95487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884958.95498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884958.95569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfbb3dd0> <<< 11924 1726884958.95573: 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' <<< 11924 1726884958.95729: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfbb3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884958.95732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884958.95734: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884958.95770: 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 0x7f4bcfbe37a0> <<< 11924 1726884958.95896: 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 0x7f4bcfbe3e30> <<< 11924 1726884958.95899: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfbc3aa0> import '_functools' # <<< 11924 1726884958.95912: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfbc11c0> <<< 11924 1726884958.95997: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfbb0f80> <<< 11924 1726884958.96018: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884958.96043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884958.96205: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884958.96209: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884958.96211: 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 0x7f4bcfc07710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc06330> <<< 11924 1726884958.96226: 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 0x7f4bcfbc21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfbb2e70> <<< 11924 1726884958.96281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884958.96299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc38740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfbb0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884958.96342: 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 0x7f4bcfc38bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc38aa0> <<< 11924 1726884958.96388: 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 0x7f4bcfc38e90> <<< 11924 1726884958.96427: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfba6d20> <<< 11924 1726884958.96526: 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 <<< 11924 1726884958.96568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc39550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc39220> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc3a450> <<< 11924 1726884958.96584: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884958.96660: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884958.96683: 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 0x7f4bcfc54650> import 'errno' # <<< 11924 1726884958.96719: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884958.96728: 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 0x7f4bcfc55d90> <<< 11924 1726884958.96786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884958.96794: 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 <<< 11924 1726884958.96885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc56c30> <<< 11924 1726884958.96888: 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 0x7f4bcfc57290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc56180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884958.96925: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884958.96936: 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 0x7f4bcfc57d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc57440> <<< 11924 1726884958.97083: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc3a480> <<< 11924 1726884958.97099: 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' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884958.97123: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf9e7c20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884958.97147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884958.97177: 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 0x7f4bcfa10740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa104a0> <<< 11924 1726884958.97224: 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 0x7f4bcfa10770> <<< 11924 1726884958.97261: 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' <<< 11924 1726884958.97416: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884958.97443: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcfa110a0> <<< 11924 1726884958.97561: 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 0x7f4bcfa11a90> <<< 11924 1726884958.97584: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa10950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf9e5dc0> <<< 11924 1726884958.97603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884958.97631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884958.97668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884958.97706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa12e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa11910> <<< 11924 1726884958.97772: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc3ab70> <<< 11924 1726884958.97787: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884958.97802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884958.97827: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884958.97962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884958.97995: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa3f110> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884958.98006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884958.98197: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa674a0> <<< 11924 1726884958.98200: 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' <<< 11924 1726884958.98225: 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 0x7f4bcfac0260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884958.98240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884958.98270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884958.98308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884958.98397: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfac29c0> <<< 11924 1726884958.98471: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfac0380> <<< 11924 1726884958.98509: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa8d280> <<< 11924 1726884958.98550: 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 0x7f4bcf325310> <<< 11924 1726884958.98608: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa662d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa13ce0> <<< 11924 1726884958.98678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884958.98726: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4bcfa66630> <<< 11924 1726884958.98866: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_b9tl3sif/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 11924 1726884958.99063: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884958.99091: 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 <<< 11924 1726884958.99150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884958.99193: 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' <<< 11924 1726884958.99208: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf37b020> import '_typing' # <<< 11924 1726884958.99419: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf35df10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf35d0d0> # zipimport: zlib available <<< 11924 1726884958.99443: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884958.99531: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884959.01289: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.02056: 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 0x7f4bcf379310> <<< 11924 1726884959.02083: 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' <<< 11924 1726884959.02116: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884959.02143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884959.02153: 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' <<< 11924 1726884959.02180: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884959.02195: 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 0x7f4bcf3a6870> <<< 11924 1726884959.02226: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf3a6600> <<< 11924 1726884959.02249: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf3a5f70> <<< 11924 1726884959.02279: 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' <<< 11924 1726884959.02327: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf3a6990> <<< 11924 1726884959.02347: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa10440> import 'atexit' # <<< 11924 1726884959.02470: 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 0x7f4bcf3a75f0> <<< 11924 1726884959.02495: 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 0x7f4bcf3a7830> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884959.02524: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf3a7d70> <<< 11924 1726884959.02551: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884959.02581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884959.02686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884959.02701: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf211b50> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf213770> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884959.02736: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf218170> <<< 11924 1726884959.02761: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884959.02811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884959.02828: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf219070> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884959.02886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884959.03027: 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' <<< 11924 1726884959.03031: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf21bdd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcfa3f080> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf21a090> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884959.03050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884959.03081: 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' <<< 11924 1726884959.03112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884959.03129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884959.03207: 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 0x7f4bcf21fc50> <<< 11924 1726884959.03214: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884959.03262: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf21e720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf21e480> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884959.03336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884959.03360: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf21e9f0> <<< 11924 1726884959.03375: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf21a5a0> <<< 11924 1726884959.03409: 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 0x7f4bcf263ec0> <<< 11924 1726884959.03566: 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 0x7f4bcf263f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf265a90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf265880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884959.03684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884959.03735: 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 0x7f4bcf267fb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf266120> <<< 11924 1726884959.03769: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884959.03797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884959.03822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884959.03845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884959.03983: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf26b6e0> <<< 11924 1726884959.04016: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf267f20> <<< 11924 1726884959.04079: stdout 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 0x7f4bcf26c440> <<< 11924 1726884959.04110: stdout 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 0x7f4bcf26c6e0> <<< 11924 1726884959.04146: stdout 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 0x7f4bcf26ca70> <<< 11924 1726884959.04174: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf264200> <<< 11924 1726884959.04204: 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 <<< 11924 1726884959.04317: 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 0x7f4bcf2f8200> <<< 11924 1726884959.04434: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884959.04460: 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 0x7f4bcf2f9640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf26e9c0> <<< 11924 1726884959.04480: 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 0x7f4bcf26fd70> <<< 11924 1726884959.04509: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf26e600> # zipimport: zlib available <<< 11924 1726884959.04541: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884959.04780: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.04784: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884959.04787: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884959.04800: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884959.04815: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.04923: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.05124: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.05615: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.06138: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884959.06175: 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 <<< 11924 1726884959.06204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884959.06302: 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 0x7f4bcf2fd8b0> <<< 11924 1726884959.06337: 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' <<< 11924 1726884959.06370: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf2fe630> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfd8af60> <<< 11924 1726884959.06426: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884959.06457: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.06520: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884959.06715: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.06786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884959.06818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf2fe2d0> # zipimport: zlib available <<< 11924 1726884959.07581: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.07708: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.07775: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.07853: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884959.07915: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884959.07941: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884959.07951: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.08019: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.08098: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884959.08131: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884959.08150: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884959.08186: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.08240: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884959.08243: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.08466: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.08695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884959.08765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884959.08785: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884959.08881: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf2ff800> # zipimport: zlib available <<< 11924 1726884959.08970: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.09016: 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' # <<< 11924 1726884959.09037: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.09079: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.09213: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884959.09234: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884959.09281: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.09352: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884959.09393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884959.09482: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf109fa0> <<< 11924 1726884959.09517: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf107080> <<< 11924 1726884959.09665: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884959.09671: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.09692: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.09712: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.09767: stdout chunk (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' <<< 11924 1726884959.09888: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884959.09909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884959.09930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884959.09983: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf3fa930> <<< 11924 1726884959.10022: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf3de600> <<< 11924 1726884959.10098: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf10a060> <<< 11924 1726884959.10184: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf26d790> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884959.10264: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884959.10268: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.10300: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884959.10508: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.10511: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.10516: 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' <<< 11924 1726884959.10531: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf26cb90> <<< 11924 1726884959.10616: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.11341: 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 22:15:59.106782", "end": "2024-09-20 22:15:59.109880", "delta": "0:00:00.003098", "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__ <<< 11924 1726884959.11583: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884959.11607: 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 <<< 11924 1726884959.11663: 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 <<< 11924 1726884959.11711: 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 <<< 11924 1726884959.11749: 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.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 11924 1726884959.12014: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884959.12035: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884959.12063: 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 <<< 11924 1726884959.12088: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884959.12127: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884959.12158: 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 <<< 11924 1726884959.12182: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 11924 1726884959.12236: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884959.12264: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime <<< 11924 1726884959.12294: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884959.12334: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884959.12369: 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 <<< 11924 1726884959.12385: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 11924 1726884959.12438: 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 <<< 11924 1726884959.12441: 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 <<< 11924 1726884959.12542: 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 <<< 11924 1726884959.12644: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884959.12708: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884959.12711: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884959.12789: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884959.12793: 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 <<< 11924 1726884959.12795: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884959.12993: 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 <<< 11924 1726884959.13496: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884959.13753: stderr chunk (state=3): >>><<< 11924 1726884959.13759: stdout chunk (state=3): >>><<< 11924 1726884959.13774: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfdbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfd8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfdbe930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfdccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfdcdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfbb3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfbb3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfbe37a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfbe3e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfbc3aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfbc11c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfbb0f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc07710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc06330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfbc21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfbb2e70> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc38740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfbb0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcfc38bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc38aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcfc38e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfba6d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc39550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc39220> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc3a450> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc54650> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcfc55d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc56c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcfc57290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc56180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcfc57d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc57440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc3a480> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf9e7c20> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcfa10740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa104a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcfa10770> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcfa110a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcfa11a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa10950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf9e5dc0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa12e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa11910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfc3ab70> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa3f110> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa674a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfac0260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfac29c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfac0380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa8d280> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf325310> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa662d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa13ce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f4bcfa66630> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_b9tl3sif/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 0x7f4bcf37b020> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf35df10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf35d0d0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf379310> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf3a6870> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf3a6600> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf3a5f70> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf3a6990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfa10440> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf3a75f0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf3a7830> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf3a7d70> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf211b50> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf213770> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf218170> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf219070> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf21bdd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcfa3f080> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf21a090> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf21fc50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf21e720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf21e480> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf21e9f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf21a5a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf263ec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf263f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf265a90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf265880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf267fb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf266120> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf26b6e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf267f20> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf26c440> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf26c6e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf26ca70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf264200> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf2f8200> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf2f9640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf26e9c0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf26fd70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf26e600> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf2fd8b0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf2fe630> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcfd8af60> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf2fe2d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf2ff800> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4bcf109fa0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf107080> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf3fa930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf3de600> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf10a060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4bcf26d790> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f4bcf26cb90> # 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 22:15:59.106782", "end": "2024-09-20 22:15:59.109880", "delta": "0:00:00.003098", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884959.15250: 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-1726884958.747286-17587-145449393917878/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884959.15254: _low_level_execute_command(): starting 11924 1726884959.15258: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884958.747286-17587-145449393917878/ > /dev/null 2>&1 && sleep 0' 11924 1726884959.15787: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884959.15827: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884959.16022: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884959.16165: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884959.16312: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884959.18205: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884959.18209: stdout chunk (state=3): >>><<< 11924 1726884959.18219: stderr chunk (state=3): >>><<< 11924 1726884959.18237: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884959.18244: handler run complete 11924 1726884959.18325: Evaluated conditional (False): False 11924 1726884959.18336: attempt loop complete, returning result 11924 1726884959.18339: _execute() done 11924 1726884959.18342: dumping result to json 11924 1726884959.18347: done dumping result, returning 11924 1726884959.18360: done running TaskExecutor() for managed_node2/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-f4c0-2290-000000003ea0] 11924 1726884959.18363: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003ea0 ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003098", "end": "2024-09-20 22:15:59.109880", "rc": 0, "start": "2024-09-20 22:15:59.106782" } 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 11924 1726884959.18580: no more pending results, returning what we have 11924 1726884959.18585: results queue empty 11924 1726884959.18586: checking for any_errors_fatal 11924 1726884959.18770: done checking for any_errors_fatal 11924 1726884959.18771: checking for max_fail_percentage 11924 1726884959.18773: done checking for max_fail_percentage 11924 1726884959.18774: checking to see if all hosts have failed and the running result is not ok 11924 1726884959.18775: done checking to see if all hosts have failed 11924 1726884959.18776: getting the remaining hosts for this loop 11924 1726884959.18778: done getting the remaining hosts for this loop 11924 1726884959.18781: getting the next task for host managed_node2 11924 1726884959.18788: done getting next task for host managed_node2 11924 1726884959.18790: ^ task is: TASK: Read the /etc/crypttab file 11924 1726884959.18793: ^ 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 11924 1726884959.18796: getting variables 11924 1726884959.18798: in VariableManager get_vars() 11924 1726884959.18835: Calling all_inventory to load vars for managed_node2 11924 1726884959.18837: Calling groups_inventory to load vars for managed_node2 11924 1726884959.18840: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884959.18851: Calling all_plugins_play to load vars for managed_node2 11924 1726884959.18854: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884959.18875: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003ea0 11924 1726884959.18882: WORKER PROCESS EXITING 11924 1726884959.18888: Calling groups_plugins_play to load vars for managed_node2 11924 1726884959.20418: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884959.21367: done with get_vars() 11924 1726884959.21394: done getting variables 11924 1726884959.21459: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:59 -0400 (0:00:00.549) 0:02:04.553 ****** 11924 1726884959.21494: entering _queue_task() for managed_node2/command 11924 1726884959.21968: worker is 1 (out of 1 available) 11924 1726884959.21980: exiting _queue_task() for managed_node2/command 11924 1726884959.21993: done queuing things up, now waiting for results queue to drain 11924 1726884959.21994: waiting for pending results... 11924 1726884959.22320: running TaskExecutor() for managed_node2/TASK: Read the /etc/crypttab file 11924 1726884959.22613: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003ea1 11924 1726884959.22617: variable 'ansible_search_path' from source: unknown 11924 1726884959.22621: calling self._execute() 11924 1726884959.22664: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884959.22677: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884959.22699: variable 'omit' from source: magic vars 11924 1726884959.22864: variable 'omit' from source: magic vars 11924 1726884959.22918: variable 'omit' from source: magic vars 11924 1726884959.22978: variable 'omit' from source: magic vars 11924 1726884959.23045: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884959.23097: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884959.23152: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884959.23179: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884959.23198: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884959.23223: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884959.23257: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884959.23294: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884959.23303: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884959.23315: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884959.23454: Set connection var ansible_shell_executable to /bin/sh 11924 1726884959.23472: Set connection var ansible_connection to ssh 11924 1726884959.23484: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884959.23573: Set connection var ansible_timeout to 10 11924 1726884959.23577: Set connection var ansible_pipelining to False 11924 1726884959.23579: Set connection var ansible_shell_type to sh 11924 1726884959.23582: variable 'ansible_shell_executable' from source: unknown 11924 1726884959.23584: variable 'ansible_connection' from source: unknown 11924 1726884959.23586: variable 'ansible_module_compression' from source: unknown 11924 1726884959.23588: variable 'ansible_shell_type' from source: unknown 11924 1726884959.23590: variable 'ansible_shell_executable' from source: unknown 11924 1726884959.23592: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884959.23594: variable 'ansible_pipelining' from source: unknown 11924 1726884959.23596: variable 'ansible_timeout' from source: unknown 11924 1726884959.23598: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884959.23791: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884959.23820: variable 'omit' from source: magic vars 11924 1726884959.23824: starting attempt loop 11924 1726884959.23826: running the handler 11924 1726884959.23841: _low_level_execute_command(): starting 11924 1726884959.23853: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884959.24884: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884959.24890: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884959.24933: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884959.24951: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884959.24974: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884959.25148: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884959.26840: stdout chunk (state=3): >>>/root <<< 11924 1726884959.26998: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884959.27002: stdout chunk (state=3): >>><<< 11924 1726884959.27005: stderr chunk (state=3): >>><<< 11924 1726884959.27183: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884959.27187: _low_level_execute_command(): starting 11924 1726884959.27190: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884959.2705925-17610-52057331792011 `" && echo ansible-tmp-1726884959.2705925-17610-52057331792011="` echo /root/.ansible/tmp/ansible-tmp-1726884959.2705925-17610-52057331792011 `" ) && sleep 0' 11924 1726884959.28387: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884959.28452: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884959.28620: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884959.28633: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884959.28797: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884959.28843: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884959.30810: stdout chunk (state=3): >>>ansible-tmp-1726884959.2705925-17610-52057331792011=/root/.ansible/tmp/ansible-tmp-1726884959.2705925-17610-52057331792011 <<< 11924 1726884959.30985: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884959.31041: stderr chunk (state=3): >>><<< 11924 1726884959.31054: stdout chunk (state=3): >>><<< 11924 1726884959.31127: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884959.2705925-17610-52057331792011=/root/.ansible/tmp/ansible-tmp-1726884959.2705925-17610-52057331792011 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884959.31604: variable 'ansible_module_compression' from source: unknown 11924 1726884959.31608: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884959.31610: variable 'ansible_facts' from source: unknown 11924 1726884959.31633: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884959.2705925-17610-52057331792011/AnsiballZ_command.py 11924 1726884959.31936: Sending initial data 11924 1726884959.31945: Sent initial data (155 bytes) 11924 1726884959.32832: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884959.32846: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884959.32861: 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.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884959.32924: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884959.32940: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884959.32999: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884959.34597: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884959.34672: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884959.34750: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpvvsb83f8 /root/.ansible/tmp/ansible-tmp-1726884959.2705925-17610-52057331792011/AnsiballZ_command.py <<< 11924 1726884959.34771: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884959.2705925-17610-52057331792011/AnsiballZ_command.py" <<< 11924 1726884959.34804: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpvvsb83f8" to remote "/root/.ansible/tmp/ansible-tmp-1726884959.2705925-17610-52057331792011/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884959.2705925-17610-52057331792011/AnsiballZ_command.py" <<< 11924 1726884959.35673: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884959.35723: stderr chunk (state=3): >>><<< 11924 1726884959.35734: stdout chunk (state=3): >>><<< 11924 1726884959.35797: done transferring module to remote 11924 1726884959.35820: _low_level_execute_command(): starting 11924 1726884959.35900: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884959.2705925-17610-52057331792011/ /root/.ansible/tmp/ansible-tmp-1726884959.2705925-17610-52057331792011/AnsiballZ_command.py && sleep 0' 11924 1726884959.36368: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884959.36388: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884959.36432: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884959.36449: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884959.36500: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884959.38321: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884959.38344: stderr chunk (state=3): >>><<< 11924 1726884959.38352: stdout chunk (state=3): >>><<< 11924 1726884959.38362: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884959.38365: _low_level_execute_command(): starting 11924 1726884959.38370: _low_level_execute_command(): using become for this command 11924 1726884959.38382: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ttmqamhyvndxtzmggfgcutnbkcztlqok ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884959.2705925-17610-52057331792011/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884959.38460: Initial state: awaiting_escalation: BECOME-SUCCESS-ttmqamhyvndxtzmggfgcutnbkcztlqok 11924 1726884959.38840: 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 <<< 11924 1726884959.38843: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884959.38877: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884959.38880: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884959.38941: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884959.41988: stdout chunk (state=1): >>>BECOME-SUCCESS-ttmqamhyvndxtzmggfgcutnbkcztlqok <<< 11924 1726884959.42054: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ttmqamhyvndxtzmggfgcutnbkcztlqok' 11924 1726884959.42332: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884959.42522: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884959.42580: 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 <<< 11924 1726884959.42723: 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 0x7faab56183e0> <<< 11924 1726884959.42734: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab55e7a10> <<< 11924 1726884959.42820: 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 0x7faab561a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # <<< 11924 1726884959.42825: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884959.42946: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884959.42972: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # <<< 11924 1726884959.43012: 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' <<< 11924 1726884959.43040: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab542cfe0> <<< 11924 1726884959.43116: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab542dfd0> <<< 11924 1726884959.43168: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884959.43212: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884959.43509: 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 <<< 11924 1726884959.43520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884959.43735: 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 0x7faab5473e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5473ec0> <<< 11924 1726884959.43843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 11924 1726884959.43875: 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 0x7faab54a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54a3ec0> import '_collections' # <<< 11924 1726884959.43933: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5483ad0> import '_functools' # <<< 11924 1726884959.43970: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54811f0> <<< 11924 1726884959.44041: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5470fb0> <<< 11924 1726884959.44096: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884959.44100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884959.44182: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884959.44186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884959.44223: 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 0x7faab54c7800> <<< 11924 1726884959.44332: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54c4c20> <<< 11924 1726884959.44398: 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 0x7faab54f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5470230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884959.44428: 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 0x7faab54f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54f8bc0> <<< 11924 1726884959.44520: 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 0x7faab54f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5466d50> <<< 11924 1726884959.44524: 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' <<< 11924 1726884959.44565: 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 0x7faab54f9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54f92e0> import 'importlib.machinery' # <<< 11924 1726884959.44600: 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' <<< 11924 1726884959.44613: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54fa510> import 'importlib.util' # import 'runpy' # <<< 11924 1726884959.44635: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884959.44718: 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 0x7faab5510710> <<< 11924 1726884959.44804: 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 0x7faab5511df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884959.44857: 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 0x7faab5512c90> <<< 11924 1726884959.44906: 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 0x7faab55132f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab55121e0> <<< 11924 1726884959.45035: 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 0x7faab5513d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab55134a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54fa540> <<< 11924 1726884959.45038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884959.45096: 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 <<< 11924 1726884959.45147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884959.45152: 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 0x7faab52c7c50> <<< 11924 1726884959.45471: 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 0x7faab52f0770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab52f04d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab52f07a0> <<< 11924 1726884959.45475: 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' <<< 11924 1726884959.45499: 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 0x7faab52f10d0> <<< 11924 1726884959.45586: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884959.45616: 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 0x7faab52f1ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab52f0980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab52c5df0> <<< 11924 1726884959.45646: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884959.45677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884959.45699: 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 0x7faab52f2ea0> <<< 11924 1726884959.45743: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab52f1be0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54fac30> <<< 11924 1726884959.45773: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884959.45837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884959.45888: 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' <<< 11924 1726884959.45919: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab531f1a0> <<< 11924 1726884959.45973: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884959.46090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884959.46093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5347590> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884959.46139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884959.46302: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884959.46326: 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 0x7faab53a0350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884959.46438: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab53a2ab0> <<< 11924 1726884959.46499: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab53a0470> <<< 11924 1726884959.46536: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab536d370> <<< 11924 1726884959.46571: 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 0x7faab51a1460> <<< 11924 1726884959.46609: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5346390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab52f3da0> <<< 11924 1726884959.46717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884959.46735: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7faab5346990> <<< 11924 1726884959.46921: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_ygy2zasy/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 11924 1726884959.47038: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.47074: 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' <<< 11924 1726884959.47125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884959.47198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884959.47232: 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 0x7faab51f3230> import '_typing' # <<< 11924 1726884959.47509: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab51da120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab51d92b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884959.47607: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884959.48914: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.50059: 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 0x7faab51f1520> <<< 11924 1726884959.50096: 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' <<< 11924 1726884959.50141: 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' <<< 11924 1726884959.50191: 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 0x7faab521eae0> <<< 11924 1726884959.50220: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab521e870> <<< 11924 1726884959.50236: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab521e180> <<< 11924 1726884959.50301: 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' <<< 11924 1726884959.50304: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab521e5d0> <<< 11924 1726884959.50326: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54829c0> import 'atexit' # <<< 11924 1726884959.50335: 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 0x7faab521f830> <<< 11924 1726884959.50383: 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 0x7faab521fa70> <<< 11924 1726884959.50407: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884959.50444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884959.50488: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884959.50514: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab521ffb0> <<< 11924 1726884959.50529: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884959.50543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884959.50562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884959.50597: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b11be0> <<< 11924 1726884959.50641: 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 0x7faab4b13890> <<< 11924 1726884959.50668: 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' <<< 11924 1726884959.50709: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b14290> <<< 11924 1726884959.50720: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884959.50752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884959.50779: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b15430> <<< 11924 1726884959.50801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884959.50830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884959.50858: 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' <<< 11924 1726884959.50935: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b17dd0> <<< 11924 1726884959.50959: 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 0x7faab53a2a20> <<< 11924 1726884959.50984: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b16120> <<< 11924 1726884959.51014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884959.51029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884959.51062: 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' <<< 11924 1726884959.51096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884959.51132: 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 <<< 11924 1726884959.51160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b1fd70> import '_tokenize' # <<< 11924 1726884959.51221: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b1e840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b1e5a0> <<< 11924 1726884959.51241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884959.51274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884959.51362: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b1eb10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b16600> <<< 11924 1726884959.51413: 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 0x7faab4b63f50> <<< 11924 1726884959.51467: 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 0x7faab4b64050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 11924 1726884959.51470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884959.51491: 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' <<< 11924 1726884959.51526: 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 0x7faab4b65b80> <<< 11924 1726884959.51562: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b65940> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884959.51676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884959.51745: 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 0x7faab4b68110> <<< 11924 1726884959.51749: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b66270> <<< 11924 1726884959.51766: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884959.51809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884959.51860: 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' # <<< 11924 1726884959.51882: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b6b8c0> <<< 11924 1726884959.52023: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b68290> <<< 11924 1726884959.52098: stdout 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' <<< 11924 1726884959.52102: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab4b6c9b0> <<< 11924 1726884959.52106: stdout 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 0x7faab4b6c950> <<< 11924 1726884959.52143: stdout 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 0x7faab4b6cbc0> <<< 11924 1726884959.52204: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b642c0> <<< 11924 1726884959.52216: 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' <<< 11924 1726884959.52243: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884959.52265: 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' <<< 11924 1726884959.52300: 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 0x7faab4bf8320> <<< 11924 1726884959.52460: 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 0x7faab4bf9790> <<< 11924 1726884959.52496: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b6eae0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab4b6fe90> <<< 11924 1726884959.52500: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b6e720> # zipimport: zlib available <<< 11924 1726884959.52532: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.52562: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884959.52637: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.52737: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.52759: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884959.52762: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.52787: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884959.52796: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.52924: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.53050: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.53606: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.54178: 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' # <<< 11924 1726884959.54196: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884959.54217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884959.54268: 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 0x7faab4bfd970> <<< 11924 1726884959.54339: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884959.54342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884959.54372: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4bfe750> <<< 11924 1726884959.54387: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b6d820> <<< 11924 1726884959.54447: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884959.54481: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884959.54508: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.54642: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.54839: 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' <<< 11924 1726884959.54842: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4bfe600> <<< 11924 1726884959.54908: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.55293: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.55734: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.55812: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.55884: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884959.55897: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.55935: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.55974: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884959.55978: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.56059: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.56137: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884959.56160: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.56163: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.56182: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 11924 1726884959.56188: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.56235: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.56276: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884959.56286: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.56508: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.56741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884959.56803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884959.56823: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884959.56891: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4bffaa0> <<< 11924 1726884959.56905: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.56976: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.57062: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884959.57067: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884959.57093: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.57139: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.57176: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884959.57190: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.57232: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.57279: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.57335: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.57416: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884959.57470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884959.57548: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab4a0a4b0> <<< 11924 1726884959.57578: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4a06e40> <<< 11924 1726884959.57628: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884959.57631: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.57691: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.57760: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.57780: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.57842: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884959.57852: 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 <<< 11924 1726884959.57881: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884959.57900: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884959.57968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884959.57997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884959.58010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884959.58062: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5276d50> <<< 11924 1726884959.58108: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5256a20> <<< 11924 1726884959.58187: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4a0a5d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4bfd490> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884959.58209: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.58236: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.58267: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884959.58338: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884959.58366: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884959.58392: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.58488: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.58633: 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' <<< 11924 1726884959.58724: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab51db2c0> <<< 11924 1726884959.58762: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884959.59191: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 22:15:59.587837", "end": "2024-09-20 22:15:59.590930", "delta": "0:00:00.003093", "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}}} <<< 11924 1726884959.59224: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884959.59674: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884959.59678: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv <<< 11924 1726884959.59731: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct <<< 11924 1726884959.59818: 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 <<< 11924 1726884959.59851: stdout chunk (state=3): >>># cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_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 <<< 11924 1726884959.60128: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884959.60131: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884959.60197: 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 <<< 11924 1726884959.60201: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884959.60223: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884959.60285: 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 <<< 11924 1726884959.60313: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 11924 1726884959.60328: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 11924 1726884959.60409: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime <<< 11924 1726884959.60412: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging <<< 11924 1726884959.60415: stdout chunk (state=3): >>># destroy shlex # destroy subprocess <<< 11924 1726884959.60466: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884959.60493: 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 <<< 11924 1726884959.60547: 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 <<< 11924 1726884959.60585: 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 <<< 11924 1726884959.60624: 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 <<< 11924 1726884959.60632: 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 <<< 11924 1726884959.60760: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884959.60769: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884959.60782: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884959.60826: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884959.60832: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884959.60861: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884959.60870: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884959.60902: 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 <<< 11924 1726884959.60925: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884959.61019: 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 <<< 11924 1726884959.61025: stdout chunk (state=3): >>># destroy time <<< 11924 1726884959.61058: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884959.61101: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884959.61105: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 11924 1726884959.61118: stdout chunk (state=3): >>># destroy itertools <<< 11924 1726884959.61121: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884959.61658: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884959.61700: stderr chunk (state=3): >>><<< 11924 1726884959.61704: stdout chunk (state=3): >>><<< 11924 1726884959.61780: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab56183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab55e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab561a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab542cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab542dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5473e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5473ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5483ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5470fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54c4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5470230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab54f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab54f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5466d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54f9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54f92e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54fa510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5510710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab5511df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5512c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab55132f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab55121e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab5513d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab55134a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54fa540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab52c7c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab52f0770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab52f04d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab52f07a0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab52f10d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab52f1ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab52f0980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab52c5df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab52f2ea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab52f1be0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54fac30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab531f1a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5347590> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab53a0350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab53a2ab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab53a0470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab536d370> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab51a1460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5346390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab52f3da0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7faab5346990> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_ygy2zasy/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 0x7faab51f3230> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab51da120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab51d92b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab51f1520> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab521eae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab521e870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab521e180> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab521e5d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab54829c0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab521f830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab521fa70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab521ffb0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b11be0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab4b13890> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b14290> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b15430> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b17dd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab53a2a20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b16120> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b1fd70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b1e840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b1e5a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b1eb10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b16600> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab4b63f50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b64050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab4b65b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b65940> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab4b68110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b66270> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b6b8c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b68290> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab4b6c9b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab4b6c950> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab4b6cbc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b642c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab4bf8320> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab4bf9790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b6eae0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab4b6fe90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b6e720> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab4bfd970> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4bfe750> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4b6d820> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4bfe600> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4bffaa0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7faab4a0a4b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4a06e40> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5276d50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab5256a20> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4a0a5d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faab4bfd490> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7faab51db2c0> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 22:15:59.587837", "end": "2024-09-20 22:15:59.590930", "delta": "0:00:00.003093", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884959.62431: 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-1726884959.2705925-17610-52057331792011/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884959.62439: _low_level_execute_command(): starting 11924 1726884959.62441: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884959.2705925-17610-52057331792011/ > /dev/null 2>&1 && sleep 0' 11924 1726884959.62519: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884959.62528: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884959.62536: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884959.62551: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884959.62581: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884959.62584: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884959.62586: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884959.62588: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884959.62637: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884959.62654: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884959.62700: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884959.64574: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884959.64604: stderr chunk (state=3): >>><<< 11924 1726884959.64626: stdout chunk (state=3): >>><<< 11924 1726884959.64654: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884959.64682: handler run complete 11924 1726884959.64862: Evaluated conditional (False): False 11924 1726884959.64866: Evaluated conditional (False): False 11924 1726884959.64870: attempt loop complete, returning result 11924 1726884959.64872: _execute() done 11924 1726884959.64874: dumping result to json 11924 1726884959.64876: done dumping result, returning 11924 1726884959.64879: done running TaskExecutor() for managed_node2/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-f4c0-2290-000000003ea1] 11924 1726884959.64883: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003ea1 11924 1726884959.64976: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003ea1 11924 1726884959.64982: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003093", "end": "2024-09-20 22:15:59.590930", "failed_when_result": false, "rc": 0, "start": "2024-09-20 22:15:59.587837" } 11924 1726884959.65091: no more pending results, returning what we have 11924 1726884959.65095: results queue empty 11924 1726884959.65096: checking for any_errors_fatal 11924 1726884959.65113: done checking for any_errors_fatal 11924 1726884959.65114: checking for max_fail_percentage 11924 1726884959.65116: done checking for max_fail_percentage 11924 1726884959.65117: checking to see if all hosts have failed and the running result is not ok 11924 1726884959.65118: done checking to see if all hosts have failed 11924 1726884959.65119: getting the remaining hosts for this loop 11924 1726884959.65121: done getting the remaining hosts for this loop 11924 1726884959.65124: getting the next task for host managed_node2 11924 1726884959.65133: done getting next task for host managed_node2 11924 1726884959.65137: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 11924 1726884959.65139: ^ 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 11924 1726884959.65144: getting variables 11924 1726884959.65146: in VariableManager get_vars() 11924 1726884959.65197: Calling all_inventory to load vars for managed_node2 11924 1726884959.65200: Calling groups_inventory to load vars for managed_node2 11924 1726884959.65203: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884959.65214: Calling all_plugins_play to load vars for managed_node2 11924 1726884959.65220: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884959.65223: Calling groups_plugins_play to load vars for managed_node2 11924 1726884959.66254: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884959.66720: done with get_vars() 11924 1726884959.66737: 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 22:15:59 -0400 (0:00:00.453) 0:02:05.007 ****** 11924 1726884959.66841: entering _queue_task() for managed_node2/include_tasks 11924 1726884959.67222: worker is 1 (out of 1 available) 11924 1726884959.67235: exiting _queue_task() for managed_node2/include_tasks 11924 1726884959.67252: done queuing things up, now waiting for results queue to drain 11924 1726884959.67254: waiting for pending results... 11924 1726884959.67703: running TaskExecutor() for managed_node2/TASK: Verify the volumes listed in storage_pools were correctly managed 11924 1726884959.67820: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003ea2 11924 1726884959.67833: variable 'ansible_search_path' from source: unknown 11924 1726884959.67838: variable '_storage_pools_list' from source: set_fact 11924 1726884959.68120: variable '_storage_pools_list' from source: set_fact 11924 1726884959.68427: variable 'omit' from source: magic vars 11924 1726884959.68600: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884959.68625: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884959.68652: variable 'omit' from source: magic vars 11924 1726884959.69162: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884959.69365: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884959.69422: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884959.69530: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884959.69586: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884959.69682: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884959.69726: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884959.69763: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884959.69797: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884959.69880: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884959.72332: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884959.72385: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884959.72413: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884959.72438: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884959.72462: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884959.72495: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884959.72518: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884959.72536: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884959.72579: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884959.72591: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884959.72703: variable '_storage_pools_list' from source: set_fact 11924 1726884959.72726: Evaluated conditional (_storage_pools_list is defined and _storage_pools_list | length > 0): True 11924 1726884959.72771: variable 'storage_test_pool' from source: unknown 11924 1726884959.73060: variable 'storage_test_pool' from source: unknown 11924 1726884959.73698: dumping result to json 11924 1726884959.73707: done dumping result, returning 11924 1726884959.73712: done running TaskExecutor() for managed_node2/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-f4c0-2290-000000003ea2] 11924 1726884959.73720: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003ea2 11924 1726884959.74023: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003ea2 11924 1726884959.74026: WORKER PROCESS EXITING 11924 1726884959.74226: no more pending results, returning what we have 11924 1726884959.74231: in VariableManager get_vars() 11924 1726884959.74273: Calling all_inventory to load vars for managed_node2 11924 1726884959.74276: Calling groups_inventory to load vars for managed_node2 11924 1726884959.74280: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884959.74290: Calling all_plugins_play to load vars for managed_node2 11924 1726884959.74292: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884959.74295: Calling groups_plugins_play to load vars for managed_node2 11924 1726884959.75081: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884959.75721: done with get_vars() 11924 1726884959.75734: variable 'ansible_search_path' from source: unknown 11924 1726884959.75789: we have included files to process 11924 1726884959.75790: generating all_blocks data 11924 1726884959.75792: done generating all_blocks data 11924 1726884959.75798: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884959.75799: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884959.75801: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884959.76321: in VariableManager get_vars() 11924 1726884959.76350: done with get_vars() 11924 1726884959.76368: done processing included file 11924 1726884959.76370: iterating over new_blocks loaded from include file 11924 1726884959.76372: in VariableManager get_vars() 11924 1726884959.76388: done with get_vars() 11924 1726884959.76390: filtering new block on tags 11924 1726884959.76450: done filtering new block on tags 11924 1726884959.76453: 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_node2 => (item={'disks': ['sda'], '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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, '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': 'unformatted', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}]}) 11924 1726884959.76476: extending task lists for all hosts with included blocks 11924 1726884959.76807: done extending task lists 11924 1726884959.76809: done processing included files 11924 1726884959.76809: results queue empty 11924 1726884959.76810: checking for any_errors_fatal 11924 1726884959.76818: done checking for any_errors_fatal 11924 1726884959.76819: checking for max_fail_percentage 11924 1726884959.76820: done checking for max_fail_percentage 11924 1726884959.76821: checking to see if all hosts have failed and the running result is not ok 11924 1726884959.76822: done checking to see if all hosts have failed 11924 1726884959.76822: getting the remaining hosts for this loop 11924 1726884959.76824: done getting the remaining hosts for this loop 11924 1726884959.76827: getting the next task for host managed_node2 11924 1726884959.76831: done getting next task for host managed_node2 11924 1726884959.76834: ^ task is: TASK: Set _storage_pool_tests 11924 1726884959.76837: ^ 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 11924 1726884959.76839: getting variables 11924 1726884959.76840: in VariableManager get_vars() 11924 1726884959.76851: Calling all_inventory to load vars for managed_node2 11924 1726884959.76853: Calling groups_inventory to load vars for managed_node2 11924 1726884959.76857: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884959.76863: Calling all_plugins_play to load vars for managed_node2 11924 1726884959.76866: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884959.76869: Calling groups_plugins_play to load vars for managed_node2 11924 1726884959.77368: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884959.77960: done with get_vars() 11924 1726884959.77978: done getting variables 11924 1726884959.78021: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set _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 22:15:59 -0400 (0:00:00.112) 0:02:05.119 ****** 11924 1726884959.78052: entering _queue_task() for managed_node2/set_fact 11924 1726884959.78490: worker is 1 (out of 1 available) 11924 1726884959.78507: exiting _queue_task() for managed_node2/set_fact 11924 1726884959.78520: done queuing things up, now waiting for results queue to drain 11924 1726884959.78522: waiting for pending results... 11924 1726884959.78974: running TaskExecutor() for managed_node2/TASK: Set _storage_pool_tests 11924 1726884959.78980: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004022 11924 1726884959.78983: variable 'ansible_search_path' from source: unknown 11924 1726884959.78987: calling self._execute() 11924 1726884959.79085: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884959.79096: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884959.79110: variable 'omit' from source: magic vars 11924 1726884959.79228: variable 'omit' from source: magic vars 11924 1726884959.79291: variable 'omit' from source: magic vars 11924 1726884959.79329: variable 'omit' from source: magic vars 11924 1726884959.79386: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884959.79431: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884959.79460: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884959.79490: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884959.79510: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884959.79534: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884959.79554: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884959.79599: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884959.79608: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884959.79615: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884959.79743: Set connection var ansible_shell_executable to /bin/sh 11924 1726884959.79751: Set connection var ansible_connection to ssh 11924 1726884959.79763: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884959.79773: Set connection var ansible_timeout to 10 11924 1726884959.79781: Set connection var ansible_pipelining to False 11924 1726884959.79792: Set connection var ansible_shell_type to sh 11924 1726884959.79833: variable 'ansible_shell_executable' from source: unknown 11924 1726884959.79841: variable 'ansible_connection' from source: unknown 11924 1726884959.79847: variable 'ansible_module_compression' from source: unknown 11924 1726884959.79854: variable 'ansible_shell_type' from source: unknown 11924 1726884959.79864: variable 'ansible_shell_executable' from source: unknown 11924 1726884959.79870: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884959.79877: variable 'ansible_pipelining' from source: unknown 11924 1726884959.79883: variable 'ansible_timeout' from source: unknown 11924 1726884959.79890: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884959.80042: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884959.80062: variable 'omit' from source: magic vars 11924 1726884959.80072: starting attempt loop 11924 1726884959.80079: running the handler 11924 1726884959.80092: handler run complete 11924 1726884959.80107: attempt loop complete, returning result 11924 1726884959.80114: _execute() done 11924 1726884959.80120: dumping result to json 11924 1726884959.80129: done dumping result, returning 11924 1726884959.80148: done running TaskExecutor() for managed_node2/TASK: Set _storage_pool_tests [0affc8a3-6f6f-f4c0-2290-000000004022] 11924 1726884959.80159: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004022 ok: [managed_node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } 11924 1726884959.80314: no more pending results, returning what we have 11924 1726884959.80318: results queue empty 11924 1726884959.80319: checking for any_errors_fatal 11924 1726884959.80321: done checking for any_errors_fatal 11924 1726884959.80321: checking for max_fail_percentage 11924 1726884959.80323: done checking for max_fail_percentage 11924 1726884959.80324: checking to see if all hosts have failed and the running result is not ok 11924 1726884959.80325: done checking to see if all hosts have failed 11924 1726884959.80326: getting the remaining hosts for this loop 11924 1726884959.80328: done getting the remaining hosts for this loop 11924 1726884959.80332: getting the next task for host managed_node2 11924 1726884959.80341: done getting next task for host managed_node2 11924 1726884959.80344: ^ task is: TASK: Get VG shared value status 11924 1726884959.80348: ^ 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 11924 1726884959.80354: getting variables 11924 1726884959.80358: in VariableManager get_vars() 11924 1726884959.80399: Calling all_inventory to load vars for managed_node2 11924 1726884959.80402: Calling groups_inventory to load vars for managed_node2 11924 1726884959.80405: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884959.80417: Calling all_plugins_play to load vars for managed_node2 11924 1726884959.80420: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884959.80424: Calling groups_plugins_play to load vars for managed_node2 11924 1726884959.81172: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004022 11924 1726884959.81176: WORKER PROCESS EXITING 11924 1726884959.81394: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884959.82021: done with get_vars() 11924 1726884959.82039: done getting variables 11924 1726884959.82109: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:15:59 -0400 (0:00:00.040) 0:02:05.160 ****** 11924 1726884959.82142: entering _queue_task() for managed_node2/command 11924 1726884959.82551: worker is 1 (out of 1 available) 11924 1726884959.82566: exiting _queue_task() for managed_node2/command 11924 1726884959.82579: done queuing things up, now waiting for results queue to drain 11924 1726884959.82581: waiting for pending results... 11924 1726884959.82840: running TaskExecutor() for managed_node2/TASK: Get VG shared value status 11924 1726884959.82988: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004023 11924 1726884959.83007: variable 'ansible_search_path' from source: unknown 11924 1726884959.83048: calling self._execute() 11924 1726884959.83188: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884959.83200: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884959.83216: variable 'omit' from source: magic vars 11924 1726884959.83687: variable 'storage_test_pool' from source: include params 11924 1726884959.83826: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): True 11924 1726884959.83829: variable 'omit' from source: magic vars 11924 1726884959.83832: variable 'omit' from source: magic vars 11924 1726884959.83914: variable 'storage_test_pool' from source: include params 11924 1726884959.83972: variable 'omit' from source: magic vars 11924 1726884959.84020: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884959.84070: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884959.84097: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884959.84120: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884959.84137: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884959.84168: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884959.84189: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884959.84221: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884959.84228: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884959.84234: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884959.84341: Set connection var ansible_shell_executable to /bin/sh 11924 1726884959.84348: Set connection var ansible_connection to ssh 11924 1726884959.84361: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884959.84472: Set connection var ansible_timeout to 10 11924 1726884959.84475: Set connection var ansible_pipelining to False 11924 1726884959.84477: Set connection var ansible_shell_type to sh 11924 1726884959.84480: variable 'ansible_shell_executable' from source: unknown 11924 1726884959.84482: variable 'ansible_connection' from source: unknown 11924 1726884959.84484: variable 'ansible_module_compression' from source: unknown 11924 1726884959.84486: variable 'ansible_shell_type' from source: unknown 11924 1726884959.84488: variable 'ansible_shell_executable' from source: unknown 11924 1726884959.84489: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884959.84491: variable 'ansible_pipelining' from source: unknown 11924 1726884959.84493: variable 'ansible_timeout' from source: unknown 11924 1726884959.84496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884959.84662: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884959.84666: variable 'omit' from source: magic vars 11924 1726884959.84668: starting attempt loop 11924 1726884959.84670: running the handler 11924 1726884959.84678: _low_level_execute_command(): starting 11924 1726884959.84695: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884959.85492: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884959.85574: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884959.85615: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884959.85635: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884959.85663: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884959.85757: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884959.87457: stdout chunk (state=3): >>>/root <<< 11924 1726884959.87572: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884959.87628: stderr chunk (state=3): >>><<< 11924 1726884959.87631: stdout chunk (state=3): >>><<< 11924 1726884959.87757: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884959.87761: _low_level_execute_command(): starting 11924 1726884959.87765: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884959.8766243-17643-238575692550259 `" && echo ansible-tmp-1726884959.8766243-17643-238575692550259="` echo /root/.ansible/tmp/ansible-tmp-1726884959.8766243-17643-238575692550259 `" ) && sleep 0' 11924 1726884959.88321: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884959.88333: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884959.88346: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884959.88373: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884959.88388: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884959.88492: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884959.88527: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884959.88622: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884959.90523: stdout chunk (state=3): >>>ansible-tmp-1726884959.8766243-17643-238575692550259=/root/.ansible/tmp/ansible-tmp-1726884959.8766243-17643-238575692550259 <<< 11924 1726884959.90683: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884959.90687: stdout chunk (state=3): >>><<< 11924 1726884959.90689: stderr chunk (state=3): >>><<< 11924 1726884959.90707: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884959.8766243-17643-238575692550259=/root/.ansible/tmp/ansible-tmp-1726884959.8766243-17643-238575692550259 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884959.90861: variable 'ansible_module_compression' from source: unknown 11924 1726884959.90864: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884959.90867: variable 'ansible_facts' from source: unknown 11924 1726884959.90943: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884959.8766243-17643-238575692550259/AnsiballZ_command.py 11924 1726884959.91109: Sending initial data 11924 1726884959.91119: Sent initial data (156 bytes) 11924 1726884959.91727: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884959.91760: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884959.91868: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884959.91889: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884959.91907: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884959.91994: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884959.93561: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884959.93640: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884959.93695: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpymp0n74b /root/.ansible/tmp/ansible-tmp-1726884959.8766243-17643-238575692550259/AnsiballZ_command.py <<< 11924 1726884959.93716: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884959.8766243-17643-238575692550259/AnsiballZ_command.py" <<< 11924 1726884959.93746: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpymp0n74b" to remote "/root/.ansible/tmp/ansible-tmp-1726884959.8766243-17643-238575692550259/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884959.8766243-17643-238575692550259/AnsiballZ_command.py" <<< 11924 1726884959.94616: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884959.94620: stdout chunk (state=3): >>><<< 11924 1726884959.94796: stderr chunk (state=3): >>><<< 11924 1726884959.94800: done transferring module to remote 11924 1726884959.94802: _low_level_execute_command(): starting 11924 1726884959.94805: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884959.8766243-17643-238575692550259/ /root/.ansible/tmp/ansible-tmp-1726884959.8766243-17643-238575692550259/AnsiballZ_command.py && sleep 0' 11924 1726884959.95419: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884959.95434: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884959.95561: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884959.95579: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884959.95615: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884959.95693: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884959.97573: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884959.97588: stdout chunk (state=3): >>><<< 11924 1726884959.97600: stderr chunk (state=3): >>><<< 11924 1726884959.97628: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884959.97636: _low_level_execute_command(): starting 11924 1726884959.97646: _low_level_execute_command(): using become for this command 11924 1726884959.97670: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zexiqhdgeqgndzuizfmavmombuhfrqxl ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884959.8766243-17643-238575692550259/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884959.97961: Initial state: awaiting_escalation: BECOME-SUCCESS-zexiqhdgeqgndzuizfmavmombuhfrqxl 11924 1726884959.98413: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884959.98525: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884959.98543: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884959.98569: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884959.98659: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884960.01636: stdout chunk (state=1): >>>BECOME-SUCCESS-zexiqhdgeqgndzuizfmavmombuhfrqxl <<< 11924 1726884960.01660: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zexiqhdgeqgndzuizfmavmombuhfrqxl' 11924 1726884960.01960: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884960.01993: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884960.02014: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884960.02034: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884960.02101: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884960.02116: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884960.02135: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884960.02174: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884960.02196: stdout chunk (state=3): >>># installing zipimport hook import 'time' # <<< 11924 1726884960.02216: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884960.02264: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884960.02299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884960.02302: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884960.02322: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884960.02364: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884960.02389: 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 0x7fe25cb103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25cadfa10> <<< 11924 1726884960.02432: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884960.02445: 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 0x7fe25cb12960> <<< 11924 1726884960.02486: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # <<< 11924 1726884960.02516: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884960.02557: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884960.02561: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884960.02630: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884960.02669: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884960.02724: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 11924 1726884960.02727: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884960.02765: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884960.02768: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884960.02810: 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 <<< 11924 1726884960.02841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884960.02846: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c8e4fe0> <<< 11924 1726884960.02898: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c8e5fd0> <<< 11924 1726884960.02934: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884960.02961: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884960.03201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884960.03207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884960.03234: 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' <<< 11924 1726884960.03265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884960.03314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884960.03326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884960.03362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884960.03407: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c92be00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884960.03411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884960.03447: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c92bec0> <<< 11924 1726884960.03450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884960.03489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884960.03508: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884960.03564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884960.03576: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884960.03707: 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 0x7fe25c95b830> <<< 11924 1726884960.03712: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884960.03715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c95bec0> <<< 11924 1726884960.03718: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884960.03742: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c93bad0> import '_functools' # <<< 11924 1726884960.03762: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9391f0> <<< 11924 1726884960.03846: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c928fb0> <<< 11924 1726884960.03871: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884960.03906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884960.03910: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884960.03950: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884960.03954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884960.03980: 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' <<< 11924 1726884960.04024: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c97f800> <<< 11924 1726884960.04044: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c97e420> <<< 11924 1726884960.04075: 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 0x7fe25c93a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c97cc20> <<< 11924 1726884960.04142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884960.04172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9b0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c928230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884960.04200: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884960.04203: 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 0x7fe25c9b0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9b0bc0> <<< 11924 1726884960.04261: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884960.04267: 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 0x7fe25c9b0f80> <<< 11924 1726884960.04279: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c91ed50> <<< 11924 1726884960.04298: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884960.04324: 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 <<< 11924 1726884960.04337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884960.04365: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9b1610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9b12e0> import 'importlib.machinery' # <<< 11924 1726884960.04405: 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' <<< 11924 1726884960.04420: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9b2510> <<< 11924 1726884960.04444: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884960.04471: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884960.04510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884960.04537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884960.04548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9c8710> import 'errno' # <<< 11924 1726884960.04584: 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 0x7fe25c9c9df0> <<< 11924 1726884960.04617: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884960.04641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884960.04669: 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' <<< 11924 1726884960.04687: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9cac90> <<< 11924 1726884960.04716: 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 0x7fe25c9cb2f0> <<< 11924 1726884960.04757: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9ca1e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884960.04761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884960.04822: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884960.04845: 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 0x7fe25c9cbd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9cb4a0> <<< 11924 1726884960.04877: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9b2540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884960.04909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884960.04940: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884960.04943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884960.04980: 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' <<< 11924 1726884960.04985: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c763c50> <<< 11924 1726884960.05009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884960.05014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884960.05045: 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 0x7fe25c78c6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c78c410> <<< 11924 1726884960.05074: 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 0x7fe25c78c6e0> <<< 11924 1726884960.05110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884960.05115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884960.05190: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884960.05315: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c78cfe0> <<< 11924 1726884960.05438: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884960.05444: 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 0x7fe25c78d9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c78c8c0> <<< 11924 1726884960.05464: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c761df0> <<< 11924 1726884960.05497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884960.05508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884960.05540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884960.05545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884960.05562: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c78edb0> <<< 11924 1726884960.05584: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c78daf0> <<< 11924 1726884960.05606: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9b2c30> <<< 11924 1726884960.05634: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884960.05697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884960.05715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884960.05751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884960.05780: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c7bb110> <<< 11924 1726884960.05838: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884960.05848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884960.05874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884960.05893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884960.05939: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c7e34a0> <<< 11924 1726884960.05961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884960.06009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884960.06063: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884960.06088: 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 0x7fe25c83c230> <<< 11924 1726884960.06104: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884960.06138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884960.06167: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884960.06209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884960.06297: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c83e990> <<< 11924 1726884960.06377: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c83c350> <<< 11924 1726884960.06407: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c809250> <<< 11924 1726884960.06437: 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' <<< 11924 1726884960.06458: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c129340> <<< 11924 1726884960.06469: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c7e22a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c78fce0> <<< 11924 1726884960.06578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884960.06595: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe25c1295b0> <<< 11924 1726884960.06765: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_l2_deipk/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 11924 1726884960.06913: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.06931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884960.06943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884960.06980: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884960.07048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884960.07099: 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' <<< 11924 1726884960.07109: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c17efc0> import '_typing' # <<< 11924 1726884960.07289: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c161f40> <<< 11924 1726884960.07315: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c1610a0> # zipimport: zlib available <<< 11924 1726884960.07384: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884960.07387: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.07418: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884960.08797: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.09925: 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 0x7fe25c17cef0> <<< 11924 1726884960.09961: 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' <<< 11924 1726884960.09980: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884960.10020: 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 <<< 11924 1726884960.10050: 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 0x7fe25c1aa9c0> <<< 11924 1726884960.10099: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c1aa780> <<< 11924 1726884960.10129: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c1aa090> <<< 11924 1726884960.10154: 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' <<< 11924 1726884960.10202: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c1aa4e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c17fa70> <<< 11924 1726884960.10205: stdout chunk (state=3): >>>import 'atexit' # <<< 11924 1726884960.10247: 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 0x7fe25c1ab740> <<< 11924 1726884960.10262: 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 0x7fe25c1ab8c0> <<< 11924 1726884960.10289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884960.10349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884960.10361: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884960.10393: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c1abe00> <<< 11924 1726884960.10423: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884960.10450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884960.10471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884960.10496: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c015c40> <<< 11924 1726884960.10609: 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 0x7fe25c017860> <<< 11924 1726884960.10616: 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' <<< 11924 1726884960.10629: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c01c260> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884960.10658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884960.10678: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c01d400> <<< 11924 1726884960.10699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884960.10736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884960.10758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884960.10763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884960.10807: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c01fef0> <<< 11924 1726884960.10854: 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 0x7fe25c9cab10> <<< 11924 1726884960.10871: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c01e1b0> <<< 11924 1726884960.10890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884960.10917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884960.10946: 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' <<< 11924 1726884960.10969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884960.10995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884960.11027: 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' <<< 11924 1726884960.11037: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c023e60> <<< 11924 1726884960.11050: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884960.11124: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c022930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c022690> <<< 11924 1726884960.11136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884960.11151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884960.11223: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c022c00> <<< 11924 1726884960.11254: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c01e6c0> <<< 11924 1726884960.11283: 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 0x7fe25c067f20> <<< 11924 1726884960.11317: 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 0x7fe25c068170> <<< 11924 1726884960.11330: 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 <<< 11924 1726884960.11354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884960.11374: 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' <<< 11924 1726884960.11416: 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 0x7fe25c069d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c069af0> <<< 11924 1726884960.11438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884960.11557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884960.11612: 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 0x7fe25c06c2c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c06a420> <<< 11924 1726884960.11638: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884960.11675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884960.11708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884960.11713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884960.11727: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884960.11768: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c06faa0> <<< 11924 1726884960.11894: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c06c470> <<< 11924 1726884960.11952: stdout 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 0x7fe25c0708f0> <<< 11924 1726884960.11988: stdout 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 0x7fe25c070ce0> <<< 11924 1726884960.12029: stdout 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 0x7fe25c070c80> <<< 11924 1726884960.12042: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c068470> <<< 11924 1726884960.12068: 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 <<< 11924 1726884960.12074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884960.12091: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884960.12120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884960.12143: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884960.12170: 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 0x7fe25c0fc260> <<< 11924 1726884960.12323: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884960.12339: 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 0x7fe25c0fd370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c0729f0> <<< 11924 1726884960.12394: 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 0x7fe25c073da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c072630> <<< 11924 1726884960.12398: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.12410: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.12438: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884960.12525: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.12627: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.12630: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.12684: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884960.12687: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.12689: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884960.12691: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.12809: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.12933: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.13487: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.14004: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884960.14028: 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' # <<< 11924 1726884960.14056: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884960.14069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884960.14121: 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 0x7fe25bf01580> <<< 11924 1726884960.14206: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884960.14215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884960.14220: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25bf023f0> <<< 11924 1726884960.14241: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c0fd580> <<< 11924 1726884960.14281: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884960.14298: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.14321: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.14340: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884960.14345: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.14497: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.14658: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884960.14661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 11924 1726884960.14672: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25bf02390> <<< 11924 1726884960.14684: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.15139: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.15591: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.15664: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.15745: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884960.15759: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.15791: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.15835: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884960.15846: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.15903: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.16000: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884960.16029: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.16040: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884960.16086: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.16132: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884960.16143: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.16360: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.16588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884960.16645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884960.16666: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884960.16736: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25bf034d0> <<< 11924 1726884960.16744: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.16817: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.16900: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884960.16908: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884960.16929: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.16974: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.17011: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884960.17030: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.17070: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.17121: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.17175: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.17245: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884960.17286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884960.17373: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25bf0df70> <<< 11924 1726884960.17408: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25bf0b350> <<< 11924 1726884960.17447: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884960.17454: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.17523: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.17588: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.17616: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.17661: stdout chunk (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' <<< 11924 1726884960.17678: 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 <<< 11924 1726884960.17707: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884960.17723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884960.17789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884960.17805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884960.17829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884960.17886: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c1fa7e0> <<< 11924 1726884960.17930: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c1de4b0> <<< 11924 1726884960.18017: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25bf0dcd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25bf05a90> <<< 11924 1726884960.18020: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884960.18061: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.18090: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884960.18142: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884960.18151: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.18180: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884960.18195: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.18302: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.18418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884960.18428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884960.18442: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c0fd850> <<< 11924 1726884960.18529: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.21784: stdout chunk (state=3): >>> {"changed": true, "stdout": " 0", "stderr": "", "rc": 0, "cmd": ["vgs", "--noheadings", "--binary", "-o", "shared", "foo"], "start": "2024-09-20 22:16:00.185942", "end": "2024-09-20 22:16:00.216800", "delta": "0:00:00.030858", "msg": "", "invocation": {"module_args": {"_raw_params": "vgs --noheadings --binary -o shared foo", "_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}}} <<< 11924 1726884960.21809: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884960.22308: 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__ <<< 11924 1726884960.22314: 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 <<< 11924 1726884960.22372: stdout chunk (state=3): >>># cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 <<< 11924 1726884960.22384: stdout chunk (state=3): >>># cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder <<< 11924 1726884960.22453: stdout chunk (state=3): >>># cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_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 <<< 11924 1726884960.22714: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884960.22720: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884960.22748: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 11924 1726884960.22758: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884960.22784: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884960.22821: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884960.22847: 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 <<< 11924 1726884960.22871: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 11924 1726884960.22889: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 11924 1726884960.22902: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 11924 1726884960.22917: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog <<< 11924 1726884960.22942: stdout chunk (state=3): >>># destroy uuid # destroy fnmatch <<< 11924 1726884960.22985: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 11924 1726884960.23025: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884960.23058: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884960.23090: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884960.23130: 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 <<< 11924 1726884960.23158: 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 <<< 11924 1726884960.23172: 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 # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884960.23206: 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 <<< 11924 1726884960.23237: 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 <<< 11924 1726884960.23386: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884960.23426: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 11924 1726884960.23433: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884960.23449: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884960.23471: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884960.23487: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884960.23514: 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 <<< 11924 1726884960.23530: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884960.23641: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884960.23645: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 11924 1726884960.23665: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 11924 1726884960.23685: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884960.23717: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools <<< 11924 1726884960.23736: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884960.24263: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884960.24290: stderr chunk (state=3): >>><<< 11924 1726884960.24295: stdout chunk (state=3): >>><<< 11924 1726884960.24364: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25cb103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25cadfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25cb12960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c8e4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c8e5fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c92be00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c92bec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c95b830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c95bec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c93bad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9391f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c928fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c97f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c97e420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c93a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c97cc20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9b0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c928230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c9b0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9b0bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c9b0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c91ed50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9b1610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9b12e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9b2510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9c8710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c9c9df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9cac90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c9cb2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9ca1e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c9cbd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9cb4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9b2540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c763c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c78c6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c78c410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c78c6e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c78cfe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c78d9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c78c8c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c761df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c78edb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c78daf0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c9b2c30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c7bb110> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c7e34a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c83c230> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c83e990> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c83c350> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c809250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c129340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c7e22a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c78fce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe25c1295b0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_l2_deipk/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 0x7fe25c17efc0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c161f40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c1610a0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c17cef0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c1aa9c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c1aa780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c1aa090> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c1aa4e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c17fa70> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c1ab740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c1ab8c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c1abe00> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c015c40> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c017860> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c01c260> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c01d400> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c01fef0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c9cab10> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c01e1b0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c023e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c022930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c022690> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c022c00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c01e6c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c067f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c068170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c069d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c069af0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c06c2c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c06a420> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c06faa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c06c470> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c0708f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c070ce0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c070c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c068470> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c0fc260> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c0fd370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c0729f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25c073da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c072630> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25bf01580> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25bf023f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c0fd580> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25bf02390> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25bf034d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe25bf0df70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25bf0b350> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c1fa7e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25c1de4b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25bf0dcd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe25bf05a90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7fe25c0fd850> # zipimport: zlib available {"changed": true, "stdout": " 0", "stderr": "", "rc": 0, "cmd": ["vgs", "--noheadings", "--binary", "-o", "shared", "foo"], "start": "2024-09-20 22:16:00.185942", "end": "2024-09-20 22:16:00.216800", "delta": "0:00:00.030858", "msg": "", "invocation": {"module_args": {"_raw_params": "vgs --noheadings --binary -o shared foo", "_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884960.24957: done with _execute_module (ansible.legacy.command, {'_raw_params': 'vgs --noheadings --binary -o shared foo', '_ansible_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-1726884959.8766243-17643-238575692550259/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884960.24963: _low_level_execute_command(): starting 11924 1726884960.24966: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884959.8766243-17643-238575692550259/ > /dev/null 2>&1 && sleep 0' 11924 1726884960.25205: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884960.25209: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884960.25212: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884960.25229: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884960.25233: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884960.25286: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884960.25289: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884960.25346: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884960.27173: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884960.27199: stderr chunk (state=3): >>><<< 11924 1726884960.27202: stdout chunk (state=3): >>><<< 11924 1726884960.27220: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884960.27223: handler run complete 11924 1726884960.27248: Evaluated conditional (False): False 11924 1726884960.27258: attempt loop complete, returning result 11924 1726884960.27260: _execute() done 11924 1726884960.27263: dumping result to json 11924 1726884960.27268: done dumping result, returning 11924 1726884960.27277: done running TaskExecutor() for managed_node2/TASK: Get VG shared value status [0affc8a3-6f6f-f4c0-2290-000000004023] 11924 1726884960.27281: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004023 11924 1726884960.27377: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004023 11924 1726884960.27380: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "vgs", "--noheadings", "--binary", "-o", "shared", "foo" ], "delta": "0:00:00.030858", "end": "2024-09-20 22:16:00.216800", "rc": 0, "start": "2024-09-20 22:16:00.185942" } STDOUT: 0 11924 1726884960.27447: no more pending results, returning what we have 11924 1726884960.27451: results queue empty 11924 1726884960.27452: checking for any_errors_fatal 11924 1726884960.27462: done checking for any_errors_fatal 11924 1726884960.27463: checking for max_fail_percentage 11924 1726884960.27465: done checking for max_fail_percentage 11924 1726884960.27466: checking to see if all hosts have failed and the running result is not ok 11924 1726884960.27467: done checking to see if all hosts have failed 11924 1726884960.27467: getting the remaining hosts for this loop 11924 1726884960.27470: done getting the remaining hosts for this loop 11924 1726884960.27473: getting the next task for host managed_node2 11924 1726884960.27480: done getting next task for host managed_node2 11924 1726884960.27482: ^ task is: TASK: Verify that VG shared value checks out 11924 1726884960.27485: ^ 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 11924 1726884960.27490: getting variables 11924 1726884960.27492: in VariableManager get_vars() 11924 1726884960.27535: Calling all_inventory to load vars for managed_node2 11924 1726884960.27538: Calling groups_inventory to load vars for managed_node2 11924 1726884960.27541: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884960.27554: Calling all_plugins_play to load vars for managed_node2 11924 1726884960.27580: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884960.27585: Calling groups_plugins_play to load vars for managed_node2 11924 1726884960.28360: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884960.28965: done with get_vars() 11924 1726884960.28988: done getting variables 11924 1726884960.29050: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:00 -0400 (0:00:00.469) 0:02:05.629 ****** 11924 1726884960.29079: entering _queue_task() for managed_node2/assert 11924 1726884960.29406: worker is 1 (out of 1 available) 11924 1726884960.29429: exiting _queue_task() for managed_node2/assert 11924 1726884960.29444: done queuing things up, now waiting for results queue to drain 11924 1726884960.29446: waiting for pending results... 11924 1726884960.29742: running TaskExecutor() for managed_node2/TASK: Verify that VG shared value checks out 11924 1726884960.29789: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004024 11924 1726884960.29802: variable 'ansible_search_path' from source: unknown 11924 1726884960.29863: calling self._execute() 11924 1726884960.29973: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884960.29977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884960.29983: variable 'omit' from source: magic vars 11924 1726884960.30386: variable 'storage_test_pool' from source: include params 11924 1726884960.30417: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): True 11924 1726884960.30431: variable 'omit' from source: magic vars 11924 1726884960.30470: variable 'omit' from source: magic vars 11924 1726884960.30553: variable 'storage_test_pool' from source: include params 11924 1726884960.30567: variable 'actual' from source: task vars 11924 1726884960.30633: variable 'vgs_dump' from source: set_fact 11924 1726884960.30677: variable 'omit' from source: magic vars 11924 1726884960.30713: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884960.30737: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884960.30754: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884960.30769: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884960.30778: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884960.30794: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884960.30806: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884960.30830: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884960.30833: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884960.30835: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884960.30917: Set connection var ansible_shell_executable to /bin/sh 11924 1726884960.30920: Set connection var ansible_connection to ssh 11924 1726884960.30925: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884960.30930: Set connection var ansible_timeout to 10 11924 1726884960.30935: Set connection var ansible_pipelining to False 11924 1726884960.30940: Set connection var ansible_shell_type to sh 11924 1726884960.30980: variable 'ansible_shell_executable' from source: unknown 11924 1726884960.30983: variable 'ansible_connection' from source: unknown 11924 1726884960.30986: variable 'ansible_module_compression' from source: unknown 11924 1726884960.30988: variable 'ansible_shell_type' from source: unknown 11924 1726884960.30990: variable 'ansible_shell_executable' from source: unknown 11924 1726884960.30992: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884960.30994: variable 'ansible_pipelining' from source: unknown 11924 1726884960.30996: variable 'ansible_timeout' from source: unknown 11924 1726884960.30998: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884960.31097: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884960.31107: variable 'omit' from source: magic vars 11924 1726884960.31116: starting attempt loop 11924 1726884960.31119: running the handler 11924 1726884960.31214: variable 'storage_test_pool' from source: include params 11924 1726884960.31225: variable 'actual' from source: task vars 11924 1726884960.31291: variable 'vgs_dump' from source: set_fact 11924 1726884960.31307: Evaluated conditional (storage_test_pool.shared == actual): True 11924 1726884960.31315: handler run complete 11924 1726884960.31324: attempt loop complete, returning result 11924 1726884960.31326: _execute() done 11924 1726884960.31329: dumping result to json 11924 1726884960.31331: done dumping result, returning 11924 1726884960.31344: done running TaskExecutor() for managed_node2/TASK: Verify that VG shared value checks out [0affc8a3-6f6f-f4c0-2290-000000004024] 11924 1726884960.31346: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004024 11924 1726884960.31434: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004024 11924 1726884960.31437: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884960.31514: no more pending results, returning what we have 11924 1726884960.31518: results queue empty 11924 1726884960.31518: checking for any_errors_fatal 11924 1726884960.31531: done checking for any_errors_fatal 11924 1726884960.31532: checking for max_fail_percentage 11924 1726884960.31534: done checking for max_fail_percentage 11924 1726884960.31535: checking to see if all hosts have failed and the running result is not ok 11924 1726884960.31535: done checking to see if all hosts have failed 11924 1726884960.31536: getting the remaining hosts for this loop 11924 1726884960.31539: done getting the remaining hosts for this loop 11924 1726884960.31544: getting the next task for host managed_node2 11924 1726884960.31553: done getting next task for host managed_node2 11924 1726884960.31558: ^ task is: TASK: Verify pool subset 11924 1726884960.31561: ^ 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 11924 1726884960.31565: getting variables 11924 1726884960.31567: in VariableManager get_vars() 11924 1726884960.31605: Calling all_inventory to load vars for managed_node2 11924 1726884960.31607: Calling groups_inventory to load vars for managed_node2 11924 1726884960.31612: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884960.31621: Calling all_plugins_play to load vars for managed_node2 11924 1726884960.31623: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884960.31626: Calling groups_plugins_play to load vars for managed_node2 11924 1726884960.32300: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884960.32651: done with get_vars() 11924 1726884960.32664: 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 22:16:00 -0400 (0:00:00.036) 0:02:05.666 ****** 11924 1726884960.32737: entering _queue_task() for managed_node2/include_tasks 11924 1726884960.32962: worker is 1 (out of 1 available) 11924 1726884960.32977: exiting _queue_task() for managed_node2/include_tasks 11924 1726884960.32991: done queuing things up, now waiting for results queue to drain 11924 1726884960.32992: waiting for pending results... 11924 1726884960.33250: running TaskExecutor() for managed_node2/TASK: Verify pool subset 11924 1726884960.33389: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004025 11924 1726884960.33394: variable 'ansible_search_path' from source: unknown 11924 1726884960.33427: variable '_storage_pool_tests' from source: set_fact 11924 1726884960.33670: variable '_storage_pool_tests' from source: set_fact 11924 1726884960.33731: variable 'omit' from source: magic vars 11924 1726884960.33868: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884960.33874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884960.33885: variable 'omit' from source: magic vars 11924 1726884960.34011: variable 'storage_test_pool_subset' from source: unknown 11924 1726884960.34040: variable 'storage_test_pool_subset' from source: unknown 11924 1726884960.34099: variable 'storage_test_pool_subset' from source: unknown 11924 1726884960.34290: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884960.34294: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884960.34297: variable 'omit' from source: magic vars 11924 1726884960.34350: variable 'storage_test_pool_subset' from source: unknown 11924 1726884960.34437: variable 'storage_test_pool_subset' from source: unknown 11924 1726884960.34472: variable 'storage_test_pool_subset' from source: unknown 11924 1726884960.34569: dumping result to json 11924 1726884960.34571: done dumping result, returning 11924 1726884960.34573: done running TaskExecutor() for managed_node2/TASK: Verify pool subset [0affc8a3-6f6f-f4c0-2290-000000004025] 11924 1726884960.34575: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004025 11924 1726884960.34618: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004025 11924 1726884960.34621: WORKER PROCESS EXITING 11924 1726884960.34664: no more pending results, returning what we have 11924 1726884960.34670: in VariableManager get_vars() 11924 1726884960.34715: Calling all_inventory to load vars for managed_node2 11924 1726884960.34718: Calling groups_inventory to load vars for managed_node2 11924 1726884960.34721: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884960.34733: Calling all_plugins_play to load vars for managed_node2 11924 1726884960.34736: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884960.34738: Calling groups_plugins_play to load vars for managed_node2 11924 1726884960.35262: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884960.35763: done with get_vars() 11924 1726884960.35772: variable 'ansible_search_path' from source: unknown 11924 1726884960.35796: variable 'ansible_search_path' from source: unknown 11924 1726884960.35810: we have included files to process 11924 1726884960.35812: generating all_blocks data 11924 1726884960.35813: done generating all_blocks data 11924 1726884960.35816: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884960.35817: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884960.35819: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884960.36532: in VariableManager get_vars() 11924 1726884960.36547: done with get_vars() 11924 1726884960.36599: in VariableManager get_vars() 11924 1726884960.36615: done with get_vars() 11924 1726884960.36641: in VariableManager get_vars() 11924 1726884960.36653: done with get_vars() 11924 1726884960.36679: in VariableManager get_vars() 11924 1726884960.36690: done with get_vars() 11924 1726884960.36714: in VariableManager get_vars() 11924 1726884960.36727: done with get_vars() 11924 1726884960.36752: in VariableManager get_vars() 11924 1726884960.36766: done with get_vars() 11924 1726884960.36790: in VariableManager get_vars() 11924 1726884960.36801: done with get_vars() 11924 1726884960.36873: done processing included file 11924 1726884960.36875: iterating over new_blocks loaded from include file 11924 1726884960.36876: in VariableManager get_vars() 11924 1726884960.36885: done with get_vars() 11924 1726884960.36886: filtering new block on tags 11924 1726884960.37009: done filtering new block on tags 11924 1726884960.37011: 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_node2 => (item=members) 11924 1726884960.37015: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884960.37016: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884960.37018: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884960.37071: in VariableManager get_vars() 11924 1726884960.37083: done with get_vars() 11924 1726884960.37091: done processing included file 11924 1726884960.37092: iterating over new_blocks loaded from include file 11924 1726884960.37093: in VariableManager get_vars() 11924 1726884960.37100: done with get_vars() 11924 1726884960.37101: filtering new block on tags 11924 1726884960.37115: done filtering new block on tags 11924 1726884960.37116: 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_node2 => (item=volumes) 11924 1726884960.37118: extending task lists for all hosts with included blocks 11924 1726884960.37264: done extending task lists 11924 1726884960.37266: done processing included files 11924 1726884960.37267: results queue empty 11924 1726884960.37267: checking for any_errors_fatal 11924 1726884960.37271: done checking for any_errors_fatal 11924 1726884960.37272: checking for max_fail_percentage 11924 1726884960.37272: done checking for max_fail_percentage 11924 1726884960.37273: checking to see if all hosts have failed and the running result is not ok 11924 1726884960.37273: done checking to see if all hosts have failed 11924 1726884960.37274: getting the remaining hosts for this loop 11924 1726884960.37275: done getting the remaining hosts for this loop 11924 1726884960.37276: getting the next task for host managed_node2 11924 1726884960.37280: done getting next task for host managed_node2 11924 1726884960.37281: ^ task is: TASK: Set test variables 11924 1726884960.37283: ^ 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 11924 1726884960.37288: getting variables 11924 1726884960.37289: in VariableManager get_vars() 11924 1726884960.37296: Calling all_inventory to load vars for managed_node2 11924 1726884960.37297: Calling groups_inventory to load vars for managed_node2 11924 1726884960.37298: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884960.37302: Calling all_plugins_play to load vars for managed_node2 11924 1726884960.37305: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884960.37307: Calling groups_plugins_play to load vars for managed_node2 11924 1726884960.37576: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884960.37911: done with get_vars() 11924 1726884960.37923: done getting variables 11924 1726884960.37951: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:00 -0400 (0:00:00.052) 0:02:05.718 ****** 11924 1726884960.37975: entering _queue_task() for managed_node2/set_fact 11924 1726884960.38239: worker is 1 (out of 1 available) 11924 1726884960.38253: exiting _queue_task() for managed_node2/set_fact 11924 1726884960.38269: done queuing things up, now waiting for results queue to drain 11924 1726884960.38271: waiting for pending results... 11924 1726884960.38661: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884960.38847: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000405d 11924 1726884960.38851: variable 'ansible_search_path' from source: unknown 11924 1726884960.38863: calling self._execute() 11924 1726884960.39046: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884960.39051: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884960.39054: variable 'omit' from source: magic vars 11924 1726884960.39359: variable 'storage_test_pool' from source: include params 11924 1726884960.39387: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884960.39392: variable 'omit' from source: magic vars 11924 1726884960.39533: variable 'omit' from source: magic vars 11924 1726884960.39718: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884960.41526: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884960.41616: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884960.41625: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884960.41661: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884960.41733: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884960.41760: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884960.41782: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884960.41799: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884960.41834: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884960.41861: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884960.41892: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884960.41908: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884960.41927: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884960.41967: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884960.41979: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884960.42021: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884960.42047: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884960.42076: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884960.42100: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884960.42112: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884960.42235: variable 'ansible_lvm' from source: facts 11924 1726884960.42242: variable 'storage_test_pool' from source: include params 11924 1726884960.42304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884960.42418: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884960.42445: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884960.42469: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884960.42814: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884960.43049: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884960.43056: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884960.43109: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884960.43120: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884960.43131: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884960.43251: variable 'storage_test_pool' from source: include params 11924 1726884960.43279: variable 'omit' from source: magic vars 11924 1726884960.43299: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884960.43323: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884960.43338: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884960.43384: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884960.43390: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884960.43393: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884960.43430: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884960.43445: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884960.43448: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884960.43450: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884960.43581: Set connection var ansible_shell_executable to /bin/sh 11924 1726884960.43583: Set connection var ansible_connection to ssh 11924 1726884960.43585: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884960.43587: Set connection var ansible_timeout to 10 11924 1726884960.43589: Set connection var ansible_pipelining to False 11924 1726884960.43591: Set connection var ansible_shell_type to sh 11924 1726884960.43602: variable 'ansible_shell_executable' from source: unknown 11924 1726884960.43604: variable 'ansible_connection' from source: unknown 11924 1726884960.43606: variable 'ansible_module_compression' from source: unknown 11924 1726884960.43608: variable 'ansible_shell_type' from source: unknown 11924 1726884960.43612: variable 'ansible_shell_executable' from source: unknown 11924 1726884960.43618: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884960.43621: variable 'ansible_pipelining' from source: unknown 11924 1726884960.43625: variable 'ansible_timeout' from source: unknown 11924 1726884960.43627: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884960.43716: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884960.43725: variable 'omit' from source: magic vars 11924 1726884960.43730: starting attempt loop 11924 1726884960.43733: running the handler 11924 1726884960.43747: handler run complete 11924 1726884960.43759: attempt loop complete, returning result 11924 1726884960.43762: _execute() done 11924 1726884960.43764: dumping result to json 11924 1726884960.43767: done dumping result, returning 11924 1726884960.43769: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-00000000405d] 11924 1726884960.43775: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000405d 11924 1726884960.43860: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000405d 11924 1726884960.43862: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_count": "1", "_storage_test_pool_pvs_lvm": [ "/dev/sda" ] }, "changed": false } 11924 1726884960.43918: no more pending results, returning what we have 11924 1726884960.43923: results queue empty 11924 1726884960.43923: checking for any_errors_fatal 11924 1726884960.43926: done checking for any_errors_fatal 11924 1726884960.43927: checking for max_fail_percentage 11924 1726884960.43928: done checking for max_fail_percentage 11924 1726884960.43929: checking to see if all hosts have failed and the running result is not ok 11924 1726884960.43930: done checking to see if all hosts have failed 11924 1726884960.43930: getting the remaining hosts for this loop 11924 1726884960.43932: done getting the remaining hosts for this loop 11924 1726884960.43936: getting the next task for host managed_node2 11924 1726884960.43944: done getting next task for host managed_node2 11924 1726884960.43947: ^ task is: TASK: Get the canonical device path for each member device 11924 1726884960.43951: ^ 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 11924 1726884960.43958: getting variables 11924 1726884960.43960: in VariableManager get_vars() 11924 1726884960.43996: Calling all_inventory to load vars for managed_node2 11924 1726884960.43999: Calling groups_inventory to load vars for managed_node2 11924 1726884960.44002: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884960.44012: Calling all_plugins_play to load vars for managed_node2 11924 1726884960.44015: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884960.44018: Calling groups_plugins_play to load vars for managed_node2 11924 1726884960.44434: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884960.44843: done with get_vars() 11924 1726884960.44863: 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 22:16:00 -0400 (0:00:00.069) 0:02:05.788 ****** 11924 1726884960.44928: entering _queue_task() for managed_node2/fedora.linux_system_roles.resolve_blockdev 11924 1726884960.45196: worker is 1 (out of 1 available) 11924 1726884960.45213: exiting _queue_task() for managed_node2/fedora.linux_system_roles.resolve_blockdev 11924 1726884960.45227: done queuing things up, now waiting for results queue to drain 11924 1726884960.45229: waiting for pending results... 11924 1726884960.45487: running TaskExecutor() for managed_node2/TASK: Get the canonical device path for each member device 11924 1726884960.45643: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000405e 11924 1726884960.45682: variable 'ansible_search_path' from source: unknown 11924 1726884960.45720: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884960.45974: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884960.46050: variable 'omit' from source: magic vars 11924 1726884960.46175: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884960.46181: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884960.46189: variable 'omit' from source: magic vars 11924 1726884960.46367: variable 'storage_test_pool' from source: include params 11924 1726884960.46391: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884960.46396: variable 'omit' from source: magic vars 11924 1726884960.46586: variable 'omit' from source: magic vars 11924 1726884960.46591: variable 'pv' from source: unknown 11924 1726884960.46619: variable 'pv' from source: unknown 11924 1726884960.46632: variable 'omit' from source: magic vars 11924 1726884960.46682: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884960.46724: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884960.46741: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884960.46779: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884960.46783: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884960.46796: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884960.46836: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884960.46863: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884960.46867: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884960.46869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884960.46937: Set connection var ansible_shell_executable to /bin/sh 11924 1726884960.46940: Set connection var ansible_connection to ssh 11924 1726884960.46943: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884960.46987: Set connection var ansible_timeout to 10 11924 1726884960.46991: Set connection var ansible_pipelining to False 11924 1726884960.46993: Set connection var ansible_shell_type to sh 11924 1726884960.47005: variable 'ansible_shell_executable' from source: unknown 11924 1726884960.47009: variable 'ansible_connection' from source: unknown 11924 1726884960.47011: variable 'ansible_module_compression' from source: unknown 11924 1726884960.47013: variable 'ansible_shell_type' from source: unknown 11924 1726884960.47015: variable 'ansible_shell_executable' from source: unknown 11924 1726884960.47018: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884960.47020: variable 'ansible_pipelining' from source: unknown 11924 1726884960.47024: variable 'ansible_timeout' from source: unknown 11924 1726884960.47029: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884960.47424: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884960.47428: variable 'omit' from source: magic vars 11924 1726884960.47432: starting attempt loop 11924 1726884960.47438: running the handler 11924 1726884960.47441: _low_level_execute_command(): starting 11924 1726884960.47443: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884960.48148: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884960.48196: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884960.49923: stdout chunk (state=3): >>>/root <<< 11924 1726884960.49993: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884960.50185: stderr chunk (state=3): >>><<< 11924 1726884960.50189: stdout chunk (state=3): >>><<< 11924 1726884960.50313: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884960.50317: _low_level_execute_command(): starting 11924 1726884960.50320: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884960.5021324-17666-3970621686672 `" && echo ansible-tmp-1726884960.5021324-17666-3970621686672="` echo /root/.ansible/tmp/ansible-tmp-1726884960.5021324-17666-3970621686672 `" ) && sleep 0' 11924 1726884960.50869: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884960.50888: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884960.50974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884960.51026: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884960.51048: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884960.51080: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884960.51572: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884960.53342: stdout chunk (state=3): >>>ansible-tmp-1726884960.5021324-17666-3970621686672=/root/.ansible/tmp/ansible-tmp-1726884960.5021324-17666-3970621686672 <<< 11924 1726884960.53477: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884960.53530: stderr chunk (state=3): >>><<< 11924 1726884960.53671: stdout chunk (state=3): >>><<< 11924 1726884960.53703: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884960.5021324-17666-3970621686672=/root/.ansible/tmp/ansible-tmp-1726884960.5021324-17666-3970621686672 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884960.53782: variable 'ansible_module_compression' from source: unknown 11924 1726884960.53830: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.resolve_blockdev-ZIP_DEFLATED 11924 1726884960.53878: variable 'ansible_facts' from source: unknown 11924 1726884960.53982: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884960.5021324-17666-3970621686672/AnsiballZ_resolve_blockdev.py 11924 1726884960.54234: Sending initial data 11924 1726884960.54244: Sent initial data (163 bytes) 11924 1726884960.54834: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884960.54858: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884960.54882: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884960.54977: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884960.55017: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884960.55042: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884960.55074: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884960.55189: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884960.56790: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884960.56838: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884960.56888: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp427r466b /root/.ansible/tmp/ansible-tmp-1726884960.5021324-17666-3970621686672/AnsiballZ_resolve_blockdev.py <<< 11924 1726884960.56894: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884960.5021324-17666-3970621686672/AnsiballZ_resolve_blockdev.py" <<< 11924 1726884960.56940: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp427r466b" to remote "/root/.ansible/tmp/ansible-tmp-1726884960.5021324-17666-3970621686672/AnsiballZ_resolve_blockdev.py" <<< 11924 1726884960.56947: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884960.5021324-17666-3970621686672/AnsiballZ_resolve_blockdev.py" <<< 11924 1726884960.57513: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884960.57557: stderr chunk (state=3): >>><<< 11924 1726884960.57560: stdout chunk (state=3): >>><<< 11924 1726884960.57595: done transferring module to remote 11924 1726884960.57612: _low_level_execute_command(): starting 11924 1726884960.57616: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884960.5021324-17666-3970621686672/ /root/.ansible/tmp/ansible-tmp-1726884960.5021324-17666-3970621686672/AnsiballZ_resolve_blockdev.py && sleep 0' 11924 1726884960.58045: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884960.58062: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884960.58066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884960.58084: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884960.58087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884960.58144: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884960.58154: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884960.58158: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884960.58200: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884960.59991: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884960.60018: stderr chunk (state=3): >>><<< 11924 1726884960.60021: stdout chunk (state=3): >>><<< 11924 1726884960.60033: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884960.60037: _low_level_execute_command(): starting 11924 1726884960.60040: _low_level_execute_command(): using become for this command 11924 1726884960.60052: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-uhenjkkqyiqlxqudimkebqcnxnjqavwb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884960.5021324-17666-3970621686672/AnsiballZ_resolve_blockdev.py'"'"' && sleep 0' 11924 1726884960.60136: Initial state: awaiting_escalation: BECOME-SUCCESS-uhenjkkqyiqlxqudimkebqcnxnjqavwb 11924 1726884960.60525: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884960.60529: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884960.60565: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884960.60571: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884960.60633: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884960.63565: stdout chunk (state=1): >>>BECOME-SUCCESS-uhenjkkqyiqlxqudimkebqcnxnjqavwb <<< 11924 1726884960.63570: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-uhenjkkqyiqlxqudimkebqcnxnjqavwb' 11924 1726884960.63892: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884960.63927: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884960.63965: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884960.63971: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884960.64034: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884960.64040: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884960.64073: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884960.64106: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884960.64125: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884960.64141: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884960.64190: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884960.64196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884960.64213: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884960.64238: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884960.64271: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884960.64301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884960.64305: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349cc183e0> <<< 11924 1726884960.64321: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349cbe7a10> <<< 11924 1726884960.64335: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884960.64359: 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 0x7f349cc1a960> <<< 11924 1726884960.64379: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884960.64403: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884960.64421: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884960.64424: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884960.64466: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884960.64469: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884960.64557: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884960.64573: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884960.64591: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884960.64615: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884960.64632: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884960.64644: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884960.64660: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884960.64666: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884960.64681: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884960.64712: 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 <<< 11924 1726884960.64725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884960.64733: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c9c8fe0> <<< 11924 1726884960.64793: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884960.64805: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884960.64816: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c9c9fd0> <<< 11924 1726884960.64837: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884960.64872: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884960.65094: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884960.65111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884960.65128: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884960.65147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884960.65164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884960.65207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884960.65223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884960.65257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884960.65264: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca07dd0> <<< 11924 1726884960.65292: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884960.65300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884960.65331: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884960.65336: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca07fe0> <<< 11924 1726884960.65359: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884960.65382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884960.65408: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884960.65465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884960.65487: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884960.65507: 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' <<< 11924 1726884960.65528: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca3f7a0> <<< 11924 1726884960.65537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884960.65547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884960.65560: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca3fe30> <<< 11924 1726884960.65569: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884960.65617: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca1faa0> <<< 11924 1726884960.65629: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884960.65661: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca1d1c0> <<< 11924 1726884960.65749: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca04f80> <<< 11924 1726884960.65769: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884960.65797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884960.65802: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884960.65830: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884960.65852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884960.65876: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884960.65881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884960.65920: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca63710> <<< 11924 1726884960.65930: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca62330> <<< 11924 1726884960.65964: 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 0x7f349ca1e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca60b60> <<< 11924 1726884960.66017: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884960.66027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca94770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca04200> <<< 11924 1726884960.66053: 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' <<< 11924 1726884960.66084: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884960.66087: 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 0x7f349ca94c20> <<< 11924 1726884960.66099: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca94ad0> <<< 11924 1726884960.66135: 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 0x7f349ca94e90> <<< 11924 1726884960.66138: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca02d20> <<< 11924 1726884960.66170: 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' <<< 11924 1726884960.66186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884960.66222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884960.66233: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca95550> <<< 11924 1726884960.66243: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca95220> import 'importlib.machinery' # <<< 11924 1726884960.66270: 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' <<< 11924 1726884960.66293: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca96450> <<< 11924 1726884960.66308: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884960.66316: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884960.66337: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884960.66374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884960.66393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884960.66411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349caac680> <<< 11924 1726884960.66418: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884960.66450: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884960.66454: 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 0x7f349caadd90> <<< 11924 1726884960.66478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884960.66481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884960.66518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884960.66524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 11924 1726884960.66535: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349caaec00> <<< 11924 1726884960.66576: 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 0x7f349caaf260> <<< 11924 1726884960.66583: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349caae150> <<< 11924 1726884960.66598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884960.66611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884960.66643: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884960.66665: 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 0x7f349caafce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349caaf410> <<< 11924 1726884960.66711: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca964b0> <<< 11924 1726884960.66727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884960.66762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884960.66772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884960.66798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884960.66835: 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' <<< 11924 1726884960.66844: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c837b60> <<< 11924 1726884960.66853: 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' <<< 11924 1726884960.66884: 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 0x7f349c860650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c8603b0> <<< 11924 1726884960.66914: 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 0x7f349c860680> <<< 11924 1726884960.66940: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884960.66944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884960.67023: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884960.67140: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c860fb0> <<< 11924 1726884960.67266: 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 0x7f349c861940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c860860> <<< 11924 1726884960.67284: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c835d00> <<< 11924 1726884960.67307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884960.67329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884960.67349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884960.67371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c862cc0> <<< 11924 1726884960.67403: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c861820> <<< 11924 1726884960.67417: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca96ba0> <<< 11924 1726884960.67446: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884960.67502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884960.67526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884960.67562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884960.67588: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c88b020> <<< 11924 1726884960.67636: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884960.67657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884960.67673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884960.67698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884960.67736: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c8b3380> <<< 11924 1726884960.67763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884960.67816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884960.67862: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884960.67881: 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 0x7f349c910170> <<< 11924 1726884960.67905: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884960.67933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884960.67962: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884960.67997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884960.68082: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c9128d0> <<< 11924 1726884960.68159: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c910290> <<< 11924 1726884960.68193: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c8dd160> <<< 11924 1726884960.68226: 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' <<< 11924 1726884960.68232: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c719220> <<< 11924 1726884960.68242: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c8b2180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c863bf0> <<< 11924 1726884960.68357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884960.68369: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f349c8b2780> <<< 11924 1726884960.68561: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.resolve_blockdev_payload_xkbr8z2u/ansible_fedora.linux_system_roles.resolve_blockdev_payload.zip' <<< 11924 1726884960.68566: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.68912: 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 0x7f349c766f90> import '_typing' # <<< 11924 1726884960.69056: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c749e80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c748fe0> <<< 11924 1726884960.69060: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.69084: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884960.69101: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.69112: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.69136: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.69143: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884960.69171: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.70580: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.71718: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884960.71739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c764e60> <<< 11924 1726884960.71809: 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' <<< 11924 1726884960.71818: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884960.71823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884960.71825: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884960.71846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884960.71868: 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 0x7f349c7969c0> <<< 11924 1726884960.71899: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c796750> <<< 11924 1726884960.71936: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c796060> <<< 11924 1726884960.71972: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884960.71975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884960.72026: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c7967e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c767c20> import 'atexit' # <<< 11924 1726884960.72045: 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 0x7f349c797710> <<< 11924 1726884960.72082: 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 0x7f349c797950> <<< 11924 1726884960.72118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884960.72159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884960.72177: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884960.72224: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c797e90> <<< 11924 1726884960.72245: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884960.72250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884960.72282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884960.72336: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c119be0> <<< 11924 1726884960.72393: 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 0x7f349c11b800> <<< 11924 1726884960.72396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884960.72412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884960.72431: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c11c200> <<< 11924 1726884960.72456: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884960.72486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884960.72515: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c11d0d0> <<< 11924 1726884960.72525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884960.72568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884960.72597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884960.72599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884960.72650: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c11fe30> <<< 11924 1726884960.72696: 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 0x7f349c74b080> <<< 11924 1726884960.72710: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c11e0f0> <<< 11924 1726884960.72734: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884960.72763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884960.72791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884960.72798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 11924 1726884960.72817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884960.72845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884960.72882: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884960.72885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 11924 1726884960.72890: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c127cb0> <<< 11924 1726884960.72903: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884960.72972: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c126780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c1264e0> <<< 11924 1726884960.72991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884960.73005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884960.73079: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c126a50> <<< 11924 1726884960.73109: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c11e600> <<< 11924 1726884960.73137: 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 0x7f349c16bf50> <<< 11924 1726884960.73180: 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 0x7f349c16c050> <<< 11924 1726884960.73220: 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' <<< 11924 1726884960.73248: 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' <<< 11924 1726884960.73291: 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 0x7f349c16db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c16d910> <<< 11924 1726884960.73302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884960.73433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884960.73534: 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 0x7f349c16ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c16e240> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884960.73567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884960.73598: 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' <<< 11924 1726884960.73601: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884960.73640: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c1737d0> <<< 11924 1726884960.73920: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c1701a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c1748c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c174860> <<< 11924 1726884960.73926: stdout 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 0x7f349c174950> <<< 11924 1726884960.73929: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c16c290> <<< 11924 1726884960.73989: 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' <<< 11924 1726884960.73996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884960.74043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884960.74046: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884960.74048: 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 0x7f349c1fc1a0> <<< 11924 1726884960.74198: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884960.74225: 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 0x7f349c1fd5e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c176930> <<< 11924 1726884960.74256: 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 0x7f349c177ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c176570> <<< 11924 1726884960.74370: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884960.74400: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.74490: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.74519: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884960.74618: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884960.74665: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.74689: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.74808: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.75359: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.75904: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884960.75924: 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' # <<< 11924 1726884960.75945: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884960.75965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884960.76021: 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 0x7f349c005640> <<< 11924 1726884960.76101: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884960.76113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884960.76125: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c006420> <<< 11924 1726884960.76138: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c8604a0> <<< 11924 1726884960.76188: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884960.76203: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.76223: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.76242: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884960.76252: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.76402: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.76590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884960.76594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c006450> # zipimport: zlib available <<< 11924 1726884960.77098: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.77535: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.77597: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.77686: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884960.77689: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.77727: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.77774: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884960.77777: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.77850: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.77949: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884960.77954: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.77985: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884960.78022: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.78070: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884960.78072: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.78306: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.78536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884960.78618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884960.78623: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884960.78699: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c0075f0> # zipimport: zlib available <<< 11924 1726884960.78779: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.78877: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884960.78887: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884960.78933: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.78937: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.78990: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884960.79043: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.79089: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.79149: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.79235: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884960.79261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884960.79377: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c011fa0> <<< 11924 1726884960.79387: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c00f350> <<< 11924 1726884960.79489: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884960.79500: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.79562: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.79593: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.79635: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884960.79662: 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 <<< 11924 1726884960.79684: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884960.79714: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884960.79772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884960.79804: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884960.79822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884960.79873: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c7e2750> <<< 11924 1726884960.79917: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c7ce450> <<< 11924 1726884960.80015: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c007410> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c1754f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884960.80032: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.80053: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.80081: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 11924 1726884960.80096: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884960.80146: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884960.80186: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.80189: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # <<< 11924 1726884960.80223: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # <<< 11924 1726884960.80251: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.80272: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 11924 1726884960.80315: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 11924 1726884960.80320: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.80351: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 11924 1726884960.80378: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.80438: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.80530: 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' <<< 11924 1726884960.80562: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c0a7380> <<< 11924 1726884960.80654: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884960.80775: stdout chunk (state=3): >>> {"device": "/dev/sda", "invocation": {"module_args": {"spec": "/dev/sda"}}} # destroy __main__ <<< 11924 1726884960.81133: 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<<< 11924 1726884960.81160: 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 <<< 11924 1726884960.81191: 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 <<< 11924 1726884960.81227: 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 <<< 11924 1726884960.81282: stdout chunk (state=3): >>># cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text <<< 11924 1726884960.81313: 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 glob # destroy glob <<< 11924 1726884960.81589: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884960.81627: 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 <<< 11924 1726884960.81650: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884960.81691: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884960.81696: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884960.81761: 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 <<< 11924 1726884960.81766: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884960.81796: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno <<< 11924 1726884960.81818: 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 <<< 11924 1726884960.81857: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884960.81885: 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 <<< 11924 1726884960.81914: 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 <<< 11924 1726884960.81945: 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 <<< 11924 1726884960.81984: 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 # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 11924 1726884960.82012: 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 <<< 11924 1726884960.82148: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884960.82152: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884960.82180: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884960.82238: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing <<< 11924 1726884960.82271: 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 <<< 11924 1726884960.82282: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884960.82438: 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 <<< 11924 1726884960.82442: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 11924 1726884960.82481: 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 <<< 11924 1726884960.83052: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884960.83171: stdout chunk (state=3): >>><<< 11924 1726884960.83175: stderr chunk (state=3): >>><<< 11924 1726884960.83189: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349cc183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349cbe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349cc1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c9c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c9c9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca07dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca07fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca3f7a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca3fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca1faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca1d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca04f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca63710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca62330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca1e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca60b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca94770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca04200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349ca94c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca94ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349ca94e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca02d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca95550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca95220> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca96450> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349caac680> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349caadd90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349caaec00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349caaf260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349caae150> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349caafce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349caaf410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca964b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c837b60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c860650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c8603b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c860680> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c860fb0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c861940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c860860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c835d00> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c862cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c861820> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349ca96ba0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c88b020> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c8b3380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c910170> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c9128d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c910290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c8dd160> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c719220> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c8b2180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c863bf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f349c8b2780> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.resolve_blockdev_payload_xkbr8z2u/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 0x7f349c766f90> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c749e80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c748fe0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c764e60> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c7969c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c796750> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c796060> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c7967e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c767c20> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c797710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c797950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c797e90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c119be0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c11b800> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c11c200> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c11d0d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c11fe30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c74b080> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c11e0f0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c127cb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c126780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c1264e0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c126a50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c11e600> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c16bf50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c16c050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c16db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c16d910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c16ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c16e240> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c1737d0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c1701a0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c1748c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c174860> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c174950> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c16c290> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c1fc1a0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c1fd5e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c176930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c177ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c176570> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c005640> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c006420> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c8604a0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c006450> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c0075f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f349c011fa0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c00f350> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c7e2750> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c7ce450> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c007410> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f349c1754f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f349c0a7380> # zipimport: zlib available {"device": "/dev/sda", "invocation": {"module_args": {"spec": "/dev/sda"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884960.84295: done with _execute_module (fedora.linux_system_roles.resolve_blockdev, {'spec': '/dev/sda', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': '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-1726884960.5021324-17666-3970621686672/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884960.84300: _low_level_execute_command(): starting 11924 1726884960.84304: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884960.5021324-17666-3970621686672/ > /dev/null 2>&1 && sleep 0' 11924 1726884960.84307: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884960.84310: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884960.84312: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884960.84318: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884960.84324: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884960.84326: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884960.84328: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884960.84330: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884960.84332: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884960.84334: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884960.84353: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884960.86272: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884960.86276: stdout chunk (state=3): >>><<< 11924 1726884960.86278: stderr chunk (state=3): >>><<< 11924 1726884960.86461: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884960.86465: handler run complete 11924 1726884960.86467: attempt loop complete, returning result 11924 1726884960.86469: variable 'pv' from source: unknown 11924 1726884960.86471: variable 'pv' from source: unknown ok: [managed_node2] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "device": "/dev/sda", "pv": "/dev/sda" } 11924 1726884960.86674: dumping result to json 11924 1726884960.86677: done dumping result, returning 11924 1726884960.86680: done running TaskExecutor() for managed_node2/TASK: Get the canonical device path for each member device [0affc8a3-6f6f-f4c0-2290-00000000405e] 11924 1726884960.86682: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000405e 11924 1726884960.86829: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000405e 11924 1726884960.86832: WORKER PROCESS EXITING 11924 1726884960.86920: no more pending results, returning what we have 11924 1726884960.86924: results queue empty 11924 1726884960.86925: checking for any_errors_fatal 11924 1726884960.86933: done checking for any_errors_fatal 11924 1726884960.86934: checking for max_fail_percentage 11924 1726884960.86936: done checking for max_fail_percentage 11924 1726884960.86937: checking to see if all hosts have failed and the running result is not ok 11924 1726884960.86937: done checking to see if all hosts have failed 11924 1726884960.86938: getting the remaining hosts for this loop 11924 1726884960.86940: done getting the remaining hosts for this loop 11924 1726884960.86948: getting the next task for host managed_node2 11924 1726884960.86958: done getting next task for host managed_node2 11924 1726884960.86960: ^ task is: TASK: Set pvs lvm length 11924 1726884960.86965: ^ 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 11924 1726884960.86970: getting variables 11924 1726884960.86972: in VariableManager get_vars() 11924 1726884960.87077: Calling all_inventory to load vars for managed_node2 11924 1726884960.87080: Calling groups_inventory to load vars for managed_node2 11924 1726884960.87083: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884960.87093: Calling all_plugins_play to load vars for managed_node2 11924 1726884960.87096: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884960.87098: Calling groups_plugins_play to load vars for managed_node2 11924 1726884960.88211: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884960.88810: done with get_vars() 11924 1726884960.88826: done getting variables 11924 1726884960.88889: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:00 -0400 (0:00:00.440) 0:02:06.228 ****** 11924 1726884960.88935: entering _queue_task() for managed_node2/set_fact 11924 1726884960.89280: worker is 1 (out of 1 available) 11924 1726884960.89293: exiting _queue_task() for managed_node2/set_fact 11924 1726884960.89309: done queuing things up, now waiting for results queue to drain 11924 1726884960.89311: waiting for pending results... 11924 1726884960.90075: running TaskExecutor() for managed_node2/TASK: Set pvs lvm length 11924 1726884960.90081: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004060 11924 1726884960.90084: variable 'ansible_search_path' from source: unknown 11924 1726884960.90087: calling self._execute() 11924 1726884960.90090: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884960.90093: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884960.90095: variable 'omit' from source: magic vars 11924 1726884960.90328: variable 'storage_test_pool' from source: include params 11924 1726884960.90369: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884960.90380: variable 'omit' from source: magic vars 11924 1726884960.90437: variable 'omit' from source: magic vars 11924 1726884960.90579: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884960.92752: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884960.92852: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884960.92902: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884960.92951: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884960.92987: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884960.93086: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884960.93123: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884960.93166: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884960.93213: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884960.93237: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884960.93345: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884960.93460: variable 'omit' from source: magic vars 11924 1726884960.93463: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884960.93466: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884960.93498: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884960.93520: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884960.93536: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884960.93560: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884960.93581: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884960.93863: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884960.93867: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884960.93869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884960.93909: Set connection var ansible_shell_executable to /bin/sh 11924 1726884960.93931: Set connection var ansible_connection to ssh 11924 1726884960.93942: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884960.93952: Set connection var ansible_timeout to 10 11924 1726884960.93964: Set connection var ansible_pipelining to False 11924 1726884960.93974: Set connection var ansible_shell_type to sh 11924 1726884960.94006: variable 'ansible_shell_executable' from source: unknown 11924 1726884960.94017: variable 'ansible_connection' from source: unknown 11924 1726884960.94024: variable 'ansible_module_compression' from source: unknown 11924 1726884960.94030: variable 'ansible_shell_type' from source: unknown 11924 1726884960.94036: variable 'ansible_shell_executable' from source: unknown 11924 1726884960.94043: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884960.94049: variable 'ansible_pipelining' from source: unknown 11924 1726884960.94058: variable 'ansible_timeout' from source: unknown 11924 1726884960.94065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884960.94168: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884960.94183: variable 'omit' from source: magic vars 11924 1726884960.94194: starting attempt loop 11924 1726884960.94201: running the handler 11924 1726884960.94219: handler run complete 11924 1726884960.94360: attempt loop complete, returning result 11924 1726884960.94363: _execute() done 11924 1726884960.94366: dumping result to json 11924 1726884960.94368: done dumping result, returning 11924 1726884960.94370: done running TaskExecutor() for managed_node2/TASK: Set pvs lvm length [0affc8a3-6f6f-f4c0-2290-000000004060] 11924 1726884960.94372: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004060 11924 1726884960.94445: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004060 11924 1726884960.94449: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__pvs_lvm_len": "1" }, "changed": false } 11924 1726884960.94502: no more pending results, returning what we have 11924 1726884960.94506: results queue empty 11924 1726884960.94507: checking for any_errors_fatal 11924 1726884960.94524: done checking for any_errors_fatal 11924 1726884960.94524: checking for max_fail_percentage 11924 1726884960.94526: done checking for max_fail_percentage 11924 1726884960.94527: checking to see if all hosts have failed and the running result is not ok 11924 1726884960.94528: done checking to see if all hosts have failed 11924 1726884960.94529: getting the remaining hosts for this loop 11924 1726884960.94531: done getting the remaining hosts for this loop 11924 1726884960.94535: getting the next task for host managed_node2 11924 1726884960.94542: done getting next task for host managed_node2 11924 1726884960.94545: ^ task is: TASK: Set pool pvs 11924 1726884960.94549: ^ 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 11924 1726884960.94562: getting variables 11924 1726884960.94563: in VariableManager get_vars() 11924 1726884960.94600: Calling all_inventory to load vars for managed_node2 11924 1726884960.94602: Calling groups_inventory to load vars for managed_node2 11924 1726884960.94605: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884960.94614: Calling all_plugins_play to load vars for managed_node2 11924 1726884960.94617: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884960.94619: Calling groups_plugins_play to load vars for managed_node2 11924 1726884960.95289: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884960.95895: done with get_vars() 11924 1726884960.95917: done getting variables 11924 1726884960.95983: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:00 -0400 (0:00:00.070) 0:02:06.299 ****** 11924 1726884960.96021: entering _queue_task() for managed_node2/set_fact 11924 1726884960.96586: worker is 1 (out of 1 available) 11924 1726884960.96598: exiting _queue_task() for managed_node2/set_fact 11924 1726884960.96614: done queuing things up, now waiting for results queue to drain 11924 1726884960.96616: waiting for pending results... 11924 1726884960.96725: running TaskExecutor() for managed_node2/TASK: Set pool pvs 11924 1726884960.96881: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004061 11924 1726884960.96957: variable 'ansible_search_path' from source: unknown 11924 1726884960.96962: calling self._execute() 11924 1726884960.97092: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884960.97105: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884960.97125: variable 'omit' from source: magic vars 11924 1726884960.97565: variable 'storage_test_pool' from source: include params 11924 1726884960.97609: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884960.97623: variable 'omit' from source: magic vars 11924 1726884960.97715: variable 'omit' from source: magic vars 11924 1726884960.97901: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884961.00153: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884961.00244: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884961.00318: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884961.00339: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884961.00374: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884961.00469: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884961.00532: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884961.00544: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884961.00592: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884961.00615: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884961.00748: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884961.00751: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884961.00754: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884961.00773: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884961.00794: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884961.00860: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884961.00889: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884961.00921: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884961.00968: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884961.00988: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884961.01150: variable 'pv_paths' from source: set_fact 11924 1726884961.01168: variable '__pvs_lvm_len' from source: set_fact 11924 1726884961.01249: variable 'omit' from source: magic vars 11924 1726884961.01282: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884961.01461: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884961.01465: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884961.01468: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884961.01470: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884961.01472: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884961.01474: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884961.01476: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884961.01477: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.01479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.01551: Set connection var ansible_shell_executable to /bin/sh 11924 1726884961.01560: Set connection var ansible_connection to ssh 11924 1726884961.01568: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884961.01576: Set connection var ansible_timeout to 10 11924 1726884961.01584: Set connection var ansible_pipelining to False 11924 1726884961.01597: Set connection var ansible_shell_type to sh 11924 1726884961.01632: variable 'ansible_shell_executable' from source: unknown 11924 1726884961.01640: variable 'ansible_connection' from source: unknown 11924 1726884961.01646: variable 'ansible_module_compression' from source: unknown 11924 1726884961.01652: variable 'ansible_shell_type' from source: unknown 11924 1726884961.01660: variable 'ansible_shell_executable' from source: unknown 11924 1726884961.01665: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.01671: variable 'ansible_pipelining' from source: unknown 11924 1726884961.01676: variable 'ansible_timeout' from source: unknown 11924 1726884961.01681: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.01785: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884961.01818: variable 'omit' from source: magic vars 11924 1726884961.01828: starting attempt loop 11924 1726884961.01835: running the handler 11924 1726884961.01848: handler run complete 11924 1726884961.01864: attempt loop complete, returning result 11924 1726884961.01870: _execute() done 11924 1726884961.01876: dumping result to json 11924 1726884961.01883: done dumping result, returning 11924 1726884961.01895: done running TaskExecutor() for managed_node2/TASK: Set pool pvs [0affc8a3-6f6f-f4c0-2290-000000004061] 11924 1726884961.01906: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004061 11924 1726884961.02095: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004061 11924 1726884961.02098: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_pool_pvs": [ "/dev/sda" ] }, "changed": false } 11924 1726884961.02189: no more pending results, returning what we have 11924 1726884961.02193: results queue empty 11924 1726884961.02194: checking for any_errors_fatal 11924 1726884961.02203: done checking for any_errors_fatal 11924 1726884961.02204: checking for max_fail_percentage 11924 1726884961.02206: done checking for max_fail_percentage 11924 1726884961.02207: checking to see if all hosts have failed and the running result is not ok 11924 1726884961.02207: done checking to see if all hosts have failed 11924 1726884961.02208: getting the remaining hosts for this loop 11924 1726884961.02213: done getting the remaining hosts for this loop 11924 1726884961.02217: getting the next task for host managed_node2 11924 1726884961.02226: done getting next task for host managed_node2 11924 1726884961.02229: ^ task is: TASK: Verify PV count 11924 1726884961.02233: ^ 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 11924 1726884961.02238: getting variables 11924 1726884961.02240: in VariableManager get_vars() 11924 1726884961.02280: Calling all_inventory to load vars for managed_node2 11924 1726884961.02282: Calling groups_inventory to load vars for managed_node2 11924 1726884961.02286: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884961.02296: Calling all_plugins_play to load vars for managed_node2 11924 1726884961.02299: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884961.02302: Calling groups_plugins_play to load vars for managed_node2 11924 1726884961.03148: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884961.03805: done with get_vars() 11924 1726884961.03827: done getting variables 11924 1726884961.03888: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:01 -0400 (0:00:00.079) 0:02:06.378 ****** 11924 1726884961.03926: entering _queue_task() for managed_node2/assert 11924 1726884961.04390: worker is 1 (out of 1 available) 11924 1726884961.04402: exiting _queue_task() for managed_node2/assert 11924 1726884961.04416: done queuing things up, now waiting for results queue to drain 11924 1726884961.04418: waiting for pending results... 11924 1726884961.04620: running TaskExecutor() for managed_node2/TASK: Verify PV count 11924 1726884961.04862: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004062 11924 1726884961.04866: variable 'ansible_search_path' from source: unknown 11924 1726884961.04869: calling self._execute() 11924 1726884961.04954: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.04971: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.04985: variable 'omit' from source: magic vars 11924 1726884961.05415: variable 'storage_test_pool' from source: include params 11924 1726884961.05461: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884961.05475: variable 'omit' from source: magic vars 11924 1726884961.05544: variable 'omit' from source: magic vars 11924 1726884961.05759: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884961.07967: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884961.08062: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884961.08161: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884961.08165: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884961.08189: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884961.08286: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884961.08330: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884961.08364: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884961.08413: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884961.08460: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884961.08566: variable 'storage_test_pool' from source: include params 11924 1726884961.08590: variable '__pvs_lvm_len' from source: set_fact 11924 1726884961.08600: variable '_storage_test_expected_pv_count' from source: set_fact 11924 1726884961.08651: variable 'omit' from source: magic vars 11924 1726884961.08747: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884961.08750: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884961.08752: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884961.08765: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884961.08777: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884961.08795: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884961.08815: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884961.08846: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884961.08858: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.08864: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.08975: Set connection var ansible_shell_executable to /bin/sh 11924 1726884961.08983: Set connection var ansible_connection to ssh 11924 1726884961.08993: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884961.09003: Set connection var ansible_timeout to 10 11924 1726884961.09060: Set connection var ansible_pipelining to False 11924 1726884961.09063: Set connection var ansible_shell_type to sh 11924 1726884961.09067: variable 'ansible_shell_executable' from source: unknown 11924 1726884961.09069: variable 'ansible_connection' from source: unknown 11924 1726884961.09071: variable 'ansible_module_compression' from source: unknown 11924 1726884961.09078: variable 'ansible_shell_type' from source: unknown 11924 1726884961.09085: variable 'ansible_shell_executable' from source: unknown 11924 1726884961.09260: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.09263: variable 'ansible_pipelining' from source: unknown 11924 1726884961.09266: variable 'ansible_timeout' from source: unknown 11924 1726884961.09268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.09270: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884961.09272: variable 'omit' from source: magic vars 11924 1726884961.09274: starting attempt loop 11924 1726884961.09275: running the handler 11924 1726884961.09420: variable '__pvs_lvm_len' from source: set_fact 11924 1726884961.09429: variable '_storage_test_expected_pv_count' from source: set_fact 11924 1726884961.09441: Evaluated conditional (__pvs_lvm_len | int == _storage_test_expected_pv_count | int): True 11924 1726884961.09449: handler run complete 11924 1726884961.09467: attempt loop complete, returning result 11924 1726884961.09473: _execute() done 11924 1726884961.09479: dumping result to json 11924 1726884961.09485: done dumping result, returning 11924 1726884961.09501: done running TaskExecutor() for managed_node2/TASK: Verify PV count [0affc8a3-6f6f-f4c0-2290-000000004062] 11924 1726884961.09510: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004062 11924 1726884961.09772: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004062 11924 1726884961.09775: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884961.09829: no more pending results, returning what we have 11924 1726884961.09833: results queue empty 11924 1726884961.09834: checking for any_errors_fatal 11924 1726884961.09845: done checking for any_errors_fatal 11924 1726884961.09846: checking for max_fail_percentage 11924 1726884961.09848: done checking for max_fail_percentage 11924 1726884961.09849: checking to see if all hosts have failed and the running result is not ok 11924 1726884961.09850: done checking to see if all hosts have failed 11924 1726884961.09851: getting the remaining hosts for this loop 11924 1726884961.09853: done getting the remaining hosts for this loop 11924 1726884961.09859: getting the next task for host managed_node2 11924 1726884961.09868: done getting next task for host managed_node2 11924 1726884961.09870: ^ task is: TASK: Set expected pv type 11924 1726884961.09875: ^ 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 11924 1726884961.09888: getting variables 11924 1726884961.09890: in VariableManager get_vars() 11924 1726884961.09931: Calling all_inventory to load vars for managed_node2 11924 1726884961.09934: Calling groups_inventory to load vars for managed_node2 11924 1726884961.09938: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884961.09949: Calling all_plugins_play to load vars for managed_node2 11924 1726884961.09952: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884961.10158: Calling groups_plugins_play to load vars for managed_node2 11924 1726884961.10762: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884961.11380: done with get_vars() 11924 1726884961.11398: done getting variables 11924 1726884961.11464: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:01 -0400 (0:00:00.075) 0:02:06.453 ****** 11924 1726884961.11499: entering _queue_task() for managed_node2/set_fact 11924 1726884961.11859: worker is 1 (out of 1 available) 11924 1726884961.11873: exiting _queue_task() for managed_node2/set_fact 11924 1726884961.11887: done queuing things up, now waiting for results queue to drain 11924 1726884961.11889: waiting for pending results... 11924 1726884961.12278: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884961.12369: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004063 11924 1726884961.12394: variable 'ansible_search_path' from source: unknown 11924 1726884961.12438: calling self._execute() 11924 1726884961.12578: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.12595: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.12615: variable 'omit' from source: magic vars 11924 1726884961.13053: variable 'storage_test_pool' from source: include params 11924 1726884961.13101: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884961.13116: variable 'omit' from source: magic vars 11924 1726884961.13189: variable 'omit' from source: magic vars 11924 1726884961.13333: variable 'storage_test_pool' from source: include params 11924 1726884961.13376: variable 'omit' from source: magic vars 11924 1726884961.13428: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884961.13473: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884961.13498: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884961.13521: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884961.13538: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884961.13557: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884961.13580: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884961.13613: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884961.13621: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.13629: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.13785: Set connection var ansible_shell_executable to /bin/sh 11924 1726884961.13789: Set connection var ansible_connection to ssh 11924 1726884961.13791: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884961.13792: Set connection var ansible_timeout to 10 11924 1726884961.13794: Set connection var ansible_pipelining to False 11924 1726884961.13796: Set connection var ansible_shell_type to sh 11924 1726884961.13813: variable 'ansible_shell_executable' from source: unknown 11924 1726884961.13820: variable 'ansible_connection' from source: unknown 11924 1726884961.13825: variable 'ansible_module_compression' from source: unknown 11924 1726884961.13830: variable 'ansible_shell_type' from source: unknown 11924 1726884961.13835: variable 'ansible_shell_executable' from source: unknown 11924 1726884961.13841: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.13848: variable 'ansible_pipelining' from source: unknown 11924 1726884961.13854: variable 'ansible_timeout' from source: unknown 11924 1726884961.13893: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.14006: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884961.14023: variable 'omit' from source: magic vars 11924 1726884961.14032: starting attempt loop 11924 1726884961.14037: running the handler 11924 1726884961.14050: handler run complete 11924 1726884961.14064: attempt loop complete, returning result 11924 1726884961.14110: _execute() done 11924 1726884961.14115: dumping result to json 11924 1726884961.14118: done dumping result, returning 11924 1726884961.14120: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-000000004063] 11924 1726884961.14122: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004063 11924 1726884961.14191: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004063 ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } 11924 1726884961.14276: no more pending results, returning what we have 11924 1726884961.14279: results queue empty 11924 1726884961.14280: checking for any_errors_fatal 11924 1726884961.14293: done checking for any_errors_fatal 11924 1726884961.14294: checking for max_fail_percentage 11924 1726884961.14297: done checking for max_fail_percentage 11924 1726884961.14298: checking to see if all hosts have failed and the running result is not ok 11924 1726884961.14299: done checking to see if all hosts have failed 11924 1726884961.14299: getting the remaining hosts for this loop 11924 1726884961.14302: done getting the remaining hosts for this loop 11924 1726884961.14306: getting the next task for host managed_node2 11924 1726884961.14318: done getting next task for host managed_node2 11924 1726884961.14321: ^ task is: TASK: Set expected pv type 11924 1726884961.14326: ^ 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 11924 1726884961.14331: getting variables 11924 1726884961.14333: in VariableManager get_vars() 11924 1726884961.14376: Calling all_inventory to load vars for managed_node2 11924 1726884961.14380: Calling groups_inventory to load vars for managed_node2 11924 1726884961.14383: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884961.14395: Calling all_plugins_play to load vars for managed_node2 11924 1726884961.14398: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884961.14402: Calling groups_plugins_play to load vars for managed_node2 11924 1726884961.15069: WORKER PROCESS EXITING 11924 1726884961.15334: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884961.15957: done with get_vars() 11924 1726884961.15976: done getting variables 11924 1726884961.16040: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:01 -0400 (0:00:00.045) 0:02:06.499 ****** 11924 1726884961.16082: entering _queue_task() for managed_node2/set_fact 11924 1726884961.16432: worker is 1 (out of 1 available) 11924 1726884961.16445: exiting _queue_task() for managed_node2/set_fact 11924 1726884961.16661: done queuing things up, now waiting for results queue to drain 11924 1726884961.16664: waiting for pending results... 11924 1726884961.16784: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884961.16909: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004064 11924 1726884961.16933: variable 'ansible_search_path' from source: unknown 11924 1726884961.16974: calling self._execute() 11924 1726884961.17115: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.17131: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.17146: variable 'omit' from source: magic vars 11924 1726884961.17596: variable 'storage_test_pool' from source: include params 11924 1726884961.17641: Evaluated conditional (storage_test_pool.type == 'lvm' and not storage_test_pool.encryption): True 11924 1726884961.17652: variable 'omit' from source: magic vars 11924 1726884961.17723: variable 'omit' from source: magic vars 11924 1726884961.17987: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884961.20110: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884961.20198: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884961.20246: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884961.20294: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884961.20329: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884961.20428: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884961.20464: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884961.20501: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884961.20550: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884961.20596: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884961.20726: variable 'omit' from source: magic vars 11924 1726884961.20760: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884961.20792: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884961.20860: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884961.20864: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884961.20866: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884961.20879: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884961.20901: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884961.20943: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884961.20952: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.20962: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.21140: Set connection var ansible_shell_executable to /bin/sh 11924 1726884961.21144: Set connection var ansible_connection to ssh 11924 1726884961.21146: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884961.21148: Set connection var ansible_timeout to 10 11924 1726884961.21151: Set connection var ansible_pipelining to False 11924 1726884961.21153: Set connection var ansible_shell_type to sh 11924 1726884961.21166: variable 'ansible_shell_executable' from source: unknown 11924 1726884961.21174: variable 'ansible_connection' from source: unknown 11924 1726884961.21183: variable 'ansible_module_compression' from source: unknown 11924 1726884961.21190: variable 'ansible_shell_type' from source: unknown 11924 1726884961.21198: variable 'ansible_shell_executable' from source: unknown 11924 1726884961.21205: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.21217: variable 'ansible_pipelining' from source: unknown 11924 1726884961.21225: variable 'ansible_timeout' from source: unknown 11924 1726884961.21248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.21347: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884961.21560: variable 'omit' from source: magic vars 11924 1726884961.21564: starting attempt loop 11924 1726884961.21566: running the handler 11924 1726884961.21568: handler run complete 11924 1726884961.21570: attempt loop complete, returning result 11924 1726884961.21572: _execute() done 11924 1726884961.21574: dumping result to json 11924 1726884961.21576: done dumping result, returning 11924 1726884961.21578: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-000000004064] 11924 1726884961.21580: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004064 11924 1726884961.21651: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004064 11924 1726884961.21656: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } 11924 1726884961.21719: no more pending results, returning what we have 11924 1726884961.21723: results queue empty 11924 1726884961.21724: checking for any_errors_fatal 11924 1726884961.21732: done checking for any_errors_fatal 11924 1726884961.21733: checking for max_fail_percentage 11924 1726884961.21735: done checking for max_fail_percentage 11924 1726884961.21736: checking to see if all hosts have failed and the running result is not ok 11924 1726884961.21737: done checking to see if all hosts have failed 11924 1726884961.21737: getting the remaining hosts for this loop 11924 1726884961.21739: done getting the remaining hosts for this loop 11924 1726884961.21743: getting the next task for host managed_node2 11924 1726884961.21753: done getting next task for host managed_node2 11924 1726884961.21757: ^ task is: TASK: Set expected pv type 11924 1726884961.21762: ^ 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 11924 1726884961.21773: getting variables 11924 1726884961.21776: in VariableManager get_vars() 11924 1726884961.21818: Calling all_inventory to load vars for managed_node2 11924 1726884961.21821: Calling groups_inventory to load vars for managed_node2 11924 1726884961.21825: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884961.21836: Calling all_plugins_play to load vars for managed_node2 11924 1726884961.21839: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884961.21842: Calling groups_plugins_play to load vars for managed_node2 11924 1726884961.22701: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884961.23328: done with get_vars() 11924 1726884961.23343: done getting variables 11924 1726884961.23401: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:01 -0400 (0:00:00.073) 0:02:06.573 ****** 11924 1726884961.23438: entering _queue_task() for managed_node2/set_fact 11924 1726884961.23890: worker is 1 (out of 1 available) 11924 1726884961.23900: exiting _queue_task() for managed_node2/set_fact 11924 1726884961.23915: done queuing things up, now waiting for results queue to drain 11924 1726884961.23917: waiting for pending results... 11924 1726884961.24154: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884961.24250: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004065 11924 1726884961.24274: variable 'ansible_search_path' from source: unknown 11924 1726884961.24313: calling self._execute() 11924 1726884961.24442: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.24453: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.24562: variable 'omit' from source: magic vars 11924 1726884961.24932: variable 'storage_test_pool' from source: include params 11924 1726884961.24978: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.raid_level): False 11924 1726884961.24985: when evaluation is False, skipping this task 11924 1726884961.24991: _execute() done 11924 1726884961.24996: dumping result to json 11924 1726884961.25007: done dumping result, returning 11924 1726884961.25018: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-000000004065] 11924 1726884961.25027: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004065 11924 1726884961.25268: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004065 11924 1726884961.25271: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } 11924 1726884961.25318: no more pending results, returning what we have 11924 1726884961.25321: results queue empty 11924 1726884961.25322: checking for any_errors_fatal 11924 1726884961.25329: done checking for any_errors_fatal 11924 1726884961.25330: checking for max_fail_percentage 11924 1726884961.25331: done checking for max_fail_percentage 11924 1726884961.25332: checking to see if all hosts have failed and the running result is not ok 11924 1726884961.25333: done checking to see if all hosts have failed 11924 1726884961.25333: getting the remaining hosts for this loop 11924 1726884961.25335: done getting the remaining hosts for this loop 11924 1726884961.25339: getting the next task for host managed_node2 11924 1726884961.25346: done getting next task for host managed_node2 11924 1726884961.25348: ^ task is: TASK: Check the type of each PV 11924 1726884961.25352: ^ 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 11924 1726884961.25359: getting variables 11924 1726884961.25360: in VariableManager get_vars() 11924 1726884961.25396: Calling all_inventory to load vars for managed_node2 11924 1726884961.25399: Calling groups_inventory to load vars for managed_node2 11924 1726884961.25403: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884961.25417: Calling all_plugins_play to load vars for managed_node2 11924 1726884961.25420: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884961.25423: Calling groups_plugins_play to load vars for managed_node2 11924 1726884961.26124: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884961.27038: done with get_vars() 11924 1726884961.27054: done getting variables 11924 1726884961.27123: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:01 -0400 (0:00:00.037) 0:02:06.610 ****** 11924 1726884961.27161: entering _queue_task() for managed_node2/assert 11924 1726884961.27494: worker is 1 (out of 1 available) 11924 1726884961.27506: exiting _queue_task() for managed_node2/assert 11924 1726884961.27522: done queuing things up, now waiting for results queue to drain 11924 1726884961.27524: waiting for pending results... 11924 1726884961.27868: running TaskExecutor() for managed_node2/TASK: Check the type of each PV 11924 1726884961.28046: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004066 11924 1726884961.28070: variable 'ansible_search_path' from source: unknown 11924 1726884961.28127: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884961.28365: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884961.28528: variable 'omit' from source: magic vars 11924 1726884961.28650: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.28669: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.28685: variable 'omit' from source: magic vars 11924 1726884961.28976: variable 'storage_test_pool' from source: include params 11924 1726884961.29016: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884961.29030: variable 'omit' from source: magic vars 11924 1726884961.29161: variable 'omit' from source: magic vars 11924 1726884961.29374: variable 'pv' from source: unknown 11924 1726884961.29385: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884961.29416: variable '_storage_test_expected_pv_type' from source: set_fact 11924 1726884961.29427: variable 'storage_test_pool' from source: include params 11924 1726884961.29474: variable 'omit' from source: magic vars 11924 1726884961.29529: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884961.29574: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884961.29602: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884961.29634: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884961.29649: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884961.29671: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884961.29730: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884961.29733: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884961.29740: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.29746: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.29864: Set connection var ansible_shell_executable to /bin/sh 11924 1726884961.29871: Set connection var ansible_connection to ssh 11924 1726884961.29880: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884961.29887: Set connection var ansible_timeout to 10 11924 1726884961.29896: Set connection var ansible_pipelining to False 11924 1726884961.29945: Set connection var ansible_shell_type to sh 11924 1726884961.29948: variable 'ansible_shell_executable' from source: unknown 11924 1726884961.29950: variable 'ansible_connection' from source: unknown 11924 1726884961.29952: variable 'ansible_module_compression' from source: unknown 11924 1726884961.29956: variable 'ansible_shell_type' from source: unknown 11924 1726884961.29963: variable 'ansible_shell_executable' from source: unknown 11924 1726884961.29970: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.29977: variable 'ansible_pipelining' from source: unknown 11924 1726884961.30160: variable 'ansible_timeout' from source: unknown 11924 1726884961.30163: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.30167: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884961.30169: variable 'omit' from source: magic vars 11924 1726884961.30171: starting attempt loop 11924 1726884961.30173: running the handler 11924 1726884961.30336: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884961.30357: variable 'pv' from source: unknown 11924 1726884961.30366: variable '_storage_test_expected_pv_type' from source: set_fact 11924 1726884961.30378: Evaluated conditional (storage_test_blkinfo.info[pv]['type'] == _storage_test_expected_pv_type): True 11924 1726884961.30390: handler run complete 11924 1726884961.30506: attempt loop complete, returning result 11924 1726884961.30509: variable 'pv' from source: unknown 11924 1726884961.30514: variable 'pv' from source: unknown ok: [managed_node2] => (item=/dev/sda) => { "ansible_loop_var": "pv", "changed": false, "pv": "/dev/sda" } MSG: All assertions passed 11924 1726884961.30861: dumping result to json 11924 1726884961.30865: done dumping result, returning 11924 1726884961.30867: done running TaskExecutor() for managed_node2/TASK: Check the type of each PV [0affc8a3-6f6f-f4c0-2290-000000004066] 11924 1726884961.30870: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004066 11924 1726884961.30921: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004066 11924 1726884961.30926: WORKER PROCESS EXITING 11924 1726884961.30953: no more pending results, returning what we have 11924 1726884961.30960: results queue empty 11924 1726884961.30961: checking for any_errors_fatal 11924 1726884961.30972: done checking for any_errors_fatal 11924 1726884961.30973: checking for max_fail_percentage 11924 1726884961.30975: done checking for max_fail_percentage 11924 1726884961.30976: checking to see if all hosts have failed and the running result is not ok 11924 1726884961.30977: done checking to see if all hosts have failed 11924 1726884961.30977: getting the remaining hosts for this loop 11924 1726884961.30979: done getting the remaining hosts for this loop 11924 1726884961.30983: getting the next task for host managed_node2 11924 1726884961.30992: done getting next task for host managed_node2 11924 1726884961.30996: ^ task is: TASK: Check that blivet supports PV grow to fill 11924 1726884961.31003: ^ 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 11924 1726884961.31008: getting variables 11924 1726884961.31013: in VariableManager get_vars() 11924 1726884961.31054: Calling all_inventory to load vars for managed_node2 11924 1726884961.31060: Calling groups_inventory to load vars for managed_node2 11924 1726884961.31064: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884961.31086: Calling all_plugins_play to load vars for managed_node2 11924 1726884961.31090: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884961.31093: Calling groups_plugins_play to load vars for managed_node2 11924 1726884961.31943: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884961.32549: done with get_vars() 11924 1726884961.32569: done getting variables 11924 1726884961.32595: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (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 22:16:01 -0400 (0:00:00.054) 0:02:06.665 ****** 11924 1726884961.32632: entering _queue_task() for managed_node2/ansible.builtin.script 11924 1726884961.32954: worker is 1 (out of 1 available) 11924 1726884961.32966: exiting _queue_task() for managed_node2/ansible.builtin.script 11924 1726884961.32980: done queuing things up, now waiting for results queue to drain 11924 1726884961.32981: waiting for pending results... 11924 1726884961.33378: running TaskExecutor() for managed_node2/TASK: Check that blivet supports PV grow to fill 11924 1726884961.33436: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004068 11924 1726884961.33461: variable 'ansible_search_path' from source: unknown 11924 1726884961.33506: calling self._execute() 11924 1726884961.33647: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.33660: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.33675: variable 'omit' from source: magic vars 11924 1726884961.33804: variable 'omit' from source: magic vars 11924 1726884961.33888: variable 'omit' from source: magic vars 11924 1726884961.34167: variable 'ansible_python' from source: facts 11924 1726884961.34236: variable 'omit' from source: magic vars 11924 1726884961.34276: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884961.34345: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884961.34350: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884961.34375: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884961.34393: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884961.34419: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884961.34454: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884961.34486: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884961.34562: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.34565: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.34637: Set connection var ansible_shell_executable to /bin/sh 11924 1726884961.34645: Set connection var ansible_connection to ssh 11924 1726884961.34658: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884961.34673: Set connection var ansible_timeout to 10 11924 1726884961.34685: Set connection var ansible_pipelining to False 11924 1726884961.34698: Set connection var ansible_shell_type to sh 11924 1726884961.34734: variable 'ansible_shell_executable' from source: unknown 11924 1726884961.34742: variable 'ansible_connection' from source: unknown 11924 1726884961.34750: variable 'ansible_module_compression' from source: unknown 11924 1726884961.34759: variable 'ansible_shell_type' from source: unknown 11924 1726884961.34767: variable 'ansible_shell_executable' from source: unknown 11924 1726884961.34778: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.34788: variable 'ansible_pipelining' from source: unknown 11924 1726884961.34888: variable 'ansible_timeout' from source: unknown 11924 1726884961.34891: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.34895: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884961.34915: variable 'omit' from source: magic vars 11924 1726884961.34926: starting attempt loop 11924 1726884961.34933: running the handler 11924 1726884961.34993: _low_level_execute_command(): starting 11924 1726884961.35009: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884961.35862: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884961.35882: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884961.35906: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884961.35993: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884961.37719: stdout chunk (state=3): >>>/root <<< 11924 1726884961.37857: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884961.37869: stdout chunk (state=3): >>><<< 11924 1726884961.37896: stderr chunk (state=3): >>><<< 11924 1726884961.37998: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884961.38001: _low_level_execute_command(): starting 11924 1726884961.38004: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884961.3792458-17700-278345453783272 `" && echo ansible-tmp-1726884961.3792458-17700-278345453783272="` echo /root/.ansible/tmp/ansible-tmp-1726884961.3792458-17700-278345453783272 `" ) && sleep 0' 11924 1726884961.38586: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884961.38600: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884961.38674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884961.38747: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884961.38802: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884961.38857: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884961.40851: stdout chunk (state=3): >>>ansible-tmp-1726884961.3792458-17700-278345453783272=/root/.ansible/tmp/ansible-tmp-1726884961.3792458-17700-278345453783272 <<< 11924 1726884961.40997: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884961.41025: stderr chunk (state=3): >>><<< 11924 1726884961.41028: stdout chunk (state=3): >>><<< 11924 1726884961.41163: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884961.3792458-17700-278345453783272=/root/.ansible/tmp/ansible-tmp-1726884961.3792458-17700-278345453783272 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884961.41166: evaluation_path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage 11924 1726884961.41170: 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 11924 1726884961.41346: Sending initial data 11924 1726884961.41361: Sent initial data (213 bytes) 11924 1726884961.42078: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884961.42141: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884961.42182: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884961.42215: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884961.42340: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884961.44026: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884961.44181: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884961.44228: 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-1726884961.3792458-17700-278345453783272/does_library_support.py <<< 11924 1726884961.44232: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884961.3792458-17700-278345453783272/does_library_support.py" <<< 11924 1726884961.44282: 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-1726884961.3792458-17700-278345453783272/does_library_support.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884961.3792458-17700-278345453783272/does_library_support.py" <<< 11924 1726884961.44725: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884961.44778: stderr chunk (state=3): >>><<< 11924 1726884961.44918: stdout chunk (state=3): >>><<< 11924 1726884961.44922: _low_level_execute_command(): starting 11924 1726884961.44925: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884961.3792458-17700-278345453783272/ /root/.ansible/tmp/ansible-tmp-1726884961.3792458-17700-278345453783272/does_library_support.py && sleep 0' 11924 1726884961.45496: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884961.45520: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884961.45600: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884961.47719: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884961.47731: stdout chunk (state=3): >>><<< 11924 1726884961.48085: stderr chunk (state=3): >>><<< 11924 1726884961.48089: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884961.48092: _low_level_execute_command(): starting 11924 1726884961.48094: _low_level_execute_command(): using become for this command 11924 1726884961.48096: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-trvxocbvfbvjiokhcrrxlqqufqvncumj ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884961.3792458-17700-278345453783272/does_library_support.py blivet.formats.lvmpv.LVMPhysicalVolume.grow_to_fill'"'"' && sleep 0' 11924 1726884961.48280: Initial state: awaiting_escalation: BECOME-SUCCESS-trvxocbvfbvjiokhcrrxlqqufqvncumj 11924 1726884961.48823: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884961.48911: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884961.48954: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884961.49004: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884961.52177: stdout chunk (state=1): >>>BECOME-SUCCESS-trvxocbvfbvjiokhcrrxlqqufqvncumj <<< 11924 1726884961.52190: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-trvxocbvfbvjiokhcrrxlqqufqvncumj' 11924 1726884961.52441: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884961.52481: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884961.52501: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884961.52602: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 11924 1726884961.52622: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884961.52674: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884961.52696: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884961.52738: 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' <<< 11924 1726884961.52778: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 11924 1726884961.52850: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884961.52872: 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 0x7f4b064183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b063e7a10> <<< 11924 1726884961.53000: 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 0x7f4b0641a960> import '_signal' # import '_abc' # import 'abc' # <<< 11924 1726884961.53021: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 11924 1726884961.53104: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884961.53134: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884961.53277: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884961.53280: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884961.53282: 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' <<< 11924 1726884961.53294: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b061c8fe0> <<< 11924 1726884961.53350: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884961.53369: 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 0x7f4b061c9fd0> <<< 11924 1726884961.53492: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884961.53506: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.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 <<< 11924 1726884961.53537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b061cbc50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b061cb8f0> <<< 11924 1726884961.53584: 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 <<< 11924 1726884961.53591: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884961.53616: 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 0x7f4b06201160> <<< 11924 1726884961.53729: 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/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06202480> # /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py <<< 11924 1726884961.53733: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 11924 1726884961.53735: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884961.53931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884961.53934: 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' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884961.53937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884961.53968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884961.54010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884961.54042: 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' <<< 11924 1726884961.54081: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0625d070> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884961.54254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 11924 1726884961.54261: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0625d1c0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884961.54264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884961.54306: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884961.54338: 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 0x7f4b062b07a0> <<< 11924 1726884961.54354: 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 0x7f4b062b0b00> <<< 11924 1726884961.54428: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884961.54452: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06274bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0625e390> <<< 11924 1726884961.54553: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b062523f0> <<< 11924 1726884961.54593: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884961.54677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884961.54680: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884961.54719: 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' <<< 11924 1726884961.54723: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060ec1d0> <<< 11924 1726884961.54774: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b062b2de0> <<< 11924 1726884961.54777: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884961.54780: 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 0x7f4b06274ec0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b062b15b0> <<< 11924 1726884961.54835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884961.54849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060ed250> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06251790> <<< 11924 1726884961.54990: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884961.55082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884961.55084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884961.55104: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b061150d0> <<< 11924 1726884961.55211: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06217d40> <<< 11924 1726884961.55232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884961.55259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884961.55282: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884961.55301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884961.55329: 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 0x7f4b06135730> <<< 11924 1726884961.55363: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06134b30> <<< 11924 1726884961.55443: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06230fb0> <<< 11924 1726884961.55528: 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 0x7f4b06136960> import 'importlib.machinery' # <<< 11924 1726884961.55559: 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 <<< 11924 1726884961.55576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06145460> import '_tokenize' # <<< 11924 1726884961.55670: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06136120> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06136750> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884961.55739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884961.55768: 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 0x7f4b06155c70> <<< 11924 1726884961.55846: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06135760> <<< 11924 1726884961.55919: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06202de0> <<< 11924 1726884961.55945: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884961.55998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884961.56086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884961.56101: stdout chunk (state=3): >>># 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' <<< 11924 1726884961.56170: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b061a9df0> <<< 11924 1726884961.56204: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0617bf50> <<< 11924 1726884961.56314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b061aabd0> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884961.56350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884961.56385: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b061ab7d0> <<< 11924 1726884961.56643: stdout chunk (state=3): >>>import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06215970> # /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' <<< 11924 1726884961.56730: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b0600a5a0> <<< 11924 1726884961.56754: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884961.56803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884961.56853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884961.56859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060408c0> import 'errno' # <<< 11924 1726884961.56948: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884961.56985: 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 0x7f4b06041fa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06042e70> <<< 11924 1726884961.57034: 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 0x7f4b060434a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060423c0> <<< 11924 1726884961.57188: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884961.57218: 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 0x7f4b06043e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060435c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0600a6c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05fda9f0> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05fda750> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06202990> <<< 11924 1726884961.57235: 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 <<< 11924 1726884961.57272: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 11924 1726884961.57310: 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 0x7f4b06062cc0> <<< 11924 1726884961.57338: 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' <<< 11924 1726884961.57374: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060631a0> <<< 11924 1726884961.57584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884961.57600: 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 # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06089a90> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884961.57640: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060af710> <<< 11924 1726884961.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 0x7f4b05fdad50> <<< 11924 1726884961.57706: 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 0x7f4b060bc890> <<< 11924 1726884961.57743: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884961.57770: 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 0x7f4b060bc9e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884961.57817: stdout chunk (state=3): >>># 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 0x7f4b060be060> <<< 11924 1726884961.57935: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060bce00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06063b30> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884961.57963: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884961.57978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884961.58060: 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' <<< 11924 1726884961.58077: 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 0x7f4b05d0a2a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d09fd0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b05d0a270> <<< 11924 1726884961.58106: 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' <<< 11924 1726884961.58243: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884961.58310: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b05d0aa80> <<< 11924 1726884961.58361: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884961.58401: 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 0x7f4b05d0b3e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d0a3c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d084a0> <<< 11924 1726884961.58426: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06063fe0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884961.58514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884961.58518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884961.58528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884961.58670: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d29220> <<< 11924 1726884961.58676: 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 0x7f4b05d2b740> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d0b500> <<< 11924 1726884961.58709: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py # code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 11924 1726884961.58738: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d44170> <<< 11924 1726884961.58839: 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 0x7f4b05d2ba70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d2b950> <<< 11924 1726884961.58842: 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 <<< 11924 1726884961.58848: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' <<< 11924 1726884961.59085: 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' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884961.59088: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d469c0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d46630> <<< 11924 1726884961.59136: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d463c0> <<< 11924 1726884961.59152: 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 <<< 11924 1726884961.59195: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' <<< 11924 1726884961.59217: 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 <<< 11924 1726884961.59235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884961.59279: 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 0x7f4b05d6e180> <<< 11924 1726884961.59299: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884961.59331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884961.59427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' import '_typing' # <<< 11924 1726884961.59603: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d6e900> <<< 11924 1726884961.59635: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d6d820> # possible namespace for /usr/lib/python3.12/site-packages/gi <<< 11924 1726884961.59758: 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 0x7f4b05d9ae40> <<< 11924 1726884961.59819: 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 0x7f4b05d99460> <<< 11924 1726884961.59861: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d6d2b0> <<< 11924 1726884961.59916: 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 <<< 11924 1726884961.59931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 11924 1726884961.60038: 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 <<< 11924 1726884961.60086: 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 0x7f4b05448e60> # /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 0x7f4b054491f0> # /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 0x7f4b05449700> <<< 11924 1726884961.60198: 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 <<< 11924 1726884961.60203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 11924 1726884961.60206: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05449f70> <<< 11924 1726884961.60247: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05448530> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05dbffb0> # 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 0x7f4b0544a6f0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05dbfb00> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d6e750> <<< 11924 1726884961.60317: 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 <<< 11924 1726884961.60338: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 11924 1726884961.60370: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884961.60429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884961.60441: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884961.60528: 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 0x7f4b0546a4b0> <<< 11924 1726884961.60680: 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 0x7f4b0546ba10> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05468c50> # /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 0x7f4b054697f0> <<< 11924 1726884961.60701: 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' <<< 11924 1726884961.60731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 11924 1726884961.60775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 11924 1726884961.60823: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b054a46b0> <<< 11924 1726884961.60880: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0546be30> <<< 11924 1726884961.61071: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0544afc0> import 'gi.repository.GLib' # <<< 11924 1726884961.61097: 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' <<< 11924 1726884961.61247: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b054dd490> <<< 11924 1726884961.61357: stdout chunk (state=3): >>>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 <<< 11924 1726884961.61372: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 11924 1726884961.61662: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b054fae40> <<< 11924 1726884961.61666: stdout chunk (state=3): >>>import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d46f90> <<< 11924 1726884961.61792: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/overrides/BlockDev.py # code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/__init__.py # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884961.61822: 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 <<< 11924 1726884961.61890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 11924 1726884961.61985: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884961.62033: 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 0x7f4b0552fc80> <<< 11924 1726884961.62036: 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' <<< 11924 1726884961.62061: 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 0x7f4b050145f0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05014410> <<< 11924 1726884961.62169: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884961.62181: 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 0x7f4b05014f80> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0552e630> <<< 11924 1726884961.62380: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0552cf50> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0552c6e0> <<< 11924 1726884961.63186: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b054dd070> <<< 11924 1726884961.63201: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 11924 1726884961.63238: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05fdade0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06201700> <<< 11924 1726884961.63791: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06200a40> <<< 11924 1726884961.63796: 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 <<< 11924 1726884961.63827: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/udev.py <<< 11924 1726884961.63836: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 11924 1726884961.63870: 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' <<< 11924 1726884961.63973: 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' <<< 11924 1726884961.63976: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050e88f0> # /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 0x7f4b050e8f80> <<< 11924 1726884961.64054: 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' <<< 11924 1726884961.64129: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/libc.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc' # /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 0x7f4b050e9fd0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050e9e80> <<< 11924 1726884961.64226: 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 0x7f4b050ea270> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050e9c10> # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/utils.py <<< 11924 1726884961.64249: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050ea750> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050ea5a0> # /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' <<< 11924 1726884961.64458: 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 <<< 11924 1726884961.64563: stdout chunk (state=3): >>># 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 0x7f4b04670bf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04670980> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050eac00> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050ea7b0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050e93d0> # /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 0x7f4b050e9a30> <<< 11924 1726884961.64784: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/monitor.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/pipe.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046731a0> # /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 0x7f4b04673530> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04672f00> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046725a0> # /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 0x7f4b04673680> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050e8560> # /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 0x7f4b046736e0> <<< 11924 1726884961.64835: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050c6120> <<< 11924 1726884961.64867: 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 <<< 11924 1726884961.64902: 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 0x7f4b04690e30> <<< 11924 1726884961.64922: 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 0x7f4b04691130> <<< 11924 1726884961.64942: 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' <<< 11924 1726884961.64965: 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 <<< 11924 1726884961.65018: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 11924 1726884961.65042: 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 0x7f4b04692810> <<< 11924 1726884961.65091: 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 <<< 11924 1726884961.65094: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884961.65434: 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' <<< 11924 1726884961.65437: 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 0x7f4b046b81a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04693ec0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04693710> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04690830> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046932c0> <<< 11924 1726884961.65440: 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' <<< 11924 1726884961.65446: 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' <<< 11924 1726884961.65448: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046b8ef0> <<< 11924 1726884961.65453: 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 <<< 11924 1726884961.65664: 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 0x7f4b046b9640> # /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 0x7f4b046b9c40> <<< 11924 1726884961.65668: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/stratis_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 11924 1726884961.65692: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046b9f70> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046b8da0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046929f0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046916d0> <<< 11924 1726884961.65718: 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 <<< 11924 1726884961.65842: 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 0x7f4b046e4bf0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04691f70> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04691250> <<< 11924 1726884961.65874: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/dfresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc' import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046e5190> <<< 11924 1726884961.65927: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04691670> <<< 11924 1726884961.65945: 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 0x7f4b046e53d0> <<< 11924 1726884961.66078: 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' <<< 11924 1726884961.66101: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046e5820> # /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 0x7f4b046e5fa0> <<< 11924 1726884961.66209: 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' <<< 11924 1726884961.66227: 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 <<< 11924 1726884961.66254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884961.66376: 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 0x7f4b04711a00> <<< 11924 1726884961.66417: 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' <<< 11924 1726884961.66451: 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 0x7f4b04712c30> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04712600> <<< 11924 1726884961.66544: 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 0x7f4b04713020> # /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' <<< 11924 1726884961.66565: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04713bc0> <<< 11924 1726884961.66648: 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 <<< 11924 1726884961.66687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884961.66714: 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 <<< 11924 1726884961.66850: 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 0x7f4b0473a8d0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b047395b0> <<< 11924 1726884961.66883: 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 0x7f4b0473bd40> # /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 0x7f4b044b10a0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/partition.py <<< 11924 1726884961.66900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 11924 1726884961.66926: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b044b1eb0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0470ac90> <<< 11924 1726884961.66977: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0470a900> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/disklabel.py <<< 11924 1726884961.67010: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 11924 1726884961.67041: 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 0x7f4b044dc4a0> <<< 11924 1726884961.67076: 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' <<< 11924 1726884961.67188: 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 # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc' <<< 11924 1726884961.67217: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b044dd520> <<< 11924 1726884961.67284: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b044dce60> <<< 11924 1726884961.67401: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b044dc4d0> <<< 11924 1726884961.67423: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b044b3920> # /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 0x7f4b04503680> <<< 11924 1726884961.67451: 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 <<< 11924 1726884961.67472: 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 0x7f4b045037d0> <<< 11924 1726884961.67494: 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 <<< 11924 1726884961.67548: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 11924 1726884961.67593: 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 <<< 11924 1726884961.67647: stdout chunk (state=3): >>># 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 0x7f4b04516f90> <<< 11924 1726884961.67758: 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' <<< 11924 1726884961.67763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884961.67785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04517f80> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04517680> # /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' <<< 11924 1726884961.67843: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045308c0> <<< 11924 1726884961.67873: 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' <<< 11924 1726884961.67894: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04530d40> <<< 11924 1726884961.67976: 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' <<< 11924 1726884961.67988: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045312e0> # /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 0x7f4b04531610> <<< 11924 1726884961.68081: 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' <<< 11924 1726884961.68109: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04531bb0> # /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 0x7f4b04531d90> # /usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fstab.py <<< 11924 1726884961.68138: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 11924 1726884961.68167: 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' <<< 11924 1726884961.68234: 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 0x7f4b04533140> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04532f00> <<< 11924 1726884961.68304: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04531f70> <<< 11924 1726884961.68323: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/mounts.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/raid.py <<< 11924 1726884961.68362: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 11924 1726884961.68429: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04533e00> <<< 11924 1726884961.68470: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045339e0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04533470> <<< 11924 1726884961.68686: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04503c50> <<< 11924 1726884961.68888: 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 0x7f4b0458f800> # /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' <<< 11924 1726884961.68946: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045a0710> <<< 11924 1726884961.68967: 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 <<< 11924 1726884961.69001: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 11924 1726884961.69004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 11924 1726884961.69023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 11924 1726884961.69042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 11924 1726884961.69091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 11924 1726884961.69142: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045a3dd0> <<< 11924 1726884961.69145: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045a2bd0> <<< 11924 1726884961.69215: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045a0d10> <<< 11924 1726884961.69237: 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 <<< 11924 1726884961.69361: 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/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 0x7f4b043e26c0> <<< 11924 1726884961.69473: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b043e0350> <<< 11924 1726884961.69477: 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 <<< 11924 1726884961.69479: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884961.69529: 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 <<< 11924 1726884961.69535: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884961.69605: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04400f20> <<< 11924 1726884961.69741: 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' <<< 11924 1726884961.69744: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04401d60> <<< 11924 1726884961.69759: 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' <<< 11924 1726884961.69865: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04402570> <<< 11924 1726884961.69983: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b043fbda0> # /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' <<< 11924 1726884961.70012: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b044440e0> <<< 11924 1726884961.70128: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b044227b0> <<< 11924 1726884961.70159: 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' <<< 11924 1726884961.70223: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04455c40> <<< 11924 1726884961.70261: 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 <<< 11924 1726884961.70388: 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 <<< 11924 1726884961.70401: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884961.70873: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04467950> <<< 11924 1726884961.70932: 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' <<< 11924 1726884961.70984: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0448cf80> <<< 11924 1726884961.71083: 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' <<< 11924 1726884961.71113: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04484ef0> # /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 <<< 11924 1726884961.71143: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc' <<< 11924 1726884961.71157: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04487290> <<< 11924 1726884961.71321: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04485400> <<< 11924 1726884961.71395: 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 <<< 11924 1726884961.71412: 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 0x7f4b042e1760> <<< 11924 1726884961.71759: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04457fb0> <<< 11924 1726884961.71781: 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 <<< 11924 1726884961.71864: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884961.71968: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b044642f0> <<< 11924 1726884961.72078: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/file.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0434b860> <<< 11924 1726884961.72115: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0435c410> # /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 0x7f4b0435cf50> # /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' <<< 11924 1726884961.72178: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0435d3a0> <<< 11924 1726884961.72186: 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 <<< 11924 1726884961.72219: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 11924 1726884961.72323: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0435e270> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/stratis.py <<< 11924 1726884961.72326: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884961.72431: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0435eb40> <<< 11924 1726884961.72460: stdout chunk (state=3): >>>import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045a01d0> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0458fbc0> <<< 11924 1726884961.72535: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045157c0> <<< 11924 1726884961.72604: 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/tasks/__pycache__/pvtask.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/pvtask.py <<< 11924 1726884961.72648: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b041990d0> <<< 11924 1726884961.72733: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04198800> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/mdraid.py <<< 11924 1726884961.72839: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0419a630> <<< 11924 1726884961.72872: 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' <<< 11924 1726884961.72906: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0419b9e0> # /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 0x7f4b041ac1d0> <<< 11924 1726884961.72922: 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' <<< 11924 1726884961.73001: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b041acaa0> <<< 11924 1726884961.73024: 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' <<< 11924 1726884961.73121: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b041ae870> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05073f80> True <<< 11924 1726884961.74048: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884961.74108: 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__ # 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 <<< 11924 1726884961.74133: stdout chunk (state=3): >>># 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 <<< 11924 1726884961.74269: 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 # 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 # clea<<< 11924 1726884961.74291: stdout chunk (state=3): >>>nup[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 <<< 11924 1726884961.75006: stdout chunk (state=3): >>># 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 <<< 11924 1726884961.75061: 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 <<< 11924 1726884961.75065: 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 # 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 <<< 11924 1726884961.75126: 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 # 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 <<< 11924 1726884961.75181: stdout chunk (state=3): >>># cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _struct # cleanup[3] wiping _ctypes # cleanup[3] wiping blivet.safe_dbus <<< 11924 1726884961.75184: 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 <<< 11924 1726884961.75227: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping 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 <<< 11924 1726884961.75275: 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 # cleanup[3] wiping _decimal # cleanup[3] wiping uuid <<< 11924 1726884961.75293: stdout chunk (state=3): >>># 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 <<< 11924 1726884961.75350: stdout chunk (state=3): >>># 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 <<< 11924 1726884961.75367: stdout chunk (state=3): >>># 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 <<< 11924 1726884961.75398: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token # cleanup[3] wiping linecache # destroy tokenize <<< 11924 1726884961.75427: 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 <<< 11924 1726884961.75453: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884961.75475: 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 <<< 11924 1726884961.75513: stdout chunk (state=3): >>># 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 <<< 11924 1726884961.75548: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy _datetime # destroy decimal <<< 11924 1726884961.76583: stdout chunk (state=3): >>># destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct <<< 11924 1726884961.76603: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk <<< 11924 1726884961.76862: stdout chunk (state=3): >>># destroy pyudev <<< 11924 1726884961.76926: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 11924 1726884961.76942: 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 # 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 <<< 11924 1726884961.77109: stdout chunk (state=3): >>># 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 <<< 11924 1726884961.77194: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884961.77361: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy _codecs # destroy re <<< 11924 1726884961.77386: stdout chunk (state=3): >>># destroy _random <<< 11924 1726884961.77405: stdout chunk (state=3): >>># destroy _sre # destroy _functools # destroy _operator <<< 11924 1726884961.77427: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884961.78095: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884961.78103: stdout chunk (state=3): >>><<< 11924 1726884961.78118: stderr chunk (state=3): >>><<< 11924 1726884961.78449: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b064183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b063e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0641a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b061c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b061c9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.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 0x7f4b061cbc50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b061cb8f0> # /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 0x7f4b06201160> # /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 0x7f4b06202480> # /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 0x7f4b0625d070> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0625d1c0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b062b07a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b062b0b00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06274bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0625e390> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b062523f0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060ec1d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b062b2de0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06274ec0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b062b15b0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060ed250> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06251790> 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 0x7f4b061150d0> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06217d40> # /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 0x7f4b06135730> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06134b30> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06230fb0> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06136960> 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 0x7f4b06145460> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06136120> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06136750> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06155c70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06135760> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06202de0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/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 0x7f4b061a9df0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0617bf50> # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b061aabd0> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b061ab7d0> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06215970> # /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 0x7f4b0600a5a0> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060408c0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b06041fa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06042e70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b060434a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060423c0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b06043e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060435c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0600a6c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05fda9f0> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05fda750> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06202990> # /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 0x7f4b06062cc0> # /usr/lib64/python3.12/__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 0x7f4b060631a0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc 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 0x7f4b06089a90> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060af710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b05fdad50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b060bc890> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b060bc9e0> # /usr/lib64/python3.12/__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 0x7f4b060be060> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060bce00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06063b30> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__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 0x7f4b05d0a2a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d09fd0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b05d0a270> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b05d0aa80> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b05d0b3e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d0a3c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d084a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06063fe0> # /usr/lib64/python3.12/__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 0x7f4b05d29220> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b05d2b740> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d0b500> # /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 0x7f4b05d44170> # 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 0x7f4b05d2ba70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d2b950> # /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 0x7f4b05d469c0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d46630> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d463c0> # /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 0x7f4b05d6e180> 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 0x7f4b05d6e900> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d6d820> # 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 0x7f4b05d9ae40> # 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 0x7f4b05d99460> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d6d2b0> # /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 0x7f4b05448e60> # /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 0x7f4b054491f0> # /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 0x7f4b05449700> # /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 0x7f4b05449f70> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05448530> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05dbffb0> # 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 0x7f4b0544a6f0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05dbfb00> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d6e750> # /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 0x7f4b0546a4b0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b0546ba10> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05468c50> # /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 0x7f4b054697f0> # /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 0x7f4b054a46b0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0546be30> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0544afc0> 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 0x7f4b054dd490> 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 0x7f4b054fae40> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d46f90> # /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 0x7f4b0552fc80> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b050145f0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05014410> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05014f80> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0552e630> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0552cf50> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0552c6e0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b054dd070> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05fdade0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06201700> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06200a40> # /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 0x7f4b050e88f0> # /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 0x7f4b050e8f80> # /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 0x7f4b050e9fd0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050e9e80> # /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 0x7f4b050ea270> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050e9c10> # /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 0x7f4b050ea750> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050ea5a0> # /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 0x7f4b04670bf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04670980> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050eac00> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050ea7b0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050e93d0> # /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 0x7f4b050e9a30> # /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 0x7f4b046731a0> # /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 0x7f4b04673530> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04672f00> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046725a0> # /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 0x7f4b04673680> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050e8560> # /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 0x7f4b046736e0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050c6120> # /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 0x7f4b04690e30> # /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 0x7f4b04691130> # /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 0x7f4b04692810> # /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 0x7f4b046b81a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04693ec0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04693710> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04690830> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046932c0> # /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 0x7f4b046b8ef0> # /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 0x7f4b046b9640> # /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 0x7f4b046b9c40> # /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 0x7f4b046b9f70> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046b8da0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046929f0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046916d0> # /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 0x7f4b046e4bf0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04691f70> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04691250> # /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 0x7f4b046e5190> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04691670> # /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 0x7f4b046e53d0> # /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 0x7f4b046e5820> # /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 0x7f4b046e5fa0> # /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 0x7f4b04711a00> # /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 0x7f4b04712c30> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04712600> # /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 0x7f4b04713020> # /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 0x7f4b04713bc0> # /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 0x7f4b0473a8d0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b047395b0> # /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 0x7f4b0473bd40> # /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 0x7f4b044b10a0> # /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 0x7f4b044b1eb0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0470ac90> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0470a900> # /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 0x7f4b044dc4a0> # /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 0x7f4b044dd520> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b044dce60> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b044dc4d0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b044b3920> # /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 0x7f4b04503680> # /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 0x7f4b045037d0> # /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 0x7f4b04516f90> # /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 0x7f4b04517f80> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04517680> # /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 0x7f4b045308c0> # /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 0x7f4b04530d40> # /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 0x7f4b045312e0> # /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 0x7f4b04531610> # /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 0x7f4b04531bb0> # /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 0x7f4b04531d90> # /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 0x7f4b04533140> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04532f00> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04531f70> # /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 0x7f4b04533e00> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045339e0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04533470> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04503c50> # /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 0x7f4b0458f800> # /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 0x7f4b045a0710> # /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 0x7f4b045a3dd0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045a2bd0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045a0d10> # /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 0x7f4b043e26c0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b043e0350> # /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 0x7f4b04400f20> # /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 0x7f4b04401d60> # /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 0x7f4b04402570> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b043fbda0> # /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 0x7f4b044440e0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b044227b0> # /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 0x7f4b04455c40> # /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 0x7f4b04467950> # /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 0x7f4b0448cf80> # /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 0x7f4b04484ef0> # /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 0x7f4b04487290> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04485400> # /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 0x7f4b042e1760> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04457fb0> # /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 0x7f4b044642f0> # /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 0x7f4b0434b860> # /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 0x7f4b0435c410> # /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 0x7f4b0435cf50> # /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 0x7f4b0435d3a0> # /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 0x7f4b0435e270> # /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 0x7f4b0435eb40> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045a01d0> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0458fbc0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045157c0> # /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 0x7f4b041990d0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04198800> # /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 0x7f4b0419a630> # /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 0x7f4b0419b9e0> # /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 0x7f4b041ac1d0> # /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 0x7f4b041acaa0> # /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 0x7f4b041ae870> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05073f80> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884961.78483: _low_level_execute_command(): starting 11924 1726884961.78486: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884961.3792458-17700-278345453783272/ > /dev/null 2>&1 && sleep 0' 11924 1726884961.79221: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884961.79224: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884961.79231: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884961.79234: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884961.79236: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884961.79248: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884961.79310: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884961.79344: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884961.79367: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884961.79548: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884961.81442: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884961.81454: stdout chunk (state=3): >>><<< 11924 1726884961.81467: stderr chunk (state=3): >>><<< 11924 1726884961.81486: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884961.81496: handler run complete 11924 1726884961.82065: Evaluated conditional (False): False 11924 1726884961.82069: attempt loop complete, returning result 11924 1726884961.82071: _execute() done 11924 1726884961.82073: dumping result to json 11924 1726884961.82109: done dumping result, returning 11924 1726884961.82127: done running TaskExecutor() for managed_node2/TASK: Check that blivet supports PV grow to fill [0affc8a3-6f6f-f4c0-2290-000000004068] 11924 1726884961.82139: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004068 ok: [managed_node2] => { "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 0x7f4b064183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b063e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0641a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b061c8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b061c9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.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 0x7f4b061cbc50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b061cb8f0> # /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 0x7f4b06201160> # /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 0x7f4b06202480> # /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 0x7f4b0625d070> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0625d1c0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b062b07a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b062b0b00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06274bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0625e390> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b062523f0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060ec1d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b062b2de0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06274ec0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b062b15b0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060ed250> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06251790> 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 0x7f4b061150d0> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06217d40> # /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 0x7f4b06135730> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06134b30> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06230fb0> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06136960> 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 0x7f4b06145460> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06136120> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06136750> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06155c70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06135760> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06202de0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/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 0x7f4b061a9df0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0617bf50> # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b061aabd0> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b061ab7d0> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06215970> # /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 0x7f4b0600a5a0> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060408c0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b06041fa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06042e70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b060434a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060423c0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b06043e90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060435c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0600a6c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05fda9f0> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05fda750> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06202990> # /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 0x7f4b06062cc0> # /usr/lib64/python3.12/__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 0x7f4b060631a0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc 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 0x7f4b06089a90> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060af710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b05fdad50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b060bc890> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b060bc9e0> # /usr/lib64/python3.12/__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 0x7f4b060be060> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b060bce00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06063b30> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__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 0x7f4b05d0a2a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d09fd0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b05d0a270> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b05d0aa80> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b05d0b3e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d0a3c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d084a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06063fe0> # /usr/lib64/python3.12/__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 0x7f4b05d29220> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b05d2b740> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d0b500> # /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 0x7f4b05d44170> # 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 0x7f4b05d2ba70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d2b950> # /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 0x7f4b05d469c0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d46630> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d463c0> # /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 0x7f4b05d6e180> 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 0x7f4b05d6e900> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d6d820> # 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 0x7f4b05d9ae40> # 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 0x7f4b05d99460> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d6d2b0> # /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 0x7f4b05448e60> # /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 0x7f4b054491f0> # /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 0x7f4b05449700> # /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 0x7f4b05449f70> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05448530> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05dbffb0> # 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 0x7f4b0544a6f0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05dbfb00> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d6e750> # /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 0x7f4b0546a4b0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b0546ba10> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05468c50> # /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 0x7f4b054697f0> # /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 0x7f4b054a46b0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0546be30> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0544afc0> 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 0x7f4b054dd490> 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 0x7f4b054fae40> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05d46f90> # /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 0x7f4b0552fc80> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f4b050145f0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05014410> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05014f80> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0552e630> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0552cf50> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0552c6e0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b054dd070> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05fdade0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06201700> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b06200a40> # /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 0x7f4b050e88f0> # /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 0x7f4b050e8f80> # /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 0x7f4b050e9fd0> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050e9e80> # /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 0x7f4b050ea270> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050e9c10> # /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 0x7f4b050ea750> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050ea5a0> # /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 0x7f4b04670bf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04670980> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050eac00> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050ea7b0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050e93d0> # /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 0x7f4b050e9a30> # /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 0x7f4b046731a0> # /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 0x7f4b04673530> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04672f00> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046725a0> # /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 0x7f4b04673680> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050e8560> # /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 0x7f4b046736e0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b050c6120> # /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 0x7f4b04690e30> # /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 0x7f4b04691130> # /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 0x7f4b04692810> # /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 0x7f4b046b81a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04693ec0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04693710> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04690830> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046932c0> # /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 0x7f4b046b8ef0> # /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 0x7f4b046b9640> # /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 0x7f4b046b9c40> # /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 0x7f4b046b9f70> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046b8da0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046929f0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b046916d0> # /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 0x7f4b046e4bf0> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04691f70> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04691250> # /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 0x7f4b046e5190> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04691670> # /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 0x7f4b046e53d0> # /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 0x7f4b046e5820> # /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 0x7f4b046e5fa0> # /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 0x7f4b04711a00> # /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 0x7f4b04712c30> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04712600> # /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 0x7f4b04713020> # /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 0x7f4b04713bc0> # /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 0x7f4b0473a8d0> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b047395b0> # /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 0x7f4b0473bd40> # /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 0x7f4b044b10a0> # /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 0x7f4b044b1eb0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0470ac90> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0470a900> # /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 0x7f4b044dc4a0> # /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 0x7f4b044dd520> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b044dce60> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b044dc4d0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b044b3920> # /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 0x7f4b04503680> # /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 0x7f4b045037d0> # /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 0x7f4b04516f90> # /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 0x7f4b04517f80> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04517680> # /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 0x7f4b045308c0> # /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 0x7f4b04530d40> # /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 0x7f4b045312e0> # /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 0x7f4b04531610> # /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 0x7f4b04531bb0> # /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 0x7f4b04531d90> # /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 0x7f4b04533140> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04532f00> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04531f70> # /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 0x7f4b04533e00> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045339e0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04533470> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04503c50> # /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 0x7f4b0458f800> # /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 0x7f4b045a0710> # /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 0x7f4b045a3dd0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045a2bd0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045a0d10> # /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 0x7f4b043e26c0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b043e0350> # /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 0x7f4b04400f20> # /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 0x7f4b04401d60> # /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 0x7f4b04402570> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b043fbda0> # /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 0x7f4b044440e0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b044227b0> # /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 0x7f4b04455c40> # /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 0x7f4b04467950> # /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 0x7f4b0448cf80> # /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 0x7f4b04484ef0> # /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 0x7f4b04487290> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04485400> # /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 0x7f4b042e1760> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04457fb0> # /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 0x7f4b044642f0> # /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 0x7f4b0434b860> # /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 0x7f4b0435c410> # /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 0x7f4b0435cf50> # /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 0x7f4b0435d3a0> # /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 0x7f4b0435e270> # /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 0x7f4b0435eb40> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045a01d0> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b0458fbc0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b045157c0> # /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 0x7f4b041990d0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b04198800> # /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 0x7f4b0419a630> # /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 0x7f4b0419b9e0> # /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 0x7f4b041ac1d0> # /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 0x7f4b041acaa0> # /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 0x7f4b041ae870> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f4b05073f80> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884961.83707: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004068 11924 1726884961.84092: WORKER PROCESS EXITING 11924 1726884961.84085: no more pending results, returning what we have 11924 1726884961.84096: results queue empty 11924 1726884961.84097: checking for any_errors_fatal 11924 1726884961.84111: done checking for any_errors_fatal 11924 1726884961.84112: checking for max_fail_percentage 11924 1726884961.84121: done checking for max_fail_percentage 11924 1726884961.84122: checking to see if all hosts have failed and the running result is not ok 11924 1726884961.84123: done checking to see if all hosts have failed 11924 1726884961.84123: getting the remaining hosts for this loop 11924 1726884961.84125: done getting the remaining hosts for this loop 11924 1726884961.84131: getting the next task for host managed_node2 11924 1726884961.84138: done getting next task for host managed_node2 11924 1726884961.84141: ^ task is: TASK: Verify that PVs fill the whole devices when they should 11924 1726884961.84145: ^ 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 11924 1726884961.84149: getting variables 11924 1726884961.84150: in VariableManager get_vars() 11924 1726884961.84181: Calling all_inventory to load vars for managed_node2 11924 1726884961.84184: Calling groups_inventory to load vars for managed_node2 11924 1726884961.84190: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884961.84199: Calling all_plugins_play to load vars for managed_node2 11924 1726884961.84202: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884961.84205: Calling groups_plugins_play to load vars for managed_node2 11924 1726884961.85119: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884961.85899: done with get_vars() 11924 1726884961.85919: 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 22:16:01 -0400 (0:00:00.534) 0:02:07.199 ****** 11924 1726884961.86046: entering _queue_task() for managed_node2/include_tasks 11924 1726884961.86518: worker is 1 (out of 1 available) 11924 1726884961.86531: exiting _queue_task() for managed_node2/include_tasks 11924 1726884961.86543: done queuing things up, now waiting for results queue to drain 11924 1726884961.86545: waiting for pending results... 11924 1726884961.86792: running TaskExecutor() for managed_node2/TASK: Verify that PVs fill the whole devices when they should 11924 1726884961.86967: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004069 11924 1726884961.86993: variable 'ansible_search_path' from source: unknown 11924 1726884961.87339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884961.90784: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884961.90882: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884961.90926: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884961.90975: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884961.91012: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884961.91113: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884961.91151: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884961.91205: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884961.91238: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884961.91261: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884961.91422: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884961.91476: variable 'omit' from source: magic vars 11924 1726884961.91639: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.91653: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.91670: variable 'omit' from source: magic vars 11924 1726884961.91909: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884961.91962: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884961.91981: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884961.92031: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884961.92071: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884961.92148: variable 'grow_supported' from source: set_fact 11924 1726884961.92260: Evaluated conditional (grow_supported.stdout | trim == 'True'): False 11924 1726884961.92286: when evaluation is False, skipping this task 11924 1726884961.92304: variable 'st_pool_pv' from source: unknown 11924 1726884961.92381: variable 'st_pool_pv' from source: unknown skipping: [managed_node2] => (item=/dev/sda) => { "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/sda" } 11924 1726884961.92809: dumping result to json 11924 1726884961.92813: done dumping result, returning 11924 1726884961.92816: done running TaskExecutor() for managed_node2/TASK: Verify that PVs fill the whole devices when they should [0affc8a3-6f6f-f4c0-2290-000000004069] 11924 1726884961.92818: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004069 skipping: [managed_node2] => { "changed": false } MSG: All items skipped 11924 1726884961.92902: no more pending results, returning what we have 11924 1726884961.92907: results queue empty 11924 1726884961.92909: checking for any_errors_fatal 11924 1726884961.92924: done checking for any_errors_fatal 11924 1726884961.92925: checking for max_fail_percentage 11924 1726884961.92927: done checking for max_fail_percentage 11924 1726884961.92928: checking to see if all hosts have failed and the running result is not ok 11924 1726884961.92929: done checking to see if all hosts have failed 11924 1726884961.92930: getting the remaining hosts for this loop 11924 1726884961.92932: done getting the remaining hosts for this loop 11924 1726884961.92935: getting the next task for host managed_node2 11924 1726884961.92943: done getting next task for host managed_node2 11924 1726884961.92945: ^ task is: TASK: Check MD RAID 11924 1726884961.92950: ^ 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 11924 1726884961.92957: getting variables 11924 1726884961.92960: in VariableManager get_vars() 11924 1726884961.93004: Calling all_inventory to load vars for managed_node2 11924 1726884961.93007: Calling groups_inventory to load vars for managed_node2 11924 1726884961.93010: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884961.93088: Calling all_plugins_play to load vars for managed_node2 11924 1726884961.93092: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884961.93095: Calling groups_plugins_play to load vars for managed_node2 11924 1726884961.93697: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004069 11924 1726884961.93701: WORKER PROCESS EXITING 11924 1726884961.93901: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884961.94549: done with get_vars() 11924 1726884961.94571: 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 22:16:01 -0400 (0:00:00.086) 0:02:07.285 ****** 11924 1726884961.94697: entering _queue_task() for managed_node2/include_tasks 11924 1726884961.95266: worker is 1 (out of 1 available) 11924 1726884961.95278: exiting _queue_task() for managed_node2/include_tasks 11924 1726884961.95292: done queuing things up, now waiting for results queue to drain 11924 1726884961.95295: waiting for pending results... 11924 1726884961.95472: running TaskExecutor() for managed_node2/TASK: Check MD RAID 11924 1726884961.95624: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000406b 11924 1726884961.95657: variable 'ansible_search_path' from source: unknown 11924 1726884961.95703: calling self._execute() 11924 1726884961.95963: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884961.95968: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884961.95971: variable 'omit' from source: magic vars 11924 1726884961.96037: _execute() done 11924 1726884961.96049: dumping result to json 11924 1726884961.96061: done dumping result, returning 11924 1726884961.96083: done running TaskExecutor() for managed_node2/TASK: Check MD RAID [0affc8a3-6f6f-f4c0-2290-00000000406b] 11924 1726884961.96180: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000406b 11924 1726884961.96314: no more pending results, returning what we have 11924 1726884961.96320: in VariableManager get_vars() 11924 1726884961.96365: Calling all_inventory to load vars for managed_node2 11924 1726884961.96368: Calling groups_inventory to load vars for managed_node2 11924 1726884961.96371: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884961.96384: Calling all_plugins_play to load vars for managed_node2 11924 1726884961.96387: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884961.96391: Calling groups_plugins_play to load vars for managed_node2 11924 1726884961.96973: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000406b 11924 1726884961.96977: WORKER PROCESS EXITING 11924 1726884961.97368: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884961.98018: done with get_vars() 11924 1726884961.98033: variable 'ansible_search_path' from source: unknown 11924 1726884961.98206: variable 'storage_test_pool_subset' from source: include params 11924 1726884961.98248: we have included files to process 11924 1726884961.98250: generating all_blocks data 11924 1726884961.98252: done generating all_blocks data 11924 1726884961.98262: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884961.98263: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884961.98266: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884961.99452: done processing included file 11924 1726884961.99454: iterating over new_blocks loaded from include file 11924 1726884961.99458: in VariableManager get_vars() 11924 1726884961.99480: done with get_vars() 11924 1726884961.99482: filtering new block on tags 11924 1726884961.99948: done filtering new block on tags 11924 1726884961.99951: in VariableManager get_vars() 11924 1726884961.99971: done with get_vars() 11924 1726884961.99973: filtering new block on tags 11924 1726884961.99996: done filtering new block on tags 11924 1726884961.99998: 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_node2 11924 1726884962.00003: extending task lists for all hosts with included blocks 11924 1726884962.01391: done extending task lists 11924 1726884962.01393: done processing included files 11924 1726884962.01393: results queue empty 11924 1726884962.01394: checking for any_errors_fatal 11924 1726884962.01398: done checking for any_errors_fatal 11924 1726884962.01398: checking for max_fail_percentage 11924 1726884962.01400: done checking for max_fail_percentage 11924 1726884962.01400: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.01401: done checking to see if all hosts have failed 11924 1726884962.01402: getting the remaining hosts for this loop 11924 1726884962.01403: done getting the remaining hosts for this loop 11924 1726884962.01405: getting the next task for host managed_node2 11924 1726884962.01410: done getting next task for host managed_node2 11924 1726884962.01412: ^ task is: TASK: Get information about RAID 11924 1726884962.01417: ^ 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 11924 1726884962.01419: getting variables 11924 1726884962.01426: in VariableManager get_vars() 11924 1726884962.01445: Calling all_inventory to load vars for managed_node2 11924 1726884962.01453: Calling groups_inventory to load vars for managed_node2 11924 1726884962.01458: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.01464: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.01466: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.01468: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.02385: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.03581: done with get_vars() 11924 1726884962.03604: done getting variables 11924 1726884962.03649: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:02 -0400 (0:00:00.090) 0:02:07.376 ****** 11924 1726884962.03799: entering _queue_task() for managed_node2/command 11924 1726884962.04196: worker is 1 (out of 1 available) 11924 1726884962.04208: exiting _queue_task() for managed_node2/command 11924 1726884962.04224: done queuing things up, now waiting for results queue to drain 11924 1726884962.04225: waiting for pending results... 11924 1726884962.04549: running TaskExecutor() for managed_node2/TASK: Get information about RAID 11924 1726884962.04793: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000040c1 11924 1726884962.04797: variable 'ansible_search_path' from source: unknown 11924 1726884962.04799: calling self._execute() 11924 1726884962.04936: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.04948: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.04964: variable 'omit' from source: magic vars 11924 1726884962.05569: variable 'storage_test_pool' from source: include params 11924 1726884962.05621: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884962.05698: when evaluation is False, skipping this task 11924 1726884962.05707: _execute() done 11924 1726884962.05710: dumping result to json 11924 1726884962.05715: done dumping result, returning 11924 1726884962.05717: done running TaskExecutor() for managed_node2/TASK: Get information about RAID [0affc8a3-6f6f-f4c0-2290-0000000040c1] 11924 1726884962.05719: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c1 11924 1726884962.05797: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c1 11924 1726884962.05963: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884962.06030: no more pending results, returning what we have 11924 1726884962.06035: results queue empty 11924 1726884962.06036: checking for any_errors_fatal 11924 1726884962.06038: done checking for any_errors_fatal 11924 1726884962.06039: checking for max_fail_percentage 11924 1726884962.06042: done checking for max_fail_percentage 11924 1726884962.06043: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.06043: done checking to see if all hosts have failed 11924 1726884962.06044: getting the remaining hosts for this loop 11924 1726884962.06047: done getting the remaining hosts for this loop 11924 1726884962.06054: getting the next task for host managed_node2 11924 1726884962.06068: done getting next task for host managed_node2 11924 1726884962.06072: ^ task is: TASK: Set active devices regex 11924 1726884962.06082: ^ 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 11924 1726884962.06088: getting variables 11924 1726884962.06091: in VariableManager get_vars() 11924 1726884962.06140: Calling all_inventory to load vars for managed_node2 11924 1726884962.06143: Calling groups_inventory to load vars for managed_node2 11924 1726884962.06148: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.06210: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.06218: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.06222: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.07270: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.08054: done with get_vars() 11924 1726884962.08076: done getting variables 11924 1726884962.08148: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:02 -0400 (0:00:00.044) 0:02:07.420 ****** 11924 1726884962.08227: entering _queue_task() for managed_node2/set_fact 11924 1726884962.08869: worker is 1 (out of 1 available) 11924 1726884962.08884: exiting _queue_task() for managed_node2/set_fact 11924 1726884962.08903: done queuing things up, now waiting for results queue to drain 11924 1726884962.08906: waiting for pending results... 11924 1726884962.09205: running TaskExecutor() for managed_node2/TASK: Set active devices regex 11924 1726884962.09317: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000040c2 11924 1726884962.09343: variable 'ansible_search_path' from source: unknown 11924 1726884962.09397: calling self._execute() 11924 1726884962.09535: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.09613: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.09617: variable 'omit' from source: magic vars 11924 1726884962.09997: variable 'storage_test_pool' from source: include params 11924 1726884962.10038: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884962.10054: when evaluation is False, skipping this task 11924 1726884962.10064: _execute() done 11924 1726884962.10071: dumping result to json 11924 1726884962.10076: done dumping result, returning 11924 1726884962.10085: done running TaskExecutor() for managed_node2/TASK: Set active devices regex [0affc8a3-6f6f-f4c0-2290-0000000040c2] 11924 1726884962.10093: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c2 11924 1726884962.10319: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c2 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884962.10380: no more pending results, returning what we have 11924 1726884962.10384: results queue empty 11924 1726884962.10385: checking for any_errors_fatal 11924 1726884962.10400: done checking for any_errors_fatal 11924 1726884962.10401: checking for max_fail_percentage 11924 1726884962.10403: done checking for max_fail_percentage 11924 1726884962.10404: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.10405: done checking to see if all hosts have failed 11924 1726884962.10406: getting the remaining hosts for this loop 11924 1726884962.10408: done getting the remaining hosts for this loop 11924 1726884962.10415: getting the next task for host managed_node2 11924 1726884962.10424: done getting next task for host managed_node2 11924 1726884962.10427: ^ task is: TASK: Set spare devices regex 11924 1726884962.10434: ^ 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 11924 1726884962.10441: getting variables 11924 1726884962.10443: in VariableManager get_vars() 11924 1726884962.10489: Calling all_inventory to load vars for managed_node2 11924 1726884962.10492: Calling groups_inventory to load vars for managed_node2 11924 1726884962.10496: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.10513: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.10518: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.10521: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.11069: WORKER PROCESS EXITING 11924 1726884962.11218: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.12419: done with get_vars() 11924 1726884962.12442: done getting variables 11924 1726884962.12680: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:02 -0400 (0:00:00.045) 0:02:07.466 ****** 11924 1726884962.12739: entering _queue_task() for managed_node2/set_fact 11924 1726884962.13164: worker is 1 (out of 1 available) 11924 1726884962.13178: exiting _queue_task() for managed_node2/set_fact 11924 1726884962.13191: done queuing things up, now waiting for results queue to drain 11924 1726884962.13193: waiting for pending results... 11924 1726884962.13550: running TaskExecutor() for managed_node2/TASK: Set spare devices regex 11924 1726884962.13708: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000040c3 11924 1726884962.13732: variable 'ansible_search_path' from source: unknown 11924 1726884962.13860: calling self._execute() 11924 1726884962.13909: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.13924: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.13940: variable 'omit' from source: magic vars 11924 1726884962.14372: variable 'storage_test_pool' from source: include params 11924 1726884962.14422: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884962.14866: when evaluation is False, skipping this task 11924 1726884962.14869: _execute() done 11924 1726884962.14872: dumping result to json 11924 1726884962.14874: done dumping result, returning 11924 1726884962.14877: done running TaskExecutor() for managed_node2/TASK: Set spare devices regex [0affc8a3-6f6f-f4c0-2290-0000000040c3] 11924 1726884962.14879: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c3 11924 1726884962.14964: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c3 11924 1726884962.14970: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884962.15023: no more pending results, returning what we have 11924 1726884962.15029: results queue empty 11924 1726884962.15030: checking for any_errors_fatal 11924 1726884962.15038: done checking for any_errors_fatal 11924 1726884962.15039: checking for max_fail_percentage 11924 1726884962.15041: done checking for max_fail_percentage 11924 1726884962.15042: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.15043: done checking to see if all hosts have failed 11924 1726884962.15043: getting the remaining hosts for this loop 11924 1726884962.15045: done getting the remaining hosts for this loop 11924 1726884962.15049: getting the next task for host managed_node2 11924 1726884962.15064: done getting next task for host managed_node2 11924 1726884962.15066: ^ task is: TASK: Set md version regex 11924 1726884962.15073: ^ 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 11924 1726884962.15079: getting variables 11924 1726884962.15081: in VariableManager get_vars() 11924 1726884962.15121: Calling all_inventory to load vars for managed_node2 11924 1726884962.15124: Calling groups_inventory to load vars for managed_node2 11924 1726884962.15127: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.15140: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.15143: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.15145: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.16427: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.17060: done with get_vars() 11924 1726884962.17080: done getting variables 11924 1726884962.17146: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:02 -0400 (0:00:00.044) 0:02:07.510 ****** 11924 1726884962.17184: entering _queue_task() for managed_node2/set_fact 11924 1726884962.17787: worker is 1 (out of 1 available) 11924 1726884962.17799: exiting _queue_task() for managed_node2/set_fact 11924 1726884962.17815: done queuing things up, now waiting for results queue to drain 11924 1726884962.17816: waiting for pending results... 11924 1726884962.17946: running TaskExecutor() for managed_node2/TASK: Set md version regex 11924 1726884962.18165: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000040c4 11924 1726884962.18187: variable 'ansible_search_path' from source: unknown 11924 1726884962.18259: calling self._execute() 11924 1726884962.18365: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.18377: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.18392: variable 'omit' from source: magic vars 11924 1726884962.18813: variable 'storage_test_pool' from source: include params 11924 1726884962.18904: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884962.18907: when evaluation is False, skipping this task 11924 1726884962.18909: _execute() done 11924 1726884962.18913: dumping result to json 11924 1726884962.18915: done dumping result, returning 11924 1726884962.18917: done running TaskExecutor() for managed_node2/TASK: Set md version regex [0affc8a3-6f6f-f4c0-2290-0000000040c4] 11924 1726884962.18918: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c4 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884962.19104: no more pending results, returning what we have 11924 1726884962.19108: results queue empty 11924 1726884962.19109: checking for any_errors_fatal 11924 1726884962.19123: done checking for any_errors_fatal 11924 1726884962.19124: checking for max_fail_percentage 11924 1726884962.19126: done checking for max_fail_percentage 11924 1726884962.19127: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.19128: done checking to see if all hosts have failed 11924 1726884962.19129: getting the remaining hosts for this loop 11924 1726884962.19131: done getting the remaining hosts for this loop 11924 1726884962.19135: getting the next task for host managed_node2 11924 1726884962.19144: done getting next task for host managed_node2 11924 1726884962.19147: ^ task is: TASK: Set md chunk size regex 11924 1726884962.19154: ^ 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 11924 1726884962.19162: getting variables 11924 1726884962.19164: in VariableManager get_vars() 11924 1726884962.19202: Calling all_inventory to load vars for managed_node2 11924 1726884962.19205: Calling groups_inventory to load vars for managed_node2 11924 1726884962.19208: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.19222: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.19225: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.19228: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.19769: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c4 11924 1726884962.19773: WORKER PROCESS EXITING 11924 1726884962.20121: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.20751: done with get_vars() 11924 1726884962.20775: done getting variables 11924 1726884962.20846: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:02 -0400 (0:00:00.037) 0:02:07.547 ****** 11924 1726884962.20888: entering _queue_task() for managed_node2/set_fact 11924 1726884962.21249: worker is 1 (out of 1 available) 11924 1726884962.21263: exiting _queue_task() for managed_node2/set_fact 11924 1726884962.21277: done queuing things up, now waiting for results queue to drain 11924 1726884962.21279: waiting for pending results... 11924 1726884962.21674: running TaskExecutor() for managed_node2/TASK: Set md chunk size regex 11924 1726884962.21742: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000040c5 11924 1726884962.21770: variable 'ansible_search_path' from source: unknown 11924 1726884962.21813: calling self._execute() 11924 1726884962.21945: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.21958: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.21975: variable 'omit' from source: magic vars 11924 1726884962.22399: variable 'storage_test_pool' from source: include params 11924 1726884962.22451: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884962.22463: when evaluation is False, skipping this task 11924 1726884962.22471: _execute() done 11924 1726884962.22479: dumping result to json 11924 1726884962.22487: done dumping result, returning 11924 1726884962.22499: done running TaskExecutor() for managed_node2/TASK: Set md chunk size regex [0affc8a3-6f6f-f4c0-2290-0000000040c5] 11924 1726884962.22513: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c5 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884962.22693: no more pending results, returning what we have 11924 1726884962.22698: results queue empty 11924 1726884962.22699: checking for any_errors_fatal 11924 1726884962.22714: done checking for any_errors_fatal 11924 1726884962.22715: checking for max_fail_percentage 11924 1726884962.22717: done checking for max_fail_percentage 11924 1726884962.22719: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.22719: done checking to see if all hosts have failed 11924 1726884962.22720: getting the remaining hosts for this loop 11924 1726884962.22722: done getting the remaining hosts for this loop 11924 1726884962.22726: getting the next task for host managed_node2 11924 1726884962.22736: done getting next task for host managed_node2 11924 1726884962.22739: ^ task is: TASK: Parse the chunk size 11924 1726884962.22746: ^ 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 11924 1726884962.22752: getting variables 11924 1726884962.22754: in VariableManager get_vars() 11924 1726884962.22796: Calling all_inventory to load vars for managed_node2 11924 1726884962.22799: Calling groups_inventory to load vars for managed_node2 11924 1726884962.22802: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.22818: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.22822: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.22826: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.23468: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c5 11924 1726884962.23471: WORKER PROCESS EXITING 11924 1726884962.24542: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.25505: done with get_vars() 11924 1726884962.25525: 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 22:16:02 -0400 (0:00:00.047) 0:02:07.595 ****** 11924 1726884962.25633: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884962.25993: worker is 1 (out of 1 available) 11924 1726884962.26006: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884962.26022: done queuing things up, now waiting for results queue to drain 11924 1726884962.26024: waiting for pending results... 11924 1726884962.26319: running TaskExecutor() for managed_node2/TASK: Parse the chunk size 11924 1726884962.26503: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000040c6 11924 1726884962.26530: variable 'ansible_search_path' from source: unknown 11924 1726884962.26571: calling self._execute() 11924 1726884962.26720: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.26733: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.26749: variable 'omit' from source: magic vars 11924 1726884962.27663: variable 'storage_test_pool' from source: include params 11924 1726884962.27666: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884962.27669: when evaluation is False, skipping this task 11924 1726884962.27672: _execute() done 11924 1726884962.27674: dumping result to json 11924 1726884962.27676: done dumping result, returning 11924 1726884962.27679: done running TaskExecutor() for managed_node2/TASK: Parse the chunk size [0affc8a3-6f6f-f4c0-2290-0000000040c6] 11924 1726884962.27681: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c6 11924 1726884962.27781: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c6 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884962.27845: no more pending results, returning what we have 11924 1726884962.27850: results queue empty 11924 1726884962.27851: checking for any_errors_fatal 11924 1726884962.27867: done checking for any_errors_fatal 11924 1726884962.27868: checking for max_fail_percentage 11924 1726884962.27871: done checking for max_fail_percentage 11924 1726884962.27872: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.27873: done checking to see if all hosts have failed 11924 1726884962.27873: getting the remaining hosts for this loop 11924 1726884962.27876: done getting the remaining hosts for this loop 11924 1726884962.27880: getting the next task for host managed_node2 11924 1726884962.27891: done getting next task for host managed_node2 11924 1726884962.27895: ^ task is: TASK: Check RAID active devices count 11924 1726884962.27903: ^ 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 11924 1726884962.27910: getting variables 11924 1726884962.27915: in VariableManager get_vars() 11924 1726884962.28065: Calling all_inventory to load vars for managed_node2 11924 1726884962.28068: Calling groups_inventory to load vars for managed_node2 11924 1726884962.28072: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.28083: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.28087: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.28091: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.28699: WORKER PROCESS EXITING 11924 1726884962.29029: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.29421: done with get_vars() 11924 1726884962.29434: done getting variables 11924 1726884962.29478: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:02 -0400 (0:00:00.038) 0:02:07.633 ****** 11924 1726884962.29505: entering _queue_task() for managed_node2/assert 11924 1726884962.29746: worker is 1 (out of 1 available) 11924 1726884962.29763: exiting _queue_task() for managed_node2/assert 11924 1726884962.29778: done queuing things up, now waiting for results queue to drain 11924 1726884962.29780: waiting for pending results... 11924 1726884962.29976: running TaskExecutor() for managed_node2/TASK: Check RAID active devices count 11924 1726884962.30068: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000040c7 11924 1726884962.30079: variable 'ansible_search_path' from source: unknown 11924 1726884962.30110: calling self._execute() 11924 1726884962.30213: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.30220: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.30230: variable 'omit' from source: magic vars 11924 1726884962.30531: variable 'storage_test_pool' from source: include params 11924 1726884962.30564: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884962.30567: when evaluation is False, skipping this task 11924 1726884962.30570: _execute() done 11924 1726884962.30572: dumping result to json 11924 1726884962.30575: done dumping result, returning 11924 1726884962.30582: done running TaskExecutor() for managed_node2/TASK: Check RAID active devices count [0affc8a3-6f6f-f4c0-2290-0000000040c7] 11924 1726884962.30588: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c7 11924 1726884962.30685: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c7 11924 1726884962.30688: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884962.30744: no more pending results, returning what we have 11924 1726884962.30748: results queue empty 11924 1726884962.30748: checking for any_errors_fatal 11924 1726884962.30764: done checking for any_errors_fatal 11924 1726884962.30765: checking for max_fail_percentage 11924 1726884962.30767: done checking for max_fail_percentage 11924 1726884962.30768: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.30768: done checking to see if all hosts have failed 11924 1726884962.30769: getting the remaining hosts for this loop 11924 1726884962.30771: done getting the remaining hosts for this loop 11924 1726884962.30774: getting the next task for host managed_node2 11924 1726884962.30788: done getting next task for host managed_node2 11924 1726884962.30791: ^ task is: TASK: Check RAID spare devices count 11924 1726884962.30797: ^ 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 11924 1726884962.30801: getting variables 11924 1726884962.30802: in VariableManager get_vars() 11924 1726884962.30835: Calling all_inventory to load vars for managed_node2 11924 1726884962.30841: Calling groups_inventory to load vars for managed_node2 11924 1726884962.30844: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.30995: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.31000: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.31004: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.31741: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.32431: done with get_vars() 11924 1726884962.32448: done getting variables 11924 1726884962.32537: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:02 -0400 (0:00:00.030) 0:02:07.664 ****** 11924 1726884962.32600: entering _queue_task() for managed_node2/assert 11924 1726884962.33015: worker is 1 (out of 1 available) 11924 1726884962.33029: exiting _queue_task() for managed_node2/assert 11924 1726884962.33045: done queuing things up, now waiting for results queue to drain 11924 1726884962.33047: waiting for pending results... 11924 1726884962.33266: running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count 11924 1726884962.33365: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000040c8 11924 1726884962.33377: variable 'ansible_search_path' from source: unknown 11924 1726884962.33406: calling self._execute() 11924 1726884962.33507: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.33514: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.33521: variable 'omit' from source: magic vars 11924 1726884962.33817: variable 'storage_test_pool' from source: include params 11924 1726884962.33850: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884962.33854: when evaluation is False, skipping this task 11924 1726884962.33858: _execute() done 11924 1726884962.33861: dumping result to json 11924 1726884962.33863: done dumping result, returning 11924 1726884962.33873: done running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count [0affc8a3-6f6f-f4c0-2290-0000000040c8] 11924 1726884962.33879: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c8 11924 1726884962.33977: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c8 11924 1726884962.33980: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884962.34027: no more pending results, returning what we have 11924 1726884962.34032: results queue empty 11924 1726884962.34033: checking for any_errors_fatal 11924 1726884962.34044: done checking for any_errors_fatal 11924 1726884962.34045: checking for max_fail_percentage 11924 1726884962.34046: done checking for max_fail_percentage 11924 1726884962.34047: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.34048: done checking to see if all hosts have failed 11924 1726884962.34048: getting the remaining hosts for this loop 11924 1726884962.34050: done getting the remaining hosts for this loop 11924 1726884962.34054: getting the next task for host managed_node2 11924 1726884962.34066: done getting next task for host managed_node2 11924 1726884962.34069: ^ task is: TASK: Check RAID metadata version 11924 1726884962.34074: ^ 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 11924 1726884962.34078: getting variables 11924 1726884962.34080: in VariableManager get_vars() 11924 1726884962.34116: Calling all_inventory to load vars for managed_node2 11924 1726884962.34119: Calling groups_inventory to load vars for managed_node2 11924 1726884962.34122: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.34132: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.34135: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.34137: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.34592: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.35877: done with get_vars() 11924 1726884962.35903: done getting variables 11924 1726884962.35969: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:02 -0400 (0:00:00.034) 0:02:07.698 ****** 11924 1726884962.36005: entering _queue_task() for managed_node2/assert 11924 1726884962.36404: worker is 1 (out of 1 available) 11924 1726884962.36418: exiting _queue_task() for managed_node2/assert 11924 1726884962.36433: done queuing things up, now waiting for results queue to drain 11924 1726884962.36435: waiting for pending results... 11924 1726884962.36902: running TaskExecutor() for managed_node2/TASK: Check RAID metadata version 11924 1726884962.36909: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000040c9 11924 1726884962.36930: variable 'ansible_search_path' from source: unknown 11924 1726884962.36974: calling self._execute() 11924 1726884962.37181: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.37186: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.37194: variable 'omit' from source: magic vars 11924 1726884962.37505: variable 'storage_test_pool' from source: include params 11924 1726884962.37535: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884962.37538: when evaluation is False, skipping this task 11924 1726884962.37541: _execute() done 11924 1726884962.37543: dumping result to json 11924 1726884962.37545: done dumping result, returning 11924 1726884962.37553: done running TaskExecutor() for managed_node2/TASK: Check RAID metadata version [0affc8a3-6f6f-f4c0-2290-0000000040c9] 11924 1726884962.37561: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c9 11924 1726884962.37663: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040c9 11924 1726884962.37667: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884962.37718: no more pending results, returning what we have 11924 1726884962.37722: results queue empty 11924 1726884962.37723: checking for any_errors_fatal 11924 1726884962.37732: done checking for any_errors_fatal 11924 1726884962.37732: checking for max_fail_percentage 11924 1726884962.37734: done checking for max_fail_percentage 11924 1726884962.37735: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.37736: done checking to see if all hosts have failed 11924 1726884962.37736: getting the remaining hosts for this loop 11924 1726884962.37738: done getting the remaining hosts for this loop 11924 1726884962.37742: getting the next task for host managed_node2 11924 1726884962.37749: done getting next task for host managed_node2 11924 1726884962.37752: ^ task is: TASK: Check RAID chunk size 11924 1726884962.37758: ^ 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 11924 1726884962.37762: getting variables 11924 1726884962.37764: in VariableManager get_vars() 11924 1726884962.37800: Calling all_inventory to load vars for managed_node2 11924 1726884962.37802: Calling groups_inventory to load vars for managed_node2 11924 1726884962.37805: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.37818: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.37821: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.37824: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.38428: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.38944: done with get_vars() 11924 1726884962.39074: done getting variables 11924 1726884962.39139: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:02 -0400 (0:00:00.031) 0:02:07.730 ****** 11924 1726884962.39177: entering _queue_task() for managed_node2/assert 11924 1726884962.39717: worker is 1 (out of 1 available) 11924 1726884962.39730: exiting _queue_task() for managed_node2/assert 11924 1726884962.39742: done queuing things up, now waiting for results queue to drain 11924 1726884962.39744: waiting for pending results... 11924 1726884962.40179: running TaskExecutor() for managed_node2/TASK: Check RAID chunk size 11924 1726884962.40185: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000040ca 11924 1726884962.40194: variable 'ansible_search_path' from source: unknown 11924 1726884962.40261: calling self._execute() 11924 1726884962.40424: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.40436: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.40450: variable 'omit' from source: magic vars 11924 1726884962.40819: variable 'storage_test_pool' from source: include params 11924 1726884962.40849: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884962.40860: when evaluation is False, skipping this task 11924 1726884962.40864: _execute() done 11924 1726884962.40867: dumping result to json 11924 1726884962.40869: done dumping result, returning 11924 1726884962.40872: done running TaskExecutor() for managed_node2/TASK: Check RAID chunk size [0affc8a3-6f6f-f4c0-2290-0000000040ca] 11924 1726884962.40874: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040ca 11924 1726884962.40968: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040ca 11924 1726884962.40971: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884962.41020: no more pending results, returning what we have 11924 1726884962.41024: results queue empty 11924 1726884962.41024: checking for any_errors_fatal 11924 1726884962.41034: done checking for any_errors_fatal 11924 1726884962.41035: checking for max_fail_percentage 11924 1726884962.41036: done checking for max_fail_percentage 11924 1726884962.41037: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.41038: done checking to see if all hosts have failed 11924 1726884962.41039: getting the remaining hosts for this loop 11924 1726884962.41040: done getting the remaining hosts for this loop 11924 1726884962.41044: getting the next task for host managed_node2 11924 1726884962.41057: done getting next task for host managed_node2 11924 1726884962.41059: ^ task is: TASK: Reset variables used by tests 11924 1726884962.41064: ^ 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 11924 1726884962.41068: getting variables 11924 1726884962.41070: in VariableManager get_vars() 11924 1726884962.41106: Calling all_inventory to load vars for managed_node2 11924 1726884962.41108: Calling groups_inventory to load vars for managed_node2 11924 1726884962.41113: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.41124: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.41127: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.41130: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.41503: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.41859: done with get_vars() 11924 1726884962.41870: done getting variables 11924 1726884962.41913: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:02 -0400 (0:00:00.027) 0:02:07.758 ****** 11924 1726884962.41938: entering _queue_task() for managed_node2/set_fact 11924 1726884962.42248: worker is 1 (out of 1 available) 11924 1726884962.42264: exiting _queue_task() for managed_node2/set_fact 11924 1726884962.42278: done queuing things up, now waiting for results queue to drain 11924 1726884962.42279: waiting for pending results... 11924 1726884962.42580: running TaskExecutor() for managed_node2/TASK: Reset variables used by tests 11924 1726884962.42704: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000040cc 11924 1726884962.42724: variable 'ansible_search_path' from source: unknown 11924 1726884962.42764: calling self._execute() 11924 1726884962.43019: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.43033: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.43042: variable 'omit' from source: magic vars 11924 1726884962.43133: variable 'omit' from source: magic vars 11924 1726884962.43178: variable 'omit' from source: magic vars 11924 1726884962.43202: variable 'omit' from source: magic vars 11924 1726884962.43244: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884962.43275: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884962.43292: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884962.43306: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884962.43323: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884962.43335: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884962.43348: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884962.43375: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884962.43378: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.43381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.43468: Set connection var ansible_shell_executable to /bin/sh 11924 1726884962.43471: Set connection var ansible_connection to ssh 11924 1726884962.43474: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884962.43480: Set connection var ansible_timeout to 10 11924 1726884962.43485: Set connection var ansible_pipelining to False 11924 1726884962.43490: Set connection var ansible_shell_type to sh 11924 1726884962.43512: variable 'ansible_shell_executable' from source: unknown 11924 1726884962.43522: variable 'ansible_connection' from source: unknown 11924 1726884962.43570: variable 'ansible_module_compression' from source: unknown 11924 1726884962.43574: variable 'ansible_shell_type' from source: unknown 11924 1726884962.43576: variable 'ansible_shell_executable' from source: unknown 11924 1726884962.43578: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.43580: variable 'ansible_pipelining' from source: unknown 11924 1726884962.43582: variable 'ansible_timeout' from source: unknown 11924 1726884962.43584: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.43679: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884962.43689: variable 'omit' from source: magic vars 11924 1726884962.43694: starting attempt loop 11924 1726884962.43697: running the handler 11924 1726884962.43708: handler run complete 11924 1726884962.43718: attempt loop complete, returning result 11924 1726884962.43720: _execute() done 11924 1726884962.43723: dumping result to json 11924 1726884962.43725: done dumping result, returning 11924 1726884962.43732: done running TaskExecutor() for managed_node2/TASK: Reset variables used by tests [0affc8a3-6f6f-f4c0-2290-0000000040cc] 11924 1726884962.43737: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040cc 11924 1726884962.43807: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000040cc 11924 1726884962.43814: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 11924 1726884962.43949: no more pending results, returning what we have 11924 1726884962.43951: results queue empty 11924 1726884962.43952: checking for any_errors_fatal 11924 1726884962.43960: done checking for any_errors_fatal 11924 1726884962.43960: checking for max_fail_percentage 11924 1726884962.43962: done checking for max_fail_percentage 11924 1726884962.43963: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.43964: done checking to see if all hosts have failed 11924 1726884962.43964: getting the remaining hosts for this loop 11924 1726884962.43968: done getting the remaining hosts for this loop 11924 1726884962.43971: getting the next task for host managed_node2 11924 1726884962.43981: done getting next task for host managed_node2 11924 1726884962.43985: ^ task is: TASK: Check LVM RAID 11924 1726884962.43992: ^ 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 11924 1726884962.44000: getting variables 11924 1726884962.44002: in VariableManager get_vars() 11924 1726884962.44037: Calling all_inventory to load vars for managed_node2 11924 1726884962.44039: Calling groups_inventory to load vars for managed_node2 11924 1726884962.44042: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.44051: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.44053: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.44100: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.44978: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.51695: done with get_vars() 11924 1726884962.51710: 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 22:16:02 -0400 (0:00:00.098) 0:02:07.856 ****** 11924 1726884962.51772: entering _queue_task() for managed_node2/include_tasks 11924 1726884962.52191: worker is 1 (out of 1 available) 11924 1726884962.52206: exiting _queue_task() for managed_node2/include_tasks 11924 1726884962.52220: done queuing things up, now waiting for results queue to drain 11924 1726884962.52222: waiting for pending results... 11924 1726884962.52526: running TaskExecutor() for managed_node2/TASK: Check LVM RAID 11924 1726884962.52933: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000406c 11924 1726884962.52939: variable 'ansible_search_path' from source: unknown 11924 1726884962.52944: calling self._execute() 11924 1726884962.52948: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.52954: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.52960: variable 'omit' from source: magic vars 11924 1726884962.53132: _execute() done 11924 1726884962.53141: dumping result to json 11924 1726884962.53144: done dumping result, returning 11924 1726884962.53148: done running TaskExecutor() for managed_node2/TASK: Check LVM RAID [0affc8a3-6f6f-f4c0-2290-00000000406c] 11924 1726884962.53154: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000406c 11924 1726884962.53251: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000406c 11924 1726884962.53260: WORKER PROCESS EXITING 11924 1726884962.53317: no more pending results, returning what we have 11924 1726884962.53322: in VariableManager get_vars() 11924 1726884962.53366: Calling all_inventory to load vars for managed_node2 11924 1726884962.53369: Calling groups_inventory to load vars for managed_node2 11924 1726884962.53372: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.53385: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.53387: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.53391: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.53957: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.54551: done with get_vars() 11924 1726884962.54569: variable 'ansible_search_path' from source: unknown 11924 1726884962.54716: variable 'storage_test_pool_subset' from source: include params 11924 1726884962.54756: we have included files to process 11924 1726884962.54758: generating all_blocks data 11924 1726884962.54760: done generating all_blocks data 11924 1726884962.54767: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884962.54768: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884962.54773: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884962.54897: in VariableManager get_vars() 11924 1726884962.54925: done with get_vars() 11924 1726884962.54945: done processing included file 11924 1726884962.54948: iterating over new_blocks loaded from include file 11924 1726884962.54949: in VariableManager get_vars() 11924 1726884962.54971: done with get_vars() 11924 1726884962.54973: filtering new block on tags 11924 1726884962.55001: done filtering new block on tags 11924 1726884962.55003: 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_node2 11924 1726884962.55007: extending task lists for all hosts with included blocks 11924 1726884962.57310: done extending task lists 11924 1726884962.57313: done processing included files 11924 1726884962.57314: results queue empty 11924 1726884962.57314: checking for any_errors_fatal 11924 1726884962.57318: done checking for any_errors_fatal 11924 1726884962.57319: checking for max_fail_percentage 11924 1726884962.57320: done checking for max_fail_percentage 11924 1726884962.57320: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.57321: done checking to see if all hosts have failed 11924 1726884962.57321: getting the remaining hosts for this loop 11924 1726884962.57322: done getting the remaining hosts for this loop 11924 1726884962.57324: getting the next task for host managed_node2 11924 1726884962.57328: done getting next task for host managed_node2 11924 1726884962.57329: ^ task is: TASK: Validate pool member LVM RAID settings 11924 1726884962.57332: ^ 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 11924 1726884962.57334: getting variables 11924 1726884962.57335: in VariableManager get_vars() 11924 1726884962.57346: Calling all_inventory to load vars for managed_node2 11924 1726884962.57348: Calling groups_inventory to load vars for managed_node2 11924 1726884962.57350: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.57357: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.57358: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.57360: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.57710: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.58142: done with get_vars() 11924 1726884962.58160: 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 22:16:02 -0400 (0:00:00.064) 0:02:07.921 ****** 11924 1726884962.58245: entering _queue_task() for managed_node2/include_tasks 11924 1726884962.58627: worker is 1 (out of 1 available) 11924 1726884962.58640: exiting _queue_task() for managed_node2/include_tasks 11924 1726884962.58660: done queuing things up, now waiting for results queue to drain 11924 1726884962.58662: waiting for pending results... 11924 1726884962.59002: running TaskExecutor() for managed_node2/TASK: Validate pool member LVM RAID settings 11924 1726884962.59115: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000418c 11924 1726884962.59148: variable 'ansible_search_path' from source: unknown 11924 1726884962.59451: variable 'storage_test_pool' from source: include params 11924 1726884962.59720: variable 'omit' from source: magic vars 11924 1726884962.60072: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.60077: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.60081: variable 'omit' from source: magic vars 11924 1726884962.60342: variable 'storage_test_pool' from source: include params 11924 1726884962.60378: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884962.60420: variable 'storage_test_lvmraid_volume' from source: unknown 11924 1726884962.60486: variable 'storage_test_lvmraid_volume' from source: unknown 11924 1726884962.60848: dumping result to json 11924 1726884962.60850: done dumping result, returning 11924 1726884962.60853: done running TaskExecutor() for managed_node2/TASK: Validate pool member LVM RAID settings [0affc8a3-6f6f-f4c0-2290-00000000418c] 11924 1726884962.60854: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000418c 11924 1726884962.60914: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000418c 11924 1726884962.60917: WORKER PROCESS EXITING 11924 1726884962.61004: no more pending results, returning what we have 11924 1726884962.61009: in VariableManager get_vars() 11924 1726884962.61049: Calling all_inventory to load vars for managed_node2 11924 1726884962.61053: Calling groups_inventory to load vars for managed_node2 11924 1726884962.61057: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.61069: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.61072: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.61074: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.61744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.62405: done with get_vars() 11924 1726884962.62416: variable 'ansible_search_path' from source: unknown 11924 1726884962.62449: we have included files to process 11924 1726884962.62450: generating all_blocks data 11924 1726884962.62451: done generating all_blocks data 11924 1726884962.62453: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884962.62453: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884962.62456: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884962.63124: done processing included file 11924 1726884962.63126: iterating over new_blocks loaded from include file 11924 1726884962.63128: in VariableManager get_vars() 11924 1726884962.63145: done with get_vars() 11924 1726884962.63147: filtering new block on tags 11924 1726884962.63258: done filtering new block on tags 11924 1726884962.63261: 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_node2 => (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': 'unformatted', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884962.63273: extending task lists for all hosts with included blocks 11924 1726884962.63443: done extending task lists 11924 1726884962.63445: done processing included files 11924 1726884962.63445: results queue empty 11924 1726884962.63446: checking for any_errors_fatal 11924 1726884962.63451: done checking for any_errors_fatal 11924 1726884962.63451: checking for max_fail_percentage 11924 1726884962.63452: done checking for max_fail_percentage 11924 1726884962.63453: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.63454: done checking to see if all hosts have failed 11924 1726884962.63558: getting the remaining hosts for this loop 11924 1726884962.63561: done getting the remaining hosts for this loop 11924 1726884962.63564: getting the next task for host managed_node2 11924 1726884962.63570: done getting next task for host managed_node2 11924 1726884962.63572: ^ task is: TASK: Get information about the LV 11924 1726884962.63577: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884962.63579: getting variables 11924 1726884962.63580: in VariableManager get_vars() 11924 1726884962.63590: Calling all_inventory to load vars for managed_node2 11924 1726884962.63592: Calling groups_inventory to load vars for managed_node2 11924 1726884962.63594: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.63600: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.63602: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.63609: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.64118: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.64816: done with get_vars() 11924 1726884962.64835: done getting variables 11924 1726884962.64879: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:02 -0400 (0:00:00.066) 0:02:07.987 ****** 11924 1726884962.64907: entering _queue_task() for managed_node2/command 11924 1726884962.65239: worker is 1 (out of 1 available) 11924 1726884962.65326: exiting _queue_task() for managed_node2/command 11924 1726884962.65341: done queuing things up, now waiting for results queue to drain 11924 1726884962.65343: waiting for pending results... 11924 1726884962.65539: running TaskExecutor() for managed_node2/TASK: Get information about the LV 11924 1726884962.65648: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000042ad 11924 1726884962.65664: variable 'ansible_search_path' from source: unknown 11924 1726884962.65692: calling self._execute() 11924 1726884962.65792: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.65796: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.65816: variable 'omit' from source: magic vars 11924 1726884962.66364: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884962.66464: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884962.66517: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884962.66558: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884962.66608: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884962.67062: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884962.67065: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884962.67068: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884962.67071: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884962.67560: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884962.67564: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884962.67566: when evaluation is False, skipping this task 11924 1726884962.67569: _execute() done 11924 1726884962.67571: dumping result to json 11924 1726884962.67573: done dumping result, returning 11924 1726884962.67575: done running TaskExecutor() for managed_node2/TASK: Get information about the LV [0affc8a3-6f6f-f4c0-2290-0000000042ad] 11924 1726884962.67577: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000042ad 11924 1726884962.67646: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000042ad 11924 1726884962.67649: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884962.67706: no more pending results, returning what we have 11924 1726884962.67713: results queue empty 11924 1726884962.67714: checking for any_errors_fatal 11924 1726884962.67716: done checking for any_errors_fatal 11924 1726884962.67716: checking for max_fail_percentage 11924 1726884962.67718: done checking for max_fail_percentage 11924 1726884962.67719: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.67720: done checking to see if all hosts have failed 11924 1726884962.67721: getting the remaining hosts for this loop 11924 1726884962.67723: done getting the remaining hosts for this loop 11924 1726884962.67727: getting the next task for host managed_node2 11924 1726884962.67737: done getting next task for host managed_node2 11924 1726884962.67740: ^ task is: TASK: Set LV segment type 11924 1726884962.67748: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884962.67754: getting variables 11924 1726884962.67757: in VariableManager get_vars() 11924 1726884962.67793: Calling all_inventory to load vars for managed_node2 11924 1726884962.67796: Calling groups_inventory to load vars for managed_node2 11924 1726884962.67799: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.67809: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.67815: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.67818: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.69609: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.70791: done with get_vars() 11924 1726884962.70809: done getting variables 11924 1726884962.71081: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:02 -0400 (0:00:00.062) 0:02:08.050 ****** 11924 1726884962.71123: entering _queue_task() for managed_node2/set_fact 11924 1726884962.72187: worker is 1 (out of 1 available) 11924 1726884962.72201: exiting _queue_task() for managed_node2/set_fact 11924 1726884962.72214: done queuing things up, now waiting for results queue to drain 11924 1726884962.72216: waiting for pending results... 11924 1726884962.72834: running TaskExecutor() for managed_node2/TASK: Set LV segment type 11924 1726884962.73433: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000042ae 11924 1726884962.73437: variable 'ansible_search_path' from source: unknown 11924 1726884962.73440: calling self._execute() 11924 1726884962.73628: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.73674: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.73689: variable 'omit' from source: magic vars 11924 1726884962.74462: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884962.75028: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884962.75264: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884962.75267: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884962.75460: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884962.75565: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884962.75604: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884962.75637: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884962.75670: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884962.76004: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884962.76364: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884962.76367: when evaluation is False, skipping this task 11924 1726884962.76369: _execute() done 11924 1726884962.76371: dumping result to json 11924 1726884962.76374: done dumping result, returning 11924 1726884962.76376: done running TaskExecutor() for managed_node2/TASK: Set LV segment type [0affc8a3-6f6f-f4c0-2290-0000000042ae] 11924 1726884962.76379: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000042ae 11924 1726884962.76450: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000042ae 11924 1726884962.76454: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884962.76515: no more pending results, returning what we have 11924 1726884962.76518: results queue empty 11924 1726884962.76519: checking for any_errors_fatal 11924 1726884962.76529: done checking for any_errors_fatal 11924 1726884962.76530: checking for max_fail_percentage 11924 1726884962.76532: done checking for max_fail_percentage 11924 1726884962.76533: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.76534: done checking to see if all hosts have failed 11924 1726884962.76535: getting the remaining hosts for this loop 11924 1726884962.76537: done getting the remaining hosts for this loop 11924 1726884962.76542: getting the next task for host managed_node2 11924 1726884962.76552: done getting next task for host managed_node2 11924 1726884962.76558: ^ task is: TASK: Check segment type 11924 1726884962.76568: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884962.76573: getting variables 11924 1726884962.76575: in VariableManager get_vars() 11924 1726884962.76614: Calling all_inventory to load vars for managed_node2 11924 1726884962.76617: Calling groups_inventory to load vars for managed_node2 11924 1726884962.76620: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.76631: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.76635: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.76638: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.78300: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.79509: done with get_vars() 11924 1726884962.79530: done getting variables 11924 1726884962.79594: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:02 -0400 (0:00:00.085) 0:02:08.135 ****** 11924 1726884962.79633: entering _queue_task() for managed_node2/assert 11924 1726884962.80387: worker is 1 (out of 1 available) 11924 1726884962.80402: exiting _queue_task() for managed_node2/assert 11924 1726884962.80417: done queuing things up, now waiting for results queue to drain 11924 1726884962.80419: waiting for pending results... 11924 1726884962.81186: running TaskExecutor() for managed_node2/TASK: Check segment type 11924 1726884962.81497: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000042af 11924 1726884962.81502: variable 'ansible_search_path' from source: unknown 11924 1726884962.81506: calling self._execute() 11924 1726884962.81939: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.82016: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.82033: variable 'omit' from source: magic vars 11924 1726884962.83000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884962.83669: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884962.83797: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884962.83840: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884962.83999: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884962.84260: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884962.84290: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884962.84319: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884962.84347: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884962.84520: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884962.84559: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884962.84567: when evaluation is False, skipping this task 11924 1726884962.84573: _execute() done 11924 1726884962.84578: dumping result to json 11924 1726884962.84584: done dumping result, returning 11924 1726884962.84593: done running TaskExecutor() for managed_node2/TASK: Check segment type [0affc8a3-6f6f-f4c0-2290-0000000042af] 11924 1726884962.84601: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000042af 11924 1726884962.84836: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000042af 11924 1726884962.84840: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884962.84893: no more pending results, returning what we have 11924 1726884962.84898: results queue empty 11924 1726884962.84899: checking for any_errors_fatal 11924 1726884962.84909: done checking for any_errors_fatal 11924 1726884962.84910: checking for max_fail_percentage 11924 1726884962.84911: done checking for max_fail_percentage 11924 1726884962.84912: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.84913: done checking to see if all hosts have failed 11924 1726884962.84914: getting the remaining hosts for this loop 11924 1726884962.84915: done getting the remaining hosts for this loop 11924 1726884962.84919: getting the next task for host managed_node2 11924 1726884962.84927: done getting next task for host managed_node2 11924 1726884962.84929: ^ task is: TASK: Set LV stripe size 11924 1726884962.84936: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884962.84941: getting variables 11924 1726884962.84943: in VariableManager get_vars() 11924 1726884962.84982: Calling all_inventory to load vars for managed_node2 11924 1726884962.84984: Calling groups_inventory to load vars for managed_node2 11924 1726884962.84987: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.84996: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.84999: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.85002: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.85666: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.86631: done with get_vars() 11924 1726884962.86649: done getting variables 11924 1726884962.86723: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:02 -0400 (0:00:00.071) 0:02:08.206 ****** 11924 1726884962.86762: entering _queue_task() for managed_node2/set_fact 11924 1726884962.87424: worker is 1 (out of 1 available) 11924 1726884962.87439: exiting _queue_task() for managed_node2/set_fact 11924 1726884962.87564: done queuing things up, now waiting for results queue to drain 11924 1726884962.87566: waiting for pending results... 11924 1726884962.87809: running TaskExecutor() for managed_node2/TASK: Set LV stripe size 11924 1726884962.87983: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000042b0 11924 1726884962.88017: variable 'ansible_search_path' from source: unknown 11924 1726884962.88062: calling self._execute() 11924 1726884962.88206: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.88228: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.88328: variable 'omit' from source: magic vars 11924 1726884962.88676: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884962.88998: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884962.89058: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884962.89103: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884962.89146: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884962.89246: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884962.89279: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884962.89326: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884962.89357: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884962.89549: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884962.89588: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884962.89638: when evaluation is False, skipping this task 11924 1726884962.89642: _execute() done 11924 1726884962.89644: dumping result to json 11924 1726884962.89647: done dumping result, returning 11924 1726884962.89649: done running TaskExecutor() for managed_node2/TASK: Set LV stripe size [0affc8a3-6f6f-f4c0-2290-0000000042b0] 11924 1726884962.89651: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000042b0 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884962.89790: no more pending results, returning what we have 11924 1726884962.89793: results queue empty 11924 1726884962.89794: checking for any_errors_fatal 11924 1726884962.89804: done checking for any_errors_fatal 11924 1726884962.89805: checking for max_fail_percentage 11924 1726884962.89808: done checking for max_fail_percentage 11924 1726884962.89809: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.89810: done checking to see if all hosts have failed 11924 1726884962.89810: getting the remaining hosts for this loop 11924 1726884962.89815: done getting the remaining hosts for this loop 11924 1726884962.89820: getting the next task for host managed_node2 11924 1726884962.89830: done getting next task for host managed_node2 11924 1726884962.89833: ^ task is: TASK: Parse the requested stripe size 11924 1726884962.89840: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884962.90157: getting variables 11924 1726884962.90160: in VariableManager get_vars() 11924 1726884962.90196: Calling all_inventory to load vars for managed_node2 11924 1726884962.90199: Calling groups_inventory to load vars for managed_node2 11924 1726884962.90202: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.90216: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.90219: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.90222: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.90877: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000042b0 11924 1726884962.90880: WORKER PROCESS EXITING 11924 1726884962.91532: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.92833: done with get_vars() 11924 1726884962.92876: 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 22:16:02 -0400 (0:00:00.062) 0:02:08.268 ****** 11924 1726884962.92983: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884962.93406: worker is 1 (out of 1 available) 11924 1726884962.93423: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884962.93437: done queuing things up, now waiting for results queue to drain 11924 1726884962.93439: waiting for pending results... 11924 1726884962.93734: running TaskExecutor() for managed_node2/TASK: Parse the requested stripe size 11924 1726884962.93888: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000042b1 11924 1726884962.93915: variable 'ansible_search_path' from source: unknown 11924 1726884962.94035: calling self._execute() 11924 1726884962.94113: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.94124: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.94143: variable 'omit' from source: magic vars 11924 1726884962.94630: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884962.94967: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884962.95026: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884962.95067: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884962.95106: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884962.95210: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884962.95344: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884962.95348: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884962.95350: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884962.95461: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884962.95501: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884962.95508: when evaluation is False, skipping this task 11924 1726884962.95516: _execute() done 11924 1726884962.95525: dumping result to json 11924 1726884962.95533: done dumping result, returning 11924 1726884962.95544: done running TaskExecutor() for managed_node2/TASK: Parse the requested stripe size [0affc8a3-6f6f-f4c0-2290-0000000042b1] 11924 1726884962.95759: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000042b1 11924 1726884962.95839: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000042b1 11924 1726884962.95843: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884962.95908: no more pending results, returning what we have 11924 1726884962.95913: results queue empty 11924 1726884962.95914: checking for any_errors_fatal 11924 1726884962.95925: done checking for any_errors_fatal 11924 1726884962.95927: checking for max_fail_percentage 11924 1726884962.95928: done checking for max_fail_percentage 11924 1726884962.95929: checking to see if all hosts have failed and the running result is not ok 11924 1726884962.95930: done checking to see if all hosts have failed 11924 1726884962.95931: getting the remaining hosts for this loop 11924 1726884962.95933: done getting the remaining hosts for this loop 11924 1726884962.95938: getting the next task for host managed_node2 11924 1726884962.95946: done getting next task for host managed_node2 11924 1726884962.95949: ^ task is: TASK: Set expected stripe size 11924 1726884962.95958: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884962.95968: getting variables 11924 1726884962.95970: in VariableManager get_vars() 11924 1726884962.96010: Calling all_inventory to load vars for managed_node2 11924 1726884962.96013: Calling groups_inventory to load vars for managed_node2 11924 1726884962.96017: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884962.96028: Calling all_plugins_play to load vars for managed_node2 11924 1726884962.96031: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884962.96034: Calling groups_plugins_play to load vars for managed_node2 11924 1726884962.96880: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884962.97625: done with get_vars() 11924 1726884962.97650: done getting variables 11924 1726884962.97724: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:02 -0400 (0:00:00.047) 0:02:08.316 ****** 11924 1726884962.97765: entering _queue_task() for managed_node2/set_fact 11924 1726884962.98099: worker is 1 (out of 1 available) 11924 1726884962.98113: exiting _queue_task() for managed_node2/set_fact 11924 1726884962.98241: done queuing things up, now waiting for results queue to drain 11924 1726884962.98244: waiting for pending results... 11924 1726884962.98581: running TaskExecutor() for managed_node2/TASK: Set expected stripe size 11924 1726884962.98631: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000042b2 11924 1726884962.98653: variable 'ansible_search_path' from source: unknown 11924 1726884962.98703: calling self._execute() 11924 1726884962.98839: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884962.98853: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884962.98872: variable 'omit' from source: magic vars 11924 1726884962.99294: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884962.99890: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884962.99932: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884963.00009: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884963.00051: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884963.00148: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884963.00181: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884963.00221: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884963.00253: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884963.00422: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884963.00430: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884963.00437: when evaluation is False, skipping this task 11924 1726884963.00443: _execute() done 11924 1726884963.00449: dumping result to json 11924 1726884963.00456: done dumping result, returning 11924 1726884963.00466: done running TaskExecutor() for managed_node2/TASK: Set expected stripe size [0affc8a3-6f6f-f4c0-2290-0000000042b2] 11924 1726884963.00530: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000042b2 11924 1726884963.00609: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000042b2 11924 1726884963.00613: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884963.00686: no more pending results, returning what we have 11924 1726884963.00690: results queue empty 11924 1726884963.00691: checking for any_errors_fatal 11924 1726884963.00699: done checking for any_errors_fatal 11924 1726884963.00699: checking for max_fail_percentage 11924 1726884963.00701: done checking for max_fail_percentage 11924 1726884963.00702: checking to see if all hosts have failed and the running result is not ok 11924 1726884963.00703: done checking to see if all hosts have failed 11924 1726884963.00704: getting the remaining hosts for this loop 11924 1726884963.00706: done getting the remaining hosts for this loop 11924 1726884963.00710: getting the next task for host managed_node2 11924 1726884963.00719: done getting next task for host managed_node2 11924 1726884963.00723: ^ task is: TASK: Check stripe size 11924 1726884963.00730: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884963.00734: getting variables 11924 1726884963.00736: in VariableManager get_vars() 11924 1726884963.00869: Calling all_inventory to load vars for managed_node2 11924 1726884963.00877: Calling groups_inventory to load vars for managed_node2 11924 1726884963.00881: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.00892: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.00895: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.00898: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.01792: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.02502: done with get_vars() 11924 1726884963.02525: done getting variables 11924 1726884963.02596: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:03 -0400 (0:00:00.048) 0:02:08.365 ****** 11924 1726884963.02641: entering _queue_task() for managed_node2/assert 11924 1726884963.02999: worker is 1 (out of 1 available) 11924 1726884963.03127: exiting _queue_task() for managed_node2/assert 11924 1726884963.03139: done queuing things up, now waiting for results queue to drain 11924 1726884963.03141: waiting for pending results... 11924 1726884963.03469: running TaskExecutor() for managed_node2/TASK: Check stripe size 11924 1726884963.03516: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000042b3 11924 1726884963.03539: variable 'ansible_search_path' from source: unknown 11924 1726884963.03587: calling self._execute() 11924 1726884963.03725: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.03736: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.03751: variable 'omit' from source: magic vars 11924 1726884963.04161: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884963.04522: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884963.04581: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884963.04787: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884963.04790: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884963.05175: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884963.05261: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884963.05367: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884963.05527: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884963.05735: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884963.05780: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884963.05828: when evaluation is False, skipping this task 11924 1726884963.05831: _execute() done 11924 1726884963.05837: dumping result to json 11924 1726884963.05840: done dumping result, returning 11924 1726884963.05842: done running TaskExecutor() for managed_node2/TASK: Check stripe size [0affc8a3-6f6f-f4c0-2290-0000000042b3] 11924 1726884963.05844: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000042b3 11924 1726884963.06158: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000042b3 11924 1726884963.06162: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884963.06265: no more pending results, returning what we have 11924 1726884963.06269: results queue empty 11924 1726884963.06270: checking for any_errors_fatal 11924 1726884963.06283: done checking for any_errors_fatal 11924 1726884963.06284: checking for max_fail_percentage 11924 1726884963.06287: done checking for max_fail_percentage 11924 1726884963.06288: checking to see if all hosts have failed and the running result is not ok 11924 1726884963.06288: done checking to see if all hosts have failed 11924 1726884963.06289: getting the remaining hosts for this loop 11924 1726884963.06291: done getting the remaining hosts for this loop 11924 1726884963.06295: getting the next task for host managed_node2 11924 1726884963.06318: done getting next task for host managed_node2 11924 1726884963.06322: ^ task is: TASK: Check Thin Pools 11924 1726884963.06329: ^ 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 11924 1726884963.06336: getting variables 11924 1726884963.06338: in VariableManager get_vars() 11924 1726884963.06851: Calling all_inventory to load vars for managed_node2 11924 1726884963.06854: Calling groups_inventory to load vars for managed_node2 11924 1726884963.06864: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.06879: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.06883: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.06890: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.09482: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.10292: done with get_vars() 11924 1726884963.10310: 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 22:16:03 -0400 (0:00:00.077) 0:02:08.443 ****** 11924 1726884963.10420: entering _queue_task() for managed_node2/include_tasks 11924 1726884963.10893: worker is 1 (out of 1 available) 11924 1726884963.10906: exiting _queue_task() for managed_node2/include_tasks 11924 1726884963.10919: done queuing things up, now waiting for results queue to drain 11924 1726884963.10921: waiting for pending results... 11924 1726884963.11162: running TaskExecutor() for managed_node2/TASK: Check Thin Pools 11924 1726884963.11271: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000406d 11924 1726884963.11285: variable 'ansible_search_path' from source: unknown 11924 1726884963.11363: calling self._execute() 11924 1726884963.11423: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.11427: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.11437: variable 'omit' from source: magic vars 11924 1726884963.11525: _execute() done 11924 1726884963.11529: dumping result to json 11924 1726884963.11532: done dumping result, returning 11924 1726884963.11539: done running TaskExecutor() for managed_node2/TASK: Check Thin Pools [0affc8a3-6f6f-f4c0-2290-00000000406d] 11924 1726884963.11544: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000406d 11924 1726884963.11650: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000406d 11924 1726884963.11653: WORKER PROCESS EXITING 11924 1726884963.11682: no more pending results, returning what we have 11924 1726884963.11688: in VariableManager get_vars() 11924 1726884963.11733: Calling all_inventory to load vars for managed_node2 11924 1726884963.11736: Calling groups_inventory to load vars for managed_node2 11924 1726884963.11739: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.11751: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.11754: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.11760: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.12151: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.12686: done with get_vars() 11924 1726884963.12697: variable 'ansible_search_path' from source: unknown 11924 1726884963.12849: variable 'storage_test_pool_subset' from source: include params 11924 1726884963.12946: we have included files to process 11924 1726884963.12947: generating all_blocks data 11924 1726884963.12950: done generating all_blocks data 11924 1726884963.12960: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884963.12961: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884963.12964: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884963.13090: in VariableManager get_vars() 11924 1726884963.13121: done with get_vars() 11924 1726884963.13140: done processing included file 11924 1726884963.13143: iterating over new_blocks loaded from include file 11924 1726884963.13145: in VariableManager get_vars() 11924 1726884963.13162: done with get_vars() 11924 1726884963.13164: filtering new block on tags 11924 1726884963.13194: done filtering new block on tags 11924 1726884963.13197: 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_node2 11924 1726884963.13202: extending task lists for all hosts with included blocks 11924 1726884963.15627: done extending task lists 11924 1726884963.15628: done processing included files 11924 1726884963.15629: results queue empty 11924 1726884963.15629: checking for any_errors_fatal 11924 1726884963.15632: done checking for any_errors_fatal 11924 1726884963.15633: checking for max_fail_percentage 11924 1726884963.15634: done checking for max_fail_percentage 11924 1726884963.15634: checking to see if all hosts have failed and the running result is not ok 11924 1726884963.15635: done checking to see if all hosts have failed 11924 1726884963.15635: getting the remaining hosts for this loop 11924 1726884963.15637: done getting the remaining hosts for this loop 11924 1726884963.15638: getting the next task for host managed_node2 11924 1726884963.15643: done getting next task for host managed_node2 11924 1726884963.15644: ^ task is: TASK: Validate pool member thinpool settings 11924 1726884963.15648: ^ 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 11924 1726884963.15650: getting variables 11924 1726884963.15651: in VariableManager get_vars() 11924 1726884963.15663: Calling all_inventory to load vars for managed_node2 11924 1726884963.15665: Calling groups_inventory to load vars for managed_node2 11924 1726884963.15666: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.15672: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.15673: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.15675: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.15940: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.16325: done with get_vars() 11924 1726884963.16340: 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 22:16:03 -0400 (0:00:00.059) 0:02:08.503 ****** 11924 1726884963.16418: entering _queue_task() for managed_node2/include_tasks 11924 1726884963.16737: worker is 1 (out of 1 available) 11924 1726884963.16751: exiting _queue_task() for managed_node2/include_tasks 11924 1726884963.16766: done queuing things up, now waiting for results queue to drain 11924 1726884963.16768: waiting for pending results... 11924 1726884963.17022: running TaskExecutor() for managed_node2/TASK: Validate pool member thinpool settings 11924 1726884963.17226: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000042e2 11924 1726884963.17230: variable 'ansible_search_path' from source: unknown 11924 1726884963.17473: variable 'storage_test_pool' from source: include params 11924 1726884963.17748: variable 'omit' from source: magic vars 11924 1726884963.17946: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.17971: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.18004: variable 'omit' from source: magic vars 11924 1726884963.18294: variable 'storage_test_pool' from source: include params 11924 1726884963.18333: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884963.18378: variable 'storage_test_thin_volume' from source: unknown 11924 1726884963.18466: variable 'storage_test_thin_volume' from source: unknown 11924 1726884963.18946: dumping result to json 11924 1726884963.18949: done dumping result, returning 11924 1726884963.18951: done running TaskExecutor() for managed_node2/TASK: Validate pool member thinpool settings [0affc8a3-6f6f-f4c0-2290-0000000042e2] 11924 1726884963.18953: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000042e2 11924 1726884963.19054: no more pending results, returning what we have 11924 1726884963.19061: in VariableManager get_vars() 11924 1726884963.19114: Calling all_inventory to load vars for managed_node2 11924 1726884963.19118: Calling groups_inventory to load vars for managed_node2 11924 1726884963.19122: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.19135: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.19143: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.19148: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.19685: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000042e2 11924 1726884963.19688: WORKER PROCESS EXITING 11924 1726884963.19718: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.20233: done with get_vars() 11924 1726884963.20247: variable 'ansible_search_path' from source: unknown 11924 1726884963.20301: we have included files to process 11924 1726884963.20303: generating all_blocks data 11924 1726884963.20306: done generating all_blocks data 11924 1726884963.20307: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884963.20308: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884963.20311: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884963.20820: done processing included file 11924 1726884963.20823: iterating over new_blocks loaded from include file 11924 1726884963.20824: in VariableManager get_vars() 11924 1726884963.20847: done with get_vars() 11924 1726884963.20849: filtering new block on tags 11924 1726884963.20909: done filtering new block on tags 11924 1726884963.20912: in VariableManager get_vars() 11924 1726884963.20929: done with get_vars() 11924 1726884963.20931: filtering new block on tags 11924 1726884963.20961: done filtering new block on tags 11924 1726884963.20963: 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_node2 => (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': 'unformatted', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884963.20975: extending task lists for all hosts with included blocks 11924 1726884963.21154: done extending task lists 11924 1726884963.21157: done processing included files 11924 1726884963.21157: results queue empty 11924 1726884963.21158: checking for any_errors_fatal 11924 1726884963.21163: done checking for any_errors_fatal 11924 1726884963.21164: checking for max_fail_percentage 11924 1726884963.21165: done checking for max_fail_percentage 11924 1726884963.21166: checking to see if all hosts have failed and the running result is not ok 11924 1726884963.21166: done checking to see if all hosts have failed 11924 1726884963.21167: getting the remaining hosts for this loop 11924 1726884963.21168: done getting the remaining hosts for this loop 11924 1726884963.21171: getting the next task for host managed_node2 11924 1726884963.21176: done getting next task for host managed_node2 11924 1726884963.21178: ^ task is: TASK: Get information about thinpool 11924 1726884963.21183: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884963.21185: getting variables 11924 1726884963.21186: in VariableManager get_vars() 11924 1726884963.21195: Calling all_inventory to load vars for managed_node2 11924 1726884963.21197: Calling groups_inventory to load vars for managed_node2 11924 1726884963.21199: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.21209: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.21211: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.21214: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.21619: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.22207: done with get_vars() 11924 1726884963.22225: done getting variables 11924 1726884963.22271: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:03 -0400 (0:00:00.058) 0:02:08.562 ****** 11924 1726884963.22313: entering _queue_task() for managed_node2/command 11924 1726884963.22698: worker is 1 (out of 1 available) 11924 1726884963.22713: exiting _queue_task() for managed_node2/command 11924 1726884963.22728: done queuing things up, now waiting for results queue to drain 11924 1726884963.22729: waiting for pending results... 11924 1726884963.23000: running TaskExecutor() for managed_node2/TASK: Get information about thinpool 11924 1726884963.23380: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004416 11924 1726884963.23385: variable 'ansible_search_path' from source: unknown 11924 1726884963.23389: calling self._execute() 11924 1726884963.23480: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.23504: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.23525: variable 'omit' from source: magic vars 11924 1726884963.23925: variable 'storage_test_thin_volume' from source: include params 11924 1726884963.23961: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884963.23965: when evaluation is False, skipping this task 11924 1726884963.23968: _execute() done 11924 1726884963.23971: dumping result to json 11924 1726884963.23973: done dumping result, returning 11924 1726884963.23980: done running TaskExecutor() for managed_node2/TASK: Get information about thinpool [0affc8a3-6f6f-f4c0-2290-000000004416] 11924 1726884963.23991: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004416 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884963.24166: no more pending results, returning what we have 11924 1726884963.24170: results queue empty 11924 1726884963.24171: checking for any_errors_fatal 11924 1726884963.24172: done checking for any_errors_fatal 11924 1726884963.24173: checking for max_fail_percentage 11924 1726884963.24175: done checking for max_fail_percentage 11924 1726884963.24176: checking to see if all hosts have failed and the running result is not ok 11924 1726884963.24176: done checking to see if all hosts have failed 11924 1726884963.24177: getting the remaining hosts for this loop 11924 1726884963.24179: done getting the remaining hosts for this loop 11924 1726884963.24182: getting the next task for host managed_node2 11924 1726884963.24193: done getting next task for host managed_node2 11924 1726884963.24196: ^ task is: TASK: Check that volume is in correct thinpool (when thinp name is provided) 11924 1726884963.24204: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884963.24208: getting variables 11924 1726884963.24209: in VariableManager get_vars() 11924 1726884963.24247: Calling all_inventory to load vars for managed_node2 11924 1726884963.24251: Calling groups_inventory to load vars for managed_node2 11924 1726884963.24254: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.24268: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.24272: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.24275: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.25019: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004416 11924 1726884963.25022: WORKER PROCESS EXITING 11924 1726884963.25327: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.25949: done with get_vars() 11924 1726884963.25970: done getting variables 11924 1726884963.26034: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:03 -0400 (0:00:00.037) 0:02:08.599 ****** 11924 1726884963.26074: entering _queue_task() for managed_node2/assert 11924 1726884963.26360: worker is 1 (out of 1 available) 11924 1726884963.26379: exiting _queue_task() for managed_node2/assert 11924 1726884963.26394: done queuing things up, now waiting for results queue to drain 11924 1726884963.26396: waiting for pending results... 11924 1726884963.26591: running TaskExecutor() for managed_node2/TASK: Check that volume is in correct thinpool (when thinp name is provided) 11924 1726884963.26690: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004417 11924 1726884963.26703: variable 'ansible_search_path' from source: unknown 11924 1726884963.26736: calling self._execute() 11924 1726884963.26843: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.26847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.26858: variable 'omit' from source: magic vars 11924 1726884963.27564: variable 'storage_test_thin_volume' from source: include params 11924 1726884963.27567: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884963.27570: when evaluation is False, skipping this task 11924 1726884963.27572: _execute() done 11924 1726884963.27574: dumping result to json 11924 1726884963.27576: done dumping result, returning 11924 1726884963.27579: done running TaskExecutor() for managed_node2/TASK: Check that volume is in correct thinpool (when thinp name is provided) [0affc8a3-6f6f-f4c0-2290-000000004417] 11924 1726884963.27581: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004417 11924 1726884963.27651: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004417 11924 1726884963.27654: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884963.27713: no more pending results, returning what we have 11924 1726884963.27717: results queue empty 11924 1726884963.27718: checking for any_errors_fatal 11924 1726884963.27730: done checking for any_errors_fatal 11924 1726884963.27731: checking for max_fail_percentage 11924 1726884963.27733: done checking for max_fail_percentage 11924 1726884963.27734: checking to see if all hosts have failed and the running result is not ok 11924 1726884963.27734: done checking to see if all hosts have failed 11924 1726884963.27735: getting the remaining hosts for this loop 11924 1726884963.27737: done getting the remaining hosts for this loop 11924 1726884963.27741: getting the next task for host managed_node2 11924 1726884963.27751: done getting next task for host managed_node2 11924 1726884963.27754: ^ task is: TASK: Check that volume is in thinpool (when thinp name is not provided) 11924 1726884963.27766: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884963.27771: getting variables 11924 1726884963.27773: in VariableManager get_vars() 11924 1726884963.27814: Calling all_inventory to load vars for managed_node2 11924 1726884963.27817: Calling groups_inventory to load vars for managed_node2 11924 1726884963.27820: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.27831: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.27834: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.27837: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.28552: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.29293: done with get_vars() 11924 1726884963.29309: done getting variables 11924 1726884963.29454: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:03 -0400 (0:00:00.034) 0:02:08.634 ****** 11924 1726884963.29631: entering _queue_task() for managed_node2/assert 11924 1726884963.30485: worker is 1 (out of 1 available) 11924 1726884963.30506: exiting _queue_task() for managed_node2/assert 11924 1726884963.30524: done queuing things up, now waiting for results queue to drain 11924 1726884963.30526: waiting for pending results... 11924 1726884963.31718: running TaskExecutor() for managed_node2/TASK: Check that volume is in thinpool (when thinp name is not provided) 11924 1726884963.32324: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004418 11924 1726884963.32421: variable 'ansible_search_path' from source: unknown 11924 1726884963.32517: calling self._execute() 11924 1726884963.32717: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.32773: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.32777: variable 'omit' from source: magic vars 11924 1726884963.33888: variable 'storage_test_thin_volume' from source: include params 11924 1726884963.33892: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884963.33895: when evaluation is False, skipping this task 11924 1726884963.33898: _execute() done 11924 1726884963.33901: dumping result to json 11924 1726884963.33903: done dumping result, returning 11924 1726884963.33906: done running TaskExecutor() for managed_node2/TASK: Check that volume is in thinpool (when thinp name is not provided) [0affc8a3-6f6f-f4c0-2290-000000004418] 11924 1726884963.33947: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004418 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884963.34161: no more pending results, returning what we have 11924 1726884963.34166: results queue empty 11924 1726884963.34167: checking for any_errors_fatal 11924 1726884963.34179: done checking for any_errors_fatal 11924 1726884963.34180: checking for max_fail_percentage 11924 1726884963.34182: done checking for max_fail_percentage 11924 1726884963.34183: checking to see if all hosts have failed and the running result is not ok 11924 1726884963.34184: done checking to see if all hosts have failed 11924 1726884963.34185: getting the remaining hosts for this loop 11924 1726884963.34187: done getting the remaining hosts for this loop 11924 1726884963.34191: getting the next task for host managed_node2 11924 1726884963.34206: done getting next task for host managed_node2 11924 1726884963.34209: ^ task is: TASK: Reset variable used by test 11924 1726884963.34226: ^ 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=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884963.34233: getting variables 11924 1726884963.34235: in VariableManager get_vars() 11924 1726884963.34286: Calling all_inventory to load vars for managed_node2 11924 1726884963.34289: Calling groups_inventory to load vars for managed_node2 11924 1726884963.34292: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.34310: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.34317: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.34321: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.35101: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004418 11924 1726884963.35104: WORKER PROCESS EXITING 11924 1726884963.35493: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.36157: done with get_vars() 11924 1726884963.36172: done getting variables 11924 1726884963.36233: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:03 -0400 (0:00:00.067) 0:02:08.701 ****** 11924 1726884963.36269: entering _queue_task() for managed_node2/set_fact 11924 1726884963.36592: worker is 1 (out of 1 available) 11924 1726884963.36605: exiting _queue_task() for managed_node2/set_fact 11924 1726884963.36623: done queuing things up, now waiting for results queue to drain 11924 1726884963.36624: waiting for pending results... 11924 1726884963.36952: running TaskExecutor() for managed_node2/TASK: Reset variable used by test 11924 1726884963.37124: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000441a 11924 1726884963.37144: variable 'ansible_search_path' from source: unknown 11924 1726884963.37551: calling self._execute() 11924 1726884963.37980: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.37984: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.37988: variable 'omit' from source: magic vars 11924 1726884963.38483: variable 'omit' from source: magic vars 11924 1726884963.38607: variable 'omit' from source: magic vars 11924 1726884963.38708: variable 'omit' from source: magic vars 11924 1726884963.38968: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884963.38998: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884963.39059: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884963.39142: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884963.39299: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884963.39303: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884963.39306: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884963.39377: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884963.39389: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.39405: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.39884: Set connection var ansible_shell_executable to /bin/sh 11924 1726884963.39888: Set connection var ansible_connection to ssh 11924 1726884963.39891: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884963.39893: Set connection var ansible_timeout to 10 11924 1726884963.39896: Set connection var ansible_pipelining to False 11924 1726884963.39898: Set connection var ansible_shell_type to sh 11924 1726884963.39900: variable 'ansible_shell_executable' from source: unknown 11924 1726884963.39902: variable 'ansible_connection' from source: unknown 11924 1726884963.39904: variable 'ansible_module_compression' from source: unknown 11924 1726884963.39906: variable 'ansible_shell_type' from source: unknown 11924 1726884963.39908: variable 'ansible_shell_executable' from source: unknown 11924 1726884963.39910: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.39914: variable 'ansible_pipelining' from source: unknown 11924 1726884963.39916: variable 'ansible_timeout' from source: unknown 11924 1726884963.39918: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.40088: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884963.40117: variable 'omit' from source: magic vars 11924 1726884963.40128: starting attempt loop 11924 1726884963.40135: running the handler 11924 1726884963.40152: handler run complete 11924 1726884963.40169: attempt loop complete, returning result 11924 1726884963.40176: _execute() done 11924 1726884963.40182: dumping result to json 11924 1726884963.40188: done dumping result, returning 11924 1726884963.40200: done running TaskExecutor() for managed_node2/TASK: Reset variable used by test [0affc8a3-6f6f-f4c0-2290-00000000441a] 11924 1726884963.40221: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000441a 11924 1726884963.40465: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000441a 11924 1726884963.40468: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } 11924 1726884963.40531: no more pending results, returning what we have 11924 1726884963.40535: results queue empty 11924 1726884963.40535: checking for any_errors_fatal 11924 1726884963.40550: done checking for any_errors_fatal 11924 1726884963.40550: checking for max_fail_percentage 11924 1726884963.40552: done checking for max_fail_percentage 11924 1726884963.40553: checking to see if all hosts have failed and the running result is not ok 11924 1726884963.40554: done checking to see if all hosts have failed 11924 1726884963.40554: getting the remaining hosts for this loop 11924 1726884963.40559: done getting the remaining hosts for this loop 11924 1726884963.40589: getting the next task for host managed_node2 11924 1726884963.40603: done getting next task for host managed_node2 11924 1726884963.40606: ^ task is: TASK: Check member encryption 11924 1726884963.40619: ^ 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 11924 1726884963.40626: getting variables 11924 1726884963.40628: in VariableManager get_vars() 11924 1726884963.40798: Calling all_inventory to load vars for managed_node2 11924 1726884963.40801: Calling groups_inventory to load vars for managed_node2 11924 1726884963.40805: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.40817: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.40820: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.40823: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.41827: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.42488: done with get_vars() 11924 1726884963.42509: 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 22:16:03 -0400 (0:00:00.064) 0:02:08.765 ****** 11924 1726884963.42689: entering _queue_task() for managed_node2/include_tasks 11924 1726884963.43363: worker is 1 (out of 1 available) 11924 1726884963.43376: exiting _queue_task() for managed_node2/include_tasks 11924 1726884963.43391: done queuing things up, now waiting for results queue to drain 11924 1726884963.43393: waiting for pending results... 11924 1726884963.43679: running TaskExecutor() for managed_node2/TASK: Check member encryption 11924 1726884963.43818: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000406e 11924 1726884963.43888: variable 'ansible_search_path' from source: unknown 11924 1726884963.43895: calling self._execute() 11924 1726884963.44033: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.44047: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.44064: variable 'omit' from source: magic vars 11924 1726884963.44198: _execute() done 11924 1726884963.44215: dumping result to json 11924 1726884963.44327: done dumping result, returning 11924 1726884963.44331: done running TaskExecutor() for managed_node2/TASK: Check member encryption [0affc8a3-6f6f-f4c0-2290-00000000406e] 11924 1726884963.44334: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000406e 11924 1726884963.44445: no more pending results, returning what we have 11924 1726884963.44452: in VariableManager get_vars() 11924 1726884963.44502: Calling all_inventory to load vars for managed_node2 11924 1726884963.44505: Calling groups_inventory to load vars for managed_node2 11924 1726884963.44509: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.44531: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.44537: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.44541: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.45272: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000406e 11924 1726884963.45276: WORKER PROCESS EXITING 11924 1726884963.45454: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.46062: done with get_vars() 11924 1726884963.46081: variable 'ansible_search_path' from source: unknown 11924 1726884963.46210: variable 'storage_test_pool_subset' from source: include params 11924 1726884963.46244: we have included files to process 11924 1726884963.46246: generating all_blocks data 11924 1726884963.46248: done generating all_blocks data 11924 1726884963.46258: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884963.46259: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884963.46261: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884963.46510: in VariableManager get_vars() 11924 1726884963.46532: done with get_vars() 11924 1726884963.46577: in VariableManager get_vars() 11924 1726884963.46596: done with get_vars() 11924 1726884963.46686: done processing included file 11924 1726884963.46688: iterating over new_blocks loaded from include file 11924 1726884963.46689: in VariableManager get_vars() 11924 1726884963.46707: done with get_vars() 11924 1726884963.46709: filtering new block on tags 11924 1726884963.46775: done filtering new block on tags 11924 1726884963.46777: 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_node2 11924 1726884963.46782: extending task lists for all hosts with included blocks 11924 1726884963.50616: done extending task lists 11924 1726884963.50618: done processing included files 11924 1726884963.50619: results queue empty 11924 1726884963.50620: checking for any_errors_fatal 11924 1726884963.50623: done checking for any_errors_fatal 11924 1726884963.50624: checking for max_fail_percentage 11924 1726884963.50625: done checking for max_fail_percentage 11924 1726884963.50626: checking to see if all hosts have failed and the running result is not ok 11924 1726884963.50627: done checking to see if all hosts have failed 11924 1726884963.50628: getting the remaining hosts for this loop 11924 1726884963.50629: done getting the remaining hosts for this loop 11924 1726884963.50632: getting the next task for host managed_node2 11924 1726884963.50637: done getting next task for host managed_node2 11924 1726884963.50640: ^ task is: TASK: Set test variables 11924 1726884963.50645: ^ 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 11924 1726884963.50648: getting variables 11924 1726884963.50649: in VariableManager get_vars() 11924 1726884963.50667: Calling all_inventory to load vars for managed_node2 11924 1726884963.50669: Calling groups_inventory to load vars for managed_node2 11924 1726884963.50672: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.50679: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.50681: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.50684: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.51403: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.51736: done with get_vars() 11924 1726884963.51747: done getting variables 11924 1726884963.51781: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:03 -0400 (0:00:00.091) 0:02:08.856 ****** 11924 1726884963.51804: entering _queue_task() for managed_node2/set_fact 11924 1726884963.52120: worker is 1 (out of 1 available) 11924 1726884963.52132: exiting _queue_task() for managed_node2/set_fact 11924 1726884963.52152: done queuing things up, now waiting for results queue to drain 11924 1726884963.52154: waiting for pending results... 11924 1726884963.52613: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884963.52961: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004441 11924 1726884963.52982: variable 'ansible_search_path' from source: unknown 11924 1726884963.53024: calling self._execute() 11924 1726884963.53159: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.53172: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.53188: variable 'omit' from source: magic vars 11924 1726884963.53304: variable 'omit' from source: magic vars 11924 1726884963.53373: variable 'omit' from source: magic vars 11924 1726884963.54261: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884963.56533: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884963.56604: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884963.56645: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884963.56686: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884963.56717: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884963.56861: variable 'storage_test_pool' from source: include params 11924 1726884963.57018: variable 'storage_test_pool' from source: include params 11924 1726884963.57052: variable 'omit' from source: magic vars 11924 1726884963.57377: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884963.57478: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884963.57481: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884963.57483: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884963.57485: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884963.57499: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884963.57519: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884963.57652: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884963.57663: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.57671: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.57790: Set connection var ansible_shell_executable to /bin/sh 11924 1726884963.57821: Set connection var ansible_connection to ssh 11924 1726884963.57832: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884963.57860: Set connection var ansible_timeout to 10 11924 1726884963.57874: Set connection var ansible_pipelining to False 11924 1726884963.57883: Set connection var ansible_shell_type to sh 11924 1726884963.57918: variable 'ansible_shell_executable' from source: unknown 11924 1726884963.57927: variable 'ansible_connection' from source: unknown 11924 1726884963.57934: variable 'ansible_module_compression' from source: unknown 11924 1726884963.57941: variable 'ansible_shell_type' from source: unknown 11924 1726884963.57947: variable 'ansible_shell_executable' from source: unknown 11924 1726884963.57953: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.57962: variable 'ansible_pipelining' from source: unknown 11924 1726884963.57971: variable 'ansible_timeout' from source: unknown 11924 1726884963.57983: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.58102: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884963.58120: variable 'omit' from source: magic vars 11924 1726884963.58130: starting attempt loop 11924 1726884963.58160: running the handler 11924 1726884963.58164: handler run complete 11924 1726884963.58174: attempt loop complete, returning result 11924 1726884963.58181: _execute() done 11924 1726884963.58187: dumping result to json 11924 1726884963.58197: done dumping result, returning 11924 1726884963.58263: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-000000004441] 11924 1726884963.58266: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004441 11924 1726884963.58463: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004441 11924 1726884963.58467: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 11924 1726884963.58529: no more pending results, returning what we have 11924 1726884963.58533: results queue empty 11924 1726884963.58534: checking for any_errors_fatal 11924 1726884963.58535: done checking for any_errors_fatal 11924 1726884963.58536: checking for max_fail_percentage 11924 1726884963.58538: done checking for max_fail_percentage 11924 1726884963.58539: checking to see if all hosts have failed and the running result is not ok 11924 1726884963.58540: done checking to see if all hosts have failed 11924 1726884963.58540: getting the remaining hosts for this loop 11924 1726884963.58542: done getting the remaining hosts for this loop 11924 1726884963.58546: getting the next task for host managed_node2 11924 1726884963.58557: done getting next task for host managed_node2 11924 1726884963.58561: ^ task is: TASK: Validate pool member LUKS settings 11924 1726884963.58569: ^ 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 11924 1726884963.58574: getting variables 11924 1726884963.58576: in VariableManager get_vars() 11924 1726884963.58618: Calling all_inventory to load vars for managed_node2 11924 1726884963.58629: Calling groups_inventory to load vars for managed_node2 11924 1726884963.58633: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.58645: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.58648: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.58650: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.59642: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.60276: done with get_vars() 11924 1726884963.60293: 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 22:16:03 -0400 (0:00:00.085) 0:02:08.942 ****** 11924 1726884963.60393: entering _queue_task() for managed_node2/include_tasks 11924 1726884963.60718: worker is 1 (out of 1 available) 11924 1726884963.60733: exiting _queue_task() for managed_node2/include_tasks 11924 1726884963.60747: done queuing things up, now waiting for results queue to drain 11924 1726884963.60748: waiting for pending results... 11924 1726884963.61145: running TaskExecutor() for managed_node2/TASK: Validate pool member LUKS settings 11924 1726884963.61334: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004442 11924 1726884963.61339: variable 'ansible_search_path' from source: unknown 11924 1726884963.61391: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884963.61661: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884963.61733: variable 'omit' from source: magic vars 11924 1726884963.61924: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.61946: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.61985: variable 'omit' from source: magic vars 11924 1726884963.62287: variable 'storage_test_pool' from source: include params 11924 1726884963.62328: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.encryption): False 11924 1726884963.62370: when evaluation is False, skipping this task 11924 1726884963.62388: variable '_storage_test_pool_member_path' from source: unknown 11924 1726884963.62474: variable '_storage_test_pool_member_path' from source: unknown skipping: [managed_node2] => (item=/dev/sda) => { "_storage_test_pool_member_path": "/dev/sda", "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" } 11924 1726884963.62965: dumping result to json 11924 1726884963.62968: done dumping result, returning 11924 1726884963.62970: done running TaskExecutor() for managed_node2/TASK: Validate pool member LUKS settings [0affc8a3-6f6f-f4c0-2290-000000004442] 11924 1726884963.62973: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004442 11924 1726884963.63017: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004442 11924 1726884963.63020: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 11924 1726884963.63099: no more pending results, returning what we have 11924 1726884963.63103: results queue empty 11924 1726884963.63104: checking for any_errors_fatal 11924 1726884963.63110: done checking for any_errors_fatal 11924 1726884963.63111: checking for max_fail_percentage 11924 1726884963.63113: done checking for max_fail_percentage 11924 1726884963.63114: checking to see if all hosts have failed and the running result is not ok 11924 1726884963.63114: done checking to see if all hosts have failed 11924 1726884963.63115: getting the remaining hosts for this loop 11924 1726884963.63116: done getting the remaining hosts for this loop 11924 1726884963.63120: getting the next task for host managed_node2 11924 1726884963.63127: done getting next task for host managed_node2 11924 1726884963.63130: ^ task is: TASK: Validate pool member crypttab entries 11924 1726884963.63137: ^ 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 11924 1726884963.63141: getting variables 11924 1726884963.63142: in VariableManager get_vars() 11924 1726884963.63179: Calling all_inventory to load vars for managed_node2 11924 1726884963.63182: Calling groups_inventory to load vars for managed_node2 11924 1726884963.63186: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.63196: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.63198: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.63201: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.63882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.64507: done with get_vars() 11924 1726884963.64523: 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 22:16:03 -0400 (0:00:00.042) 0:02:08.985 ****** 11924 1726884963.64636: entering _queue_task() for managed_node2/include_tasks 11924 1726884963.64974: worker is 1 (out of 1 available) 11924 1726884963.64987: exiting _queue_task() for managed_node2/include_tasks 11924 1726884963.65001: done queuing things up, now waiting for results queue to drain 11924 1726884963.65003: waiting for pending results... 11924 1726884963.65327: running TaskExecutor() for managed_node2/TASK: Validate pool member crypttab entries 11924 1726884963.65473: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004444 11924 1726884963.65496: variable 'ansible_search_path' from source: unknown 11924 1726884963.65547: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884963.65802: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884963.65885: variable 'omit' from source: magic vars 11924 1726884963.66024: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.66030: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.66040: variable 'omit' from source: magic vars 11924 1726884963.66229: variable 'storage_test_pool' from source: include params 11924 1726884963.66252: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884963.66280: variable '_storage_test_pool_member_path' from source: unknown 11924 1726884963.66331: variable '_storage_test_pool_member_path' from source: unknown 11924 1726884963.66473: dumping result to json 11924 1726884963.66477: done dumping result, returning 11924 1726884963.66480: done running TaskExecutor() for managed_node2/TASK: Validate pool member crypttab entries [0affc8a3-6f6f-f4c0-2290-000000004444] 11924 1726884963.66483: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004444 11924 1726884963.66714: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004444 11924 1726884963.66718: WORKER PROCESS EXITING 11924 1726884963.66788: no more pending results, returning what we have 11924 1726884963.66793: in VariableManager get_vars() 11924 1726884963.66836: Calling all_inventory to load vars for managed_node2 11924 1726884963.66839: Calling groups_inventory to load vars for managed_node2 11924 1726884963.66842: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.66857: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.66860: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.66864: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.67634: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.68229: done with get_vars() 11924 1726884963.68243: variable 'ansible_search_path' from source: unknown 11924 1726884963.68280: we have included files to process 11924 1726884963.68281: generating all_blocks data 11924 1726884963.68284: done generating all_blocks data 11924 1726884963.68288: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 11924 1726884963.68289: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 11924 1726884963.68292: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-crypttab.yml 11924 1726884963.68804: done processing included file 11924 1726884963.68806: iterating over new_blocks loaded from include file 11924 1726884963.68807: in VariableManager get_vars() 11924 1726884963.68822: done with get_vars() 11924 1726884963.68823: filtering new block on tags 11924 1726884963.68881: done filtering new block on tags 11924 1726884963.68883: 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_node2 => (item=/dev/sda) 11924 1726884963.68888: extending task lists for all hosts with included blocks 11924 1726884963.69138: done extending task lists 11924 1726884963.69139: done processing included files 11924 1726884963.69139: results queue empty 11924 1726884963.69140: checking for any_errors_fatal 11924 1726884963.69143: done checking for any_errors_fatal 11924 1726884963.69144: checking for max_fail_percentage 11924 1726884963.69145: done checking for max_fail_percentage 11924 1726884963.69145: checking to see if all hosts have failed and the running result is not ok 11924 1726884963.69146: done checking to see if all hosts have failed 11924 1726884963.69146: getting the remaining hosts for this loop 11924 1726884963.69147: done getting the remaining hosts for this loop 11924 1726884963.69149: getting the next task for host managed_node2 11924 1726884963.69152: done getting next task for host managed_node2 11924 1726884963.69154: ^ task is: TASK: Set variables used by tests 11924 1726884963.69158: ^ 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? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884963.69160: getting variables 11924 1726884963.69161: in VariableManager get_vars() 11924 1726884963.69168: Calling all_inventory to load vars for managed_node2 11924 1726884963.69169: Calling groups_inventory to load vars for managed_node2 11924 1726884963.69170: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.69174: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.69176: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.69177: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.69450: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.69789: done with get_vars() 11924 1726884963.69799: done getting variables 11924 1726884963.69827: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:03 -0400 (0:00:00.052) 0:02:09.037 ****** 11924 1726884963.69851: entering _queue_task() for managed_node2/set_fact 11924 1726884963.70100: worker is 1 (out of 1 available) 11924 1726884963.70117: exiting _queue_task() for managed_node2/set_fact 11924 1726884963.70132: done queuing things up, now waiting for results queue to drain 11924 1726884963.70133: waiting for pending results... 11924 1726884963.70344: running TaskExecutor() for managed_node2/TASK: Set variables used by tests 11924 1726884963.70551: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004594 11924 1726884963.70560: variable 'ansible_search_path' from source: unknown 11924 1726884963.70571: calling self._execute() 11924 1726884963.70704: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.70720: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.70741: variable 'omit' from source: magic vars 11924 1726884963.70894: variable 'omit' from source: magic vars 11924 1726884963.70986: variable 'omit' from source: magic vars 11924 1726884963.71383: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884963.74499: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884963.75214: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884963.75226: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884963.75268: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884963.75298: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884963.75428: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884963.75445: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884963.75484: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884963.75542: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884963.75647: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884963.75650: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884963.75652: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884963.75680: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884963.75724: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884963.75742: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884963.75831: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884963.75874: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884963.75910: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884963.75959: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884963.75990: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884963.76203: variable 'storage_test_crypttab' from source: set_fact 11924 1726884963.76223: variable '_storage_test_pool_member_path' from source: include params 11924 1726884963.76294: variable 'omit' from source: magic vars 11924 1726884963.76340: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884963.76416: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884963.76419: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884963.76421: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884963.76442: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884963.76458: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884963.76474: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884963.76497: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884963.76500: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.76502: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.76650: Set connection var ansible_shell_executable to /bin/sh 11924 1726884963.76656: Set connection var ansible_connection to ssh 11924 1726884963.76659: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884963.76661: Set connection var ansible_timeout to 10 11924 1726884963.76663: Set connection var ansible_pipelining to False 11924 1726884963.76665: Set connection var ansible_shell_type to sh 11924 1726884963.76667: variable 'ansible_shell_executable' from source: unknown 11924 1726884963.76670: variable 'ansible_connection' from source: unknown 11924 1726884963.76679: variable 'ansible_module_compression' from source: unknown 11924 1726884963.76681: variable 'ansible_shell_type' from source: unknown 11924 1726884963.76684: variable 'ansible_shell_executable' from source: unknown 11924 1726884963.76686: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.76690: variable 'ansible_pipelining' from source: unknown 11924 1726884963.76693: variable 'ansible_timeout' from source: unknown 11924 1726884963.76697: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.76804: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884963.76821: variable 'omit' from source: magic vars 11924 1726884963.76833: starting attempt loop 11924 1726884963.76835: running the handler 11924 1726884963.76838: handler run complete 11924 1726884963.77043: attempt loop complete, returning result 11924 1726884963.77046: _execute() done 11924 1726884963.77048: dumping result to json 11924 1726884963.77050: done dumping result, returning 11924 1726884963.77052: done running TaskExecutor() for managed_node2/TASK: Set variables used by tests [0affc8a3-6f6f-f4c0-2290-000000004594] 11924 1726884963.77053: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004594 11924 1726884963.77120: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004594 11924 1726884963.77123: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [] }, "changed": false } 11924 1726884963.77209: no more pending results, returning what we have 11924 1726884963.77213: results queue empty 11924 1726884963.77214: checking for any_errors_fatal 11924 1726884963.77216: done checking for any_errors_fatal 11924 1726884963.77216: checking for max_fail_percentage 11924 1726884963.77218: done checking for max_fail_percentage 11924 1726884963.77219: checking to see if all hosts have failed and the running result is not ok 11924 1726884963.77220: done checking to see if all hosts have failed 11924 1726884963.77221: getting the remaining hosts for this loop 11924 1726884963.77223: done getting the remaining hosts for this loop 11924 1726884963.77227: getting the next task for host managed_node2 11924 1726884963.77239: done getting next task for host managed_node2 11924 1726884963.77242: ^ task is: TASK: Check for /etc/crypttab entry 11924 1726884963.77249: ^ 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? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884963.77253: getting variables 11924 1726884963.77256: in VariableManager get_vars() 11924 1726884963.77301: Calling all_inventory to load vars for managed_node2 11924 1726884963.77305: Calling groups_inventory to load vars for managed_node2 11924 1726884963.77308: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.77320: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.77323: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.77325: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.78027: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.78386: done with get_vars() 11924 1726884963.78399: done getting variables 11924 1726884963.78470: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:03 -0400 (0:00:00.086) 0:02:09.124 ****** 11924 1726884963.78520: entering _queue_task() for managed_node2/assert 11924 1726884963.78923: worker is 1 (out of 1 available) 11924 1726884963.78942: exiting _queue_task() for managed_node2/assert 11924 1726884963.78958: done queuing things up, now waiting for results queue to drain 11924 1726884963.78959: waiting for pending results... 11924 1726884963.79253: running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry 11924 1726884963.79429: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004595 11924 1726884963.79498: variable 'ansible_search_path' from source: unknown 11924 1726884963.79502: calling self._execute() 11924 1726884963.79697: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.79700: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.79703: variable 'omit' from source: magic vars 11924 1726884963.79806: variable 'omit' from source: magic vars 11924 1726884963.80161: variable 'omit' from source: magic vars 11924 1726884963.80300: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884963.83858: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884963.83954: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884963.84015: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884963.84059: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884963.84105: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884963.84242: variable 'storage_test_pool' from source: include params 11924 1726884963.84279: variable '_storage_test_pool_member_path' from source: include params 11924 1726884963.84343: variable 'omit' from source: magic vars 11924 1726884963.84426: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884963.84430: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884963.84460: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884963.84484: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884963.84501: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884963.84536: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884963.84563: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884963.84649: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884963.84652: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.84654: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.84771: Set connection var ansible_shell_executable to /bin/sh 11924 1726884963.84781: Set connection var ansible_connection to ssh 11924 1726884963.84794: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884963.84865: Set connection var ansible_timeout to 10 11924 1726884963.84871: Set connection var ansible_pipelining to False 11924 1726884963.84874: Set connection var ansible_shell_type to sh 11924 1726884963.84876: variable 'ansible_shell_executable' from source: unknown 11924 1726884963.84878: variable 'ansible_connection' from source: unknown 11924 1726884963.84885: variable 'ansible_module_compression' from source: unknown 11924 1726884963.84893: variable 'ansible_shell_type' from source: unknown 11924 1726884963.84906: variable 'ansible_shell_executable' from source: unknown 11924 1726884963.84914: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.84923: variable 'ansible_pipelining' from source: unknown 11924 1726884963.84932: variable 'ansible_timeout' from source: unknown 11924 1726884963.84941: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.85162: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884963.85166: variable 'omit' from source: magic vars 11924 1726884963.85168: starting attempt loop 11924 1726884963.85171: running the handler 11924 1726884963.85351: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884963.85391: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884963.85439: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884963.85490: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884963.85528: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884963.85590: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884963.85634: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884963.85673: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884963.85721: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884963.85849: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884963.85892: variable '_storage_test_crypttab_entries' from source: set_fact 11924 1726884963.85907: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884963.85928: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 11924 1726884963.85940: handler run complete 11924 1726884963.85980: attempt loop complete, returning result 11924 1726884963.85989: _execute() done 11924 1726884963.85999: dumping result to json 11924 1726884963.86007: done dumping result, returning 11924 1726884963.86021: done running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-f4c0-2290-000000004595] 11924 1726884963.86062: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004595 ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884963.86233: no more pending results, returning what we have 11924 1726884963.86237: results queue empty 11924 1726884963.86246: checking for any_errors_fatal 11924 1726884963.86368: done checking for any_errors_fatal 11924 1726884963.86369: checking for max_fail_percentage 11924 1726884963.86371: done checking for max_fail_percentage 11924 1726884963.86372: checking to see if all hosts have failed and the running result is not ok 11924 1726884963.86373: done checking to see if all hosts have failed 11924 1726884963.86374: getting the remaining hosts for this loop 11924 1726884963.86376: done getting the remaining hosts for this loop 11924 1726884963.86380: getting the next task for host managed_node2 11924 1726884963.86397: done getting next task for host managed_node2 11924 1726884963.86400: ^ task is: TASK: Validate the format of the crypttab entry 11924 1726884963.86406: ^ 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? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884963.86412: getting variables 11924 1726884963.86415: in VariableManager get_vars() 11924 1726884963.86572: Calling all_inventory to load vars for managed_node2 11924 1726884963.86576: Calling groups_inventory to load vars for managed_node2 11924 1726884963.86580: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.86586: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004595 11924 1726884963.86593: WORKER PROCESS EXITING 11924 1726884963.86606: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.86610: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.86614: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.88269: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.89173: done with get_vars() 11924 1726884963.89199: done getting variables 11924 1726884963.89325: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:03 -0400 (0:00:00.108) 0:02:09.233 ****** 11924 1726884963.89421: entering _queue_task() for managed_node2/assert 11924 1726884963.90083: worker is 1 (out of 1 available) 11924 1726884963.90095: exiting _queue_task() for managed_node2/assert 11924 1726884963.90110: done queuing things up, now waiting for results queue to drain 11924 1726884963.90114: waiting for pending results... 11924 1726884963.90351: running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry 11924 1726884963.90542: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004596 11924 1726884963.90885: variable 'ansible_search_path' from source: unknown 11924 1726884963.90889: calling self._execute() 11924 1726884963.90974: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.90989: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.91003: variable 'omit' from source: magic vars 11924 1726884963.91896: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884963.94184: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884963.94279: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884963.94323: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884963.94365: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884963.94413: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884963.94609: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884963.94704: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884963.94812: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884963.95097: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884963.95101: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884963.95321: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884963.95324: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884963.95327: when evaluation is False, skipping this task 11924 1726884963.95329: _execute() done 11924 1726884963.95331: dumping result to json 11924 1726884963.95333: done dumping result, returning 11924 1726884963.95335: done running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-f4c0-2290-000000004596] 11924 1726884963.95337: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004596 skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884963.95605: no more pending results, returning what we have 11924 1726884963.95609: results queue empty 11924 1726884963.95610: checking for any_errors_fatal 11924 1726884963.95620: done checking for any_errors_fatal 11924 1726884963.95621: checking for max_fail_percentage 11924 1726884963.95623: done checking for max_fail_percentage 11924 1726884963.95624: checking to see if all hosts have failed and the running result is not ok 11924 1726884963.95624: done checking to see if all hosts have failed 11924 1726884963.95625: getting the remaining hosts for this loop 11924 1726884963.95627: done getting the remaining hosts for this loop 11924 1726884963.95632: getting the next task for host managed_node2 11924 1726884963.95642: done getting next task for host managed_node2 11924 1726884963.95645: ^ task is: TASK: Check backing device of crypttab entry 11924 1726884963.95652: ^ 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? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884963.95659: getting variables 11924 1726884963.95661: in VariableManager get_vars() 11924 1726884963.95703: Calling all_inventory to load vars for managed_node2 11924 1726884963.95707: Calling groups_inventory to load vars for managed_node2 11924 1726884963.95711: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884963.95721: Calling all_plugins_play to load vars for managed_node2 11924 1726884963.95725: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884963.95728: Calling groups_plugins_play to load vars for managed_node2 11924 1726884963.96369: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004596 11924 1726884963.96373: WORKER PROCESS EXITING 11924 1726884963.96658: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884963.97640: done with get_vars() 11924 1726884963.97661: done getting variables 11924 1726884963.97732: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:03 -0400 (0:00:00.083) 0:02:09.316 ****** 11924 1726884963.97772: entering _queue_task() for managed_node2/assert 11924 1726884963.98148: worker is 1 (out of 1 available) 11924 1726884963.98170: exiting _queue_task() for managed_node2/assert 11924 1726884963.98184: done queuing things up, now waiting for results queue to drain 11924 1726884963.98186: waiting for pending results... 11924 1726884963.98461: running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry 11924 1726884963.98646: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004597 11924 1726884963.98676: variable 'ansible_search_path' from source: unknown 11924 1726884963.98732: calling self._execute() 11924 1726884963.98883: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884963.98902: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884963.98921: variable 'omit' from source: magic vars 11924 1726884963.99405: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884964.02165: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884964.02223: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884964.02285: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884964.02342: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884964.02466: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884964.02470: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884964.02516: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884964.02547: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884964.02597: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884964.02617: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884964.02762: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884964.02803: Evaluated conditional (false and _storage_test_expected_crypttab_entries | int == 1): False 11924 1726884964.02822: when evaluation is False, skipping this task 11924 1726884964.02831: _execute() done 11924 1726884964.02851: dumping result to json 11924 1726884964.02862: done dumping result, returning 11924 1726884964.02874: done running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-f4c0-2290-000000004597] 11924 1726884964.02892: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004597 11924 1726884964.03182: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004597 11924 1726884964.03188: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "false and _storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884964.03261: no more pending results, returning what we have 11924 1726884964.03265: results queue empty 11924 1726884964.03265: checking for any_errors_fatal 11924 1726884964.03279: done checking for any_errors_fatal 11924 1726884964.03282: checking for max_fail_percentage 11924 1726884964.03284: done checking for max_fail_percentage 11924 1726884964.03285: checking to see if all hosts have failed and the running result is not ok 11924 1726884964.03286: done checking to see if all hosts have failed 11924 1726884964.03287: getting the remaining hosts for this loop 11924 1726884964.03289: done getting the remaining hosts for this loop 11924 1726884964.03295: getting the next task for host managed_node2 11924 1726884964.03448: done getting next task for host managed_node2 11924 1726884964.03452: ^ task is: TASK: Check key file of crypttab entry 11924 1726884964.03460: ^ 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? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884964.03464: getting variables 11924 1726884964.03466: in VariableManager get_vars() 11924 1726884964.03509: Calling all_inventory to load vars for managed_node2 11924 1726884964.03580: Calling groups_inventory to load vars for managed_node2 11924 1726884964.03585: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.03595: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.03598: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.03602: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.04708: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.05538: done with get_vars() 11924 1726884964.05594: done getting variables 11924 1726884964.05805: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:04 -0400 (0:00:00.080) 0:02:09.397 ****** 11924 1726884964.05844: entering _queue_task() for managed_node2/assert 11924 1726884964.06581: worker is 1 (out of 1 available) 11924 1726884964.06592: exiting _queue_task() for managed_node2/assert 11924 1726884964.06606: done queuing things up, now waiting for results queue to drain 11924 1726884964.06607: waiting for pending results... 11924 1726884964.06852: running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry 11924 1726884964.07199: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004598 11924 1726884964.07203: variable 'ansible_search_path' from source: unknown 11924 1726884964.07206: calling self._execute() 11924 1726884964.07369: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.07399: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.07408: variable 'omit' from source: magic vars 11924 1726884964.08105: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884964.11106: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884964.11243: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884964.11286: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884964.11351: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884964.11378: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884964.11487: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884964.11557: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884964.11560: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884964.11586: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884964.11605: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884964.11749: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884964.11776: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884964.11780: when evaluation is False, skipping this task 11924 1726884964.11783: _execute() done 11924 1726884964.11786: dumping result to json 11924 1726884964.11788: done dumping result, returning 11924 1726884964.11861: done running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry [0affc8a3-6f6f-f4c0-2290-000000004598] 11924 1726884964.11864: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004598 11924 1726884964.12223: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004598 11924 1726884964.12228: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884964.12288: no more pending results, returning what we have 11924 1726884964.12292: results queue empty 11924 1726884964.12298: checking for any_errors_fatal 11924 1726884964.12315: done checking for any_errors_fatal 11924 1726884964.12316: checking for max_fail_percentage 11924 1726884964.12319: done checking for max_fail_percentage 11924 1726884964.12320: checking to see if all hosts have failed and the running result is not ok 11924 1726884964.12321: done checking to see if all hosts have failed 11924 1726884964.12321: getting the remaining hosts for this loop 11924 1726884964.12324: done getting the remaining hosts for this loop 11924 1726884964.12328: getting the next task for host managed_node2 11924 1726884964.12339: done getting next task for host managed_node2 11924 1726884964.12342: ^ task is: TASK: Clear test variables 11924 1726884964.12349: ^ 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? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884964.12354: getting variables 11924 1726884964.12358: in VariableManager get_vars() 11924 1726884964.12404: Calling all_inventory to load vars for managed_node2 11924 1726884964.12407: Calling groups_inventory to load vars for managed_node2 11924 1726884964.12413: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.12431: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.12435: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.12438: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.13586: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.14450: done with get_vars() 11924 1726884964.14488: done getting variables 11924 1726884964.14551: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:04 -0400 (0:00:00.087) 0:02:09.485 ****** 11924 1726884964.14660: entering _queue_task() for managed_node2/set_fact 11924 1726884964.15192: worker is 1 (out of 1 available) 11924 1726884964.15205: exiting _queue_task() for managed_node2/set_fact 11924 1726884964.15222: done queuing things up, now waiting for results queue to drain 11924 1726884964.15224: waiting for pending results... 11924 1726884964.15598: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884964.15705: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004599 11924 1726884964.15727: variable 'ansible_search_path' from source: unknown 11924 1726884964.15803: calling self._execute() 11924 1726884964.15895: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.15901: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.15909: variable 'omit' from source: magic vars 11924 1726884964.16033: variable 'omit' from source: magic vars 11924 1726884964.16106: variable 'omit' from source: magic vars 11924 1726884964.16148: variable 'omit' from source: magic vars 11924 1726884964.16236: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884964.16240: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884964.16268: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884964.16283: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884964.16295: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884964.16313: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884964.16375: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884964.16379: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884964.16383: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.16385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.16505: Set connection var ansible_shell_executable to /bin/sh 11924 1726884964.16509: Set connection var ansible_connection to ssh 11924 1726884964.16515: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884964.16561: Set connection var ansible_timeout to 10 11924 1726884964.16564: Set connection var ansible_pipelining to False 11924 1726884964.16567: Set connection var ansible_shell_type to sh 11924 1726884964.16569: variable 'ansible_shell_executable' from source: unknown 11924 1726884964.16572: variable 'ansible_connection' from source: unknown 11924 1726884964.16574: variable 'ansible_module_compression' from source: unknown 11924 1726884964.16577: variable 'ansible_shell_type' from source: unknown 11924 1726884964.16579: variable 'ansible_shell_executable' from source: unknown 11924 1726884964.16581: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.16586: variable 'ansible_pipelining' from source: unknown 11924 1726884964.16592: variable 'ansible_timeout' from source: unknown 11924 1726884964.16595: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.16751: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884964.16778: variable 'omit' from source: magic vars 11924 1726884964.16781: starting attempt loop 11924 1726884964.16784: running the handler 11924 1726884964.16787: handler run complete 11924 1726884964.16812: attempt loop complete, returning result 11924 1726884964.16816: _execute() done 11924 1726884964.16818: dumping result to json 11924 1726884964.16820: done dumping result, returning 11924 1726884964.16822: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-000000004599] 11924 1726884964.16824: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004599 11924 1726884964.17026: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004599 11924 1726884964.17030: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null }, "changed": false } 11924 1726884964.17089: no more pending results, returning what we have 11924 1726884964.17093: results queue empty 11924 1726884964.17094: checking for any_errors_fatal 11924 1726884964.17102: done checking for any_errors_fatal 11924 1726884964.17103: checking for max_fail_percentage 11924 1726884964.17105: done checking for max_fail_percentage 11924 1726884964.17106: checking to see if all hosts have failed and the running result is not ok 11924 1726884964.17107: done checking to see if all hosts have failed 11924 1726884964.17108: getting the remaining hosts for this loop 11924 1726884964.17110: done getting the remaining hosts for this loop 11924 1726884964.17117: getting the next task for host managed_node2 11924 1726884964.17128: done getting next task for host managed_node2 11924 1726884964.17131: ^ task is: TASK: Clear test variables 11924 1726884964.17138: ^ 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=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884964.17142: getting variables 11924 1726884964.17144: in VariableManager get_vars() 11924 1726884964.17185: Calling all_inventory to load vars for managed_node2 11924 1726884964.17189: Calling groups_inventory to load vars for managed_node2 11924 1726884964.17192: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.17204: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.17207: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.17210: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.17937: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.18562: done with get_vars() 11924 1726884964.18576: done getting variables 11924 1726884964.18630: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:04 -0400 (0:00:00.040) 0:02:09.525 ****** 11924 1726884964.18668: entering _queue_task() for managed_node2/set_fact 11924 1726884964.18965: worker is 1 (out of 1 available) 11924 1726884964.18978: exiting _queue_task() for managed_node2/set_fact 11924 1726884964.18991: done queuing things up, now waiting for results queue to drain 11924 1726884964.18993: waiting for pending results... 11924 1726884964.19385: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884964.19476: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004446 11924 1726884964.19501: variable 'ansible_search_path' from source: unknown 11924 1726884964.19544: calling self._execute() 11924 1726884964.19674: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.19686: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.19713: variable 'omit' from source: magic vars 11924 1726884964.19840: variable 'omit' from source: magic vars 11924 1726884964.19908: variable 'omit' from source: magic vars 11924 1726884964.19958: variable 'omit' from source: magic vars 11924 1726884964.20006: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884964.20060: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884964.20088: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884964.20114: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884964.20137: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884964.20164: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884964.20246: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884964.20249: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884964.20251: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.20254: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.20362: Set connection var ansible_shell_executable to /bin/sh 11924 1726884964.20368: Set connection var ansible_connection to ssh 11924 1726884964.20377: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884964.20383: Set connection var ansible_timeout to 10 11924 1726884964.20391: Set connection var ansible_pipelining to False 11924 1726884964.20397: Set connection var ansible_shell_type to sh 11924 1726884964.20428: variable 'ansible_shell_executable' from source: unknown 11924 1726884964.20435: variable 'ansible_connection' from source: unknown 11924 1726884964.20440: variable 'ansible_module_compression' from source: unknown 11924 1726884964.20445: variable 'ansible_shell_type' from source: unknown 11924 1726884964.20449: variable 'ansible_shell_executable' from source: unknown 11924 1726884964.20454: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.20467: variable 'ansible_pipelining' from source: unknown 11924 1726884964.20475: variable 'ansible_timeout' from source: unknown 11924 1726884964.20571: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.20647: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884964.20669: variable 'omit' from source: magic vars 11924 1726884964.20685: starting attempt loop 11924 1726884964.20691: running the handler 11924 1726884964.20708: handler run complete 11924 1726884964.20726: attempt loop complete, returning result 11924 1726884964.20734: _execute() done 11924 1726884964.20741: dumping result to json 11924 1726884964.20748: done dumping result, returning 11924 1726884964.20762: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-000000004446] 11924 1726884964.20771: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004446 ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } 11924 1726884964.20954: no more pending results, returning what we have 11924 1726884964.20960: results queue empty 11924 1726884964.20961: checking for any_errors_fatal 11924 1726884964.20969: done checking for any_errors_fatal 11924 1726884964.20970: checking for max_fail_percentage 11924 1726884964.20972: done checking for max_fail_percentage 11924 1726884964.20973: checking to see if all hosts have failed and the running result is not ok 11924 1726884964.20974: done checking to see if all hosts have failed 11924 1726884964.20975: getting the remaining hosts for this loop 11924 1726884964.20977: done getting the remaining hosts for this loop 11924 1726884964.20982: getting the next task for host managed_node2 11924 1726884964.20993: done getting next task for host managed_node2 11924 1726884964.20997: ^ task is: TASK: Check VDO 11924 1726884964.21003: ^ 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 11924 1726884964.21010: getting variables 11924 1726884964.21014: in VariableManager get_vars() 11924 1726884964.21050: Calling all_inventory to load vars for managed_node2 11924 1726884964.21053: Calling groups_inventory to load vars for managed_node2 11924 1726884964.21160: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.21167: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004446 11924 1726884964.21169: WORKER PROCESS EXITING 11924 1726884964.21180: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.21183: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.21186: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.22021: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.22670: done with get_vars() 11924 1726884964.22688: 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 22:16:04 -0400 (0:00:00.041) 0:02:09.566 ****** 11924 1726884964.22787: entering _queue_task() for managed_node2/include_tasks 11924 1726884964.23119: worker is 1 (out of 1 available) 11924 1726884964.23135: exiting _queue_task() for managed_node2/include_tasks 11924 1726884964.23149: done queuing things up, now waiting for results queue to drain 11924 1726884964.23151: waiting for pending results... 11924 1726884964.23499: running TaskExecutor() for managed_node2/TASK: Check VDO 11924 1726884964.23673: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000406f 11924 1726884964.23700: variable 'ansible_search_path' from source: unknown 11924 1726884964.23746: calling self._execute() 11924 1726884964.23889: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.23906: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.23927: variable 'omit' from source: magic vars 11924 1726884964.24062: _execute() done 11924 1726884964.24072: dumping result to json 11924 1726884964.24080: done dumping result, returning 11924 1726884964.24093: done running TaskExecutor() for managed_node2/TASK: Check VDO [0affc8a3-6f6f-f4c0-2290-00000000406f] 11924 1726884964.24104: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000406f 11924 1726884964.24313: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000406f 11924 1726884964.24317: WORKER PROCESS EXITING 11924 1726884964.24364: no more pending results, returning what we have 11924 1726884964.24370: in VariableManager get_vars() 11924 1726884964.24423: Calling all_inventory to load vars for managed_node2 11924 1726884964.24427: Calling groups_inventory to load vars for managed_node2 11924 1726884964.24430: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.24446: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.24450: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.24453: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.25687: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.26277: done with get_vars() 11924 1726884964.26288: variable 'ansible_search_path' from source: unknown 11924 1726884964.26417: variable 'storage_test_pool_subset' from source: include params 11924 1726884964.26450: we have included files to process 11924 1726884964.26451: generating all_blocks data 11924 1726884964.26453: done generating all_blocks data 11924 1726884964.26458: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884964.26459: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884964.26462: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884964.26574: in VariableManager get_vars() 11924 1726884964.26597: done with get_vars() 11924 1726884964.26615: done processing included file 11924 1726884964.26617: iterating over new_blocks loaded from include file 11924 1726884964.26619: in VariableManager get_vars() 11924 1726884964.26634: done with get_vars() 11924 1726884964.26636: filtering new block on tags 11924 1726884964.26665: done filtering new block on tags 11924 1726884964.26668: 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_node2 11924 1726884964.26673: extending task lists for all hosts with included blocks 11924 1726884964.29749: done extending task lists 11924 1726884964.29751: done processing included files 11924 1726884964.29752: results queue empty 11924 1726884964.29752: checking for any_errors_fatal 11924 1726884964.29759: done checking for any_errors_fatal 11924 1726884964.29759: checking for max_fail_percentage 11924 1726884964.29761: done checking for max_fail_percentage 11924 1726884964.29761: checking to see if all hosts have failed and the running result is not ok 11924 1726884964.29762: done checking to see if all hosts have failed 11924 1726884964.29763: getting the remaining hosts for this loop 11924 1726884964.29765: done getting the remaining hosts for this loop 11924 1726884964.29767: getting the next task for host managed_node2 11924 1726884964.29773: done getting next task for host managed_node2 11924 1726884964.29775: ^ task is: TASK: Validate pool member VDO settings 11924 1726884964.29779: ^ 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 11924 1726884964.29782: getting variables 11924 1726884964.29783: in VariableManager get_vars() 11924 1726884964.29796: Calling all_inventory to load vars for managed_node2 11924 1726884964.29798: Calling groups_inventory to load vars for managed_node2 11924 1726884964.29801: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.29808: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.29810: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.29817: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.30254: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.30867: done with get_vars() 11924 1726884964.30885: 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 22:16:04 -0400 (0:00:00.082) 0:02:09.648 ****** 11924 1726884964.30990: entering _queue_task() for managed_node2/include_tasks 11924 1726884964.31367: worker is 1 (out of 1 available) 11924 1726884964.31381: exiting _queue_task() for managed_node2/include_tasks 11924 1726884964.31397: done queuing things up, now waiting for results queue to drain 11924 1726884964.31399: waiting for pending results... 11924 1726884964.31875: running TaskExecutor() for managed_node2/TASK: Validate pool member VDO settings 11924 1726884964.32010: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000045e6 11924 1726884964.32040: variable 'ansible_search_path' from source: unknown 11924 1726884964.32317: variable 'storage_test_pool' from source: include params 11924 1726884964.32587: variable 'omit' from source: magic vars 11924 1726884964.32753: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.32771: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.32795: variable 'omit' from source: magic vars 11924 1726884964.33027: variable 'storage_test_pool' from source: include params 11924 1726884964.33123: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884964.33126: variable 'storage_test_vdo_volume' from source: unknown 11924 1726884964.33174: variable 'storage_test_vdo_volume' from source: unknown 11924 1726884964.33879: dumping result to json 11924 1726884964.33882: done dumping result, returning 11924 1726884964.33884: done running TaskExecutor() for managed_node2/TASK: Validate pool member VDO settings [0affc8a3-6f6f-f4c0-2290-0000000045e6] 11924 1726884964.33887: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000045e6 11924 1726884964.33938: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000045e6 11924 1726884964.33941: WORKER PROCESS EXITING 11924 1726884964.34043: no more pending results, returning what we have 11924 1726884964.34049: in VariableManager get_vars() 11924 1726884964.34093: Calling all_inventory to load vars for managed_node2 11924 1726884964.34096: Calling groups_inventory to load vars for managed_node2 11924 1726884964.34100: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.34114: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.34118: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.34121: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.34779: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.35616: done with get_vars() 11924 1726884964.35630: variable 'ansible_search_path' from source: unknown 11924 1726884964.35681: we have included files to process 11924 1726884964.35682: generating all_blocks data 11924 1726884964.35684: done generating all_blocks data 11924 1726884964.35686: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884964.35687: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884964.35689: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884964.36454: done processing included file 11924 1726884964.36459: iterating over new_blocks loaded from include file 11924 1726884964.36461: in VariableManager get_vars() 11924 1726884964.36480: done with get_vars() 11924 1726884964.36482: filtering new block on tags 11924 1726884964.36580: done filtering new block on tags 11924 1726884964.36584: in VariableManager get_vars() 11924 1726884964.36600: done with get_vars() 11924 1726884964.36601: filtering new block on tags 11924 1726884964.36627: done filtering new block on tags 11924 1726884964.36629: 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_node2 => (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': 'unformatted', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884964.36642: extending task lists for all hosts with included blocks 11924 1726884964.36874: done extending task lists 11924 1726884964.36875: done processing included files 11924 1726884964.36876: results queue empty 11924 1726884964.36877: checking for any_errors_fatal 11924 1726884964.36881: done checking for any_errors_fatal 11924 1726884964.36882: checking for max_fail_percentage 11924 1726884964.36883: done checking for max_fail_percentage 11924 1726884964.36884: checking to see if all hosts have failed and the running result is not ok 11924 1726884964.36885: done checking to see if all hosts have failed 11924 1726884964.36886: getting the remaining hosts for this loop 11924 1726884964.36887: done getting the remaining hosts for this loop 11924 1726884964.36890: getting the next task for host managed_node2 11924 1726884964.36896: done getting next task for host managed_node2 11924 1726884964.36898: ^ task is: TASK: Get information about VDO deduplication 11924 1726884964.36903: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884964.36906: getting variables 11924 1726884964.36907: in VariableManager get_vars() 11924 1726884964.36919: Calling all_inventory to load vars for managed_node2 11924 1726884964.36922: Calling groups_inventory to load vars for managed_node2 11924 1726884964.36924: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.36933: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.36935: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.36937: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.37347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.37966: done with get_vars() 11924 1726884964.37983: done getting variables 11924 1726884964.38031: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:04 -0400 (0:00:00.070) 0:02:09.719 ****** 11924 1726884964.38071: entering _queue_task() for managed_node2/command 11924 1726884964.38449: worker is 1 (out of 1 available) 11924 1726884964.38466: exiting _queue_task() for managed_node2/command 11924 1726884964.38482: done queuing things up, now waiting for results queue to drain 11924 1726884964.38484: waiting for pending results... 11924 1726884964.38902: running TaskExecutor() for managed_node2/TASK: Get information about VDO deduplication 11924 1726884964.39062: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000475e 11924 1726884964.39066: variable 'ansible_search_path' from source: unknown 11924 1726884964.39078: calling self._execute() 11924 1726884964.39206: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.39261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.39264: variable 'omit' from source: magic vars 11924 1726884964.39908: variable 'storage_test_vdo_volume' from source: include params 11924 1726884964.39947: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884964.39957: when evaluation is False, skipping this task 11924 1726884964.39966: _execute() done 11924 1726884964.39975: dumping result to json 11924 1726884964.40027: done dumping result, returning 11924 1726884964.40102: done running TaskExecutor() for managed_node2/TASK: Get information about VDO deduplication [0affc8a3-6f6f-f4c0-2290-00000000475e] 11924 1726884964.40260: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000475e 11924 1726884964.40361: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000475e 11924 1726884964.40365: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884964.40425: no more pending results, returning what we have 11924 1726884964.40429: results queue empty 11924 1726884964.40430: checking for any_errors_fatal 11924 1726884964.40432: done checking for any_errors_fatal 11924 1726884964.40432: checking for max_fail_percentage 11924 1726884964.40435: done checking for max_fail_percentage 11924 1726884964.40436: checking to see if all hosts have failed and the running result is not ok 11924 1726884964.40436: done checking to see if all hosts have failed 11924 1726884964.40437: getting the remaining hosts for this loop 11924 1726884964.40440: done getting the remaining hosts for this loop 11924 1726884964.40444: getting the next task for host managed_node2 11924 1726884964.40457: done getting next task for host managed_node2 11924 1726884964.40459: ^ task is: TASK: Check if VDO deduplication is off 11924 1726884964.40467: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884964.40473: getting variables 11924 1726884964.40475: in VariableManager get_vars() 11924 1726884964.40517: Calling all_inventory to load vars for managed_node2 11924 1726884964.40521: Calling groups_inventory to load vars for managed_node2 11924 1726884964.40525: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.40539: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.40543: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.40547: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.42339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.43546: done with get_vars() 11924 1726884964.43772: done getting variables 11924 1726884964.43833: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:04 -0400 (0:00:00.058) 0:02:09.777 ****** 11924 1726884964.43889: entering _queue_task() for managed_node2/assert 11924 1726884964.44581: worker is 1 (out of 1 available) 11924 1726884964.44592: exiting _queue_task() for managed_node2/assert 11924 1726884964.44604: done queuing things up, now waiting for results queue to drain 11924 1726884964.44606: waiting for pending results... 11924 1726884964.44875: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off 11924 1726884964.44888: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000475f 11924 1726884964.44972: variable 'ansible_search_path' from source: unknown 11924 1726884964.44976: calling self._execute() 11924 1726884964.45080: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.45093: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.45107: variable 'omit' from source: magic vars 11924 1726884964.45572: variable 'storage_test_vdo_volume' from source: include params 11924 1726884964.45604: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884964.45611: when evaluation is False, skipping this task 11924 1726884964.45623: _execute() done 11924 1726884964.45634: dumping result to json 11924 1726884964.45642: done dumping result, returning 11924 1726884964.45653: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-f4c0-2290-00000000475f] 11924 1726884964.45740: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000475f 11924 1726884964.45833: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000475f 11924 1726884964.45837: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884964.45902: no more pending results, returning what we have 11924 1726884964.45907: results queue empty 11924 1726884964.45907: checking for any_errors_fatal 11924 1726884964.45922: done checking for any_errors_fatal 11924 1726884964.45923: checking for max_fail_percentage 11924 1726884964.45925: done checking for max_fail_percentage 11924 1726884964.45926: checking to see if all hosts have failed and the running result is not ok 11924 1726884964.45927: done checking to see if all hosts have failed 11924 1726884964.45927: getting the remaining hosts for this loop 11924 1726884964.45930: done getting the remaining hosts for this loop 11924 1726884964.45934: getting the next task for host managed_node2 11924 1726884964.45946: done getting next task for host managed_node2 11924 1726884964.45949: ^ task is: TASK: Check if VDO deduplication is on 11924 1726884964.45960: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884964.45965: getting variables 11924 1726884964.45968: in VariableManager get_vars() 11924 1726884964.46010: Calling all_inventory to load vars for managed_node2 11924 1726884964.46360: Calling groups_inventory to load vars for managed_node2 11924 1726884964.46365: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.46379: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.46383: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.46386: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.47650: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.48280: done with get_vars() 11924 1726884964.48297: done getting variables 11924 1726884964.48565: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:04 -0400 (0:00:00.047) 0:02:09.824 ****** 11924 1726884964.48603: entering _queue_task() for managed_node2/assert 11924 1726884964.49137: worker is 1 (out of 1 available) 11924 1726884964.49149: exiting _queue_task() for managed_node2/assert 11924 1726884964.49366: done queuing things up, now waiting for results queue to drain 11924 1726884964.49368: waiting for pending results... 11924 1726884964.49876: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on 11924 1726884964.50263: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004760 11924 1726884964.50268: variable 'ansible_search_path' from source: unknown 11924 1726884964.50271: calling self._execute() 11924 1726884964.50660: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.50665: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.50668: variable 'omit' from source: magic vars 11924 1726884964.51406: variable 'storage_test_vdo_volume' from source: include params 11924 1726884964.51445: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884964.51762: when evaluation is False, skipping this task 11924 1726884964.51767: _execute() done 11924 1726884964.51770: dumping result to json 11924 1726884964.51774: done dumping result, returning 11924 1726884964.51777: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-f4c0-2290-000000004760] 11924 1726884964.51780: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004760 11924 1726884964.51961: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004760 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884964.52020: no more pending results, returning what we have 11924 1726884964.52024: results queue empty 11924 1726884964.52025: checking for any_errors_fatal 11924 1726884964.52037: done checking for any_errors_fatal 11924 1726884964.52038: checking for max_fail_percentage 11924 1726884964.52039: done checking for max_fail_percentage 11924 1726884964.52040: checking to see if all hosts have failed and the running result is not ok 11924 1726884964.52041: done checking to see if all hosts have failed 11924 1726884964.52042: getting the remaining hosts for this loop 11924 1726884964.52044: done getting the remaining hosts for this loop 11924 1726884964.52048: getting the next task for host managed_node2 11924 1726884964.52061: done getting next task for host managed_node2 11924 1726884964.52064: ^ task is: TASK: Get information about VDO compression 11924 1726884964.52072: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884964.52078: getting variables 11924 1726884964.52079: in VariableManager get_vars() 11924 1726884964.52125: Calling all_inventory to load vars for managed_node2 11924 1726884964.52127: Calling groups_inventory to load vars for managed_node2 11924 1726884964.52131: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.52142: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.52145: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.52148: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.52363: WORKER PROCESS EXITING 11924 1726884964.53543: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.55005: done with get_vars() 11924 1726884964.55027: done getting variables 11924 1726884964.55208: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:04 -0400 (0:00:00.066) 0:02:09.891 ****** 11924 1726884964.55249: entering _queue_task() for managed_node2/command 11924 1726884964.56136: worker is 1 (out of 1 available) 11924 1726884964.56262: exiting _queue_task() for managed_node2/command 11924 1726884964.56276: done queuing things up, now waiting for results queue to drain 11924 1726884964.56278: waiting for pending results... 11924 1726884964.56735: running TaskExecutor() for managed_node2/TASK: Get information about VDO compression 11924 1726884964.57120: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004761 11924 1726884964.57135: variable 'ansible_search_path' from source: unknown 11924 1726884964.57169: calling self._execute() 11924 1726884964.57406: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.57414: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.57421: variable 'omit' from source: magic vars 11924 1726884964.58886: variable 'storage_test_vdo_volume' from source: include params 11924 1726884964.58919: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884964.58923: when evaluation is False, skipping this task 11924 1726884964.58927: _execute() done 11924 1726884964.58931: dumping result to json 11924 1726884964.58934: done dumping result, returning 11924 1726884964.58936: done running TaskExecutor() for managed_node2/TASK: Get information about VDO compression [0affc8a3-6f6f-f4c0-2290-000000004761] 11924 1726884964.58943: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004761 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884964.59418: no more pending results, returning what we have 11924 1726884964.59423: results queue empty 11924 1726884964.59424: checking for any_errors_fatal 11924 1726884964.59431: done checking for any_errors_fatal 11924 1726884964.59432: checking for max_fail_percentage 11924 1726884964.59434: done checking for max_fail_percentage 11924 1726884964.59435: checking to see if all hosts have failed and the running result is not ok 11924 1726884964.59436: done checking to see if all hosts have failed 11924 1726884964.59436: getting the remaining hosts for this loop 11924 1726884964.59438: done getting the remaining hosts for this loop 11924 1726884964.59442: getting the next task for host managed_node2 11924 1726884964.59459: done getting next task for host managed_node2 11924 1726884964.59462: ^ task is: TASK: Check if VDO deduplication is off 11924 1726884964.59470: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884964.59477: getting variables 11924 1726884964.59479: in VariableManager get_vars() 11924 1726884964.59526: Calling all_inventory to load vars for managed_node2 11924 1726884964.59529: Calling groups_inventory to load vars for managed_node2 11924 1726884964.59533: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.59545: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.59549: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.59552: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.59671: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004761 11924 1726884964.59675: WORKER PROCESS EXITING 11924 1726884964.60896: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.61574: done with get_vars() 11924 1726884964.61593: done getting variables 11924 1726884964.61670: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:04 -0400 (0:00:00.064) 0:02:09.956 ****** 11924 1726884964.61718: entering _queue_task() for managed_node2/assert 11924 1726884964.62110: worker is 1 (out of 1 available) 11924 1726884964.62126: exiting _queue_task() for managed_node2/assert 11924 1726884964.62140: done queuing things up, now waiting for results queue to drain 11924 1726884964.62142: waiting for pending results... 11924 1726884964.62763: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off 11924 1726884964.62916: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004762 11924 1726884964.62938: variable 'ansible_search_path' from source: unknown 11924 1726884964.62984: calling self._execute() 11924 1726884964.63328: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.63341: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.63469: variable 'omit' from source: magic vars 11924 1726884964.64451: variable 'storage_test_vdo_volume' from source: include params 11924 1726884964.64508: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884964.64563: when evaluation is False, skipping this task 11924 1726884964.64570: _execute() done 11924 1726884964.64575: dumping result to json 11924 1726884964.64581: done dumping result, returning 11924 1726884964.64589: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-f4c0-2290-000000004762] 11924 1726884964.64598: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004762 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884964.64898: no more pending results, returning what we have 11924 1726884964.64903: results queue empty 11924 1726884964.64905: checking for any_errors_fatal 11924 1726884964.64919: done checking for any_errors_fatal 11924 1726884964.64920: checking for max_fail_percentage 11924 1726884964.64923: done checking for max_fail_percentage 11924 1726884964.64924: checking to see if all hosts have failed and the running result is not ok 11924 1726884964.64925: done checking to see if all hosts have failed 11924 1726884964.64926: getting the remaining hosts for this loop 11924 1726884964.64928: done getting the remaining hosts for this loop 11924 1726884964.64933: getting the next task for host managed_node2 11924 1726884964.64949: done getting next task for host managed_node2 11924 1726884964.64953: ^ task is: TASK: Check if VDO deduplication is on 11924 1726884964.64963: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884964.64970: getting variables 11924 1726884964.64973: in VariableManager get_vars() 11924 1726884964.65023: Calling all_inventory to load vars for managed_node2 11924 1726884964.65026: Calling groups_inventory to load vars for managed_node2 11924 1726884964.65031: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.65045: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.65166: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.65171: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.65787: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004762 11924 1726884964.65791: WORKER PROCESS EXITING 11924 1726884964.66001: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.67145: done with get_vars() 11924 1726884964.67169: done getting variables 11924 1726884964.67348: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:04 -0400 (0:00:00.056) 0:02:10.012 ****** 11924 1726884964.67387: entering _queue_task() for managed_node2/assert 11924 1726884964.68163: worker is 1 (out of 1 available) 11924 1726884964.68178: exiting _queue_task() for managed_node2/assert 11924 1726884964.68193: done queuing things up, now waiting for results queue to drain 11924 1726884964.68195: waiting for pending results... 11924 1726884964.68866: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on 11924 1726884964.68995: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004763 11924 1726884964.69009: variable 'ansible_search_path' from source: unknown 11924 1726884964.69044: calling self._execute() 11924 1726884964.69172: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.69178: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.69188: variable 'omit' from source: magic vars 11924 1726884964.69642: variable 'storage_test_vdo_volume' from source: include params 11924 1726884964.69674: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884964.69678: when evaluation is False, skipping this task 11924 1726884964.69680: _execute() done 11924 1726884964.69683: dumping result to json 11924 1726884964.69685: done dumping result, returning 11924 1726884964.69694: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-f4c0-2290-000000004763] 11924 1726884964.69697: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004763 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884964.69859: no more pending results, returning what we have 11924 1726884964.69867: results queue empty 11924 1726884964.69868: checking for any_errors_fatal 11924 1726884964.69878: done checking for any_errors_fatal 11924 1726884964.69879: checking for max_fail_percentage 11924 1726884964.69881: done checking for max_fail_percentage 11924 1726884964.69881: checking to see if all hosts have failed and the running result is not ok 11924 1726884964.69882: done checking to see if all hosts have failed 11924 1726884964.69883: getting the remaining hosts for this loop 11924 1726884964.69885: done getting the remaining hosts for this loop 11924 1726884964.69889: getting the next task for host managed_node2 11924 1726884964.69902: done getting next task for host managed_node2 11924 1726884964.69904: ^ task is: TASK: Clear test variables 11924 1726884964.69910: ^ 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=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884964.69917: getting variables 11924 1726884964.69919: in VariableManager get_vars() 11924 1726884964.69958: Calling all_inventory to load vars for managed_node2 11924 1726884964.69961: Calling groups_inventory to load vars for managed_node2 11924 1726884964.69964: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.70084: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.70089: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.70094: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.70848: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004763 11924 1726884964.70851: WORKER PROCESS EXITING 11924 1726884964.71043: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.72072: done with get_vars() 11924 1726884964.72090: done getting variables 11924 1726884964.72148: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:04 -0400 (0:00:00.048) 0:02:10.061 ****** 11924 1726884964.72288: entering _queue_task() for managed_node2/set_fact 11924 1726884964.72640: worker is 1 (out of 1 available) 11924 1726884964.72654: exiting _queue_task() for managed_node2/set_fact 11924 1726884964.72774: done queuing things up, now waiting for results queue to drain 11924 1726884964.72776: waiting for pending results... 11924 1726884964.72987: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884964.73145: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004765 11924 1726884964.73167: variable 'ansible_search_path' from source: unknown 11924 1726884964.73207: calling self._execute() 11924 1726884964.73342: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.73351: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.73366: variable 'omit' from source: magic vars 11924 1726884964.73513: variable 'omit' from source: magic vars 11924 1726884964.73607: variable 'omit' from source: magic vars 11924 1726884964.73645: variable 'omit' from source: magic vars 11924 1726884964.73714: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884964.73779: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884964.73811: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884964.73836: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884964.73860: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884964.73888: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884964.73912: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884964.73949: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884964.73962: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.73971: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.74121: Set connection var ansible_shell_executable to /bin/sh 11924 1726884964.74130: Set connection var ansible_connection to ssh 11924 1726884964.74141: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884964.74150: Set connection var ansible_timeout to 10 11924 1726884964.74162: Set connection var ansible_pipelining to False 11924 1726884964.74172: Set connection var ansible_shell_type to sh 11924 1726884964.74260: variable 'ansible_shell_executable' from source: unknown 11924 1726884964.74263: variable 'ansible_connection' from source: unknown 11924 1726884964.74265: variable 'ansible_module_compression' from source: unknown 11924 1726884964.74268: variable 'ansible_shell_type' from source: unknown 11924 1726884964.74270: variable 'ansible_shell_executable' from source: unknown 11924 1726884964.74272: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.74274: variable 'ansible_pipelining' from source: unknown 11924 1726884964.74275: variable 'ansible_timeout' from source: unknown 11924 1726884964.74277: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.74420: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884964.74441: variable 'omit' from source: magic vars 11924 1726884964.74452: starting attempt loop 11924 1726884964.74461: running the handler 11924 1726884964.74480: handler run complete 11924 1726884964.74660: attempt loop complete, returning result 11924 1726884964.74663: _execute() done 11924 1726884964.74666: dumping result to json 11924 1726884964.74668: done dumping result, returning 11924 1726884964.74671: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-000000004765] 11924 1726884964.74673: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004765 11924 1726884964.74745: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004765 11924 1726884964.74749: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } 11924 1726884964.74816: no more pending results, returning what we have 11924 1726884964.74820: results queue empty 11924 1726884964.74820: checking for any_errors_fatal 11924 1726884964.74830: done checking for any_errors_fatal 11924 1726884964.74831: checking for max_fail_percentage 11924 1726884964.74833: done checking for max_fail_percentage 11924 1726884964.74834: checking to see if all hosts have failed and the running result is not ok 11924 1726884964.74835: done checking to see if all hosts have failed 11924 1726884964.74836: getting the remaining hosts for this loop 11924 1726884964.74838: done getting the remaining hosts for this loop 11924 1726884964.74843: getting the next task for host managed_node2 11924 1726884964.74859: done getting next task for host managed_node2 11924 1726884964.74864: ^ task is: TASK: Check Stratis 11924 1726884964.74869: ^ 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 11924 1726884964.74877: getting variables 11924 1726884964.74879: in VariableManager get_vars() 11924 1726884964.74923: Calling all_inventory to load vars for managed_node2 11924 1726884964.74926: Calling groups_inventory to load vars for managed_node2 11924 1726884964.74930: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.74943: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.74946: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.74949: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.75771: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.77786: done with get_vars() 11924 1726884964.77808: 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 22:16:04 -0400 (0:00:00.056) 0:02:10.118 ****** 11924 1726884964.77911: entering _queue_task() for managed_node2/include_tasks 11924 1726884964.78266: worker is 1 (out of 1 available) 11924 1726884964.78282: exiting _queue_task() for managed_node2/include_tasks 11924 1726884964.78298: done queuing things up, now waiting for results queue to drain 11924 1726884964.78300: waiting for pending results... 11924 1726884964.78777: running TaskExecutor() for managed_node2/TASK: Check Stratis 11924 1726884964.78872: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004070 11924 1726884964.78880: variable 'ansible_search_path' from source: unknown 11924 1726884964.78918: calling self._execute() 11924 1726884964.79070: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.79075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.79113: variable 'omit' from source: magic vars 11924 1726884964.79211: _execute() done 11924 1726884964.79218: dumping result to json 11924 1726884964.79224: done dumping result, returning 11924 1726884964.79227: done running TaskExecutor() for managed_node2/TASK: Check Stratis [0affc8a3-6f6f-f4c0-2290-000000004070] 11924 1726884964.79234: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004070 11924 1726884964.79401: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004070 11924 1726884964.79404: WORKER PROCESS EXITING 11924 1726884964.79463: no more pending results, returning what we have 11924 1726884964.79469: in VariableManager get_vars() 11924 1726884964.79511: Calling all_inventory to load vars for managed_node2 11924 1726884964.79513: Calling groups_inventory to load vars for managed_node2 11924 1726884964.79517: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.79529: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.79532: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.79534: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.80085: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.80667: done with get_vars() 11924 1726884964.80679: variable 'ansible_search_path' from source: unknown 11924 1726884964.80801: variable 'storage_test_pool_subset' from source: include params 11924 1726884964.80830: we have included files to process 11924 1726884964.80831: generating all_blocks data 11924 1726884964.80833: done generating all_blocks data 11924 1726884964.80841: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884964.80842: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884964.80844: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884964.81494: done processing included file 11924 1726884964.81496: iterating over new_blocks loaded from include file 11924 1726884964.81498: in VariableManager get_vars() 11924 1726884964.81514: done with get_vars() 11924 1726884964.81516: filtering new block on tags 11924 1726884964.81601: done filtering new block on tags 11924 1726884964.81606: in VariableManager get_vars() 11924 1726884964.81623: done with get_vars() 11924 1726884964.81625: filtering new block on tags 11924 1726884964.81652: done filtering new block on tags 11924 1726884964.81656: 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_node2 11924 1726884964.81661: extending task lists for all hosts with included blocks 11924 1726884964.85114: done extending task lists 11924 1726884964.85116: done processing included files 11924 1726884964.85117: results queue empty 11924 1726884964.85117: checking for any_errors_fatal 11924 1726884964.85122: done checking for any_errors_fatal 11924 1726884964.85123: checking for max_fail_percentage 11924 1726884964.85125: done checking for max_fail_percentage 11924 1726884964.85125: checking to see if all hosts have failed and the running result is not ok 11924 1726884964.85126: done checking to see if all hosts have failed 11924 1726884964.85127: getting the remaining hosts for this loop 11924 1726884964.85129: done getting the remaining hosts for this loop 11924 1726884964.85131: getting the next task for host managed_node2 11924 1726884964.85137: done getting next task for host managed_node2 11924 1726884964.85139: ^ task is: TASK: Run 'stratis report' 11924 1726884964.85144: ^ 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 11924 1726884964.85147: getting variables 11924 1726884964.85148: in VariableManager get_vars() 11924 1726884964.85166: Calling all_inventory to load vars for managed_node2 11924 1726884964.85170: Calling groups_inventory to load vars for managed_node2 11924 1726884964.85173: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.85180: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.85183: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.85186: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.85673: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.86274: done with get_vars() 11924 1726884964.86292: done getting variables 11924 1726884964.86341: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:04 -0400 (0:00:00.084) 0:02:10.202 ****** 11924 1726884964.86381: entering _queue_task() for managed_node2/command 11924 1726884964.86962: worker is 1 (out of 1 available) 11924 1726884964.86976: exiting _queue_task() for managed_node2/command 11924 1726884964.86988: done queuing things up, now waiting for results queue to drain 11924 1726884964.86990: waiting for pending results... 11924 1726884964.87176: running TaskExecutor() for managed_node2/TASK: Run 'stratis report' 11924 1726884964.87328: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004795 11924 1726884964.87332: variable 'ansible_search_path' from source: unknown 11924 1726884964.87367: calling self._execute() 11924 1726884964.87505: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.87517: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.87532: variable 'omit' from source: magic vars 11924 1726884964.87978: variable 'storage_test_pool' from source: include params 11924 1726884964.87984: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884964.87991: when evaluation is False, skipping this task 11924 1726884964.87998: _execute() done 11924 1726884964.88004: dumping result to json 11924 1726884964.88009: done dumping result, returning 11924 1726884964.88019: done running TaskExecutor() for managed_node2/TASK: Run 'stratis report' [0affc8a3-6f6f-f4c0-2290-000000004795] 11924 1726884964.88028: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004795 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884964.88269: no more pending results, returning what we have 11924 1726884964.88275: results queue empty 11924 1726884964.88276: checking for any_errors_fatal 11924 1726884964.88278: done checking for any_errors_fatal 11924 1726884964.88278: checking for max_fail_percentage 11924 1726884964.88280: done checking for max_fail_percentage 11924 1726884964.88281: checking to see if all hosts have failed and the running result is not ok 11924 1726884964.88282: done checking to see if all hosts have failed 11924 1726884964.88283: getting the remaining hosts for this loop 11924 1726884964.88285: done getting the remaining hosts for this loop 11924 1726884964.88289: getting the next task for host managed_node2 11924 1726884964.88299: done getting next task for host managed_node2 11924 1726884964.88303: ^ task is: TASK: Get information about Stratis 11924 1726884964.88313: ^ 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 11924 1726884964.88317: getting variables 11924 1726884964.88319: in VariableManager get_vars() 11924 1726884964.88360: Calling all_inventory to load vars for managed_node2 11924 1726884964.88363: Calling groups_inventory to load vars for managed_node2 11924 1726884964.88367: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.88380: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.88384: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.88387: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.88998: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004795 11924 1726884964.89001: WORKER PROCESS EXITING 11924 1726884964.89220: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.89788: done with get_vars() 11924 1726884964.89805: done getting variables 11924 1726884964.89875: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:04 -0400 (0:00:00.035) 0:02:10.238 ****** 11924 1726884964.89915: entering _queue_task() for managed_node2/set_fact 11924 1726884964.91228: worker is 1 (out of 1 available) 11924 1726884964.91241: exiting _queue_task() for managed_node2/set_fact 11924 1726884964.91254: done queuing things up, now waiting for results queue to drain 11924 1726884964.91257: waiting for pending results... 11924 1726884964.91801: running TaskExecutor() for managed_node2/TASK: Get information about Stratis 11924 1726884964.92064: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004796 11924 1726884964.92136: variable 'ansible_search_path' from source: unknown 11924 1726884964.92183: calling self._execute() 11924 1726884964.92313: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.92831: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.92835: variable 'omit' from source: magic vars 11924 1726884964.93385: variable 'storage_test_pool' from source: include params 11924 1726884964.93503: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884964.93511: when evaluation is False, skipping this task 11924 1726884964.93519: _execute() done 11924 1726884964.93527: dumping result to json 11924 1726884964.93533: done dumping result, returning 11924 1726884964.93546: done running TaskExecutor() for managed_node2/TASK: Get information about Stratis [0affc8a3-6f6f-f4c0-2290-000000004796] 11924 1726884964.93570: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004796 11924 1726884964.93934: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004796 11924 1726884964.93938: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884964.94038: no more pending results, returning what we have 11924 1726884964.94043: results queue empty 11924 1726884964.94043: checking for any_errors_fatal 11924 1726884964.94057: done checking for any_errors_fatal 11924 1726884964.94058: checking for max_fail_percentage 11924 1726884964.94059: done checking for max_fail_percentage 11924 1726884964.94060: checking to see if all hosts have failed and the running result is not ok 11924 1726884964.94061: done checking to see if all hosts have failed 11924 1726884964.94062: getting the remaining hosts for this loop 11924 1726884964.94064: done getting the remaining hosts for this loop 11924 1726884964.94068: getting the next task for host managed_node2 11924 1726884964.94077: done getting next task for host managed_node2 11924 1726884964.94185: ^ task is: TASK: Verify that the pools was created 11924 1726884964.94199: ^ 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 11924 1726884964.94206: getting variables 11924 1726884964.94208: in VariableManager get_vars() 11924 1726884964.94419: Calling all_inventory to load vars for managed_node2 11924 1726884964.94422: Calling groups_inventory to load vars for managed_node2 11924 1726884964.94426: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884964.94436: Calling all_plugins_play to load vars for managed_node2 11924 1726884964.94439: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884964.94442: Calling groups_plugins_play to load vars for managed_node2 11924 1726884964.95384: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884964.96415: done with get_vars() 11924 1726884964.96473: done getting variables 11924 1726884964.96661: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:04 -0400 (0:00:00.068) 0:02:10.306 ****** 11924 1726884964.96734: entering _queue_task() for managed_node2/assert 11924 1726884964.97925: worker is 1 (out of 1 available) 11924 1726884964.97937: exiting _queue_task() for managed_node2/assert 11924 1726884964.97954: done queuing things up, now waiting for results queue to drain 11924 1726884964.97958: waiting for pending results... 11924 1726884964.98779: running TaskExecutor() for managed_node2/TASK: Verify that the pools was created 11924 1726884964.98942: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004797 11924 1726884964.98958: variable 'ansible_search_path' from source: unknown 11924 1726884964.99000: calling self._execute() 11924 1726884964.99377: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884964.99382: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884964.99385: variable 'omit' from source: magic vars 11924 1726884965.00412: variable 'storage_test_pool' from source: include params 11924 1726884965.00459: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884965.00619: when evaluation is False, skipping this task 11924 1726884965.00623: _execute() done 11924 1726884965.00626: dumping result to json 11924 1726884965.00629: done dumping result, returning 11924 1726884965.00639: done running TaskExecutor() for managed_node2/TASK: Verify that the pools was created [0affc8a3-6f6f-f4c0-2290-000000004797] 11924 1726884965.00740: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004797 11924 1726884965.00816: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004797 11924 1726884965.00819: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884965.00879: no more pending results, returning what we have 11924 1726884965.00883: results queue empty 11924 1726884965.00883: checking for any_errors_fatal 11924 1726884965.00894: done checking for any_errors_fatal 11924 1726884965.00894: checking for max_fail_percentage 11924 1726884965.00896: done checking for max_fail_percentage 11924 1726884965.00897: checking to see if all hosts have failed and the running result is not ok 11924 1726884965.00898: done checking to see if all hosts have failed 11924 1726884965.00899: getting the remaining hosts for this loop 11924 1726884965.00901: done getting the remaining hosts for this loop 11924 1726884965.00906: getting the next task for host managed_node2 11924 1726884965.00920: done getting next task for host managed_node2 11924 1726884965.00923: ^ task is: TASK: Verify that encryption is correctly set 11924 1726884965.00930: ^ 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 11924 1726884965.00934: getting variables 11924 1726884965.00936: in VariableManager get_vars() 11924 1726884965.00982: Calling all_inventory to load vars for managed_node2 11924 1726884965.00985: Calling groups_inventory to load vars for managed_node2 11924 1726884965.00989: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884965.01002: Calling all_plugins_play to load vars for managed_node2 11924 1726884965.01005: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884965.01009: Calling groups_plugins_play to load vars for managed_node2 11924 1726884965.02385: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884965.03751: done with get_vars() 11924 1726884965.03799: done getting variables 11924 1726884965.03979: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:05 -0400 (0:00:00.072) 0:02:10.379 ****** 11924 1726884965.04015: entering _queue_task() for managed_node2/assert 11924 1726884965.04983: worker is 1 (out of 1 available) 11924 1726884965.04998: exiting _queue_task() for managed_node2/assert 11924 1726884965.05014: done queuing things up, now waiting for results queue to drain 11924 1726884965.05016: waiting for pending results... 11924 1726884965.05774: running TaskExecutor() for managed_node2/TASK: Verify that encryption is correctly set 11924 1726884965.05962: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004798 11924 1726884965.05967: variable 'ansible_search_path' from source: unknown 11924 1726884965.05970: calling self._execute() 11924 1726884965.05984: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.05990: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.06001: variable 'omit' from source: magic vars 11924 1726884965.06527: variable 'storage_test_pool' from source: include params 11924 1726884965.06566: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884965.06570: when evaluation is False, skipping this task 11924 1726884965.06572: _execute() done 11924 1726884965.06580: dumping result to json 11924 1726884965.06583: done dumping result, returning 11924 1726884965.06596: done running TaskExecutor() for managed_node2/TASK: Verify that encryption is correctly set [0affc8a3-6f6f-f4c0-2290-000000004798] 11924 1726884965.06602: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004798 11924 1726884965.06710: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004798 11924 1726884965.06715: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884965.06772: no more pending results, returning what we have 11924 1726884965.06777: results queue empty 11924 1726884965.06777: checking for any_errors_fatal 11924 1726884965.06787: done checking for any_errors_fatal 11924 1726884965.06788: checking for max_fail_percentage 11924 1726884965.06790: done checking for max_fail_percentage 11924 1726884965.06791: checking to see if all hosts have failed and the running result is not ok 11924 1726884965.06791: done checking to see if all hosts have failed 11924 1726884965.06792: getting the remaining hosts for this loop 11924 1726884965.06794: done getting the remaining hosts for this loop 11924 1726884965.06798: getting the next task for host managed_node2 11924 1726884965.06816: done getting next task for host managed_node2 11924 1726884965.06819: ^ task is: TASK: Verify that Clevis/Tang encryption is correctly set 11924 1726884965.06828: ^ 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 11924 1726884965.06833: getting variables 11924 1726884965.06835: in VariableManager get_vars() 11924 1726884965.06875: Calling all_inventory to load vars for managed_node2 11924 1726884965.06878: Calling groups_inventory to load vars for managed_node2 11924 1726884965.06881: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884965.06893: Calling all_plugins_play to load vars for managed_node2 11924 1726884965.06896: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884965.06898: Calling groups_plugins_play to load vars for managed_node2 11924 1726884965.07851: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884965.09928: done with get_vars() 11924 1726884965.09951: done getting variables 11924 1726884965.10014: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:05 -0400 (0:00:00.060) 0:02:10.439 ****** 11924 1726884965.10051: entering _queue_task() for managed_node2/assert 11924 1726884965.10735: worker is 1 (out of 1 available) 11924 1726884965.10749: exiting _queue_task() for managed_node2/assert 11924 1726884965.10965: done queuing things up, now waiting for results queue to drain 11924 1726884965.10967: waiting for pending results... 11924 1726884965.11259: running TaskExecutor() for managed_node2/TASK: Verify that Clevis/Tang encryption is correctly set 11924 1726884965.11763: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004799 11924 1726884965.11767: variable 'ansible_search_path' from source: unknown 11924 1726884965.11770: calling self._execute() 11924 1726884965.12063: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.12068: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.12071: variable 'omit' from source: magic vars 11924 1726884965.13019: variable 'storage_test_pool' from source: include params 11924 1726884965.13054: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884965.13060: when evaluation is False, skipping this task 11924 1726884965.13062: _execute() done 11924 1726884965.13065: dumping result to json 11924 1726884965.13067: done dumping result, returning 11924 1726884965.13075: done running TaskExecutor() for managed_node2/TASK: Verify that Clevis/Tang encryption is correctly set [0affc8a3-6f6f-f4c0-2290-000000004799] 11924 1726884965.13082: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004799 11924 1726884965.13198: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004799 11924 1726884965.13202: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884965.13268: no more pending results, returning what we have 11924 1726884965.13272: results queue empty 11924 1726884965.13273: checking for any_errors_fatal 11924 1726884965.13284: done checking for any_errors_fatal 11924 1726884965.13284: checking for max_fail_percentage 11924 1726884965.13286: done checking for max_fail_percentage 11924 1726884965.13287: checking to see if all hosts have failed and the running result is not ok 11924 1726884965.13287: done checking to see if all hosts have failed 11924 1726884965.13288: getting the remaining hosts for this loop 11924 1726884965.13290: done getting the remaining hosts for this loop 11924 1726884965.13294: getting the next task for host managed_node2 11924 1726884965.13307: done getting next task for host managed_node2 11924 1726884965.13309: ^ task is: TASK: Reset variable used by test 11924 1726884965.13319: ^ 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 11924 1726884965.13324: getting variables 11924 1726884965.13326: in VariableManager get_vars() 11924 1726884965.13480: Calling all_inventory to load vars for managed_node2 11924 1726884965.13483: Calling groups_inventory to load vars for managed_node2 11924 1726884965.13487: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884965.13499: Calling all_plugins_play to load vars for managed_node2 11924 1726884965.13502: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884965.13505: Calling groups_plugins_play to load vars for managed_node2 11924 1726884965.14749: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884965.16125: done with get_vars() 11924 1726884965.16146: done getting variables 11924 1726884965.16315: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:05 -0400 (0:00:00.063) 0:02:10.502 ****** 11924 1726884965.16354: entering _queue_task() for managed_node2/set_fact 11924 1726884965.17202: worker is 1 (out of 1 available) 11924 1726884965.17217: exiting _queue_task() for managed_node2/set_fact 11924 1726884965.17230: done queuing things up, now waiting for results queue to drain 11924 1726884965.17232: waiting for pending results... 11924 1726884965.17732: running TaskExecutor() for managed_node2/TASK: Reset variable used by test 11924 1726884965.17809: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000479b 11924 1726884965.17866: variable 'ansible_search_path' from source: unknown 11924 1726884965.17935: calling self._execute() 11924 1726884965.18231: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.18235: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.18261: variable 'omit' from source: magic vars 11924 1726884965.18561: variable 'omit' from source: magic vars 11924 1726884965.18565: variable 'omit' from source: magic vars 11924 1726884965.18715: variable 'omit' from source: magic vars 11924 1726884965.18758: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884965.18923: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884965.18946: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884965.19049: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884965.19123: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884965.19127: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884965.19129: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884965.19230: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884965.19234: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.19237: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.19484: Set connection var ansible_shell_executable to /bin/sh 11924 1726884965.19488: Set connection var ansible_connection to ssh 11924 1726884965.19492: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884965.19499: Set connection var ansible_timeout to 10 11924 1726884965.19505: Set connection var ansible_pipelining to False 11924 1726884965.19513: Set connection var ansible_shell_type to sh 11924 1726884965.19546: variable 'ansible_shell_executable' from source: unknown 11924 1726884965.19699: variable 'ansible_connection' from source: unknown 11924 1726884965.19702: variable 'ansible_module_compression' from source: unknown 11924 1726884965.19706: variable 'ansible_shell_type' from source: unknown 11924 1726884965.19709: variable 'ansible_shell_executable' from source: unknown 11924 1726884965.19713: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.19715: variable 'ansible_pipelining' from source: unknown 11924 1726884965.19718: variable 'ansible_timeout' from source: unknown 11924 1726884965.19720: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.20071: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884965.20083: variable 'omit' from source: magic vars 11924 1726884965.20208: starting attempt loop 11924 1726884965.20215: running the handler 11924 1726884965.20220: handler run complete 11924 1726884965.20231: attempt loop complete, returning result 11924 1726884965.20234: _execute() done 11924 1726884965.20236: dumping result to json 11924 1726884965.20239: done dumping result, returning 11924 1726884965.20248: done running TaskExecutor() for managed_node2/TASK: Reset variable used by test [0affc8a3-6f6f-f4c0-2290-00000000479b] 11924 1726884965.20302: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000479b 11924 1726884965.20381: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000479b 11924 1726884965.20384: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } 11924 1726884965.20480: no more pending results, returning what we have 11924 1726884965.20484: results queue empty 11924 1726884965.20484: checking for any_errors_fatal 11924 1726884965.20496: done checking for any_errors_fatal 11924 1726884965.20497: checking for max_fail_percentage 11924 1726884965.20499: done checking for max_fail_percentage 11924 1726884965.20500: checking to see if all hosts have failed and the running result is not ok 11924 1726884965.20501: done checking to see if all hosts have failed 11924 1726884965.20501: getting the remaining hosts for this loop 11924 1726884965.20503: done getting the remaining hosts for this loop 11924 1726884965.20508: getting the next task for host managed_node2 11924 1726884965.20522: done getting next task for host managed_node2 11924 1726884965.20526: ^ task is: TASK: Clean up test variables 11924 1726884965.20532: ^ 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 11924 1726884965.20539: getting variables 11924 1726884965.20541: in VariableManager get_vars() 11924 1726884965.20583: Calling all_inventory to load vars for managed_node2 11924 1726884965.20586: Calling groups_inventory to load vars for managed_node2 11924 1726884965.20589: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884965.20599: Calling all_plugins_play to load vars for managed_node2 11924 1726884965.20603: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884965.20605: Calling groups_plugins_play to load vars for managed_node2 11924 1726884965.22664: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884965.23904: done with get_vars() 11924 1726884965.23933: done getting variables 11924 1726884965.24203: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:05 -0400 (0:00:00.078) 0:02:10.581 ****** 11924 1726884965.24251: entering _queue_task() for managed_node2/set_fact 11924 1726884965.25042: worker is 1 (out of 1 available) 11924 1726884965.25061: exiting _queue_task() for managed_node2/set_fact 11924 1726884965.25077: done queuing things up, now waiting for results queue to drain 11924 1726884965.25079: waiting for pending results... 11924 1726884965.25785: running TaskExecutor() for managed_node2/TASK: Clean up test variables 11924 1726884965.25990: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004071 11924 1726884965.25996: variable 'ansible_search_path' from source: unknown 11924 1726884965.26000: calling self._execute() 11924 1726884965.26377: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.26381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.26392: variable 'omit' from source: magic vars 11924 1726884965.26643: variable 'omit' from source: magic vars 11924 1726884965.26804: variable 'omit' from source: magic vars 11924 1726884965.26842: variable 'omit' from source: magic vars 11924 1726884965.26987: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884965.26991: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884965.26998: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884965.27077: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884965.27081: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884965.27083: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884965.27086: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884965.27100: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884965.27103: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.27106: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.27229: Set connection var ansible_shell_executable to /bin/sh 11924 1726884965.27232: Set connection var ansible_connection to ssh 11924 1726884965.27237: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884965.27243: Set connection var ansible_timeout to 10 11924 1726884965.27249: Set connection var ansible_pipelining to False 11924 1726884965.27254: Set connection var ansible_shell_type to sh 11924 1726884965.27424: variable 'ansible_shell_executable' from source: unknown 11924 1726884965.27427: variable 'ansible_connection' from source: unknown 11924 1726884965.27430: variable 'ansible_module_compression' from source: unknown 11924 1726884965.27433: variable 'ansible_shell_type' from source: unknown 11924 1726884965.27435: variable 'ansible_shell_executable' from source: unknown 11924 1726884965.27437: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.27439: variable 'ansible_pipelining' from source: unknown 11924 1726884965.27442: variable 'ansible_timeout' from source: unknown 11924 1726884965.27444: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.27537: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884965.27541: variable 'omit' from source: magic vars 11924 1726884965.27543: starting attempt loop 11924 1726884965.27546: running the handler 11924 1726884965.27548: handler run complete 11924 1726884965.27550: attempt loop complete, returning result 11924 1726884965.27552: _execute() done 11924 1726884965.27554: dumping result to json 11924 1726884965.27563: done dumping result, returning 11924 1726884965.27566: done running TaskExecutor() for managed_node2/TASK: Clean up test variables [0affc8a3-6f6f-f4c0-2290-000000004071] 11924 1726884965.27568: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004071 11924 1726884965.27754: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004071 11924 1726884965.27760: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 11924 1726884965.27818: no more pending results, returning what we have 11924 1726884965.27821: results queue empty 11924 1726884965.27822: checking for any_errors_fatal 11924 1726884965.27828: done checking for any_errors_fatal 11924 1726884965.27829: checking for max_fail_percentage 11924 1726884965.27830: done checking for max_fail_percentage 11924 1726884965.27831: checking to see if all hosts have failed and the running result is not ok 11924 1726884965.27832: done checking to see if all hosts have failed 11924 1726884965.27832: getting the remaining hosts for this loop 11924 1726884965.27834: done getting the remaining hosts for this loop 11924 1726884965.27836: getting the next task for host managed_node2 11924 1726884965.27846: done getting next task for host managed_node2 11924 1726884965.27849: ^ task is: TASK: Verify the volumes 11924 1726884965.27853: ^ 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 11924 1726884965.28093: getting variables 11924 1726884965.28099: in VariableManager get_vars() 11924 1726884965.28136: Calling all_inventory to load vars for managed_node2 11924 1726884965.28139: Calling groups_inventory to load vars for managed_node2 11924 1726884965.28145: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884965.28154: Calling all_plugins_play to load vars for managed_node2 11924 1726884965.28163: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884965.28166: Calling groups_plugins_play to load vars for managed_node2 11924 1726884965.28857: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884965.29449: done with get_vars() 11924 1726884965.29466: 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 22:16:05 -0400 (0:00:00.052) 0:02:10.634 ****** 11924 1726884965.29539: entering _queue_task() for managed_node2/include_tasks 11924 1726884965.29797: worker is 1 (out of 1 available) 11924 1726884965.29811: exiting _queue_task() for managed_node2/include_tasks 11924 1726884965.29826: done queuing things up, now waiting for results queue to drain 11924 1726884965.29828: waiting for pending results... 11924 1726884965.30026: running TaskExecutor() for managed_node2/TASK: Verify the volumes 11924 1726884965.30197: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004075 11924 1726884965.30201: variable 'ansible_search_path' from source: unknown 11924 1726884965.30661: variable 'storage_test_pool' from source: include params 11924 1726884965.30687: variable 'omit' from source: magic vars 11924 1726884965.30833: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.30841: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.30851: variable 'omit' from source: magic vars 11924 1726884965.30966: variable 'storage_test_volume' from source: unknown 11924 1726884965.31044: variable 'storage_test_volume' from source: unknown 11924 1726884965.31689: dumping result to json 11924 1726884965.31693: done dumping result, returning 11924 1726884965.31696: done running TaskExecutor() for managed_node2/TASK: Verify the volumes [0affc8a3-6f6f-f4c0-2290-000000004075] 11924 1726884965.31699: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004075 11924 1726884965.31753: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004075 11924 1726884965.31767: WORKER PROCESS EXITING 11924 1726884965.31842: no more pending results, returning what we have 11924 1726884965.31847: in VariableManager get_vars() 11924 1726884965.31890: Calling all_inventory to load vars for managed_node2 11924 1726884965.31893: Calling groups_inventory to load vars for managed_node2 11924 1726884965.31897: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884965.31909: Calling all_plugins_play to load vars for managed_node2 11924 1726884965.31912: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884965.31915: Calling groups_plugins_play to load vars for managed_node2 11924 1726884965.32585: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884965.32925: done with get_vars() 11924 1726884965.32937: variable 'ansible_search_path' from source: unknown 11924 1726884965.33033: variable 'storage_test_pool_subset' from source: include params 11924 1726884965.33068: we have included files to process 11924 1726884965.33069: generating all_blocks data 11924 1726884965.33071: done generating all_blocks data 11924 1726884965.33076: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884965.33077: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884965.33079: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884965.33269: in VariableManager get_vars() 11924 1726884965.33294: done with get_vars() 11924 1726884965.33394: done processing included file 11924 1726884965.33396: iterating over new_blocks loaded from include file 11924 1726884965.33398: in VariableManager get_vars() 11924 1726884965.33416: done with get_vars() 11924 1726884965.33417: filtering new block on tags 11924 1726884965.33470: done filtering new block on tags 11924 1726884965.33472: 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_node2 => (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': 'unformatted', 'mount_options': 'defaults', 'mount_point': None, 'mount_user': None, 'mount_group': None, 'mount_mode': None, 'name': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1', '_kernel_device': '/dev/dm-0', '_raw_kernel_device': '/dev/dm-0'}) 11924 1726884965.33483: extending task lists for all hosts with included blocks 11924 1726884965.33631: done extending task lists 11924 1726884965.33633: done processing included files 11924 1726884965.33633: results queue empty 11924 1726884965.33634: checking for any_errors_fatal 11924 1726884965.33638: done checking for any_errors_fatal 11924 1726884965.33639: checking for max_fail_percentage 11924 1726884965.33640: done checking for max_fail_percentage 11924 1726884965.33641: checking to see if all hosts have failed and the running result is not ok 11924 1726884965.33641: done checking to see if all hosts have failed 11924 1726884965.33642: getting the remaining hosts for this loop 11924 1726884965.33643: done getting the remaining hosts for this loop 11924 1726884965.33646: getting the next task for host managed_node2 11924 1726884965.33651: done getting next task for host managed_node2 11924 1726884965.33653: ^ task is: TASK: Set storage volume test variables 11924 1726884965.33659: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884965.33661: getting variables 11924 1726884965.33662: in VariableManager get_vars() 11924 1726884965.33673: Calling all_inventory to load vars for managed_node2 11924 1726884965.33675: Calling groups_inventory to load vars for managed_node2 11924 1726884965.33677: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884965.33684: Calling all_plugins_play to load vars for managed_node2 11924 1726884965.33686: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884965.33689: Calling groups_plugins_play to load vars for managed_node2 11924 1726884965.34650: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884965.35231: done with get_vars() 11924 1726884965.35251: done getting variables 11924 1726884965.35299: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:05 -0400 (0:00:00.057) 0:02:10.692 ****** 11924 1726884965.35339: entering _queue_task() for managed_node2/set_fact 11924 1726884965.35700: worker is 1 (out of 1 available) 11924 1726884965.35713: exiting _queue_task() for managed_node2/set_fact 11924 1726884965.35728: done queuing things up, now waiting for results queue to drain 11924 1726884965.35729: waiting for pending results... 11924 1726884965.36086: running TaskExecutor() for managed_node2/TASK: Set storage volume test variables 11924 1726884965.36259: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000493b 11924 1726884965.36265: variable 'ansible_search_path' from source: unknown 11924 1726884965.36311: calling self._execute() 11924 1726884965.36417: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.36435: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.36440: variable 'omit' from source: magic vars 11924 1726884965.36597: variable 'omit' from source: magic vars 11924 1726884965.36733: variable 'omit' from source: magic vars 11924 1726884965.37062: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884965.39493: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884965.39571: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884965.39611: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884965.39637: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884965.39667: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884965.39749: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884965.39786: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884965.39806: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884965.39851: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884965.39864: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884965.40059: variable 'storage_test_volume' from source: include params 11924 1726884965.40063: variable 'storage_test_pool' from source: include params 11924 1726884965.40209: variable 'omit' from source: magic vars 11924 1726884965.40212: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884965.40215: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884965.40217: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884965.40219: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884965.40221: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884965.40231: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884965.40248: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884965.40453: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884965.40458: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.40461: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.40463: Set connection var ansible_shell_executable to /bin/sh 11924 1726884965.40466: Set connection var ansible_connection to ssh 11924 1726884965.40468: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884965.40470: Set connection var ansible_timeout to 10 11924 1726884965.40473: Set connection var ansible_pipelining to False 11924 1726884965.40475: Set connection var ansible_shell_type to sh 11924 1726884965.40477: variable 'ansible_shell_executable' from source: unknown 11924 1726884965.40479: variable 'ansible_connection' from source: unknown 11924 1726884965.40481: variable 'ansible_module_compression' from source: unknown 11924 1726884965.40483: variable 'ansible_shell_type' from source: unknown 11924 1726884965.40485: variable 'ansible_shell_executable' from source: unknown 11924 1726884965.40487: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.40489: variable 'ansible_pipelining' from source: unknown 11924 1726884965.40491: variable 'ansible_timeout' from source: unknown 11924 1726884965.40493: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.40861: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884965.40864: variable 'omit' from source: magic vars 11924 1726884965.40866: starting attempt loop 11924 1726884965.40869: running the handler 11924 1726884965.40871: handler run complete 11924 1726884965.40873: attempt loop complete, returning result 11924 1726884965.40875: _execute() done 11924 1726884965.40876: dumping result to json 11924 1726884965.40878: done dumping result, returning 11924 1726884965.40880: done running TaskExecutor() for managed_node2/TASK: Set storage volume test variables [0affc8a3-6f6f-f4c0-2290-00000000493b] 11924 1726884965.40882: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000493b 11924 1726884965.40949: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000493b 11924 1726884965.40952: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_volume_present": true, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 11924 1726884965.41006: no more pending results, returning what we have 11924 1726884965.41009: results queue empty 11924 1726884965.41010: checking for any_errors_fatal 11924 1726884965.41011: done checking for any_errors_fatal 11924 1726884965.41012: checking for max_fail_percentage 11924 1726884965.41013: done checking for max_fail_percentage 11924 1726884965.41014: checking to see if all hosts have failed and the running result is not ok 11924 1726884965.41015: done checking to see if all hosts have failed 11924 1726884965.41015: getting the remaining hosts for this loop 11924 1726884965.41017: done getting the remaining hosts for this loop 11924 1726884965.41020: getting the next task for host managed_node2 11924 1726884965.41027: done getting next task for host managed_node2 11924 1726884965.41030: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 11924 1726884965.41036: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884965.41045: getting variables 11924 1726884965.41046: in VariableManager get_vars() 11924 1726884965.41095: Calling all_inventory to load vars for managed_node2 11924 1726884965.41098: Calling groups_inventory to load vars for managed_node2 11924 1726884965.41101: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884965.41111: Calling all_plugins_play to load vars for managed_node2 11924 1726884965.41114: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884965.41117: Calling groups_plugins_play to load vars for managed_node2 11924 1726884965.42137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884965.42509: done with get_vars() 11924 1726884965.42523: done getting variables 11924 1726884965.42663: 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 22:16:05 -0400 (0:00:00.073) 0:02:10.765 ****** 11924 1726884965.42684: entering _queue_task() for managed_node2/include_tasks 11924 1726884965.42933: worker is 1 (out of 1 available) 11924 1726884965.42947: exiting _queue_task() for managed_node2/include_tasks 11924 1726884965.42963: done queuing things up, now waiting for results queue to drain 11924 1726884965.42964: waiting for pending results... 11924 1726884965.43165: running TaskExecutor() for managed_node2/TASK: Run test verify for {{ storage_test_volume_subset }} 11924 1726884965.43262: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000493c 11924 1726884965.43273: variable 'ansible_search_path' from source: unknown 11924 1726884965.43313: variable '_storage_volume_tests' from source: set_fact 11924 1726884965.43472: variable '_storage_volume_tests' from source: set_fact 11924 1726884965.43535: variable 'omit' from source: magic vars 11924 1726884965.43669: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.43673: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.43763: variable 'omit' from source: magic vars 11924 1726884965.43937: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.43940: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.43961: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.44283: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.44286: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.44289: variable 'omit' from source: magic vars 11924 1726884965.44292: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.44294: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.44296: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.44353: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.44560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.44563: variable 'omit' from source: magic vars 11924 1726884965.44566: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.44568: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.44570: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.44634: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.44638: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.44640: variable 'omit' from source: magic vars 11924 1726884965.44697: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.44743: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.44790: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.45022: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.45025: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.45028: variable 'omit' from source: magic vars 11924 1726884965.45030: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.45032: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.45098: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.45295: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.45299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.45394: variable 'omit' from source: magic vars 11924 1726884965.45401: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.45517: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.45550: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.45726: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.45729: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.45731: variable 'omit' from source: magic vars 11924 1726884965.45837: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.45882: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.45959: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.46052: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.46057: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.46059: variable 'omit' from source: magic vars 11924 1726884965.46179: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.46205: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.46249: variable 'storage_test_volume_subset' from source: unknown 11924 1726884965.46307: dumping result to json 11924 1726884965.46313: done dumping result, returning 11924 1726884965.46321: done running TaskExecutor() for managed_node2/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-f4c0-2290-00000000493c] 11924 1726884965.46324: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000493c 11924 1726884965.46366: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000493c 11924 1726884965.46369: WORKER PROCESS EXITING 11924 1726884965.46473: no more pending results, returning what we have 11924 1726884965.46482: in VariableManager get_vars() 11924 1726884965.46535: Calling all_inventory to load vars for managed_node2 11924 1726884965.46538: Calling groups_inventory to load vars for managed_node2 11924 1726884965.46542: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884965.46559: Calling all_plugins_play to load vars for managed_node2 11924 1726884965.46563: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884965.46566: Calling groups_plugins_play to load vars for managed_node2 11924 1726884965.47247: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884965.47896: done with get_vars() 11924 1726884965.47914: variable 'ansible_search_path' from source: unknown 11924 1726884965.47953: variable 'ansible_search_path' from source: unknown 11924 1726884965.47983: variable 'ansible_search_path' from source: unknown 11924 1726884965.48016: variable 'ansible_search_path' from source: unknown 11924 1726884965.48044: variable 'ansible_search_path' from source: unknown 11924 1726884965.48082: variable 'ansible_search_path' from source: unknown 11924 1726884965.48112: variable 'ansible_search_path' from source: unknown 11924 1726884965.48141: variable 'ansible_search_path' from source: unknown 11924 1726884965.48172: we have included files to process 11924 1726884965.48174: generating all_blocks data 11924 1726884965.48176: done generating all_blocks data 11924 1726884965.48181: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884965.48183: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884965.48187: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884965.49313: done processing included file 11924 1726884965.49316: iterating over new_blocks loaded from include file 11924 1726884965.49318: in VariableManager get_vars() 11924 1726884965.49338: done with get_vars() 11924 1726884965.49340: filtering new block on tags 11924 1726884965.49561: done filtering new block on tags 11924 1726884965.49564: 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_node2 => (item=mount) 11924 1726884965.49569: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884965.49570: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884965.49581: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884965.50102: done processing included file 11924 1726884965.50104: iterating over new_blocks loaded from include file 11924 1726884965.50106: in VariableManager get_vars() 11924 1726884965.50129: done with get_vars() 11924 1726884965.50130: filtering new block on tags 11924 1726884965.50218: done filtering new block on tags 11924 1726884965.50223: 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_node2 => (item=fstab) 11924 1726884965.50244: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884965.50245: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884965.50248: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884965.50488: done processing included file 11924 1726884965.50490: iterating over new_blocks loaded from include file 11924 1726884965.50492: in VariableManager get_vars() 11924 1726884965.50509: done with get_vars() 11924 1726884965.50513: filtering new block on tags 11924 1726884965.50557: done filtering new block on tags 11924 1726884965.50559: 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_node2 => (item=fs) 11924 1726884965.50563: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884965.50564: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884965.50567: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884965.51267: done processing included file 11924 1726884965.51270: iterating over new_blocks loaded from include file 11924 1726884965.51271: in VariableManager get_vars() 11924 1726884965.51289: done with get_vars() 11924 1726884965.51291: filtering new block on tags 11924 1726884965.51403: done filtering new block on tags 11924 1726884965.51406: 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_node2 => (item=device) 11924 1726884965.51409: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884965.51410: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884965.51413: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884965.52807: done processing included file 11924 1726884965.52809: iterating over new_blocks loaded from include file 11924 1726884965.52810: in VariableManager get_vars() 11924 1726884965.52827: done with get_vars() 11924 1726884965.52829: filtering new block on tags 11924 1726884965.53087: done filtering new block on tags 11924 1726884965.53092: 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_node2 => (item=encryption) 11924 1726884965.53096: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884965.53097: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884965.53100: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884965.54196: done processing included file 11924 1726884965.54198: iterating over new_blocks loaded from include file 11924 1726884965.54199: in VariableManager get_vars() 11924 1726884965.54224: done with get_vars() 11924 1726884965.54227: filtering new block on tags 11924 1726884965.54357: done filtering new block on tags 11924 1726884965.54359: 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_node2 => (item=md) 11924 1726884965.54362: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884965.54363: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884965.54365: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884965.56294: done processing included file 11924 1726884965.56295: iterating over new_blocks loaded from include file 11924 1726884965.56296: in VariableManager get_vars() 11924 1726884965.56308: done with get_vars() 11924 1726884965.56310: filtering new block on tags 11924 1726884965.56358: done filtering new block on tags 11924 1726884965.56361: in VariableManager get_vars() 11924 1726884965.56370: done with get_vars() 11924 1726884965.56372: filtering new block on tags 11924 1726884965.56409: done filtering new block on tags 11924 1726884965.56411: in VariableManager get_vars() 11924 1726884965.56423: done with get_vars() 11924 1726884965.56424: filtering new block on tags 11924 1726884965.56758: done filtering new block on tags 11924 1726884965.56762: in VariableManager get_vars() 11924 1726884965.56782: done with get_vars() 11924 1726884965.56784: filtering new block on tags 11924 1726884965.56838: done filtering new block on tags 11924 1726884965.56841: 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_node2 => (item=size) 11924 1726884965.56845: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884965.56846: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884965.56849: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884965.57637: done processing included file 11924 1726884965.57639: iterating over new_blocks loaded from include file 11924 1726884965.57639: in VariableManager get_vars() 11924 1726884965.57650: done with get_vars() 11924 1726884965.57651: filtering new block on tags 11924 1726884965.63252: done filtering new block on tags 11924 1726884965.63254: 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_node2 => (item=cache) 11924 1726884965.63259: extending task lists for all hosts with included blocks 11924 1726884965.63558: done extending task lists 11924 1726884965.63560: done processing included files 11924 1726884965.63561: results queue empty 11924 1726884965.63561: checking for any_errors_fatal 11924 1726884965.63564: done checking for any_errors_fatal 11924 1726884965.63565: checking for max_fail_percentage 11924 1726884965.63567: done checking for max_fail_percentage 11924 1726884965.63568: checking to see if all hosts have failed and the running result is not ok 11924 1726884965.63573: done checking to see if all hosts have failed 11924 1726884965.63574: getting the remaining hosts for this loop 11924 1726884965.63575: done getting the remaining hosts for this loop 11924 1726884965.63577: getting the next task for host managed_node2 11924 1726884965.63580: done getting next task for host managed_node2 11924 1726884965.63582: ^ task is: TASK: Get expected mount device based on device type 11924 1726884965.63584: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884965.63586: getting variables 11924 1726884965.63587: in VariableManager get_vars() 11924 1726884965.63598: Calling all_inventory to load vars for managed_node2 11924 1726884965.63600: Calling groups_inventory to load vars for managed_node2 11924 1726884965.63603: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884965.63609: Calling all_plugins_play to load vars for managed_node2 11924 1726884965.63610: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884965.63613: Calling groups_plugins_play to load vars for managed_node2 11924 1726884965.63951: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884965.64432: done with get_vars() 11924 1726884965.64447: done getting variables 11924 1726884965.64497: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:05 -0400 (0:00:00.218) 0:02:10.984 ****** 11924 1726884965.64534: entering _queue_task() for managed_node2/set_fact 11924 1726884965.64906: worker is 1 (out of 1 available) 11924 1726884965.64921: exiting _queue_task() for managed_node2/set_fact 11924 1726884965.64935: done queuing things up, now waiting for results queue to drain 11924 1726884965.64937: waiting for pending results... 11924 1726884965.65385: running TaskExecutor() for managed_node2/TASK: Get expected mount device based on device type 11924 1726884965.65428: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004967 11924 1726884965.65506: variable 'ansible_search_path' from source: unknown 11924 1726884965.65520: calling self._execute() 11924 1726884965.65693: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.65717: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.65739: variable 'omit' from source: magic vars 11924 1726884965.65881: variable 'omit' from source: magic vars 11924 1726884965.65935: variable 'omit' from source: magic vars 11924 1726884965.66224: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884965.66572: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884965.66782: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884965.66786: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884965.66794: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884965.66798: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884965.66829: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884965.66847: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884965.66875: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884965.66928: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884965.66967: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884965.66971: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884965.67000: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884965.67319: variable '_storage_test_volume_present' from source: set_fact 11924 1726884965.67323: variable 'storage_test_volume' from source: include params 11924 1726884965.67330: variable 'storage_test_pool' from source: include params 11924 1726884965.67333: variable 'omit' from source: magic vars 11924 1726884965.67388: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884965.67392: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884965.67415: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884965.67419: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884965.67441: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884965.67447: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884965.67465: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884965.67505: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884965.67509: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.67513: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.67672: Set connection var ansible_shell_executable to /bin/sh 11924 1726884965.67677: Set connection var ansible_connection to ssh 11924 1726884965.67680: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884965.67682: Set connection var ansible_timeout to 10 11924 1726884965.67685: Set connection var ansible_pipelining to False 11924 1726884965.67687: Set connection var ansible_shell_type to sh 11924 1726884965.67690: variable 'ansible_shell_executable' from source: unknown 11924 1726884965.67695: variable 'ansible_connection' from source: unknown 11924 1726884965.67699: variable 'ansible_module_compression' from source: unknown 11924 1726884965.67701: variable 'ansible_shell_type' from source: unknown 11924 1726884965.67703: variable 'ansible_shell_executable' from source: unknown 11924 1726884965.67711: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.67715: variable 'ansible_pipelining' from source: unknown 11924 1726884965.67717: variable 'ansible_timeout' from source: unknown 11924 1726884965.67719: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.67881: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884965.67885: variable 'omit' from source: magic vars 11924 1726884965.67887: starting attempt loop 11924 1726884965.67890: running the handler 11924 1726884965.67892: handler run complete 11924 1726884965.67894: attempt loop complete, returning result 11924 1726884965.67963: _execute() done 11924 1726884965.67965: dumping result to json 11924 1726884965.68259: done dumping result, returning 11924 1726884965.68264: done running TaskExecutor() for managed_node2/TASK: Get expected mount device based on device type [0affc8a3-6f6f-f4c0-2290-000000004967] 11924 1726884965.68268: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004967 11924 1726884965.68340: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004967 11924 1726884965.68343: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } 11924 1726884965.68404: no more pending results, returning what we have 11924 1726884965.68418: results queue empty 11924 1726884965.68419: checking for any_errors_fatal 11924 1726884965.68421: done checking for any_errors_fatal 11924 1726884965.68421: checking for max_fail_percentage 11924 1726884965.68424: done checking for max_fail_percentage 11924 1726884965.68425: checking to see if all hosts have failed and the running result is not ok 11924 1726884965.68426: done checking to see if all hosts have failed 11924 1726884965.68427: getting the remaining hosts for this loop 11924 1726884965.68429: done getting the remaining hosts for this loop 11924 1726884965.68640: getting the next task for host managed_node2 11924 1726884965.68650: done getting next task for host managed_node2 11924 1726884965.68653: ^ task is: TASK: Set some facts 11924 1726884965.68669: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884965.68674: getting variables 11924 1726884965.68675: in VariableManager get_vars() 11924 1726884965.68709: Calling all_inventory to load vars for managed_node2 11924 1726884965.68715: Calling groups_inventory to load vars for managed_node2 11924 1726884965.68718: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884965.68728: Calling all_plugins_play to load vars for managed_node2 11924 1726884965.68731: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884965.68735: Calling groups_plugins_play to load vars for managed_node2 11924 1726884965.69361: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884965.69873: done with get_vars() 11924 1726884965.69886: done getting variables 11924 1726884965.69927: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:05 -0400 (0:00:00.054) 0:02:11.038 ****** 11924 1726884965.69959: entering _queue_task() for managed_node2/set_fact 11924 1726884965.70241: worker is 1 (out of 1 available) 11924 1726884965.70257: exiting _queue_task() for managed_node2/set_fact 11924 1726884965.70272: done queuing things up, now waiting for results queue to drain 11924 1726884965.70274: waiting for pending results... 11924 1726884965.70539: running TaskExecutor() for managed_node2/TASK: Set some facts 11924 1726884965.70652: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004968 11924 1726884965.70679: variable 'ansible_search_path' from source: unknown 11924 1726884965.70710: calling self._execute() 11924 1726884965.70838: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.70842: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.70860: variable 'omit' from source: magic vars 11924 1726884965.71034: variable 'omit' from source: magic vars 11924 1726884965.71080: variable 'omit' from source: magic vars 11924 1726884965.71584: variable '_storage_test_volume_present' from source: set_fact 11924 1726884965.71587: variable 'storage_test_volume' from source: include params 11924 1726884965.71727: variable 'storage_test_volume' from source: include params 11924 1726884965.71731: variable 'mount_prefix' from source: task vars 11924 1726884965.71918: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884965.74132: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884965.74217: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884965.74251: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884965.74297: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884965.74316: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884965.74409: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884965.74423: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884965.74447: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884965.74493: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884965.74523: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884965.74683: variable '__storage_is_ostree' from source: set_fact 11924 1726884965.74686: variable 'storage_test_volume' from source: include params 11924 1726884965.74721: variable 'omit' from source: magic vars 11924 1726884965.74749: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884965.74777: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884965.74794: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884965.74809: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884965.74819: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884965.74938: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884965.74948: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884965.74951: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884965.74954: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.74960: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.75009: Set connection var ansible_shell_executable to /bin/sh 11924 1726884965.75015: Set connection var ansible_connection to ssh 11924 1726884965.75017: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884965.75020: Set connection var ansible_timeout to 10 11924 1726884965.75023: Set connection var ansible_pipelining to False 11924 1726884965.75061: Set connection var ansible_shell_type to sh 11924 1726884965.75064: variable 'ansible_shell_executable' from source: unknown 11924 1726884965.75066: variable 'ansible_connection' from source: unknown 11924 1726884965.75102: variable 'ansible_module_compression' from source: unknown 11924 1726884965.75108: variable 'ansible_shell_type' from source: unknown 11924 1726884965.75111: variable 'ansible_shell_executable' from source: unknown 11924 1726884965.75116: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.75118: variable 'ansible_pipelining' from source: unknown 11924 1726884965.75120: variable 'ansible_timeout' from source: unknown 11924 1726884965.75123: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.75221: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884965.75224: variable 'omit' from source: magic vars 11924 1726884965.75227: starting attempt loop 11924 1726884965.75229: running the handler 11924 1726884965.75277: handler run complete 11924 1726884965.75282: attempt loop complete, returning result 11924 1726884965.75284: _execute() done 11924 1726884965.75287: dumping result to json 11924 1726884965.75289: done dumping result, returning 11924 1726884965.75291: done running TaskExecutor() for managed_node2/TASK: Set some facts [0affc8a3-6f6f-f4c0-2290-000000004968] 11924 1726884965.75293: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004968 11924 1726884965.75518: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004968 11924 1726884965.75522: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "", "storage_test_swap_expected_matches": "0" }, "changed": false } 11924 1726884965.75609: no more pending results, returning what we have 11924 1726884965.75616: results queue empty 11924 1726884965.75617: checking for any_errors_fatal 11924 1726884965.75627: done checking for any_errors_fatal 11924 1726884965.75628: checking for max_fail_percentage 11924 1726884965.75635: done checking for max_fail_percentage 11924 1726884965.75637: checking to see if all hosts have failed and the running result is not ok 11924 1726884965.75638: done checking to see if all hosts have failed 11924 1726884965.75638: getting the remaining hosts for this loop 11924 1726884965.75773: done getting the remaining hosts for this loop 11924 1726884965.75784: getting the next task for host managed_node2 11924 1726884965.75799: done getting next task for host managed_node2 11924 1726884965.75804: ^ task is: TASK: Get information about the mountpoint directory 11924 1726884965.75813: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884965.75828: getting variables 11924 1726884965.75830: in VariableManager get_vars() 11924 1726884965.76171: Calling all_inventory to load vars for managed_node2 11924 1726884965.76174: Calling groups_inventory to load vars for managed_node2 11924 1726884965.76178: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884965.76195: Calling all_plugins_play to load vars for managed_node2 11924 1726884965.76199: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884965.76203: Calling groups_plugins_play to load vars for managed_node2 11924 1726884965.77968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884965.79043: done with get_vars() 11924 1726884965.79062: 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 22:16:05 -0400 (0:00:00.092) 0:02:11.131 ****** 11924 1726884965.79222: entering _queue_task() for managed_node2/stat 11924 1726884965.79647: worker is 1 (out of 1 available) 11924 1726884965.79663: exiting _queue_task() for managed_node2/stat 11924 1726884965.79679: done queuing things up, now waiting for results queue to drain 11924 1726884965.79680: waiting for pending results... 11924 1726884965.80474: running TaskExecutor() for managed_node2/TASK: Get information about the mountpoint directory 11924 1726884965.80480: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004969 11924 1726884965.80484: variable 'ansible_search_path' from source: unknown 11924 1726884965.80489: calling self._execute() 11924 1726884965.80492: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.80494: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.80496: variable 'omit' from source: magic vars 11924 1726884965.80836: variable '_storage_test_volume_present' from source: set_fact 11924 1726884965.80840: variable 'storage_test_volume' from source: include params 11924 1726884965.80843: 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 11924 1726884965.80846: when evaluation is False, skipping this task 11924 1726884965.80849: _execute() done 11924 1726884965.80851: dumping result to json 11924 1726884965.80854: done dumping result, returning 11924 1726884965.80859: done running TaskExecutor() for managed_node2/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-f4c0-2290-000000004969] 11924 1726884965.80861: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004969 11924 1726884965.81007: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004969 11924 1726884965.81010: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884965.81096: no more pending results, returning what we have 11924 1726884965.81099: results queue empty 11924 1726884965.81100: checking for any_errors_fatal 11924 1726884965.81107: done checking for any_errors_fatal 11924 1726884965.81107: checking for max_fail_percentage 11924 1726884965.81109: done checking for max_fail_percentage 11924 1726884965.81109: checking to see if all hosts have failed and the running result is not ok 11924 1726884965.81110: done checking to see if all hosts have failed 11924 1726884965.81113: getting the remaining hosts for this loop 11924 1726884965.81115: done getting the remaining hosts for this loop 11924 1726884965.81118: getting the next task for host managed_node2 11924 1726884965.81126: done getting next task for host managed_node2 11924 1726884965.81128: ^ task is: TASK: Verify the current mount state by device 11924 1726884965.81135: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884965.81138: getting variables 11924 1726884965.81140: in VariableManager get_vars() 11924 1726884965.81352: Calling all_inventory to load vars for managed_node2 11924 1726884965.81359: Calling groups_inventory to load vars for managed_node2 11924 1726884965.81362: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884965.81372: Calling all_plugins_play to load vars for managed_node2 11924 1726884965.81375: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884965.81378: Calling groups_plugins_play to load vars for managed_node2 11924 1726884965.81935: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884965.82548: done with get_vars() 11924 1726884965.82564: done getting variables 11924 1726884965.82614: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:16:05 -0400 (0:00:00.034) 0:02:11.165 ****** 11924 1726884965.82646: entering _queue_task() for managed_node2/assert 11924 1726884965.83001: worker is 1 (out of 1 available) 11924 1726884965.83018: exiting _queue_task() for managed_node2/assert 11924 1726884965.83032: done queuing things up, now waiting for results queue to drain 11924 1726884965.83034: waiting for pending results... 11924 1726884965.83505: running TaskExecutor() for managed_node2/TASK: Verify the current mount state by device 11924 1726884965.83603: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000496a 11924 1726884965.83661: variable 'ansible_search_path' from source: unknown 11924 1726884965.83665: calling self._execute() 11924 1726884965.83827: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.83840: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.83857: variable 'omit' from source: magic vars 11924 1726884965.84266: variable '_storage_test_volume_present' from source: set_fact 11924 1726884965.84280: Evaluated conditional (_storage_test_volume_present): True 11924 1726884965.84364: variable 'omit' from source: magic vars 11924 1726884965.84367: variable 'omit' from source: magic vars 11924 1726884965.84501: variable 'storage_test_volume' from source: include params 11924 1726884965.84567: variable 'omit' from source: magic vars 11924 1726884965.84627: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884965.84669: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884965.84806: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884965.84810: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884965.84815: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884965.84818: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884965.84821: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884965.84824: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884965.84834: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.84843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.84982: Set connection var ansible_shell_executable to /bin/sh 11924 1726884965.84991: Set connection var ansible_connection to ssh 11924 1726884965.85002: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884965.85015: Set connection var ansible_timeout to 10 11924 1726884965.85031: Set connection var ansible_pipelining to False 11924 1726884965.85043: Set connection var ansible_shell_type to sh 11924 1726884965.85081: variable 'ansible_shell_executable' from source: unknown 11924 1726884965.85131: variable 'ansible_connection' from source: unknown 11924 1726884965.85134: variable 'ansible_module_compression' from source: unknown 11924 1726884965.85136: variable 'ansible_shell_type' from source: unknown 11924 1726884965.85138: variable 'ansible_shell_executable' from source: unknown 11924 1726884965.85140: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.85143: variable 'ansible_pipelining' from source: unknown 11924 1726884965.85144: variable 'ansible_timeout' from source: unknown 11924 1726884965.85147: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.85291: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884965.85310: variable 'omit' from source: magic vars 11924 1726884965.85347: starting attempt loop 11924 1726884965.85350: running the handler 11924 1726884965.85550: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884965.85583: variable 'storage_test_volume' from source: include params 11924 1726884965.85660: variable 'storage_test_mount_expected_mount_point' from source: set_fact 11924 1726884965.85663: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].mountpoint == storage_test_mount_expected_mount_point): True 11924 1726884965.85667: handler run complete 11924 1726884965.85670: attempt loop complete, returning result 11924 1726884965.85672: _execute() done 11924 1726884965.85675: dumping result to json 11924 1726884965.85677: done dumping result, returning 11924 1726884965.85679: done running TaskExecutor() for managed_node2/TASK: Verify the current mount state by device [0affc8a3-6f6f-f4c0-2290-00000000496a] 11924 1726884965.85681: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000496a 11924 1726884965.85873: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000496a 11924 1726884965.85876: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884965.85934: no more pending results, returning what we have 11924 1726884965.85938: results queue empty 11924 1726884965.85939: checking for any_errors_fatal 11924 1726884965.85949: done checking for any_errors_fatal 11924 1726884965.85951: checking for max_fail_percentage 11924 1726884965.85953: done checking for max_fail_percentage 11924 1726884965.85958: checking to see if all hosts have failed and the running result is not ok 11924 1726884965.85958: done checking to see if all hosts have failed 11924 1726884965.85959: getting the remaining hosts for this loop 11924 1726884965.85962: done getting the remaining hosts for this loop 11924 1726884965.85966: getting the next task for host managed_node2 11924 1726884965.85976: done getting next task for host managed_node2 11924 1726884965.85980: ^ task is: TASK: Verify mount directory user 11924 1726884965.85988: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884965.85994: getting variables 11924 1726884965.85997: in VariableManager get_vars() 11924 1726884965.86041: Calling all_inventory to load vars for managed_node2 11924 1726884965.86044: Calling groups_inventory to load vars for managed_node2 11924 1726884965.86162: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884965.86175: Calling all_plugins_play to load vars for managed_node2 11924 1726884965.86179: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884965.86182: Calling groups_plugins_play to load vars for managed_node2 11924 1726884965.87006: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884965.87646: done with get_vars() 11924 1726884965.87667: done getting variables 11924 1726884965.87737: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:05 -0400 (0:00:00.051) 0:02:11.216 ****** 11924 1726884965.87777: entering _queue_task() for managed_node2/assert 11924 1726884965.88204: worker is 1 (out of 1 available) 11924 1726884965.88222: exiting _queue_task() for managed_node2/assert 11924 1726884965.88347: done queuing things up, now waiting for results queue to drain 11924 1726884965.88349: waiting for pending results... 11924 1726884965.88677: running TaskExecutor() for managed_node2/TASK: Verify mount directory user 11924 1726884965.88696: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000496b 11924 1726884965.88718: variable 'ansible_search_path' from source: unknown 11924 1726884965.88754: calling self._execute() 11924 1726884965.88908: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.88922: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.88937: variable 'omit' from source: magic vars 11924 1726884965.89402: variable '_storage_test_volume_present' from source: set_fact 11924 1726884965.89416: variable 'storage_test_volume' from source: include params 11924 1726884965.89536: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 11924 1726884965.89540: when evaluation is False, skipping this task 11924 1726884965.89543: _execute() done 11924 1726884965.89545: dumping result to json 11924 1726884965.89548: done dumping result, returning 11924 1726884965.89550: done running TaskExecutor() for managed_node2/TASK: Verify mount directory user [0affc8a3-6f6f-f4c0-2290-00000000496b] 11924 1726884965.89552: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000496b 11924 1726884965.89629: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000496b 11924 1726884965.89631: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884965.89693: no more pending results, returning what we have 11924 1726884965.89697: results queue empty 11924 1726884965.89698: checking for any_errors_fatal 11924 1726884965.89709: done checking for any_errors_fatal 11924 1726884965.89710: checking for max_fail_percentage 11924 1726884965.89713: done checking for max_fail_percentage 11924 1726884965.89714: checking to see if all hosts have failed and the running result is not ok 11924 1726884965.89715: done checking to see if all hosts have failed 11924 1726884965.89716: getting the remaining hosts for this loop 11924 1726884965.89718: done getting the remaining hosts for this loop 11924 1726884965.89722: getting the next task for host managed_node2 11924 1726884965.89732: done getting next task for host managed_node2 11924 1726884965.89735: ^ task is: TASK: Verify mount directory group 11924 1726884965.89743: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884965.89750: getting variables 11924 1726884965.89752: in VariableManager get_vars() 11924 1726884965.89796: Calling all_inventory to load vars for managed_node2 11924 1726884965.89798: Calling groups_inventory to load vars for managed_node2 11924 1726884965.89802: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884965.89818: Calling all_plugins_play to load vars for managed_node2 11924 1726884965.89821: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884965.89824: Calling groups_plugins_play to load vars for managed_node2 11924 1726884965.91218: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884965.91847: done with get_vars() 11924 1726884965.91868: done getting variables 11924 1726884965.91938: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:05 -0400 (0:00:00.041) 0:02:11.258 ****** 11924 1726884965.91978: entering _queue_task() for managed_node2/assert 11924 1726884965.92362: worker is 1 (out of 1 available) 11924 1726884965.92377: exiting _queue_task() for managed_node2/assert 11924 1726884965.92392: done queuing things up, now waiting for results queue to drain 11924 1726884965.92394: waiting for pending results... 11924 1726884965.92774: running TaskExecutor() for managed_node2/TASK: Verify mount directory group 11924 1726884965.92837: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000496c 11924 1726884965.92850: variable 'ansible_search_path' from source: unknown 11924 1726884965.92890: calling self._execute() 11924 1726884965.93031: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.93035: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.93126: variable 'omit' from source: magic vars 11924 1726884965.93482: variable '_storage_test_volume_present' from source: set_fact 11924 1726884965.93486: variable 'storage_test_volume' from source: include params 11924 1726884965.93518: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 11924 1726884965.93521: when evaluation is False, skipping this task 11924 1726884965.93524: _execute() done 11924 1726884965.93527: dumping result to json 11924 1726884965.93530: done dumping result, returning 11924 1726884965.93535: done running TaskExecutor() for managed_node2/TASK: Verify mount directory group [0affc8a3-6f6f-f4c0-2290-00000000496c] 11924 1726884965.93541: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000496c 11924 1726884965.93644: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000496c 11924 1726884965.93647: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884965.93705: no more pending results, returning what we have 11924 1726884965.93709: results queue empty 11924 1726884965.93710: checking for any_errors_fatal 11924 1726884965.93722: done checking for any_errors_fatal 11924 1726884965.93722: checking for max_fail_percentage 11924 1726884965.93724: done checking for max_fail_percentage 11924 1726884965.93725: checking to see if all hosts have failed and the running result is not ok 11924 1726884965.93726: done checking to see if all hosts have failed 11924 1726884965.93726: getting the remaining hosts for this loop 11924 1726884965.93729: done getting the remaining hosts for this loop 11924 1726884965.93732: getting the next task for host managed_node2 11924 1726884965.93740: done getting next task for host managed_node2 11924 1726884965.93743: ^ task is: TASK: Verify mount directory permissions 11924 1726884965.93749: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884965.93756: getting variables 11924 1726884965.93758: in VariableManager get_vars() 11924 1726884965.93799: Calling all_inventory to load vars for managed_node2 11924 1726884965.93802: Calling groups_inventory to load vars for managed_node2 11924 1726884965.93805: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884965.93818: Calling all_plugins_play to load vars for managed_node2 11924 1726884965.93821: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884965.93824: Calling groups_plugins_play to load vars for managed_node2 11924 1726884965.94463: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884965.95115: done with get_vars() 11924 1726884965.95131: done getting variables 11924 1726884965.95198: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:05 -0400 (0:00:00.032) 0:02:11.291 ****** 11924 1726884965.95232: entering _queue_task() for managed_node2/assert 11924 1726884965.95576: worker is 1 (out of 1 available) 11924 1726884965.95588: exiting _queue_task() for managed_node2/assert 11924 1726884965.95600: done queuing things up, now waiting for results queue to drain 11924 1726884965.95602: waiting for pending results... 11924 1726884965.96374: running TaskExecutor() for managed_node2/TASK: Verify mount directory permissions 11924 1726884965.96521: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000496d 11924 1726884965.96541: variable 'ansible_search_path' from source: unknown 11924 1726884965.96582: calling self._execute() 11924 1726884965.96718: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884965.96734: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884965.96751: variable 'omit' from source: magic vars 11924 1726884965.97194: variable '_storage_test_volume_present' from source: set_fact 11924 1726884965.97260: variable 'storage_test_volume' from source: include params 11924 1726884965.97263: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 11924 1726884965.97266: when evaluation is False, skipping this task 11924 1726884965.97268: _execute() done 11924 1726884965.97275: dumping result to json 11924 1726884965.97277: done dumping result, returning 11924 1726884965.97279: done running TaskExecutor() for managed_node2/TASK: Verify mount directory permissions [0affc8a3-6f6f-f4c0-2290-00000000496d] 11924 1726884965.97284: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000496d skipping: [managed_node2] => { "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" } 11924 1726884965.97586: no more pending results, returning what we have 11924 1726884965.97590: results queue empty 11924 1726884965.97591: checking for any_errors_fatal 11924 1726884965.97602: done checking for any_errors_fatal 11924 1726884965.97603: checking for max_fail_percentage 11924 1726884965.97605: done checking for max_fail_percentage 11924 1726884965.97606: checking to see if all hosts have failed and the running result is not ok 11924 1726884965.97607: done checking to see if all hosts have failed 11924 1726884965.97608: getting the remaining hosts for this loop 11924 1726884965.97610: done getting the remaining hosts for this loop 11924 1726884965.97614: getting the next task for host managed_node2 11924 1726884965.97627: done getting next task for host managed_node2 11924 1726884965.97630: ^ task is: TASK: Get path of test volume device 11924 1726884965.97638: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884965.97643: getting variables 11924 1726884965.97645: in VariableManager get_vars() 11924 1726884965.97686: Calling all_inventory to load vars for managed_node2 11924 1726884965.97688: Calling groups_inventory to load vars for managed_node2 11924 1726884965.97691: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884965.97702: Calling all_plugins_play to load vars for managed_node2 11924 1726884965.97705: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884965.97708: Calling groups_plugins_play to load vars for managed_node2 11924 1726884965.98269: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000496d 11924 1726884965.98272: WORKER PROCESS EXITING 11924 1726884965.98304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884965.98958: done with get_vars() 11924 1726884965.98974: done getting variables 11924 1726884965.99034: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:05 -0400 (0:00:00.038) 0:02:11.329 ****** 11924 1726884965.99076: entering _queue_task() for managed_node2/command 11924 1726884965.99414: worker is 1 (out of 1 available) 11924 1726884965.99428: exiting _queue_task() for managed_node2/command 11924 1726884965.99442: done queuing things up, now waiting for results queue to drain 11924 1726884965.99444: waiting for pending results... 11924 1726884965.99715: running TaskExecutor() for managed_node2/TASK: Get path of test volume device 11924 1726884965.99948: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000496e 11924 1726884965.99952: variable 'ansible_search_path' from source: unknown 11924 1726884965.99957: calling self._execute() 11924 1726884966.00071: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.00075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.00088: variable 'omit' from source: magic vars 11924 1726884966.00538: variable 'storage_test_volume' from source: include params 11924 1726884966.00572: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884966.00579: when evaluation is False, skipping this task 11924 1726884966.00582: _execute() done 11924 1726884966.00587: dumping result to json 11924 1726884966.00594: done dumping result, returning 11924 1726884966.00662: done running TaskExecutor() for managed_node2/TASK: Get path of test volume device [0affc8a3-6f6f-f4c0-2290-00000000496e] 11924 1726884966.00665: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000496e 11924 1726884966.00729: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000496e 11924 1726884966.00731: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884966.00784: no more pending results, returning what we have 11924 1726884966.00788: results queue empty 11924 1726884966.00788: checking for any_errors_fatal 11924 1726884966.00801: done checking for any_errors_fatal 11924 1726884966.00802: checking for max_fail_percentage 11924 1726884966.00804: done checking for max_fail_percentage 11924 1726884966.00805: checking to see if all hosts have failed and the running result is not ok 11924 1726884966.00806: done checking to see if all hosts have failed 11924 1726884966.00807: getting the remaining hosts for this loop 11924 1726884966.00808: done getting the remaining hosts for this loop 11924 1726884966.00812: getting the next task for host managed_node2 11924 1726884966.00821: done getting next task for host managed_node2 11924 1726884966.00824: ^ task is: TASK: Gather swap info 11924 1726884966.00831: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 11924 1726884966.00835: getting variables 11924 1726884966.00837: in VariableManager get_vars() 11924 1726884966.00874: Calling all_inventory to load vars for managed_node2 11924 1726884966.00876: Calling groups_inventory to load vars for managed_node2 11924 1726884966.00879: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884966.00890: Calling all_plugins_play to load vars for managed_node2 11924 1726884966.00892: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884966.00895: Calling groups_plugins_play to load vars for managed_node2 11924 1726884966.01732: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884966.02647: done with get_vars() 11924 1726884966.02805: done getting variables 11924 1726884966.02883: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:06 -0400 (0:00:00.038) 0:02:11.368 ****** 11924 1726884966.02921: entering _queue_task() for managed_node2/command 11924 1726884966.04006: worker is 1 (out of 1 available) 11924 1726884966.04025: exiting _queue_task() for managed_node2/command 11924 1726884966.04160: done queuing things up, now waiting for results queue to drain 11924 1726884966.04162: waiting for pending results... 11924 1726884966.05081: running TaskExecutor() for managed_node2/TASK: Gather swap info 11924 1726884966.05086: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000496f 11924 1726884966.05089: variable 'ansible_search_path' from source: unknown 11924 1726884966.05092: calling self._execute() 11924 1726884966.05564: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.05568: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.05570: variable 'omit' from source: magic vars 11924 1726884966.06868: variable 'storage_test_volume' from source: include params 11924 1726884966.06872: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884966.06874: when evaluation is False, skipping this task 11924 1726884966.06876: _execute() done 11924 1726884966.06878: dumping result to json 11924 1726884966.06880: done dumping result, returning 11924 1726884966.06883: done running TaskExecutor() for managed_node2/TASK: Gather swap info [0affc8a3-6f6f-f4c0-2290-00000000496f] 11924 1726884966.06884: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000496f 11924 1726884966.07062: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000496f 11924 1726884966.07066: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884966.07125: no more pending results, returning what we have 11924 1726884966.07130: results queue empty 11924 1726884966.07131: checking for any_errors_fatal 11924 1726884966.07139: done checking for any_errors_fatal 11924 1726884966.07140: checking for max_fail_percentage 11924 1726884966.07142: done checking for max_fail_percentage 11924 1726884966.07143: checking to see if all hosts have failed and the running result is not ok 11924 1726884966.07144: done checking to see if all hosts have failed 11924 1726884966.07145: getting the remaining hosts for this loop 11924 1726884966.07147: done getting the remaining hosts for this loop 11924 1726884966.07151: getting the next task for host managed_node2 11924 1726884966.07164: done getting next task for host managed_node2 11924 1726884966.07167: ^ task is: TASK: Verify swap status 11924 1726884966.07178: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 11924 1726884966.07183: getting variables 11924 1726884966.07185: in VariableManager get_vars() 11924 1726884966.07230: Calling all_inventory to load vars for managed_node2 11924 1726884966.07233: Calling groups_inventory to load vars for managed_node2 11924 1726884966.07237: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884966.07249: Calling all_plugins_play to load vars for managed_node2 11924 1726884966.07252: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884966.07463: Calling groups_plugins_play to load vars for managed_node2 11924 1726884966.08360: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884966.09093: done with get_vars() 11924 1726884966.09110: done getting variables 11924 1726884966.09172: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:06 -0400 (0:00:00.062) 0:02:11.431 ****** 11924 1726884966.09214: entering _queue_task() for managed_node2/assert 11924 1726884966.09659: worker is 1 (out of 1 available) 11924 1726884966.09671: exiting _queue_task() for managed_node2/assert 11924 1726884966.09683: done queuing things up, now waiting for results queue to drain 11924 1726884966.09685: waiting for pending results... 11924 1726884966.09948: running TaskExecutor() for managed_node2/TASK: Verify swap status 11924 1726884966.10124: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004970 11924 1726884966.10162: variable 'ansible_search_path' from source: unknown 11924 1726884966.10436: calling self._execute() 11924 1726884966.10861: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.10865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.10868: variable 'omit' from source: magic vars 11924 1726884966.12374: variable 'storage_test_volume' from source: include params 11924 1726884966.12408: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884966.12413: when evaluation is False, skipping this task 11924 1726884966.12417: _execute() done 11924 1726884966.12420: dumping result to json 11924 1726884966.12423: done dumping result, returning 11924 1726884966.12469: done running TaskExecutor() for managed_node2/TASK: Verify swap status [0affc8a3-6f6f-f4c0-2290-000000004970] 11924 1726884966.12472: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004970 11924 1726884966.12586: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004970 11924 1726884966.12590: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884966.12650: no more pending results, returning what we have 11924 1726884966.12654: results queue empty 11924 1726884966.12657: checking for any_errors_fatal 11924 1726884966.12667: done checking for any_errors_fatal 11924 1726884966.12668: checking for max_fail_percentage 11924 1726884966.12671: done checking for max_fail_percentage 11924 1726884966.12672: checking to see if all hosts have failed and the running result is not ok 11924 1726884966.12672: done checking to see if all hosts have failed 11924 1726884966.12673: getting the remaining hosts for this loop 11924 1726884966.12675: done getting the remaining hosts for this loop 11924 1726884966.12680: getting the next task for host managed_node2 11924 1726884966.12691: done getting next task for host managed_node2 11924 1726884966.12693: ^ task is: TASK: Unset facts 11924 1726884966.12701: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884966.12707: getting variables 11924 1726884966.12710: in VariableManager get_vars() 11924 1726884966.13158: Calling all_inventory to load vars for managed_node2 11924 1726884966.13162: Calling groups_inventory to load vars for managed_node2 11924 1726884966.13167: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884966.13181: Calling all_plugins_play to load vars for managed_node2 11924 1726884966.13184: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884966.13188: Calling groups_plugins_play to load vars for managed_node2 11924 1726884966.14610: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884966.15427: done with get_vars() 11924 1726884966.15442: done getting variables 11924 1726884966.15497: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:06 -0400 (0:00:00.063) 0:02:11.494 ****** 11924 1726884966.15541: entering _queue_task() for managed_node2/set_fact 11924 1726884966.16173: worker is 1 (out of 1 available) 11924 1726884966.16184: exiting _queue_task() for managed_node2/set_fact 11924 1726884966.16196: done queuing things up, now waiting for results queue to drain 11924 1726884966.16198: waiting for pending results... 11924 1726884966.16574: running TaskExecutor() for managed_node2/TASK: Unset facts 11924 1726884966.16581: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004971 11924 1726884966.16594: variable 'ansible_search_path' from source: unknown 11924 1726884966.16598: calling self._execute() 11924 1726884966.16795: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.16800: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.16811: variable 'omit' from source: magic vars 11924 1726884966.17029: variable 'omit' from source: magic vars 11924 1726884966.17032: variable 'omit' from source: magic vars 11924 1726884966.17035: variable 'omit' from source: magic vars 11924 1726884966.17051: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884966.17097: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884966.17123: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884966.17139: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.17153: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.17171: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884966.17195: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884966.17231: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884966.17235: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.17244: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.17363: Set connection var ansible_shell_executable to /bin/sh 11924 1726884966.17367: Set connection var ansible_connection to ssh 11924 1726884966.17372: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884966.17377: Set connection var ansible_timeout to 10 11924 1726884966.17384: Set connection var ansible_pipelining to False 11924 1726884966.17389: Set connection var ansible_shell_type to sh 11924 1726884966.17464: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.17467: variable 'ansible_connection' from source: unknown 11924 1726884966.17469: variable 'ansible_module_compression' from source: unknown 11924 1726884966.17472: variable 'ansible_shell_type' from source: unknown 11924 1726884966.17474: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.17476: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.17478: variable 'ansible_pipelining' from source: unknown 11924 1726884966.17480: variable 'ansible_timeout' from source: unknown 11924 1726884966.17482: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.17609: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884966.17761: variable 'omit' from source: magic vars 11924 1726884966.17765: starting attempt loop 11924 1726884966.17767: running the handler 11924 1726884966.17769: handler run complete 11924 1726884966.17772: attempt loop complete, returning result 11924 1726884966.17774: _execute() done 11924 1726884966.17775: dumping result to json 11924 1726884966.17777: done dumping result, returning 11924 1726884966.17780: done running TaskExecutor() for managed_node2/TASK: Unset facts [0affc8a3-6f6f-f4c0-2290-000000004971] 11924 1726884966.17782: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004971 11924 1726884966.17944: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004971 11924 1726884966.17947: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 11924 1726884966.18241: no more pending results, returning what we have 11924 1726884966.18244: results queue empty 11924 1726884966.18245: checking for any_errors_fatal 11924 1726884966.18254: done checking for any_errors_fatal 11924 1726884966.18257: checking for max_fail_percentage 11924 1726884966.18260: done checking for max_fail_percentage 11924 1726884966.18261: checking to see if all hosts have failed and the running result is not ok 11924 1726884966.18262: done checking to see if all hosts have failed 11924 1726884966.18263: getting the remaining hosts for this loop 11924 1726884966.18265: done getting the remaining hosts for this loop 11924 1726884966.18269: getting the next task for host managed_node2 11924 1726884966.18282: done getting next task for host managed_node2 11924 1726884966.18285: ^ task is: TASK: Set some variables for fstab checking 11924 1726884966.18292: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884966.18298: getting variables 11924 1726884966.18300: in VariableManager get_vars() 11924 1726884966.18339: Calling all_inventory to load vars for managed_node2 11924 1726884966.18342: Calling groups_inventory to load vars for managed_node2 11924 1726884966.18346: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884966.18768: Calling all_plugins_play to load vars for managed_node2 11924 1726884966.18773: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884966.18777: Calling groups_plugins_play to load vars for managed_node2 11924 1726884966.20359: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884966.20921: done with get_vars() 11924 1726884966.21029: done getting variables 11924 1726884966.21101: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:06 -0400 (0:00:00.055) 0:02:11.550 ****** 11924 1726884966.21142: entering _queue_task() for managed_node2/set_fact 11924 1726884966.21537: worker is 1 (out of 1 available) 11924 1726884966.21552: exiting _queue_task() for managed_node2/set_fact 11924 1726884966.21567: done queuing things up, now waiting for results queue to drain 11924 1726884966.21569: waiting for pending results... 11924 1726884966.22348: running TaskExecutor() for managed_node2/TASK: Set some variables for fstab checking 11924 1726884966.22502: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004975 11924 1726884966.22518: variable 'ansible_search_path' from source: unknown 11924 1726884966.22554: calling self._execute() 11924 1726884966.22962: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.22966: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.22969: variable 'omit' from source: magic vars 11924 1726884966.23353: variable 'omit' from source: magic vars 11924 1726884966.23381: variable 'omit' from source: magic vars 11924 1726884966.23733: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884966.26601: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884966.26802: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884966.26807: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884966.26809: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884966.26815: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884966.26894: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884966.26922: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884966.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) 11924 1726884966.26997: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884966.27016: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884966.27260: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884966.27264: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884966.27267: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884966.27270: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884966.27273: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884966.27276: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884966.27279: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884966.27461: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884966.27465: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884966.27468: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884966.27540: variable 'storage_test_fstab' from source: set_fact 11924 1726884966.27554: variable 'storage_test_volume' from source: include params 11924 1726884966.27680: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884966.27865: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884966.27917: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884966.28002: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884966.28035: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884966.28081: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884966.28119: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884966.28176: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884966.28201: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884966.28452: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884966.28487: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884966.28514: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884966.28549: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884966.28567: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884966.28790: variable '__mount_point' from source: task vars 11924 1726884966.28860: variable 'storage_test_volume' from source: include params 11924 1726884966.28880: variable 'storage_test_fstab' from source: set_fact 11924 1726884966.29209: variable '_storage_test_volume_present' from source: set_fact 11924 1726884966.29218: variable '__mount_point' from source: task vars 11924 1726884966.29298: variable 'storage_test_volume' from source: include params 11924 1726884966.29317: variable 'storage_test_volume' from source: include params 11924 1726884966.29498: variable '_storage_test_volume_present' from source: set_fact 11924 1726884966.29501: variable '__mount_point' from source: task vars 11924 1726884966.29576: variable 'storage_test_volume' from source: include params 11924 1726884966.30093: variable '__mount_options' from source: task vars 11924 1726884966.30363: variable 'storage_test_volume' from source: include params 11924 1726884966.30366: variable '__mount_point' from source: task vars 11924 1726884966.30368: variable 'storage_test_volume' from source: include params 11924 1726884966.30370: variable 'storage_test_fstab' from source: set_fact 11924 1726884966.30372: variable '__pattern' from source: task vars 11924 1726884966.30374: variable '__mount_point' from source: task vars 11924 1726884966.30445: variable 'storage_test_volume' from source: include params 11924 1726884966.30460: variable '__mount_options' from source: task vars 11924 1726884966.30528: variable 'storage_test_volume' from source: include params 11924 1726884966.30666: variable '_storage_test_volume_present' from source: set_fact 11924 1726884966.30670: variable '__mount_options' from source: task vars 11924 1726884966.30733: variable 'storage_test_volume' from source: include params 11924 1726884966.30769: variable 'omit' from source: magic vars 11924 1726884966.30799: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884966.30823: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884966.30841: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884966.30867: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.30877: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.30893: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884966.30913: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884966.30941: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884966.30945: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.30947: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.31260: Set connection var ansible_shell_executable to /bin/sh 11924 1726884966.31263: Set connection var ansible_connection to ssh 11924 1726884966.31266: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884966.31268: Set connection var ansible_timeout to 10 11924 1726884966.31270: Set connection var ansible_pipelining to False 11924 1726884966.31272: Set connection var ansible_shell_type to sh 11924 1726884966.31274: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.31275: variable 'ansible_connection' from source: unknown 11924 1726884966.31277: variable 'ansible_module_compression' from source: unknown 11924 1726884966.31279: variable 'ansible_shell_type' from source: unknown 11924 1726884966.31281: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.31283: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.31285: variable 'ansible_pipelining' from source: unknown 11924 1726884966.31287: variable 'ansible_timeout' from source: unknown 11924 1726884966.31289: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.31295: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884966.31298: variable 'omit' from source: magic vars 11924 1726884966.31300: starting attempt loop 11924 1726884966.31302: running the handler 11924 1726884966.31305: handler run complete 11924 1726884966.31380: attempt loop complete, returning result 11924 1726884966.31383: _execute() done 11924 1726884966.31385: dumping result to json 11924 1726884966.31387: done dumping result, returning 11924 1726884966.31389: done running TaskExecutor() for managed_node2/TASK: Set some variables for fstab checking [0affc8a3-6f6f-f4c0-2290-000000004975] 11924 1726884966.31390: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004975 ok: [managed_node2] => { "ansible_facts": { "storage_test_fstab_expected_id_matches": "0", "storage_test_fstab_expected_mount_options_matches": "1", "storage_test_fstab_expected_mount_point_matches": "0", "storage_test_fstab_id_matches": [], "storage_test_fstab_mount_options_matches": [], "storage_test_fstab_mount_point_matches": [] }, "changed": false } 11924 1726884966.31542: no more pending results, returning what we have 11924 1726884966.31546: results queue empty 11924 1726884966.31547: checking for any_errors_fatal 11924 1726884966.31662: done checking for any_errors_fatal 11924 1726884966.31663: checking for max_fail_percentage 11924 1726884966.31665: done checking for max_fail_percentage 11924 1726884966.31666: checking to see if all hosts have failed and the running result is not ok 11924 1726884966.31667: done checking to see if all hosts have failed 11924 1726884966.31668: getting the remaining hosts for this loop 11924 1726884966.31670: done getting the remaining hosts for this loop 11924 1726884966.31674: getting the next task for host managed_node2 11924 1726884966.31683: done getting next task for host managed_node2 11924 1726884966.31686: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 11924 1726884966.31692: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884966.31698: getting variables 11924 1726884966.31700: in VariableManager get_vars() 11924 1726884966.31707: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004975 11924 1726884966.32110: Calling all_inventory to load vars for managed_node2 11924 1726884966.32118: Calling groups_inventory to load vars for managed_node2 11924 1726884966.32121: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884966.32132: Calling all_plugins_play to load vars for managed_node2 11924 1726884966.32135: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884966.32139: Calling groups_plugins_play to load vars for managed_node2 11924 1726884966.32751: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884966.33447: done with get_vars() 11924 1726884966.33469: WORKER PROCESS EXITING 11924 1726884966.33510: done getting variables 11924 1726884966.33585: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:06 -0400 (0:00:00.124) 0:02:11.675 ****** 11924 1726884966.33626: entering _queue_task() for managed_node2/assert 11924 1726884966.34034: worker is 1 (out of 1 available) 11924 1726884966.34046: exiting _queue_task() for managed_node2/assert 11924 1726884966.34062: done queuing things up, now waiting for results queue to drain 11924 1726884966.34064: waiting for pending results... 11924 1726884966.34365: running TaskExecutor() for managed_node2/TASK: Verify that the device identifier appears in /etc/fstab 11924 1726884966.34522: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004976 11924 1726884966.34546: variable 'ansible_search_path' from source: unknown 11924 1726884966.34589: calling self._execute() 11924 1726884966.34729: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.34743: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.34762: variable 'omit' from source: magic vars 11924 1726884966.35165: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884966.38765: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884966.38770: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884966.38807: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884966.38840: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884966.38877: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884966.38997: variable '_storage_test_volume_present' from source: set_fact 11924 1726884966.39017: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884966.39022: variable 'omit' from source: magic vars 11924 1726884966.39098: variable 'omit' from source: magic vars 11924 1726884966.39137: variable 'omit' from source: magic vars 11924 1726884966.39177: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884966.39207: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884966.39226: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884966.39243: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.39253: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.39272: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884966.39298: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884966.39332: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884966.39335: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.39340: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.39465: Set connection var ansible_shell_executable to /bin/sh 11924 1726884966.39469: Set connection var ansible_connection to ssh 11924 1726884966.39474: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884966.39480: Set connection var ansible_timeout to 10 11924 1726884966.39489: Set connection var ansible_pipelining to False 11924 1726884966.39491: Set connection var ansible_shell_type to sh 11924 1726884966.39561: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.39564: variable 'ansible_connection' from source: unknown 11924 1726884966.39567: variable 'ansible_module_compression' from source: unknown 11924 1726884966.39569: variable 'ansible_shell_type' from source: unknown 11924 1726884966.39571: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.39573: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.39575: variable 'ansible_pipelining' from source: unknown 11924 1726884966.39576: variable 'ansible_timeout' from source: unknown 11924 1726884966.39578: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.39748: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884966.39752: variable 'omit' from source: magic vars 11924 1726884966.39754: starting attempt loop 11924 1726884966.39758: running the handler 11924 1726884966.39868: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884966.39897: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884966.39919: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884966.39968: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884966.39983: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884966.40027: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884966.40059: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884966.40083: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884966.40188: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884966.40191: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884966.40245: variable 'storage_test_fstab_id_matches' from source: set_fact 11924 1726884966.40250: variable 'storage_test_fstab_expected_id_matches' from source: set_fact 11924 1726884966.40280: Evaluated conditional (storage_test_fstab_id_matches | length == storage_test_fstab_expected_id_matches | int): True 11924 1726884966.40288: handler run complete 11924 1726884966.40300: attempt loop complete, returning result 11924 1726884966.40303: _execute() done 11924 1726884966.40305: dumping result to json 11924 1726884966.40307: done dumping result, returning 11924 1726884966.40317: done running TaskExecutor() for managed_node2/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-f4c0-2290-000000004976] 11924 1726884966.40322: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004976 ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884966.40740: no more pending results, returning what we have 11924 1726884966.40751: results queue empty 11924 1726884966.40752: checking for any_errors_fatal 11924 1726884966.40762: done checking for any_errors_fatal 11924 1726884966.40763: checking for max_fail_percentage 11924 1726884966.40765: done checking for max_fail_percentage 11924 1726884966.40766: checking to see if all hosts have failed and the running result is not ok 11924 1726884966.40767: done checking to see if all hosts have failed 11924 1726884966.40768: getting the remaining hosts for this loop 11924 1726884966.40769: done getting the remaining hosts for this loop 11924 1726884966.40773: getting the next task for host managed_node2 11924 1726884966.40782: done getting next task for host managed_node2 11924 1726884966.40785: ^ task is: TASK: Verify the fstab mount point 11924 1726884966.40791: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884966.40796: getting variables 11924 1726884966.40800: in VariableManager get_vars() 11924 1726884966.40835: Calling all_inventory to load vars for managed_node2 11924 1726884966.40838: Calling groups_inventory to load vars for managed_node2 11924 1726884966.40841: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884966.40851: Calling all_plugins_play to load vars for managed_node2 11924 1726884966.40854: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884966.41002: Calling groups_plugins_play to load vars for managed_node2 11924 1726884966.41552: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004976 11924 1726884966.41558: WORKER PROCESS EXITING 11924 1726884966.41839: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884966.43824: done with get_vars() 11924 1726884966.43854: done getting variables 11924 1726884966.44036: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:16:06 -0400 (0:00:00.104) 0:02:11.779 ****** 11924 1726884966.44077: entering _queue_task() for managed_node2/assert 11924 1726884966.44823: worker is 1 (out of 1 available) 11924 1726884966.44839: exiting _queue_task() for managed_node2/assert 11924 1726884966.45124: done queuing things up, now waiting for results queue to drain 11924 1726884966.45127: waiting for pending results... 11924 1726884966.45445: running TaskExecutor() for managed_node2/TASK: Verify the fstab mount point 11924 1726884966.45760: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004977 11924 1726884966.45789: variable 'ansible_search_path' from source: unknown 11924 1726884966.45897: calling self._execute() 11924 1726884966.46286: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.46290: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.46293: variable 'omit' from source: magic vars 11924 1726884966.46295: variable 'omit' from source: magic vars 11924 1726884966.46399: variable 'omit' from source: magic vars 11924 1726884966.46693: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 11924 1726884966.46707: variable 'storage_test_volume' from source: include params 11924 1726884966.46773: variable 'omit' from source: magic vars 11924 1726884966.46825: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884966.46870: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884966.46896: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884966.46940: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.46943: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.46963: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884966.46984: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884966.47049: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884966.47052: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.47057: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.47166: Set connection var ansible_shell_executable to /bin/sh 11924 1726884966.47175: Set connection var ansible_connection to ssh 11924 1726884966.47262: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884966.47265: Set connection var ansible_timeout to 10 11924 1726884966.47267: Set connection var ansible_pipelining to False 11924 1726884966.47269: Set connection var ansible_shell_type to sh 11924 1726884966.47271: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.47273: variable 'ansible_connection' from source: unknown 11924 1726884966.47275: variable 'ansible_module_compression' from source: unknown 11924 1726884966.47277: variable 'ansible_shell_type' from source: unknown 11924 1726884966.47279: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.47281: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.47283: variable 'ansible_pipelining' from source: unknown 11924 1726884966.47285: variable 'ansible_timeout' from source: unknown 11924 1726884966.47286: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.47431: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884966.47449: variable 'omit' from source: magic vars 11924 1726884966.47461: starting attempt loop 11924 1726884966.47468: running the handler 11924 1726884966.47701: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884966.51823: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884966.51918: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884966.51962: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884966.52040: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884966.52069: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884966.52238: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884966.52242: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884966.52245: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884966.52262: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884966.52281: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884966.52337: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884966.52371: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884966.52401: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884966.52450: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884966.52474: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884966.52701: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 11924 1726884966.52716: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 11924 1726884966.52893: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 11924 1726884966.52897: handler run complete 11924 1726884966.52900: attempt loop complete, returning result 11924 1726884966.52902: _execute() done 11924 1726884966.52905: dumping result to json 11924 1726884966.52908: done dumping result, returning 11924 1726884966.52910: done running TaskExecutor() for managed_node2/TASK: Verify the fstab mount point [0affc8a3-6f6f-f4c0-2290-000000004977] 11924 1726884966.52914: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004977 11924 1726884966.53074: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004977 11924 1726884966.53077: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884966.53136: no more pending results, returning what we have 11924 1726884966.53140: results queue empty 11924 1726884966.53141: checking for any_errors_fatal 11924 1726884966.53152: done checking for any_errors_fatal 11924 1726884966.53153: checking for max_fail_percentage 11924 1726884966.53157: done checking for max_fail_percentage 11924 1726884966.53158: checking to see if all hosts have failed and the running result is not ok 11924 1726884966.53158: done checking to see if all hosts have failed 11924 1726884966.53159: getting the remaining hosts for this loop 11924 1726884966.53161: done getting the remaining hosts for this loop 11924 1726884966.53171: getting the next task for host managed_node2 11924 1726884966.53184: done getting next task for host managed_node2 11924 1726884966.53188: ^ task is: TASK: Verify mount_options 11924 1726884966.53198: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884966.53204: getting variables 11924 1726884966.53206: in VariableManager get_vars() 11924 1726884966.53248: Calling all_inventory to load vars for managed_node2 11924 1726884966.53251: Calling groups_inventory to load vars for managed_node2 11924 1726884966.53254: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884966.53571: Calling all_plugins_play to load vars for managed_node2 11924 1726884966.53574: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884966.53577: Calling groups_plugins_play to load vars for managed_node2 11924 1726884966.54551: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884966.55351: done with get_vars() 11924 1726884966.55373: done getting variables 11924 1726884966.55440: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:06 -0400 (0:00:00.114) 0:02:11.893 ****** 11924 1726884966.55487: entering _queue_task() for managed_node2/assert 11924 1726884966.55869: worker is 1 (out of 1 available) 11924 1726884966.55883: exiting _queue_task() for managed_node2/assert 11924 1726884966.55903: done queuing things up, now waiting for results queue to drain 11924 1726884966.55906: waiting for pending results... 11924 1726884966.56361: running TaskExecutor() for managed_node2/TASK: Verify mount_options 11924 1726884966.56461: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004978 11924 1726884966.56466: variable 'ansible_search_path' from source: unknown 11924 1726884966.56470: calling self._execute() 11924 1726884966.56622: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.56625: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.56682: variable 'omit' from source: magic vars 11924 1726884966.57263: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884966.59666: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884966.59750: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884966.59788: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884966.59824: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884966.59859: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884966.59934: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884966.59976: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884966.60007: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884966.60096: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884966.60114: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884966.60239: Evaluated conditional (__storage_verify_mount_options | d(false)): False 11924 1726884966.60242: when evaluation is False, skipping this task 11924 1726884966.60245: _execute() done 11924 1726884966.60247: dumping result to json 11924 1726884966.60250: done dumping result, returning 11924 1726884966.60390: done running TaskExecutor() for managed_node2/TASK: Verify mount_options [0affc8a3-6f6f-f4c0-2290-000000004978] 11924 1726884966.60393: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004978 11924 1726884966.60464: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004978 11924 1726884966.60467: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 11924 1726884966.60541: no more pending results, returning what we have 11924 1726884966.60545: results queue empty 11924 1726884966.60545: checking for any_errors_fatal 11924 1726884966.60561: done checking for any_errors_fatal 11924 1726884966.60563: checking for max_fail_percentage 11924 1726884966.60564: done checking for max_fail_percentage 11924 1726884966.60565: checking to see if all hosts have failed and the running result is not ok 11924 1726884966.60566: done checking to see if all hosts have failed 11924 1726884966.60567: getting the remaining hosts for this loop 11924 1726884966.60569: done getting the remaining hosts for this loop 11924 1726884966.60573: getting the next task for host managed_node2 11924 1726884966.60583: done getting next task for host managed_node2 11924 1726884966.60585: ^ task is: TASK: Verify fingerprint 11924 1726884966.60592: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884966.60596: getting variables 11924 1726884966.60598: in VariableManager get_vars() 11924 1726884966.60639: Calling all_inventory to load vars for managed_node2 11924 1726884966.60642: Calling groups_inventory to load vars for managed_node2 11924 1726884966.60646: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884966.60659: Calling all_plugins_play to load vars for managed_node2 11924 1726884966.60663: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884966.60666: Calling groups_plugins_play to load vars for managed_node2 11924 1726884966.61554: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884966.62790: done with get_vars() 11924 1726884966.62811: done getting variables 11924 1726884966.62874: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Friday 20 September 2024 22:16:06 -0400 (0:00:00.074) 0:02:11.968 ****** 11924 1726884966.62910: entering _queue_task() for managed_node2/assert 11924 1726884966.63268: worker is 1 (out of 1 available) 11924 1726884966.63280: exiting _queue_task() for managed_node2/assert 11924 1726884966.63292: done queuing things up, now waiting for results queue to drain 11924 1726884966.63294: waiting for pending results... 11924 1726884966.63878: running TaskExecutor() for managed_node2/TASK: Verify fingerprint 11924 1726884966.63886: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004979 11924 1726884966.63890: variable 'ansible_search_path' from source: unknown 11924 1726884966.63895: calling self._execute() 11924 1726884966.63963: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.63971: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.63979: variable 'omit' from source: magic vars 11924 1726884966.64109: variable 'omit' from source: magic vars 11924 1726884966.64187: variable 'omit' from source: magic vars 11924 1726884966.64218: variable 'omit' from source: magic vars 11924 1726884966.64269: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884966.64309: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884966.64335: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884966.64396: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.64403: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.64454: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884966.64476: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884966.64516: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884966.64519: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.64522: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.64849: Set connection var ansible_shell_executable to /bin/sh 11924 1726884966.64853: Set connection var ansible_connection to ssh 11924 1726884966.64862: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884966.65163: Set connection var ansible_timeout to 10 11924 1726884966.65166: Set connection var ansible_pipelining to False 11924 1726884966.65168: Set connection var ansible_shell_type to sh 11924 1726884966.65170: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.65172: variable 'ansible_connection' from source: unknown 11924 1726884966.65174: variable 'ansible_module_compression' from source: unknown 11924 1726884966.65176: variable 'ansible_shell_type' from source: unknown 11924 1726884966.65178: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.65180: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.65182: variable 'ansible_pipelining' from source: unknown 11924 1726884966.65183: variable 'ansible_timeout' from source: unknown 11924 1726884966.65186: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.65336: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884966.65379: variable 'omit' from source: magic vars 11924 1726884966.65382: starting attempt loop 11924 1726884966.65384: running the handler 11924 1726884966.65788: variable '__fingerprint' from source: task vars 11924 1726884966.65801: variable 'storage_test_fstab' from source: set_fact 11924 1726884966.65817: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 11924 1726884966.65820: handler run complete 11924 1726884966.65835: attempt loop complete, returning result 11924 1726884966.65837: _execute() done 11924 1726884966.65841: dumping result to json 11924 1726884966.65843: done dumping result, returning 11924 1726884966.65858: done running TaskExecutor() for managed_node2/TASK: Verify fingerprint [0affc8a3-6f6f-f4c0-2290-000000004979] 11924 1726884966.65863: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004979 11924 1726884966.66001: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004979 11924 1726884966.66005: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884966.66059: no more pending results, returning what we have 11924 1726884966.66063: results queue empty 11924 1726884966.66064: checking for any_errors_fatal 11924 1726884966.66075: done checking for any_errors_fatal 11924 1726884966.66076: checking for max_fail_percentage 11924 1726884966.66078: done checking for max_fail_percentage 11924 1726884966.66079: checking to see if all hosts have failed and the running result is not ok 11924 1726884966.66080: done checking to see if all hosts have failed 11924 1726884966.66081: getting the remaining hosts for this loop 11924 1726884966.66084: done getting the remaining hosts for this loop 11924 1726884966.66088: getting the next task for host managed_node2 11924 1726884966.66099: done getting next task for host managed_node2 11924 1726884966.66101: ^ task is: TASK: Clean up variables 11924 1726884966.66110: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884966.66116: getting variables 11924 1726884966.66118: in VariableManager get_vars() 11924 1726884966.66165: Calling all_inventory to load vars for managed_node2 11924 1726884966.66168: Calling groups_inventory to load vars for managed_node2 11924 1726884966.66173: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884966.66185: Calling all_plugins_play to load vars for managed_node2 11924 1726884966.66189: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884966.66192: Calling groups_plugins_play to load vars for managed_node2 11924 1726884966.67036: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884966.67667: done with get_vars() 11924 1726884966.67684: done getting variables 11924 1726884966.67746: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:06 -0400 (0:00:00.048) 0:02:12.016 ****** 11924 1726884966.67787: entering _queue_task() for managed_node2/set_fact 11924 1726884966.68112: worker is 1 (out of 1 available) 11924 1726884966.68125: exiting _queue_task() for managed_node2/set_fact 11924 1726884966.68139: done queuing things up, now waiting for results queue to drain 11924 1726884966.68141: waiting for pending results... 11924 1726884966.68541: running TaskExecutor() for managed_node2/TASK: Clean up variables 11924 1726884966.68636: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000497a 11924 1726884966.68641: variable 'ansible_search_path' from source: unknown 11924 1726884966.68645: calling self._execute() 11924 1726884966.68964: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.68968: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.68971: variable 'omit' from source: magic vars 11924 1726884966.68974: variable 'omit' from source: magic vars 11924 1726884966.68976: variable 'omit' from source: magic vars 11924 1726884966.68991: variable 'omit' from source: magic vars 11924 1726884966.69036: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884966.69075: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884966.69095: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884966.69115: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.69129: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.69148: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884966.69166: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884966.69198: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884966.69202: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.69204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.69345: Set connection var ansible_shell_executable to /bin/sh 11924 1726884966.69348: Set connection var ansible_connection to ssh 11924 1726884966.69351: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884966.69353: Set connection var ansible_timeout to 10 11924 1726884966.69357: Set connection var ansible_pipelining to False 11924 1726884966.69359: Set connection var ansible_shell_type to sh 11924 1726884966.69666: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.69675: variable 'ansible_connection' from source: unknown 11924 1726884966.69678: variable 'ansible_module_compression' from source: unknown 11924 1726884966.69681: variable 'ansible_shell_type' from source: unknown 11924 1726884966.69683: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.69685: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.69693: variable 'ansible_pipelining' from source: unknown 11924 1726884966.69696: variable 'ansible_timeout' from source: unknown 11924 1726884966.69698: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.70059: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884966.70064: variable 'omit' from source: magic vars 11924 1726884966.70067: starting attempt loop 11924 1726884966.70069: running the handler 11924 1726884966.70072: handler run complete 11924 1726884966.70074: attempt loop complete, returning result 11924 1726884966.70076: _execute() done 11924 1726884966.70078: dumping result to json 11924 1726884966.70080: done dumping result, returning 11924 1726884966.70082: done running TaskExecutor() for managed_node2/TASK: Clean up variables [0affc8a3-6f6f-f4c0-2290-00000000497a] 11924 1726884966.70084: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000497a 11924 1726884966.70305: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000497a 11924 1726884966.70307: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 11924 1726884966.70393: no more pending results, returning what we have 11924 1726884966.70397: results queue empty 11924 1726884966.70397: checking for any_errors_fatal 11924 1726884966.70410: done checking for any_errors_fatal 11924 1726884966.70411: checking for max_fail_percentage 11924 1726884966.70414: done checking for max_fail_percentage 11924 1726884966.70415: checking to see if all hosts have failed and the running result is not ok 11924 1726884966.70416: done checking to see if all hosts have failed 11924 1726884966.70417: getting the remaining hosts for this loop 11924 1726884966.70419: done getting the remaining hosts for this loop 11924 1726884966.70424: getting the next task for host managed_node2 11924 1726884966.70438: done getting next task for host managed_node2 11924 1726884966.70442: ^ task is: TASK: Verify fs type 11924 1726884966.70450: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884966.70458: getting variables 11924 1726884966.70460: in VariableManager get_vars() 11924 1726884966.70501: Calling all_inventory to load vars for managed_node2 11924 1726884966.70503: Calling groups_inventory to load vars for managed_node2 11924 1726884966.70508: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884966.70521: Calling all_plugins_play to load vars for managed_node2 11924 1726884966.70525: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884966.70528: Calling groups_plugins_play to load vars for managed_node2 11924 1726884966.72723: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884966.74159: done with get_vars() 11924 1726884966.74179: done getting variables 11924 1726884966.74233: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:06 -0400 (0:00:00.066) 0:02:12.083 ****** 11924 1726884966.74472: entering _queue_task() for managed_node2/assert 11924 1726884966.75046: worker is 1 (out of 1 available) 11924 1726884966.75062: exiting _queue_task() for managed_node2/assert 11924 1726884966.75076: done queuing things up, now waiting for results queue to drain 11924 1726884966.75078: waiting for pending results... 11924 1726884966.75716: running TaskExecutor() for managed_node2/TASK: Verify fs type 11924 1726884966.76064: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000497e 11924 1726884966.76176: variable 'ansible_search_path' from source: unknown 11924 1726884966.76224: calling self._execute() 11924 1726884966.76501: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.76518: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.76623: variable 'omit' from source: magic vars 11924 1726884966.77671: variable 'storage_test_volume' from source: include params 11924 1726884966.77674: Evaluated conditional (storage_test_volume.type != "stratis"): True 11924 1726884966.77850: variable 'storage_test_volume' from source: include params 11924 1726884966.77872: Evaluated conditional (storage_test_volume.fs_type): True 11924 1726884966.78095: variable '_storage_test_volume_present' from source: set_fact 11924 1726884966.78114: Evaluated conditional (_storage_test_volume_present): True 11924 1726884966.78261: variable 'omit' from source: magic vars 11924 1726884966.78302: variable 'omit' from source: magic vars 11924 1726884966.78394: variable 'omit' from source: magic vars 11924 1726884966.78564: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884966.78614: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884966.78673: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884966.78717: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.78754: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.78785: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884966.78815: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884966.78861: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884966.78871: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.78880: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.79026: Set connection var ansible_shell_executable to /bin/sh 11924 1726884966.79036: Set connection var ansible_connection to ssh 11924 1726884966.79047: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884966.79058: Set connection var ansible_timeout to 10 11924 1726884966.79070: Set connection var ansible_pipelining to False 11924 1726884966.79085: Set connection var ansible_shell_type to sh 11924 1726884966.79160: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.79163: variable 'ansible_connection' from source: unknown 11924 1726884966.79165: variable 'ansible_module_compression' from source: unknown 11924 1726884966.79167: variable 'ansible_shell_type' from source: unknown 11924 1726884966.79169: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.79172: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.79175: variable 'ansible_pipelining' from source: unknown 11924 1726884966.79178: variable 'ansible_timeout' from source: unknown 11924 1726884966.79184: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.79350: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884966.79377: variable 'omit' from source: magic vars 11924 1726884966.79407: starting attempt loop 11924 1726884966.79411: running the handler 11924 1726884966.79961: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884966.84050: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884966.84137: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884966.84189: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884966.84237: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884966.84271: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884966.84351: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884966.84387: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884966.84419: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884966.84465: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884966.84483: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884966.85161: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884966.85360: variable 'storage_test_volume' from source: include params 11924 1726884966.85364: 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 11924 1726884966.85367: handler run complete 11924 1726884966.85369: attempt loop complete, returning result 11924 1726884966.85372: _execute() done 11924 1726884966.85375: dumping result to json 11924 1726884966.85377: done dumping result, returning 11924 1726884966.85379: done running TaskExecutor() for managed_node2/TASK: Verify fs type [0affc8a3-6f6f-f4c0-2290-00000000497e] 11924 1726884966.85380: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000497e 11924 1726884966.85464: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000497e 11924 1726884966.85468: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884966.85713: no more pending results, returning what we have 11924 1726884966.85717: results queue empty 11924 1726884966.85718: checking for any_errors_fatal 11924 1726884966.85729: done checking for any_errors_fatal 11924 1726884966.85730: checking for max_fail_percentage 11924 1726884966.85732: done checking for max_fail_percentage 11924 1726884966.85734: checking to see if all hosts have failed and the running result is not ok 11924 1726884966.85734: done checking to see if all hosts have failed 11924 1726884966.85735: getting the remaining hosts for this loop 11924 1726884966.85737: done getting the remaining hosts for this loop 11924 1726884966.85741: getting the next task for host managed_node2 11924 1726884966.85757: done getting next task for host managed_node2 11924 1726884966.85761: ^ task is: TASK: Verify fs label 11924 1726884966.85768: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884966.85774: getting variables 11924 1726884966.85776: in VariableManager get_vars() 11924 1726884966.85814: Calling all_inventory to load vars for managed_node2 11924 1726884966.85816: Calling groups_inventory to load vars for managed_node2 11924 1726884966.85820: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884966.85829: Calling all_plugins_play to load vars for managed_node2 11924 1726884966.85832: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884966.85834: Calling groups_plugins_play to load vars for managed_node2 11924 1726884966.87199: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884966.87902: done with get_vars() 11924 1726884966.87921: done getting variables 11924 1726884966.87992: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:06 -0400 (0:00:00.135) 0:02:12.219 ****** 11924 1726884966.88026: entering _queue_task() for managed_node2/assert 11924 1726884966.88592: worker is 1 (out of 1 available) 11924 1726884966.88605: exiting _queue_task() for managed_node2/assert 11924 1726884966.88617: done queuing things up, now waiting for results queue to drain 11924 1726884966.88619: waiting for pending results... 11924 1726884966.88977: running TaskExecutor() for managed_node2/TASK: Verify fs label 11924 1726884966.89102: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000497f 11924 1726884966.89122: variable 'ansible_search_path' from source: unknown 11924 1726884966.89162: calling self._execute() 11924 1726884966.89364: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.89368: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.89371: variable 'omit' from source: magic vars 11924 1726884966.89771: variable 'storage_test_volume' from source: include params 11924 1726884966.89811: Evaluated conditional (storage_test_volume.type != "stratis"): True 11924 1726884966.90161: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884966.92476: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884966.92571: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884966.92619: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884966.92684: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884966.92723: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884966.92827: variable '_storage_test_volume_present' from source: set_fact 11924 1726884966.92848: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884966.92991: variable 'storage_test_volume' from source: include params 11924 1726884966.93015: Evaluated conditional (storage_test_volume.fs_type != "gfs2"): True 11924 1726884966.93028: variable 'omit' from source: magic vars 11924 1726884966.93103: variable 'omit' from source: magic vars 11924 1726884966.93309: variable 'storage_test_volume' from source: include params 11924 1726884966.93332: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884966.93382: variable 'omit' from source: magic vars 11924 1726884966.93422: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884966.93462: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884966.93488: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884966.93519: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.93545: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.93569: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884966.93591: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884966.93634: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884966.93644: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.93653: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.93784: Set connection var ansible_shell_executable to /bin/sh 11924 1726884966.93791: Set connection var ansible_connection to ssh 11924 1726884966.93802: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884966.93840: Set connection var ansible_timeout to 10 11924 1726884966.93843: Set connection var ansible_pipelining to False 11924 1726884966.93846: Set connection var ansible_shell_type to sh 11924 1726884966.93872: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.93880: variable 'ansible_connection' from source: unknown 11924 1726884966.93888: variable 'ansible_module_compression' from source: unknown 11924 1726884966.93950: variable 'ansible_shell_type' from source: unknown 11924 1726884966.93953: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.93958: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.93960: variable 'ansible_pipelining' from source: unknown 11924 1726884966.93962: variable 'ansible_timeout' from source: unknown 11924 1726884966.93964: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.94080: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884966.94096: variable 'omit' from source: magic vars 11924 1726884966.94107: starting attempt loop 11924 1726884966.94118: running the handler 11924 1726884966.94359: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884966.94391: variable 'storage_test_volume' from source: include params 11924 1726884966.94442: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._device].label == storage_test_volume.fs_label): True 11924 1726884966.94445: handler run complete 11924 1726884966.94457: attempt loop complete, returning result 11924 1726884966.94475: _execute() done 11924 1726884966.94478: dumping result to json 11924 1726884966.94561: done dumping result, returning 11924 1726884966.94566: done running TaskExecutor() for managed_node2/TASK: Verify fs label [0affc8a3-6f6f-f4c0-2290-00000000497f] 11924 1726884966.94569: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000497f ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884966.94698: no more pending results, returning what we have 11924 1726884966.94702: results queue empty 11924 1726884966.94703: checking for any_errors_fatal 11924 1726884966.94713: done checking for any_errors_fatal 11924 1726884966.94713: checking for max_fail_percentage 11924 1726884966.94716: done checking for max_fail_percentage 11924 1726884966.94717: checking to see if all hosts have failed and the running result is not ok 11924 1726884966.94717: done checking to see if all hosts have failed 11924 1726884966.94718: getting the remaining hosts for this loop 11924 1726884966.94720: done getting the remaining hosts for this loop 11924 1726884966.94724: getting the next task for host managed_node2 11924 1726884966.94736: done getting next task for host managed_node2 11924 1726884966.94739: ^ task is: TASK: See whether the device node is present 11924 1726884966.94745: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884966.94762: getting variables 11924 1726884966.94764: in VariableManager get_vars() 11924 1726884966.94802: Calling all_inventory to load vars for managed_node2 11924 1726884966.94804: Calling groups_inventory to load vars for managed_node2 11924 1726884966.94808: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884966.94818: Calling all_plugins_play to load vars for managed_node2 11924 1726884966.94821: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884966.94823: Calling groups_plugins_play to load vars for managed_node2 11924 1726884966.95373: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000497f 11924 1726884966.95862: WORKER PROCESS EXITING 11924 1726884966.95877: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884966.97274: done with get_vars() 11924 1726884966.97297: 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 22:16:06 -0400 (0:00:00.096) 0:02:12.315 ****** 11924 1726884966.97661: entering _queue_task() for managed_node2/stat 11924 1726884966.98107: worker is 1 (out of 1 available) 11924 1726884966.98121: exiting _queue_task() for managed_node2/stat 11924 1726884966.98135: done queuing things up, now waiting for results queue to drain 11924 1726884966.98137: waiting for pending results... 11924 1726884966.98472: running TaskExecutor() for managed_node2/TASK: See whether the device node is present 11924 1726884966.98661: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004983 11924 1726884966.98665: variable 'ansible_search_path' from source: unknown 11924 1726884966.98668: calling self._execute() 11924 1726884966.98817: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.98822: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.98871: variable 'omit' from source: magic vars 11924 1726884966.98960: variable 'omit' from source: magic vars 11924 1726884966.99361: variable 'omit' from source: magic vars 11924 1726884966.99364: variable 'storage_test_volume' from source: include params 11924 1726884966.99367: variable 'omit' from source: magic vars 11924 1726884966.99405: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884966.99442: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884966.99467: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884966.99486: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.99497: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884966.99517: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884966.99532: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884966.99568: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884966.99572: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.99575: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.99861: Set connection var ansible_shell_executable to /bin/sh 11924 1726884966.99864: Set connection var ansible_connection to ssh 11924 1726884966.99867: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884966.99869: Set connection var ansible_timeout to 10 11924 1726884966.99871: Set connection var ansible_pipelining to False 11924 1726884966.99873: Set connection var ansible_shell_type to sh 11924 1726884966.99875: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.99877: variable 'ansible_connection' from source: unknown 11924 1726884966.99879: variable 'ansible_module_compression' from source: unknown 11924 1726884966.99881: variable 'ansible_shell_type' from source: unknown 11924 1726884966.99887: variable 'ansible_shell_executable' from source: unknown 11924 1726884966.99889: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884966.99891: variable 'ansible_pipelining' from source: unknown 11924 1726884966.99893: variable 'ansible_timeout' from source: unknown 11924 1726884966.99895: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884966.99973: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884966.99984: variable 'omit' from source: magic vars 11924 1726884966.99989: starting attempt loop 11924 1726884966.99992: running the handler 11924 1726884967.00017: _low_level_execute_command(): starting 11924 1726884967.00020: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884967.00754: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884967.00870: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884967.00895: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884967.00985: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884967.02746: stdout chunk (state=3): >>>/root <<< 11924 1726884967.02960: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884967.02964: stdout chunk (state=3): >>><<< 11924 1726884967.02976: stderr chunk (state=3): >>><<< 11924 1726884967.03017: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884967.03044: _low_level_execute_command(): starting 11924 1726884967.03048: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884967.0301878-17977-241485893578204 `" && echo ansible-tmp-1726884967.0301878-17977-241485893578204="` echo /root/.ansible/tmp/ansible-tmp-1726884967.0301878-17977-241485893578204 `" ) && sleep 0' 11924 1726884967.04831: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884967.05073: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884967.05227: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884967.05287: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884967.07274: stdout chunk (state=3): >>>ansible-tmp-1726884967.0301878-17977-241485893578204=/root/.ansible/tmp/ansible-tmp-1726884967.0301878-17977-241485893578204 <<< 11924 1726884967.07384: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884967.07438: stderr chunk (state=3): >>><<< 11924 1726884967.07450: stdout chunk (state=3): >>><<< 11924 1726884967.07487: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884967.0301878-17977-241485893578204=/root/.ansible/tmp/ansible-tmp-1726884967.0301878-17977-241485893578204 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884967.07572: variable 'ansible_module_compression' from source: unknown 11924 1726884967.07631: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884967.07789: variable 'ansible_facts' from source: unknown 11924 1726884967.07792: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884967.0301878-17977-241485893578204/AnsiballZ_stat.py 11924 1726884967.08032: Sending initial data 11924 1726884967.08035: Sent initial data (153 bytes) 11924 1726884967.08652: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884967.08773: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884967.08795: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884967.08886: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884967.10678: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884967.10757: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884967.10864: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpajbad8ef /root/.ansible/tmp/ansible-tmp-1726884967.0301878-17977-241485893578204/AnsiballZ_stat.py <<< 11924 1726884967.10868: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884967.0301878-17977-241485893578204/AnsiballZ_stat.py" <<< 11924 1726884967.11161: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpajbad8ef" to remote "/root/.ansible/tmp/ansible-tmp-1726884967.0301878-17977-241485893578204/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884967.0301878-17977-241485893578204/AnsiballZ_stat.py" <<< 11924 1726884967.12173: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884967.12214: stderr chunk (state=3): >>><<< 11924 1726884967.12224: stdout chunk (state=3): >>><<< 11924 1726884967.12280: done transferring module to remote 11924 1726884967.12308: _low_level_execute_command(): starting 11924 1726884967.12323: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884967.0301878-17977-241485893578204/ /root/.ansible/tmp/ansible-tmp-1726884967.0301878-17977-241485893578204/AnsiballZ_stat.py && sleep 0' 11924 1726884967.13079: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884967.13234: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884967.13276: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884967.13298: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884967.13489: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884967.15932: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884967.15936: stdout chunk (state=3): >>><<< 11924 1726884967.15940: stderr chunk (state=3): >>><<< 11924 1726884967.15943: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884967.15949: _low_level_execute_command(): starting 11924 1726884967.15951: _low_level_execute_command(): using become for this command 11924 1726884967.16360: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-wflmzakczqqwbubqdztkxxtcilygrkzx ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884967.0301878-17977-241485893578204/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884967.16397: Initial state: awaiting_escalation: BECOME-SUCCESS-wflmzakczqqwbubqdztkxxtcilygrkzx 11924 1726884967.17335: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884967.17699: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884967.17875: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884967.21096: stdout chunk (state=1): >>>BECOME-SUCCESS-wflmzakczqqwbubqdztkxxtcilygrkzx <<< 11924 1726884967.21100: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-wflmzakczqqwbubqdztkxxtcilygrkzx' 11924 1726884967.21363: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884967.21454: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884967.21465: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884967.21682: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884967.21690: 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' # <<< 11924 1726884967.22064: 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 0x7fc9030183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902fe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc90301a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884967.22069: stdout chunk (state=3): >>>import '_stat' # import 'stat' # import '_collections_abc' # <<< 11924 1726884967.22100: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884967.22195: 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 <<< 11924 1726884967.22198: 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 0x7fc902de8fe0> <<< 11924 1726884967.22432: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902de9fd0> import 'site' # <<< 11924 1726884967.22463: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884967.22529: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884967.22596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884967.22669: 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 <<< 11924 1726884967.22866: 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 0x7fc902e27e90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e27f50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884967.22880: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884967.22976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884967.23165: 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 0x7fc902e5f8c0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e5ff50> <<< 11924 1726884967.23293: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e3fb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e3d280> <<< 11924 1726884967.23368: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e25040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884967.23392: 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' <<< 11924 1726884967.23440: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e837d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e823f0> <<< 11924 1726884967.23494: 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 0x7fc902e3e270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e80c50> <<< 11924 1726884967.23967: 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 0x7fc902eb4830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e242c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902eb4ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902eb4b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902eb4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e22de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884967.23971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902eb5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902eb5310> <<< 11924 1726884967.23974: 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' <<< 11924 1726884967.23978: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902eb6510> <<< 11924 1726884967.23981: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884967.24088: 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 0x7fc902ecc740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902ecde50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884967.24124: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884967.24128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902ececf0> <<< 11924 1726884967.24176: 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 0x7fc902ecf320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902ece240> <<< 11924 1726884967.24394: 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 0x7fc902ecfda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902ecf4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902eb6570> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884967.24500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884967.24509: 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 0x7fc902c5bc80> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884967.24515: 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 0x7fc902c847a0> <<< 11924 1726884967.24572: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902c84500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902c84740> <<< 11924 1726884967.24578: 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' <<< 11924 1726884967.24762: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884967.24802: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902c850a0> <<< 11924 1726884967.24946: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884967.24960: 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 0x7fc902c85a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902c84950> <<< 11924 1726884967.25044: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902c59e20> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884967.25118: 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 0x7fc902c86e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902c858e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902eb6c60> <<< 11924 1726884967.25231: 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' <<< 11924 1726884967.25235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884967.25307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884967.25331: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902cb3140> <<< 11924 1726884967.25426: 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 <<< 11924 1726884967.25430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884967.25472: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902cdb4a0> <<< 11924 1726884967.25490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884967.25602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884967.25668: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884967.25688: 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 0x7fc902d34260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884967.25713: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884967.25740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884967.25833: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902d369c0> <<< 11924 1726884967.25914: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902d34380> <<< 11924 1726884967.25948: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902d01280> <<< 11924 1726884967.25987: 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 0x7fc902b3d370> <<< 11924 1726884967.26016: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902cda2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902c87d40> <<< 11924 1726884967.26136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884967.26146: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc902cda8a0> <<< 11924 1726884967.26348: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_a4jm2uch/ansible_stat_payload.zip' <<< 11924 1726884967.26363: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.26475: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.26520: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884967.26533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884967.26568: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884967.26640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884967.26690: 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 0x7fc902b93020> <<< 11924 1726884967.26698: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884967.26936: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902b71f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902b710a0> # zipimport: zlib available <<< 11924 1726884967.26940: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884967.27010: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884967.28463: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.29764: 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 0x7fc902b90ef0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884967.29770: 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' <<< 11924 1726884967.29817: 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 0x7fc902bbaae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902bba870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902bba180> <<< 11924 1726884967.29843: 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' <<< 11924 1726884967.29896: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902bbabd0> <<< 11924 1726884967.29911: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902b93cb0> import 'atexit' # <<< 11924 1726884967.29963: 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 0x7fc902bbb860> <<< 11924 1726884967.30007: 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 0x7fc902bbbaa0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884967.30058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884967.30144: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902bbbf50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884967.30194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884967.30200: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902515d90> <<< 11924 1726884967.30268: 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 0x7fc9025179b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884967.30326: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9025183b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884967.30405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902519550> <<< 11924 1726884967.30431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884967.30470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884967.30518: 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' <<< 11924 1726884967.30559: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc90251bf80> <<< 11924 1726884967.30586: 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 0x7fc9025203b0> <<< 11924 1726884967.30619: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc90251a300> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884967.30634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884967.30680: 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' <<< 11924 1726884967.30696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884967.30781: 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 0x7fc902523ef0> <<< 11924 1726884967.30785: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884967.30842: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9025229c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902522720> <<< 11924 1726884967.30897: 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' <<< 11924 1726884967.30968: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902522c90> <<< 11924 1726884967.31041: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc90251a810> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902567ef0> <<< 11924 1726884967.31066: 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 0x7fc902568170> <<< 11924 1726884967.31118: 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' <<< 11924 1726884967.31174: 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 0x7fc902569d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902569ac0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884967.31318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884967.31371: 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 0x7fc90256c290> <<< 11924 1726884967.31396: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc90256a3f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884967.31434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884967.31489: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884967.31514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884967.31536: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc90256fa70> <<< 11924 1726884967.31650: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc90256c440> <<< 11924 1726884967.31715: stdout 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 0x7fc902570d40> <<< 11924 1726884967.31747: stdout 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 0x7fc902570c80> <<< 11924 1726884967.31794: stdout 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 0x7fc902570d10> <<< 11924 1726884967.31807: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9025683e0> <<< 11924 1726884967.31837: 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 <<< 11924 1726884967.31854: 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 <<< 11924 1726884967.31882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884967.31905: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884967.31935: 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 0x7fc9025fc380> <<< 11924 1726884967.32108: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884967.32111: 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 0x7fc9025fd6a0> <<< 11924 1726884967.32167: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902572b10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902573ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902572780> <<< 11924 1726884967.32179: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.32207: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884967.32300: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.32447: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.32488: 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 <<< 11924 1726884967.32585: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.32710: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.33263: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.33832: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884967.33836: 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' # <<< 11924 1726884967.33865: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884967.33887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884967.33928: 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 0x7fc902401910> <<< 11924 1726884967.34033: 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' <<< 11924 1726884967.34036: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902402660> <<< 11924 1726884967.34050: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9025fd820> <<< 11924 1726884967.34111: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884967.34117: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.34158: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884967.34161: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.34313: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.34479: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884967.34498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902402630> <<< 11924 1726884967.34508: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.34968: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.35419: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.35491: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.35571: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884967.35583: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.35616: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.35665: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884967.35669: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.35736: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.35820: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884967.35864: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884967.35867: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 11924 1726884967.35883: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.35920: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.35971: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884967.35976: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.36197: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.36438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884967.36497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884967.36523: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884967.36591: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902403950> <<< 11924 1726884967.36614: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.36673: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.36753: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884967.36760: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 11924 1726884967.36794: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884967.36836: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.36875: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884967.36894: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.36929: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.36987: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.37038: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.37119: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884967.37157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884967.37258: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc90240e300> <<< 11924 1726884967.37285: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902409b50> <<< 11924 1726884967.37328: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884967.37332: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.37399: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.37468: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.37493: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.37535: stdout chunk (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' <<< 11924 1726884967.37559: 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 <<< 11924 1726884967.37582: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884967.37609: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884967.37683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884967.37709: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884967.37726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884967.37773: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902502a80> <<< 11924 1726884967.37826: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902bf2780> <<< 11924 1726884967.37917: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc90240e090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902ece120> <<< 11924 1726884967.37920: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884967.37969: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.37990: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884967.38040: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884967.38083: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.38099: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884967.38253: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.38576: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884967.39338: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/dev/mapper/foo-test1", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 585, "dev": 6, "nlink": 1, "atime": 1726884950.527577, "mtime": 1726884950.527577, "ctime": 1726884950.527577, "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/foo-test1", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 11924 1726884967.39360: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884967.39831: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884967.39910: 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 <<< 11924 1726884967.39916: 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 <<< 11924 1726884967.40028: 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.modules # destroy ansible.modules <<< 11924 1726884967.40264: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884967.40268: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884967.40283: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884967.40300: stdout chunk (state=3): >>># destroy _blake2 <<< 11924 1726884967.40319: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 11924 1726884967.40349: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884967.40383: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884967.40443: 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 <<< 11924 1726884967.40447: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 11924 1726884967.40449: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 11924 1726884967.40478: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 11924 1726884967.40499: stdout chunk (state=3): >>># destroy array <<< 11924 1726884967.40517: stdout chunk (state=3): >>># destroy datetime <<< 11924 1726884967.40552: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884967.40589: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884967.40629: 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 <<< 11924 1726884967.40659: 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 <<< 11924 1726884967.40666: stdout chunk (state=3): >>># cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 11924 1726884967.40701: 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 <<< 11924 1726884967.40704: 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 <<< 11924 1726884967.40742: 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 <<< 11924 1726884967.40746: 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 <<< 11924 1726884967.40773: 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 <<< 11924 1726884967.40915: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884967.40957: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 11924 1726884967.40986: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884967.41036: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884967.41040: 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 <<< 11924 1726884967.41042: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 11924 1726884967.41062: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884967.41154: 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 <<< 11924 1726884967.41185: stdout chunk (state=3): >>># destroy time <<< 11924 1726884967.41202: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884967.41221: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884967.41259: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix <<< 11924 1726884967.41263: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread <<< 11924 1726884967.41284: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884967.42059: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884967.42062: stdout chunk (state=3): >>><<< 11924 1726884967.42064: stderr chunk (state=3): >>><<< 11924 1726884967.42077: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9030183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902fe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc90301a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902de8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902de9fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e27e90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e27f50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e5f8c0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e5ff50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e3fb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e3d280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e25040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e837d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e823f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e3e270> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e80c50> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902eb4830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e242c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902eb4ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902eb4b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902eb4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902e22de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902eb5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902eb5310> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902eb6510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902ecc740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902ecde50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902ececf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902ecf320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902ece240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902ecfda0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902ecf4d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902eb6570> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902c5bc80> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902c847a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902c84500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902c84740> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902c850a0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902c85a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902c84950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902c59e20> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902c86e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902c858e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902eb6c60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902cb3140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902cdb4a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902d34260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902d369c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902d34380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902d01280> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902b3d370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902cda2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902c87d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc902cda8a0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_a4jm2uch/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 0x7fc902b93020> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902b71f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902b710a0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902b90ef0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902bbaae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902bba870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902bba180> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902bbabd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902b93cb0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902bbb860> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902bbbaa0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902bbbf50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902515d90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc9025179b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9025183b0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902519550> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc90251bf80> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc9025203b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc90251a300> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902523ef0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9025229c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902522720> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902522c90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc90251a810> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902567ef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902568170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902569d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902569ac0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc90256c290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc90256a3f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc90256fa70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc90256c440> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902570d40> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902570c80> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902570d10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9025683e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc9025fc380> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc9025fd6a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902572b10> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902573ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902572780> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc902401910> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902402660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc9025fd820> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902402630> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902403950> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc90240e300> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902409b50> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902502a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902bf2780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc90240e090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc902ece120> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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/foo-test1", "mode": "0660", "isdir": false, "ischr": false, "isblk": true, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 6, "size": 0, "inode": 585, "dev": 6, "nlink": 1, "atime": 1726884950.527577, "mtime": 1726884950.527577, "ctime": 1726884950.527577, "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/foo-test1", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884967.43282: done with _execute_module (stat, {'path': '/dev/mapper/foo-test1', '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-1726884967.0301878-17977-241485893578204/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884967.43287: _low_level_execute_command(): starting 11924 1726884967.43290: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884967.0301878-17977-241485893578204/ > /dev/null 2>&1 && sleep 0' 11924 1726884967.43292: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884967.43295: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884967.43297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884967.43299: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884967.43301: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884967.43303: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884967.43319: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884967.43322: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884967.43325: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884967.43405: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884967.45563: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884967.45568: stdout chunk (state=3): >>><<< 11924 1726884967.45570: stderr chunk (state=3): >>><<< 11924 1726884967.45573: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884967.45576: handler run complete 11924 1726884967.45578: attempt loop complete, returning result 11924 1726884967.45580: _execute() done 11924 1726884967.45582: dumping result to json 11924 1726884967.45584: done dumping result, returning 11924 1726884967.45586: done running TaskExecutor() for managed_node2/TASK: See whether the device node is present [0affc8a3-6f6f-f4c0-2290-000000004983] 11924 1726884967.45588: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004983 11924 1726884967.45693: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004983 11924 1726884967.45698: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884950.527577, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726884950.527577, "dev": 6, "device_type": 64768, "executable": false, "exists": true, "gid": 6, "gr_name": "disk", "inode": 585, "isblk": true, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/symlink", "mode": "0660", "mtime": 1726884950.527577, "nlink": 1, "path": "/dev/mapper/foo-test1", "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 } } 11924 1726884967.45831: no more pending results, returning what we have 11924 1726884967.45839: results queue empty 11924 1726884967.45841: checking for any_errors_fatal 11924 1726884967.46063: done checking for any_errors_fatal 11924 1726884967.46064: checking for max_fail_percentage 11924 1726884967.46066: done checking for max_fail_percentage 11924 1726884967.46067: checking to see if all hosts have failed and the running result is not ok 11924 1726884967.46068: done checking to see if all hosts have failed 11924 1726884967.46068: getting the remaining hosts for this loop 11924 1726884967.46070: done getting the remaining hosts for this loop 11924 1726884967.46074: getting the next task for host managed_node2 11924 1726884967.46083: done getting next task for host managed_node2 11924 1726884967.46086: ^ task is: TASK: Verify the presence/absence of the device node 11924 1726884967.46091: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884967.46101: getting variables 11924 1726884967.46103: in VariableManager get_vars() 11924 1726884967.46143: Calling all_inventory to load vars for managed_node2 11924 1726884967.46146: Calling groups_inventory to load vars for managed_node2 11924 1726884967.46149: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884967.46178: Calling all_plugins_play to load vars for managed_node2 11924 1726884967.46182: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884967.46186: Calling groups_plugins_play to load vars for managed_node2 11924 1726884967.47045: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884967.47689: done with get_vars() 11924 1726884967.47708: done getting variables 11924 1726884967.47771: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:16:07 -0400 (0:00:00.501) 0:02:12.816 ****** 11924 1726884967.47808: entering _queue_task() for managed_node2/assert 11924 1726884967.48145: worker is 1 (out of 1 available) 11924 1726884967.48263: exiting _queue_task() for managed_node2/assert 11924 1726884967.48277: done queuing things up, now waiting for results queue to drain 11924 1726884967.48279: waiting for pending results... 11924 1726884967.48775: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node 11924 1726884967.48781: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004984 11924 1726884967.48785: variable 'ansible_search_path' from source: unknown 11924 1726884967.48788: calling self._execute() 11924 1726884967.48927: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.48940: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.48959: variable 'omit' from source: magic vars 11924 1726884967.49461: variable '_storage_test_volume_present' from source: set_fact 11924 1726884967.49474: variable 'storage_test_volume' from source: include params 11924 1726884967.49514: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): True 11924 1726884967.49528: variable 'omit' from source: magic vars 11924 1726884967.49615: variable 'omit' from source: magic vars 11924 1726884967.49736: variable 'storage_test_volume' from source: include params 11924 1726884967.49786: variable 'omit' from source: magic vars 11924 1726884967.49838: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884967.49885: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884967.49915: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884967.49938: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884967.49958: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884967.49984: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884967.50011: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884967.50100: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884967.50104: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.50108: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.50200: Set connection var ansible_shell_executable to /bin/sh 11924 1726884967.50215: Set connection var ansible_connection to ssh 11924 1726884967.50228: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884967.50239: Set connection var ansible_timeout to 10 11924 1726884967.50249: Set connection var ansible_pipelining to False 11924 1726884967.50261: Set connection var ansible_shell_type to sh 11924 1726884967.50296: variable 'ansible_shell_executable' from source: unknown 11924 1726884967.50319: variable 'ansible_connection' from source: unknown 11924 1726884967.50322: variable 'ansible_module_compression' from source: unknown 11924 1726884967.50325: variable 'ansible_shell_type' from source: unknown 11924 1726884967.50428: variable 'ansible_shell_executable' from source: unknown 11924 1726884967.50431: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.50433: variable 'ansible_pipelining' from source: unknown 11924 1726884967.50436: variable 'ansible_timeout' from source: unknown 11924 1726884967.50438: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.50507: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884967.50529: variable 'omit' from source: magic vars 11924 1726884967.50545: starting attempt loop 11924 1726884967.50550: running the handler 11924 1726884967.50730: variable 'storage_test_dev' from source: set_fact 11924 1726884967.50763: Evaluated conditional (storage_test_dev.stat.exists and storage_test_dev.stat.isblk): True 11924 1726884967.50772: handler run complete 11924 1726884967.50786: attempt loop complete, returning result 11924 1726884967.50791: _execute() done 11924 1726884967.50796: dumping result to json 11924 1726884967.50801: done dumping result, returning 11924 1726884967.50810: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-f4c0-2290-000000004984] 11924 1726884967.50821: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004984 11924 1726884967.51161: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004984 11924 1726884967.51164: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884967.51210: no more pending results, returning what we have 11924 1726884967.51217: results queue empty 11924 1726884967.51218: checking for any_errors_fatal 11924 1726884967.51226: done checking for any_errors_fatal 11924 1726884967.51227: checking for max_fail_percentage 11924 1726884967.51229: done checking for max_fail_percentage 11924 1726884967.51230: checking to see if all hosts have failed and the running result is not ok 11924 1726884967.51231: done checking to see if all hosts have failed 11924 1726884967.51232: getting the remaining hosts for this loop 11924 1726884967.51234: done getting the remaining hosts for this loop 11924 1726884967.51237: getting the next task for host managed_node2 11924 1726884967.51246: done getting next task for host managed_node2 11924 1726884967.51248: ^ task is: TASK: Verify the presence/absence of the device node 11924 1726884967.51256: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884967.51261: getting variables 11924 1726884967.51263: in VariableManager get_vars() 11924 1726884967.51299: Calling all_inventory to load vars for managed_node2 11924 1726884967.51301: Calling groups_inventory to load vars for managed_node2 11924 1726884967.51306: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884967.51325: Calling all_plugins_play to load vars for managed_node2 11924 1726884967.51329: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884967.51331: Calling groups_plugins_play to load vars for managed_node2 11924 1726884967.52048: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884967.52673: done with get_vars() 11924 1726884967.52691: done getting variables 11924 1726884967.52749: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:16:07 -0400 (0:00:00.049) 0:02:12.866 ****** 11924 1726884967.52784: entering _queue_task() for managed_node2/assert 11924 1726884967.53168: worker is 1 (out of 1 available) 11924 1726884967.53182: exiting _queue_task() for managed_node2/assert 11924 1726884967.53197: done queuing things up, now waiting for results queue to drain 11924 1726884967.53199: waiting for pending results... 11924 1726884967.53547: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node 11924 1726884967.53718: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004985 11924 1726884967.53742: variable 'ansible_search_path' from source: unknown 11924 1726884967.53793: calling self._execute() 11924 1726884967.53943: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.53957: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.53974: variable 'omit' from source: magic vars 11924 1726884967.54471: variable '_storage_test_volume_present' from source: set_fact 11924 1726884967.54483: variable 'storage_test_volume' from source: include params 11924 1726884967.54528: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): False 11924 1726884967.54537: when evaluation is False, skipping this task 11924 1726884967.54548: _execute() done 11924 1726884967.54558: dumping result to json 11924 1726884967.54566: done dumping result, returning 11924 1726884967.54578: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-f4c0-2290-000000004985] 11924 1726884967.54588: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004985 11924 1726884967.54814: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004985 11924 1726884967.54818: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not (_storage_test_volume_present or storage_test_volume.type == 'disk')", "skip_reason": "Conditional result was False" } 11924 1726884967.54874: no more pending results, returning what we have 11924 1726884967.54878: results queue empty 11924 1726884967.54879: checking for any_errors_fatal 11924 1726884967.54892: done checking for any_errors_fatal 11924 1726884967.54893: checking for max_fail_percentage 11924 1726884967.54895: done checking for max_fail_percentage 11924 1726884967.54897: checking to see if all hosts have failed and the running result is not ok 11924 1726884967.54897: done checking to see if all hosts have failed 11924 1726884967.54898: getting the remaining hosts for this loop 11924 1726884967.54900: done getting the remaining hosts for this loop 11924 1726884967.54905: getting the next task for host managed_node2 11924 1726884967.54918: done getting next task for host managed_node2 11924 1726884967.54923: ^ task is: TASK: Make sure we got info about this volume 11924 1726884967.54930: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884967.54937: getting variables 11924 1726884967.54939: in VariableManager get_vars() 11924 1726884967.54985: Calling all_inventory to load vars for managed_node2 11924 1726884967.54988: Calling groups_inventory to load vars for managed_node2 11924 1726884967.54992: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884967.55006: Calling all_plugins_play to load vars for managed_node2 11924 1726884967.55009: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884967.55015: Calling groups_plugins_play to load vars for managed_node2 11924 1726884967.55881: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884967.56511: done with get_vars() 11924 1726884967.56532: done getting variables 11924 1726884967.56598: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:07 -0400 (0:00:00.038) 0:02:12.905 ****** 11924 1726884967.56642: entering _queue_task() for managed_node2/assert 11924 1726884967.57017: worker is 1 (out of 1 available) 11924 1726884967.57032: exiting _queue_task() for managed_node2/assert 11924 1726884967.57045: done queuing things up, now waiting for results queue to drain 11924 1726884967.57047: waiting for pending results... 11924 1726884967.57393: running TaskExecutor() for managed_node2/TASK: Make sure we got info about this volume 11924 1726884967.57664: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004986 11924 1726884967.57668: variable 'ansible_search_path' from source: unknown 11924 1726884967.57671: calling self._execute() 11924 1726884967.57752: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.57768: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.57785: variable 'omit' from source: magic vars 11924 1726884967.58175: variable '_storage_test_volume_present' from source: set_fact 11924 1726884967.58189: Evaluated conditional (_storage_test_volume_present): True 11924 1726884967.58199: variable 'omit' from source: magic vars 11924 1726884967.58283: variable 'omit' from source: magic vars 11924 1726884967.58416: variable 'storage_test_volume' from source: include params 11924 1726884967.58482: variable 'omit' from source: magic vars 11924 1726884967.58535: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884967.58661: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884967.58664: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884967.58667: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884967.58669: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884967.58672: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884967.58687: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884967.58726: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884967.58735: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.58744: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.58896: Set connection var ansible_shell_executable to /bin/sh 11924 1726884967.58899: Set connection var ansible_connection to ssh 11924 1726884967.58902: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884967.58904: Set connection var ansible_timeout to 10 11924 1726884967.58910: Set connection var ansible_pipelining to False 11924 1726884967.58924: Set connection var ansible_shell_type to sh 11924 1726884967.59005: variable 'ansible_shell_executable' from source: unknown 11924 1726884967.59008: variable 'ansible_connection' from source: unknown 11924 1726884967.59010: variable 'ansible_module_compression' from source: unknown 11924 1726884967.59014: variable 'ansible_shell_type' from source: unknown 11924 1726884967.59017: variable 'ansible_shell_executable' from source: unknown 11924 1726884967.59018: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.59020: variable 'ansible_pipelining' from source: unknown 11924 1726884967.59022: variable 'ansible_timeout' from source: unknown 11924 1726884967.59024: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.59147: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884967.59168: variable 'omit' from source: magic vars 11924 1726884967.59179: starting attempt loop 11924 1726884967.59222: running the handler 11924 1726884967.59366: variable 'storage_test_volume' from source: include params 11924 1726884967.59384: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884967.59415: Evaluated conditional (storage_test_volume._raw_device in storage_test_blkinfo.info): True 11924 1726884967.59426: handler run complete 11924 1726884967.59449: attempt loop complete, returning result 11924 1726884967.59548: _execute() done 11924 1726884967.59551: dumping result to json 11924 1726884967.59554: done dumping result, returning 11924 1726884967.59558: done running TaskExecutor() for managed_node2/TASK: Make sure we got info about this volume [0affc8a3-6f6f-f4c0-2290-000000004986] 11924 1726884967.59560: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004986 11924 1726884967.59640: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004986 11924 1726884967.59643: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884967.59709: no more pending results, returning what we have 11924 1726884967.59716: results queue empty 11924 1726884967.59717: checking for any_errors_fatal 11924 1726884967.59730: done checking for any_errors_fatal 11924 1726884967.59731: checking for max_fail_percentage 11924 1726884967.59733: done checking for max_fail_percentage 11924 1726884967.59735: checking to see if all hosts have failed and the running result is not ok 11924 1726884967.59736: done checking to see if all hosts have failed 11924 1726884967.59736: getting the remaining hosts for this loop 11924 1726884967.59739: done getting the remaining hosts for this loop 11924 1726884967.59743: getting the next task for host managed_node2 11924 1726884967.59753: done getting next task for host managed_node2 11924 1726884967.59758: ^ task is: TASK: Process volume type (set initial value) (1/2) 11924 1726884967.59766: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884967.59771: getting variables 11924 1726884967.59773: in VariableManager get_vars() 11924 1726884967.59817: Calling all_inventory to load vars for managed_node2 11924 1726884967.59820: Calling groups_inventory to load vars for managed_node2 11924 1726884967.59824: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884967.59836: Calling all_plugins_play to load vars for managed_node2 11924 1726884967.59846: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884967.59849: Calling groups_plugins_play to load vars for managed_node2 11924 1726884967.61165: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884967.61726: done with get_vars() 11924 1726884967.61741: done getting variables 11924 1726884967.61798: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:07 -0400 (0:00:00.051) 0:02:12.957 ****** 11924 1726884967.61833: entering _queue_task() for managed_node2/set_fact 11924 1726884967.62172: worker is 1 (out of 1 available) 11924 1726884967.62186: exiting _queue_task() for managed_node2/set_fact 11924 1726884967.62201: done queuing things up, now waiting for results queue to drain 11924 1726884967.62203: waiting for pending results... 11924 1726884967.62563: running TaskExecutor() for managed_node2/TASK: Process volume type (set initial value) (1/2) 11924 1726884967.62686: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004987 11924 1726884967.62706: variable 'ansible_search_path' from source: unknown 11924 1726884967.62746: calling self._execute() 11924 1726884967.62878: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.62889: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.62904: variable 'omit' from source: magic vars 11924 1726884967.63027: variable 'omit' from source: magic vars 11924 1726884967.63106: variable 'omit' from source: magic vars 11924 1726884967.63414: variable 'storage_test_volume' from source: include params 11924 1726884967.63418: variable 'omit' from source: magic vars 11924 1726884967.63461: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884967.63500: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884967.63529: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884967.63551: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884967.63570: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884967.63592: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884967.63653: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884967.63779: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884967.63784: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.63787: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.63870: Set connection var ansible_shell_executable to /bin/sh 11924 1726884967.63883: Set connection var ansible_connection to ssh 11924 1726884967.63902: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884967.63917: Set connection var ansible_timeout to 10 11924 1726884967.63998: Set connection var ansible_pipelining to False 11924 1726884967.64002: Set connection var ansible_shell_type to sh 11924 1726884967.64005: variable 'ansible_shell_executable' from source: unknown 11924 1726884967.64008: variable 'ansible_connection' from source: unknown 11924 1726884967.64010: variable 'ansible_module_compression' from source: unknown 11924 1726884967.64015: variable 'ansible_shell_type' from source: unknown 11924 1726884967.64017: variable 'ansible_shell_executable' from source: unknown 11924 1726884967.64020: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.64021: variable 'ansible_pipelining' from source: unknown 11924 1726884967.64023: variable 'ansible_timeout' from source: unknown 11924 1726884967.64025: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.64189: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884967.64218: variable 'omit' from source: magic vars 11924 1726884967.64250: starting attempt loop 11924 1726884967.64254: running the handler 11924 1726884967.64259: handler run complete 11924 1726884967.64272: attempt loop complete, returning result 11924 1726884967.64279: _execute() done 11924 1726884967.64328: dumping result to json 11924 1726884967.64331: done dumping result, returning 11924 1726884967.64333: done running TaskExecutor() for managed_node2/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-f4c0-2290-000000004987] 11924 1726884967.64335: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004987 ok: [managed_node2] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } 11924 1726884967.64498: no more pending results, returning what we have 11924 1726884967.64501: results queue empty 11924 1726884967.64502: checking for any_errors_fatal 11924 1726884967.64520: done checking for any_errors_fatal 11924 1726884967.64521: checking for max_fail_percentage 11924 1726884967.64523: done checking for max_fail_percentage 11924 1726884967.64524: checking to see if all hosts have failed and the running result is not ok 11924 1726884967.64525: done checking to see if all hosts have failed 11924 1726884967.64526: getting the remaining hosts for this loop 11924 1726884967.64528: done getting the remaining hosts for this loop 11924 1726884967.64533: getting the next task for host managed_node2 11924 1726884967.64544: done getting next task for host managed_node2 11924 1726884967.64547: ^ task is: TASK: Process volume type (get RAID value) (2/2) 11924 1726884967.64557: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884967.64564: getting variables 11924 1726884967.64566: in VariableManager get_vars() 11924 1726884967.64610: Calling all_inventory to load vars for managed_node2 11924 1726884967.64616: Calling groups_inventory to load vars for managed_node2 11924 1726884967.64620: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884967.64634: Calling all_plugins_play to load vars for managed_node2 11924 1726884967.64637: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884967.64640: Calling groups_plugins_play to load vars for managed_node2 11924 1726884967.65571: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004987 11924 1726884967.65575: WORKER PROCESS EXITING 11924 1726884967.65664: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884967.66323: done with get_vars() 11924 1726884967.66348: done getting variables 11924 1726884967.66408: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:07 -0400 (0:00:00.046) 0:02:13.003 ****** 11924 1726884967.66447: entering _queue_task() for managed_node2/set_fact 11924 1726884967.66795: worker is 1 (out of 1 available) 11924 1726884967.66809: exiting _queue_task() for managed_node2/set_fact 11924 1726884967.66825: done queuing things up, now waiting for results queue to drain 11924 1726884967.66827: waiting for pending results... 11924 1726884967.67153: running TaskExecutor() for managed_node2/TASK: Process volume type (get RAID value) (2/2) 11924 1726884967.67463: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004988 11924 1726884967.67467: variable 'ansible_search_path' from source: unknown 11924 1726884967.67471: calling self._execute() 11924 1726884967.67603: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.67607: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.67618: variable 'omit' from source: magic vars 11924 1726884967.68152: variable 'storage_test_volume' from source: include params 11924 1726884967.68194: Evaluated conditional (storage_test_volume.type == "raid"): False 11924 1726884967.68199: when evaluation is False, skipping this task 11924 1726884967.68202: _execute() done 11924 1726884967.68204: dumping result to json 11924 1726884967.68210: done dumping result, returning 11924 1726884967.68221: done running TaskExecutor() for managed_node2/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-f4c0-2290-000000004988] 11924 1726884967.68229: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004988 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 11924 1726884967.68389: no more pending results, returning what we have 11924 1726884967.68393: results queue empty 11924 1726884967.68394: checking for any_errors_fatal 11924 1726884967.68404: done checking for any_errors_fatal 11924 1726884967.68404: checking for max_fail_percentage 11924 1726884967.68406: done checking for max_fail_percentage 11924 1726884967.68407: checking to see if all hosts have failed and the running result is not ok 11924 1726884967.68408: done checking to see if all hosts have failed 11924 1726884967.68408: getting the remaining hosts for this loop 11924 1726884967.68411: done getting the remaining hosts for this loop 11924 1726884967.68417: getting the next task for host managed_node2 11924 1726884967.68427: done getting next task for host managed_node2 11924 1726884967.68429: ^ task is: TASK: Verify the volume's device type 11924 1726884967.68437: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884967.68443: getting variables 11924 1726884967.68445: in VariableManager get_vars() 11924 1726884967.68486: Calling all_inventory to load vars for managed_node2 11924 1726884967.68489: Calling groups_inventory to load vars for managed_node2 11924 1726884967.68492: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884967.68504: Calling all_plugins_play to load vars for managed_node2 11924 1726884967.68507: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884967.68510: Calling groups_plugins_play to load vars for managed_node2 11924 1726884967.69068: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004988 11924 1726884967.69072: WORKER PROCESS EXITING 11924 1726884967.69267: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884967.69911: done with get_vars() 11924 1726884967.69934: done getting variables 11924 1726884967.70000: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:16:07 -0400 (0:00:00.035) 0:02:13.039 ****** 11924 1726884967.70044: entering _queue_task() for managed_node2/assert 11924 1726884967.70401: worker is 1 (out of 1 available) 11924 1726884967.70418: exiting _queue_task() for managed_node2/assert 11924 1726884967.70432: done queuing things up, now waiting for results queue to drain 11924 1726884967.70434: waiting for pending results... 11924 1726884967.70805: running TaskExecutor() for managed_node2/TASK: Verify the volume's device type 11924 1726884967.70869: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004989 11924 1726884967.70884: variable 'ansible_search_path' from source: unknown 11924 1726884967.70925: calling self._execute() 11924 1726884967.71061: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.71065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.71079: variable 'omit' from source: magic vars 11924 1726884967.71543: variable '_storage_test_volume_present' from source: set_fact 11924 1726884967.71551: Evaluated conditional (_storage_test_volume_present): True 11924 1726884967.71560: variable 'omit' from source: magic vars 11924 1726884967.71640: variable 'omit' from source: magic vars 11924 1726884967.71682: variable 'omit' from source: magic vars 11924 1726884967.71767: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884967.71808: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884967.71832: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884967.71846: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884967.71928: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884967.72165: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884967.72173: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884967.72176: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884967.72179: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.72181: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.72184: Set connection var ansible_shell_executable to /bin/sh 11924 1726884967.72188: Set connection var ansible_connection to ssh 11924 1726884967.72193: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884967.72195: Set connection var ansible_timeout to 10 11924 1726884967.72197: Set connection var ansible_pipelining to False 11924 1726884967.72199: Set connection var ansible_shell_type to sh 11924 1726884967.72210: variable 'ansible_shell_executable' from source: unknown 11924 1726884967.72232: variable 'ansible_connection' from source: unknown 11924 1726884967.72247: variable 'ansible_module_compression' from source: unknown 11924 1726884967.72260: variable 'ansible_shell_type' from source: unknown 11924 1726884967.72272: variable 'ansible_shell_executable' from source: unknown 11924 1726884967.72289: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.72309: variable 'ansible_pipelining' from source: unknown 11924 1726884967.72319: variable 'ansible_timeout' from source: unknown 11924 1726884967.72342: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.72565: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884967.72627: variable 'omit' from source: magic vars 11924 1726884967.72630: starting attempt loop 11924 1726884967.72633: running the handler 11924 1726884967.72895: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884967.72933: variable 'storage_test_volume' from source: include params 11924 1726884967.72968: variable 'st_volume_type' from source: set_fact 11924 1726884967.73016: Evaluated conditional (storage_test_blkinfo.info[storage_test_volume._raw_device].type == st_volume_type): True 11924 1726884967.73019: handler run complete 11924 1726884967.73038: attempt loop complete, returning result 11924 1726884967.73074: _execute() done 11924 1726884967.73077: dumping result to json 11924 1726884967.73080: done dumping result, returning 11924 1726884967.73082: done running TaskExecutor() for managed_node2/TASK: Verify the volume's device type [0affc8a3-6f6f-f4c0-2290-000000004989] 11924 1726884967.73084: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004989 11924 1726884967.73486: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004989 11924 1726884967.73490: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884967.73538: no more pending results, returning what we have 11924 1726884967.73542: results queue empty 11924 1726884967.73542: checking for any_errors_fatal 11924 1726884967.73551: done checking for any_errors_fatal 11924 1726884967.73551: checking for max_fail_percentage 11924 1726884967.73553: done checking for max_fail_percentage 11924 1726884967.73554: checking to see if all hosts have failed and the running result is not ok 11924 1726884967.73557: done checking to see if all hosts have failed 11924 1726884967.73559: getting the remaining hosts for this loop 11924 1726884967.73560: done getting the remaining hosts for this loop 11924 1726884967.73564: getting the next task for host managed_node2 11924 1726884967.73575: done getting next task for host managed_node2 11924 1726884967.73577: ^ task is: TASK: Stat the LUKS device, if encrypted 11924 1726884967.73583: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884967.73588: getting variables 11924 1726884967.73589: in VariableManager get_vars() 11924 1726884967.73623: Calling all_inventory to load vars for managed_node2 11924 1726884967.73626: Calling groups_inventory to load vars for managed_node2 11924 1726884967.73629: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884967.73638: Calling all_plugins_play to load vars for managed_node2 11924 1726884967.73647: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884967.73650: Calling groups_plugins_play to load vars for managed_node2 11924 1726884967.74852: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884967.76323: done with get_vars() 11924 1726884967.76345: 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 22:16:07 -0400 (0:00:00.065) 0:02:13.105 ****** 11924 1726884967.76686: entering _queue_task() for managed_node2/stat 11924 1726884967.77079: worker is 1 (out of 1 available) 11924 1726884967.77093: exiting _queue_task() for managed_node2/stat 11924 1726884967.77105: done queuing things up, now waiting for results queue to drain 11924 1726884967.77107: waiting for pending results... 11924 1726884967.77330: running TaskExecutor() for managed_node2/TASK: Stat the LUKS device, if encrypted 11924 1726884967.77424: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000498d 11924 1726884967.77438: variable 'ansible_search_path' from source: unknown 11924 1726884967.77471: calling self._execute() 11924 1726884967.77579: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.77584: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.77598: variable 'omit' from source: magic vars 11924 1726884967.77896: variable 'storage_test_volume' from source: include params 11924 1726884967.77924: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884967.77928: when evaluation is False, skipping this task 11924 1726884967.77931: _execute() done 11924 1726884967.77933: dumping result to json 11924 1726884967.77935: done dumping result, returning 11924 1726884967.77942: done running TaskExecutor() for managed_node2/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-f4c0-2290-00000000498d] 11924 1726884967.77947: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000498d 11924 1726884967.78047: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000498d 11924 1726884967.78050: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884967.78103: no more pending results, returning what we have 11924 1726884967.78108: results queue empty 11924 1726884967.78108: checking for any_errors_fatal 11924 1726884967.78120: done checking for any_errors_fatal 11924 1726884967.78120: checking for max_fail_percentage 11924 1726884967.78122: done checking for max_fail_percentage 11924 1726884967.78123: checking to see if all hosts have failed and the running result is not ok 11924 1726884967.78124: done checking to see if all hosts have failed 11924 1726884967.78125: getting the remaining hosts for this loop 11924 1726884967.78127: done getting the remaining hosts for this loop 11924 1726884967.78130: getting the next task for host managed_node2 11924 1726884967.78139: done getting next task for host managed_node2 11924 1726884967.78141: ^ task is: TASK: Ensure cryptsetup is present 11924 1726884967.78148: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884967.78154: getting variables 11924 1726884967.78162: in VariableManager get_vars() 11924 1726884967.78201: Calling all_inventory to load vars for managed_node2 11924 1726884967.78203: Calling groups_inventory to load vars for managed_node2 11924 1726884967.78206: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884967.78217: Calling all_plugins_play to load vars for managed_node2 11924 1726884967.78219: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884967.78222: Calling groups_plugins_play to load vars for managed_node2 11924 1726884967.78754: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884967.79876: done with get_vars() 11924 1726884967.79898: done getting variables 11924 1726884967.79964: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure 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 22:16:07 -0400 (0:00:00.033) 0:02:13.138 ****** 11924 1726884967.80002: entering _queue_task() for managed_node2/package 11924 1726884967.80383: worker is 1 (out of 1 available) 11924 1726884967.80394: exiting _queue_task() for managed_node2/package 11924 1726884967.80407: done queuing things up, now waiting for results queue to drain 11924 1726884967.80409: waiting for pending results... 11924 1726884967.80877: running TaskExecutor() for managed_node2/TASK: Ensure cryptsetup is present 11924 1726884967.81271: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000498e 11924 1726884967.81275: variable 'ansible_search_path' from source: unknown 11924 1726884967.81278: calling self._execute() 11924 1726884967.81351: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.81365: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.81388: variable 'omit' from source: magic vars 11924 1726884967.81515: variable 'omit' from source: magic vars 11924 1726884967.81651: variable 'omit' from source: magic vars 11924 1726884967.81963: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884967.85675: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884967.85765: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884967.85818: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884967.85867: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884967.85902: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884967.86054: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884967.86119: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884967.86162: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884967.86225: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884967.86256: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884967.86602: variable '__storage_is_ostree' from source: set_fact 11924 1726884967.86886: variable 'omit' from source: magic vars 11924 1726884967.86889: variable 'omit' from source: magic vars 11924 1726884967.86891: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884967.86894: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884967.86915: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884967.86934: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884967.86946: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884967.86966: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884967.87017: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884967.87138: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884967.87145: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.87151: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.87393: Set connection var ansible_shell_executable to /bin/sh 11924 1726884967.87400: Set connection var ansible_connection to ssh 11924 1726884967.87410: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884967.87436: Set connection var ansible_timeout to 10 11924 1726884967.87463: Set connection var ansible_pipelining to False 11924 1726884967.87472: Set connection var ansible_shell_type to sh 11924 1726884967.87504: variable 'ansible_shell_executable' from source: unknown 11924 1726884967.87519: variable 'ansible_connection' from source: unknown 11924 1726884967.87526: variable 'ansible_module_compression' from source: unknown 11924 1726884967.87536: variable 'ansible_shell_type' from source: unknown 11924 1726884967.87543: variable 'ansible_shell_executable' from source: unknown 11924 1726884967.87558: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884967.87567: variable 'ansible_pipelining' from source: unknown 11924 1726884967.87583: variable 'ansible_timeout' from source: unknown 11924 1726884967.87591: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884967.87881: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884967.87885: variable 'omit' from source: magic vars 11924 1726884967.87887: starting attempt loop 11924 1726884967.87889: running the handler 11924 1726884967.87891: variable 'ansible_facts' from source: unknown 11924 1726884967.87893: variable 'ansible_facts' from source: unknown 11924 1726884967.87916: _low_level_execute_command(): starting 11924 1726884967.87928: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884967.88749: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884967.88773: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884967.88791: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884967.88818: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884967.88974: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884967.90671: stdout chunk (state=3): >>>/root <<< 11924 1726884967.90837: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884967.90840: stdout chunk (state=3): >>><<< 11924 1726884967.90843: stderr chunk (state=3): >>><<< 11924 1726884967.90869: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884967.91017: _low_level_execute_command(): starting 11924 1726884967.91021: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884967.9089613-18014-34348028456841 `" && echo ansible-tmp-1726884967.9089613-18014-34348028456841="` echo /root/.ansible/tmp/ansible-tmp-1726884967.9089613-18014-34348028456841 `" ) && sleep 0' 11924 1726884967.91994: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884967.92078: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884967.92135: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884967.92196: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884967.92228: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884967.92276: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884967.92334: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884967.94301: stdout chunk (state=3): >>>ansible-tmp-1726884967.9089613-18014-34348028456841=/root/.ansible/tmp/ansible-tmp-1726884967.9089613-18014-34348028456841 <<< 11924 1726884967.94464: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884967.94468: stdout chunk (state=3): >>><<< 11924 1726884967.94470: stderr chunk (state=3): >>><<< 11924 1726884967.94491: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884967.9089613-18014-34348028456841=/root/.ansible/tmp/ansible-tmp-1726884967.9089613-18014-34348028456841 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884967.94536: variable 'ansible_module_compression' from source: unknown 11924 1726884967.94660: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 11924 1726884967.94663: variable 'ansible_facts' from source: unknown 11924 1726884967.94795: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884967.9089613-18014-34348028456841/AnsiballZ_dnf.py 11924 1726884967.94975: Sending initial data 11924 1726884967.94983: Sent initial data (151 bytes) 11924 1726884967.96147: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884967.96232: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884967.96243: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884967.96450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884967.96499: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884967.96547: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884967.98534: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884967.98538: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmperfvfnfp /root/.ansible/tmp/ansible-tmp-1726884967.9089613-18014-34348028456841/AnsiballZ_dnf.py <<< 11924 1726884967.98541: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884967.9089613-18014-34348028456841/AnsiballZ_dnf.py" <<< 11924 1726884967.98615: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmperfvfnfp" to remote "/root/.ansible/tmp/ansible-tmp-1726884967.9089613-18014-34348028456841/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884967.9089613-18014-34348028456841/AnsiballZ_dnf.py" <<< 11924 1726884968.00779: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884968.00996: stderr chunk (state=3): >>><<< 11924 1726884968.01000: stdout chunk (state=3): >>><<< 11924 1726884968.01003: done transferring module to remote 11924 1726884968.01005: _low_level_execute_command(): starting 11924 1726884968.01007: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884967.9089613-18014-34348028456841/ /root/.ansible/tmp/ansible-tmp-1726884967.9089613-18014-34348028456841/AnsiballZ_dnf.py && sleep 0' 11924 1726884968.01597: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884968.01616: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884968.01637: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884968.01659: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884968.01714: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884968.01779: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884968.01808: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884968.01851: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884968.01906: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884968.03873: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884968.03879: stdout chunk (state=3): >>><<< 11924 1726884968.03882: stderr chunk (state=3): >>><<< 11924 1726884968.03953: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884968.03960: _low_level_execute_command(): starting 11924 1726884968.03963: _low_level_execute_command(): using become for this command 11924 1726884968.03979: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-yliurfcugjckttmurlmcnfwxkmvtfrzc ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884967.9089613-18014-34348028456841/AnsiballZ_dnf.py'"'"' && sleep 0' 11924 1726884968.04366: Initial state: awaiting_escalation: BECOME-SUCCESS-yliurfcugjckttmurlmcnfwxkmvtfrzc 11924 1726884968.05156: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884968.05389: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884968.05402: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884968.05421: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884968.05505: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884968.08449: stdout chunk (state=1): >>>BECOME-SUCCESS-yliurfcugjckttmurlmcnfwxkmvtfrzc <<< 11924 1726884968.08454: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-yliurfcugjckttmurlmcnfwxkmvtfrzc' 11924 1726884968.08779: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884968.08814: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884968.08861: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884968.08864: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884968.08925: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884968.08942: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884968.08953: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884968.08990: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884968.09019: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884968.09026: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884968.09069: 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' <<< 11924 1726884968.09099: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884968.09144: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884968.09189: 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 0x7f089dd103e0> <<< 11924 1726884968.09199: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dcdfa10> <<< 11924 1726884968.09219: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884968.09241: 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 0x7f089dd12960> import '_signal' # <<< 11924 1726884968.09271: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884968.09276: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884968.09299: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884968.09331: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884968.09337: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884968.09420: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884968.09557: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884968.09561: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884968.09563: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884968.09567: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884968.09569: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884968.09605: 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' <<< 11924 1726884968.09608: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db04fe0> <<< 11924 1726884968.09699: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884968.09702: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db05fd0> <<< 11924 1726884968.09783: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884968.09811: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884968.10027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884968.10106: 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' <<< 11924 1726884968.10174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884968.10210: 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 0x7f089db4bdd0> <<< 11924 1726884968.10285: 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' <<< 11924 1726884968.10344: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db4bfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884968.10372: 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' # <<< 11924 1726884968.10474: 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 0x7f089db7b7d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884968.10506: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db7be60> import '_collections' # <<< 11924 1726884968.10528: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db5ba70> import '_functools' # <<< 11924 1726884968.10579: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db591c0> <<< 11924 1726884968.10640: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db48f80> <<< 11924 1726884968.10650: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884968.10681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884968.10699: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884968.10717: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884968.10744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884968.10788: 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' <<< 11924 1726884968.10791: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db9f800> <<< 11924 1726884968.10822: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db9e420> <<< 11924 1726884968.10835: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884968.10851: 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 0x7f089db5a1b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db9cbc0> <<< 11924 1726884968.10927: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884968.10931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbd0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db48200> <<< 11924 1726884968.10933: 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' <<< 11924 1726884968.10973: 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 0x7f089dbd0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbd0bc0> <<< 11924 1726884968.11015: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884968.11018: 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 0x7f089dbd0f80> <<< 11924 1726884968.11026: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db3ed20> <<< 11924 1726884968.11047: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884968.11065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884968.11078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884968.11123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbd15e0> <<< 11924 1726884968.11133: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbd12b0> import 'importlib.machinery' # <<< 11924 1726884968.11181: 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' <<< 11924 1726884968.11197: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbd24e0> <<< 11924 1726884968.11200: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884968.11245: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884968.11294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884968.11308: 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 0x7f089dbe86e0> <<< 11924 1726884968.11362: 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 0x7f089dbe9dc0> <<< 11924 1726884968.11421: 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' <<< 11924 1726884968.11424: 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 0x7f089dbeac30> <<< 11924 1726884968.11459: 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 0x7f089dbeb260> <<< 11924 1726884968.11475: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbea180> <<< 11924 1726884968.11486: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884968.11501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884968.11530: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884968.11554: 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 0x7f089dbebce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbeb410> <<< 11924 1726884968.11607: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbd2450> <<< 11924 1726884968.11618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884968.11653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884968.11666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884968.11690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884968.11725: 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' <<< 11924 1726884968.11729: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d91bb30> <<< 11924 1726884968.11750: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884968.11760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884968.11780: 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 0x7f089d948560> <<< 11924 1726884968.11796: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d9482f0> <<< 11924 1726884968.11808: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884968.11822: 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 0x7f089d948590> <<< 11924 1726884968.11838: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884968.11858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884968.11922: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884968.12047: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d948e60> <<< 11924 1726884968.12158: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884968.12180: 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 0x7f089d949850> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d948770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d919cd0> <<< 11924 1726884968.12205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884968.12230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884968.12245: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884968.12267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 11924 1726884968.12276: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d94abd0> <<< 11924 1726884968.12304: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d9496d0> <<< 11924 1726884968.12316: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbd2c00> <<< 11924 1726884968.12344: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884968.12406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884968.12430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884968.12461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884968.12491: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d96ef00> <<< 11924 1726884968.12569: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884968.12584: 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 <<< 11924 1726884968.12607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884968.12638: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d99b290> <<< 11924 1726884968.12671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884968.12708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884968.12776: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884968.12791: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d9c3f50> <<< 11924 1726884968.12825: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884968.12829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884968.12870: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884968.12899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884968.13004: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d9f67b0> <<< 11924 1726884968.13065: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d9f4170> <<< 11924 1726884968.13127: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d99bf20> <<< 11924 1726884968.13131: 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' <<< 11924 1726884968.13145: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d32d160> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d99a090> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d94bad0> <<< 11924 1726884968.13280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884968.13295: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f089d32d400> <<< 11924 1726884968.13451: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_yh5aooep/ansible_ansible.legacy.dnf_payload.zip' <<< 11924 1726884968.13464: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.13608: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.13635: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884968.13654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884968.13673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884968.13746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884968.13772: 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 0x7f089d382ed0> <<< 11924 1726884968.13777: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884968.13964: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d361dc0> <<< 11924 1726884968.13974: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d360f20> # zipimport: zlib available <<< 11924 1726884968.13994: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884968.14004: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.14018: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.14037: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.14040: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884968.14067: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.15436: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.16585: 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 0x7f089d3811c0> <<< 11924 1726884968.16589: 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 <<< 11924 1726884968.16618: 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 <<< 11924 1726884968.16649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884968.16709: 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 0x7f089d3ae6f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d3ae4b0> <<< 11924 1726884968.16772: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d3addc0> <<< 11924 1726884968.16776: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884968.16806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884968.16844: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d3ae7e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d948440> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d3af470> <<< 11924 1726884968.16877: 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 0x7f089d3af6b0> <<< 11924 1726884968.16880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884968.16932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884968.17041: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d3afbf0> import 'pwd' # <<< 11924 1726884968.17044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884968.17046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884968.17088: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d215940> <<< 11924 1726884968.17116: 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 0x7f089d217560> <<< 11924 1726884968.17150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884968.17153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884968.17219: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d217ef0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884968.17287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d21d0d0> <<< 11924 1726884968.17373: 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' <<< 11924 1726884968.17418: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d21fb90> <<< 11924 1726884968.17437: 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 0x7f089d94ab40> <<< 11924 1726884968.17460: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d21de50> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884968.17482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884968.17507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884968.17513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 11924 1726884968.17537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884968.17567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884968.17586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884968.17589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d223bf0> <<< 11924 1726884968.17608: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884968.17671: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d2226c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d222420> <<< 11924 1726884968.17695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884968.17701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884968.17777: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d222990> <<< 11924 1726884968.17805: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d21e360> <<< 11924 1726884968.17832: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884968.17838: 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 0x7f089d267ef0> <<< 11924 1726884968.17875: 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 0x7f089d267f20> <<< 11924 1726884968.17888: 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 <<< 11924 1726884968.17907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884968.17923: 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' <<< 11924 1726884968.17970: 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 0x7f089d269ac0> <<< 11924 1726884968.17979: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d269880> <<< 11924 1726884968.17991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884968.18095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884968.18143: 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 0x7f089d26bfe0> <<< 11924 1726884968.18148: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d26a1b0> <<< 11924 1726884968.18171: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884968.18212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884968.18233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884968.18241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884968.18254: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884968.18300: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d26f770> <<< 11924 1726884968.18422: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d26c140> <<< 11924 1726884968.18478: stdout 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 0x7f089d2704a0> <<< 11924 1726884968.18513: stdout 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 0x7f089d270740> <<< 11924 1726884968.18551: stdout 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 0x7f089d270ad0> <<< 11924 1726884968.18566: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d268230> <<< 11924 1726884968.18584: 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 <<< 11924 1726884968.18603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884968.18608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884968.18637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884968.18664: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884968.18685: 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 0x7f089d2fc1d0> <<< 11924 1726884968.18844: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884968.18882: 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 0x7f089d2fd2e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d272930> <<< 11924 1726884968.18893: 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 0x7f089d273cb0> <<< 11924 1726884968.18913: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d272540> # zipimport: zlib available <<< 11924 1726884968.18941: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884968.18980: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.19029: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.19201: 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' # <<< 11924 1726884968.19204: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.19336: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.19485: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.19974: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.20519: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884968.20572: 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' # <<< 11924 1726884968.20574: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884968.20589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884968.20618: 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 0x7f089d101340> <<< 11924 1726884968.20733: 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' <<< 11924 1726884968.20736: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d102150> <<< 11924 1726884968.20764: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d2fd400> <<< 11924 1726884968.20802: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884968.20805: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.20821: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.20829: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884968.20850: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.20996: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.21160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884968.21185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d101f10> # zipimport: zlib available <<< 11924 1726884968.21641: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.22087: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.22141: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.22214: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884968.22221: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.22274: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.22306: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884968.22315: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.22374: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.22476: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 11924 1726884968.22500: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884968.22530: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.22554: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.22605: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884968.22626: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.22834: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.23062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884968.23122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884968.23164: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884968.23228: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d103380> # zipimport: zlib available <<< 11924 1726884968.23285: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.23364: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884968.23385: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884968.23390: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.23438: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.23479: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884968.23496: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.23540: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.23592: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.23645: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.23739: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884968.23775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884968.23867: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d10dbb0> <<< 11924 1726884968.23917: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d108d10> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884968.23944: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.23974: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.24034: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.24066: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.24112: stdout chunk (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' <<< 11924 1726884968.24147: 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 <<< 11924 1726884968.24151: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884968.24205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884968.24231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884968.24270: 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' <<< 11924 1726884968.24342: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d3fa750> <<< 11924 1726884968.24399: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d3de420> <<< 11924 1726884968.24465: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d10dd90> <<< 11924 1726884968.24507: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d270b90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884968.24511: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.24534: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884968.24593: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884968.24621: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884968.24624: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 11924 1726884968.24635: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.25213: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.25805: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.26496: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.27144: 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 0x7f089d1a01a0> # /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 0x7f089d1a0410> <<< 11924 1726884968.27200: 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' <<< 11924 1726884968.27213: 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 0x7f089d1a0b30> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d1a06b0> # /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' <<< 11924 1726884968.27465: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d1a1430> # /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' <<< 11924 1726884968.27661: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d189550> # /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 0x7f089d189310> <<< 11924 1726884968.27669: 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 0x7f089cd3e3c0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d1a2c30> # /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' <<< 11924 1726884968.27686: 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 <<< 11924 1726884968.27765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cd40f20> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cd3faa0> <<< 11924 1726884968.27813: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cd3ee10> <<< 11924 1726884968.27853: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d1a20c0> # /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' <<< 11924 1726884968.27874: 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 <<< 11924 1726884968.27944: 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 <<< 11924 1726884968.28004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 11924 1726884968.28009: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cdad070> <<< 11924 1726884968.28109: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cd65190> <<< 11924 1726884968.28342: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cd3f8f0> # /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 <<< 11924 1726884968.28378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cdb4a10> <<< 11924 1726884968.28381: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cdaee10> <<< 11924 1726884968.28384: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cd64ce0> <<< 11924 1726884968.28667: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d1a1790> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d1a14c0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d1a11f0> <<< 11924 1726884968.28671: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d1a0440> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 11924 1726884968.28673: 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 0x7f089d1a13a0> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 11924 1726884968.28676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 11924 1726884968.28681: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cdb4fe0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cdb4c50> # /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' <<< 11924 1726884968.28851: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cdb5700> # /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' <<< 11924 1726884968.28861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 11924 1726884968.28864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 11924 1726884968.28938: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884968.28989: 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 0x7f089cd30380> <<< 11924 1726884968.29136: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cd99520> <<< 11924 1726884968.29302: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cdb6690> # /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 0x7f089cd98fe0> # /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 0x7f089cdd2150> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 11924 1726884968.29361: 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 <<< 11924 1726884968.29364: 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 0x7f089cdd2de0> <<< 11924 1726884968.29367: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cdd28a0> <<< 11924 1726884968.29369: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 11924 1726884968.29475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 11924 1726884968.29539: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cdd3110> <<< 11924 1726884968.29545: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 11924 1726884968.29691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 11924 1726884968.29842: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cda7950> <<< 11924 1726884968.29847: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 11924 1726884968.29850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 11924 1726884968.29876: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ccc7fe0> <<< 11924 1726884968.29921: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.30069: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # # zipimport: zlib available <<< 11924 1726884968.30168: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.30301: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # # zipimport: zlib available <<< 11924 1726884968.30352: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.30422: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 11924 1726884968.30426: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.30539: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.30653: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 11924 1726884968.30743: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884968.31216: 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' <<< 11924 1726884968.31245: 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' <<< 11924 1726884968.31281: 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 0x7f089ca06e10> <<< 11924 1726884968.31304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884968.31342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884968.31540: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ca06f00> # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 11924 1726884968.31676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089ca570e0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ca56930> <<< 11924 1726884968.31681: 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 0x7f089ca56b10> <<< 11924 1726884968.31762: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ca07440> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ca06390> # /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 0x7f089ca06ab0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 11924 1726884968.31870: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 11924 1726884968.32065: 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 0x7f089cad0770> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cad0350> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 11924 1726884968.32185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089cad3f80> <<< 11924 1726884968.32193: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cad08c0> <<< 11924 1726884968.32275: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 11924 1726884968.33179: 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 0x7f089c532fc0> <<< 11924 1726884968.33242: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cdd2120> <<< 11924 1726884968.33265: 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 <<< 11924 1726884968.33340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 11924 1726884968.33430: 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 0x7f089c5b0c80> <<< 11924 1726884968.33595: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089c533500> <<< 11924 1726884968.33613: 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 <<< 11924 1726884968.33657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 11924 1726884968.33733: 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 0x7f089c5b3cb0> <<< 11924 1726884968.33775: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089c5b0e60> <<< 11924 1726884968.33790: 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 <<< 11924 1726884968.33836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 11924 1726884968.33915: 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 0x7f089c5efda0> <<< 11924 1726884968.33951: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089c5b3fb0> <<< 11924 1726884968.33977: 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 <<< 11924 1726884968.34019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 11924 1726884968.34074: 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 0x7f089ac25100> <<< 11924 1726884968.34077: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac24500> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ca73e90> <<< 11924 1726884968.34090: 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 <<< 11924 1726884968.34128: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 11924 1726884968.34144: 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 <<< 11924 1726884968.34163: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 11924 1726884968.34188: 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 <<< 11924 1726884968.34195: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 11924 1726884968.34220: 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 0x7f089ac40620> <<< 11924 1726884968.34268: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac27a70> <<< 11924 1726884968.34274: 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 <<< 11924 1726884968.34311: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 11924 1726884968.34327: 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 <<< 11924 1726884968.34338: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 11924 1726884968.34359: 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 0x7f089ac42cc0> <<< 11924 1726884968.34383: 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 <<< 11924 1726884968.34399: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 11924 1726884968.34429: 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 <<< 11924 1726884968.34438: 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 0x7f089ac43b60> <<< 11924 1726884968.34468: 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' <<< 11924 1726884968.34902: 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 0x7f089ac70440> <<< 11924 1726884968.34936: 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 <<< 11924 1726884968.34945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 11924 1726884968.34969: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac719a0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac43d70> <<< 11924 1726884968.34992: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac42c30> <<< 11924 1726884968.35004: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac42510> <<< 11924 1726884968.35038: 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 <<< 11924 1726884968.35047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884968.35144: 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 0x7f089ac73590> <<< 11924 1726884968.35164: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac42780> <<< 11924 1726884968.35232: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac40980> <<< 11924 1726884968.35266: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac27080> <<< 11924 1726884968.35295: 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' <<< 11924 1726884968.35437: 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 0x7f089ac277a0> <<< 11924 1726884968.35463: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac27500> <<< 11924 1726884968.35469: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac25280> <<< 11924 1726884968.35487: 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 0x7f089acacc20> <<< 11924 1726884968.35506: 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 <<< 11924 1726884968.35534: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 11924 1726884968.35580: 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 <<< 11924 1726884968.35584: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 11924 1726884968.35621: 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' <<< 11924 1726884968.35624: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acaf140> <<< 11924 1726884968.35651: 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' <<< 11924 1726884968.35706: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acaf8f0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acae450> <<< 11924 1726884968.35732: 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' <<< 11924 1726884968.35746: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acd4140> <<< 11924 1726884968.35770: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acacbf0> <<< 11924 1726884968.35801: 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 <<< 11924 1726884968.35806: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884968.35828: 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 <<< 11924 1726884968.35858: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 11924 1726884968.35877: 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' <<< 11924 1726884968.35897: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acd5bb0> <<< 11924 1726884968.35919: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acd5130> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acd4f50> <<< 11924 1726884968.35944: 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 <<< 11924 1726884968.35951: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 11924 1726884968.35974: 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 <<< 11924 1726884968.36019: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 11924 1726884968.36071: 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' <<< 11924 1726884968.36080: 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 <<< 11924 1726884968.36096: 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 0x7f089ad00c50> <<< 11924 1726884968.36117: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 11924 1726884968.36168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 11924 1726884968.36186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884968.36236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884968.36249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 11924 1726884968.36273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 11924 1726884968.36284: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a5d2c90> <<< 11924 1726884968.36327: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884968.36329: 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 0x7f089a5d2ff0> <<< 11924 1726884968.36381: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ad02f30> <<< 11924 1726884968.36416: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ad010d0> <<< 11924 1726884968.36430: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ad00140> <<< 11924 1726884968.36474: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acd6390> <<< 11924 1726884968.36477: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acd60c0> <<< 11924 1726884968.36505: 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 <<< 11924 1726884968.36513: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 11924 1726884968.36537: 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 <<< 11924 1726884968.36543: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884968.36565: 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 <<< 11924 1726884968.36586: 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 0x7f089a60cb00> <<< 11924 1726884968.36600: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a5d3c20> <<< 11924 1726884968.36635: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acd68d0> <<< 11924 1726884968.36662: 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 <<< 11924 1726884968.36667: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 11924 1726884968.36697: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a60d220> <<< 11924 1726884968.36719: 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 0x7f089a60d580> <<< 11924 1726884968.36742: 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 0x7f089a60d640> <<< 11924 1726884968.36772: 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' <<< 11924 1726884968.36779: stdout chunk (state=3): >>>import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a60d760> <<< 11924 1726884968.36795: 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 <<< 11924 1726884968.36833: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 11924 1726884968.36846: 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 <<< 11924 1726884968.36877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 11924 1726884968.36945: 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 0x7f089a62c320> <<< 11924 1726884968.36959: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a60e450> <<< 11924 1726884968.36977: 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 0x7f089a62c4a0> <<< 11924 1726884968.37016: 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 <<< 11924 1726884968.37017: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 11924 1726884968.37043: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a62c590> <<< 11924 1726884968.37051: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a60d5b0> <<< 11924 1726884968.37096: 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 0x7f089a62c740> <<< 11924 1726884968.37136: 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 <<< 11924 1726884968.37140: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 11924 1726884968.37178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884968.37234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884968.37258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884968.37362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884968.37388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884968.37391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884968.37426: 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 0x7f089a67c170> <<< 11924 1726884968.37451: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a657590> <<< 11924 1726884968.37506: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a656000> <<< 11924 1726884968.37647: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a62df40> <<< 11924 1726884968.37666: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a62d3a0> <<< 11924 1726884968.37696: 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 0x7f089a62f320> <<< 11924 1726884968.37726: 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 <<< 11924 1726884968.37740: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' <<< 11924 1726884968.37748: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a654290> <<< 11924 1726884968.37762: 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 <<< 11924 1726884968.37780: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a690a10> <<< 11924 1726884968.37794: 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 <<< 11924 1726884968.37813: 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 0x7f089a690c80> <<< 11924 1726884968.37830: 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 <<< 11924 1726884968.37847: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 11924 1726884968.37853: 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 <<< 11924 1726884968.37875: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 11924 1726884968.37894: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a6915b0> <<< 11924 1726884968.37899: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a691040> <<< 11924 1726884968.37929: 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 0x7f089a692480> <<< 11924 1726884968.37954: stdout chunk (state=3): >>>import 'gc' # <<< 11924 1726884968.37962: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ca57290> <<< 11924 1726884968.37988: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ca05c70> <<< 11924 1726884968.38571: 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 <<< 11924 1726884968.38589: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 11924 1726884968.38598: 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' <<< 11924 1726884968.38625: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a693050> <<< 11924 1726884968.38631: 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' <<< 11924 1726884968.38665: 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 <<< 11924 1726884968.38699: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 11924 1726884968.38747: 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 <<< 11924 1726884968.38775: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 11924 1726884968.38802: 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 <<< 11924 1726884968.38821: 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 0x7f089a46bad0> <<< 11924 1726884968.38840: 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' <<< 11924 1726884968.38867: 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 <<< 11924 1726884968.38879: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 11924 1726884968.38918: 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' <<< 11924 1726884968.39029: 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 0x7f089a491af0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4916a0> <<< 11924 1726884968.39080: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884968.39083: 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 0x7f089cad2e40> <<< 11924 1726884968.39127: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a490560> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a46bda0> <<< 11924 1726884968.39136: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a468b30> <<< 11924 1726884968.39170: 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' <<< 11924 1726884968.39191: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a490350> <<< 11924 1726884968.39204: 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 <<< 11924 1726884968.39218: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884968.39236: 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 <<< 11924 1726884968.39253: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 11924 1726884968.39300: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4a7080> <<< 11924 1726884968.39342: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4a5bb0> <<< 11924 1726884968.39352: 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 <<< 11924 1726884968.39378: 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 0x7f089a4cc860> <<< 11924 1726884968.39396: 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 <<< 11924 1726884968.39464: 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 0x7f089a4ccb60> <<< 11924 1726884968.39472: 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 <<< 11924 1726884968.39477: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' <<< 11924 1726884968.39479: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4ccdd0> <<< 11924 1726884968.39539: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4cd070> # /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' <<< 11924 1726884968.39543: 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 <<< 11924 1726884968.39577: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 11924 1726884968.39628: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4cd790> <<< 11924 1726884968.39650: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4cd5e0> # /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 0x7f089a4cf080> <<< 11924 1726884968.39666: 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 <<< 11924 1726884968.39671: 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 0x7f089a4cf1d0> <<< 11924 1726884968.39698: 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 <<< 11924 1726884968.39718: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 11924 1726884968.39735: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4cf3e0> <<< 11924 1726884968.39748: 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 <<< 11924 1726884968.39770: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 11924 1726884968.39789: 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 <<< 11924 1726884968.39845: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4e4380> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4cfbc0> <<< 11924 1726884968.39868: 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' <<< 11924 1726884968.39883: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4e4ef0> <<< 11924 1726884968.39901: 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 <<< 11924 1726884968.39923: 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 0x7f089a4e5310> <<< 11924 1726884968.39936: 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 <<< 11924 1726884968.39957: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' <<< 11924 1726884968.39966: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4e54c0> <<< 11924 1726884968.39981: 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 <<< 11924 1726884968.40047: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4e5790> # /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 <<< 11924 1726884968.40077: 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 0x7f089a4e6690> <<< 11924 1726884968.40089: 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 <<< 11924 1726884968.40104: 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 0x7f089a4e6900> <<< 11924 1726884968.40135: 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 <<< 11924 1726884968.40138: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 11924 1726884968.40163: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4e6b10> <<< 11924 1726884968.40186: 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 <<< 11924 1726884968.40199: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 11924 1726884968.40216: 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 <<< 11924 1726884968.40238: 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 0x7f089a4e7710> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4e7230> <<< 11924 1726884968.40270: 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 <<< 11924 1726884968.40274: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 11924 1726884968.40308: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 11924 1726884968.40320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' <<< 11924 1726884968.40331: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a50c5c0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4e7ec0> <<< 11924 1726884968.40362: 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 <<< 11924 1726884968.40369: 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 0x7f089a50d220> <<< 11924 1726884968.40392: 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 <<< 11924 1726884968.40414: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 11924 1726884968.40428: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a50d520> <<< 11924 1726884968.40443: 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 <<< 11924 1726884968.40463: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 11924 1726884968.40469: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a50e480> <<< 11924 1726884968.40498: 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 <<< 11924 1726884968.40502: 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 0x7f089a50e720> <<< 11924 1726884968.40526: 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 0x7f089a50e8d0> <<< 11924 1726884968.40547: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a693470> <<< 11924 1726884968.40559: stdout chunk (state=3): >>>import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a693200> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a6928a0> <<< 11924 1726884968.40587: 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 <<< 11924 1726884968.40593: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 11924 1726884968.40622: 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' <<< 11924 1726884968.40645: 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 0x7f089a50f320> <<< 11924 1726884968.40659: stdout chunk (state=3): >>>import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a50f050> <<< 11924 1726884968.40677: 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 <<< 11924 1726884968.40683: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884968.40703: 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 <<< 11924 1726884968.40752: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884968.40779: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 11924 1726884968.40809: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 11924 1726884968.40865: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a5317c0> <<< 11924 1726884968.40886: 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' <<< 11924 1726884968.40972: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 11924 1726884968.40977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 11924 1726884968.41005: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a532ed0> <<< 11924 1726884968.41060: 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 0x7f089a532120> <<< 11924 1726884968.41066: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a531cd0> <<< 11924 1726884968.41090: 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 <<< 11924 1726884968.41099: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 11924 1726884968.41146: 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 <<< 11924 1726884968.41153: 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 0x7f089a284680> <<< 11924 1726884968.41179: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a531820> <<< 11924 1726884968.41200: 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 <<< 11924 1726884968.41233: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 11924 1726884968.41297: 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 <<< 11924 1726884968.41315: 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 0x7f089a287530> <<< 11924 1726884968.41348: 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' <<< 11924 1726884968.41356: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a287e90> <<< 11924 1726884968.41376: 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 <<< 11924 1726884968.41399: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 11924 1726884968.41401: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 11924 1726884968.41442: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a284d10> <<< 11924 1726884968.41449: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2849e0> <<< 11924 1726884968.41484: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a50f5f0> <<< 11924 1726884968.41509: 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 <<< 11924 1726884968.41517: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 11924 1726884968.41547: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a530a10> <<< 11924 1726884968.41564: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a50f350> <<< 11924 1726884968.41593: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a6931d0> <<< 11924 1726884968.41599: 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 <<< 11924 1726884968.41650: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 11924 1726884968.41668: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2ae120> <<< 11924 1726884968.41692: 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 <<< 11924 1726884968.41789: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 11924 1726884968.41795: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2ae9f0> # /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 <<< 11924 1726884968.41798: 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 0x7f089a2afa10> <<< 11924 1726884968.41801: 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 <<< 11924 1726884968.41819: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 11924 1726884968.41856: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2affb0> # /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 <<< 11924 1726884968.41861: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 11924 1726884968.41896: 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' <<< 11924 1726884968.41942: 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' <<< 11924 1726884968.41945: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884968.42065: 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 0x7f089a2d9730> <<< 11924 1726884968.42082: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2d9130> <<< 11924 1726884968.42099: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2d8dd0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2d8a70> <<< 11924 1726884968.42117: 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 <<< 11924 1726884968.42145: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 11924 1726884968.42193: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2d94f0> <<< 11924 1726884968.42218: 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 <<< 11924 1726884968.42235: 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 <<< 11924 1726884968.42265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884968.42286: 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 0x7f089a2db4d0> <<< 11924 1726884968.42301: 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' <<< 11924 1726884968.42319: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2db590> <<< 11924 1726884968.42335: 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' <<< 11924 1726884968.42474: 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 0x7f089a2dbcb0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2dbb30> <<< 11924 1726884968.42491: 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' <<< 11924 1726884968.42516: 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' <<< 11924 1726884968.42531: 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 <<< 11924 1726884968.42624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884968.42643: 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' <<< 11924 1726884968.42664: stdout chunk (state=3): >>>import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a30a2d0> <<< 11924 1726884968.42673: 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 <<< 11924 1726884968.42687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 11924 1726884968.42716: 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 <<< 11924 1726884968.42722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 11924 1726884968.42741: 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 0x7f089a30b4a0> <<< 11924 1726884968.42770: 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 0x7f089a30b6e0> <<< 11924 1726884968.42787: 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' <<< 11924 1726884968.42827: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884968.42839: 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 0x7f089a30b860> <<< 11924 1726884968.42860: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a30b680> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a30af90> <<< 11924 1726884968.42872: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a30a420> <<< 11924 1726884968.42882: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a309700> <<< 11924 1726884968.42888: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a308c80> <<< 11924 1726884968.42922: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a308500> <<< 11924 1726884968.42928: stdout chunk (state=3): >>>import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2daff0> <<< 11924 1726884968.42972: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2da4e0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py <<< 11924 1726884968.43021: 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 0x7f089a30b590> # /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' <<< 11924 1726884968.43059: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a30bd10> <<< 11924 1726884968.43073: 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 0x7f089a334620> <<< 11924 1726884968.43096: 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 <<< 11924 1726884968.43126: 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 0x7f089a3349e0> <<< 11924 1726884968.43147: 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 <<< 11924 1726884968.43229: 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 0x7f089a3352e0> # /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' <<< 11924 1726884968.43252: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a335e20> <<< 11924 1726884968.55848: 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}}} <<< 11924 1726884968.56994: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic # destroy __main__ <<< 11924 1726884968.57498: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884968.57560: 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 <<< 11924 1726884968.57679: stdout chunk (state=3): >>># destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # 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_uti<<< 11924 1726884968.57685: stdout chunk (state=3): >>>ls.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 <<< 11924 1726884968.57811: stdout chunk (state=3): >>># 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 # <<< 11924 1726884968.57825: stdout chunk (state=3): >>>cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # 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 <<< 11924 1726884968.58320: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884968.58348: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884968.58362: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 11924 1726884968.58371: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884968.58390: stdout chunk (state=3): >>># destroy zipimport <<< 11924 1726884968.58396: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 11924 1726884968.58427: stdout chunk (state=3): >>># destroy selinux <<< 11924 1726884968.58433: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 11924 1726884968.58459: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 11924 1726884968.58499: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 11924 1726884968.58516: 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 <<< 11924 1726884968.58521: stdout chunk (state=3): >>># destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 11924 1726884968.58529: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 11924 1726884968.58540: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 11924 1726884968.58572: 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 <<< 11924 1726884968.58585: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 11924 1726884968.58622: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli <<< 11924 1726884968.58656: 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 <<< 11924 1726884968.58684: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses <<< 11924 1726884968.58691: 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 <<< 11924 1726884968.58715: stdout chunk (state=3): >>># 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 <<< 11924 1726884968.58750: 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 <<< 11924 1726884968.58771: 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 <<< 11924 1726884968.58777: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf <<< 11924 1726884968.58842: 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 # cleanup[3] wiping email.message <<< 11924 1726884968.58892: stdout chunk (state=3): >>># destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar <<< 11924 1726884968.58911: 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 <<< 11924 1726884968.58951: 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 <<< 11924 1726884968.58968: stdout chunk (state=3): >>># destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings <<< 11924 1726884968.58992: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse <<< 11924 1726884968.59049: stdout chunk (state=3): >>># destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile <<< 11924 1726884968.59093: 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 <<< 11924 1726884968.59100: stdout chunk (state=3): >>># cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884968.59154: 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 <<< 11924 1726884968.59168: 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 <<< 11924 1726884968.59196: 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 <<< 11924 1726884968.59647: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884968.59668: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884968.59688: stdout chunk (state=3): >>># destroy _weakref # destroy _thread <<< 11924 1726884968.59704: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884968.59723: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884968.59730: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884968.59748: stdout chunk (state=3): >>># destroy _compat_pickle <<< 11924 1726884968.59756: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884968.59781: stdout chunk (state=3): >>># destroy _queue <<< 11924 1726884968.59790: stdout chunk (state=3): >>># destroy array # destroy copyreg <<< 11924 1726884968.59815: 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 <<< 11924 1726884968.59832: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884968.59851: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves <<< 11924 1726884968.59856: stdout chunk (state=3): >>># destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 11924 1726884968.59880: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd <<< 11924 1726884968.59907: 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 <<< 11924 1726884968.59922: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 11924 1726884968.59977: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct <<< 11924 1726884968.59985: stdout chunk (state=3): >>># 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 <<< 11924 1726884968.59992: stdout chunk (state=3): >>># destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf <<< 11924 1726884968.60017: stdout chunk (state=3): >>># destroy rpm <<< 11924 1726884968.60059: 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 <<< 11924 1726884968.60066: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 11924 1726884968.60129: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 11924 1726884968.60161: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar <<< 11924 1726884968.60167: stdout chunk (state=3): >>># destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 11924 1726884968.60204: stdout chunk (state=3): >>># destroy _ssl <<< 11924 1726884968.60270: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884968.60388: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884968.60402: stdout chunk (state=3): >>># destroy re <<< 11924 1726884968.60410: stdout chunk (state=3): >>># destroy _random <<< 11924 1726884968.60427: stdout chunk (state=3): >>># destroy _sre <<< 11924 1726884968.60446: stdout chunk (state=3): >>># destroy _operator # destroy _functools # clear sys.audit hooks <<< 11924 1726884968.61269: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884968.61272: stdout chunk (state=3): >>><<< 11924 1726884968.61279: stderr chunk (state=3): >>><<< 11924 1726884968.61445: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dd103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dcdfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dd12960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db04fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db05fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db4bdd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db4bfe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db7b7d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db7be60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db5ba70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db591c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db48f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db9f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db9e420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db5a1b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db9cbc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbd0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db48200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089dbd0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbd0bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089dbd0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089db3ed20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbd15e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbd12b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbd24e0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbe86e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089dbe9dc0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbeac30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089dbeb260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbea180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089dbebce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbeb410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbd2450> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d91bb30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d948560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d9482f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d948590> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d948e60> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d949850> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d948770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d919cd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d94abd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d9496d0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089dbd2c00> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d96ef00> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d99b290> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d9c3f50> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d9f67b0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d9f4170> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d99bf20> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d32d160> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d99a090> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d94bad0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f089d32d400> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_yh5aooep/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 0x7f089d382ed0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d361dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d360f20> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d3811c0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d3ae6f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d3ae4b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d3addc0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d3ae7e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d948440> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d3af470> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d3af6b0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d3afbf0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d215940> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d217560> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d217ef0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d21d0d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d21fb90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d94ab40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d21de50> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d223bf0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d2226c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d222420> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d222990> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d21e360> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d267ef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d267f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d269ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d269880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d26bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d26a1b0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d26f770> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d26c140> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d2704a0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d270740> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d270ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d268230> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d2fc1d0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d2fd2e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d272930> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d273cb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d272540> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d101340> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d102150> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d2fd400> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d101f10> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d103380> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f089d10dbb0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d108d10> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d3fa750> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d3de420> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d10dd90> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d270b90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f089d1a01a0> # /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 0x7f089d1a0410> # /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 0x7f089d1a0b30> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d1a06b0> # /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 0x7f089d1a1430> # /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 0x7f089d189550> # /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 0x7f089d189310> # /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 0x7f089cd3e3c0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d1a2c30> # /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 0x7f089cd40f20> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cd3faa0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cd3ee10> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d1a20c0> # /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 0x7f089cdad070> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cd65190> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cd3f8f0> # /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 0x7f089cdb4a10> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cdaee10> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cd64ce0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d1a1790> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d1a14c0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d1a11f0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089d1a0440> # /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 0x7f089d1a13a0> # /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 0x7f089cdb4fe0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cdb4c50> # /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 0x7f089cdb5700> # /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 0x7f089cd30380> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cd99520> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cdb6690> # /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 0x7f089cd98fe0> # /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 0x7f089cdd2150> # /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 0x7f089cdd2de0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cdd28a0> # /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 0x7f089cdd3110> # /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 0x7f089cda7950> # /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 0x7f089ccc7fe0> # 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 0x7f089ca06e10> # /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 0x7f089ca06f00> # /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 0x7f089ca570e0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ca56930> # 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 0x7f089ca56b10> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ca07440> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ca06390> # /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 0x7f089ca06ab0> # /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 0x7f089cad0770> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cad0350> # /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 0x7f089cad3f80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cad08c0> # /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 0x7f089c532fc0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089cdd2120> # /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 0x7f089c5b0c80> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089c533500> # /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 0x7f089c5b3cb0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089c5b0e60> # /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 0x7f089c5efda0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089c5b3fb0> # /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 0x7f089ac25100> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac24500> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ca73e90> # /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 0x7f089ac40620> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac27a70> # /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 0x7f089ac42cc0> # /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 0x7f089ac43b60> # /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 0x7f089ac70440> # /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 0x7f089ac719a0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac43d70> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac42c30> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac42510> # /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 0x7f089ac73590> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac42780> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac40980> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac27080> # /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 0x7f089ac277a0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac27500> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ac25280> # /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 0x7f089acacc20> # /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 0x7f089acaf140> # /usr/lib64/python3.12/__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 0x7f089acaf8f0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acae450> # /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 0x7f089acd4140> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acacbf0> # /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 0x7f089acd5bb0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acd5130> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acd4f50> # /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 0x7f089ad00c50> # /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 0x7f089a5d2c90> # 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 0x7f089a5d2ff0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ad02f30> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ad010d0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ad00140> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acd6390> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acd60c0> # /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 0x7f089a60cb00> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a5d3c20> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089acd68d0> # /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 0x7f089a60d220> # /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 0x7f089a60d580> # /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 0x7f089a60d640> # /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 0x7f089a60d760> # /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 0x7f089a62c320> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a60e450> # /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 0x7f089a62c4a0> # /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 0x7f089a62c590> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a60d5b0> # /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 0x7f089a62c740> # /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 0x7f089a67c170> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a657590> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a656000> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a62df40> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a62d3a0> # /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 0x7f089a62f320> # /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 0x7f089a654290> # /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 0x7f089a690a10> # /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 0x7f089a690c80> # /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 0x7f089a6915b0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a691040> # /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 0x7f089a692480> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ca57290> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089ca05c70> # /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 0x7f089a693050> # /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 0x7f089a46bad0> # /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 0x7f089a491af0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4916a0> # 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 0x7f089cad2e40> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a490560> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a46bda0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a468b30> # /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 0x7f089a490350> # /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 0x7f089a4a7080> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4a5bb0> # /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 0x7f089a4cc860> # /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 0x7f089a4ccb60> # /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 0x7f089a4ccdd0> # /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 0x7f089a4cd070> # /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 0x7f089a4cd790> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4cd5e0> # /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 0x7f089a4cf080> # /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 0x7f089a4cf1d0> # /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 0x7f089a4cf3e0> # /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 0x7f089a4e4380> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4cfbc0> # /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 0x7f089a4e4ef0> # /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 0x7f089a4e5310> # /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 0x7f089a4e54c0> # /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 0x7f089a4e5790> # /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 0x7f089a4e6690> # /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 0x7f089a4e6900> # /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 0x7f089a4e6b10> # /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 0x7f089a4e7710> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4e7230> # /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 0x7f089a50c5c0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a4e7ec0> # /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 0x7f089a50d220> # /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 0x7f089a50d520> # /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 0x7f089a50e480> # /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 0x7f089a50e720> # /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 0x7f089a50e8d0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a693470> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a693200> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a6928a0> # /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 0x7f089a50f320> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a50f050> # /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 0x7f089a5317c0> # /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 0x7f089a532ed0> # 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 0x7f089a532120> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a531cd0> # /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 0x7f089a284680> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a531820> # /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 0x7f089a287530> # /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 0x7f089a287e90> # /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 0x7f089a284d10> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2849e0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a50f5f0> # /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 0x7f089a530a10> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a50f350> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a6931d0> # /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 0x7f089a2ae120> # /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 0x7f089a2ae9f0> # /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 0x7f089a2afa10> # /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 0x7f089a2affb0> # /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 0x7f089a2d9730> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2d9130> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2d8dd0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2d8a70> # /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 0x7f089a2d94f0> # /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 0x7f089a2db4d0> # /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 0x7f089a2db590> # /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 0x7f089a2dbcb0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2dbb30> # /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 0x7f089a30a2d0> # /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 0x7f089a30b4a0> # /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 0x7f089a30b6e0> # /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 0x7f089a30b860> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a30b680> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a30af90> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a30a420> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a309700> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a308c80> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a308500> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2daff0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f089a2da4e0> # /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 0x7f089a30b590> # /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 0x7f089a30bd10> # /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 0x7f089a334620> # /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 0x7f089a3349e0> # /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 0x7f089a3352e0> # /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 0x7f089a335e20> {"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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884968.62635: 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-1726884967.9089613-18014-34348028456841/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884968.62643: _low_level_execute_command(): starting 11924 1726884968.62645: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884967.9089613-18014-34348028456841/ > /dev/null 2>&1 && sleep 0' 11924 1726884968.62647: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884968.62648: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884968.62649: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884968.62651: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884968.62652: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884968.62653: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884968.62654: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884968.62657: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884968.62659: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884968.62660: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884968.62661: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884968.62662: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884968.62663: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884968.62664: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884968.62665: stderr chunk (state=3): >>>debug2: match found <<< 11924 1726884968.62667: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884968.62668: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884968.62669: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884968.62670: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884968.62671: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884968.64346: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884968.64410: stderr chunk (state=3): >>><<< 11924 1726884968.64416: stdout chunk (state=3): >>><<< 11924 1726884968.64478: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884968.64481: handler run complete 11924 1726884968.64486: attempt loop complete, returning result 11924 1726884968.64488: _execute() done 11924 1726884968.64520: dumping result to json 11924 1726884968.64522: done dumping result, returning 11924 1726884968.64524: done running TaskExecutor() for managed_node2/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-f4c0-2290-00000000498e] 11924 1726884968.64526: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000498e 11924 1726884968.64627: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000498e 11924 1726884968.64630: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 11924 1726884968.64761: no more pending results, returning what we have 11924 1726884968.64765: results queue empty 11924 1726884968.64765: checking for any_errors_fatal 11924 1726884968.64775: done checking for any_errors_fatal 11924 1726884968.64776: checking for max_fail_percentage 11924 1726884968.64778: done checking for max_fail_percentage 11924 1726884968.64779: checking to see if all hosts have failed and the running result is not ok 11924 1726884968.64781: done checking to see if all hosts have failed 11924 1726884968.64783: getting the remaining hosts for this loop 11924 1726884968.64786: done getting the remaining hosts for this loop 11924 1726884968.64789: getting the next task for host managed_node2 11924 1726884968.64802: done getting next task for host managed_node2 11924 1726884968.64805: ^ task is: TASK: Collect LUKS info for this volume 11924 1726884968.64810: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884968.64819: getting variables 11924 1726884968.64821: in VariableManager get_vars() 11924 1726884968.64950: Calling all_inventory to load vars for managed_node2 11924 1726884968.65060: Calling groups_inventory to load vars for managed_node2 11924 1726884968.65066: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884968.65075: Calling all_plugins_play to load vars for managed_node2 11924 1726884968.65080: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884968.65086: Calling groups_plugins_play to load vars for managed_node2 11924 1726884968.65694: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884968.66172: done with get_vars() 11924 1726884968.66190: done getting variables 11924 1726884968.66262: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:08 -0400 (0:00:00.862) 0:02:14.001 ****** 11924 1726884968.66306: entering _queue_task() for managed_node2/command 11924 1726884968.66615: worker is 1 (out of 1 available) 11924 1726884968.66629: exiting _queue_task() for managed_node2/command 11924 1726884968.66643: done queuing things up, now waiting for results queue to drain 11924 1726884968.66644: waiting for pending results... 11924 1726884968.66961: running TaskExecutor() for managed_node2/TASK: Collect LUKS info for this volume 11924 1726884968.67058: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000498f 11924 1726884968.67075: variable 'ansible_search_path' from source: unknown 11924 1726884968.67109: calling self._execute() 11924 1726884968.67232: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884968.67236: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884968.67246: variable 'omit' from source: magic vars 11924 1726884968.67571: variable 'storage_test_volume' from source: include params 11924 1726884968.67648: variable '_storage_test_volume_present' from source: set_fact 11924 1726884968.67652: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 11924 1726884968.67654: when evaluation is False, skipping this task 11924 1726884968.67659: _execute() done 11924 1726884968.67671: dumping result to json 11924 1726884968.67675: done dumping result, returning 11924 1726884968.67678: done running TaskExecutor() for managed_node2/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-f4c0-2290-00000000498f] 11924 1726884968.67681: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000498f 11924 1726884968.67754: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000498f 11924 1726884968.67759: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884968.67853: no more pending results, returning what we have 11924 1726884968.67858: results queue empty 11924 1726884968.67859: checking for any_errors_fatal 11924 1726884968.67868: done checking for any_errors_fatal 11924 1726884968.67869: checking for max_fail_percentage 11924 1726884968.67870: done checking for max_fail_percentage 11924 1726884968.67871: checking to see if all hosts have failed and the running result is not ok 11924 1726884968.67872: done checking to see if all hosts have failed 11924 1726884968.67872: getting the remaining hosts for this loop 11924 1726884968.67874: done getting the remaining hosts for this loop 11924 1726884968.67877: getting the next task for host managed_node2 11924 1726884968.67887: done getting next task for host managed_node2 11924 1726884968.67890: ^ task is: TASK: Verify the presence/absence of the LUKS device node 11924 1726884968.67896: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884968.67901: getting variables 11924 1726884968.67902: in VariableManager get_vars() 11924 1726884968.67934: Calling all_inventory to load vars for managed_node2 11924 1726884968.67936: Calling groups_inventory to load vars for managed_node2 11924 1726884968.67939: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884968.67948: Calling all_plugins_play to load vars for managed_node2 11924 1726884968.67950: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884968.67989: Calling groups_plugins_play to load vars for managed_node2 11924 1726884968.68677: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884968.69015: done with get_vars() 11924 1726884968.69025: done getting variables 11924 1726884968.69070: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:16:08 -0400 (0:00:00.027) 0:02:14.029 ****** 11924 1726884968.69095: entering _queue_task() for managed_node2/assert 11924 1726884968.69315: worker is 1 (out of 1 available) 11924 1726884968.69329: exiting _queue_task() for managed_node2/assert 11924 1726884968.69341: done queuing things up, now waiting for results queue to drain 11924 1726884968.69342: waiting for pending results... 11924 1726884968.69578: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the LUKS device node 11924 1726884968.69681: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004990 11924 1726884968.69701: variable 'ansible_search_path' from source: unknown 11924 1726884968.69726: calling self._execute() 11924 1726884968.69832: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884968.69837: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884968.69846: variable 'omit' from source: magic vars 11924 1726884968.70143: variable 'storage_test_volume' from source: include params 11924 1726884968.70168: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884968.70172: when evaluation is False, skipping this task 11924 1726884968.70175: _execute() done 11924 1726884968.70178: dumping result to json 11924 1726884968.70181: done dumping result, returning 11924 1726884968.70187: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-f4c0-2290-000000004990] 11924 1726884968.70193: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004990 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884968.70338: no more pending results, returning what we have 11924 1726884968.70343: results queue empty 11924 1726884968.70343: checking for any_errors_fatal 11924 1726884968.70353: done checking for any_errors_fatal 11924 1726884968.70354: checking for max_fail_percentage 11924 1726884968.70357: done checking for max_fail_percentage 11924 1726884968.70358: checking to see if all hosts have failed and the running result is not ok 11924 1726884968.70359: done checking to see if all hosts have failed 11924 1726884968.70360: getting the remaining hosts for this loop 11924 1726884968.70362: done getting the remaining hosts for this loop 11924 1726884968.70367: getting the next task for host managed_node2 11924 1726884968.70376: done getting next task for host managed_node2 11924 1726884968.70378: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 11924 1726884968.70384: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884968.70389: getting variables 11924 1726884968.70391: in VariableManager get_vars() 11924 1726884968.70424: Calling all_inventory to load vars for managed_node2 11924 1726884968.70427: Calling groups_inventory to load vars for managed_node2 11924 1726884968.70431: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884968.70441: Calling all_plugins_play to load vars for managed_node2 11924 1726884968.70444: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884968.70447: Calling groups_plugins_play to load vars for managed_node2 11924 1726884968.70968: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004990 11924 1726884968.70972: WORKER PROCESS EXITING 11924 1726884968.71041: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884968.71631: done with get_vars() 11924 1726884968.71647: done getting variables 11924 1726884968.71703: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:08 -0400 (0:00:00.026) 0:02:14.056 ****** 11924 1726884968.71738: entering _queue_task() for managed_node2/assert 11924 1726884968.72009: worker is 1 (out of 1 available) 11924 1726884968.72024: exiting _queue_task() for managed_node2/assert 11924 1726884968.72037: done queuing things up, now waiting for results queue to drain 11924 1726884968.72039: waiting for pending results... 11924 1726884968.72332: running TaskExecutor() for managed_node2/TASK: Verify that the raw device is the same as the device if not encrypted 11924 1726884968.72461: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004991 11924 1726884968.72481: variable 'ansible_search_path' from source: unknown 11924 1726884968.72521: calling self._execute() 11924 1726884968.72652: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884968.72719: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884968.72722: variable 'omit' from source: magic vars 11924 1726884968.73020: variable '_storage_test_volume_present' from source: set_fact 11924 1726884968.73024: Evaluated conditional (_storage_test_volume_present): True 11924 1726884968.73035: variable 'omit' from source: magic vars 11924 1726884968.73098: variable 'omit' from source: magic vars 11924 1726884968.73267: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884968.74991: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884968.75050: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884968.75090: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884968.75118: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884968.75137: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884968.75250: variable 'storage_test_volume' from source: include params 11924 1726884968.75267: variable '__dev_ne_raw' from source: task vars 11924 1726884968.75369: variable 'storage_test_volume' from source: include params 11924 1726884968.75424: variable 'omit' from source: magic vars 11924 1726884968.75449: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884968.75475: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884968.75491: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884968.75504: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884968.75516: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884968.75528: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884968.75541: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884968.75566: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884968.75570: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884968.75572: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884968.75667: Set connection var ansible_shell_executable to /bin/sh 11924 1726884968.75671: Set connection var ansible_connection to ssh 11924 1726884968.75673: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884968.75679: Set connection var ansible_timeout to 10 11924 1726884968.75688: Set connection var ansible_pipelining to False 11924 1726884968.75690: Set connection var ansible_shell_type to sh 11924 1726884968.75716: variable 'ansible_shell_executable' from source: unknown 11924 1726884968.75719: variable 'ansible_connection' from source: unknown 11924 1726884968.75722: variable 'ansible_module_compression' from source: unknown 11924 1726884968.75724: variable 'ansible_shell_type' from source: unknown 11924 1726884968.75726: variable 'ansible_shell_executable' from source: unknown 11924 1726884968.75729: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884968.75731: variable 'ansible_pipelining' from source: unknown 11924 1726884968.75734: variable 'ansible_timeout' from source: unknown 11924 1726884968.75737: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884968.75816: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884968.75825: variable 'omit' from source: magic vars 11924 1726884968.75830: starting attempt loop 11924 1726884968.75833: running the handler 11924 1726884968.75951: variable '__dev_ne_raw' from source: task vars 11924 1726884968.76040: variable 'storage_test_volume' from source: include params 11924 1726884968.76059: variable 'storage_test_volume' from source: include params 11924 1726884968.76083: Evaluated conditional (__dev_ne_raw == (storage_test_volume.encryption | bool)): True 11924 1726884968.76086: handler run complete 11924 1726884968.76107: attempt loop complete, returning result 11924 1726884968.76110: _execute() done 11924 1726884968.76115: dumping result to json 11924 1726884968.76117: done dumping result, returning 11924 1726884968.76121: done running TaskExecutor() for managed_node2/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-f4c0-2290-000000004991] 11924 1726884968.76123: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004991 11924 1726884968.76211: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004991 11924 1726884968.76220: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884968.76340: no more pending results, returning what we have 11924 1726884968.76343: results queue empty 11924 1726884968.76344: checking for any_errors_fatal 11924 1726884968.76352: done checking for any_errors_fatal 11924 1726884968.76353: checking for max_fail_percentage 11924 1726884968.76354: done checking for max_fail_percentage 11924 1726884968.76357: checking to see if all hosts have failed and the running result is not ok 11924 1726884968.76358: done checking to see if all hosts have failed 11924 1726884968.76358: getting the remaining hosts for this loop 11924 1726884968.76361: done getting the remaining hosts for this loop 11924 1726884968.76365: getting the next task for host managed_node2 11924 1726884968.76373: done getting next task for host managed_node2 11924 1726884968.76375: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 11924 1726884968.76381: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884968.76398: getting variables 11924 1726884968.76400: in VariableManager get_vars() 11924 1726884968.76437: Calling all_inventory to load vars for managed_node2 11924 1726884968.76440: Calling groups_inventory to load vars for managed_node2 11924 1726884968.76443: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884968.76453: Calling all_plugins_play to load vars for managed_node2 11924 1726884968.76545: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884968.76550: Calling groups_plugins_play to load vars for managed_node2 11924 1726884968.76988: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884968.77526: done with get_vars() 11924 1726884968.77544: done getting variables 11924 1726884968.77607: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:08 -0400 (0:00:00.059) 0:02:14.115 ****** 11924 1726884968.77646: entering _queue_task() for managed_node2/assert 11924 1726884968.77988: worker is 1 (out of 1 available) 11924 1726884968.78006: exiting _queue_task() for managed_node2/assert 11924 1726884968.78021: done queuing things up, now waiting for results queue to drain 11924 1726884968.78024: waiting for pending results... 11924 1726884968.78286: running TaskExecutor() for managed_node2/TASK: Make sure we got info about the LUKS volume if encrypted 11924 1726884968.78417: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004992 11924 1726884968.78423: variable 'ansible_search_path' from source: unknown 11924 1726884968.78531: calling self._execute() 11924 1726884968.78618: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884968.78622: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884968.78625: variable 'omit' from source: magic vars 11924 1726884968.78960: variable '_storage_test_volume_present' from source: set_fact 11924 1726884968.78964: variable 'storage_test_volume' from source: include params 11924 1726884968.78992: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 11924 1726884968.78996: when evaluation is False, skipping this task 11924 1726884968.78998: _execute() done 11924 1726884968.79001: dumping result to json 11924 1726884968.79003: done dumping result, returning 11924 1726884968.79009: done running TaskExecutor() for managed_node2/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-f4c0-2290-000000004992] 11924 1726884968.79020: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004992 11924 1726884968.79111: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004992 11924 1726884968.79116: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884968.79168: no more pending results, returning what we have 11924 1726884968.79172: results queue empty 11924 1726884968.79173: checking for any_errors_fatal 11924 1726884968.79186: done checking for any_errors_fatal 11924 1726884968.79186: checking for max_fail_percentage 11924 1726884968.79188: done checking for max_fail_percentage 11924 1726884968.79189: checking to see if all hosts have failed and the running result is not ok 11924 1726884968.79190: done checking to see if all hosts have failed 11924 1726884968.79190: getting the remaining hosts for this loop 11924 1726884968.79193: done getting the remaining hosts for this loop 11924 1726884968.79197: getting the next task for host managed_node2 11924 1726884968.79206: done getting next task for host managed_node2 11924 1726884968.79208: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 11924 1726884968.79217: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884968.79222: getting variables 11924 1726884968.79224: in VariableManager get_vars() 11924 1726884968.79265: Calling all_inventory to load vars for managed_node2 11924 1726884968.79267: Calling groups_inventory to load vars for managed_node2 11924 1726884968.79271: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884968.79281: Calling all_plugins_play to load vars for managed_node2 11924 1726884968.79284: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884968.79286: Calling groups_plugins_play to load vars for managed_node2 11924 1726884968.79733: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884968.80271: done with get_vars() 11924 1726884968.80301: done getting variables 11924 1726884968.80418: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:16:08 -0400 (0:00:00.028) 0:02:14.143 ****** 11924 1726884968.80465: entering _queue_task() for managed_node2/assert 11924 1726884968.80852: worker is 1 (out of 1 available) 11924 1726884968.80875: exiting _queue_task() for managed_node2/assert 11924 1726884968.80891: done queuing things up, now waiting for results queue to drain 11924 1726884968.80892: waiting for pending results... 11924 1726884968.81143: running TaskExecutor() for managed_node2/TASK: Verify the LUKS volume's device type if encrypted 11924 1726884968.81234: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004993 11924 1726884968.81247: variable 'ansible_search_path' from source: unknown 11924 1726884968.81279: calling self._execute() 11924 1726884968.81381: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884968.81385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884968.81396: variable 'omit' from source: magic vars 11924 1726884968.81860: variable '_storage_test_volume_present' from source: set_fact 11924 1726884968.81864: variable 'storage_test_volume' from source: include params 11924 1726884968.81867: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 11924 1726884968.81869: when evaluation is False, skipping this task 11924 1726884968.81871: _execute() done 11924 1726884968.81874: dumping result to json 11924 1726884968.81876: done dumping result, returning 11924 1726884968.81878: done running TaskExecutor() for managed_node2/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-f4c0-2290-000000004993] 11924 1726884968.81880: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004993 skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884968.82126: no more pending results, returning what we have 11924 1726884968.82130: results queue empty 11924 1726884968.82131: checking for any_errors_fatal 11924 1726884968.82138: done checking for any_errors_fatal 11924 1726884968.82138: checking for max_fail_percentage 11924 1726884968.82140: done checking for max_fail_percentage 11924 1726884968.82141: checking to see if all hosts have failed and the running result is not ok 11924 1726884968.82141: done checking to see if all hosts have failed 11924 1726884968.82142: getting the remaining hosts for this loop 11924 1726884968.82144: done getting the remaining hosts for this loop 11924 1726884968.82148: getting the next task for host managed_node2 11924 1726884968.82261: done getting next task for host managed_node2 11924 1726884968.82264: ^ task is: TASK: Check LUKS version 11924 1726884968.82271: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884968.82275: getting variables 11924 1726884968.82278: in VariableManager get_vars() 11924 1726884968.82315: Calling all_inventory to load vars for managed_node2 11924 1726884968.82318: Calling groups_inventory to load vars for managed_node2 11924 1726884968.82322: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884968.82334: Calling all_plugins_play to load vars for managed_node2 11924 1726884968.82337: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884968.82339: Calling groups_plugins_play to load vars for managed_node2 11924 1726884968.82940: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004993 11924 1726884968.82944: WORKER PROCESS EXITING 11924 1726884968.83145: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884968.83518: done with get_vars() 11924 1726884968.83529: done getting variables 11924 1726884968.83574: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:08 -0400 (0:00:00.031) 0:02:14.174 ****** 11924 1726884968.83598: entering _queue_task() for managed_node2/assert 11924 1726884968.83828: worker is 1 (out of 1 available) 11924 1726884968.83842: exiting _queue_task() for managed_node2/assert 11924 1726884968.83857: done queuing things up, now waiting for results queue to drain 11924 1726884968.83859: waiting for pending results... 11924 1726884968.84052: running TaskExecutor() for managed_node2/TASK: Check LUKS version 11924 1726884968.84154: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004994 11924 1726884968.84170: variable 'ansible_search_path' from source: unknown 11924 1726884968.84200: calling self._execute() 11924 1726884968.84300: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884968.84304: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884968.84319: variable 'omit' from source: magic vars 11924 1726884968.84576: variable '_storage_test_volume_present' from source: set_fact 11924 1726884968.84583: Evaluated conditional (_storage_test_volume_present): True 11924 1726884968.84760: variable 'storage_test_volume' from source: include params 11924 1726884968.84763: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884968.84765: when evaluation is False, skipping this task 11924 1726884968.84768: _execute() done 11924 1726884968.84770: dumping result to json 11924 1726884968.84772: done dumping result, returning 11924 1726884968.84774: done running TaskExecutor() for managed_node2/TASK: Check LUKS version [0affc8a3-6f6f-f4c0-2290-000000004994] 11924 1726884968.84776: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004994 11924 1726884968.85061: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004994 11924 1726884968.85064: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884968.85193: no more pending results, returning what we have 11924 1726884968.85196: results queue empty 11924 1726884968.85197: checking for any_errors_fatal 11924 1726884968.85202: done checking for any_errors_fatal 11924 1726884968.85203: checking for max_fail_percentage 11924 1726884968.85204: done checking for max_fail_percentage 11924 1726884968.85205: checking to see if all hosts have failed and the running result is not ok 11924 1726884968.85206: done checking to see if all hosts have failed 11924 1726884968.85206: getting the remaining hosts for this loop 11924 1726884968.85208: done getting the remaining hosts for this loop 11924 1726884968.85211: getting the next task for host managed_node2 11924 1726884968.85217: done getting next task for host managed_node2 11924 1726884968.85220: ^ task is: TASK: Check LUKS key size 11924 1726884968.85225: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884968.85229: getting variables 11924 1726884968.85231: in VariableManager get_vars() 11924 1726884968.85260: Calling all_inventory to load vars for managed_node2 11924 1726884968.85263: Calling groups_inventory to load vars for managed_node2 11924 1726884968.85358: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884968.85367: Calling all_plugins_play to load vars for managed_node2 11924 1726884968.85370: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884968.85372: Calling groups_plugins_play to load vars for managed_node2 11924 1726884968.86008: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884968.86637: done with get_vars() 11924 1726884968.86654: done getting variables 11924 1726884968.86717: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:08 -0400 (0:00:00.031) 0:02:14.206 ****** 11924 1726884968.86754: entering _queue_task() for managed_node2/assert 11924 1726884968.87058: worker is 1 (out of 1 available) 11924 1726884968.87072: exiting _queue_task() for managed_node2/assert 11924 1726884968.87085: done queuing things up, now waiting for results queue to drain 11924 1726884968.87087: waiting for pending results... 11924 1726884968.87481: running TaskExecutor() for managed_node2/TASK: Check LUKS key size 11924 1726884968.87672: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004995 11924 1726884968.87701: variable 'ansible_search_path' from source: unknown 11924 1726884968.87752: calling self._execute() 11924 1726884968.87895: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884968.87907: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884968.87928: variable 'omit' from source: magic vars 11924 1726884968.88303: variable '_storage_test_volume_present' from source: set_fact 11924 1726884968.88316: Evaluated conditional (_storage_test_volume_present): True 11924 1726884968.88445: variable 'storage_test_volume' from source: include params 11924 1726884968.88486: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884968.88498: when evaluation is False, skipping this task 11924 1726884968.88507: _execute() done 11924 1726884968.88579: dumping result to json 11924 1726884968.88586: done dumping result, returning 11924 1726884968.88590: done running TaskExecutor() for managed_node2/TASK: Check LUKS key size [0affc8a3-6f6f-f4c0-2290-000000004995] 11924 1726884968.88592: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004995 11924 1726884968.88673: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004995 11924 1726884968.88677: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884968.88739: no more pending results, returning what we have 11924 1726884968.88744: results queue empty 11924 1726884968.88744: checking for any_errors_fatal 11924 1726884968.88757: done checking for any_errors_fatal 11924 1726884968.88757: checking for max_fail_percentage 11924 1726884968.88760: done checking for max_fail_percentage 11924 1726884968.88761: checking to see if all hosts have failed and the running result is not ok 11924 1726884968.88762: done checking to see if all hosts have failed 11924 1726884968.88762: getting the remaining hosts for this loop 11924 1726884968.88764: done getting the remaining hosts for this loop 11924 1726884968.88768: getting the next task for host managed_node2 11924 1726884968.88777: done getting next task for host managed_node2 11924 1726884968.88779: ^ task is: TASK: Check LUKS cipher 11924 1726884968.88786: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884968.88792: getting variables 11924 1726884968.88796: in VariableManager get_vars() 11924 1726884968.88835: Calling all_inventory to load vars for managed_node2 11924 1726884968.88837: Calling groups_inventory to load vars for managed_node2 11924 1726884968.88841: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884968.88852: Calling all_plugins_play to load vars for managed_node2 11924 1726884968.88958: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884968.88963: Calling groups_plugins_play to load vars for managed_node2 11924 1726884968.89960: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884968.90341: done with get_vars() 11924 1726884968.90353: done getting variables 11924 1726884968.90397: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:08 -0400 (0:00:00.036) 0:02:14.243 ****** 11924 1726884968.90421: entering _queue_task() for managed_node2/assert 11924 1726884968.90657: worker is 1 (out of 1 available) 11924 1726884968.90673: exiting _queue_task() for managed_node2/assert 11924 1726884968.90686: done queuing things up, now waiting for results queue to drain 11924 1726884968.90688: waiting for pending results... 11924 1726884968.90893: running TaskExecutor() for managed_node2/TASK: Check LUKS cipher 11924 1726884968.90997: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004996 11924 1726884968.91009: variable 'ansible_search_path' from source: unknown 11924 1726884968.91042: calling self._execute() 11924 1726884968.91143: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884968.91146: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884968.91157: variable 'omit' from source: magic vars 11924 1726884968.91422: variable '_storage_test_volume_present' from source: set_fact 11924 1726884968.91429: Evaluated conditional (_storage_test_volume_present): True 11924 1726884968.91524: variable 'storage_test_volume' from source: include params 11924 1726884968.91547: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884968.91551: when evaluation is False, skipping this task 11924 1726884968.91554: _execute() done 11924 1726884968.91560: dumping result to json 11924 1726884968.91565: done dumping result, returning 11924 1726884968.91575: done running TaskExecutor() for managed_node2/TASK: Check LUKS cipher [0affc8a3-6f6f-f4c0-2290-000000004996] 11924 1726884968.91579: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004996 11924 1726884968.91696: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004996 11924 1726884968.91699: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884968.91808: no more pending results, returning what we have 11924 1726884968.91812: results queue empty 11924 1726884968.91813: checking for any_errors_fatal 11924 1726884968.91823: done checking for any_errors_fatal 11924 1726884968.91824: checking for max_fail_percentage 11924 1726884968.91826: done checking for max_fail_percentage 11924 1726884968.91827: checking to see if all hosts have failed and the running result is not ok 11924 1726884968.91828: done checking to see if all hosts have failed 11924 1726884968.91828: getting the remaining hosts for this loop 11924 1726884968.91830: done getting the remaining hosts for this loop 11924 1726884968.91834: getting the next task for host managed_node2 11924 1726884968.91844: done getting next task for host managed_node2 11924 1726884968.91848: ^ task is: TASK: Set test variables 11924 1726884968.91857: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884968.91863: getting variables 11924 1726884968.91865: in VariableManager get_vars() 11924 1726884968.91904: Calling all_inventory to load vars for managed_node2 11924 1726884968.91907: Calling groups_inventory to load vars for managed_node2 11924 1726884968.91910: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884968.91921: Calling all_plugins_play to load vars for managed_node2 11924 1726884968.91925: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884968.91928: Calling groups_plugins_play to load vars for managed_node2 11924 1726884968.92682: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884968.93105: done with get_vars() 11924 1726884968.93116: done getting variables 11924 1726884968.93159: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:08 -0400 (0:00:00.027) 0:02:14.270 ****** 11924 1726884968.93184: entering _queue_task() for managed_node2/set_fact 11924 1726884968.93397: worker is 1 (out of 1 available) 11924 1726884968.93411: exiting _queue_task() for managed_node2/set_fact 11924 1726884968.93425: done queuing things up, now waiting for results queue to drain 11924 1726884968.93427: waiting for pending results... 11924 1726884968.93641: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884968.93734: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004997 11924 1726884968.93747: variable 'ansible_search_path' from source: unknown 11924 1726884968.93779: calling self._execute() 11924 1726884968.93891: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884968.93895: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884968.93906: variable 'omit' from source: magic vars 11924 1726884968.94003: variable 'omit' from source: magic vars 11924 1726884968.94060: variable 'omit' from source: magic vars 11924 1726884968.94264: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884968.96396: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884968.96443: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884968.96483: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884968.96511: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884968.96535: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884968.96632: variable 'storage_test_volume' from source: include params 11924 1726884968.96647: variable '_storage_test_volume_present' from source: set_fact 11924 1726884968.96791: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884968.96810: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884968.96834: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884968.96860: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884968.96871: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884968.96900: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884968.96919: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884968.96939: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884968.96965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884968.96975: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884968.97020: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884968.97041: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884968.97057: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884968.97081: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884968.97091: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884968.97211: variable 'storage_test_crypttab' from source: set_fact 11924 1726884968.97222: variable 'storage_test_volume' from source: include params 11924 1726884968.97330: variable 'storage_test_volume' from source: include params 11924 1726884968.97349: variable 'omit' from source: magic vars 11924 1726884968.97376: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884968.97396: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884968.97412: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884968.97427: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884968.97435: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884968.97449: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884968.97464: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884968.97490: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884968.97493: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884968.97496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884968.97577: Set connection var ansible_shell_executable to /bin/sh 11924 1726884968.97582: Set connection var ansible_connection to ssh 11924 1726884968.97585: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884968.97587: Set connection var ansible_timeout to 10 11924 1726884968.97597: Set connection var ansible_pipelining to False 11924 1726884968.97599: Set connection var ansible_shell_type to sh 11924 1726884968.97623: variable 'ansible_shell_executable' from source: unknown 11924 1726884968.97626: variable 'ansible_connection' from source: unknown 11924 1726884968.97629: variable 'ansible_module_compression' from source: unknown 11924 1726884968.97631: variable 'ansible_shell_type' from source: unknown 11924 1726884968.97633: variable 'ansible_shell_executable' from source: unknown 11924 1726884968.97635: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884968.97638: variable 'ansible_pipelining' from source: unknown 11924 1726884968.97642: variable 'ansible_timeout' from source: unknown 11924 1726884968.97646: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884968.97771: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884968.97785: variable 'omit' from source: magic vars 11924 1726884968.97787: starting attempt loop 11924 1726884968.97790: running the handler 11924 1726884968.97846: handler run complete 11924 1726884968.97849: attempt loop complete, returning result 11924 1726884968.97852: _execute() done 11924 1726884968.97854: dumping result to json 11924 1726884968.97859: done dumping result, returning 11924 1726884968.97862: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-000000004997] 11924 1726884968.97864: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004997 11924 1726884968.97929: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004997 11924 1726884968.97932: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 11924 1726884968.98018: no more pending results, returning what we have 11924 1726884968.98022: results queue empty 11924 1726884968.98023: checking for any_errors_fatal 11924 1726884968.98030: done checking for any_errors_fatal 11924 1726884968.98031: checking for max_fail_percentage 11924 1726884968.98033: done checking for max_fail_percentage 11924 1726884968.98034: checking to see if all hosts have failed and the running result is not ok 11924 1726884968.98034: done checking to see if all hosts have failed 11924 1726884968.98035: getting the remaining hosts for this loop 11924 1726884968.98037: done getting the remaining hosts for this loop 11924 1726884968.98041: getting the next task for host managed_node2 11924 1726884968.98050: done getting next task for host managed_node2 11924 1726884968.98052: ^ task is: TASK: Check for /etc/crypttab entry 11924 1726884968.98094: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884968.98099: getting variables 11924 1726884968.98101: in VariableManager get_vars() 11924 1726884968.98140: Calling all_inventory to load vars for managed_node2 11924 1726884968.98142: Calling groups_inventory to load vars for managed_node2 11924 1726884968.98146: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884968.98163: Calling all_plugins_play to load vars for managed_node2 11924 1726884968.98167: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884968.98170: Calling groups_plugins_play to load vars for managed_node2 11924 1726884968.98790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884968.99348: done with get_vars() 11924 1726884968.99367: done getting variables 11924 1726884968.99433: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:08 -0400 (0:00:00.062) 0:02:14.333 ****** 11924 1726884968.99470: entering _queue_task() for managed_node2/assert 11924 1726884968.99787: worker is 1 (out of 1 available) 11924 1726884968.99802: exiting _queue_task() for managed_node2/assert 11924 1726884968.99818: done queuing things up, now waiting for results queue to drain 11924 1726884968.99820: waiting for pending results... 11924 1726884969.00162: running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry 11924 1726884969.00262: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004998 11924 1726884969.00276: variable 'ansible_search_path' from source: unknown 11924 1726884969.00305: calling self._execute() 11924 1726884969.00410: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.00413: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.00426: variable 'omit' from source: magic vars 11924 1726884969.00524: variable 'omit' from source: magic vars 11924 1726884969.00573: variable 'omit' from source: magic vars 11924 1726884969.00765: variable 'storage_test_volume' from source: include params 11924 1726884969.00818: variable 'omit' from source: magic vars 11924 1726884969.00852: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884969.00882: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884969.00900: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884969.00915: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884969.00928: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884969.00942: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884969.00956: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884969.00980: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884969.00983: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.00986: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.01071: Set connection var ansible_shell_executable to /bin/sh 11924 1726884969.01074: Set connection var ansible_connection to ssh 11924 1726884969.01077: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884969.01083: Set connection var ansible_timeout to 10 11924 1726884969.01088: Set connection var ansible_pipelining to False 11924 1726884969.01093: Set connection var ansible_shell_type to sh 11924 1726884969.01120: variable 'ansible_shell_executable' from source: unknown 11924 1726884969.01123: variable 'ansible_connection' from source: unknown 11924 1726884969.01126: variable 'ansible_module_compression' from source: unknown 11924 1726884969.01128: variable 'ansible_shell_type' from source: unknown 11924 1726884969.01130: variable 'ansible_shell_executable' from source: unknown 11924 1726884969.01133: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.01135: variable 'ansible_pipelining' from source: unknown 11924 1726884969.01137: variable 'ansible_timeout' from source: unknown 11924 1726884969.01144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.01244: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884969.01257: variable 'omit' from source: magic vars 11924 1726884969.01260: starting attempt loop 11924 1726884969.01264: running the handler 11924 1726884969.01396: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884969.03365: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884969.03422: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884969.03454: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884969.03481: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884969.03501: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884969.03557: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884969.03580: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884969.03597: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884969.03625: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884969.03636: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884969.03677: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884969.03691: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884969.03708: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884969.03735: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884969.03745: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884969.03834: variable '_storage_test_crypttab_entries' from source: set_fact 11924 1726884969.03838: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884969.03853: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 11924 1726884969.03859: handler run complete 11924 1726884969.03872: attempt loop complete, returning result 11924 1726884969.03875: _execute() done 11924 1726884969.03878: dumping result to json 11924 1726884969.03880: done dumping result, returning 11924 1726884969.03893: done running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-f4c0-2290-000000004998] 11924 1726884969.03896: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004998 11924 1726884969.03981: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004998 11924 1726884969.03984: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884969.04038: no more pending results, returning what we have 11924 1726884969.04048: results queue empty 11924 1726884969.04049: checking for any_errors_fatal 11924 1726884969.04062: done checking for any_errors_fatal 11924 1726884969.04063: checking for max_fail_percentage 11924 1726884969.04065: done checking for max_fail_percentage 11924 1726884969.04066: checking to see if all hosts have failed and the running result is not ok 11924 1726884969.04066: done checking to see if all hosts have failed 11924 1726884969.04067: getting the remaining hosts for this loop 11924 1726884969.04069: done getting the remaining hosts for this loop 11924 1726884969.04073: getting the next task for host managed_node2 11924 1726884969.04082: done getting next task for host managed_node2 11924 1726884969.04085: ^ task is: TASK: Validate the format of the crypttab entry 11924 1726884969.04091: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884969.04095: getting variables 11924 1726884969.04097: in VariableManager get_vars() 11924 1726884969.04135: Calling all_inventory to load vars for managed_node2 11924 1726884969.04137: Calling groups_inventory to load vars for managed_node2 11924 1726884969.04140: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884969.04151: Calling all_plugins_play to load vars for managed_node2 11924 1726884969.04153: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884969.04163: Calling groups_plugins_play to load vars for managed_node2 11924 1726884969.04578: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884969.04950: done with get_vars() 11924 1726884969.04964: done getting variables 11924 1726884969.05006: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:09 -0400 (0:00:00.055) 0:02:14.389 ****** 11924 1726884969.05033: entering _queue_task() for managed_node2/assert 11924 1726884969.05262: worker is 1 (out of 1 available) 11924 1726884969.05278: exiting _queue_task() for managed_node2/assert 11924 1726884969.05290: done queuing things up, now waiting for results queue to drain 11924 1726884969.05292: waiting for pending results... 11924 1726884969.05505: running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry 11924 1726884969.05616: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004999 11924 1726884969.05633: variable 'ansible_search_path' from source: unknown 11924 1726884969.05659: calling self._execute() 11924 1726884969.05760: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.05765: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.05775: variable 'omit' from source: magic vars 11924 1726884969.06089: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884969.08240: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884969.08463: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884969.08469: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884969.08472: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884969.08474: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884969.08549: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884969.08589: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884969.08623: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884969.08677: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884969.08825: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884969.08830: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884969.09060: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884969.09063: when evaluation is False, skipping this task 11924 1726884969.09066: _execute() done 11924 1726884969.09069: dumping result to json 11924 1726884969.09072: done dumping result, returning 11924 1726884969.09074: done running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-f4c0-2290-000000004999] 11924 1726884969.09078: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004999 11924 1726884969.09169: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004999 skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884969.09218: no more pending results, returning what we have 11924 1726884969.09222: results queue empty 11924 1726884969.09222: checking for any_errors_fatal 11924 1726884969.09229: done checking for any_errors_fatal 11924 1726884969.09230: checking for max_fail_percentage 11924 1726884969.09232: done checking for max_fail_percentage 11924 1726884969.09233: checking to see if all hosts have failed and the running result is not ok 11924 1726884969.09234: done checking to see if all hosts have failed 11924 1726884969.09234: getting the remaining hosts for this loop 11924 1726884969.09237: done getting the remaining hosts for this loop 11924 1726884969.09240: getting the next task for host managed_node2 11924 1726884969.09248: done getting next task for host managed_node2 11924 1726884969.09251: ^ task is: TASK: Check backing device of crypttab entry 11924 1726884969.09259: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884969.09264: getting variables 11924 1726884969.09265: in VariableManager get_vars() 11924 1726884969.09302: Calling all_inventory to load vars for managed_node2 11924 1726884969.09304: Calling groups_inventory to load vars for managed_node2 11924 1726884969.09308: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884969.09319: Calling all_plugins_play to load vars for managed_node2 11924 1726884969.09321: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884969.09324: Calling groups_plugins_play to load vars for managed_node2 11924 1726884969.09868: WORKER PROCESS EXITING 11924 1726884969.09916: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884969.10425: done with get_vars() 11924 1726884969.10446: done getting variables 11924 1726884969.10496: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:09 -0400 (0:00:00.054) 0:02:14.444 ****** 11924 1726884969.10525: entering _queue_task() for managed_node2/assert 11924 1726884969.10809: worker is 1 (out of 1 available) 11924 1726884969.10823: exiting _queue_task() for managed_node2/assert 11924 1726884969.10837: done queuing things up, now waiting for results queue to drain 11924 1726884969.10839: waiting for pending results... 11924 1726884969.11114: running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry 11924 1726884969.11214: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000499a 11924 1726884969.11231: variable 'ansible_search_path' from source: unknown 11924 1726884969.11283: calling self._execute() 11924 1726884969.11425: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.11438: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.11448: variable 'omit' from source: magic vars 11924 1726884969.11745: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884969.13819: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884969.13880: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884969.14065: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884969.14068: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884969.14071: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884969.14122: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884969.14177: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884969.14212: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884969.14252: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884969.14278: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884969.14457: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884969.14482: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884969.14485: when evaluation is False, skipping this task 11924 1726884969.14488: _execute() done 11924 1726884969.14491: dumping result to json 11924 1726884969.14497: done dumping result, returning 11924 1726884969.14509: done running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-f4c0-2290-00000000499a] 11924 1726884969.14513: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000499a 11924 1726884969.14698: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000499a 11924 1726884969.14702: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884969.14773: no more pending results, returning what we have 11924 1726884969.14776: results queue empty 11924 1726884969.14777: checking for any_errors_fatal 11924 1726884969.14788: done checking for any_errors_fatal 11924 1726884969.14789: checking for max_fail_percentage 11924 1726884969.14791: done checking for max_fail_percentage 11924 1726884969.14792: checking to see if all hosts have failed and the running result is not ok 11924 1726884969.14792: done checking to see if all hosts have failed 11924 1726884969.14796: getting the remaining hosts for this loop 11924 1726884969.14799: done getting the remaining hosts for this loop 11924 1726884969.14803: getting the next task for host managed_node2 11924 1726884969.14813: done getting next task for host managed_node2 11924 1726884969.14816: ^ task is: TASK: Check key file of crypttab entry 11924 1726884969.14821: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884969.14825: getting variables 11924 1726884969.14827: in VariableManager get_vars() 11924 1726884969.14871: Calling all_inventory to load vars for managed_node2 11924 1726884969.14874: Calling groups_inventory to load vars for managed_node2 11924 1726884969.14878: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884969.14890: Calling all_plugins_play to load vars for managed_node2 11924 1726884969.14893: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884969.14895: Calling groups_plugins_play to load vars for managed_node2 11924 1726884969.15452: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884969.15928: done with get_vars() 11924 1726884969.15945: done getting variables 11924 1726884969.15993: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:09 -0400 (0:00:00.054) 0:02:14.499 ****** 11924 1726884969.16019: entering _queue_task() for managed_node2/assert 11924 1726884969.16317: worker is 1 (out of 1 available) 11924 1726884969.16333: exiting _queue_task() for managed_node2/assert 11924 1726884969.16346: done queuing things up, now waiting for results queue to drain 11924 1726884969.16348: waiting for pending results... 11924 1726884969.16593: running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry 11924 1726884969.16693: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000499b 11924 1726884969.16716: variable 'ansible_search_path' from source: unknown 11924 1726884969.16737: calling self._execute() 11924 1726884969.16843: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.16847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.16859: variable 'omit' from source: magic vars 11924 1726884969.17154: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884969.19446: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884969.19502: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884969.19523: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884969.19567: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884969.19591: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884969.19682: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884969.19742: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884969.19746: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884969.19778: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884969.19790: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884969.19876: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884969.19895: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884969.19898: when evaluation is False, skipping this task 11924 1726884969.19901: _execute() done 11924 1726884969.19904: dumping result to json 11924 1726884969.19906: done dumping result, returning 11924 1726884969.19915: done running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry [0affc8a3-6f6f-f4c0-2290-00000000499b] 11924 1726884969.19918: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000499b 11924 1726884969.20026: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000499b 11924 1726884969.20029: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884969.20092: no more pending results, returning what we have 11924 1726884969.20095: results queue empty 11924 1726884969.20096: checking for any_errors_fatal 11924 1726884969.20103: done checking for any_errors_fatal 11924 1726884969.20104: checking for max_fail_percentage 11924 1726884969.20106: done checking for max_fail_percentage 11924 1726884969.20107: checking to see if all hosts have failed and the running result is not ok 11924 1726884969.20108: done checking to see if all hosts have failed 11924 1726884969.20109: getting the remaining hosts for this loop 11924 1726884969.20111: done getting the remaining hosts for this loop 11924 1726884969.20117: getting the next task for host managed_node2 11924 1726884969.20126: done getting next task for host managed_node2 11924 1726884969.20129: ^ task is: TASK: Clear test variables 11924 1726884969.20134: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884969.20139: getting variables 11924 1726884969.20140: in VariableManager get_vars() 11924 1726884969.20181: Calling all_inventory to load vars for managed_node2 11924 1726884969.20183: Calling groups_inventory to load vars for managed_node2 11924 1726884969.20187: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884969.20231: Calling all_plugins_play to load vars for managed_node2 11924 1726884969.20236: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884969.20240: Calling groups_plugins_play to load vars for managed_node2 11924 1726884969.21296: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884969.21795: done with get_vars() 11924 1726884969.21806: done getting variables 11924 1726884969.21860: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:09 -0400 (0:00:00.058) 0:02:14.557 ****** 11924 1726884969.21887: entering _queue_task() for managed_node2/set_fact 11924 1726884969.22167: worker is 1 (out of 1 available) 11924 1726884969.22182: exiting _queue_task() for managed_node2/set_fact 11924 1726884969.22195: done queuing things up, now waiting for results queue to drain 11924 1726884969.22197: waiting for pending results... 11924 1726884969.22410: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884969.22537: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000499c 11924 1726884969.22551: variable 'ansible_search_path' from source: unknown 11924 1726884969.22581: calling self._execute() 11924 1726884969.22683: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.22687: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.22697: variable 'omit' from source: magic vars 11924 1726884969.22789: variable 'omit' from source: magic vars 11924 1726884969.22833: variable 'omit' from source: magic vars 11924 1726884969.22902: variable 'omit' from source: magic vars 11924 1726884969.22915: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884969.22958: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884969.22991: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884969.22996: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884969.23032: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884969.23035: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884969.23044: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884969.23102: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884969.23114: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.23117: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.23179: Set connection var ansible_shell_executable to /bin/sh 11924 1726884969.23185: Set connection var ansible_connection to ssh 11924 1726884969.23189: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884969.23192: Set connection var ansible_timeout to 10 11924 1726884969.23200: Set connection var ansible_pipelining to False 11924 1726884969.23203: Set connection var ansible_shell_type to sh 11924 1726884969.23229: variable 'ansible_shell_executable' from source: unknown 11924 1726884969.23232: variable 'ansible_connection' from source: unknown 11924 1726884969.23234: variable 'ansible_module_compression' from source: unknown 11924 1726884969.23237: variable 'ansible_shell_type' from source: unknown 11924 1726884969.23239: variable 'ansible_shell_executable' from source: unknown 11924 1726884969.23241: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.23246: variable 'ansible_pipelining' from source: unknown 11924 1726884969.23249: variable 'ansible_timeout' from source: unknown 11924 1726884969.23254: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.23561: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884969.23565: variable 'omit' from source: magic vars 11924 1726884969.23568: starting attempt loop 11924 1726884969.23572: running the handler 11924 1726884969.23576: handler run complete 11924 1726884969.23579: attempt loop complete, returning result 11924 1726884969.23581: _execute() done 11924 1726884969.23585: dumping result to json 11924 1726884969.23588: done dumping result, returning 11924 1726884969.23590: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-00000000499c] 11924 1726884969.23593: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000499c 11924 1726884969.23667: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000499c 11924 1726884969.23673: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 11924 1726884969.23744: no more pending results, returning what we have 11924 1726884969.23748: results queue empty 11924 1726884969.23748: checking for any_errors_fatal 11924 1726884969.23759: done checking for any_errors_fatal 11924 1726884969.23760: checking for max_fail_percentage 11924 1726884969.23762: done checking for max_fail_percentage 11924 1726884969.23763: checking to see if all hosts have failed and the running result is not ok 11924 1726884969.23764: done checking to see if all hosts have failed 11924 1726884969.23764: getting the remaining hosts for this loop 11924 1726884969.23767: done getting the remaining hosts for this loop 11924 1726884969.23770: getting the next task for host managed_node2 11924 1726884969.23783: done getting next task for host managed_node2 11924 1726884969.23786: ^ task is: TASK: Get information about RAID 11924 1726884969.23794: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884969.23799: getting variables 11924 1726884969.23801: in VariableManager get_vars() 11924 1726884969.23848: Calling all_inventory to load vars for managed_node2 11924 1726884969.23853: Calling groups_inventory to load vars for managed_node2 11924 1726884969.23980: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884969.23990: Calling all_plugins_play to load vars for managed_node2 11924 1726884969.23994: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884969.23997: Calling groups_plugins_play to load vars for managed_node2 11924 1726884969.24414: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884969.24929: done with get_vars() 11924 1726884969.24949: done getting variables 11924 1726884969.25005: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:09 -0400 (0:00:00.031) 0:02:14.589 ****** 11924 1726884969.25043: entering _queue_task() for managed_node2/command 11924 1726884969.25335: worker is 1 (out of 1 available) 11924 1726884969.25348: exiting _queue_task() for managed_node2/command 11924 1726884969.25685: done queuing things up, now waiting for results queue to drain 11924 1726884969.25687: waiting for pending results... 11924 1726884969.26036: running TaskExecutor() for managed_node2/TASK: Get information about RAID 11924 1726884969.26138: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049a0 11924 1726884969.26149: variable 'ansible_search_path' from source: unknown 11924 1726884969.26178: calling self._execute() 11924 1726884969.26286: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.26290: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.26300: variable 'omit' from source: magic vars 11924 1726884969.26617: variable 'storage_test_volume' from source: include params 11924 1726884969.26643: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884969.26646: when evaluation is False, skipping this task 11924 1726884969.26649: _execute() done 11924 1726884969.26651: dumping result to json 11924 1726884969.26654: done dumping result, returning 11924 1726884969.26663: done running TaskExecutor() for managed_node2/TASK: Get information about RAID [0affc8a3-6f6f-f4c0-2290-0000000049a0] 11924 1726884969.26668: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a0 11924 1726884969.26759: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a0 11924 1726884969.26762: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884969.26834: no more pending results, returning what we have 11924 1726884969.26838: results queue empty 11924 1726884969.26839: checking for any_errors_fatal 11924 1726884969.26846: done checking for any_errors_fatal 11924 1726884969.26846: checking for max_fail_percentage 11924 1726884969.26848: done checking for max_fail_percentage 11924 1726884969.26849: checking to see if all hosts have failed and the running result is not ok 11924 1726884969.26850: done checking to see if all hosts have failed 11924 1726884969.26851: getting the remaining hosts for this loop 11924 1726884969.26853: done getting the remaining hosts for this loop 11924 1726884969.26858: getting the next task for host managed_node2 11924 1726884969.26866: done getting next task for host managed_node2 11924 1726884969.26868: ^ task is: TASK: Set active devices regex 11924 1726884969.26874: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884969.26878: getting variables 11924 1726884969.26879: in VariableManager get_vars() 11924 1726884969.26915: Calling all_inventory to load vars for managed_node2 11924 1726884969.26918: Calling groups_inventory to load vars for managed_node2 11924 1726884969.26921: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884969.26930: Calling all_plugins_play to load vars for managed_node2 11924 1726884969.26932: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884969.26935: Calling groups_plugins_play to load vars for managed_node2 11924 1726884969.27322: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884969.27691: done with get_vars() 11924 1726884969.27702: done getting variables 11924 1726884969.27745: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:09 -0400 (0:00:00.027) 0:02:14.616 ****** 11924 1726884969.27770: entering _queue_task() for managed_node2/set_fact 11924 1726884969.28045: worker is 1 (out of 1 available) 11924 1726884969.28062: exiting _queue_task() for managed_node2/set_fact 11924 1726884969.28076: done queuing things up, now waiting for results queue to drain 11924 1726884969.28078: waiting for pending results... 11924 1726884969.28854: running TaskExecutor() for managed_node2/TASK: Set active devices regex 11924 1726884969.28913: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049a1 11924 1726884969.28937: variable 'ansible_search_path' from source: unknown 11924 1726884969.28983: calling self._execute() 11924 1726884969.29121: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.29134: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.29149: variable 'omit' from source: magic vars 11924 1726884969.29571: variable 'storage_test_volume' from source: include params 11924 1726884969.29608: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884969.29615: when evaluation is False, skipping this task 11924 1726884969.29660: _execute() done 11924 1726884969.29663: dumping result to json 11924 1726884969.29665: done dumping result, returning 11924 1726884969.29669: done running TaskExecutor() for managed_node2/TASK: Set active devices regex [0affc8a3-6f6f-f4c0-2290-0000000049a1] 11924 1726884969.29672: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a1 11924 1726884969.30002: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a1 11924 1726884969.30006: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884969.30047: no more pending results, returning what we have 11924 1726884969.30051: results queue empty 11924 1726884969.30052: checking for any_errors_fatal 11924 1726884969.30060: done checking for any_errors_fatal 11924 1726884969.30060: checking for max_fail_percentage 11924 1726884969.30062: done checking for max_fail_percentage 11924 1726884969.30063: checking to see if all hosts have failed and the running result is not ok 11924 1726884969.30064: done checking to see if all hosts have failed 11924 1726884969.30065: getting the remaining hosts for this loop 11924 1726884969.30066: done getting the remaining hosts for this loop 11924 1726884969.30069: getting the next task for host managed_node2 11924 1726884969.30077: done getting next task for host managed_node2 11924 1726884969.30079: ^ task is: TASK: Set spare devices regex 11924 1726884969.30085: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884969.30089: getting variables 11924 1726884969.30091: in VariableManager get_vars() 11924 1726884969.30126: Calling all_inventory to load vars for managed_node2 11924 1726884969.30129: Calling groups_inventory to load vars for managed_node2 11924 1726884969.30132: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884969.30141: Calling all_plugins_play to load vars for managed_node2 11924 1726884969.30144: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884969.30148: Calling groups_plugins_play to load vars for managed_node2 11924 1726884969.30744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884969.31441: done with get_vars() 11924 1726884969.31460: done getting variables 11924 1726884969.31531: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:09 -0400 (0:00:00.037) 0:02:14.654 ****** 11924 1726884969.31569: entering _queue_task() for managed_node2/set_fact 11924 1726884969.31933: worker is 1 (out of 1 available) 11924 1726884969.31960: exiting _queue_task() for managed_node2/set_fact 11924 1726884969.31975: done queuing things up, now waiting for results queue to drain 11924 1726884969.31976: waiting for pending results... 11924 1726884969.32304: running TaskExecutor() for managed_node2/TASK: Set spare devices regex 11924 1726884969.32449: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049a2 11924 1726884969.32477: variable 'ansible_search_path' from source: unknown 11924 1726884969.32525: calling self._execute() 11924 1726884969.32661: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.32674: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.32690: variable 'omit' from source: magic vars 11924 1726884969.33128: variable 'storage_test_volume' from source: include params 11924 1726884969.33280: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884969.33284: when evaluation is False, skipping this task 11924 1726884969.33287: _execute() done 11924 1726884969.33290: dumping result to json 11924 1726884969.33293: done dumping result, returning 11924 1726884969.33296: done running TaskExecutor() for managed_node2/TASK: Set spare devices regex [0affc8a3-6f6f-f4c0-2290-0000000049a2] 11924 1726884969.33299: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a2 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884969.33516: no more pending results, returning what we have 11924 1726884969.33520: results queue empty 11924 1726884969.33521: checking for any_errors_fatal 11924 1726884969.33534: done checking for any_errors_fatal 11924 1726884969.33535: checking for max_fail_percentage 11924 1726884969.33537: done checking for max_fail_percentage 11924 1726884969.33538: checking to see if all hosts have failed and the running result is not ok 11924 1726884969.33539: done checking to see if all hosts have failed 11924 1726884969.33539: getting the remaining hosts for this loop 11924 1726884969.33541: done getting the remaining hosts for this loop 11924 1726884969.33545: getting the next task for host managed_node2 11924 1726884969.33560: done getting next task for host managed_node2 11924 1726884969.33564: ^ task is: TASK: Set md version regex 11924 1726884969.33572: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884969.33577: getting variables 11924 1726884969.33579: in VariableManager get_vars() 11924 1726884969.33623: Calling all_inventory to load vars for managed_node2 11924 1726884969.33625: Calling groups_inventory to load vars for managed_node2 11924 1726884969.33629: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884969.33640: Calling all_plugins_play to load vars for managed_node2 11924 1726884969.33643: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884969.33645: Calling groups_plugins_play to load vars for managed_node2 11924 1726884969.34169: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a2 11924 1726884969.34173: WORKER PROCESS EXITING 11924 1726884969.34881: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884969.36018: done with get_vars() 11924 1726884969.36034: done getting variables 11924 1726884969.36114: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:09 -0400 (0:00:00.045) 0:02:14.700 ****** 11924 1726884969.36149: entering _queue_task() for managed_node2/set_fact 11924 1726884969.36610: worker is 1 (out of 1 available) 11924 1726884969.36622: exiting _queue_task() for managed_node2/set_fact 11924 1726884969.36635: done queuing things up, now waiting for results queue to drain 11924 1726884969.36637: waiting for pending results... 11924 1726884969.36871: running TaskExecutor() for managed_node2/TASK: Set md version regex 11924 1726884969.37045: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049a3 11924 1726884969.37099: variable 'ansible_search_path' from source: unknown 11924 1726884969.37114: calling self._execute() 11924 1726884969.37271: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.37283: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.37316: variable 'omit' from source: magic vars 11924 1726884969.37772: variable 'storage_test_volume' from source: include params 11924 1726884969.37819: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884969.37861: when evaluation is False, skipping this task 11924 1726884969.37865: _execute() done 11924 1726884969.37868: dumping result to json 11924 1726884969.37871: done dumping result, returning 11924 1726884969.37873: done running TaskExecutor() for managed_node2/TASK: Set md version regex [0affc8a3-6f6f-f4c0-2290-0000000049a3] 11924 1726884969.37875: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a3 11924 1726884969.38048: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a3 11924 1726884969.38052: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884969.38197: no more pending results, returning what we have 11924 1726884969.38202: results queue empty 11924 1726884969.38203: checking for any_errors_fatal 11924 1726884969.38212: done checking for any_errors_fatal 11924 1726884969.38213: checking for max_fail_percentage 11924 1726884969.38214: done checking for max_fail_percentage 11924 1726884969.38215: checking to see if all hosts have failed and the running result is not ok 11924 1726884969.38216: done checking to see if all hosts have failed 11924 1726884969.38217: getting the remaining hosts for this loop 11924 1726884969.38219: done getting the remaining hosts for this loop 11924 1726884969.38223: getting the next task for host managed_node2 11924 1726884969.38232: done getting next task for host managed_node2 11924 1726884969.38235: ^ task is: TASK: Set chunk size regex 11924 1726884969.38243: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884969.38249: getting variables 11924 1726884969.38251: in VariableManager get_vars() 11924 1726884969.38413: Calling all_inventory to load vars for managed_node2 11924 1726884969.38416: Calling groups_inventory to load vars for managed_node2 11924 1726884969.38420: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884969.38432: Calling all_plugins_play to load vars for managed_node2 11924 1726884969.38436: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884969.38439: Calling groups_plugins_play to load vars for managed_node2 11924 1726884969.39136: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884969.40646: done with get_vars() 11924 1726884969.40671: done getting variables 11924 1726884969.40854: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:09 -0400 (0:00:00.048) 0:02:14.748 ****** 11924 1726884969.40966: entering _queue_task() for managed_node2/set_fact 11924 1726884969.41546: worker is 1 (out of 1 available) 11924 1726884969.41662: exiting _queue_task() for managed_node2/set_fact 11924 1726884969.41675: done queuing things up, now waiting for results queue to drain 11924 1726884969.41676: waiting for pending results... 11924 1726884969.41976: running TaskExecutor() for managed_node2/TASK: Set chunk size regex 11924 1726884969.42128: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049a4 11924 1726884969.42132: variable 'ansible_search_path' from source: unknown 11924 1726884969.42141: calling self._execute() 11924 1726884969.42286: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.42344: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.42348: variable 'omit' from source: magic vars 11924 1726884969.42751: variable 'storage_test_volume' from source: include params 11924 1726884969.42797: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884969.42805: when evaluation is False, skipping this task 11924 1726884969.42813: _execute() done 11924 1726884969.42822: dumping result to json 11924 1726884969.42830: done dumping result, returning 11924 1726884969.42888: done running TaskExecutor() for managed_node2/TASK: Set chunk size regex [0affc8a3-6f6f-f4c0-2290-0000000049a4] 11924 1726884969.42891: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a4 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884969.43020: no more pending results, returning what we have 11924 1726884969.43025: results queue empty 11924 1726884969.43025: checking for any_errors_fatal 11924 1726884969.43037: done checking for any_errors_fatal 11924 1726884969.43038: checking for max_fail_percentage 11924 1726884969.43040: done checking for max_fail_percentage 11924 1726884969.43041: checking to see if all hosts have failed and the running result is not ok 11924 1726884969.43042: done checking to see if all hosts have failed 11924 1726884969.43043: getting the remaining hosts for this loop 11924 1726884969.43044: done getting the remaining hosts for this loop 11924 1726884969.43048: getting the next task for host managed_node2 11924 1726884969.43060: done getting next task for host managed_node2 11924 1726884969.43062: ^ task is: TASK: Parse the chunk size 11924 1726884969.43070: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884969.43075: getting variables 11924 1726884969.43077: in VariableManager get_vars() 11924 1726884969.43231: Calling all_inventory to load vars for managed_node2 11924 1726884969.43234: Calling groups_inventory to load vars for managed_node2 11924 1726884969.43238: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884969.43252: Calling all_plugins_play to load vars for managed_node2 11924 1726884969.43322: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884969.43329: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a4 11924 1726884969.43332: WORKER PROCESS EXITING 11924 1726884969.43336: Calling groups_plugins_play to load vars for managed_node2 11924 1726884969.44485: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884969.45112: done with get_vars() 11924 1726884969.45130: 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 22:16:09 -0400 (0:00:00.042) 0:02:14.791 ****** 11924 1726884969.45227: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884969.45588: worker is 1 (out of 1 available) 11924 1726884969.45714: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884969.45728: done queuing things up, now waiting for results queue to drain 11924 1726884969.45729: waiting for pending results... 11924 1726884969.45972: running TaskExecutor() for managed_node2/TASK: Parse the chunk size 11924 1726884969.46180: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049a5 11924 1726884969.46203: variable 'ansible_search_path' from source: unknown 11924 1726884969.46240: calling self._execute() 11924 1726884969.46408: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.46421: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.46479: variable 'omit' from source: magic vars 11924 1726884969.46879: variable 'storage_test_volume' from source: include params 11924 1726884969.46922: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884969.46931: when evaluation is False, skipping this task 11924 1726884969.46938: _execute() done 11924 1726884969.46945: dumping result to json 11924 1726884969.46951: done dumping result, returning 11924 1726884969.46965: done running TaskExecutor() for managed_node2/TASK: Parse the chunk size [0affc8a3-6f6f-f4c0-2290-0000000049a5] 11924 1726884969.46974: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a5 11924 1726884969.47101: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a5 11924 1726884969.47105: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884969.47187: no more pending results, returning what we have 11924 1726884969.47191: results queue empty 11924 1726884969.47192: checking for any_errors_fatal 11924 1726884969.47205: done checking for any_errors_fatal 11924 1726884969.47206: checking for max_fail_percentage 11924 1726884969.47208: done checking for max_fail_percentage 11924 1726884969.47209: checking to see if all hosts have failed and the running result is not ok 11924 1726884969.47210: done checking to see if all hosts have failed 11924 1726884969.47210: getting the remaining hosts for this loop 11924 1726884969.47212: done getting the remaining hosts for this loop 11924 1726884969.47216: getting the next task for host managed_node2 11924 1726884969.47227: done getting next task for host managed_node2 11924 1726884969.47230: ^ task is: TASK: Check RAID active devices count 11924 1726884969.47239: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884969.47245: getting variables 11924 1726884969.47247: in VariableManager get_vars() 11924 1726884969.47292: Calling all_inventory to load vars for managed_node2 11924 1726884969.47295: Calling groups_inventory to load vars for managed_node2 11924 1726884969.47298: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884969.47312: Calling all_plugins_play to load vars for managed_node2 11924 1726884969.47316: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884969.47319: Calling groups_plugins_play to load vars for managed_node2 11924 1726884969.48311: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884969.49042: done with get_vars() 11924 1726884969.49069: done getting variables 11924 1726884969.49187: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:09 -0400 (0:00:00.040) 0:02:14.831 ****** 11924 1726884969.49241: entering _queue_task() for managed_node2/assert 11924 1726884969.49767: worker is 1 (out of 1 available) 11924 1726884969.49780: exiting _queue_task() for managed_node2/assert 11924 1726884969.49792: done queuing things up, now waiting for results queue to drain 11924 1726884969.49794: waiting for pending results... 11924 1726884969.50143: running TaskExecutor() for managed_node2/TASK: Check RAID active devices count 11924 1726884969.50258: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049a6 11924 1726884969.50281: variable 'ansible_search_path' from source: unknown 11924 1726884969.50369: calling self._execute() 11924 1726884969.50530: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.50548: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.50590: variable 'omit' from source: magic vars 11924 1726884969.51183: variable 'storage_test_volume' from source: include params 11924 1726884969.51270: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884969.51275: when evaluation is False, skipping this task 11924 1726884969.51278: _execute() done 11924 1726884969.51282: dumping result to json 11924 1726884969.51285: done dumping result, returning 11924 1726884969.51288: done running TaskExecutor() for managed_node2/TASK: Check RAID active devices count [0affc8a3-6f6f-f4c0-2290-0000000049a6] 11924 1726884969.51291: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a6 11924 1726884969.51662: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a6 11924 1726884969.51666: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884969.51717: no more pending results, returning what we have 11924 1726884969.51721: results queue empty 11924 1726884969.51723: checking for any_errors_fatal 11924 1726884969.51730: done checking for any_errors_fatal 11924 1726884969.51731: checking for max_fail_percentage 11924 1726884969.51733: done checking for max_fail_percentage 11924 1726884969.51734: checking to see if all hosts have failed and the running result is not ok 11924 1726884969.51734: done checking to see if all hosts have failed 11924 1726884969.51735: getting the remaining hosts for this loop 11924 1726884969.51737: done getting the remaining hosts for this loop 11924 1726884969.51741: getting the next task for host managed_node2 11924 1726884969.51751: done getting next task for host managed_node2 11924 1726884969.51754: ^ task is: TASK: Check RAID spare devices count 11924 1726884969.51763: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884969.51767: getting variables 11924 1726884969.51769: in VariableManager get_vars() 11924 1726884969.51812: Calling all_inventory to load vars for managed_node2 11924 1726884969.51815: Calling groups_inventory to load vars for managed_node2 11924 1726884969.51819: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884969.51831: Calling all_plugins_play to load vars for managed_node2 11924 1726884969.51834: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884969.51837: Calling groups_plugins_play to load vars for managed_node2 11924 1726884969.52812: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884969.54209: done with get_vars() 11924 1726884969.54232: done getting variables 11924 1726884969.54296: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:09 -0400 (0:00:00.050) 0:02:14.882 ****** 11924 1726884969.54332: entering _queue_task() for managed_node2/assert 11924 1726884969.54701: worker is 1 (out of 1 available) 11924 1726884969.54718: exiting _queue_task() for managed_node2/assert 11924 1726884969.54732: done queuing things up, now waiting for results queue to drain 11924 1726884969.54734: waiting for pending results... 11924 1726884969.54939: running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count 11924 1726884969.55051: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049a7 11924 1726884969.55066: variable 'ansible_search_path' from source: unknown 11924 1726884969.55096: calling self._execute() 11924 1726884969.55199: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.55202: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.55215: variable 'omit' from source: magic vars 11924 1726884969.55517: variable 'storage_test_volume' from source: include params 11924 1726884969.55541: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884969.55545: when evaluation is False, skipping this task 11924 1726884969.55548: _execute() done 11924 1726884969.55550: dumping result to json 11924 1726884969.55553: done dumping result, returning 11924 1726884969.55560: done running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count [0affc8a3-6f6f-f4c0-2290-0000000049a7] 11924 1726884969.55566: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a7 11924 1726884969.55672: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a7 11924 1726884969.55675: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884969.55745: no more pending results, returning what we have 11924 1726884969.55750: results queue empty 11924 1726884969.55750: checking for any_errors_fatal 11924 1726884969.55771: done checking for any_errors_fatal 11924 1726884969.55772: checking for max_fail_percentage 11924 1726884969.55774: done checking for max_fail_percentage 11924 1726884969.55775: checking to see if all hosts have failed and the running result is not ok 11924 1726884969.55776: done checking to see if all hosts have failed 11924 1726884969.55776: getting the remaining hosts for this loop 11924 1726884969.55778: done getting the remaining hosts for this loop 11924 1726884969.55782: getting the next task for host managed_node2 11924 1726884969.55798: done getting next task for host managed_node2 11924 1726884969.55802: ^ task is: TASK: Check RAID metadata version 11924 1726884969.55810: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 11924 1726884969.55819: getting variables 11924 1726884969.55821: in VariableManager get_vars() 11924 1726884969.55870: Calling all_inventory to load vars for managed_node2 11924 1726884969.55874: Calling groups_inventory to load vars for managed_node2 11924 1726884969.55878: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884969.55892: Calling all_plugins_play to load vars for managed_node2 11924 1726884969.55900: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884969.55904: Calling groups_plugins_play to load vars for managed_node2 11924 1726884969.57178: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884969.57776: done with get_vars() 11924 1726884969.57793: done getting variables 11924 1726884969.57849: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:09 -0400 (0:00:00.035) 0:02:14.917 ****** 11924 1726884969.57885: entering _queue_task() for managed_node2/assert 11924 1726884969.58208: worker is 1 (out of 1 available) 11924 1726884969.58222: exiting _queue_task() for managed_node2/assert 11924 1726884969.58235: done queuing things up, now waiting for results queue to drain 11924 1726884969.58237: waiting for pending results... 11924 1726884969.58675: running TaskExecutor() for managed_node2/TASK: Check RAID metadata version 11924 1726884969.58681: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049a8 11924 1726884969.58683: variable 'ansible_search_path' from source: unknown 11924 1726884969.58703: calling self._execute() 11924 1726884969.59129: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.59133: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.59135: variable 'omit' from source: magic vars 11924 1726884969.59763: variable 'storage_test_volume' from source: include params 11924 1726884969.59825: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884969.59834: when evaluation is False, skipping this task 11924 1726884969.59843: _execute() done 11924 1726884969.59851: dumping result to json 11924 1726884969.59861: done dumping result, returning 11924 1726884969.59983: done running TaskExecutor() for managed_node2/TASK: Check RAID metadata version [0affc8a3-6f6f-f4c0-2290-0000000049a8] 11924 1726884969.59997: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a8 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884969.60231: no more pending results, returning what we have 11924 1726884969.60236: results queue empty 11924 1726884969.60237: checking for any_errors_fatal 11924 1726884969.60250: done checking for any_errors_fatal 11924 1726884969.60251: checking for max_fail_percentage 11924 1726884969.60253: done checking for max_fail_percentage 11924 1726884969.60254: checking to see if all hosts have failed and the running result is not ok 11924 1726884969.60257: done checking to see if all hosts have failed 11924 1726884969.60258: getting the remaining hosts for this loop 11924 1726884969.60260: done getting the remaining hosts for this loop 11924 1726884969.60265: getting the next task for host managed_node2 11924 1726884969.60276: done getting next task for host managed_node2 11924 1726884969.60279: ^ task is: TASK: Check RAID chunk size 11924 1726884969.60288: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 11924 1726884969.60294: getting variables 11924 1726884969.60296: in VariableManager get_vars() 11924 1726884969.60342: Calling all_inventory to load vars for managed_node2 11924 1726884969.60348: Calling groups_inventory to load vars for managed_node2 11924 1726884969.60352: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884969.60471: Calling all_plugins_play to load vars for managed_node2 11924 1726884969.60475: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884969.60482: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a8 11924 1726884969.60486: WORKER PROCESS EXITING 11924 1726884969.60489: Calling groups_plugins_play to load vars for managed_node2 11924 1726884969.61381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884969.62064: done with get_vars() 11924 1726884969.62082: done getting variables 11924 1726884969.62143: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:09 -0400 (0:00:00.042) 0:02:14.960 ****** 11924 1726884969.62183: entering _queue_task() for managed_node2/assert 11924 1726884969.62487: worker is 1 (out of 1 available) 11924 1726884969.62502: exiting _queue_task() for managed_node2/assert 11924 1726884969.62517: done queuing things up, now waiting for results queue to drain 11924 1726884969.62519: waiting for pending results... 11924 1726884969.62833: running TaskExecutor() for managed_node2/TASK: Check RAID chunk size 11924 1726884969.62996: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049a9 11924 1726884969.63020: variable 'ansible_search_path' from source: unknown 11924 1726884969.63059: calling self._execute() 11924 1726884969.63185: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.63200: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.63260: variable 'omit' from source: magic vars 11924 1726884969.64127: variable 'storage_test_volume' from source: include params 11924 1726884969.64223: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884969.64227: when evaluation is False, skipping this task 11924 1726884969.64233: _execute() done 11924 1726884969.64267: dumping result to json 11924 1726884969.64277: done dumping result, returning 11924 1726884969.64292: done running TaskExecutor() for managed_node2/TASK: Check RAID chunk size [0affc8a3-6f6f-f4c0-2290-0000000049a9] 11924 1726884969.64367: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a9 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884969.64554: no more pending results, returning what we have 11924 1726884969.64562: results queue empty 11924 1726884969.64563: checking for any_errors_fatal 11924 1726884969.64573: done checking for any_errors_fatal 11924 1726884969.64574: checking for max_fail_percentage 11924 1726884969.64576: done checking for max_fail_percentage 11924 1726884969.64577: checking to see if all hosts have failed and the running result is not ok 11924 1726884969.64577: done checking to see if all hosts have failed 11924 1726884969.64578: getting the remaining hosts for this loop 11924 1726884969.64580: done getting the remaining hosts for this loop 11924 1726884969.64584: getting the next task for host managed_node2 11924 1726884969.64599: done getting next task for host managed_node2 11924 1726884969.64603: ^ task is: TASK: Parse the actual size of the volume 11924 1726884969.64610: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884969.64615: getting variables 11924 1726884969.64617: in VariableManager get_vars() 11924 1726884969.64868: Calling all_inventory to load vars for managed_node2 11924 1726884969.64871: Calling groups_inventory to load vars for managed_node2 11924 1726884969.64877: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884969.64890: Calling all_plugins_play to load vars for managed_node2 11924 1726884969.64893: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884969.64896: Calling groups_plugins_play to load vars for managed_node2 11924 1726884969.65913: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049a9 11924 1726884969.65917: WORKER PROCESS EXITING 11924 1726884969.66203: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884969.67146: done with get_vars() 11924 1726884969.67170: 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 22:16:09 -0400 (0:00:00.050) 0:02:15.011 ****** 11924 1726884969.67265: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884969.67614: worker is 1 (out of 1 available) 11924 1726884969.67628: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884969.67643: done queuing things up, now waiting for results queue to drain 11924 1726884969.67645: waiting for pending results... 11924 1726884969.68060: running TaskExecutor() for managed_node2/TASK: Parse the actual size of the volume 11924 1726884969.68236: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049ad 11924 1726884969.68268: variable 'ansible_search_path' from source: unknown 11924 1726884969.68318: calling self._execute() 11924 1726884969.68465: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.68479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.68498: variable 'omit' from source: magic vars 11924 1726884969.68980: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884969.72215: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884969.72264: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884969.72293: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884969.72323: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884969.72354: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884969.72432: variable '_storage_test_volume_present' from source: set_fact 11924 1726884969.72446: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884969.72642: variable 'storage_test_volume' from source: include params 11924 1726884969.72645: Evaluated conditional (storage_test_volume.type not in ['partition', 'disk']): True 11924 1726884969.72647: variable 'omit' from source: magic vars 11924 1726884969.72734: variable 'omit' from source: magic vars 11924 1726884969.72882: variable 'storage_test_blkinfo' from source: set_fact 11924 1726884969.72885: variable 'storage_test_volume' from source: include params 11924 1726884969.72888: variable 'omit' from source: magic vars 11924 1726884969.73060: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884969.73064: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884969.73066: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884969.73068: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884969.73070: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884969.73072: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884969.73074: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884969.73076: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884969.73078: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.73080: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.73173: Set connection var ansible_shell_executable to /bin/sh 11924 1726884969.73176: Set connection var ansible_connection to ssh 11924 1726884969.73181: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884969.73187: Set connection var ansible_timeout to 10 11924 1726884969.73191: Set connection var ansible_pipelining to False 11924 1726884969.73200: Set connection var ansible_shell_type to sh 11924 1726884969.73228: variable 'ansible_shell_executable' from source: unknown 11924 1726884969.73231: variable 'ansible_connection' from source: unknown 11924 1726884969.73234: variable 'ansible_module_compression' from source: unknown 11924 1726884969.73236: variable 'ansible_shell_type' from source: unknown 11924 1726884969.73238: variable 'ansible_shell_executable' from source: unknown 11924 1726884969.73240: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884969.73243: variable 'ansible_pipelining' from source: unknown 11924 1726884969.73247: variable 'ansible_timeout' from source: unknown 11924 1726884969.73251: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884969.73384: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884969.73393: variable 'omit' from source: magic vars 11924 1726884969.73399: starting attempt loop 11924 1726884969.73401: running the handler 11924 1726884969.73417: _low_level_execute_command(): starting 11924 1726884969.73423: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884969.74222: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884969.74236: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884969.74248: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884969.74260: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884969.74267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884969.74374: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884969.74429: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884969.76171: stdout chunk (state=3): >>>/root <<< 11924 1726884969.76354: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884969.76360: stdout chunk (state=3): >>><<< 11924 1726884969.76362: stderr chunk (state=3): >>><<< 11924 1726884969.76386: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884969.76461: _low_level_execute_command(): starting 11924 1726884969.76467: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884969.7640238-18101-214369495849782 `" && echo ansible-tmp-1726884969.7640238-18101-214369495849782="` echo /root/.ansible/tmp/ansible-tmp-1726884969.7640238-18101-214369495849782 `" ) && sleep 0' 11924 1726884969.77366: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884969.77381: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884969.77399: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884969.77472: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884969.77519: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884969.77547: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884969.77670: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884969.79634: stdout chunk (state=3): >>>ansible-tmp-1726884969.7640238-18101-214369495849782=/root/.ansible/tmp/ansible-tmp-1726884969.7640238-18101-214369495849782 <<< 11924 1726884969.79779: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884969.79797: stderr chunk (state=3): >>><<< 11924 1726884969.79813: stdout chunk (state=3): >>><<< 11924 1726884969.79840: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884969.7640238-18101-214369495849782=/root/.ansible/tmp/ansible-tmp-1726884969.7640238-18101-214369495849782 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884969.79914: variable 'ansible_module_compression' from source: unknown 11924 1726884969.79963: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 11924 1726884969.80012: variable 'ansible_facts' from source: unknown 11924 1726884969.80104: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884969.7640238-18101-214369495849782/AnsiballZ_bsize.py 11924 1726884969.80204: Sending initial data 11924 1726884969.80207: Sent initial data (154 bytes) 11924 1726884969.80936: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884969.80954: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884969.81070: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884969.81112: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884969.81178: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884969.82800: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884969.82921: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884969.83061: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpr28oqf8a /root/.ansible/tmp/ansible-tmp-1726884969.7640238-18101-214369495849782/AnsiballZ_bsize.py <<< 11924 1726884969.83067: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884969.7640238-18101-214369495849782/AnsiballZ_bsize.py" <<< 11924 1726884969.83094: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpr28oqf8a" to remote "/root/.ansible/tmp/ansible-tmp-1726884969.7640238-18101-214369495849782/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884969.7640238-18101-214369495849782/AnsiballZ_bsize.py" <<< 11924 1726884969.84258: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884969.84305: stderr chunk (state=3): >>><<< 11924 1726884969.84317: stdout chunk (state=3): >>><<< 11924 1726884969.84373: done transferring module to remote 11924 1726884969.84385: _low_level_execute_command(): starting 11924 1726884969.84389: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884969.7640238-18101-214369495849782/ /root/.ansible/tmp/ansible-tmp-1726884969.7640238-18101-214369495849782/AnsiballZ_bsize.py && sleep 0' 11924 1726884969.84837: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884969.84845: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884969.84848: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884969.84850: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884969.84898: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884969.84907: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884969.84954: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884969.86808: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884969.86843: stderr chunk (state=3): >>><<< 11924 1726884969.86846: stdout chunk (state=3): >>><<< 11924 1726884969.86857: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884969.86861: _low_level_execute_command(): starting 11924 1726884969.86865: _low_level_execute_command(): using become for this command 11924 1726884969.86877: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-qlllfdpfhetmrfwfexbkhcvbigkejryj ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884969.7640238-18101-214369495849782/AnsiballZ_bsize.py'"'"' && sleep 0' 11924 1726884969.86962: Initial state: awaiting_escalation: BECOME-SUCCESS-qlllfdpfhetmrfwfexbkhcvbigkejryj 11924 1726884969.87540: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884969.87657: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884969.87708: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884969.90691: stdout chunk (state=1): >>>BECOME-SUCCESS-qlllfdpfhetmrfwfexbkhcvbigkejryj <<< 11924 1726884969.90694: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-qlllfdpfhetmrfwfexbkhcvbigkejryj' 11924 1726884969.91033: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884969.91067: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884969.91098: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884969.91105: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884969.91193: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884969.91197: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884969.91228: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884969.91246: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884969.91249: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884969.91275: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884969.91341: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884969.91350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 11924 1726884969.91375: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884969.91419: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884969.91464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884969.91473: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffc183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffbe7a10> <<< 11924 1726884969.91495: 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 0x7efcffc1a960> <<< 11924 1726884969.91522: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884969.91544: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884969.91553: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884969.91561: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884969.91606: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884969.91689: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884969.91741: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884969.91746: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884969.91762: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884969.91788: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 11924 1726884969.91803: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884969.91826: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884969.91846: 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 <<< 11924 1726884969.91848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884969.91875: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa2cfe0> <<< 11924 1726884969.91935: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884969.91943: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884969.91949: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa2dfd0> <<< 11924 1726884969.91977: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884969.92006: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884969.92240: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884969.92247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884969.92276: 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' <<< 11924 1726884969.92304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884969.92343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884969.92386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884969.92413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa73dd0> <<< 11924 1726884969.92422: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884969.92441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884969.92470: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884969.92483: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa73fe0> <<< 11924 1726884969.92489: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884969.92520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884969.92539: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884969.92616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884969.92644: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884969.92661: 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' <<< 11924 1726884969.92677: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffaa37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884969.92697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffaa3e60> <<< 11924 1726884969.92700: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884969.92747: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa83a70> <<< 11924 1726884969.92753: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884969.92790: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa811c0> <<< 11924 1726884969.92882: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa70f80> <<< 11924 1726884969.92913: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884969.92928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884969.92948: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884969.92966: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884969.93003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884969.93020: 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' <<< 11924 1726884969.93046: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffac77d0> <<< 11924 1726884969.93067: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffac63f0> <<< 11924 1726884969.93087: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884969.93104: 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 0x7efcffa82090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffac4b90> <<< 11924 1726884969.93157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884969.93171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffaf8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa70200> <<< 11924 1726884969.93191: 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' <<< 11924 1726884969.93219: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884969.93233: 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 0x7efcffaf8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffaf8b60> <<< 11924 1726884969.93268: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884969.93283: 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 0x7efcffaf8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa66d20> <<< 11924 1726884969.93306: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884969.93322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884969.93333: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884969.93389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884969.93392: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffaf9550> <<< 11924 1726884969.93417: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffaf9220> import 'importlib.machinery' # <<< 11924 1726884969.93453: 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' <<< 11924 1726884969.93460: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffafa450> <<< 11924 1726884969.93489: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 11924 1726884969.93503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884969.93534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884969.93591: 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 0x7efcffb10680> <<< 11924 1726884969.93616: stdout chunk (state=3): >>>import 'errno' # <<< 11924 1726884969.93624: 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 0x7efcffb11d60> <<< 11924 1726884969.93650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884969.93653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884969.93685: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884969.93688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 11924 1726884969.93711: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffb12c00> <<< 11924 1726884969.93748: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884969.93754: 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 0x7efcffb13260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffb12150> <<< 11924 1726884969.93796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884969.93831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884969.93872: 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 0x7efcffb13ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffb13410> <<< 11924 1726884969.93903: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffafa4b0> <<< 11924 1726884969.93929: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884969.93991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884969.93994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884969.94039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884969.94047: 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 0x7efcff8c7b60> <<< 11924 1726884969.94085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884969.94095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884969.94133: 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 0x7efcff8f06b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff8f0410> <<< 11924 1726884969.94184: 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 0x7efcff8f06e0> <<< 11924 1726884969.94201: 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' <<< 11924 1726884969.94249: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884969.94399: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff8f0fe0> <<< 11924 1726884969.94524: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884969.94532: 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 0x7efcff8f1970> <<< 11924 1726884969.94535: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff8f0890> <<< 11924 1726884969.94548: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff8c5d00> <<< 11924 1726884969.94568: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884969.94618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884969.94662: 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 0x7efcff8f2c90> <<< 11924 1726884969.94694: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff8f0e30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffafaba0> <<< 11924 1726884969.94721: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884969.94784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884969.94803: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884969.94842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884969.94871: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff91aff0> <<< 11924 1726884969.94929: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884969.94941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884969.94968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884969.94986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884969.95029: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff9433b0> <<< 11924 1726884969.95051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884969.95105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884969.95196: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884969.95307: 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 0x7efcff9a0170> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884969.95311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884969.95358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884969.95427: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff9a28d0> <<< 11924 1726884969.95511: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff9a0290> <<< 11924 1726884969.95841: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff96d190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff7a5250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff9421b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff8f3bc0> <<< 11924 1726884969.95845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7efcff9427b0> <<< 11924 1726884969.95939: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_3jp5kgvc/ansible_fedora.linux_system_roles.bsize_payload.zip' # zipimport: zlib available <<< 11924 1726884969.96075: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884969.96137: 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' <<< 11924 1726884969.96179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884969.96268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884969.96325: 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 0x7efcff7f2f90> import '_typing' # <<< 11924 1726884969.96525: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff7d5e80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff7d4fe0> # zipimport: zlib available <<< 11924 1726884969.96610: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884969.97976: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884969.99154: 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 0x7efcff7f0e30> <<< 11924 1726884969.99215: 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 <<< 11924 1726884969.99260: 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' <<< 11924 1726884969.99367: 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 0x7efcff8268a0> <<< 11924 1726884969.99370: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff826630> <<< 11924 1726884969.99427: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff825f40> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884969.99443: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff826690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff7f39b0> import 'atexit' # <<< 11924 1726884969.99467: 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 0x7efcff827620> <<< 11924 1726884969.99522: 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 0x7efcff827860> <<< 11924 1726884969.99534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884969.99572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884969.99583: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884969.99662: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff827da0> <<< 11924 1726884969.99700: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884969.99715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884969.99737: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff115b80> <<< 11924 1726884969.99771: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884969.99775: 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 0x7efcff1177a0> <<< 11924 1726884969.99804: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884969.99807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884969.99840: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff118170> <<< 11924 1726884969.99863: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884969.99903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884969.99914: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff119310> <<< 11924 1726884969.99934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884969.99976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884970.00009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884970.00012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884970.00059: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff11bda0> <<< 11924 1726884970.00110: 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 0x7efcffb12b70> <<< 11924 1726884970.00143: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff11a060> <<< 11924 1726884970.00188: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884970.00216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884970.00229: 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 <<< 11924 1726884970.00265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884970.00293: 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 0x7efcff123c50> <<< 11924 1726884970.00324: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884970.00379: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff122720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff122480> <<< 11924 1726884970.00406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884970.00419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884970.00488: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff1229f0> <<< 11924 1726884970.00520: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff11a570> <<< 11924 1726884970.00645: 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 0x7efcff167f80> <<< 11924 1726884970.00709: 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 0x7efcff168050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff169b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff169910> <<< 11924 1726884970.00733: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884970.00830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884970.00912: 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 0x7efcff16bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff16a240> <<< 11924 1726884970.00931: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884970.01043: 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' # <<< 11924 1726884970.01095: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff16f890> <<< 11924 1726884970.01172: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff16c260> <<< 11924 1726884970.01257: stdout 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 0x7efcff1709b0> <<< 11924 1726884970.01279: stdout 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 0x7efcff170a10> <<< 11924 1726884970.01326: stdout 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 0x7efcff170a70> <<< 11924 1726884970.01377: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff1682c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884970.01398: 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' <<< 11924 1726884970.01428: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884970.01453: 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 0x7efcff1f8170> <<< 11924 1726884970.01669: 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 0x7efcff1f9430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff172900> <<< 11924 1726884970.01709: 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 0x7efcff173cb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff172540> # zipimport: zlib available <<< 11924 1726884970.01743: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884970.01815: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.01949: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.01996: 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 <<< 11924 1726884970.02100: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.02237: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.02787: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.03497: 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 0x7efcff001550> <<< 11924 1726884970.03550: 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' <<< 11924 1726884970.03553: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff002270> <<< 11924 1726884970.03579: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff8f04a0> <<< 11924 1726884970.03619: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884970.03713: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.03717: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.03729: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884970.03829: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.04002: 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' <<< 11924 1726884970.04019: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff002090> <<< 11924 1726884970.04038: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.04486: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.04949: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.05032: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.05113: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884970.05116: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.05161: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.05193: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884970.05196: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.05279: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.05380: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884970.05405: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884970.05443: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.05488: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884970.05728: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.05959: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884970.06042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884970.06045: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884970.06127: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff0033e0> <<< 11924 1726884970.06132: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.06207: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.06309: 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' # <<< 11924 1726884970.06313: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.06401: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.06452: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884970.06507: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884970.06547: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.06614: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884970.06651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884970.06745: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff00dd60> <<< 11924 1726884970.06897: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff00aea0> <<< 11924 1726884970.06908: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884970.07183: 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' <<< 11924 1726884970.07292: 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' <<< 11924 1726884970.07329: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff102660> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff85e330> <<< 11924 1726884970.07405: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff00daf0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff1f9790> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884970.07487: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884970.07528: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884970.07650: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 11924 1726884970.07691: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 11924 1726884970.07728: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884970.08092: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.08095: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 11924 1726884970.08193: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.08293: stdout chunk (state=3): >>> {"changed": false, "size": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5G"}}} <<< 11924 1726884970.08322: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884970.08679: 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 <<< 11924 1726884970.08768: 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 <<< 11924 1726884970.08867: 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 # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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 <<< 11924 1726884970.09153: 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 <<< 11924 1726884970.09266: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884970.09286: 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 <<< 11924 1726884970.09310: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884970.09399: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884970.09427: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum <<< 11924 1726884970.09510: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884970.09632: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884970.09657: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884970.09710: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884970.09714: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884970.09765: 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 <<< 11924 1726884970.09772: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884970.09881: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884970.09886: 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 <<< 11924 1726884970.09939: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator <<< 11924 1726884970.09964: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884970.10549: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884970.10554: stdout chunk (state=3): >>><<< 11924 1726884970.10558: stderr chunk (state=3): >>><<< 11924 1726884970.10672: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffc183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffbe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffc1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa2cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa2dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa73dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa73fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffaa37d0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffaa3e60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa83a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa811c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa70f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffac77d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffac63f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa82090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffac4b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffaf8800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa70200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcffaf8cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffaf8b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcffaf8ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffa66d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffaf9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffaf9220> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffafa450> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffb10680> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcffb11d60> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffb12c00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcffb13260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffb12150> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcffb13ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffb13410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffafa4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff8c7b60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff8f06b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff8f0410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff8f06e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff8f0fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff8f1970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff8f0890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff8c5d00> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff8f2c90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff8f0e30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcffafaba0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff91aff0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff9433b0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff9a0170> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff9a28d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff9a0290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff96d190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff7a5250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff9421b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff8f3bc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7efcff9427b0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_3jp5kgvc/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 0x7efcff7f2f90> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff7d5e80> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff7d4fe0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff7f0e30> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff8268a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff826630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff825f40> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff826690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff7f39b0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff827620> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff827860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff827da0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff115b80> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff1177a0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff118170> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff119310> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff11bda0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcffb12b70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff11a060> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff123c50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff122720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff122480> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff1229f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff11a570> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff167f80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff168050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff169b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff169910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff16bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff16a240> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff16f890> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff16c260> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff1709b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff170a10> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff170a70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff1682c0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff1f8170> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff1f9430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff172900> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff173cb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff172540> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff001550> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff002270> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff8f04a0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff002090> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff0033e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7efcff00dd60> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff00aea0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff102660> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff85e330> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff00daf0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7efcff1f9790> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5G"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884970.11608: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '5G', '_ansible_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-1726884969.7640238-18101-214369495849782/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884970.11612: _low_level_execute_command(): starting 11924 1726884970.11615: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884969.7640238-18101-214369495849782/ > /dev/null 2>&1 && sleep 0' 11924 1726884970.12040: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884970.12044: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884970.12046: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884970.12049: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884970.12051: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884970.12054: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884970.12058: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884970.12060: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884970.12062: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884970.12065: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884970.12067: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884970.12069: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884970.12071: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884970.12073: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884970.12075: stderr chunk (state=3): >>>debug2: match found <<< 11924 1726884970.12077: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884970.12362: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884970.12365: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884970.12389: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884970.12470: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884970.14443: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884970.14447: stdout chunk (state=3): >>><<< 11924 1726884970.14450: stderr chunk (state=3): >>><<< 11924 1726884970.14474: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884970.14487: handler run complete 11924 1726884970.14511: attempt loop complete, returning result 11924 1726884970.14529: _execute() done 11924 1726884970.14535: dumping result to json 11924 1726884970.14543: done dumping result, returning 11924 1726884970.14582: done running TaskExecutor() for managed_node2/TASK: Parse the actual size of the volume [0affc8a3-6f6f-f4c0-2290-0000000049ad] 11924 1726884970.14592: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049ad 11924 1726884970.15080: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049ad 11924 1726884970.15084: WORKER PROCESS EXITING ok: [managed_node2] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } 11924 1726884970.15145: no more pending results, returning what we have 11924 1726884970.15149: results queue empty 11924 1726884970.15150: checking for any_errors_fatal 11924 1726884970.15161: done checking for any_errors_fatal 11924 1726884970.15162: checking for max_fail_percentage 11924 1726884970.15164: done checking for max_fail_percentage 11924 1726884970.15165: checking to see if all hosts have failed and the running result is not ok 11924 1726884970.15165: done checking to see if all hosts have failed 11924 1726884970.15166: getting the remaining hosts for this loop 11924 1726884970.15169: done getting the remaining hosts for this loop 11924 1726884970.15173: getting the next task for host managed_node2 11924 1726884970.15182: done getting next task for host managed_node2 11924 1726884970.15185: ^ task is: TASK: Parse the requested size of the volume 11924 1726884970.15191: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884970.15195: getting variables 11924 1726884970.15203: in VariableManager get_vars() 11924 1726884970.15242: Calling all_inventory to load vars for managed_node2 11924 1726884970.15245: Calling groups_inventory to load vars for managed_node2 11924 1726884970.15249: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884970.15284: Calling all_plugins_play to load vars for managed_node2 11924 1726884970.15289: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884970.15292: Calling groups_plugins_play to load vars for managed_node2 11924 1726884970.16671: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884970.17325: done with get_vars() 11924 1726884970.17340: 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 22:16:10 -0400 (0:00:00.501) 0:02:15.513 ****** 11924 1726884970.17427: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884970.17788: worker is 1 (out of 1 available) 11924 1726884970.17801: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884970.17817: done queuing things up, now waiting for results queue to drain 11924 1726884970.17819: waiting for pending results... 11924 1726884970.18144: running TaskExecutor() for managed_node2/TASK: Parse the requested size of the volume 11924 1726884970.18324: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049ae 11924 1726884970.18347: variable 'ansible_search_path' from source: unknown 11924 1726884970.18398: calling self._execute() 11924 1726884970.18537: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884970.18550: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884970.18567: variable 'omit' from source: magic vars 11924 1726884970.18990: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884970.22084: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884970.22289: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884970.22353: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884970.22473: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884970.22476: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884970.22579: variable '_storage_test_volume_present' from source: set_fact 11924 1726884970.22606: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884970.22753: variable 'storage_test_volume' from source: include params 11924 1726884970.22788: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884970.23018: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884970.23021: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884970.23030: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884970.23071: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884970.23086: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884970.23166: variable 'storage_test_volume' from source: include params 11924 1726884970.23190: Evaluated conditional ('%' not in storage_test_volume.size | string): True 11924 1726884970.23202: variable 'omit' from source: magic vars 11924 1726884970.23281: variable 'omit' from source: magic vars 11924 1726884970.23386: variable 'storage_test_volume' from source: include params 11924 1726884970.23452: variable 'omit' from source: magic vars 11924 1726884970.23456: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884970.23485: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884970.23505: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884970.23524: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884970.23537: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884970.23671: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884970.23674: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884970.23677: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884970.23679: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884970.23682: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884970.23747: Set connection var ansible_shell_executable to /bin/sh 11924 1726884970.23754: Set connection var ansible_connection to ssh 11924 1726884970.23766: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884970.23780: Set connection var ansible_timeout to 10 11924 1726884970.23789: Set connection var ansible_pipelining to False 11924 1726884970.23797: Set connection var ansible_shell_type to sh 11924 1726884970.23827: variable 'ansible_shell_executable' from source: unknown 11924 1726884970.23835: variable 'ansible_connection' from source: unknown 11924 1726884970.23841: variable 'ansible_module_compression' from source: unknown 11924 1726884970.23847: variable 'ansible_shell_type' from source: unknown 11924 1726884970.23853: variable 'ansible_shell_executable' from source: unknown 11924 1726884970.23862: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884970.23869: variable 'ansible_pipelining' from source: unknown 11924 1726884970.23876: variable 'ansible_timeout' from source: unknown 11924 1726884970.23890: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884970.24128: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884970.24144: variable 'omit' from source: magic vars 11924 1726884970.24154: starting attempt loop 11924 1726884970.24163: running the handler 11924 1726884970.24180: _low_level_execute_command(): starting 11924 1726884970.24190: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884970.24896: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884970.24911: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884970.24926: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884970.24943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884970.24984: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884970.25000: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884970.25072: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884970.25098: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884970.25112: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884970.25141: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884970.25328: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884970.27061: stdout chunk (state=3): >>>/root <<< 11924 1726884970.27315: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884970.27319: stdout chunk (state=3): >>><<< 11924 1726884970.27322: stderr chunk (state=3): >>><<< 11924 1726884970.27325: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884970.27327: _low_level_execute_command(): starting 11924 1726884970.27330: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884970.272165-18123-37197823887597 `" && echo ansible-tmp-1726884970.272165-18123-37197823887597="` echo /root/.ansible/tmp/ansible-tmp-1726884970.272165-18123-37197823887597 `" ) && sleep 0' 11924 1726884970.28572: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884970.28575: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884970.28579: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884970.28630: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884970.28633: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884970.28701: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884970.30767: stdout chunk (state=3): >>>ansible-tmp-1726884970.272165-18123-37197823887597=/root/.ansible/tmp/ansible-tmp-1726884970.272165-18123-37197823887597 <<< 11924 1726884970.30911: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884970.30940: stderr chunk (state=3): >>><<< 11924 1726884970.30948: stdout chunk (state=3): >>><<< 11924 1726884970.30970: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884970.272165-18123-37197823887597=/root/.ansible/tmp/ansible-tmp-1726884970.272165-18123-37197823887597 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884970.31065: variable 'ansible_module_compression' from source: unknown 11924 1726884970.31116: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 11924 1726884970.31184: variable 'ansible_facts' from source: unknown 11924 1726884970.31270: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884970.272165-18123-37197823887597/AnsiballZ_bsize.py 11924 1726884970.31462: Sending initial data 11924 1726884970.31465: Sent initial data (152 bytes) 11924 1726884970.31994: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884970.32097: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884970.32141: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884970.33801: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884970.33862: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884970.33923: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpimimrlz4 /root/.ansible/tmp/ansible-tmp-1726884970.272165-18123-37197823887597/AnsiballZ_bsize.py <<< 11924 1726884970.33926: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884970.272165-18123-37197823887597/AnsiballZ_bsize.py" <<< 11924 1726884970.33970: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpimimrlz4" to remote "/root/.ansible/tmp/ansible-tmp-1726884970.272165-18123-37197823887597/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884970.272165-18123-37197823887597/AnsiballZ_bsize.py" <<< 11924 1726884970.35109: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884970.35113: stdout chunk (state=3): >>><<< 11924 1726884970.35116: stderr chunk (state=3): >>><<< 11924 1726884970.35119: done transferring module to remote 11924 1726884970.35121: _low_level_execute_command(): starting 11924 1726884970.35123: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884970.272165-18123-37197823887597/ /root/.ansible/tmp/ansible-tmp-1726884970.272165-18123-37197823887597/AnsiballZ_bsize.py && sleep 0' 11924 1726884970.35552: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884970.35568: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884970.35580: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884970.35634: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884970.35646: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884970.35698: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884970.37566: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884970.37584: stderr chunk (state=3): >>><<< 11924 1726884970.37587: stdout chunk (state=3): >>><<< 11924 1726884970.37602: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884970.37604: _low_level_execute_command(): starting 11924 1726884970.37615: _low_level_execute_command(): using become for this command 11924 1726884970.37624: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-mombzafmoflxvsjtdjolajcppukhmsnq ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884970.272165-18123-37197823887597/AnsiballZ_bsize.py'"'"' && sleep 0' 11924 1726884970.37702: Initial state: awaiting_escalation: BECOME-SUCCESS-mombzafmoflxvsjtdjolajcppukhmsnq 11924 1726884970.38064: 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 <<< 11924 1726884970.38067: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884970.38092: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884970.38109: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884970.38174: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884970.41181: stdout chunk (state=1): >>>BECOME-SUCCESS-mombzafmoflxvsjtdjolajcppukhmsnq <<< 11924 1726884970.41184: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-mombzafmoflxvsjtdjolajcppukhmsnq' 11924 1726884970.41744: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884970.41750: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884970.41753: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884970.41757: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 11924 1726884970.41779: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884970.41966: 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 0x7f6718bbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718b8ba10> <<< 11924 1726884970.42135: 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 0x7f6718bbe930> import '_signal' # <<< 11924 1726884970.42165: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 11924 1726884970.42401: 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 0x7f6718bccfe0> <<< 11924 1726884970.42447: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884970.42523: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718bcdfd0> import 'site' # <<< 11924 1726884970.42589: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884970.42818: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884970.42822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884970.42877: 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 <<< 11924 1726884970.42961: 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 <<< 11924 1726884970.43048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67189f3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884970.43108: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67189f3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884970.43159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884970.43181: 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 0x7f6718a237a0> <<< 11924 1726884970.43231: 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' <<< 11924 1726884970.43292: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a23e30> import '_collections' # <<< 11924 1726884970.43327: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a03aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a011c0> <<< 11924 1726884970.43465: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67189f0f80> <<< 11924 1726884970.43608: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884970.43652: 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 0x7f6718a47710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a46330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 11924 1726884970.43785: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a021b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67189f2840> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a78740> <<< 11924 1726884970.43896: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67189f0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718a78bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a78aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718a78e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67189e6d20> <<< 11924 1726884970.44045: 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 0x7f6718a79520> <<< 11924 1726884970.44101: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a791f0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a7a420> import 'importlib.util' # import 'runpy' # <<< 11924 1726884970.44168: 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 0x7f6718a905f0> <<< 11924 1726884970.44242: 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 0x7f6718a91cd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884970.44294: 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 0x7f6718a92b70> <<< 11924 1726884970.44335: 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 0x7f6718a931a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a920c0> <<< 11924 1726884970.44347: 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' <<< 11924 1726884970.44429: 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 0x7f6718a93c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a93350> <<< 11924 1726884970.44526: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a78da0> <<< 11924 1726884970.44570: 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 <<< 11924 1726884970.44625: 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 0x7f6718813b30> <<< 11924 1726884970.44693: 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 0x7f6718840560> <<< 11924 1726884970.44765: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67188402f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718840590> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884970.44844: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884970.44941: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718840e90> <<< 11924 1726884970.45061: 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 0x7f67188417c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718840770> <<< 11924 1726884970.45121: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718811cd0> <<< 11924 1726884970.45205: 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 0x7f6718842ba0> <<< 11924 1726884970.45247: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67188418e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a7ab10> <<< 11924 1726884970.45323: 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' <<< 11924 1726884970.45414: 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 0x7f671886aea0> <<< 11924 1726884970.45545: 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' <<< 11924 1726884970.45583: 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' <<< 11924 1726884970.45588: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718893260> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884970.45743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # <<< 11924 1726884970.45777: 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 0x7f67188bbfb0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884970.45849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884970.45884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884970.45933: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67188ee750> <<< 11924 1726884970.46029: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67188ec110> <<< 11924 1726884970.46115: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718893ef0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884970.46120: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67186fd0d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718892060> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718843aa0> <<< 11924 1726884970.46260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6718892660> <<< 11924 1726884970.46545: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_r9adfq3o/ansible_fedora.linux_system_roles.bsize_payload.zip' # zipimport: zlib available <<< 11924 1726884970.46667: 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' <<< 11924 1726884970.46807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884970.46871: 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 0x7f671874ad50> import '_typing' # <<< 11924 1726884970.47118: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671872dc40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671872cda0> # zipimport: zlib available import 'ansible' # <<< 11924 1726884970.47121: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 11924 1726884970.47204: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.48671: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.49650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884970.49668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718748c20> <<< 11924 1726884970.49695: 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' <<< 11924 1726884970.49723: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884970.49726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884970.49752: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884970.49758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884970.49792: 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 0x7f67187825d0> <<< 11924 1726884970.49827: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718782360> <<< 11924 1726884970.49861: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718781c70> <<< 11924 1726884970.49879: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884970.49895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884970.49943: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67187826c0> <<< 11924 1726884970.49953: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718840440> import 'atexit' # <<< 11924 1726884970.49977: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884970.49983: 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 0x7f6718783320> <<< 11924 1726884970.50008: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884970.50021: 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 0x7f6718783560> <<< 11924 1726884970.50029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884970.50084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884970.50093: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884970.50143: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718783aa0> <<< 11924 1726884970.50146: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884970.50176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884970.50208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884970.50285: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718119880> <<< 11924 1726884970.50289: 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 0x7f671811b4a0> <<< 11924 1726884970.50305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884970.50323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884970.50356: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671811be30> <<< 11924 1726884970.50380: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884970.50415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884970.50439: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671811cd70> <<< 11924 1726884970.50450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884970.50514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884970.50533: 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' <<< 11924 1726884970.50568: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671811fa70> <<< 11924 1726884970.50604: 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 0x7f67188bbf50> <<< 11924 1726884970.50623: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671811dd30> <<< 11924 1726884970.50648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884970.50682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884970.50705: 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' <<< 11924 1726884970.50726: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884970.50753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884970.50790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884970.50794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718127950> <<< 11924 1726884970.50810: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884970.50896: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718126420> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718126180> <<< 11924 1726884970.50899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884970.50914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884970.50986: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67181266f0> <<< 11924 1726884970.51027: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671811ef60> <<< 11924 1726884970.51050: 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 0x7f671816bc50> <<< 11924 1726884970.51093: 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 0x7f671816be30> <<< 11924 1726884970.51137: 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 <<< 11924 1726884970.51149: 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' <<< 11924 1726884970.51189: 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 0x7f671816d790> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671816d580> <<< 11924 1726884970.51215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884970.51343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884970.51391: 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 0x7f671816fce0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671816de50> <<< 11924 1726884970.51420: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884970.51450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884970.51494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884970.51507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884970.51530: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718173500> <<< 11924 1726884970.51660: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671816fe90> <<< 11924 1726884970.51726: stdout 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 0x7f6718174590> <<< 11924 1726884970.51762: stdout 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 0x7f6718174740> <<< 11924 1726884970.51827: stdout 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 0x7f6718174830> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671816bfb0> <<< 11924 1726884970.51865: 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 <<< 11924 1726884970.51896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884970.51962: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884970.51998: 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 0x7f6718177ef0> <<< 11924 1726884970.52133: 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 0x7f6718001310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718176660> <<< 11924 1726884970.52142: 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 0x7f6718177a10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67181762a0> <<< 11924 1726884970.52198: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884970.52238: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.52331: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.52382: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.52405: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884970.52430: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.52465: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884970.52469: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.52568: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.52693: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.53236: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.53779: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884970.53807: 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' # <<< 11924 1726884970.53843: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884970.53870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884970.53901: 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 0x7f6718005400> <<< 11924 1726884970.53980: 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' <<< 11924 1726884970.54008: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67180061e0> <<< 11924 1726884970.54019: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a92f90> <<< 11924 1726884970.54069: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884970.54074: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.54108: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.54127: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884970.54151: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.54286: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.54441: 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' <<< 11924 1726884970.54447: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718005ee0> <<< 11924 1726884970.54464: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.54933: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.55374: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.55445: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.55565: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884970.55579: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884970.55616: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884970.55627: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.55695: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.55773: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884970.55812: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.55837: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884970.55877: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.55927: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884970.55941: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.56154: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.56418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884970.56483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884970.56488: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884970.56559: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67180072c0> # zipimport: zlib available <<< 11924 1726884970.56637: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.56712: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 11924 1726884970.56732: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884970.56767: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.56818: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.56882: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884970.56907: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.56967: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.57032: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.57068: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884970.57105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884970.57200: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718011a60> <<< 11924 1726884970.57232: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671800ccb0> <<< 11924 1726884970.57266: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 11924 1726884970.57278: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 11924 1726884970.57281: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.57347: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.57423: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.57445: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.57490: stdout chunk (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' <<< 11924 1726884970.57515: 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 <<< 11924 1726884970.57550: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884970.57565: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884970.57629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884970.57639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884970.57669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884970.57739: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718102600> <<< 11924 1726884970.57787: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67187aa300> <<< 11924 1726884970.57873: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718011bb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718174d70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884970.57915: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.57964: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884970.58023: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 11924 1726884970.58083: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # <<< 11924 1726884970.58145: 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' # <<< 11924 1726884970.58211: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 11924 1726884970.58281: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884970.58328: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 11924 1726884970.58389: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 11924 1726884970.58431: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.58677: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884970.58728: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # # zipimport: zlib available <<< 11924 1726884970.58865: stdout chunk (state=3): >>> {"changed": false, "size": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5g"}}} <<< 11924 1726884970.58868: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884970.59238: 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 <<< 11924 1726884970.59278: 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 <<< 11924 1726884970.59328: stdout chunk (state=3): >>># cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress <<< 11924 1726884970.59344: stdout chunk (state=3): >>># cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common <<< 11924 1726884970.59366: stdout chunk (state=3): >>># destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing <<< 11924 1726884970.59401: 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_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 <<< 11924 1726884970.59656: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884970.59665: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884970.59676: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 11924 1726884970.59691: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 <<< 11924 1726884970.59708: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884970.59720: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884970.59747: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884970.59765: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884970.59786: 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 <<< 11924 1726884970.59789: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 11924 1726884970.59816: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 11924 1726884970.59825: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 11924 1726884970.59858: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 11924 1726884970.59862: stdout chunk (state=3): >>># destroy array <<< 11924 1726884970.59865: stdout chunk (state=3): >>># destroy datetime <<< 11924 1726884970.59880: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884970.59894: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884970.59931: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884970.59991: 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 <<< 11924 1726884970.60030: 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 <<< 11924 1726884970.60039: 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 <<< 11924 1726884970.60069: 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 <<< 11924 1726884970.60084: 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 <<< 11924 1726884970.60245: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884970.60252: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 11924 1726884970.60309: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884970.60314: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884970.60369: 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 <<< 11924 1726884970.60384: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884970.60457: 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 <<< 11924 1726884970.60483: stdout chunk (state=3): >>># destroy time <<< 11924 1726884970.60521: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 11924 1726884970.60550: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix <<< 11924 1726884970.60589: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884970.61122: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884970.61146: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884970.61150: stdout chunk (state=3): >>><<< 11924 1726884970.61152: stderr chunk (state=3): >>><<< 11924 1726884970.61331: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718bbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718b8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718bbe930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718bccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718bcdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67189f3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67189f3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a237a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a23e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a03aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a011c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67189f0f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a47710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a46330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a021b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67189f2840> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a78740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67189f0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718a78bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a78aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718a78e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67189e6d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a79520> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a791f0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a7a420> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a905f0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718a91cd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a92b70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718a931a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a920c0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718a93c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a93350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a78da0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718813b30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718840560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67188402f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718840590> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718840e90> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f67188417c0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718840770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718811cd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718842ba0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67188418e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a7ab10> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671886aea0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718893260> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67188bbfb0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67188ee750> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67188ec110> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718893ef0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67186fd0d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718892060> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718843aa0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6718892660> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_r9adfq3o/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 0x7f671874ad50> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671872dc40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671872cda0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718748c20> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f67187825d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718782360> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718781c70> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67187826c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718840440> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718783320> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718783560> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718783aa0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718119880> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f671811b4a0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671811be30> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671811cd70> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671811fa70> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f67188bbf50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671811dd30> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718127950> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718126420> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718126180> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67181266f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671811ef60> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f671816bc50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671816be30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f671816d790> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671816d580> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f671816fce0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671816de50> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718173500> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671816fe90> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718174590> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718174740> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718174830> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671816bfb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718177ef0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718001310> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718176660> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718177a10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67181762a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718005400> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67180061e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718a92f90> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718005ee0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67180072c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6718011a60> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f671800ccb0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718102600> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f67187aa300> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718011bb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6718174d70> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": "5 GiB", "bytes": 5368709120, "lvm": "5g", "parted": "5GiB", "invocation": {"module_args": {"size": "5g"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884970.62472: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '5g', '_ansible_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-1726884970.272165-18123-37197823887597/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884970.62476: _low_level_execute_command(): starting 11924 1726884970.62479: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884970.272165-18123-37197823887597/ > /dev/null 2>&1 && sleep 0' 11924 1726884970.62493: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884970.62507: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884970.62524: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884970.62538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884970.62553: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884970.62600: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884970.62668: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884970.62685: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884970.62709: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884970.62846: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884970.64749: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884970.64766: stdout chunk (state=3): >>><<< 11924 1726884970.64779: stderr chunk (state=3): >>><<< 11924 1726884970.64800: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884970.64812: handler run complete 11924 1726884970.64838: attempt loop complete, returning result 11924 1726884970.64846: _execute() done 11924 1726884970.64853: dumping result to json 11924 1726884970.64865: done dumping result, returning 11924 1726884970.64882: done running TaskExecutor() for managed_node2/TASK: Parse the requested size of the volume [0affc8a3-6f6f-f4c0-2290-0000000049ae] 11924 1726884970.64891: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049ae ok: [managed_node2] => { "bytes": 5368709120, "changed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } 11924 1726884970.65062: no more pending results, returning what we have 11924 1726884970.65066: results queue empty 11924 1726884970.65067: checking for any_errors_fatal 11924 1726884970.65076: done checking for any_errors_fatal 11924 1726884970.65077: checking for max_fail_percentage 11924 1726884970.65080: done checking for max_fail_percentage 11924 1726884970.65081: checking to see if all hosts have failed and the running result is not ok 11924 1726884970.65082: done checking to see if all hosts have failed 11924 1726884970.65083: getting the remaining hosts for this loop 11924 1726884970.65085: done getting the remaining hosts for this loop 11924 1726884970.65090: getting the next task for host managed_node2 11924 1726884970.65100: done getting next task for host managed_node2 11924 1726884970.65103: ^ task is: TASK: Establish base value for expected size 11924 1726884970.65110: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884970.65117: getting variables 11924 1726884970.65119: in VariableManager get_vars() 11924 1726884970.65470: Calling all_inventory to load vars for managed_node2 11924 1726884970.65473: Calling groups_inventory to load vars for managed_node2 11924 1726884970.65476: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884970.65487: Calling all_plugins_play to load vars for managed_node2 11924 1726884970.65490: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884970.65493: Calling groups_plugins_play to load vars for managed_node2 11924 1726884970.66169: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049ae 11924 1726884970.66173: WORKER PROCESS EXITING 11924 1726884970.66226: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884970.66832: done with get_vars() 11924 1726884970.66847: done getting variables 11924 1726884970.66906: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:10 -0400 (0:00:00.495) 0:02:16.008 ****** 11924 1726884970.66940: entering _queue_task() for managed_node2/set_fact 11924 1726884970.67461: worker is 1 (out of 1 available) 11924 1726884970.67474: exiting _queue_task() for managed_node2/set_fact 11924 1726884970.67487: done queuing things up, now waiting for results queue to drain 11924 1726884970.67489: waiting for pending results... 11924 1726884970.68132: running TaskExecutor() for managed_node2/TASK: Establish base value for expected size 11924 1726884970.68290: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049af 11924 1726884970.68480: variable 'ansible_search_path' from source: unknown 11924 1726884970.68524: calling self._execute() 11924 1726884970.68801: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884970.68871: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884970.68889: variable 'omit' from source: magic vars 11924 1726884970.69718: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884970.72828: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884970.72915: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884970.72976: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884970.73017: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884970.73051: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884970.73169: variable '_storage_test_volume_present' from source: set_fact 11924 1726884970.73192: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884970.73346: variable 'storage_test_volume' from source: include params 11924 1726884970.73384: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884970.73604: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884970.73646: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884970.73679: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884970.73732: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884970.73756: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884970.73857: variable 'storage_test_volume' from source: include params 11924 1726884970.73906: Evaluated conditional ('%' not in storage_test_volume.size | string): True 11924 1726884970.73920: variable 'omit' from source: magic vars 11924 1726884970.73982: variable 'omit' from source: magic vars 11924 1726884970.74094: variable 'storage_test_requested_size' from source: set_fact 11924 1726884970.74132: variable 'omit' from source: magic vars 11924 1726884970.74179: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884970.74200: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884970.74232: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884970.74288: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884970.74291: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884970.74293: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884970.74310: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884970.74357: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884970.74367: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884970.74396: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884970.74510: Set connection var ansible_shell_executable to /bin/sh 11924 1726884970.74521: Set connection var ansible_connection to ssh 11924 1726884970.74559: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884970.74562: Set connection var ansible_timeout to 10 11924 1726884970.74564: Set connection var ansible_pipelining to False 11924 1726884970.74566: Set connection var ansible_shell_type to sh 11924 1726884970.74588: variable 'ansible_shell_executable' from source: unknown 11924 1726884970.74595: variable 'ansible_connection' from source: unknown 11924 1726884970.74601: variable 'ansible_module_compression' from source: unknown 11924 1726884970.74660: variable 'ansible_shell_type' from source: unknown 11924 1726884970.74667: variable 'ansible_shell_executable' from source: unknown 11924 1726884970.74670: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884970.74672: variable 'ansible_pipelining' from source: unknown 11924 1726884970.74674: variable 'ansible_timeout' from source: unknown 11924 1726884970.74677: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884970.74760: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884970.74784: variable 'omit' from source: magic vars 11924 1726884970.74795: starting attempt loop 11924 1726884970.74801: running the handler 11924 1726884970.74820: handler run complete 11924 1726884970.74835: attempt loop complete, returning result 11924 1726884970.74842: _execute() done 11924 1726884970.74880: dumping result to json 11924 1726884970.74887: done dumping result, returning 11924 1726884970.74889: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected size [0affc8a3-6f6f-f4c0-2290-0000000049af] 11924 1726884970.74891: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049af ok: [managed_node2] => { "ansible_facts": { "storage_test_expected_size": "5368709120" }, "changed": false } 11924 1726884970.75048: no more pending results, returning what we have 11924 1726884970.75052: results queue empty 11924 1726884970.75053: checking for any_errors_fatal 11924 1726884970.75066: done checking for any_errors_fatal 11924 1726884970.75067: checking for max_fail_percentage 11924 1726884970.75069: done checking for max_fail_percentage 11924 1726884970.75070: checking to see if all hosts have failed and the running result is not ok 11924 1726884970.75071: done checking to see if all hosts have failed 11924 1726884970.75072: getting the remaining hosts for this loop 11924 1726884970.75074: done getting the remaining hosts for this loop 11924 1726884970.75078: getting the next task for host managed_node2 11924 1726884970.75092: done getting next task for host managed_node2 11924 1726884970.75095: ^ task is: TASK: Show expected size 11924 1726884970.75102: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884970.75116: getting variables 11924 1726884970.75118: in VariableManager get_vars() 11924 1726884970.75262: Calling all_inventory to load vars for managed_node2 11924 1726884970.75267: Calling groups_inventory to load vars for managed_node2 11924 1726884970.75270: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884970.75281: Calling all_plugins_play to load vars for managed_node2 11924 1726884970.75284: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884970.75287: Calling groups_plugins_play to load vars for managed_node2 11924 1726884970.76098: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049af 11924 1726884970.76102: WORKER PROCESS EXITING 11924 1726884970.76477: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884970.77993: done with get_vars() 11924 1726884970.78014: done getting variables 11924 1726884970.78198: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:10 -0400 (0:00:00.112) 0:02:16.121 ****** 11924 1726884970.78239: entering _queue_task() for managed_node2/debug 11924 1726884970.79175: worker is 1 (out of 1 available) 11924 1726884970.79189: exiting _queue_task() for managed_node2/debug 11924 1726884970.79203: done queuing things up, now waiting for results queue to drain 11924 1726884970.79205: waiting for pending results... 11924 1726884970.79876: running TaskExecutor() for managed_node2/TASK: Show expected size 11924 1726884970.80098: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049b0 11924 1726884970.80118: variable 'ansible_search_path' from source: unknown 11924 1726884970.80152: calling self._execute() 11924 1726884970.80611: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884970.80625: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884970.80641: variable 'omit' from source: magic vars 11924 1726884970.80777: variable 'omit' from source: magic vars 11924 1726884970.80865: variable 'omit' from source: magic vars 11924 1726884970.80902: variable 'omit' from source: magic vars 11924 1726884970.80958: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884970.81001: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884970.81030: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884970.81058: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884970.81076: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884970.81097: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884970.81120: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884970.81161: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884970.81170: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884970.81177: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884970.81299: Set connection var ansible_shell_executable to /bin/sh 11924 1726884970.81308: Set connection var ansible_connection to ssh 11924 1726884970.81320: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884970.81329: Set connection var ansible_timeout to 10 11924 1726884970.81340: Set connection var ansible_pipelining to False 11924 1726884970.81349: Set connection var ansible_shell_type to sh 11924 1726884970.81391: variable 'ansible_shell_executable' from source: unknown 11924 1726884970.81399: variable 'ansible_connection' from source: unknown 11924 1726884970.81406: variable 'ansible_module_compression' from source: unknown 11924 1726884970.81416: variable 'ansible_shell_type' from source: unknown 11924 1726884970.81424: variable 'ansible_shell_executable' from source: unknown 11924 1726884970.81431: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884970.81439: variable 'ansible_pipelining' from source: unknown 11924 1726884970.81445: variable 'ansible_timeout' from source: unknown 11924 1726884970.81453: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884970.81606: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884970.81625: variable 'omit' from source: magic vars 11924 1726884970.81634: starting attempt loop 11924 1726884970.81640: running the handler 11924 1726884970.81699: variable 'storage_test_expected_size' from source: set_fact 11924 1726884970.81889: variable 'storage_test_expected_size' from source: set_fact 11924 1726884970.81961: handler run complete 11924 1726884970.81965: attempt loop complete, returning result 11924 1726884970.81967: _execute() done 11924 1726884970.81969: dumping result to json 11924 1726884970.81971: done dumping result, returning 11924 1726884970.81973: done running TaskExecutor() for managed_node2/TASK: Show expected size [0affc8a3-6f6f-f4c0-2290-0000000049b0] 11924 1726884970.81982: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049b0 ok: [managed_node2] => { "storage_test_expected_size": "5368709120" } 11924 1726884970.82216: no more pending results, returning what we have 11924 1726884970.82222: results queue empty 11924 1726884970.82222: checking for any_errors_fatal 11924 1726884970.82235: done checking for any_errors_fatal 11924 1726884970.82236: checking for max_fail_percentage 11924 1726884970.82239: done checking for max_fail_percentage 11924 1726884970.82241: checking to see if all hosts have failed and the running result is not ok 11924 1726884970.82241: done checking to see if all hosts have failed 11924 1726884970.82242: getting the remaining hosts for this loop 11924 1726884970.82245: done getting the remaining hosts for this loop 11924 1726884970.82249: getting the next task for host managed_node2 11924 1726884970.82363: done getting next task for host managed_node2 11924 1726884970.82367: ^ task is: TASK: Get the size of parent/pool device 11924 1726884970.82373: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884970.82379: getting variables 11924 1726884970.82380: in VariableManager get_vars() 11924 1726884970.82420: Calling all_inventory to load vars for managed_node2 11924 1726884970.82423: Calling groups_inventory to load vars for managed_node2 11924 1726884970.82427: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884970.82437: Calling all_plugins_play to load vars for managed_node2 11924 1726884970.82440: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884970.82443: Calling groups_plugins_play to load vars for managed_node2 11924 1726884970.83011: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049b0 11924 1726884970.83018: WORKER PROCESS EXITING 11924 1726884970.83221: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884970.84374: done with get_vars() 11924 1726884970.84398: 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 22:16:10 -0400 (0:00:00.062) 0:02:16.183 ****** 11924 1726884970.84499: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884970.84846: worker is 1 (out of 1 available) 11924 1726884970.84862: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884970.84877: done queuing things up, now waiting for results queue to drain 11924 1726884970.84879: waiting for pending results... 11924 1726884970.85224: running TaskExecutor() for managed_node2/TASK: Get the size of parent/pool device 11924 1726884970.85377: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049b1 11924 1726884970.85407: variable 'ansible_search_path' from source: unknown 11924 1726884970.85450: calling self._execute() 11924 1726884970.85602: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884970.85622: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884970.85718: variable 'omit' from source: magic vars 11924 1726884970.86076: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884970.88763: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884970.88766: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884970.88768: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884970.88876: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884970.88908: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884970.89096: variable '_storage_test_volume_present' from source: set_fact 11924 1726884970.89122: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884970.89382: variable 'storage_test_volume' from source: include params 11924 1726884970.89489: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884970.89530: variable 'omit' from source: magic vars 11924 1726884970.89601: variable 'omit' from source: magic vars 11924 1726884970.90019: variable 'ansible_lvm' from source: facts 11924 1726884970.90032: variable 'storage_test_pool' from source: include params 11924 1726884970.90189: variable 'omit' from source: magic vars 11924 1726884970.90225: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884970.90260: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884970.90298: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884970.90406: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884970.90426: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884970.90447: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884970.90470: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884970.90575: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884970.90584: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884970.90592: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884970.90930: Set connection var ansible_shell_executable to /bin/sh 11924 1726884970.90933: Set connection var ansible_connection to ssh 11924 1726884970.90935: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884970.90936: Set connection var ansible_timeout to 10 11924 1726884970.90938: Set connection var ansible_pipelining to False 11924 1726884970.90940: Set connection var ansible_shell_type to sh 11924 1726884970.90951: variable 'ansible_shell_executable' from source: unknown 11924 1726884970.90960: variable 'ansible_connection' from source: unknown 11924 1726884970.91044: variable 'ansible_module_compression' from source: unknown 11924 1726884970.91050: variable 'ansible_shell_type' from source: unknown 11924 1726884970.91058: variable 'ansible_shell_executable' from source: unknown 11924 1726884970.91065: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884970.91072: variable 'ansible_pipelining' from source: unknown 11924 1726884970.91078: variable 'ansible_timeout' from source: unknown 11924 1726884970.91085: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884970.91329: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884970.91343: variable 'omit' from source: magic vars 11924 1726884970.91353: starting attempt loop 11924 1726884970.91365: running the handler 11924 1726884970.91380: _low_level_execute_command(): starting 11924 1726884970.91560: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884970.92457: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884970.92473: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884970.92516: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884970.92536: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884970.92643: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884970.92839: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884970.94547: stdout chunk (state=3): >>>/root <<< 11924 1726884970.94682: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884970.94694: stdout chunk (state=3): >>><<< 11924 1726884970.94708: stderr chunk (state=3): >>><<< 11924 1726884970.94969: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884970.94980: _low_level_execute_command(): starting 11924 1726884970.94984: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884970.9488251-18161-34323167211047 `" && echo ansible-tmp-1726884970.9488251-18161-34323167211047="` echo /root/.ansible/tmp/ansible-tmp-1726884970.9488251-18161-34323167211047 `" ) && sleep 0' 11924 1726884970.96066: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884970.96079: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884970.96091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884970.96167: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884970.96319: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884970.96353: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884970.96402: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884970.98360: stdout chunk (state=3): >>>ansible-tmp-1726884970.9488251-18161-34323167211047=/root/.ansible/tmp/ansible-tmp-1726884970.9488251-18161-34323167211047 <<< 11924 1726884970.98589: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884970.98602: stdout chunk (state=3): >>><<< 11924 1726884970.98613: stderr chunk (state=3): >>><<< 11924 1726884970.98635: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884970.9488251-18161-34323167211047=/root/.ansible/tmp/ansible-tmp-1726884970.9488251-18161-34323167211047 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884970.98818: variable 'ansible_module_compression' from source: unknown 11924 1726884970.99062: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.bsize-ZIP_DEFLATED 11924 1726884970.99066: variable 'ansible_facts' from source: unknown 11924 1726884970.99115: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884970.9488251-18161-34323167211047/AnsiballZ_bsize.py 11924 1726884970.99558: Sending initial data 11924 1726884970.99567: Sent initial data (153 bytes) 11924 1726884971.00756: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884971.00850: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884971.00973: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884971.00994: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884971.01173: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884971.02712: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 11924 1726884971.02732: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 11924 1726884971.02746: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 <<< 11924 1726884971.02768: 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 <<< 11924 1726884971.02858: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884971.02912: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpo110zp7k /root/.ansible/tmp/ansible-tmp-1726884970.9488251-18161-34323167211047/AnsiballZ_bsize.py <<< 11924 1726884971.02922: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884970.9488251-18161-34323167211047/AnsiballZ_bsize.py" <<< 11924 1726884971.02960: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpo110zp7k" to remote "/root/.ansible/tmp/ansible-tmp-1726884970.9488251-18161-34323167211047/AnsiballZ_bsize.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884970.9488251-18161-34323167211047/AnsiballZ_bsize.py" <<< 11924 1726884971.03767: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884971.03841: stderr chunk (state=3): >>><<< 11924 1726884971.03975: stdout chunk (state=3): >>><<< 11924 1726884971.03978: done transferring module to remote 11924 1726884971.03980: _low_level_execute_command(): starting 11924 1726884971.03983: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884970.9488251-18161-34323167211047/ /root/.ansible/tmp/ansible-tmp-1726884970.9488251-18161-34323167211047/AnsiballZ_bsize.py && sleep 0' 11924 1726884971.05096: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884971.05262: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884971.05266: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884971.05269: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884971.05272: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884971.05318: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884971.05410: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884971.07160: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884971.07221: stderr chunk (state=3): >>><<< 11924 1726884971.07229: stdout chunk (state=3): >>><<< 11924 1726884971.07249: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884971.07258: _low_level_execute_command(): starting 11924 1726884971.07266: _low_level_execute_command(): using become for this command 11924 1726884971.07282: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-csqsxdwbzvetggujdwfrlhqqddhqjonb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884970.9488251-18161-34323167211047/AnsiballZ_bsize.py'"'"' && sleep 0' 11924 1726884971.07608: Initial state: awaiting_escalation: BECOME-SUCCESS-csqsxdwbzvetggujdwfrlhqqddhqjonb 11924 1726884971.08616: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884971.08740: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884971.08858: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884971.11862: stdout chunk (state=1): >>>BECOME-SUCCESS-csqsxdwbzvetggujdwfrlhqqddhqjonb <<< 11924 1726884971.11873: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-csqsxdwbzvetggujdwfrlhqqddhqjonb' 11924 1726884971.12126: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884971.12171: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884971.12195: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884971.12272: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884971.12286: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884971.12303: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884971.12348: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884971.12369: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884971.12431: 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' <<< 11924 1726884971.12535: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <<< 11924 1726884971.12538: 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 0x7f80fec183e0> <<< 11924 1726884971.12630: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80febe7a10> <<< 11924 1726884971.12634: 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 0x7f80fec1a960> import '_signal' # import '_abc' # <<< 11924 1726884971.12662: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884971.12674: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884971.12801: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884971.12834: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 11924 1726884971.12882: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 11924 1726884971.12908: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884971.12940: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884971.12974: 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' <<< 11924 1726884971.12977: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea08fe0> <<< 11924 1726884971.13060: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884971.13151: 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 0x7f80fea09fd0> import 'site' # <<< 11924 1726884971.13169: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884971.13339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884971.13376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884971.13392: 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' <<< 11924 1726884971.13586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884971.13603: 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 0x7f80fea4fe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea4fec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884971.13619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884971.13642: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884971.13693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884971.13717: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884971.13744: 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 0x7f80fea7f800> <<< 11924 1726884971.13797: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884971.13808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea7fe90> import '_collections' # <<< 11924 1726884971.13922: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea5fad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea5d1f0> <<< 11924 1726884971.13980: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea4cfb0> <<< 11924 1726884971.14037: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884971.14040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884971.14054: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884971.14072: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884971.14095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884971.14124: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884971.14136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884971.14288: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80feaa3740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80feaa2360> <<< 11924 1726884971.14293: 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 0x7f80fea5e0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80feaa0b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fead47d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea4c230> <<< 11924 1726884971.14305: 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' <<< 11924 1726884971.14349: 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 0x7f80fead4c80> <<< 11924 1726884971.14352: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fead4b30> <<< 11924 1726884971.14446: 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 0x7f80fead4f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea42d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884971.14503: 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' <<< 11924 1726884971.14517: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fead55e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fead52b0> import 'importlib.machinery' # <<< 11924 1726884971.14531: 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' <<< 11924 1726884971.14629: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fead64e0> <<< 11924 1726884971.14633: 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 <<< 11924 1726884971.14662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884971.14702: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884971.14707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80feaec710> import 'errno' # <<< 11924 1726884971.14770: 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 0x7f80feaeddf0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884971.14802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884971.14806: 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 0x7f80feaeec60> <<< 11924 1726884971.14891: 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 0x7f80feaef2c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80feaee1b0> <<< 11924 1726884971.14975: 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' <<< 11924 1726884971.14987: 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 0x7f80feaefd40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80feaef470> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fead6540> <<< 11924 1726884971.15015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884971.15035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884971.15078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884971.15082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884971.15122: 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' <<< 11924 1726884971.15143: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe883bf0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884971.15161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884971.15192: 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 0x7f80fe8ac740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe8ac4a0> <<< 11924 1726884971.15238: 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 0x7f80fe8ac6e0> <<< 11924 1726884971.15241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884971.15264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884971.15328: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884971.15450: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe8ad010> <<< 11924 1726884971.15575: 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 0x7f80fe8ad910> <<< 11924 1726884971.15592: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe8ac8c0> <<< 11924 1726884971.15627: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe881d90> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884971.15684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884971.15690: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884971.15722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe8aed20> <<< 11924 1726884971.15740: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe8ada60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fead6c30> <<< 11924 1726884971.15762: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884971.15834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884971.15837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884971.15899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884971.15916: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe8d70b0> <<< 11924 1726884971.15964: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884971.15974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884971.16003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884971.16027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884971.16067: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe8ff410> <<< 11924 1726884971.16078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884971.16135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884971.16185: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884971.16223: 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 0x7f80fe95c200> <<< 11924 1726884971.16228: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884971.16267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884971.16284: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884971.16327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884971.16412: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe95e930> <<< 11924 1726884971.16540: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe95c320> <<< 11924 1726884971.16661: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe929220> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe7652b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe8fe240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe8afc80> <<< 11924 1726884971.16807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f80fe8fe8d0> <<< 11924 1726884971.16869: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_7p6dvaj2/ansible_fedora.linux_system_roles.bsize_payload.zip' <<< 11924 1726884971.16896: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.17079: 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' <<< 11924 1726884971.17112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884971.17170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884971.17230: 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 0x7f80fe7b2fc0> import '_typing' # <<< 11924 1726884971.17525: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe795eb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe795040> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884971.18898: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.20022: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884971.20085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe7b0d10> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884971.20118: 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' <<< 11924 1726884971.20150: 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' <<< 11924 1726884971.20162: 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 0x7f80fe7e6a50> <<< 11924 1726884971.20189: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe7e67e0> <<< 11924 1726884971.20230: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe7e60f0> <<< 11924 1726884971.20305: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884971.20308: 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 0x7f80fe7e6540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe7b3a40> import 'atexit' # <<< 11924 1726884971.20376: 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 0x7f80fe7e77d0> <<< 11924 1726884971.20395: 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 0x7f80fe7e7a10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884971.20459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884971.20472: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884971.20519: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe7e7f20> <<< 11924 1726884971.20523: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884971.20562: 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' <<< 11924 1726884971.20598: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe119d00> <<< 11924 1726884971.20665: 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 0x7f80fe11b920> <<< 11924 1726884971.20668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884971.20684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884971.20761: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe11c2f0> <<< 11924 1726884971.20786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884971.20806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe11d490> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884971.20850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884971.20866: 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' <<< 11924 1726884971.20916: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe11ff50> <<< 11924 1726884971.20954: 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 0x7f80fe8afb90> <<< 11924 1726884971.20977: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe11e210> <<< 11924 1726884971.21006: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884971.21034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884971.21058: 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' <<< 11924 1726884971.21074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884971.21113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884971.21157: 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 0x7f80fe127e00> <<< 11924 1726884971.21161: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884971.21296: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe126900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe126660> <<< 11924 1726884971.21299: 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' <<< 11924 1726884971.21329: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe126ba0> <<< 11924 1726884971.21406: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe11e720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe16bec0> <<< 11924 1726884971.21412: 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 0x7f80fe16c0e0> <<< 11924 1726884971.21453: 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' <<< 11924 1726884971.21472: 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' <<< 11924 1726884971.21514: 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 0x7f80fe16dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe16d9a0> <<< 11924 1726884971.21536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884971.21668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884971.21702: 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 0x7f80fe1701a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe16e2d0> <<< 11924 1726884971.21737: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884971.21769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884971.21806: 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' <<< 11924 1726884971.21827: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884971.21857: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe173890> <<< 11924 1726884971.21983: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe170260> <<< 11924 1726884971.22046: stdout 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 0x7f80fe174680> <<< 11924 1726884971.22085: stdout 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 0x7f80fe1748c0> <<< 11924 1726884971.22119: stdout 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 0x7f80fe174a40> <<< 11924 1726884971.22152: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe16c260> <<< 11924 1726884971.22169: 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' <<< 11924 1726884971.22176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884971.22203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884971.22228: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884971.22259: 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 0x7f80fe000290> <<< 11924 1726884971.22411: 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 0x7f80fe0013a0> <<< 11924 1726884971.22429: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe176a20> <<< 11924 1726884971.22451: 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 0x7f80fe177dd0> <<< 11924 1726884971.22478: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe176660> <<< 11924 1726884971.22484: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.22516: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884971.22527: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.22601: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.22692: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.22711: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884971.22731: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.22749: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.22759: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884971.22766: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.22889: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.23011: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.23678: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.24137: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884971.24149: 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' # <<< 11924 1726884971.24162: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884971.24195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884971.24198: 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 0x7f80fe005610> <<< 11924 1726884971.24279: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884971.24309: 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 0x7f80fe006360> <<< 11924 1726884971.24333: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe0017f0> <<< 11924 1726884971.24388: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884971.24405: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.24410: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884971.24568: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.24714: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884971.24725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe006ab0> <<< 11924 1726884971.24740: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.25198: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.25648: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.25721: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.25802: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884971.25804: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.25849: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.25882: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884971.25904: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.25972: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.26048: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884971.26064: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.26109: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884971.26114: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.26145: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.26205: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884971.26220: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.26430: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.26668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884971.26734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884971.26737: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884971.26834: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe007650> <<< 11924 1726884971.26843: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.26923: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.26970: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884971.27041: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 11924 1726884971.27091: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # <<< 11924 1726884971.27112: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.27143: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.27185: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.27240: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.27319: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884971.27348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884971.27435: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe012210> <<< 11924 1726884971.27474: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe00d8e0> <<< 11924 1726884971.27501: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884971.27514: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.27576: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.27641: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.27671: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.27718: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884971.27723: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884971.27750: 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 <<< 11924 1726884971.27764: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884971.27787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884971.27843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884971.27875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884971.27884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884971.27942: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe102a80> <<< 11924 1726884971.27987: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe81a750> <<< 11924 1726884971.28075: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe012240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe008410> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884971.28088: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.28128: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.28157: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884971.28211: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884971.28234: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.28248: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.28259: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 11924 1726884971.28267: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.28307: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # <<< 11924 1726884971.28328: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.28347: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 11924 1726884971.28351: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.28375: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 11924 1726884971.28392: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.28415: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.28432: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884971.28478: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.28536: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.28540: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.28563: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 11924 1726884971.28570: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.28585: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.28596: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 11924 1726884971.28714: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.28804: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.size' # <<< 11924 1726884971.28888: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884971.28995: stdout chunk (state=3): >>> {"changed": false, "size": "9 GiB", "bytes": 10726680821, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.99G"}}} <<< 11924 1726884971.29010: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884971.29342: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884971.29365: 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 <<< 11924 1726884971.29480: 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 # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib <<< 11924 1726884971.29549: stdout chunk (state=3): >>># cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # 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 <<< 11924 1726884971.29835: 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 <<< 11924 1726884971.29838: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884971.29916: 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 <<< 11924 1726884971.30021: 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 # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884971.30067: 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 <<< 11924 1726884971.30093: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 11924 1726884971.30147: 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 <<< 11924 1726884971.30272: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884971.30302: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884971.30314: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 11924 1726884971.30326: stdout chunk (state=3): >>># destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884971.30373: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884971.30389: 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 <<< 11924 1726884971.30492: 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 <<< 11924 1726884971.30510: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 11924 1726884971.30529: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 11924 1726884971.30551: stdout chunk (state=3): >>># destroy itertools <<< 11924 1726884971.30578: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 11924 1726884971.30584: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 11924 1726884971.31105: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884971.31151: stderr chunk (state=3): >>><<< 11924 1726884971.31154: stdout chunk (state=3): >>><<< 11924 1726884971.31238: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fec183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80febe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fec1a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea08fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea09fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea4fe00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea4fec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea7f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea7fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea5fad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea5d1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea4cfb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80feaa3740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80feaa2360> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea5e0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80feaa0b90> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fead47d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea4c230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fead4c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fead4b30> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fead4f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fea42d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fead55e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fead52b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fead64e0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80feaec710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80feaeddf0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80feaeec60> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80feaef2c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80feaee1b0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80feaefd40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80feaef470> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fead6540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe883bf0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe8ac740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe8ac4a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe8ac6e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe8ad010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe8ad910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe8ac8c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe881d90> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe8aed20> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe8ada60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fead6c30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe8d70b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe8ff410> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe95c200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe95e930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe95c320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe929220> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe7652b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe8fe240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe8afc80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f80fe8fe8d0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.bsize_payload_7p6dvaj2/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 0x7f80fe7b2fc0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe795eb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe795040> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe7b0d10> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe7e6a50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe7e67e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe7e60f0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe7e6540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe7b3a40> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe7e77d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe7e7a10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe7e7f20> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe119d00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe11b920> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe11c2f0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe11d490> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe11ff50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe8afb90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe11e210> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe127e00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe126900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe126660> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe126ba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe11e720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe16bec0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe16c0e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe16dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe16d9a0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe1701a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe16e2d0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe173890> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe170260> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe174680> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe1748c0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe174a40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe16c260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe000290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe0013a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe176a20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe177dd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe176660> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe005610> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe006360> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe0017f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe006ab0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe007650> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f80fe012210> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe00d8e0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe102a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe81a750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe012240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f80fe008410> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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": 10726680821, "lvm": "9g", "parted": "9GiB", "invocation": {"module_args": {"size": "9.99G"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884971.32367: done with _execute_module (fedora.linux_system_roles.bsize, {'size': '9.99G', '_ansible_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-1726884970.9488251-18161-34323167211047/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884971.32371: _low_level_execute_command(): starting 11924 1726884971.32373: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884970.9488251-18161-34323167211047/ > /dev/null 2>&1 && sleep 0' 11924 1726884971.32375: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884971.32378: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884971.32380: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884971.32385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884971.32414: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884971.32418: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884971.32420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884971.32422: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884971.32425: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884971.32427: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884971.32429: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884971.32431: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884971.32433: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884971.32435: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884971.32437: stderr chunk (state=3): >>>debug2: match found <<< 11924 1726884971.32439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884971.32441: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884971.32443: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884971.32445: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884971.32447: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884971.34204: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884971.34239: stderr chunk (state=3): >>><<< 11924 1726884971.34248: stdout chunk (state=3): >>><<< 11924 1726884971.34263: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884971.34269: handler run complete 11924 1726884971.34282: attempt loop complete, returning result 11924 1726884971.34285: _execute() done 11924 1726884971.34287: dumping result to json 11924 1726884971.34289: done dumping result, returning 11924 1726884971.34298: done running TaskExecutor() for managed_node2/TASK: Get the size of parent/pool device [0affc8a3-6f6f-f4c0-2290-0000000049b1] 11924 1726884971.34302: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049b1 11924 1726884971.34394: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049b1 11924 1726884971.34396: WORKER PROCESS EXITING ok: [managed_node2] => { "bytes": 10726680821, "changed": false, "lvm": "9g", "parted": "9GiB", "size": "9 GiB" } 11924 1726884971.34453: no more pending results, returning what we have 11924 1726884971.34462: results queue empty 11924 1726884971.34463: checking for any_errors_fatal 11924 1726884971.34472: done checking for any_errors_fatal 11924 1726884971.34473: checking for max_fail_percentage 11924 1726884971.34475: done checking for max_fail_percentage 11924 1726884971.34476: checking to see if all hosts have failed and the running result is not ok 11924 1726884971.34476: done checking to see if all hosts have failed 11924 1726884971.34477: getting the remaining hosts for this loop 11924 1726884971.34479: done getting the remaining hosts for this loop 11924 1726884971.34482: getting the next task for host managed_node2 11924 1726884971.34494: done getting next task for host managed_node2 11924 1726884971.34497: ^ task is: TASK: Show test pool 11924 1726884971.34503: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884971.34510: getting variables 11924 1726884971.34518: in VariableManager get_vars() 11924 1726884971.34573: Calling all_inventory to load vars for managed_node2 11924 1726884971.34577: Calling groups_inventory to load vars for managed_node2 11924 1726884971.34581: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884971.34590: Calling all_plugins_play to load vars for managed_node2 11924 1726884971.34593: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884971.34595: Calling groups_plugins_play to load vars for managed_node2 11924 1726884971.35067: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884971.35562: done with get_vars() 11924 1726884971.35577: done getting variables 11924 1726884971.35622: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:11 -0400 (0:00:00.511) 0:02:16.695 ****** 11924 1726884971.35648: entering _queue_task() for managed_node2/debug 11924 1726884971.35930: worker is 1 (out of 1 available) 11924 1726884971.35948: exiting _queue_task() for managed_node2/debug 11924 1726884971.35969: done queuing things up, now waiting for results queue to drain 11924 1726884971.35971: waiting for pending results... 11924 1726884971.36291: running TaskExecutor() for managed_node2/TASK: Show test pool 11924 1726884971.36408: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049b3 11924 1726884971.36446: variable 'ansible_search_path' from source: unknown 11924 1726884971.36625: calling self._execute() 11924 1726884971.36663: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884971.36679: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884971.36708: variable 'omit' from source: magic vars 11924 1726884971.37180: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884971.40059: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884971.40147: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884971.40201: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884971.40244: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884971.40290: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884971.40404: variable '_storage_test_volume_present' from source: set_fact 11924 1726884971.40446: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884971.40599: variable 'storage_test_volume' from source: include params 11924 1726884971.40649: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884971.40962: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884971.40965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884971.40968: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884971.40970: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884971.40981: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884971.41073: variable 'storage_test_volume' from source: include params 11924 1726884971.41097: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884971.41106: when evaluation is False, skipping this task 11924 1726884971.41118: _execute() done 11924 1726884971.41127: dumping result to json 11924 1726884971.41136: done dumping result, returning 11924 1726884971.41151: done running TaskExecutor() for managed_node2/TASK: Show test pool [0affc8a3-6f6f-f4c0-2290-0000000049b3] 11924 1726884971.41166: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049b3 11924 1726884971.41465: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049b3 11924 1726884971.41469: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "'%' in storage_test_volume.size | string" } 11924 1726884971.41522: no more pending results, returning what we have 11924 1726884971.41526: results queue empty 11924 1726884971.41527: checking for any_errors_fatal 11924 1726884971.41536: done checking for any_errors_fatal 11924 1726884971.41537: checking for max_fail_percentage 11924 1726884971.41540: done checking for max_fail_percentage 11924 1726884971.41541: checking to see if all hosts have failed and the running result is not ok 11924 1726884971.41542: done checking to see if all hosts have failed 11924 1726884971.41542: getting the remaining hosts for this loop 11924 1726884971.41546: done getting the remaining hosts for this loop 11924 1726884971.41550: getting the next task for host managed_node2 11924 1726884971.41561: done getting next task for host managed_node2 11924 1726884971.41565: ^ task is: TASK: Show test blockinfo 11924 1726884971.41571: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884971.41576: getting variables 11924 1726884971.41580: in VariableManager get_vars() 11924 1726884971.41622: Calling all_inventory to load vars for managed_node2 11924 1726884971.41625: Calling groups_inventory to load vars for managed_node2 11924 1726884971.41629: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884971.41639: Calling all_plugins_play to load vars for managed_node2 11924 1726884971.41642: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884971.41647: Calling groups_plugins_play to load vars for managed_node2 11924 1726884971.42445: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884971.43045: done with get_vars() 11924 1726884971.43061: done getting variables 11924 1726884971.43125: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:11 -0400 (0:00:00.075) 0:02:16.770 ****** 11924 1726884971.43161: entering _queue_task() for managed_node2/debug 11924 1726884971.43465: worker is 1 (out of 1 available) 11924 1726884971.43478: exiting _queue_task() for managed_node2/debug 11924 1726884971.43495: done queuing things up, now waiting for results queue to drain 11924 1726884971.43497: waiting for pending results... 11924 1726884971.43842: running TaskExecutor() for managed_node2/TASK: Show test blockinfo 11924 1726884971.44097: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049b4 11924 1726884971.44136: variable 'ansible_search_path' from source: unknown 11924 1726884971.44199: calling self._execute() 11924 1726884971.44338: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884971.44343: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884971.44353: variable 'omit' from source: magic vars 11924 1726884971.44735: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884971.47361: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884971.47365: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884971.47408: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884971.47452: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884971.47506: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884971.47619: variable '_storage_test_volume_present' from source: set_fact 11924 1726884971.47644: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884971.47807: variable 'storage_test_volume' from source: include params 11924 1726884971.47897: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884971.48019: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884971.48058: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884971.48091: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884971.48144: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884971.48171: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884971.48264: variable 'storage_test_volume' from source: include params 11924 1726884971.48288: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884971.48297: when evaluation is False, skipping this task 11924 1726884971.48331: _execute() done 11924 1726884971.48336: dumping result to json 11924 1726884971.48339: done dumping result, returning 11924 1726884971.48343: done running TaskExecutor() for managed_node2/TASK: Show test blockinfo [0affc8a3-6f6f-f4c0-2290-0000000049b4] 11924 1726884971.48349: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049b4 11924 1726884971.48521: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049b4 11924 1726884971.48525: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "'%' in storage_test_volume.size | string" } 11924 1726884971.48596: no more pending results, returning what we have 11924 1726884971.48602: results queue empty 11924 1726884971.48603: checking for any_errors_fatal 11924 1726884971.48611: done checking for any_errors_fatal 11924 1726884971.48613: checking for max_fail_percentage 11924 1726884971.48615: done checking for max_fail_percentage 11924 1726884971.48616: checking to see if all hosts have failed and the running result is not ok 11924 1726884971.48616: done checking to see if all hosts have failed 11924 1726884971.48617: getting the remaining hosts for this loop 11924 1726884971.48619: done getting the remaining hosts for this loop 11924 1726884971.48623: getting the next task for host managed_node2 11924 1726884971.48635: done getting next task for host managed_node2 11924 1726884971.48638: ^ task is: TASK: Show test pool size 11924 1726884971.48643: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884971.48651: getting variables 11924 1726884971.48654: in VariableManager get_vars() 11924 1726884971.48699: Calling all_inventory to load vars for managed_node2 11924 1726884971.48704: Calling groups_inventory to load vars for managed_node2 11924 1726884971.48708: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884971.48721: Calling all_plugins_play to load vars for managed_node2 11924 1726884971.48726: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884971.48729: Calling groups_plugins_play to load vars for managed_node2 11924 1726884971.51384: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884971.52592: done with get_vars() 11924 1726884971.52609: done getting variables 11924 1726884971.52675: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:11 -0400 (0:00:00.095) 0:02:16.866 ****** 11924 1726884971.52715: entering _queue_task() for managed_node2/debug 11924 1726884971.53047: worker is 1 (out of 1 available) 11924 1726884971.53063: exiting _queue_task() for managed_node2/debug 11924 1726884971.53078: done queuing things up, now waiting for results queue to drain 11924 1726884971.53080: waiting for pending results... 11924 1726884971.53576: running TaskExecutor() for managed_node2/TASK: Show test pool size 11924 1726884971.53701: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049b5 11924 1726884971.53725: variable 'ansible_search_path' from source: unknown 11924 1726884971.53773: calling self._execute() 11924 1726884971.53924: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884971.53938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884971.53961: variable 'omit' from source: magic vars 11924 1726884971.54387: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884971.57681: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884971.57766: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884971.57861: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884971.57879: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884971.57916: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884971.58048: variable '_storage_test_volume_present' from source: set_fact 11924 1726884971.58075: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884971.58237: variable 'storage_test_volume' from source: include params 11924 1726884971.58274: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884971.58451: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884971.58490: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884971.58530: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884971.58579: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884971.58631: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884971.58693: variable 'storage_test_volume' from source: include params 11924 1726884971.58717: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884971.58727: when evaluation is False, skipping this task 11924 1726884971.58740: _execute() done 11924 1726884971.58749: dumping result to json 11924 1726884971.58860: done dumping result, returning 11924 1726884971.58864: done running TaskExecutor() for managed_node2/TASK: Show test pool size [0affc8a3-6f6f-f4c0-2290-0000000049b5] 11924 1726884971.58866: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049b5 11924 1726884971.58959: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049b5 11924 1726884971.58963: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "'%' in storage_test_volume.size | string" } 11924 1726884971.59018: no more pending results, returning what we have 11924 1726884971.59023: results queue empty 11924 1726884971.59024: checking for any_errors_fatal 11924 1726884971.59036: done checking for any_errors_fatal 11924 1726884971.59037: checking for max_fail_percentage 11924 1726884971.59040: done checking for max_fail_percentage 11924 1726884971.59041: checking to see if all hosts have failed and the running result is not ok 11924 1726884971.59042: done checking to see if all hosts have failed 11924 1726884971.59042: getting the remaining hosts for this loop 11924 1726884971.59044: done getting the remaining hosts for this loop 11924 1726884971.59049: getting the next task for host managed_node2 11924 1726884971.59287: done getting next task for host managed_node2 11924 1726884971.59291: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 11924 1726884971.59298: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884971.59304: getting variables 11924 1726884971.59309: in VariableManager get_vars() 11924 1726884971.59352: Calling all_inventory to load vars for managed_node2 11924 1726884971.59354: Calling groups_inventory to load vars for managed_node2 11924 1726884971.59749: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884971.59764: Calling all_plugins_play to load vars for managed_node2 11924 1726884971.59767: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884971.59771: Calling groups_plugins_play to load vars for managed_node2 11924 1726884971.60817: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884971.61690: done with get_vars() 11924 1726884971.61717: done getting variables 11924 1726884971.61787: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:11 -0400 (0:00:00.091) 0:02:16.957 ****** 11924 1726884971.61836: entering _queue_task() for managed_node2/set_fact 11924 1726884971.62208: worker is 1 (out of 1 available) 11924 1726884971.62230: exiting _queue_task() for managed_node2/set_fact 11924 1726884971.62244: done queuing things up, now waiting for results queue to drain 11924 1726884971.62245: waiting for pending results... 11924 1726884971.62453: running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value 11924 1726884971.62569: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049b6 11924 1726884971.62578: variable 'ansible_search_path' from source: unknown 11924 1726884971.62608: calling self._execute() 11924 1726884971.62709: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884971.62716: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884971.62724: variable 'omit' from source: magic vars 11924 1726884971.63010: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884971.65457: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884971.65520: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884971.65591: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884971.65673: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884971.65676: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884971.65800: variable '_storage_test_volume_present' from source: set_fact 11924 1726884971.65827: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884971.65981: variable 'storage_test_volume' from source: include params 11924 1726884971.66028: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884971.66288: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884971.66292: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884971.66294: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884971.66295: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884971.66297: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884971.66378: variable 'storage_test_volume' from source: include params 11924 1726884971.66405: Evaluated conditional ('%' in storage_test_volume.size | string): False 11924 1726884971.66419: when evaluation is False, skipping this task 11924 1726884971.66427: _execute() done 11924 1726884971.66507: dumping result to json 11924 1726884971.66510: done dumping result, returning 11924 1726884971.66520: done running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-f4c0-2290-0000000049b6] 11924 1726884971.66524: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049b6 11924 1726884971.66594: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049b6 11924 1726884971.66596: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "'%' in storage_test_volume.size | string", "skip_reason": "Conditional result was False" } 11924 1726884971.66803: no more pending results, returning what we have 11924 1726884971.66807: results queue empty 11924 1726884971.66807: checking for any_errors_fatal 11924 1726884971.66817: done checking for any_errors_fatal 11924 1726884971.66818: checking for max_fail_percentage 11924 1726884971.66820: done checking for max_fail_percentage 11924 1726884971.66821: checking to see if all hosts have failed and the running result is not ok 11924 1726884971.66821: done checking to see if all hosts have failed 11924 1726884971.66822: getting the remaining hosts for this loop 11924 1726884971.66824: done getting the remaining hosts for this loop 11924 1726884971.66828: getting the next task for host managed_node2 11924 1726884971.66839: done getting next task for host managed_node2 11924 1726884971.66841: ^ task is: TASK: Default thin pool reserved space values 11924 1726884971.66848: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884971.66852: getting variables 11924 1726884971.66853: in VariableManager get_vars() 11924 1726884971.66892: Calling all_inventory to load vars for managed_node2 11924 1726884971.66895: Calling groups_inventory to load vars for managed_node2 11924 1726884971.66898: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884971.66908: Calling all_plugins_play to load vars for managed_node2 11924 1726884971.66910: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884971.66915: Calling groups_plugins_play to load vars for managed_node2 11924 1726884971.67742: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884971.68407: done with get_vars() 11924 1726884971.68425: done getting variables 11924 1726884971.68486: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:11 -0400 (0:00:00.066) 0:02:17.024 ****** 11924 1726884971.68533: entering _queue_task() for managed_node2/set_fact 11924 1726884971.68921: worker is 1 (out of 1 available) 11924 1726884971.68933: exiting _queue_task() for managed_node2/set_fact 11924 1726884971.68947: done queuing things up, now waiting for results queue to drain 11924 1726884971.68949: waiting for pending results... 11924 1726884971.69376: running TaskExecutor() for managed_node2/TASK: Default thin pool reserved space values 11924 1726884971.69427: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049b8 11924 1726884971.69471: variable 'ansible_search_path' from source: unknown 11924 1726884971.69495: calling self._execute() 11924 1726884971.69631: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884971.69689: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884971.69692: variable 'omit' from source: magic vars 11924 1726884971.70099: variable 'storage_test_volume' from source: include params 11924 1726884971.70146: Evaluated conditional (storage_test_volume.thin): False 11924 1726884971.70161: when evaluation is False, skipping this task 11924 1726884971.70169: _execute() done 11924 1726884971.70176: dumping result to json 11924 1726884971.70187: done dumping result, returning 11924 1726884971.70198: done running TaskExecutor() for managed_node2/TASK: Default thin pool reserved space values [0affc8a3-6f6f-f4c0-2290-0000000049b8] 11924 1726884971.70262: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049b8 11924 1726884971.70342: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049b8 11924 1726884971.70346: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884971.70405: no more pending results, returning what we have 11924 1726884971.70409: results queue empty 11924 1726884971.70411: checking for any_errors_fatal 11924 1726884971.70428: done checking for any_errors_fatal 11924 1726884971.70429: checking for max_fail_percentage 11924 1726884971.70431: done checking for max_fail_percentage 11924 1726884971.70433: checking to see if all hosts have failed and the running result is not ok 11924 1726884971.70433: done checking to see if all hosts have failed 11924 1726884971.70434: getting the remaining hosts for this loop 11924 1726884971.70437: done getting the remaining hosts for this loop 11924 1726884971.70441: getting the next task for host managed_node2 11924 1726884971.70453: done getting next task for host managed_node2 11924 1726884971.70457: ^ task is: TASK: Default minimal thin pool reserved space size 11924 1726884971.70466: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884971.70472: getting variables 11924 1726884971.70474: in VariableManager get_vars() 11924 1726884971.70524: Calling all_inventory to load vars for managed_node2 11924 1726884971.70527: Calling groups_inventory to load vars for managed_node2 11924 1726884971.70531: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884971.70545: Calling all_plugins_play to load vars for managed_node2 11924 1726884971.70548: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884971.70552: Calling groups_plugins_play to load vars for managed_node2 11924 1726884971.71520: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884971.72227: done with get_vars() 11924 1726884971.72241: 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 22:16:11 -0400 (0:00:00.038) 0:02:17.062 ****** 11924 1726884971.72330: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884971.73312: worker is 1 (out of 1 available) 11924 1726884971.73326: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884971.73343: done queuing things up, now waiting for results queue to drain 11924 1726884971.73346: waiting for pending results... 11924 1726884971.73947: running TaskExecutor() for managed_node2/TASK: Default minimal thin pool reserved space size 11924 1726884971.74554: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049b9 11924 1726884971.74710: variable 'ansible_search_path' from source: unknown 11924 1726884971.74938: calling self._execute() 11924 1726884971.75385: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884971.75389: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884971.75393: variable 'omit' from source: magic vars 11924 1726884971.75822: variable 'storage_test_volume' from source: include params 11924 1726884971.75881: Evaluated conditional (storage_test_volume.thin): False 11924 1726884971.75894: when evaluation is False, skipping this task 11924 1726884971.75906: _execute() done 11924 1726884971.75916: dumping result to json 11924 1726884971.75925: done dumping result, returning 11924 1726884971.75942: done running TaskExecutor() for managed_node2/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-f4c0-2290-0000000049b9] 11924 1726884971.75973: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049b9 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884971.76165: no more pending results, returning what we have 11924 1726884971.76169: results queue empty 11924 1726884971.76170: checking for any_errors_fatal 11924 1726884971.76180: done checking for any_errors_fatal 11924 1726884971.76180: checking for max_fail_percentage 11924 1726884971.76186: done checking for max_fail_percentage 11924 1726884971.76187: checking to see if all hosts have failed and the running result is not ok 11924 1726884971.76188: done checking to see if all hosts have failed 11924 1726884971.76189: getting the remaining hosts for this loop 11924 1726884971.76190: done getting the remaining hosts for this loop 11924 1726884971.76195: getting the next task for host managed_node2 11924 1726884971.76208: done getting next task for host managed_node2 11924 1726884971.76211: ^ task is: TASK: Default maximal thin pool reserved space size 11924 1726884971.76222: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884971.76230: getting variables 11924 1726884971.76231: in VariableManager get_vars() 11924 1726884971.76491: Calling all_inventory to load vars for managed_node2 11924 1726884971.76495: Calling groups_inventory to load vars for managed_node2 11924 1726884971.76498: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884971.76525: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049b9 11924 1726884971.76528: WORKER PROCESS EXITING 11924 1726884971.76537: Calling all_plugins_play to load vars for managed_node2 11924 1726884971.76562: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884971.76566: Calling groups_plugins_play to load vars for managed_node2 11924 1726884971.77369: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884971.78169: done with get_vars() 11924 1726884971.78186: 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 22:16:11 -0400 (0:00:00.059) 0:02:17.121 ****** 11924 1726884971.78283: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884971.78688: worker is 1 (out of 1 available) 11924 1726884971.78700: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884971.78711: done queuing things up, now waiting for results queue to drain 11924 1726884971.78715: waiting for pending results... 11924 1726884971.78945: running TaskExecutor() for managed_node2/TASK: Default maximal thin pool reserved space size 11924 1726884971.79104: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049ba 11924 1726884971.79148: variable 'ansible_search_path' from source: unknown 11924 1726884971.79193: calling self._execute() 11924 1726884971.79328: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884971.79339: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884971.79358: variable 'omit' from source: magic vars 11924 1726884971.79749: variable 'storage_test_volume' from source: include params 11924 1726884971.79789: Evaluated conditional (storage_test_volume.thin): False 11924 1726884971.79821: when evaluation is False, skipping this task 11924 1726884971.79824: _execute() done 11924 1726884971.79827: dumping result to json 11924 1726884971.79829: done dumping result, returning 11924 1726884971.79832: done running TaskExecutor() for managed_node2/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-f4c0-2290-0000000049ba] 11924 1726884971.79837: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049ba skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884971.80197: no more pending results, returning what we have 11924 1726884971.80206: results queue empty 11924 1726884971.80210: checking for any_errors_fatal 11924 1726884971.80218: done checking for any_errors_fatal 11924 1726884971.80219: checking for max_fail_percentage 11924 1726884971.80221: done checking for max_fail_percentage 11924 1726884971.80222: checking to see if all hosts have failed and the running result is not ok 11924 1726884971.80223: done checking to see if all hosts have failed 11924 1726884971.80223: getting the remaining hosts for this loop 11924 1726884971.80225: done getting the remaining hosts for this loop 11924 1726884971.80232: getting the next task for host managed_node2 11924 1726884971.80243: done getting next task for host managed_node2 11924 1726884971.80245: ^ task is: TASK: Calculate maximum usable space in thin pool 11924 1726884971.80251: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884971.80256: getting variables 11924 1726884971.80262: in VariableManager get_vars() 11924 1726884971.80301: Calling all_inventory to load vars for managed_node2 11924 1726884971.80304: Calling groups_inventory to load vars for managed_node2 11924 1726884971.80307: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884971.80319: Calling all_plugins_play to load vars for managed_node2 11924 1726884971.80326: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884971.80332: Calling groups_plugins_play to load vars for managed_node2 11924 1726884971.80917: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049ba 11924 1726884971.80922: WORKER PROCESS EXITING 11924 1726884971.81728: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884971.82732: done with get_vars() 11924 1726884971.82749: done getting variables 11924 1726884971.82926: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:11 -0400 (0:00:00.046) 0:02:17.168 ****** 11924 1726884971.82965: entering _queue_task() for managed_node2/set_fact 11924 1726884971.83330: worker is 1 (out of 1 available) 11924 1726884971.83343: exiting _queue_task() for managed_node2/set_fact 11924 1726884971.83559: done queuing things up, now waiting for results queue to drain 11924 1726884971.83561: waiting for pending results... 11924 1726884971.83696: running TaskExecutor() for managed_node2/TASK: Calculate maximum usable space in thin pool 11924 1726884971.83857: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049bb 11924 1726884971.83878: variable 'ansible_search_path' from source: unknown 11924 1726884971.83920: calling self._execute() 11924 1726884971.84050: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884971.84064: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884971.84081: variable 'omit' from source: magic vars 11924 1726884971.84725: variable 'storage_test_volume' from source: include params 11924 1726884971.84769: Evaluated conditional (storage_test_volume.thin): False 11924 1726884971.84777: when evaluation is False, skipping this task 11924 1726884971.84785: _execute() done 11924 1726884971.84791: dumping result to json 11924 1726884971.84798: done dumping result, returning 11924 1726884971.84867: done running TaskExecutor() for managed_node2/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-f4c0-2290-0000000049bb] 11924 1726884971.84882: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049bb 11924 1726884971.85071: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049bb 11924 1726884971.85074: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884971.85126: no more pending results, returning what we have 11924 1726884971.85130: results queue empty 11924 1726884971.85131: checking for any_errors_fatal 11924 1726884971.85141: done checking for any_errors_fatal 11924 1726884971.85142: checking for max_fail_percentage 11924 1726884971.85144: done checking for max_fail_percentage 11924 1726884971.85145: checking to see if all hosts have failed and the running result is not ok 11924 1726884971.85146: done checking to see if all hosts have failed 11924 1726884971.85146: getting the remaining hosts for this loop 11924 1726884971.85149: done getting the remaining hosts for this loop 11924 1726884971.85153: getting the next task for host managed_node2 11924 1726884971.85165: done getting next task for host managed_node2 11924 1726884971.85169: ^ task is: TASK: Apply upper size limit to max usable thin pool space 11924 1726884971.85176: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884971.85182: getting variables 11924 1726884971.85184: in VariableManager get_vars() 11924 1726884971.85226: Calling all_inventory to load vars for managed_node2 11924 1726884971.85228: Calling groups_inventory to load vars for managed_node2 11924 1726884971.85232: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884971.85245: Calling all_plugins_play to load vars for managed_node2 11924 1726884971.85248: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884971.85251: Calling groups_plugins_play to load vars for managed_node2 11924 1726884971.86826: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884971.87773: done with get_vars() 11924 1726884971.87795: done getting variables 11924 1726884971.87891: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:11 -0400 (0:00:00.050) 0:02:17.218 ****** 11924 1726884971.87978: entering _queue_task() for managed_node2/set_fact 11924 1726884971.88586: worker is 1 (out of 1 available) 11924 1726884971.88598: exiting _queue_task() for managed_node2/set_fact 11924 1726884971.88611: done queuing things up, now waiting for results queue to drain 11924 1726884971.88613: waiting for pending results... 11924 1726884971.88958: running TaskExecutor() for managed_node2/TASK: Apply upper size limit to max usable thin pool space 11924 1726884971.89162: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049bc 11924 1726884971.89166: variable 'ansible_search_path' from source: unknown 11924 1726884971.89182: calling self._execute() 11924 1726884971.89360: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884971.89463: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884971.89468: variable 'omit' from source: magic vars 11924 1726884971.89835: variable 'storage_test_volume' from source: include params 11924 1726884971.89874: Evaluated conditional (storage_test_volume.thin): False 11924 1726884971.89883: when evaluation is False, skipping this task 11924 1726884971.89891: _execute() done 11924 1726884971.89898: dumping result to json 11924 1726884971.89905: done dumping result, returning 11924 1726884971.89920: done running TaskExecutor() for managed_node2/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-f4c0-2290-0000000049bc] 11924 1726884971.89986: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049bc skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884971.90199: no more pending results, returning what we have 11924 1726884971.90203: results queue empty 11924 1726884971.90203: checking for any_errors_fatal 11924 1726884971.90212: done checking for any_errors_fatal 11924 1726884971.90212: checking for max_fail_percentage 11924 1726884971.90214: done checking for max_fail_percentage 11924 1726884971.90215: checking to see if all hosts have failed and the running result is not ok 11924 1726884971.90216: done checking to see if all hosts have failed 11924 1726884971.90216: getting the remaining hosts for this loop 11924 1726884971.90218: done getting the remaining hosts for this loop 11924 1726884971.90223: getting the next task for host managed_node2 11924 1726884971.90234: done getting next task for host managed_node2 11924 1726884971.90236: ^ task is: TASK: Apply lower size limit to max usable thin pool space 11924 1726884971.90244: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884971.90249: getting variables 11924 1726884971.90252: in VariableManager get_vars() 11924 1726884971.90338: Calling all_inventory to load vars for managed_node2 11924 1726884971.90342: Calling groups_inventory to load vars for managed_node2 11924 1726884971.90344: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884971.90490: Calling all_plugins_play to load vars for managed_node2 11924 1726884971.90498: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884971.90509: Calling groups_plugins_play to load vars for managed_node2 11924 1726884971.91028: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049bc 11924 1726884971.91036: WORKER PROCESS EXITING 11924 1726884971.91594: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884971.93217: done with get_vars() 11924 1726884971.93233: done getting variables 11924 1726884971.93294: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:11 -0400 (0:00:00.053) 0:02:17.272 ****** 11924 1726884971.93331: entering _queue_task() for managed_node2/set_fact 11924 1726884971.93989: worker is 1 (out of 1 available) 11924 1726884971.94000: exiting _queue_task() for managed_node2/set_fact 11924 1726884971.94012: done queuing things up, now waiting for results queue to drain 11924 1726884971.94014: waiting for pending results... 11924 1726884971.94141: running TaskExecutor() for managed_node2/TASK: Apply lower size limit to max usable thin pool space 11924 1726884971.94311: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049bd 11924 1726884971.94334: variable 'ansible_search_path' from source: unknown 11924 1726884971.94384: calling self._execute() 11924 1726884971.94563: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884971.94568: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884971.94570: variable 'omit' from source: magic vars 11924 1726884971.94946: variable 'storage_test_volume' from source: include params 11924 1726884971.94988: Evaluated conditional (storage_test_volume.thin): False 11924 1726884971.95014: when evaluation is False, skipping this task 11924 1726884971.95018: _execute() done 11924 1726884971.95061: dumping result to json 11924 1726884971.95065: done dumping result, returning 11924 1726884971.95068: done running TaskExecutor() for managed_node2/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-f4c0-2290-0000000049bd] 11924 1726884971.95071: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049bd 11924 1726884971.95269: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049bd 11924 1726884971.95273: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884971.95440: no more pending results, returning what we have 11924 1726884971.95445: results queue empty 11924 1726884971.95446: checking for any_errors_fatal 11924 1726884971.95454: done checking for any_errors_fatal 11924 1726884971.95457: checking for max_fail_percentage 11924 1726884971.95459: done checking for max_fail_percentage 11924 1726884971.95460: checking to see if all hosts have failed and the running result is not ok 11924 1726884971.95461: done checking to see if all hosts have failed 11924 1726884971.95462: getting the remaining hosts for this loop 11924 1726884971.95464: done getting the remaining hosts for this loop 11924 1726884971.95468: getting the next task for host managed_node2 11924 1726884971.95477: done getting next task for host managed_node2 11924 1726884971.95479: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 11924 1726884971.95486: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884971.95490: getting variables 11924 1726884971.95492: in VariableManager get_vars() 11924 1726884971.95528: Calling all_inventory to load vars for managed_node2 11924 1726884971.95531: Calling groups_inventory to load vars for managed_node2 11924 1726884971.95650: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884971.95663: Calling all_plugins_play to load vars for managed_node2 11924 1726884971.95666: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884971.95670: Calling groups_plugins_play to load vars for managed_node2 11924 1726884971.96337: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884971.97526: done with get_vars() 11924 1726884971.97541: 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 22:16:11 -0400 (0:00:00.042) 0:02:17.315 ****** 11924 1726884971.97627: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884971.98311: worker is 1 (out of 1 available) 11924 1726884971.98322: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884971.98334: done queuing things up, now waiting for results queue to drain 11924 1726884971.98336: waiting for pending results... 11924 1726884971.98861: running TaskExecutor() for managed_node2/TASK: Convert maximum usable thin pool space from int to Size 11924 1726884971.99363: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049be 11924 1726884971.99366: variable 'ansible_search_path' from source: unknown 11924 1726884971.99369: calling self._execute() 11924 1726884971.99371: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884971.99373: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884971.99376: variable 'omit' from source: magic vars 11924 1726884971.99868: variable 'storage_test_volume' from source: include params 11924 1726884971.99919: Evaluated conditional (storage_test_volume.thin): False 11924 1726884971.99928: when evaluation is False, skipping this task 11924 1726884971.99935: _execute() done 11924 1726884971.99942: dumping result to json 11924 1726884971.99953: done dumping result, returning 11924 1726884971.99968: done running TaskExecutor() for managed_node2/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-f4c0-2290-0000000049be] 11924 1726884971.99978: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049be skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884972.00176: no more pending results, returning what we have 11924 1726884972.00180: results queue empty 11924 1726884972.00181: checking for any_errors_fatal 11924 1726884972.00195: done checking for any_errors_fatal 11924 1726884972.00196: checking for max_fail_percentage 11924 1726884972.00200: done checking for max_fail_percentage 11924 1726884972.00202: checking to see if all hosts have failed and the running result is not ok 11924 1726884972.00202: done checking to see if all hosts have failed 11924 1726884972.00203: getting the remaining hosts for this loop 11924 1726884972.00206: done getting the remaining hosts for this loop 11924 1726884972.00211: getting the next task for host managed_node2 11924 1726884972.00221: done getting next task for host managed_node2 11924 1726884972.00225: ^ task is: TASK: Show max thin pool size 11924 1726884972.00234: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884972.00240: getting variables 11924 1726884972.00242: in VariableManager get_vars() 11924 1726884972.00422: Calling all_inventory to load vars for managed_node2 11924 1726884972.00424: Calling groups_inventory to load vars for managed_node2 11924 1726884972.00429: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884972.00442: Calling all_plugins_play to load vars for managed_node2 11924 1726884972.00446: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884972.00449: Calling groups_plugins_play to load vars for managed_node2 11924 1726884972.01019: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049be 11924 1726884972.01023: WORKER PROCESS EXITING 11924 1726884972.01357: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884972.02026: done with get_vars() 11924 1726884972.02040: done getting variables 11924 1726884972.02108: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:12 -0400 (0:00:00.045) 0:02:17.360 ****** 11924 1726884972.02145: entering _queue_task() for managed_node2/debug 11924 1726884972.02768: worker is 1 (out of 1 available) 11924 1726884972.02781: exiting _queue_task() for managed_node2/debug 11924 1726884972.02794: done queuing things up, now waiting for results queue to drain 11924 1726884972.02796: waiting for pending results... 11924 1726884972.03573: running TaskExecutor() for managed_node2/TASK: Show max thin pool size 11924 1726884972.03627: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049bf 11924 1726884972.03650: variable 'ansible_search_path' from source: unknown 11924 1726884972.03738: calling self._execute() 11924 1726884972.03874: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.03885: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.03901: variable 'omit' from source: magic vars 11924 1726884972.04274: variable 'storage_test_volume' from source: include params 11924 1726884972.04311: Evaluated conditional (storage_test_volume.thin): False 11924 1726884972.04323: when evaluation is False, skipping this task 11924 1726884972.04331: _execute() done 11924 1726884972.04338: dumping result to json 11924 1726884972.04345: done dumping result, returning 11924 1726884972.04357: done running TaskExecutor() for managed_node2/TASK: Show max thin pool size [0affc8a3-6f6f-f4c0-2290-0000000049bf] 11924 1726884972.04369: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049bf 11924 1726884972.04484: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049bf 11924 1726884972.04492: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884972.04551: no more pending results, returning what we have 11924 1726884972.04558: results queue empty 11924 1726884972.04559: checking for any_errors_fatal 11924 1726884972.04573: done checking for any_errors_fatal 11924 1726884972.04574: checking for max_fail_percentage 11924 1726884972.04575: done checking for max_fail_percentage 11924 1726884972.04576: checking to see if all hosts have failed and the running result is not ok 11924 1726884972.04577: done checking to see if all hosts have failed 11924 1726884972.04577: getting the remaining hosts for this loop 11924 1726884972.04579: done getting the remaining hosts for this loop 11924 1726884972.04583: getting the next task for host managed_node2 11924 1726884972.04592: done getting next task for host managed_node2 11924 1726884972.04595: ^ task is: TASK: Show volume thin pool size 11924 1726884972.04602: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884972.04610: getting variables 11924 1726884972.04612: in VariableManager get_vars() 11924 1726884972.04651: Calling all_inventory to load vars for managed_node2 11924 1726884972.04654: Calling groups_inventory to load vars for managed_node2 11924 1726884972.04659: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884972.04671: Calling all_plugins_play to load vars for managed_node2 11924 1726884972.04673: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884972.04676: Calling groups_plugins_play to load vars for managed_node2 11924 1726884972.05574: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884972.06244: done with get_vars() 11924 1726884972.06265: done getting variables 11924 1726884972.06337: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:12 -0400 (0:00:00.042) 0:02:17.402 ****** 11924 1726884972.06378: entering _queue_task() for managed_node2/debug 11924 1726884972.06749: worker is 1 (out of 1 available) 11924 1726884972.06959: exiting _queue_task() for managed_node2/debug 11924 1726884972.06971: done queuing things up, now waiting for results queue to drain 11924 1726884972.06973: waiting for pending results... 11924 1726884972.07430: running TaskExecutor() for managed_node2/TASK: Show volume thin pool size 11924 1726884972.07871: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049c0 11924 1726884972.07876: variable 'ansible_search_path' from source: unknown 11924 1726884972.08162: calling self._execute() 11924 1726884972.08183: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.08199: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.08463: variable 'omit' from source: magic vars 11924 1726884972.08931: variable 'storage_test_volume' from source: include params 11924 1726884972.08972: Evaluated conditional (storage_test_volume.thin): False 11924 1726884972.08981: when evaluation is False, skipping this task 11924 1726884972.08989: _execute() done 11924 1726884972.08997: dumping result to json 11924 1726884972.09009: done dumping result, returning 11924 1726884972.09021: done running TaskExecutor() for managed_node2/TASK: Show volume thin pool size [0affc8a3-6f6f-f4c0-2290-0000000049c0] 11924 1726884972.09033: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c0 skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884972.09189: no more pending results, returning what we have 11924 1726884972.09193: results queue empty 11924 1726884972.09193: checking for any_errors_fatal 11924 1726884972.09205: done checking for any_errors_fatal 11924 1726884972.09205: checking for max_fail_percentage 11924 1726884972.09207: done checking for max_fail_percentage 11924 1726884972.09208: checking to see if all hosts have failed and the running result is not ok 11924 1726884972.09208: done checking to see if all hosts have failed 11924 1726884972.09209: getting the remaining hosts for this loop 11924 1726884972.09211: done getting the remaining hosts for this loop 11924 1726884972.09217: getting the next task for host managed_node2 11924 1726884972.09227: done getting next task for host managed_node2 11924 1726884972.09229: ^ task is: TASK: Show test volume size 11924 1726884972.09236: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884972.09241: getting variables 11924 1726884972.09242: in VariableManager get_vars() 11924 1726884972.09283: Calling all_inventory to load vars for managed_node2 11924 1726884972.09286: Calling groups_inventory to load vars for managed_node2 11924 1726884972.09289: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884972.09303: Calling all_plugins_play to load vars for managed_node2 11924 1726884972.09307: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884972.09310: Calling groups_plugins_play to load vars for managed_node2 11924 1726884972.09839: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c0 11924 1726884972.09842: WORKER PROCESS EXITING 11924 1726884972.10039: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884972.10678: done with get_vars() 11924 1726884972.10695: done getting variables 11924 1726884972.10778: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:12 -0400 (0:00:00.044) 0:02:17.447 ****** 11924 1726884972.10816: entering _queue_task() for managed_node2/debug 11924 1726884972.11187: worker is 1 (out of 1 available) 11924 1726884972.11199: exiting _queue_task() for managed_node2/debug 11924 1726884972.11325: done queuing things up, now waiting for results queue to drain 11924 1726884972.11327: waiting for pending results... 11924 1726884972.11550: running TaskExecutor() for managed_node2/TASK: Show test volume size 11924 1726884972.11741: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049c1 11924 1726884972.11769: variable 'ansible_search_path' from source: unknown 11924 1726884972.11811: calling self._execute() 11924 1726884972.11971: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.11974: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.11976: variable 'omit' from source: magic vars 11924 1726884972.12352: variable 'storage_test_volume' from source: include params 11924 1726884972.12391: Evaluated conditional (storage_test_volume.thin): False 11924 1726884972.12458: when evaluation is False, skipping this task 11924 1726884972.12463: _execute() done 11924 1726884972.12465: dumping result to json 11924 1726884972.12467: done dumping result, returning 11924 1726884972.12469: done running TaskExecutor() for managed_node2/TASK: Show test volume size [0affc8a3-6f6f-f4c0-2290-0000000049c1] 11924 1726884972.12472: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c1 11924 1726884972.12624: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c1 skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884972.12687: no more pending results, returning what we have 11924 1726884972.12691: results queue empty 11924 1726884972.12692: checking for any_errors_fatal 11924 1726884972.12702: done checking for any_errors_fatal 11924 1726884972.12703: checking for max_fail_percentage 11924 1726884972.12704: done checking for max_fail_percentage 11924 1726884972.12706: checking to see if all hosts have failed and the running result is not ok 11924 1726884972.12707: done checking to see if all hosts have failed 11924 1726884972.12707: getting the remaining hosts for this loop 11924 1726884972.12709: done getting the remaining hosts for this loop 11924 1726884972.12713: getting the next task for host managed_node2 11924 1726884972.12726: done getting next task for host managed_node2 11924 1726884972.12730: ^ task is: TASK: Establish base value for expected thin pool size 11924 1726884972.12738: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884972.12743: getting variables 11924 1726884972.12745: in VariableManager get_vars() 11924 1726884972.12785: Calling all_inventory to load vars for managed_node2 11924 1726884972.12789: Calling groups_inventory to load vars for managed_node2 11924 1726884972.12792: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884972.12805: Calling all_plugins_play to load vars for managed_node2 11924 1726884972.12808: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884972.12811: Calling groups_plugins_play to load vars for managed_node2 11924 1726884972.13792: WORKER PROCESS EXITING 11924 1726884972.13990: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884972.14595: done with get_vars() 11924 1726884972.14611: done getting variables 11924 1726884972.14673: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:12 -0400 (0:00:00.038) 0:02:17.486 ****** 11924 1726884972.14714: entering _queue_task() for managed_node2/set_fact 11924 1726884972.15135: worker is 1 (out of 1 available) 11924 1726884972.15148: exiting _queue_task() for managed_node2/set_fact 11924 1726884972.15163: done queuing things up, now waiting for results queue to drain 11924 1726884972.15165: waiting for pending results... 11924 1726884972.15398: running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool size 11924 1726884972.15591: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049c2 11924 1726884972.15614: variable 'ansible_search_path' from source: unknown 11924 1726884972.15662: calling self._execute() 11924 1726884972.15828: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.15840: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.15878: variable 'omit' from source: magic vars 11924 1726884972.16307: variable 'storage_test_volume' from source: include params 11924 1726884972.16404: Evaluated conditional (storage_test_volume.thin): False 11924 1726884972.16407: when evaluation is False, skipping this task 11924 1726884972.16409: _execute() done 11924 1726884972.16411: dumping result to json 11924 1726884972.16413: done dumping result, returning 11924 1726884972.16415: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-f4c0-2290-0000000049c2] 11924 1726884972.16417: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c2 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884972.16566: no more pending results, returning what we have 11924 1726884972.16570: results queue empty 11924 1726884972.16571: checking for any_errors_fatal 11924 1726884972.16581: done checking for any_errors_fatal 11924 1726884972.16582: checking for max_fail_percentage 11924 1726884972.16584: done checking for max_fail_percentage 11924 1726884972.16585: checking to see if all hosts have failed and the running result is not ok 11924 1726884972.16586: done checking to see if all hosts have failed 11924 1726884972.16587: getting the remaining hosts for this loop 11924 1726884972.16589: done getting the remaining hosts for this loop 11924 1726884972.16593: getting the next task for host managed_node2 11924 1726884972.16604: done getting next task for host managed_node2 11924 1726884972.16608: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 11924 1726884972.16617: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884972.16622: getting variables 11924 1726884972.16624: in VariableManager get_vars() 11924 1726884972.16778: Calling all_inventory to load vars for managed_node2 11924 1726884972.16781: Calling groups_inventory to load vars for managed_node2 11924 1726884972.16784: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884972.16797: Calling all_plugins_play to load vars for managed_node2 11924 1726884972.16800: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884972.16803: Calling groups_plugins_play to load vars for managed_node2 11924 1726884972.17384: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c2 11924 1726884972.17388: WORKER PROCESS EXITING 11924 1726884972.17614: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884972.18407: done with get_vars() 11924 1726884972.18423: done getting variables 11924 1726884972.18490: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:12 -0400 (0:00:00.038) 0:02:17.524 ****** 11924 1726884972.18525: entering _queue_task() for managed_node2/set_fact 11924 1726884972.18848: worker is 1 (out of 1 available) 11924 1726884972.18862: exiting _queue_task() for managed_node2/set_fact 11924 1726884972.18880: done queuing things up, now waiting for results queue to drain 11924 1726884972.18882: waiting for pending results... 11924 1726884972.19243: running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value 11924 1726884972.19421: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049c3 11924 1726884972.19449: variable 'ansible_search_path' from source: unknown 11924 1726884972.19494: calling self._execute() 11924 1726884972.19631: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.19662: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.19667: variable 'omit' from source: magic vars 11924 1726884972.20058: variable 'storage_test_volume' from source: include params 11924 1726884972.20118: Evaluated conditional (storage_test_volume.thin): False 11924 1726884972.20122: when evaluation is False, skipping this task 11924 1726884972.20125: _execute() done 11924 1726884972.20127: dumping result to json 11924 1726884972.20160: done dumping result, returning 11924 1726884972.20163: done running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-f4c0-2290-0000000049c3] 11924 1726884972.20165: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c3 11924 1726884972.20480: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c3 11924 1726884972.20486: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884972.20649: no more pending results, returning what we have 11924 1726884972.20653: results queue empty 11924 1726884972.20654: checking for any_errors_fatal 11924 1726884972.20664: done checking for any_errors_fatal 11924 1726884972.20665: checking for max_fail_percentage 11924 1726884972.20668: done checking for max_fail_percentage 11924 1726884972.20668: checking to see if all hosts have failed and the running result is not ok 11924 1726884972.20673: done checking to see if all hosts have failed 11924 1726884972.20674: getting the remaining hosts for this loop 11924 1726884972.20676: done getting the remaining hosts for this loop 11924 1726884972.20679: getting the next task for host managed_node2 11924 1726884972.20688: done getting next task for host managed_node2 11924 1726884972.20691: ^ task is: TASK: Establish base value for expected thin pool volume size 11924 1726884972.20698: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884972.20701: getting variables 11924 1726884972.20703: in VariableManager get_vars() 11924 1726884972.20733: Calling all_inventory to load vars for managed_node2 11924 1726884972.20735: Calling groups_inventory to load vars for managed_node2 11924 1726884972.20738: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884972.20747: Calling all_plugins_play to load vars for managed_node2 11924 1726884972.20750: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884972.20760: Calling groups_plugins_play to load vars for managed_node2 11924 1726884972.21372: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884972.22034: done with get_vars() 11924 1726884972.22050: done getting variables 11924 1726884972.22106: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:12 -0400 (0:00:00.036) 0:02:17.560 ****** 11924 1726884972.22139: entering _queue_task() for managed_node2/set_fact 11924 1726884972.22444: worker is 1 (out of 1 available) 11924 1726884972.22457: exiting _queue_task() for managed_node2/set_fact 11924 1726884972.22471: done queuing things up, now waiting for results queue to drain 11924 1726884972.22473: waiting for pending results... 11924 1726884972.22799: running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool volume size 11924 1726884972.22995: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049c4 11924 1726884972.23000: variable 'ansible_search_path' from source: unknown 11924 1726884972.23022: calling self._execute() 11924 1726884972.23158: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.23211: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.23215: variable 'omit' from source: magic vars 11924 1726884972.23586: variable 'storage_test_volume' from source: include params 11924 1726884972.23625: Evaluated conditional (storage_test_volume.thin): False 11924 1726884972.23633: when evaluation is False, skipping this task 11924 1726884972.23647: _execute() done 11924 1726884972.23656: dumping result to json 11924 1726884972.23757: done dumping result, returning 11924 1726884972.23761: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-f4c0-2290-0000000049c4] 11924 1726884972.23764: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c4 11924 1726884972.23835: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c4 11924 1726884972.23840: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884972.23907: no more pending results, returning what we have 11924 1726884972.23912: results queue empty 11924 1726884972.23912: checking for any_errors_fatal 11924 1726884972.23925: done checking for any_errors_fatal 11924 1726884972.23926: checking for max_fail_percentage 11924 1726884972.23928: done checking for max_fail_percentage 11924 1726884972.23929: checking to see if all hosts have failed and the running result is not ok 11924 1726884972.23930: done checking to see if all hosts have failed 11924 1726884972.23930: getting the remaining hosts for this loop 11924 1726884972.23932: done getting the remaining hosts for this loop 11924 1726884972.23936: getting the next task for host managed_node2 11924 1726884972.23949: done getting next task for host managed_node2 11924 1726884972.23951: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 11924 1726884972.23962: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884972.24161: getting variables 11924 1726884972.24163: in VariableManager get_vars() 11924 1726884972.24195: Calling all_inventory to load vars for managed_node2 11924 1726884972.24198: Calling groups_inventory to load vars for managed_node2 11924 1726884972.24201: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884972.24216: Calling all_plugins_play to load vars for managed_node2 11924 1726884972.24220: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884972.24223: Calling groups_plugins_play to load vars for managed_node2 11924 1726884972.24854: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884972.25491: done with get_vars() 11924 1726884972.25507: done getting variables 11924 1726884972.25571: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:12 -0400 (0:00:00.034) 0:02:17.595 ****** 11924 1726884972.25615: entering _queue_task() for managed_node2/set_fact 11924 1726884972.25933: worker is 1 (out of 1 available) 11924 1726884972.25947: exiting _queue_task() for managed_node2/set_fact 11924 1726884972.25964: done queuing things up, now waiting for results queue to drain 11924 1726884972.25965: waiting for pending results... 11924 1726884972.26233: running TaskExecutor() for managed_node2/TASK: Calculate the expected thin pool volume size based on percentage value 11924 1726884972.26438: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049c5 11924 1726884972.26464: variable 'ansible_search_path' from source: unknown 11924 1726884972.26737: calling self._execute() 11924 1726884972.26801: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.26814: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.26831: variable 'omit' from source: magic vars 11924 1726884972.27222: variable 'storage_test_volume' from source: include params 11924 1726884972.27266: Evaluated conditional (storage_test_volume.thin): False 11924 1726884972.27277: when evaluation is False, skipping this task 11924 1726884972.27286: _execute() done 11924 1726884972.27297: dumping result to json 11924 1726884972.27306: done dumping result, returning 11924 1726884972.27317: done running TaskExecutor() for managed_node2/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-f4c0-2290-0000000049c5] 11924 1726884972.27327: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c5 11924 1726884972.27564: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c5 11924 1726884972.27567: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884972.27617: no more pending results, returning what we have 11924 1726884972.27620: results queue empty 11924 1726884972.27621: checking for any_errors_fatal 11924 1726884972.27632: done checking for any_errors_fatal 11924 1726884972.27633: checking for max_fail_percentage 11924 1726884972.27635: done checking for max_fail_percentage 11924 1726884972.27636: checking to see if all hosts have failed and the running result is not ok 11924 1726884972.27637: done checking to see if all hosts have failed 11924 1726884972.27638: getting the remaining hosts for this loop 11924 1726884972.27639: done getting the remaining hosts for this loop 11924 1726884972.27643: getting the next task for host managed_node2 11924 1726884972.27654: done getting next task for host managed_node2 11924 1726884972.27658: ^ task is: TASK: Replace expected volume size with calculated value 11924 1726884972.27666: ^ 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=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884972.27673: getting variables 11924 1726884972.27679: in VariableManager get_vars() 11924 1726884972.27720: Calling all_inventory to load vars for managed_node2 11924 1726884972.27722: Calling groups_inventory to load vars for managed_node2 11924 1726884972.27726: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884972.27737: Calling all_plugins_play to load vars for managed_node2 11924 1726884972.27740: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884972.27743: Calling groups_plugins_play to load vars for managed_node2 11924 1726884972.28532: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884972.29185: done with get_vars() 11924 1726884972.29198: done getting variables 11924 1726884972.29264: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:12 -0400 (0:00:00.036) 0:02:17.631 ****** 11924 1726884972.29303: entering _queue_task() for managed_node2/set_fact 11924 1726884972.29831: worker is 1 (out of 1 available) 11924 1726884972.29849: exiting _queue_task() for managed_node2/set_fact 11924 1726884972.29870: done queuing things up, now waiting for results queue to drain 11924 1726884972.29872: waiting for pending results... 11924 1726884972.30288: running TaskExecutor() for managed_node2/TASK: Replace expected volume size with calculated value 11924 1726884972.30461: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049c6 11924 1726884972.30465: variable 'ansible_search_path' from source: unknown 11924 1726884972.30469: calling self._execute() 11924 1726884972.30613: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.30663: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.30667: variable 'omit' from source: magic vars 11924 1726884972.31086: variable 'storage_test_volume' from source: include params 11924 1726884972.31142: Evaluated conditional (storage_test_volume.thin): False 11924 1726884972.31152: when evaluation is False, skipping this task 11924 1726884972.31167: _execute() done 11924 1726884972.31208: dumping result to json 11924 1726884972.31211: done dumping result, returning 11924 1726884972.31214: done running TaskExecutor() for managed_node2/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-f4c0-2290-0000000049c6] 11924 1726884972.31217: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c6 11924 1726884972.31479: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c6 11924 1726884972.31484: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884972.31546: no more pending results, returning what we have 11924 1726884972.31550: results queue empty 11924 1726884972.31551: checking for any_errors_fatal 11924 1726884972.31566: done checking for any_errors_fatal 11924 1726884972.31568: checking for max_fail_percentage 11924 1726884972.31570: done checking for max_fail_percentage 11924 1726884972.31573: checking to see if all hosts have failed and the running result is not ok 11924 1726884972.31659: done checking to see if all hosts have failed 11924 1726884972.31660: getting the remaining hosts for this loop 11924 1726884972.31662: done getting the remaining hosts for this loop 11924 1726884972.31667: getting the next task for host managed_node2 11924 1726884972.31688: done getting next task for host managed_node2 11924 1726884972.31691: ^ task is: TASK: Show actual size 11924 1726884972.31698: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884972.31702: getting variables 11924 1726884972.31704: in VariableManager get_vars() 11924 1726884972.31747: Calling all_inventory to load vars for managed_node2 11924 1726884972.31750: Calling groups_inventory to load vars for managed_node2 11924 1726884972.31753: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884972.31808: Calling all_plugins_play to load vars for managed_node2 11924 1726884972.31814: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884972.31818: Calling groups_plugins_play to load vars for managed_node2 11924 1726884972.32500: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884972.33135: done with get_vars() 11924 1726884972.33152: done getting variables 11924 1726884972.33226: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:12 -0400 (0:00:00.039) 0:02:17.671 ****** 11924 1726884972.33263: entering _queue_task() for managed_node2/debug 11924 1726884972.33788: worker is 1 (out of 1 available) 11924 1726884972.33799: exiting _queue_task() for managed_node2/debug 11924 1726884972.33811: done queuing things up, now waiting for results queue to drain 11924 1726884972.33814: waiting for pending results... 11924 1726884972.33937: running TaskExecutor() for managed_node2/TASK: Show actual size 11924 1726884972.34095: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049c8 11924 1726884972.34120: variable 'ansible_search_path' from source: unknown 11924 1726884972.34168: calling self._execute() 11924 1726884972.34306: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.34323: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.34340: variable 'omit' from source: magic vars 11924 1726884972.34475: variable 'omit' from source: magic vars 11924 1726884972.34549: variable 'omit' from source: magic vars 11924 1726884972.34595: variable 'omit' from source: magic vars 11924 1726884972.34641: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884972.34798: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884972.34802: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884972.34804: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884972.34807: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884972.34809: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884972.34811: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884972.34907: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884972.34911: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.34915: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.35022: Set connection var ansible_shell_executable to /bin/sh 11924 1726884972.35035: Set connection var ansible_connection to ssh 11924 1726884972.35048: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884972.35060: Set connection var ansible_timeout to 10 11924 1726884972.35123: Set connection var ansible_pipelining to False 11924 1726884972.35126: Set connection var ansible_shell_type to sh 11924 1726884972.35128: variable 'ansible_shell_executable' from source: unknown 11924 1726884972.35130: variable 'ansible_connection' from source: unknown 11924 1726884972.35132: variable 'ansible_module_compression' from source: unknown 11924 1726884972.35134: variable 'ansible_shell_type' from source: unknown 11924 1726884972.35136: variable 'ansible_shell_executable' from source: unknown 11924 1726884972.35145: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.35154: variable 'ansible_pipelining' from source: unknown 11924 1726884972.35164: variable 'ansible_timeout' from source: unknown 11924 1726884972.35172: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.35346: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884972.35371: variable 'omit' from source: magic vars 11924 1726884972.35382: starting attempt loop 11924 1726884972.35450: running the handler 11924 1726884972.35453: variable 'storage_test_actual_size' from source: set_fact 11924 1726884972.35658: variable 'storage_test_actual_size' from source: set_fact 11924 1726884972.35774: handler run complete 11924 1726884972.35818: attempt loop complete, returning result 11924 1726884972.35828: _execute() done 11924 1726884972.35837: dumping result to json 11924 1726884972.35845: done dumping result, returning 11924 1726884972.35865: done running TaskExecutor() for managed_node2/TASK: Show actual size [0affc8a3-6f6f-f4c0-2290-0000000049c8] 11924 1726884972.35876: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c8 ok: [managed_node2] => { "storage_test_actual_size": { "bytes": 5368709120, "changed": false, "failed": false, "lvm": "5g", "parted": "5GiB", "size": "5 GiB" } } 11924 1726884972.36199: no more pending results, returning what we have 11924 1726884972.36205: results queue empty 11924 1726884972.36206: checking for any_errors_fatal 11924 1726884972.36221: done checking for any_errors_fatal 11924 1726884972.36222: checking for max_fail_percentage 11924 1726884972.36225: done checking for max_fail_percentage 11924 1726884972.36226: checking to see if all hosts have failed and the running result is not ok 11924 1726884972.36226: done checking to see if all hosts have failed 11924 1726884972.36227: getting the remaining hosts for this loop 11924 1726884972.36230: done getting the remaining hosts for this loop 11924 1726884972.36236: getting the next task for host managed_node2 11924 1726884972.36248: done getting next task for host managed_node2 11924 1726884972.36251: ^ task is: TASK: Show expected size 11924 1726884972.36264: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884972.36272: getting variables 11924 1726884972.36274: in VariableManager get_vars() 11924 1726884972.36321: Calling all_inventory to load vars for managed_node2 11924 1726884972.36327: Calling groups_inventory to load vars for managed_node2 11924 1726884972.36332: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884972.36344: Calling all_plugins_play to load vars for managed_node2 11924 1726884972.36348: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884972.36468: Calling groups_plugins_play to load vars for managed_node2 11924 1726884972.37552: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c8 11924 1726884972.37561: WORKER PROCESS EXITING 11924 1726884972.37743: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884972.48742: done with get_vars() 11924 1726884972.48846: done getting variables 11924 1726884972.49031: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:12 -0400 (0:00:00.158) 0:02:17.829 ****** 11924 1726884972.49092: entering _queue_task() for managed_node2/debug 11924 1726884972.49738: worker is 1 (out of 1 available) 11924 1726884972.49779: exiting _queue_task() for managed_node2/debug 11924 1726884972.49794: done queuing things up, now waiting for results queue to drain 11924 1726884972.49796: waiting for pending results... 11924 1726884972.50052: running TaskExecutor() for managed_node2/TASK: Show expected size 11924 1726884972.50236: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049c9 11924 1726884972.50266: variable 'ansible_search_path' from source: unknown 11924 1726884972.50317: calling self._execute() 11924 1726884972.50454: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.50561: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.50565: variable 'omit' from source: magic vars 11924 1726884972.50627: variable 'omit' from source: magic vars 11924 1726884972.50732: variable 'omit' from source: magic vars 11924 1726884972.50775: variable 'omit' from source: magic vars 11924 1726884972.50830: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884972.50879: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884972.50914: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884972.50939: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884972.50964: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884972.50986: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884972.51014: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884972.51061: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884972.51160: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.51164: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.51218: Set connection var ansible_shell_executable to /bin/sh 11924 1726884972.51236: Set connection var ansible_connection to ssh 11924 1726884972.51246: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884972.51264: Set connection var ansible_timeout to 10 11924 1726884972.51275: Set connection var ansible_pipelining to False 11924 1726884972.51283: Set connection var ansible_shell_type to sh 11924 1726884972.51311: variable 'ansible_shell_executable' from source: unknown 11924 1726884972.51318: variable 'ansible_connection' from source: unknown 11924 1726884972.51323: variable 'ansible_module_compression' from source: unknown 11924 1726884972.51329: variable 'ansible_shell_type' from source: unknown 11924 1726884972.51335: variable 'ansible_shell_executable' from source: unknown 11924 1726884972.51340: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.51346: variable 'ansible_pipelining' from source: unknown 11924 1726884972.51351: variable 'ansible_timeout' from source: unknown 11924 1726884972.51359: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.51578: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884972.51595: variable 'omit' from source: magic vars 11924 1726884972.51604: starting attempt loop 11924 1726884972.51861: running the handler 11924 1726884972.51864: variable 'storage_test_expected_size' from source: set_fact 11924 1726884972.52136: variable 'storage_test_expected_size' from source: set_fact 11924 1726884972.52165: handler run complete 11924 1726884972.52185: attempt loop complete, returning result 11924 1726884972.52188: _execute() done 11924 1726884972.52191: dumping result to json 11924 1726884972.52251: done dumping result, returning 11924 1726884972.52262: done running TaskExecutor() for managed_node2/TASK: Show expected size [0affc8a3-6f6f-f4c0-2290-0000000049c9] 11924 1726884972.52269: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c9 11924 1726884972.52367: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049c9 11924 1726884972.52370: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_test_expected_size": "5368709120" } 11924 1726884972.52422: no more pending results, returning what we have 11924 1726884972.52426: results queue empty 11924 1726884972.52427: checking for any_errors_fatal 11924 1726884972.52450: done checking for any_errors_fatal 11924 1726884972.52452: checking for max_fail_percentage 11924 1726884972.52454: done checking for max_fail_percentage 11924 1726884972.52464: checking to see if all hosts have failed and the running result is not ok 11924 1726884972.52464: done checking to see if all hosts have failed 11924 1726884972.52466: getting the remaining hosts for this loop 11924 1726884972.52468: done getting the remaining hosts for this loop 11924 1726884972.52473: getting the next task for host managed_node2 11924 1726884972.52483: done getting next task for host managed_node2 11924 1726884972.52487: ^ task is: TASK: Assert expected size is actual size 11924 1726884972.52501: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884972.52508: getting variables 11924 1726884972.52510: in VariableManager get_vars() 11924 1726884972.52683: Calling all_inventory to load vars for managed_node2 11924 1726884972.52687: Calling groups_inventory to load vars for managed_node2 11924 1726884972.52690: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884972.52702: Calling all_plugins_play to load vars for managed_node2 11924 1726884972.52705: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884972.52708: Calling groups_plugins_play to load vars for managed_node2 11924 1726884972.53659: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884972.54675: done with get_vars() 11924 1726884972.54725: done getting variables 11924 1726884972.54785: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Assert 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 22:16:12 -0400 (0:00:00.057) 0:02:17.887 ****** 11924 1726884972.54825: entering _queue_task() for managed_node2/assert 11924 1726884972.55323: worker is 1 (out of 1 available) 11924 1726884972.55362: exiting _queue_task() for managed_node2/assert 11924 1726884972.55373: done queuing things up, now waiting for results queue to drain 11924 1726884972.55375: waiting for pending results... 11924 1726884972.55667: running TaskExecutor() for managed_node2/TASK: Assert expected size is actual size 11924 1726884972.55875: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049ca 11924 1726884972.55889: variable 'ansible_search_path' from source: unknown 11924 1726884972.55922: calling self._execute() 11924 1726884972.56095: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.56099: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.56262: variable 'omit' from source: magic vars 11924 1726884972.57191: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884972.60224: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884972.60302: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884972.60338: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884972.60374: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884972.60407: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884972.60536: variable '_storage_test_volume_present' from source: set_fact 11924 1726884972.60554: Evaluated conditional (_storage_test_volume_present | bool): True 11924 1726884972.60707: variable 'storage_test_volume' from source: include params 11924 1726884972.60745: Evaluated conditional (storage_test_volume.type == "lvm"): True 11924 1726884972.60751: variable 'omit' from source: magic vars 11924 1726884972.60832: variable 'omit' from source: magic vars 11924 1726884972.61218: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884972.61248: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884972.61332: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884972.61377: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884972.61392: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884972.61490: variable 'storage_test_volume' from source: include params 11924 1726884972.61503: variable 'storage_test_expected_size' from source: set_fact 11924 1726884972.61506: variable 'storage_test_actual_size' from source: set_fact 11924 1726884972.61613: variable 'omit' from source: magic vars 11924 1726884972.61616: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884972.61619: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884972.61628: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884972.61651: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884972.61663: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884972.61683: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884972.61697: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884972.61736: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884972.61740: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.61744: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.62065: Set connection var ansible_shell_executable to /bin/sh 11924 1726884972.62069: Set connection var ansible_connection to ssh 11924 1726884972.62071: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884972.62074: Set connection var ansible_timeout to 10 11924 1726884972.62076: Set connection var ansible_pipelining to False 11924 1726884972.62079: Set connection var ansible_shell_type to sh 11924 1726884972.62082: variable 'ansible_shell_executable' from source: unknown 11924 1726884972.62084: variable 'ansible_connection' from source: unknown 11924 1726884972.62087: variable 'ansible_module_compression' from source: unknown 11924 1726884972.62089: variable 'ansible_shell_type' from source: unknown 11924 1726884972.62092: variable 'ansible_shell_executable' from source: unknown 11924 1726884972.62095: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.62097: variable 'ansible_pipelining' from source: unknown 11924 1726884972.62100: variable 'ansible_timeout' from source: unknown 11924 1726884972.62103: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.62106: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884972.62110: variable 'omit' from source: magic vars 11924 1726884972.62112: starting attempt loop 11924 1726884972.62116: running the handler 11924 1726884972.62362: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884972.62366: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884972.62368: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884972.62409: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884972.62434: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884972.62598: variable 'storage_test_expected_size' from source: set_fact 11924 1726884972.62609: variable 'storage_test_actual_size' from source: set_fact 11924 1726884972.62630: Evaluated conditional ((storage_test_expected_size | int - storage_test_actual_size.bytes) | abs / storage_test_expected_size | int < 0.04): True 11924 1726884972.62642: handler run complete 11924 1726884972.62667: attempt loop complete, returning result 11924 1726884972.62675: _execute() done 11924 1726884972.62683: dumping result to json 11924 1726884972.62691: done dumping result, returning 11924 1726884972.62715: done running TaskExecutor() for managed_node2/TASK: Assert expected size is actual size [0affc8a3-6f6f-f4c0-2290-0000000049ca] 11924 1726884972.62728: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049ca 11924 1726884972.63065: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049ca 11924 1726884972.63069: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884972.63119: no more pending results, returning what we have 11924 1726884972.63122: results queue empty 11924 1726884972.63123: checking for any_errors_fatal 11924 1726884972.63130: done checking for any_errors_fatal 11924 1726884972.63131: checking for max_fail_percentage 11924 1726884972.63133: done checking for max_fail_percentage 11924 1726884972.63134: checking to see if all hosts have failed and the running result is not ok 11924 1726884972.63135: done checking to see if all hosts have failed 11924 1726884972.63136: getting the remaining hosts for this loop 11924 1726884972.63138: done getting the remaining hosts for this loop 11924 1726884972.63141: getting the next task for host managed_node2 11924 1726884972.63156: done getting next task for host managed_node2 11924 1726884972.63160: ^ task is: TASK: Get information about the LV 11924 1726884972.63166: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884972.63171: getting variables 11924 1726884972.63173: in VariableManager get_vars() 11924 1726884972.63217: Calling all_inventory to load vars for managed_node2 11924 1726884972.63221: Calling groups_inventory to load vars for managed_node2 11924 1726884972.63225: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884972.63236: Calling all_plugins_play to load vars for managed_node2 11924 1726884972.63240: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884972.63243: Calling groups_plugins_play to load vars for managed_node2 11924 1726884972.64045: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884972.64677: done with get_vars() 11924 1726884972.64697: done getting variables 11924 1726884972.64763: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:12 -0400 (0:00:00.099) 0:02:17.986 ****** 11924 1726884972.64800: entering _queue_task() for managed_node2/command 11924 1726884972.65122: worker is 1 (out of 1 available) 11924 1726884972.65135: exiting _queue_task() for managed_node2/command 11924 1726884972.65149: done queuing things up, now waiting for results queue to drain 11924 1726884972.65150: waiting for pending results... 11924 1726884972.65561: running TaskExecutor() for managed_node2/TASK: Get information about the LV 11924 1726884972.65843: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049d1 11924 1726884972.65903: variable 'ansible_search_path' from source: unknown 11924 1726884972.65945: calling self._execute() 11924 1726884972.66090: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.66103: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.66127: variable 'omit' from source: magic vars 11924 1726884972.66617: variable 'storage_test_volume' from source: include params 11924 1726884972.66654: variable '_storage_test_volume_present' from source: set_fact 11924 1726884972.66680: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884972.66691: variable 'omit' from source: magic vars 11924 1726884972.66781: variable 'omit' from source: magic vars 11924 1726884972.66988: variable 'storage_test_pool' from source: include params 11924 1726884972.66992: variable 'storage_test_volume' from source: include params 11924 1726884972.67018: variable 'omit' from source: magic vars 11924 1726884972.67071: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884972.67123: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884972.67151: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884972.67176: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884972.67193: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884972.67222: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884972.67242: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884972.67317: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884972.67321: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.67324: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.67429: Set connection var ansible_shell_executable to /bin/sh 11924 1726884972.67438: Set connection var ansible_connection to ssh 11924 1726884972.67449: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884972.67532: Set connection var ansible_timeout to 10 11924 1726884972.67536: Set connection var ansible_pipelining to False 11924 1726884972.67539: Set connection var ansible_shell_type to sh 11924 1726884972.67542: variable 'ansible_shell_executable' from source: unknown 11924 1726884972.67544: variable 'ansible_connection' from source: unknown 11924 1726884972.67546: variable 'ansible_module_compression' from source: unknown 11924 1726884972.67548: variable 'ansible_shell_type' from source: unknown 11924 1726884972.67551: variable 'ansible_shell_executable' from source: unknown 11924 1726884972.67553: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884972.67558: variable 'ansible_pipelining' from source: unknown 11924 1726884972.67561: variable 'ansible_timeout' from source: unknown 11924 1726884972.67563: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884972.67716: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884972.67735: variable 'omit' from source: magic vars 11924 1726884972.67750: starting attempt loop 11924 1726884972.67760: running the handler 11924 1726884972.67782: _low_level_execute_command(): starting 11924 1726884972.67796: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884972.68777: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884972.68816: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884972.68820: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884972.68906: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884972.69101: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884972.69106: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884972.69109: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884972.69111: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884972.69166: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884972.71008: stdout chunk (state=3): >>>/root <<< 11924 1726884972.71058: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884972.71064: stdout chunk (state=3): >>><<< 11924 1726884972.71076: stderr chunk (state=3): >>><<< 11924 1726884972.71104: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884972.71122: _low_level_execute_command(): starting 11924 1726884972.71126: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884972.7110639-18252-95714358596670 `" && echo ansible-tmp-1726884972.7110639-18252-95714358596670="` echo /root/.ansible/tmp/ansible-tmp-1726884972.7110639-18252-95714358596670 `" ) && sleep 0' 11924 1726884972.71765: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884972.71768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884972.71771: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884972.71772: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884972.71774: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884972.71778: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884972.71908: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884972.71979: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884972.72035: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884972.73971: stdout chunk (state=3): >>>ansible-tmp-1726884972.7110639-18252-95714358596670=/root/.ansible/tmp/ansible-tmp-1726884972.7110639-18252-95714358596670 <<< 11924 1726884972.74121: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884972.74125: stdout chunk (state=3): >>><<< 11924 1726884972.74127: stderr chunk (state=3): >>><<< 11924 1726884972.74361: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884972.7110639-18252-95714358596670=/root/.ansible/tmp/ansible-tmp-1726884972.7110639-18252-95714358596670 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884972.74364: variable 'ansible_module_compression' from source: unknown 11924 1726884972.74367: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884972.74370: variable 'ansible_facts' from source: unknown 11924 1726884972.74390: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884972.7110639-18252-95714358596670/AnsiballZ_command.py 11924 1726884972.74682: Sending initial data 11924 1726884972.74686: Sent initial data (155 bytes) 11924 1726884972.75175: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884972.75186: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884972.75196: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884972.75210: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884972.75269: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884972.75307: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884972.75319: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884972.75334: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884972.75425: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884972.77049: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884972.77132: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884972.77199: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpqh2ifja4 /root/.ansible/tmp/ansible-tmp-1726884972.7110639-18252-95714358596670/AnsiballZ_command.py <<< 11924 1726884972.77204: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884972.7110639-18252-95714358596670/AnsiballZ_command.py" <<< 11924 1726884972.77256: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpqh2ifja4" to remote "/root/.ansible/tmp/ansible-tmp-1726884972.7110639-18252-95714358596670/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884972.7110639-18252-95714358596670/AnsiballZ_command.py" <<< 11924 1726884972.78219: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884972.78262: stderr chunk (state=3): >>><<< 11924 1726884972.78267: stdout chunk (state=3): >>><<< 11924 1726884972.78273: done transferring module to remote 11924 1726884972.78364: _low_level_execute_command(): starting 11924 1726884972.78368: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884972.7110639-18252-95714358596670/ /root/.ansible/tmp/ansible-tmp-1726884972.7110639-18252-95714358596670/AnsiballZ_command.py && sleep 0' 11924 1726884972.78930: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884972.78948: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884972.78970: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884972.78989: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884972.79036: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884972.79100: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884972.79124: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884972.79154: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884972.79223: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884972.81362: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884972.81366: stdout chunk (state=3): >>><<< 11924 1726884972.81369: stderr chunk (state=3): >>><<< 11924 1726884972.81371: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884972.81374: _low_level_execute_command(): starting 11924 1726884972.81376: _low_level_execute_command(): using become for this command 11924 1726884972.81378: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-xcieumosjpurysmicmcbnqkiyiurjtvw ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884972.7110639-18252-95714358596670/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884972.81478: Initial state: awaiting_escalation: BECOME-SUCCESS-xcieumosjpurysmicmcbnqkiyiurjtvw 11924 1726884972.81808: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884972.81858: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884972.81870: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884972.81894: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884972.81950: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884972.81959: stderr chunk (state=1): >>>debug2: match not found <<< 11924 1726884972.81971: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884972.82085: stderr chunk (state=1): >>>debug1: configuration requests final Match pass <<< 11924 1726884972.82312: stderr chunk (state=1): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884972.82315: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884972.82318: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884972.82332: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884972.82358: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884972.82445: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884972.85542: stdout chunk (state=1): >>>BECOME-SUCCESS-xcieumosjpurysmicmcbnqkiyiurjtvw <<< 11924 1726884972.85546: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-xcieumosjpurysmicmcbnqkiyiurjtvw' 11924 1726884972.85730: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884972.85761: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884972.85777: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884972.85795: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884972.86061: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884972.86066: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884972.86069: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 11924 1726884972.86071: stdout chunk (state=3): >>># installing zipimport hook <<< 11924 1726884972.86073: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884972.86080: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # <<< 11924 1726884972.86099: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884972.86124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884972.86139: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a4183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a3e7a10> <<< 11924 1726884972.86222: 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 0x7f645a41a960> import '_signal' # import '_abc' # <<< 11924 1726884972.86264: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884972.86269: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884972.86561: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884972.86564: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884972.86565: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884972.86567: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884972.86569: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884972.86571: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884972.86573: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884972.86574: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884972.86576: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884972.86578: 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 <<< 11924 1726884972.86579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884972.86581: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a22cfe0> <<< 11924 1726884972.86614: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884972.86628: 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 0x7f645a22dfd0> <<< 11924 1726884972.86652: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884972.86688: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884972.86935: 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' <<< 11924 1726884972.86943: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884972.86969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884972.86976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884972.87031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884972.87038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884972.87083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a273e00> <<< 11924 1726884972.87126: 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' <<< 11924 1726884972.87173: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a273ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884972.87195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884972.87225: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884972.87280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884972.87375: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884972.87378: 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' <<< 11924 1726884972.87380: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884972.87382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 11924 1726884972.87386: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2a3ec0> <<< 11924 1726884972.87387: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884972.87435: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a283ad0> <<< 11924 1726884972.87437: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884972.87465: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2811f0> <<< 11924 1726884972.87554: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a270fb0> <<< 11924 1726884972.87589: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884972.87608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884972.87638: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884972.87656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884972.87688: 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' <<< 11924 1726884972.87727: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2c7800> <<< 11924 1726884972.87740: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2c6420> <<< 11924 1726884972.87771: 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 0x7f645a2821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2c4c20> <<< 11924 1726884972.87829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884972.87851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a270230> <<< 11924 1726884972.87866: 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' <<< 11924 1726884972.87891: 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 0x7f645a2f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2f8bc0> <<< 11924 1726884972.87937: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884972.87975: 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 0x7f645a2f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a266d50> <<< 11924 1726884972.87978: 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' <<< 11924 1726884972.88003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884972.88049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884972.88052: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2f9610> <<< 11924 1726884972.88102: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2f92e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 11924 1726884972.88132: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2fa510> <<< 11924 1726884972.88157: 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 <<< 11924 1726884972.88198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884972.88232: 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 0x7f645a310710> import 'errno' # <<< 11924 1726884972.88276: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884972.88305: 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 0x7f645a311df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884972.88340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884972.88343: 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' <<< 11924 1726884972.88386: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a312c90> <<< 11924 1726884972.88389: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884972.88433: 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 0x7f645a3132f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a3121e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884972.88436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884972.88485: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884972.88488: 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 0x7f645a313d70> <<< 11924 1726884972.88503: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a3134a0> <<< 11924 1726884972.88540: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2fa540> <<< 11924 1726884972.88551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884972.88586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884972.88602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884972.88627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884972.88668: 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' <<< 11924 1726884972.88673: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a0dfc50> <<< 11924 1726884972.88733: 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' <<< 11924 1726884972.88739: 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' <<< 11924 1726884972.88741: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a108770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a1084d0> <<< 11924 1726884972.88793: 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 0x7f645a1087a0> <<< 11924 1726884972.88800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884972.88803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884972.88864: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884972.88990: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a1090d0> <<< 11924 1726884972.89125: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884972.89128: 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 0x7f645a109ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a108980> <<< 11924 1726884972.89207: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a0dddf0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884972.89210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884972.89251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a10aea0> <<< 11924 1726884972.89254: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a109be0> <<< 11924 1726884972.89271: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2fac30> <<< 11924 1726884972.89295: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884972.89517: 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 0x7f645a1371a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884972.89522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884972.89524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884972.89544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884972.89589: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a15f590> <<< 11924 1726884972.89651: 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' <<< 11924 1726884972.89983: 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 0x7f645a1b8350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a1baab0> <<< 11924 1726884972.90007: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a1b8470> <<< 11924 1726884972.90038: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a185370> <<< 11924 1726884972.90073: 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 0x7f6459fbd460> <<< 11924 1726884972.90097: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a15e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a10bda0> <<< 11924 1726884972.90201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884972.90223: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f645a15e990> <<< 11924 1726884972.90375: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_q_49llyz/ansible_ansible.legacy.command_payload.zip' <<< 11924 1726884972.90396: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884972.90506: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884972.90568: 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' <<< 11924 1726884972.90590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884972.90666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884972.90705: 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' <<< 11924 1726884972.90718: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a00f260> import '_typing' # <<< 11924 1726884972.90972: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459ff6150> <<< 11924 1726884972.90975: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459ff52b0> # zipimport: zlib available <<< 11924 1726884972.90995: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884972.92386: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884972.93485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884972.93517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a00d550> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884972.93543: 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' <<< 11924 1726884972.93578: 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' <<< 11924 1726884972.93662: 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 0x7f645a03aba0> <<< 11924 1726884972.93666: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a03a930> <<< 11924 1726884972.93816: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a03a240> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884972.93820: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a03a690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2829c0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a03b860> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884972.93835: 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 0x7f645a03baa0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884972.93894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884972.93897: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884972.93935: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a03bfe0> import 'pwd' # <<< 11924 1726884972.93985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884972.94283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459919d90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645991b9b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645991c290> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645991d400> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884972.94326: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645991fe30> <<< 11924 1726884972.94366: 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 0x7f645a1baa20> <<< 11924 1726884972.94386: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645991e150> <<< 11924 1726884972.94410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884972.94426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884972.94468: 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' <<< 11924 1726884972.94480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884972.94506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884972.94541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884972.94559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459927e30> import '_tokenize' # <<< 11924 1726884972.94646: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459926900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459926660> <<< 11924 1726884972.94651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884972.94665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884972.94728: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459926bd0> <<< 11924 1726884972.94762: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645991e630> <<< 11924 1726884972.94779: 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 0x7f645996ba70> <<< 11924 1726884972.94847: 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 0x7f645996c0b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 11924 1726884972.94874: 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' <<< 11924 1726884972.94948: 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 0x7f645996dcd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645996da90> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884972.95046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884972.95108: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6459970200> <<< 11924 1726884972.95124: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645996e360> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884972.95268: 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 0x7f64599739e0> <<< 11924 1726884972.95373: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64599703b0> <<< 11924 1726884972.95428: stdout 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 0x7f64599747d0> <<< 11924 1726884972.95451: stdout 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 0x7f6459974c50> <<< 11924 1726884972.95498: stdout 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 0x7f6459974ce0> <<< 11924 1726884972.95590: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645996c3e0> <<< 11924 1726884972.95616: 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' <<< 11924 1726884972.95636: 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 0x7f6459800320> <<< 11924 1726884972.95785: 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 0x7f64598017f0> <<< 11924 1726884972.95805: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459976ab0> <<< 11924 1726884972.95886: 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 0x7f6459977e60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64599766c0> # zipimport: zlib available <<< 11924 1726884972.95902: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884972.95969: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884972.96082: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884972.96086: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884972.96137: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884972.96258: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884972.96261: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884972.96368: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884972.96911: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884972.97470: 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' # <<< 11924 1726884972.97593: 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 0x7f64598058b0> <<< 11924 1726884972.97630: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884972.97656: 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 0x7f64598066c0> <<< 11924 1726884972.97672: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459801940> <<< 11924 1726884972.97719: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884972.97812: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884972.97922: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884972.98078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884972.98104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459806660> # zipimport: zlib available <<< 11924 1726884972.98779: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884972.99012: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884972.99092: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884972.99152: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884972.99199: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884972.99232: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884972.99259: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884972.99312: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884972.99403: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884972.99434: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884972.99485: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884972.99666: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884972.99776: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884973.00004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884973.00107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884973.00141: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64598078c0> <<< 11924 1726884973.00161: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884973.00225: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884973.00312: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884973.00336: 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 <<< 11924 1726884973.00571: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884973.00580: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884973.00649: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884973.00688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884973.00781: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64598122d0> <<< 11924 1726884973.00809: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645980f260> <<< 11924 1726884973.00847: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884973.00850: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884973.00962: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884973.00979: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884973.01008: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884973.01081: stdout chunk (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 <<< 11924 1726884973.01110: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884973.01163: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884973.01188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884973.01259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884973.01275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884973.01281: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a08ab70> <<< 11924 1726884973.01312: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a06e840> <<< 11924 1726884973.01470: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64598123c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459975af0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884973.01504: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884973.01526: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884973.01560: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884973.01564: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884973.01567: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 11924 1726884973.01614: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884973.01674: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884973.01786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884973.01835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884973.01968: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64598a4a40> # zipimport: zlib available <<< 11924 1726884973.05285: stdout chunk (state=3): >>> {"changed": true, "stdout": " LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-a----- 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", "foo/test1"], "start": "2024-09-20 22:16:13.019639", "end": "2024-09-20 22:16:13.051772", "delta": "0:00:00.032133", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype foo/test1\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}}} <<< 11924 1726884973.05319: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884973.06099: 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 # cleanup[2] removing glob # destroy glob <<< 11924 1726884973.06190: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884973.06204: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884973.06229: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884973.06236: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884973.06262: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 11924 1726884973.06268: stdout chunk (state=3): >>># destroy ipaddress <<< 11924 1726884973.06427: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno <<< 11924 1726884973.06432: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884973.06454: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884973.06476: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884973.06531: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884973.06537: 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 <<< 11924 1726884973.06603: 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 <<< 11924 1726884973.06608: 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 <<< 11924 1726884973.06616: 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 <<< 11924 1726884973.06776: stdout chunk (state=3): >>># cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884973.06815: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884973.06823: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884973.06830: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884973.06885: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884973.06892: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884973.06928: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884973.07000: 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 <<< 11924 1726884973.07076: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 11924 1726884973.07085: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884973.07109: stdout chunk (state=3): >>># destroy _hashlib <<< 11924 1726884973.07117: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 11924 1726884973.07137: stdout chunk (state=3): >>># destroy itertools <<< 11924 1726884973.07178: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884973.07969: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884973.07973: stdout chunk (state=3): >>><<< 11924 1726884973.07975: stderr chunk (state=3): >>><<< 11924 1726884973.07990: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a4183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a3e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a41a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a22cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a22dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a273e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a273ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a283ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a270fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2c4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2f8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a270230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a2f8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2f8bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a2f8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a266d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2f9610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2f92e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2fa510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a310710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a311df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a312c90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a3132f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a3121e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a313d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a3134a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2fa540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a0dfc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a108770> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a1084d0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a1087a0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a1090d0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a109ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a108980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a0dddf0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a10aea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a109be0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2fac30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a1371a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a15f590> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a1b8350> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a1baab0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a1b8470> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a185370> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459fbd460> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a15e390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a10bda0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f645a15e990> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_q_49llyz/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 0x7f645a00f260> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459ff6150> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459ff52b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a00d550> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a03aba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a03a930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a03a240> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a03a690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a2829c0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a03b860> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a03baa0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a03bfe0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459919d90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645991b9b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645991c290> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645991d400> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645991fe30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645a1baa20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645991e150> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459927e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459926900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459926660> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459926bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645991e630> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645996ba70> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645996c0b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f645996dcd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645996da90> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6459970200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645996e360> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64599739e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64599703b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64599747d0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6459974c50> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6459974ce0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645996c3e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6459800320> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64598017f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459976ab0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6459977e60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64599766c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64598058b0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64598066c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459801940> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459806660> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64598078c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f64598122d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645980f260> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a08ab70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f645a06e840> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f64598123c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6459975af0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f64598a4a40> # zipimport: zlib available {"changed": true, "stdout": " LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-a----- 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", "foo/test1"], "start": "2024-09-20 22:16:13.019639", "end": "2024-09-20 22:16:13.051772", "delta": "0:00:00.032133", "msg": "", "invocation": {"module_args": {"_raw_params": "lvs --noheadings --nameprefixes --units=b --nosuffix --unquoted -o name,attr,cache_total_blocks,chunk_size,segtype foo/test1\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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884973.09133: 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 foo/test1\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-1726884972.7110639-18252-95714358596670/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884973.09136: _low_level_execute_command(): starting 11924 1726884973.09139: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884972.7110639-18252-95714358596670/ > /dev/null 2>&1 && sleep 0' 11924 1726884973.10047: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884973.11854: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884973.11861: stderr chunk (state=3): >>><<< 11924 1726884973.11864: stdout chunk (state=3): >>><<< 11924 1726884973.11996: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884973.12000: handler run complete 11924 1726884973.12029: Evaluated conditional (False): False 11924 1726884973.12039: attempt loop complete, returning result 11924 1726884973.12042: _execute() done 11924 1726884973.12044: dumping result to json 11924 1726884973.12050: done dumping result, returning 11924 1726884973.12063: done running TaskExecutor() for managed_node2/TASK: Get information about the LV [0affc8a3-6f6f-f4c0-2290-0000000049d1] 11924 1726884973.12068: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049d1 11924 1726884973.12461: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049d1 11924 1726884973.12465: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "lvs", "--noheadings", "--nameprefixes", "--units=b", "--nosuffix", "--unquoted", "-o", "name,attr,cache_total_blocks,chunk_size,segtype", "foo/test1" ], "delta": "0:00:00.032133", "end": "2024-09-20 22:16:13.051772", "rc": 0, "start": "2024-09-20 22:16:13.019639" } STDOUT: LVM2_LV_NAME=test1 LVM2_LV_ATTR=-wi-a----- LVM2_CACHE_TOTAL_BLOCKS= LVM2_CHUNK_SIZE=0 LVM2_SEGTYPE=linear 11924 1726884973.12549: no more pending results, returning what we have 11924 1726884973.12552: results queue empty 11924 1726884973.12553: checking for any_errors_fatal 11924 1726884973.12564: done checking for any_errors_fatal 11924 1726884973.12565: checking for max_fail_percentage 11924 1726884973.12567: done checking for max_fail_percentage 11924 1726884973.12568: checking to see if all hosts have failed and the running result is not ok 11924 1726884973.12569: done checking to see if all hosts have failed 11924 1726884973.12570: getting the remaining hosts for this loop 11924 1726884973.12572: done getting the remaining hosts for this loop 11924 1726884973.12575: getting the next task for host managed_node2 11924 1726884973.12586: done getting next task for host managed_node2 11924 1726884973.12588: ^ task is: TASK: Set LV segment type 11924 1726884973.12595: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884973.12600: getting variables 11924 1726884973.12602: in VariableManager get_vars() 11924 1726884973.12640: Calling all_inventory to load vars for managed_node2 11924 1726884973.12643: Calling groups_inventory to load vars for managed_node2 11924 1726884973.12646: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884973.12764: Calling all_plugins_play to load vars for managed_node2 11924 1726884973.12769: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884973.12773: Calling groups_plugins_play to load vars for managed_node2 11924 1726884973.13861: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884973.15195: done with get_vars() 11924 1726884973.15215: done getting variables 11924 1726884973.15331: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:13 -0400 (0:00:00.505) 0:02:18.492 ****** 11924 1726884973.15372: entering _queue_task() for managed_node2/set_fact 11924 1726884973.15849: worker is 1 (out of 1 available) 11924 1726884973.15863: exiting _queue_task() for managed_node2/set_fact 11924 1726884973.15879: done queuing things up, now waiting for results queue to drain 11924 1726884973.15880: waiting for pending results... 11924 1726884973.16100: running TaskExecutor() for managed_node2/TASK: Set LV segment type 11924 1726884973.16325: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049d2 11924 1726884973.16329: variable 'ansible_search_path' from source: unknown 11924 1726884973.16331: calling self._execute() 11924 1726884973.16471: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.16482: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.16554: variable 'omit' from source: magic vars 11924 1726884973.17019: variable 'storage_test_volume' from source: include params 11924 1726884973.17057: variable '_storage_test_volume_present' from source: set_fact 11924 1726884973.17077: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884973.17089: variable 'omit' from source: magic vars 11924 1726884973.17177: variable 'omit' from source: magic vars 11924 1726884973.17426: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884973.20080: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884973.20179: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884973.20260: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884973.20263: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884973.20279: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884973.20392: variable 'lvs' from source: set_fact 11924 1726884973.20490: variable 'omit' from source: magic vars 11924 1726884973.20534: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884973.20568: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884973.20591: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884973.20616: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884973.20659: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884973.20663: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884973.20680: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884973.20716: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884973.20788: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.20833: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.20939: Set connection var ansible_shell_executable to /bin/sh 11924 1726884973.20958: Set connection var ansible_connection to ssh 11924 1726884973.20974: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884973.20983: Set connection var ansible_timeout to 10 11924 1726884973.20992: Set connection var ansible_pipelining to False 11924 1726884973.21000: Set connection var ansible_shell_type to sh 11924 1726884973.21056: variable 'ansible_shell_executable' from source: unknown 11924 1726884973.21060: variable 'ansible_connection' from source: unknown 11924 1726884973.21062: variable 'ansible_module_compression' from source: unknown 11924 1726884973.21064: variable 'ansible_shell_type' from source: unknown 11924 1726884973.21066: variable 'ansible_shell_executable' from source: unknown 11924 1726884973.21068: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.21070: variable 'ansible_pipelining' from source: unknown 11924 1726884973.21077: variable 'ansible_timeout' from source: unknown 11924 1726884973.21162: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.21237: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884973.21275: variable 'omit' from source: magic vars 11924 1726884973.21285: starting attempt loop 11924 1726884973.21295: running the handler 11924 1726884973.21311: handler run complete 11924 1726884973.21325: attempt loop complete, returning result 11924 1726884973.21333: _execute() done 11924 1726884973.21339: dumping result to json 11924 1726884973.21346: done dumping result, returning 11924 1726884973.21378: done running TaskExecutor() for managed_node2/TASK: Set LV segment type [0affc8a3-6f6f-f4c0-2290-0000000049d2] 11924 1726884973.21381: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049d2 11924 1726884973.21763: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049d2 11924 1726884973.21767: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_lv_segtype": [ "linear" ] }, "changed": false } 11924 1726884973.21821: no more pending results, returning what we have 11924 1726884973.21824: results queue empty 11924 1726884973.21825: checking for any_errors_fatal 11924 1726884973.21837: done checking for any_errors_fatal 11924 1726884973.21837: checking for max_fail_percentage 11924 1726884973.21839: done checking for max_fail_percentage 11924 1726884973.21840: checking to see if all hosts have failed and the running result is not ok 11924 1726884973.21841: done checking to see if all hosts have failed 11924 1726884973.21842: getting the remaining hosts for this loop 11924 1726884973.21843: done getting the remaining hosts for this loop 11924 1726884973.21847: getting the next task for host managed_node2 11924 1726884973.21856: done getting next task for host managed_node2 11924 1726884973.21860: ^ task is: TASK: Check segment type 11924 1726884973.21867: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884973.21881: getting variables 11924 1726884973.21883: in VariableManager get_vars() 11924 1726884973.21921: Calling all_inventory to load vars for managed_node2 11924 1726884973.21924: Calling groups_inventory to load vars for managed_node2 11924 1726884973.21927: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884973.21938: Calling all_plugins_play to load vars for managed_node2 11924 1726884973.21941: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884973.21944: Calling groups_plugins_play to load vars for managed_node2 11924 1726884973.22747: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884973.23476: done with get_vars() 11924 1726884973.23494: done getting variables 11924 1726884973.23565: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:13 -0400 (0:00:00.082) 0:02:18.574 ****** 11924 1726884973.23607: entering _queue_task() for managed_node2/assert 11924 1726884973.23958: worker is 1 (out of 1 available) 11924 1726884973.23973: exiting _queue_task() for managed_node2/assert 11924 1726884973.23987: done queuing things up, now waiting for results queue to drain 11924 1726884973.23988: waiting for pending results... 11924 1726884973.24329: running TaskExecutor() for managed_node2/TASK: Check segment type 11924 1726884973.24501: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049d3 11924 1726884973.24528: variable 'ansible_search_path' from source: unknown 11924 1726884973.24572: calling self._execute() 11924 1726884973.24726: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.24739: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.24760: variable 'omit' from source: magic vars 11924 1726884973.25978: variable 'storage_test_volume' from source: include params 11924 1726884973.25982: variable '_storage_test_volume_present' from source: set_fact 11924 1726884973.25985: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884973.25988: variable 'omit' from source: magic vars 11924 1726884973.26023: variable 'omit' from source: magic vars 11924 1726884973.26169: variable 'storage_test_lv_segtype' from source: set_fact 11924 1726884973.26179: variable 'storage_test_volume' from source: include params 11924 1726884973.26236: variable 'omit' from source: magic vars 11924 1726884973.26284: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884973.26332: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884973.26358: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884973.26381: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884973.26396: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884973.26423: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884973.26444: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884973.26481: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884973.26488: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.26496: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.26619: Set connection var ansible_shell_executable to /bin/sh 11924 1726884973.26736: Set connection var ansible_connection to ssh 11924 1726884973.26739: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884973.26741: Set connection var ansible_timeout to 10 11924 1726884973.26744: Set connection var ansible_pipelining to False 11924 1726884973.26745: Set connection var ansible_shell_type to sh 11924 1726884973.26747: variable 'ansible_shell_executable' from source: unknown 11924 1726884973.26749: variable 'ansible_connection' from source: unknown 11924 1726884973.26751: variable 'ansible_module_compression' from source: unknown 11924 1726884973.26753: variable 'ansible_shell_type' from source: unknown 11924 1726884973.26754: variable 'ansible_shell_executable' from source: unknown 11924 1726884973.26758: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.26760: variable 'ansible_pipelining' from source: unknown 11924 1726884973.26762: variable 'ansible_timeout' from source: unknown 11924 1726884973.26764: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.26885: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884973.26902: variable 'omit' from source: magic vars 11924 1726884973.26917: starting attempt loop 11924 1726884973.26925: running the handler 11924 1726884973.27145: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884973.29679: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884973.30279: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884973.30328: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884973.30366: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884973.30397: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884973.30536: variable 'storage_test_volume' from source: include params 11924 1726884973.30640: variable 'storage_test_lv_segtype' from source: set_fact 11924 1726884973.30643: Evaluated conditional (storage_test_volume.cached | ternary(storage_test_lv_segtype[0] == 'cache', storage_test_lv_segtype[0] != 'cache')): True 11924 1726884973.30645: handler run complete 11924 1726884973.30648: attempt loop complete, returning result 11924 1726884973.30649: _execute() done 11924 1726884973.30651: dumping result to json 11924 1726884973.30653: done dumping result, returning 11924 1726884973.30656: done running TaskExecutor() for managed_node2/TASK: Check segment type [0affc8a3-6f6f-f4c0-2290-0000000049d3] 11924 1726884973.30659: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049d3 ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884973.30794: no more pending results, returning what we have 11924 1726884973.30798: results queue empty 11924 1726884973.30799: checking for any_errors_fatal 11924 1726884973.30809: done checking for any_errors_fatal 11924 1726884973.30810: checking for max_fail_percentage 11924 1726884973.30812: done checking for max_fail_percentage 11924 1726884973.30814: checking to see if all hosts have failed and the running result is not ok 11924 1726884973.30815: done checking to see if all hosts have failed 11924 1726884973.30816: getting the remaining hosts for this loop 11924 1726884973.30818: done getting the remaining hosts for this loop 11924 1726884973.30822: getting the next task for host managed_node2 11924 1726884973.30833: done getting next task for host managed_node2 11924 1726884973.30836: ^ task is: TASK: Set LV cache size 11924 1726884973.30843: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884973.30854: getting variables 11924 1726884973.30857: in VariableManager get_vars() 11924 1726884973.30902: Calling all_inventory to load vars for managed_node2 11924 1726884973.30906: Calling groups_inventory to load vars for managed_node2 11924 1726884973.30909: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884973.30923: Calling all_plugins_play to load vars for managed_node2 11924 1726884973.30928: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884973.30935: Calling groups_plugins_play to load vars for managed_node2 11924 1726884973.31707: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049d3 11924 1726884973.31710: WORKER PROCESS EXITING 11924 1726884973.31910: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884973.32548: done with get_vars() 11924 1726884973.32565: done getting variables 11924 1726884973.32625: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:13 -0400 (0:00:00.090) 0:02:18.665 ****** 11924 1726884973.32666: entering _queue_task() for managed_node2/set_fact 11924 1726884973.33078: worker is 1 (out of 1 available) 11924 1726884973.33089: exiting _queue_task() for managed_node2/set_fact 11924 1726884973.33101: done queuing things up, now waiting for results queue to drain 11924 1726884973.33103: waiting for pending results... 11924 1726884973.33315: running TaskExecutor() for managed_node2/TASK: Set LV cache size 11924 1726884973.33488: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049d4 11924 1726884973.33508: variable 'ansible_search_path' from source: unknown 11924 1726884973.33553: calling self._execute() 11924 1726884973.33686: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.33698: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.33717: variable 'omit' from source: magic vars 11924 1726884973.34168: variable 'storage_test_volume' from source: include params 11924 1726884973.34203: variable '_storage_test_volume_present' from source: set_fact 11924 1726884973.34225: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884973.34402: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884973.37289: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884973.37367: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884973.37410: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884973.37470: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884973.37503: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884973.37606: variable 'storage_test_volume' from source: include params 11924 1726884973.37643: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884973.37651: when evaluation is False, skipping this task 11924 1726884973.37660: _execute() done 11924 1726884973.37668: dumping result to json 11924 1726884973.37679: done dumping result, returning 11924 1726884973.37690: done running TaskExecutor() for managed_node2/TASK: Set LV cache size [0affc8a3-6f6f-f4c0-2290-0000000049d4] 11924 1726884973.37699: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049d4 11924 1726884973.37961: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049d4 11924 1726884973.37965: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884973.38018: no more pending results, returning what we have 11924 1726884973.38022: results queue empty 11924 1726884973.38023: checking for any_errors_fatal 11924 1726884973.38032: done checking for any_errors_fatal 11924 1726884973.38033: checking for max_fail_percentage 11924 1726884973.38035: done checking for max_fail_percentage 11924 1726884973.38036: checking to see if all hosts have failed and the running result is not ok 11924 1726884973.38037: done checking to see if all hosts have failed 11924 1726884973.38037: getting the remaining hosts for this loop 11924 1726884973.38040: done getting the remaining hosts for this loop 11924 1726884973.38044: getting the next task for host managed_node2 11924 1726884973.38054: done getting next task for host managed_node2 11924 1726884973.38059: ^ task is: TASK: Parse the requested cache size 11924 1726884973.38065: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884973.38071: getting variables 11924 1726884973.38073: in VariableManager get_vars() 11924 1726884973.38115: Calling all_inventory to load vars for managed_node2 11924 1726884973.38118: Calling groups_inventory to load vars for managed_node2 11924 1726884973.38121: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884973.38133: Calling all_plugins_play to load vars for managed_node2 11924 1726884973.38137: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884973.38140: Calling groups_plugins_play to load vars for managed_node2 11924 1726884973.38947: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884973.39981: done with get_vars() 11924 1726884973.39997: 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 22:16:13 -0400 (0:00:00.074) 0:02:18.739 ****** 11924 1726884973.40100: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884973.40676: worker is 1 (out of 1 available) 11924 1726884973.40687: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884973.40701: done queuing things up, now waiting for results queue to drain 11924 1726884973.40703: waiting for pending results... 11924 1726884973.40850: running TaskExecutor() for managed_node2/TASK: Parse the requested cache size 11924 1726884973.41065: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049d5 11924 1726884973.41085: variable 'ansible_search_path' from source: unknown 11924 1726884973.41126: calling self._execute() 11924 1726884973.41269: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.41281: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.41297: variable 'omit' from source: magic vars 11924 1726884973.41802: variable 'storage_test_volume' from source: include params 11924 1726884973.41837: variable '_storage_test_volume_present' from source: set_fact 11924 1726884973.41860: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884973.42060: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884973.44761: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884973.44765: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884973.44767: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884973.44769: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884973.44771: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884973.44808: variable 'storage_test_volume' from source: include params 11924 1726884973.44839: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884973.44846: when evaluation is False, skipping this task 11924 1726884973.44852: _execute() done 11924 1726884973.44860: dumping result to json 11924 1726884973.44866: done dumping result, returning 11924 1726884973.44875: done running TaskExecutor() for managed_node2/TASK: Parse the requested cache size [0affc8a3-6f6f-f4c0-2290-0000000049d5] 11924 1726884973.44891: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049d5 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884973.45064: no more pending results, returning what we have 11924 1726884973.45069: results queue empty 11924 1726884973.45070: checking for any_errors_fatal 11924 1726884973.45080: done checking for any_errors_fatal 11924 1726884973.45081: checking for max_fail_percentage 11924 1726884973.45083: done checking for max_fail_percentage 11924 1726884973.45084: checking to see if all hosts have failed and the running result is not ok 11924 1726884973.45085: done checking to see if all hosts have failed 11924 1726884973.45086: getting the remaining hosts for this loop 11924 1726884973.45090: done getting the remaining hosts for this loop 11924 1726884973.45094: getting the next task for host managed_node2 11924 1726884973.45104: done getting next task for host managed_node2 11924 1726884973.45107: ^ task is: TASK: Set expected cache size 11924 1726884973.45114: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884973.45121: getting variables 11924 1726884973.45123: in VariableManager get_vars() 11924 1726884973.45175: Calling all_inventory to load vars for managed_node2 11924 1726884973.45178: Calling groups_inventory to load vars for managed_node2 11924 1726884973.45183: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884973.45200: Calling all_plugins_play to load vars for managed_node2 11924 1726884973.45204: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884973.45208: Calling groups_plugins_play to load vars for managed_node2 11924 1726884973.45969: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049d5 11924 1726884973.45972: WORKER PROCESS EXITING 11924 1726884973.46231: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884973.46863: done with get_vars() 11924 1726884973.46880: done getting variables 11924 1726884973.46944: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:13 -0400 (0:00:00.068) 0:02:18.808 ****** 11924 1726884973.46988: entering _queue_task() for managed_node2/set_fact 11924 1726884973.47322: worker is 1 (out of 1 available) 11924 1726884973.47333: exiting _queue_task() for managed_node2/set_fact 11924 1726884973.47345: done queuing things up, now waiting for results queue to drain 11924 1726884973.47346: waiting for pending results... 11924 1726884973.47654: running TaskExecutor() for managed_node2/TASK: Set expected cache size 11924 1726884973.47841: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049d6 11924 1726884973.47865: variable 'ansible_search_path' from source: unknown 11924 1726884973.47909: calling self._execute() 11924 1726884973.48061: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.48076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.48096: variable 'omit' from source: magic vars 11924 1726884973.48625: variable 'storage_test_volume' from source: include params 11924 1726884973.48664: variable '_storage_test_volume_present' from source: set_fact 11924 1726884973.48691: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884973.48900: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884973.51341: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884973.51497: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884973.51501: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884973.51529: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884973.51563: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884973.51674: variable 'storage_test_volume' from source: include params 11924 1726884973.51717: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884973.51727: when evaluation is False, skipping this task 11924 1726884973.51735: _execute() done 11924 1726884973.51742: dumping result to json 11924 1726884973.51749: done dumping result, returning 11924 1726884973.51762: done running TaskExecutor() for managed_node2/TASK: Set expected cache size [0affc8a3-6f6f-f4c0-2290-0000000049d6] 11924 1726884973.51828: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049d6 11924 1726884973.51932: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049d6 11924 1726884973.51937: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884973.51995: no more pending results, returning what we have 11924 1726884973.51999: results queue empty 11924 1726884973.52000: checking for any_errors_fatal 11924 1726884973.52008: done checking for any_errors_fatal 11924 1726884973.52009: checking for max_fail_percentage 11924 1726884973.52011: done checking for max_fail_percentage 11924 1726884973.52012: checking to see if all hosts have failed and the running result is not ok 11924 1726884973.52015: done checking to see if all hosts have failed 11924 1726884973.52015: getting the remaining hosts for this loop 11924 1726884973.52018: done getting the remaining hosts for this loop 11924 1726884973.52026: getting the next task for host managed_node2 11924 1726884973.52036: done getting next task for host managed_node2 11924 1726884973.52039: ^ task is: TASK: Check cache size 11924 1726884973.52045: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884973.52050: getting variables 11924 1726884973.52052: in VariableManager get_vars() 11924 1726884973.52093: Calling all_inventory to load vars for managed_node2 11924 1726884973.52096: Calling groups_inventory to load vars for managed_node2 11924 1726884973.52099: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884973.52111: Calling all_plugins_play to load vars for managed_node2 11924 1726884973.52115: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884973.52118: Calling groups_plugins_play to load vars for managed_node2 11924 1726884973.53037: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884973.53853: done with get_vars() 11924 1726884973.53901: done getting variables 11924 1726884973.53964: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:13 -0400 (0:00:00.070) 0:02:18.878 ****** 11924 1726884973.54004: entering _queue_task() for managed_node2/assert 11924 1726884973.54479: worker is 1 (out of 1 available) 11924 1726884973.54491: exiting _queue_task() for managed_node2/assert 11924 1726884973.54504: done queuing things up, now waiting for results queue to drain 11924 1726884973.54507: waiting for pending results... 11924 1726884973.55596: running TaskExecutor() for managed_node2/TASK: Check cache size 11924 1726884973.55603: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000049d7 11924 1726884973.55607: variable 'ansible_search_path' from source: unknown 11924 1726884973.55871: calling self._execute() 11924 1726884973.56011: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.56089: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.56092: variable 'omit' from source: magic vars 11924 1726884973.57168: variable 'storage_test_volume' from source: include params 11924 1726884973.57171: variable '_storage_test_volume_present' from source: set_fact 11924 1726884973.57180: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): True 11924 1726884973.57377: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884973.61984: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884973.62111: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884973.62188: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884973.62281: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884973.62350: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884973.62531: variable 'storage_test_volume' from source: include params 11924 1726884973.62587: Evaluated conditional (storage_test_volume.cached | bool): False 11924 1726884973.62602: when evaluation is False, skipping this task 11924 1726884973.62609: _execute() done 11924 1726884973.62623: dumping result to json 11924 1726884973.62671: done dumping result, returning 11924 1726884973.62751: done running TaskExecutor() for managed_node2/TASK: Check cache size [0affc8a3-6f6f-f4c0-2290-0000000049d7] 11924 1726884973.62754: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049d7 11924 1726884973.63023: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000049d7 11924 1726884973.63031: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.cached | bool", "skip_reason": "Conditional result was False" } 11924 1726884973.63088: no more pending results, returning what we have 11924 1726884973.63092: results queue empty 11924 1726884973.63093: checking for any_errors_fatal 11924 1726884973.63105: done checking for any_errors_fatal 11924 1726884973.63106: checking for max_fail_percentage 11924 1726884973.63108: done checking for max_fail_percentage 11924 1726884973.63109: checking to see if all hosts have failed and the running result is not ok 11924 1726884973.63110: done checking to see if all hosts have failed 11924 1726884973.63111: getting the remaining hosts for this loop 11924 1726884973.63113: done getting the remaining hosts for this loop 11924 1726884973.63118: getting the next task for host managed_node2 11924 1726884973.63129: done getting next task for host managed_node2 11924 1726884973.63133: ^ task is: TASK: Clean up facts 11924 1726884973.63141: ^ 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=2, rescue=0, always=0, handlers=0, run_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 11924 1726884973.63148: getting variables 11924 1726884973.63151: in VariableManager get_vars() 11924 1726884973.63200: Calling all_inventory to load vars for managed_node2 11924 1726884973.63203: Calling groups_inventory to load vars for managed_node2 11924 1726884973.63207: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884973.63218: Calling all_plugins_play to load vars for managed_node2 11924 1726884973.63222: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884973.63225: Calling groups_plugins_play to load vars for managed_node2 11924 1726884973.64545: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884973.65218: done with get_vars() 11924 1726884973.65238: done getting variables 11924 1726884973.65311: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:13 -0400 (0:00:00.113) 0:02:18.993 ****** 11924 1726884973.65412: entering _queue_task() for managed_node2/set_fact 11924 1726884973.65918: worker is 1 (out of 1 available) 11924 1726884973.66065: exiting _queue_task() for managed_node2/set_fact 11924 1726884973.66123: done queuing things up, now waiting for results queue to drain 11924 1726884973.66134: waiting for pending results... 11924 1726884973.66662: running TaskExecutor() for managed_node2/TASK: Clean up facts 11924 1726884973.66671: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000493e 11924 1726884973.66694: variable 'ansible_search_path' from source: unknown 11924 1726884973.66746: calling self._execute() 11924 1726884973.67100: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.67143: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.67229: variable 'omit' from source: magic vars 11924 1726884973.67660: variable 'omit' from source: magic vars 11924 1726884973.67663: variable 'omit' from source: magic vars 11924 1726884973.67666: variable 'omit' from source: magic vars 11924 1726884973.67680: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884973.67762: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884973.67800: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884973.67826: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884973.67845: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884973.67870: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884973.67902: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884973.67943: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884973.67970: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.67977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.68189: Set connection var ansible_shell_executable to /bin/sh 11924 1726884973.68197: Set connection var ansible_connection to ssh 11924 1726884973.68228: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884973.68244: Set connection var ansible_timeout to 10 11924 1726884973.68270: Set connection var ansible_pipelining to False 11924 1726884973.68279: Set connection var ansible_shell_type to sh 11924 1726884973.68339: variable 'ansible_shell_executable' from source: unknown 11924 1726884973.68410: variable 'ansible_connection' from source: unknown 11924 1726884973.68415: variable 'ansible_module_compression' from source: unknown 11924 1726884973.68417: variable 'ansible_shell_type' from source: unknown 11924 1726884973.68419: variable 'ansible_shell_executable' from source: unknown 11924 1726884973.68420: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.68422: variable 'ansible_pipelining' from source: unknown 11924 1726884973.68424: variable 'ansible_timeout' from source: unknown 11924 1726884973.68427: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.68649: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884973.68703: variable 'omit' from source: magic vars 11924 1726884973.68716: starting attempt loop 11924 1726884973.68736: running the handler 11924 1726884973.68859: handler run complete 11924 1726884973.68865: attempt loop complete, returning result 11924 1726884973.68867: _execute() done 11924 1726884973.68869: dumping result to json 11924 1726884973.68871: done dumping result, returning 11924 1726884973.68874: done running TaskExecutor() for managed_node2/TASK: Clean up facts [0affc8a3-6f6f-f4c0-2290-00000000493e] 11924 1726884973.68876: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000493e 11924 1726884973.68961: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000493e 11924 1726884973.68966: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 11924 1726884973.69044: no more pending results, returning what we have 11924 1726884973.69048: results queue empty 11924 1726884973.69049: checking for any_errors_fatal 11924 1726884973.69062: done checking for any_errors_fatal 11924 1726884973.69063: checking for max_fail_percentage 11924 1726884973.69065: done checking for max_fail_percentage 11924 1726884973.69067: checking to see if all hosts have failed and the running result is not ok 11924 1726884973.69067: done checking to see if all hosts have failed 11924 1726884973.69068: getting the remaining hosts for this loop 11924 1726884973.69070: done getting the remaining hosts for this loop 11924 1726884973.69075: getting the next task for host managed_node2 11924 1726884973.69089: done getting next task for host managed_node2 11924 1726884973.69093: ^ task is: TASK: Verify the volumes with no pool were correctly managed 11924 1726884973.69097: ^ 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 11924 1726884973.69104: getting variables 11924 1726884973.69105: in VariableManager get_vars() 11924 1726884973.69152: Calling all_inventory to load vars for managed_node2 11924 1726884973.69156: Calling groups_inventory to load vars for managed_node2 11924 1726884973.69274: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884973.69288: Calling all_plugins_play to load vars for managed_node2 11924 1726884973.69291: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884973.69294: Calling groups_plugins_play to load vars for managed_node2 11924 1726884973.70386: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884973.71049: done with get_vars() 11924 1726884973.71070: 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 22:16:13 -0400 (0:00:00.057) 0:02:19.050 ****** 11924 1726884973.71181: entering _queue_task() for managed_node2/include_tasks 11924 1726884973.71798: worker is 1 (out of 1 available) 11924 1726884973.71811: exiting _queue_task() for managed_node2/include_tasks 11924 1726884973.71941: done queuing things up, now waiting for results queue to drain 11924 1726884973.71943: waiting for pending results... 11924 1726884973.72387: running TaskExecutor() for managed_node2/TASK: Verify the volumes with no pool were correctly managed 11924 1726884973.72392: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003ea4 11924 1726884973.72396: variable 'ansible_search_path' from source: unknown 11924 1726884973.72398: variable '_storage_volumes_list' from source: set_fact 11924 1726884973.72636: variable '_storage_volumes_list' from source: set_fact 11924 1726884973.72711: dumping result to json 11924 1726884973.72725: done dumping result, returning 11924 1726884973.72739: done running TaskExecutor() for managed_node2/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-f4c0-2290-000000003ea4] 11924 1726884973.72810: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003ea4 11924 1726884973.72922: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003ea4 11924 1726884973.72925: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884973.72985: no more pending results, returning what we have 11924 1726884973.72990: results queue empty 11924 1726884973.72991: checking for any_errors_fatal 11924 1726884973.73003: done checking for any_errors_fatal 11924 1726884973.73004: checking for max_fail_percentage 11924 1726884973.73006: done checking for max_fail_percentage 11924 1726884973.73007: checking to see if all hosts have failed and the running result is not ok 11924 1726884973.73008: done checking to see if all hosts have failed 11924 1726884973.73009: getting the remaining hosts for this loop 11924 1726884973.73011: done getting the remaining hosts for this loop 11924 1726884973.73019: getting the next task for host managed_node2 11924 1726884973.73027: done getting next task for host managed_node2 11924 1726884973.73029: ^ task is: TASK: Clean up variable namespace 11924 1726884973.73033: ^ 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 11924 1726884973.73041: getting variables 11924 1726884973.73044: in VariableManager get_vars() 11924 1726884973.73087: Calling all_inventory to load vars for managed_node2 11924 1726884973.73091: Calling groups_inventory to load vars for managed_node2 11924 1726884973.73094: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884973.73108: Calling all_plugins_play to load vars for managed_node2 11924 1726884973.73112: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884973.73119: Calling groups_plugins_play to load vars for managed_node2 11924 1726884973.74040: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884973.74693: done with get_vars() 11924 1726884973.74708: done getting variables 11924 1726884973.74771: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:13 -0400 (0:00:00.036) 0:02:19.086 ****** 11924 1726884973.74809: entering _queue_task() for managed_node2/set_fact 11924 1726884973.75303: worker is 1 (out of 1 available) 11924 1726884973.75318: exiting _queue_task() for managed_node2/set_fact 11924 1726884973.75329: done queuing things up, now waiting for results queue to drain 11924 1726884973.75330: waiting for pending results... 11924 1726884973.75839: running TaskExecutor() for managed_node2/TASK: Clean up variable namespace 11924 1726884973.75845: in run() - task 0affc8a3-6f6f-f4c0-2290-000000003ea6 11924 1726884973.75848: variable 'ansible_search_path' from source: unknown 11924 1726884973.75935: calling self._execute() 11924 1726884973.76029: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.76050: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.76071: variable 'omit' from source: magic vars 11924 1726884973.76212: variable 'omit' from source: magic vars 11924 1726884973.76362: variable 'omit' from source: magic vars 11924 1726884973.76372: variable 'omit' from source: magic vars 11924 1726884973.76388: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884973.76433: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884973.76482: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884973.76496: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884973.76561: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884973.76565: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884973.76568: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884973.76608: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884973.76622: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.76632: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.76773: Set connection var ansible_shell_executable to /bin/sh 11924 1726884973.76782: Set connection var ansible_connection to ssh 11924 1726884973.76793: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884973.76816: Set connection var ansible_timeout to 10 11924 1726884973.76919: Set connection var ansible_pipelining to False 11924 1726884973.76923: Set connection var ansible_shell_type to sh 11924 1726884973.76926: variable 'ansible_shell_executable' from source: unknown 11924 1726884973.76928: variable 'ansible_connection' from source: unknown 11924 1726884973.76930: variable 'ansible_module_compression' from source: unknown 11924 1726884973.76932: variable 'ansible_shell_type' from source: unknown 11924 1726884973.76934: variable 'ansible_shell_executable' from source: unknown 11924 1726884973.76936: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.76938: variable 'ansible_pipelining' from source: unknown 11924 1726884973.76939: variable 'ansible_timeout' from source: unknown 11924 1726884973.76941: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.77133: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884973.77137: variable 'omit' from source: magic vars 11924 1726884973.77140: starting attempt loop 11924 1726884973.77143: running the handler 11924 1726884973.77145: handler run complete 11924 1726884973.77163: attempt loop complete, returning result 11924 1726884973.77172: _execute() done 11924 1726884973.77179: dumping result to json 11924 1726884973.77187: done dumping result, returning 11924 1726884973.77241: done running TaskExecutor() for managed_node2/TASK: Clean up variable namespace [0affc8a3-6f6f-f4c0-2290-000000003ea6] 11924 1726884973.77245: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003ea6 ok: [managed_node2] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 11924 1726884973.77531: no more pending results, returning what we have 11924 1726884973.77534: results queue empty 11924 1726884973.77535: checking for any_errors_fatal 11924 1726884973.77548: done checking for any_errors_fatal 11924 1726884973.77549: checking for max_fail_percentage 11924 1726884973.77551: done checking for max_fail_percentage 11924 1726884973.77553: checking to see if all hosts have failed and the running result is not ok 11924 1726884973.77553: done checking to see if all hosts have failed 11924 1726884973.77554: getting the remaining hosts for this loop 11924 1726884973.77562: done getting the remaining hosts for this loop 11924 1726884973.77566: getting the next task for host managed_node2 11924 1726884973.77578: done getting next task for host managed_node2 11924 1726884973.77583: ^ task is: TASK: Clean up 11924 1726884973.77585: ^ state is: HOST STATE: block=2, task=33, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884973.77590: getting variables 11924 1726884973.77592: in VariableManager get_vars() 11924 1726884973.77638: Calling all_inventory to load vars for managed_node2 11924 1726884973.77641: Calling groups_inventory to load vars for managed_node2 11924 1726884973.77645: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884973.77764: Calling all_plugins_play to load vars for managed_node2 11924 1726884973.77768: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884973.77773: Calling groups_plugins_play to load vars for managed_node2 11924 1726884973.78464: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000003ea6 11924 1726884973.78468: WORKER PROCESS EXITING 11924 1726884973.78552: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884973.80711: done with get_vars() 11924 1726884973.80731: done getting variables TASK [Clean up] **************************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml:118 Friday 20 September 2024 22:16:13 -0400 (0:00:00.061) 0:02:19.148 ****** 11924 1726884973.80933: entering _queue_task() for managed_node2/include_role 11924 1726884973.81794: worker is 1 (out of 1 available) 11924 1726884973.81810: exiting _queue_task() for managed_node2/include_role 11924 1726884973.81827: done queuing things up, now waiting for results queue to drain 11924 1726884973.81828: waiting for pending results... 11924 1726884973.82194: running TaskExecutor() for managed_node2/TASK: Clean up 11924 1726884973.82537: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000014 11924 1726884973.82552: variable 'ansible_search_path' from source: unknown 11924 1726884973.82660: calling self._execute() 11924 1726884973.82810: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.82822: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.82840: variable 'omit' from source: magic vars 11924 1726884973.82981: _execute() done 11924 1726884973.82985: dumping result to json 11924 1726884973.82988: done dumping result, returning 11924 1726884973.82996: done running TaskExecutor() for managed_node2/TASK: Clean up [0affc8a3-6f6f-f4c0-2290-000000000014] 11924 1726884973.83002: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000014 11924 1726884973.83158: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000014 11924 1726884973.83162: WORKER PROCESS EXITING 11924 1726884973.83195: no more pending results, returning what we have 11924 1726884973.83201: in VariableManager get_vars() 11924 1726884973.83254: Calling all_inventory to load vars for managed_node2 11924 1726884973.83259: Calling groups_inventory to load vars for managed_node2 11924 1726884973.83268: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884973.83284: Calling all_plugins_play to load vars for managed_node2 11924 1726884973.83288: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884973.83291: Calling groups_plugins_play to load vars for managed_node2 11924 1726884973.84181: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884973.84819: done with get_vars() 11924 1726884973.84831: variable 'ansible_search_path' from source: unknown 11924 1726884973.88399: variable 'omit' from source: magic vars 11924 1726884973.88424: variable 'omit' from source: magic vars 11924 1726884973.88437: variable 'omit' from source: magic vars 11924 1726884973.88441: we have included files to process 11924 1726884973.88442: generating all_blocks data 11924 1726884973.88444: done generating all_blocks data 11924 1726884973.88457: processing included file: fedora.linux_system_roles.storage 11924 1726884973.88478: in VariableManager get_vars() 11924 1726884973.88498: done with get_vars() 11924 1726884973.88533: in VariableManager get_vars() 11924 1726884973.88551: done with get_vars() 11924 1726884973.88595: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 11924 1726884973.88628: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 11924 1726884973.88753: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 11924 1726884973.88842: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 11924 1726884973.88961: in VariableManager get_vars() 11924 1726884973.88983: done with get_vars() 11924 1726884973.89227: in VariableManager get_vars() 11924 1726884973.89248: done with get_vars() 11924 1726884973.89376: iterating over new_blocks loaded from include file 11924 1726884973.89378: in VariableManager get_vars() 11924 1726884973.89394: done with get_vars() 11924 1726884973.89395: filtering new block on tags 11924 1726884973.89451: done filtering new block on tags 11924 1726884973.89458: in VariableManager get_vars() 11924 1726884973.89472: done with get_vars() 11924 1726884973.89474: filtering new block on tags 11924 1726884973.89490: done filtering new block on tags 11924 1726884973.89493: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.storage for managed_node2 11924 1726884973.89498: extending task lists for all hosts with included blocks 11924 1726884973.93094: done extending task lists 11924 1726884973.93095: done processing included files 11924 1726884973.93096: results queue empty 11924 1726884973.93097: checking for any_errors_fatal 11924 1726884973.93121: done checking for any_errors_fatal 11924 1726884973.93123: checking for max_fail_percentage 11924 1726884973.93125: done checking for max_fail_percentage 11924 1726884973.93126: checking to see if all hosts have failed and the running result is not ok 11924 1726884973.93126: done checking to see if all hosts have failed 11924 1726884973.93127: getting the remaining hosts for this loop 11924 1726884973.93129: done getting the remaining hosts for this loop 11924 1726884973.93131: getting the next task for host managed_node2 11924 1726884973.93136: done getting next task for host managed_node2 11924 1726884973.93139: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884973.93141: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884973.93170: getting variables 11924 1726884973.93171: in VariableManager get_vars() 11924 1726884973.93187: Calling all_inventory to load vars for managed_node2 11924 1726884973.93189: Calling groups_inventory to load vars for managed_node2 11924 1726884973.93191: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884973.93196: Calling all_plugins_play to load vars for managed_node2 11924 1726884973.93198: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884973.93215: Calling groups_plugins_play to load vars for managed_node2 11924 1726884973.93905: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884973.95330: done with get_vars() 11924 1726884973.95350: done getting variables TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 20 September 2024 22:16:13 -0400 (0:00:00.145) 0:02:19.293 ****** 11924 1726884973.95444: entering _queue_task() for managed_node2/include_tasks 11924 1726884973.96249: worker is 1 (out of 1 available) 11924 1726884973.96266: exiting _queue_task() for managed_node2/include_tasks 11924 1726884973.96280: done queuing things up, now waiting for results queue to drain 11924 1726884973.96281: waiting for pending results... 11924 1726884973.97018: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884973.97221: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004c9c 11924 1726884973.97225: variable 'ansible_search_path' from source: unknown 11924 1726884973.97228: variable 'ansible_search_path' from source: unknown 11924 1726884973.97243: calling self._execute() 11924 1726884973.97483: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884973.97494: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884973.97509: variable 'omit' from source: magic vars 11924 1726884973.97766: _execute() done 11924 1726884973.97775: dumping result to json 11924 1726884973.97783: done dumping result, returning 11924 1726884973.97796: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-f4c0-2290-000000004c9c] 11924 1726884973.97979: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004c9c 11924 1726884973.98075: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004c9c 11924 1726884973.98079: WORKER PROCESS EXITING 11924 1726884973.98134: no more pending results, returning what we have 11924 1726884973.98139: in VariableManager get_vars() 11924 1726884973.98187: Calling all_inventory to load vars for managed_node2 11924 1726884973.98191: Calling groups_inventory to load vars for managed_node2 11924 1726884973.98193: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884973.98204: Calling all_plugins_play to load vars for managed_node2 11924 1726884973.98216: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884973.98219: Calling groups_plugins_play to load vars for managed_node2 11924 1726884973.99284: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884973.99999: done with get_vars() 11924 1726884974.00012: variable 'ansible_search_path' from source: unknown 11924 1726884974.00013: variable 'ansible_search_path' from source: unknown 11924 1726884974.00272: we have included files to process 11924 1726884974.00274: generating all_blocks data 11924 1726884974.00276: done generating all_blocks data 11924 1726884974.00278: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884974.00280: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884974.00282: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 11924 1726884974.01813: done processing included file 11924 1726884974.01816: iterating over new_blocks loaded from include file 11924 1726884974.01818: in VariableManager get_vars() 11924 1726884974.01840: done with get_vars() 11924 1726884974.01842: filtering new block on tags 11924 1726884974.01985: done filtering new block on tags 11924 1726884974.01989: in VariableManager get_vars() 11924 1726884974.02010: done with get_vars() 11924 1726884974.02012: filtering new block on tags 11924 1726884974.02049: done filtering new block on tags 11924 1726884974.02051: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node2 11924 1726884974.02160: extending task lists for all hosts with included blocks 11924 1726884974.02526: done extending task lists 11924 1726884974.02527: done processing included files 11924 1726884974.02528: results queue empty 11924 1726884974.02528: checking for any_errors_fatal 11924 1726884974.02532: done checking for any_errors_fatal 11924 1726884974.02532: checking for max_fail_percentage 11924 1726884974.02533: done checking for max_fail_percentage 11924 1726884974.02534: checking to see if all hosts have failed and the running result is not ok 11924 1726884974.02535: done checking to see if all hosts have failed 11924 1726884974.02536: getting the remaining hosts for this loop 11924 1726884974.02537: done getting the remaining hosts for this loop 11924 1726884974.02539: getting the next task for host managed_node2 11924 1726884974.02543: done getting next task for host managed_node2 11924 1726884974.02546: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 11924 1726884974.02549: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884974.02561: getting variables 11924 1726884974.02562: in VariableManager get_vars() 11924 1726884974.02574: Calling all_inventory to load vars for managed_node2 11924 1726884974.02576: Calling groups_inventory to load vars for managed_node2 11924 1726884974.02578: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884974.02583: Calling all_plugins_play to load vars for managed_node2 11924 1726884974.02585: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884974.02587: Calling groups_plugins_play to load vars for managed_node2 11924 1726884974.03712: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884974.04701: done with get_vars() 11924 1726884974.04721: done getting variables TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 20 September 2024 22:16:14 -0400 (0:00:00.093) 0:02:19.386 ****** 11924 1726884974.04801: entering _queue_task() for managed_node2/setup 11924 1726884974.05280: worker is 1 (out of 1 available) 11924 1726884974.05298: exiting _queue_task() for managed_node2/setup 11924 1726884974.05311: done queuing things up, now waiting for results queue to drain 11924 1726884974.05312: waiting for pending results... 11924 1726884974.05775: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 11924 1726884974.05782: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e39 11924 1726884974.05785: variable 'ansible_search_path' from source: unknown 11924 1726884974.05788: variable 'ansible_search_path' from source: unknown 11924 1726884974.05961: calling self._execute() 11924 1726884974.05965: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.05973: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.05987: variable 'omit' from source: magic vars 11924 1726884974.06454: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884974.09595: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884974.09803: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884974.09844: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884974.09886: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884974.09911: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884974.10009: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884974.10054: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884974.10084: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884974.10139: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884974.10143: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884974.10203: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884974.10226: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884974.10360: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884974.10364: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884974.10366: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884974.10508: variable '__storage_required_facts' from source: role '' all vars 11924 1726884974.10525: variable 'ansible_facts' from source: unknown 11924 1726884974.10856: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 11924 1726884974.10860: when evaluation is False, skipping this task 11924 1726884974.10863: _execute() done 11924 1726884974.10865: dumping result to json 11924 1726884974.10868: done dumping result, returning 11924 1726884974.11260: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-f4c0-2290-000000004e39] 11924 1726884974.11263: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e39 11924 1726884974.11338: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e39 11924 1726884974.11342: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 11924 1726884974.11386: no more pending results, returning what we have 11924 1726884974.11390: results queue empty 11924 1726884974.11391: checking for any_errors_fatal 11924 1726884974.11392: done checking for any_errors_fatal 11924 1726884974.11393: checking for max_fail_percentage 11924 1726884974.11395: done checking for max_fail_percentage 11924 1726884974.11395: checking to see if all hosts have failed and the running result is not ok 11924 1726884974.11396: done checking to see if all hosts have failed 11924 1726884974.11397: getting the remaining hosts for this loop 11924 1726884974.11399: done getting the remaining hosts for this loop 11924 1726884974.11402: getting the next task for host managed_node2 11924 1726884974.11409: done getting next task for host managed_node2 11924 1726884974.11413: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884974.11417: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884974.11457: getting variables 11924 1726884974.11466: in VariableManager get_vars() 11924 1726884974.11504: Calling all_inventory to load vars for managed_node2 11924 1726884974.11507: Calling groups_inventory to load vars for managed_node2 11924 1726884974.11509: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884974.11600: Calling all_plugins_play to load vars for managed_node2 11924 1726884974.11604: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884974.11607: Calling groups_plugins_play to load vars for managed_node2 11924 1726884974.12682: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884974.13616: done with get_vars() 11924 1726884974.13635: done getting variables 11924 1726884974.13704: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 20 September 2024 22:16:14 -0400 (0:00:00.089) 0:02:19.476 ****** 11924 1726884974.13752: entering _queue_task() for managed_node2/include_vars 11924 1726884974.14271: worker is 1 (out of 1 available) 11924 1726884974.14282: exiting _queue_task() for managed_node2/include_vars 11924 1726884974.14294: done queuing things up, now waiting for results queue to drain 11924 1726884974.14296: waiting for pending results... 11924 1726884974.14675: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 11924 1726884974.14681: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e3a 11924 1726884974.14684: variable 'ansible_search_path' from source: unknown 11924 1726884974.14687: variable 'ansible_search_path' from source: unknown 11924 1726884974.14901: variable 'ansible_facts' from source: unknown 11924 1726884974.15510: variable 'ansible_facts' from source: unknown 11924 1726884974.15948: variable 'ansible_facts' from source: unknown 11924 1726884974.16286: variable 'ansible_facts' from source: unknown 11924 1726884974.16509: variable 'omit' from source: magic vars 11924 1726884974.16761: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.16764: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.16767: variable 'omit' from source: magic vars 11924 1726884974.16935: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884974.17216: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884974.17266: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884974.17298: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884974.17330: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884974.17421: variable '__vars_file' from source: task vars 11924 1726884974.17535: variable 'role_path' from source: magic vars 11924 1726884974.17539: variable 'item' from source: unknown 11924 1726884974.17560: Evaluated conditional (__vars_file is file): False 11924 1726884974.17563: when evaluation is False, skipping this task 11924 1726884974.17621: variable 'item' from source: unknown 11924 1726884974.17728: variable 'item' from source: unknown skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 11924 1726884974.17904: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.17908: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.17911: variable 'omit' from source: magic vars 11924 1726884974.18359: variable '__vars_file' from source: task vars 11924 1726884974.18363: variable 'role_path' from source: magic vars 11924 1726884974.18365: variable 'item' from source: unknown 11924 1726884974.18368: Evaluated conditional (__vars_file is file): False 11924 1726884974.18370: when evaluation is False, skipping this task 11924 1726884974.18372: variable 'item' from source: unknown 11924 1726884974.18374: variable 'item' from source: unknown skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 11924 1726884974.18443: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.18446: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.18449: variable 'omit' from source: magic vars 11924 1726884974.18605: variable '__vars_file' from source: task vars 11924 1726884974.18688: variable 'role_path' from source: magic vars 11924 1726884974.18691: variable 'item' from source: unknown 11924 1726884974.18702: Evaluated conditional (__vars_file is file): True 11924 1726884974.18708: variable 'omit' from source: magic vars 11924 1726884974.18768: variable 'omit' from source: magic vars 11924 1726884974.18829: variable '__vars_file' from source: task vars 11924 1726884974.18900: variable '__vars_file' from source: task vars 11924 1726884974.18976: variable 'role_path' from source: magic vars 11924 1726884974.18979: variable 'item' from source: unknown 11924 1726884974.19004: variable 'omit' from source: magic vars 11924 1726884974.19029: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884974.19059: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884974.19077: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884974.19099: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884974.19116: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884974.19260: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884974.19263: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884974.19266: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884974.19269: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.19271: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.19301: Set connection var ansible_shell_executable to /bin/sh 11924 1726884974.19305: Set connection var ansible_connection to ssh 11924 1726884974.19317: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884974.19320: Set connection var ansible_timeout to 10 11924 1726884974.19331: Set connection var ansible_pipelining to False 11924 1726884974.19337: Set connection var ansible_shell_type to sh 11924 1726884974.19363: variable 'ansible_shell_executable' from source: unknown 11924 1726884974.19366: variable 'ansible_connection' from source: unknown 11924 1726884974.19368: variable 'ansible_module_compression' from source: unknown 11924 1726884974.19371: variable 'ansible_shell_type' from source: unknown 11924 1726884974.19373: variable 'ansible_shell_executable' from source: unknown 11924 1726884974.19375: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.19380: variable 'ansible_pipelining' from source: unknown 11924 1726884974.19383: variable 'ansible_timeout' from source: unknown 11924 1726884974.19385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.19506: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884974.19518: variable 'omit' from source: magic vars 11924 1726884974.19521: starting attempt loop 11924 1726884974.19523: running the handler 11924 1726884974.19630: handler run complete 11924 1726884974.19645: attempt loop complete, returning result 11924 1726884974.19664: variable 'item' from source: unknown 11924 1726884974.19797: variable 'item' from source: unknown ok: [managed_node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 11924 1726884974.20261: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.20265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.20268: variable 'omit' from source: magic vars 11924 1726884974.20270: variable '__vars_file' from source: task vars 11924 1726884974.20452: variable 'role_path' from source: magic vars 11924 1726884974.20458: variable 'item' from source: unknown 11924 1726884974.20468: Evaluated conditional (__vars_file is file): True 11924 1726884974.20473: variable 'omit' from source: magic vars 11924 1726884974.20605: variable 'omit' from source: magic vars 11924 1726884974.20657: variable '__vars_file' from source: task vars 11924 1726884974.20853: variable '__vars_file' from source: task vars 11924 1726884974.20972: variable 'role_path' from source: magic vars 11924 1726884974.20976: variable 'item' from source: unknown 11924 1726884974.21061: variable 'omit' from source: magic vars 11924 1726884974.21064: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884974.21067: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884974.21069: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884974.21071: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884974.21099: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884974.21102: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.21104: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.21262: Set connection var ansible_shell_executable to /bin/sh 11924 1726884974.21265: Set connection var ansible_connection to ssh 11924 1726884974.21272: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884974.21277: Set connection var ansible_timeout to 10 11924 1726884974.21283: Set connection var ansible_pipelining to False 11924 1726884974.21288: Set connection var ansible_shell_type to sh 11924 1726884974.21460: variable 'ansible_shell_executable' from source: unknown 11924 1726884974.21463: variable 'ansible_connection' from source: unknown 11924 1726884974.21465: variable 'ansible_module_compression' from source: unknown 11924 1726884974.21468: variable 'ansible_shell_type' from source: unknown 11924 1726884974.21471: variable 'ansible_shell_executable' from source: unknown 11924 1726884974.21473: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.21476: variable 'ansible_pipelining' from source: unknown 11924 1726884974.21478: variable 'ansible_timeout' from source: unknown 11924 1726884974.21481: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.21483: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884974.21486: variable 'omit' from source: magic vars 11924 1726884974.21488: starting attempt loop 11924 1726884974.21491: running the handler 11924 1726884974.21525: handler run complete 11924 1726884974.21532: attempt loop complete, returning result 11924 1726884974.21546: variable 'item' from source: unknown 11924 1726884974.21725: variable 'item' from source: unknown ok: [managed_node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 11924 1726884974.21822: dumping result to json 11924 1726884974.21961: done dumping result, returning 11924 1726884974.21965: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-f4c0-2290-000000004e3a] 11924 1726884974.21967: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e3a 11924 1726884974.22017: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e3a 11924 1726884974.22020: WORKER PROCESS EXITING 11924 1726884974.22123: no more pending results, returning what we have 11924 1726884974.22127: results queue empty 11924 1726884974.22128: checking for any_errors_fatal 11924 1726884974.22141: done checking for any_errors_fatal 11924 1726884974.22142: checking for max_fail_percentage 11924 1726884974.22144: done checking for max_fail_percentage 11924 1726884974.22145: checking to see if all hosts have failed and the running result is not ok 11924 1726884974.22146: done checking to see if all hosts have failed 11924 1726884974.22146: getting the remaining hosts for this loop 11924 1726884974.22149: done getting the remaining hosts for this loop 11924 1726884974.22152: getting the next task for host managed_node2 11924 1726884974.22164: done getting next task for host managed_node2 11924 1726884974.22169: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 11924 1726884974.22173: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884974.22186: getting variables 11924 1726884974.22188: in VariableManager get_vars() 11924 1726884974.22226: Calling all_inventory to load vars for managed_node2 11924 1726884974.22228: Calling groups_inventory to load vars for managed_node2 11924 1726884974.22231: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884974.22241: Calling all_plugins_play to load vars for managed_node2 11924 1726884974.22245: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884974.22248: Calling groups_plugins_play to load vars for managed_node2 11924 1726884974.23596: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884974.24289: done with get_vars() 11924 1726884974.24306: done getting variables TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 20 September 2024 22:16:14 -0400 (0:00:00.106) 0:02:19.583 ****** 11924 1726884974.24439: entering _queue_task() for managed_node2/stat 11924 1726884974.24796: worker is 1 (out of 1 available) 11924 1726884974.24816: exiting _queue_task() for managed_node2/stat 11924 1726884974.24829: done queuing things up, now waiting for results queue to drain 11924 1726884974.24831: waiting for pending results... 11924 1726884974.25171: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if system is ostree 11924 1726884974.25361: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e3c 11924 1726884974.25365: variable 'ansible_search_path' from source: unknown 11924 1726884974.25461: variable 'ansible_search_path' from source: unknown 11924 1726884974.25468: calling self._execute() 11924 1726884974.25559: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.25572: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.25596: variable 'omit' from source: magic vars 11924 1726884974.26025: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884974.26368: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884974.26579: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884974.26582: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884974.26585: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884974.26587: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884974.26643: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884974.26647: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884974.26664: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884974.26960: variable '__storage_is_ostree' from source: set_fact 11924 1726884974.26969: Evaluated conditional (not __storage_is_ostree is defined): False 11924 1726884974.26973: when evaluation is False, skipping this task 11924 1726884974.26976: _execute() done 11924 1726884974.26978: dumping result to json 11924 1726884974.26981: done dumping result, returning 11924 1726884974.26986: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-f4c0-2290-000000004e3c] 11924 1726884974.26992: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e3c 11924 1726884974.27098: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e3c 11924 1726884974.27102: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 11924 1726884974.27157: no more pending results, returning what we have 11924 1726884974.27161: results queue empty 11924 1726884974.27161: checking for any_errors_fatal 11924 1726884974.27185: done checking for any_errors_fatal 11924 1726884974.27185: checking for max_fail_percentage 11924 1726884974.27188: done checking for max_fail_percentage 11924 1726884974.27189: checking to see if all hosts have failed and the running result is not ok 11924 1726884974.27189: done checking to see if all hosts have failed 11924 1726884974.27190: getting the remaining hosts for this loop 11924 1726884974.27193: done getting the remaining hosts for this loop 11924 1726884974.27197: getting the next task for host managed_node2 11924 1726884974.27205: done getting next task for host managed_node2 11924 1726884974.27209: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 11924 1726884974.27215: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884974.27243: getting variables 11924 1726884974.27245: in VariableManager get_vars() 11924 1726884974.27350: Calling all_inventory to load vars for managed_node2 11924 1726884974.27353: Calling groups_inventory to load vars for managed_node2 11924 1726884974.27357: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884974.27366: Calling all_plugins_play to load vars for managed_node2 11924 1726884974.27674: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884974.27680: Calling groups_plugins_play to load vars for managed_node2 11924 1726884974.28249: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884974.28905: done with get_vars() 11924 1726884974.28926: done getting variables 11924 1726884974.28983: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 20 September 2024 22:16:14 -0400 (0:00:00.045) 0:02:19.629 ****** 11924 1726884974.29019: entering _queue_task() for managed_node2/set_fact 11924 1726884974.29319: worker is 1 (out of 1 available) 11924 1726884974.29331: exiting _queue_task() for managed_node2/set_fact 11924 1726884974.29345: done queuing things up, now waiting for results queue to drain 11924 1726884974.29347: waiting for pending results... 11924 1726884974.29662: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 11924 1726884974.29892: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e3d 11924 1726884974.29919: variable 'ansible_search_path' from source: unknown 11924 1726884974.29928: variable 'ansible_search_path' from source: unknown 11924 1726884974.29970: calling self._execute() 11924 1726884974.30095: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.30107: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.30160: variable 'omit' from source: magic vars 11924 1726884974.31318: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884974.32498: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884974.32507: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884974.32511: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884974.32516: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884974.33231: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884974.33321: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884974.33353: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884974.33419: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884974.33904: variable '__storage_is_ostree' from source: set_fact 11924 1726884974.33957: Evaluated conditional (not __storage_is_ostree is defined): False 11924 1726884974.34012: when evaluation is False, skipping this task 11924 1726884974.34074: _execute() done 11924 1726884974.34083: dumping result to json 11924 1726884974.34124: done dumping result, returning 11924 1726884974.34210: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-f4c0-2290-000000004e3d] 11924 1726884974.34250: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e3d 11924 1726884974.34523: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e3d 11924 1726884974.34527: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } 11924 1726884974.34629: no more pending results, returning what we have 11924 1726884974.34633: results queue empty 11924 1726884974.34634: checking for any_errors_fatal 11924 1726884974.34647: done checking for any_errors_fatal 11924 1726884974.34648: checking for max_fail_percentage 11924 1726884974.34650: done checking for max_fail_percentage 11924 1726884974.34651: checking to see if all hosts have failed and the running result is not ok 11924 1726884974.34652: done checking to see if all hosts have failed 11924 1726884974.34653: getting the remaining hosts for this loop 11924 1726884974.34657: done getting the remaining hosts for this loop 11924 1726884974.34661: getting the next task for host managed_node2 11924 1726884974.34671: done getting next task for host managed_node2 11924 1726884974.34675: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 11924 1726884974.34679: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884974.34710: getting variables 11924 1726884974.34716: in VariableManager get_vars() 11924 1726884974.34984: Calling all_inventory to load vars for managed_node2 11924 1726884974.34987: Calling groups_inventory to load vars for managed_node2 11924 1726884974.35121: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884974.35131: Calling all_plugins_play to load vars for managed_node2 11924 1726884974.35134: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884974.35137: Calling groups_plugins_play to load vars for managed_node2 11924 1726884974.36043: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884974.37017: done with get_vars() 11924 1726884974.37033: done getting variables 11924 1726884974.37095: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 20 September 2024 22:16:14 -0400 (0:00:00.081) 0:02:19.710 ****** 11924 1726884974.37131: entering _queue_task() for managed_node2/set_fact 11924 1726884974.37454: worker is 1 (out of 1 available) 11924 1726884974.37470: exiting _queue_task() for managed_node2/set_fact 11924 1726884974.37485: done queuing things up, now waiting for results queue to drain 11924 1726884974.37486: waiting for pending results... 11924 1726884974.37947: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 11924 1726884974.37957: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004c9d 11924 1726884974.38168: variable 'ansible_search_path' from source: unknown 11924 1726884974.38215: variable 'ansible_search_path' from source: unknown 11924 1726884974.38418: calling self._execute() 11924 1726884974.38795: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.38906: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.38990: variable 'omit' from source: magic vars 11924 1726884974.39371: variable 'omit' from source: magic vars 11924 1726884974.39464: variable 'omit' from source: magic vars 11924 1726884974.39549: variable 'omit' from source: magic vars 11924 1726884974.39744: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884974.39748: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884974.39771: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884974.39805: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884974.39827: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884974.39868: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884974.39903: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884974.40074: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884974.40078: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.40085: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.40394: Set connection var ansible_shell_executable to /bin/sh 11924 1726884974.40397: Set connection var ansible_connection to ssh 11924 1726884974.40400: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884974.40403: Set connection var ansible_timeout to 10 11924 1726884974.40437: Set connection var ansible_pipelining to False 11924 1726884974.40450: Set connection var ansible_shell_type to sh 11924 1726884974.40766: variable 'ansible_shell_executable' from source: unknown 11924 1726884974.40769: variable 'ansible_connection' from source: unknown 11924 1726884974.40772: variable 'ansible_module_compression' from source: unknown 11924 1726884974.40779: variable 'ansible_shell_type' from source: unknown 11924 1726884974.40782: variable 'ansible_shell_executable' from source: unknown 11924 1726884974.40784: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.40788: variable 'ansible_pipelining' from source: unknown 11924 1726884974.40790: variable 'ansible_timeout' from source: unknown 11924 1726884974.40792: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.40795: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884974.40798: variable 'omit' from source: magic vars 11924 1726884974.40800: starting attempt loop 11924 1726884974.40803: running the handler 11924 1726884974.40844: handler run complete 11924 1726884974.40860: attempt loop complete, returning result 11924 1726884974.40872: _execute() done 11924 1726884974.40878: dumping result to json 11924 1726884974.40885: done dumping result, returning 11924 1726884974.40897: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [0affc8a3-6f6f-f4c0-2290-000000004c9d] 11924 1726884974.40908: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004c9d ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 11924 1726884974.41175: no more pending results, returning what we have 11924 1726884974.41179: results queue empty 11924 1726884974.41180: checking for any_errors_fatal 11924 1726884974.41260: done checking for any_errors_fatal 11924 1726884974.41261: checking for max_fail_percentage 11924 1726884974.41263: done checking for max_fail_percentage 11924 1726884974.41264: checking to see if all hosts have failed and the running result is not ok 11924 1726884974.41265: done checking to see if all hosts have failed 11924 1726884974.41266: getting the remaining hosts for this loop 11924 1726884974.41268: done getting the remaining hosts for this loop 11924 1726884974.41272: getting the next task for host managed_node2 11924 1726884974.41280: done getting next task for host managed_node2 11924 1726884974.41284: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 11924 1726884974.41288: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884974.41305: getting variables 11924 1726884974.41308: in VariableManager get_vars() 11924 1726884974.41484: Calling all_inventory to load vars for managed_node2 11924 1726884974.41487: Calling groups_inventory to load vars for managed_node2 11924 1726884974.41489: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884974.41500: Calling all_plugins_play to load vars for managed_node2 11924 1726884974.41503: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884974.41506: Calling groups_plugins_play to load vars for managed_node2 11924 1726884974.42090: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004c9d 11924 1726884974.42094: WORKER PROCESS EXITING 11924 1726884974.42594: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884974.43292: done with get_vars() 11924 1726884974.43317: done getting variables 11924 1726884974.43380: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 20 September 2024 22:16:14 -0400 (0:00:00.063) 0:02:19.773 ****** 11924 1726884974.43446: entering _queue_task() for managed_node2/set_fact 11924 1726884974.44102: worker is 1 (out of 1 available) 11924 1726884974.44119: exiting _queue_task() for managed_node2/set_fact 11924 1726884974.44134: done queuing things up, now waiting for results queue to drain 11924 1726884974.44135: waiting for pending results... 11924 1726884974.44360: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 11924 1726884974.44526: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004c9e 11924 1726884974.44531: variable 'ansible_search_path' from source: unknown 11924 1726884974.44535: variable 'ansible_search_path' from source: unknown 11924 1726884974.44537: calling self._execute() 11924 1726884974.44680: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.44693: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.44697: variable 'omit' from source: magic vars 11924 1726884974.44845: variable 'omit' from source: magic vars 11924 1726884974.44853: variable 'omit' from source: magic vars 11924 1726884974.44875: variable 'omit' from source: magic vars 11924 1726884974.44923: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884974.44962: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884974.44983: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884974.45052: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884974.45061: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884974.45064: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884974.45067: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884974.45077: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884974.45090: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.45093: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.45208: Set connection var ansible_shell_executable to /bin/sh 11924 1726884974.45217: Set connection var ansible_connection to ssh 11924 1726884974.45220: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884974.45222: Set connection var ansible_timeout to 10 11924 1726884974.45262: Set connection var ansible_pipelining to False 11924 1726884974.45276: Set connection var ansible_shell_type to sh 11924 1726884974.45384: variable 'ansible_shell_executable' from source: unknown 11924 1726884974.45387: variable 'ansible_connection' from source: unknown 11924 1726884974.45390: variable 'ansible_module_compression' from source: unknown 11924 1726884974.45392: variable 'ansible_shell_type' from source: unknown 11924 1726884974.45394: variable 'ansible_shell_executable' from source: unknown 11924 1726884974.45396: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.45399: variable 'ansible_pipelining' from source: unknown 11924 1726884974.45401: variable 'ansible_timeout' from source: unknown 11924 1726884974.45403: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.45496: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884974.45501: variable 'omit' from source: magic vars 11924 1726884974.45504: starting attempt loop 11924 1726884974.45507: running the handler 11924 1726884974.45509: handler run complete 11924 1726884974.45511: attempt loop complete, returning result 11924 1726884974.45516: _execute() done 11924 1726884974.45519: dumping result to json 11924 1726884974.45521: done dumping result, returning 11924 1726884974.45524: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [0affc8a3-6f6f-f4c0-2290-000000004c9e] 11924 1726884974.45526: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004c9e 11924 1726884974.45854: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004c9e 11924 1726884974.45860: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 11924 1726884974.46016: no more pending results, returning what we have 11924 1726884974.46019: results queue empty 11924 1726884974.46019: checking for any_errors_fatal 11924 1726884974.46026: done checking for any_errors_fatal 11924 1726884974.46027: checking for max_fail_percentage 11924 1726884974.46028: done checking for max_fail_percentage 11924 1726884974.46029: checking to see if all hosts have failed and the running result is not ok 11924 1726884974.46030: done checking to see if all hosts have failed 11924 1726884974.46031: getting the remaining hosts for this loop 11924 1726884974.46032: done getting the remaining hosts for this loop 11924 1726884974.46035: getting the next task for host managed_node2 11924 1726884974.46041: done getting next task for host managed_node2 11924 1726884974.46045: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 11924 1726884974.46047: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884974.46060: getting variables 11924 1726884974.46062: in VariableManager get_vars() 11924 1726884974.46093: Calling all_inventory to load vars for managed_node2 11924 1726884974.46096: Calling groups_inventory to load vars for managed_node2 11924 1726884974.46098: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884974.46106: Calling all_plugins_play to load vars for managed_node2 11924 1726884974.46109: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884974.46112: Calling groups_plugins_play to load vars for managed_node2 11924 1726884974.46663: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884974.47296: done with get_vars() 11924 1726884974.47312: done getting variables TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 20 September 2024 22:16:14 -0400 (0:00:00.039) 0:02:19.813 ****** 11924 1726884974.47423: entering _queue_task() for managed_node2/include_tasks 11924 1726884974.47894: worker is 1 (out of 1 available) 11924 1726884974.47908: exiting _queue_task() for managed_node2/include_tasks 11924 1726884974.47920: done queuing things up, now waiting for results queue to drain 11924 1726884974.47923: waiting for pending results... 11924 1726884974.48361: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 11924 1726884974.48369: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004c9f 11924 1726884974.48372: variable 'ansible_search_path' from source: unknown 11924 1726884974.48375: variable 'ansible_search_path' from source: unknown 11924 1726884974.48377: calling self._execute() 11924 1726884974.48495: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.48509: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.48530: variable 'omit' from source: magic vars 11924 1726884974.48893: variable 'storage_provider' from source: role '' defaults 11924 1726884974.48910: _execute() done 11924 1726884974.48935: dumping result to json 11924 1726884974.48943: done dumping result, returning 11924 1726884974.48973: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-f4c0-2290-000000004c9f] 11924 1726884974.48986: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004c9f 11924 1726884974.49194: no more pending results, returning what we have 11924 1726884974.49199: in VariableManager get_vars() 11924 1726884974.49245: Calling all_inventory to load vars for managed_node2 11924 1726884974.49252: Calling groups_inventory to load vars for managed_node2 11924 1726884974.49458: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884974.49471: Calling all_plugins_play to load vars for managed_node2 11924 1726884974.49474: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884974.49477: Calling groups_plugins_play to load vars for managed_node2 11924 1726884974.50263: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004c9f 11924 1726884974.50267: WORKER PROCESS EXITING 11924 1726884974.50429: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884974.51465: done with get_vars() 11924 1726884974.51479: variable 'ansible_search_path' from source: unknown 11924 1726884974.51481: variable 'ansible_search_path' from source: unknown 11924 1726884974.51514: we have included files to process 11924 1726884974.51515: generating all_blocks data 11924 1726884974.51517: done generating all_blocks data 11924 1726884974.51522: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884974.51523: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884974.51526: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 11924 1726884974.52345: in VariableManager get_vars() 11924 1726884974.52378: done with get_vars() redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 11924 1726884974.54252: done processing included file 11924 1726884974.54254: iterating over new_blocks loaded from include file 11924 1726884974.54258: in VariableManager get_vars() 11924 1726884974.54278: done with get_vars() 11924 1726884974.54279: filtering new block on tags 11924 1726884974.54493: done filtering new block on tags 11924 1726884974.54515: in VariableManager get_vars() 11924 1726884974.54536: done with get_vars() 11924 1726884974.54538: filtering new block on tags 11924 1726884974.54622: done filtering new block on tags 11924 1726884974.54625: in VariableManager get_vars() 11924 1726884974.54643: done with get_vars() 11924 1726884974.54645: filtering new block on tags 11924 1726884974.54749: done filtering new block on tags 11924 1726884974.54751: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node2 11924 1726884974.54758: extending task lists for all hosts with included blocks 11924 1726884974.55172: done extending task lists 11924 1726884974.55174: done processing included files 11924 1726884974.55174: results queue empty 11924 1726884974.55175: checking for any_errors_fatal 11924 1726884974.55179: done checking for any_errors_fatal 11924 1726884974.55180: checking for max_fail_percentage 11924 1726884974.55181: done checking for max_fail_percentage 11924 1726884974.55181: checking to see if all hosts have failed and the running result is not ok 11924 1726884974.55182: done checking to see if all hosts have failed 11924 1726884974.55183: getting the remaining hosts for this loop 11924 1726884974.55184: done getting the remaining hosts for this loop 11924 1726884974.55186: getting the next task for host managed_node2 11924 1726884974.55190: done getting next task for host managed_node2 11924 1726884974.55192: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 11924 1726884974.55195: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884974.55204: getting variables 11924 1726884974.55205: in VariableManager get_vars() 11924 1726884974.55216: Calling all_inventory to load vars for managed_node2 11924 1726884974.55219: Calling groups_inventory to load vars for managed_node2 11924 1726884974.55220: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884974.55225: Calling all_plugins_play to load vars for managed_node2 11924 1726884974.55227: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884974.55229: Calling groups_plugins_play to load vars for managed_node2 11924 1726884974.56101: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884974.57510: done with get_vars() 11924 1726884974.57528: done getting variables 11924 1726884974.57620: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 20 September 2024 22:16:14 -0400 (0:00:00.102) 0:02:19.915 ****** 11924 1726884974.57740: entering _queue_task() for managed_node2/package 11924 1726884974.58642: worker is 1 (out of 1 available) 11924 1726884974.58658: exiting _queue_task() for managed_node2/package 11924 1726884974.58671: done queuing things up, now waiting for results queue to drain 11924 1726884974.58673: waiting for pending results... 11924 1726884974.59007: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 11924 1726884974.59187: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e72 11924 1726884974.59212: variable 'ansible_search_path' from source: unknown 11924 1726884974.59220: variable 'ansible_search_path' from source: unknown 11924 1726884974.59260: calling self._execute() 11924 1726884974.59404: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.59426: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.59442: variable 'omit' from source: magic vars 11924 1726884974.59876: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884974.60192: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884974.60243: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884974.60293: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884974.60335: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884974.60510: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884974.60513: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884974.60516: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884974.60542: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884974.60708: variable 'storage_skip_checks' from source: set_fact 11924 1726884974.61063: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): False 11924 1726884974.61066: when evaluation is False, skipping this task 11924 1726884974.61068: _execute() done 11924 1726884974.61070: dumping result to json 11924 1726884974.61073: done dumping result, returning 11924 1726884974.61075: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-f4c0-2290-000000004e72] 11924 1726884974.61077: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e72 11924 1726884974.61152: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e72 11924 1726884974.61157: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"blivet_available\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884974.61225: no more pending results, returning what we have 11924 1726884974.61229: results queue empty 11924 1726884974.61230: checking for any_errors_fatal 11924 1726884974.61232: done checking for any_errors_fatal 11924 1726884974.61232: checking for max_fail_percentage 11924 1726884974.61234: done checking for max_fail_percentage 11924 1726884974.61235: checking to see if all hosts have failed and the running result is not ok 11924 1726884974.61236: done checking to see if all hosts have failed 11924 1726884974.61237: getting the remaining hosts for this loop 11924 1726884974.61239: done getting the remaining hosts for this loop 11924 1726884974.61243: getting the next task for host managed_node2 11924 1726884974.61252: done getting next task for host managed_node2 11924 1726884974.61258: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 11924 1726884974.61262: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884974.61291: getting variables 11924 1726884974.61293: in VariableManager get_vars() 11924 1726884974.61337: Calling all_inventory to load vars for managed_node2 11924 1726884974.61340: Calling groups_inventory to load vars for managed_node2 11924 1726884974.61342: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884974.61352: Calling all_plugins_play to load vars for managed_node2 11924 1726884974.61666: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884974.61673: Calling groups_plugins_play to load vars for managed_node2 11924 1726884974.63548: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884974.64166: done with get_vars() 11924 1726884974.64183: done getting variables 11924 1726884974.64240: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 20 September 2024 22:16:14 -0400 (0:00:00.066) 0:02:19.981 ****** 11924 1726884974.64278: entering _queue_task() for managed_node2/debug 11924 1726884974.64614: worker is 1 (out of 1 available) 11924 1726884974.64625: exiting _queue_task() for managed_node2/debug 11924 1726884974.64639: done queuing things up, now waiting for results queue to drain 11924 1726884974.64640: waiting for pending results... 11924 1726884974.65275: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_pools 11924 1726884974.65336: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e73 11924 1726884974.65587: variable 'ansible_search_path' from source: unknown 11924 1726884974.65591: variable 'ansible_search_path' from source: unknown 11924 1726884974.65593: calling self._execute() 11924 1726884974.65825: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.65837: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.65852: variable 'omit' from source: magic vars 11924 1726884974.66237: variable 'omit' from source: magic vars 11924 1726884974.66242: variable 'omit' from source: magic vars 11924 1726884974.66362: variable 'omit' from source: magic vars 11924 1726884974.66411: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884974.66455: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884974.66502: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884974.66606: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884974.66624: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884974.66645: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884974.66669: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884974.66726: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884974.66810: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.66819: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.67059: Set connection var ansible_shell_executable to /bin/sh 11924 1726884974.67067: Set connection var ansible_connection to ssh 11924 1726884974.67079: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884974.67090: Set connection var ansible_timeout to 10 11924 1726884974.67139: Set connection var ansible_pipelining to False 11924 1726884974.67149: Set connection var ansible_shell_type to sh 11924 1726884974.67186: variable 'ansible_shell_executable' from source: unknown 11924 1726884974.67348: variable 'ansible_connection' from source: unknown 11924 1726884974.67352: variable 'ansible_module_compression' from source: unknown 11924 1726884974.67354: variable 'ansible_shell_type' from source: unknown 11924 1726884974.67359: variable 'ansible_shell_executable' from source: unknown 11924 1726884974.67361: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.67363: variable 'ansible_pipelining' from source: unknown 11924 1726884974.67365: variable 'ansible_timeout' from source: unknown 11924 1726884974.67367: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.67563: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884974.67779: variable 'omit' from source: magic vars 11924 1726884974.67782: starting attempt loop 11924 1726884974.67784: running the handler 11924 1726884974.67787: variable 'storage_pools' from source: include params 11924 1726884974.68160: variable 'storage_pools' from source: include params 11924 1726884974.68164: variable 'unused_disks' from source: set_fact 11924 1726884974.68421: variable 'unused_disks' from source: set_fact 11924 1726884974.68485: variable 'volume_size' from source: play vars 11924 1726884974.68671: variable 'volume_size' from source: play vars 11924 1726884974.68684: variable 'fs_after' from source: play vars 11924 1726884974.68970: variable 'fs_after' from source: play vars 11924 1726884974.69147: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884974.71604: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884974.71680: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884974.71725: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884974.71771: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884974.71802: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884974.71943: variable 'ansible_distribution' from source: facts 11924 1726884974.71952: variable 'ansible_distribution_major_version' from source: facts 11924 1726884974.71977: variable 'mount_location' from source: play vars 11924 1726884974.72048: variable 'mount_location' from source: play vars 11924 1726884974.72114: handler run complete 11924 1726884974.72139: attempt loop complete, returning result 11924 1726884974.72146: _execute() done 11924 1726884974.72152: dumping result to json 11924 1726884974.72162: done dumping result, returning 11924 1726884974.72180: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-f4c0-2290-000000004e73] 11924 1726884974.72216: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e73 ok: [managed_node2] => { "storage_pools": [ { "disks": [ "sda" ], "name": "foo", "state": "absent", "volumes": [ { "fs_type": "xfs", "mount_point": "/opt/test1", "name": "test1", "size": "5g" } ] } ] } 11924 1726884974.72415: no more pending results, returning what we have 11924 1726884974.72420: results queue empty 11924 1726884974.72420: checking for any_errors_fatal 11924 1726884974.72432: done checking for any_errors_fatal 11924 1726884974.72433: checking for max_fail_percentage 11924 1726884974.72435: done checking for max_fail_percentage 11924 1726884974.72436: checking to see if all hosts have failed and the running result is not ok 11924 1726884974.72437: done checking to see if all hosts have failed 11924 1726884974.72437: getting the remaining hosts for this loop 11924 1726884974.72439: done getting the remaining hosts for this loop 11924 1726884974.72443: getting the next task for host managed_node2 11924 1726884974.72451: done getting next task for host managed_node2 11924 1726884974.72454: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 11924 1726884974.72461: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884974.72480: getting variables 11924 1726884974.72483: in VariableManager get_vars() 11924 1726884974.72523: Calling all_inventory to load vars for managed_node2 11924 1726884974.72526: Calling groups_inventory to load vars for managed_node2 11924 1726884974.72529: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884974.72539: Calling all_plugins_play to load vars for managed_node2 11924 1726884974.72542: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884974.72545: Calling groups_plugins_play to load vars for managed_node2 11924 1726884974.73414: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e73 11924 1726884974.73418: WORKER PROCESS EXITING 11924 1726884974.73772: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884974.74585: done with get_vars() 11924 1726884974.74605: done getting variables 11924 1726884974.74670: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 20 September 2024 22:16:14 -0400 (0:00:00.104) 0:02:20.085 ****** 11924 1726884974.74708: entering _queue_task() for managed_node2/debug 11924 1726884974.75175: worker is 1 (out of 1 available) 11924 1726884974.75190: exiting _queue_task() for managed_node2/debug 11924 1726884974.75203: done queuing things up, now waiting for results queue to drain 11924 1726884974.75205: waiting for pending results... 11924 1726884974.75519: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_volumes 11924 1726884974.75861: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e74 11924 1726884974.75864: variable 'ansible_search_path' from source: unknown 11924 1726884974.75867: variable 'ansible_search_path' from source: unknown 11924 1726884974.75870: calling self._execute() 11924 1726884974.75873: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.75875: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.75877: variable 'omit' from source: magic vars 11924 1726884974.75996: variable 'omit' from source: magic vars 11924 1726884974.76074: variable 'omit' from source: magic vars 11924 1726884974.76123: variable 'omit' from source: magic vars 11924 1726884974.76183: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884974.76317: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884974.76346: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884974.76378: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884974.76395: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884974.76431: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884974.76461: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884974.76498: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884974.76507: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.76518: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.76643: Set connection var ansible_shell_executable to /bin/sh 11924 1726884974.76656: Set connection var ansible_connection to ssh 11924 1726884974.76668: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884974.76680: Set connection var ansible_timeout to 10 11924 1726884974.76761: Set connection var ansible_pipelining to False 11924 1726884974.76764: Set connection var ansible_shell_type to sh 11924 1726884974.76766: variable 'ansible_shell_executable' from source: unknown 11924 1726884974.76768: variable 'ansible_connection' from source: unknown 11924 1726884974.76770: variable 'ansible_module_compression' from source: unknown 11924 1726884974.76772: variable 'ansible_shell_type' from source: unknown 11924 1726884974.76775: variable 'ansible_shell_executable' from source: unknown 11924 1726884974.76777: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.76779: variable 'ansible_pipelining' from source: unknown 11924 1726884974.76781: variable 'ansible_timeout' from source: unknown 11924 1726884974.76783: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.76979: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884974.76983: variable 'omit' from source: magic vars 11924 1726884974.76985: starting attempt loop 11924 1726884974.76987: running the handler 11924 1726884974.77235: handler run complete 11924 1726884974.77262: attempt loop complete, returning result 11924 1726884974.77270: _execute() done 11924 1726884974.77277: dumping result to json 11924 1726884974.77304: done dumping result, returning 11924 1726884974.77308: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-f4c0-2290-000000004e74] 11924 1726884974.77310: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e74 ok: [managed_node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 11924 1726884974.77734: no more pending results, returning what we have 11924 1726884974.77738: results queue empty 11924 1726884974.77738: checking for any_errors_fatal 11924 1726884974.77751: done checking for any_errors_fatal 11924 1726884974.77752: checking for max_fail_percentage 11924 1726884974.77754: done checking for max_fail_percentage 11924 1726884974.77757: checking to see if all hosts have failed and the running result is not ok 11924 1726884974.77758: done checking to see if all hosts have failed 11924 1726884974.77759: getting the remaining hosts for this loop 11924 1726884974.77761: done getting the remaining hosts for this loop 11924 1726884974.77765: getting the next task for host managed_node2 11924 1726884974.77775: done getting next task for host managed_node2 11924 1726884974.77779: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 11924 1726884974.77784: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884974.77800: getting variables 11924 1726884974.77803: in VariableManager get_vars() 11924 1726884974.77847: Calling all_inventory to load vars for managed_node2 11924 1726884974.77850: Calling groups_inventory to load vars for managed_node2 11924 1726884974.77852: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884974.77860: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e74 11924 1726884974.77863: WORKER PROCESS EXITING 11924 1726884974.78067: Calling all_plugins_play to load vars for managed_node2 11924 1726884974.78071: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884974.78074: Calling groups_plugins_play to load vars for managed_node2 11924 1726884974.78997: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884974.79684: done with get_vars() 11924 1726884974.79710: done getting variables TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 20 September 2024 22:16:14 -0400 (0:00:00.050) 0:02:20.137 ****** 11924 1726884974.79816: entering _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884974.80295: worker is 1 (out of 1 available) 11924 1726884974.80306: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884974.80321: done queuing things up, now waiting for results queue to drain 11924 1726884974.80323: waiting for pending results... 11924 1726884974.80992: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get required packages 11924 1726884974.81136: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e75 11924 1726884974.81149: variable 'ansible_search_path' from source: unknown 11924 1726884974.81154: variable 'ansible_search_path' from source: unknown 11924 1726884974.81303: calling self._execute() 11924 1726884974.81530: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.81535: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.81546: variable 'omit' from source: magic vars 11924 1726884974.82360: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884974.82770: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884974.82791: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884974.82845: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884974.82894: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884974.83038: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884974.83072: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884974.83103: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884974.83149: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884974.83352: variable 'storage_skip_checks' from source: set_fact 11924 1726884974.83460: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884974.83468: when evaluation is False, skipping this task 11924 1726884974.83472: _execute() done 11924 1726884974.83475: dumping result to json 11924 1726884974.83477: done dumping result, returning 11924 1726884974.83480: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-f4c0-2290-000000004e75] 11924 1726884974.83483: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e75 11924 1726884974.83792: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e75 11924 1726884974.83795: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884974.83877: no more pending results, returning what we have 11924 1726884974.83880: results queue empty 11924 1726884974.83881: checking for any_errors_fatal 11924 1726884974.83889: done checking for any_errors_fatal 11924 1726884974.83890: checking for max_fail_percentage 11924 1726884974.83892: done checking for max_fail_percentage 11924 1726884974.83893: checking to see if all hosts have failed and the running result is not ok 11924 1726884974.83894: done checking to see if all hosts have failed 11924 1726884974.83894: getting the remaining hosts for this loop 11924 1726884974.83896: done getting the remaining hosts for this loop 11924 1726884974.83900: getting the next task for host managed_node2 11924 1726884974.83908: done getting next task for host managed_node2 11924 1726884974.83915: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 11924 1726884974.83919: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884974.83944: getting variables 11924 1726884974.83946: in VariableManager get_vars() 11924 1726884974.83991: Calling all_inventory to load vars for managed_node2 11924 1726884974.83994: Calling groups_inventory to load vars for managed_node2 11924 1726884974.83997: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884974.84007: Calling all_plugins_play to load vars for managed_node2 11924 1726884974.84011: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884974.84017: Calling groups_plugins_play to load vars for managed_node2 11924 1726884974.84838: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884974.85504: done with get_vars() 11924 1726884974.85523: done getting variables TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 20 September 2024 22:16:14 -0400 (0:00:00.060) 0:02:20.198 ****** 11924 1726884974.85912: entering _queue_task() for managed_node2/include_tasks 11924 1726884974.86700: worker is 1 (out of 1 available) 11924 1726884974.86712: exiting _queue_task() for managed_node2/include_tasks 11924 1726884974.86727: done queuing things up, now waiting for results queue to drain 11924 1726884974.86729: waiting for pending results... 11924 1726884974.87184: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 11924 1726884974.87410: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e76 11924 1726884974.87425: variable 'ansible_search_path' from source: unknown 11924 1726884974.87428: variable 'ansible_search_path' from source: unknown 11924 1726884974.87561: calling self._execute() 11924 1726884974.87799: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.87803: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.87895: variable 'omit' from source: magic vars 11924 1726884974.89000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884974.89810: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884974.89860: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884974.89975: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884974.90197: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884974.90307: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884974.90336: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884974.90418: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884974.90447: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884974.90741: variable 'storage_skip_checks' from source: set_fact 11924 1726884974.90772: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884974.90780: when evaluation is False, skipping this task 11924 1726884974.90788: _execute() done 11924 1726884974.90794: dumping result to json 11924 1726884974.90801: done dumping result, returning 11924 1726884974.90816: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-f4c0-2290-000000004e76] 11924 1726884974.90827: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e76 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884974.91002: no more pending results, returning what we have 11924 1726884974.91005: results queue empty 11924 1726884974.91006: checking for any_errors_fatal 11924 1726884974.91021: done checking for any_errors_fatal 11924 1726884974.91022: checking for max_fail_percentage 11924 1726884974.91024: done checking for max_fail_percentage 11924 1726884974.91025: checking to see if all hosts have failed and the running result is not ok 11924 1726884974.91027: done checking to see if all hosts have failed 11924 1726884974.91028: getting the remaining hosts for this loop 11924 1726884974.91030: done getting the remaining hosts for this loop 11924 1726884974.91034: getting the next task for host managed_node2 11924 1726884974.91043: done getting next task for host managed_node2 11924 1726884974.91047: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 11924 1726884974.91052: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884974.91084: getting variables 11924 1726884974.91086: in VariableManager get_vars() 11924 1726884974.91134: Calling all_inventory to load vars for managed_node2 11924 1726884974.91137: Calling groups_inventory to load vars for managed_node2 11924 1726884974.91139: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884974.91151: Calling all_plugins_play to load vars for managed_node2 11924 1726884974.91479: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884974.91487: Calling groups_plugins_play to load vars for managed_node2 11924 1726884974.92264: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e76 11924 1726884974.92267: WORKER PROCESS EXITING 11924 1726884974.92750: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884974.94325: done with get_vars() 11924 1726884974.94353: done getting variables 11924 1726884974.94428: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 20 September 2024 22:16:14 -0400 (0:00:00.087) 0:02:20.285 ****** 11924 1726884974.94648: entering _queue_task() for managed_node2/package 11924 1726884974.95892: worker is 1 (out of 1 available) 11924 1726884974.95903: exiting _queue_task() for managed_node2/package 11924 1726884974.95915: done queuing things up, now waiting for results queue to drain 11924 1726884974.95918: waiting for pending results... 11924 1726884974.96336: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 11924 1726884974.96705: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e77 11924 1726884974.96721: variable 'ansible_search_path' from source: unknown 11924 1726884974.96777: variable 'ansible_search_path' from source: unknown 11924 1726884974.96856: calling self._execute() 11924 1726884974.97050: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884974.97054: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884974.97145: variable 'omit' from source: magic vars 11924 1726884974.97775: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884974.98191: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884974.98289: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884974.98323: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884974.98360: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884974.98529: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884974.98559: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884974.98586: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884974.98637: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884974.98790: variable 'storage_skip_checks' from source: set_fact 11924 1726884974.98810: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): False 11924 1726884974.98820: when evaluation is False, skipping this task 11924 1726884974.98824: _execute() done 11924 1726884974.98828: dumping result to json 11924 1726884974.98830: done dumping result, returning 11924 1726884974.98840: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-f4c0-2290-000000004e77] 11924 1726884974.98846: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e77 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"packages_installed\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884974.99002: no more pending results, returning what we have 11924 1726884974.99006: results queue empty 11924 1726884974.99007: checking for any_errors_fatal 11924 1726884974.99017: done checking for any_errors_fatal 11924 1726884974.99018: checking for max_fail_percentage 11924 1726884974.99020: done checking for max_fail_percentage 11924 1726884974.99021: checking to see if all hosts have failed and the running result is not ok 11924 1726884974.99022: done checking to see if all hosts have failed 11924 1726884974.99022: getting the remaining hosts for this loop 11924 1726884974.99025: done getting the remaining hosts for this loop 11924 1726884974.99029: getting the next task for host managed_node2 11924 1726884974.99036: done getting next task for host managed_node2 11924 1726884974.99041: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 11924 1726884974.99045: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884974.99061: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e77 11924 1726884974.99065: WORKER PROCESS EXITING 11924 1726884974.99179: getting variables 11924 1726884974.99183: in VariableManager get_vars() 11924 1726884974.99230: Calling all_inventory to load vars for managed_node2 11924 1726884974.99233: Calling groups_inventory to load vars for managed_node2 11924 1726884974.99236: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884974.99246: Calling all_plugins_play to load vars for managed_node2 11924 1726884974.99250: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884974.99253: Calling groups_plugins_play to load vars for managed_node2 11924 1726884975.00101: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884975.00720: done with get_vars() 11924 1726884975.00738: done getting variables TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 20 September 2024 22:16:15 -0400 (0:00:00.061) 0:02:20.347 ****** 11924 1726884975.00842: entering _queue_task() for managed_node2/service_facts 11924 1726884975.01621: worker is 1 (out of 1 available) 11924 1726884975.01637: exiting _queue_task() for managed_node2/service_facts 11924 1726884975.01652: done queuing things up, now waiting for results queue to drain 11924 1726884975.01653: waiting for pending results... 11924 1726884975.02275: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get service facts 11924 1726884975.02622: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e78 11924 1726884975.02764: variable 'ansible_search_path' from source: unknown 11924 1726884975.02769: variable 'ansible_search_path' from source: unknown 11924 1726884975.02837: calling self._execute() 11924 1726884975.03063: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884975.03114: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884975.03130: variable 'omit' from source: magic vars 11924 1726884975.03895: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884975.04241: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884975.04363: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884975.04366: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884975.04370: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884975.04580: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884975.04583: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884975.04586: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884975.04589: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884975.04756: variable 'storage_skip_checks' from source: set_fact 11924 1726884975.04782: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): False 11924 1726884975.04785: when evaluation is False, skipping this task 11924 1726884975.04788: _execute() done 11924 1726884975.04794: dumping result to json 11924 1726884975.04797: done dumping result, returning 11924 1726884975.04800: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-f4c0-2290-000000004e78] 11924 1726884975.04811: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e78 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_skip_checks is not defined or not \"service_facts\" in storage_skip_checks", "skip_reason": "Conditional result was False" } 11924 1726884975.05047: no more pending results, returning what we have 11924 1726884975.05052: results queue empty 11924 1726884975.05052: checking for any_errors_fatal 11924 1726884975.05068: done checking for any_errors_fatal 11924 1726884975.05069: checking for max_fail_percentage 11924 1726884975.05072: done checking for max_fail_percentage 11924 1726884975.05078: checking to see if all hosts have failed and the running result is not ok 11924 1726884975.05079: done checking to see if all hosts have failed 11924 1726884975.05080: getting the remaining hosts for this loop 11924 1726884975.05082: done getting the remaining hosts for this loop 11924 1726884975.05086: getting the next task for host managed_node2 11924 1726884975.05095: done getting next task for host managed_node2 11924 1726884975.05099: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 11924 1726884975.05103: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884975.05134: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e78 11924 1726884975.05139: WORKER PROCESS EXITING 11924 1726884975.05347: getting variables 11924 1726884975.05349: in VariableManager get_vars() 11924 1726884975.05393: Calling all_inventory to load vars for managed_node2 11924 1726884975.05395: Calling groups_inventory to load vars for managed_node2 11924 1726884975.05398: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884975.05408: Calling all_plugins_play to load vars for managed_node2 11924 1726884975.05411: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884975.05418: Calling groups_plugins_play to load vars for managed_node2 11924 1726884975.06607: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884975.07453: done with get_vars() 11924 1726884975.07471: done getting variables 11924 1726884975.07605: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 20 September 2024 22:16:15 -0400 (0:00:00.068) 0:02:20.415 ****** 11924 1726884975.07695: entering _queue_task() for managed_node2/set_fact 11924 1726884975.08437: worker is 1 (out of 1 available) 11924 1726884975.08449: exiting _queue_task() for managed_node2/set_fact 11924 1726884975.08487: done queuing things up, now waiting for results queue to drain 11924 1726884975.08489: waiting for pending results... 11924 1726884975.08957: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 11924 1726884975.09052: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e79 11924 1726884975.09083: variable 'ansible_search_path' from source: unknown 11924 1726884975.09091: variable 'ansible_search_path' from source: unknown 11924 1726884975.09166: calling self._execute() 11924 1726884975.09317: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884975.09332: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884975.09349: variable 'omit' from source: magic vars 11924 1726884975.09508: variable 'omit' from source: magic vars 11924 1726884975.09612: variable 'omit' from source: magic vars 11924 1726884975.10097: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884975.12982: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884975.13056: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884975.13095: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884975.13160: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884975.13163: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884975.13235: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884975.13279: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884975.13348: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884975.13467: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884975.13604: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884975.13734: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884975.13862: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884975.13876: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884975.13970: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884975.14063: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884975.14154: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884975.14179: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884975.14225: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884975.14332: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884975.14384: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884975.14430: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884975.14499: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884975.14527: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884975.14626: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884975.14640: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884975.14758: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884975.14811: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884975.14865: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884975.14936: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884975.14956: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884975.15425: variable 'ansible_facts' from source: unknown 11924 1726884975.16162: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884975.16379: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884975.16427: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884975.16488: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884975.16547: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884975.16592: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884975.16614: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884975.16697: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884975.16737: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884975.17539: variable 'omit' from source: magic vars 11924 1726884975.17576: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884975.17616: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884975.17640: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884975.17665: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884975.17703: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884975.17734: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884975.17758: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884975.17795: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884975.17812: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884975.17821: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884975.18010: Set connection var ansible_shell_executable to /bin/sh 11924 1726884975.18013: Set connection var ansible_connection to ssh 11924 1726884975.18015: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884975.18017: Set connection var ansible_timeout to 10 11924 1726884975.18026: Set connection var ansible_pipelining to False 11924 1726884975.18029: Set connection var ansible_shell_type to sh 11924 1726884975.18059: variable 'ansible_shell_executable' from source: unknown 11924 1726884975.18068: variable 'ansible_connection' from source: unknown 11924 1726884975.18137: variable 'ansible_module_compression' from source: unknown 11924 1726884975.18140: variable 'ansible_shell_type' from source: unknown 11924 1726884975.18143: variable 'ansible_shell_executable' from source: unknown 11924 1726884975.18146: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884975.18148: variable 'ansible_pipelining' from source: unknown 11924 1726884975.18150: variable 'ansible_timeout' from source: unknown 11924 1726884975.18152: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884975.18243: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884975.18262: variable 'omit' from source: magic vars 11924 1726884975.18273: starting attempt loop 11924 1726884975.18280: running the handler 11924 1726884975.18294: handler run complete 11924 1726884975.18310: attempt loop complete, returning result 11924 1726884975.18357: _execute() done 11924 1726884975.18360: dumping result to json 11924 1726884975.18363: done dumping result, returning 11924 1726884975.18365: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-f4c0-2290-000000004e79] 11924 1726884975.18368: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e79 ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 11924 1726884975.18536: no more pending results, returning what we have 11924 1726884975.18539: results queue empty 11924 1726884975.18539: checking for any_errors_fatal 11924 1726884975.18547: done checking for any_errors_fatal 11924 1726884975.18548: checking for max_fail_percentage 11924 1726884975.18550: done checking for max_fail_percentage 11924 1726884975.18551: checking to see if all hosts have failed and the running result is not ok 11924 1726884975.18551: done checking to see if all hosts have failed 11924 1726884975.18552: getting the remaining hosts for this loop 11924 1726884975.18554: done getting the remaining hosts for this loop 11924 1726884975.18559: getting the next task for host managed_node2 11924 1726884975.18574: done getting next task for host managed_node2 11924 1726884975.18578: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 11924 1726884975.18582: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884975.18598: getting variables 11924 1726884975.18600: in VariableManager get_vars() 11924 1726884975.18640: Calling all_inventory to load vars for managed_node2 11924 1726884975.18642: Calling groups_inventory to load vars for managed_node2 11924 1726884975.18644: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884975.18654: Calling all_plugins_play to load vars for managed_node2 11924 1726884975.18921: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884975.18927: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e79 11924 1726884975.18930: WORKER PROCESS EXITING 11924 1726884975.18934: Calling groups_plugins_play to load vars for managed_node2 11924 1726884975.19594: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884975.20280: done with get_vars() 11924 1726884975.20307: done getting variables TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 20 September 2024 22:16:15 -0400 (0:00:00.127) 0:02:20.543 ****** 11924 1726884975.20417: entering _queue_task() for managed_node2/systemd 11924 1726884975.20877: worker is 1 (out of 1 available) 11924 1726884975.20888: exiting _queue_task() for managed_node2/systemd 11924 1726884975.20899: done queuing things up, now waiting for results queue to drain 11924 1726884975.20900: waiting for pending results... 11924 1726884975.21158: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 11924 1726884975.21330: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e7b 11924 1726884975.21352: variable 'ansible_search_path' from source: unknown 11924 1726884975.21389: variable 'ansible_search_path' from source: unknown 11924 1726884975.21433: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884975.21683: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884975.21826: dumping result to json 11924 1726884975.21830: done dumping result, returning 11924 1726884975.21834: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-f4c0-2290-000000004e7b] 11924 1726884975.21836: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e7b skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884975.21987: no more pending results, returning what we have 11924 1726884975.21992: results queue empty 11924 1726884975.21992: checking for any_errors_fatal 11924 1726884975.22003: done checking for any_errors_fatal 11924 1726884975.22004: checking for max_fail_percentage 11924 1726884975.22006: done checking for max_fail_percentage 11924 1726884975.22008: checking to see if all hosts have failed and the running result is not ok 11924 1726884975.22009: done checking to see if all hosts have failed 11924 1726884975.22010: getting the remaining hosts for this loop 11924 1726884975.22012: done getting the remaining hosts for this loop 11924 1726884975.22016: getting the next task for host managed_node2 11924 1726884975.22024: done getting next task for host managed_node2 11924 1726884975.22030: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 11924 1726884975.22035: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884975.22067: getting variables 11924 1726884975.22069: in VariableManager get_vars() 11924 1726884975.22117: Calling all_inventory to load vars for managed_node2 11924 1726884975.22120: Calling groups_inventory to load vars for managed_node2 11924 1726884975.22122: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884975.22274: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e7b 11924 1726884975.22277: WORKER PROCESS EXITING 11924 1726884975.22294: Calling all_plugins_play to load vars for managed_node2 11924 1726884975.22298: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884975.22301: Calling groups_plugins_play to load vars for managed_node2 11924 1726884975.23198: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884975.24342: done with get_vars() 11924 1726884975.24359: done getting variables TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 20 September 2024 22:16:15 -0400 (0:00:00.040) 0:02:20.583 ****** 11924 1726884975.24449: entering _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884975.24761: worker is 1 (out of 1 available) 11924 1726884975.24776: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blivet 11924 1726884975.24790: done queuing things up, now waiting for results queue to drain 11924 1726884975.24792: waiting for pending results... 11924 1726884975.25062: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 11924 1726884975.25187: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e7c 11924 1726884975.25200: variable 'ansible_search_path' from source: unknown 11924 1726884975.25204: variable 'ansible_search_path' from source: unknown 11924 1726884975.25239: calling self._execute() 11924 1726884975.25373: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884975.25377: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884975.25381: variable 'omit' from source: magic vars 11924 1726884975.25590: variable 'omit' from source: magic vars 11924 1726884975.25594: variable 'omit' from source: magic vars 11924 1726884975.25815: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884975.28020: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884975.28098: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884975.28139: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884975.28172: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884975.28198: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884975.28278: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884975.28359: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884975.28364: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884975.28370: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884975.28386: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884975.28516: variable 'storage_pools' from source: include params 11924 1726884975.28520: variable 'unused_disks' from source: set_fact 11924 1726884975.28579: variable 'unused_disks' from source: set_fact 11924 1726884975.28636: variable 'volume_size' from source: play vars 11924 1726884975.28697: variable 'volume_size' from source: play vars 11924 1726884975.28707: variable 'fs_after' from source: play vars 11924 1726884975.28767: variable 'fs_after' from source: play vars 11924 1726884975.28952: variable 'ansible_distribution' from source: facts 11924 1726884975.28957: variable 'ansible_distribution_major_version' from source: facts 11924 1726884975.28960: variable 'mount_location' from source: play vars 11924 1726884975.29062: variable 'mount_location' from source: play vars 11924 1726884975.29165: variable 'storage_use_partitions' from source: role '' defaults 11924 1726884975.29169: variable 'storage_disklabel_type' from source: role '' defaults 11924 1726884975.29172: variable 'storage_pool_defaults' from source: role '' defaults 11924 1726884975.29261: variable 'storage_pool_defaults' from source: role '' defaults 11924 1726884975.29292: variable 'storage_volume_defaults' from source: role '' defaults 11924 1726884975.29351: variable 'storage_volume_defaults' from source: role '' defaults 11924 1726884975.29505: variable 'storage_safe_mode' from source: play vars 11924 1726884975.29524: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884975.29549: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884975.29576: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884975.29621: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884975.29666: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884975.29699: variable 'omit' from source: magic vars 11924 1726884975.29721: variable 'omit' from source: magic vars 11924 1726884975.29789: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884975.29793: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884975.29795: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884975.29834: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884975.29841: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884975.29844: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884975.29870: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884975.29940: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884975.29944: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884975.29946: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884975.30047: Set connection var ansible_shell_executable to /bin/sh 11924 1726884975.30051: Set connection var ansible_connection to ssh 11924 1726884975.30053: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884975.30067: Set connection var ansible_timeout to 10 11924 1726884975.30070: Set connection var ansible_pipelining to False 11924 1726884975.30073: Set connection var ansible_shell_type to sh 11924 1726884975.30075: variable 'ansible_shell_executable' from source: unknown 11924 1726884975.30077: variable 'ansible_connection' from source: unknown 11924 1726884975.30079: variable 'ansible_module_compression' from source: unknown 11924 1726884975.30081: variable 'ansible_shell_type' from source: unknown 11924 1726884975.30083: variable 'ansible_shell_executable' from source: unknown 11924 1726884975.30085: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884975.30260: variable 'ansible_pipelining' from source: unknown 11924 1726884975.30263: variable 'ansible_timeout' from source: unknown 11924 1726884975.30266: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884975.30269: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884975.30280: variable 'omit' from source: magic vars 11924 1726884975.30282: starting attempt loop 11924 1726884975.30285: running the handler 11924 1726884975.30287: _low_level_execute_command(): starting 11924 1726884975.30289: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884975.31264: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884975.31268: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884975.31271: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884975.31274: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884975.31277: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884975.31280: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884975.31282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884975.31285: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884975.31287: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884975.31290: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884975.31292: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884975.31295: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884975.31298: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884975.31300: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884975.31303: stderr chunk (state=3): >>>debug2: match found <<< 11924 1726884975.31306: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884975.31309: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884975.31311: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884975.31316: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884975.31319: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884975.32984: stdout chunk (state=3): >>>/root <<< 11924 1726884975.33083: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884975.33166: stderr chunk (state=3): >>><<< 11924 1726884975.33169: stdout chunk (state=3): >>><<< 11924 1726884975.33172: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884975.33175: _low_level_execute_command(): starting 11924 1726884975.33179: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884975.3315392-18374-111021294589550 `" && echo ansible-tmp-1726884975.3315392-18374-111021294589550="` echo /root/.ansible/tmp/ansible-tmp-1726884975.3315392-18374-111021294589550 `" ) && sleep 0' 11924 1726884975.33796: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884975.33810: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884975.33825: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884975.33864: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884975.33867: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884975.33869: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884975.33874: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884975.33922: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884975.33973: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884975.34005: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884975.34008: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884975.34084: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884975.36002: stdout chunk (state=3): >>>ansible-tmp-1726884975.3315392-18374-111021294589550=/root/.ansible/tmp/ansible-tmp-1726884975.3315392-18374-111021294589550 <<< 11924 1726884975.36162: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884975.36167: stdout chunk (state=3): >>><<< 11924 1726884975.36175: stderr chunk (state=3): >>><<< 11924 1726884975.36364: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884975.3315392-18374-111021294589550=/root/.ansible/tmp/ansible-tmp-1726884975.3315392-18374-111021294589550 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884975.36368: variable 'ansible_module_compression' from source: unknown 11924 1726884975.36376: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 11924 1726884975.36392: variable 'ansible_facts' from source: unknown 11924 1726884975.36515: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884975.3315392-18374-111021294589550/AnsiballZ_blivet.py 11924 1726884975.36705: Sending initial data 11924 1726884975.36719: Sent initial data (155 bytes) 11924 1726884975.37353: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884975.37382: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884975.37464: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884975.37510: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884975.37527: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884975.37548: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884975.37626: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884975.39239: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884975.39326: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884975.39393: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpmtqvxfoi /root/.ansible/tmp/ansible-tmp-1726884975.3315392-18374-111021294589550/AnsiballZ_blivet.py <<< 11924 1726884975.39396: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884975.3315392-18374-111021294589550/AnsiballZ_blivet.py" <<< 11924 1726884975.39443: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpmtqvxfoi" to remote "/root/.ansible/tmp/ansible-tmp-1726884975.3315392-18374-111021294589550/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884975.3315392-18374-111021294589550/AnsiballZ_blivet.py" <<< 11924 1726884975.40336: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884975.40377: stderr chunk (state=3): >>><<< 11924 1726884975.40390: stdout chunk (state=3): >>><<< 11924 1726884975.40428: done transferring module to remote 11924 1726884975.40442: _low_level_execute_command(): starting 11924 1726884975.40460: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884975.3315392-18374-111021294589550/ /root/.ansible/tmp/ansible-tmp-1726884975.3315392-18374-111021294589550/AnsiballZ_blivet.py && sleep 0' 11924 1726884975.41161: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884975.41174: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884975.41206: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884975.41228: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884975.41243: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884975.41324: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884975.43180: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884975.43230: stderr chunk (state=3): >>><<< 11924 1726884975.43234: stdout chunk (state=3): >>><<< 11924 1726884975.43253: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884975.43258: _low_level_execute_command(): starting 11924 1726884975.43382: _low_level_execute_command(): using become for this command 11924 1726884975.43385: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-yqxxjhxiucjtvtjdaspwmtlspxgmxzdx ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884975.3315392-18374-111021294589550/AnsiballZ_blivet.py'"'"' && sleep 0' 11924 1726884975.43595: Initial state: awaiting_escalation: BECOME-SUCCESS-yqxxjhxiucjtvtjdaspwmtlspxgmxzdx 11924 1726884975.44312: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884975.44593: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884975.44654: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884975.47629: stdout chunk (state=1): >>>BECOME-SUCCESS-yqxxjhxiucjtvtjdaspwmtlspxgmxzdx <<< 11924 1726884975.47633: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-yqxxjhxiucjtvtjdaspwmtlspxgmxzdx' 11924 1726884975.47948: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884975.47976: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884975.48008: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884975.48022: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884975.48084: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884975.48119: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884975.48174: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884975.48194: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884975.48197: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884975.48238: 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' <<< 11924 1726884975.48263: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884975.48290: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884975.48329: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884975.48365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884975.48402: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a848183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a847e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884975.48441: 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 0x7f8a8481a960> import '_signal' # <<< 11924 1726884975.48459: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 11924 1726884975.48502: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884975.48533: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884975.48591: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884975.48635: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884975.48678: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 11924 1726884975.48686: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884975.48753: 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' <<< 11924 1726884975.48758: 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' <<< 11924 1726884975.48780: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8462cfe0> <<< 11924 1726884975.48833: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884975.48873: 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 0x7f8a8462dfd0> <<< 11924 1726884975.48877: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884975.48905: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884975.49157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884975.49201: 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 <<< 11924 1726884975.49237: 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 <<< 11924 1726884975.49304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884975.49338: 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 0x7f8a84673e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884975.49364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884975.49397: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884975.49409: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84673ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884975.49457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884975.49476: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884975.49522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 11924 1726884975.49921: 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 0x7f8a846a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846a3ec0> import '_collections' # <<< 11924 1726884975.49945: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84683ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84670fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884975.49971: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884975.49976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884975.50014: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846c7800> <<< 11924 1726884975.50016: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846c6420> <<< 11924 1726884975.50019: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 11924 1726884975.50021: 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 0x7f8a846820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846c4c20> <<< 11924 1726884975.50046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884975.50074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846f8830> <<< 11924 1726884975.50092: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84670230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884975.50128: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884975.50152: 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 0x7f8a846f8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846f8b90> <<< 11924 1726884975.50177: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884975.50192: 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 0x7f8a846f8f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84666d50> <<< 11924 1726884975.50207: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884975.50231: 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 <<< 11924 1726884975.50282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884975.50293: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846f95b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846f92b0> import 'importlib.machinery' # <<< 11924 1726884975.50325: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 11924 1726884975.50347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 11924 1726884975.50374: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846fa4b0> import 'importlib.util' # import 'runpy' # <<< 11924 1726884975.50393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884975.50425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884975.50454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884975.50489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a847106b0> import 'errno' # <<< 11924 1726884975.50518: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884975.50553: 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 0x7f8a84711d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884975.50584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884975.50590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884975.50603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84712c30> <<< 11924 1726884975.50637: 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 0x7f8a84713290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84712180> <<< 11924 1726884975.50656: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884975.50681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884975.50717: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884975.50733: 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 0x7f8a84713d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84713440> <<< 11924 1726884975.50785: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846fa420> <<< 11924 1726884975.50798: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884975.50838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884975.50840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884975.50867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884975.50897: 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 0x7f8a84493bc0> <<< 11924 1726884975.50924: 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' <<< 11924 1726884975.50980: 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 0x7f8a844bc6b0> <<< 11924 1726884975.50983: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a844bc410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884975.51025: 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 0x7f8a844bc6e0> <<< 11924 1726884975.51029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884975.51042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884975.51101: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884975.51226: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a844bd010> <<< 11924 1726884975.51367: 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 0x7f8a844bd9d0> <<< 11924 1726884975.51370: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a844bc8c0> <<< 11924 1726884975.51394: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84491d60> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884975.51415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884975.51456: 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' <<< 11924 1726884975.51482: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a844bede0> <<< 11924 1726884975.51508: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a844bdb20> <<< 11924 1726884975.51530: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846fabd0> <<< 11924 1726884975.51542: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884975.51604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884975.51623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884975.51651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884975.51680: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a844e7140> <<< 11924 1726884975.51748: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884975.51762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884975.51787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884975.51802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884975.51840: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8450f4d0> <<< 11924 1726884975.51857: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884975.51903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884975.51951: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884975.51993: 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 0x7f8a8456c290> <<< 11924 1726884975.52011: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884975.52058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884975.52095: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884975.52099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884975.52184: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8456e9f0> <<< 11924 1726884975.52261: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8456c3b0> <<< 11924 1726884975.52296: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a845392e0> <<< 11924 1726884975.52327: 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 0x7f8a84375340> <<< 11924 1726884975.52360: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8450e2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a844bfd10> <<< 11924 1726884975.52492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884975.52495: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8a843755e0> <<< 11924 1726884975.52749: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qmey0wh/ansible_fedora.linux_system_roles.blivet_payload.zip' <<< 11924 1726884975.52752: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.52794: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.52953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884975.52966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884975.52995: 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' <<< 11924 1726884975.52998: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a843c7080> import '_typing' # <<< 11924 1726884975.53185: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a843a9f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a843a90d0> # zipimport: zlib available <<< 11924 1726884975.53206: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884975.53253: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884975.53259: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.53288: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884975.54678: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.56027: 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 0x7f8a843c4f50> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a843f6a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a843f67b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a843f60c0> <<< 11924 1726884975.56031: 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' <<< 11924 1726884975.56070: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a843f6840> <<< 11924 1726884975.56103: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a843c7d10> import 'atexit' # <<< 11924 1726884975.56135: 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 0x7f8a843f7710> <<< 11924 1726884975.56139: 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 0x7f8a843f7950> <<< 11924 1726884975.56153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884975.56205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884975.56219: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884975.56268: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a843f7e90> <<< 11924 1726884975.56274: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884975.56303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884975.56319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884975.56353: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d1dca0> <<< 11924 1726884975.56398: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884975.56401: 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 0x7f8a83d1f890> <<< 11924 1726884975.56428: 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' <<< 11924 1726884975.56474: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d20290> <<< 11924 1726884975.56485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884975.56517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884975.56550: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d21430> <<< 11924 1726884975.56566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884975.56597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884975.56622: 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' <<< 11924 1726884975.56669: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d23ec0> <<< 11924 1726884975.56713: 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 0x7f8a83d20fe0> <<< 11924 1726884975.56742: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d22150> <<< 11924 1726884975.56763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884975.56792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884975.56807: 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' <<< 11924 1726884975.56828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884975.56850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884975.56882: 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 0x7f8a83d2be00> <<< 11924 1726884975.56906: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884975.56971: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d2a8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d2a630> <<< 11924 1726884975.56996: 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' <<< 11924 1726884975.57076: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d2aba0> <<< 11924 1726884975.57100: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d22690> <<< 11924 1726884975.57133: 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 0x7f8a83d6fa40> <<< 11924 1726884975.57151: 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 0x7f8a83d700e0> <<< 11924 1726884975.57178: 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 <<< 11924 1726884975.57221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884975.57224: 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' <<< 11924 1726884975.57272: 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 0x7f8a83d71c40> <<< 11924 1726884975.57275: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d71a00> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884975.57404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884975.57469: 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 0x7f8a83d74200> <<< 11924 1726884975.57472: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d72330> <<< 11924 1726884975.57489: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884975.57533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884975.57559: 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' # <<< 11924 1726884975.57609: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d779e0> <<< 11924 1726884975.57769: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d743b0> <<< 11924 1726884975.57797: stdout 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 0x7f8a83d78770> <<< 11924 1726884975.57824: stdout 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 0x7f8a83d78830> <<< 11924 1726884975.57876: stdout 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 0x7f8a83d78b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d70350> <<< 11924 1726884975.57909: 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' <<< 11924 1726884975.57931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884975.57947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884975.57989: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884975.58006: 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 0x7f8a83c04290> <<< 11924 1726884975.58160: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884975.58175: 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 0x7f8a83c055b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d7aa20> <<< 11924 1726884975.58229: 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 0x7f8a83d7bdd0> <<< 11924 1726884975.58245: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d7a690> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884975.58270: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.58345: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.58509: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884975.58512: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884975.58515: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.58517: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884975.58629: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.58748: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.59281: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.59837: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884975.59853: 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 <<< 11924 1726884975.59879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884975.59935: 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 0x7f8a83c09820> <<< 11924 1726884975.60010: 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' <<< 11924 1726884975.60042: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c0a630> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c057f0> <<< 11924 1726884975.60091: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884975.60101: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.60129: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884975.60150: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.60301: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.60454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884975.60481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c0a1e0> # zipimport: zlib available <<< 11924 1726884975.60935: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.61466: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884975.61662: 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 <<< 11924 1726884975.61688: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.61781: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 11924 1726884975.61803: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.61825: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884975.61863: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.61911: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884975.61920: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.62170: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.62371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884975.62474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884975.62528: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c0b650> <<< 11924 1726884975.62531: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.62610: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.62688: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884975.62691: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884975.62721: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884975.62723: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.62807: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.62825: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884975.62973: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884975.62998: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.63165: stdout chunk (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' <<< 11924 1726884975.63187: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a83c16180> <<< 11924 1726884975.63464: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c118e0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884975.63470: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.63473: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884975.63475: stdout chunk (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' <<< 11924 1726884975.63478: 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 <<< 11924 1726884975.63519: 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 <<< 11924 1726884975.63585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884975.63606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884975.63628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884975.63686: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d02990> <<< 11924 1726884975.63750: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84426660> <<< 11924 1726884975.63868: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c15ee0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c0c410> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884975.63873: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 11924 1726884975.63899: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884975.63932: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884975.64028: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 11924 1726884975.64035: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available <<< 11924 1726884975.64075: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available <<< 11924 1726884975.64114: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884975.64141: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available <<< 11924 1726884975.65961: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.67196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884975.67200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884975.67223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884975.67237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884975.67249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884975.67279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 11924 1726884975.67295: 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 0x7f8a838a4bc0> <<< 11924 1726884975.67425: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c97fe0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c94ef0> <<< 11924 1726884975.67540: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83ca8800> <<< 11924 1726884975.67569: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.67761: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/arch.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 11924 1726884975.67783: 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' <<< 11924 1726884975.67786: stdout chunk (state=3): >>>import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838ba6c0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838ba2d0> <<< 11924 1726884975.67831: 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' <<< 11924 1726884975.67847: 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' <<< 11924 1726884975.67879: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838dcda0> <<< 11924 1726884975.67892: 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' <<< 11924 1726884975.68177: 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 0x7f8a838de000> # 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 0x7f8a838dd910> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838dd760> # /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 0x7f8a838e04d0> <<< 11924 1726884975.68385: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e0260> # /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' <<< 11924 1726884975.68391: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 11924 1726884975.68507: 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' <<< 11924 1726884975.68526: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e22d0> <<< 11924 1726884975.68564: 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 0x7f8a838e2060> <<< 11924 1726884975.68636: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e1910> # /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 <<< 11924 1726884975.68653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 11924 1726884975.68699: 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 <<< 11924 1726884975.68702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 11924 1726884975.68709: 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 <<< 11924 1726884975.68746: 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 0x7f8a838e50a0> <<< 11924 1726884975.68762: 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 <<< 11924 1726884975.68789: 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 0x7f8a838e5430> <<< 11924 1726884975.68815: 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 0x7f8a838e5850> <<< 11924 1726884975.68862: 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 <<< 11924 1726884975.68889: 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 0x7f8a838e60c0> <<< 11924 1726884975.68902: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e4710> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e41a0> # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 11924 1726884975.68937: 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' <<< 11924 1726884975.68963: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 11924 1726884975.68977: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e6840> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e3ce0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e3c50> <<< 11924 1726884975.69020: 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 <<< 11924 1726884975.69052: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 11924 1726884975.69080: 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 <<< 11924 1726884975.69097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' <<< 11924 1726884975.69126: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83928ef0> <<< 11924 1726884975.69129: 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 <<< 11924 1726884975.69159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 11924 1726884975.69162: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 11924 1726884975.69192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 11924 1726884975.69242: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83929d30> <<< 11924 1726884975.69265: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83929400> <<< 11924 1726884975.69423: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e71a0> <<< 11924 1726884975.69441: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 11924 1726884975.69509: 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 <<< 11924 1726884975.69515: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 11924 1726884975.69649: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83932930> <<< 11924 1726884975.69687: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 11924 1726884975.69726: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 11924 1726884975.69760: 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 <<< 11924 1726884975.69771: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 11924 1726884975.70224: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83938260> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e0e30> # /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 <<< 11924 1726884975.70227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 11924 1726884975.70325: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837c5f70> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837c5790> <<< 11924 1726884975.71258: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83932510> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838ba840> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838b96a0> <<< 11924 1726884975.71632: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83ca9910> <<< 11924 1726884975.71659: 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' <<< 11924 1726884975.71735: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837da630> <<< 11924 1726884975.71758: 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 0x7f8a837dc3e0> <<< 11924 1726884975.71819: 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 <<< 11924 1726884975.71950: 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 <<< 11924 1726884975.71968: 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 0x7f8a837dfbc0> <<< 11924 1726884975.71995: 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 0x7f8a837e01a0> <<< 11924 1726884975.72017: 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 <<< 11924 1726884975.72124: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 11924 1726884975.72295: 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' <<< 11924 1726884975.72299: 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' <<< 11924 1726884975.72322: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/_errorcheckers.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e1250> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e1100> # /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 0x7f8a837e14f0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e0e60> # /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 <<< 11924 1726884975.72363: 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 0x7f8a837e19d0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e1820> <<< 11924 1726884975.72404: 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' <<< 11924 1726884975.72407: 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 <<< 11924 1726884975.72420: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 11924 1726884975.72454: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e1d30> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e1a30> <<< 11924 1726884975.72503: stdout chunk (state=3): >>>import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e05f0> # /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' <<< 11924 1726884975.72632: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e1850> # /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' <<< 11924 1726884975.72650: 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 0x7f8a837e5ca0> # /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 0x7f8a837e6030> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e5a00> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e5070> <<< 11924 1726884975.72686: 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 0x7f8a837e61b0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837df860> <<< 11924 1726884975.72721: 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 <<< 11924 1726884975.72959: 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 0x7f8a837e6240> <<< 11924 1726884975.72988: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837dd3d0> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837dcaa0> # /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 <<< 11924 1726884975.73003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 11924 1726884975.73028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 11924 1726884975.73067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 11924 1726884975.73213: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837ee4b0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837ed2e0> # /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 0x7f8a837ee630> <<< 11924 1726884975.73229: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837dc6b0> <<< 11924 1726884975.73253: 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 <<< 11924 1726884975.73291: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 11924 1726884975.73315: 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 <<< 11924 1726884975.73333: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884975.73380: 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 0x7f8a8396fe60> <<< 11924 1726884975.73413: 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' <<< 11924 1726884975.73435: 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 <<< 11924 1726884975.73454: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 11924 1726884975.73484: 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 <<< 11924 1726884975.73499: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884975.73537: 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' <<< 11924 1726884975.73562: 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' <<< 11924 1726884975.73578: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82860560> <<< 11924 1726884975.73603: 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 0x7f8a82860d10> <<< 11924 1726884975.73762: 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' <<< 11924 1726884975.73777: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82861340> # /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 0x7f8a82861670> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a828603e0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83823b30> <<< 11924 1726884975.73833: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83820950> <<< 11924 1726884975.73862: 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' <<< 11924 1726884975.73889: 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' <<< 11924 1726884975.73912: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82874380> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838214c0> <<< 11924 1726884975.73966: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83820470> # /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' <<< 11924 1726884975.74103: 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 0x7f8a82874980> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838213d0> # /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 0x7f8a82874b60> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsck.py <<< 11924 1726884975.74117: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 11924 1726884975.74140: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82874f50> <<< 11924 1726884975.74166: 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 <<< 11924 1726884975.74272: 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 0x7f8a828756d0> <<< 11924 1726884975.74414: 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' <<< 11924 1726884975.74505: 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 0x7f8a8289d130> <<< 11924 1726884975.74534: 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' <<< 11924 1726884975.74623: 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 0x7f8a8289e1e0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8289db20> <<< 11924 1726884975.74663: 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 0x7f8a8289e5d0> # /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' <<< 11924 1726884975.74682: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8289f170> # /usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/disk.py <<< 11924 1726884975.74722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884975.74839: 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 <<< 11924 1726884975.74842: 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 0x7f8a8264de80> <<< 11924 1726884975.74870: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8264cb60> # /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 0x7f8a8264f2f0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/geometry.py <<< 11924 1726884975.74886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc' <<< 11924 1726884975.74916: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82670650> # /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' <<< 11924 1726884975.74939: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82671490> <<< 11924 1726884975.74957: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82892420> <<< 11924 1726884975.74994: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82892090> <<< 11924 1726884975.75093: 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 <<< 11924 1726884975.75097: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc' import 'blivet.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82673980> # /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' <<< 11924 1726884975.75123: 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' <<< 11924 1726884975.75209: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a826a0350> <<< 11924 1726884975.75276: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82673950> <<< 11924 1726884975.75531: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82672e40> # /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 0x7f8a826bcb60> <<< 11924 1726884975.75561: 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 0x7f8a826bccb0> # /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' <<< 11924 1726884975.75589: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a826d43e0> <<< 11924 1726884975.75605: 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 <<< 11924 1726884975.75629: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 11924 1726884975.75884: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a826d4a70> # /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 0x7f8a826d5400> # /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 0x7f8a826d5880> # /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 0x7f8a826d5df0> # /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 0x7f8a826d60f0> <<< 11924 1726884975.75914: 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' <<< 11924 1726884975.75937: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a826d66c0> <<< 11924 1726884975.75958: 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 <<< 11924 1726884975.75984: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a826d68d0> <<< 11924 1726884975.76022: 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 <<< 11924 1726884975.76035: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 11924 1726884975.76066: 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' <<< 11924 1726884975.76138: 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 0x7f8a826d7b60> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a826d79e0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a826d6a80> <<< 11924 1726884975.76173: 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' <<< 11924 1726884975.76200: 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' <<< 11924 1726884975.76240: 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 <<< 11924 1726884975.76250: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 11924 1726884975.76369: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8270c920> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8270c530> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a826d7f80> <<< 11924 1726884975.76577: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a826bd160> <<< 11924 1726884975.76592: 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 <<< 11924 1726884975.76611: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884975.76640: 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' <<< 11924 1726884975.76709: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8253c320> # /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' <<< 11924 1726884975.76997: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8253c6e0> <<< 11924 1726884975.77011: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a826bedb0> # /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' <<< 11924 1726884975.77350: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8253f710> <<< 11924 1726884975.77385: 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 <<< 11924 1726884975.77402: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' <<< 11924 1726884975.77428: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8253f860> <<< 11924 1726884975.77474: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8253ede0> <<< 11924 1726884975.77505: 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 <<< 11924 1726884975.77526: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 11924 1726884975.77559: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82555c70> <<< 11924 1726884975.77587: 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 <<< 11924 1726884975.77609: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 11924 1726884975.77642: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82557080> <<< 11924 1726884975.77658: 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' <<< 11924 1726884975.77722: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82557860> # /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' <<< 11924 1726884975.77808: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82568170> <<< 11924 1726884975.77813: 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 <<< 11924 1726884975.77825: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884975.77904: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82569f40> <<< 11924 1726884975.77907: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8396dd90> <<< 11924 1726884975.77909: 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 0x7f8a82891dc0> <<< 11924 1726884975.78376: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837f2b10> # /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 0x7f8a825a1100> # /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 0x7f8a825a1ee0> # /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 0x7f8a825a26f0> <<< 11924 1726884975.78416: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8258ff50> <<< 11924 1726884975.78430: 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 <<< 11924 1726884975.78468: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 11924 1726884975.78499: 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 <<< 11924 1726884975.78510: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' <<< 11924 1726884975.78530: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a825c81a0> <<< 11924 1726884975.78647: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a825a0530> <<< 11924 1726884975.78678: 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' <<< 11924 1726884975.78741: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a825e9ca0> <<< 11924 1726884975.78777: 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 <<< 11924 1726884975.79013: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/container.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82603860> <<< 11924 1726884975.79065: 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 <<< 11924 1726884975.79068: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' <<< 11924 1726884975.79069: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8242bd10> <<< 11924 1726884975.79092: 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 <<< 11924 1726884975.79107: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 11924 1726884975.79139: 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' <<< 11924 1726884975.79283: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82446030> <<< 11924 1726884975.79324: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82444260> <<< 11924 1726884975.79468: 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' <<< 11924 1726884975.79482: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82474500> <<< 11924 1726884975.79728: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82600140> <<< 11924 1726884975.79750: 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 <<< 11924 1726884975.79772: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 11924 1726884975.79894: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82600380> <<< 11924 1726884975.79948: 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' <<< 11924 1726884975.79977: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a824d6570> # /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' <<< 11924 1726884975.80026: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a824d70b0> <<< 11924 1726884975.80061: 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 0x7f8a824d7bf0> <<< 11924 1726884975.80154: 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' <<< 11924 1726884975.80175: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a824d7f80> # /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' <<< 11924 1726884975.80197: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a824e8f50> <<< 11924 1726884975.80210: 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 <<< 11924 1726884975.80241: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884975.80337: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a824e97f0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837dc530> <<< 11924 1726884975.80481: 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 <<< 11924 1726884975.80484: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 11924 1726884975.80526: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e11c0> <<< 11924 1726884975.80543: 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 <<< 11924 1726884975.80596: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 11924 1726884975.80613: 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 <<< 11924 1726884975.80658: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 11924 1726884975.80694: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82334c20> <<< 11924 1726884975.80831: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8250a900> # 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' # <<< 11924 1726884975.80839: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.81083: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884975.81288: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 11924 1726884975.81797: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/blivet.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/blivet.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc matches /usr/lib64/python3.12/shelve.py # code object from '/usr/lib64/python3.12/__pycache__/shelve.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884975.81852: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 11924 1726884975.81857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 11924 1726884975.81860: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a823901a0> <<< 11924 1726884975.81883: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884975.81908: 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 0x7f8a823904d0> <<< 11924 1726884975.81945: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8237c530> <<< 11924 1726884975.81973: stdout chunk (state=3): >>>import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82367cb0> <<< 11924 1726884975.82122: 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' <<< 11924 1726884975.82141: stdout chunk (state=3): >>>import 'blivet.devicelibs.edd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8237c740> <<< 11924 1726884975.82165: 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 <<< 11924 1726884975.82187: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicetree.cpython-312.pyc' <<< 11924 1726884975.82258: 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 <<< 11924 1726884975.82273: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/actionlist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tsort.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/tsort.cpython-312.pyc' import 'blivet.tsort' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82393f80> <<< 11924 1726884975.82335: stdout chunk (state=3): >>>import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a823934d0> <<< 11924 1726884975.82348: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/handler.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/handler.cpython-312.pyc' import 'blivet.events.handler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a81f04470> <<< 11924 1726884975.82387: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/populator.py <<< 11924 1726884975.82436: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/__pycache__/populator.cpython-312.pyc' <<< 11924 1726884975.82609: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884975.82613: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/devicepopulator.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/devicepopulator.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/populator/helpers/populatorhelper.py # code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/populatorhelper.cpython-312.pyc' import 'blivet.populator.helpers.populatorhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a81f06540> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a81f06300> # /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 0x7f8a81f06840> # /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 0x7f8a81f06b40> <<< 11924 1726884975.82618: 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 <<< 11924 1726884975.82635: 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 0x7f8a81f06cf0> # /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 <<< 11924 1726884975.82673: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884975.82692: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a81f06f30> <<< 11924 1726884975.82762: 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' <<< 11924 1726884975.82768: stdout chunk (state=3): >>>import 'blivet.populator.helpers.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a81f074d0> <<< 11924 1726884975.82884: 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 0x7f8a81f07f80> # /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 0x7f8a81f28170> # /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 <<< 11924 1726884975.82888: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/populator/helpers/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884975.82911: stdout chunk (state=3): >>>import 'blivet.populator.helpers.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a81f28350> # /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 0x7f8a81f28980> <<< 11924 1726884975.82944: 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' <<< 11924 1726884975.83100: stdout chunk (state=3): >>>import 'blivet.populator.helpers.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a81f292e0> # /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 <<< 11924 1726884975.83114: 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 0x7f8a81f29700> # /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 0x7f8a81f29910> # /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 0x7f8a81f299d0> # /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 0x7f8a81f29ca0> <<< 11924 1726884975.83135: stdout chunk (state=3): >>>import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a81f05be0> <<< 11924 1726884975.83167: stdout chunk (state=3): >>>import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a81f04cb0> <<< 11924 1726884975.83179: stdout chunk (state=3): >>>import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a81f04bf0> <<< 11924 1726884975.83234: stdout chunk (state=3): >>>import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82391400> <<< 11924 1726884975.83338: stdout chunk (state=3): >>>import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82365670> <<< 11924 1726884975.93327: 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 <<< 11924 1726884975.93426: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/iscsi.cpython-312.pyc' <<< 11924 1726884975.93664: stdout chunk (state=3): >>>import 'blivet.iscsi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a81fbf650> <<< 11924 1726884977.21228: stdout chunk (state=3): >>> {"changed": true, "actions": [{"action": "destroy device", "fs_type": null, "device": "/dev/mapper/foo-test1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/foo"}, {"action": "destroy format", "fs_type": "lvmpv", "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"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1"}]}], "volumes": [], "packages": ["xfsprogs"], "invocation": {"module_args": {"pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1"}]}], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 11924 1726884977.22505: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884977.22549: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884977.22568: 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__ <<< 11924 1726884977.22610: 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 <<< 11924 1726884977.22617: stdout chunk (state=3): >>># cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix <<< 11924 1726884977.22692: 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 # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 11924 1726884977.22741: 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 # 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 <<< 11924 1726884977.22747: 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 <<< 11924 1726884977.22771: stdout chunk (state=3): >>># destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal <<< 11924 1726884977.22812: 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<<< 11924 1726884977.22863: stdout chunk (state=3): >>> # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc <<< 11924 1726884977.22881: stdout chunk (state=3): >>># 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 <<< 11924 1726884977.22934: stdout chunk (state=3): >>># 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 <<< 11924 1726884977.22974: stdout chunk (state=3): >>># cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # 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 <<< 11924 1726884977.23743: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884977.23760: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884977.23811: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 11924 1726884977.23873: stdout chunk (state=3): >>># destroy ipaddress # destroy ntpath # destroy _compat_pickle <<< 11924 1726884977.23875: stdout chunk (state=3): >>># cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet <<< 11924 1726884977.24000: stdout chunk (state=3): >>># 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 <<< 11924 1726884977.24004: stdout chunk (state=3): >>># 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 <<< 11924 1726884977.24006: stdout chunk (state=3): >>># destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk <<< 11924 1726884977.24008: 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 <<< 11924 1726884977.24050: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # 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 <<< 11924 1726884977.24261: stdout chunk (state=3): >>># 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 <<< 11924 1726884977.24267: stdout chunk (state=3): >>># destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob <<< 11924 1726884977.24270: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject <<< 11924 1726884977.24272: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides <<< 11924 1726884977.24278: stdout chunk (state=3): >>># destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # 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 <<< 11924 1726884977.24286: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 11924 1726884977.24290: 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 <<< 11924 1726884977.24346: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize <<< 11924 1726884977.24433: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # 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 <<< 11924 1726884977.24499: 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 # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884977.24566: 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 __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 <<< 11924 1726884977.24598: stdout chunk (state=3): >>># 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 <<< 11924 1726884977.25583: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884977.25639: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref <<< 11924 1726884977.25650: stdout chunk (state=3): >>># destroy zipimport # destroy gi._gi <<< 11924 1726884977.25686: stdout chunk (state=3): >>># destroy _struct <<< 11924 1726884977.25772: stdout chunk (state=3): >>># destroy pyudev <<< 11924 1726884977.25784: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid <<< 11924 1726884977.25799: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid <<< 11924 1726884977.25876: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884977.25978: stdout chunk (state=3): >>># destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch <<< 11924 1726884977.26048: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 11924 1726884977.26054: 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 <<< 11924 1726884977.26098: stdout chunk (state=3): >>># destroy parted <<< 11924 1726884977.26109: stdout chunk (state=3): >>># destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode # destroy _warnings # destroy posix <<< 11924 1726884977.26138: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux._selinux <<< 11924 1726884977.26161: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 11924 1726884977.26225: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 11924 1726884977.26267: stdout chunk (state=3): >>># destroy _signal <<< 11924 1726884977.26309: stdout chunk (state=3): >>># destroy keyword # destroy abc # destroy _typing <<< 11924 1726884977.26329: 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 # 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 <<< 11924 1726884977.26363: stdout chunk (state=3): >>># destroy _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves <<< 11924 1726884977.26389: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections <<< 11924 1726884977.26421: 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 <<< 11924 1726884977.26447: stdout chunk (state=3): >>># destroy platform # destroy distro # destroy datetime <<< 11924 1726884977.26474: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy shlex # destroy subprocess <<< 11924 1726884977.26568: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884977.26775: 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 # destroy re # destroy _random <<< 11924 1726884977.26820: stdout chunk (state=3): >>># destroy _thread # destroy itertools # destroy _operator # destroy _functools # clear sys.audit hooks <<< 11924 1726884977.27564: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884977.27567: stdout chunk (state=3): >>><<< 11924 1726884977.27570: stderr chunk (state=3): >>><<< 11924 1726884977.27743: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a848183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a847e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8481a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8462cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8462dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84673e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84673ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846a3830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84683ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84670fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846c7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846c6420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846c4c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846f8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84670230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a846f8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846f8b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a846f8f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84666d50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846f95b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846f92b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846fa4b0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a847106b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a84711d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84712c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a84713290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84712180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a84713d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84713440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846fa420> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a84493bc0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a844bc6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a844bc410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a844bc6e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a844bd010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a844bd9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a844bc8c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84491d60> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a844bede0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a844bdb20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a846fabd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a844e7140> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8450f4d0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8456c290> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8456e9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8456c3b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a845392e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84375340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8450e2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a844bfd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8a843755e0> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_8qmey0wh/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 0x7f8a843c7080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a843a9f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a843a90d0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a843c4f50> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a843f6a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a843f67b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a843f60c0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a843f6840> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a843c7d10> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a843f7710> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a843f7950> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a843f7e90> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d1dca0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a83d1f890> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d20290> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d21430> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d23ec0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a83d20fe0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d22150> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d2be00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d2a8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d2a630> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d2aba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d22690> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a83d6fa40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d700e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a83d71c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d71a00> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a83d74200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d72330> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d779e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d743b0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a83d78770> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a83d78830> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a83d78b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d70350> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a83c04290> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a83c055b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d7aa20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a83d7bdd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d7a690> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a83c09820> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c0a630> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c057f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c0a1e0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c0b650> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8a83c16180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c118e0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83d02990> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a84426660> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c15ee0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c0c410> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f8a838a4bc0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c97fe0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83c94ef0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83ca8800> # 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 0x7f8a838ba6c0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838ba2d0> # /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 0x7f8a838dcda0> # /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 0x7f8a838de000> # 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 0x7f8a838dd910> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838dd760> # /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 0x7f8a838e04d0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e0260> # /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 0x7f8a838e22d0> # 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 0x7f8a838e2060> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e1910> # /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 0x7f8a838e50a0> # /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 0x7f8a838e5430> # /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 0x7f8a838e5850> # /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 0x7f8a838e60c0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e4710> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e41a0> # 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 0x7f8a838e6840> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e3ce0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e3c50> # /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 0x7f8a83928ef0> # /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 0x7f8a83929d30> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83929400> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e71a0> 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 0x7f8a83932930> 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 0x7f8a83938260> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838e0e30> # /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 0x7f8a837c5f70> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837c5790> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83932510> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838ba840> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838b96a0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83ca9910> # /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 0x7f8a837da630> # /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 0x7f8a837dc3e0> # /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 0x7f8a837dfbc0> # /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 0x7f8a837e01a0> # /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 0x7f8a837e1250> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e1100> # /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 0x7f8a837e14f0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e0e60> # /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 0x7f8a837e19d0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e1820> # /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 0x7f8a837e1d30> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e1a30> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e05f0> # /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 0x7f8a837e1850> # /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 0x7f8a837e5ca0> # /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 0x7f8a837e6030> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e5a00> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837e5070> # /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 0x7f8a837e61b0> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837df860> # /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 0x7f8a837e6240> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837dd3d0> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837dcaa0> # /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 0x7f8a837ee4b0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837ed2e0> # /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 0x7f8a837ee630> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837dc6b0> # /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 0x7f8a8396fe60> # /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 0x7f8a82860560> # /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 0x7f8a82860d10> # /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 0x7f8a82861340> # /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 0x7f8a82861670> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a828603e0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83823b30> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83820950> # /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 0x7f8a82874380> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838214c0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a83820470> # /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 0x7f8a82874980> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a838213d0> # /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 0x7f8a82874b60> # /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 0x7f8a82874f50> # /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 0x7f8a828756d0> # /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 0x7f8a8289d130> # /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 0x7f8a8289e1e0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8289db20> # /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 0x7f8a8289e5d0> # /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 0x7f8a8289f170> # /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 0x7f8a8264de80> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8264cb60> # /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 0x7f8a8264f2f0> # /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 0x7f8a82670650> # /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 0x7f8a82671490> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82892420> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82892090> # /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 0x7f8a82673980> # /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 0x7f8a826a0350> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82673950> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82672e40> # /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 0x7f8a826bcb60> # /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 0x7f8a826bccb0> # /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 0x7f8a826d43e0> # /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 0x7f8a826d4a70> # /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 0x7f8a826d5400> # /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 0x7f8a826d5880> # /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 0x7f8a826d5df0> # /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 0x7f8a826d60f0> # /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 0x7f8a826d66c0> # /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 0x7f8a826d68d0> # /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 0x7f8a826d7b60> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a826d79e0> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a826d6a80> # /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 0x7f8a8270c920> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8270c530> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a826d7f80> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a826bd160> # /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 0x7f8a8253c320> # /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 0x7f8a8253c6e0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a826bedb0> # /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 0x7f8a8253f710> # /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 0x7f8a8253f860> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8253ede0> # /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 0x7f8a82555c70> # /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 0x7f8a82557080> # /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 0x7f8a82557860> # /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 0x7f8a82568170> # /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 0x7f8a82569f40> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8396dd90> # /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 0x7f8a82891dc0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837f2b10> # /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 0x7f8a825a1100> # /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 0x7f8a825a1ee0> # /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 0x7f8a825a26f0> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8258ff50> # /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 0x7f8a825c81a0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a825a0530> # /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 0x7f8a825e9ca0> # /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 0x7f8a82603860> # /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 0x7f8a8242bd10> # /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 0x7f8a82446030> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82444260> # /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 0x7f8a82474500> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82600140> # /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 0x7f8a82600380> # /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 0x7f8a824d6570> # /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 0x7f8a824d70b0> # /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 0x7f8a824d7bf0> # /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 0x7f8a824d7f80> # /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 0x7f8a824e8f50> # /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 0x7f8a824e97f0> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a837dc530> # /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 0x7f8a837e11c0> # /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 0x7f8a82334c20> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8250a900> # 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 0x7f8a823901a0> # 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 0x7f8a823904d0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a8237c530> import 'shelve' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82367cb0> # /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 0x7f8a8237c740> # /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 0x7f8a82393f80> import 'blivet.actionlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a823934d0> # /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 0x7f8a81f04470> # /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 0x7f8a81f06540> import 'blivet.populator.helpers.devicepopulator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a81f06300> # /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 0x7f8a81f06840> # /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 0x7f8a81f06b40> # /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 0x7f8a81f06cf0> # /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 0x7f8a81f06f30> # /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 0x7f8a81f074d0> # /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 0x7f8a81f07f80> # /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 0x7f8a81f28170> # /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 0x7f8a81f28350> # /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 0x7f8a81f28980> # /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 0x7f8a81f292e0> # /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 0x7f8a81f29700> # /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 0x7f8a81f29910> # /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 0x7f8a81f299d0> # /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 0x7f8a81f29ca0> import 'blivet.populator.helpers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a81f05be0> import 'blivet.populator.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a81f04cb0> import 'blivet.populator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a81f04bf0> import 'blivet.devicetree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82391400> import 'blivet.blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8a82365670> # /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 0x7f8a81fbf650> {"changed": true, "actions": [{"action": "destroy device", "fs_type": null, "device": "/dev/mapper/foo-test1"}, {"action": "destroy device", "fs_type": null, "device": "/dev/foo"}, {"action": "destroy format", "fs_type": "lvmpv", "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"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1"}]}], "volumes": [], "packages": ["xfsprogs"], "invocation": {"module_args": {"pools": [{"disks": ["sda"], "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": "foo", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_metadata_version": null, "raid_chunk_size": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [{"encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_type": "xfs", "mount_options": "defaults", "mount_point": "/opt/test1", "mount_user": null, "mount_group": null, "mount_mode": null, "name": "test1", "raid_level": null, "size": "5g", "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"], "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/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1"}]}], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": false, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # destroy pickle # cleanup[2] removing shelve # cleanup[2] removing blivet.devicelibs.edd # cleanup[2] removing blivet.tsort # cleanup[2] removing blivet.actionlist # cleanup[2] removing blivet.events.handler # cleanup[2] removing blivet.populator.helpers.populatorhelper # cleanup[2] removing blivet.populator.helpers.devicepopulator # cleanup[2] removing blivet.populator.helpers.formatpopulator # cleanup[2] removing blivet.populator.helpers.btrfs # cleanup[2] removing blivet.populator.helpers.boot # cleanup[2] removing blivet.populator.helpers.disk # cleanup[2] removing blivet.populator.helpers.disklabel # cleanup[2] removing blivet.populator.helpers.dm # cleanup[2] removing blivet.populator.helpers.loop # cleanup[2] removing blivet.populator.helpers.luks # cleanup[2] removing blivet.populator.helpers.lvm # cleanup[2] removing blivet.populator.helpers.mdraid # cleanup[2] removing blivet.populator.helpers.multipath # cleanup[2] removing blivet.populator.helpers.optical # cleanup[2] removing blivet.populator.helpers.partition # cleanup[2] removing blivet.populator.helpers.stratis # cleanup[2] removing blivet.populator.helpers # cleanup[2] removing blivet.populator.populator # cleanup[2] removing blivet.populator # cleanup[2] removing blivet.devicetree # cleanup[2] removing blivet.blivet # cleanup[2] removing blivet.iscsi # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy _compat_pickle # cleanup[3] wiping blivet.iscsi # cleanup[3] wiping blivet.blivet # destroy shelve # cleanup[3] wiping blivet.devicetree # cleanup[3] wiping blivet.populator # destroy blivet.populator.helpers # destroy blivet.populator.populator # cleanup[3] wiping blivet.populator.helpers.stratis # cleanup[3] wiping blivet.populator.helpers.partition # cleanup[3] wiping blivet.populator.helpers.optical # cleanup[3] wiping blivet.populator.helpers.multipath # cleanup[3] wiping blivet.populator.helpers.mdraid # cleanup[3] wiping blivet.populator.helpers.lvm # cleanup[3] wiping blivet.populator.helpers.luks # cleanup[3] wiping blivet.populator.helpers.loop # cleanup[3] wiping blivet.populator.helpers.dm # cleanup[3] wiping blivet.populator.helpers.disklabel # cleanup[3] wiping blivet.populator.helpers.disk # cleanup[3] wiping blivet.populator.helpers.boot # cleanup[3] wiping blivet.populator.helpers.btrfs # cleanup[3] wiping blivet.populator.helpers.formatpopulator # cleanup[3] wiping blivet.populator.helpers.devicepopulator # cleanup[3] wiping blivet.populator.helpers.populatorhelper # cleanup[3] wiping blivet.events.handler # cleanup[3] wiping blivet.actionlist # cleanup[3] wiping blivet.tsort # cleanup[3] wiping blivet.devicelibs.edd # destroy struct # cleanup[3] wiping _pickle # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # cleanup[3] wiping blivet.tasks.fsmkfs # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.formats.fslib # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # destroy blivet.events.handler # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # destroy blivet.devicelibs.edd # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy tokenize # destroy _string # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy parted # destroy blivet.populator.helpers.populatorhelper # destroy blivet.populator.helpers.devicepopulator # destroy blivet.populator.helpers.formatpopulator # destroy blivet.populator.helpers.btrfs # destroy blivet.populator.helpers.boot # destroy blivet.populator.helpers.disk # destroy blivet.populator.helpers.disklabel # destroy blivet.populator.helpers.dm # destroy blivet.populator.helpers.loop # destroy blivet.populator.helpers.luks # destroy blivet.populator.helpers.lvm # destroy blivet.populator.helpers.mdraid # destroy blivet.populator.helpers.multipath # destroy blivet.populator.helpers.optical # destroy blivet.populator.helpers.partition # destroy blivet.populator.helpers.stratis # destroy pprint # destroy blivet.devicelibs.disk # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy _signal # destroy keyword # destroy abc # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy copy # destroy inspect # destroy blivet.formats.fslib # destroy math # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy _pickle # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy json.scanner # destroy _json # destroy collections # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy select # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy _hashlib # destroy stat # destroy selinux # destroy platform # destroy distro # destroy datetime # destroy argparse # destroy json # destroy shlex # destroy subprocess # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy os # destroy functools # destroy re # destroy _random # destroy _thread # destroy itertools # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884977.29325: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [{'name': 'foo', 'disks': ['sda'], 'state': 'absent', 'volumes': [{'name': 'test1', 'size': '5g', 'fs_type': 'xfs', 'mount_point': '/opt/test1'}]}], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': False, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.blivet', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726884975.3315392-18374-111021294589550/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884977.29329: _low_level_execute_command(): starting 11924 1726884977.29332: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884975.3315392-18374-111021294589550/ > /dev/null 2>&1 && sleep 0' 11924 1726884977.29334: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884977.29337: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884977.30823: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884977.30851: stderr chunk (state=3): >>><<< 11924 1726884977.30854: stdout chunk (state=3): >>><<< 11924 1726884977.30873: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884977.30884: handler run complete 11924 1726884977.31026: attempt loop complete, returning result 11924 1726884977.31030: _execute() done 11924 1726884977.31033: dumping result to json 11924 1726884977.31071: done dumping result, returning 11924 1726884977.31076: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-f4c0-2290-000000004e7c] 11924 1726884977.31087: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e7c changed: [managed_node2] => { "actions": [ { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "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" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } 11924 1726884977.31563: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e7c 11924 1726884977.31574: WORKER PROCESS EXITING 11924 1726884977.31598: no more pending results, returning what we have 11924 1726884977.31601: results queue empty 11924 1726884977.31602: checking for any_errors_fatal 11924 1726884977.31611: done checking for any_errors_fatal 11924 1726884977.31615: checking for max_fail_percentage 11924 1726884977.31617: done checking for max_fail_percentage 11924 1726884977.31618: checking to see if all hosts have failed and the running result is not ok 11924 1726884977.31619: done checking to see if all hosts have failed 11924 1726884977.31619: getting the remaining hosts for this loop 11924 1726884977.31622: done getting the remaining hosts for this loop 11924 1726884977.31625: getting the next task for host managed_node2 11924 1726884977.31632: done getting next task for host managed_node2 11924 1726884977.31635: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 11924 1726884977.31638: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884977.31650: getting variables 11924 1726884977.31652: in VariableManager get_vars() 11924 1726884977.31702: Calling all_inventory to load vars for managed_node2 11924 1726884977.31705: Calling groups_inventory to load vars for managed_node2 11924 1726884977.31708: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884977.31719: Calling all_plugins_play to load vars for managed_node2 11924 1726884977.31721: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884977.31724: Calling groups_plugins_play to load vars for managed_node2 11924 1726884977.32260: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884977.33448: done with get_vars() 11924 1726884977.33546: done getting variables 11924 1726884977.33798: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 20 September 2024 22:16:17 -0400 (0:00:02.093) 0:02:22.677 ****** 11924 1726884977.33842: entering _queue_task() for managed_node2/command 11924 1726884977.34339: worker is 1 (out of 1 available) 11924 1726884977.34433: exiting _queue_task() for managed_node2/command 11924 1726884977.34446: done queuing things up, now waiting for results queue to drain 11924 1726884977.34447: waiting for pending results... 11924 1726884977.34678: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 11924 1726884977.34862: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e7d 11924 1726884977.34891: variable 'ansible_search_path' from source: unknown 11924 1726884977.34902: variable 'ansible_search_path' from source: unknown 11924 1726884977.35160: calling self._execute() 11924 1726884977.35166: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884977.35169: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884977.35171: variable 'omit' from source: magic vars 11924 1726884977.35489: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884977.37706: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884977.37789: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884977.37834: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884977.37876: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884977.37909: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884977.38002: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884977.38037: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884977.38071: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884977.38116: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884977.38137: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884977.38259: Evaluated conditional (storage_udevadm_trigger | d(false)): False 11924 1726884977.38270: when evaluation is False, skipping this task 11924 1726884977.38278: _execute() done 11924 1726884977.38285: dumping result to json 11924 1726884977.38293: done dumping result, returning 11924 1726884977.38306: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-f4c0-2290-000000004e7d] 11924 1726884977.38316: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e7d 11924 1726884977.38428: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e7d skipping: [managed_node2] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 11924 1726884977.38483: no more pending results, returning what we have 11924 1726884977.38487: results queue empty 11924 1726884977.38487: checking for any_errors_fatal 11924 1726884977.38526: done checking for any_errors_fatal 11924 1726884977.38527: checking for max_fail_percentage 11924 1726884977.38529: done checking for max_fail_percentage 11924 1726884977.38530: checking to see if all hosts have failed and the running result is not ok 11924 1726884977.38531: done checking to see if all hosts have failed 11924 1726884977.38531: getting the remaining hosts for this loop 11924 1726884977.38534: done getting the remaining hosts for this loop 11924 1726884977.38539: getting the next task for host managed_node2 11924 1726884977.38547: done getting next task for host managed_node2 11924 1726884977.38551: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 11924 1726884977.38557: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884977.38586: getting variables 11924 1726884977.38589: in VariableManager get_vars() 11924 1726884977.38631: Calling all_inventory to load vars for managed_node2 11924 1726884977.38634: Calling groups_inventory to load vars for managed_node2 11924 1726884977.38636: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884977.38646: Calling all_plugins_play to load vars for managed_node2 11924 1726884977.38649: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884977.38652: Calling groups_plugins_play to load vars for managed_node2 11924 1726884977.38888: WORKER PROCESS EXITING 11924 1726884977.39486: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884977.40114: done with get_vars() 11924 1726884977.40133: done getting variables TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 20 September 2024 22:16:17 -0400 (0:00:00.063) 0:02:22.741 ****** 11924 1726884977.40236: entering _queue_task() for managed_node2/stat 11924 1726884977.40588: worker is 1 (out of 1 available) 11924 1726884977.40601: exiting _queue_task() for managed_node2/stat 11924 1726884977.40615: done queuing things up, now waiting for results queue to drain 11924 1726884977.40617: waiting for pending results... 11924 1726884977.40985: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 11924 1726884977.41134: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e7e 11924 1726884977.41158: variable 'ansible_search_path' from source: unknown 11924 1726884977.41187: variable 'ansible_search_path' from source: unknown 11924 1726884977.41209: calling self._execute() 11924 1726884977.41351: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884977.41403: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884977.41406: variable 'omit' from source: magic vars 11924 1726884977.41497: variable 'omit' from source: magic vars 11924 1726884977.41576: variable 'omit' from source: magic vars 11924 1726884977.41623: variable 'omit' from source: magic vars 11924 1726884977.41677: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884977.41858: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884977.41863: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884977.41867: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884977.41869: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884977.41871: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884977.41874: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884977.41876: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884977.41878: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884977.41881: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884977.42002: Set connection var ansible_shell_executable to /bin/sh 11924 1726884977.42009: Set connection var ansible_connection to ssh 11924 1726884977.42018: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884977.42026: Set connection var ansible_timeout to 10 11924 1726884977.42035: Set connection var ansible_pipelining to False 11924 1726884977.42043: Set connection var ansible_shell_type to sh 11924 1726884977.42078: variable 'ansible_shell_executable' from source: unknown 11924 1726884977.42084: variable 'ansible_connection' from source: unknown 11924 1726884977.42090: variable 'ansible_module_compression' from source: unknown 11924 1726884977.42096: variable 'ansible_shell_type' from source: unknown 11924 1726884977.42105: variable 'ansible_shell_executable' from source: unknown 11924 1726884977.42111: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884977.42118: variable 'ansible_pipelining' from source: unknown 11924 1726884977.42123: variable 'ansible_timeout' from source: unknown 11924 1726884977.42129: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884977.42331: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884977.42347: variable 'omit' from source: magic vars 11924 1726884977.42357: starting attempt loop 11924 1726884977.42364: running the handler 11924 1726884977.42379: _low_level_execute_command(): starting 11924 1726884977.42390: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884977.43185: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884977.43235: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884977.43287: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884977.43371: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884977.45091: stdout chunk (state=3): >>>/root <<< 11924 1726884977.45195: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884977.45200: stderr chunk (state=3): >>><<< 11924 1726884977.45202: stdout chunk (state=3): >>><<< 11924 1726884977.45225: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884977.45250: _low_level_execute_command(): starting 11924 1726884977.45340: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884977.4523416-18468-205753449942514 `" && echo ansible-tmp-1726884977.4523416-18468-205753449942514="` echo /root/.ansible/tmp/ansible-tmp-1726884977.4523416-18468-205753449942514 `" ) && sleep 0' 11924 1726884977.45884: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884977.45899: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884977.45912: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884977.45931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884977.45949: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884977.45972: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884977.45996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884977.46019: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884977.46073: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884977.46122: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884977.46141: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884977.46167: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884977.46291: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884977.48173: stdout chunk (state=3): >>>ansible-tmp-1726884977.4523416-18468-205753449942514=/root/.ansible/tmp/ansible-tmp-1726884977.4523416-18468-205753449942514 <<< 11924 1726884977.48277: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884977.48317: stderr chunk (state=3): >>><<< 11924 1726884977.48333: stdout chunk (state=3): >>><<< 11924 1726884977.48361: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884977.4523416-18468-205753449942514=/root/.ansible/tmp/ansible-tmp-1726884977.4523416-18468-205753449942514 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884977.48419: variable 'ansible_module_compression' from source: unknown 11924 1726884977.48562: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884977.48565: variable 'ansible_facts' from source: unknown 11924 1726884977.48635: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884977.4523416-18468-205753449942514/AnsiballZ_stat.py 11924 1726884977.48775: Sending initial data 11924 1726884977.48877: Sent initial data (153 bytes) 11924 1726884977.50277: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884977.50478: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884977.50497: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884977.50501: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884977.50641: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884977.50725: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884977.52341: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884977.52580: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884977.4523416-18468-205753449942514/AnsiballZ_stat.py" <<< 11924 1726884977.52592: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp6cxybdc5 /root/.ansible/tmp/ansible-tmp-1726884977.4523416-18468-205753449942514/AnsiballZ_stat.py <<< 11924 1726884977.52631: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp6cxybdc5" to remote "/root/.ansible/tmp/ansible-tmp-1726884977.4523416-18468-205753449942514/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884977.4523416-18468-205753449942514/AnsiballZ_stat.py" <<< 11924 1726884977.53535: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884977.53588: stderr chunk (state=3): >>><<< 11924 1726884977.53602: stdout chunk (state=3): >>><<< 11924 1726884977.53718: done transferring module to remote 11924 1726884977.53782: _low_level_execute_command(): starting 11924 1726884977.53812: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884977.4523416-18468-205753449942514/ /root/.ansible/tmp/ansible-tmp-1726884977.4523416-18468-205753449942514/AnsiballZ_stat.py && sleep 0' 11924 1726884977.54639: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884977.54652: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884977.54731: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884977.54796: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884977.54828: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884977.54842: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884977.54935: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884977.56727: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884977.56739: stderr chunk (state=3): >>><<< 11924 1726884977.56741: stdout chunk (state=3): >>><<< 11924 1726884977.56758: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884977.56761: _low_level_execute_command(): starting 11924 1726884977.56766: _low_level_execute_command(): using become for this command 11924 1726884977.56778: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-brgxsyjepfedrnjaahjbvgplkfssuuwg ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884977.4523416-18468-205753449942514/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884977.56860: Initial state: awaiting_escalation: BECOME-SUCCESS-brgxsyjepfedrnjaahjbvgplkfssuuwg 11924 1726884977.57517: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884977.57554: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884977.57612: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884977.60664: stdout chunk (state=1): >>>BECOME-SUCCESS-brgxsyjepfedrnjaahjbvgplkfssuuwg <<< 11924 1726884977.60712: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-brgxsyjepfedrnjaahjbvgplkfssuuwg' 11924 1726884977.60951: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884977.60992: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884977.61083: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884977.61183: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884977.61186: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884977.61219: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884977.61307: 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' # <<< 11924 1726884977.61397: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884977.61523: 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 0x7f76aa3bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa38ba10> <<< 11924 1726884977.61599: 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 0x7f76aa3be930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # <<< 11924 1726884977.61699: stdout chunk (state=3): >>>import 'stat' # import '_collections_abc' # <<< 11924 1726884977.61703: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884977.61705: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884977.61753: 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' <<< 11924 1726884977.61794: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa3ccfe0> <<< 11924 1726884977.61845: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884977.61893: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa3cdfd0> <<< 11924 1726884977.61918: 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. <<< 11924 1726884977.62145: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884977.62161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884977.62196: 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 <<< 11924 1726884977.62240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884977.62265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884977.62299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1abe90> <<< 11924 1726884977.62380: 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' <<< 11924 1726884977.62384: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1abf50> <<< 11924 1726884977.62401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884977.62425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884977.62449: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884977.62484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884977.62511: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884977.62537: 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 0x7f76aa1e3890> <<< 11924 1726884977.62581: 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 0x7f76aa1e3f20> <<< 11924 1726884977.62604: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884977.62636: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1c3b60> <<< 11924 1726884977.62652: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884977.62678: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1c1280> <<< 11924 1726884977.62764: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1a9040> <<< 11924 1726884977.62793: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884977.62817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884977.62843: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884977.62888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884977.62912: 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' <<< 11924 1726884977.62932: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa207800> <<< 11924 1726884977.62952: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa206450> <<< 11924 1726884977.62991: 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' <<< 11924 1726884977.62995: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1c2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa204bf0> <<< 11924 1726884977.63050: 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 0x7f76aa238890> <<< 11924 1726884977.63073: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1a82c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 11924 1726884977.63101: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884977.63129: 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 0x7f76aa238d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa238bf0> <<< 11924 1726884977.63222: 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 0x7f76aa238fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1a6de0> <<< 11924 1726884977.63281: 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 <<< 11924 1726884977.63311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa239670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa239370> import 'importlib.machinery' # <<< 11924 1726884977.63363: 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' <<< 11924 1726884977.63405: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa23a540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884977.63457: 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 <<< 11924 1726884977.63519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa250740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884977.63523: 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 0x7f76aa251e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884977.63584: 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' <<< 11924 1726884977.63602: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa252cc0> <<< 11924 1726884977.63673: 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 0x7f76aa2532f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa252210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884977.63676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884977.63731: 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 0x7f76aa253d70> <<< 11924 1726884977.63737: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa2534a0> <<< 11924 1726884977.63778: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa23a4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884977.63812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884977.63849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884977.63886: 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 0x7f76a9fe7c50> <<< 11924 1726884977.63934: 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' <<< 11924 1726884977.63946: 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' <<< 11924 1726884977.64017: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76aa0107a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa010500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76aa0107d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884977.64134: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884977.64219: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76aa011100> <<< 11924 1726884977.64373: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884977.64379: 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 0x7f76aa011ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa0109b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9fe5df0> <<< 11924 1726884977.64398: 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' <<< 11924 1726884977.64431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884977.64445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa012e70> <<< 11924 1726884977.64524: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa011940> <<< 11924 1726884977.64539: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa23ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884977.64588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884977.64622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884977.64660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884977.64694: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa03b1d0> <<< 11924 1726884977.64768: 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' <<< 11924 1726884977.64776: 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' <<< 11924 1726884977.64974: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa067560> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884977.64977: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884977.65017: 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 0x7f76aa0c02f0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884977.65072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884977.65148: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa0c2a20> <<< 11924 1726884977.65246: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa0c03e0> <<< 11924 1726884977.65266: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa08d2e0> <<< 11924 1726884977.65358: 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 0x7f76a99253d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa066360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa013da0> <<< 11924 1726884977.65428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884977.65450: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f76aa0666c0> <<< 11924 1726884977.65638: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_parz_lc8/ansible_stat_payload.zip' # zipimport: zlib available<<< 11924 1726884977.65777: stdout chunk (state=3): >>> # zipimport: zlib available <<< 11924 1726884977.65819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884977.65844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'<<< 11924 1726884977.65848: stdout chunk (state=3): >>> <<< 11924 1726884977.66006: 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 0x7f76a997b0e0> import '_typing' # <<< 11924 1726884977.66194: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9959fd0> <<< 11924 1726884977.66198: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9959130> # zipimport: zlib available <<< 11924 1726884977.66236: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884977.66262: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.66274: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.66287: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884977.66305: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.67722: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.68833: 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' <<< 11924 1726884977.68848: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9978e30> <<< 11924 1726884977.68852: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884977.68881: 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 <<< 11924 1726884977.68885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884977.68917: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884977.68920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884977.68951: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884977.68957: 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 0x7f76a99a29f0> <<< 11924 1726884977.68991: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a99a2780> <<< 11924 1726884977.69024: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a99a20f0> <<< 11924 1726884977.69042: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884977.69061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884977.69083: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a99a2510> <<< 11924 1726884977.69103: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa38a9c0> import 'atexit' # <<< 11924 1726884977.69135: 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 0x7f76a99a37d0> <<< 11924 1726884977.69176: 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 0x7f76a99a3a10> <<< 11924 1726884977.69180: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884977.69235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884977.69243: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884977.69296: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a99a3f50> <<< 11924 1726884977.69301: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884977.69325: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884977.69345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884977.69386: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9811d00> <<< 11924 1726884977.69419: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884977.69431: 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 0x7f76a9813920> <<< 11924 1726884977.69437: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884977.69459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884977.69494: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a98142c0> <<< 11924 1726884977.69514: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884977.69538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884977.69565: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9815460> <<< 11924 1726884977.69577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884977.69622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884977.69635: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884977.69651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884977.69700: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9817ef0> <<< 11924 1726884977.69733: 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 0x7f76a981c230> <<< 11924 1726884977.69753: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a98161b0> <<< 11924 1726884977.69774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884977.69805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884977.69828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884977.69832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 11924 1726884977.69850: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884977.69880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884977.69909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884977.69912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 11924 1726884977.69933: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a981fe60> import '_tokenize' # <<< 11924 1726884977.69995: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a981e930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a981e690> <<< 11924 1726884977.70021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884977.70028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884977.70109: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a981ec00> <<< 11924 1726884977.70131: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a98166c0> <<< 11924 1726884977.70168: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884977.70172: 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 0x7f76a9863f20> <<< 11924 1726884977.70195: 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 0x7f76a9864260> <<< 11924 1726884977.70214: 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 <<< 11924 1726884977.70235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884977.70257: 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' <<< 11924 1726884977.70296: 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 0x7f76a9865d30> <<< 11924 1726884977.70304: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9865af0> <<< 11924 1726884977.70320: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884977.70435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884977.70485: 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 0x7f76a98682c0> <<< 11924 1726884977.70488: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9866420> <<< 11924 1726884977.70516: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884977.70553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884977.70577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884977.70589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884977.70595: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884977.70637: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a986baa0> <<< 11924 1726884977.70763: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9868470> <<< 11924 1726884977.70822: stdout 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 0x7f76a986c860> <<< 11924 1726884977.70851: stdout 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 0x7f76a986c920> <<< 11924 1726884977.70898: stdout 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 0x7f76a986cbc0> <<< 11924 1726884977.70917: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9864440> <<< 11924 1726884977.70933: 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 <<< 11924 1726884977.70954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 11924 1726884977.70958: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884977.70980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884977.71007: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884977.71031: 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 0x7f76a98f85c0> <<< 11924 1726884977.71181: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884977.71190: 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 0x7f76a98f9a00> <<< 11924 1726884977.71195: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a986ed20> <<< 11924 1726884977.71235: 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 0x7f76a986f8f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a986e900> <<< 11924 1726884977.71239: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.71269: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.71275: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 11924 1726884977.71287: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.71372: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.71467: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.71532: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884977.71535: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.71538: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.71541: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 11924 1726884977.71545: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.71646: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.71773: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.72310: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.72845: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884977.72890: 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' # <<< 11924 1726884977.72893: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884977.72932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884977.72954: 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 0x7f76a98fdaf0> <<< 11924 1726884977.73039: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884977.73062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884977.73065: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a98fe7e0> <<< 11924 1726884977.73073: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a98f9af0> <<< 11924 1726884977.73118: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884977.73124: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.73159: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.73188: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884977.73191: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.73330: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.73500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884977.73503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a98fe870> <<< 11924 1726884977.73538: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.73960: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.74405: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.74465: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.74540: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884977.74545: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.74588: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.74630: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884977.74636: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.74706: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.74788: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884977.74832: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.74840: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884977.74876: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.74880: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.74924: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884977.74927: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.75153: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.75383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884977.75450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884977.75453: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884977.75524: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a98ffb00> <<< 11924 1726884977.75530: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.75607: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.75683: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884977.75723: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884977.75745: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.75767: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.75803: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884977.75808: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.75866: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.75903: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.75964: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.76030: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884977.76071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884977.76161: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a970a690> <<< 11924 1726884977.76195: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9705d00> <<< 11924 1726884977.76223: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884977.76238: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.76298: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.76360: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.76381: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.76430: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884977.76444: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884977.76450: 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 <<< 11924 1726884977.76472: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884977.76496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884977.76581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884977.76607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884977.76657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884977.76661: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a99fadb0> <<< 11924 1726884977.76694: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a99eea80> <<< 11924 1726884977.76776: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a970a6c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a98ff500> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884977.76781: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.76817: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.76838: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884977.76898: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884977.76904: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.76927: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.76940: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 11924 1726884977.76946: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.77073: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.77268: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884977.78653: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/fstab", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1366, "inode": 268435653, "dev": 51714, "nlink": 1, "atime": 1726884952.8956046, "mtime": 1726884952.4615996, "ctime": 1726884952.4615996, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "mimetype": "text/plain", "charset": "us-ascii", "version": "3378186958", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 11924 1726884977.78680: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884977.79149: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884977.79263: 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 <<< 11924 1726884977.79321: 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 # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux <<< 11924 1726884977.79407: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 11924 1726884977.79667: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884977.79678: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884977.79694: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 11924 1726884977.79735: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 11924 1726884977.79814: 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 <<< 11924 1726884977.79818: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 11924 1726884977.79821: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884977.79859: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 11924 1726884977.79862: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884977.79884: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884977.79898: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884977.79966: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884977.79996: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 11924 1726884977.80026: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 11924 1726884977.80088: 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 <<< 11924 1726884977.80139: 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 # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 11924 1726884977.80215: 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 <<< 11924 1726884977.80330: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884977.80349: stdout chunk (state=3): >>># destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884977.80398: 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 <<< 11924 1726884977.80423: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884977.80538: 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 <<< 11924 1726884977.80640: 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 <<< 11924 1726884977.80664: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884977.81163: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884977.81198: stderr chunk (state=3): >>><<< 11924 1726884977.81201: stdout chunk (state=3): >>><<< 11924 1726884977.81317: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa3bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa38ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa3be930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa3ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa3cdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1abe90> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1abf50> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1e3890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1e3f20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1c3b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1c1280> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1a9040> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa207800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa206450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1c2150> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa204bf0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa238890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1a82c0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76aa238d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa238bf0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76aa238fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa1a6de0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa239670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa239370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa23a540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa250740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76aa251e20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa252cc0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76aa2532f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa252210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76aa253d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa2534a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa23a4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a9fe7c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76aa0107a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa010500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76aa0107d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76aa011100> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76aa011ac0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa0109b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9fe5df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa012e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa011940> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa23ac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa03b1d0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa067560> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa0c02f0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa0c2a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa0c03e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa08d2e0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a99253d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa066360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa013da0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f76aa0666c0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_parz_lc8/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 0x7f76a997b0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9959fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9959130> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9978e30> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a99a29f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a99a2780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a99a20f0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a99a2510> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76aa38a9c0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a99a37d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a99a3a10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a99a3f50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9811d00> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a9813920> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a98142c0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9815460> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9817ef0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a981c230> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a98161b0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a981fe60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a981e930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a981e690> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a981ec00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a98166c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a9863f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9864260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a9865d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9865af0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a98682c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9866420> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a986baa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9868470> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a986c860> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a986c920> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a986cbc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9864440> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a98f85c0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a98f9a00> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a986ed20> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a986f8f0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a986e900> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a98fdaf0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a98fe7e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a98f9af0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a98fe870> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a98ffb00> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76a970a690> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a9705d00> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a99fadb0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a99eea80> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a970a6c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76a98ff500> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/fstab", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1366, "inode": 268435653, "dev": 51714, "nlink": 1, "atime": 1726884952.8956046, "mtime": 1726884952.4615996, "ctime": 1726884952.4615996, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "mimetype": "text/plain", "charset": "us-ascii", "version": "3378186958", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884977.82144: 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-1726884977.4523416-18468-205753449942514/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884977.82149: _low_level_execute_command(): starting 11924 1726884977.82152: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884977.4523416-18468-205753449942514/ > /dev/null 2>&1 && sleep 0' 11924 1726884977.82409: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884977.82412: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884977.82417: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884977.82419: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884977.82421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884977.82423: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884977.82458: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884977.82478: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884977.82528: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884977.84463: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884977.84472: stderr chunk (state=3): >>><<< 11924 1726884977.84475: stdout chunk (state=3): >>><<< 11924 1726884977.84495: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884977.84500: handler run complete 11924 1726884977.84585: attempt loop complete, returning result 11924 1726884977.84589: _execute() done 11924 1726884977.84591: dumping result to json 11924 1726884977.84593: done dumping result, returning 11924 1726884977.84596: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-f4c0-2290-000000004e7e] 11924 1726884977.84598: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e7e 11924 1726884977.84718: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e7e 11924 1726884977.84721: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884952.8956046, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "ctime": 1726884952.4615996, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 268435653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726884952.4615996, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3378186958", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 11924 1726884977.84981: no more pending results, returning what we have 11924 1726884977.84985: results queue empty 11924 1726884977.84986: checking for any_errors_fatal 11924 1726884977.84992: done checking for any_errors_fatal 11924 1726884977.84992: checking for max_fail_percentage 11924 1726884977.84994: done checking for max_fail_percentage 11924 1726884977.84995: checking to see if all hosts have failed and the running result is not ok 11924 1726884977.84995: done checking to see if all hosts have failed 11924 1726884977.84996: getting the remaining hosts for this loop 11924 1726884977.85089: done getting the remaining hosts for this loop 11924 1726884977.85093: getting the next task for host managed_node2 11924 1726884977.85104: done getting next task for host managed_node2 11924 1726884977.85108: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 11924 1726884977.85111: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884977.85124: getting variables 11924 1726884977.85125: in VariableManager get_vars() 11924 1726884977.85167: Calling all_inventory to load vars for managed_node2 11924 1726884977.85170: Calling groups_inventory to load vars for managed_node2 11924 1726884977.85172: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884977.85182: Calling all_plugins_play to load vars for managed_node2 11924 1726884977.85190: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884977.85194: Calling groups_plugins_play to load vars for managed_node2 11924 1726884977.85954: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884977.86575: done with get_vars() 11924 1726884977.86590: done getting variables TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 20 September 2024 22:16:17 -0400 (0:00:00.464) 0:02:23.205 ****** 11924 1726884977.86687: entering _queue_task() for managed_node2/lineinfile 11924 1726884977.87048: worker is 1 (out of 1 available) 11924 1726884977.87063: exiting _queue_task() for managed_node2/lineinfile 11924 1726884977.87075: done queuing things up, now waiting for results queue to drain 11924 1726884977.87077: waiting for pending results... 11924 1726884977.87482: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 11924 1726884977.87580: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e7f 11924 1726884977.87598: variable 'ansible_search_path' from source: unknown 11924 1726884977.87604: variable 'ansible_search_path' from source: unknown 11924 1726884977.87642: calling self._execute() 11924 1726884977.87770: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884977.87781: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884977.87863: variable 'omit' from source: magic vars 11924 1726884977.88199: variable '__storage_fstab' from source: set_fact 11924 1726884977.88242: Evaluated conditional (__storage_fstab.stat.exists): True 11924 1726884977.88412: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884977.88711: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884977.88768: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884977.88807: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884977.88849: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884977.88953: variable 'blivet_output' from source: set_fact 11924 1726884977.88995: Evaluated conditional (blivet_output is changed): True 11924 1726884977.89006: variable 'omit' from source: magic vars 11924 1726884977.89082: variable 'omit' from source: magic vars 11924 1726884977.89113: variable '__str' from source: task vars 11924 1726884977.89270: variable '__str' from source: task vars 11924 1726884977.89273: variable '__str' from source: task vars 11924 1726884977.89275: variable '__str' from source: task vars 11924 1726884977.89293: variable 'omit' from source: magic vars 11924 1726884977.89326: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884977.89363: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884977.89392: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884977.89415: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884977.89431: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884977.89454: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884977.89478: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884977.89515: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884977.89523: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884977.89529: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884977.89637: Set connection var ansible_shell_executable to /bin/sh 11924 1726884977.89644: Set connection var ansible_connection to ssh 11924 1726884977.89702: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884977.89706: Set connection var ansible_timeout to 10 11924 1726884977.89709: Set connection var ansible_pipelining to False 11924 1726884977.89711: Set connection var ansible_shell_type to sh 11924 1726884977.89712: variable 'ansible_shell_executable' from source: unknown 11924 1726884977.89714: variable 'ansible_connection' from source: unknown 11924 1726884977.89716: variable 'ansible_module_compression' from source: unknown 11924 1726884977.89724: variable 'ansible_shell_type' from source: unknown 11924 1726884977.89734: variable 'ansible_shell_executable' from source: unknown 11924 1726884977.89741: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884977.89749: variable 'ansible_pipelining' from source: unknown 11924 1726884977.89758: variable 'ansible_timeout' from source: unknown 11924 1726884977.89766: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884977.89938: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884977.90028: variable 'omit' from source: magic vars 11924 1726884977.90031: starting attempt loop 11924 1726884977.90034: running the handler 11924 1726884977.90036: _low_level_execute_command(): starting 11924 1726884977.90038: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884977.90734: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884977.90749: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884977.90775: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884977.90889: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884977.90919: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884977.91012: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884977.92772: stdout chunk (state=3): >>>/root <<< 11924 1726884977.92841: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884977.92854: stdout chunk (state=3): >>><<< 11924 1726884977.92871: stderr chunk (state=3): >>><<< 11924 1726884977.92903: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884977.93052: _low_level_execute_command(): starting 11924 1726884977.93058: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884977.9292312-18485-210965190613143 `" && echo ansible-tmp-1726884977.9292312-18485-210965190613143="` echo /root/.ansible/tmp/ansible-tmp-1726884977.9292312-18485-210965190613143 `" ) && sleep 0' 11924 1726884977.94395: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884977.94399: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884977.94501: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884977.94589: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884977.96540: stdout chunk (state=3): >>>ansible-tmp-1726884977.9292312-18485-210965190613143=/root/.ansible/tmp/ansible-tmp-1726884977.9292312-18485-210965190613143 <<< 11924 1726884977.96646: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884977.96720: stderr chunk (state=3): >>><<< 11924 1726884977.96738: stdout chunk (state=3): >>><<< 11924 1726884977.96760: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884977.9292312-18485-210965190613143=/root/.ansible/tmp/ansible-tmp-1726884977.9292312-18485-210965190613143 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884977.96966: variable 'ansible_module_compression' from source: unknown 11924 1726884977.96970: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.lineinfile-ZIP_DEFLATED 11924 1726884977.96972: variable 'ansible_facts' from source: unknown 11924 1726884977.97036: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884977.9292312-18485-210965190613143/AnsiballZ_lineinfile.py 11924 1726884977.97294: Sending initial data 11924 1726884977.97309: Sent initial data (159 bytes) 11924 1726884977.98075: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884977.98260: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884977.98394: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884977.98433: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884978.00061: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884978.00100: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884978.00164: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpck_i5m7a /root/.ansible/tmp/ansible-tmp-1726884977.9292312-18485-210965190613143/AnsiballZ_lineinfile.py <<< 11924 1726884978.00174: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884977.9292312-18485-210965190613143/AnsiballZ_lineinfile.py" <<< 11924 1726884978.00207: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpck_i5m7a" to remote "/root/.ansible/tmp/ansible-tmp-1726884977.9292312-18485-210965190613143/AnsiballZ_lineinfile.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884977.9292312-18485-210965190613143/AnsiballZ_lineinfile.py" <<< 11924 1726884978.01654: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884978.01671: stdout chunk (state=3): >>><<< 11924 1726884978.01876: stderr chunk (state=3): >>><<< 11924 1726884978.01880: done transferring module to remote 11924 1726884978.01882: _low_level_execute_command(): starting 11924 1726884978.01884: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884977.9292312-18485-210965190613143/ /root/.ansible/tmp/ansible-tmp-1726884977.9292312-18485-210965190613143/AnsiballZ_lineinfile.py && sleep 0' 11924 1726884978.03088: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884978.03289: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884978.03461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884978.03587: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884978.04169: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884978.05846: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884978.05851: stdout chunk (state=3): >>><<< 11924 1726884978.05853: stderr chunk (state=3): >>><<< 11924 1726884978.05858: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884978.05860: _low_level_execute_command(): starting 11924 1726884978.05862: _low_level_execute_command(): using become for this command 11924 1726884978.05864: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-jftcthawqsxnokxvtmdvdqbskmmgdaxc ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884977.9292312-18485-210965190613143/AnsiballZ_lineinfile.py'"'"' && sleep 0' 11924 1726884978.06286: Initial state: awaiting_escalation: BECOME-SUCCESS-jftcthawqsxnokxvtmdvdqbskmmgdaxc 11924 1726884978.06890: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884978.07053: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884978.07174: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884978.07376: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884978.07568: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884978.10547: stdout chunk (state=1): >>>BECOME-SUCCESS-jftcthawqsxnokxvtmdvdqbskmmgdaxc <<< 11924 1726884978.10565: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-jftcthawqsxnokxvtmdvdqbskmmgdaxc' 11924 1726884978.10949: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884978.11061: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884978.11086: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884978.11089: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884978.11311: 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 0x7f8d6ace83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6acb7a10> <<< 11924 1726884978.11318: 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 0x7f8d6acea960> <<< 11924 1726884978.11351: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884978.11360: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884978.11363: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884978.11482: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 11924 1726884978.11605: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # <<< 11924 1726884978.11748: 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 0x7f8d6aa98fe0> <<< 11924 1726884978.11753: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884978.11770: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aa99fd0> <<< 11924 1726884978.11791: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884978.11933: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884978.12117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884978.12120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884978.12134: 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 <<< 11924 1726884978.12198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884978.12206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884978.12262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884978.12295: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aadfe60> <<< 11924 1726884978.12369: 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 0x7f8d6aadff20> <<< 11924 1726884978.12422: 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 <<< 11924 1726884978.12425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884978.12585: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884978.12588: 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' <<< 11924 1726884978.12699: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab0f890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884978.12713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab0ff20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aaefb30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aaed250> <<< 11924 1726884978.12742: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aadd010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884978.12778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884978.12788: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884978.12828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884978.12933: 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' <<< 11924 1726884978.12980: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab337d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab323f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aaee240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab30c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884978.13002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab64830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aadc290> <<< 11924 1726884978.13018: 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' <<< 11924 1726884978.13063: 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 0x7f8d6ab64ce0> <<< 11924 1726884978.13075: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab64b90> <<< 11924 1726884978.13108: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884978.13121: 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 0x7f8d6ab64f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aad2db0> <<< 11924 1726884978.13161: 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' <<< 11924 1726884978.13307: 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 0x7f8d6ab65640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab65310> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab66510> <<< 11924 1726884978.13313: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884978.13315: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884978.13359: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884978.13561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884978.13595: 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 0x7f8d6ab7c740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6ab7de50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab7ecf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6ab7f2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab7e240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884978.13617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884978.13647: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884978.13666: 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 0x7f8d6ab7fd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab7f4a0> <<< 11924 1726884978.13715: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab66570> <<< 11924 1726884978.13730: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884978.13763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884978.13779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884978.13809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884978.13841: 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' <<< 11924 1726884978.13921: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a8ffc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884978.13947: 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 0x7f8d6a9286b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a928410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a9286e0> <<< 11924 1726884978.13974: 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' <<< 11924 1726884978.14042: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884978.14172: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a929010> <<< 11924 1726884978.14366: 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 0x7f8d6a9299d0> <<< 11924 1726884978.14392: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a9288c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a8fddf0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884978.14416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884978.14429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a92adb0> <<< 11924 1726884978.14474: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a929af0> <<< 11924 1726884978.14561: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab66c60> <<< 11924 1726884978.14586: 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 <<< 11924 1726884978.14612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884978.14640: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a9570b0> <<< 11924 1726884978.14698: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884978.14771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884978.14796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a97b470> <<< 11924 1726884978.14823: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884978.14870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884978.14922: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884978.15031: 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 0x7f8d6a9d8260> <<< 11924 1726884978.15034: 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 <<< 11924 1726884978.15067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884978.15151: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a9da9c0> <<< 11924 1726884978.15273: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a9d8380> <<< 11924 1726884978.15296: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a9a5250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a3293a0> <<< 11924 1726884978.15339: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a97a270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a92bcb0> <<< 11924 1726884978.15551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8d6a97a390> <<< 11924 1726884978.15634: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_z09mrcf9/ansible_lineinfile_payload.zip' <<< 11924 1726884978.15656: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.15791: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.15816: 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' <<< 11924 1726884978.15866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884978.15936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884978.15973: 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 0x7f8d6a37f0e0> <<< 11924 1726884978.15999: stdout chunk (state=3): >>>import '_typing' # <<< 11924 1726884978.16171: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a35dfd0> <<< 11924 1726884978.16194: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a35d130> # zipimport: zlib available <<< 11924 1726884978.16229: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884978.16326: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884978.17963: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.19188: 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 0x7f8d6a37cfb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a3aaab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a3aa840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a3aa150> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a3aa8a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a37fd70> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a3ab7a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a3ab920> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884978.19300: 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 0x7f8d6a3abe30> import 'pwd' # <<< 11924 1726884978.19330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884978.19346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884978.19375: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a215c40> <<< 11924 1726884978.19420: 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 0x7f8d6a217860> <<< 11924 1726884978.19447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884978.19461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884978.19496: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a218260> <<< 11924 1726884978.19509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884978.19543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884978.19554: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a2193d0> <<< 11924 1726884978.19583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884978.19710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884978.19716: 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 0x7f8d6a21bec0> <<< 11924 1726884978.19804: 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 0x7f8d6aad2ea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a21a180> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884978.19846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884978.19850: 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' <<< 11924 1726884978.20028: 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 0x7f8d6a223d70> import '_tokenize' # <<< 11924 1726884978.20054: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a222870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a2225d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884978.20117: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a222b40> <<< 11924 1726884978.20204: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a21a690> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a267a10> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a268170> <<< 11924 1726884978.20235: 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 <<< 11924 1726884978.20363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884978.20388: 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 0x7f8d6a269c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a2699d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884978.20465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884978.20520: 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 0x7f8d6a26c1a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a26a300> <<< 11924 1726884978.20548: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884978.20622: 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' <<< 11924 1726884978.20642: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884978.20685: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a26f8c0> <<< 11924 1726884978.20962: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a26c290> <<< 11924 1726884978.20968: stdout 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 0x7f8d6a2706b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a2706e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a270c50> <<< 11924 1726884978.20974: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a268320> <<< 11924 1726884978.21008: 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' <<< 11924 1726884978.21010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884978.21041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884978.21067: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884978.21094: 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 0x7f8d6a2fc2c0> <<< 11924 1726884978.21249: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884978.21276: 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 0x7f8d6a2fd3d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a272a50> <<< 11924 1726884978.21392: 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 0x7f8d6a273e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a2726f0> <<< 11924 1726884978.21395: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884978.21454: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.21552: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884978.21602: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884978.21702: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.21737: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.21861: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.22415: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.23019: 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' <<< 11924 1726884978.23065: 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 0x7f8d6a101520> <<< 11924 1726884978.23145: 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' <<< 11924 1726884978.23175: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a102330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a2fd6a0> <<< 11924 1726884978.23294: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884978.23297: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.23443: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.23608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884978.23653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a102390> # zipimport: zlib available <<< 11924 1726884978.24101: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.24544: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.24609: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.24760: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884978.25183: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884978.25292: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.25525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884978.25613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 11924 1726884978.25729: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a1034d0> # zipimport: zlib available <<< 11924 1726884978.25753: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.25831: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 11924 1726884978.25859: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884978.25876: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.25913: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.25963: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884978.26008: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.26059: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.26113: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.26183: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884978.26277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884978.26313: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a10e0c0> <<< 11924 1726884978.26343: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a109730> <<< 11924 1726884978.26391: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884978.26494: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.26520: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.26544: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.26595: stdout chunk (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' <<< 11924 1726884978.26723: 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 <<< 11924 1726884978.26739: 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 <<< 11924 1726884978.26762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884978.26812: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a202a50> <<< 11924 1726884978.26852: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a3de720> <<< 11924 1726884978.27043: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a10e240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a10de50> <<< 11924 1726884978.27070: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884978.27098: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 11924 1726884978.27115: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884978.27376: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.27694: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884978.28471: 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__ <<< 11924 1726884978.28946: 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<<< 11924 1726884978.28989: 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.modules # destroy ansible.modules <<< 11924 1726884978.29209: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884978.29275: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath <<< 11924 1726884978.29317: 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 <<< 11924 1726884978.29462: 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 <<< 11924 1726884978.29467: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil <<< 11924 1726884978.29498: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 11924 1726884978.29570: 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 <<< 11924 1726884978.29591: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 11924 1726884978.29595: 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 <<< 11924 1726884978.30263: 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 <<< 11924 1726884978.30674: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884978.30719: stderr chunk (state=3): >>><<< 11924 1726884978.30722: stdout chunk (state=3): >>><<< 11924 1726884978.30871: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ace83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6acb7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6acea960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aa98fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aa99fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aadfe60> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aadff20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab0f890> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab0ff20> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aaefb30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aaed250> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aadd010> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab337d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab323f0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aaee240> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab30c20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab64830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aadc290> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6ab64ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab64b90> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6ab64f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6aad2db0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab65640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab65310> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab66510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab7c740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6ab7de50> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab7ecf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6ab7f2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab7e240> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6ab7fd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab7f4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab66570> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a8ffc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a9286b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a928410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a9286e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a929010> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a9299d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a9288c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a8fddf0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a92adb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a929af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6ab66c60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a9570b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a97b470> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a9d8260> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a9da9c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a9d8380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a9a5250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a3293a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a97a270> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a92bcb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8d6a97a390> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_z09mrcf9/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 0x7f8d6a37f0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a35dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a35d130> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a37cfb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a3aaab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a3aa840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a3aa150> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a3aa8a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a37fd70> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a3ab7a0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a3ab920> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a3abe30> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a215c40> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a217860> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a218260> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a2193d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a21bec0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6aad2ea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a21a180> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a223d70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a222870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a2225d0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a222b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a21a690> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a267a10> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a268170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a269c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a2699d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a26c1a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a26a300> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a26f8c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a26c290> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a2706b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a2706e0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a270c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a268320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a2fc2c0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a2fd3d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a272a50> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a273e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a2726f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a101520> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a102330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a2fd6a0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a102390> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a1034d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d6a10e0c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a109730> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a202a50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a3de720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a10e240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d6a10de50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884978.32466: 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-1726884977.9292312-18485-210965190613143/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884978.32471: _low_level_execute_command(): starting 11924 1726884978.32474: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884977.9292312-18485-210965190613143/ > /dev/null 2>&1 && sleep 0' 11924 1726884978.32734: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884978.32750: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884978.32766: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884978.32786: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884978.32804: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884978.32817: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884978.32872: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884978.32937: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884978.32986: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884978.33071: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884978.34902: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884978.35152: stderr chunk (state=3): >>><<< 11924 1726884978.35158: stdout chunk (state=3): >>><<< 11924 1726884978.35161: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884978.35164: handler run complete 11924 1726884978.35166: attempt loop complete, returning result 11924 1726884978.35169: _execute() done 11924 1726884978.35170: dumping result to json 11924 1726884978.35173: done dumping result, returning 11924 1726884978.35175: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-f4c0-2290-000000004e7f] 11924 1726884978.35177: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e7f 11924 1726884978.35661: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e7f 11924 1726884978.35665: WORKER PROCESS EXITING ok: [managed_node2] => { "backup": "", "changed": false } 11924 1726884978.35760: no more pending results, returning what we have 11924 1726884978.35764: results queue empty 11924 1726884978.35765: checking for any_errors_fatal 11924 1726884978.35778: done checking for any_errors_fatal 11924 1726884978.35779: checking for max_fail_percentage 11924 1726884978.35780: done checking for max_fail_percentage 11924 1726884978.35781: checking to see if all hosts have failed and the running result is not ok 11924 1726884978.35782: done checking to see if all hosts have failed 11924 1726884978.35783: getting the remaining hosts for this loop 11924 1726884978.35785: done getting the remaining hosts for this loop 11924 1726884978.35788: getting the next task for host managed_node2 11924 1726884978.35796: done getting next task for host managed_node2 11924 1726884978.35800: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 11924 1726884978.35805: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=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 11924 1726884978.35819: getting variables 11924 1726884978.35821: in VariableManager get_vars() 11924 1726884978.35977: Calling all_inventory to load vars for managed_node2 11924 1726884978.35980: Calling groups_inventory to load vars for managed_node2 11924 1726884978.35983: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884978.35993: Calling all_plugins_play to load vars for managed_node2 11924 1726884978.35996: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884978.35999: Calling groups_plugins_play to load vars for managed_node2 11924 1726884978.36884: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884978.37519: done with get_vars() 11924 1726884978.37533: done getting variables TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 20 September 2024 22:16:18 -0400 (0:00:00.509) 0:02:23.715 ****** 11924 1726884978.37625: entering _queue_task() for managed_node2/systemd 11924 1726884978.38042: worker is 1 (out of 1 available) 11924 1726884978.38062: exiting _queue_task() for managed_node2/systemd 11924 1726884978.38073: done queuing things up, now waiting for results queue to drain 11924 1726884978.38075: waiting for pending results... 11924 1726884978.38603: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 11924 1726884978.38720: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e81 11924 1726884978.38741: variable 'ansible_search_path' from source: unknown 11924 1726884978.38749: variable 'ansible_search_path' from source: unknown 11924 1726884978.38805: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884978.39044: variable 'storage_cryptsetup_services' from source: set_fact 11924 1726884978.39104: dumping result to json 11924 1726884978.39112: done dumping result, returning 11924 1726884978.39125: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-f4c0-2290-000000004e81] 11924 1726884978.39146: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e81 skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884978.39430: no more pending results, returning what we have 11924 1726884978.39434: results queue empty 11924 1726884978.39435: checking for any_errors_fatal 11924 1726884978.39451: done checking for any_errors_fatal 11924 1726884978.39452: checking for max_fail_percentage 11924 1726884978.39454: done checking for max_fail_percentage 11924 1726884978.39457: checking to see if all hosts have failed and the running result is not ok 11924 1726884978.39458: done checking to see if all hosts have failed 11924 1726884978.39458: getting the remaining hosts for this loop 11924 1726884978.39461: done getting the remaining hosts for this loop 11924 1726884978.39464: getting the next task for host managed_node2 11924 1726884978.39474: done getting next task for host managed_node2 11924 1726884978.39478: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 11924 1726884978.39483: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884978.39515: getting variables 11924 1726884978.39517: in VariableManager get_vars() 11924 1726884978.39676: Calling all_inventory to load vars for managed_node2 11924 1726884978.39679: Calling groups_inventory to load vars for managed_node2 11924 1726884978.39682: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884978.39695: Calling all_plugins_play to load vars for managed_node2 11924 1726884978.39699: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884978.39702: Calling groups_plugins_play to load vars for managed_node2 11924 1726884978.40240: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e81 11924 1726884978.40244: WORKER PROCESS EXITING 11924 1726884978.40543: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884978.41166: done with get_vars() 11924 1726884978.41182: done getting variables 11924 1726884978.41245: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 20 September 2024 22:16:18 -0400 (0:00:00.036) 0:02:23.751 ****** 11924 1726884978.41283: entering _queue_task() for managed_node2/debug 11924 1726884978.41583: worker is 1 (out of 1 available) 11924 1726884978.41595: exiting _queue_task() for managed_node2/debug 11924 1726884978.41609: done queuing things up, now waiting for results queue to drain 11924 1726884978.41610: waiting for pending results... 11924 1726884978.41926: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show blivet_output 11924 1726884978.42307: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e83 11924 1726884978.42327: variable 'ansible_search_path' from source: unknown 11924 1726884978.42334: variable 'ansible_search_path' from source: unknown 11924 1726884978.42462: calling self._execute() 11924 1726884978.42931: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884978.42935: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884978.42939: variable 'omit' from source: magic vars 11924 1726884978.42988: variable 'omit' from source: magic vars 11924 1726884978.43107: variable 'omit' from source: magic vars 11924 1726884978.43146: variable 'omit' from source: magic vars 11924 1726884978.43200: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884978.43242: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884978.43279: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884978.43304: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884978.43322: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884978.43347: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884978.43374: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884978.43414: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884978.43423: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884978.43430: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884978.43558: Set connection var ansible_shell_executable to /bin/sh 11924 1726884978.43568: Set connection var ansible_connection to ssh 11924 1726884978.43601: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884978.43605: Set connection var ansible_timeout to 10 11924 1726884978.43608: Set connection var ansible_pipelining to False 11924 1726884978.43613: Set connection var ansible_shell_type to sh 11924 1726884978.43711: variable 'ansible_shell_executable' from source: unknown 11924 1726884978.43714: variable 'ansible_connection' from source: unknown 11924 1726884978.43717: variable 'ansible_module_compression' from source: unknown 11924 1726884978.43718: variable 'ansible_shell_type' from source: unknown 11924 1726884978.43720: variable 'ansible_shell_executable' from source: unknown 11924 1726884978.43722: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884978.43723: variable 'ansible_pipelining' from source: unknown 11924 1726884978.43725: variable 'ansible_timeout' from source: unknown 11924 1726884978.43727: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884978.43844: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884978.43864: variable 'omit' from source: magic vars 11924 1726884978.43875: starting attempt loop 11924 1726884978.43882: running the handler 11924 1726884978.43943: variable 'blivet_output' from source: set_fact 11924 1726884978.44145: variable 'blivet_output' from source: set_fact 11924 1726884978.44671: handler run complete 11924 1726884978.44738: attempt loop complete, returning result 11924 1726884978.44746: _execute() done 11924 1726884978.44754: dumping result to json 11924 1726884978.44769: done dumping result, returning 11924 1726884978.44782: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-f4c0-2290-000000004e83] 11924 1726884978.44843: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e83 ok: [managed_node2] => { "blivet_output": { "actions": [ { "action": "destroy device", "device": "/dev/mapper/foo-test1", "fs_type": null }, { "action": "destroy device", "device": "/dev/foo", "fs_type": null }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" } ], "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" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ], "volumes": [] } } 11924 1726884978.45169: no more pending results, returning what we have 11924 1726884978.45173: results queue empty 11924 1726884978.45174: checking for any_errors_fatal 11924 1726884978.45182: done checking for any_errors_fatal 11924 1726884978.45183: checking for max_fail_percentage 11924 1726884978.45184: done checking for max_fail_percentage 11924 1726884978.45186: checking to see if all hosts have failed and the running result is not ok 11924 1726884978.45187: done checking to see if all hosts have failed 11924 1726884978.45187: getting the remaining hosts for this loop 11924 1726884978.45189: done getting the remaining hosts for this loop 11924 1726884978.45193: getting the next task for host managed_node2 11924 1726884978.45200: done getting next task for host managed_node2 11924 1726884978.45203: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 11924 1726884978.45206: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884978.45218: getting variables 11924 1726884978.45220: in VariableManager get_vars() 11924 1726884978.45254: Calling all_inventory to load vars for managed_node2 11924 1726884978.45258: Calling groups_inventory to load vars for managed_node2 11924 1726884978.45260: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884978.45268: Calling all_plugins_play to load vars for managed_node2 11924 1726884978.45270: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884978.45272: Calling groups_plugins_play to load vars for managed_node2 11924 1726884978.45073: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e83 11924 1726884978.45801: WORKER PROCESS EXITING 11924 1726884978.45930: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884978.46768: done with get_vars() 11924 1726884978.46785: done getting variables 11924 1726884978.46851: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 20 September 2024 22:16:18 -0400 (0:00:00.056) 0:02:23.807 ****** 11924 1726884978.46896: entering _queue_task() for managed_node2/set_fact 11924 1726884978.47389: worker is 1 (out of 1 available) 11924 1726884978.47401: exiting _queue_task() for managed_node2/set_fact 11924 1726884978.47419: done queuing things up, now waiting for results queue to drain 11924 1726884978.47420: waiting for pending results... 11924 1726884978.47631: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 11924 1726884978.47800: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e84 11924 1726884978.47824: variable 'ansible_search_path' from source: unknown 11924 1726884978.47833: variable 'ansible_search_path' from source: unknown 11924 1726884978.47876: calling self._execute() 11924 1726884978.48007: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884978.48038: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884978.48054: variable 'omit' from source: magic vars 11924 1726884978.48187: variable 'omit' from source: magic vars 11924 1726884978.48261: variable 'omit' from source: magic vars 11924 1726884978.48531: variable 'blivet_output' from source: set_fact 11924 1726884978.48861: variable 'omit' from source: magic vars 11924 1726884978.48907: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884978.48958: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884978.48988: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884978.49011: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884978.49032: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884978.49062: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884978.49162: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884978.49167: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884978.49170: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884978.49172: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884978.49267: Set connection var ansible_shell_executable to /bin/sh 11924 1726884978.49291: Set connection var ansible_connection to ssh 11924 1726884978.49294: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884978.49400: Set connection var ansible_timeout to 10 11924 1726884978.49404: Set connection var ansible_pipelining to False 11924 1726884978.49406: Set connection var ansible_shell_type to sh 11924 1726884978.49409: variable 'ansible_shell_executable' from source: unknown 11924 1726884978.49411: variable 'ansible_connection' from source: unknown 11924 1726884978.49416: variable 'ansible_module_compression' from source: unknown 11924 1726884978.49418: variable 'ansible_shell_type' from source: unknown 11924 1726884978.49420: variable 'ansible_shell_executable' from source: unknown 11924 1726884978.49422: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884978.49424: variable 'ansible_pipelining' from source: unknown 11924 1726884978.49426: variable 'ansible_timeout' from source: unknown 11924 1726884978.49428: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884978.49570: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884978.49588: variable 'omit' from source: magic vars 11924 1726884978.49604: starting attempt loop 11924 1726884978.49621: running the handler 11924 1726884978.49639: handler run complete 11924 1726884978.49658: attempt loop complete, returning result 11924 1726884978.49667: _execute() done 11924 1726884978.49675: dumping result to json 11924 1726884978.49686: done dumping result, returning 11924 1726884978.49699: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-f4c0-2290-000000004e84] 11924 1726884978.49711: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e84 11924 1726884978.50085: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e84 11924 1726884978.50088: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] }, "changed": false } 11924 1726884978.50222: no more pending results, returning what we have 11924 1726884978.50224: results queue empty 11924 1726884978.50225: checking for any_errors_fatal 11924 1726884978.50240: done checking for any_errors_fatal 11924 1726884978.50241: checking for max_fail_percentage 11924 1726884978.50242: done checking for max_fail_percentage 11924 1726884978.50243: checking to see if all hosts have failed and the running result is not ok 11924 1726884978.50244: done checking to see if all hosts have failed 11924 1726884978.50244: getting the remaining hosts for this loop 11924 1726884978.50246: done getting the remaining hosts for this loop 11924 1726884978.50249: getting the next task for host managed_node2 11924 1726884978.50261: done getting next task for host managed_node2 11924 1726884978.50264: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 11924 1726884978.50268: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884978.50278: getting variables 11924 1726884978.50280: in VariableManager get_vars() 11924 1726884978.50316: Calling all_inventory to load vars for managed_node2 11924 1726884978.50318: Calling groups_inventory to load vars for managed_node2 11924 1726884978.50320: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884978.50329: Calling all_plugins_play to load vars for managed_node2 11924 1726884978.50331: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884978.50334: Calling groups_plugins_play to load vars for managed_node2 11924 1726884978.51026: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884978.51654: done with get_vars() 11924 1726884978.51759: done getting variables 11924 1726884978.51898: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 20 September 2024 22:16:18 -0400 (0:00:00.050) 0:02:23.858 ****** 11924 1726884978.51935: entering _queue_task() for managed_node2/set_fact 11924 1726884978.52446: worker is 1 (out of 1 available) 11924 1726884978.52861: exiting _queue_task() for managed_node2/set_fact 11924 1726884978.52871: done queuing things up, now waiting for results queue to drain 11924 1726884978.52873: waiting for pending results... 11924 1726884978.53076: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 11924 1726884978.53361: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e85 11924 1726884978.53365: variable 'ansible_search_path' from source: unknown 11924 1726884978.53368: variable 'ansible_search_path' from source: unknown 11924 1726884978.53371: calling self._execute() 11924 1726884978.53440: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884978.53452: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884978.53469: variable 'omit' from source: magic vars 11924 1726884978.53595: variable 'omit' from source: magic vars 11924 1726884978.53671: variable 'omit' from source: magic vars 11924 1726884978.53925: variable 'blivet_output' from source: set_fact 11924 1726884978.54018: variable 'omit' from source: magic vars 11924 1726884978.54067: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884978.54139: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884978.54142: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884978.54162: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884978.54179: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884978.54201: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884978.54227: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884978.54268: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884978.54358: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884978.54361: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884978.54403: Set connection var ansible_shell_executable to /bin/sh 11924 1726884978.54410: Set connection var ansible_connection to ssh 11924 1726884978.54422: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884978.54431: Set connection var ansible_timeout to 10 11924 1726884978.54439: Set connection var ansible_pipelining to False 11924 1726884978.54445: Set connection var ansible_shell_type to sh 11924 1726884978.54479: variable 'ansible_shell_executable' from source: unknown 11924 1726884978.54486: variable 'ansible_connection' from source: unknown 11924 1726884978.54491: variable 'ansible_module_compression' from source: unknown 11924 1726884978.54496: variable 'ansible_shell_type' from source: unknown 11924 1726884978.54500: variable 'ansible_shell_executable' from source: unknown 11924 1726884978.54505: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884978.54515: variable 'ansible_pipelining' from source: unknown 11924 1726884978.54520: variable 'ansible_timeout' from source: unknown 11924 1726884978.54526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884978.54689: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884978.54708: variable 'omit' from source: magic vars 11924 1726884978.54721: starting attempt loop 11924 1726884978.54788: running the handler 11924 1726884978.54791: handler run complete 11924 1726884978.54794: attempt loop complete, returning result 11924 1726884978.54796: _execute() done 11924 1726884978.54798: dumping result to json 11924 1726884978.54800: done dumping result, returning 11924 1726884978.54802: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-f4c0-2290-000000004e85] 11924 1726884978.54805: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e85 ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 11924 1726884978.55091: no more pending results, returning what we have 11924 1726884978.55095: results queue empty 11924 1726884978.55096: checking for any_errors_fatal 11924 1726884978.55107: done checking for any_errors_fatal 11924 1726884978.55108: checking for max_fail_percentage 11924 1726884978.55110: done checking for max_fail_percentage 11924 1726884978.55111: checking to see if all hosts have failed and the running result is not ok 11924 1726884978.55112: done checking to see if all hosts have failed 11924 1726884978.55115: getting the remaining hosts for this loop 11924 1726884978.55117: done getting the remaining hosts for this loop 11924 1726884978.55122: getting the next task for host managed_node2 11924 1726884978.55130: done getting next task for host managed_node2 11924 1726884978.55135: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 11924 1726884978.55140: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884978.55154: getting variables 11924 1726884978.55359: in VariableManager get_vars() 11924 1726884978.55398: Calling all_inventory to load vars for managed_node2 11924 1726884978.55400: Calling groups_inventory to load vars for managed_node2 11924 1726884978.55403: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884978.55415: Calling all_plugins_play to load vars for managed_node2 11924 1726884978.55418: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884978.55421: Calling groups_plugins_play to load vars for managed_node2 11924 1726884978.56049: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e85 11924 1726884978.56052: WORKER PROCESS EXITING 11924 1726884978.56077: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884978.56717: done with get_vars() 11924 1726884978.56738: done getting variables TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 20 September 2024 22:16:18 -0400 (0:00:00.049) 0:02:23.907 ****** 11924 1726884978.56844: entering _queue_task() for managed_node2/mount 11924 1726884978.57206: worker is 1 (out of 1 available) 11924 1726884978.57222: exiting _queue_task() for managed_node2/mount 11924 1726884978.57235: done queuing things up, now waiting for results queue to drain 11924 1726884978.57237: waiting for pending results... 11924 1726884978.57583: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 11924 1726884978.57761: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e86 11924 1726884978.57783: variable 'ansible_search_path' from source: unknown 11924 1726884978.57794: variable 'ansible_search_path' from source: unknown 11924 1726884978.58182: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884978.61244: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884978.61315: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884978.61360: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884978.61417: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884978.61459: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884978.61556: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884978.61590: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884978.61620: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884978.61672: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884978.61693: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884978.61741: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884978.61860: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884978.61864: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884978.61867: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884978.61869: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884978.62010: variable 'blivet_output' from source: set_fact 11924 1726884978.62111: dumping result to json 11924 1726884978.62121: done dumping result, returning 11924 1726884978.62134: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-f4c0-2290-000000004e86] 11924 1726884978.62145: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e86 skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884978.62322: no more pending results, returning what we have 11924 1726884978.62326: results queue empty 11924 1726884978.62327: checking for any_errors_fatal 11924 1726884978.62338: done checking for any_errors_fatal 11924 1726884978.62339: checking for max_fail_percentage 11924 1726884978.62341: done checking for max_fail_percentage 11924 1726884978.62342: checking to see if all hosts have failed and the running result is not ok 11924 1726884978.62343: done checking to see if all hosts have failed 11924 1726884978.62344: getting the remaining hosts for this loop 11924 1726884978.62346: done getting the remaining hosts for this loop 11924 1726884978.62350: getting the next task for host managed_node2 11924 1726884978.62361: done getting next task for host managed_node2 11924 1726884978.62366: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884978.62371: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884978.62398: getting variables 11924 1726884978.62400: in VariableManager get_vars() 11924 1726884978.62444: Calling all_inventory to load vars for managed_node2 11924 1726884978.62447: Calling groups_inventory to load vars for managed_node2 11924 1726884978.62450: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884978.62763: Calling all_plugins_play to load vars for managed_node2 11924 1726884978.62767: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884978.62772: Calling groups_plugins_play to load vars for managed_node2 11924 1726884978.63764: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e86 11924 1726884978.63768: WORKER PROCESS EXITING 11924 1726884978.63795: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884978.64401: done with get_vars() 11924 1726884978.64417: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 20 September 2024 22:16:18 -0400 (0:00:00.076) 0:02:23.984 ****** 11924 1726884978.64532: entering _queue_task() for managed_node2/systemd 11924 1726884978.64889: worker is 1 (out of 1 available) 11924 1726884978.64902: exiting _queue_task() for managed_node2/systemd 11924 1726884978.64918: done queuing things up, now waiting for results queue to drain 11924 1726884978.64919: waiting for pending results... 11924 1726884978.65273: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884978.65483: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e88 11924 1726884978.65512: variable 'ansible_search_path' from source: unknown 11924 1726884978.65521: variable 'ansible_search_path' from source: unknown 11924 1726884978.65562: calling self._execute() 11924 1726884978.65700: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884978.65716: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884978.65735: variable 'omit' from source: magic vars 11924 1726884978.66167: variable 'blivet_output' from source: set_fact 11924 1726884978.66228: Evaluated conditional (blivet_output['mounts']): False 11924 1726884978.66237: when evaluation is False, skipping this task 11924 1726884978.66245: _execute() done 11924 1726884978.66256: dumping result to json 11924 1726884978.66267: done dumping result, returning 11924 1726884978.66279: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-f4c0-2290-000000004e88] 11924 1726884978.66290: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e88 11924 1726884978.66662: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e88 11924 1726884978.66667: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 11924 1726884978.66723: no more pending results, returning what we have 11924 1726884978.66727: results queue empty 11924 1726884978.66728: checking for any_errors_fatal 11924 1726884978.66735: done checking for any_errors_fatal 11924 1726884978.66736: checking for max_fail_percentage 11924 1726884978.66738: done checking for max_fail_percentage 11924 1726884978.66738: checking to see if all hosts have failed and the running result is not ok 11924 1726884978.66739: done checking to see if all hosts have failed 11924 1726884978.66740: getting the remaining hosts for this loop 11924 1726884978.66742: done getting the remaining hosts for this loop 11924 1726884978.66745: getting the next task for host managed_node2 11924 1726884978.66751: done getting next task for host managed_node2 11924 1726884978.66754: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 11924 1726884978.66760: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884978.66781: getting variables 11924 1726884978.66783: in VariableManager get_vars() 11924 1726884978.66825: Calling all_inventory to load vars for managed_node2 11924 1726884978.66828: Calling groups_inventory to load vars for managed_node2 11924 1726884978.66830: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884978.66846: Calling all_plugins_play to load vars for managed_node2 11924 1726884978.66850: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884978.66853: Calling groups_plugins_play to load vars for managed_node2 11924 1726884978.67572: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884978.68237: done with get_vars() 11924 1726884978.68257: done getting variables TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 20 September 2024 22:16:18 -0400 (0:00:00.038) 0:02:24.022 ****** 11924 1726884978.68375: entering _queue_task() for managed_node2/mount 11924 1726884978.68729: worker is 1 (out of 1 available) 11924 1726884978.68740: exiting _queue_task() for managed_node2/mount 11924 1726884978.68957: done queuing things up, now waiting for results queue to drain 11924 1726884978.68960: waiting for pending results... 11924 1726884978.69082: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 11924 1726884978.69259: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e89 11924 1726884978.69281: variable 'ansible_search_path' from source: unknown 11924 1726884978.69289: variable 'ansible_search_path' from source: unknown 11924 1726884978.69648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884978.72135: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884978.72189: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884978.72236: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884978.72281: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884978.72317: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884978.72412: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884978.72462: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884978.72486: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884978.72570: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884978.72574: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884978.72598: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884978.72625: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884978.72662: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884978.72708: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884978.72726: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884978.72780: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884978.72863: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884978.72866: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884978.72880: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884978.72901: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884978.73073: variable 'blivet_output' from source: set_fact 11924 1726884978.73181: dumping result to json 11924 1726884978.73190: done dumping result, returning 11924 1726884978.73207: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-f4c0-2290-000000004e89] 11924 1726884978.73311: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e89 11924 1726884978.73404: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e89 11924 1726884978.73408: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884978.73473: no more pending results, returning what we have 11924 1726884978.73477: results queue empty 11924 1726884978.73478: checking for any_errors_fatal 11924 1726884978.73484: done checking for any_errors_fatal 11924 1726884978.73487: checking for max_fail_percentage 11924 1726884978.73490: done checking for max_fail_percentage 11924 1726884978.73491: checking to see if all hosts have failed and the running result is not ok 11924 1726884978.73492: done checking to see if all hosts have failed 11924 1726884978.73493: getting the remaining hosts for this loop 11924 1726884978.73495: done getting the remaining hosts for this loop 11924 1726884978.73500: getting the next task for host managed_node2 11924 1726884978.73509: done getting next task for host managed_node2 11924 1726884978.73514: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 11924 1726884978.73518: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884978.73549: getting variables 11924 1726884978.73552: in VariableManager get_vars() 11924 1726884978.73603: Calling all_inventory to load vars for managed_node2 11924 1726884978.73606: Calling groups_inventory to load vars for managed_node2 11924 1726884978.73608: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884978.73619: Calling all_plugins_play to load vars for managed_node2 11924 1726884978.73622: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884978.73626: Calling groups_plugins_play to load vars for managed_node2 11924 1726884978.74641: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884978.75283: done with get_vars() 11924 1726884978.75301: done getting variables TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 20 September 2024 22:16:18 -0400 (0:00:00.070) 0:02:24.093 ****** 11924 1726884978.75415: entering _queue_task() for managed_node2/file 11924 1726884978.75760: worker is 1 (out of 1 available) 11924 1726884978.75773: exiting _queue_task() for managed_node2/file 11924 1726884978.75786: done queuing things up, now waiting for results queue to drain 11924 1726884978.75788: waiting for pending results... 11924 1726884978.76573: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 11924 1726884978.77090: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e8b 11924 1726884978.77094: variable 'ansible_search_path' from source: unknown 11924 1726884978.77098: variable 'ansible_search_path' from source: unknown 11924 1726884978.77430: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884978.79893: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884978.80000: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884978.80049: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884978.80096: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884978.80150: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884978.80238: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884978.80278: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884978.80307: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884978.80366: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884978.80387: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884978.80439: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884978.80474: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884978.80504: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884978.80547: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884978.80572: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884978.80634: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884978.80667: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884978.80698: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884978.80740: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884978.80761: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884978.80921: variable 'blivet_output' from source: set_fact 11924 1726884978.81010: dumping result to json 11924 1726884978.81018: done dumping result, returning 11924 1726884978.81029: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-f4c0-2290-000000004e8b] 11924 1726884978.81108: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e8b 11924 1726884978.81194: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e8b 11924 1726884978.81198: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884978.81263: no more pending results, returning what we have 11924 1726884978.81267: results queue empty 11924 1726884978.81268: checking for any_errors_fatal 11924 1726884978.81278: done checking for any_errors_fatal 11924 1726884978.81279: checking for max_fail_percentage 11924 1726884978.81281: done checking for max_fail_percentage 11924 1726884978.81282: checking to see if all hosts have failed and the running result is not ok 11924 1726884978.81283: done checking to see if all hosts have failed 11924 1726884978.81283: getting the remaining hosts for this loop 11924 1726884978.81285: done getting the remaining hosts for this loop 11924 1726884978.81290: getting the next task for host managed_node2 11924 1726884978.81299: done getting next task for host managed_node2 11924 1726884978.81303: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884978.81308: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884978.81336: getting variables 11924 1726884978.81338: in VariableManager get_vars() 11924 1726884978.81384: Calling all_inventory to load vars for managed_node2 11924 1726884978.81387: Calling groups_inventory to load vars for managed_node2 11924 1726884978.81389: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884978.81400: Calling all_plugins_play to load vars for managed_node2 11924 1726884978.81404: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884978.81408: Calling groups_plugins_play to load vars for managed_node2 11924 1726884978.82000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884978.82624: done with get_vars() 11924 1726884978.82641: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 20 September 2024 22:16:18 -0400 (0:00:00.073) 0:02:24.166 ****** 11924 1726884978.82746: entering _queue_task() for managed_node2/systemd 11924 1726884978.83287: worker is 1 (out of 1 available) 11924 1726884978.83297: exiting _queue_task() for managed_node2/systemd 11924 1726884978.83310: done queuing things up, now waiting for results queue to drain 11924 1726884978.83312: waiting for pending results... 11924 1726884978.83442: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 11924 1726884978.83646: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e8d 11924 1726884978.83651: variable 'ansible_search_path' from source: unknown 11924 1726884978.83653: variable 'ansible_search_path' from source: unknown 11924 1726884978.83658: calling self._execute() 11924 1726884978.83763: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884978.83776: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884978.83791: variable 'omit' from source: magic vars 11924 1726884978.84197: variable 'blivet_output' from source: set_fact 11924 1726884978.84250: Evaluated conditional (blivet_output['mounts']): False 11924 1726884978.84262: when evaluation is False, skipping this task 11924 1726884978.84271: _execute() done 11924 1726884978.84278: dumping result to json 11924 1726884978.84286: done dumping result, returning 11924 1726884978.84304: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-f4c0-2290-000000004e8d] 11924 1726884978.84315: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e8d skipping: [managed_node2] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 11924 1726884978.84610: no more pending results, returning what we have 11924 1726884978.84616: results queue empty 11924 1726884978.84617: checking for any_errors_fatal 11924 1726884978.84625: done checking for any_errors_fatal 11924 1726884978.84625: checking for max_fail_percentage 11924 1726884978.84627: done checking for max_fail_percentage 11924 1726884978.84628: checking to see if all hosts have failed and the running result is not ok 11924 1726884978.84628: done checking to see if all hosts have failed 11924 1726884978.84629: getting the remaining hosts for this loop 11924 1726884978.84630: done getting the remaining hosts for this loop 11924 1726884978.84634: getting the next task for host managed_node2 11924 1726884978.84640: done getting next task for host managed_node2 11924 1726884978.84647: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 11924 1726884978.84651: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 11924 1726884978.84674: getting variables 11924 1726884978.84675: in VariableManager get_vars() 11924 1726884978.84709: Calling all_inventory to load vars for managed_node2 11924 1726884978.84712: Calling groups_inventory to load vars for managed_node2 11924 1726884978.84717: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884978.84725: Calling all_plugins_play to load vars for managed_node2 11924 1726884978.84728: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884978.84731: Calling groups_plugins_play to load vars for managed_node2 11924 1726884978.85373: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e8d 11924 1726884978.85376: WORKER PROCESS EXITING 11924 1726884978.86073: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884978.87353: done with get_vars() 11924 1726884978.87477: done getting variables TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 20 September 2024 22:16:18 -0400 (0:00:00.049) 0:02:24.215 ****** 11924 1726884978.87703: entering _queue_task() for managed_node2/stat 11924 1726884978.88409: worker is 1 (out of 1 available) 11924 1726884978.88423: exiting _queue_task() for managed_node2/stat 11924 1726884978.88436: done queuing things up, now waiting for results queue to drain 11924 1726884978.88437: waiting for pending results... 11924 1726884978.88963: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 11924 1726884978.89463: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e8e 11924 1726884978.89467: variable 'ansible_search_path' from source: unknown 11924 1726884978.89470: variable 'ansible_search_path' from source: unknown 11924 1726884978.89472: calling self._execute() 11924 1726884978.89674: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884978.89678: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884978.89696: variable 'omit' from source: magic vars 11924 1726884978.89911: variable 'omit' from source: magic vars 11924 1726884978.90107: variable 'omit' from source: magic vars 11924 1726884978.90140: variable 'omit' from source: magic vars 11924 1726884978.90357: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884978.90362: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884978.90364: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884978.90468: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884978.90480: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884978.90498: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884978.90634: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884978.90665: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884978.90669: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884978.90671: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884978.90901: Set connection var ansible_shell_executable to /bin/sh 11924 1726884978.90905: Set connection var ansible_connection to ssh 11924 1726884978.90960: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884978.90963: Set connection var ansible_timeout to 10 11924 1726884978.90966: Set connection var ansible_pipelining to False 11924 1726884978.90968: Set connection var ansible_shell_type to sh 11924 1726884978.91479: variable 'ansible_shell_executable' from source: unknown 11924 1726884978.91483: variable 'ansible_connection' from source: unknown 11924 1726884978.91485: variable 'ansible_module_compression' from source: unknown 11924 1726884978.91488: variable 'ansible_shell_type' from source: unknown 11924 1726884978.91490: variable 'ansible_shell_executable' from source: unknown 11924 1726884978.91492: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884978.91494: variable 'ansible_pipelining' from source: unknown 11924 1726884978.91496: variable 'ansible_timeout' from source: unknown 11924 1726884978.91586: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884978.92123: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884978.92135: variable 'omit' from source: magic vars 11924 1726884978.92140: starting attempt loop 11924 1726884978.92143: running the handler 11924 1726884978.92426: _low_level_execute_command(): starting 11924 1726884978.92429: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884978.93672: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884978.93767: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884978.93771: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884978.93774: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884978.93808: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884978.93836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884978.93848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884978.94059: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884978.94161: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884978.94583: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884978.96241: stdout chunk (state=3): >>>/root <<< 11924 1726884978.96347: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884978.96384: stderr chunk (state=3): >>><<< 11924 1726884978.96392: stdout chunk (state=3): >>><<< 11924 1726884978.96463: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884978.96484: _low_level_execute_command(): starting 11924 1726884978.96559: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884978.9647188-18537-3480209659429 `" && echo ansible-tmp-1726884978.9647188-18537-3480209659429="` echo /root/.ansible/tmp/ansible-tmp-1726884978.9647188-18537-3480209659429 `" ) && sleep 0' 11924 1726884978.97858: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884978.97874: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884978.97965: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884978.98185: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884978.98294: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884979.00563: stdout chunk (state=3): >>>ansible-tmp-1726884978.9647188-18537-3480209659429=/root/.ansible/tmp/ansible-tmp-1726884978.9647188-18537-3480209659429 <<< 11924 1726884979.00567: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884979.00569: stdout chunk (state=3): >>><<< 11924 1726884979.00571: stderr chunk (state=3): >>><<< 11924 1726884979.00574: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884978.9647188-18537-3480209659429=/root/.ansible/tmp/ansible-tmp-1726884978.9647188-18537-3480209659429 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884979.00623: variable 'ansible_module_compression' from source: unknown 11924 1726884979.00826: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884979.01062: variable 'ansible_facts' from source: unknown 11924 1726884979.01065: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884978.9647188-18537-3480209659429/AnsiballZ_stat.py 11924 1726884979.01485: Sending initial data 11924 1726884979.01495: Sent initial data (151 bytes) 11924 1726884979.02659: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884979.02674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884979.02790: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884979.02801: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884979.02863: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884979.02881: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884979.02972: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884979.03030: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884979.04621: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884979.04671: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884979.04720: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpm9jbk5ew /root/.ansible/tmp/ansible-tmp-1726884978.9647188-18537-3480209659429/AnsiballZ_stat.py <<< 11924 1726884979.04723: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884978.9647188-18537-3480209659429/AnsiballZ_stat.py" <<< 11924 1726884979.04847: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpm9jbk5ew" to remote "/root/.ansible/tmp/ansible-tmp-1726884978.9647188-18537-3480209659429/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884978.9647188-18537-3480209659429/AnsiballZ_stat.py" <<< 11924 1726884979.06340: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884979.06418: stderr chunk (state=3): >>><<< 11924 1726884979.06459: stdout chunk (state=3): >>><<< 11924 1726884979.06591: done transferring module to remote 11924 1726884979.06805: _low_level_execute_command(): starting 11924 1726884979.06808: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884978.9647188-18537-3480209659429/ /root/.ansible/tmp/ansible-tmp-1726884978.9647188-18537-3480209659429/AnsiballZ_stat.py && sleep 0' 11924 1726884979.08043: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884979.08179: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884979.08257: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884979.10089: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884979.10099: stdout chunk (state=3): >>><<< 11924 1726884979.10112: stderr chunk (state=3): >>><<< 11924 1726884979.10342: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884979.10346: _low_level_execute_command(): starting 11924 1726884979.10349: _low_level_execute_command(): using become for this command 11924 1726884979.10351: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-rswmfsdemrfxnkxrtwiswyrryjkkwbyt ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884978.9647188-18537-3480209659429/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884979.10774: Initial state: awaiting_escalation: BECOME-SUCCESS-rswmfsdemrfxnkxrtwiswyrryjkkwbyt 11924 1726884979.11541: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884979.11544: stderr chunk (state=1): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884979.11669: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884979.12271: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884979.14978: stdout chunk (state=1): >>>BECOME-SUCCESS-rswmfsdemrfxnkxrtwiswyrryjkkwbyt <<< 11924 1726884979.14982: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-rswmfsdemrfxnkxrtwiswyrryjkkwbyt' 11924 1726884979.15302: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884979.15338: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884979.15359: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884979.15373: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884979.15436: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884979.15447: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884979.15477: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884979.15685: 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' # <<< 11924 1726884979.15692: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884979.15721: 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 0x7f77860183e0> <<< 11924 1726884979.15724: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785fe7a10> <<< 11924 1726884979.15741: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884979.15759: 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 0x7f778601a960> <<< 11924 1726884979.15771: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884979.15800: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884979.15817: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884979.15830: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884979.15862: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884979.16079: stdout chunk (state=3): >>>import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884979.16083: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884979.16113: 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' <<< 11924 1726884979.16137: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e2cfe0> <<< 11924 1726884979.16195: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884979.16213: 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 0x7f7785e2dfd0> <<< 11924 1726884979.16241: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884979.16370: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884979.16498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884979.16584: 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 <<< 11924 1726884979.16598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884979.16623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884979.16698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e6bec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884979.16948: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e6bf80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ea3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ea3ef0> import '_collections' # <<< 11924 1726884979.16999: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e83b60> <<< 11924 1726884979.17030: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884979.17042: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e812b0> <<< 11924 1726884979.17482: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e69070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ec7860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ec6480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e82180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ec4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ef88f0> <<< 11924 1726884979.17680: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e682f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785ef8da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ef8c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785ef9010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e66e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ef9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ef9370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785efa540> import 'importlib.util' # <<< 11924 1726884979.17683: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884979.17703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884979.17743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884979.17766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884979.17818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785f10740> import 'errno' # <<< 11924 1726884979.17841: 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 0x7f7785f11e80> <<< 11924 1726884979.17926: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785f12cf0> <<< 11924 1726884979.18164: 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 0x7f7785f13320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785f12270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785f13da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785f134d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785efa4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884979.18252: 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 0x7f7785c97c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785cc07a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785cc0500> <<< 11924 1726884979.18277: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884979.18287: 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 0x7f7785cc07d0> <<< 11924 1726884979.18315: 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' <<< 11924 1726884979.18391: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884979.18519: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785cc1100> <<< 11924 1726884979.18863: 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 0x7f7785cc1a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785cc09b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785c95df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785cc2e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785cc1b80> <<< 11924 1726884979.18867: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785efac60> <<< 11924 1726884979.18869: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884979.18891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884979.18897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884979.18935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884979.18964: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ceb170> <<< 11924 1726884979.19019: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884979.19035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884979.19092: 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' <<< 11924 1726884979.19281: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785d17500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785d70320> <<< 11924 1726884979.19285: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884979.19309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884979.19335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884979.19371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884979.19579: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785d72a80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785d70440> <<< 11924 1726884979.19583: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785d3d310> <<< 11924 1726884979.19678: 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 0x7f7785b75430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785d16330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785cc3d40> <<< 11924 1726884979.19728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884979.19746: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7785d16690> <<< 11924 1726884979.19908: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_oup3rv8p/ansible_stat_payload.zip' <<< 11924 1726884979.19921: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.20040: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.20071: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884979.20171: 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 <<< 11924 1726884979.20260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884979.20274: 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 0x7f7785bcb140> import '_typing' # <<< 11924 1726884979.20426: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785baa030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ba9190> # zipimport: zlib available <<< 11924 1726884979.20871: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884979.21950: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.23250: 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 0x7f7785bc9010> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785bf29f0> <<< 11924 1726884979.23253: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785bf27e0> <<< 11924 1726884979.23332: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785bf20f0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884979.23361: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785bf2ae0> <<< 11924 1726884979.23364: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785bcbdd0> import 'atexit' # <<< 11924 1726884979.23394: 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 0x7f7785bf3740> <<< 11924 1726884979.23460: 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 0x7f7785bf38c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884979.23615: 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 0x7f7785bf3dd0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884979.23618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884979.23646: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785519a90> <<< 11924 1726884979.23680: 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 0x7f778551b740> <<< 11924 1726884979.23711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884979.23731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884979.23858: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f778551bfb0> <<< 11924 1726884979.23862: 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 0x7f7785520f80> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884979.23889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884979.23914: 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' <<< 11924 1726884979.23978: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785523cb0> <<< 11924 1726884979.24077: 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 0x7f7785f12b70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785521fa0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884979.24126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884979.24130: 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' <<< 11924 1726884979.24264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884979.24286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884979.24290: 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 0x7f7785527bf0> import '_tokenize' # <<< 11924 1726884979.24315: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77855266c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785526420> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884979.24379: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785526990> <<< 11924 1726884979.24407: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77855224b0> <<< 11924 1726884979.24429: 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 0x7f778556bdd0> <<< 11924 1726884979.24490: 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 0x7f778556be30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 11924 1726884979.24617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884979.24621: 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 0x7f778556d940> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f778556d700> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884979.24715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884979.24766: 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 0x7f778556fe90> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f778556e000> <<< 11924 1726884979.24792: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884979.24828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884979.24969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77855735c0> <<< 11924 1726884979.25108: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f778556ff50> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884979.25161: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77855742c0> <<< 11924 1726884979.25177: stdout 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 0x7f7785574530> <<< 11924 1726884979.25205: stdout 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 0x7f7785574890> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f778556c0e0> <<< 11924 1726884979.25382: 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 <<< 11924 1726884979.25385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884979.25479: 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 0x7f7785577ef0> <<< 11924 1726884979.25672: 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 0x7f7785401220> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77855766c0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785577a10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77855762d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884979.25681: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.25779: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.25826: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 11924 1726884979.25830: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884979.25946: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.26075: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.26653: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.27167: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884979.27207: 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' # <<< 11924 1726884979.27210: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884979.27221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884979.27258: 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 0x7f77854053d0> <<< 11924 1726884979.27344: 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' <<< 11924 1726884979.27370: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785406150> <<< 11924 1726884979.27390: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785401340> <<< 11924 1726884979.27429: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 11924 1726884979.27475: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.27489: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 11924 1726884979.27523: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.27641: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.27793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884979.27818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77854061e0> # zipimport: zlib available <<< 11924 1726884979.28562: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.28805: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884979.28917: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884979.28971: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 11924 1726884979.29027: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.29463: 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 <<< 11924 1726884979.29476: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.29882: 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 0x7f7785407380> # zipimport: zlib available <<< 11924 1726884979.29922: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.29996: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884979.30019: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884979.30037: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.30082: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.30116: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884979.30142: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.30426: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884979.30467: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785411f40> <<< 11924 1726884979.30505: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f778540d610> <<< 11924 1726884979.30540: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 11924 1726884979.30553: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884979.30615: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.30676: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.30706: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.30747: stdout chunk (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' <<< 11924 1726884979.30775: 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 <<< 11924 1726884979.30793: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884979.30817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884979.30877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884979.30907: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884979.30920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884979.31010: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785c428d0> <<< 11924 1726884979.31013: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785c2a5d0> <<< 11924 1726884979.31098: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77854120c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785411f10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884979.31134: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884979.31276: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884979.31291: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884979.31513: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.31628: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.32520: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/crypttab", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 2097284, "dev": 51714, "nlink": 1, "atime": 1726884763.1972804, "mtime": 1726562394.502, "ctime": 1726562704.141, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "998616235", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ <<< 11924 1726884979.32880: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884979.33014: 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 <<< 11924 1726884979.33071: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 11924 1726884979.33372: 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 <<< 11924 1726884979.33409: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884979.33426: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 11924 1726884979.33458: 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 <<< 11924 1726884979.33518: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884979.33533: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 11924 1726884979.33590: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil <<< 11924 1726884979.33629: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884979.33647: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884979.33650: 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 <<< 11924 1726884979.33769: 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 <<< 11924 1726884979.33773: 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 <<< 11924 1726884979.33776: 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 <<< 11924 1726884979.33789: stdout chunk (state=3): >>># cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 11924 1726884979.33909: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884979.34002: stdout chunk (state=3): >>># destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884979.34008: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884979.34048: 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 <<< 11924 1726884979.34064: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884979.34184: 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 <<< 11924 1726884979.34200: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884979.34280: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools <<< 11924 1726884979.34284: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884979.35182: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884979.35185: stderr chunk (state=3): >>><<< 11924 1726884979.35187: stdout chunk (state=3): >>><<< 11924 1726884979.35201: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77860183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785fe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f778601a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e2cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e2dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e6bec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e6bf80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ea3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ea3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e83b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e812b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e69070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ec7860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ec6480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e82180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ec4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ef88f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e682f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785ef8da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ef8c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785ef9010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785e66e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ef9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ef9370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785efa540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785f10740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785f11e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785f12cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785f13320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785f12270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785f13da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785f134d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785efa4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785c97c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785cc07a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785cc0500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785cc07d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785cc1100> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785cc1a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785cc09b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785c95df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785cc2e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785cc1b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785efac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ceb170> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785d17500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785d70320> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785d72a80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785d70440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785d3d310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785b75430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785d16330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785cc3d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7785d16690> # zipimport: found 30 names in '/tmp/ansible_stat_payload_oup3rv8p/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 0x7f7785bcb140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785baa030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785ba9190> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785bc9010> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785bf29f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785bf27e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785bf20f0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785bf2ae0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785bcbdd0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785bf3740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785bf38c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785bf3dd0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785519a90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f778551b740> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f778551bfb0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785520f80> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785523cb0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785f12b70> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785521fa0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785527bf0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77855266c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785526420> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785526990> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77855224b0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f778556bdd0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f778556be30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f778556d940> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f778556d700> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f778556fe90> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f778556e000> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77855735c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f778556ff50> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77855742c0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785574530> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785574890> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f778556c0e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785577ef0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785401220> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77855766c0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785577a10> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77855762d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f77854053d0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785406150> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785401340> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77854061e0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785407380> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7785411f40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f778540d610> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785c428d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785c2a5d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f77854120c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7785411f10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": true, "path": "/etc/crypttab", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 2097284, "dev": 51714, "nlink": 1, "atime": 1726884763.1972804, "mtime": 1726562394.502, "ctime": 1726562704.141, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "998616235", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884979.36886: 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-1726884978.9647188-18537-3480209659429/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884979.36890: _low_level_execute_command(): starting 11924 1726884979.36894: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884978.9647188-18537-3480209659429/ > /dev/null 2>&1 && sleep 0' 11924 1726884979.36896: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884979.36899: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884979.36901: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884979.36907: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884979.37023: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884979.38801: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884979.38850: stderr chunk (state=3): >>><<< 11924 1726884979.38896: stdout chunk (state=3): >>><<< 11924 1726884979.38921: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884979.38928: handler run complete 11924 1726884979.38981: attempt loop complete, returning result 11924 1726884979.38984: _execute() done 11924 1726884979.38987: dumping result to json 11924 1726884979.39071: done dumping result, returning 11924 1726884979.39082: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-f4c0-2290-000000004e8e] 11924 1726884979.39105: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e8e ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884763.1972804, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726562704.141, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1726562394.502, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "998616235", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 11924 1726884979.39479: no more pending results, returning what we have 11924 1726884979.39483: results queue empty 11924 1726884979.39484: checking for any_errors_fatal 11924 1726884979.39492: done checking for any_errors_fatal 11924 1726884979.39493: checking for max_fail_percentage 11924 1726884979.39494: done checking for max_fail_percentage 11924 1726884979.39495: checking to see if all hosts have failed and the running result is not ok 11924 1726884979.39496: done checking to see if all hosts have failed 11924 1726884979.39496: getting the remaining hosts for this loop 11924 1726884979.39498: done getting the remaining hosts for this loop 11924 1726884979.39502: getting the next task for host managed_node2 11924 1726884979.39509: done getting next task for host managed_node2 11924 1726884979.39513: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 11924 1726884979.39516: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_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 11924 1726884979.39528: getting variables 11924 1726884979.39530: in VariableManager get_vars() 11924 1726884979.39692: Calling all_inventory to load vars for managed_node2 11924 1726884979.39694: Calling groups_inventory to load vars for managed_node2 11924 1726884979.39696: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884979.39757: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e8e 11924 1726884979.39760: WORKER PROCESS EXITING 11924 1726884979.39770: Calling all_plugins_play to load vars for managed_node2 11924 1726884979.39773: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884979.39775: Calling groups_plugins_play to load vars for managed_node2 11924 1726884979.40986: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884979.42377: done with get_vars() 11924 1726884979.42397: done getting variables TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 20 September 2024 22:16:19 -0400 (0:00:00.549) 0:02:24.765 ****** 11924 1726884979.42629: entering _queue_task() for managed_node2/lineinfile 11924 1726884979.43605: worker is 1 (out of 1 available) 11924 1726884979.43620: exiting _queue_task() for managed_node2/lineinfile 11924 1726884979.43634: done queuing things up, now waiting for results queue to drain 11924 1726884979.43635: waiting for pending results... 11924 1726884979.44218: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 11924 1726884979.44498: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e8f 11924 1726884979.44761: variable 'ansible_search_path' from source: unknown 11924 1726884979.44765: variable 'ansible_search_path' from source: unknown 11924 1726884979.45169: variable 'blivet_output' from source: set_fact 11924 1726884979.45275: dumping result to json 11924 1726884979.45562: done dumping result, returning 11924 1726884979.45567: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-f4c0-2290-000000004e8f] 11924 1726884979.45570: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e8f 11924 1726884979.45659: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e8f 11924 1726884979.45664: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884979.45716: no more pending results, returning what we have 11924 1726884979.45721: results queue empty 11924 1726884979.45721: checking for any_errors_fatal 11924 1726884979.45732: done checking for any_errors_fatal 11924 1726884979.45733: checking for max_fail_percentage 11924 1726884979.45734: done checking for max_fail_percentage 11924 1726884979.45735: checking to see if all hosts have failed and the running result is not ok 11924 1726884979.45736: done checking to see if all hosts have failed 11924 1726884979.45736: getting the remaining hosts for this loop 11924 1726884979.45738: done getting the remaining hosts for this loop 11924 1726884979.45742: getting the next task for host managed_node2 11924 1726884979.45751: done getting next task for host managed_node2 11924 1726884979.45757: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 11924 1726884979.45761: ^ state is: HOST STATE: block=2, task=34, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884979.45791: getting variables 11924 1726884979.45792: in VariableManager get_vars() 11924 1726884979.45835: Calling all_inventory to load vars for managed_node2 11924 1726884979.45837: Calling groups_inventory to load vars for managed_node2 11924 1726884979.45839: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884979.45849: Calling all_plugins_play to load vars for managed_node2 11924 1726884979.45852: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884979.45854: Calling groups_plugins_play to load vars for managed_node2 11924 1726884979.47261: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884979.47935: done with get_vars() 11924 1726884979.47951: done getting variables TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 20 September 2024 22:16:19 -0400 (0:00:00.054) 0:02:24.819 ****** 11924 1726884979.48071: entering _queue_task() for managed_node2/setup 11924 1726884979.48499: worker is 1 (out of 1 available) 11924 1726884979.48514: exiting _queue_task() for managed_node2/setup 11924 1726884979.48584: done queuing things up, now waiting for results queue to drain 11924 1726884979.48586: waiting for pending results... 11924 1726884979.48845: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Update facts 11924 1726884979.49037: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004e91 11924 1726884979.49060: variable 'ansible_search_path' from source: unknown 11924 1726884979.49092: variable 'ansible_search_path' from source: unknown 11924 1726884979.49121: calling self._execute() 11924 1726884979.49265: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884979.49293: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884979.49297: variable 'omit' from source: magic vars 11924 1726884979.49753: variable 'ansible_check_mode' from source: magic vars 11924 1726884979.49835: Evaluated conditional (not ansible_check_mode): True 11924 1726884979.49839: variable 'omit' from source: magic vars 11924 1726884979.49856: variable 'omit' from source: magic vars 11924 1726884979.49893: variable 'omit' from source: magic vars 11924 1726884979.49937: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884979.49989: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884979.50016: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884979.50039: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884979.50069: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884979.50178: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884979.50181: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884979.50184: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884979.50186: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884979.50189: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884979.50292: Set connection var ansible_shell_executable to /bin/sh 11924 1726884979.50308: Set connection var ansible_connection to ssh 11924 1726884979.50320: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884979.50331: Set connection var ansible_timeout to 10 11924 1726884979.50341: Set connection var ansible_pipelining to False 11924 1726884979.50350: Set connection var ansible_shell_type to sh 11924 1726884979.50385: variable 'ansible_shell_executable' from source: unknown 11924 1726884979.50413: variable 'ansible_connection' from source: unknown 11924 1726884979.50416: variable 'ansible_module_compression' from source: unknown 11924 1726884979.50418: variable 'ansible_shell_type' from source: unknown 11924 1726884979.50420: variable 'ansible_shell_executable' from source: unknown 11924 1726884979.50505: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884979.50509: variable 'ansible_pipelining' from source: unknown 11924 1726884979.50511: variable 'ansible_timeout' from source: unknown 11924 1726884979.50519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884979.50681: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884979.50701: variable 'omit' from source: magic vars 11924 1726884979.50713: starting attempt loop 11924 1726884979.50726: running the handler 11924 1726884979.50831: _low_level_execute_command(): starting 11924 1726884979.50835: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884979.51535: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884979.51552: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884979.51570: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884979.51592: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884979.51715: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884979.51750: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884979.51860: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884979.53547: stdout chunk (state=3): >>>/root <<< 11924 1726884979.53710: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884979.53716: stdout chunk (state=3): >>><<< 11924 1726884979.53719: stderr chunk (state=3): >>><<< 11924 1726884979.53739: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884979.53852: _low_level_execute_command(): starting 11924 1726884979.53872: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884979.5374742-18572-141704580142472 `" && echo ansible-tmp-1726884979.5374742-18572-141704580142472="` echo /root/.ansible/tmp/ansible-tmp-1726884979.5374742-18572-141704580142472 `" ) && sleep 0' 11924 1726884979.54846: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884979.54871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884979.54937: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884979.54981: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884979.55000: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884979.55038: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884979.55136: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884979.57042: stdout chunk (state=3): >>>ansible-tmp-1726884979.5374742-18572-141704580142472=/root/.ansible/tmp/ansible-tmp-1726884979.5374742-18572-141704580142472 <<< 11924 1726884979.57204: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884979.57208: stdout chunk (state=3): >>><<< 11924 1726884979.57211: stderr chunk (state=3): >>><<< 11924 1726884979.57233: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884979.5374742-18572-141704580142472=/root/.ansible/tmp/ansible-tmp-1726884979.5374742-18572-141704580142472 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884979.57397: variable 'ansible_module_compression' from source: unknown 11924 1726884979.57405: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 11924 1726884979.57472: variable 'ansible_facts' from source: unknown 11924 1726884979.57684: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884979.5374742-18572-141704580142472/AnsiballZ_setup.py 11924 1726884979.57847: Sending initial data 11924 1726884979.57859: Sent initial data (154 bytes) 11924 1726884979.58458: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884979.58496: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884979.58604: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884979.58628: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884979.58644: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884979.58732: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884979.60349: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884979.60405: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884979.60465: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp8ku1o25i /root/.ansible/tmp/ansible-tmp-1726884979.5374742-18572-141704580142472/AnsiballZ_setup.py <<< 11924 1726884979.60481: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884979.5374742-18572-141704580142472/AnsiballZ_setup.py" <<< 11924 1726884979.60542: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp8ku1o25i" to remote "/root/.ansible/tmp/ansible-tmp-1726884979.5374742-18572-141704580142472/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884979.5374742-18572-141704580142472/AnsiballZ_setup.py" <<< 11924 1726884979.62226: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884979.62262: stderr chunk (state=3): >>><<< 11924 1726884979.62272: stdout chunk (state=3): >>><<< 11924 1726884979.62361: done transferring module to remote 11924 1726884979.62364: _low_level_execute_command(): starting 11924 1726884979.62366: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884979.5374742-18572-141704580142472/ /root/.ansible/tmp/ansible-tmp-1726884979.5374742-18572-141704580142472/AnsiballZ_setup.py && sleep 0' 11924 1726884979.62980: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884979.63003: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884979.63089: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884979.64981: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884979.64992: stderr chunk (state=3): >>><<< 11924 1726884979.64995: stdout chunk (state=3): >>><<< 11924 1726884979.65009: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884979.65011: _low_level_execute_command(): starting 11924 1726884979.65019: _low_level_execute_command(): using become for this command 11924 1726884979.65030: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-mjzyldxjughmnaanvhwghqetkdzvsrie ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884979.5374742-18572-141704580142472/AnsiballZ_setup.py'"'"' && sleep 0' 11924 1726884979.65109: Initial state: awaiting_escalation: BECOME-SUCCESS-mjzyldxjughmnaanvhwghqetkdzvsrie 11924 1726884979.65485: 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 <<< 11924 1726884979.65489: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884979.65508: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884979.65528: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884979.65583: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884979.68560: stdout chunk (state=1): >>>BECOME-SUCCESS-mjzyldxjughmnaanvhwghqetkdzvsrie <<< 11924 1726884979.68566: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-mjzyldxjughmnaanvhwghqetkdzvsrie' 11924 1726884979.68908: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 11924 1726884979.68940: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884979.69031: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884979.69035: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884979.69086: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # <<< 11924 1726884979.69105: stdout chunk (state=3): >>># installing zipimport hook import 'time' # <<< 11924 1726884979.69109: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884979.69161: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 11924 1726884979.69174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884979.69194: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884979.69211: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884979.69238: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884979.69253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884979.69274: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a07103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a06dfa10> <<< 11924 1726884979.69307: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884979.69367: 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 0x7f35a0712960> <<< 11924 1726884979.69373: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884979.69417: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884979.69471: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884979.69552: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884979.69580: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884979.69629: 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' <<< 11924 1726884979.69677: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884979.69687: 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 <<< 11924 1726884979.69737: 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 0x7f35a04c0fe0> <<< 11924 1726884979.69774: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884979.69815: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a04c1fd0> <<< 11924 1726884979.69833: 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. <<< 11924 1726884979.70224: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884979.70244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884979.70296: 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 <<< 11924 1726884979.70347: 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 <<< 11924 1726884979.70413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a04ffec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884979.70500: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a04fff80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884979.70537: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884979.70586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 11924 1726884979.70627: 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' <<< 11924 1726884979.70631: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a05378f0> <<< 11924 1726884979.70662: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884979.70681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0537f80> import '_collections' # <<< 11924 1726884979.70738: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0517b90> import '_functools' # <<< 11924 1726884979.70781: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a05152b0> <<< 11924 1726884979.70835: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a04fd070> <<< 11924 1726884979.70895: 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' <<< 11924 1726884979.70948: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884979.71044: 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' <<< 11924 1726884979.71048: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a055b8c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a055a4e0> <<< 11924 1726884979.71147: 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 0x7f35a0516180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0558ce0> <<< 11924 1726884979.71151: 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 0x7f35a0588920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a04fc2f0> <<< 11924 1726884979.71189: 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' <<< 11924 1726884979.71195: 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 0x7f35a0588dd0> <<< 11924 1726884979.71234: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0588c80> <<< 11924 1726884979.71260: 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 0x7f35a0589010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a04fae10> <<< 11924 1726884979.71300: 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' <<< 11924 1726884979.71313: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884979.71364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884979.71398: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0589700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a05893d0> import 'importlib.machinery' # <<< 11924 1726884979.71427: 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 0x7f35a058a600> <<< 11924 1726884979.71474: 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 <<< 11924 1726884979.71521: 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 <<< 11924 1726884979.71600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a05a4830> import 'errno' # <<< 11924 1726884979.71629: 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 0x7f35a05a5f70> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884979.71641: 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' <<< 11924 1726884979.71674: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a05a6e10> <<< 11924 1726884979.71742: 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 0x7f35a05a7470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a05a6360> <<< 11924 1726884979.71745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884979.71747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884979.71799: 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 0x7f35a05a7ef0> <<< 11924 1726884979.71814: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a05a7620> <<< 11924 1726884979.71847: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a058a660> <<< 11924 1726884979.71926: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884979.71929: 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 <<< 11924 1726884979.71984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884979.71995: 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 0x7f35a05bfe60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884979.72083: 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 0x7f35a02d8860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a02d85c0> <<< 11924 1726884979.72086: 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 0x7f35a02d87d0> <<< 11924 1726884979.72110: 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' <<< 11924 1726884979.72179: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884979.72288: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f35a02d9160> <<< 11924 1726884979.72413: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884979.72452: 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 0x7f35a02d9b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a02d8a40> <<< 11924 1726884979.72486: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a05be000> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884979.72532: 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 0x7f35a02daf60> <<< 11924 1726884979.72591: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a02d9ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a058ad50> <<< 11924 1726884979.72615: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884979.72663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884979.72673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884979.72718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884979.72742: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0303230> <<< 11924 1726884979.72824: 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' <<< 11924 1726884979.72850: 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' <<< 11924 1726884979.72919: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a032b5f0> <<< 11924 1726884979.72953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884979.72972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884979.73016: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884979.73036: 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 0x7f35a03883b0> <<< 11924 1726884979.73060: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884979.73105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884979.73123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884979.73152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884979.73242: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a038ab10> <<< 11924 1726884979.73362: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a03884d0> <<< 11924 1726884979.73416: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a03513d0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a01954f0> <<< 11924 1726884979.73431: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a032a3f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a02dbe00> <<< 11924 1726884979.73574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884979.73596: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f35a032a510> <<< 11924 1726884979.73883: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_hmguelpy/ansible_setup_payload.zip' <<< 11924 1726884979.73887: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.74035: stdout chunk (state=3): >>># zipimport: zlib available<<< 11924 1726884979.74043: stdout chunk (state=3): >>> <<< 11924 1726884979.74070: 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' <<< 11924 1726884979.74107: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884979.74207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884979.74233: 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 0x7f35a01fb230> import '_typing' # <<< 11924 1726884979.74398: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a01de120> <<< 11924 1726884979.74422: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a01dd2b0> # zipimport: zlib available <<< 11924 1726884979.74430: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884979.74476: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884979.74479: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.74485: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884979.74505: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.75879: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.76972: 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' <<< 11924 1726884979.76975: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a01f9100> <<< 11924 1726884979.77006: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884979.77030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884979.77069: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884979.77072: 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' <<< 11924 1726884979.77122: 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 0x7f35a0232bd0> <<< 11924 1726884979.77149: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0232960> <<< 11924 1726884979.77180: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0232270> <<< 11924 1726884979.77227: 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' <<< 11924 1726884979.77270: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0232cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a01fbc50> import 'atexit' # <<< 11924 1726884979.77288: 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 0x7f35a0233860> <<< 11924 1726884979.77333: 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 0x7f35a0233a70> <<< 11924 1726884979.77345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884979.77375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884979.77394: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884979.77443: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0233f80> <<< 11924 1726884979.77457: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884979.77474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884979.77501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884979.77536: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb2dd30> <<< 11924 1726884979.77612: 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 0x7f359fb2f950> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884979.77616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884979.77654: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb30350> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884979.77713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb31220> <<< 11924 1726884979.77746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884979.77805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884979.77810: 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' <<< 11924 1726884979.77865: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb33fb0> <<< 11924 1726884979.77908: 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 0x7f359fb380e0> <<< 11924 1726884979.77957: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb32270> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884979.78008: 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' <<< 11924 1726884979.78012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884979.78132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884979.78174: 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 0x7f359fb3be00> <<< 11924 1726884979.78247: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884979.78287: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb3a900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb3a660> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884979.78357: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb3aba0> <<< 11924 1726884979.78428: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb32780> <<< 11924 1726884979.78432: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884979.78434: 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 0x7f359fb7ff20> <<< 11924 1726884979.78477: 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 0x7f359fb80260> <<< 11924 1726884979.78483: 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' <<< 11924 1726884979.78529: 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 0x7f359fb81d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb81ac0> <<< 11924 1726884979.78546: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884979.78571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884979.78662: 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 0x7f359fb84290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb823c0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884979.78728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884979.78753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884979.78759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884979.78794: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb87a40> <<< 11924 1726884979.78918: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb84410> <<< 11924 1726884979.78978: stdout 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 0x7f359fb88860> <<< 11924 1726884979.79022: stdout 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 0x7f359fb88aa0> <<< 11924 1726884979.79059: stdout 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 0x7f359fb88c20> <<< 11924 1726884979.79079: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb80440> <<< 11924 1726884979.79102: 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 <<< 11924 1726884979.79122: 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 <<< 11924 1726884979.79143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884979.79198: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884979.79201: 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 0x7f359fa142c0> <<< 11924 1726884979.79344: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884979.79347: 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 0x7f359fa155e0> <<< 11924 1726884979.79353: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb8aa50> <<< 11924 1726884979.79397: 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 0x7f359fb8be00> <<< 11924 1726884979.79429: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb8a690> # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884979.79468: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884979.79551: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.79640: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.79653: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884979.79697: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884979.79717: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.79821: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.79933: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.80503: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.81042: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884979.81068: 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' # <<< 11924 1726884979.81096: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884979.81099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884979.81145: 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 0x7f359fa19820> <<< 11924 1726884979.81240: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884979.81243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 11924 1726884979.81264: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fa1a690> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fa15880> <<< 11924 1726884979.81332: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884979.81338: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.81372: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884979.81531: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.81698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884979.81702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fa1a720> # zipimport: zlib available <<< 11924 1726884979.82140: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.82594: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.82661: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.82751: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884979.82821: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.82825: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884979.82827: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.82895: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.83001: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884979.83069: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884979.83073: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.83137: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884979.83374: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.83577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884979.83634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884979.83645: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884979.83738: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fa1b8f0> # zipimport: zlib available <<< 11924 1726884979.83851: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.83922: 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' # <<< 11924 1726884979.83927: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.83978: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.84008: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884979.84049: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.84114: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.84161: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.84221: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884979.84271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884979.84366: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f359fa26300> <<< 11924 1726884979.84408: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fa23560> <<< 11924 1726884979.84447: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 11924 1726884979.84507: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.84567: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.84587: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.84628: stdout chunk (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' <<< 11924 1726884979.84654: 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 <<< 11924 1726884979.84670: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884979.84703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884979.84770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884979.84779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884979.84794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884979.84853: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb02b70> <<< 11924 1726884979.84893: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fbfe840> <<< 11924 1726884979.84986: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fa263f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fa1b110> <<< 11924 1726884979.85000: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884979.85007: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.85045: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.85052: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884979.85126: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884979.85148: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.85171: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884979.85174: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.85226: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.85322: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884979.85366: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.85430: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.85435: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.85537: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.85540: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 11924 1726884979.85616: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.85662: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.85673: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.85711: 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 <<< 11924 1726884979.85807: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 11924 1726884979.85833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 11924 1726884979.85877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 11924 1726884979.85892: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884979.85969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884979.85977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 11924 1726884979.86043: 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 0x7f359f722900> <<< 11924 1726884979.86080: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f721d30> <<< 11924 1726884979.86107: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f720710> <<< 11924 1726884979.86339: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fab69c0> <<< 11924 1726884979.86416: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fab4920> <<< 11924 1726884979.86426: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 11924 1726884979.86612: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.86950: stdout chunk (state=3): >>># 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' <<< 11924 1726884979.86977: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 11924 1726884979.87020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 11924 1726884979.87087: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 11924 1726884979.87091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 11924 1726884979.87094: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359faa1880> <<< 11924 1726884979.87095: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 11924 1726884979.87100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 11924 1726884979.87102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884979.87140: 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' <<< 11924 1726884979.87145: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f76c9b0> <<< 11924 1726884979.87171: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884979.87214: 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 0x7f359f76ccb0> <<< 11924 1726884979.87303: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f7601a0> <<< 11924 1726884979.87326: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f7337a0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fab5ac0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fab4e30> <<< 11924 1726884979.87342: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 11924 1726884979.87496: 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' <<< 11924 1726884979.87506: 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 0x7f359f76f920> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f76f1d0> <<< 11924 1726884979.87620: 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 0x7f359f76f3b0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f76e600> # /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 0x7f359f76faa0> <<< 11924 1726884979.87625: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 11924 1726884979.87668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f359f596630> <<< 11924 1726884979.87673: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f594620> <<< 11924 1726884979.87740: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fab4e00> import 'ansible.module_utils.facts.timeout' # <<< 11924 1726884979.87766: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 11924 1726884979.87824: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.87896: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 11924 1726884979.87899: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.87949: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.88012: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 11924 1726884979.88039: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 11924 1726884979.88121: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # <<< 11924 1726884979.88139: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.88193: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.88226: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 11924 1726884979.88313: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.88349: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 11924 1726884979.88403: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.88450: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.88522: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.88582: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 11924 1726884979.89077: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.89532: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 11924 1726884979.89604: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.89635: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.89692: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.89771: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 11924 1726884979.89787: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884979.89811: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 11924 1726884979.89876: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.89946: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available <<< 11924 1726884979.90162: 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 <<< 11924 1726884979.90164: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.90240: 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' <<< 11924 1726884979.90286: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f596b40> <<< 11924 1726884979.90289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884979.90392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884979.90437: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f5977a0> <<< 11924 1726884979.90453: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 11924 1726884979.90523: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.90627: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 11924 1726884979.90718: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.90787: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 11924 1726884979.91261: stdout chunk (state=3): >>># 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' <<< 11924 1726884979.91264: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884979.91266: 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 0x7f359f5ced20> <<< 11924 1726884979.91395: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f5bb920> <<< 11924 1726884979.91402: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 11924 1726884979.91573: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.91591: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 11924 1726884979.91604: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.91712: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.91841: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.91951: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 11924 1726884979.91978: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # <<< 11924 1726884979.91981: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.92013: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.92052: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 11924 1726884979.92067: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.92103: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.92173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 11924 1726884979.92176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 11924 1726884979.92198: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884979.92242: 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 0x7f359f5e6780> <<< 11924 1726884979.92248: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb8a8a0> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884979.92262: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available <<< 11924 1726884979.92310: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.92352: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 11924 1726884979.92364: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.92571: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.92672: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 11924 1726884979.92780: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.92877: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.92924: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.92983: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 11924 1726884979.92986: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available <<< 11924 1726884979.93023: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.93028: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.93173: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.93329: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 11924 1726884979.93333: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 11924 1726884979.93451: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.93586: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 11924 1726884979.93596: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.93623: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.93654: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.94305: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.94743: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 11924 1726884979.94850: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.94951: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 11924 1726884979.94974: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.95069: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.95168: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 11924 1726884979.95193: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.95393: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.95486: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available <<< 11924 1726884979.95531: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 11924 1726884979.95662: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 11924 1726884979.95729: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.95823: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.96024: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.96228: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 11924 1726884979.96248: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 11924 1726884979.96322: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.96390: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available <<< 11924 1726884979.96421: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 11924 1726884979.96512: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.96565: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884979.96628: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 11924 1726884979.96715: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.96745: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 11924 1726884979.96817: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.96854: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 11924 1726884979.97212: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.97379: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 11924 1726884979.97393: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.97442: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.97504: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 11924 1726884979.97547: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.97564: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.97640: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 11924 1726884979.97643: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.97669: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.97736: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 11924 1726884979.97761: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available <<< 11924 1726884979.97859: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.97923: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 11924 1726884979.97972: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 11924 1726884979.97976: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.98010: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.98066: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 11924 1726884979.98273: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884979.98290: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884979.98352: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 11924 1726884979.98374: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available <<< 11924 1726884979.98419: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.98472: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 11924 1726884979.98497: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.98676: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.98878: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available <<< 11924 1726884979.98944: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.98977: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 11924 1726884979.99005: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.99034: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.99074: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 11924 1726884979.99094: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.99167: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.99254: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 11924 1726884979.99280: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 11924 1726884979.99363: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.99454: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 11924 1726884979.99540: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884979.99741: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 11924 1726884979.99766: 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 <<< 11924 1726884979.99788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 11924 1726884979.99883: 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' <<< 11924 1726884979.99887: stdout chunk (state=3): >>>import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f359f60f920> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f60c1a0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f60f830> <<< 11924 1726884980.13844: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 11924 1726884980.13849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f655490> <<< 11924 1726884980.13852: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 11924 1726884980.13890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f6562a0> <<< 11924 1726884980.13938: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 11924 1726884980.13978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884980.14016: 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' <<< 11924 1726884980.14031: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f658a70> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f657fb0> <<< 11924 1726884980.14432: 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 <<< 11924 1726884980.39444: 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": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_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_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": 2755, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 776, "free": 2755}, "nocache": {"free": 3277, "used": 254}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405cf31bf94f3a84b00be4524349", <<< 11924 1726884980.39652: stdout chunk (state=3): >>>"wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 425, "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": 261609058304, "block_size": 4096, "block_total": 65519099, "block_available": 63869399, "block_used": 1649700, "inode_total": 131070960, "inode_available": 131027189, "inode_used": 43771, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fibre_channel_wwn": [], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-mjzyldxjughmnaanvhwghqetkdzvsrie ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884979.5374742-18572-141704580142472/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": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_is_chroot": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "16", "second": "20", "epoch": "1726884980", "epoch_int": "1726884980", "date": "2024-09-20", "time": "22:16:20", "iso8601_micro": "2024-09-21T02:16:20.347883Z", "iso8601": "2024-09-21T02:16:20Z", "iso8601_basic": "20240920T221620347883", "iso8601_basic_short": "20240920T221620", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_apparmor": {"status": "disabled"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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_service_mgr": "systemd", "ansible_local": {}, "ansible_fips": false, "ansible_loadavg": {"1m": 0.54150390625, "5m": 0.505859375, "15m": 0.27685546875}, "ansible_lsb": {}, "ansible_iscsi_iqn": "", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 11924 1726884980.40066: 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 <<< 11924 1726884980.40093: stdout chunk (state=3): >>># cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random <<< 11924 1726884980.40186: stdout chunk (state=3): >>># destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # 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 <<< 11924 1726884980.40190: stdout chunk (state=3): >>># cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_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 <<< 11924 1726884980.40530: stdout chunk (state=3): >>># cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # 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 <<< 11924 1726884980.40684: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884980.40746: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 11924 1726884980.40871: 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 # destroy ntpath # destroy zipimport <<< 11924 1726884980.40875: 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 <<< 11924 1726884980.40939: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884980.41073: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 11924 1726884980.41101: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl <<< 11924 1726884980.41130: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json <<< 11924 1726884980.41153: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy glob <<< 11924 1726884980.41194: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection <<< 11924 1726884980.41260: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 11924 1726884980.41264: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux <<< 11924 1726884980.41321: 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 <<< 11924 1726884980.41360: 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 <<< 11924 1726884980.41391: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884980.41441: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 11924 1726884980.41539: 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 <<< 11924 1726884980.41703: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884980.41707: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 11924 1726884980.41757: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884980.41761: 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 <<< 11924 1726884980.41866: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884980.41928: 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 <<< 11924 1726884980.41979: 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 <<< 11924 1726884980.42008: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884980.42112: stdout chunk (state=3): >>># destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools <<< 11924 1726884980.42116: stdout chunk (state=3): >>># destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884980.42628: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884980.42823: stderr chunk (state=3): >>><<< 11924 1726884980.42827: stdout chunk (state=3): >>><<< 11924 1726884980.43043: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a07103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a06dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0712960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a04c0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a04c1fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a04ffec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a04fff80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a05378f0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0537f80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0517b90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a05152b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a04fd070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a055b8c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a055a4e0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0516180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0558ce0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0588920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a04fc2f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f35a0588dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0588c80> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f35a0589010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a04fae10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0589700> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a05893d0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a058a600> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a05a4830> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f35a05a5f70> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a05a6e10> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f35a05a7470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a05a6360> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f35a05a7ef0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a05a7620> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a058a660> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f35a05bfe60> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f35a02d8860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a02d85c0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f35a02d87d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f35a02d9160> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f35a02d9b50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a02d8a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a05be000> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a02daf60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a02d9ca0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a058ad50> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0303230> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a032b5f0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a03883b0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a038ab10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a03884d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a03513d0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a01954f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a032a3f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a02dbe00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f35a032a510> # zipimport: found 103 names in '/tmp/ansible_setup_payload_hmguelpy/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 0x7f35a01fb230> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a01de120> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a01dd2b0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a01f9100> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f35a0232bd0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0232960> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0232270> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0232cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a01fbc50> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f35a0233860> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f35a0233a70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f35a0233f80> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb2dd30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f359fb2f950> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb30350> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb31220> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb33fb0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f359fb380e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb32270> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb3be00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb3a900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb3a660> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb3aba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb32780> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f359fb7ff20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb80260> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f359fb81d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb81ac0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f359fb84290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb823c0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb87a40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb84410> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f359fb88860> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f359fb88aa0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f359fb88c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb80440> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f359fa142c0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f359fa155e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb8aa50> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f359fb8be00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb8a690> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f359fa19820> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fa1a690> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fa15880> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fa1a720> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fa1b8f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f359fa26300> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fa23560> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb02b70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fbfe840> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fa263f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fa1b110> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f359f722900> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f721d30> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f720710> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fab69c0> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fab4920> 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 0x7f359faa1880> # /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 0x7f359f76c9b0> # 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 0x7f359f76ccb0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f7601a0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f7337a0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fab5ac0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fab4e30> # /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 0x7f359f76f920> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f76f1d0> # 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 0x7f359f76f3b0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f76e600> # /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 0x7f359f76faa0> # /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 0x7f359f596630> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f594620> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fab4e00> 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 0x7f359f596b40> # /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 0x7f359f5977a0> 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 0x7f359f5ced20> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f5bb920> 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 0x7f359f5e6780> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359fb8a8a0> 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 0x7f359f60f920> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f60c1a0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f60f830> # /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 0x7f359f655490> # /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 0x7f359f6562a0> # /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 0x7f359f658a70> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f359f657fb0> 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": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_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_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": 2755, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 776, "free": 2755}, "nocache": {"free": 3277, "used": 254}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 425, "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": 261609058304, "block_size": 4096, "block_total": 65519099, "block_available": 63869399, "block_used": 1649700, "inode_total": 131070960, "inode_available": 131027189, "inode_used": 43771, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fibre_channel_wwn": [], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "SUDO_GID": "0", "SUDO_COMMAND": "/bin/sh -c echo BECOME-SUCCESS-mjzyldxjughmnaanvhwghqetkdzvsrie ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884979.5374742-18572-141704580142472/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": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_is_chroot": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "16", "second": "20", "epoch": "1726884980", "epoch_int": "1726884980", "date": "2024-09-20", "time": "22:16:20", "iso8601_micro": "2024-09-21T02:16:20.347883Z", "iso8601": "2024-09-21T02:16:20Z", "iso8601_basic": "20240920T221620347883", "iso8601_basic_short": "20240920T221620", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_apparmor": {"status": "disabled"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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_service_mgr": "systemd", "ansible_local": {}, "ansible_fips": false, "ansible_loadavg": {"1m": 0.54150390625, "5m": 0.505859375, "15m": 0.27685546875}, "ansible_lsb": {}, "ansible_iscsi_iqn": "", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884980.46284: 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-1726884979.5374742-18572-141704580142472/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884980.46288: _low_level_execute_command(): starting 11924 1726884980.46292: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884979.5374742-18572-141704580142472/ > /dev/null 2>&1 && sleep 0' 11924 1726884980.46881: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884980.46885: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884980.46887: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884980.46889: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884980.46891: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884980.46948: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884980.46951: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884980.47036: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884980.47235: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884980.49380: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884980.49384: stdout chunk (state=3): >>><<< 11924 1726884980.49387: stderr chunk (state=3): >>><<< 11924 1726884980.49389: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884980.49392: handler run complete 11924 1726884980.49743: variable 'ansible_facts' from source: unknown 11924 1726884980.50068: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884980.50566: variable 'ansible_facts' from source: unknown 11924 1726884980.50760: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884980.50899: attempt loop complete, returning result 11924 1726884980.50902: _execute() done 11924 1726884980.50904: dumping result to json 11924 1726884980.50938: done dumping result, returning 11924 1726884980.50961: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-f4c0-2290-000000004e91] 11924 1726884980.50966: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e91 ok: [managed_node2] 11924 1726884980.52087: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004e91 11924 1726884980.52091: WORKER PROCESS EXITING 11924 1726884980.52109: no more pending results, returning what we have 11924 1726884980.52112: results queue empty 11924 1726884980.52113: checking for any_errors_fatal 11924 1726884980.52126: done checking for any_errors_fatal 11924 1726884980.52127: checking for max_fail_percentage 11924 1726884980.52128: done checking for max_fail_percentage 11924 1726884980.52129: checking to see if all hosts have failed and the running result is not ok 11924 1726884980.52130: done checking to see if all hosts have failed 11924 1726884980.52131: getting the remaining hosts for this loop 11924 1726884980.52132: done getting the remaining hosts for this loop 11924 1726884980.52136: getting the next task for host managed_node2 11924 1726884980.52147: done getting next task for host managed_node2 11924 1726884980.52149: ^ task is: TASK: meta (role_complete) 11924 1726884980.52152: ^ state is: HOST STATE: block=2, task=35, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884980.52177: getting variables 11924 1726884980.52179: in VariableManager get_vars() 11924 1726884980.52217: Calling all_inventory to load vars for managed_node2 11924 1726884980.52220: Calling groups_inventory to load vars for managed_node2 11924 1726884980.52222: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884980.52237: Calling all_plugins_play to load vars for managed_node2 11924 1726884980.52240: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884980.52250: Calling groups_plugins_play to load vars for managed_node2 11924 1726884980.53189: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884980.54601: done with get_vars() 11924 1726884980.54619: done getting variables 11924 1726884980.54706: done queuing things up, now waiting for results queue to drain 11924 1726884980.54708: results queue empty 11924 1726884980.54709: checking for any_errors_fatal 11924 1726884980.54713: done checking for any_errors_fatal 11924 1726884980.54714: checking for max_fail_percentage 11924 1726884980.54715: done checking for max_fail_percentage 11924 1726884980.54716: checking to see if all hosts have failed and the running result is not ok 11924 1726884980.54717: done checking to see if all hosts have failed 11924 1726884980.54717: getting the remaining hosts for this loop 11924 1726884980.54718: done getting the remaining hosts for this loop 11924 1726884980.54721: getting the next task for host managed_node2 11924 1726884980.54730: done getting next task for host managed_node2 11924 1726884980.54734: ^ task is: TASK: Verify role results 11924 1726884980.54735: ^ state is: HOST STATE: block=2, task=36, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884980.54738: getting variables 11924 1726884980.54739: in VariableManager get_vars() 11924 1726884980.54751: Calling all_inventory to load vars for managed_node2 11924 1726884980.54753: Calling groups_inventory to load vars for managed_node2 11924 1726884980.54959: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884980.54965: Calling all_plugins_play to load vars for managed_node2 11924 1726884980.54967: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884980.54970: Calling groups_plugins_play to load vars for managed_node2 11924 1726884980.55771: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884980.56967: done with get_vars() 11924 1726884980.56983: done getting variables TASK [Verify role results] ***************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml:132 Friday 20 September 2024 22:16:20 -0400 (0:00:01.089) 0:02:25.909 ****** 11924 1726884980.57074: entering _queue_task() for managed_node2/include_tasks 11924 1726884980.57613: worker is 1 (out of 1 available) 11924 1726884980.57626: exiting _queue_task() for managed_node2/include_tasks 11924 1726884980.57641: done queuing things up, now waiting for results queue to drain 11924 1726884980.57643: waiting for pending results... 11924 1726884980.58404: running TaskExecutor() for managed_node2/TASK: Verify role results 11924 1726884980.58453: in run() - task 0affc8a3-6f6f-f4c0-2290-000000000015 11924 1726884980.58519: variable 'ansible_search_path' from source: unknown 11924 1726884980.58565: calling self._execute() 11924 1726884980.58857: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884980.59044: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884980.59048: variable 'omit' from source: magic vars 11924 1726884980.59188: _execute() done 11924 1726884980.59197: dumping result to json 11924 1726884980.59204: done dumping result, returning 11924 1726884980.59275: done running TaskExecutor() for managed_node2/TASK: Verify role results [0affc8a3-6f6f-f4c0-2290-000000000015] 11924 1726884980.59287: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000015 11924 1726884980.59588: no more pending results, returning what we have 11924 1726884980.59595: in VariableManager get_vars() 11924 1726884980.59644: Calling all_inventory to load vars for managed_node2 11924 1726884980.59646: Calling groups_inventory to load vars for managed_node2 11924 1726884980.59650: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884980.59671: Calling all_plugins_play to load vars for managed_node2 11924 1726884980.59675: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884980.59679: Calling groups_plugins_play to load vars for managed_node2 11924 1726884980.60486: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000000015 11924 1726884980.60489: WORKER PROCESS EXITING 11924 1726884980.60802: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884980.61409: done with get_vars() 11924 1726884980.61426: variable 'ansible_search_path' from source: unknown 11924 1726884980.61441: we have included files to process 11924 1726884980.61442: generating all_blocks data 11924 1726884980.61444: done generating all_blocks data 11924 1726884980.61451: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884980.61452: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884980.61454: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-role-results.yml 11924 1726884980.62077: in VariableManager get_vars() 11924 1726884980.62097: done with get_vars() 11924 1726884980.62142: in VariableManager get_vars() 11924 1726884980.62162: done with get_vars() 11924 1726884980.62251: done processing included file 11924 1726884980.62253: iterating over new_blocks loaded from include file 11924 1726884980.62257: in VariableManager get_vars() 11924 1726884980.62270: done with get_vars() 11924 1726884980.62271: filtering new block on tags 11924 1726884980.62350: done filtering new block on tags 11924 1726884980.62353: 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_node2 11924 1726884980.62361: extending task lists for all hosts with included blocks 11924 1726884980.66165: done extending task lists 11924 1726884980.66167: done processing included files 11924 1726884980.66167: results queue empty 11924 1726884980.66168: checking for any_errors_fatal 11924 1726884980.66170: done checking for any_errors_fatal 11924 1726884980.66170: checking for max_fail_percentage 11924 1726884980.66172: done checking for max_fail_percentage 11924 1726884980.66173: checking to see if all hosts have failed and the running result is not ok 11924 1726884980.66173: done checking to see if all hosts have failed 11924 1726884980.66174: getting the remaining hosts for this loop 11924 1726884980.66176: done getting the remaining hosts for this loop 11924 1726884980.66179: getting the next task for host managed_node2 11924 1726884980.66183: done getting next task for host managed_node2 11924 1726884980.66185: ^ task is: TASK: Print out pool information 11924 1726884980.66188: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884980.66191: getting variables 11924 1726884980.66192: in VariableManager get_vars() 11924 1726884980.66472: Calling all_inventory to load vars for managed_node2 11924 1726884980.66475: Calling groups_inventory to load vars for managed_node2 11924 1726884980.66478: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884980.66485: Calling all_plugins_play to load vars for managed_node2 11924 1726884980.66487: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884980.66490: Calling groups_plugins_play to load vars for managed_node2 11924 1726884980.67304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884980.68189: done with get_vars() 11924 1726884980.68205: done getting variables 11924 1726884980.68249: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Print 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 22:16:20 -0400 (0:00:00.112) 0:02:26.021 ****** 11924 1726884980.68285: entering _queue_task() for managed_node2/debug 11924 1726884980.68746: worker is 1 (out of 1 available) 11924 1726884980.68760: exiting _queue_task() for managed_node2/debug 11924 1726884980.68772: done queuing things up, now waiting for results queue to drain 11924 1726884980.68773: waiting for pending results... 11924 1726884980.69013: running TaskExecutor() for managed_node2/TASK: Print out pool information 11924 1726884980.69153: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004f1b 11924 1726884980.69171: variable 'ansible_search_path' from source: unknown 11924 1726884980.69208: calling self._execute() 11924 1726884980.69344: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884980.69366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884980.69383: variable 'omit' from source: magic vars 11924 1726884980.69884: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884980.73048: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884980.73080: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884980.73123: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884980.73174: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884980.73205: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884980.73293: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884980.73333: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884980.73370: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884980.73419: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884980.73481: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884980.73573: variable '_storage_pools_list' from source: set_fact 11924 1726884980.73673: Evaluated conditional (_storage_pools_list | length > 0): True 11924 1726884980.73686: variable 'omit' from source: magic vars 11924 1726884980.73805: variable 'omit' from source: magic vars 11924 1726884980.73810: variable 'omit' from source: magic vars 11924 1726884980.73813: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884980.73915: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884980.73918: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884980.73923: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884980.73925: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884980.73928: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884980.73961: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884980.73981: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884980.73989: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884980.73996: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884980.74133: Set connection var ansible_shell_executable to /bin/sh 11924 1726884980.74137: Set connection var ansible_connection to ssh 11924 1726884980.74140: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884980.74151: Set connection var ansible_timeout to 10 11924 1726884980.74242: Set connection var ansible_pipelining to False 11924 1726884980.74245: Set connection var ansible_shell_type to sh 11924 1726884980.74247: variable 'ansible_shell_executable' from source: unknown 11924 1726884980.74249: variable 'ansible_connection' from source: unknown 11924 1726884980.74251: variable 'ansible_module_compression' from source: unknown 11924 1726884980.74257: variable 'ansible_shell_type' from source: unknown 11924 1726884980.74260: variable 'ansible_shell_executable' from source: unknown 11924 1726884980.74262: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884980.74264: variable 'ansible_pipelining' from source: unknown 11924 1726884980.74266: variable 'ansible_timeout' from source: unknown 11924 1726884980.74268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884980.74382: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884980.74386: variable 'omit' from source: magic vars 11924 1726884980.74388: starting attempt loop 11924 1726884980.74463: running the handler 11924 1726884980.74466: variable '_storage_pools_list' from source: set_fact 11924 1726884980.74704: variable '_storage_pools_list' from source: set_fact 11924 1726884980.74920: handler run complete 11924 1726884980.74968: attempt loop complete, returning result 11924 1726884980.74976: _execute() done 11924 1726884980.74983: dumping result to json 11924 1726884980.74995: done dumping result, returning 11924 1726884980.75012: done running TaskExecutor() for managed_node2/TASK: Print out pool information [0affc8a3-6f6f-f4c0-2290-000000004f1b] 11924 1726884980.75022: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004f1b ok: [managed_node2] => { "_storage_pools_list": [ { "disks": [ "sda" ], "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": "foo", "raid_chunk_size": null, "raid_device_count": null, "raid_level": null, "raid_metadata_version": null, "raid_spare_count": null, "shared": false, "state": "absent", "type": "lvm", "volumes": [ { "_device": "/dev/mapper/foo-test1", "_mount_id": "/dev/mapper/foo-test1", "_raw_device": "/dev/mapper/foo-test1", "cache_devices": [], "cache_mode": null, "cache_size": 0, "cached": false, "compression": null, "deduplication": null, "disks": [ "sda" ], "encryption": false, "encryption_cipher": null, "encryption_key": null, "encryption_key_size": null, "encryption_luks_version": null, "encryption_password": null, "fs_create_options": "", "fs_label": "", "fs_overwrite_existing": true, "fs_type": "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": "test1", "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": "5g", "state": "present", "thin": false, "thin_pool_name": null, "thin_pool_size": null, "type": "lvm", "vdo_pool_size": null } ] } ] } 11924 1726884980.75570: no more pending results, returning what we have 11924 1726884980.75574: results queue empty 11924 1726884980.75575: checking for any_errors_fatal 11924 1726884980.75577: done checking for any_errors_fatal 11924 1726884980.75578: checking for max_fail_percentage 11924 1726884980.75580: done checking for max_fail_percentage 11924 1726884980.75580: checking to see if all hosts have failed and the running result is not ok 11924 1726884980.75581: done checking to see if all hosts have failed 11924 1726884980.75582: getting the remaining hosts for this loop 11924 1726884980.75584: done getting the remaining hosts for this loop 11924 1726884980.75587: getting the next task for host managed_node2 11924 1726884980.75593: done getting next task for host managed_node2 11924 1726884980.75597: ^ task is: TASK: Print out volume information 11924 1726884980.75599: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884980.75603: getting variables 11924 1726884980.75605: in VariableManager get_vars() 11924 1726884980.75642: Calling all_inventory to load vars for managed_node2 11924 1726884980.75645: Calling groups_inventory to load vars for managed_node2 11924 1726884980.75648: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884980.75665: Calling all_plugins_play to load vars for managed_node2 11924 1726884980.75669: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884980.75671: Calling groups_plugins_play to load vars for managed_node2 11924 1726884980.76272: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004f1b 11924 1726884980.76276: WORKER PROCESS EXITING 11924 1726884980.76393: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884980.77015: done with get_vars() 11924 1726884980.77030: done getting variables 11924 1726884980.77092: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Print 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 22:16:20 -0400 (0:00:00.088) 0:02:26.110 ****** 11924 1726884980.77122: entering _queue_task() for managed_node2/debug 11924 1726884980.77449: worker is 1 (out of 1 available) 11924 1726884980.77465: exiting _queue_task() for managed_node2/debug 11924 1726884980.77478: done queuing things up, now waiting for results queue to drain 11924 1726884980.77480: waiting for pending results... 11924 1726884980.77880: running TaskExecutor() for managed_node2/TASK: Print out volume information 11924 1726884980.78375: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004f1c 11924 1726884980.78379: variable 'ansible_search_path' from source: unknown 11924 1726884980.78383: calling self._execute() 11924 1726884980.78638: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884980.78651: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884980.78670: variable 'omit' from source: magic vars 11924 1726884980.79249: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884980.82314: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884980.82399: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884980.82441: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884980.82481: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884980.82518: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884980.82611: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884980.82650: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884980.82683: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884980.82735: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884980.82758: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884980.82881: variable '_storage_volumes_list' from source: set_fact 11924 1726884980.82962: Evaluated conditional (_storage_volumes_list | length > 0): False 11924 1726884980.83050: when evaluation is False, skipping this task 11924 1726884980.83054: _execute() done 11924 1726884980.83060: dumping result to json 11924 1726884980.83062: done dumping result, returning 11924 1726884980.83064: done running TaskExecutor() for managed_node2/TASK: Print out volume information [0affc8a3-6f6f-f4c0-2290-000000004f1c] 11924 1726884980.83066: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004f1c 11924 1726884980.83137: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004f1c 11924 1726884980.83141: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "_storage_volumes_list | length > 0" } 11924 1726884980.83207: no more pending results, returning what we have 11924 1726884980.83212: results queue empty 11924 1726884980.83213: checking for any_errors_fatal 11924 1726884980.83228: done checking for any_errors_fatal 11924 1726884980.83229: checking for max_fail_percentage 11924 1726884980.83231: done checking for max_fail_percentage 11924 1726884980.83232: checking to see if all hosts have failed and the running result is not ok 11924 1726884980.83233: done checking to see if all hosts have failed 11924 1726884980.83234: getting the remaining hosts for this loop 11924 1726884980.83236: done getting the remaining hosts for this loop 11924 1726884980.83241: getting the next task for host managed_node2 11924 1726884980.83249: done getting next task for host managed_node2 11924 1726884980.83252: ^ task is: TASK: Collect info about the volumes. 11924 1726884980.83261: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884980.83267: getting variables 11924 1726884980.83269: in VariableManager get_vars() 11924 1726884980.83315: Calling all_inventory to load vars for managed_node2 11924 1726884980.83318: Calling groups_inventory to load vars for managed_node2 11924 1726884980.83322: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884980.83334: Calling all_plugins_play to load vars for managed_node2 11924 1726884980.83337: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884980.83341: Calling groups_plugins_play to load vars for managed_node2 11924 1726884980.84298: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884980.84911: done with get_vars() 11924 1726884980.84928: 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 22:16:20 -0400 (0:00:00.079) 0:02:26.189 ****** 11924 1726884980.85029: entering _queue_task() for managed_node2/fedora.linux_system_roles.blockdev_info 11924 1726884980.85370: worker is 1 (out of 1 available) 11924 1726884980.85384: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blockdev_info 11924 1726884980.85400: done queuing things up, now waiting for results queue to drain 11924 1726884980.85401: waiting for pending results... 11924 1726884980.85783: running TaskExecutor() for managed_node2/TASK: Collect info about the volumes. 11924 1726884980.85870: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004f1d 11924 1726884980.85999: variable 'ansible_search_path' from source: unknown 11924 1726884980.86006: calling self._execute() 11924 1726884980.86069: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884980.86081: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884980.86097: variable 'omit' from source: magic vars 11924 1726884980.86232: variable 'omit' from source: magic vars 11924 1726884980.86283: variable 'omit' from source: magic vars 11924 1726884980.86315: variable 'omit' from source: magic vars 11924 1726884980.86366: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884980.86403: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884980.86431: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884980.86458: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884980.86474: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884980.86542: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884980.86547: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884980.86652: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884980.86657: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884980.86660: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884980.86712: Set connection var ansible_shell_executable to /bin/sh 11924 1726884980.86720: Set connection var ansible_connection to ssh 11924 1726884980.86731: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884980.86740: Set connection var ansible_timeout to 10 11924 1726884980.86750: Set connection var ansible_pipelining to False 11924 1726884980.86767: Set connection var ansible_shell_type to sh 11924 1726884980.86806: variable 'ansible_shell_executable' from source: unknown 11924 1726884980.86814: variable 'ansible_connection' from source: unknown 11924 1726884980.86872: variable 'ansible_module_compression' from source: unknown 11924 1726884980.86875: variable 'ansible_shell_type' from source: unknown 11924 1726884980.86877: variable 'ansible_shell_executable' from source: unknown 11924 1726884980.86883: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884980.86885: variable 'ansible_pipelining' from source: unknown 11924 1726884980.86887: variable 'ansible_timeout' from source: unknown 11924 1726884980.86889: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884980.87050: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884980.87070: variable 'omit' from source: magic vars 11924 1726884980.87079: starting attempt loop 11924 1726884980.87090: running the handler 11924 1726884980.87110: _low_level_execute_command(): starting 11924 1726884980.87197: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884980.87965: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884980.87984: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884980.88076: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884980.89790: stdout chunk (state=3): >>>/root <<< 11924 1726884980.89892: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884980.89939: stderr chunk (state=3): >>><<< 11924 1726884980.89948: stdout chunk (state=3): >>><<< 11924 1726884980.90170: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884980.90174: _low_level_execute_command(): starting 11924 1726884980.90177: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884980.9000828-18638-7783826913021 `" && echo ansible-tmp-1726884980.9000828-18638-7783826913021="` echo /root/.ansible/tmp/ansible-tmp-1726884980.9000828-18638-7783826913021 `" ) && sleep 0' 11924 1726884980.90872: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884980.90924: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884980.90951: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884980.90975: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884980.91087: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884980.93001: stdout chunk (state=3): >>>ansible-tmp-1726884980.9000828-18638-7783826913021=/root/.ansible/tmp/ansible-tmp-1726884980.9000828-18638-7783826913021 <<< 11924 1726884980.93183: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884980.93194: stdout chunk (state=3): >>><<< 11924 1726884980.93206: stderr chunk (state=3): >>><<< 11924 1726884980.93238: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884980.9000828-18638-7783826913021=/root/.ansible/tmp/ansible-tmp-1726884980.9000828-18638-7783826913021 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884980.93473: variable 'ansible_module_compression' from source: unknown 11924 1726884980.93477: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blockdev_info-ZIP_DEFLATED 11924 1726884980.93480: variable 'ansible_facts' from source: unknown 11924 1726884980.93572: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884980.9000828-18638-7783826913021/AnsiballZ_blockdev_info.py 11924 1726884980.93724: Sending initial data 11924 1726884980.93809: Sent initial data (160 bytes) 11924 1726884980.94443: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884980.94563: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884980.94582: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884980.94598: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884980.94623: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884980.94704: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884980.96315: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 11924 1726884980.96363: 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 <<< 11924 1726884980.96458: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884980.96532: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpycwlt4m9 /root/.ansible/tmp/ansible-tmp-1726884980.9000828-18638-7783826913021/AnsiballZ_blockdev_info.py <<< 11924 1726884980.96567: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884980.9000828-18638-7783826913021/AnsiballZ_blockdev_info.py" <<< 11924 1726884980.96616: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpycwlt4m9" to remote "/root/.ansible/tmp/ansible-tmp-1726884980.9000828-18638-7783826913021/AnsiballZ_blockdev_info.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884980.9000828-18638-7783826913021/AnsiballZ_blockdev_info.py" <<< 11924 1726884980.97642: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884980.97645: stdout chunk (state=3): >>><<< 11924 1726884980.97648: stderr chunk (state=3): >>><<< 11924 1726884980.97650: done transferring module to remote 11924 1726884980.97652: _low_level_execute_command(): starting 11924 1726884980.97663: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884980.9000828-18638-7783826913021/ /root/.ansible/tmp/ansible-tmp-1726884980.9000828-18638-7783826913021/AnsiballZ_blockdev_info.py && sleep 0' 11924 1726884980.98778: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884980.98794: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884980.98859: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884980.98923: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884980.98960: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884980.99033: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884981.00901: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884981.00904: stdout chunk (state=3): >>><<< 11924 1726884981.00906: stderr chunk (state=3): >>><<< 11924 1726884981.01022: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884981.01027: _low_level_execute_command(): starting 11924 1726884981.01029: _low_level_execute_command(): using become for this command 11924 1726884981.01032: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-brnnjsqhwqjeghaetiavoauzaahizcle ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884980.9000828-18638-7783826913021/AnsiballZ_blockdev_info.py'"'"' && sleep 0' 11924 1726884981.01232: Initial state: awaiting_escalation: BECOME-SUCCESS-brnnjsqhwqjeghaetiavoauzaahizcle 11924 1726884981.01778: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884981.01926: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884981.01988: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884981.02084: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884981.04969: stdout chunk (state=1): >>>BECOME-SUCCESS-brnnjsqhwqjeghaetiavoauzaahizcle <<< 11924 1726884981.04973: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-brnnjsqhwqjeghaetiavoauzaahizcle' 11924 1726884981.05397: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 11924 1726884981.05400: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884981.05476: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 11924 1726884981.05506: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884981.05540: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884981.05621: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 11924 1726884981.05700: 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' # <<< 11924 1726884981.05799: 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 0x7f15ff1bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff18ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884981.05879: 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 0x7f15ff1be930> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884981.05912: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884981.05940: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884981.05971: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884981.06009: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884981.06030: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884981.06063: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884981.06090: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884981.06093: 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 <<< 11924 1726884981.06122: 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 0x7f15ff1ccfe0> <<< 11924 1726884981.06197: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884981.06208: 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 0x7f15ff1cdfd0> <<< 11924 1726884981.06242: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884981.06272: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884981.06533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884981.06536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884981.06579: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884981.06583: 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 <<< 11924 1726884981.06709: 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 0x7f15fefb3dd0> <<< 11924 1726884981.06712: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884981.06781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884981.06814: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefb3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884981.06870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884981.07175: 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 0x7f15fefe37a0> <<< 11924 1726884981.07446: 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 0x7f15fefe3e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefc3aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefc11c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefb0f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff007710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff006330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefc21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefb2840> <<< 11924 1726884981.07449: 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 0x7f15ff038740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefb0200> <<< 11924 1726884981.07475: 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' <<< 11924 1726884981.07517: 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 0x7f15ff038bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff038aa0> <<< 11924 1726884981.07553: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884981.07576: 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 0x7f15ff038e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefa6d20> <<< 11924 1726884981.07621: 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 <<< 11924 1726884981.07663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884981.07710: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff039520> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff0391f0> import 'importlib.machinery' # <<< 11924 1726884981.07889: 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 0x7f15ff03a420> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff0505f0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884981.07928: 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 0x7f15ff051cd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884981.07979: 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 0x7f15ff052b70> <<< 11924 1726884981.08039: 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 0x7f15ff0531a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff0520c0> <<< 11924 1726884981.08060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884981.08079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884981.08157: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884981.08192: 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 0x7f15ff053c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff053350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff038da0> <<< 11924 1726884981.08196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884981.08215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884981.08361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884981.08368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884981.08390: 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 0x7f15fede7b30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fee10620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee10380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fee10560> <<< 11924 1726884981.08413: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884981.08435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884981.08493: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884981.08623: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fee10f20> <<< 11924 1726884981.08764: 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 0x7f15fee11880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee107d0> <<< 11924 1726884981.08793: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fede5cd0> <<< 11924 1726884981.08883: 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' <<< 11924 1726884981.08908: 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 0x7f15fee12c60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee119a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff03ab10> <<< 11924 1726884981.08936: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884981.08997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884981.09029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884981.09051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884981.09095: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee3eff0> <<< 11924 1726884981.09143: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884981.09161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884981.09177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884981.09198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884981.09253: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee63380> <<< 11924 1726884981.09266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884981.09308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884981.09365: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884981.09387: 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 0x7f15fee8ffb0> <<< 11924 1726884981.09437: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884981.09440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 11924 1726884981.09469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884981.09509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884981.09597: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15feec2810> <<< 11924 1726884981.09674: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15feec01d0> <<< 11924 1726884981.09711: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee8d100> <<< 11924 1726884981.09752: 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' <<< 11924 1726884981.09757: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe7290d0> <<< 11924 1726884981.09779: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee62180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee13bc0> <<< 11924 1726884981.09895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884981.09910: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f15fee622a0> <<< 11924 1726884981.10086: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_wqpw5g8d/ansible_fedora.linux_system_roles.blockdev_info_payload.zip' <<< 11924 1726884981.10116: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.10247: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.10252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884981.10273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884981.10305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884981.10380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884981.10426: 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 0x7f15fe776cc0> import '_typing' # <<< 11924 1726884981.10842: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe759c40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe758dd0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884981.12161: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.13360: 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 0x7f15fe774c20> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fe7ae600> <<< 11924 1726884981.13398: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe7ae390> <<< 11924 1726884981.13454: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe7adca0> <<< 11924 1726884981.13460: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884981.13476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884981.13509: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe7ae180> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe7779e0> import 'atexit' # <<< 11924 1726884981.13540: 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 0x7f15fe7af350> <<< 11924 1726884981.13575: 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 0x7f15fe7af590> <<< 11924 1726884981.13600: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884981.13643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884981.13667: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884981.13710: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe7afad0> import 'pwd' # <<< 11924 1726884981.13764: 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' <<< 11924 1726884981.13798: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe6158e0> <<< 11924 1726884981.13875: 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 0x7f15fe617500> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884981.13908: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe617ec0> <<< 11924 1726884981.13930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884981.14073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe6190a0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884981.14113: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe61bb60> <<< 11924 1726884981.14154: 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 0x7f15fee3ef60> <<< 11924 1726884981.14169: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe619e20> <<< 11924 1726884981.14193: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884981.14373: 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 0x7f15fe623a70> import '_tokenize' # <<< 11924 1726884981.14419: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe622540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe6222a0> <<< 11924 1726884981.14508: 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' <<< 11924 1726884981.14525: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe6227b0> <<< 11924 1726884981.14552: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe61a330> <<< 11924 1726884981.14578: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884981.14639: 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 0x7f15fe667cb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe667d40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 11924 1726884981.14657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884981.14674: 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' <<< 11924 1726884981.14718: 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 0x7f15fe669850> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe669610> <<< 11924 1726884981.14746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884981.14977: 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 0x7f15fe66bd70> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe669ee0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884981.14995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884981.15177: 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 0x7f15fe66f4a0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe66be30> <<< 11924 1726884981.15235: stdout 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 0x7f15fe670140> <<< 11924 1726884981.15269: stdout 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 0x7f15fe670410> <<< 11924 1726884981.15315: stdout 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 0x7f15fe6707a0> <<< 11924 1726884981.15333: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe6676b0> <<< 11924 1726884981.15424: 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' <<< 11924 1726884981.15446: 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 0x7f15fe673cb0> <<< 11924 1726884981.15634: 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 0x7f15fe6fce90> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe672450> <<< 11924 1726884981.15650: 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 0x7f15fe673800> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe6720f0> # zipimport: zlib available <<< 11924 1726884981.15676: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884981.15747: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.15836: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.15966: 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 <<< 11924 1726884981.16071: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.16188: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.16723: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.17243: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884981.17267: 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' # <<< 11924 1726884981.17280: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884981.17372: 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 0x7f15fe5011c0> <<< 11924 1726884981.17468: 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 0x7f15fe501f10> <<< 11924 1726884981.17483: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe6fd0d0> <<< 11924 1726884981.17526: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884981.17598: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884981.17730: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.17902: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884981.17907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 11924 1726884981.17909: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe501c70> <<< 11924 1726884981.17921: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.18370: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.18809: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.18882: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.19091: 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 <<< 11924 1726884981.19120: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.19204: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884981.19270: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 11924 1726884981.19300: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.19366: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884981.19568: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.20184: 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 0x7f15fe502f00> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884981.20315: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884981.20321: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.20323: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.20376: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.20592: stdout chunk (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 0x7f15fe50d8e0> <<< 11924 1726884981.20603: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe50aae0> <<< 11924 1726884981.20633: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884981.20636: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.20711: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.20794: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884981.20842: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884981.20861: 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 <<< 11924 1726884981.20885: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884981.20903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884981.20973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884981.20993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884981.21101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884981.21126: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe7fa450> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe7de120> <<< 11924 1726884981.21194: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe50da00> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe502e10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884981.21284: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.21287: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884981.21312: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884981.21343: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884981.21489: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available <<< 11924 1726884981.21507: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 11924 1726884981.21520: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.21595: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.21718: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.22605: 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": {}}} <<< 11924 1726884981.22634: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884981.23060: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884981.23183: 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__ <<< 11924 1726884981.23190: 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 <<< 11924 1726884981.23233: stdout chunk (state=3): >>># cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves <<< 11924 1726884981.23253: 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_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 <<< 11924 1726884981.23575: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884981.23580: 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 <<< 11924 1726884981.23621: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 11924 1726884981.23720: 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 <<< 11924 1726884981.23736: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884981.23767: 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 <<< 11924 1726884981.23788: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884981.23818: 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 <<< 11924 1726884981.23835: 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 <<< 11924 1726884981.23865: 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 <<< 11924 1726884981.23891: 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 <<< 11924 1726884981.23923: 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 <<< 11924 1726884981.23936: 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 <<< 11924 1726884981.24084: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 11924 1726884981.24102: stdout chunk (state=3): >>># destroy _collections <<< 11924 1726884981.24132: 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 <<< 11924 1726884981.24241: 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 <<< 11924 1726884981.24461: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884981.24474: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884981.24876: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884981.25031: stderr chunk (state=3): >>>Shared connection to 10.31.14.33 closed. <<< 11924 1726884981.25034: stdout chunk (state=3): >>><<< 11924 1726884981.25037: stderr chunk (state=3): >>><<< 11924 1726884981.25273: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff1bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff18ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff1be930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff1ccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff1cdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefb3dd0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefb3fe0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefe37a0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefe3e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefc3aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefc11c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefb0f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff007710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff006330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefc21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefb2840> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff038740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefb0200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15ff038bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff038aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15ff038e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fefa6d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff039520> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff0391f0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff03a420> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff0505f0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15ff051cd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff052b70> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15ff0531a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff0520c0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15ff053c20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff053350> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff038da0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fede7b30> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fee10620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee10380> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fee10560> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fee10f20> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fee11880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee107d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fede5cd0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee12c60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee119a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15ff03ab10> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee3eff0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee63380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee8ffb0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15feec2810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15feec01d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee8d100> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe7290d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee62180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fee13bc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f15fee622a0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.blockdev_info_payload_wqpw5g8d/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 0x7f15fe776cc0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe759c40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe758dd0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe774c20> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fe7ae600> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe7ae390> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe7adca0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe7ae180> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe7779e0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fe7af350> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fe7af590> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe7afad0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe6158e0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fe617500> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe617ec0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe6190a0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe61bb60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fee3ef60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe619e20> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe623a70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe622540> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe6222a0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe6227b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe61a330> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fe667cb0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe667d40> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fe669850> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe669610> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fe66bd70> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe669ee0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe66f4a0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe66be30> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fe670140> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fe670410> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fe6707a0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe6676b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fe673cb0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fe6fce90> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe672450> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fe673800> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe6720f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fe5011c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe501f10> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe6fd0d0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe501c70> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe502f00> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f15fe50d8e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe50aae0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe7fa450> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe7de120> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe50da00> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f15fe502e10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884981.26663: 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-1726884980.9000828-18638-7783826913021/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884981.26668: _low_level_execute_command(): starting 11924 1726884981.26671: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884980.9000828-18638-7783826913021/ > /dev/null 2>&1 && sleep 0' 11924 1726884981.27060: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884981.27074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884981.27077: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884981.27215: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884981.27275: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884981.27286: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884981.27383: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884981.29209: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884981.29249: stderr chunk (state=3): >>><<< 11924 1726884981.29661: stdout chunk (state=3): >>><<< 11924 1726884981.29665: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884981.29668: handler run complete 11924 1726884981.29670: Evaluated conditional (False): False 11924 1726884981.29672: attempt loop complete, returning result 11924 1726884981.29674: _execute() done 11924 1726884981.29676: dumping result to json 11924 1726884981.29678: done dumping result, returning 11924 1726884981.29680: done running TaskExecutor() for managed_node2/TASK: Collect info about the volumes. [0affc8a3-6f6f-f4c0-2290-000000004f1d] 11924 1726884981.29682: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004f1d 11924 1726884981.29764: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004f1d 11924 1726884981.29767: WORKER PROCESS EXITING ok: [managed_node2] => { "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" } } } 11924 1726884981.30091: no more pending results, returning what we have 11924 1726884981.30095: results queue empty 11924 1726884981.30096: checking for any_errors_fatal 11924 1726884981.30104: done checking for any_errors_fatal 11924 1726884981.30105: checking for max_fail_percentage 11924 1726884981.30107: done checking for max_fail_percentage 11924 1726884981.30108: checking to see if all hosts have failed and the running result is not ok 11924 1726884981.30110: done checking to see if all hosts have failed 11924 1726884981.30110: getting the remaining hosts for this loop 11924 1726884981.30113: done getting the remaining hosts for this loop 11924 1726884981.30124: getting the next task for host managed_node2 11924 1726884981.30131: done getting next task for host managed_node2 11924 1726884981.30134: ^ task is: TASK: Read the /etc/fstab file for volume existence 11924 1726884981.30137: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884981.30141: getting variables 11924 1726884981.30143: in VariableManager get_vars() 11924 1726884981.30291: Calling all_inventory to load vars for managed_node2 11924 1726884981.30294: Calling groups_inventory to load vars for managed_node2 11924 1726884981.30297: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884981.30307: Calling all_plugins_play to load vars for managed_node2 11924 1726884981.30309: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884981.30311: Calling groups_plugins_play to load vars for managed_node2 11924 1726884981.31582: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884981.32548: done with get_vars() 11924 1726884981.32768: done getting variables 11924 1726884981.32831: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:21 -0400 (0:00:00.478) 0:02:26.667 ****** 11924 1726884981.32866: entering _queue_task() for managed_node2/command 11924 1726884981.33566: worker is 1 (out of 1 available) 11924 1726884981.33576: exiting _queue_task() for managed_node2/command 11924 1726884981.33588: done queuing things up, now waiting for results queue to drain 11924 1726884981.33590: waiting for pending results... 11924 1726884981.33976: running TaskExecutor() for managed_node2/TASK: Read the /etc/fstab file for volume existence 11924 1726884981.34365: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004f1e 11924 1726884981.34370: variable 'ansible_search_path' from source: unknown 11924 1726884981.34373: calling self._execute() 11924 1726884981.34573: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884981.34585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884981.34602: variable 'omit' from source: magic vars 11924 1726884981.34832: variable 'omit' from source: magic vars 11924 1726884981.34888: variable 'omit' from source: magic vars 11924 1726884981.34995: variable 'omit' from source: magic vars 11924 1726884981.35046: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884981.35094: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884981.35126: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884981.35153: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884981.35174: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884981.35198: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884981.35221: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884981.35267: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884981.35276: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884981.35283: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884981.35414: Set connection var ansible_shell_executable to /bin/sh 11924 1726884981.35423: Set connection var ansible_connection to ssh 11924 1726884981.35436: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884981.35446: Set connection var ansible_timeout to 10 11924 1726884981.35487: Set connection var ansible_pipelining to False 11924 1726884981.35498: Set connection var ansible_shell_type to sh 11924 1726884981.35531: variable 'ansible_shell_executable' from source: unknown 11924 1726884981.35539: variable 'ansible_connection' from source: unknown 11924 1726884981.35547: variable 'ansible_module_compression' from source: unknown 11924 1726884981.35554: variable 'ansible_shell_type' from source: unknown 11924 1726884981.35564: variable 'ansible_shell_executable' from source: unknown 11924 1726884981.35576: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884981.35584: variable 'ansible_pipelining' from source: unknown 11924 1726884981.35590: variable 'ansible_timeout' from source: unknown 11924 1726884981.35598: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884981.35748: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884981.35770: variable 'omit' from source: magic vars 11924 1726884981.35953: starting attempt loop 11924 1726884981.35959: running the handler 11924 1726884981.35962: _low_level_execute_command(): starting 11924 1726884981.35964: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884981.36644: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884981.36675: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884981.36695: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884981.36856: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884981.36941: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884981.38647: stdout chunk (state=3): >>>/root <<< 11924 1726884981.38962: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884981.38967: stdout chunk (state=3): >>><<< 11924 1726884981.38970: stderr chunk (state=3): >>><<< 11924 1726884981.38977: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884981.38981: _low_level_execute_command(): starting 11924 1726884981.38984: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884981.389246-18658-257592167216941 `" && echo ansible-tmp-1726884981.389246-18658-257592167216941="` echo /root/.ansible/tmp/ansible-tmp-1726884981.389246-18658-257592167216941 `" ) && sleep 0' 11924 1726884981.40260: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884981.40394: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884981.40623: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884981.42434: stdout chunk (state=3): >>>ansible-tmp-1726884981.389246-18658-257592167216941=/root/.ansible/tmp/ansible-tmp-1726884981.389246-18658-257592167216941 <<< 11924 1726884981.42575: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884981.42608: stderr chunk (state=3): >>><<< 11924 1726884981.42615: stdout chunk (state=3): >>><<< 11924 1726884981.42671: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884981.389246-18658-257592167216941=/root/.ansible/tmp/ansible-tmp-1726884981.389246-18658-257592167216941 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884981.43161: variable 'ansible_module_compression' from source: unknown 11924 1726884981.43164: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884981.43554: variable 'ansible_facts' from source: unknown 11924 1726884981.43559: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884981.389246-18658-257592167216941/AnsiballZ_command.py 11924 1726884981.43993: Sending initial data 11924 1726884981.44004: Sent initial data (155 bytes) 11924 1726884981.45572: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884981.45616: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884981.47305: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884981.47413: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884981.47536: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp3qmrd0xe /root/.ansible/tmp/ansible-tmp-1726884981.389246-18658-257592167216941/AnsiballZ_command.py <<< 11924 1726884981.47544: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884981.389246-18658-257592167216941/AnsiballZ_command.py" <<< 11924 1726884981.47644: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp3qmrd0xe" to remote "/root/.ansible/tmp/ansible-tmp-1726884981.389246-18658-257592167216941/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884981.389246-18658-257592167216941/AnsiballZ_command.py" <<< 11924 1726884981.49591: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884981.49595: stdout chunk (state=3): >>><<< 11924 1726884981.49598: stderr chunk (state=3): >>><<< 11924 1726884981.49600: done transferring module to remote 11924 1726884981.49602: _low_level_execute_command(): starting 11924 1726884981.49605: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884981.389246-18658-257592167216941/ /root/.ansible/tmp/ansible-tmp-1726884981.389246-18658-257592167216941/AnsiballZ_command.py && sleep 0' 11924 1726884981.51379: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884981.51473: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884981.51882: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884981.51894: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884981.51954: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884981.53905: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884981.53916: stdout chunk (state=3): >>><<< 11924 1726884981.53928: stderr chunk (state=3): >>><<< 11924 1726884981.53948: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884981.53967: _low_level_execute_command(): starting 11924 1726884981.53977: _low_level_execute_command(): using become for this command 11924 1726884981.53994: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-cdaceibeitypgitadctoyvbtzsnoqhyh ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884981.389246-18658-257592167216941/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884981.54482: Initial state: awaiting_escalation: BECOME-SUCCESS-cdaceibeitypgitadctoyvbtzsnoqhyh 11924 1726884981.55386: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884981.56003: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884981.56110: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884981.59069: stdout chunk (state=1): >>>BECOME-SUCCESS-cdaceibeitypgitadctoyvbtzsnoqhyh <<< 11924 1726884981.59083: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-cdaceibeitypgitadctoyvbtzsnoqhyh' 11924 1726884981.59486: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884981.59610: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884981.59774: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884981.59811: 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 0x7f7ccfb103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccfadfa10> <<< 11924 1726884981.59981: 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 0x7f7ccfb12960> <<< 11924 1726884981.59996: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 11924 1726884981.60039: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884981.60070: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884981.60107: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884981.60148: 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' <<< 11924 1726884981.60212: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884981.60238: 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 0x7f7ccf8e4fe0> <<< 11924 1726884981.60278: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884981.60375: 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 0x7f7ccf8e5fd0> <<< 11924 1726884981.60379: 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. <<< 11924 1726884981.60590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884981.60613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884981.60682: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884981.60700: 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 <<< 11924 1726884981.60710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884981.60739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884981.60778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884981.60793: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf92be00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884981.60915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884981.60919: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf92bec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884981.60970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884981.60984: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884981.61015: 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 0x7f7ccf95b830> <<< 11924 1726884981.61046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884981.61136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf95bec0> <<< 11924 1726884981.61139: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884981.61141: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf93bad0> import '_functools' # <<< 11924 1726884981.61169: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9391f0> <<< 11924 1726884981.61260: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf928fb0> <<< 11924 1726884981.61344: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884981.61383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884981.61405: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884981.61430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884981.61541: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf97f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf97e420> <<< 11924 1726884981.61571: 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 0x7f7ccf93a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf97cc20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9b0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf928230> <<< 11924 1726884981.61585: 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' <<< 11924 1726884981.61626: 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 0x7f7ccf9b0d10> <<< 11924 1726884981.61636: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9b0bc0> <<< 11924 1726884981.61673: 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 0x7f7ccf9b0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf91ed50> <<< 11924 1726884981.61898: 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 0x7f7ccf9b1610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9b12e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9b2510> import 'importlib.util' # import 'runpy' # <<< 11924 1726884981.61902: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884981.61935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884981.61954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 11924 1726884981.61984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9c8710> import 'errno' # <<< 11924 1726884981.62014: 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 0x7f7ccf9c9df0> <<< 11924 1726884981.62043: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884981.62063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 11924 1726884981.62206: 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 0x7f7ccf9cac90> <<< 11924 1726884981.62235: 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 0x7f7ccf9cb2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9ca1e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf9cbd70> <<< 11924 1726884981.62257: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9cb4a0> <<< 11924 1726884981.62287: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9b2540> <<< 11924 1726884981.62312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884981.62353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884981.62358: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884981.62382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884981.62421: 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 0x7f7ccf753c50> <<< 11924 1726884981.62442: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 11924 1726884981.62487: 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 0x7f7ccf77c6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf77c410> <<< 11924 1726884981.62657: 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 0x7f7ccf77c6e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884981.62661: 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' <<< 11924 1726884981.62752: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf77cfe0> <<< 11924 1726884981.62881: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884981.62903: 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 0x7f7ccf77d9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf77c8c0> <<< 11924 1726884981.62922: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf751df0> <<< 11924 1726884981.62949: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884981.63000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884981.63032: 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' <<< 11924 1726884981.63072: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf77edb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf77daf0> <<< 11924 1726884981.63085: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9b2c30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884981.63161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884981.63164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884981.63320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884981.63323: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf7ab110> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884981.63348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884981.63385: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf7d34a0> <<< 11924 1726884981.63413: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884981.63458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884981.63515: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884981.63533: 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 0x7f7ccf82c230> <<< 11924 1726884981.63641: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884981.63644: 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 <<< 11924 1726884981.63660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884981.64027: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf82e990> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf82c350> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf7f9250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf129340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf7d22a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf77fce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884981.64050: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7ccf1295b0> <<< 11924 1726884981.64206: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_grqu0fht/ansible_ansible.legacy.command_payload.zip' <<< 11924 1726884981.64226: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.64348: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.64374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884981.64389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884981.64440: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884981.64508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884981.64589: 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 0x7f7ccf17efc0> import '_typing' # <<< 11924 1726884981.64738: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf161f40> <<< 11924 1726884981.64763: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf1610a0> # zipimport: zlib available <<< 11924 1726884981.64856: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 11924 1726884981.64869: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884981.66288: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.67435: 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 0x7f7ccf17cef0> <<< 11924 1726884981.67452: 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' <<< 11924 1726884981.67478: 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' <<< 11924 1726884981.67516: 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' <<< 11924 1726884981.67550: 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 0x7f7ccf1aa9c0> <<< 11924 1726884981.67592: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf1aa780> <<< 11924 1726884981.67621: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf1aa090> <<< 11924 1726884981.67645: 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' <<< 11924 1726884981.67831: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf1aa4e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf17fa70> <<< 11924 1726884981.67833: stdout chunk (state=3): >>>import 'atexit' # <<< 11924 1726884981.67860: 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 0x7f7ccf1ab740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf1ab8c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 11924 1726884981.67920: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf1abe00> import 'pwd' # <<< 11924 1726884981.67948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884981.67972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884981.68013: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf015c40> <<< 11924 1726884981.68042: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884981.68070: 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 0x7f7ccf017860> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884981.68170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf01c260> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884981.68197: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf01d400> <<< 11924 1726884981.68210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884981.68252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884981.68329: 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' <<< 11924 1726884981.68341: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf01fef0> <<< 11924 1726884981.68383: 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 0x7f7ccf9cab10> <<< 11924 1726884981.68489: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf01e1b0> <<< 11924 1726884981.68500: 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 <<< 11924 1726884981.68535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884981.68549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884981.68578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf023e60> import '_tokenize' # <<< 11924 1726884981.68657: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf022930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf022690> <<< 11924 1726884981.68704: 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' <<< 11924 1726884981.68831: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf022c00> <<< 11924 1726884981.68835: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf01e6c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf067f20> <<< 11924 1726884981.68851: 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 0x7f7ccf068170> <<< 11924 1726884981.68878: 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 <<< 11924 1726884981.69048: 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' <<< 11924 1726884981.69051: 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 0x7f7ccf069d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf069af0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884981.69111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884981.69164: 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 0x7f7ccf06c2c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf06a420> <<< 11924 1726884981.69273: 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' # <<< 11924 1726884981.69327: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf06faa0> <<< 11924 1726884981.69448: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf06c470> <<< 11924 1726884981.69520: stdout 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 0x7f7ccf0708f0> <<< 11924 1726884981.69543: stdout 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 0x7f7ccf070ce0> <<< 11924 1726884981.69598: stdout 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 0x7f7ccf070c80> <<< 11924 1726884981.69608: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf068470> <<< 11924 1726884981.69639: 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' <<< 11924 1726884981.69703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884981.69711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884981.69880: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884981.69884: 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 0x7f7ccf0fc260> <<< 11924 1726884981.69906: 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 0x7f7ccf0fd370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf0729f0> <<< 11924 1726884981.69948: 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 0x7f7ccf073da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf072630> <<< 11924 1726884981.69972: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.70005: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884981.70140: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884981.70192: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.70224: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884981.70251: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 11924 1726884981.70331: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.70388: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.70515: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.71072: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.71779: 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' <<< 11924 1726884981.71801: 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 0x7f7ccef01580> <<< 11924 1726884981.71949: 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 0x7f7ccef023f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf0fd580> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884981.71995: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884981.72122: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.72283: 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' <<< 11924 1726884981.72310: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccef02390> # zipimport: zlib available <<< 11924 1726884981.72780: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.73227: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.73310: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.73427: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884981.73439: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884981.73464: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884981.73526: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.73660: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 11924 1726884981.73682: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884981.73695: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.73729: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.73768: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884981.73783: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.74016: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.74247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884981.74410: 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 0x7f7ccef034d0> # zipimport: zlib available <<< 11924 1726884981.74493: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.74562: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884981.74600: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884981.74613: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.74651: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.74720: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884981.74759: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.74860: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.74864: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.74924: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884981.75046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884981.75072: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccef0df70> <<< 11924 1726884981.75096: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccef0b350> <<< 11924 1726884981.75134: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884981.75147: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.75303: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884981.75306: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.75352: stdout chunk (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' <<< 11924 1726884981.75384: 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 <<< 11924 1726884981.75407: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884981.75512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884981.75529: 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' <<< 11924 1726884981.75589: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf1fa7e0> <<< 11924 1726884981.75630: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf1de4b0> <<< 11924 1726884981.75726: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccef0dcd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccef05a90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884981.75847: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884981.75849: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884981.75877: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884981.75903: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 11924 1726884981.76016: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884981.76132: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884981.76282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf0fd850> # zipimport: zlib available <<< 11924 1726884981.76730: 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 22:16:21.763106", "end": "2024-09-20 22:16:21.766360", "delta": "0:00:00.003254", "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}}} <<< 11924 1726884981.76752: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884981.77212: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884981.77264: 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 <<< 11924 1726884981.77322: stdout chunk (state=3): >>># cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp <<< 11924 1726884981.77388: 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 <<< 11924 1726884981.77488: stdout chunk (state=3): >>># cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 11924 1726884981.77684: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884981.77715: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884981.77853: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 11924 1726884981.77860: 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 <<< 11924 1726884981.77866: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 11924 1726884981.77891: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno <<< 11924 1726884981.77913: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884981.78109: 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 # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 11924 1726884981.78118: 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 <<< 11924 1726884981.78121: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884981.78147: 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 <<< 11924 1726884981.78174: 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 <<< 11924 1726884981.78307: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884981.78378: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 11924 1726884981.78471: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884981.78486: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884981.78561: 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 <<< 11924 1726884981.78602: stdout chunk (state=3): >>># destroy time <<< 11924 1726884981.78635: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 11924 1726884981.78771: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 11924 1726884981.79427: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884981.79430: stdout chunk (state=3): >>><<< 11924 1726884981.79433: stderr chunk (state=3): >>><<< 11924 1726884981.79449: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccfb103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccfadfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccfb12960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf8e4fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf8e5fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf92be00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf92bec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf95b830> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf95bec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf93bad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9391f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf928fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf97f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf97e420> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf93a1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf97cc20> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9b0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf928230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf9b0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9b0bc0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf9b0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf91ed50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9b1610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9b12e0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9b2510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9c8710> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf9c9df0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9cac90> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf9cb2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9ca1e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf9cbd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9cb4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9b2540> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf753c50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf77c6b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf77c410> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf77c6e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf77cfe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf77d9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf77c8c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf751df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf77edb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf77daf0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf9b2c30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf7ab110> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf7d34a0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf82c230> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf82e990> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf82c350> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf7f9250> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf129340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf7d22a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf77fce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7ccf1295b0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_grqu0fht/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 0x7f7ccf17efc0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf161f40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf1610a0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf17cef0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf1aa9c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf1aa780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf1aa090> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf1aa4e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf17fa70> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf1ab740> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf1ab8c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf1abe00> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf015c40> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf017860> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf01c260> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf01d400> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf01fef0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf9cab10> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf01e1b0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf023e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf022930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf022690> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf022c00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf01e6c0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf067f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf068170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf069d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf069af0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf06c2c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf06a420> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf06faa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf06c470> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf0708f0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf070ce0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf070c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf068470> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf0fc260> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf0fd370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf0729f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccf073da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf072630> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccef01580> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccef023f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf0fd580> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccef02390> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccef034d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7ccef0df70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccef0b350> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf1fa7e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccf1de4b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccef0dcd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7ccef05a90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f7ccf0fd850> # 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 22:16:21.763106", "end": "2024-09-20 22:16:21.766360", "delta": "0:00:00.003254", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884981.80890: 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-1726884981.389246-18658-257592167216941/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884981.80893: _low_level_execute_command(): starting 11924 1726884981.80896: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884981.389246-18658-257592167216941/ > /dev/null 2>&1 && sleep 0' 11924 1726884981.81320: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884981.81567: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884981.81771: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884981.81885: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884981.83975: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884981.83979: stdout chunk (state=3): >>><<< 11924 1726884981.84177: stderr chunk (state=3): >>><<< 11924 1726884981.84181: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884981.84184: handler run complete 11924 1726884981.84186: Evaluated conditional (False): False 11924 1726884981.84188: attempt loop complete, returning result 11924 1726884981.84190: _execute() done 11924 1726884981.84193: dumping result to json 11924 1726884981.84194: done dumping result, returning 11924 1726884981.84197: done running TaskExecutor() for managed_node2/TASK: Read the /etc/fstab file for volume existence [0affc8a3-6f6f-f4c0-2290-000000004f1e] 11924 1726884981.84199: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004f1e 11924 1726884981.84273: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004f1e 11924 1726884981.84278: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/fstab" ], "delta": "0:00:00.003254", "end": "2024-09-20 22:16:21.766360", "rc": 0, "start": "2024-09-20 22:16:21.763106" } 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 11924 1726884981.84364: no more pending results, returning what we have 11924 1726884981.84369: results queue empty 11924 1726884981.84369: checking for any_errors_fatal 11924 1726884981.84384: done checking for any_errors_fatal 11924 1726884981.84384: checking for max_fail_percentage 11924 1726884981.84386: done checking for max_fail_percentage 11924 1726884981.84387: checking to see if all hosts have failed and the running result is not ok 11924 1726884981.84388: done checking to see if all hosts have failed 11924 1726884981.84388: getting the remaining hosts for this loop 11924 1726884981.84391: done getting the remaining hosts for this loop 11924 1726884981.84394: getting the next task for host managed_node2 11924 1726884981.84402: done getting next task for host managed_node2 11924 1726884981.84404: ^ task is: TASK: Read the /etc/crypttab file 11924 1726884981.84407: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884981.84411: getting variables 11924 1726884981.84413: in VariableManager get_vars() 11924 1726884981.84568: Calling all_inventory to load vars for managed_node2 11924 1726884981.84571: Calling groups_inventory to load vars for managed_node2 11924 1726884981.84575: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884981.84587: Calling all_plugins_play to load vars for managed_node2 11924 1726884981.84590: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884981.84598: Calling groups_plugins_play to load vars for managed_node2 11924 1726884981.85800: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884981.87047: done with get_vars() 11924 1726884981.87370: done getting variables 11924 1726884981.87439: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:21 -0400 (0:00:00.550) 0:02:27.217 ****** 11924 1726884981.87884: entering _queue_task() for managed_node2/command 11924 1726884981.88994: worker is 1 (out of 1 available) 11924 1726884981.89006: exiting _queue_task() for managed_node2/command 11924 1726884981.89022: done queuing things up, now waiting for results queue to drain 11924 1726884981.89024: waiting for pending results... 11924 1726884981.89476: running TaskExecutor() for managed_node2/TASK: Read the /etc/crypttab file 11924 1726884981.89497: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004f1f 11924 1726884981.89512: variable 'ansible_search_path' from source: unknown 11924 1726884981.89548: calling self._execute() 11924 1726884981.89842: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884981.89847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884981.89858: variable 'omit' from source: magic vars 11924 1726884981.90095: variable 'omit' from source: magic vars 11924 1726884981.90266: variable 'omit' from source: magic vars 11924 1726884981.90362: variable 'omit' from source: magic vars 11924 1726884981.90365: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884981.90510: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884981.90701: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884981.90705: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884981.90707: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884981.90710: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884981.90712: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884981.90839: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884981.90848: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884981.90859: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884981.91112: Set connection var ansible_shell_executable to /bin/sh 11924 1726884981.91142: Set connection var ansible_connection to ssh 11924 1726884981.91357: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884981.91361: Set connection var ansible_timeout to 10 11924 1726884981.91363: Set connection var ansible_pipelining to False 11924 1726884981.91365: Set connection var ansible_shell_type to sh 11924 1726884981.91368: variable 'ansible_shell_executable' from source: unknown 11924 1726884981.91370: variable 'ansible_connection' from source: unknown 11924 1726884981.91372: variable 'ansible_module_compression' from source: unknown 11924 1726884981.91374: variable 'ansible_shell_type' from source: unknown 11924 1726884981.91376: variable 'ansible_shell_executable' from source: unknown 11924 1726884981.91378: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884981.91381: variable 'ansible_pipelining' from source: unknown 11924 1726884981.91382: variable 'ansible_timeout' from source: unknown 11924 1726884981.91385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884981.91721: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884981.91742: variable 'omit' from source: magic vars 11924 1726884981.91753: starting attempt loop 11924 1726884981.91931: running the handler 11924 1726884981.91935: _low_level_execute_command(): starting 11924 1726884981.91937: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884981.92627: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884981.92680: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884981.92704: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884981.92787: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884981.92800: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884981.92823: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884981.92847: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884981.92942: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884981.94660: stdout chunk (state=3): >>>/root <<< 11924 1726884981.94791: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884981.94875: stderr chunk (state=3): >>><<< 11924 1726884981.94878: stdout chunk (state=3): >>><<< 11924 1726884981.95167: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884981.95171: _low_level_execute_command(): starting 11924 1726884981.95174: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884981.949761-18690-202002274620078 `" && echo ansible-tmp-1726884981.949761-18690-202002274620078="` echo /root/.ansible/tmp/ansible-tmp-1726884981.949761-18690-202002274620078 `" ) && sleep 0' 11924 1726884981.96334: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884981.96351: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884981.96386: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884981.96436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 11924 1726884981.96484: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884981.96571: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884981.96794: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884981.96809: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884981.97082: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884981.98958: stdout chunk (state=3): >>>ansible-tmp-1726884981.949761-18690-202002274620078=/root/.ansible/tmp/ansible-tmp-1726884981.949761-18690-202002274620078 <<< 11924 1726884981.99059: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884981.99229: stderr chunk (state=3): >>><<< 11924 1726884981.99237: stdout chunk (state=3): >>><<< 11924 1726884981.99264: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884981.949761-18690-202002274620078=/root/.ansible/tmp/ansible-tmp-1726884981.949761-18690-202002274620078 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884981.99347: variable 'ansible_module_compression' from source: unknown 11924 1726884981.99471: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 11924 1726884981.99560: variable 'ansible_facts' from source: unknown 11924 1726884981.99720: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884981.949761-18690-202002274620078/AnsiballZ_command.py 11924 1726884982.00271: Sending initial data 11924 1726884982.00275: Sent initial data (155 bytes) 11924 1726884982.01534: 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 <<< 11924 1726884982.01615: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884982.01636: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884982.01729: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884982.01741: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884982.02307: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884982.02471: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884982.03999: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884982.04041: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884982.04091: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmp6by54mhq /root/.ansible/tmp/ansible-tmp-1726884981.949761-18690-202002274620078/AnsiballZ_command.py <<< 11924 1726884982.04095: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884981.949761-18690-202002274620078/AnsiballZ_command.py" <<< 11924 1726884982.04204: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmp6by54mhq" to remote "/root/.ansible/tmp/ansible-tmp-1726884981.949761-18690-202002274620078/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884981.949761-18690-202002274620078/AnsiballZ_command.py" <<< 11924 1726884982.05776: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884982.05838: stderr chunk (state=3): >>><<< 11924 1726884982.05846: stdout chunk (state=3): >>><<< 11924 1726884982.06047: done transferring module to remote 11924 1726884982.06051: _low_level_execute_command(): starting 11924 1726884982.06053: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884981.949761-18690-202002274620078/ /root/.ansible/tmp/ansible-tmp-1726884981.949761-18690-202002274620078/AnsiballZ_command.py && sleep 0' 11924 1726884982.07262: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884982.07510: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884982.07587: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884982.07600: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884982.07766: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884982.09620: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884982.09631: stdout chunk (state=3): >>><<< 11924 1726884982.09671: stderr chunk (state=3): >>><<< 11924 1726884982.09691: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884982.09850: _low_level_execute_command(): starting 11924 1726884982.09853: _low_level_execute_command(): using become for this command 11924 1726884982.09858: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-qkkybhzsxvhqoojracthfmmummtqnart ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884981.949761-18690-202002274620078/AnsiballZ_command.py'"'"' && sleep 0' 11924 1726884982.09998: Initial state: awaiting_escalation: BECOME-SUCCESS-qkkybhzsxvhqoojracthfmmummtqnart 11924 1726884982.10861: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884982.10981: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884982.11032: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884982.11081: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884982.11136: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884982.14027: stdout chunk (state=1): >>>BECOME-SUCCESS-qkkybhzsxvhqoojracthfmmummtqnart <<< 11924 1726884982.14072: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-qkkybhzsxvhqoojracthfmmummtqnart' 11924 1726884982.14350: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884982.14412: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884982.14418: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884982.14421: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884982.14486: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884982.14496: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884982.14522: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884982.14669: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884982.14685: 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' # <<< 11924 1726884982.14701: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884982.14736: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884982.14770: 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 0x7f57095103e0> <<< 11924 1726884982.14784: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57094dfa10> <<< 11924 1726884982.14891: 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 0x7f5709512960> <<< 11924 1726884982.14912: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884982.14937: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884982.15013: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884982.15045: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 11924 1726884982.15132: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 11924 1726884982.15231: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884982.15234: 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 0x7f57092c0fe0> <<< 11924 1726884982.15275: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884982.15278: 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 0x7f57092c1fd0> <<< 11924 1726884982.15315: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884982.15480: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884982.15583: 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' <<< 11924 1726884982.15611: 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' <<< 11924 1726884982.15640: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884982.15722: 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 <<< 11924 1726884982.15748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709307e00> <<< 11924 1726884982.15813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884982.15843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884982.15871: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709307ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884982.16022: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884982.16026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884982.16066: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884982.16074: 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 0x7f5709337800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709337e90> import '_collections' # <<< 11924 1726884982.16102: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709317ad0> <<< 11924 1726884982.16126: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884982.16279: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57093151f0> <<< 11924 1726884982.16283: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709304fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884982.16315: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884982.16332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884982.16367: 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' <<< 11924 1726884982.16491: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570935b710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570935a330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57093161e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709358b60> <<< 11924 1726884982.16524: 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 0x7f570938c770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709304230> <<< 11924 1726884982.16542: 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' <<< 11924 1726884982.16585: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884982.16685: 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 0x7f570938cc20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570938cad0> <<< 11924 1726884982.16721: 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 0x7f570938cec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57092fad50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884982.16746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570938d580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570938d250> import 'importlib.machinery' # <<< 11924 1726884982.16783: 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' <<< 11924 1726884982.16936: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570938e480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57093a46b0> <<< 11924 1726884982.16967: 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' <<< 11924 1726884982.16982: 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 0x7f57093a5d90> <<< 11924 1726884982.17010: 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' <<< 11924 1726884982.17057: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 11924 1726884982.17060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57093a6c30> <<< 11924 1726884982.17187: 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 0x7f57093a7290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57093a6180> <<< 11924 1726884982.17190: 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 0x7f57093a7d10> <<< 11924 1726884982.17200: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57093a7440> <<< 11924 1726884982.17233: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570938e4e0> <<< 11924 1726884982.17267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884982.17397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884982.17404: 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 0x7f5709127b90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 11924 1726884982.17432: 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 0x7f5709150680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57091503e0> <<< 11924 1726884982.17458: 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 0x7f57091506b0> <<< 11924 1726884982.17498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884982.17511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884982.17564: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884982.17697: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5709150fe0> <<< 11924 1726884982.17821: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884982.17945: 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 0x7f5709151970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709150890> <<< 11924 1726884982.17949: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709125d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709152cc0> <<< 11924 1726884982.17973: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709150e60> <<< 11924 1726884982.17985: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570938e660> <<< 11924 1726884982.18006: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884982.18072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884982.18089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884982.18235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884982.18265: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570917f020> <<< 11924 1726884982.18278: 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' <<< 11924 1726884982.18306: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57091a7380> <<< 11924 1726884982.18330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884982.18372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884982.18439: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884982.18473: 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 0x7f5709200140> <<< 11924 1726884982.18873: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884982.18887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709202870> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709200260> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57091cd130> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708b25250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57091a6180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709153bf0> <<< 11924 1726884982.18934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884982.18956: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f57091a62a0> <<< 11924 1726884982.19307: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_mqy1wdg8/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' <<< 11924 1726884982.19349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884982.19429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884982.19459: 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' <<< 11924 1726884982.19481: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708b76f00> import '_typing' # <<< 11924 1726884982.19710: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708b59e20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708b58f80> # zipimport: zlib available import 'ansible' # # zipimport: zlib available <<< 11924 1726884982.19743: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884982.19824: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 11924 1726884982.21196: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.22314: 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 0x7f5708b74dd0> <<< 11924 1726884982.22344: 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' <<< 11924 1726884982.22381: 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' <<< 11924 1726884982.22571: 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' <<< 11924 1726884982.22576: 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 0x7f5708ba68a0> <<< 11924 1726884982.22623: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708ba6630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708ba5f40> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708ba6990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708b77b90> import 'atexit' # <<< 11924 1726884982.22627: 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 0x7f5708ba7590> <<< 11924 1726884982.22665: 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 0x7f5708ba77d0> <<< 11924 1726884982.22683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884982.22720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884982.22738: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884982.22784: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708ba7d10> <<< 11924 1726884982.22806: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884982.22817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884982.22887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a0da90> <<< 11924 1726884982.22947: 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 0x7f5708a0f6b0> <<< 11924 1726884982.22951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884982.22954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884982.23013: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a0ffb0> <<< 11924 1726884982.23016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884982.23057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884982.23060: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a11250> <<< 11924 1726884982.23087: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884982.23137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884982.23194: 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' <<< 11924 1726884982.23214: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a13d10> <<< 11924 1726884982.23352: 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 0x7f57092fae40> <<< 11924 1726884982.23358: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a11fd0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 11924 1726884982.23374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884982.23390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884982.23431: 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 0x7f5708a1bbc0> <<< 11924 1726884982.23448: stdout chunk (state=3): >>>import '_tokenize' # <<< 11924 1726884982.23546: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a1a690> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a1a3f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884982.23617: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a1a900> <<< 11924 1726884982.23649: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a124e0> <<< 11924 1726884982.23676: 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 0x7f5708a5fe30> <<< 11924 1726884982.23708: 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 0x7f5708a5fe90> <<< 11924 1726884982.23726: 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 <<< 11924 1726884982.23818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884982.23833: 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 0x7f5708a619a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a61760> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884982.23946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884982.24019: 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 0x7f5708a63ef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a62090> <<< 11924 1726884982.24038: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884982.24129: 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 <<< 11924 1726884982.24143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 11924 1726884982.24160: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a67560> <<< 11924 1726884982.24309: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a63fe0> <<< 11924 1726884982.24340: stdout 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 0x7f5708a68440> <<< 11924 1726884982.24374: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884982.24393: 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 0x7f5708a68470> <<< 11924 1726884982.24471: stdout 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 0x7f5708a689e0> <<< 11924 1726884982.24503: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a600b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884982.24518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884982.24551: 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 0x7f5708af4110> <<< 11924 1726884982.24714: 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 0x7f5708af5460> <<< 11924 1726884982.24792: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a6a8d0> <<< 11924 1726884982.24795: 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 0x7f5708a6bc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a6a4e0> # zipimport: zlib available # zipimport: zlib available <<< 11924 1726884982.24861: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884982.24941: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.25064: 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 <<< 11924 1726884982.25193: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.25312: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.25849: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.26391: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884982.26419: 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' # <<< 11924 1726884982.26438: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884982.26525: 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 0x7f5708af9580> <<< 11924 1726884982.26575: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884982.26609: 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 0x7f5708afa330> <<< 11924 1726884982.26625: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708af54f0> <<< 11924 1726884982.26741: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884982.26872: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.27030: 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' <<< 11924 1726884982.27060: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708afa2d0> # zipimport: zlib available <<< 11924 1726884982.27514: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.27961: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.28034: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.28112: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884982.28149: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.28205: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # <<< 11924 1726884982.28235: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.28674: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884982.28729: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.29090: 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' # <<< 11924 1726884982.29112: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708afb4d0> <<< 11924 1726884982.29124: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.29185: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.29288: 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' # <<< 11924 1726884982.29346: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884982.29381: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884982.29404: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.29505: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884982.29541: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.29675: stdout chunk (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' <<< 11924 1726884982.29736: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5708905f40> <<< 11924 1726884982.29778: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708900e00> <<< 11924 1726884982.29801: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884982.29975: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.29978: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 11924 1726884982.29981: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.30025: stdout chunk (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' <<< 11924 1726884982.30050: 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 <<< 11924 1726884982.30080: 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 <<< 11924 1726884982.30193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884982.30196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884982.30198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884982.30239: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708bfa8d0> <<< 11924 1726884982.30287: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708bee5a0> <<< 11924 1726884982.30387: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708905fa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708afd9d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884982.30394: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.30412: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.30442: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884982.30547: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884982.30550: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.30553: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884982.30557: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.30659: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.30775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884982.30804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884982.30808: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708b5aed0> <<< 11924 1726884982.30884: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884982.31331: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 22:16:22.309401", "end": "2024-09-20 22:16:22.312497", "delta": "0:00:00.003096", "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}}} <<< 11924 1726884982.31363: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884982.31818: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884982.31843: 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 <<< 11924 1726884982.31964: stdout chunk (state=3): >>># cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile <<< 11924 1726884982.32005: 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.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 11924 1726884982.32424: 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 # destroy _locale # destroy pwd <<< 11924 1726884982.32437: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 11924 1726884982.32500: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array <<< 11924 1726884982.32503: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil <<< 11924 1726884982.32573: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884982.32631: 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 <<< 11924 1726884982.32634: 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 <<< 11924 1726884982.32637: 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 <<< 11924 1726884982.32639: 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 <<< 11924 1726884982.32709: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 11924 1726884982.32712: 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 <<< 11924 1726884982.32859: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 11924 1726884982.32884: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884982.32898: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884982.33066: 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 <<< 11924 1726884982.33070: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884982.33075: 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 <<< 11924 1726884982.33101: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 11924 1726884982.33140: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator <<< 11924 1726884982.33242: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 11924 1726884982.33275: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884982.33795: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884982.33819: stderr chunk (state=3): >>><<< 11924 1726884982.33833: stdout chunk (state=3): >>><<< 11924 1726884982.34285: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57095103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57094dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709512960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57092c0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57092c1fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709307e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709307ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709337800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709337e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709317ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57093151f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709304fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570935b710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570935a330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57093161e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709358b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570938c770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709304230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f570938cc20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570938cad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f570938cec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57092fad50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570938d580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570938d250> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570938e480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57093a46b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57093a5d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57093a6c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57093a7290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57093a6180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57093a7d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57093a7440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570938e4e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5709127b90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5709150680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57091503e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57091506b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5709150fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5709151970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709150890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709125d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709152cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709150e60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570938e660> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f570917f020> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57091a7380> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709200140> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709202870> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709200260> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57091cd130> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708b25250> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57091a6180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5709153bf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f57091a62a0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_mqy1wdg8/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 0x7f5708b76f00> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708b59e20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708b58f80> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708b74dd0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5708ba68a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708ba6630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708ba5f40> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708ba6990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708b77b90> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5708ba7590> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5708ba77d0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708ba7d10> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a0da90> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5708a0f6b0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a0ffb0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a11250> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a13d10> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57092fae40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a11fd0> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a1bbc0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a1a690> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a1a3f0> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a1a900> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a124e0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5708a5fe30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a5fe90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5708a619a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a61760> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5708a63ef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a62090> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a67560> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a63fe0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5708a68440> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5708a68470> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5708a689e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a600b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5708af4110> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5708af5460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a6a8d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5708a6bc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708a6a4e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5708af9580> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708afa330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708af54f0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708afa2d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708afb4d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5708905f40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708900e00> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708bfa8d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708bee5a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708905fa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5708afd9d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f5708b5aed0> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/crypttab"], "start": "2024-09-20 22:16:22.309401", "end": "2024-09-20 22:16:22.312497", "delta": "0:00:00.003096", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884982.35332: 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-1726884981.949761-18690-202002274620078/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884982.35336: _low_level_execute_command(): starting 11924 1726884982.35339: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884981.949761-18690-202002274620078/ > /dev/null 2>&1 && sleep 0' 11924 1726884982.36183: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884982.36276: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884982.36363: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884982.38202: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884982.38269: stderr chunk (state=3): >>><<< 11924 1726884982.38462: stdout chunk (state=3): >>><<< 11924 1726884982.38467: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884982.38470: handler run complete 11924 1726884982.38472: Evaluated conditional (False): False 11924 1726884982.38478: Evaluated conditional (False): False 11924 1726884982.38481: attempt loop complete, returning result 11924 1726884982.38483: _execute() done 11924 1726884982.38485: dumping result to json 11924 1726884982.38487: done dumping result, returning 11924 1726884982.38489: done running TaskExecutor() for managed_node2/TASK: Read the /etc/crypttab file [0affc8a3-6f6f-f4c0-2290-000000004f1f] 11924 1726884982.38761: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004f1f 11924 1726884982.38836: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004f1f 11924 1726884982.38841: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "cat", "/etc/crypttab" ], "delta": "0:00:00.003096", "end": "2024-09-20 22:16:22.312497", "failed_when_result": false, "rc": 0, "start": "2024-09-20 22:16:22.309401" } 11924 1726884982.38924: no more pending results, returning what we have 11924 1726884982.38928: results queue empty 11924 1726884982.38928: checking for any_errors_fatal 11924 1726884982.38936: done checking for any_errors_fatal 11924 1726884982.38937: checking for max_fail_percentage 11924 1726884982.38939: done checking for max_fail_percentage 11924 1726884982.38940: checking to see if all hosts have failed and the running result is not ok 11924 1726884982.38941: done checking to see if all hosts have failed 11924 1726884982.38941: getting the remaining hosts for this loop 11924 1726884982.38944: done getting the remaining hosts for this loop 11924 1726884982.38947: getting the next task for host managed_node2 11924 1726884982.39058: done getting next task for host managed_node2 11924 1726884982.39063: ^ task is: TASK: Verify the volumes listed in storage_pools were correctly managed 11924 1726884982.39070: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884982.39075: getting variables 11924 1726884982.39077: in VariableManager get_vars() 11924 1726884982.39117: Calling all_inventory to load vars for managed_node2 11924 1726884982.39120: Calling groups_inventory to load vars for managed_node2 11924 1726884982.39123: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884982.39135: Calling all_plugins_play to load vars for managed_node2 11924 1726884982.39138: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884982.39141: Calling groups_plugins_play to load vars for managed_node2 11924 1726884982.40400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884982.43279: done with get_vars() 11924 1726884982.43299: 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 22:16:22 -0400 (0:00:00.555) 0:02:27.772 ****** 11924 1726884982.43397: entering _queue_task() for managed_node2/include_tasks 11924 1726884982.44175: worker is 1 (out of 1 available) 11924 1726884982.44192: exiting _queue_task() for managed_node2/include_tasks 11924 1726884982.44206: done queuing things up, now waiting for results queue to drain 11924 1726884982.44208: waiting for pending results... 11924 1726884982.44885: running TaskExecutor() for managed_node2/TASK: Verify the volumes listed in storage_pools were correctly managed 11924 1726884982.45702: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004f20 11924 1726884982.45706: variable 'ansible_search_path' from source: unknown 11924 1726884982.45710: variable '_storage_pools_list' from source: set_fact 11924 1726884982.46268: variable '_storage_pools_list' from source: set_fact 11924 1726884982.46996: variable 'omit' from source: magic vars 11924 1726884982.47538: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884982.47553: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884982.47573: variable 'omit' from source: magic vars 11924 1726884982.48126: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884982.48434: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884982.48485: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884982.48527: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884982.63101: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884982.63315: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884982.63345: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884982.63380: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884982.63416: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884982.63500: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884982.65966: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884982.66051: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884982.66092: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884982.66136: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884982.66167: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884982.66219: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884982.66258: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884982.66288: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884982.66340: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884982.66362: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884982.66559: variable '_storage_pools_list' from source: set_fact 11924 1726884982.66562: Evaluated conditional (_storage_pools_list is defined and _storage_pools_list | length > 0): True 11924 1726884982.66565: variable 'storage_test_pool' from source: unknown 11924 1726884982.66638: variable 'storage_test_pool' from source: unknown 11924 1726884982.67278: dumping result to json 11924 1726884982.67281: done dumping result, returning 11924 1726884982.67283: done running TaskExecutor() for managed_node2/TASK: Verify the volumes listed in storage_pools were correctly managed [0affc8a3-6f6f-f4c0-2290-000000004f20] 11924 1726884982.67285: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004f20 11924 1726884982.67487: no more pending results, returning what we have 11924 1726884982.67493: in VariableManager get_vars() 11924 1726884982.67571: Calling all_inventory to load vars for managed_node2 11924 1726884982.67574: Calling groups_inventory to load vars for managed_node2 11924 1726884982.67578: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884982.67584: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004f20 11924 1726884982.67588: WORKER PROCESS EXITING 11924 1726884982.67597: Calling all_plugins_play to load vars for managed_node2 11924 1726884982.67601: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884982.67604: Calling groups_plugins_play to load vars for managed_node2 11924 1726884982.79443: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884982.80027: done with get_vars() 11924 1726884982.80040: variable 'ansible_search_path' from source: unknown 11924 1726884982.80093: we have included files to process 11924 1726884982.80094: generating all_blocks data 11924 1726884982.80095: done generating all_blocks data 11924 1726884982.80098: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884982.80099: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884982.80101: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool.yml 11924 1726884982.80590: in VariableManager get_vars() 11924 1726884982.80626: done with get_vars() 11924 1726884982.80640: done processing included file 11924 1726884982.80642: iterating over new_blocks loaded from include file 11924 1726884982.80643: in VariableManager get_vars() 11924 1726884982.80658: done with get_vars() 11924 1726884982.80660: filtering new block on tags 11924 1726884982.80707: done filtering new block on tags 11924 1726884982.80710: 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_node2 => (item={'disks': ['sda'], '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': 'foo', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_metadata_version': None, 'raid_chunk_size': None, '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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}]}) 11924 1726884982.80728: extending task lists for all hosts with included blocks 11924 1726884982.81048: done extending task lists 11924 1726884982.81049: done processing included files 11924 1726884982.81050: results queue empty 11924 1726884982.81051: checking for any_errors_fatal 11924 1726884982.81057: done checking for any_errors_fatal 11924 1726884982.81058: checking for max_fail_percentage 11924 1726884982.81059: done checking for max_fail_percentage 11924 1726884982.81060: checking to see if all hosts have failed and the running result is not ok 11924 1726884982.81060: done checking to see if all hosts have failed 11924 1726884982.81061: getting the remaining hosts for this loop 11924 1726884982.81062: done getting the remaining hosts for this loop 11924 1726884982.81064: getting the next task for host managed_node2 11924 1726884982.81067: done getting next task for host managed_node2 11924 1726884982.81069: ^ task is: TASK: Set _storage_pool_tests 11924 1726884982.81071: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884982.81074: getting variables 11924 1726884982.81075: in VariableManager get_vars() 11924 1726884982.81084: Calling all_inventory to load vars for managed_node2 11924 1726884982.81086: Calling groups_inventory to load vars for managed_node2 11924 1726884982.81088: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884982.81092: Calling all_plugins_play to load vars for managed_node2 11924 1726884982.81094: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884982.81096: Calling groups_plugins_play to load vars for managed_node2 11924 1726884982.81534: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884982.82162: done with get_vars() 11924 1726884982.82178: done getting variables 11924 1726884982.82240: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set _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 22:16:22 -0400 (0:00:00.388) 0:02:28.161 ****** 11924 1726884982.82279: entering _queue_task() for managed_node2/set_fact 11924 1726884982.82685: worker is 1 (out of 1 available) 11924 1726884982.82696: exiting _queue_task() for managed_node2/set_fact 11924 1726884982.82710: done queuing things up, now waiting for results queue to drain 11924 1726884982.82712: waiting for pending results... 11924 1726884982.83149: running TaskExecutor() for managed_node2/TASK: Set _storage_pool_tests 11924 1726884982.83270: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000050dd 11924 1726884982.83297: variable 'ansible_search_path' from source: unknown 11924 1726884982.83346: calling self._execute() 11924 1726884982.83495: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884982.83504: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884982.83519: variable 'omit' from source: magic vars 11924 1726884982.83647: variable 'omit' from source: magic vars 11924 1726884982.83719: variable 'omit' from source: magic vars 11924 1726884982.83960: variable 'omit' from source: magic vars 11924 1726884982.83964: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884982.83968: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884982.83970: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884982.83973: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884982.83975: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884982.83979: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884982.83981: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884982.84038: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884982.84057: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884982.84067: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884982.84190: Set connection var ansible_shell_executable to /bin/sh 11924 1726884982.84197: Set connection var ansible_connection to ssh 11924 1726884982.84212: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884982.84220: Set connection var ansible_timeout to 10 11924 1726884982.84230: Set connection var ansible_pipelining to False 11924 1726884982.84241: Set connection var ansible_shell_type to sh 11924 1726884982.84296: variable 'ansible_shell_executable' from source: unknown 11924 1726884982.84305: variable 'ansible_connection' from source: unknown 11924 1726884982.84315: variable 'ansible_module_compression' from source: unknown 11924 1726884982.84323: variable 'ansible_shell_type' from source: unknown 11924 1726884982.84330: variable 'ansible_shell_executable' from source: unknown 11924 1726884982.84337: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884982.84344: variable 'ansible_pipelining' from source: unknown 11924 1726884982.84351: variable 'ansible_timeout' from source: unknown 11924 1726884982.84402: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884982.84542: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884982.84567: variable 'omit' from source: magic vars 11924 1726884982.84578: starting attempt loop 11924 1726884982.84619: running the handler 11924 1726884982.84622: handler run complete 11924 1726884982.84624: attempt loop complete, returning result 11924 1726884982.84626: _execute() done 11924 1726884982.84628: dumping result to json 11924 1726884982.84634: done dumping result, returning 11924 1726884982.84649: done running TaskExecutor() for managed_node2/TASK: Set _storage_pool_tests [0affc8a3-6f6f-f4c0-2290-0000000050dd] 11924 1726884982.84660: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000050dd 11924 1726884982.84981: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000050dd 11924 1726884982.84985: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_pool_tests": [ "members", "volumes" ] }, "changed": false } 11924 1726884982.85047: no more pending results, returning what we have 11924 1726884982.85050: results queue empty 11924 1726884982.85051: checking for any_errors_fatal 11924 1726884982.85052: done checking for any_errors_fatal 11924 1726884982.85053: checking for max_fail_percentage 11924 1726884982.85057: done checking for max_fail_percentage 11924 1726884982.85058: checking to see if all hosts have failed and the running result is not ok 11924 1726884982.85059: done checking to see if all hosts have failed 11924 1726884982.85059: getting the remaining hosts for this loop 11924 1726884982.85061: done getting the remaining hosts for this loop 11924 1726884982.85065: getting the next task for host managed_node2 11924 1726884982.85073: done getting next task for host managed_node2 11924 1726884982.85076: ^ task is: TASK: Get VG shared value status 11924 1726884982.85079: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884982.85084: getting variables 11924 1726884982.85086: in VariableManager get_vars() 11924 1726884982.85126: Calling all_inventory to load vars for managed_node2 11924 1726884982.85129: Calling groups_inventory to load vars for managed_node2 11924 1726884982.85132: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884982.85142: Calling all_plugins_play to load vars for managed_node2 11924 1726884982.85145: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884982.85148: Calling groups_plugins_play to load vars for managed_node2 11924 1726884982.85831: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884982.86583: done with get_vars() 11924 1726884982.86601: done getting variables 11924 1726884982.86686: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:22 -0400 (0:00:00.044) 0:02:28.206 ****** 11924 1726884982.86720: entering _queue_task() for managed_node2/command 11924 1726884982.87085: worker is 1 (out of 1 available) 11924 1726884982.87100: exiting _queue_task() for managed_node2/command 11924 1726884982.87111: done queuing things up, now waiting for results queue to drain 11924 1726884982.87113: waiting for pending results... 11924 1726884982.87349: running TaskExecutor() for managed_node2/TASK: Get VG shared value status 11924 1726884982.87494: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000050de 11924 1726884982.87515: variable 'ansible_search_path' from source: unknown 11924 1726884982.87554: calling self._execute() 11924 1726884982.87692: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884982.87862: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884982.87871: variable 'omit' from source: magic vars 11924 1726884982.88230: variable 'storage_test_pool' from source: include params 11924 1726884982.88275: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): False 11924 1726884982.88283: when evaluation is False, skipping this task 11924 1726884982.88290: _execute() done 11924 1726884982.88297: dumping result to json 11924 1726884982.88308: done dumping result, returning 11924 1726884982.88326: done running TaskExecutor() for managed_node2/TASK: Get VG shared value status [0affc8a3-6f6f-f4c0-2290-0000000050de] 11924 1726884982.88338: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000050de skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } 11924 1726884982.88661: no more pending results, returning what we have 11924 1726884982.88665: results queue empty 11924 1726884982.88666: checking for any_errors_fatal 11924 1726884982.88678: done checking for any_errors_fatal 11924 1726884982.88679: checking for max_fail_percentage 11924 1726884982.88681: done checking for max_fail_percentage 11924 1726884982.88682: checking to see if all hosts have failed and the running result is not ok 11924 1726884982.88683: done checking to see if all hosts have failed 11924 1726884982.88684: getting the remaining hosts for this loop 11924 1726884982.88686: done getting the remaining hosts for this loop 11924 1726884982.88690: getting the next task for host managed_node2 11924 1726884982.88698: done getting next task for host managed_node2 11924 1726884982.88701: ^ task is: TASK: Verify that VG shared value checks out 11924 1726884982.88706: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884982.88711: getting variables 11924 1726884982.88712: in VariableManager get_vars() 11924 1726884982.88797: Calling all_inventory to load vars for managed_node2 11924 1726884982.88800: Calling groups_inventory to load vars for managed_node2 11924 1726884982.88804: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884982.88811: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000050de 11924 1726884982.88813: WORKER PROCESS EXITING 11924 1726884982.88827: Calling all_plugins_play to load vars for managed_node2 11924 1726884982.88831: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884982.88835: Calling groups_plugins_play to load vars for managed_node2 11924 1726884982.89682: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884982.90498: done with get_vars() 11924 1726884982.90514: done getting variables 11924 1726884982.90568: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:22 -0400 (0:00:00.038) 0:02:28.244 ****** 11924 1726884982.90598: entering _queue_task() for managed_node2/assert 11924 1726884982.91322: worker is 1 (out of 1 available) 11924 1726884982.91335: exiting _queue_task() for managed_node2/assert 11924 1726884982.91348: done queuing things up, now waiting for results queue to drain 11924 1726884982.91350: waiting for pending results... 11924 1726884982.91978: running TaskExecutor() for managed_node2/TASK: Verify that VG shared value checks out 11924 1726884982.92331: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000050df 11924 1726884982.92335: variable 'ansible_search_path' from source: unknown 11924 1726884982.92385: calling self._execute() 11924 1726884982.92545: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884982.92560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884982.92576: variable 'omit' from source: magic vars 11924 1726884982.93060: variable 'storage_test_pool' from source: include params 11924 1726884982.93112: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'): False 11924 1726884982.93160: when evaluation is False, skipping this task 11924 1726884982.93164: _execute() done 11924 1726884982.93167: dumping result to json 11924 1726884982.93169: done dumping result, returning 11924 1726884982.93174: done running TaskExecutor() for managed_node2/TASK: Verify that VG shared value checks out [0affc8a3-6f6f-f4c0-2290-0000000050df] 11924 1726884982.93179: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000050df skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.state == 'present'", "skip_reason": "Conditional result was False" } 11924 1726884982.93331: no more pending results, returning what we have 11924 1726884982.93336: results queue empty 11924 1726884982.93337: checking for any_errors_fatal 11924 1726884982.93349: done checking for any_errors_fatal 11924 1726884982.93349: checking for max_fail_percentage 11924 1726884982.93351: done checking for max_fail_percentage 11924 1726884982.93352: checking to see if all hosts have failed and the running result is not ok 11924 1726884982.93353: done checking to see if all hosts have failed 11924 1726884982.93353: getting the remaining hosts for this loop 11924 1726884982.93358: done getting the remaining hosts for this loop 11924 1726884982.93362: getting the next task for host managed_node2 11924 1726884982.93370: done getting next task for host managed_node2 11924 1726884982.93375: ^ task is: TASK: Verify pool subset 11924 1726884982.93381: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884982.93386: getting variables 11924 1726884982.93388: in VariableManager get_vars() 11924 1726884982.93431: Calling all_inventory to load vars for managed_node2 11924 1726884982.93433: Calling groups_inventory to load vars for managed_node2 11924 1726884982.93436: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884982.93447: Calling all_plugins_play to load vars for managed_node2 11924 1726884982.93450: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884982.93452: Calling groups_plugins_play to load vars for managed_node2 11924 1726884982.94462: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000050df 11924 1726884982.94466: WORKER PROCESS EXITING 11924 1726884982.94508: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884982.95497: done with get_vars() 11924 1726884982.95515: 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 22:16:22 -0400 (0:00:00.050) 0:02:28.295 ****** 11924 1726884982.95612: entering _queue_task() for managed_node2/include_tasks 11924 1726884982.96275: worker is 1 (out of 1 available) 11924 1726884982.96290: exiting _queue_task() for managed_node2/include_tasks 11924 1726884982.96307: done queuing things up, now waiting for results queue to drain 11924 1726884982.96309: waiting for pending results... 11924 1726884982.96847: running TaskExecutor() for managed_node2/TASK: Verify pool subset 11924 1726884982.97166: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000050e0 11924 1726884982.97239: variable 'ansible_search_path' from source: unknown 11924 1726884982.97301: variable '_storage_pool_tests' from source: set_fact 11924 1726884982.97860: variable '_storage_pool_tests' from source: set_fact 11924 1726884982.98097: variable 'omit' from source: magic vars 11924 1726884982.98495: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884982.98591: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884982.98644: variable 'omit' from source: magic vars 11924 1726884982.99067: variable 'storage_test_pool_subset' from source: unknown 11924 1726884982.99137: variable 'storage_test_pool_subset' from source: unknown 11924 1726884982.99357: variable 'storage_test_pool_subset' from source: unknown 11924 1726884982.99852: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884982.99858: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884982.99860: variable 'omit' from source: magic vars 11924 1726884983.00160: variable 'storage_test_pool_subset' from source: unknown 11924 1726884983.00163: variable 'storage_test_pool_subset' from source: unknown 11924 1726884983.00165: variable 'storage_test_pool_subset' from source: unknown 11924 1726884983.00221: dumping result to json 11924 1726884983.00765: done dumping result, returning 11924 1726884983.00768: done running TaskExecutor() for managed_node2/TASK: Verify pool subset [0affc8a3-6f6f-f4c0-2290-0000000050e0] 11924 1726884983.00771: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000050e0 11924 1726884983.00837: no more pending results, returning what we have 11924 1726884983.00841: in VariableManager get_vars() 11924 1726884983.00887: Calling all_inventory to load vars for managed_node2 11924 1726884983.00890: Calling groups_inventory to load vars for managed_node2 11924 1726884983.00894: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884983.00909: Calling all_plugins_play to load vars for managed_node2 11924 1726884983.00913: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884983.00916: Calling groups_plugins_play to load vars for managed_node2 11924 1726884983.01463: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000050e0 11924 1726884983.01467: WORKER PROCESS EXITING 11924 1726884983.02564: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884983.03547: done with get_vars() 11924 1726884983.03563: variable 'ansible_search_path' from source: unknown 11924 1726884983.03602: variable 'ansible_search_path' from source: unknown 11924 1726884983.03630: we have included files to process 11924 1726884983.03632: generating all_blocks data 11924 1726884983.03633: done generating all_blocks data 11924 1726884983.03638: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884983.03639: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884983.03641: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-members.yml 11924 1726884983.05382: in VariableManager get_vars() 11924 1726884983.05409: done with get_vars() 11924 1726884983.05661: in VariableManager get_vars() 11924 1726884983.05685: done with get_vars() 11924 1726884983.05730: in VariableManager get_vars() 11924 1726884983.05750: done with get_vars() 11924 1726884983.05790: in VariableManager get_vars() 11924 1726884983.05811: done with get_vars() 11924 1726884983.06361: in VariableManager get_vars() 11924 1726884983.06384: done with get_vars() 11924 1726884983.06428: in VariableManager get_vars() 11924 1726884983.06450: done with get_vars() 11924 1726884983.06493: in VariableManager get_vars() 11924 1726884983.06515: done with get_vars() 11924 1726884983.06703: done processing included file 11924 1726884983.06705: iterating over new_blocks loaded from include file 11924 1726884983.06707: in VariableManager get_vars() 11924 1726884983.06724: done with get_vars() 11924 1726884983.06726: filtering new block on tags 11924 1726884983.06990: done filtering new block on tags 11924 1726884983.06993: 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_node2 => (item=members) 11924 1726884983.06998: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884983.06999: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884983.07003: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-pool-volumes.yml 11924 1726884983.07088: in VariableManager get_vars() 11924 1726884983.07107: done with get_vars() 11924 1726884983.07121: done processing included file 11924 1726884983.07122: iterating over new_blocks loaded from include file 11924 1726884983.07124: in VariableManager get_vars() 11924 1726884983.07145: done with get_vars() 11924 1726884983.07146: filtering new block on tags 11924 1726884983.07170: done filtering new block on tags 11924 1726884983.07173: 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_node2 => (item=volumes) 11924 1726884983.07177: extending task lists for all hosts with included blocks 11924 1726884983.07474: done extending task lists 11924 1726884983.07475: done processing included files 11924 1726884983.07476: results queue empty 11924 1726884983.07477: checking for any_errors_fatal 11924 1726884983.07481: done checking for any_errors_fatal 11924 1726884983.07482: checking for max_fail_percentage 11924 1726884983.07483: done checking for max_fail_percentage 11924 1726884983.07484: checking to see if all hosts have failed and the running result is not ok 11924 1726884983.07485: done checking to see if all hosts have failed 11924 1726884983.07486: getting the remaining hosts for this loop 11924 1726884983.07487: done getting the remaining hosts for this loop 11924 1726884983.07490: getting the next task for host managed_node2 11924 1726884983.07494: done getting next task for host managed_node2 11924 1726884983.07496: ^ task is: TASK: Set test variables 11924 1726884983.07500: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884983.07508: getting variables 11924 1726884983.07509: in VariableManager get_vars() 11924 1726884983.07521: Calling all_inventory to load vars for managed_node2 11924 1726884983.07524: Calling groups_inventory to load vars for managed_node2 11924 1726884983.07526: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884983.07532: Calling all_plugins_play to load vars for managed_node2 11924 1726884983.07534: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884983.07537: Calling groups_plugins_play to load vars for managed_node2 11924 1726884983.08053: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884983.08725: done with get_vars() 11924 1726884983.08740: done getting variables 11924 1726884983.08783: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:23 -0400 (0:00:00.132) 0:02:28.427 ****** 11924 1726884983.08815: entering _queue_task() for managed_node2/set_fact 11924 1726884983.09197: worker is 1 (out of 1 available) 11924 1726884983.09213: exiting _queue_task() for managed_node2/set_fact 11924 1726884983.09230: done queuing things up, now waiting for results queue to drain 11924 1726884983.09232: waiting for pending results... 11924 1726884983.09560: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884983.09706: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005118 11924 1726884983.09733: variable 'ansible_search_path' from source: unknown 11924 1726884983.09775: calling self._execute() 11924 1726884983.09921: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.09933: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.09948: variable 'omit' from source: magic vars 11924 1726884983.10390: variable 'storage_test_pool' from source: include params 11924 1726884983.10436: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884983.10448: variable 'omit' from source: magic vars 11924 1726884983.10512: variable 'omit' from source: magic vars 11924 1726884983.10766: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884983.13133: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884983.13203: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884983.13257: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884983.13325: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884983.13335: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884983.13421: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884983.13462: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884983.13542: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884983.13545: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884983.13566: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884983.13615: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884983.13651: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884983.13682: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884983.13729: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884983.13748: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884983.13867: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884983.13871: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884983.13895: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884983.13941: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884983.13963: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884983.14167: variable 'ansible_lvm' from source: facts 11924 1726884983.14180: variable 'storage_test_pool' from source: include params 11924 1726884983.14402: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884983.14522: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884983.14525: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884983.14528: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884983.14530: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884983.14659: variable 'storage_test_pool' from source: include params 11924 1726884983.14700: variable 'omit' from source: magic vars 11924 1726884983.14738: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884983.14781: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884983.14805: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884983.14831: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884983.14851: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884983.14874: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884983.14895: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884983.14941: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884983.14956: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.14965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.15108: Set connection var ansible_shell_executable to /bin/sh 11924 1726884983.15119: Set connection var ansible_connection to ssh 11924 1726884983.15131: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884983.15154: Set connection var ansible_timeout to 10 11924 1726884983.15177: Set connection var ansible_pipelining to False 11924 1726884983.15188: Set connection var ansible_shell_type to sh 11924 1726884983.15224: variable 'ansible_shell_executable' from source: unknown 11924 1726884983.15233: variable 'ansible_connection' from source: unknown 11924 1726884983.15240: variable 'ansible_module_compression' from source: unknown 11924 1726884983.15247: variable 'ansible_shell_type' from source: unknown 11924 1726884983.15254: variable 'ansible_shell_executable' from source: unknown 11924 1726884983.15263: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.15275: variable 'ansible_pipelining' from source: unknown 11924 1726884983.15285: variable 'ansible_timeout' from source: unknown 11924 1726884983.15293: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.15426: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884983.15460: variable 'omit' from source: magic vars 11924 1726884983.15476: starting attempt loop 11924 1726884983.15482: running the handler 11924 1726884983.15503: handler run complete 11924 1726884983.15519: attempt loop complete, returning result 11924 1726884983.15527: _execute() done 11924 1726884983.15533: dumping result to json 11924 1726884983.15540: done dumping result, returning 11924 1726884983.15552: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-000000005118] 11924 1726884983.15574: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005118 11924 1726884983.16060: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005118 11924 1726884983.16063: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_count": "0", "_storage_test_pool_pvs_lvm": [] }, "changed": false } 11924 1726884983.16119: no more pending results, returning what we have 11924 1726884983.16124: results queue empty 11924 1726884983.16124: checking for any_errors_fatal 11924 1726884983.16126: done checking for any_errors_fatal 11924 1726884983.16126: checking for max_fail_percentage 11924 1726884983.16128: done checking for max_fail_percentage 11924 1726884983.16128: checking to see if all hosts have failed and the running result is not ok 11924 1726884983.16129: done checking to see if all hosts have failed 11924 1726884983.16130: getting the remaining hosts for this loop 11924 1726884983.16131: done getting the remaining hosts for this loop 11924 1726884983.16135: getting the next task for host managed_node2 11924 1726884983.16141: done getting next task for host managed_node2 11924 1726884983.16144: ^ task is: TASK: Get the canonical device path for each member device 11924 1726884983.16149: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884983.16154: getting variables 11924 1726884983.16157: in VariableManager get_vars() 11924 1726884983.16192: Calling all_inventory to load vars for managed_node2 11924 1726884983.16194: Calling groups_inventory to load vars for managed_node2 11924 1726884983.16197: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884983.16207: Calling all_plugins_play to load vars for managed_node2 11924 1726884983.16209: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884983.16212: Calling groups_plugins_play to load vars for managed_node2 11924 1726884983.16892: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884983.17521: done with get_vars() 11924 1726884983.17538: 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 22:16:23 -0400 (0:00:00.088) 0:02:28.515 ****** 11924 1726884983.17624: entering _queue_task() for managed_node2/fedora.linux_system_roles.resolve_blockdev 11924 1726884983.17926: worker is 1 (out of 1 available) 11924 1726884983.17941: exiting _queue_task() for managed_node2/fedora.linux_system_roles.resolve_blockdev 11924 1726884983.18159: done queuing things up, now waiting for results queue to drain 11924 1726884983.18162: waiting for pending results... 11924 1726884983.18273: running TaskExecutor() for managed_node2/TASK: Get the canonical device path for each member device 11924 1726884983.18429: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005119 11924 1726884983.18450: variable 'ansible_search_path' from source: unknown 11924 1726884983.18504: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884983.18827: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884983.18831: dumping result to json 11924 1726884983.18834: done dumping result, returning 11924 1726884983.18837: done running TaskExecutor() for managed_node2/TASK: Get the canonical device path for each member device [0affc8a3-6f6f-f4c0-2290-000000005119] 11924 1726884983.18839: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005119 11924 1726884983.19062: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005119 11924 1726884983.19068: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884983.19134: no more pending results, returning what we have 11924 1726884983.19139: results queue empty 11924 1726884983.19140: checking for any_errors_fatal 11924 1726884983.19153: done checking for any_errors_fatal 11924 1726884983.19154: checking for max_fail_percentage 11924 1726884983.19158: done checking for max_fail_percentage 11924 1726884983.19159: checking to see if all hosts have failed and the running result is not ok 11924 1726884983.19160: done checking to see if all hosts have failed 11924 1726884983.19161: getting the remaining hosts for this loop 11924 1726884983.19164: done getting the remaining hosts for this loop 11924 1726884983.19168: getting the next task for host managed_node2 11924 1726884983.19176: done getting next task for host managed_node2 11924 1726884983.19181: ^ task is: TASK: Set pvs lvm length 11924 1726884983.19189: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884983.19196: getting variables 11924 1726884983.19198: in VariableManager get_vars() 11924 1726884983.19241: Calling all_inventory to load vars for managed_node2 11924 1726884983.19244: Calling groups_inventory to load vars for managed_node2 11924 1726884983.19247: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884983.19458: Calling all_plugins_play to load vars for managed_node2 11924 1726884983.19461: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884983.19465: Calling groups_plugins_play to load vars for managed_node2 11924 1726884983.20415: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884983.21751: done with get_vars() 11924 1726884983.21874: done getting variables 11924 1726884983.21941: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:23 -0400 (0:00:00.043) 0:02:28.558 ****** 11924 1726884983.21979: entering _queue_task() for managed_node2/set_fact 11924 1726884983.22889: worker is 1 (out of 1 available) 11924 1726884983.22905: exiting _queue_task() for managed_node2/set_fact 11924 1726884983.22924: done queuing things up, now waiting for results queue to drain 11924 1726884983.22926: waiting for pending results... 11924 1726884983.23581: running TaskExecutor() for managed_node2/TASK: Set pvs lvm length 11924 1726884983.23752: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000511b 11924 1726884983.23890: variable 'ansible_search_path' from source: unknown 11924 1726884983.23925: calling self._execute() 11924 1726884983.24162: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.24225: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.24243: variable 'omit' from source: magic vars 11924 1726884983.25060: variable 'storage_test_pool' from source: include params 11924 1726884983.25202: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884983.25214: variable 'omit' from source: magic vars 11924 1726884983.25280: variable 'omit' from source: magic vars 11924 1726884983.25624: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884983.29637: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884983.29766: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884983.29953: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884983.29999: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884983.30235: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884983.30239: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884983.30392: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884983.30428: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884983.30497: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884983.30580: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884983.30783: variable '_storage_test_pool_pvs_lvm' from source: set_fact 11924 1726884983.30852: variable 'omit' from source: magic vars 11924 1726884983.30919: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884983.31160: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884983.31164: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884983.31167: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884983.31169: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884983.31171: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884983.31193: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884983.31248: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884983.31434: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.31437: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.31571: Set connection var ansible_shell_executable to /bin/sh 11924 1726884983.31580: Set connection var ansible_connection to ssh 11924 1726884983.31592: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884983.31663: Set connection var ansible_timeout to 10 11924 1726884983.31674: Set connection var ansible_pipelining to False 11924 1726884983.31684: Set connection var ansible_shell_type to sh 11924 1726884983.31722: variable 'ansible_shell_executable' from source: unknown 11924 1726884983.31768: variable 'ansible_connection' from source: unknown 11924 1726884983.31776: variable 'ansible_module_compression' from source: unknown 11924 1726884983.31784: variable 'ansible_shell_type' from source: unknown 11924 1726884983.31791: variable 'ansible_shell_executable' from source: unknown 11924 1726884983.31797: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.31806: variable 'ansible_pipelining' from source: unknown 11924 1726884983.31961: variable 'ansible_timeout' from source: unknown 11924 1726884983.31965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.32097: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884983.32119: variable 'omit' from source: magic vars 11924 1726884983.32129: starting attempt loop 11924 1726884983.32303: running the handler 11924 1726884983.32306: handler run complete 11924 1726884983.32308: attempt loop complete, returning result 11924 1726884983.32310: _execute() done 11924 1726884983.32311: dumping result to json 11924 1726884983.32313: done dumping result, returning 11924 1726884983.32315: done running TaskExecutor() for managed_node2/TASK: Set pvs lvm length [0affc8a3-6f6f-f4c0-2290-00000000511b] 11924 1726884983.32319: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000511b 11924 1726884983.32384: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000511b 11924 1726884983.32387: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__pvs_lvm_len": "0" }, "changed": false } 11924 1726884983.32462: no more pending results, returning what we have 11924 1726884983.32465: results queue empty 11924 1726884983.32466: checking for any_errors_fatal 11924 1726884983.32475: done checking for any_errors_fatal 11924 1726884983.32476: checking for max_fail_percentage 11924 1726884983.32478: done checking for max_fail_percentage 11924 1726884983.32479: checking to see if all hosts have failed and the running result is not ok 11924 1726884983.32479: done checking to see if all hosts have failed 11924 1726884983.32480: getting the remaining hosts for this loop 11924 1726884983.32482: done getting the remaining hosts for this loop 11924 1726884983.32486: getting the next task for host managed_node2 11924 1726884983.32493: done getting next task for host managed_node2 11924 1726884983.32495: ^ task is: TASK: Set pool pvs 11924 1726884983.32501: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884983.32513: getting variables 11924 1726884983.32515: in VariableManager get_vars() 11924 1726884983.32554: Calling all_inventory to load vars for managed_node2 11924 1726884983.32558: Calling groups_inventory to load vars for managed_node2 11924 1726884983.32562: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884983.32572: Calling all_plugins_play to load vars for managed_node2 11924 1726884983.32575: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884983.32578: Calling groups_plugins_play to load vars for managed_node2 11924 1726884983.34113: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884983.34781: done with get_vars() 11924 1726884983.34797: done getting variables 11924 1726884983.34872: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:23 -0400 (0:00:00.129) 0:02:28.688 ****** 11924 1726884983.34926: entering _queue_task() for managed_node2/set_fact 11924 1726884983.35324: worker is 1 (out of 1 available) 11924 1726884983.35337: exiting _queue_task() for managed_node2/set_fact 11924 1726884983.35351: done queuing things up, now waiting for results queue to drain 11924 1726884983.35353: waiting for pending results... 11924 1726884983.35967: running TaskExecutor() for managed_node2/TASK: Set pool pvs 11924 1726884983.36461: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000511c 11924 1726884983.36465: variable 'ansible_search_path' from source: unknown 11924 1726884983.36468: calling self._execute() 11924 1726884983.36470: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.36473: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.36475: variable 'omit' from source: magic vars 11924 1726884983.37431: variable 'storage_test_pool' from source: include params 11924 1726884983.37477: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884983.37563: variable 'omit' from source: magic vars 11924 1726884983.37625: variable 'omit' from source: magic vars 11924 1726884983.37861: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884983.42158: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884983.42249: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884983.42294: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884983.42337: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884983.42370: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884983.42456: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884983.42524: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884983.42529: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884983.42576: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884983.42595: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884983.42652: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884983.42741: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884983.42744: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884983.42760: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884983.42779: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884983.42833: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884983.42869: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884983.42896: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884983.42938: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884983.42965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884983.43123: variable 'pv_paths' from source: set_fact 11924 1726884983.43173: variable '__pvs_lvm_len' from source: set_fact 11924 1726884983.43206: variable 'omit' from source: magic vars 11924 1726884983.43238: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884983.43271: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884983.43303: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884983.43326: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884983.43391: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884983.43394: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884983.43397: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884983.43419: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884983.43427: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.43434: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.43552: Set connection var ansible_shell_executable to /bin/sh 11924 1726884983.43563: Set connection var ansible_connection to ssh 11924 1726884983.43574: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884983.43585: Set connection var ansible_timeout to 10 11924 1726884983.43595: Set connection var ansible_pipelining to False 11924 1726884983.43660: Set connection var ansible_shell_type to sh 11924 1726884983.43663: variable 'ansible_shell_executable' from source: unknown 11924 1726884983.43665: variable 'ansible_connection' from source: unknown 11924 1726884983.43667: variable 'ansible_module_compression' from source: unknown 11924 1726884983.43669: variable 'ansible_shell_type' from source: unknown 11924 1726884983.43671: variable 'ansible_shell_executable' from source: unknown 11924 1726884983.43673: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.43675: variable 'ansible_pipelining' from source: unknown 11924 1726884983.43681: variable 'ansible_timeout' from source: unknown 11924 1726884983.43689: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.43803: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884983.43834: variable 'omit' from source: magic vars 11924 1726884983.43844: starting attempt loop 11924 1726884983.43864: running the handler 11924 1726884983.44062: handler run complete 11924 1726884983.44279: attempt loop complete, returning result 11924 1726884983.44282: _execute() done 11924 1726884983.44285: dumping result to json 11924 1726884983.44287: done dumping result, returning 11924 1726884983.44289: done running TaskExecutor() for managed_node2/TASK: Set pool pvs [0affc8a3-6f6f-f4c0-2290-00000000511c] 11924 1726884983.44291: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000511c 11924 1726884983.44359: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000511c 11924 1726884983.44362: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_pool_pvs": [] }, "changed": false } 11924 1726884983.44438: no more pending results, returning what we have 11924 1726884983.44441: results queue empty 11924 1726884983.44442: checking for any_errors_fatal 11924 1726884983.44451: done checking for any_errors_fatal 11924 1726884983.44452: checking for max_fail_percentage 11924 1726884983.44454: done checking for max_fail_percentage 11924 1726884983.44457: checking to see if all hosts have failed and the running result is not ok 11924 1726884983.44458: done checking to see if all hosts have failed 11924 1726884983.44458: getting the remaining hosts for this loop 11924 1726884983.44460: done getting the remaining hosts for this loop 11924 1726884983.44464: getting the next task for host managed_node2 11924 1726884983.44472: done getting next task for host managed_node2 11924 1726884983.44475: ^ task is: TASK: Verify PV count 11924 1726884983.44481: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884983.44486: getting variables 11924 1726884983.44488: in VariableManager get_vars() 11924 1726884983.44525: Calling all_inventory to load vars for managed_node2 11924 1726884983.44528: Calling groups_inventory to load vars for managed_node2 11924 1726884983.44531: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884983.44540: Calling all_plugins_play to load vars for managed_node2 11924 1726884983.44543: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884983.44545: Calling groups_plugins_play to load vars for managed_node2 11924 1726884983.46551: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884983.47780: done with get_vars() 11924 1726884983.47797: done getting variables 11924 1726884983.47854: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:23 -0400 (0:00:00.130) 0:02:28.818 ****** 11924 1726884983.48002: entering _queue_task() for managed_node2/assert 11924 1726884983.48399: worker is 1 (out of 1 available) 11924 1726884983.48415: exiting _queue_task() for managed_node2/assert 11924 1726884983.48430: done queuing things up, now waiting for results queue to drain 11924 1726884983.48432: waiting for pending results... 11924 1726884983.48881: running TaskExecutor() for managed_node2/TASK: Verify PV count 11924 1726884983.48915: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000511d 11924 1726884983.48937: variable 'ansible_search_path' from source: unknown 11924 1726884983.48978: calling self._execute() 11924 1726884983.49136: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.49148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.49166: variable 'omit' from source: magic vars 11924 1726884983.49613: variable 'storage_test_pool' from source: include params 11924 1726884983.49759: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884983.49762: variable 'omit' from source: magic vars 11924 1726884983.49764: variable 'omit' from source: magic vars 11924 1726884983.50175: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884983.55439: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884983.55763: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884983.55779: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884983.55820: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884983.56260: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884983.56264: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884983.56267: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884983.56270: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884983.56282: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884983.56303: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884983.56428: variable 'storage_test_pool' from source: include params 11924 1726884983.56680: variable '__pvs_lvm_len' from source: set_fact 11924 1726884983.56861: variable '_storage_test_expected_pv_count' from source: set_fact 11924 1726884983.56864: variable 'omit' from source: magic vars 11924 1726884983.56867: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884983.56870: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884983.56872: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884983.56874: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884983.56877: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884983.56879: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884983.57080: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884983.57115: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884983.57124: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.57133: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.57253: Set connection var ansible_shell_executable to /bin/sh 11924 1726884983.57509: Set connection var ansible_connection to ssh 11924 1726884983.57520: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884983.57528: Set connection var ansible_timeout to 10 11924 1726884983.57535: Set connection var ansible_pipelining to False 11924 1726884983.57542: Set connection var ansible_shell_type to sh 11924 1726884983.57575: variable 'ansible_shell_executable' from source: unknown 11924 1726884983.57620: variable 'ansible_connection' from source: unknown 11924 1726884983.57629: variable 'ansible_module_compression' from source: unknown 11924 1726884983.57637: variable 'ansible_shell_type' from source: unknown 11924 1726884983.57644: variable 'ansible_shell_executable' from source: unknown 11924 1726884983.57650: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.57661: variable 'ansible_pipelining' from source: unknown 11924 1726884983.57962: variable 'ansible_timeout' from source: unknown 11924 1726884983.57965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.57968: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884983.57983: variable 'omit' from source: magic vars 11924 1726884983.57994: starting attempt loop 11924 1726884983.58001: running the handler 11924 1726884983.58319: variable '__pvs_lvm_len' from source: set_fact 11924 1726884983.58329: variable '_storage_test_expected_pv_count' from source: set_fact 11924 1726884983.58340: Evaluated conditional (__pvs_lvm_len | int == _storage_test_expected_pv_count | int): True 11924 1726884983.58403: handler run complete 11924 1726884983.58422: attempt loop complete, returning result 11924 1726884983.58429: _execute() done 11924 1726884983.58437: dumping result to json 11924 1726884983.58444: done dumping result, returning 11924 1726884983.58460: done running TaskExecutor() for managed_node2/TASK: Verify PV count [0affc8a3-6f6f-f4c0-2290-00000000511d] 11924 1726884983.58470: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000511d ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884983.58650: no more pending results, returning what we have 11924 1726884983.58653: results queue empty 11924 1726884983.58654: checking for any_errors_fatal 11924 1726884983.58666: done checking for any_errors_fatal 11924 1726884983.58667: checking for max_fail_percentage 11924 1726884983.58669: done checking for max_fail_percentage 11924 1726884983.58670: checking to see if all hosts have failed and the running result is not ok 11924 1726884983.58671: done checking to see if all hosts have failed 11924 1726884983.58672: getting the remaining hosts for this loop 11924 1726884983.58674: done getting the remaining hosts for this loop 11924 1726884983.58678: getting the next task for host managed_node2 11924 1726884983.58687: done getting next task for host managed_node2 11924 1726884983.58691: ^ task is: TASK: Set expected pv type 11924 1726884983.58698: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884983.58711: getting variables 11924 1726884983.58713: in VariableManager get_vars() 11924 1726884983.58771: Calling all_inventory to load vars for managed_node2 11924 1726884983.58774: Calling groups_inventory to load vars for managed_node2 11924 1726884983.58778: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884983.58789: Calling all_plugins_play to load vars for managed_node2 11924 1726884983.58792: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884983.58794: Calling groups_plugins_play to load vars for managed_node2 11924 1726884983.59563: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000511d 11924 1726884983.59567: WORKER PROCESS EXITING 11924 1726884983.60159: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884983.60862: done with get_vars() 11924 1726884983.60879: done getting variables 11924 1726884983.60942: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:23 -0400 (0:00:00.129) 0:02:28.948 ****** 11924 1726884983.60979: entering _queue_task() for managed_node2/set_fact 11924 1726884983.61476: worker is 1 (out of 1 available) 11924 1726884983.61488: exiting _queue_task() for managed_node2/set_fact 11924 1726884983.61499: done queuing things up, now waiting for results queue to drain 11924 1726884983.61501: waiting for pending results... 11924 1726884983.61850: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884983.62361: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000511e 11924 1726884983.62365: variable 'ansible_search_path' from source: unknown 11924 1726884983.62368: calling self._execute() 11924 1726884983.62573: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.62582: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.62596: variable 'omit' from source: magic vars 11924 1726884983.63701: variable 'storage_test_pool' from source: include params 11924 1726884983.63804: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884983.63830: variable 'omit' from source: magic vars 11924 1726884983.63919: variable 'omit' from source: magic vars 11924 1726884983.64661: variable 'storage_test_pool' from source: include params 11924 1726884983.64665: variable 'omit' from source: magic vars 11924 1726884983.64667: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884983.64671: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884983.64673: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884983.64675: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884983.64678: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884983.64871: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884983.64892: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884983.64931: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884983.65361: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.65365: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.65408: Set connection var ansible_shell_executable to /bin/sh 11924 1726884983.65466: Set connection var ansible_connection to ssh 11924 1726884983.65494: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884983.65507: Set connection var ansible_timeout to 10 11924 1726884983.65861: Set connection var ansible_pipelining to False 11924 1726884983.65864: Set connection var ansible_shell_type to sh 11924 1726884983.65867: variable 'ansible_shell_executable' from source: unknown 11924 1726884983.65869: variable 'ansible_connection' from source: unknown 11924 1726884983.65871: variable 'ansible_module_compression' from source: unknown 11924 1726884983.65873: variable 'ansible_shell_type' from source: unknown 11924 1726884983.65875: variable 'ansible_shell_executable' from source: unknown 11924 1726884983.65877: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.65879: variable 'ansible_pipelining' from source: unknown 11924 1726884983.65882: variable 'ansible_timeout' from source: unknown 11924 1726884983.65884: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.66079: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884983.66097: variable 'omit' from source: magic vars 11924 1726884983.66108: starting attempt loop 11924 1726884983.66119: running the handler 11924 1726884983.66137: handler run complete 11924 1726884983.66313: attempt loop complete, returning result 11924 1726884983.66324: _execute() done 11924 1726884983.66330: dumping result to json 11924 1726884983.66336: done dumping result, returning 11924 1726884983.66347: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-00000000511e] 11924 1726884983.66358: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000511e 11924 1726884983.66469: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000511e 11924 1726884983.66476: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } 11924 1726884983.66538: no more pending results, returning what we have 11924 1726884983.66541: results queue empty 11924 1726884983.66542: checking for any_errors_fatal 11924 1726884983.66550: done checking for any_errors_fatal 11924 1726884983.66551: checking for max_fail_percentage 11924 1726884983.66553: done checking for max_fail_percentage 11924 1726884983.66554: checking to see if all hosts have failed and the running result is not ok 11924 1726884983.66554: done checking to see if all hosts have failed 11924 1726884983.66557: getting the remaining hosts for this loop 11924 1726884983.66559: done getting the remaining hosts for this loop 11924 1726884983.66563: getting the next task for host managed_node2 11924 1726884983.66571: done getting next task for host managed_node2 11924 1726884983.66574: ^ task is: TASK: Set expected pv type 11924 1726884983.66580: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884983.66586: getting variables 11924 1726884983.66587: in VariableManager get_vars() 11924 1726884983.66626: Calling all_inventory to load vars for managed_node2 11924 1726884983.66628: Calling groups_inventory to load vars for managed_node2 11924 1726884983.66631: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884983.66641: Calling all_plugins_play to load vars for managed_node2 11924 1726884983.66644: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884983.66646: Calling groups_plugins_play to load vars for managed_node2 11924 1726884983.68207: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884983.69597: done with get_vars() 11924 1726884983.69618: done getting variables 11924 1726884983.69892: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:23 -0400 (0:00:00.089) 0:02:29.038 ****** 11924 1726884983.69935: entering _queue_task() for managed_node2/set_fact 11924 1726884983.70988: worker is 1 (out of 1 available) 11924 1726884983.70998: exiting _queue_task() for managed_node2/set_fact 11924 1726884983.71010: done queuing things up, now waiting for results queue to drain 11924 1726884983.71011: waiting for pending results... 11924 1726884983.71207: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884983.71762: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000511f 11924 1726884983.71767: variable 'ansible_search_path' from source: unknown 11924 1726884983.71770: calling self._execute() 11924 1726884983.72117: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.72121: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.72123: variable 'omit' from source: magic vars 11924 1726884983.73086: variable 'storage_test_pool' from source: include params 11924 1726884983.73202: Evaluated conditional (storage_test_pool.type == 'lvm' and not storage_test_pool.encryption): True 11924 1726884983.73214: variable 'omit' from source: magic vars 11924 1726884983.73367: variable 'omit' from source: magic vars 11924 1726884983.73810: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884983.76921: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884983.77000: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884983.77050: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884983.77092: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884983.77122: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884983.77423: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884983.77460: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884983.77498: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884983.77543: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884983.77566: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884983.77717: variable 'omit' from source: magic vars 11924 1726884983.77747: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884983.77779: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884983.77804: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884983.77835: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884983.77850: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884983.77875: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884983.77896: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884983.77939: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884983.77948: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.77958: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.78260: Set connection var ansible_shell_executable to /bin/sh 11924 1726884983.78263: Set connection var ansible_connection to ssh 11924 1726884983.78265: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884983.78266: Set connection var ansible_timeout to 10 11924 1726884983.78268: Set connection var ansible_pipelining to False 11924 1726884983.78270: Set connection var ansible_shell_type to sh 11924 1726884983.78271: variable 'ansible_shell_executable' from source: unknown 11924 1726884983.78273: variable 'ansible_connection' from source: unknown 11924 1726884983.78274: variable 'ansible_module_compression' from source: unknown 11924 1726884983.78276: variable 'ansible_shell_type' from source: unknown 11924 1726884983.78277: variable 'ansible_shell_executable' from source: unknown 11924 1726884983.78279: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.78280: variable 'ansible_pipelining' from source: unknown 11924 1726884983.78282: variable 'ansible_timeout' from source: unknown 11924 1726884983.78284: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.78292: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884983.78306: variable 'omit' from source: magic vars 11924 1726884983.78314: starting attempt loop 11924 1726884983.78319: running the handler 11924 1726884983.78331: handler run complete 11924 1726884983.78342: attempt loop complete, returning result 11924 1726884983.78347: _execute() done 11924 1726884983.78351: dumping result to json 11924 1726884983.78358: done dumping result, returning 11924 1726884983.78369: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-00000000511f] 11924 1726884983.78376: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000511f ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_pv_type": "disk" }, "changed": false } 11924 1726884983.78565: no more pending results, returning what we have 11924 1726884983.78569: results queue empty 11924 1726884983.78570: checking for any_errors_fatal 11924 1726884983.78579: done checking for any_errors_fatal 11924 1726884983.78580: checking for max_fail_percentage 11924 1726884983.78582: done checking for max_fail_percentage 11924 1726884983.78583: checking to see if all hosts have failed and the running result is not ok 11924 1726884983.78584: done checking to see if all hosts have failed 11924 1726884983.78585: getting the remaining hosts for this loop 11924 1726884983.78587: done getting the remaining hosts for this loop 11924 1726884983.78591: getting the next task for host managed_node2 11924 1726884983.78600: done getting next task for host managed_node2 11924 1726884983.78603: ^ task is: TASK: Set expected pv type 11924 1726884983.78609: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884983.78670: getting variables 11924 1726884983.78673: in VariableManager get_vars() 11924 1726884983.78712: Calling all_inventory to load vars for managed_node2 11924 1726884983.78715: Calling groups_inventory to load vars for managed_node2 11924 1726884983.78835: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884983.78847: Calling all_plugins_play to load vars for managed_node2 11924 1726884983.78850: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884983.78853: Calling groups_plugins_play to load vars for managed_node2 11924 1726884983.79474: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000511f 11924 1726884983.79478: WORKER PROCESS EXITING 11924 1726884983.79672: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884983.80307: done with get_vars() 11924 1726884983.80323: done getting variables 11924 1726884983.80388: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:23 -0400 (0:00:00.104) 0:02:29.143 ****** 11924 1726884983.80420: entering _queue_task() for managed_node2/set_fact 11924 1726884983.80750: worker is 1 (out of 1 available) 11924 1726884983.80766: exiting _queue_task() for managed_node2/set_fact 11924 1726884983.80780: done queuing things up, now waiting for results queue to drain 11924 1726884983.80782: waiting for pending results... 11924 1726884983.81100: running TaskExecutor() for managed_node2/TASK: Set expected pv type 11924 1726884983.81238: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005120 11924 1726884983.81262: variable 'ansible_search_path' from source: unknown 11924 1726884983.81308: calling self._execute() 11924 1726884983.81444: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.81454: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.81469: variable 'omit' from source: magic vars 11924 1726884983.81939: variable 'storage_test_pool' from source: include params 11924 1726884983.81986: Evaluated conditional (storage_test_pool.type == 'lvm' and storage_test_pool.raid_level): False 11924 1726884983.81994: when evaluation is False, skipping this task 11924 1726884983.82002: _execute() done 11924 1726884983.82009: dumping result to json 11924 1726884983.82017: done dumping result, returning 11924 1726884983.82028: done running TaskExecutor() for managed_node2/TASK: Set expected pv type [0affc8a3-6f6f-f4c0-2290-000000005120] 11924 1726884983.82039: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005120 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'lvm' and storage_test_pool.raid_level", "skip_reason": "Conditional result was False" } 11924 1726884983.82208: no more pending results, returning what we have 11924 1726884983.82212: results queue empty 11924 1726884983.82213: checking for any_errors_fatal 11924 1726884983.82224: done checking for any_errors_fatal 11924 1726884983.82224: checking for max_fail_percentage 11924 1726884983.82227: done checking for max_fail_percentage 11924 1726884983.82228: checking to see if all hosts have failed and the running result is not ok 11924 1726884983.82228: done checking to see if all hosts have failed 11924 1726884983.82229: getting the remaining hosts for this loop 11924 1726884983.82231: done getting the remaining hosts for this loop 11924 1726884983.82234: getting the next task for host managed_node2 11924 1726884983.82242: done getting next task for host managed_node2 11924 1726884983.82244: ^ task is: TASK: Check the type of each PV 11924 1726884983.82251: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884983.82259: getting variables 11924 1726884983.82261: in VariableManager get_vars() 11924 1726884983.82302: Calling all_inventory to load vars for managed_node2 11924 1726884983.82304: Calling groups_inventory to load vars for managed_node2 11924 1726884983.82307: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884983.82320: Calling all_plugins_play to load vars for managed_node2 11924 1726884983.82324: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884983.82327: Calling groups_plugins_play to load vars for managed_node2 11924 1726884983.83080: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005120 11924 1726884983.83084: WORKER PROCESS EXITING 11924 1726884983.83273: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884983.83907: done with get_vars() 11924 1726884983.83926: done getting variables 11924 1726884983.83997: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:23 -0400 (0:00:00.036) 0:02:29.179 ****** 11924 1726884983.84031: entering _queue_task() for managed_node2/assert 11924 1726884983.84389: worker is 1 (out of 1 available) 11924 1726884983.84402: exiting _queue_task() for managed_node2/assert 11924 1726884983.84529: done queuing things up, now waiting for results queue to drain 11924 1726884983.84532: waiting for pending results... 11924 1726884983.84763: running TaskExecutor() for managed_node2/TASK: Check the type of each PV 11924 1726884983.84907: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005121 11924 1726884983.84931: variable 'ansible_search_path' from source: unknown 11924 1726884983.84990: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884983.85237: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884983.85302: dumping result to json 11924 1726884983.85401: done dumping result, returning 11924 1726884983.85405: done running TaskExecutor() for managed_node2/TASK: Check the type of each PV [0affc8a3-6f6f-f4c0-2290-000000005121] 11924 1726884983.85408: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005121 11924 1726884983.85494: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005121 11924 1726884983.85498: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884983.85557: no more pending results, returning what we have 11924 1726884983.85561: results queue empty 11924 1726884983.85562: checking for any_errors_fatal 11924 1726884983.85573: done checking for any_errors_fatal 11924 1726884983.85574: checking for max_fail_percentage 11924 1726884983.85576: done checking for max_fail_percentage 11924 1726884983.85577: checking to see if all hosts have failed and the running result is not ok 11924 1726884983.85578: done checking to see if all hosts have failed 11924 1726884983.85579: getting the remaining hosts for this loop 11924 1726884983.85581: done getting the remaining hosts for this loop 11924 1726884983.85585: getting the next task for host managed_node2 11924 1726884983.85593: done getting next task for host managed_node2 11924 1726884983.85597: ^ task is: TASK: Check that blivet supports PV grow to fill 11924 1726884983.85604: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884983.85609: getting variables 11924 1726884983.85611: in VariableManager get_vars() 11924 1726884983.85654: Calling all_inventory to load vars for managed_node2 11924 1726884983.85870: Calling groups_inventory to load vars for managed_node2 11924 1726884983.85875: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884983.85886: Calling all_plugins_play to load vars for managed_node2 11924 1726884983.85890: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884983.85893: Calling groups_plugins_play to load vars for managed_node2 11924 1726884983.86561: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884983.87160: done with get_vars() 11924 1726884983.87184: done getting variables 11924 1726884983.87215: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (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 22:16:23 -0400 (0:00:00.032) 0:02:29.211 ****** 11924 1726884983.87251: entering _queue_task() for managed_node2/ansible.builtin.script 11924 1726884983.88392: worker is 1 (out of 1 available) 11924 1726884983.88403: exiting _queue_task() for managed_node2/ansible.builtin.script 11924 1726884983.88415: done queuing things up, now waiting for results queue to drain 11924 1726884983.88417: waiting for pending results... 11924 1726884983.88876: running TaskExecutor() for managed_node2/TASK: Check that blivet supports PV grow to fill 11924 1726884983.88919: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005123 11924 1726884983.88986: variable 'ansible_search_path' from source: unknown 11924 1726884983.89028: calling self._execute() 11924 1726884983.89512: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.89515: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.89518: variable 'omit' from source: magic vars 11924 1726884983.89650: variable 'omit' from source: magic vars 11924 1726884983.89718: variable 'omit' from source: magic vars 11924 1726884983.90463: variable 'ansible_python' from source: facts 11924 1726884983.90467: variable 'omit' from source: magic vars 11924 1726884983.90470: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884983.90507: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884983.90536: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884983.90587: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884983.90693: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884983.90713: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884983.90733: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884983.90768: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884983.90777: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.90792: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.90992: Set connection var ansible_shell_executable to /bin/sh 11924 1726884983.91120: Set connection var ansible_connection to ssh 11924 1726884983.91133: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884983.91143: Set connection var ansible_timeout to 10 11924 1726884983.91153: Set connection var ansible_pipelining to False 11924 1726884983.91165: Set connection var ansible_shell_type to sh 11924 1726884983.91201: variable 'ansible_shell_executable' from source: unknown 11924 1726884983.91266: variable 'ansible_connection' from source: unknown 11924 1726884983.91275: variable 'ansible_module_compression' from source: unknown 11924 1726884983.91283: variable 'ansible_shell_type' from source: unknown 11924 1726884983.91290: variable 'ansible_shell_executable' from source: unknown 11924 1726884983.91297: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884983.91305: variable 'ansible_pipelining' from source: unknown 11924 1726884983.91336: variable 'ansible_timeout' from source: unknown 11924 1726884983.91345: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884983.91525: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884983.91551: variable 'omit' from source: magic vars 11924 1726884983.91564: starting attempt loop 11924 1726884983.91571: running the handler 11924 1726884983.91762: _low_level_execute_command(): starting 11924 1726884983.91765: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884983.92481: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884983.92528: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884983.92549: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884983.92753: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884983.92833: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884983.94541: stdout chunk (state=3): >>>/root <<< 11924 1726884983.94700: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884983.94714: stdout chunk (state=3): >>><<< 11924 1726884983.94727: stderr chunk (state=3): >>><<< 11924 1726884983.94760: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884983.94814: _low_level_execute_command(): starting 11924 1726884983.95149: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884983.9480028-18779-196570219182728 `" && echo ansible-tmp-1726884983.9480028-18779-196570219182728="` echo /root/.ansible/tmp/ansible-tmp-1726884983.9480028-18779-196570219182728 `" ) && sleep 0' 11924 1726884983.96507: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884983.96517: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884983.96531: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884983.96545: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884983.96559: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884983.96737: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884983.96875: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884983.96960: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884983.98942: stdout chunk (state=3): >>>ansible-tmp-1726884983.9480028-18779-196570219182728=/root/.ansible/tmp/ansible-tmp-1726884983.9480028-18779-196570219182728 <<< 11924 1726884983.99078: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884983.99102: stderr chunk (state=3): >>><<< 11924 1726884983.99105: stdout chunk (state=3): >>><<< 11924 1726884983.99133: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884983.9480028-18779-196570219182728=/root/.ansible/tmp/ansible-tmp-1726884983.9480028-18779-196570219182728 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884983.99159: evaluation_path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage 11924 1726884983.99184: 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 11924 1726884983.99648: Sending initial data 11924 1726884983.99652: Sent initial data (213 bytes) 11924 1726884984.00628: 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 <<< 11924 1726884984.00633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884984.00646: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884984.00905: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884984.00974: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884984.01049: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884984.02703: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 11924 1726884984.02884: 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 <<< 11924 1726884984.02973: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884984.03035: 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-1726884983.9480028-18779-196570219182728/does_library_support.py <<< 11924 1726884984.03038: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884983.9480028-18779-196570219182728/does_library_support.py" <<< 11924 1726884984.03081: 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-1726884983.9480028-18779-196570219182728/does_library_support.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884983.9480028-18779-196570219182728/does_library_support.py" <<< 11924 1726884984.03318: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884984.03461: stderr chunk (state=3): >>><<< 11924 1726884984.03475: stdout chunk (state=3): >>><<< 11924 1726884984.03501: _low_level_execute_command(): starting 11924 1726884984.03565: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884983.9480028-18779-196570219182728/ /root/.ansible/tmp/ansible-tmp-1726884983.9480028-18779-196570219182728/does_library_support.py && sleep 0' 11924 1726884984.04834: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884984.04838: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 11924 1726884984.04840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884984.04843: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884984.04849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884984.04851: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884984.05092: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884984.05141: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884984.06984: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884984.07051: stderr chunk (state=3): >>><<< 11924 1726884984.07054: stdout chunk (state=3): >>><<< 11924 1726884984.07261: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884984.07265: _low_level_execute_command(): starting 11924 1726884984.07267: _low_level_execute_command(): using become for this command 11924 1726884984.07270: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-jxgnlmmgjzvguiptlszfhotsehhmnoqd ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884983.9480028-18779-196570219182728/does_library_support.py blivet.formats.lvmpv.LVMPhysicalVolume.grow_to_fill'"'"' && sleep 0' 11924 1726884984.07584: Initial state: awaiting_escalation: BECOME-SUCCESS-jxgnlmmgjzvguiptlszfhotsehhmnoqd 11924 1726884984.08405: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884984.08409: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884984.08673: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884984.08698: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884984.11722: stdout chunk (state=1): >>>BECOME-SUCCESS-jxgnlmmgjzvguiptlszfhotsehhmnoqd <<< 11924 1726884984.11736: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-jxgnlmmgjzvguiptlszfhotsehhmnoqd' 11924 1726884984.12048: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884984.12171: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884984.12187: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884984.12229: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884984.12267: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884984.12284: stdout chunk (state=3): >>>import 'time' # <<< 11924 1726884984.12382: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 11924 1726884984.12400: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884984.12488: 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 0x7f20e4bbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4b8ba10> <<< 11924 1726884984.12514: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 11924 1726884984.12533: 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 0x7f20e4bbe930> <<< 11924 1726884984.12595: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # <<< 11924 1726884984.12607: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884984.12632: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884984.12813: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages <<< 11924 1726884984.12832: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884984.13036: 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 0x7f20e4bccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4bcdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884984.13098: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884984.13149: 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' <<< 11924 1726884984.13166: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4bcfc50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4bcf8c0> <<< 11924 1726884984.13268: 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' # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e49a5130> <<< 11924 1726884984.13271: 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 <<< 11924 1726884984.13287: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 11924 1726884984.13314: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 11924 1726884984.13319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49a6420> <<< 11924 1726884984.13459: 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 <<< 11924 1726884984.13463: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 11924 1726884984.13475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884984.13532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884984.13545: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884984.13576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884984.13598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884984.13651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884984.13709: 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 0x7f20e4a01010> <<< 11924 1726884984.13791: 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' # <<< 11924 1726884984.13795: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a01130> <<< 11924 1726884984.13903: 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 <<< 11924 1726884984.13951: 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' <<< 11924 1726884984.13954: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a54770> <<< 11924 1726884984.13973: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884984.13990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a54ad0> <<< 11924 1726884984.14072: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a18b30> <<< 11924 1726884984.14282: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a02300> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49f6390> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884984.14342: 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' <<< 11924 1726884984.14449: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48902c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a56ed0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a18bf0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a556d0> <<< 11924 1726884984.14481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884984.14485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4891310> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49f5760> <<< 11924 1726884984.14610: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884984.14662: 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' <<< 11924 1726884984.14702: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48b9220> <<< 11924 1726884984.14882: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49bbd10> # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 11924 1726884984.14896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 11924 1726884984.14981: 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' <<< 11924 1726884984.14987: 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 0x7f20e48d98b0> <<< 11924 1726884984.15005: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48d8c80> <<< 11924 1726884984.15068: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49d4f80> <<< 11924 1726884984.15539: 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 0x7f20e48daab0> 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 0x7f20e48e5610> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48da270> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48da870> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48f9dc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48d9730> <<< 11924 1726884984.15564: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49a6d80> <<< 11924 1726884984.15590: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884984.15642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884984.15665: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884984.15754: stdout chunk (state=3): >>># 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' <<< 11924 1726884984.15825: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e494dee0> <<< 11924 1726884984.15868: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e491ff80> <<< 11924 1726884984.15885: 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' <<< 11924 1726884984.15974: stdout chunk (state=3): >>>import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e494ec60> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884984.16005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884984.16041: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e494f860> <<< 11924 1726884984.16173: stdout chunk (state=3): >>>import 'atexit' # <<< 11924 1726884984.16289: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49b9910> <<< 11924 1726884984.16293: 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' <<< 11924 1726884984.16305: stdout chunk (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' <<< 11924 1726884984.16379: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e47aa600> <<< 11924 1726884984.16407: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884984.16525: 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 0x7f20e47e09e0> import 'errno' # <<< 11924 1726884984.16549: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884984.16552: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e47e2060> <<< 11924 1726884984.16637: 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' <<< 11924 1726884984.16640: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47e2f00> <<< 11924 1726884984.16734: 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 0x7f20e47e3560> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47e2450> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 11924 1726884984.16760: 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' <<< 11924 1726884984.16775: 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 0x7f20e47e3fe0> <<< 11924 1726884984.16865: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47e3710> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47aa7e0> <<< 11924 1726884984.16958: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e477ac60> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e477a9c0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49a6930> <<< 11924 1726884984.16975: 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' # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47feea0> <<< 11924 1726884984.16992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884984.17006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 11924 1726884984.17023: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47ff3b0> <<< 11924 1726884984.17072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884984.17099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884984.17185: 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' <<< 11924 1726884984.17188: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884984.17584: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4829c10> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e484f8c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e47e0e60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e4858ad0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e4858c20> # /usr/lib64/python3.12/__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 0x7f20e485a270> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4859010> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47ffce0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884984.17615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884984.17681: stdout chunk (state=3): >>># 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' <<< 11924 1726884984.17695: 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 0x7f20e449e420> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e449e150> <<< 11924 1726884984.17960: 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 0x7f20e449e450> <<< 11924 1726884984.17973: 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 0x7f20e449ec90> <<< 11924 1726884984.18012: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884984.18015: 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 0x7f20e449f680> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e449e5d0> <<< 11924 1726884984.18027: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e449c680> <<< 11924 1726884984.18064: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4828230> <<< 11924 1726884984.18080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884984.18109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884984.18129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884984.18164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884984.18198: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e44bd490> <<< 11924 1726884984.18248: 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 0x7f20e44bf980> <<< 11924 1726884984.18274: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e449f770> <<< 11924 1726884984.18289: 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' <<< 11924 1726884984.18481: 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 0x7f20e44d83e0> # 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 0x7f20e44bfce0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e44bfbc0> # /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' <<< 11924 1726884984.18493: 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' <<< 11924 1726884984.18526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884984.18536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884984.18678: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e44dacf0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e44da960> <<< 11924 1726884984.18751: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e44da6f0> <<< 11924 1726884984.18780: 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 <<< 11924 1726884984.18790: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' <<< 11924 1726884984.18822: 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 <<< 11924 1726884984.18829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884984.18849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884984.18859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884984.18962: 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' <<< 11924 1726884984.18965: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4502480> import 'importlib.util' # <<< 11924 1726884984.19078: 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' import '_typing' # <<< 11924 1726884984.19235: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4502c00> <<< 11924 1726884984.19258: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4501b50> # possible namespace for /usr/lib/python3.12/site-packages/gi <<< 11924 1726884984.19387: 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 0x7f20e452ef60> <<< 11924 1726884984.19447: 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 0x7f20e452d430> <<< 11924 1726884984.19475: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e45015e0> <<< 11924 1726884984.19511: 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' <<< 11924 1726884984.19582: 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' <<< 11924 1726884984.19602: 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 <<< 11924 1726884984.19662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 11924 1726884984.19666: 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 0x7f20e457d130> <<< 11924 1726884984.19672: 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 0x7f20e457d4c0> <<< 11924 1726884984.19886: 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 0x7f20e457d910> # /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 0x7f20e457e180> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e457c800> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e457c2c0> # 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 0x7f20e457e900> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4553dd0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4553d10> <<< 11924 1726884984.19932: 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 <<< 11924 1726884984.19966: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 11924 1726884984.19997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 11924 1726884984.20050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884984.20053: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884984.20081: 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 0x7f20e3bd6720> <<< 11924 1726884984.20222: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884984.20241: 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 0x7f20e3bd7e30> <<< 11924 1726884984.20267: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3bd4ec0> <<< 11924 1726884984.20373: 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 <<< 11924 1726884984.20437: 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 0x7f20e3bd5a60> # /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' <<< 11924 1726884984.20458: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c0caa0> <<< 11924 1726884984.20478: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c0c260> <<< 11924 1726884984.20628: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e457f230> <<< 11924 1726884984.20643: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 11924 1726884984.20706: 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 <<< 11924 1726884984.20811: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 11924 1726884984.20880: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c45940> <<< 11924 1726884984.20915: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 11924 1726884984.20942: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 11924 1726884984.21030: 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 <<< 11924 1726884984.21037: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 11924 1726884984.21266: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c67170> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e44db2c0> <<< 11924 1726884984.21392: 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' <<< 11924 1726884984.21399: 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' <<< 11924 1726884984.21425: 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 <<< 11924 1726884984.21498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 11924 1726884984.21525: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884984.21545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884984.21660: 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 0x7f20e3c9bf50> <<< 11924 1726884984.21664: 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' <<< 11924 1726884984.21702: 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 0x7f20e372c920> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e372c740> <<< 11924 1726884984.21820: 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 0x7f20e372d250> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c9a9c0> <<< 11924 1726884984.21858: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c992e0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c98a70> <<< 11924 1726884984.22767: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c45550> <<< 11924 1726884984.22780: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # <<< 11924 1726884984.22815: stdout chunk (state=3): >>>import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e477ae70> <<< 11924 1726884984.22869: stdout chunk (state=3): >>>import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49a56a0> <<< 11924 1726884984.23624: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49a4a10> # /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 0x7f20e38048c0> # /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 0x7f20e3804f50> # /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' <<< 11924 1726884984.23869: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/_errorcheckers.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3806000> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3805eb0> # /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 0x7f20e38062a0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3805c10> # /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 0x7f20e3806780> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e38065d0> # /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' <<< 11924 1726884984.23875: 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 <<< 11924 1726884984.23878: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 11924 1726884984.23881: 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' <<< 11924 1726884984.23982: 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 0x7f20e2e00bf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e009b0> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3806c30> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e38067e0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e38053a0> <<< 11924 1726884984.24043: 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 0x7f20e3805a30> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/monitor.py <<< 11924 1726884984.24060: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 11924 1726884984.24080: 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' <<< 11924 1726884984.24284: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/pipe.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e03200> # /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 0x7f20e2e03590> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e02f60> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e025d0> # /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 0x7f20e2e03710> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3804530> # /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 0x7f20e2e037a0> <<< 11924 1726884984.24381: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e37e20f0> <<< 11924 1726884984.24410: 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 <<< 11924 1726884984.24426: 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 0x7f20e2e20fb0> <<< 11924 1726884984.24446: 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 0x7f20e2e212b0> <<< 11924 1726884984.24518: 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 <<< 11924 1726884984.24522: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' <<< 11924 1726884984.24529: 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 <<< 11924 1726884984.24532: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 11924 1726884984.24568: 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 0x7f20e2e22930> <<< 11924 1726884984.24683: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884984.24736: 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' <<< 11924 1726884984.24746: 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 0x7f20e2e482f0> <<< 11924 1726884984.24781: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e23f20> <<< 11924 1726884984.24844: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e23860> <<< 11924 1726884984.24847: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884984.24991: 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 0x7f20e2e23d70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e23410> # /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 0x7f20e2e49070> # /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 <<< 11924 1726884984.25008: 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 0x7f20e2e49790> <<< 11924 1726884984.25029: 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 <<< 11924 1726884984.25061: 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 0x7f20e2e49d90> <<< 11924 1726884984.25073: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/stratis_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 11924 1726884984.25149: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e4a0c0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e48f20> <<< 11924 1726884984.25164: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e22b10> <<< 11924 1726884984.25228: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e21820> <<< 11924 1726884984.25281: 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 <<< 11924 1726884984.25289: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc' <<< 11924 1726884984.25389: 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 0x7f20e2e74d40> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e21ee0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e213a0> # /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 0x7f20e2e75370> <<< 11924 1726884984.25424: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e22150> <<< 11924 1726884984.25446: 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' <<< 11924 1726884984.25497: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e755b0> <<< 11924 1726884984.25507: 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 <<< 11924 1726884984.25510: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 11924 1726884984.25695: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e75a00> # /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 0x7f20e2e761b0> <<< 11924 1726884984.25724: 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' <<< 11924 1726884984.25750: 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 <<< 11924 1726884984.25771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884984.25880: 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 0x7f20e2ea1bb0> <<< 11924 1726884984.25905: 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 <<< 11924 1726884984.25939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc' <<< 11924 1726884984.26047: 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 <<< 11924 1726884984.26052: 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 0x7f20e2ea2de0> <<< 11924 1726884984.26065: stdout chunk (state=3): >>>import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2ea27b0> # /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 0x7f20e2ea31d0> # /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 0x7f20e2ea3d40> <<< 11924 1726884984.26078: 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 <<< 11924 1726884984.26184: 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 <<< 11924 1726884984.26203: 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 0x7f20e2ec6a50> <<< 11924 1726884984.26238: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2ec5730> <<< 11924 1726884984.26260: 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 <<< 11924 1726884984.26285: 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 0x7f20e2ec7e90> <<< 11924 1726884984.26396: 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 0x7f20e2c411f0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/partition.py <<< 11924 1726884984.26399: 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 0x7f20e2c42030> <<< 11924 1726884984.26502: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e9ae40> <<< 11924 1726884984.26508: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e9aae0> <<< 11924 1726884984.26511: 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 0x7f20e2c686b0> <<< 11924 1726884984.26669: 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 <<< 11924 1726884984.26689: 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' # /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 0x7f20e2c69730> <<< 11924 1726884984.26831: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c690a0> <<< 11924 1726884984.26834: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c686e0> <<< 11924 1726884984.26836: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c43b30> <<< 11924 1726884984.26867: 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 <<< 11924 1726884984.26887: 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 0x7f20e2c938c0> <<< 11924 1726884984.26903: 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 <<< 11924 1726884984.27080: 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 0x7f20e2c93a10> # /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 0x7f20e2ca7230> # /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' <<< 11924 1726884984.27111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884984.27123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884984.27141: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2cc4260> <<< 11924 1726884984.27183: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2ca7920> <<< 11924 1726884984.27264: 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 <<< 11924 1726884984.27270: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 11924 1726884984.27273: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2cc4b00> <<< 11924 1726884984.27294: 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' <<< 11924 1726884984.27376: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2cc4f80> <<< 11924 1726884984.27389: 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 0x7f20e2cc5520> # /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' <<< 11924 1726884984.27862: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2cc5850> # /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 0x7f20e2cc5dc0> # /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 0x7f20e2cc5fd0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fstab.py <<< 11924 1726884984.27865: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 11924 1726884984.27867: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libmount/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libmount/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libmount/__pycache__/__init__.cpython-312.pyc' # extension module 'libmount.pylibmount' loaded from '/usr/lib64/python3.12/site-packages/libmount/pylibmount.so' # extension module 'libmount.pylibmount' executed from '/usr/lib64/python3.12/site-packages/libmount/pylibmount.so' import 'libmount.pylibmount' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e2cc7350> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2cc7110> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2cc61b0> <<< 11924 1726884984.27873: 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 <<< 11924 1726884984.27874: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' <<< 11924 1726884984.27970: 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' <<< 11924 1726884984.27988: 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 0x7f20e2cc7f50> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2cc7b30> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2cc7140> <<< 11924 1726884984.28090: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c93ef0> <<< 11924 1726884984.28113: 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 <<< 11924 1726884984.28133: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884984.28167: 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 <<< 11924 1726884984.28182: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc' <<< 11924 1726884984.28197: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2d1f980> <<< 11924 1726884984.28215: 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 <<< 11924 1726884984.28235: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' <<< 11924 1726884984.28314: 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' <<< 11924 1726884984.28344: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2d30860> <<< 11924 1726884984.28368: 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 <<< 11924 1726884984.28379: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 11924 1726884984.28410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 11924 1726884984.28421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 11924 1726884984.28449: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 11924 1726884984.28487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 11924 1726884984.28530: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2d33ec0> <<< 11924 1726884984.28574: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2d32cc0> <<< 11924 1726884984.28615: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2d30ec0> <<< 11924 1726884984.28740: 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 <<< 11924 1726884984.28777: 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/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 0x7f20e2b727e0> <<< 11924 1726884984.28841: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2b70470> <<< 11924 1726884984.28860: 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 <<< 11924 1726884984.28964: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 11924 1726884984.28992: 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' <<< 11924 1726884984.29020: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2b95040> # /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 0x7f20e2b95e80> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/dm.py <<< 11924 1726884984.29034: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 11924 1726884984.29153: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2b96690> <<< 11924 1726884984.29258: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2b87ec0> <<< 11924 1726884984.29350: 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' <<< 11924 1726884984.29378: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2bd4200> <<< 11924 1726884984.29500: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2bb28d0> <<< 11924 1726884984.29512: 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 <<< 11924 1726884984.29529: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 11924 1726884984.29618: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2be5d30> <<< 11924 1726884984.29651: 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 <<< 11924 1726884984.29857: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 11924 1726884984.29863: 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' <<< 11924 1726884984.30239: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2bf7a70> <<< 11924 1726884984.30329: 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' <<< 11924 1726884984.30336: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c190a0> <<< 11924 1726884984.30369: 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' <<< 11924 1726884984.30387: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c15040> <<< 11924 1726884984.30413: 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 <<< 11924 1726884984.30448: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 11924 1726884984.30486: 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' <<< 11924 1726884984.30709: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c173e0> <<< 11924 1726884984.30713: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c15550> <<< 11924 1726884984.30715: 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 0x7f20e2a71850> <<< 11924 1726884984.31457: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2bf41d0> # /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 0x7f20e2bf4410> # /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 0x7f20e2adb980> # /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 0x7f20e2aec530> # /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 0x7f20e2aed070> # /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' <<< 11924 1726884984.31497: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2aed4f0> <<< 11924 1726884984.31525: 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' <<< 11924 1726884984.31784: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2aee3c0> # /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 0x7f20e2aeec90> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2d30320> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2d1fd40> <<< 11924 1726884984.31861: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2ca5be0> <<< 11924 1726884984.31882: 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 <<< 11924 1726884984.31893: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 11924 1726884984.31932: 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' <<< 11924 1726884984.31947: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e29291f0> <<< 11924 1726884984.32000: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2928920> <<< 11924 1726884984.32048: 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 <<< 11924 1726884984.32068: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 11924 1726884984.32080: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e292a750> <<< 11924 1726884984.32159: 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 <<< 11924 1726884984.32182: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e292bb30> # /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 0x7f20e293c350> <<< 11924 1726884984.32213: 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 <<< 11924 1726884984.32266: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 11924 1726884984.32298: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e293cbc0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/stratis.py <<< 11924 1726884984.32374: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 11924 1726884984.32390: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e293e9c0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e378bf50> True <<< 11924 1726884984.33212: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884984.33245: 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 <<< 11924 1726884984.33283: 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__ # 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 <<< 11924 1726884984.33570: stdout chunk (state=3): >>># 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 <<< 11924 1726884984.33574: stdout chunk (state=3): >>># 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 <<< 11924 1726884984.34017: stdout chunk (state=3): >>># destroy blivet # destroy _sitebuiltins # destroy zlib <<< 11924 1726884984.34037: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884984.34071: 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 # 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 <<< 11924 1726884984.34133: 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 # 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 <<< 11924 1726884984.34148: 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 # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping blivet.udev <<< 11924 1726884984.34185: 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 <<< 11924 1726884984.34196: stdout chunk (state=3): >>># cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux <<< 11924 1726884984.34231: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev <<< 11924 1726884984.34257: 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 <<< 11924 1726884984.34339: stdout chunk (state=3): >>># cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket <<< 11924 1726884984.34342: stdout chunk (state=3): >>># 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 <<< 11924 1726884984.34424: stdout chunk (state=3): >>># destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # 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 <<< 11924 1726884984.34444: stdout chunk (state=3): >>># 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 <<< 11924 1726884984.34454: stdout chunk (state=3): >>># cleanup[3] wiping linecache # destroy tokenize <<< 11924 1726884984.34483: 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 <<< 11924 1726884984.34761: stdout chunk (state=3): >>># cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # 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 <<< 11924 1726884984.34764: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy _datetime # destroy decimal <<< 11924 1726884984.35274: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884984.35330: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc # destroy _weakref <<< 11924 1726884984.35379: stdout chunk (state=3): >>># destroy zipimport # destroy gi._gi <<< 11924 1726884984.35388: stdout chunk (state=3): >>># destroy _struct <<< 11924 1726884984.35524: stdout chunk (state=3): >>># 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 <<< 11924 1726884984.35545: stdout chunk (state=3): >>># destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy io # destroy _opcode <<< 11924 1726884984.35600: stdout chunk (state=3): >>># destroy _io # destroy fnmatch # destroy _hashlib # destroy shutil <<< 11924 1726884984.35638: stdout chunk (state=3): >>># destroy pprint # destroy time <<< 11924 1726884984.35652: stdout chunk (state=3): >>># 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 <<< 11924 1726884984.35708: 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 <<< 11924 1726884984.35804: stdout chunk (state=3): >>># destroy select # destroy _typing # destroy _tokenize # destroy stat # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy parted <<< 11924 1726884984.35902: 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 # 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 <<< 11924 1726884984.35950: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884984.36265: 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 # destroy _sre # destroy _functools # destroy _operator # clear sys.audit hooks <<< 11924 1726884984.36883: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884984.36886: stdout chunk (state=3): >>><<< 11924 1726884984.36894: stderr chunk (state=3): >>><<< 11924 1726884984.37583: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4bbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4b8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4bbe930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4bccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4bcdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.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 0x7f20e4bcfc50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4bcf8c0> # /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 0x7f20e49a5130> # /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 0x7f20e49a6420> # /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 0x7f20e4a01010> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a01130> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a54770> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a54ad0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a18b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a02300> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49f6390> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48902c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a56ed0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a18bf0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a556d0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4891310> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49f5760> 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 0x7f20e48b9220> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49bbd10> # /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 0x7f20e48d98b0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48d8c80> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49d4f80> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48daab0> 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 0x7f20e48e5610> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48da270> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48da870> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48f9dc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48d9730> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49a6d80> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/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 0x7f20e494dee0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e491ff80> # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e494ec60> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e494f860> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49b9910> # /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 0x7f20e47aa600> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47e09e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e47e2060> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47e2f00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e47e3560> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47e2450> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e47e3fe0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47e3710> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47aa7e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e477ac60> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e477a9c0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49a6930> # /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 0x7f20e47feea0> # /usr/lib64/python3.12/__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 0x7f20e47ff3b0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc 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 0x7f20e4829c10> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e484f8c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e47e0e60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e4858ad0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e4858c20> # /usr/lib64/python3.12/__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 0x7f20e485a270> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4859010> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47ffce0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__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 0x7f20e449e420> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e449e150> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e449e450> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e449ec90> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e449f680> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e449e5d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e449c680> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4828230> # /usr/lib64/python3.12/__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 0x7f20e44bd490> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e44bf980> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e449f770> # /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 0x7f20e44d83e0> # 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 0x7f20e44bfce0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e44bfbc0> # /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 0x7f20e44dacf0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e44da960> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e44da6f0> # /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 0x7f20e4502480> 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 0x7f20e4502c00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4501b50> # 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 0x7f20e452ef60> # 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 0x7f20e452d430> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e45015e0> # /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 0x7f20e457d130> # /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 0x7f20e457d4c0> # /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 0x7f20e457d910> # /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 0x7f20e457e180> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e457c800> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e457c2c0> # 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 0x7f20e457e900> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4553dd0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4553d10> # /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 0x7f20e3bd6720> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e3bd7e30> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3bd4ec0> # /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 0x7f20e3bd5a60> # /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 0x7f20e3c0caa0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c0c260> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e457f230> 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 0x7f20e3c45940> 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 0x7f20e3c67170> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e44db2c0> # /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 0x7f20e3c9bf50> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e372c920> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e372c740> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e372d250> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c9a9c0> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c992e0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c98a70> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c45550> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e477ae70> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49a56a0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49a4a10> # /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 0x7f20e38048c0> # /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 0x7f20e3804f50> # /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 0x7f20e3806000> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3805eb0> # /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 0x7f20e38062a0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3805c10> # /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 0x7f20e3806780> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e38065d0> # /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 0x7f20e2e00bf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e009b0> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3806c30> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e38067e0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e38053a0> # /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 0x7f20e3805a30> # /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 0x7f20e2e03200> # /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 0x7f20e2e03590> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e02f60> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e025d0> # /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 0x7f20e2e03710> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3804530> # /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 0x7f20e2e037a0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e37e20f0> # /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 0x7f20e2e20fb0> # /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 0x7f20e2e212b0> # /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 0x7f20e2e22930> # /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 0x7f20e2e482f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e23f20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e23860> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e23d70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e23410> # /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 0x7f20e2e49070> # /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 0x7f20e2e49790> # /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 0x7f20e2e49d90> # /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 0x7f20e2e4a0c0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e48f20> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e22b10> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e21820> # /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 0x7f20e2e74d40> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e21ee0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e213a0> # /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 0x7f20e2e75370> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e22150> # /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 0x7f20e2e755b0> # /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 0x7f20e2e75a00> # /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 0x7f20e2e761b0> # /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 0x7f20e2ea1bb0> # /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 0x7f20e2ea2de0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2ea27b0> # /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 0x7f20e2ea31d0> # /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 0x7f20e2ea3d40> # /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 0x7f20e2ec6a50> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2ec5730> # /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 0x7f20e2ec7e90> # /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 0x7f20e2c411f0> # /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 0x7f20e2c42030> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e9ae40> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e9aae0> # /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 0x7f20e2c686b0> # /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 0x7f20e2c69730> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c690a0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c686e0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c43b30> # /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 0x7f20e2c938c0> # /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 0x7f20e2c93a10> # /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 0x7f20e2ca7230> # /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 0x7f20e2cc4260> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2ca7920> # /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 0x7f20e2cc4b00> # /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 0x7f20e2cc4f80> # /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 0x7f20e2cc5520> # /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 0x7f20e2cc5850> # /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 0x7f20e2cc5dc0> # /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 0x7f20e2cc5fd0> # /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 0x7f20e2cc7350> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2cc7110> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2cc61b0> # /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 0x7f20e2cc7f50> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2cc7b30> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2cc7140> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c93ef0> # /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 0x7f20e2d1f980> # /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 0x7f20e2d30860> # /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 0x7f20e2d33ec0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2d32cc0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2d30ec0> # /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 0x7f20e2b727e0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2b70470> # /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 0x7f20e2b95040> # /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 0x7f20e2b95e80> # /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 0x7f20e2b96690> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2b87ec0> # /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 0x7f20e2bd4200> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2bb28d0> # /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 0x7f20e2be5d30> # /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 0x7f20e2bf7a70> # /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 0x7f20e2c190a0> # /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 0x7f20e2c15040> # /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 0x7f20e2c173e0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c15550> # /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 0x7f20e2a71850> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2bf41d0> # /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 0x7f20e2bf4410> # /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 0x7f20e2adb980> # /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 0x7f20e2aec530> # /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 0x7f20e2aed070> # /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 0x7f20e2aed4f0> # /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 0x7f20e2aee3c0> # /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 0x7f20e2aeec90> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2d30320> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2d1fd40> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2ca5be0> # /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 0x7f20e29291f0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2928920> # /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 0x7f20e292a750> # /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 0x7f20e292bb30> # /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 0x7f20e293c350> # /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 0x7f20e293cbc0> # /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 0x7f20e293e9c0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e378bf50> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884984.37725: _low_level_execute_command(): starting 11924 1726884984.37728: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884983.9480028-18779-196570219182728/ > /dev/null 2>&1 && sleep 0' 11924 1726884984.38849: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884984.38865: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884984.39147: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884984.39295: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884984.39340: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884984.41269: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884984.41302: stderr chunk (state=3): >>><<< 11924 1726884984.41313: stdout chunk (state=3): >>><<< 11924 1726884984.41487: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884984.41501: handler run complete 11924 1726884984.43422: Evaluated conditional (False): False 11924 1726884984.43426: attempt loop complete, returning result 11924 1726884984.43428: _execute() done 11924 1726884984.43430: dumping result to json 11924 1726884984.43482: done dumping result, returning 11924 1726884984.43541: done running TaskExecutor() for managed_node2/TASK: Check that blivet supports PV grow to fill [0affc8a3-6f6f-f4c0-2290-000000005123] 11924 1726884984.43569: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005123 11924 1726884984.46117: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005123 11924 1726884984.46120: WORKER PROCESS EXITING ok: [managed_node2] => { "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 0x7f20e4bbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4b8ba10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4bbe930> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4bccfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4bcdfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.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 0x7f20e4bcfc50> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4bcf8c0> # /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 0x7f20e49a5130> # /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 0x7f20e49a6420> # /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 0x7f20e4a01010> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a01130> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a54770> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a54ad0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a18b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a02300> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49f6390> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48902c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a56ed0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a18bf0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4a556d0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4891310> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49f5760> 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 0x7f20e48b9220> import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49bbd10> # /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 0x7f20e48d98b0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48d8c80> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49d4f80> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48daab0> 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 0x7f20e48e5610> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48da270> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48da870> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48f9dc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e48d9730> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49a6d80> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/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 0x7f20e494dee0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e491ff80> # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e494ec60> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e494f860> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49b9910> # /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 0x7f20e47aa600> # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47e09e0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e47e2060> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47e2f00> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e47e3560> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47e2450> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e47e3fe0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47e3710> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47aa7e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e477ac60> import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e477a9c0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49a6930> # /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 0x7f20e47feea0> # /usr/lib64/python3.12/__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 0x7f20e47ff3b0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc 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 0x7f20e4829c10> # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e484f8c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e47e0e60> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e4858ad0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e4858c20> # /usr/lib64/python3.12/__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 0x7f20e485a270> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4859010> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e47ffce0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__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 0x7f20e449e420> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e449e150> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e449e450> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e449ec90> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e449f680> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e449e5d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e449c680> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4828230> # /usr/lib64/python3.12/__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 0x7f20e44bd490> # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e44bf980> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e449f770> # /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 0x7f20e44d83e0> # 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 0x7f20e44bfce0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e44bfbc0> # /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 0x7f20e44dacf0> import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e44da960> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e44da6f0> # /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 0x7f20e4502480> 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 0x7f20e4502c00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4501b50> # 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 0x7f20e452ef60> # 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 0x7f20e452d430> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e45015e0> # /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 0x7f20e457d130> # /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 0x7f20e457d4c0> # /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 0x7f20e457d910> # /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 0x7f20e457e180> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e457c800> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e457c2c0> # 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 0x7f20e457e900> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4553dd0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e4553d10> # /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 0x7f20e3bd6720> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e3bd7e30> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3bd4ec0> # /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 0x7f20e3bd5a60> # /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 0x7f20e3c0caa0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c0c260> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e457f230> 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 0x7f20e3c45940> 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 0x7f20e3c67170> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e44db2c0> # /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 0x7f20e3c9bf50> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f20e372c920> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e372c740> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e372d250> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c9a9c0> import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c992e0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c98a70> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3c45550> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e477ae70> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49a56a0> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e49a4a10> # /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 0x7f20e38048c0> # /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 0x7f20e3804f50> # /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 0x7f20e3806000> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3805eb0> # /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 0x7f20e38062a0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3805c10> # /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 0x7f20e3806780> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e38065d0> # /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 0x7f20e2e00bf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e009b0> import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3806c30> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e38067e0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e38053a0> # /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 0x7f20e3805a30> # /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 0x7f20e2e03200> # /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 0x7f20e2e03590> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e02f60> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e025d0> # /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 0x7f20e2e03710> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e3804530> # /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 0x7f20e2e037a0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e37e20f0> # /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 0x7f20e2e20fb0> # /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 0x7f20e2e212b0> # /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 0x7f20e2e22930> # /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 0x7f20e2e482f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e23f20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e23860> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e23d70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e23410> # /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 0x7f20e2e49070> # /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 0x7f20e2e49790> # /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 0x7f20e2e49d90> # /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 0x7f20e2e4a0c0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e48f20> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e22b10> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e21820> # /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 0x7f20e2e74d40> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e21ee0> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e213a0> # /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 0x7f20e2e75370> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e22150> # /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 0x7f20e2e755b0> # /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 0x7f20e2e75a00> # /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 0x7f20e2e761b0> # /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 0x7f20e2ea1bb0> # /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 0x7f20e2ea2de0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2ea27b0> # /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 0x7f20e2ea31d0> # /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 0x7f20e2ea3d40> # /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 0x7f20e2ec6a50> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2ec5730> # /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 0x7f20e2ec7e90> # /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 0x7f20e2c411f0> # /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 0x7f20e2c42030> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e9ae40> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2e9aae0> # /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 0x7f20e2c686b0> # /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 0x7f20e2c69730> import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c690a0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c686e0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c43b30> # /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 0x7f20e2c938c0> # /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 0x7f20e2c93a10> # /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 0x7f20e2ca7230> # /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 0x7f20e2cc4260> import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2ca7920> # /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 0x7f20e2cc4b00> # /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 0x7f20e2cc4f80> # /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 0x7f20e2cc5520> # /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 0x7f20e2cc5850> # /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 0x7f20e2cc5dc0> # /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 0x7f20e2cc5fd0> # /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 0x7f20e2cc7350> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2cc7110> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2cc61b0> # /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 0x7f20e2cc7f50> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2cc7b30> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2cc7140> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c93ef0> # /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 0x7f20e2d1f980> # /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 0x7f20e2d30860> # /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 0x7f20e2d33ec0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2d32cc0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2d30ec0> # /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 0x7f20e2b727e0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2b70470> # /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 0x7f20e2b95040> # /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 0x7f20e2b95e80> # /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 0x7f20e2b96690> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2b87ec0> # /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 0x7f20e2bd4200> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2bb28d0> # /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 0x7f20e2be5d30> # /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 0x7f20e2bf7a70> # /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 0x7f20e2c190a0> # /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 0x7f20e2c15040> # /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 0x7f20e2c173e0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2c15550> # /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 0x7f20e2a71850> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2bf41d0> # /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 0x7f20e2bf4410> # /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 0x7f20e2adb980> # /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 0x7f20e2aec530> # /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 0x7f20e2aed070> # /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 0x7f20e2aed4f0> # /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 0x7f20e2aee3c0> # /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 0x7f20e2aeec90> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2d30320> import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2d1fd40> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2ca5be0> # /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 0x7f20e29291f0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e2928920> # /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 0x7f20e292a750> # /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 0x7f20e292bb30> # /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 0x7f20e293c350> # /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 0x7f20e293cbc0> # /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 0x7f20e293e9c0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f20e378bf50> 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884984.47083: no more pending results, returning what we have 11924 1726884984.47087: results queue empty 11924 1726884984.47088: checking for any_errors_fatal 11924 1726884984.47093: done checking for any_errors_fatal 11924 1726884984.47094: checking for max_fail_percentage 11924 1726884984.47096: done checking for max_fail_percentage 11924 1726884984.47097: checking to see if all hosts have failed and the running result is not ok 11924 1726884984.47098: done checking to see if all hosts have failed 11924 1726884984.47098: getting the remaining hosts for this loop 11924 1726884984.47100: done getting the remaining hosts for this loop 11924 1726884984.47104: getting the next task for host managed_node2 11924 1726884984.47111: done getting next task for host managed_node2 11924 1726884984.47114: ^ task is: TASK: Verify that PVs fill the whole devices when they should 11924 1726884984.47118: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884984.47122: getting variables 11924 1726884984.47123: in VariableManager get_vars() 11924 1726884984.47151: Calling all_inventory to load vars for managed_node2 11924 1726884984.47154: Calling groups_inventory to load vars for managed_node2 11924 1726884984.47164: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884984.47175: Calling all_plugins_play to load vars for managed_node2 11924 1726884984.47178: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884984.47181: Calling groups_plugins_play to load vars for managed_node2 11924 1726884984.47668: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884984.48272: done with get_vars() 11924 1726884984.48288: 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 22:16:24 -0400 (0:00:00.611) 0:02:29.822 ****** 11924 1726884984.48394: entering _queue_task() for managed_node2/include_tasks 11924 1726884984.48967: worker is 1 (out of 1 available) 11924 1726884984.48978: exiting _queue_task() for managed_node2/include_tasks 11924 1726884984.48989: done queuing things up, now waiting for results queue to drain 11924 1726884984.48991: waiting for pending results... 11924 1726884984.49173: running TaskExecutor() for managed_node2/TASK: Verify that PVs fill the whole devices when they should 11924 1726884984.49280: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005124 11924 1726884984.49300: variable 'ansible_search_path' from source: unknown 11924 1726884984.49613: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884984.52464: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884984.52507: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884984.52554: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884984.52861: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884984.52865: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884984.52916: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884984.53011: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884984.53043: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884984.53129: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884984.53214: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884984.53379: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884984.53609: dumping result to json 11924 1726884984.53618: done dumping result, returning 11924 1726884984.53630: done running TaskExecutor() for managed_node2/TASK: Verify that PVs fill the whole devices when they should [0affc8a3-6f6f-f4c0-2290-000000005124] 11924 1726884984.53641: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005124 skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884984.53825: no more pending results, returning what we have 11924 1726884984.53831: results queue empty 11924 1726884984.53832: checking for any_errors_fatal 11924 1726884984.53886: done checking for any_errors_fatal 11924 1726884984.53887: checking for max_fail_percentage 11924 1726884984.53889: done checking for max_fail_percentage 11924 1726884984.53890: checking to see if all hosts have failed and the running result is not ok 11924 1726884984.53891: done checking to see if all hosts have failed 11924 1726884984.53892: getting the remaining hosts for this loop 11924 1726884984.53894: done getting the remaining hosts for this loop 11924 1726884984.53899: getting the next task for host managed_node2 11924 1726884984.53907: done getting next task for host managed_node2 11924 1726884984.53910: ^ task is: TASK: Check MD RAID 11924 1726884984.53916: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884984.53921: getting variables 11924 1726884984.53923: in VariableManager get_vars() 11924 1726884984.54269: Calling all_inventory to load vars for managed_node2 11924 1726884984.54272: Calling groups_inventory to load vars for managed_node2 11924 1726884984.54276: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884984.54287: Calling all_plugins_play to load vars for managed_node2 11924 1726884984.54291: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884984.54294: Calling groups_plugins_play to load vars for managed_node2 11924 1726884984.54969: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005124 11924 1726884984.54974: WORKER PROCESS EXITING 11924 1726884984.55606: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884984.56632: done with get_vars() 11924 1726884984.56651: 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 22:16:24 -0400 (0:00:00.083) 0:02:29.906 ****** 11924 1726884984.56763: entering _queue_task() for managed_node2/include_tasks 11924 1726884984.57242: worker is 1 (out of 1 available) 11924 1726884984.57260: exiting _queue_task() for managed_node2/include_tasks 11924 1726884984.57274: done queuing things up, now waiting for results queue to drain 11924 1726884984.57276: waiting for pending results... 11924 1726884984.57520: running TaskExecutor() for managed_node2/TASK: Check MD RAID 11924 1726884984.57672: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005126 11924 1726884984.57694: variable 'ansible_search_path' from source: unknown 11924 1726884984.57741: calling self._execute() 11924 1726884984.57898: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884984.57911: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884984.57930: variable 'omit' from source: magic vars 11924 1726884984.58069: _execute() done 11924 1726884984.58079: dumping result to json 11924 1726884984.58092: done dumping result, returning 11924 1726884984.58106: done running TaskExecutor() for managed_node2/TASK: Check MD RAID [0affc8a3-6f6f-f4c0-2290-000000005126] 11924 1726884984.58119: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005126 11924 1726884984.58371: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005126 11924 1726884984.58375: WORKER PROCESS EXITING 11924 1726884984.58406: no more pending results, returning what we have 11924 1726884984.58416: in VariableManager get_vars() 11924 1726884984.58470: Calling all_inventory to load vars for managed_node2 11924 1726884984.58474: Calling groups_inventory to load vars for managed_node2 11924 1726884984.58478: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884984.58494: Calling all_plugins_play to load vars for managed_node2 11924 1726884984.58498: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884984.58502: Calling groups_plugins_play to load vars for managed_node2 11924 1726884984.59312: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884984.60483: done with get_vars() 11924 1726884984.60498: variable 'ansible_search_path' from source: unknown 11924 1726884984.60844: variable 'storage_test_pool_subset' from source: include params 11924 1726884984.60882: we have included files to process 11924 1726884984.60884: generating all_blocks data 11924 1726884984.60886: done generating all_blocks data 11924 1726884984.60894: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884984.60895: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884984.60898: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-md.yml 11924 1726884984.63134: done processing included file 11924 1726884984.63137: iterating over new_blocks loaded from include file 11924 1726884984.63139: in VariableManager get_vars() 11924 1726884984.63163: done with get_vars() 11924 1726884984.63165: filtering new block on tags 11924 1726884984.63374: done filtering new block on tags 11924 1726884984.63378: in VariableManager get_vars() 11924 1726884984.63396: done with get_vars() 11924 1726884984.63398: filtering new block on tags 11924 1726884984.63422: done filtering new block on tags 11924 1726884984.63425: 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_node2 11924 1726884984.63431: extending task lists for all hosts with included blocks 11924 1726884984.64834: done extending task lists 11924 1726884984.64836: done processing included files 11924 1726884984.64837: results queue empty 11924 1726884984.64838: checking for any_errors_fatal 11924 1726884984.64844: done checking for any_errors_fatal 11924 1726884984.64845: checking for max_fail_percentage 11924 1726884984.64846: done checking for max_fail_percentage 11924 1726884984.64847: checking to see if all hosts have failed and the running result is not ok 11924 1726884984.64847: done checking to see if all hosts have failed 11924 1726884984.64848: getting the remaining hosts for this loop 11924 1726884984.64850: done getting the remaining hosts for this loop 11924 1726884984.64853: getting the next task for host managed_node2 11924 1726884984.64860: done getting next task for host managed_node2 11924 1726884984.64862: ^ task is: TASK: Get information about RAID 11924 1726884984.64867: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884984.64870: getting variables 11924 1726884984.64871: in VariableManager get_vars() 11924 1726884984.64887: Calling all_inventory to load vars for managed_node2 11924 1726884984.64890: Calling groups_inventory to load vars for managed_node2 11924 1726884984.64892: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884984.64898: Calling all_plugins_play to load vars for managed_node2 11924 1726884984.64900: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884984.64903: Calling groups_plugins_play to load vars for managed_node2 11924 1726884984.65553: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884984.66592: done with get_vars() 11924 1726884984.66607: done getting variables 11924 1726884984.66649: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:24 -0400 (0:00:00.099) 0:02:30.005 ****** 11924 1726884984.66685: entering _queue_task() for managed_node2/command 11924 1726884984.67246: worker is 1 (out of 1 available) 11924 1726884984.67462: exiting _queue_task() for managed_node2/command 11924 1726884984.67477: done queuing things up, now waiting for results queue to drain 11924 1726884984.67478: waiting for pending results... 11924 1726884984.68077: running TaskExecutor() for managed_node2/TASK: Get information about RAID 11924 1726884984.68196: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005176 11924 1726884984.68224: variable 'ansible_search_path' from source: unknown 11924 1726884984.68262: calling self._execute() 11924 1726884984.68761: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884984.68765: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884984.68769: variable 'omit' from source: magic vars 11924 1726884984.69483: variable 'storage_test_pool' from source: include params 11924 1726884984.69703: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884984.69962: when evaluation is False, skipping this task 11924 1726884984.69966: _execute() done 11924 1726884984.69968: dumping result to json 11924 1726884984.69970: done dumping result, returning 11924 1726884984.69973: done running TaskExecutor() for managed_node2/TASK: Get information about RAID [0affc8a3-6f6f-f4c0-2290-000000005176] 11924 1726884984.69976: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005176 11924 1726884984.70053: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005176 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884984.70115: no more pending results, returning what we have 11924 1726884984.70119: results queue empty 11924 1726884984.70120: checking for any_errors_fatal 11924 1726884984.70122: done checking for any_errors_fatal 11924 1726884984.70123: checking for max_fail_percentage 11924 1726884984.70125: done checking for max_fail_percentage 11924 1726884984.70126: checking to see if all hosts have failed and the running result is not ok 11924 1726884984.70127: done checking to see if all hosts have failed 11924 1726884984.70128: getting the remaining hosts for this loop 11924 1726884984.70130: done getting the remaining hosts for this loop 11924 1726884984.70134: getting the next task for host managed_node2 11924 1726884984.70144: done getting next task for host managed_node2 11924 1726884984.70147: ^ task is: TASK: Set active devices regex 11924 1726884984.70157: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884984.70162: getting variables 11924 1726884984.70163: in VariableManager get_vars() 11924 1726884984.70206: Calling all_inventory to load vars for managed_node2 11924 1726884984.70209: Calling groups_inventory to load vars for managed_node2 11924 1726884984.70213: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884984.70225: Calling all_plugins_play to load vars for managed_node2 11924 1726884984.70229: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884984.70232: Calling groups_plugins_play to load vars for managed_node2 11924 1726884984.70828: WORKER PROCESS EXITING 11924 1726884984.71758: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884984.73168: done with get_vars() 11924 1726884984.73188: done getting variables 11924 1726884984.73246: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:24 -0400 (0:00:00.065) 0:02:30.071 ****** 11924 1726884984.73284: entering _queue_task() for managed_node2/set_fact 11924 1726884984.73618: worker is 1 (out of 1 available) 11924 1726884984.73631: exiting _queue_task() for managed_node2/set_fact 11924 1726884984.73645: done queuing things up, now waiting for results queue to drain 11924 1726884984.73647: waiting for pending results... 11924 1726884984.73951: running TaskExecutor() for managed_node2/TASK: Set active devices regex 11924 1726884984.74086: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005177 11924 1726884984.74107: variable 'ansible_search_path' from source: unknown 11924 1726884984.74148: calling self._execute() 11924 1726884984.74283: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884984.74300: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884984.74316: variable 'omit' from source: magic vars 11924 1726884984.74740: variable 'storage_test_pool' from source: include params 11924 1726884984.74781: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884984.74788: when evaluation is False, skipping this task 11924 1726884984.74794: _execute() done 11924 1726884984.74800: dumping result to json 11924 1726884984.74805: done dumping result, returning 11924 1726884984.74814: done running TaskExecutor() for managed_node2/TASK: Set active devices regex [0affc8a3-6f6f-f4c0-2290-000000005177] 11924 1726884984.74823: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005177 11924 1726884984.75127: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005177 11924 1726884984.75130: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884984.75210: no more pending results, returning what we have 11924 1726884984.75214: results queue empty 11924 1726884984.75215: checking for any_errors_fatal 11924 1726884984.75225: done checking for any_errors_fatal 11924 1726884984.75226: checking for max_fail_percentage 11924 1726884984.75228: done checking for max_fail_percentage 11924 1726884984.75229: checking to see if all hosts have failed and the running result is not ok 11924 1726884984.75229: done checking to see if all hosts have failed 11924 1726884984.75230: getting the remaining hosts for this loop 11924 1726884984.75231: done getting the remaining hosts for this loop 11924 1726884984.75235: getting the next task for host managed_node2 11924 1726884984.75243: done getting next task for host managed_node2 11924 1726884984.75246: ^ task is: TASK: Set spare devices regex 11924 1726884984.75253: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884984.75259: getting variables 11924 1726884984.75261: in VariableManager get_vars() 11924 1726884984.75296: Calling all_inventory to load vars for managed_node2 11924 1726884984.75299: Calling groups_inventory to load vars for managed_node2 11924 1726884984.75302: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884984.75314: Calling all_plugins_play to load vars for managed_node2 11924 1726884984.75317: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884984.75320: Calling groups_plugins_play to load vars for managed_node2 11924 1726884984.75924: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884984.77331: done with get_vars() 11924 1726884984.77349: done getting variables 11924 1726884984.77415: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:24 -0400 (0:00:00.041) 0:02:30.113 ****** 11924 1726884984.77452: entering _queue_task() for managed_node2/set_fact 11924 1726884984.78303: worker is 1 (out of 1 available) 11924 1726884984.78318: exiting _queue_task() for managed_node2/set_fact 11924 1726884984.78333: done queuing things up, now waiting for results queue to drain 11924 1726884984.78335: waiting for pending results... 11924 1726884984.79590: running TaskExecutor() for managed_node2/TASK: Set spare devices regex 11924 1726884984.79753: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005178 11924 1726884984.79779: variable 'ansible_search_path' from source: unknown 11924 1726884984.79818: calling self._execute() 11924 1726884984.79953: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884984.79970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884984.79985: variable 'omit' from source: magic vars 11924 1726884984.80413: variable 'storage_test_pool' from source: include params 11924 1726884984.80462: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884984.80505: when evaluation is False, skipping this task 11924 1726884984.80509: _execute() done 11924 1726884984.80512: dumping result to json 11924 1726884984.80515: done dumping result, returning 11924 1726884984.80517: done running TaskExecutor() for managed_node2/TASK: Set spare devices regex [0affc8a3-6f6f-f4c0-2290-000000005178] 11924 1726884984.80519: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005178 11924 1726884984.80876: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005178 11924 1726884984.80879: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884984.80928: no more pending results, returning what we have 11924 1726884984.80932: results queue empty 11924 1726884984.80933: checking for any_errors_fatal 11924 1726884984.80943: done checking for any_errors_fatal 11924 1726884984.80944: checking for max_fail_percentage 11924 1726884984.80946: done checking for max_fail_percentage 11924 1726884984.80947: checking to see if all hosts have failed and the running result is not ok 11924 1726884984.80948: done checking to see if all hosts have failed 11924 1726884984.80949: getting the remaining hosts for this loop 11924 1726884984.80951: done getting the remaining hosts for this loop 11924 1726884984.80957: getting the next task for host managed_node2 11924 1726884984.80965: done getting next task for host managed_node2 11924 1726884984.80969: ^ task is: TASK: Set md version regex 11924 1726884984.80976: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884984.80980: getting variables 11924 1726884984.80983: in VariableManager get_vars() 11924 1726884984.81024: Calling all_inventory to load vars for managed_node2 11924 1726884984.81027: Calling groups_inventory to load vars for managed_node2 11924 1726884984.81031: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884984.81044: Calling all_plugins_play to load vars for managed_node2 11924 1726884984.81047: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884984.81051: Calling groups_plugins_play to load vars for managed_node2 11924 1726884984.81699: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884984.82289: done with get_vars() 11924 1726884984.82305: done getting variables 11924 1726884984.82363: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:24 -0400 (0:00:00.049) 0:02:30.162 ****** 11924 1726884984.82394: entering _queue_task() for managed_node2/set_fact 11924 1726884984.82702: worker is 1 (out of 1 available) 11924 1726884984.82714: exiting _queue_task() for managed_node2/set_fact 11924 1726884984.82727: done queuing things up, now waiting for results queue to drain 11924 1726884984.82729: waiting for pending results... 11924 1726884984.83051: running TaskExecutor() for managed_node2/TASK: Set md version regex 11924 1726884984.83535: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005179 11924 1726884984.83562: variable 'ansible_search_path' from source: unknown 11924 1726884984.83761: calling self._execute() 11924 1726884984.83862: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884984.84133: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884984.84137: variable 'omit' from source: magic vars 11924 1726884984.85161: variable 'storage_test_pool' from source: include params 11924 1726884984.85168: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884984.85173: when evaluation is False, skipping this task 11924 1726884984.85176: _execute() done 11924 1726884984.85179: dumping result to json 11924 1726884984.85181: done dumping result, returning 11924 1726884984.85184: done running TaskExecutor() for managed_node2/TASK: Set md version regex [0affc8a3-6f6f-f4c0-2290-000000005179] 11924 1726884984.85187: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005179 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884984.85631: no more pending results, returning what we have 11924 1726884984.85636: results queue empty 11924 1726884984.85637: checking for any_errors_fatal 11924 1726884984.85650: done checking for any_errors_fatal 11924 1726884984.85651: checking for max_fail_percentage 11924 1726884984.85654: done checking for max_fail_percentage 11924 1726884984.85657: checking to see if all hosts have failed and the running result is not ok 11924 1726884984.85658: done checking to see if all hosts have failed 11924 1726884984.85659: getting the remaining hosts for this loop 11924 1726884984.85661: done getting the remaining hosts for this loop 11924 1726884984.85666: getting the next task for host managed_node2 11924 1726884984.85677: done getting next task for host managed_node2 11924 1726884984.85681: ^ task is: TASK: Set md chunk size regex 11924 1726884984.85691: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884984.85697: getting variables 11924 1726884984.85700: in VariableManager get_vars() 11924 1726884984.85747: Calling all_inventory to load vars for managed_node2 11924 1726884984.85750: Calling groups_inventory to load vars for managed_node2 11924 1726884984.85754: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884984.86071: Calling all_plugins_play to load vars for managed_node2 11924 1726884984.86075: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884984.86078: Calling groups_plugins_play to load vars for managed_node2 11924 1726884984.87163: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005179 11924 1726884984.87167: WORKER PROCESS EXITING 11924 1726884984.87812: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884984.89036: done with get_vars() 11924 1726884984.89260: done getting variables 11924 1726884984.89326: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:24 -0400 (0:00:00.069) 0:02:30.232 ****** 11924 1726884984.89367: entering _queue_task() for managed_node2/set_fact 11924 1726884984.90125: worker is 1 (out of 1 available) 11924 1726884984.90138: exiting _queue_task() for managed_node2/set_fact 11924 1726884984.90153: done queuing things up, now waiting for results queue to drain 11924 1726884984.90154: waiting for pending results... 11924 1726884984.90580: running TaskExecutor() for managed_node2/TASK: Set md chunk size regex 11924 1726884984.90725: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000517a 11924 1726884984.90748: variable 'ansible_search_path' from source: unknown 11924 1726884984.90790: calling self._execute() 11924 1726884984.90923: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884984.90937: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884984.90953: variable 'omit' from source: magic vars 11924 1726884984.91765: variable 'storage_test_pool' from source: include params 11924 1726884984.91866: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884984.91939: when evaluation is False, skipping this task 11924 1726884984.91947: _execute() done 11924 1726884984.91954: dumping result to json 11924 1726884984.91964: done dumping result, returning 11924 1726884984.91974: done running TaskExecutor() for managed_node2/TASK: Set md chunk size regex [0affc8a3-6f6f-f4c0-2290-00000000517a] 11924 1726884984.91985: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000517a 11924 1726884984.92337: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000517a 11924 1726884984.92340: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884984.92415: no more pending results, returning what we have 11924 1726884984.92420: results queue empty 11924 1726884984.92420: checking for any_errors_fatal 11924 1726884984.92433: done checking for any_errors_fatal 11924 1726884984.92434: checking for max_fail_percentage 11924 1726884984.92435: done checking for max_fail_percentage 11924 1726884984.92436: checking to see if all hosts have failed and the running result is not ok 11924 1726884984.92437: done checking to see if all hosts have failed 11924 1726884984.92437: getting the remaining hosts for this loop 11924 1726884984.92439: done getting the remaining hosts for this loop 11924 1726884984.92443: getting the next task for host managed_node2 11924 1726884984.92453: done getting next task for host managed_node2 11924 1726884984.92458: ^ task is: TASK: Parse the chunk size 11924 1726884984.92467: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884984.92471: getting variables 11924 1726884984.92473: in VariableManager get_vars() 11924 1726884984.92513: Calling all_inventory to load vars for managed_node2 11924 1726884984.92516: Calling groups_inventory to load vars for managed_node2 11924 1726884984.92520: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884984.92532: Calling all_plugins_play to load vars for managed_node2 11924 1726884984.92535: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884984.92537: Calling groups_plugins_play to load vars for managed_node2 11924 1726884984.93935: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884984.94981: done with get_vars() 11924 1726884984.94999: 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 22:16:24 -0400 (0:00:00.057) 0:02:30.289 ****** 11924 1726884984.95086: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884984.95419: worker is 1 (out of 1 available) 11924 1726884984.95433: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884984.95445: done queuing things up, now waiting for results queue to drain 11924 1726884984.95447: waiting for pending results... 11924 1726884984.95769: running TaskExecutor() for managed_node2/TASK: Parse the chunk size 11924 1726884984.95921: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000517b 11924 1726884984.95940: variable 'ansible_search_path' from source: unknown 11924 1726884984.95979: calling self._execute() 11924 1726884984.96114: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884984.96127: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884984.96144: variable 'omit' from source: magic vars 11924 1726884984.96531: variable 'storage_test_pool' from source: include params 11924 1726884984.96583: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884984.96647: when evaluation is False, skipping this task 11924 1726884984.96650: _execute() done 11924 1726884984.96652: dumping result to json 11924 1726884984.96656: done dumping result, returning 11924 1726884984.96659: done running TaskExecutor() for managed_node2/TASK: Parse the chunk size [0affc8a3-6f6f-f4c0-2290-00000000517b] 11924 1726884984.96661: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000517b skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884984.96789: no more pending results, returning what we have 11924 1726884984.96793: results queue empty 11924 1726884984.96793: checking for any_errors_fatal 11924 1726884984.96806: done checking for any_errors_fatal 11924 1726884984.96807: checking for max_fail_percentage 11924 1726884984.96809: done checking for max_fail_percentage 11924 1726884984.96810: checking to see if all hosts have failed and the running result is not ok 11924 1726884984.96810: done checking to see if all hosts have failed 11924 1726884984.96811: getting the remaining hosts for this loop 11924 1726884984.96813: done getting the remaining hosts for this loop 11924 1726884984.96817: getting the next task for host managed_node2 11924 1726884984.96827: done getting next task for host managed_node2 11924 1726884984.96831: ^ task is: TASK: Check RAID active devices count 11924 1726884984.96838: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884984.96844: getting variables 11924 1726884984.96846: in VariableManager get_vars() 11924 1726884984.96887: Calling all_inventory to load vars for managed_node2 11924 1726884984.96889: Calling groups_inventory to load vars for managed_node2 11924 1726884984.96893: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884984.96905: Calling all_plugins_play to load vars for managed_node2 11924 1726884984.96909: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884984.96912: Calling groups_plugins_play to load vars for managed_node2 11924 1726884984.97669: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000517b 11924 1726884984.97673: WORKER PROCESS EXITING 11924 1726884984.97774: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884984.98899: done with get_vars() 11924 1726884984.98916: done getting variables 11924 1726884984.99181: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:24 -0400 (0:00:00.041) 0:02:30.331 ****** 11924 1726884984.99211: entering _queue_task() for managed_node2/assert 11924 1726884984.99741: worker is 1 (out of 1 available) 11924 1726884984.99758: exiting _queue_task() for managed_node2/assert 11924 1726884984.99772: done queuing things up, now waiting for results queue to drain 11924 1726884984.99773: waiting for pending results... 11924 1726884985.00475: running TaskExecutor() for managed_node2/TASK: Check RAID active devices count 11924 1726884985.00670: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000517c 11924 1726884985.00963: variable 'ansible_search_path' from source: unknown 11924 1726884985.00967: calling self._execute() 11924 1726884985.01054: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.01190: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.01206: variable 'omit' from source: magic vars 11924 1726884985.02042: variable 'storage_test_pool' from source: include params 11924 1726884985.02125: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884985.02166: when evaluation is False, skipping this task 11924 1726884985.02175: _execute() done 11924 1726884985.02182: dumping result to json 11924 1726884985.02191: done dumping result, returning 11924 1726884985.02205: done running TaskExecutor() for managed_node2/TASK: Check RAID active devices count [0affc8a3-6f6f-f4c0-2290-00000000517c] 11924 1726884985.02416: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000517c 11924 1726884985.02502: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000517c 11924 1726884985.02506: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884985.02572: no more pending results, returning what we have 11924 1726884985.02576: results queue empty 11924 1726884985.02577: checking for any_errors_fatal 11924 1726884985.02586: done checking for any_errors_fatal 11924 1726884985.02586: checking for max_fail_percentage 11924 1726884985.02588: done checking for max_fail_percentage 11924 1726884985.02589: checking to see if all hosts have failed and the running result is not ok 11924 1726884985.02590: done checking to see if all hosts have failed 11924 1726884985.02590: getting the remaining hosts for this loop 11924 1726884985.02593: done getting the remaining hosts for this loop 11924 1726884985.02596: getting the next task for host managed_node2 11924 1726884985.02605: done getting next task for host managed_node2 11924 1726884985.02608: ^ task is: TASK: Check RAID spare devices count 11924 1726884985.02618: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884985.02623: getting variables 11924 1726884985.02625: in VariableManager get_vars() 11924 1726884985.02668: Calling all_inventory to load vars for managed_node2 11924 1726884985.02670: Calling groups_inventory to load vars for managed_node2 11924 1726884985.02674: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.02687: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.02690: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.02693: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.03620: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.04239: done with get_vars() 11924 1726884985.04257: done getting variables 11924 1726884985.04317: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:25 -0400 (0:00:00.051) 0:02:30.382 ****** 11924 1726884985.04357: entering _queue_task() for managed_node2/assert 11924 1726884985.04670: worker is 1 (out of 1 available) 11924 1726884985.04683: exiting _queue_task() for managed_node2/assert 11924 1726884985.04699: done queuing things up, now waiting for results queue to drain 11924 1726884985.04701: waiting for pending results... 11924 1726884985.05084: running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count 11924 1726884985.05362: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000517d 11924 1726884985.05366: variable 'ansible_search_path' from source: unknown 11924 1726884985.05370: calling self._execute() 11924 1726884985.05373: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.05380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.05396: variable 'omit' from source: magic vars 11924 1726884985.05797: variable 'storage_test_pool' from source: include params 11924 1726884985.05843: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884985.05851: when evaluation is False, skipping this task 11924 1726884985.05859: _execute() done 11924 1726884985.05867: dumping result to json 11924 1726884985.05874: done dumping result, returning 11924 1726884985.05884: done running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count [0affc8a3-6f6f-f4c0-2290-00000000517d] 11924 1726884985.05895: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000517d skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884985.06079: no more pending results, returning what we have 11924 1726884985.06083: results queue empty 11924 1726884985.06084: checking for any_errors_fatal 11924 1726884985.06097: done checking for any_errors_fatal 11924 1726884985.06098: checking for max_fail_percentage 11924 1726884985.06100: done checking for max_fail_percentage 11924 1726884985.06100: checking to see if all hosts have failed and the running result is not ok 11924 1726884985.06101: done checking to see if all hosts have failed 11924 1726884985.06102: getting the remaining hosts for this loop 11924 1726884985.06103: done getting the remaining hosts for this loop 11924 1726884985.06107: getting the next task for host managed_node2 11924 1726884985.06117: done getting next task for host managed_node2 11924 1726884985.06120: ^ task is: TASK: Check RAID metadata version 11924 1726884985.06129: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884985.06134: getting variables 11924 1726884985.06137: in VariableManager get_vars() 11924 1726884985.06381: Calling all_inventory to load vars for managed_node2 11924 1726884985.06383: Calling groups_inventory to load vars for managed_node2 11924 1726884985.06386: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.06397: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.06400: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.06402: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.06970: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000517d 11924 1726884985.06974: WORKER PROCESS EXITING 11924 1726884985.07087: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.07703: done with get_vars() 11924 1726884985.07720: done getting variables 11924 1726884985.07783: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:25 -0400 (0:00:00.034) 0:02:30.417 ****** 11924 1726884985.07816: entering _queue_task() for managed_node2/assert 11924 1726884985.08109: worker is 1 (out of 1 available) 11924 1726884985.08123: exiting _queue_task() for managed_node2/assert 11924 1726884985.08136: done queuing things up, now waiting for results queue to drain 11924 1726884985.08138: waiting for pending results... 11924 1726884985.08447: running TaskExecutor() for managed_node2/TASK: Check RAID metadata version 11924 1726884985.08605: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000517e 11924 1726884985.08628: variable 'ansible_search_path' from source: unknown 11924 1726884985.08670: calling self._execute() 11924 1726884985.08811: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.08824: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.08840: variable 'omit' from source: magic vars 11924 1726884985.09274: variable 'storage_test_pool' from source: include params 11924 1726884985.09320: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884985.09329: when evaluation is False, skipping this task 11924 1726884985.09341: _execute() done 11924 1726884985.09348: dumping result to json 11924 1726884985.09357: done dumping result, returning 11924 1726884985.09369: done running TaskExecutor() for managed_node2/TASK: Check RAID metadata version [0affc8a3-6f6f-f4c0-2290-00000000517e] 11924 1726884985.09379: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000517e skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884985.09552: no more pending results, returning what we have 11924 1726884985.09558: results queue empty 11924 1726884985.09559: checking for any_errors_fatal 11924 1726884985.09567: done checking for any_errors_fatal 11924 1726884985.09568: checking for max_fail_percentage 11924 1726884985.09571: done checking for max_fail_percentage 11924 1726884985.09572: checking to see if all hosts have failed and the running result is not ok 11924 1726884985.09573: done checking to see if all hosts have failed 11924 1726884985.09573: getting the remaining hosts for this loop 11924 1726884985.09575: done getting the remaining hosts for this loop 11924 1726884985.09580: getting the next task for host managed_node2 11924 1726884985.09589: done getting next task for host managed_node2 11924 1726884985.09593: ^ task is: TASK: Check RAID chunk size 11924 1726884985.09602: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884985.09607: getting variables 11924 1726884985.09610: in VariableManager get_vars() 11924 1726884985.09651: Calling all_inventory to load vars for managed_node2 11924 1726884985.09654: Calling groups_inventory to load vars for managed_node2 11924 1726884985.09960: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.09971: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.09974: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.09977: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.10501: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000517e 11924 1726884985.10504: WORKER PROCESS EXITING 11924 1726884985.10528: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.11118: done with get_vars() 11924 1726884985.11134: done getting variables 11924 1726884985.11195: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:25 -0400 (0:00:00.034) 0:02:30.451 ****** 11924 1726884985.11228: entering _queue_task() for managed_node2/assert 11924 1726884985.11512: worker is 1 (out of 1 available) 11924 1726884985.11525: exiting _queue_task() for managed_node2/assert 11924 1726884985.11541: done queuing things up, now waiting for results queue to drain 11924 1726884985.11542: waiting for pending results... 11924 1726884985.11846: running TaskExecutor() for managed_node2/TASK: Check RAID chunk size 11924 1726884985.11992: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000517f 11924 1726884985.12012: variable 'ansible_search_path' from source: unknown 11924 1726884985.12047: calling self._execute() 11924 1726884985.12174: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.12183: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.12200: variable 'omit' from source: magic vars 11924 1726884985.12584: variable 'storage_test_pool' from source: include params 11924 1726884985.12628: Evaluated conditional (storage_test_pool.raid_level != none): False 11924 1726884985.12636: when evaluation is False, skipping this task 11924 1726884985.12642: _execute() done 11924 1726884985.12648: dumping result to json 11924 1726884985.12656: done dumping result, returning 11924 1726884985.12668: done running TaskExecutor() for managed_node2/TASK: Check RAID chunk size [0affc8a3-6f6f-f4c0-2290-00000000517f] 11924 1726884985.12677: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000517f skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.raid_level != none", "skip_reason": "Conditional result was False" } 11924 1726884985.12828: no more pending results, returning what we have 11924 1726884985.12831: results queue empty 11924 1726884985.12832: checking for any_errors_fatal 11924 1726884985.12842: done checking for any_errors_fatal 11924 1726884985.12843: checking for max_fail_percentage 11924 1726884985.12845: done checking for max_fail_percentage 11924 1726884985.12845: checking to see if all hosts have failed and the running result is not ok 11924 1726884985.12846: done checking to see if all hosts have failed 11924 1726884985.12847: getting the remaining hosts for this loop 11924 1726884985.12849: done getting the remaining hosts for this loop 11924 1726884985.12852: getting the next task for host managed_node2 11924 1726884985.12865: done getting next task for host managed_node2 11924 1726884985.12868: ^ task is: TASK: Reset variables used by tests 11924 1726884985.12876: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884985.12881: getting variables 11924 1726884985.12883: in VariableManager get_vars() 11924 1726884985.12920: Calling all_inventory to load vars for managed_node2 11924 1726884985.12922: Calling groups_inventory to load vars for managed_node2 11924 1726884985.12926: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.12939: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.12942: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.12945: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.13670: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000517f 11924 1726884985.13674: WORKER PROCESS EXITING 11924 1726884985.13758: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.14345: done with get_vars() 11924 1726884985.14363: done getting variables 11924 1726884985.14419: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:25 -0400 (0:00:00.032) 0:02:30.483 ****** 11924 1726884985.14453: entering _queue_task() for managed_node2/set_fact 11924 1726884985.14740: worker is 1 (out of 1 available) 11924 1726884985.14752: exiting _queue_task() for managed_node2/set_fact 11924 1726884985.14767: done queuing things up, now waiting for results queue to drain 11924 1726884985.14769: waiting for pending results... 11924 1726884985.15082: running TaskExecutor() for managed_node2/TASK: Reset variables used by tests 11924 1726884985.15244: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005181 11924 1726884985.15269: variable 'ansible_search_path' from source: unknown 11924 1726884985.15313: calling self._execute() 11924 1726884985.15442: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.15454: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.15471: variable 'omit' from source: magic vars 11924 1726884985.15591: variable 'omit' from source: magic vars 11924 1726884985.15669: variable 'omit' from source: magic vars 11924 1726884985.15707: variable 'omit' from source: magic vars 11924 1726884985.15761: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884985.15805: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884985.15833: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884985.15864: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884985.15883: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884985.15903: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884985.15961: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884985.15967: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884985.15977: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.15986: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.16114: Set connection var ansible_shell_executable to /bin/sh 11924 1726884985.16123: Set connection var ansible_connection to ssh 11924 1726884985.16159: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884985.16162: Set connection var ansible_timeout to 10 11924 1726884985.16165: Set connection var ansible_pipelining to False 11924 1726884985.16167: Set connection var ansible_shell_type to sh 11924 1726884985.16196: variable 'ansible_shell_executable' from source: unknown 11924 1726884985.16204: variable 'ansible_connection' from source: unknown 11924 1726884985.16211: variable 'ansible_module_compression' from source: unknown 11924 1726884985.16285: variable 'ansible_shell_type' from source: unknown 11924 1726884985.16288: variable 'ansible_shell_executable' from source: unknown 11924 1726884985.16290: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.16292: variable 'ansible_pipelining' from source: unknown 11924 1726884985.16294: variable 'ansible_timeout' from source: unknown 11924 1726884985.16297: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.16401: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884985.16420: variable 'omit' from source: magic vars 11924 1726884985.16432: starting attempt loop 11924 1726884985.16439: running the handler 11924 1726884985.16459: handler run complete 11924 1726884985.16474: attempt loop complete, returning result 11924 1726884985.16482: _execute() done 11924 1726884985.16488: dumping result to json 11924 1726884985.16494: done dumping result, returning 11924 1726884985.16513: done running TaskExecutor() for managed_node2/TASK: Reset variables used by tests [0affc8a3-6f6f-f4c0-2290-000000005181] 11924 1726884985.16524: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005181 11924 1726884985.16685: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005181 11924 1726884985.16688: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 11924 1726884985.16779: no more pending results, returning what we have 11924 1726884985.16782: results queue empty 11924 1726884985.16783: checking for any_errors_fatal 11924 1726884985.16797: done checking for any_errors_fatal 11924 1726884985.16798: checking for max_fail_percentage 11924 1726884985.16801: done checking for max_fail_percentage 11924 1726884985.16802: checking to see if all hosts have failed and the running result is not ok 11924 1726884985.16803: done checking to see if all hosts have failed 11924 1726884985.16803: getting the remaining hosts for this loop 11924 1726884985.16806: done getting the remaining hosts for this loop 11924 1726884985.16810: getting the next task for host managed_node2 11924 1726884985.16821: done getting next task for host managed_node2 11924 1726884985.16825: ^ task is: TASK: Check LVM RAID 11924 1726884985.16832: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884985.16838: getting variables 11924 1726884985.16840: in VariableManager get_vars() 11924 1726884985.16882: Calling all_inventory to load vars for managed_node2 11924 1726884985.16885: Calling groups_inventory to load vars for managed_node2 11924 1726884985.16889: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.16899: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.16902: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.16906: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.17676: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.18259: done with get_vars() 11924 1726884985.18275: 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 22:16:25 -0400 (0:00:00.039) 0:02:30.522 ****** 11924 1726884985.18370: entering _queue_task() for managed_node2/include_tasks 11924 1726884985.18762: worker is 1 (out of 1 available) 11924 1726884985.18774: exiting _queue_task() for managed_node2/include_tasks 11924 1726884985.18787: done queuing things up, now waiting for results queue to drain 11924 1726884985.18788: waiting for pending results... 11924 1726884985.19072: running TaskExecutor() for managed_node2/TASK: Check LVM RAID 11924 1726884985.19147: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005127 11924 1726884985.19169: variable 'ansible_search_path' from source: unknown 11924 1726884985.19206: calling self._execute() 11924 1726884985.19329: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.19447: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.19452: variable 'omit' from source: magic vars 11924 1726884985.19477: _execute() done 11924 1726884985.19486: dumping result to json 11924 1726884985.19494: done dumping result, returning 11924 1726884985.19505: done running TaskExecutor() for managed_node2/TASK: Check LVM RAID [0affc8a3-6f6f-f4c0-2290-000000005127] 11924 1726884985.19517: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005127 11924 1726884985.19657: no more pending results, returning what we have 11924 1726884985.19662: in VariableManager get_vars() 11924 1726884985.19711: Calling all_inventory to load vars for managed_node2 11924 1726884985.19714: Calling groups_inventory to load vars for managed_node2 11924 1726884985.19718: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.19732: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.19736: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.19740: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.20526: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005127 11924 1726884985.20529: WORKER PROCESS EXITING 11924 1726884985.20551: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.21497: done with get_vars() 11924 1726884985.21510: variable 'ansible_search_path' from source: unknown 11924 1726884985.21629: variable 'storage_test_pool_subset' from source: include params 11924 1726884985.21662: we have included files to process 11924 1726884985.21664: generating all_blocks data 11924 1726884985.21665: done generating all_blocks data 11924 1726884985.21669: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884985.21670: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884985.21672: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-lvmraid.yml 11924 1726884985.21784: in VariableManager get_vars() 11924 1726884985.21807: done with get_vars() 11924 1726884985.21821: done processing included file 11924 1726884985.21824: iterating over new_blocks loaded from include file 11924 1726884985.21825: in VariableManager get_vars() 11924 1726884985.21841: done with get_vars() 11924 1726884985.21843: filtering new block on tags 11924 1726884985.21872: done filtering new block on tags 11924 1726884985.21875: 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_node2 11924 1726884985.21880: extending task lists for all hosts with included blocks 11924 1726884985.24203: done extending task lists 11924 1726884985.24205: done processing included files 11924 1726884985.24206: results queue empty 11924 1726884985.24206: checking for any_errors_fatal 11924 1726884985.24210: done checking for any_errors_fatal 11924 1726884985.24211: checking for max_fail_percentage 11924 1726884985.24212: done checking for max_fail_percentage 11924 1726884985.24213: checking to see if all hosts have failed and the running result is not ok 11924 1726884985.24213: done checking to see if all hosts have failed 11924 1726884985.24214: getting the remaining hosts for this loop 11924 1726884985.24216: done getting the remaining hosts for this loop 11924 1726884985.24218: getting the next task for host managed_node2 11924 1726884985.24223: done getting next task for host managed_node2 11924 1726884985.24226: ^ task is: TASK: Validate pool member LVM RAID settings 11924 1726884985.24229: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884985.24231: getting variables 11924 1726884985.24232: in VariableManager get_vars() 11924 1726884985.24243: Calling all_inventory to load vars for managed_node2 11924 1726884985.24246: Calling groups_inventory to load vars for managed_node2 11924 1726884985.24248: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.24254: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.24258: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.24261: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.24665: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.25238: done with get_vars() 11924 1726884985.25252: 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 22:16:25 -0400 (0:00:00.069) 0:02:30.592 ****** 11924 1726884985.25347: entering _queue_task() for managed_node2/include_tasks 11924 1726884985.25793: worker is 1 (out of 1 available) 11924 1726884985.25806: exiting _queue_task() for managed_node2/include_tasks 11924 1726884985.25819: done queuing things up, now waiting for results queue to drain 11924 1726884985.25820: waiting for pending results... 11924 1726884985.26048: running TaskExecutor() for managed_node2/TASK: Validate pool member LVM RAID settings 11924 1726884985.26180: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005241 11924 1726884985.26200: variable 'ansible_search_path' from source: unknown 11924 1726884985.26486: variable 'storage_test_pool' from source: include params 11924 1726884985.26744: variable 'omit' from source: magic vars 11924 1726884985.26907: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.26923: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.26941: variable 'omit' from source: magic vars 11924 1726884985.27580: variable 'storage_test_pool' from source: include params 11924 1726884985.27583: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884985.27585: variable 'storage_test_lvmraid_volume' from source: unknown 11924 1726884985.27648: variable 'storage_test_lvmraid_volume' from source: unknown 11924 1726884985.28764: dumping result to json 11924 1726884985.28767: done dumping result, returning 11924 1726884985.28769: done running TaskExecutor() for managed_node2/TASK: Validate pool member LVM RAID settings [0affc8a3-6f6f-f4c0-2290-000000005241] 11924 1726884985.28770: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005241 11924 1726884985.28819: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005241 11924 1726884985.28823: WORKER PROCESS EXITING 11924 1726884985.28922: no more pending results, returning what we have 11924 1726884985.28928: in VariableManager get_vars() 11924 1726884985.28976: Calling all_inventory to load vars for managed_node2 11924 1726884985.28979: Calling groups_inventory to load vars for managed_node2 11924 1726884985.28983: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.28997: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.29001: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.29004: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.30053: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.30671: done with get_vars() 11924 1726884985.30684: variable 'ansible_search_path' from source: unknown 11924 1726884985.30731: we have included files to process 11924 1726884985.30732: generating all_blocks data 11924 1726884985.30733: done generating all_blocks data 11924 1726884985.30735: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884985.30736: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884985.30739: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-lvmraid.yml 11924 1726884985.31471: done processing included file 11924 1726884985.31473: iterating over new_blocks loaded from include file 11924 1726884985.31475: in VariableManager get_vars() 11924 1726884985.31493: done with get_vars() 11924 1726884985.31495: filtering new block on tags 11924 1726884985.31606: done filtering new block on tags 11924 1726884985.31609: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) 11924 1726884985.31620: extending task lists for all hosts with included blocks 11924 1726884985.31799: done extending task lists 11924 1726884985.31801: done processing included files 11924 1726884985.31802: results queue empty 11924 1726884985.31802: checking for any_errors_fatal 11924 1726884985.31806: done checking for any_errors_fatal 11924 1726884985.31807: checking for max_fail_percentage 11924 1726884985.31808: done checking for max_fail_percentage 11924 1726884985.31809: checking to see if all hosts have failed and the running result is not ok 11924 1726884985.31809: done checking to see if all hosts have failed 11924 1726884985.31810: getting the remaining hosts for this loop 11924 1726884985.31812: done getting the remaining hosts for this loop 11924 1726884985.31814: getting the next task for host managed_node2 11924 1726884985.31819: done getting next task for host managed_node2 11924 1726884985.31822: ^ task is: TASK: Get information about the LV 11924 1726884985.31827: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884985.31829: getting variables 11924 1726884985.31830: in VariableManager get_vars() 11924 1726884985.31840: Calling all_inventory to load vars for managed_node2 11924 1726884985.31843: Calling groups_inventory to load vars for managed_node2 11924 1726884985.31845: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.31851: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.31853: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.31857: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.32301: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.32831: done with get_vars() 11924 1726884985.32846: done getting variables 11924 1726884985.32884: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:25 -0400 (0:00:00.075) 0:02:30.668 ****** 11924 1726884985.32916: entering _queue_task() for managed_node2/command 11924 1726884985.33686: worker is 1 (out of 1 available) 11924 1726884985.33698: exiting _queue_task() for managed_node2/command 11924 1726884985.33714: done queuing things up, now waiting for results queue to drain 11924 1726884985.33716: waiting for pending results... 11924 1726884985.34226: running TaskExecutor() for managed_node2/TASK: Get information about the LV 11924 1726884985.34601: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005362 11924 1726884985.34619: variable 'ansible_search_path' from source: unknown 11924 1726884985.34659: calling self._execute() 11924 1726884985.34937: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.34950: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.35139: variable 'omit' from source: magic vars 11924 1726884985.35760: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884985.36561: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884985.36564: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884985.36602: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884985.36761: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884985.36845: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884985.36947: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884985.36974: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884985.36998: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884985.37260: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884985.37395: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884985.37398: when evaluation is False, skipping this task 11924 1726884985.37402: _execute() done 11924 1726884985.37405: dumping result to json 11924 1726884985.37407: done dumping result, returning 11924 1726884985.37661: done running TaskExecutor() for managed_node2/TASK: Get information about the LV [0affc8a3-6f6f-f4c0-2290-000000005362] 11924 1726884985.37664: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005362 11924 1726884985.37742: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005362 11924 1726884985.37746: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884985.37799: no more pending results, returning what we have 11924 1726884985.37802: results queue empty 11924 1726884985.37803: checking for any_errors_fatal 11924 1726884985.37805: done checking for any_errors_fatal 11924 1726884985.37805: checking for max_fail_percentage 11924 1726884985.37807: done checking for max_fail_percentage 11924 1726884985.37808: checking to see if all hosts have failed and the running result is not ok 11924 1726884985.37808: done checking to see if all hosts have failed 11924 1726884985.37809: getting the remaining hosts for this loop 11924 1726884985.37812: done getting the remaining hosts for this loop 11924 1726884985.37815: getting the next task for host managed_node2 11924 1726884985.37824: done getting next task for host managed_node2 11924 1726884985.37827: ^ task is: TASK: Set LV segment type 11924 1726884985.37833: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884985.37838: getting variables 11924 1726884985.37840: in VariableManager get_vars() 11924 1726884985.37882: Calling all_inventory to load vars for managed_node2 11924 1726884985.37885: Calling groups_inventory to load vars for managed_node2 11924 1726884985.37889: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.37900: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.37903: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.37906: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.39210: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.40310: done with get_vars() 11924 1726884985.40329: done getting variables 11924 1726884985.40597: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:25 -0400 (0:00:00.077) 0:02:30.745 ****** 11924 1726884985.40636: entering _queue_task() for managed_node2/set_fact 11924 1726884985.41600: worker is 1 (out of 1 available) 11924 1726884985.41612: exiting _queue_task() for managed_node2/set_fact 11924 1726884985.41625: done queuing things up, now waiting for results queue to drain 11924 1726884985.41627: waiting for pending results... 11924 1726884985.42496: running TaskExecutor() for managed_node2/TASK: Set LV segment type 11924 1726884985.42502: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005363 11924 1726884985.42506: variable 'ansible_search_path' from source: unknown 11924 1726884985.42575: calling self._execute() 11924 1726884985.43028: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.43034: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.43038: variable 'omit' from source: magic vars 11924 1726884985.44064: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884985.44483: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884985.44551: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884985.44598: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884985.44644: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884985.44758: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884985.44797: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884985.44835: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884985.44870: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884985.45036: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884985.45080: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884985.45088: when evaluation is False, skipping this task 11924 1726884985.45102: _execute() done 11924 1726884985.45111: dumping result to json 11924 1726884985.45122: done dumping result, returning 11924 1726884985.45135: done running TaskExecutor() for managed_node2/TASK: Set LV segment type [0affc8a3-6f6f-f4c0-2290-000000005363] 11924 1726884985.45146: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005363 11924 1726884985.45432: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005363 11924 1726884985.45435: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884985.45487: no more pending results, returning what we have 11924 1726884985.45491: results queue empty 11924 1726884985.45492: checking for any_errors_fatal 11924 1726884985.45505: done checking for any_errors_fatal 11924 1726884985.45506: checking for max_fail_percentage 11924 1726884985.45508: done checking for max_fail_percentage 11924 1726884985.45509: checking to see if all hosts have failed and the running result is not ok 11924 1726884985.45510: done checking to see if all hosts have failed 11924 1726884985.45511: getting the remaining hosts for this loop 11924 1726884985.45513: done getting the remaining hosts for this loop 11924 1726884985.45521: getting the next task for host managed_node2 11924 1726884985.45535: done getting next task for host managed_node2 11924 1726884985.45537: ^ task is: TASK: Check segment type 11924 1726884985.45547: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884985.45553: getting variables 11924 1726884985.45556: in VariableManager get_vars() 11924 1726884985.45594: Calling all_inventory to load vars for managed_node2 11924 1726884985.45596: Calling groups_inventory to load vars for managed_node2 11924 1726884985.45600: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.45611: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.45614: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.45619: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.47197: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.48146: done with get_vars() 11924 1726884985.48183: done getting variables 11924 1726884985.48265: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:25 -0400 (0:00:00.076) 0:02:30.821 ****** 11924 1726884985.48300: entering _queue_task() for managed_node2/assert 11924 1726884985.48638: worker is 1 (out of 1 available) 11924 1726884985.48652: exiting _queue_task() for managed_node2/assert 11924 1726884985.48667: done queuing things up, now waiting for results queue to drain 11924 1726884985.48669: waiting for pending results... 11924 1726884985.48976: running TaskExecutor() for managed_node2/TASK: Check segment type 11924 1726884985.49102: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005364 11924 1726884985.49121: variable 'ansible_search_path' from source: unknown 11924 1726884985.49161: calling self._execute() 11924 1726884985.49295: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.49308: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.49325: variable 'omit' from source: magic vars 11924 1726884985.49716: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884985.50061: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884985.50128: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884985.50211: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884985.50557: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884985.50563: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884985.50587: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884985.50620: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884985.50657: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884985.50997: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884985.51033: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884985.51042: when evaluation is False, skipping this task 11924 1726884985.51050: _execute() done 11924 1726884985.51060: dumping result to json 11924 1726884985.51075: done dumping result, returning 11924 1726884985.51097: done running TaskExecutor() for managed_node2/TASK: Check segment type [0affc8a3-6f6f-f4c0-2290-000000005364] 11924 1726884985.51108: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005364 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884985.51311: no more pending results, returning what we have 11924 1726884985.51315: results queue empty 11924 1726884985.51316: checking for any_errors_fatal 11924 1726884985.51326: done checking for any_errors_fatal 11924 1726884985.51327: checking for max_fail_percentage 11924 1726884985.51329: done checking for max_fail_percentage 11924 1726884985.51330: checking to see if all hosts have failed and the running result is not ok 11924 1726884985.51331: done checking to see if all hosts have failed 11924 1726884985.51332: getting the remaining hosts for this loop 11924 1726884985.51334: done getting the remaining hosts for this loop 11924 1726884985.51338: getting the next task for host managed_node2 11924 1726884985.51349: done getting next task for host managed_node2 11924 1726884985.51352: ^ task is: TASK: Set LV stripe size 11924 1726884985.51363: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884985.51368: getting variables 11924 1726884985.51370: in VariableManager get_vars() 11924 1726884985.51410: Calling all_inventory to load vars for managed_node2 11924 1726884985.51413: Calling groups_inventory to load vars for managed_node2 11924 1726884985.51417: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.51429: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.51432: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.51436: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.52162: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005364 11924 1726884985.52166: WORKER PROCESS EXITING 11924 1726884985.52605: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.53403: done with get_vars() 11924 1726884985.53419: done getting variables 11924 1726884985.53473: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:25 -0400 (0:00:00.052) 0:02:30.873 ****** 11924 1726884985.53506: entering _queue_task() for managed_node2/set_fact 11924 1726884985.53809: worker is 1 (out of 1 available) 11924 1726884985.53822: exiting _queue_task() for managed_node2/set_fact 11924 1726884985.53836: done queuing things up, now waiting for results queue to drain 11924 1726884985.53837: waiting for pending results... 11924 1726884985.54146: running TaskExecutor() for managed_node2/TASK: Set LV stripe size 11924 1726884985.54317: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005365 11924 1726884985.54339: variable 'ansible_search_path' from source: unknown 11924 1726884985.54393: calling self._execute() 11924 1726884985.54529: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.54660: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.54664: variable 'omit' from source: magic vars 11924 1726884985.54958: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884985.55462: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884985.55514: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884985.55566: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884985.55862: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884985.55893: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884985.55917: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884985.55942: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884985.56027: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884985.56167: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884985.56215: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884985.56230: when evaluation is False, skipping this task 11924 1726884985.56238: _execute() done 11924 1726884985.56245: dumping result to json 11924 1726884985.56251: done dumping result, returning 11924 1726884985.56265: done running TaskExecutor() for managed_node2/TASK: Set LV stripe size [0affc8a3-6f6f-f4c0-2290-000000005365] 11924 1726884985.56275: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005365 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884985.56458: no more pending results, returning what we have 11924 1726884985.56462: results queue empty 11924 1726884985.56463: checking for any_errors_fatal 11924 1726884985.56474: done checking for any_errors_fatal 11924 1726884985.56475: checking for max_fail_percentage 11924 1726884985.56478: done checking for max_fail_percentage 11924 1726884985.56479: checking to see if all hosts have failed and the running result is not ok 11924 1726884985.56480: done checking to see if all hosts have failed 11924 1726884985.56481: getting the remaining hosts for this loop 11924 1726884985.56483: done getting the remaining hosts for this loop 11924 1726884985.56487: getting the next task for host managed_node2 11924 1726884985.56497: done getting next task for host managed_node2 11924 1726884985.56501: ^ task is: TASK: Parse the requested stripe size 11924 1726884985.56511: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884985.56516: getting variables 11924 1726884985.56518: in VariableManager get_vars() 11924 1726884985.56559: Calling all_inventory to load vars for managed_node2 11924 1726884985.56561: Calling groups_inventory to load vars for managed_node2 11924 1726884985.56565: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.56576: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.56579: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.56582: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.57468: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005365 11924 1726884985.57471: WORKER PROCESS EXITING 11924 1726884985.57552: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.58169: done with get_vars() 11924 1726884985.58186: 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 22:16:25 -0400 (0:00:00.047) 0:02:30.921 ****** 11924 1726884985.58275: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884985.58783: worker is 1 (out of 1 available) 11924 1726884985.58794: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884985.58805: done queuing things up, now waiting for results queue to drain 11924 1726884985.58806: waiting for pending results... 11924 1726884985.58913: running TaskExecutor() for managed_node2/TASK: Parse the requested stripe size 11924 1726884985.59083: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005366 11924 1726884985.59104: variable 'ansible_search_path' from source: unknown 11924 1726884985.59149: calling self._execute() 11924 1726884985.59293: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.59306: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.59323: variable 'omit' from source: magic vars 11924 1726884985.59742: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884985.60053: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884985.60118: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884985.60225: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884985.60229: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884985.60298: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884985.60331: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884985.60366: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884985.60397: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884985.60539: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884985.60580: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884985.60589: when evaluation is False, skipping this task 11924 1726884985.60596: _execute() done 11924 1726884985.60603: dumping result to json 11924 1726884985.60611: done dumping result, returning 11924 1726884985.60622: done running TaskExecutor() for managed_node2/TASK: Parse the requested stripe size [0affc8a3-6f6f-f4c0-2290-000000005366] 11924 1726884985.60662: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005366 11924 1726884985.60983: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005366 11924 1726884985.61162: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884985.61217: no more pending results, returning what we have 11924 1726884985.61221: results queue empty 11924 1726884985.61222: checking for any_errors_fatal 11924 1726884985.61231: done checking for any_errors_fatal 11924 1726884985.61232: checking for max_fail_percentage 11924 1726884985.61234: done checking for max_fail_percentage 11924 1726884985.61235: checking to see if all hosts have failed and the running result is not ok 11924 1726884985.61236: done checking to see if all hosts have failed 11924 1726884985.61236: getting the remaining hosts for this loop 11924 1726884985.61238: done getting the remaining hosts for this loop 11924 1726884985.61242: getting the next task for host managed_node2 11924 1726884985.61251: done getting next task for host managed_node2 11924 1726884985.61254: ^ task is: TASK: Set expected stripe size 11924 1726884985.61268: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884985.61274: getting variables 11924 1726884985.61275: in VariableManager get_vars() 11924 1726884985.61316: Calling all_inventory to load vars for managed_node2 11924 1726884985.61319: Calling groups_inventory to load vars for managed_node2 11924 1726884985.61323: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.61334: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.61337: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.61341: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.62527: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.63138: done with get_vars() 11924 1726884985.63153: done getting variables 11924 1726884985.63210: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:25 -0400 (0:00:00.049) 0:02:30.971 ****** 11924 1726884985.63243: entering _queue_task() for managed_node2/set_fact 11924 1726884985.63537: worker is 1 (out of 1 available) 11924 1726884985.63552: exiting _queue_task() for managed_node2/set_fact 11924 1726884985.63569: done queuing things up, now waiting for results queue to drain 11924 1726884985.63571: waiting for pending results... 11924 1726884985.63817: running TaskExecutor() for managed_node2/TASK: Set expected stripe size 11924 1726884985.63960: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005367 11924 1726884985.63974: variable 'ansible_search_path' from source: unknown 11924 1726884985.64005: calling self._execute() 11924 1726884985.64142: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.64146: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.64168: variable 'omit' from source: magic vars 11924 1726884985.64638: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884985.64935: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884985.65000: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884985.65042: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884985.65094: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884985.65192: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884985.65290: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884985.65294: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884985.65296: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884985.65432: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884985.65470: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884985.65478: when evaluation is False, skipping this task 11924 1726884985.65486: _execute() done 11924 1726884985.65494: dumping result to json 11924 1726884985.65509: done dumping result, returning 11924 1726884985.65521: done running TaskExecutor() for managed_node2/TASK: Set expected stripe size [0affc8a3-6f6f-f4c0-2290-000000005367] 11924 1726884985.65532: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005367 11924 1726884985.65897: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005367 11924 1726884985.65900: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884985.65952: no more pending results, returning what we have 11924 1726884985.65960: results queue empty 11924 1726884985.65961: checking for any_errors_fatal 11924 1726884985.65967: done checking for any_errors_fatal 11924 1726884985.65968: checking for max_fail_percentage 11924 1726884985.65970: done checking for max_fail_percentage 11924 1726884985.65971: checking to see if all hosts have failed and the running result is not ok 11924 1726884985.65972: done checking to see if all hosts have failed 11924 1726884985.65972: getting the remaining hosts for this loop 11924 1726884985.65975: done getting the remaining hosts for this loop 11924 1726884985.65980: getting the next task for host managed_node2 11924 1726884985.65988: done getting next task for host managed_node2 11924 1726884985.65991: ^ task is: TASK: Check stripe size 11924 1726884985.66000: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884985.66005: getting variables 11924 1726884985.66007: in VariableManager get_vars() 11924 1726884985.66047: Calling all_inventory to load vars for managed_node2 11924 1726884985.66050: Calling groups_inventory to load vars for managed_node2 11924 1726884985.66054: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.66068: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.66072: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.66076: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.66762: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.67941: done with get_vars() 11924 1726884985.67959: done getting variables 11924 1726884985.68021: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:25 -0400 (0:00:00.048) 0:02:31.020 ****** 11924 1726884985.68169: entering _queue_task() for managed_node2/assert 11924 1726884985.68807: worker is 1 (out of 1 available) 11924 1726884985.68826: exiting _queue_task() for managed_node2/assert 11924 1726884985.68838: done queuing things up, now waiting for results queue to drain 11924 1726884985.68972: waiting for pending results... 11924 1726884985.69233: running TaskExecutor() for managed_node2/TASK: Check stripe size 11924 1726884985.69734: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005368 11924 1726884985.69738: variable 'ansible_search_path' from source: unknown 11924 1726884985.69742: calling self._execute() 11924 1726884985.70015: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.70024: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.70034: variable 'omit' from source: magic vars 11924 1726884985.70915: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884985.71296: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884985.71361: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884985.71490: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884985.71505: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884985.71686: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884985.71694: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884985.71738: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884985.71771: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884985.71936: variable 'storage_test_lvmraid_volume' from source: include params 11924 1726884985.71974: Evaluated conditional (storage_test_lvmraid_volume.raid_level is not none): False 11924 1726884985.71982: when evaluation is False, skipping this task 11924 1726884985.71990: _execute() done 11924 1726884985.71997: dumping result to json 11924 1726884985.72046: done dumping result, returning 11924 1726884985.72050: done running TaskExecutor() for managed_node2/TASK: Check stripe size [0affc8a3-6f6f-f4c0-2290-000000005368] 11924 1726884985.72053: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005368 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_lvmraid_volume.raid_level is not none", "skip_reason": "Conditional result was False" } 11924 1726884985.72405: no more pending results, returning what we have 11924 1726884985.72409: results queue empty 11924 1726884985.72410: checking for any_errors_fatal 11924 1726884985.72420: done checking for any_errors_fatal 11924 1726884985.72421: checking for max_fail_percentage 11924 1726884985.72423: done checking for max_fail_percentage 11924 1726884985.72424: checking to see if all hosts have failed and the running result is not ok 11924 1726884985.72425: done checking to see if all hosts have failed 11924 1726884985.72425: getting the remaining hosts for this loop 11924 1726884985.72427: done getting the remaining hosts for this loop 11924 1726884985.72431: getting the next task for host managed_node2 11924 1726884985.72444: done getting next task for host managed_node2 11924 1726884985.72447: ^ task is: TASK: Check Thin Pools 11924 1726884985.72452: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884985.72460: getting variables 11924 1726884985.72463: in VariableManager get_vars() 11924 1726884985.72502: Calling all_inventory to load vars for managed_node2 11924 1726884985.72505: Calling groups_inventory to load vars for managed_node2 11924 1726884985.72510: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.72523: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.72526: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.72530: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.73090: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005368 11924 1726884985.73093: WORKER PROCESS EXITING 11924 1726884985.73626: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.74795: done with get_vars() 11924 1726884985.74823: 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 22:16:25 -0400 (0:00:00.068) 0:02:31.089 ****** 11924 1726884985.75051: entering _queue_task() for managed_node2/include_tasks 11924 1726884985.75778: worker is 1 (out of 1 available) 11924 1726884985.75790: exiting _queue_task() for managed_node2/include_tasks 11924 1726884985.75805: done queuing things up, now waiting for results queue to drain 11924 1726884985.75807: waiting for pending results... 11924 1726884985.76108: running TaskExecutor() for managed_node2/TASK: Check Thin Pools 11924 1726884985.76253: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005128 11924 1726884985.76269: variable 'ansible_search_path' from source: unknown 11924 1726884985.76309: calling self._execute() 11924 1726884985.76438: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.76442: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.76454: variable 'omit' from source: magic vars 11924 1726884985.76569: _execute() done 11924 1726884985.76573: dumping result to json 11924 1726884985.76576: done dumping result, returning 11924 1726884985.76584: done running TaskExecutor() for managed_node2/TASK: Check Thin Pools [0affc8a3-6f6f-f4c0-2290-000000005128] 11924 1726884985.76590: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005128 11924 1726884985.76799: no more pending results, returning what we have 11924 1726884985.76804: in VariableManager get_vars() 11924 1726884985.76960: Calling all_inventory to load vars for managed_node2 11924 1726884985.76963: Calling groups_inventory to load vars for managed_node2 11924 1726884985.76966: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.76976: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.76978: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.76980: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.77575: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005128 11924 1726884985.77578: WORKER PROCESS EXITING 11924 1726884985.78411: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.79240: done with get_vars() 11924 1726884985.79322: variable 'ansible_search_path' from source: unknown 11924 1726884985.79489: variable 'storage_test_pool_subset' from source: include params 11924 1726884985.79588: we have included files to process 11924 1726884985.79589: generating all_blocks data 11924 1726884985.79591: done generating all_blocks data 11924 1726884985.79597: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884985.79598: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884985.79601: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-thin.yml 11924 1726884985.79742: in VariableManager get_vars() 11924 1726884985.79776: done with get_vars() 11924 1726884985.79842: done processing included file 11924 1726884985.79844: iterating over new_blocks loaded from include file 11924 1726884985.79846: in VariableManager get_vars() 11924 1726884985.79943: done with get_vars() 11924 1726884985.79945: filtering new block on tags 11924 1726884985.79983: done filtering new block on tags 11924 1726884985.79986: 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_node2 11924 1726884985.79992: extending task lists for all hosts with included blocks 11924 1726884985.83886: done extending task lists 11924 1726884985.83888: done processing included files 11924 1726884985.83889: results queue empty 11924 1726884985.83890: checking for any_errors_fatal 11924 1726884985.83893: done checking for any_errors_fatal 11924 1726884985.83894: checking for max_fail_percentage 11924 1726884985.83895: done checking for max_fail_percentage 11924 1726884985.83896: checking to see if all hosts have failed and the running result is not ok 11924 1726884985.83897: done checking to see if all hosts have failed 11924 1726884985.83898: getting the remaining hosts for this loop 11924 1726884985.83899: done getting the remaining hosts for this loop 11924 1726884985.83906: getting the next task for host managed_node2 11924 1726884985.83912: done getting next task for host managed_node2 11924 1726884985.83914: ^ task is: TASK: Validate pool member thinpool settings 11924 1726884985.83921: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884985.83923: getting variables 11924 1726884985.83924: in VariableManager get_vars() 11924 1726884985.83938: Calling all_inventory to load vars for managed_node2 11924 1726884985.83941: Calling groups_inventory to load vars for managed_node2 11924 1726884985.83943: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.83950: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.83953: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.83957: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.84754: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.86409: done with get_vars() 11924 1726884985.86450: 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 22:16:25 -0400 (0:00:00.115) 0:02:31.205 ****** 11924 1726884985.86619: entering _queue_task() for managed_node2/include_tasks 11924 1726884985.87263: worker is 1 (out of 1 available) 11924 1726884985.87274: exiting _queue_task() for managed_node2/include_tasks 11924 1726884985.87286: done queuing things up, now waiting for results queue to drain 11924 1726884985.87288: waiting for pending results... 11924 1726884985.87528: running TaskExecutor() for managed_node2/TASK: Validate pool member thinpool settings 11924 1726884985.87690: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005397 11924 1726884985.87712: variable 'ansible_search_path' from source: unknown 11924 1726884985.88060: variable 'storage_test_pool' from source: include params 11924 1726884985.88522: variable 'omit' from source: magic vars 11924 1726884985.88715: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884985.88809: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884985.88933: variable 'omit' from source: magic vars 11924 1726884985.89906: variable 'storage_test_pool' from source: include params 11924 1726884985.90013: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884985.90018: variable 'storage_test_thin_volume' from source: unknown 11924 1726884985.90306: variable 'storage_test_thin_volume' from source: unknown 11924 1726884985.91079: dumping result to json 11924 1726884985.91082: done dumping result, returning 11924 1726884985.91085: done running TaskExecutor() for managed_node2/TASK: Validate pool member thinpool settings [0affc8a3-6f6f-f4c0-2290-000000005397] 11924 1726884985.91087: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005397 11924 1726884985.91532: no more pending results, returning what we have 11924 1726884985.91538: in VariableManager get_vars() 11924 1726884985.91592: Calling all_inventory to load vars for managed_node2 11924 1726884985.91595: Calling groups_inventory to load vars for managed_node2 11924 1726884985.91598: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.91618: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.91622: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.91625: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.92229: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005397 11924 1726884985.92233: WORKER PROCESS EXITING 11924 1726884985.93794: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.95080: done with get_vars() 11924 1726884985.95097: variable 'ansible_search_path' from source: unknown 11924 1726884985.95229: we have included files to process 11924 1726884985.95231: generating all_blocks data 11924 1726884985.95233: done generating all_blocks data 11924 1726884985.95235: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884985.95236: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884985.95238: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-thin.yml 11924 1726884985.96267: done processing included file 11924 1726884985.96270: iterating over new_blocks loaded from include file 11924 1726884985.96271: in VariableManager get_vars() 11924 1726884985.96290: done with get_vars() 11924 1726884985.96292: filtering new block on tags 11924 1726884985.96353: done filtering new block on tags 11924 1726884985.96359: in VariableManager get_vars() 11924 1726884985.96383: done with get_vars() 11924 1726884985.96385: filtering new block on tags 11924 1726884985.96421: done filtering new block on tags 11924 1726884985.96424: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) 11924 1726884985.96441: extending task lists for all hosts with included blocks 11924 1726884985.97111: done extending task lists 11924 1726884985.97112: done processing included files 11924 1726884985.97113: results queue empty 11924 1726884985.97113: checking for any_errors_fatal 11924 1726884985.97120: done checking for any_errors_fatal 11924 1726884985.97121: checking for max_fail_percentage 11924 1726884985.97123: done checking for max_fail_percentage 11924 1726884985.97123: checking to see if all hosts have failed and the running result is not ok 11924 1726884985.97124: done checking to see if all hosts have failed 11924 1726884985.97125: getting the remaining hosts for this loop 11924 1726884985.97127: done getting the remaining hosts for this loop 11924 1726884985.97130: getting the next task for host managed_node2 11924 1726884985.97136: done getting next task for host managed_node2 11924 1726884985.97138: ^ task is: TASK: Get information about thinpool 11924 1726884985.97239: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884985.97243: getting variables 11924 1726884985.97244: in VariableManager get_vars() 11924 1726884985.97346: Calling all_inventory to load vars for managed_node2 11924 1726884985.97474: Calling groups_inventory to load vars for managed_node2 11924 1726884985.97496: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884985.97502: Calling all_plugins_play to load vars for managed_node2 11924 1726884985.97511: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884985.97514: Calling groups_plugins_play to load vars for managed_node2 11924 1726884985.98732: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884985.99824: done with get_vars() 11924 1726884985.99838: done getting variables 11924 1726884985.99880: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:25 -0400 (0:00:00.132) 0:02:31.337 ****** 11924 1726884985.99906: entering _queue_task() for managed_node2/command 11924 1726884986.00174: worker is 1 (out of 1 available) 11924 1726884986.00188: exiting _queue_task() for managed_node2/command 11924 1726884986.00202: done queuing things up, now waiting for results queue to drain 11924 1726884986.00204: waiting for pending results... 11924 1726884986.00409: running TaskExecutor() for managed_node2/TASK: Get information about thinpool 11924 1726884986.00513: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000054cb 11924 1726884986.00526: variable 'ansible_search_path' from source: unknown 11924 1726884986.00560: calling self._execute() 11924 1726884986.00667: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.00672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.00682: variable 'omit' from source: magic vars 11924 1726884986.01011: variable 'storage_test_thin_volume' from source: include params 11924 1726884986.01051: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884986.01054: when evaluation is False, skipping this task 11924 1726884986.01059: _execute() done 11924 1726884986.01061: dumping result to json 11924 1726884986.01064: done dumping result, returning 11924 1726884986.01066: done running TaskExecutor() for managed_node2/TASK: Get information about thinpool [0affc8a3-6f6f-f4c0-2290-0000000054cb] 11924 1726884986.01068: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000054cb 11924 1726884986.01183: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000054cb 11924 1726884986.01186: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884986.01267: no more pending results, returning what we have 11924 1726884986.01271: results queue empty 11924 1726884986.01272: checking for any_errors_fatal 11924 1726884986.01273: done checking for any_errors_fatal 11924 1726884986.01274: checking for max_fail_percentage 11924 1726884986.01277: done checking for max_fail_percentage 11924 1726884986.01277: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.01278: done checking to see if all hosts have failed 11924 1726884986.01279: getting the remaining hosts for this loop 11924 1726884986.01281: done getting the remaining hosts for this loop 11924 1726884986.01285: getting the next task for host managed_node2 11924 1726884986.01296: done getting next task for host managed_node2 11924 1726884986.01299: ^ task is: TASK: Check that volume is in correct thinpool (when thinp name is provided) 11924 1726884986.01312: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.01324: getting variables 11924 1726884986.01327: in VariableManager get_vars() 11924 1726884986.01369: Calling all_inventory to load vars for managed_node2 11924 1726884986.01373: Calling groups_inventory to load vars for managed_node2 11924 1726884986.01376: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.01394: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.01398: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.01401: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.01971: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.02559: done with get_vars() 11924 1726884986.02574: done getting variables 11924 1726884986.02629: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:26 -0400 (0:00:00.027) 0:02:31.365 ****** 11924 1726884986.02671: entering _queue_task() for managed_node2/assert 11924 1726884986.03006: worker is 1 (out of 1 available) 11924 1726884986.03018: exiting _queue_task() for managed_node2/assert 11924 1726884986.03031: done queuing things up, now waiting for results queue to drain 11924 1726884986.03033: waiting for pending results... 11924 1726884986.03359: running TaskExecutor() for managed_node2/TASK: Check that volume is in correct thinpool (when thinp name is provided) 11924 1726884986.03462: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000054cc 11924 1726884986.03478: variable 'ansible_search_path' from source: unknown 11924 1726884986.03503: calling self._execute() 11924 1726884986.03601: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.03605: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.03614: variable 'omit' from source: magic vars 11924 1726884986.03903: variable 'storage_test_thin_volume' from source: include params 11924 1726884986.03927: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884986.03931: when evaluation is False, skipping this task 11924 1726884986.03934: _execute() done 11924 1726884986.03936: dumping result to json 11924 1726884986.03939: done dumping result, returning 11924 1726884986.03946: done running TaskExecutor() for managed_node2/TASK: Check that volume is in correct thinpool (when thinp name is provided) [0affc8a3-6f6f-f4c0-2290-0000000054cc] 11924 1726884986.03953: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000054cc 11924 1726884986.04049: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000054cc 11924 1726884986.04052: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884986.04105: no more pending results, returning what we have 11924 1726884986.04108: results queue empty 11924 1726884986.04110: checking for any_errors_fatal 11924 1726884986.04122: done checking for any_errors_fatal 11924 1726884986.04123: checking for max_fail_percentage 11924 1726884986.04124: done checking for max_fail_percentage 11924 1726884986.04125: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.04126: done checking to see if all hosts have failed 11924 1726884986.04127: getting the remaining hosts for this loop 11924 1726884986.04129: done getting the remaining hosts for this loop 11924 1726884986.04132: getting the next task for host managed_node2 11924 1726884986.04140: done getting next task for host managed_node2 11924 1726884986.04142: ^ task is: TASK: Check that volume is in thinpool (when thinp name is not provided) 11924 1726884986.04148: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.04153: getting variables 11924 1726884986.04155: in VariableManager get_vars() 11924 1726884986.04191: Calling all_inventory to load vars for managed_node2 11924 1726884986.04194: Calling groups_inventory to load vars for managed_node2 11924 1726884986.04197: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.04206: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.04209: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.04212: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.04735: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.05206: done with get_vars() 11924 1726884986.05223: done getting variables 11924 1726884986.05291: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:26 -0400 (0:00:00.026) 0:02:31.392 ****** 11924 1726884986.05327: entering _queue_task() for managed_node2/assert 11924 1726884986.05597: worker is 1 (out of 1 available) 11924 1726884986.05610: exiting _queue_task() for managed_node2/assert 11924 1726884986.05627: done queuing things up, now waiting for results queue to drain 11924 1726884986.05629: waiting for pending results... 11924 1726884986.05977: running TaskExecutor() for managed_node2/TASK: Check that volume is in thinpool (when thinp name is not provided) 11924 1726884986.06081: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000054cd 11924 1726884986.06094: variable 'ansible_search_path' from source: unknown 11924 1726884986.06123: calling self._execute() 11924 1726884986.06226: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.06231: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.06239: variable 'omit' from source: magic vars 11924 1726884986.06514: variable 'storage_test_thin_volume' from source: include params 11924 1726884986.06537: Evaluated conditional (storage_test_thin_volume.thin): False 11924 1726884986.06541: when evaluation is False, skipping this task 11924 1726884986.06544: _execute() done 11924 1726884986.06547: dumping result to json 11924 1726884986.06549: done dumping result, returning 11924 1726884986.06557: done running TaskExecutor() for managed_node2/TASK: Check that volume is in thinpool (when thinp name is not provided) [0affc8a3-6f6f-f4c0-2290-0000000054cd] 11924 1726884986.06563: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000054cd 11924 1726884986.06660: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000054cd 11924 1726884986.06663: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_thin_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884986.06710: no more pending results, returning what we have 11924 1726884986.06714: results queue empty 11924 1726884986.06715: checking for any_errors_fatal 11924 1726884986.06724: done checking for any_errors_fatal 11924 1726884986.06724: checking for max_fail_percentage 11924 1726884986.06726: done checking for max_fail_percentage 11924 1726884986.06727: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.06728: done checking to see if all hosts have failed 11924 1726884986.06728: getting the remaining hosts for this loop 11924 1726884986.06730: done getting the remaining hosts for this loop 11924 1726884986.06733: getting the next task for host managed_node2 11924 1726884986.06743: done getting next task for host managed_node2 11924 1726884986.06746: ^ task is: TASK: Reset variable used by test 11924 1726884986.06752: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.06764: getting variables 11924 1726884986.06766: in VariableManager get_vars() 11924 1726884986.06796: Calling all_inventory to load vars for managed_node2 11924 1726884986.06798: Calling groups_inventory to load vars for managed_node2 11924 1726884986.06801: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.06809: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.06812: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.06814: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.07167: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.07523: done with get_vars() 11924 1726884986.07534: done getting variables 11924 1726884986.07575: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:26 -0400 (0:00:00.022) 0:02:31.414 ****** 11924 1726884986.07598: entering _queue_task() for managed_node2/set_fact 11924 1726884986.07798: worker is 1 (out of 1 available) 11924 1726884986.07812: exiting _queue_task() for managed_node2/set_fact 11924 1726884986.07827: done queuing things up, now waiting for results queue to drain 11924 1726884986.07829: waiting for pending results... 11924 1726884986.08005: running TaskExecutor() for managed_node2/TASK: Reset variable used by test 11924 1726884986.08097: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000054cf 11924 1726884986.08109: variable 'ansible_search_path' from source: unknown 11924 1726884986.08137: calling self._execute() 11924 1726884986.08227: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.08231: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.08240: variable 'omit' from source: magic vars 11924 1726884986.08324: variable 'omit' from source: magic vars 11924 1726884986.08368: variable 'omit' from source: magic vars 11924 1726884986.08395: variable 'omit' from source: magic vars 11924 1726884986.08428: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884986.08456: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884986.08475: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884986.08490: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884986.08500: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884986.08515: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884986.08529: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884986.08552: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884986.08557: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.08560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.08644: Set connection var ansible_shell_executable to /bin/sh 11924 1726884986.08648: Set connection var ansible_connection to ssh 11924 1726884986.08651: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884986.08657: Set connection var ansible_timeout to 10 11924 1726884986.08663: Set connection var ansible_pipelining to False 11924 1726884986.08668: Set connection var ansible_shell_type to sh 11924 1726884986.08690: variable 'ansible_shell_executable' from source: unknown 11924 1726884986.08693: variable 'ansible_connection' from source: unknown 11924 1726884986.08697: variable 'ansible_module_compression' from source: unknown 11924 1726884986.08700: variable 'ansible_shell_type' from source: unknown 11924 1726884986.08702: variable 'ansible_shell_executable' from source: unknown 11924 1726884986.08704: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.08708: variable 'ansible_pipelining' from source: unknown 11924 1726884986.08710: variable 'ansible_timeout' from source: unknown 11924 1726884986.08712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.08851: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884986.08861: variable 'omit' from source: magic vars 11924 1726884986.08867: starting attempt loop 11924 1726884986.08869: running the handler 11924 1726884986.08879: handler run complete 11924 1726884986.08887: attempt loop complete, returning result 11924 1726884986.08890: _execute() done 11924 1726884986.08892: dumping result to json 11924 1726884986.08895: done dumping result, returning 11924 1726884986.08902: done running TaskExecutor() for managed_node2/TASK: Reset variable used by test [0affc8a3-6f6f-f4c0-2290-0000000054cf] 11924 1726884986.08907: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000054cf 11924 1726884986.08993: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000054cf 11924 1726884986.08996: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_thin_status": null }, "changed": false } 11924 1726884986.09047: no more pending results, returning what we have 11924 1726884986.09049: results queue empty 11924 1726884986.09050: checking for any_errors_fatal 11924 1726884986.09062: done checking for any_errors_fatal 11924 1726884986.09063: checking for max_fail_percentage 11924 1726884986.09065: done checking for max_fail_percentage 11924 1726884986.09066: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.09067: done checking to see if all hosts have failed 11924 1726884986.09067: getting the remaining hosts for this loop 11924 1726884986.09070: done getting the remaining hosts for this loop 11924 1726884986.09073: getting the next task for host managed_node2 11924 1726884986.09083: done getting next task for host managed_node2 11924 1726884986.09086: ^ task is: TASK: Check member encryption 11924 1726884986.09091: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.09096: getting variables 11924 1726884986.09097: in VariableManager get_vars() 11924 1726884986.09132: Calling all_inventory to load vars for managed_node2 11924 1726884986.09135: Calling groups_inventory to load vars for managed_node2 11924 1726884986.09137: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.09146: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.09148: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.09151: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.09725: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.10282: done with get_vars() 11924 1726884986.10293: 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 22:16:26 -0400 (0:00:00.027) 0:02:31.442 ****** 11924 1726884986.10398: entering _queue_task() for managed_node2/include_tasks 11924 1726884986.10775: worker is 1 (out of 1 available) 11924 1726884986.10795: exiting _queue_task() for managed_node2/include_tasks 11924 1726884986.10808: done queuing things up, now waiting for results queue to drain 11924 1726884986.10810: waiting for pending results... 11924 1726884986.11036: running TaskExecutor() for managed_node2/TASK: Check member encryption 11924 1726884986.11217: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005129 11924 1726884986.11237: variable 'ansible_search_path' from source: unknown 11924 1726884986.11292: calling self._execute() 11924 1726884986.11443: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.11448: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.11451: variable 'omit' from source: magic vars 11924 1726884986.11595: _execute() done 11924 1726884986.11599: dumping result to json 11924 1726884986.11602: done dumping result, returning 11924 1726884986.11605: done running TaskExecutor() for managed_node2/TASK: Check member encryption [0affc8a3-6f6f-f4c0-2290-000000005129] 11924 1726884986.11607: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005129 11924 1726884986.11741: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005129 11924 1726884986.11744: WORKER PROCESS EXITING 11924 1726884986.11789: no more pending results, returning what we have 11924 1726884986.11794: in VariableManager get_vars() 11924 1726884986.11841: Calling all_inventory to load vars for managed_node2 11924 1726884986.11844: Calling groups_inventory to load vars for managed_node2 11924 1726884986.11847: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.11862: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.11872: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.11877: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.12381: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.12896: done with get_vars() 11924 1726884986.12913: variable 'ansible_search_path' from source: unknown 11924 1726884986.13046: variable 'storage_test_pool_subset' from source: include params 11924 1726884986.13074: we have included files to process 11924 1726884986.13077: generating all_blocks data 11924 1726884986.13079: done generating all_blocks data 11924 1726884986.13084: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884986.13085: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884986.13088: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-encryption.yml 11924 1726884986.13312: in VariableManager get_vars() 11924 1726884986.13327: done with get_vars() 11924 1726884986.13370: in VariableManager get_vars() 11924 1726884986.13384: done with get_vars() 11924 1726884986.13463: done processing included file 11924 1726884986.13466: iterating over new_blocks loaded from include file 11924 1726884986.13467: in VariableManager get_vars() 11924 1726884986.13484: done with get_vars() 11924 1726884986.13486: filtering new block on tags 11924 1726884986.13554: done filtering new block on tags 11924 1726884986.13558: 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_node2 11924 1726884986.13562: extending task lists for all hosts with included blocks 11924 1726884986.15328: done extending task lists 11924 1726884986.15330: done processing included files 11924 1726884986.15330: results queue empty 11924 1726884986.15331: checking for any_errors_fatal 11924 1726884986.15333: done checking for any_errors_fatal 11924 1726884986.15334: checking for max_fail_percentage 11924 1726884986.15334: done checking for max_fail_percentage 11924 1726884986.15335: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.15335: done checking to see if all hosts have failed 11924 1726884986.15336: getting the remaining hosts for this loop 11924 1726884986.15337: done getting the remaining hosts for this loop 11924 1726884986.15339: getting the next task for host managed_node2 11924 1726884986.15342: done getting next task for host managed_node2 11924 1726884986.15343: ^ task is: TASK: Set test variables 11924 1726884986.15346: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.15347: getting variables 11924 1726884986.15348: in VariableManager get_vars() 11924 1726884986.15354: Calling all_inventory to load vars for managed_node2 11924 1726884986.15357: Calling groups_inventory to load vars for managed_node2 11924 1726884986.15359: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.15363: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.15364: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.15366: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.15607: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.15929: done with get_vars() 11924 1726884986.15939: done getting variables 11924 1726884986.15968: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:26 -0400 (0:00:00.055) 0:02:31.498 ****** 11924 1726884986.15990: entering _queue_task() for managed_node2/set_fact 11924 1726884986.16216: worker is 1 (out of 1 available) 11924 1726884986.16231: exiting _queue_task() for managed_node2/set_fact 11924 1726884986.16245: done queuing things up, now waiting for results queue to drain 11924 1726884986.16246: waiting for pending results... 11924 1726884986.16448: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884986.16542: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000054f6 11924 1726884986.16553: variable 'ansible_search_path' from source: unknown 11924 1726884986.16582: calling self._execute() 11924 1726884986.16681: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.16688: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.16696: variable 'omit' from source: magic vars 11924 1726884986.16779: variable 'omit' from source: magic vars 11924 1726884986.16825: variable 'omit' from source: magic vars 11924 1726884986.17140: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884986.19728: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884986.19774: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884986.19809: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884986.19850: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884986.19872: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884986.19966: variable 'storage_test_pool' from source: include params 11924 1726884986.20063: variable 'storage_test_pool' from source: include params 11924 1726884986.20084: variable 'omit' from source: magic vars 11924 1726884986.20108: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884986.20134: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884986.20147: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884986.20161: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884986.20170: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884986.20184: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884986.20197: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884986.20223: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884986.20226: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.20228: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.20306: Set connection var ansible_shell_executable to /bin/sh 11924 1726884986.20310: Set connection var ansible_connection to ssh 11924 1726884986.20312: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884986.20321: Set connection var ansible_timeout to 10 11924 1726884986.20324: Set connection var ansible_pipelining to False 11924 1726884986.20340: Set connection var ansible_shell_type to sh 11924 1726884986.20359: variable 'ansible_shell_executable' from source: unknown 11924 1726884986.20363: variable 'ansible_connection' from source: unknown 11924 1726884986.20365: variable 'ansible_module_compression' from source: unknown 11924 1726884986.20368: variable 'ansible_shell_type' from source: unknown 11924 1726884986.20371: variable 'ansible_shell_executable' from source: unknown 11924 1726884986.20373: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.20375: variable 'ansible_pipelining' from source: unknown 11924 1726884986.20377: variable 'ansible_timeout' from source: unknown 11924 1726884986.20386: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.20460: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884986.20469: variable 'omit' from source: magic vars 11924 1726884986.20474: starting attempt loop 11924 1726884986.20477: running the handler 11924 1726884986.20490: handler run complete 11924 1726884986.20496: attempt loop complete, returning result 11924 1726884986.20499: _execute() done 11924 1726884986.20502: dumping result to json 11924 1726884986.20504: done dumping result, returning 11924 1726884986.20511: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-0000000054f6] 11924 1726884986.20519: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000054f6 11924 1726884986.20598: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000054f6 11924 1726884986.20601: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 11924 1726884986.20659: no more pending results, returning what we have 11924 1726884986.20662: results queue empty 11924 1726884986.20663: checking for any_errors_fatal 11924 1726884986.20664: done checking for any_errors_fatal 11924 1726884986.20665: checking for max_fail_percentage 11924 1726884986.20667: done checking for max_fail_percentage 11924 1726884986.20668: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.20668: done checking to see if all hosts have failed 11924 1726884986.20669: getting the remaining hosts for this loop 11924 1726884986.20671: done getting the remaining hosts for this loop 11924 1726884986.20674: getting the next task for host managed_node2 11924 1726884986.20683: done getting next task for host managed_node2 11924 1726884986.20686: ^ task is: TASK: Validate pool member LUKS settings 11924 1726884986.20692: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.20696: getting variables 11924 1726884986.20698: in VariableManager get_vars() 11924 1726884986.20740: Calling all_inventory to load vars for managed_node2 11924 1726884986.20748: Calling groups_inventory to load vars for managed_node2 11924 1726884986.20751: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.20763: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.20765: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.20768: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.21297: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.21898: done with get_vars() 11924 1726884986.21909: 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 22:16:26 -0400 (0:00:00.059) 0:02:31.558 ****** 11924 1726884986.21986: entering _queue_task() for managed_node2/include_tasks 11924 1726884986.22206: worker is 1 (out of 1 available) 11924 1726884986.22221: exiting _queue_task() for managed_node2/include_tasks 11924 1726884986.22235: done queuing things up, now waiting for results queue to drain 11924 1726884986.22237: waiting for pending results... 11924 1726884986.22439: running TaskExecutor() for managed_node2/TASK: Validate pool member LUKS settings 11924 1726884986.22585: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000054f7 11924 1726884986.22607: variable 'ansible_search_path' from source: unknown 11924 1726884986.22657: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884986.22897: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884986.22953: dumping result to json 11924 1726884986.22961: done dumping result, returning 11924 1726884986.22980: done running TaskExecutor() for managed_node2/TASK: Validate pool member LUKS settings [0affc8a3-6f6f-f4c0-2290-0000000054f7] 11924 1726884986.23005: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000054f7 11924 1726884986.23103: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000054f7 11924 1726884986.23106: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884986.23176: no more pending results, returning what we have 11924 1726884986.23179: results queue empty 11924 1726884986.23180: checking for any_errors_fatal 11924 1726884986.23185: done checking for any_errors_fatal 11924 1726884986.23186: checking for max_fail_percentage 11924 1726884986.23188: done checking for max_fail_percentage 11924 1726884986.23189: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.23189: done checking to see if all hosts have failed 11924 1726884986.23190: getting the remaining hosts for this loop 11924 1726884986.23191: done getting the remaining hosts for this loop 11924 1726884986.23197: getting the next task for host managed_node2 11924 1726884986.23203: done getting next task for host managed_node2 11924 1726884986.23206: ^ task is: TASK: Validate pool member crypttab entries 11924 1726884986.23211: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.23214: getting variables 11924 1726884986.23218: in VariableManager get_vars() 11924 1726884986.23248: Calling all_inventory to load vars for managed_node2 11924 1726884986.23251: Calling groups_inventory to load vars for managed_node2 11924 1726884986.23253: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.23264: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.23266: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.23269: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.23693: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.24182: done with get_vars() 11924 1726884986.24198: 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 22:16:26 -0400 (0:00:00.023) 0:02:31.581 ****** 11924 1726884986.24301: entering _queue_task() for managed_node2/include_tasks 11924 1726884986.24546: worker is 1 (out of 1 available) 11924 1726884986.24562: exiting _queue_task() for managed_node2/include_tasks 11924 1726884986.24577: done queuing things up, now waiting for results queue to drain 11924 1726884986.24579: waiting for pending results... 11924 1726884986.24976: running TaskExecutor() for managed_node2/TASK: Validate pool member crypttab entries 11924 1726884986.25043: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000054f9 11924 1726884986.25054: variable 'ansible_search_path' from source: unknown 11924 1726884986.25093: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884986.25258: variable '_storage_test_pool_pvs' from source: set_fact 11924 1726884986.25315: dumping result to json 11924 1726884986.25321: done dumping result, returning 11924 1726884986.25324: done running TaskExecutor() for managed_node2/TASK: Validate pool member crypttab entries [0affc8a3-6f6f-f4c0-2290-0000000054f9] 11924 1726884986.25326: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000054f9 11924 1726884986.25431: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000054f9 11924 1726884986.25434: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884986.25481: no more pending results, returning what we have 11924 1726884986.25484: results queue empty 11924 1726884986.25485: checking for any_errors_fatal 11924 1726884986.25491: done checking for any_errors_fatal 11924 1726884986.25492: checking for max_fail_percentage 11924 1726884986.25493: done checking for max_fail_percentage 11924 1726884986.25494: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.25495: done checking to see if all hosts have failed 11924 1726884986.25495: getting the remaining hosts for this loop 11924 1726884986.25497: done getting the remaining hosts for this loop 11924 1726884986.25501: getting the next task for host managed_node2 11924 1726884986.25508: done getting next task for host managed_node2 11924 1726884986.25510: ^ task is: TASK: Clear test variables 11924 1726884986.25519: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.25522: getting variables 11924 1726884986.25524: in VariableManager get_vars() 11924 1726884986.25552: Calling all_inventory to load vars for managed_node2 11924 1726884986.25554: Calling groups_inventory to load vars for managed_node2 11924 1726884986.25558: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.25567: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.25570: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.25572: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.25916: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.26295: done with get_vars() 11924 1726884986.26304: done getting variables 11924 1726884986.26342: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:26 -0400 (0:00:00.020) 0:02:31.602 ****** 11924 1726884986.26369: entering _queue_task() for managed_node2/set_fact 11924 1726884986.26566: worker is 1 (out of 1 available) 11924 1726884986.26579: exiting _queue_task() for managed_node2/set_fact 11924 1726884986.26598: done queuing things up, now waiting for results queue to drain 11924 1726884986.26603: waiting for pending results... 11924 1726884986.26799: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884986.26878: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000054fb 11924 1726884986.26891: variable 'ansible_search_path' from source: unknown 11924 1726884986.26919: calling self._execute() 11924 1726884986.27064: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.27095: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.27106: variable 'omit' from source: magic vars 11924 1726884986.27224: variable 'omit' from source: magic vars 11924 1726884986.27296: variable 'omit' from source: magic vars 11924 1726884986.27365: variable 'omit' from source: magic vars 11924 1726884986.27387: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884986.27415: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884986.27432: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884986.27446: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884986.27457: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884986.27472: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884986.27485: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884986.27520: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884986.27523: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.27526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.27658: Set connection var ansible_shell_executable to /bin/sh 11924 1726884986.27661: Set connection var ansible_connection to ssh 11924 1726884986.27664: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884986.27670: Set connection var ansible_timeout to 10 11924 1726884986.27675: Set connection var ansible_pipelining to False 11924 1726884986.27680: Set connection var ansible_shell_type to sh 11924 1726884986.27708: variable 'ansible_shell_executable' from source: unknown 11924 1726884986.27719: variable 'ansible_connection' from source: unknown 11924 1726884986.27726: variable 'ansible_module_compression' from source: unknown 11924 1726884986.27731: variable 'ansible_shell_type' from source: unknown 11924 1726884986.27735: variable 'ansible_shell_executable' from source: unknown 11924 1726884986.27737: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.27739: variable 'ansible_pipelining' from source: unknown 11924 1726884986.27741: variable 'ansible_timeout' from source: unknown 11924 1726884986.27743: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.27896: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884986.27905: variable 'omit' from source: magic vars 11924 1726884986.27910: starting attempt loop 11924 1726884986.27913: running the handler 11924 1726884986.27928: handler run complete 11924 1726884986.27936: attempt loop complete, returning result 11924 1726884986.27938: _execute() done 11924 1726884986.27941: dumping result to json 11924 1726884986.27943: done dumping result, returning 11924 1726884986.27950: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-0000000054fb] 11924 1726884986.27957: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000054fb 11924 1726884986.28036: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000054fb 11924 1726884986.28039: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_crypttab_key_file": null }, "changed": false } 11924 1726884986.28094: no more pending results, returning what we have 11924 1726884986.28097: results queue empty 11924 1726884986.28098: checking for any_errors_fatal 11924 1726884986.28106: done checking for any_errors_fatal 11924 1726884986.28107: checking for max_fail_percentage 11924 1726884986.28108: done checking for max_fail_percentage 11924 1726884986.28110: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.28111: done checking to see if all hosts have failed 11924 1726884986.28111: getting the remaining hosts for this loop 11924 1726884986.28113: done getting the remaining hosts for this loop 11924 1726884986.28117: getting the next task for host managed_node2 11924 1726884986.28125: done getting next task for host managed_node2 11924 1726884986.28128: ^ task is: TASK: Check VDO 11924 1726884986.28133: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.28138: getting variables 11924 1726884986.28139: in VariableManager get_vars() 11924 1726884986.28171: Calling all_inventory to load vars for managed_node2 11924 1726884986.28174: Calling groups_inventory to load vars for managed_node2 11924 1726884986.28177: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.28184: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.28187: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.28189: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.29096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.29719: done with get_vars() 11924 1726884986.29730: 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 22:16:26 -0400 (0:00:00.034) 0:02:31.636 ****** 11924 1726884986.29795: entering _queue_task() for managed_node2/include_tasks 11924 1726884986.29999: worker is 1 (out of 1 available) 11924 1726884986.30013: exiting _queue_task() for managed_node2/include_tasks 11924 1726884986.30030: done queuing things up, now waiting for results queue to drain 11924 1726884986.30032: waiting for pending results... 11924 1726884986.30227: running TaskExecutor() for managed_node2/TASK: Check VDO 11924 1726884986.30306: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000512a 11924 1726884986.30319: variable 'ansible_search_path' from source: unknown 11924 1726884986.30344: calling self._execute() 11924 1726884986.30438: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.30442: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.30451: variable 'omit' from source: magic vars 11924 1726884986.30540: _execute() done 11924 1726884986.30544: dumping result to json 11924 1726884986.30546: done dumping result, returning 11924 1726884986.30552: done running TaskExecutor() for managed_node2/TASK: Check VDO [0affc8a3-6f6f-f4c0-2290-00000000512a] 11924 1726884986.30558: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000512a 11924 1726884986.30652: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000512a 11924 1726884986.30657: WORKER PROCESS EXITING 11924 1726884986.30706: no more pending results, returning what we have 11924 1726884986.30711: in VariableManager get_vars() 11924 1726884986.30751: Calling all_inventory to load vars for managed_node2 11924 1726884986.30753: Calling groups_inventory to load vars for managed_node2 11924 1726884986.30758: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.30767: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.30770: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.30772: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.31093: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.31556: done with get_vars() 11924 1726884986.31568: variable 'ansible_search_path' from source: unknown 11924 1726884986.31688: variable 'storage_test_pool_subset' from source: include params 11924 1726884986.31720: we have included files to process 11924 1726884986.31722: generating all_blocks data 11924 1726884986.31724: done generating all_blocks data 11924 1726884986.31730: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884986.31731: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884986.31733: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-members-vdo.yml 11924 1726884986.31841: in VariableManager get_vars() 11924 1726884986.31864: done with get_vars() 11924 1726884986.31877: done processing included file 11924 1726884986.31879: iterating over new_blocks loaded from include file 11924 1726884986.31880: in VariableManager get_vars() 11924 1726884986.31894: done with get_vars() 11924 1726884986.31895: filtering new block on tags 11924 1726884986.31917: done filtering new block on tags 11924 1726884986.31919: 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_node2 11924 1726884986.31923: extending task lists for all hosts with included blocks 11924 1726884986.34871: done extending task lists 11924 1726884986.34873: done processing included files 11924 1726884986.34873: results queue empty 11924 1726884986.34874: checking for any_errors_fatal 11924 1726884986.34879: done checking for any_errors_fatal 11924 1726884986.34880: checking for max_fail_percentage 11924 1726884986.34881: done checking for max_fail_percentage 11924 1726884986.34882: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.34882: done checking to see if all hosts have failed 11924 1726884986.34883: getting the remaining hosts for this loop 11924 1726884986.34885: done getting the remaining hosts for this loop 11924 1726884986.34887: getting the next task for host managed_node2 11924 1726884986.34893: done getting next task for host managed_node2 11924 1726884986.34895: ^ task is: TASK: Validate pool member VDO settings 11924 1726884986.34899: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.34901: getting variables 11924 1726884986.34903: in VariableManager get_vars() 11924 1726884986.34915: Calling all_inventory to load vars for managed_node2 11924 1726884986.34918: Calling groups_inventory to load vars for managed_node2 11924 1726884986.34920: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.34926: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.34929: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.34932: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.35354: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.35894: done with get_vars() 11924 1726884986.35908: 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 22:16:26 -0400 (0:00:00.062) 0:02:31.698 ****** 11924 1726884986.36001: entering _queue_task() for managed_node2/include_tasks 11924 1726884986.36345: worker is 1 (out of 1 available) 11924 1726884986.36359: exiting _queue_task() for managed_node2/include_tasks 11924 1726884986.36375: done queuing things up, now waiting for results queue to drain 11924 1726884986.36377: waiting for pending results... 11924 1726884986.36780: running TaskExecutor() for managed_node2/TASK: Validate pool member VDO settings 11924 1726884986.36814: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000564b 11924 1726884986.36835: variable 'ansible_search_path' from source: unknown 11924 1726884986.37103: variable 'storage_test_pool' from source: include params 11924 1726884986.37344: variable 'omit' from source: magic vars 11924 1726884986.37505: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.37519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.37537: variable 'omit' from source: magic vars 11924 1726884986.37777: variable 'storage_test_pool' from source: include params 11924 1726884986.37852: Evaluated conditional (storage_test_pool.type == 'lvm'): True 11924 1726884986.37856: variable 'storage_test_vdo_volume' from source: unknown 11924 1726884986.37921: variable 'storage_test_vdo_volume' from source: unknown 11924 1726884986.38466: dumping result to json 11924 1726884986.38470: done dumping result, returning 11924 1726884986.38473: done running TaskExecutor() for managed_node2/TASK: Validate pool member VDO settings [0affc8a3-6f6f-f4c0-2290-00000000564b] 11924 1726884986.38476: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000564b 11924 1726884986.38526: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000564b 11924 1726884986.38531: WORKER PROCESS EXITING 11924 1726884986.38622: no more pending results, returning what we have 11924 1726884986.38627: in VariableManager get_vars() 11924 1726884986.38671: Calling all_inventory to load vars for managed_node2 11924 1726884986.38674: Calling groups_inventory to load vars for managed_node2 11924 1726884986.38677: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.38689: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.38692: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.38695: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.45950: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.46512: done with get_vars() 11924 1726884986.46526: variable 'ansible_search_path' from source: unknown 11924 1726884986.46571: we have included files to process 11924 1726884986.46572: generating all_blocks data 11924 1726884986.46573: done generating all_blocks data 11924 1726884986.46574: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884986.46575: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884986.46577: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-member-vdo.yml 11924 1726884986.47270: done processing included file 11924 1726884986.47272: iterating over new_blocks loaded from include file 11924 1726884986.47273: in VariableManager get_vars() 11924 1726884986.47288: done with get_vars() 11924 1726884986.47290: filtering new block on tags 11924 1726884986.47371: done filtering new block on tags 11924 1726884986.47375: in VariableManager get_vars() 11924 1726884986.47392: done with get_vars() 11924 1726884986.47394: filtering new block on tags 11924 1726884986.47420: done filtering new block on tags 11924 1726884986.47422: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) 11924 1726884986.47432: extending task lists for all hosts with included blocks 11924 1726884986.47653: done extending task lists 11924 1726884986.47657: done processing included files 11924 1726884986.47657: results queue empty 11924 1726884986.47658: checking for any_errors_fatal 11924 1726884986.47662: done checking for any_errors_fatal 11924 1726884986.47663: checking for max_fail_percentage 11924 1726884986.47664: done checking for max_fail_percentage 11924 1726884986.47665: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.47666: done checking to see if all hosts have failed 11924 1726884986.47667: getting the remaining hosts for this loop 11924 1726884986.47668: done getting the remaining hosts for this loop 11924 1726884986.47671: getting the next task for host managed_node2 11924 1726884986.47676: done getting next task for host managed_node2 11924 1726884986.47678: ^ task is: TASK: Get information about VDO deduplication 11924 1726884986.47682: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.47685: getting variables 11924 1726884986.47686: in VariableManager get_vars() 11924 1726884986.47695: Calling all_inventory to load vars for managed_node2 11924 1726884986.47698: Calling groups_inventory to load vars for managed_node2 11924 1726884986.47700: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.47705: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.47713: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.47717: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.48118: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.48682: done with get_vars() 11924 1726884986.48694: done getting variables 11924 1726884986.48730: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:26 -0400 (0:00:00.127) 0:02:31.826 ****** 11924 1726884986.48762: entering _queue_task() for managed_node2/command 11924 1726884986.49105: worker is 1 (out of 1 available) 11924 1726884986.49117: exiting _queue_task() for managed_node2/command 11924 1726884986.49131: done queuing things up, now waiting for results queue to drain 11924 1726884986.49133: waiting for pending results... 11924 1726884986.49486: running TaskExecutor() for managed_node2/TASK: Get information about VDO deduplication 11924 1726884986.49763: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000057c3 11924 1726884986.49767: variable 'ansible_search_path' from source: unknown 11924 1726884986.49770: calling self._execute() 11924 1726884986.49846: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.49861: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.49876: variable 'omit' from source: magic vars 11924 1726884986.50324: variable 'storage_test_vdo_volume' from source: include params 11924 1726884986.50363: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884986.50370: when evaluation is False, skipping this task 11924 1726884986.50378: _execute() done 11924 1726884986.50385: dumping result to json 11924 1726884986.50392: done dumping result, returning 11924 1726884986.50403: done running TaskExecutor() for managed_node2/TASK: Get information about VDO deduplication [0affc8a3-6f6f-f4c0-2290-0000000057c3] 11924 1726884986.50412: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057c3 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884986.50711: no more pending results, returning what we have 11924 1726884986.50715: results queue empty 11924 1726884986.50716: checking for any_errors_fatal 11924 1726884986.50718: done checking for any_errors_fatal 11924 1726884986.50718: checking for max_fail_percentage 11924 1726884986.50720: done checking for max_fail_percentage 11924 1726884986.50721: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.50722: done checking to see if all hosts have failed 11924 1726884986.50722: getting the remaining hosts for this loop 11924 1726884986.50724: done getting the remaining hosts for this loop 11924 1726884986.50729: getting the next task for host managed_node2 11924 1726884986.50740: done getting next task for host managed_node2 11924 1726884986.50743: ^ task is: TASK: Check if VDO deduplication is off 11924 1726884986.50751: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.50759: getting variables 11924 1726884986.50761: in VariableManager get_vars() 11924 1726884986.50799: Calling all_inventory to load vars for managed_node2 11924 1726884986.50802: Calling groups_inventory to load vars for managed_node2 11924 1726884986.50805: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.50818: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.50821: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.50824: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.51369: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057c3 11924 1726884986.51373: WORKER PROCESS EXITING 11924 1726884986.51543: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.52157: done with get_vars() 11924 1726884986.52172: done getting variables 11924 1726884986.52230: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:26 -0400 (0:00:00.035) 0:02:31.861 ****** 11924 1726884986.52268: entering _queue_task() for managed_node2/assert 11924 1726884986.52571: worker is 1 (out of 1 available) 11924 1726884986.52582: exiting _queue_task() for managed_node2/assert 11924 1726884986.52595: done queuing things up, now waiting for results queue to drain 11924 1726884986.52597: waiting for pending results... 11924 1726884986.52911: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off 11924 1726884986.53094: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000057c4 11924 1726884986.53115: variable 'ansible_search_path' from source: unknown 11924 1726884986.53162: calling self._execute() 11924 1726884986.53296: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.53305: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.53320: variable 'omit' from source: magic vars 11924 1726884986.53787: variable 'storage_test_vdo_volume' from source: include params 11924 1726884986.53825: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884986.53833: when evaluation is False, skipping this task 11924 1726884986.53840: _execute() done 11924 1726884986.53847: dumping result to json 11924 1726884986.53854: done dumping result, returning 11924 1726884986.53866: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-f4c0-2290-0000000057c4] 11924 1726884986.53876: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057c4 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884986.54109: no more pending results, returning what we have 11924 1726884986.54113: results queue empty 11924 1726884986.54114: checking for any_errors_fatal 11924 1726884986.54127: done checking for any_errors_fatal 11924 1726884986.54128: checking for max_fail_percentage 11924 1726884986.54130: done checking for max_fail_percentage 11924 1726884986.54131: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.54132: done checking to see if all hosts have failed 11924 1726884986.54133: getting the remaining hosts for this loop 11924 1726884986.54135: done getting the remaining hosts for this loop 11924 1726884986.54140: getting the next task for host managed_node2 11924 1726884986.54150: done getting next task for host managed_node2 11924 1726884986.54154: ^ task is: TASK: Check if VDO deduplication is on 11924 1726884986.54165: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.54170: getting variables 11924 1726884986.54172: in VariableManager get_vars() 11924 1726884986.54214: Calling all_inventory to load vars for managed_node2 11924 1726884986.54217: Calling groups_inventory to load vars for managed_node2 11924 1726884986.54221: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.54233: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.54237: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.54240: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.54971: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057c4 11924 1726884986.54974: WORKER PROCESS EXITING 11924 1726884986.55017: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.55632: done with get_vars() 11924 1726884986.55645: done getting variables 11924 1726884986.55699: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:26 -0400 (0:00:00.034) 0:02:31.896 ****** 11924 1726884986.55731: entering _queue_task() for managed_node2/assert 11924 1726884986.56035: worker is 1 (out of 1 available) 11924 1726884986.56048: exiting _queue_task() for managed_node2/assert 11924 1726884986.56263: done queuing things up, now waiting for results queue to drain 11924 1726884986.56265: waiting for pending results... 11924 1726884986.56387: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on 11924 1726884986.56566: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000057c5 11924 1726884986.56589: variable 'ansible_search_path' from source: unknown 11924 1726884986.56632: calling self._execute() 11924 1726884986.56781: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.56793: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.56810: variable 'omit' from source: magic vars 11924 1726884986.57312: variable 'storage_test_vdo_volume' from source: include params 11924 1726884986.57351: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884986.57363: when evaluation is False, skipping this task 11924 1726884986.57374: _execute() done 11924 1726884986.57386: dumping result to json 11924 1726884986.57395: done dumping result, returning 11924 1726884986.57405: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-f4c0-2290-0000000057c5] 11924 1726884986.57418: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057c5 11924 1726884986.57763: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057c5 11924 1726884986.57766: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884986.57811: no more pending results, returning what we have 11924 1726884986.57815: results queue empty 11924 1726884986.57816: checking for any_errors_fatal 11924 1726884986.57822: done checking for any_errors_fatal 11924 1726884986.57823: checking for max_fail_percentage 11924 1726884986.57824: done checking for max_fail_percentage 11924 1726884986.57825: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.57826: done checking to see if all hosts have failed 11924 1726884986.57827: getting the remaining hosts for this loop 11924 1726884986.57829: done getting the remaining hosts for this loop 11924 1726884986.57832: getting the next task for host managed_node2 11924 1726884986.57841: done getting next task for host managed_node2 11924 1726884986.57844: ^ task is: TASK: Get information about VDO compression 11924 1726884986.57851: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.57857: getting variables 11924 1726884986.57859: in VariableManager get_vars() 11924 1726884986.57893: Calling all_inventory to load vars for managed_node2 11924 1726884986.57896: Calling groups_inventory to load vars for managed_node2 11924 1726884986.57900: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.57911: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.57914: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.57918: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.58534: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.59100: done with get_vars() 11924 1726884986.59115: done getting variables 11924 1726884986.59173: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:26 -0400 (0:00:00.034) 0:02:31.931 ****** 11924 1726884986.59211: entering _queue_task() for managed_node2/command 11924 1726884986.59501: worker is 1 (out of 1 available) 11924 1726884986.59513: exiting _queue_task() for managed_node2/command 11924 1726884986.59525: done queuing things up, now waiting for results queue to drain 11924 1726884986.59527: waiting for pending results... 11924 1726884986.59834: running TaskExecutor() for managed_node2/TASK: Get information about VDO compression 11924 1726884986.59997: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000057c6 11924 1726884986.60017: variable 'ansible_search_path' from source: unknown 11924 1726884986.60058: calling self._execute() 11924 1726884986.60192: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.60207: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.60224: variable 'omit' from source: magic vars 11924 1726884986.60694: variable 'storage_test_vdo_volume' from source: include params 11924 1726884986.60728: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884986.60736: when evaluation is False, skipping this task 11924 1726884986.60747: _execute() done 11924 1726884986.60754: dumping result to json 11924 1726884986.60764: done dumping result, returning 11924 1726884986.60774: done running TaskExecutor() for managed_node2/TASK: Get information about VDO compression [0affc8a3-6f6f-f4c0-2290-0000000057c6] 11924 1726884986.60784: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057c6 11924 1726884986.60926: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057c6 11924 1726884986.60930: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884986.61018: no more pending results, returning what we have 11924 1726884986.61023: results queue empty 11924 1726884986.61024: checking for any_errors_fatal 11924 1726884986.61037: done checking for any_errors_fatal 11924 1726884986.61038: checking for max_fail_percentage 11924 1726884986.61040: done checking for max_fail_percentage 11924 1726884986.61041: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.61042: done checking to see if all hosts have failed 11924 1726884986.61042: getting the remaining hosts for this loop 11924 1726884986.61045: done getting the remaining hosts for this loop 11924 1726884986.61049: getting the next task for host managed_node2 11924 1726884986.61062: done getting next task for host managed_node2 11924 1726884986.61065: ^ task is: TASK: Check if VDO deduplication is off 11924 1726884986.61075: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.61081: getting variables 11924 1726884986.61083: in VariableManager get_vars() 11924 1726884986.61127: Calling all_inventory to load vars for managed_node2 11924 1726884986.61131: Calling groups_inventory to load vars for managed_node2 11924 1726884986.61134: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.61149: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.61152: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.61413: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.61966: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.62550: done with get_vars() 11924 1726884986.62569: done getting variables 11924 1726884986.62624: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:26 -0400 (0:00:00.034) 0:02:31.965 ****** 11924 1726884986.62668: entering _queue_task() for managed_node2/assert 11924 1726884986.63007: worker is 1 (out of 1 available) 11924 1726884986.63020: exiting _queue_task() for managed_node2/assert 11924 1726884986.63034: done queuing things up, now waiting for results queue to drain 11924 1726884986.63036: waiting for pending results... 11924 1726884986.63476: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off 11924 1726884986.63500: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000057c7 11924 1726884986.63522: variable 'ansible_search_path' from source: unknown 11924 1726884986.63566: calling self._execute() 11924 1726884986.63705: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.63718: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.63733: variable 'omit' from source: magic vars 11924 1726884986.64207: variable 'storage_test_vdo_volume' from source: include params 11924 1726884986.64251: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884986.64262: when evaluation is False, skipping this task 11924 1726884986.64334: _execute() done 11924 1726884986.64338: dumping result to json 11924 1726884986.64340: done dumping result, returning 11924 1726884986.64342: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is off [0affc8a3-6f6f-f4c0-2290-0000000057c7] 11924 1726884986.64345: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057c7 11924 1726884986.64414: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057c7 11924 1726884986.64418: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884986.64486: no more pending results, returning what we have 11924 1726884986.64490: results queue empty 11924 1726884986.64491: checking for any_errors_fatal 11924 1726884986.64499: done checking for any_errors_fatal 11924 1726884986.64500: checking for max_fail_percentage 11924 1726884986.64502: done checking for max_fail_percentage 11924 1726884986.64503: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.64504: done checking to see if all hosts have failed 11924 1726884986.64505: getting the remaining hosts for this loop 11924 1726884986.64507: done getting the remaining hosts for this loop 11924 1726884986.64512: getting the next task for host managed_node2 11924 1726884986.64521: done getting next task for host managed_node2 11924 1726884986.64524: ^ task is: TASK: Check if VDO deduplication is on 11924 1726884986.64533: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.64538: getting variables 11924 1726884986.64540: in VariableManager get_vars() 11924 1726884986.64583: Calling all_inventory to load vars for managed_node2 11924 1726884986.64587: Calling groups_inventory to load vars for managed_node2 11924 1726884986.64591: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.64605: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.64609: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.64612: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.65817: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.66379: done with get_vars() 11924 1726884986.66395: done getting variables 11924 1726884986.66454: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:26 -0400 (0:00:00.038) 0:02:32.003 ****** 11924 1726884986.66491: entering _queue_task() for managed_node2/assert 11924 1726884986.66822: worker is 1 (out of 1 available) 11924 1726884986.66834: exiting _queue_task() for managed_node2/assert 11924 1726884986.66846: done queuing things up, now waiting for results queue to drain 11924 1726884986.66848: waiting for pending results... 11924 1726884986.67275: running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on 11924 1726884986.67314: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000057c8 11924 1726884986.67334: variable 'ansible_search_path' from source: unknown 11924 1726884986.67376: calling self._execute() 11924 1726884986.67506: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.67517: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.67531: variable 'omit' from source: magic vars 11924 1726884986.67978: variable 'storage_test_vdo_volume' from source: include params 11924 1726884986.68022: Evaluated conditional (storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none): False 11924 1726884986.68031: when evaluation is False, skipping this task 11924 1726884986.68041: _execute() done 11924 1726884986.68050: dumping result to json 11924 1726884986.68060: done dumping result, returning 11924 1726884986.68128: done running TaskExecutor() for managed_node2/TASK: Check if VDO deduplication is on [0affc8a3-6f6f-f4c0-2290-0000000057c8] 11924 1726884986.68131: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057c8 11924 1726884986.68211: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057c8 11924 1726884986.68214: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_vdo_volume.deduplication != none or storage_test_vdo_volume.compression != none", "skip_reason": "Conditional result was False" } 11924 1726884986.68284: no more pending results, returning what we have 11924 1726884986.68289: results queue empty 11924 1726884986.68290: checking for any_errors_fatal 11924 1726884986.68302: done checking for any_errors_fatal 11924 1726884986.68303: checking for max_fail_percentage 11924 1726884986.68305: done checking for max_fail_percentage 11924 1726884986.68306: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.68307: done checking to see if all hosts have failed 11924 1726884986.68307: getting the remaining hosts for this loop 11924 1726884986.68309: done getting the remaining hosts for this loop 11924 1726884986.68313: getting the next task for host managed_node2 11924 1726884986.68326: done getting next task for host managed_node2 11924 1726884986.68329: ^ task is: TASK: Clear test variables 11924 1726884986.68339: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.68344: getting variables 11924 1726884986.68347: in VariableManager get_vars() 11924 1726884986.68391: Calling all_inventory to load vars for managed_node2 11924 1726884986.68394: Calling groups_inventory to load vars for managed_node2 11924 1726884986.68398: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.68411: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.68414: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.68417: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.69258: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.69868: done with get_vars() 11924 1726884986.69884: done getting variables 11924 1726884986.69941: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:26 -0400 (0:00:00.034) 0:02:32.038 ****** 11924 1726884986.69984: entering _queue_task() for managed_node2/set_fact 11924 1726884986.70282: worker is 1 (out of 1 available) 11924 1726884986.70295: exiting _queue_task() for managed_node2/set_fact 11924 1726884986.70307: done queuing things up, now waiting for results queue to drain 11924 1726884986.70309: waiting for pending results... 11924 1726884986.70683: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884986.70785: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000057ca 11924 1726884986.70815: variable 'ansible_search_path' from source: unknown 11924 1726884986.70852: calling self._execute() 11924 1726884986.70971: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.70976: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.70979: variable 'omit' from source: magic vars 11924 1726884986.71067: variable 'omit' from source: magic vars 11924 1726884986.71114: variable 'omit' from source: magic vars 11924 1726884986.71138: variable 'omit' from source: magic vars 11924 1726884986.71174: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884986.71209: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884986.71225: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884986.71239: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884986.71249: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884986.71265: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884986.71277: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884986.71304: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884986.71307: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.71311: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.71394: Set connection var ansible_shell_executable to /bin/sh 11924 1726884986.71397: Set connection var ansible_connection to ssh 11924 1726884986.71401: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884986.71409: Set connection var ansible_timeout to 10 11924 1726884986.71412: Set connection var ansible_pipelining to False 11924 1726884986.71420: Set connection var ansible_shell_type to sh 11924 1726884986.71441: variable 'ansible_shell_executable' from source: unknown 11924 1726884986.71444: variable 'ansible_connection' from source: unknown 11924 1726884986.71447: variable 'ansible_module_compression' from source: unknown 11924 1726884986.71450: variable 'ansible_shell_type' from source: unknown 11924 1726884986.71452: variable 'ansible_shell_executable' from source: unknown 11924 1726884986.71456: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.71459: variable 'ansible_pipelining' from source: unknown 11924 1726884986.71461: variable 'ansible_timeout' from source: unknown 11924 1726884986.71466: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.71574: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884986.71584: variable 'omit' from source: magic vars 11924 1726884986.71589: starting attempt loop 11924 1726884986.71592: running the handler 11924 1726884986.71602: handler run complete 11924 1726884986.71611: attempt loop complete, returning result 11924 1726884986.71613: _execute() done 11924 1726884986.71616: dumping result to json 11924 1726884986.71622: done dumping result, returning 11924 1726884986.71626: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-0000000057ca] 11924 1726884986.71634: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057ca 11924 1726884986.71715: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057ca 11924 1726884986.71720: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_vdo_status": null }, "changed": false } 11924 1726884986.71805: no more pending results, returning what we have 11924 1726884986.71808: results queue empty 11924 1726884986.71808: checking for any_errors_fatal 11924 1726884986.71818: done checking for any_errors_fatal 11924 1726884986.71819: checking for max_fail_percentage 11924 1726884986.71821: done checking for max_fail_percentage 11924 1726884986.71822: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.71822: done checking to see if all hosts have failed 11924 1726884986.71823: getting the remaining hosts for this loop 11924 1726884986.71825: done getting the remaining hosts for this loop 11924 1726884986.71828: getting the next task for host managed_node2 11924 1726884986.71838: done getting next task for host managed_node2 11924 1726884986.71841: ^ task is: TASK: Check Stratis 11924 1726884986.71853: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.71859: getting variables 11924 1726884986.71861: in VariableManager get_vars() 11924 1726884986.71889: Calling all_inventory to load vars for managed_node2 11924 1726884986.71891: Calling groups_inventory to load vars for managed_node2 11924 1726884986.71894: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.71902: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.71905: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.71907: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.72254: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.72648: done with get_vars() 11924 1726884986.72664: 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 22:16:26 -0400 (0:00:00.027) 0:02:32.066 ****** 11924 1726884986.72754: entering _queue_task() for managed_node2/include_tasks 11924 1726884986.73016: worker is 1 (out of 1 available) 11924 1726884986.73029: exiting _queue_task() for managed_node2/include_tasks 11924 1726884986.73042: done queuing things up, now waiting for results queue to drain 11924 1726884986.73044: waiting for pending results... 11924 1726884986.73421: running TaskExecutor() for managed_node2/TASK: Check Stratis 11924 1726884986.73466: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000512b 11924 1726884986.73478: variable 'ansible_search_path' from source: unknown 11924 1726884986.73512: calling self._execute() 11924 1726884986.73635: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.73639: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.73658: variable 'omit' from source: magic vars 11924 1726884986.73784: _execute() done 11924 1726884986.73788: dumping result to json 11924 1726884986.73790: done dumping result, returning 11924 1726884986.73795: done running TaskExecutor() for managed_node2/TASK: Check Stratis [0affc8a3-6f6f-f4c0-2290-00000000512b] 11924 1726884986.73800: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000512b 11924 1726884986.73922: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000512b 11924 1726884986.73926: WORKER PROCESS EXITING 11924 1726884986.73953: no more pending results, returning what we have 11924 1726884986.73960: in VariableManager get_vars() 11924 1726884986.74003: Calling all_inventory to load vars for managed_node2 11924 1726884986.74006: Calling groups_inventory to load vars for managed_node2 11924 1726884986.74009: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.74025: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.74028: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.74031: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.74374: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.74719: done with get_vars() 11924 1726884986.74728: variable 'ansible_search_path' from source: unknown 11924 1726884986.74823: variable 'storage_test_pool_subset' from source: include params 11924 1726884986.74844: we have included files to process 11924 1726884986.74845: generating all_blocks data 11924 1726884986.74847: done generating all_blocks data 11924 1726884986.74856: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884986.74857: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884986.74859: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/verify-pool-stratis.yml 11924 1726884986.75283: done processing included file 11924 1726884986.75285: iterating over new_blocks loaded from include file 11924 1726884986.75286: in VariableManager get_vars() 11924 1726884986.75297: done with get_vars() 11924 1726884986.75298: filtering new block on tags 11924 1726884986.75347: done filtering new block on tags 11924 1726884986.75349: in VariableManager get_vars() 11924 1726884986.75360: done with get_vars() 11924 1726884986.75361: filtering new block on tags 11924 1726884986.75375: done filtering new block on tags 11924 1726884986.75376: 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_node2 11924 1726884986.75380: extending task lists for all hosts with included blocks 11924 1726884986.77928: done extending task lists 11924 1726884986.77929: done processing included files 11924 1726884986.77929: results queue empty 11924 1726884986.77930: checking for any_errors_fatal 11924 1726884986.77933: done checking for any_errors_fatal 11924 1726884986.77934: checking for max_fail_percentage 11924 1726884986.77935: done checking for max_fail_percentage 11924 1726884986.77936: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.77936: done checking to see if all hosts have failed 11924 1726884986.77937: getting the remaining hosts for this loop 11924 1726884986.77938: done getting the remaining hosts for this loop 11924 1726884986.77940: getting the next task for host managed_node2 11924 1726884986.77943: done getting next task for host managed_node2 11924 1726884986.77945: ^ task is: TASK: Run 'stratis report' 11924 1726884986.77948: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.77949: getting variables 11924 1726884986.77950: in VariableManager get_vars() 11924 1726884986.77959: Calling all_inventory to load vars for managed_node2 11924 1726884986.77960: Calling groups_inventory to load vars for managed_node2 11924 1726884986.77962: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.77966: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.77968: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.77969: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.78222: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.78549: done with get_vars() 11924 1726884986.78560: done getting variables 11924 1726884986.78591: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:26 -0400 (0:00:00.058) 0:02:32.125 ****** 11924 1726884986.78613: entering _queue_task() for managed_node2/command 11924 1726884986.78930: worker is 1 (out of 1 available) 11924 1726884986.78942: exiting _queue_task() for managed_node2/command 11924 1726884986.79173: done queuing things up, now waiting for results queue to drain 11924 1726884986.79175: waiting for pending results... 11924 1726884986.79305: running TaskExecutor() for managed_node2/TASK: Run 'stratis report' 11924 1726884986.79363: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000057fa 11924 1726884986.79376: variable 'ansible_search_path' from source: unknown 11924 1726884986.79420: calling self._execute() 11924 1726884986.79546: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.79551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.79565: variable 'omit' from source: magic vars 11924 1726884986.79963: variable 'storage_test_pool' from source: include params 11924 1726884986.80006: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884986.80014: when evaluation is False, skipping this task 11924 1726884986.80026: _execute() done 11924 1726884986.80034: dumping result to json 11924 1726884986.80040: done dumping result, returning 11924 1726884986.80048: done running TaskExecutor() for managed_node2/TASK: Run 'stratis report' [0affc8a3-6f6f-f4c0-2290-0000000057fa] 11924 1726884986.80078: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057fa skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884986.80315: no more pending results, returning what we have 11924 1726884986.80324: results queue empty 11924 1726884986.80325: checking for any_errors_fatal 11924 1726884986.80327: done checking for any_errors_fatal 11924 1726884986.80328: checking for max_fail_percentage 11924 1726884986.80330: done checking for max_fail_percentage 11924 1726884986.80331: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.80333: done checking to see if all hosts have failed 11924 1726884986.80333: getting the remaining hosts for this loop 11924 1726884986.80336: done getting the remaining hosts for this loop 11924 1726884986.80340: getting the next task for host managed_node2 11924 1726884986.80350: done getting next task for host managed_node2 11924 1726884986.80353: ^ task is: TASK: Get information about Stratis 11924 1726884986.80364: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.80369: getting variables 11924 1726884986.80371: in VariableManager get_vars() 11924 1726884986.80409: Calling all_inventory to load vars for managed_node2 11924 1726884986.80412: Calling groups_inventory to load vars for managed_node2 11924 1726884986.80415: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.80432: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.80435: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.80437: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.80970: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057fa 11924 1726884986.80976: WORKER PROCESS EXITING 11924 1726884986.81334: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.81668: done with get_vars() 11924 1726884986.81678: done getting variables 11924 1726884986.81722: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:26 -0400 (0:00:00.031) 0:02:32.156 ****** 11924 1726884986.81745: entering _queue_task() for managed_node2/set_fact 11924 1726884986.81960: worker is 1 (out of 1 available) 11924 1726884986.81973: exiting _queue_task() for managed_node2/set_fact 11924 1726884986.81987: done queuing things up, now waiting for results queue to drain 11924 1726884986.81988: waiting for pending results... 11924 1726884986.82192: running TaskExecutor() for managed_node2/TASK: Get information about Stratis 11924 1726884986.82284: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000057fb 11924 1726884986.82295: variable 'ansible_search_path' from source: unknown 11924 1726884986.82328: calling self._execute() 11924 1726884986.82424: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.82430: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.82440: variable 'omit' from source: magic vars 11924 1726884986.82786: variable 'storage_test_pool' from source: include params 11924 1726884986.82819: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884986.82823: when evaluation is False, skipping this task 11924 1726884986.82826: _execute() done 11924 1726884986.82829: dumping result to json 11924 1726884986.82832: done dumping result, returning 11924 1726884986.82836: done running TaskExecutor() for managed_node2/TASK: Get information about Stratis [0affc8a3-6f6f-f4c0-2290-0000000057fb] 11924 1726884986.82838: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057fb 11924 1726884986.83040: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057fb 11924 1726884986.83043: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884986.83224: no more pending results, returning what we have 11924 1726884986.83228: results queue empty 11924 1726884986.83228: checking for any_errors_fatal 11924 1726884986.83236: done checking for any_errors_fatal 11924 1726884986.83237: checking for max_fail_percentage 11924 1726884986.83238: done checking for max_fail_percentage 11924 1726884986.83239: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.83240: done checking to see if all hosts have failed 11924 1726884986.83240: getting the remaining hosts for this loop 11924 1726884986.83242: done getting the remaining hosts for this loop 11924 1726884986.83245: getting the next task for host managed_node2 11924 1726884986.83252: done getting next task for host managed_node2 11924 1726884986.83254: ^ task is: TASK: Verify that the pools was created 11924 1726884986.83263: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.83267: getting variables 11924 1726884986.83268: in VariableManager get_vars() 11924 1726884986.83298: Calling all_inventory to load vars for managed_node2 11924 1726884986.83300: Calling groups_inventory to load vars for managed_node2 11924 1726884986.83303: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.83314: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.83316: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.83319: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.83846: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.84209: done with get_vars() 11924 1726884986.84220: done getting variables 11924 1726884986.84265: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:26 -0400 (0:00:00.025) 0:02:32.181 ****** 11924 1726884986.84288: entering _queue_task() for managed_node2/assert 11924 1726884986.84497: worker is 1 (out of 1 available) 11924 1726884986.84511: exiting _queue_task() for managed_node2/assert 11924 1726884986.84524: done queuing things up, now waiting for results queue to drain 11924 1726884986.84526: waiting for pending results... 11924 1726884986.84731: running TaskExecutor() for managed_node2/TASK: Verify that the pools was created 11924 1726884986.84826: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000057fc 11924 1726884986.84839: variable 'ansible_search_path' from source: unknown 11924 1726884986.84871: calling self._execute() 11924 1726884986.84974: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.84978: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.84989: variable 'omit' from source: magic vars 11924 1726884986.85301: variable 'storage_test_pool' from source: include params 11924 1726884986.85334: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884986.85338: when evaluation is False, skipping this task 11924 1726884986.85341: _execute() done 11924 1726884986.85344: dumping result to json 11924 1726884986.85346: done dumping result, returning 11924 1726884986.85352: done running TaskExecutor() for managed_node2/TASK: Verify that the pools was created [0affc8a3-6f6f-f4c0-2290-0000000057fc] 11924 1726884986.85359: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057fc 11924 1726884986.85445: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057fc 11924 1726884986.85448: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884986.85499: no more pending results, returning what we have 11924 1726884986.85503: results queue empty 11924 1726884986.85503: checking for any_errors_fatal 11924 1726884986.85511: done checking for any_errors_fatal 11924 1726884986.85512: checking for max_fail_percentage 11924 1726884986.85513: done checking for max_fail_percentage 11924 1726884986.85514: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.85515: done checking to see if all hosts have failed 11924 1726884986.85515: getting the remaining hosts for this loop 11924 1726884986.85517: done getting the remaining hosts for this loop 11924 1726884986.85521: getting the next task for host managed_node2 11924 1726884986.85528: done getting next task for host managed_node2 11924 1726884986.85531: ^ task is: TASK: Verify that encryption is correctly set 11924 1726884986.85536: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.85540: getting variables 11924 1726884986.85542: in VariableManager get_vars() 11924 1726884986.85577: Calling all_inventory to load vars for managed_node2 11924 1726884986.85580: Calling groups_inventory to load vars for managed_node2 11924 1726884986.85583: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.85593: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.85595: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.85598: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.85951: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.86298: done with get_vars() 11924 1726884986.86309: done getting variables 11924 1726884986.86350: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:26 -0400 (0:00:00.020) 0:02:32.202 ****** 11924 1726884986.86374: entering _queue_task() for managed_node2/assert 11924 1726884986.86570: worker is 1 (out of 1 available) 11924 1726884986.86583: exiting _queue_task() for managed_node2/assert 11924 1726884986.86596: done queuing things up, now waiting for results queue to drain 11924 1726884986.86598: waiting for pending results... 11924 1726884986.86801: running TaskExecutor() for managed_node2/TASK: Verify that encryption is correctly set 11924 1726884986.86890: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000057fd 11924 1726884986.86901: variable 'ansible_search_path' from source: unknown 11924 1726884986.86936: calling self._execute() 11924 1726884986.87075: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.87079: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.87095: variable 'omit' from source: magic vars 11924 1726884986.87597: variable 'storage_test_pool' from source: include params 11924 1726884986.87634: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884986.87638: when evaluation is False, skipping this task 11924 1726884986.87641: _execute() done 11924 1726884986.87644: dumping result to json 11924 1726884986.87647: done dumping result, returning 11924 1726884986.87697: done running TaskExecutor() for managed_node2/TASK: Verify that encryption is correctly set [0affc8a3-6f6f-f4c0-2290-0000000057fd] 11924 1726884986.87702: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057fd 11924 1726884986.87793: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057fd 11924 1726884986.87798: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884986.87853: no more pending results, returning what we have 11924 1726884986.87863: results queue empty 11924 1726884986.87865: checking for any_errors_fatal 11924 1726884986.87873: done checking for any_errors_fatal 11924 1726884986.87874: checking for max_fail_percentage 11924 1726884986.87876: done checking for max_fail_percentage 11924 1726884986.87877: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.87878: done checking to see if all hosts have failed 11924 1726884986.87879: getting the remaining hosts for this loop 11924 1726884986.87881: done getting the remaining hosts for this loop 11924 1726884986.87885: getting the next task for host managed_node2 11924 1726884986.87893: done getting next task for host managed_node2 11924 1726884986.87896: ^ task is: TASK: Verify that Clevis/Tang encryption is correctly set 11924 1726884986.87904: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.87913: getting variables 11924 1726884986.87915: in VariableManager get_vars() 11924 1726884986.87951: Calling all_inventory to load vars for managed_node2 11924 1726884986.87954: Calling groups_inventory to load vars for managed_node2 11924 1726884986.87962: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.87972: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.87975: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.87978: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.88479: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.89032: done with get_vars() 11924 1726884986.89046: done getting variables 11924 1726884986.89111: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:26 -0400 (0:00:00.027) 0:02:32.230 ****** 11924 1726884986.89145: entering _queue_task() for managed_node2/assert 11924 1726884986.89432: worker is 1 (out of 1 available) 11924 1726884986.89444: exiting _queue_task() for managed_node2/assert 11924 1726884986.89565: done queuing things up, now waiting for results queue to drain 11924 1726884986.89567: waiting for pending results... 11924 1726884986.89858: running TaskExecutor() for managed_node2/TASK: Verify that Clevis/Tang encryption is correctly set 11924 1726884986.90048: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000057fe 11924 1726884986.90053: variable 'ansible_search_path' from source: unknown 11924 1726884986.90083: calling self._execute() 11924 1726884986.90194: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.90197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.90207: variable 'omit' from source: magic vars 11924 1726884986.90628: variable 'storage_test_pool' from source: include params 11924 1726884986.90683: Evaluated conditional (storage_test_pool.type == 'stratis'): False 11924 1726884986.90687: when evaluation is False, skipping this task 11924 1726884986.90690: _execute() done 11924 1726884986.90693: dumping result to json 11924 1726884986.90695: done dumping result, returning 11924 1726884986.90698: done running TaskExecutor() for managed_node2/TASK: Verify that Clevis/Tang encryption is correctly set [0affc8a3-6f6f-f4c0-2290-0000000057fe] 11924 1726884986.90709: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057fe 11924 1726884986.90835: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000057fe 11924 1726884986.90838: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_pool.type == 'stratis'", "skip_reason": "Conditional result was False" } 11924 1726884986.90895: no more pending results, returning what we have 11924 1726884986.90899: results queue empty 11924 1726884986.90900: checking for any_errors_fatal 11924 1726884986.90912: done checking for any_errors_fatal 11924 1726884986.90913: checking for max_fail_percentage 11924 1726884986.90914: done checking for max_fail_percentage 11924 1726884986.90915: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.90916: done checking to see if all hosts have failed 11924 1726884986.90917: getting the remaining hosts for this loop 11924 1726884986.90919: done getting the remaining hosts for this loop 11924 1726884986.90924: getting the next task for host managed_node2 11924 1726884986.90939: done getting next task for host managed_node2 11924 1726884986.90941: ^ task is: TASK: Reset variable used by test 11924 1726884986.90947: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.90951: getting variables 11924 1726884986.90953: in VariableManager get_vars() 11924 1726884986.90992: Calling all_inventory to load vars for managed_node2 11924 1726884986.90994: Calling groups_inventory to load vars for managed_node2 11924 1726884986.90998: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.91008: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.91011: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.91013: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.91441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.91873: done with get_vars() 11924 1726884986.91884: done getting variables 11924 1726884986.91942: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:26 -0400 (0:00:00.028) 0:02:32.258 ****** 11924 1726884986.91971: entering _queue_task() for managed_node2/set_fact 11924 1726884986.92177: worker is 1 (out of 1 available) 11924 1726884986.92188: exiting _queue_task() for managed_node2/set_fact 11924 1726884986.92206: done queuing things up, now waiting for results queue to drain 11924 1726884986.92208: waiting for pending results... 11924 1726884986.92472: running TaskExecutor() for managed_node2/TASK: Reset variable used by test 11924 1726884986.92564: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005800 11924 1726884986.92578: variable 'ansible_search_path' from source: unknown 11924 1726884986.92605: calling self._execute() 11924 1726884986.92703: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.92707: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.92719: variable 'omit' from source: magic vars 11924 1726884986.92809: variable 'omit' from source: magic vars 11924 1726884986.92849: variable 'omit' from source: magic vars 11924 1726884986.92875: variable 'omit' from source: magic vars 11924 1726884986.92912: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884986.92942: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884986.92959: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884986.92974: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884986.92987: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884986.93001: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884986.93013: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884986.93039: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884986.93043: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.93046: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.93131: Set connection var ansible_shell_executable to /bin/sh 11924 1726884986.93136: Set connection var ansible_connection to ssh 11924 1726884986.93139: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884986.93142: Set connection var ansible_timeout to 10 11924 1726884986.93148: Set connection var ansible_pipelining to False 11924 1726884986.93153: Set connection var ansible_shell_type to sh 11924 1726884986.93177: variable 'ansible_shell_executable' from source: unknown 11924 1726884986.93180: variable 'ansible_connection' from source: unknown 11924 1726884986.93183: variable 'ansible_module_compression' from source: unknown 11924 1726884986.93185: variable 'ansible_shell_type' from source: unknown 11924 1726884986.93188: variable 'ansible_shell_executable' from source: unknown 11924 1726884986.93190: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.93196: variable 'ansible_pipelining' from source: unknown 11924 1726884986.93199: variable 'ansible_timeout' from source: unknown 11924 1726884986.93201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.93305: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884986.93316: variable 'omit' from source: magic vars 11924 1726884986.93322: starting attempt loop 11924 1726884986.93325: running the handler 11924 1726884986.93334: handler run complete 11924 1726884986.93341: attempt loop complete, returning result 11924 1726884986.93344: _execute() done 11924 1726884986.93346: dumping result to json 11924 1726884986.93349: done dumping result, returning 11924 1726884986.93358: done running TaskExecutor() for managed_node2/TASK: Reset variable used by test [0affc8a3-6f6f-f4c0-2290-000000005800] 11924 1726884986.93363: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005800 11924 1726884986.93442: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005800 11924 1726884986.93445: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_stratis_report": null }, "changed": false } 11924 1726884986.93498: no more pending results, returning what we have 11924 1726884986.93501: results queue empty 11924 1726884986.93501: checking for any_errors_fatal 11924 1726884986.93509: done checking for any_errors_fatal 11924 1726884986.93510: checking for max_fail_percentage 11924 1726884986.93511: done checking for max_fail_percentage 11924 1726884986.93512: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.93513: done checking to see if all hosts have failed 11924 1726884986.93513: getting the remaining hosts for this loop 11924 1726884986.93515: done getting the remaining hosts for this loop 11924 1726884986.93521: getting the next task for host managed_node2 11924 1726884986.93530: done getting next task for host managed_node2 11924 1726884986.93532: ^ task is: TASK: Clean up test variables 11924 1726884986.93537: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 11924 1726884986.93541: getting variables 11924 1726884986.93543: in VariableManager get_vars() 11924 1726884986.93591: Calling all_inventory to load vars for managed_node2 11924 1726884986.93594: Calling groups_inventory to load vars for managed_node2 11924 1726884986.93597: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.93605: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.93607: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.93610: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.93951: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.94296: done with get_vars() 11924 1726884986.94306: done getting variables 11924 1726884986.94344: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:26 -0400 (0:00:00.023) 0:02:32.282 ****** 11924 1726884986.94373: entering _queue_task() for managed_node2/set_fact 11924 1726884986.94552: worker is 1 (out of 1 available) 11924 1726884986.94565: exiting _queue_task() for managed_node2/set_fact 11924 1726884986.94579: done queuing things up, now waiting for results queue to drain 11924 1726884986.94581: waiting for pending results... 11924 1726884986.94862: running TaskExecutor() for managed_node2/TASK: Clean up test variables 11924 1726884986.95013: in run() - task 0affc8a3-6f6f-f4c0-2290-00000000512c 11924 1726884986.95029: variable 'ansible_search_path' from source: unknown 11924 1726884986.95068: calling self._execute() 11924 1726884986.95222: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.95227: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.95248: variable 'omit' from source: magic vars 11924 1726884986.95390: variable 'omit' from source: magic vars 11924 1726884986.95446: variable 'omit' from source: magic vars 11924 1726884986.95508: variable 'omit' from source: magic vars 11924 1726884986.95541: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884986.95620: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884986.95623: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884986.95639: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884986.95671: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884986.95675: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884986.95717: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884986.95742: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884986.95747: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.95750: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.95875: Set connection var ansible_shell_executable to /bin/sh 11924 1726884986.95878: Set connection var ansible_connection to ssh 11924 1726884986.95881: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884986.95883: Set connection var ansible_timeout to 10 11924 1726884986.95894: Set connection var ansible_pipelining to False 11924 1726884986.95897: Set connection var ansible_shell_type to sh 11924 1726884986.95923: variable 'ansible_shell_executable' from source: unknown 11924 1726884986.95926: variable 'ansible_connection' from source: unknown 11924 1726884986.95947: variable 'ansible_module_compression' from source: unknown 11924 1726884986.95951: variable 'ansible_shell_type' from source: unknown 11924 1726884986.95953: variable 'ansible_shell_executable' from source: unknown 11924 1726884986.95960: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.95963: variable 'ansible_pipelining' from source: unknown 11924 1726884986.95965: variable 'ansible_timeout' from source: unknown 11924 1726884986.95967: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.96159: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884986.96163: variable 'omit' from source: magic vars 11924 1726884986.96166: starting attempt loop 11924 1726884986.96169: running the handler 11924 1726884986.96171: handler run complete 11924 1726884986.96189: attempt loop complete, returning result 11924 1726884986.96192: _execute() done 11924 1726884986.96194: dumping result to json 11924 1726884986.96196: done dumping result, returning 11924 1726884986.96198: done running TaskExecutor() for managed_node2/TASK: Clean up test variables [0affc8a3-6f6f-f4c0-2290-00000000512c] 11924 1726884986.96200: sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000512c 11924 1726884986.96327: done sending task result for task 0affc8a3-6f6f-f4c0-2290-00000000512c 11924 1726884986.96330: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 11924 1726884986.96431: no more pending results, returning what we have 11924 1726884986.96434: results queue empty 11924 1726884986.96435: checking for any_errors_fatal 11924 1726884986.96440: done checking for any_errors_fatal 11924 1726884986.96440: checking for max_fail_percentage 11924 1726884986.96442: done checking for max_fail_percentage 11924 1726884986.96443: checking to see if all hosts have failed and the running result is not ok 11924 1726884986.96443: done checking to see if all hosts have failed 11924 1726884986.96444: getting the remaining hosts for this loop 11924 1726884986.96445: done getting the remaining hosts for this loop 11924 1726884986.96449: getting the next task for host managed_node2 11924 1726884986.96459: done getting next task for host managed_node2 11924 1726884986.96462: ^ task is: TASK: Verify the volumes 11924 1726884986.96468: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884986.96472: getting variables 11924 1726884986.96474: in VariableManager get_vars() 11924 1726884986.96501: Calling all_inventory to load vars for managed_node2 11924 1726884986.96503: Calling groups_inventory to load vars for managed_node2 11924 1726884986.96506: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884986.96517: Calling all_plugins_play to load vars for managed_node2 11924 1726884986.96524: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884986.96529: Calling groups_plugins_play to load vars for managed_node2 11924 1726884986.97345: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884986.97698: done with get_vars() 11924 1726884986.97708: 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 22:16:26 -0400 (0:00:00.034) 0:02:32.316 ****** 11924 1726884986.97774: entering _queue_task() for managed_node2/include_tasks 11924 1726884986.97972: worker is 1 (out of 1 available) 11924 1726884986.97984: exiting _queue_task() for managed_node2/include_tasks 11924 1726884986.97997: done queuing things up, now waiting for results queue to drain 11924 1726884986.97999: waiting for pending results... 11924 1726884986.98206: running TaskExecutor() for managed_node2/TASK: Verify the volumes 11924 1726884986.98304: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005130 11924 1726884986.98315: variable 'ansible_search_path' from source: unknown 11924 1726884986.98523: variable 'storage_test_pool' from source: include params 11924 1726884986.98821: variable 'omit' from source: magic vars 11924 1726884986.99053: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884986.99060: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884986.99063: variable 'omit' from source: magic vars 11924 1726884986.99211: variable 'storage_test_volume' from source: unknown 11924 1726884986.99399: variable 'storage_test_volume' from source: unknown 11924 1726884987.00025: dumping result to json 11924 1726884987.00029: done dumping result, returning 11924 1726884987.00032: done running TaskExecutor() for managed_node2/TASK: Verify the volumes [0affc8a3-6f6f-f4c0-2290-000000005130] 11924 1726884987.00034: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005130 11924 1726884987.00373: no more pending results, returning what we have 11924 1726884987.00379: in VariableManager get_vars() 11924 1726884987.00441: Calling all_inventory to load vars for managed_node2 11924 1726884987.00444: Calling groups_inventory to load vars for managed_node2 11924 1726884987.00452: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884987.00464: Calling all_plugins_play to load vars for managed_node2 11924 1726884987.00468: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884987.00471: Calling groups_plugins_play to load vars for managed_node2 11924 1726884987.01099: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005130 11924 1726884987.01103: WORKER PROCESS EXITING 11924 1726884987.01321: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884987.02401: done with get_vars() 11924 1726884987.02415: variable 'ansible_search_path' from source: unknown 11924 1726884987.02687: variable 'storage_test_pool_subset' from source: include params 11924 1726884987.02737: we have included files to process 11924 1726884987.02738: generating all_blocks data 11924 1726884987.02740: done generating all_blocks data 11924 1726884987.02746: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884987.02747: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884987.02750: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume.yml 11924 1726884987.03037: in VariableManager get_vars() 11924 1726884987.03064: done with get_vars() 11924 1726884987.03166: done processing included file 11924 1726884987.03169: iterating over new_blocks loaded from include file 11924 1726884987.03170: in VariableManager get_vars() 11924 1726884987.03211: done with get_vars() 11924 1726884987.03214: filtering new block on tags 11924 1726884987.03274: done filtering new block on tags 11924 1726884987.03277: 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_node2 => (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': 'test1', 'raid_level': None, 'size': '5g', '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'], '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/foo-test1', '_raw_device': '/dev/mapper/foo-test1', '_mount_id': '/dev/mapper/foo-test1'}) 11924 1726884987.03288: extending task lists for all hosts with included blocks 11924 1726884987.03450: done extending task lists 11924 1726884987.03451: done processing included files 11924 1726884987.03452: results queue empty 11924 1726884987.03452: checking for any_errors_fatal 11924 1726884987.03462: done checking for any_errors_fatal 11924 1726884987.03464: checking for max_fail_percentage 11924 1726884987.03465: done checking for max_fail_percentage 11924 1726884987.03466: checking to see if all hosts have failed and the running result is not ok 11924 1726884987.03466: done checking to see if all hosts have failed 11924 1726884987.03467: getting the remaining hosts for this loop 11924 1726884987.03469: done getting the remaining hosts for this loop 11924 1726884987.03471: getting the next task for host managed_node2 11924 1726884987.03477: done getting next task for host managed_node2 11924 1726884987.03479: ^ task is: TASK: Set storage volume test variables 11924 1726884987.03484: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884987.03487: getting variables 11924 1726884987.03488: in VariableManager get_vars() 11924 1726884987.03498: Calling all_inventory to load vars for managed_node2 11924 1726884987.03500: Calling groups_inventory to load vars for managed_node2 11924 1726884987.03502: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884987.03508: Calling all_plugins_play to load vars for managed_node2 11924 1726884987.03510: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884987.03513: Calling groups_plugins_play to load vars for managed_node2 11924 1726884987.04039: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884987.04695: done with get_vars() 11924 1726884987.04709: done getting variables 11924 1726884987.04754: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:27 -0400 (0:00:00.070) 0:02:32.386 ****** 11924 1726884987.04800: entering _queue_task() for managed_node2/set_fact 11924 1726884987.05195: worker is 1 (out of 1 available) 11924 1726884987.05210: exiting _queue_task() for managed_node2/set_fact 11924 1726884987.05223: done queuing things up, now waiting for results queue to drain 11924 1726884987.05225: waiting for pending results... 11924 1726884987.05606: running TaskExecutor() for managed_node2/TASK: Set storage volume test variables 11924 1726884987.05769: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059a0 11924 1726884987.05799: variable 'ansible_search_path' from source: unknown 11924 1726884987.05838: calling self._execute() 11924 1726884987.05976: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.05981: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.05989: variable 'omit' from source: magic vars 11924 1726884987.06087: variable 'omit' from source: magic vars 11924 1726884987.06127: variable 'omit' from source: magic vars 11924 1726884987.06595: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884987.08443: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884987.08496: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884987.08525: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884987.08564: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884987.08581: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884987.08650: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884987.08689: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884987.08706: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884987.08733: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884987.08744: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884987.08856: variable 'storage_test_volume' from source: include params 11924 1726884987.08871: variable 'storage_test_pool' from source: include params 11924 1726884987.08927: variable 'omit' from source: magic vars 11924 1726884987.08947: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884987.08968: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884987.08983: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884987.08996: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884987.09009: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884987.09023: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884987.09036: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884987.09060: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884987.09063: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.09066: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.09185: Set connection var ansible_shell_executable to /bin/sh 11924 1726884987.09188: Set connection var ansible_connection to ssh 11924 1726884987.09191: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884987.09209: Set connection var ansible_timeout to 10 11924 1726884987.09212: Set connection var ansible_pipelining to False 11924 1726884987.09214: Set connection var ansible_shell_type to sh 11924 1726884987.09270: variable 'ansible_shell_executable' from source: unknown 11924 1726884987.09274: variable 'ansible_connection' from source: unknown 11924 1726884987.09277: variable 'ansible_module_compression' from source: unknown 11924 1726884987.09279: variable 'ansible_shell_type' from source: unknown 11924 1726884987.09281: variable 'ansible_shell_executable' from source: unknown 11924 1726884987.09283: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.09285: variable 'ansible_pipelining' from source: unknown 11924 1726884987.09287: variable 'ansible_timeout' from source: unknown 11924 1726884987.09288: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.09343: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884987.09360: variable 'omit' from source: magic vars 11924 1726884987.09372: starting attempt loop 11924 1726884987.09376: running the handler 11924 1726884987.09379: handler run complete 11924 1726884987.09402: attempt loop complete, returning result 11924 1726884987.09405: _execute() done 11924 1726884987.09407: dumping result to json 11924 1726884987.09409: done dumping result, returning 11924 1726884987.09411: done running TaskExecutor() for managed_node2/TASK: Set storage volume test variables [0affc8a3-6f6f-f4c0-2290-0000000059a0] 11924 1726884987.09413: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059a0 11924 1726884987.09541: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059a0 11924 1726884987.09544: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_volume_present": false, "_storage_volume_tests": [ "mount", "fstab", "fs", "device", "encryption", "md", "size", "cache" ] }, "changed": false } 11924 1726884987.09666: no more pending results, returning what we have 11924 1726884987.09669: results queue empty 11924 1726884987.09670: checking for any_errors_fatal 11924 1726884987.09671: done checking for any_errors_fatal 11924 1726884987.09672: checking for max_fail_percentage 11924 1726884987.09673: done checking for max_fail_percentage 11924 1726884987.09674: checking to see if all hosts have failed and the running result is not ok 11924 1726884987.09675: done checking to see if all hosts have failed 11924 1726884987.09675: getting the remaining hosts for this loop 11924 1726884987.09681: done getting the remaining hosts for this loop 11924 1726884987.09685: getting the next task for host managed_node2 11924 1726884987.09696: done getting next task for host managed_node2 11924 1726884987.09699: ^ task is: TASK: Run test verify for {{ storage_test_volume_subset }} 11924 1726884987.09708: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884987.09720: getting variables 11924 1726884987.09722: in VariableManager get_vars() 11924 1726884987.09757: Calling all_inventory to load vars for managed_node2 11924 1726884987.09760: Calling groups_inventory to load vars for managed_node2 11924 1726884987.09763: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884987.09771: Calling all_plugins_play to load vars for managed_node2 11924 1726884987.09774: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884987.09776: Calling groups_plugins_play to load vars for managed_node2 11924 1726884987.10232: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884987.10588: done with get_vars() 11924 1726884987.10598: done getting variables 11924 1726884987.10730: 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 22:16:27 -0400 (0:00:00.059) 0:02:32.446 ****** 11924 1726884987.10751: entering _queue_task() for managed_node2/include_tasks 11924 1726884987.10969: worker is 1 (out of 1 available) 11924 1726884987.10984: exiting _queue_task() for managed_node2/include_tasks 11924 1726884987.10998: done queuing things up, now waiting for results queue to drain 11924 1726884987.10999: waiting for pending results... 11924 1726884987.11210: running TaskExecutor() for managed_node2/TASK: Run test verify for {{ storage_test_volume_subset }} 11924 1726884987.11318: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059a1 11924 1726884987.11323: variable 'ansible_search_path' from source: unknown 11924 1726884987.11367: variable '_storage_volume_tests' from source: set_fact 11924 1726884987.11539: variable '_storage_volume_tests' from source: set_fact 11924 1726884987.11604: variable 'omit' from source: magic vars 11924 1726884987.11756: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.11763: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.11772: variable 'omit' from source: magic vars 11924 1726884987.11963: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.12003: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.12088: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.12260: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.12264: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.12270: variable 'omit' from source: magic vars 11924 1726884987.12391: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.12394: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.12402: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.12468: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.12471: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.12482: variable 'omit' from source: magic vars 11924 1726884987.12561: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.12586: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.12626: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.12687: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.12692: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.12701: variable 'omit' from source: magic vars 11924 1726884987.12778: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.12821: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.12887: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.12949: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.12952: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.12957: variable 'omit' from source: magic vars 11924 1726884987.13057: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.13091: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.13143: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.13237: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.13240: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.13243: variable 'omit' from source: magic vars 11924 1726884987.13304: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.13343: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.13410: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.13474: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.13477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.13626: variable 'omit' from source: magic vars 11924 1726884987.13645: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.13653: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.13736: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.13942: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.13945: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.13948: variable 'omit' from source: magic vars 11924 1726884987.13950: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.13952: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.14031: variable 'storage_test_volume_subset' from source: unknown 11924 1726884987.14186: dumping result to json 11924 1726884987.14188: done dumping result, returning 11924 1726884987.14190: done running TaskExecutor() for managed_node2/TASK: Run test verify for {{ storage_test_volume_subset }} [0affc8a3-6f6f-f4c0-2290-0000000059a1] 11924 1726884987.14192: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059a1 11924 1726884987.14366: no more pending results, returning what we have 11924 1726884987.14370: in VariableManager get_vars() 11924 1726884987.14411: Calling all_inventory to load vars for managed_node2 11924 1726884987.14428: Calling groups_inventory to load vars for managed_node2 11924 1726884987.14436: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884987.14448: Calling all_plugins_play to load vars for managed_node2 11924 1726884987.14452: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884987.14462: Calling groups_plugins_play to load vars for managed_node2 11924 1726884987.15025: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059a1 11924 1726884987.15028: WORKER PROCESS EXITING 11924 1726884987.15146: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884987.15699: done with get_vars() 11924 1726884987.15724: variable 'ansible_search_path' from source: unknown 11924 1726884987.15790: variable 'ansible_search_path' from source: unknown 11924 1726884987.15835: variable 'ansible_search_path' from source: unknown 11924 1726884987.15882: variable 'ansible_search_path' from source: unknown 11924 1726884987.15899: variable 'ansible_search_path' from source: unknown 11924 1726884987.15914: variable 'ansible_search_path' from source: unknown 11924 1726884987.15931: variable 'ansible_search_path' from source: unknown 11924 1726884987.15947: variable 'ansible_search_path' from source: unknown 11924 1726884987.15963: we have included files to process 11924 1726884987.15964: generating all_blocks data 11924 1726884987.15965: done generating all_blocks data 11924 1726884987.15969: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884987.15970: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884987.15971: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-mount.yml 11924 1726884987.16946: done processing included file 11924 1726884987.16964: iterating over new_blocks loaded from include file 11924 1726884987.16966: in VariableManager get_vars() 11924 1726884987.16992: done with get_vars() 11924 1726884987.16994: filtering new block on tags 11924 1726884987.17284: done filtering new block on tags 11924 1726884987.17287: 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_node2 => (item=mount) 11924 1726884987.17293: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884987.17294: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884987.17305: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml 11924 1726884987.18074: done processing included file 11924 1726884987.18077: iterating over new_blocks loaded from include file 11924 1726884987.18079: in VariableManager get_vars() 11924 1726884987.18105: done with get_vars() 11924 1726884987.18106: filtering new block on tags 11924 1726884987.18220: done filtering new block on tags 11924 1726884987.18223: 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_node2 => (item=fstab) 11924 1726884987.18493: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884987.18494: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884987.18497: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fs.yml 11924 1726884987.18829: done processing included file 11924 1726884987.18831: iterating over new_blocks loaded from include file 11924 1726884987.18832: in VariableManager get_vars() 11924 1726884987.18845: done with get_vars() 11924 1726884987.18846: filtering new block on tags 11924 1726884987.18885: done filtering new block on tags 11924 1726884987.18895: 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_node2 => (item=fs) 11924 1726884987.18901: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884987.18902: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884987.18906: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-device.yml 11924 1726884987.19932: done processing included file 11924 1726884987.19934: iterating over new_blocks loaded from include file 11924 1726884987.19935: in VariableManager get_vars() 11924 1726884987.19960: done with get_vars() 11924 1726884987.19962: filtering new block on tags 11924 1726884987.20101: done filtering new block on tags 11924 1726884987.20103: 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_node2 => (item=device) 11924 1726884987.20106: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884987.20107: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884987.20112: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml 11924 1726884987.22026: done processing included file 11924 1726884987.22028: iterating over new_blocks loaded from include file 11924 1726884987.22029: in VariableManager get_vars() 11924 1726884987.22060: done with get_vars() 11924 1726884987.22067: filtering new block on tags 11924 1726884987.22220: done filtering new block on tags 11924 1726884987.22222: 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_node2 => (item=encryption) 11924 1726884987.22224: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884987.22225: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884987.22227: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-md.yml 11924 1726884987.22921: done processing included file 11924 1726884987.22922: iterating over new_blocks loaded from include file 11924 1726884987.22923: in VariableManager get_vars() 11924 1726884987.22934: done with get_vars() 11924 1726884987.22935: filtering new block on tags 11924 1726884987.23010: done filtering new block on tags 11924 1726884987.23012: 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_node2 => (item=md) 11924 1726884987.23014: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884987.23015: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884987.23020: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-size.yml 11924 1726884987.25393: done processing included file 11924 1726884987.25395: iterating over new_blocks loaded from include file 11924 1726884987.25396: in VariableManager get_vars() 11924 1726884987.25412: done with get_vars() 11924 1726884987.25414: filtering new block on tags 11924 1726884987.25489: done filtering new block on tags 11924 1726884987.25492: in VariableManager get_vars() 11924 1726884987.25507: done with get_vars() 11924 1726884987.25509: filtering new block on tags 11924 1726884987.25577: done filtering new block on tags 11924 1726884987.25580: in VariableManager get_vars() 11924 1726884987.25595: done with get_vars() 11924 1726884987.25596: filtering new block on tags 11924 1726884987.25815: done filtering new block on tags 11924 1726884987.25820: in VariableManager get_vars() 11924 1726884987.25837: done with get_vars() 11924 1726884987.25838: filtering new block on tags 11924 1726884987.25868: done filtering new block on tags 11924 1726884987.25870: 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_node2 => (item=size) 11924 1726884987.25872: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884987.25873: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884987.25875: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-cache.yml 11924 1726884987.26311: done processing included file 11924 1726884987.26313: iterating over new_blocks loaded from include file 11924 1726884987.26314: in VariableManager get_vars() 11924 1726884987.26326: done with get_vars() 11924 1726884987.26327: filtering new block on tags 11924 1726884987.26395: done filtering new block on tags 11924 1726884987.26396: 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_node2 => (item=cache) 11924 1726884987.26399: extending task lists for all hosts with included blocks 11924 1726884987.26603: done extending task lists 11924 1726884987.26605: done processing included files 11924 1726884987.26605: results queue empty 11924 1726884987.26605: checking for any_errors_fatal 11924 1726884987.26608: done checking for any_errors_fatal 11924 1726884987.26609: checking for max_fail_percentage 11924 1726884987.26610: done checking for max_fail_percentage 11924 1726884987.26610: checking to see if all hosts have failed and the running result is not ok 11924 1726884987.26614: done checking to see if all hosts have failed 11924 1726884987.26614: getting the remaining hosts for this loop 11924 1726884987.26616: done getting the remaining hosts for this loop 11924 1726884987.26620: getting the next task for host managed_node2 11924 1726884987.26624: done getting next task for host managed_node2 11924 1726884987.26626: ^ task is: TASK: Get expected mount device based on device type 11924 1726884987.26629: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884987.26630: getting variables 11924 1726884987.26631: in VariableManager get_vars() 11924 1726884987.26638: Calling all_inventory to load vars for managed_node2 11924 1726884987.26639: Calling groups_inventory to load vars for managed_node2 11924 1726884987.26641: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884987.26645: Calling all_plugins_play to load vars for managed_node2 11924 1726884987.26646: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884987.26648: Calling groups_plugins_play to load vars for managed_node2 11924 1726884987.26914: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884987.27240: done with get_vars() 11924 1726884987.27250: done getting variables 11924 1726884987.27278: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:27 -0400 (0:00:00.165) 0:02:32.611 ****** 11924 1726884987.27299: entering _queue_task() for managed_node2/set_fact 11924 1726884987.27605: worker is 1 (out of 1 available) 11924 1726884987.27620: exiting _queue_task() for managed_node2/set_fact 11924 1726884987.27635: done queuing things up, now waiting for results queue to drain 11924 1726884987.27636: waiting for pending results... 11924 1726884987.27988: running TaskExecutor() for managed_node2/TASK: Get expected mount device based on device type 11924 1726884987.28189: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059cc 11924 1726884987.28195: variable 'ansible_search_path' from source: unknown 11924 1726884987.28198: calling self._execute() 11924 1726884987.28289: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.28304: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.28319: variable 'omit' from source: magic vars 11924 1726884987.28514: variable 'omit' from source: magic vars 11924 1726884987.28520: variable 'omit' from source: magic vars 11924 1726884987.28874: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884987.29190: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884987.29250: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884987.29293: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884987.29333: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884987.29429: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884987.29463: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884987.29498: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884987.29530: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884987.29579: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884987.29607: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884987.29638: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884987.29711: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884987.29920: variable '_storage_test_volume_present' from source: set_fact 11924 1726884987.29936: variable 'storage_test_volume' from source: include params 11924 1726884987.29961: variable 'storage_test_pool' from source: include params 11924 1726884987.30025: variable 'omit' from source: magic vars 11924 1726884987.30063: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884987.30095: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884987.30148: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884987.30151: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884987.30164: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884987.30186: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884987.30209: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884987.30257: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884987.30261: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.30262: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.30460: Set connection var ansible_shell_executable to /bin/sh 11924 1726884987.30466: Set connection var ansible_connection to ssh 11924 1726884987.30469: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884987.30472: Set connection var ansible_timeout to 10 11924 1726884987.30474: Set connection var ansible_pipelining to False 11924 1726884987.30476: Set connection var ansible_shell_type to sh 11924 1726884987.30478: variable 'ansible_shell_executable' from source: unknown 11924 1726884987.30480: variable 'ansible_connection' from source: unknown 11924 1726884987.30481: variable 'ansible_module_compression' from source: unknown 11924 1726884987.30483: variable 'ansible_shell_type' from source: unknown 11924 1726884987.30485: variable 'ansible_shell_executable' from source: unknown 11924 1726884987.30487: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.30489: variable 'ansible_pipelining' from source: unknown 11924 1726884987.30491: variable 'ansible_timeout' from source: unknown 11924 1726884987.30493: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.30586: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884987.30609: variable 'omit' from source: magic vars 11924 1726884987.30624: starting attempt loop 11924 1726884987.30631: running the handler 11924 1726884987.30714: handler run complete 11924 1726884987.30720: attempt loop complete, returning result 11924 1726884987.30723: _execute() done 11924 1726884987.30725: dumping result to json 11924 1726884987.30727: done dumping result, returning 11924 1726884987.30729: done running TaskExecutor() for managed_node2/TASK: Get expected mount device based on device type [0affc8a3-6f6f-f4c0-2290-0000000059cc] 11924 1726884987.30732: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059cc 11924 1726884987.30806: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059cc 11924 1726884987.30810: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_device_path": "/dev/mapper/foo-test1" }, "changed": false } 11924 1726884987.30880: no more pending results, returning what we have 11924 1726884987.30893: results queue empty 11924 1726884987.30894: checking for any_errors_fatal 11924 1726884987.30895: done checking for any_errors_fatal 11924 1726884987.30896: checking for max_fail_percentage 11924 1726884987.30898: done checking for max_fail_percentage 11924 1726884987.30899: checking to see if all hosts have failed and the running result is not ok 11924 1726884987.30899: done checking to see if all hosts have failed 11924 1726884987.30901: getting the remaining hosts for this loop 11924 1726884987.30903: done getting the remaining hosts for this loop 11924 1726884987.30907: getting the next task for host managed_node2 11924 1726884987.30921: done getting next task for host managed_node2 11924 1726884987.30923: ^ task is: TASK: Set some facts 11924 1726884987.30937: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884987.30942: getting variables 11924 1726884987.30944: in VariableManager get_vars() 11924 1726884987.30997: Calling all_inventory to load vars for managed_node2 11924 1726884987.31000: Calling groups_inventory to load vars for managed_node2 11924 1726884987.31004: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884987.31019: Calling all_plugins_play to load vars for managed_node2 11924 1726884987.31023: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884987.31026: Calling groups_plugins_play to load vars for managed_node2 11924 1726884987.31971: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884987.32586: done with get_vars() 11924 1726884987.32600: done getting variables 11924 1726884987.32660: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:27 -0400 (0:00:00.053) 0:02:32.665 ****** 11924 1726884987.32691: entering _queue_task() for managed_node2/set_fact 11924 1726884987.32967: worker is 1 (out of 1 available) 11924 1726884987.32978: exiting _queue_task() for managed_node2/set_fact 11924 1726884987.32992: done queuing things up, now waiting for results queue to drain 11924 1726884987.32993: waiting for pending results... 11924 1726884987.33376: running TaskExecutor() for managed_node2/TASK: Set some facts 11924 1726884987.33430: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059cd 11924 1726884987.33454: variable 'ansible_search_path' from source: unknown 11924 1726884987.33519: calling self._execute() 11924 1726884987.33691: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.33705: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.33726: variable 'omit' from source: magic vars 11924 1726884987.33858: variable 'omit' from source: magic vars 11924 1726884987.33935: variable 'omit' from source: magic vars 11924 1726884987.34278: variable '_storage_test_volume_present' from source: set_fact 11924 1726884987.34290: variable 'storage_test_volume' from source: include params 11924 1726884987.34602: variable 'storage_test_volume' from source: include params 11924 1726884987.34627: variable 'mount_prefix' from source: task vars 11924 1726884987.34862: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884987.38654: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884987.38752: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884987.38795: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884987.39228: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884987.39231: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884987.39273: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884987.39306: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884987.39475: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884987.39610: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884987.39622: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884987.39826: variable '__storage_is_ostree' from source: set_fact 11924 1726884987.39831: variable 'storage_test_volume' from source: include params 11924 1726884987.39877: variable 'omit' from source: magic vars 11924 1726884987.39907: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884987.39934: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884987.39954: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884987.39971: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884987.39981: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884987.40161: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884987.40164: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884987.40167: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884987.40169: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.40171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.40188: Set connection var ansible_shell_executable to /bin/sh 11924 1726884987.40191: Set connection var ansible_connection to ssh 11924 1726884987.40193: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884987.40198: Set connection var ansible_timeout to 10 11924 1726884987.40207: Set connection var ansible_pipelining to False 11924 1726884987.40214: Set connection var ansible_shell_type to sh 11924 1726884987.40241: variable 'ansible_shell_executable' from source: unknown 11924 1726884987.40245: variable 'ansible_connection' from source: unknown 11924 1726884987.40247: variable 'ansible_module_compression' from source: unknown 11924 1726884987.40250: variable 'ansible_shell_type' from source: unknown 11924 1726884987.40252: variable 'ansible_shell_executable' from source: unknown 11924 1726884987.40254: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.40259: variable 'ansible_pipelining' from source: unknown 11924 1726884987.40261: variable 'ansible_timeout' from source: unknown 11924 1726884987.40266: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.40376: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884987.40386: variable 'omit' from source: magic vars 11924 1726884987.40392: starting attempt loop 11924 1726884987.40394: running the handler 11924 1726884987.40407: handler run complete 11924 1726884987.40420: attempt loop complete, returning result 11924 1726884987.40423: _execute() done 11924 1726884987.40425: dumping result to json 11924 1726884987.40428: done dumping result, returning 11924 1726884987.40762: done running TaskExecutor() for managed_node2/TASK: Set some facts [0affc8a3-6f6f-f4c0-2290-0000000059cd] 11924 1726884987.40765: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059cd 11924 1726884987.40832: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059cd 11924 1726884987.40835: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_mount_expected_mount_point": "/opt/test1", "storage_test_swap_expected_matches": "0" }, "changed": false } 11924 1726884987.40911: no more pending results, returning what we have 11924 1726884987.40915: results queue empty 11924 1726884987.40915: checking for any_errors_fatal 11924 1726884987.40925: done checking for any_errors_fatal 11924 1726884987.40926: checking for max_fail_percentage 11924 1726884987.40928: done checking for max_fail_percentage 11924 1726884987.40928: checking to see if all hosts have failed and the running result is not ok 11924 1726884987.40929: done checking to see if all hosts have failed 11924 1726884987.40931: getting the remaining hosts for this loop 11924 1726884987.40933: done getting the remaining hosts for this loop 11924 1726884987.40936: getting the next task for host managed_node2 11924 1726884987.40945: done getting next task for host managed_node2 11924 1726884987.40949: ^ task is: TASK: Get information about the mountpoint directory 11924 1726884987.40958: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884987.40969: getting variables 11924 1726884987.40970: in VariableManager get_vars() 11924 1726884987.41002: Calling all_inventory to load vars for managed_node2 11924 1726884987.41005: Calling groups_inventory to load vars for managed_node2 11924 1726884987.41008: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884987.41020: Calling all_plugins_play to load vars for managed_node2 11924 1726884987.41024: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884987.41027: Calling groups_plugins_play to load vars for managed_node2 11924 1726884987.41870: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884987.42476: done with get_vars() 11924 1726884987.42492: 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 22:16:27 -0400 (0:00:00.098) 0:02:32.764 ****** 11924 1726884987.42593: entering _queue_task() for managed_node2/stat 11924 1726884987.42893: worker is 1 (out of 1 available) 11924 1726884987.42907: exiting _queue_task() for managed_node2/stat 11924 1726884987.42921: done queuing things up, now waiting for results queue to drain 11924 1726884987.42923: waiting for pending results... 11924 1726884987.43186: running TaskExecutor() for managed_node2/TASK: Get information about the mountpoint directory 11924 1726884987.43334: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059ce 11924 1726884987.43441: variable 'ansible_search_path' from source: unknown 11924 1726884987.43445: calling self._execute() 11924 1726884987.43627: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.43631: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.43642: variable 'omit' from source: magic vars 11924 1726884987.44202: variable '_storage_test_volume_present' from source: set_fact 11924 1726884987.44208: variable 'storage_test_volume' from source: include params 11924 1726884987.44239: 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 11924 1726884987.44243: when evaluation is False, skipping this task 11924 1726884987.44245: _execute() done 11924 1726884987.44248: dumping result to json 11924 1726884987.44251: done dumping result, returning 11924 1726884987.44330: done running TaskExecutor() for managed_node2/TASK: Get information about the mountpoint directory [0affc8a3-6f6f-f4c0-2290-0000000059ce] 11924 1726884987.44333: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059ce 11924 1726884987.44399: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059ce 11924 1726884987.44403: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884987.44454: no more pending results, returning what we have 11924 1726884987.44459: results queue empty 11924 1726884987.44460: checking for any_errors_fatal 11924 1726884987.44467: done checking for any_errors_fatal 11924 1726884987.44468: checking for max_fail_percentage 11924 1726884987.44470: done checking for max_fail_percentage 11924 1726884987.44470: checking to see if all hosts have failed and the running result is not ok 11924 1726884987.44471: done checking to see if all hosts have failed 11924 1726884987.44472: getting the remaining hosts for this loop 11924 1726884987.44473: done getting the remaining hosts for this loop 11924 1726884987.44477: getting the next task for host managed_node2 11924 1726884987.44485: done getting next task for host managed_node2 11924 1726884987.44488: ^ task is: TASK: Verify the current mount state by device 11924 1726884987.44493: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884987.44497: getting variables 11924 1726884987.44498: in VariableManager get_vars() 11924 1726884987.44530: Calling all_inventory to load vars for managed_node2 11924 1726884987.44532: Calling groups_inventory to load vars for managed_node2 11924 1726884987.44535: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884987.44544: Calling all_plugins_play to load vars for managed_node2 11924 1726884987.44546: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884987.44549: Calling groups_plugins_play to load vars for managed_node2 11924 1726884987.45109: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884987.45885: done with get_vars() 11924 1726884987.45901: done getting variables 11924 1726884987.45965: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:16:27 -0400 (0:00:00.034) 0:02:32.798 ****** 11924 1726884987.45999: entering _queue_task() for managed_node2/assert 11924 1726884987.46390: worker is 1 (out of 1 available) 11924 1726884987.46400: exiting _queue_task() for managed_node2/assert 11924 1726884987.46411: done queuing things up, now waiting for results queue to drain 11924 1726884987.46412: waiting for pending results... 11924 1726884987.46774: running TaskExecutor() for managed_node2/TASK: Verify the current mount state by device 11924 1726884987.46799: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059cf 11924 1726884987.46815: variable 'ansible_search_path' from source: unknown 11924 1726884987.46853: calling self._execute() 11924 1726884987.47011: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.47027: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.47041: variable 'omit' from source: magic vars 11924 1726884987.47465: variable '_storage_test_volume_present' from source: set_fact 11924 1726884987.47561: Evaluated conditional (_storage_test_volume_present): False 11924 1726884987.47564: when evaluation is False, skipping this task 11924 1726884987.47567: _execute() done 11924 1726884987.47569: dumping result to json 11924 1726884987.47572: done dumping result, returning 11924 1726884987.47574: done running TaskExecutor() for managed_node2/TASK: Verify the current mount state by device [0affc8a3-6f6f-f4c0-2290-0000000059cf] 11924 1726884987.47577: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059cf 11924 1726884987.47651: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059cf 11924 1726884987.47657: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884987.47710: no more pending results, returning what we have 11924 1726884987.47714: results queue empty 11924 1726884987.47715: checking for any_errors_fatal 11924 1726884987.47730: done checking for any_errors_fatal 11924 1726884987.47731: checking for max_fail_percentage 11924 1726884987.47733: done checking for max_fail_percentage 11924 1726884987.47734: checking to see if all hosts have failed and the running result is not ok 11924 1726884987.47735: done checking to see if all hosts have failed 11924 1726884987.47735: getting the remaining hosts for this loop 11924 1726884987.47738: done getting the remaining hosts for this loop 11924 1726884987.47742: getting the next task for host managed_node2 11924 1726884987.47755: done getting next task for host managed_node2 11924 1726884987.47759: ^ task is: TASK: Verify mount directory user 11924 1726884987.47767: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884987.47773: getting variables 11924 1726884987.47775: in VariableManager get_vars() 11924 1726884987.47815: Calling all_inventory to load vars for managed_node2 11924 1726884987.47821: Calling groups_inventory to load vars for managed_node2 11924 1726884987.47825: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884987.47838: Calling all_plugins_play to load vars for managed_node2 11924 1726884987.47842: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884987.47846: Calling groups_plugins_play to load vars for managed_node2 11924 1726884987.49262: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884987.50306: done with get_vars() 11924 1726884987.50325: done getting variables 11924 1726884987.50391: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:27 -0400 (0:00:00.044) 0:02:32.843 ****** 11924 1726884987.50430: entering _queue_task() for managed_node2/assert 11924 1726884987.50887: worker is 1 (out of 1 available) 11924 1726884987.50898: exiting _queue_task() for managed_node2/assert 11924 1726884987.50910: done queuing things up, now waiting for results queue to drain 11924 1726884987.50912: waiting for pending results... 11924 1726884987.51376: running TaskExecutor() for managed_node2/TASK: Verify mount directory user 11924 1726884987.51477: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059d0 11924 1726884987.51499: variable 'ansible_search_path' from source: unknown 11924 1726884987.51541: calling self._execute() 11924 1726884987.51684: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.51697: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.51714: variable 'omit' from source: magic vars 11924 1726884987.52187: variable '_storage_test_volume_present' from source: set_fact 11924 1726884987.52202: variable 'storage_test_volume' from source: include params 11924 1726884987.52242: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_user): False 11924 1726884987.52252: when evaluation is False, skipping this task 11924 1726884987.52262: _execute() done 11924 1726884987.52319: dumping result to json 11924 1726884987.52323: done dumping result, returning 11924 1726884987.52325: done running TaskExecutor() for managed_node2/TASK: Verify mount directory user [0affc8a3-6f6f-f4c0-2290-0000000059d0] 11924 1726884987.52327: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059d0 skipping: [managed_node2] => { "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" } 11924 1726884987.52487: no more pending results, returning what we have 11924 1726884987.52491: results queue empty 11924 1726884987.52492: checking for any_errors_fatal 11924 1726884987.52501: done checking for any_errors_fatal 11924 1726884987.52502: checking for max_fail_percentage 11924 1726884987.52503: done checking for max_fail_percentage 11924 1726884987.52504: checking to see if all hosts have failed and the running result is not ok 11924 1726884987.52505: done checking to see if all hosts have failed 11924 1726884987.52505: getting the remaining hosts for this loop 11924 1726884987.52508: done getting the remaining hosts for this loop 11924 1726884987.52512: getting the next task for host managed_node2 11924 1726884987.52524: done getting next task for host managed_node2 11924 1726884987.52526: ^ task is: TASK: Verify mount directory group 11924 1726884987.52535: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884987.52539: getting variables 11924 1726884987.52541: in VariableManager get_vars() 11924 1726884987.52588: Calling all_inventory to load vars for managed_node2 11924 1726884987.52591: Calling groups_inventory to load vars for managed_node2 11924 1726884987.52594: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884987.52647: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059d0 11924 1726884987.52650: WORKER PROCESS EXITING 11924 1726884987.52666: Calling all_plugins_play to load vars for managed_node2 11924 1726884987.52669: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884987.52672: Calling groups_plugins_play to load vars for managed_node2 11924 1726884987.53358: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884987.54003: done with get_vars() 11924 1726884987.54020: done getting variables 11924 1726884987.54084: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:27 -0400 (0:00:00.036) 0:02:32.880 ****** 11924 1726884987.54121: entering _queue_task() for managed_node2/assert 11924 1726884987.54592: worker is 1 (out of 1 available) 11924 1726884987.54602: exiting _queue_task() for managed_node2/assert 11924 1726884987.54614: done queuing things up, now waiting for results queue to drain 11924 1726884987.54615: waiting for pending results... 11924 1726884987.54800: running TaskExecutor() for managed_node2/TASK: Verify mount directory group 11924 1726884987.54960: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059d1 11924 1726884987.54983: variable 'ansible_search_path' from source: unknown 11924 1726884987.55066: calling self._execute() 11924 1726884987.55203: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.55213: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.55232: variable 'omit' from source: magic vars 11924 1726884987.55696: variable '_storage_test_volume_present' from source: set_fact 11924 1726884987.55708: variable 'storage_test_volume' from source: include params 11924 1726884987.55750: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_group): False 11924 1726884987.55827: when evaluation is False, skipping this task 11924 1726884987.55830: _execute() done 11924 1726884987.55833: dumping result to json 11924 1726884987.55835: done dumping result, returning 11924 1726884987.55837: done running TaskExecutor() for managed_node2/TASK: Verify mount directory group [0affc8a3-6f6f-f4c0-2290-0000000059d1] 11924 1726884987.55839: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059d1 11924 1726884987.55906: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059d1 11924 1726884987.55908: WORKER PROCESS EXITING skipping: [managed_node2] => { "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" } 11924 1726884987.55972: no more pending results, returning what we have 11924 1726884987.55977: results queue empty 11924 1726884987.55978: checking for any_errors_fatal 11924 1726884987.55991: done checking for any_errors_fatal 11924 1726884987.55992: checking for max_fail_percentage 11924 1726884987.55995: done checking for max_fail_percentage 11924 1726884987.55996: checking to see if all hosts have failed and the running result is not ok 11924 1726884987.55996: done checking to see if all hosts have failed 11924 1726884987.55997: getting the remaining hosts for this loop 11924 1726884987.56000: done getting the remaining hosts for this loop 11924 1726884987.56004: getting the next task for host managed_node2 11924 1726884987.56015: done getting next task for host managed_node2 11924 1726884987.56024: ^ task is: TASK: Verify mount directory permissions 11924 1726884987.56033: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884987.56040: getting variables 11924 1726884987.56042: in VariableManager get_vars() 11924 1726884987.56088: Calling all_inventory to load vars for managed_node2 11924 1726884987.56091: Calling groups_inventory to load vars for managed_node2 11924 1726884987.56095: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884987.56110: Calling all_plugins_play to load vars for managed_node2 11924 1726884987.56114: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884987.56120: Calling groups_plugins_play to load vars for managed_node2 11924 1726884987.57107: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884987.57751: done with get_vars() 11924 1726884987.57769: done getting variables 11924 1726884987.57838: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:27 -0400 (0:00:00.037) 0:02:32.917 ****** 11924 1726884987.57878: entering _queue_task() for managed_node2/assert 11924 1726884987.58366: worker is 1 (out of 1 available) 11924 1726884987.58380: exiting _queue_task() for managed_node2/assert 11924 1726884987.58392: done queuing things up, now waiting for results queue to drain 11924 1726884987.58394: waiting for pending results... 11924 1726884987.59605: running TaskExecutor() for managed_node2/TASK: Verify mount directory permissions 11924 1726884987.59610: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059d2 11924 1726884987.59614: variable 'ansible_search_path' from source: unknown 11924 1726884987.59952: calling self._execute() 11924 1726884987.60392: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.60396: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.60512: variable 'omit' from source: magic vars 11924 1726884987.61651: variable '_storage_test_volume_present' from source: set_fact 11924 1726884987.61718: variable 'storage_test_volume' from source: include params 11924 1726884987.61878: Evaluated conditional (_storage_test_volume_present and storage_test_volume.mount_point and storage_test_volume.mount_mode): False 11924 1726884987.61881: when evaluation is False, skipping this task 11924 1726884987.61883: _execute() done 11924 1726884987.61885: dumping result to json 11924 1726884987.61887: done dumping result, returning 11924 1726884987.61889: done running TaskExecutor() for managed_node2/TASK: Verify mount directory permissions [0affc8a3-6f6f-f4c0-2290-0000000059d2] 11924 1726884987.61891: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059d2 skipping: [managed_node2] => { "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" } 11924 1726884987.62177: no more pending results, returning what we have 11924 1726884987.62181: results queue empty 11924 1726884987.62182: checking for any_errors_fatal 11924 1726884987.62191: done checking for any_errors_fatal 11924 1726884987.62192: checking for max_fail_percentage 11924 1726884987.62194: done checking for max_fail_percentage 11924 1726884987.62195: checking to see if all hosts have failed and the running result is not ok 11924 1726884987.62196: done checking to see if all hosts have failed 11924 1726884987.62197: getting the remaining hosts for this loop 11924 1726884987.62200: done getting the remaining hosts for this loop 11924 1726884987.62204: getting the next task for host managed_node2 11924 1726884987.62223: done getting next task for host managed_node2 11924 1726884987.62227: ^ task is: TASK: Get path of test volume device 11924 1726884987.62236: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884987.62242: getting variables 11924 1726884987.62244: in VariableManager get_vars() 11924 1726884987.62301: Calling all_inventory to load vars for managed_node2 11924 1726884987.62305: Calling groups_inventory to load vars for managed_node2 11924 1726884987.62310: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884987.62325: Calling all_plugins_play to load vars for managed_node2 11924 1726884987.62332: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884987.62336: Calling groups_plugins_play to load vars for managed_node2 11924 1726884987.63126: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059d2 11924 1726884987.63130: WORKER PROCESS EXITING 11924 1726884987.63747: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884987.64392: done with get_vars() 11924 1726884987.64406: done getting variables 11924 1726884987.64476: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:27 -0400 (0:00:00.066) 0:02:32.984 ****** 11924 1726884987.64520: entering _queue_task() for managed_node2/command 11924 1726884987.64850: worker is 1 (out of 1 available) 11924 1726884987.64870: exiting _queue_task() for managed_node2/command 11924 1726884987.64883: done queuing things up, now waiting for results queue to drain 11924 1726884987.64884: waiting for pending results... 11924 1726884987.65213: running TaskExecutor() for managed_node2/TASK: Get path of test volume device 11924 1726884987.65378: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059d3 11924 1726884987.65405: variable 'ansible_search_path' from source: unknown 11924 1726884987.65454: calling self._execute() 11924 1726884987.65598: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.65614: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.65635: variable 'omit' from source: magic vars 11924 1726884987.66075: variable 'storage_test_volume' from source: include params 11924 1726884987.66121: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884987.66131: when evaluation is False, skipping this task 11924 1726884987.66139: _execute() done 11924 1726884987.66151: dumping result to json 11924 1726884987.66161: done dumping result, returning 11924 1726884987.66275: done running TaskExecutor() for managed_node2/TASK: Get path of test volume device [0affc8a3-6f6f-f4c0-2290-0000000059d3] 11924 1726884987.66334: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059d3 11924 1726884987.66705: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059d3 11924 1726884987.66708: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884987.66820: no more pending results, returning what we have 11924 1726884987.66825: results queue empty 11924 1726884987.66826: checking for any_errors_fatal 11924 1726884987.66836: done checking for any_errors_fatal 11924 1726884987.66837: checking for max_fail_percentage 11924 1726884987.66839: done checking for max_fail_percentage 11924 1726884987.66840: checking to see if all hosts have failed and the running result is not ok 11924 1726884987.66841: done checking to see if all hosts have failed 11924 1726884987.66910: getting the remaining hosts for this loop 11924 1726884987.66913: done getting the remaining hosts for this loop 11924 1726884987.66975: getting the next task for host managed_node2 11924 1726884987.66986: done getting next task for host managed_node2 11924 1726884987.66990: ^ task is: TASK: Gather swap info 11924 1726884987.67000: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 11924 1726884987.67009: getting variables 11924 1726884987.67011: in VariableManager get_vars() 11924 1726884987.67333: Calling all_inventory to load vars for managed_node2 11924 1726884987.67336: Calling groups_inventory to load vars for managed_node2 11924 1726884987.67339: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884987.67348: Calling all_plugins_play to load vars for managed_node2 11924 1726884987.67356: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884987.67360: Calling groups_plugins_play to load vars for managed_node2 11924 1726884987.69174: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884987.69800: done with get_vars() 11924 1726884987.69813: done getting variables 11924 1726884987.69876: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:27 -0400 (0:00:00.053) 0:02:33.038 ****** 11924 1726884987.69909: entering _queue_task() for managed_node2/command 11924 1726884987.70491: worker is 1 (out of 1 available) 11924 1726884987.70539: exiting _queue_task() for managed_node2/command 11924 1726884987.70552: done queuing things up, now waiting for results queue to drain 11924 1726884987.70554: waiting for pending results... 11924 1726884987.70867: running TaskExecutor() for managed_node2/TASK: Gather swap info 11924 1726884987.71066: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059d4 11924 1726884987.71071: variable 'ansible_search_path' from source: unknown 11924 1726884987.71074: calling self._execute() 11924 1726884987.71190: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.71268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.71272: variable 'omit' from source: magic vars 11924 1726884987.71825: variable 'storage_test_volume' from source: include params 11924 1726884987.71934: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884987.71947: when evaluation is False, skipping this task 11924 1726884987.71963: _execute() done 11924 1726884987.72022: dumping result to json 11924 1726884987.72118: done dumping result, returning 11924 1726884987.72123: done running TaskExecutor() for managed_node2/TASK: Gather swap info [0affc8a3-6f6f-f4c0-2290-0000000059d4] 11924 1726884987.72126: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059d4 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884987.72396: no more pending results, returning what we have 11924 1726884987.72401: results queue empty 11924 1726884987.72402: checking for any_errors_fatal 11924 1726884987.72413: done checking for any_errors_fatal 11924 1726884987.72414: checking for max_fail_percentage 11924 1726884987.72419: done checking for max_fail_percentage 11924 1726884987.72420: checking to see if all hosts have failed and the running result is not ok 11924 1726884987.72421: done checking to see if all hosts have failed 11924 1726884987.72422: getting the remaining hosts for this loop 11924 1726884987.72424: done getting the remaining hosts for this loop 11924 1726884987.72428: getting the next task for host managed_node2 11924 1726884987.72440: done getting next task for host managed_node2 11924 1726884987.72443: ^ task is: TASK: Verify swap status 11924 1726884987.72454: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_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 11924 1726884987.72462: getting variables 11924 1726884987.72464: in VariableManager get_vars() 11924 1726884987.72507: Calling all_inventory to load vars for managed_node2 11924 1726884987.72511: Calling groups_inventory to load vars for managed_node2 11924 1726884987.72515: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884987.72532: Calling all_plugins_play to load vars for managed_node2 11924 1726884987.72536: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884987.72539: Calling groups_plugins_play to load vars for managed_node2 11924 1726884987.73157: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059d4 11924 1726884987.73161: WORKER PROCESS EXITING 11924 1726884987.74089: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884987.74888: done with get_vars() 11924 1726884987.74902: done getting variables 11924 1726884987.74958: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:27 -0400 (0:00:00.050) 0:02:33.088 ****** 11924 1726884987.75005: entering _queue_task() for managed_node2/assert 11924 1726884987.75330: worker is 1 (out of 1 available) 11924 1726884987.75343: exiting _queue_task() for managed_node2/assert 11924 1726884987.75359: done queuing things up, now waiting for results queue to drain 11924 1726884987.75361: waiting for pending results... 11924 1726884987.75721: running TaskExecutor() for managed_node2/TASK: Verify swap status 11924 1726884987.75884: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059d5 11924 1726884987.75910: variable 'ansible_search_path' from source: unknown 11924 1726884987.75935: calling self._execute() 11924 1726884987.76072: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.76084: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.76088: variable 'omit' from source: magic vars 11924 1726884987.76539: variable 'storage_test_volume' from source: include params 11924 1726884987.76567: Evaluated conditional (storage_test_volume.fs_type == "swap"): False 11924 1726884987.76571: when evaluation is False, skipping this task 11924 1726884987.76575: _execute() done 11924 1726884987.76577: dumping result to json 11924 1726884987.76580: done dumping result, returning 11924 1726884987.76615: done running TaskExecutor() for managed_node2/TASK: Verify swap status [0affc8a3-6f6f-f4c0-2290-0000000059d5] 11924 1726884987.76629: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059d5 11924 1726884987.76703: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059d5 11924 1726884987.76705: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.fs_type == \"swap\"", "skip_reason": "Conditional result was False" } 11924 1726884987.76793: no more pending results, returning what we have 11924 1726884987.76796: results queue empty 11924 1726884987.76797: checking for any_errors_fatal 11924 1726884987.76807: done checking for any_errors_fatal 11924 1726884987.76808: checking for max_fail_percentage 11924 1726884987.76810: done checking for max_fail_percentage 11924 1726884987.76811: checking to see if all hosts have failed and the running result is not ok 11924 1726884987.76811: done checking to see if all hosts have failed 11924 1726884987.76812: getting the remaining hosts for this loop 11924 1726884987.76815: done getting the remaining hosts for this loop 11924 1726884987.76822: getting the next task for host managed_node2 11924 1726884987.76834: done getting next task for host managed_node2 11924 1726884987.76836: ^ task is: TASK: Unset facts 11924 1726884987.76842: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884987.76850: getting variables 11924 1726884987.76851: in VariableManager get_vars() 11924 1726884987.76885: Calling all_inventory to load vars for managed_node2 11924 1726884987.76892: Calling groups_inventory to load vars for managed_node2 11924 1726884987.76895: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884987.76904: Calling all_plugins_play to load vars for managed_node2 11924 1726884987.76933: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884987.76941: Calling groups_plugins_play to load vars for managed_node2 11924 1726884987.77970: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884987.79240: done with get_vars() 11924 1726884987.79258: done getting variables 11924 1726884987.79317: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:27 -0400 (0:00:00.043) 0:02:33.132 ****** 11924 1726884987.79353: entering _queue_task() for managed_node2/set_fact 11924 1726884987.80190: worker is 1 (out of 1 available) 11924 1726884987.80202: exiting _queue_task() for managed_node2/set_fact 11924 1726884987.80216: done queuing things up, now waiting for results queue to drain 11924 1726884987.80217: waiting for pending results... 11924 1726884987.80605: running TaskExecutor() for managed_node2/TASK: Unset facts 11924 1726884987.80811: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059d6 11924 1726884987.80818: variable 'ansible_search_path' from source: unknown 11924 1726884987.80822: calling self._execute() 11924 1726884987.80921: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.80935: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.80952: variable 'omit' from source: magic vars 11924 1726884987.81095: variable 'omit' from source: magic vars 11924 1726884987.81187: variable 'omit' from source: magic vars 11924 1726884987.81241: variable 'omit' from source: magic vars 11924 1726884987.81290: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884987.81340: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884987.81374: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884987.81397: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884987.81686: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884987.81689: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884987.81692: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884987.81694: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884987.81697: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.81699: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.81781: Set connection var ansible_shell_executable to /bin/sh 11924 1726884987.81790: Set connection var ansible_connection to ssh 11924 1726884987.81800: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884987.81809: Set connection var ansible_timeout to 10 11924 1726884987.81821: Set connection var ansible_pipelining to False 11924 1726884987.81831: Set connection var ansible_shell_type to sh 11924 1726884987.81864: variable 'ansible_shell_executable' from source: unknown 11924 1726884987.81873: variable 'ansible_connection' from source: unknown 11924 1726884987.81880: variable 'ansible_module_compression' from source: unknown 11924 1726884987.81886: variable 'ansible_shell_type' from source: unknown 11924 1726884987.81892: variable 'ansible_shell_executable' from source: unknown 11924 1726884987.81898: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.81905: variable 'ansible_pipelining' from source: unknown 11924 1726884987.81911: variable 'ansible_timeout' from source: unknown 11924 1726884987.81921: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.82073: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884987.82191: variable 'omit' from source: magic vars 11924 1726884987.82219: starting attempt loop 11924 1726884987.82666: running the handler 11924 1726884987.82669: handler run complete 11924 1726884987.82671: attempt loop complete, returning result 11924 1726884987.82673: _execute() done 11924 1726884987.82675: dumping result to json 11924 1726884987.82677: done dumping result, returning 11924 1726884987.82679: done running TaskExecutor() for managed_node2/TASK: Unset facts [0affc8a3-6f6f-f4c0-2290-0000000059d6] 11924 1726884987.82681: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059d6 11924 1726884987.82752: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059d6 11924 1726884987.82862: WORKER PROCESS EXITING ok: [managed_node2] => { "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 } 11924 1726884987.83102: no more pending results, returning what we have 11924 1726884987.83105: results queue empty 11924 1726884987.83105: checking for any_errors_fatal 11924 1726884987.83111: done checking for any_errors_fatal 11924 1726884987.83112: checking for max_fail_percentage 11924 1726884987.83113: done checking for max_fail_percentage 11924 1726884987.83114: checking to see if all hosts have failed and the running result is not ok 11924 1726884987.83114: done checking to see if all hosts have failed 11924 1726884987.83115: getting the remaining hosts for this loop 11924 1726884987.83116: done getting the remaining hosts for this loop 11924 1726884987.83120: getting the next task for host managed_node2 11924 1726884987.83129: done getting next task for host managed_node2 11924 1726884987.83132: ^ task is: TASK: Set some variables for fstab checking 11924 1726884987.83138: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884987.83142: getting variables 11924 1726884987.83143: in VariableManager get_vars() 11924 1726884987.83173: Calling all_inventory to load vars for managed_node2 11924 1726884987.83176: Calling groups_inventory to load vars for managed_node2 11924 1726884987.83178: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884987.83188: Calling all_plugins_play to load vars for managed_node2 11924 1726884987.83190: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884987.83193: Calling groups_plugins_play to load vars for managed_node2 11924 1726884987.84397: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884987.85753: done with get_vars() 11924 1726884987.85774: done getting variables 11924 1726884987.85952: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:27 -0400 (0:00:00.066) 0:02:33.198 ****** 11924 1726884987.85992: entering _queue_task() for managed_node2/set_fact 11924 1726884987.86676: worker is 1 (out of 1 available) 11924 1726884987.86691: exiting _queue_task() for managed_node2/set_fact 11924 1726884987.86705: done queuing things up, now waiting for results queue to drain 11924 1726884987.86759: waiting for pending results... 11924 1726884987.87169: running TaskExecutor() for managed_node2/TASK: Set some variables for fstab checking 11924 1726884987.87536: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059da 11924 1726884987.87654: variable 'ansible_search_path' from source: unknown 11924 1726884987.87695: calling self._execute() 11924 1726884987.87953: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.88261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.88265: variable 'omit' from source: magic vars 11924 1726884987.88315: variable 'omit' from source: magic vars 11924 1726884987.88668: variable 'omit' from source: magic vars 11924 1726884987.89160: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884987.92443: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884987.92529: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884987.92573: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884987.92611: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884987.92645: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884987.92729: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884987.92768: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884987.92797: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884987.92843: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884987.92864: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884987.92911: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884987.92941: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884987.92971: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884987.93012: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884987.93033: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884987.93100: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884987.93132: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884987.93161: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884987.93202: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884987.93222: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884987.93392: variable 'storage_test_fstab' from source: set_fact 11924 1726884987.93408: variable 'storage_test_volume' from source: include params 11924 1726884987.93534: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 11924 1726884987.93704: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 11924 1726884987.93747: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 11924 1726884987.93783: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 11924 1726884987.93813: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 11924 1726884987.93862: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 11924 1726884987.93888: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 11924 1726884987.93915: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884987.93949: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 11924 1726884987.94188: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884987.94215: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884987.94247: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884987.94295: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884987.94314: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884987.94499: variable '__mount_point' from source: task vars 11924 1726884987.94660: variable 'storage_test_volume' from source: include params 11924 1726884987.94663: variable 'storage_test_fstab' from source: set_fact 11924 1726884987.94977: variable '_storage_test_volume_present' from source: set_fact 11924 1726884987.94987: variable '__mount_point' from source: task vars 11924 1726884987.95360: variable 'storage_test_volume' from source: include params 11924 1726884987.95363: variable 'storage_test_volume' from source: include params 11924 1726884987.95365: variable '_storage_test_volume_present' from source: set_fact 11924 1726884987.95367: variable '__mount_point' from source: task vars 11924 1726884987.95743: variable 'storage_test_volume' from source: include params 11924 1726884987.96410: variable '__mount_options' from source: task vars 11924 1726884987.96579: variable 'storage_test_volume' from source: include params 11924 1726884987.96768: variable '__mount_point' from source: task vars 11924 1726884987.96842: variable 'storage_test_volume' from source: include params 11924 1726884987.97260: variable 'storage_test_fstab' from source: set_fact 11924 1726884987.97263: variable '__pattern' from source: task vars 11924 1726884987.97265: variable '__mount_point' from source: task vars 11924 1726884987.97267: variable 'storage_test_volume' from source: include params 11924 1726884987.97269: variable '__mount_options' from source: task vars 11924 1726884987.97448: variable 'storage_test_volume' from source: include params 11924 1726884987.97620: variable '_storage_test_volume_present' from source: set_fact 11924 1726884987.97634: variable '__mount_options' from source: task vars 11924 1726884987.97704: variable 'storage_test_volume' from source: include params 11924 1726884987.97741: variable 'omit' from source: magic vars 11924 1726884987.97778: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884987.97812: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884987.97839: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884987.97867: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884987.97884: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884987.97905: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884987.97931: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884987.97965: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884987.97974: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.97982: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.98160: Set connection var ansible_shell_executable to /bin/sh 11924 1726884987.98163: Set connection var ansible_connection to ssh 11924 1726884987.98165: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884987.98167: Set connection var ansible_timeout to 10 11924 1726884987.98169: Set connection var ansible_pipelining to False 11924 1726884987.98171: Set connection var ansible_shell_type to sh 11924 1726884987.98173: variable 'ansible_shell_executable' from source: unknown 11924 1726884987.98175: variable 'ansible_connection' from source: unknown 11924 1726884987.98178: variable 'ansible_module_compression' from source: unknown 11924 1726884987.98180: variable 'ansible_shell_type' from source: unknown 11924 1726884987.98187: variable 'ansible_shell_executable' from source: unknown 11924 1726884987.98195: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884987.98203: variable 'ansible_pipelining' from source: unknown 11924 1726884987.98210: variable 'ansible_timeout' from source: unknown 11924 1726884987.98221: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884987.98332: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884987.98349: variable 'omit' from source: magic vars 11924 1726884987.98365: starting attempt loop 11924 1726884987.98415: running the handler 11924 1726884987.98420: handler run complete 11924 1726884987.98422: attempt loop complete, returning result 11924 1726884987.98424: _execute() done 11924 1726884987.98426: dumping result to json 11924 1726884987.98430: done dumping result, returning 11924 1726884987.98442: done running TaskExecutor() for managed_node2/TASK: Set some variables for fstab checking [0affc8a3-6f6f-f4c0-2290-0000000059da] 11924 1726884987.98451: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059da ok: [managed_node2] => { "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 } 11924 1726884987.98619: no more pending results, returning what we have 11924 1726884987.98623: results queue empty 11924 1726884987.98624: checking for any_errors_fatal 11924 1726884987.98632: done checking for any_errors_fatal 11924 1726884987.98633: checking for max_fail_percentage 11924 1726884987.98634: done checking for max_fail_percentage 11924 1726884987.98635: checking to see if all hosts have failed and the running result is not ok 11924 1726884987.98636: done checking to see if all hosts have failed 11924 1726884987.98637: getting the remaining hosts for this loop 11924 1726884987.98639: done getting the remaining hosts for this loop 11924 1726884987.98642: getting the next task for host managed_node2 11924 1726884987.98651: done getting next task for host managed_node2 11924 1726884987.98653: ^ task is: TASK: Verify that the device identifier appears in /etc/fstab 11924 1726884987.98662: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884987.98667: getting variables 11924 1726884987.98669: in VariableManager get_vars() 11924 1726884987.98675: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059da 11924 1726884987.98832: WORKER PROCESS EXITING 11924 1726884987.98824: Calling all_inventory to load vars for managed_node2 11924 1726884987.98896: Calling groups_inventory to load vars for managed_node2 11924 1726884987.98900: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884987.98910: Calling all_plugins_play to load vars for managed_node2 11924 1726884987.98913: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884987.98915: Calling groups_plugins_play to load vars for managed_node2 11924 1726884988.00012: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884988.01062: done with get_vars() 11924 1726884988.01085: done getting variables 11924 1726884988.01163: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:28 -0400 (0:00:00.152) 0:02:33.351 ****** 11924 1726884988.01210: entering _queue_task() for managed_node2/assert 11924 1726884988.01669: worker is 1 (out of 1 available) 11924 1726884988.01681: exiting _queue_task() for managed_node2/assert 11924 1726884988.01692: done queuing things up, now waiting for results queue to drain 11924 1726884988.01694: waiting for pending results... 11924 1726884988.02072: running TaskExecutor() for managed_node2/TASK: Verify that the device identifier appears in /etc/fstab 11924 1726884988.02276: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059db 11924 1726884988.02280: variable 'ansible_search_path' from source: unknown 11924 1726884988.02283: calling self._execute() 11924 1726884988.02322: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884988.02327: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884988.02336: variable 'omit' from source: magic vars 11924 1726884988.02860: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884988.07607: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884988.09164: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884988.09169: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884988.09172: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884988.09213: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884988.09383: variable '_storage_test_volume_present' from source: set_fact 11924 1726884988.09403: Evaluated conditional (_storage_test_volume_present | bool): False 11924 1726884988.09407: when evaluation is False, skipping this task 11924 1726884988.09410: _execute() done 11924 1726884988.09413: dumping result to json 11924 1726884988.09530: done dumping result, returning 11924 1726884988.09538: done running TaskExecutor() for managed_node2/TASK: Verify that the device identifier appears in /etc/fstab [0affc8a3-6f6f-f4c0-2290-0000000059db] 11924 1726884988.09544: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059db 11924 1726884988.09774: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059db 11924 1726884988.09778: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 11924 1726884988.09834: no more pending results, returning what we have 11924 1726884988.09838: results queue empty 11924 1726884988.09839: checking for any_errors_fatal 11924 1726884988.09849: done checking for any_errors_fatal 11924 1726884988.09850: checking for max_fail_percentage 11924 1726884988.09852: done checking for max_fail_percentage 11924 1726884988.09853: checking to see if all hosts have failed and the running result is not ok 11924 1726884988.09854: done checking to see if all hosts have failed 11924 1726884988.09857: getting the remaining hosts for this loop 11924 1726884988.09860: done getting the remaining hosts for this loop 11924 1726884988.09864: getting the next task for host managed_node2 11924 1726884988.09875: done getting next task for host managed_node2 11924 1726884988.09878: ^ task is: TASK: Verify the fstab mount point 11924 1726884988.09885: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884988.09891: getting variables 11924 1726884988.09893: in VariableManager get_vars() 11924 1726884988.09936: Calling all_inventory to load vars for managed_node2 11924 1726884988.09939: Calling groups_inventory to load vars for managed_node2 11924 1726884988.09942: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884988.09953: Calling all_plugins_play to load vars for managed_node2 11924 1726884988.10264: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884988.10270: Calling groups_plugins_play to load vars for managed_node2 11924 1726884988.11622: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884988.12852: done with get_vars() 11924 1726884988.12958: done getting variables 11924 1726884988.13024: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:16:28 -0400 (0:00:00.118) 0:02:33.470 ****** 11924 1726884988.13165: entering _queue_task() for managed_node2/assert 11924 1726884988.14039: worker is 1 (out of 1 available) 11924 1726884988.14052: exiting _queue_task() for managed_node2/assert 11924 1726884988.14172: done queuing things up, now waiting for results queue to drain 11924 1726884988.14174: waiting for pending results... 11924 1726884988.15373: running TaskExecutor() for managed_node2/TASK: Verify the fstab mount point 11924 1726884988.15963: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059dc 11924 1726884988.15966: variable 'ansible_search_path' from source: unknown 11924 1726884988.15970: calling self._execute() 11924 1726884988.16562: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884988.16567: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884988.16570: variable 'omit' from source: magic vars 11924 1726884988.16572: variable 'omit' from source: magic vars 11924 1726884988.17060: variable 'omit' from source: magic vars 11924 1726884988.17672: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 11924 1726884988.17687: variable 'storage_test_volume' from source: include params 11924 1726884988.17751: variable 'omit' from source: magic vars 11924 1726884988.18005: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884988.18049: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884988.18359: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884988.18363: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884988.18366: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884988.18368: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884988.18370: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884988.18762: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884988.18765: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884988.18768: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884988.18770: Set connection var ansible_shell_executable to /bin/sh 11924 1726884988.18773: Set connection var ansible_connection to ssh 11924 1726884988.18775: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884988.18777: Set connection var ansible_timeout to 10 11924 1726884988.18779: Set connection var ansible_pipelining to False 11924 1726884988.18781: Set connection var ansible_shell_type to sh 11924 1726884988.19076: variable 'ansible_shell_executable' from source: unknown 11924 1726884988.19086: variable 'ansible_connection' from source: unknown 11924 1726884988.19094: variable 'ansible_module_compression' from source: unknown 11924 1726884988.19101: variable 'ansible_shell_type' from source: unknown 11924 1726884988.19108: variable 'ansible_shell_executable' from source: unknown 11924 1726884988.19115: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884988.19127: variable 'ansible_pipelining' from source: unknown 11924 1726884988.19132: variable 'ansible_timeout' from source: unknown 11924 1726884988.19139: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884988.19396: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884988.19420: variable 'omit' from source: magic vars 11924 1726884988.19432: starting attempt loop 11924 1726884988.19438: running the handler 11924 1726884988.19643: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884988.22615: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884988.22701: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884988.22747: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884988.22785: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884988.22819: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884988.22898: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884988.22935: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884988.22973: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884988.23021: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884988.23042: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884988.23460: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884988.23462: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884988.23464: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884988.23466: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884988.23468: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884988.23573: variable 'storage_test_fstab_mount_point_matches' from source: set_fact 11924 1726884988.23860: variable 'storage_test_fstab_expected_mount_point_matches' from source: set_fact 11924 1726884988.23863: Evaluated conditional (storage_test_fstab_mount_point_matches | length == storage_test_fstab_expected_mount_point_matches | int): True 11924 1726884988.23865: handler run complete 11924 1726884988.23868: attempt loop complete, returning result 11924 1726884988.23870: _execute() done 11924 1726884988.23872: dumping result to json 11924 1726884988.23874: done dumping result, returning 11924 1726884988.23876: done running TaskExecutor() for managed_node2/TASK: Verify the fstab mount point [0affc8a3-6f6f-f4c0-2290-0000000059dc] 11924 1726884988.23878: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059dc 11924 1726884988.23949: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059dc 11924 1726884988.23952: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884988.24010: no more pending results, returning what we have 11924 1726884988.24014: results queue empty 11924 1726884988.24015: checking for any_errors_fatal 11924 1726884988.24022: done checking for any_errors_fatal 11924 1726884988.24023: checking for max_fail_percentage 11924 1726884988.24025: done checking for max_fail_percentage 11924 1726884988.24026: checking to see if all hosts have failed and the running result is not ok 11924 1726884988.24027: done checking to see if all hosts have failed 11924 1726884988.24028: getting the remaining hosts for this loop 11924 1726884988.24030: done getting the remaining hosts for this loop 11924 1726884988.24034: getting the next task for host managed_node2 11924 1726884988.24043: done getting next task for host managed_node2 11924 1726884988.24046: ^ task is: TASK: Verify mount_options 11924 1726884988.24052: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884988.24061: getting variables 11924 1726884988.24064: in VariableManager get_vars() 11924 1726884988.24104: Calling all_inventory to load vars for managed_node2 11924 1726884988.24106: Calling groups_inventory to load vars for managed_node2 11924 1726884988.24111: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884988.24121: Calling all_plugins_play to load vars for managed_node2 11924 1726884988.24125: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884988.24127: Calling groups_plugins_play to load vars for managed_node2 11924 1726884988.26517: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884988.27696: done with get_vars() 11924 1726884988.27714: done getting variables 11924 1726884988.27773: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:28 -0400 (0:00:00.146) 0:02:33.616 ****** 11924 1726884988.27806: entering _queue_task() for managed_node2/assert 11924 1726884988.28521: worker is 1 (out of 1 available) 11924 1726884988.28533: exiting _queue_task() for managed_node2/assert 11924 1726884988.28547: done queuing things up, now waiting for results queue to drain 11924 1726884988.28549: waiting for pending results... 11924 1726884988.29164: running TaskExecutor() for managed_node2/TASK: Verify mount_options 11924 1726884988.29477: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059dd 11924 1726884988.29499: variable 'ansible_search_path' from source: unknown 11924 1726884988.29590: calling self._execute() 11924 1726884988.30072: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884988.30076: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884988.30080: variable 'omit' from source: magic vars 11924 1726884988.30832: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884988.36362: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884988.36451: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884988.36762: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884988.36766: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884988.36960: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884988.36965: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884988.36968: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884988.36971: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884988.36973: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884988.37175: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884988.37306: Evaluated conditional (__storage_verify_mount_options | d(false)): False 11924 1726884988.37663: when evaluation is False, skipping this task 11924 1726884988.37666: _execute() done 11924 1726884988.37669: dumping result to json 11924 1726884988.37671: done dumping result, returning 11924 1726884988.37673: done running TaskExecutor() for managed_node2/TASK: Verify mount_options [0affc8a3-6f6f-f4c0-2290-0000000059dd] 11924 1726884988.37675: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059dd 11924 1726884988.37748: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059dd 11924 1726884988.37751: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__storage_verify_mount_options | d(false)", "skip_reason": "Conditional result was False" } 11924 1726884988.37810: no more pending results, returning what we have 11924 1726884988.37813: results queue empty 11924 1726884988.37814: checking for any_errors_fatal 11924 1726884988.37821: done checking for any_errors_fatal 11924 1726884988.37822: checking for max_fail_percentage 11924 1726884988.37824: done checking for max_fail_percentage 11924 1726884988.37825: checking to see if all hosts have failed and the running result is not ok 11924 1726884988.37825: done checking to see if all hosts have failed 11924 1726884988.37826: getting the remaining hosts for this loop 11924 1726884988.37828: done getting the remaining hosts for this loop 11924 1726884988.37831: getting the next task for host managed_node2 11924 1726884988.37840: done getting next task for host managed_node2 11924 1726884988.37843: ^ task is: TASK: Verify fingerprint 11924 1726884988.37849: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884988.37854: getting variables 11924 1726884988.37858: in VariableManager get_vars() 11924 1726884988.37897: Calling all_inventory to load vars for managed_node2 11924 1726884988.37900: Calling groups_inventory to load vars for managed_node2 11924 1726884988.37903: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884988.37913: Calling all_plugins_play to load vars for managed_node2 11924 1726884988.37916: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884988.37918: Calling groups_plugins_play to load vars for managed_node2 11924 1726884988.39186: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884988.40302: done with get_vars() 11924 1726884988.40319: done getting variables 11924 1726884988.40585: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify fingerprint] ****************************************************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-fstab.yml:45 Friday 20 September 2024 22:16:28 -0400 (0:00:00.128) 0:02:33.745 ****** 11924 1726884988.40619: entering _queue_task() for managed_node2/assert 11924 1726884988.41177: worker is 1 (out of 1 available) 11924 1726884988.41305: exiting _queue_task() for managed_node2/assert 11924 1726884988.41322: done queuing things up, now waiting for results queue to drain 11924 1726884988.41324: waiting for pending results... 11924 1726884988.41574: running TaskExecutor() for managed_node2/TASK: Verify fingerprint 11924 1726884988.41748: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059de 11924 1726884988.41775: variable 'ansible_search_path' from source: unknown 11924 1726884988.41815: calling self._execute() 11924 1726884988.41981: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884988.41994: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884988.42010: variable 'omit' from source: magic vars 11924 1726884988.42154: variable 'omit' from source: magic vars 11924 1726884988.42248: variable 'omit' from source: magic vars 11924 1726884988.42297: variable 'omit' from source: magic vars 11924 1726884988.42349: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884988.42405: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884988.42438: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884988.42463: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884988.42479: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884988.42505: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884988.42527: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884988.42563: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884988.42572: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884988.42580: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884988.43057: Set connection var ansible_shell_executable to /bin/sh 11924 1726884988.43061: Set connection var ansible_connection to ssh 11924 1726884988.43063: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884988.43066: Set connection var ansible_timeout to 10 11924 1726884988.43067: Set connection var ansible_pipelining to False 11924 1726884988.43069: Set connection var ansible_shell_type to sh 11924 1726884988.43085: variable 'ansible_shell_executable' from source: unknown 11924 1726884988.43092: variable 'ansible_connection' from source: unknown 11924 1726884988.43098: variable 'ansible_module_compression' from source: unknown 11924 1726884988.43105: variable 'ansible_shell_type' from source: unknown 11924 1726884988.43111: variable 'ansible_shell_executable' from source: unknown 11924 1726884988.43120: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884988.43128: variable 'ansible_pipelining' from source: unknown 11924 1726884988.43134: variable 'ansible_timeout' from source: unknown 11924 1726884988.43141: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884988.43311: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884988.43347: variable 'omit' from source: magic vars 11924 1726884988.43359: starting attempt loop 11924 1726884988.43367: running the handler 11924 1726884988.43699: variable '__fingerprint' from source: task vars 11924 1726884988.43713: variable 'storage_test_fstab' from source: set_fact 11924 1726884988.43744: Evaluated conditional (__fingerprint in storage_test_fstab.stdout): True 11924 1726884988.43808: handler run complete 11924 1726884988.43811: attempt loop complete, returning result 11924 1726884988.43814: _execute() done 11924 1726884988.43819: dumping result to json 11924 1726884988.43821: done dumping result, returning 11924 1726884988.43823: done running TaskExecutor() for managed_node2/TASK: Verify fingerprint [0affc8a3-6f6f-f4c0-2290-0000000059de] 11924 1726884988.43825: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059de ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884988.43971: no more pending results, returning what we have 11924 1726884988.43974: results queue empty 11924 1726884988.43975: checking for any_errors_fatal 11924 1726884988.43989: done checking for any_errors_fatal 11924 1726884988.43990: checking for max_fail_percentage 11924 1726884988.43992: done checking for max_fail_percentage 11924 1726884988.43993: checking to see if all hosts have failed and the running result is not ok 11924 1726884988.43994: done checking to see if all hosts have failed 11924 1726884988.43995: getting the remaining hosts for this loop 11924 1726884988.43996: done getting the remaining hosts for this loop 11924 1726884988.44000: getting the next task for host managed_node2 11924 1726884988.44010: done getting next task for host managed_node2 11924 1726884988.44013: ^ task is: TASK: Clean up variables 11924 1726884988.44022: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884988.44029: getting variables 11924 1726884988.44031: in VariableManager get_vars() 11924 1726884988.44075: Calling all_inventory to load vars for managed_node2 11924 1726884988.44079: Calling groups_inventory to load vars for managed_node2 11924 1726884988.44083: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884988.44095: Calling all_plugins_play to load vars for managed_node2 11924 1726884988.44098: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884988.44102: Calling groups_plugins_play to load vars for managed_node2 11924 1726884988.44990: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059de 11924 1726884988.44994: WORKER PROCESS EXITING 11924 1726884988.45149: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884988.45787: done with get_vars() 11924 1726884988.45805: done getting variables 11924 1726884988.45874: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:28 -0400 (0:00:00.052) 0:02:33.798 ****** 11924 1726884988.45909: entering _queue_task() for managed_node2/set_fact 11924 1726884988.46237: worker is 1 (out of 1 available) 11924 1726884988.46252: exiting _queue_task() for managed_node2/set_fact 11924 1726884988.46268: done queuing things up, now waiting for results queue to drain 11924 1726884988.46270: waiting for pending results... 11924 1726884988.47011: running TaskExecutor() for managed_node2/TASK: Clean up variables 11924 1726884988.47335: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059df 11924 1726884988.47430: variable 'ansible_search_path' from source: unknown 11924 1726884988.47473: calling self._execute() 11924 1726884988.47800: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884988.47811: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884988.47831: variable 'omit' from source: magic vars 11924 1726884988.47978: variable 'omit' from source: magic vars 11924 1726884988.48058: variable 'omit' from source: magic vars 11924 1726884988.48106: variable 'omit' from source: magic vars 11924 1726884988.48160: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884988.48207: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884988.48241: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884988.48266: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884988.48288: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884988.48310: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884988.48334: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884988.48373: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884988.48381: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884988.48392: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884988.48519: Set connection var ansible_shell_executable to /bin/sh 11924 1726884988.48528: Set connection var ansible_connection to ssh 11924 1726884988.48539: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884988.48549: Set connection var ansible_timeout to 10 11924 1726884988.48560: Set connection var ansible_pipelining to False 11924 1726884988.48570: Set connection var ansible_shell_type to sh 11924 1726884988.48611: variable 'ansible_shell_executable' from source: unknown 11924 1726884988.48614: variable 'ansible_connection' from source: unknown 11924 1726884988.48723: variable 'ansible_module_compression' from source: unknown 11924 1726884988.48727: variable 'ansible_shell_type' from source: unknown 11924 1726884988.48729: variable 'ansible_shell_executable' from source: unknown 11924 1726884988.48731: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884988.48733: variable 'ansible_pipelining' from source: unknown 11924 1726884988.48734: variable 'ansible_timeout' from source: unknown 11924 1726884988.48736: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884988.48814: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884988.48865: variable 'omit' from source: magic vars 11924 1726884988.48892: starting attempt loop 11924 1726884988.48903: running the handler 11924 1726884988.48945: handler run complete 11924 1726884988.48964: attempt loop complete, returning result 11924 1726884988.48989: _execute() done 11924 1726884988.48997: dumping result to json 11924 1726884988.49004: done dumping result, returning 11924 1726884988.49015: done running TaskExecutor() for managed_node2/TASK: Clean up variables [0affc8a3-6f6f-f4c0-2290-0000000059df] 11924 1726884988.49028: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059df ok: [managed_node2] => { "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 } 11924 1726884988.49205: no more pending results, returning what we have 11924 1726884988.49209: results queue empty 11924 1726884988.49209: checking for any_errors_fatal 11924 1726884988.49218: done checking for any_errors_fatal 11924 1726884988.49219: checking for max_fail_percentage 11924 1726884988.49221: done checking for max_fail_percentage 11924 1726884988.49222: checking to see if all hosts have failed and the running result is not ok 11924 1726884988.49222: done checking to see if all hosts have failed 11924 1726884988.49223: getting the remaining hosts for this loop 11924 1726884988.49225: done getting the remaining hosts for this loop 11924 1726884988.49228: getting the next task for host managed_node2 11924 1726884988.49242: done getting next task for host managed_node2 11924 1726884988.49244: ^ task is: TASK: Verify fs type 11924 1726884988.49251: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884988.49259: getting variables 11924 1726884988.49261: in VariableManager get_vars() 11924 1726884988.49299: Calling all_inventory to load vars for managed_node2 11924 1726884988.49302: Calling groups_inventory to load vars for managed_node2 11924 1726884988.49306: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884988.49318: Calling all_plugins_play to load vars for managed_node2 11924 1726884988.49324: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884988.49328: Calling groups_plugins_play to load vars for managed_node2 11924 1726884988.49849: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059df 11924 1726884988.49853: WORKER PROCESS EXITING 11924 1726884988.50039: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884988.50671: done with get_vars() 11924 1726884988.50692: done getting variables 11924 1726884988.50874: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:28 -0400 (0:00:00.050) 0:02:33.848 ****** 11924 1726884988.50995: entering _queue_task() for managed_node2/assert 11924 1726884988.51767: worker is 1 (out of 1 available) 11924 1726884988.52002: exiting _queue_task() for managed_node2/assert 11924 1726884988.52014: done queuing things up, now waiting for results queue to drain 11924 1726884988.52015: waiting for pending results... 11924 1726884988.52633: running TaskExecutor() for managed_node2/TASK: Verify fs type 11924 1726884988.52809: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059e3 11924 1726884988.52853: variable 'ansible_search_path' from source: unknown 11924 1726884988.52986: calling self._execute() 11924 1726884988.53221: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884988.53280: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884988.53296: variable 'omit' from source: magic vars 11924 1726884988.53963: variable 'storage_test_volume' from source: include params 11924 1726884988.54005: Evaluated conditional (storage_test_volume.type != "stratis"): True 11924 1726884988.54135: variable 'storage_test_volume' from source: include params 11924 1726884988.54164: Evaluated conditional (storage_test_volume.fs_type): True 11924 1726884988.54470: variable '_storage_test_volume_present' from source: set_fact 11924 1726884988.54475: Evaluated conditional (_storage_test_volume_present): False 11924 1726884988.54478: when evaluation is False, skipping this task 11924 1726884988.54481: _execute() done 11924 1726884988.54483: dumping result to json 11924 1726884988.54486: done dumping result, returning 11924 1726884988.54488: done running TaskExecutor() for managed_node2/TASK: Verify fs type [0affc8a3-6f6f-f4c0-2290-0000000059e3] 11924 1726884988.54490: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059e3 11924 1726884988.54759: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059e3 11924 1726884988.54765: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884988.54825: no more pending results, returning what we have 11924 1726884988.54830: results queue empty 11924 1726884988.54831: checking for any_errors_fatal 11924 1726884988.54843: done checking for any_errors_fatal 11924 1726884988.54844: checking for max_fail_percentage 11924 1726884988.54846: done checking for max_fail_percentage 11924 1726884988.54847: checking to see if all hosts have failed and the running result is not ok 11924 1726884988.54848: done checking to see if all hosts have failed 11924 1726884988.54849: getting the remaining hosts for this loop 11924 1726884988.54852: done getting the remaining hosts for this loop 11924 1726884988.54867: getting the next task for host managed_node2 11924 1726884988.54880: done getting next task for host managed_node2 11924 1726884988.54883: ^ task is: TASK: Verify fs label 11924 1726884988.54892: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884988.54898: getting variables 11924 1726884988.54901: in VariableManager get_vars() 11924 1726884988.54949: Calling all_inventory to load vars for managed_node2 11924 1726884988.54953: Calling groups_inventory to load vars for managed_node2 11924 1726884988.55221: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884988.55234: Calling all_plugins_play to load vars for managed_node2 11924 1726884988.55237: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884988.55239: Calling groups_plugins_play to load vars for managed_node2 11924 1726884988.56197: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884988.56833: done with get_vars() 11924 1726884988.56849: done getting variables 11924 1726884988.56914: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:28 -0400 (0:00:00.059) 0:02:33.908 ****** 11924 1726884988.56954: entering _queue_task() for managed_node2/assert 11924 1726884988.57279: worker is 1 (out of 1 available) 11924 1726884988.57296: exiting _queue_task() for managed_node2/assert 11924 1726884988.57310: done queuing things up, now waiting for results queue to drain 11924 1726884988.57312: waiting for pending results... 11924 1726884988.57933: running TaskExecutor() for managed_node2/TASK: Verify fs label 11924 1726884988.58299: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059e4 11924 1726884988.58321: variable 'ansible_search_path' from source: unknown 11924 1726884988.58591: calling self._execute() 11924 1726884988.58718: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884988.58920: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884988.58925: variable 'omit' from source: magic vars 11924 1726884988.59589: variable 'storage_test_volume' from source: include params 11924 1726884988.59614: Evaluated conditional (storage_test_volume.type != "stratis"): True 11924 1726884988.59809: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884988.62066: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884988.62866: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884988.63066: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884988.63074: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884988.63077: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884988.63170: variable '_storage_test_volume_present' from source: set_fact 11924 1726884988.63221: Evaluated conditional (_storage_test_volume_present | bool): False 11924 1726884988.63228: when evaluation is False, skipping this task 11924 1726884988.63234: _execute() done 11924 1726884988.63239: dumping result to json 11924 1726884988.63244: done dumping result, returning 11924 1726884988.63253: done running TaskExecutor() for managed_node2/TASK: Verify fs label [0affc8a3-6f6f-f4c0-2290-0000000059e4] 11924 1726884988.63472: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059e4 skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 11924 1726884988.63854: no more pending results, returning what we have 11924 1726884988.63860: results queue empty 11924 1726884988.63861: checking for any_errors_fatal 11924 1726884988.63869: done checking for any_errors_fatal 11924 1726884988.63870: checking for max_fail_percentage 11924 1726884988.63872: done checking for max_fail_percentage 11924 1726884988.63873: checking to see if all hosts have failed and the running result is not ok 11924 1726884988.63874: done checking to see if all hosts have failed 11924 1726884988.63875: getting the remaining hosts for this loop 11924 1726884988.63877: done getting the remaining hosts for this loop 11924 1726884988.63881: getting the next task for host managed_node2 11924 1726884988.63895: done getting next task for host managed_node2 11924 1726884988.63898: ^ task is: TASK: See whether the device node is present 11924 1726884988.63905: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884988.63911: getting variables 11924 1726884988.63913: in VariableManager get_vars() 11924 1726884988.63967: Calling all_inventory to load vars for managed_node2 11924 1726884988.63970: Calling groups_inventory to load vars for managed_node2 11924 1726884988.63974: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884988.63989: Calling all_plugins_play to load vars for managed_node2 11924 1726884988.63993: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884988.63999: Calling groups_plugins_play to load vars for managed_node2 11924 1726884988.64736: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059e4 11924 1726884988.64740: WORKER PROCESS EXITING 11924 1726884988.66148: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884988.67382: done with get_vars() 11924 1726884988.67402: 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 22:16:28 -0400 (0:00:00.106) 0:02:34.014 ****** 11924 1726884988.67561: entering _queue_task() for managed_node2/stat 11924 1726884988.68190: worker is 1 (out of 1 available) 11924 1726884988.68204: exiting _queue_task() for managed_node2/stat 11924 1726884988.68221: done queuing things up, now waiting for results queue to drain 11924 1726884988.68223: waiting for pending results... 11924 1726884988.68468: running TaskExecutor() for managed_node2/TASK: See whether the device node is present 11924 1726884988.68663: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059e8 11924 1726884988.68667: variable 'ansible_search_path' from source: unknown 11924 1726884988.68671: calling self._execute() 11924 1726884988.68766: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884988.68770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884988.68781: variable 'omit' from source: magic vars 11924 1726884988.68887: variable 'omit' from source: magic vars 11924 1726884988.68957: variable 'omit' from source: magic vars 11924 1726884988.69279: variable 'storage_test_volume' from source: include params 11924 1726884988.69344: variable 'omit' from source: magic vars 11924 1726884988.69562: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884988.69566: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884988.69568: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884988.69571: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884988.69573: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884988.69575: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884988.69578: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884988.69628: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884988.69637: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884988.69644: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884988.69789: Set connection var ansible_shell_executable to /bin/sh 11924 1726884988.69799: Set connection var ansible_connection to ssh 11924 1726884988.69920: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884988.69924: Set connection var ansible_timeout to 10 11924 1726884988.69926: Set connection var ansible_pipelining to False 11924 1726884988.69928: Set connection var ansible_shell_type to sh 11924 1726884988.69930: variable 'ansible_shell_executable' from source: unknown 11924 1726884988.69933: variable 'ansible_connection' from source: unknown 11924 1726884988.69935: variable 'ansible_module_compression' from source: unknown 11924 1726884988.69937: variable 'ansible_shell_type' from source: unknown 11924 1726884988.69939: variable 'ansible_shell_executable' from source: unknown 11924 1726884988.69941: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884988.69943: variable 'ansible_pipelining' from source: unknown 11924 1726884988.69945: variable 'ansible_timeout' from source: unknown 11924 1726884988.69947: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884988.70244: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 11924 1726884988.70249: variable 'omit' from source: magic vars 11924 1726884988.70251: starting attempt loop 11924 1726884988.70254: running the handler 11924 1726884988.70258: _low_level_execute_command(): starting 11924 1726884988.70260: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884988.72147: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884988.72152: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884988.72424: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884988.72493: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884988.74217: stdout chunk (state=3): >>>/root <<< 11924 1726884988.74382: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884988.74386: stdout chunk (state=3): >>><<< 11924 1726884988.74388: stderr chunk (state=3): >>><<< 11924 1726884988.74410: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884988.74432: _low_level_execute_command(): starting 11924 1726884988.74442: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884988.7441905-18998-29219562165163 `" && echo ansible-tmp-1726884988.7441905-18998-29219562165163="` echo /root/.ansible/tmp/ansible-tmp-1726884988.7441905-18998-29219562165163 `" ) && sleep 0' 11924 1726884988.75531: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884988.75629: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884988.75654: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884988.75692: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884988.75750: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884988.77764: stdout chunk (state=3): >>>ansible-tmp-1726884988.7441905-18998-29219562165163=/root/.ansible/tmp/ansible-tmp-1726884988.7441905-18998-29219562165163 <<< 11924 1726884988.77970: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884988.77974: stdout chunk (state=3): >>><<< 11924 1726884988.77976: stderr chunk (state=3): >>><<< 11924 1726884988.77978: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884988.7441905-18998-29219562165163=/root/.ansible/tmp/ansible-tmp-1726884988.7441905-18998-29219562165163 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884988.78224: variable 'ansible_module_compression' from source: unknown 11924 1726884988.78571: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 11924 1726884988.78574: variable 'ansible_facts' from source: unknown 11924 1726884988.78576: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884988.7441905-18998-29219562165163/AnsiballZ_stat.py 11924 1726884988.78938: Sending initial data 11924 1726884988.78942: Sent initial data (152 bytes) 11924 1726884988.79596: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884988.79670: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884988.79706: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884988.79720: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884988.79757: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884988.79852: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884988.81663: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884988.81669: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884988.81686: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmph5h66dk5 /root/.ansible/tmp/ansible-tmp-1726884988.7441905-18998-29219562165163/AnsiballZ_stat.py <<< 11924 1726884988.81689: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884988.7441905-18998-29219562165163/AnsiballZ_stat.py" <<< 11924 1726884988.81731: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmph5h66dk5" to remote "/root/.ansible/tmp/ansible-tmp-1726884988.7441905-18998-29219562165163/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884988.7441905-18998-29219562165163/AnsiballZ_stat.py" <<< 11924 1726884988.82715: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884988.82753: stderr chunk (state=3): >>><<< 11924 1726884988.82758: stdout chunk (state=3): >>><<< 11924 1726884988.82783: done transferring module to remote 11924 1726884988.82799: _low_level_execute_command(): starting 11924 1726884988.82802: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884988.7441905-18998-29219562165163/ /root/.ansible/tmp/ansible-tmp-1726884988.7441905-18998-29219562165163/AnsiballZ_stat.py && sleep 0' 11924 1726884988.83433: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884988.83452: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884988.83470: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884988.83492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884988.83512: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884988.83528: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884988.83632: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884988.83647: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884988.83854: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884988.85627: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884988.85665: stderr chunk (state=3): >>><<< 11924 1726884988.85678: stdout chunk (state=3): >>><<< 11924 1726884988.85702: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884988.85715: _low_level_execute_command(): starting 11924 1726884988.85730: _low_level_execute_command(): using become for this command 11924 1726884988.85752: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-tbtokhdlvucorksrewuvszhhhnlkfgpd ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884988.7441905-18998-29219562165163/AnsiballZ_stat.py'"'"' && sleep 0' 11924 1726884988.85872: Initial state: awaiting_escalation: BECOME-SUCCESS-tbtokhdlvucorksrewuvszhhhnlkfgpd 11924 1726884988.86242: 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 <<< 11924 1726884988.86306: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884988.86342: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884988.86361: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884988.86424: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884988.89443: stdout chunk (state=1): >>>BECOME-SUCCESS-tbtokhdlvucorksrewuvszhhhnlkfgpd <<< 11924 1726884988.89448: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-tbtokhdlvucorksrewuvszhhhnlkfgpd' 11924 1726884988.89927: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884988.89931: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 11924 1726884988.89978: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 11924 1726884988.90032: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884988.90167: 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' # <<< 11924 1726884988.90172: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884988.90243: 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 0x7f371d0183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cfe7a10> <<< 11924 1726884988.90307: 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 0x7f371d01a960> import '_signal' # <<< 11924 1726884988.90353: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 11924 1726884988.90401: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 11924 1726884988.90461: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884988.90495: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884988.90516: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884988.90559: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 11924 1726884988.90563: stdout chunk (state=3): >>>Processing user site-packages <<< 11924 1726884988.90614: 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' <<< 11924 1726884988.90648: 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' <<< 11924 1726884988.90676: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce2cfe0> <<< 11924 1726884988.90749: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884988.90752: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce2dfd0> <<< 11924 1726884988.90776: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884988.90796: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884988.91023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884988.91075: 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 <<< 11924 1726884988.91092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884988.91108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884988.91148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884988.91167: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884988.91199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884988.91206: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce6bec0> <<< 11924 1726884988.91235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884988.91253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884988.91280: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce6bf80> <<< 11924 1726884988.91306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884988.91323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884988.91359: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884988.91402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884988.91429: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884988.91465: 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 0x7f371cea3860> <<< 11924 1726884988.91494: 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' <<< 11924 1726884988.91518: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cea3ef0> import '_collections' # <<< 11924 1726884988.91567: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce83b60> <<< 11924 1726884988.91585: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884988.91613: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce812b0> <<< 11924 1726884988.91703: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce69070> <<< 11924 1726884988.91744: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884988.91757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 11924 1726884988.91762: stdout chunk (state=3): >>>import '_sre' # <<< 11924 1726884988.91796: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 11924 1726884988.91814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884988.91837: 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' <<< 11924 1726884988.91899: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cec7860> <<< 11924 1726884988.91903: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cec6480> <<< 11924 1726884988.91935: 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 0x7f371ce82180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cec4bc0> <<< 11924 1726884988.91999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 11924 1726884988.92002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cef88f0> <<< 11924 1726884988.92025: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce682f0> <<< 11924 1726884988.92028: 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' <<< 11924 1726884988.92071: 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 0x7f371cef8da0> <<< 11924 1726884988.92075: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cef8c50> <<< 11924 1726884988.92113: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884988.92123: 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 0x7f371cef9010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce66e10> <<< 11924 1726884988.92159: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 11924 1726884988.92164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884988.92195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884988.92220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884988.92236: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cef9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cef9370> <<< 11924 1726884988.92239: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 11924 1726884988.92276: 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' <<< 11924 1726884988.92324: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cefa540> <<< 11924 1726884988.92327: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884988.92368: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884988.92472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 11924 1726884988.92476: 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 0x7f371cf10740> import 'errno' # <<< 11924 1726884988.92505: 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 0x7f371cf11e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 11924 1726884988.92604: 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 0x7f371cf12cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371cf13320> <<< 11924 1726884988.92639: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cf12270> <<< 11924 1726884988.92650: 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' <<< 11924 1726884988.92725: 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 0x7f371cf13da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cf134d0> <<< 11924 1726884988.92758: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cefa4b0> <<< 11924 1726884988.92789: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 11924 1726884988.92820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 11924 1726884988.92827: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884988.92840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884988.92903: 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 0x7f371ccdfc50> <<< 11924 1726884988.92943: 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' <<< 11924 1726884988.93000: 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 0x7f371cd087a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd08500> <<< 11924 1726884988.93046: 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 0x7f371cd087d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884988.93105: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884988.93228: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371cd09100> <<< 11924 1726884988.93435: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884988.93440: 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 0x7f371cd09a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd089b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ccdddf0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884988.93462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884988.93488: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884988.93501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd0ae10> <<< 11924 1726884988.93554: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd09b80> <<< 11924 1726884988.93589: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cefac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884988.93675: 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 <<< 11924 1726884988.93691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 11924 1726884988.93725: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd37170> <<< 11924 1726884988.93782: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 11924 1726884988.93795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884988.93816: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884988.93839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884988.93879: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd5f500> <<< 11924 1726884988.93908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884988.93951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884988.94115: 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 0x7f371cdb8320> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 11924 1726884988.94149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884988.94233: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cdbaa80> <<< 11924 1726884988.94315: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cdb8440> <<< 11924 1726884988.94346: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd85310> <<< 11924 1726884988.94379: 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' <<< 11924 1726884988.94383: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cbc1430> <<< 11924 1726884988.94408: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd5e330> <<< 11924 1726884988.94411: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd0bd40> <<< 11924 1726884988.94525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884988.94542: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f371cd5e690> <<< 11924 1726884988.94695: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_g89p8ahy/ansible_stat_payload.zip' <<< 11924 1726884988.94698: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884988.94836: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884988.94858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884988.94877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884988.95003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884988.95008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884988.95032: 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' <<< 11924 1726884988.95049: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cc17140> import '_typing' # <<< 11924 1726884988.95227: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cbf6030> <<< 11924 1726884988.95246: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cbf5190> # zipimport: zlib available <<< 11924 1726884988.95277: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884988.95284: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884988.95299: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884988.95322: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884988.95325: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884988.95349: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884988.96776: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884988.97949: 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' <<< 11924 1726884988.97965: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cc15010> <<< 11924 1726884988.97972: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884988.97977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884988.98009: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884988.98014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884988.98043: 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' <<< 11924 1726884988.98077: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884988.98082: 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 0x7f371cc3eae0> <<< 11924 1726884988.98123: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cc3e870> <<< 11924 1726884988.98151: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cc3e180> <<< 11924 1726884988.98175: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884988.98180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884988.98224: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cc3e5d0> <<< 11924 1726884988.98227: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cc17dd0> import 'atexit' # <<< 11924 1726884988.98269: 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 0x7f371cc3f7d0> <<< 11924 1726884988.98311: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884988.98321: 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 0x7f371cc3fa10> <<< 11924 1726884988.98324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884988.98372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884988.98384: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884988.98435: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cc3ff50> <<< 11924 1726884988.98439: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884988.98474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884988.98488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884988.98531: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c519cd0> <<< 11924 1726884988.98550: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884988.98577: 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 0x7f371c51b410> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884988.98602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884988.98636: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c51c200> <<< 11924 1726884988.98660: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884988.98689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884988.98708: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c51d370> <<< 11924 1726884988.98729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884988.98784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884988.98789: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884988.98802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884988.98851: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c51fe90> <<< 11924 1726884988.98889: 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 0x7f371c51fdd0> <<< 11924 1726884988.98923: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c51e150> <<< 11924 1726884988.98941: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884988.98960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884988.98984: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884988.99008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 11924 1726884988.99015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884988.99042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884988.99081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 11924 1726884988.99095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c527dd0> import '_tokenize' # <<< 11924 1726884988.99167: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c5268a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c526600> <<< 11924 1726884988.99176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 11924 1726884988.99190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 11924 1726884988.99268: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c526b70> <<< 11924 1726884988.99299: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c51e660> <<< 11924 1726884988.99321: 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 0x7f371c56bf80> <<< 11924 1726884988.99352: 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 0x7f371c56c140> <<< 11924 1726884988.99378: 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 <<< 11924 1726884988.99405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 11924 1726884988.99408: 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' <<< 11924 1726884988.99453: 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 0x7f371c56dbe0> <<< 11924 1726884988.99470: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c56d9a0> <<< 11924 1726884988.99475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884988.99609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884988.99674: 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 0x7f371c5701d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c56e2d0> <<< 11924 1726884988.99709: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884988.99760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884988.99765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 11924 1726884988.99778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 11924 1726884988.99786: stdout chunk (state=3): >>>import '_string' # <<< 11924 1726884988.99827: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c573980> <<< 11924 1726884988.99980: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c570380> <<< 11924 1726884989.00025: stdout 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 0x7f371c574a10> <<< 11924 1726884989.00076: stdout 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 0x7f371c574b90> <<< 11924 1726884989.00140: stdout 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 0x7f371c574c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c56c320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 11924 1726884989.00187: 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 <<< 11924 1726884989.00230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 11924 1726884989.00233: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884989.00251: 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 0x7f371c400320> <<< 11924 1726884989.00419: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884989.00452: 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 0x7f371c401430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c576ab0> <<< 11924 1726884989.00481: 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 0x7f371c577e60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c5766c0> # zipimport: zlib available <<< 11924 1726884989.00506: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 11924 1726884989.00586: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.00672: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.00678: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884989.00707: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.00717: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.00730: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884989.00872: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.00980: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.01542: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.02083: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 11924 1726884989.02110: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884989.02154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884989.02187: 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 0x7f371c405610> <<< 11924 1726884989.02286: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 11924 1726884989.02315: 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 0x7f371c406480> <<< 11924 1726884989.02318: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c401550> <<< 11924 1726884989.02354: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884989.02375: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.02409: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 11924 1726884989.02413: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.02570: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.02715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884989.02724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c406b10> <<< 11924 1726884989.02739: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.03199: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.03650: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.03725: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.03796: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 11924 1726884989.03804: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.03844: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.03891: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884989.03911: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.03978: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.04043: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 11924 1726884989.04046: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.04078: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 11924 1726884989.04104: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.04132: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.04175: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 11924 1726884989.04181: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.04416: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.04644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884989.04714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884989.04724: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884989.04808: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c4076b0> # zipimport: zlib available <<< 11924 1726884989.04896: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.04952: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884989.04976: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884989.04998: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.05040: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.05082: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 11924 1726884989.05094: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.05138: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.05181: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.05239: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.05312: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884989.05357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884989.05445: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371c412270> <<< 11924 1726884989.05487: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c40d940> <<< 11924 1726884989.05510: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884989.05527: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.05591: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.05651: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.05679: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.05727: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 11924 1726884989.05736: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884989.05753: 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 <<< 11924 1726884989.05772: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884989.05799: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884989.05868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884989.05880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884989.05897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884989.05959: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c502b70> <<< 11924 1726884989.05999: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cc72840> <<< 11924 1726884989.06084: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c4123c0> <<< 11924 1726884989.06094: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c407f50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 11924 1726884989.06100: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.06127: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.06157: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 11924 1726884989.06162: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884989.06222: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884989.06233: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.06254: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884989.06275: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.06405: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.06604: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.06730: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/dev/mapper/foo-test1", "follow": true, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 11924 1726884989.06736: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884989.07110: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884989.07129: 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 <<< 11924 1726884989.07213: stdout chunk (state=3): >>># cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess <<< 11924 1726884989.07263: 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 <<< 11924 1726884989.07513: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 11924 1726884989.07527: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 11924 1726884989.07569: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 11924 1726884989.07573: 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 <<< 11924 1726884989.07587: stdout chunk (state=3): >>># destroy ipaddress <<< 11924 1726884989.07612: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884989.07650: 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 <<< 11924 1726884989.07715: 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 # destroy selectors # destroy errno <<< 11924 1726884989.07720: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 11924 1726884989.07739: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 11924 1726884989.07742: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 11924 1726884989.07781: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 11924 1726884989.07811: 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 <<< 11924 1726884989.07850: 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 <<< 11924 1726884989.07862: 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 <<< 11924 1726884989.07911: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 11924 1726884989.07934: 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 <<< 11924 1726884989.08064: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884989.08126: stdout chunk (state=3): >>># destroy _socket # destroy _collections # destroy platform # destroy _uuid <<< 11924 1726884989.08130: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884989.08142: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 11924 1726884989.08166: stdout chunk (state=3): >>># destroy _typing <<< 11924 1726884989.08196: 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 <<< 11924 1726884989.08291: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884989.08307: 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 <<< 11924 1726884989.08328: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 11924 1726884989.08358: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator <<< 11924 1726884989.08392: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 11924 1726884989.08419: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 11924 1726884989.08936: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884989.09001: stderr chunk (state=3): >>><<< 11924 1726884989.09004: stdout chunk (state=3): >>><<< 11924 1726884989.09103: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371d0183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cfe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371d01a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce2cfe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce2dfd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce6bec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce6bf80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cea3860> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cea3ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce83b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce812b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce69070> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cec7860> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cec6480> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce82180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cec4bc0> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cef88f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce682f0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371cef8da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cef8c50> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371cef9010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ce66e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cef9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cef9370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cefa540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cf10740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371cf11e80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cf12cf0> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371cf13320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cf12270> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371cf13da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cf134d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cefa4b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371ccdfc50> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371cd087a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd08500> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371cd087d0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371cd09100> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371cd09a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd089b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371ccdddf0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd0ae10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd09b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cefac60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd37170> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd5f500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cdb8320> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cdbaa80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cdb8440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd85310> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cbc1430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd5e330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cd0bd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f371cd5e690> # zipimport: found 30 names in '/tmp/ansible_stat_payload_g89p8ahy/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 0x7f371cc17140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cbf6030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cbf5190> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cc15010> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371cc3eae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cc3e870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cc3e180> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cc3e5d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cc17dd0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371cc3f7d0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371cc3fa10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cc3ff50> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c519cd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371c51b410> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c51c200> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c51d370> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c51fe90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371c51fdd0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c51e150> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c527dd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c5268a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c526600> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c526b70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c51e660> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371c56bf80> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c56c140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371c56dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c56d9a0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371c5701d0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c56e2d0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c573980> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c570380> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371c574a10> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371c574b90> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371c574c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c56c320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371c400320> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371c401430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c576ab0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371c577e60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c5766c0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371c405610> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c406480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c401550> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c406b10> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c4076b0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f371c412270> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c40d940> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c502b70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371cc72840> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c4123c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f371c407f50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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/foo-test1", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884989.09927: done with _execute_module (stat, {'path': '/dev/mapper/foo-test1', '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-1726884988.7441905-18998-29219562165163/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884989.09932: _low_level_execute_command(): starting 11924 1726884989.09935: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884988.7441905-18998-29219562165163/ > /dev/null 2>&1 && sleep 0' 11924 1726884989.09938: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884989.09940: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884989.09943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884989.09945: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884989.09948: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884989.09973: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884989.09975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884989.09999: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884989.10002: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884989.10004: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884989.10006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884989.10073: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884989.10077: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884989.10139: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884989.12012: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884989.12036: stderr chunk (state=3): >>><<< 11924 1726884989.12039: stdout chunk (state=3): >>><<< 11924 1726884989.12054: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884989.12062: handler run complete 11924 1726884989.12083: attempt loop complete, returning result 11924 1726884989.12086: _execute() done 11924 1726884989.12088: dumping result to json 11924 1726884989.12090: done dumping result, returning 11924 1726884989.12098: done running TaskExecutor() for managed_node2/TASK: See whether the device node is present [0affc8a3-6f6f-f4c0-2290-0000000059e8] 11924 1726884989.12103: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059e8 11924 1726884989.12194: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059e8 11924 1726884989.12197: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } 11924 1726884989.12259: no more pending results, returning what we have 11924 1726884989.12263: results queue empty 11924 1726884989.12264: checking for any_errors_fatal 11924 1726884989.12274: done checking for any_errors_fatal 11924 1726884989.12274: checking for max_fail_percentage 11924 1726884989.12276: done checking for max_fail_percentage 11924 1726884989.12277: checking to see if all hosts have failed and the running result is not ok 11924 1726884989.12278: done checking to see if all hosts have failed 11924 1726884989.12278: getting the remaining hosts for this loop 11924 1726884989.12281: done getting the remaining hosts for this loop 11924 1726884989.12284: getting the next task for host managed_node2 11924 1726884989.12298: done getting next task for host managed_node2 11924 1726884989.12301: ^ task is: TASK: Verify the presence/absence of the device node 11924 1726884989.12308: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884989.12314: getting variables 11924 1726884989.12315: in VariableManager get_vars() 11924 1726884989.12357: Calling all_inventory to load vars for managed_node2 11924 1726884989.12360: Calling groups_inventory to load vars for managed_node2 11924 1726884989.12363: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884989.12373: Calling all_plugins_play to load vars for managed_node2 11924 1726884989.12380: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884989.12382: Calling groups_plugins_play to load vars for managed_node2 11924 1726884989.13187: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884989.13583: done with get_vars() 11924 1726884989.13595: done getting variables 11924 1726884989.13638: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:16:29 -0400 (0:00:00.461) 0:02:34.475 ****** 11924 1726884989.13666: entering _queue_task() for managed_node2/assert 11924 1726884989.13960: worker is 1 (out of 1 available) 11924 1726884989.13973: exiting _queue_task() for managed_node2/assert 11924 1726884989.13987: done queuing things up, now waiting for results queue to drain 11924 1726884989.13989: waiting for pending results... 11924 1726884989.14263: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node 11924 1726884989.14378: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059e9 11924 1726884989.14397: variable 'ansible_search_path' from source: unknown 11924 1726884989.14438: calling self._execute() 11924 1726884989.14568: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884989.14571: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884989.14580: variable 'omit' from source: magic vars 11924 1726884989.15032: variable '_storage_test_volume_present' from source: set_fact 11924 1726884989.15036: variable 'storage_test_volume' from source: include params 11924 1726884989.15064: Evaluated conditional (_storage_test_volume_present or storage_test_volume.type == 'disk'): False 11924 1726884989.15067: when evaluation is False, skipping this task 11924 1726884989.15070: _execute() done 11924 1726884989.15102: dumping result to json 11924 1726884989.15107: done dumping result, returning 11924 1726884989.15109: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-f4c0-2290-0000000059e9] 11924 1726884989.15112: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059e9 11924 1726884989.15237: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059e9 11924 1726884989.15240: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present or storage_test_volume.type == 'disk'", "skip_reason": "Conditional result was False" } 11924 1726884989.15346: no more pending results, returning what we have 11924 1726884989.15349: results queue empty 11924 1726884989.15350: checking for any_errors_fatal 11924 1726884989.15364: done checking for any_errors_fatal 11924 1726884989.15365: checking for max_fail_percentage 11924 1726884989.15367: done checking for max_fail_percentage 11924 1726884989.15368: checking to see if all hosts have failed and the running result is not ok 11924 1726884989.15369: done checking to see if all hosts have failed 11924 1726884989.15369: getting the remaining hosts for this loop 11924 1726884989.15370: done getting the remaining hosts for this loop 11924 1726884989.15377: getting the next task for host managed_node2 11924 1726884989.15384: done getting next task for host managed_node2 11924 1726884989.15386: ^ task is: TASK: Verify the presence/absence of the device node 11924 1726884989.15395: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884989.15401: getting variables 11924 1726884989.15403: in VariableManager get_vars() 11924 1726884989.15442: Calling all_inventory to load vars for managed_node2 11924 1726884989.15445: Calling groups_inventory to load vars for managed_node2 11924 1726884989.15448: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884989.15464: Calling all_plugins_play to load vars for managed_node2 11924 1726884989.15468: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884989.15472: Calling groups_plugins_play to load vars for managed_node2 11924 1726884989.15891: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884989.16290: done with get_vars() 11924 1726884989.16300: done getting variables 11924 1726884989.16359: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:16:29 -0400 (0:00:00.027) 0:02:34.502 ****** 11924 1726884989.16384: entering _queue_task() for managed_node2/assert 11924 1726884989.16635: worker is 1 (out of 1 available) 11924 1726884989.16650: exiting _queue_task() for managed_node2/assert 11924 1726884989.16667: done queuing things up, now waiting for results queue to drain 11924 1726884989.16669: waiting for pending results... 11924 1726884989.17049: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node 11924 1726884989.17313: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059ea 11924 1726884989.17320: variable 'ansible_search_path' from source: unknown 11924 1726884989.17323: calling self._execute() 11924 1726884989.17543: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884989.17547: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884989.17549: variable 'omit' from source: magic vars 11924 1726884989.17919: variable '_storage_test_volume_present' from source: set_fact 11924 1726884989.17958: variable 'storage_test_volume' from source: include params 11924 1726884989.18062: Evaluated conditional (not (_storage_test_volume_present or storage_test_volume.type == 'disk')): True 11924 1726884989.18066: variable 'omit' from source: magic vars 11924 1726884989.18154: variable 'omit' from source: magic vars 11924 1726884989.18273: variable 'storage_test_volume' from source: include params 11924 1726884989.18321: variable 'omit' from source: magic vars 11924 1726884989.18375: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884989.18420: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884989.18450: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884989.18480: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884989.18496: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884989.18516: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884989.18537: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884989.18663: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884989.18666: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884989.18669: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884989.18722: Set connection var ansible_shell_executable to /bin/sh 11924 1726884989.18730: Set connection var ansible_connection to ssh 11924 1726884989.18739: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884989.18748: Set connection var ansible_timeout to 10 11924 1726884989.18759: Set connection var ansible_pipelining to False 11924 1726884989.18769: Set connection var ansible_shell_type to sh 11924 1726884989.18803: variable 'ansible_shell_executable' from source: unknown 11924 1726884989.18811: variable 'ansible_connection' from source: unknown 11924 1726884989.18821: variable 'ansible_module_compression' from source: unknown 11924 1726884989.18828: variable 'ansible_shell_type' from source: unknown 11924 1726884989.18837: variable 'ansible_shell_executable' from source: unknown 11924 1726884989.18847: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884989.18858: variable 'ansible_pipelining' from source: unknown 11924 1726884989.19004: variable 'ansible_timeout' from source: unknown 11924 1726884989.19007: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884989.19210: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884989.19234: variable 'omit' from source: magic vars 11924 1726884989.19561: starting attempt loop 11924 1726884989.19565: running the handler 11924 1726884989.19789: variable 'storage_test_dev' from source: set_fact 11924 1726884989.19793: Evaluated conditional (not storage_test_dev.stat.exists): True 11924 1726884989.19795: handler run complete 11924 1726884989.19797: attempt loop complete, returning result 11924 1726884989.19800: _execute() done 11924 1726884989.19802: dumping result to json 11924 1726884989.19804: done dumping result, returning 11924 1726884989.19806: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the device node [0affc8a3-6f6f-f4c0-2290-0000000059ea] 11924 1726884989.19808: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059ea 11924 1726884989.19885: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059ea 11924 1726884989.19888: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884989.19943: no more pending results, returning what we have 11924 1726884989.19947: results queue empty 11924 1726884989.19948: checking for any_errors_fatal 11924 1726884989.19958: done checking for any_errors_fatal 11924 1726884989.19960: checking for max_fail_percentage 11924 1726884989.19963: done checking for max_fail_percentage 11924 1726884989.19964: checking to see if all hosts have failed and the running result is not ok 11924 1726884989.19965: done checking to see if all hosts have failed 11924 1726884989.19965: getting the remaining hosts for this loop 11924 1726884989.19967: done getting the remaining hosts for this loop 11924 1726884989.19972: getting the next task for host managed_node2 11924 1726884989.19982: done getting next task for host managed_node2 11924 1726884989.19985: ^ task is: TASK: Make sure we got info about this volume 11924 1726884989.19993: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884989.19998: getting variables 11924 1726884989.20000: in VariableManager get_vars() 11924 1726884989.20044: Calling all_inventory to load vars for managed_node2 11924 1726884989.20047: Calling groups_inventory to load vars for managed_node2 11924 1726884989.20051: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884989.20373: Calling all_plugins_play to load vars for managed_node2 11924 1726884989.20376: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884989.20380: Calling groups_plugins_play to load vars for managed_node2 11924 1726884989.21283: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884989.21898: done with get_vars() 11924 1726884989.21914: done getting variables 11924 1726884989.21972: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:29 -0400 (0:00:00.056) 0:02:34.558 ****** 11924 1726884989.22006: entering _queue_task() for managed_node2/assert 11924 1726884989.22304: worker is 1 (out of 1 available) 11924 1726884989.22318: exiting _queue_task() for managed_node2/assert 11924 1726884989.22331: done queuing things up, now waiting for results queue to drain 11924 1726884989.22333: waiting for pending results... 11924 1726884989.22637: running TaskExecutor() for managed_node2/TASK: Make sure we got info about this volume 11924 1726884989.23166: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059eb 11924 1726884989.23383: variable 'ansible_search_path' from source: unknown 11924 1726884989.23387: calling self._execute() 11924 1726884989.23548: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884989.23612: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884989.23676: variable 'omit' from source: magic vars 11924 1726884989.24261: variable '_storage_test_volume_present' from source: set_fact 11924 1726884989.24265: Evaluated conditional (_storage_test_volume_present): False 11924 1726884989.24267: when evaluation is False, skipping this task 11924 1726884989.24270: _execute() done 11924 1726884989.24272: dumping result to json 11924 1726884989.24273: done dumping result, returning 11924 1726884989.24275: done running TaskExecutor() for managed_node2/TASK: Make sure we got info about this volume [0affc8a3-6f6f-f4c0-2290-0000000059eb] 11924 1726884989.24277: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059eb 11924 1726884989.24562: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059eb 11924 1726884989.24567: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884989.24620: no more pending results, returning what we have 11924 1726884989.24624: results queue empty 11924 1726884989.24625: checking for any_errors_fatal 11924 1726884989.24634: done checking for any_errors_fatal 11924 1726884989.24635: checking for max_fail_percentage 11924 1726884989.24637: done checking for max_fail_percentage 11924 1726884989.24638: checking to see if all hosts have failed and the running result is not ok 11924 1726884989.24638: done checking to see if all hosts have failed 11924 1726884989.24639: getting the remaining hosts for this loop 11924 1726884989.24641: done getting the remaining hosts for this loop 11924 1726884989.24645: getting the next task for host managed_node2 11924 1726884989.24659: done getting next task for host managed_node2 11924 1726884989.24663: ^ task is: TASK: Process volume type (set initial value) (1/2) 11924 1726884989.24671: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884989.24676: getting variables 11924 1726884989.24678: in VariableManager get_vars() 11924 1726884989.24724: Calling all_inventory to load vars for managed_node2 11924 1726884989.24727: Calling groups_inventory to load vars for managed_node2 11924 1726884989.24731: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884989.24743: Calling all_plugins_play to load vars for managed_node2 11924 1726884989.24746: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884989.24749: Calling groups_plugins_play to load vars for managed_node2 11924 1726884989.25739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884989.26350: done with get_vars() 11924 1726884989.26367: done getting variables 11924 1726884989.26427: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:29 -0400 (0:00:00.044) 0:02:34.603 ****** 11924 1726884989.26467: entering _queue_task() for managed_node2/set_fact 11924 1726884989.26763: worker is 1 (out of 1 available) 11924 1726884989.26777: exiting _queue_task() for managed_node2/set_fact 11924 1726884989.26790: done queuing things up, now waiting for results queue to drain 11924 1726884989.26792: waiting for pending results... 11924 1726884989.27178: running TaskExecutor() for managed_node2/TASK: Process volume type (set initial value) (1/2) 11924 1726884989.27246: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059ec 11924 1726884989.27271: variable 'ansible_search_path' from source: unknown 11924 1726884989.27314: calling self._execute() 11924 1726884989.27450: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884989.27466: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884989.27483: variable 'omit' from source: magic vars 11924 1726884989.27614: variable 'omit' from source: magic vars 11924 1726884989.27688: variable 'omit' from source: magic vars 11924 1726884989.27932: variable 'storage_test_volume' from source: include params 11924 1726884989.28042: variable 'omit' from source: magic vars 11924 1726884989.28046: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884989.28079: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884989.28104: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884989.28123: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884989.28137: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884989.28163: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884989.28186: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884989.28225: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884989.28234: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884989.28243: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884989.28375: Set connection var ansible_shell_executable to /bin/sh 11924 1726884989.28478: Set connection var ansible_connection to ssh 11924 1726884989.28481: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884989.28483: Set connection var ansible_timeout to 10 11924 1726884989.28486: Set connection var ansible_pipelining to False 11924 1726884989.28488: Set connection var ansible_shell_type to sh 11924 1726884989.28490: variable 'ansible_shell_executable' from source: unknown 11924 1726884989.28492: variable 'ansible_connection' from source: unknown 11924 1726884989.28494: variable 'ansible_module_compression' from source: unknown 11924 1726884989.28496: variable 'ansible_shell_type' from source: unknown 11924 1726884989.28498: variable 'ansible_shell_executable' from source: unknown 11924 1726884989.28500: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884989.28502: variable 'ansible_pipelining' from source: unknown 11924 1726884989.28504: variable 'ansible_timeout' from source: unknown 11924 1726884989.28506: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884989.28650: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884989.28674: variable 'omit' from source: magic vars 11924 1726884989.28684: starting attempt loop 11924 1726884989.28696: running the handler 11924 1726884989.28714: handler run complete 11924 1726884989.28730: attempt loop complete, returning result 11924 1726884989.28736: _execute() done 11924 1726884989.28742: dumping result to json 11924 1726884989.28749: done dumping result, returning 11924 1726884989.28763: done running TaskExecutor() for managed_node2/TASK: Process volume type (set initial value) (1/2) [0affc8a3-6f6f-f4c0-2290-0000000059ec] 11924 1726884989.28773: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059ec ok: [managed_node2] => { "ansible_facts": { "st_volume_type": "lvm" }, "changed": false } 11924 1726884989.28970: no more pending results, returning what we have 11924 1726884989.28973: results queue empty 11924 1726884989.28974: checking for any_errors_fatal 11924 1726884989.28984: done checking for any_errors_fatal 11924 1726884989.28985: checking for max_fail_percentage 11924 1726884989.28987: done checking for max_fail_percentage 11924 1726884989.28988: checking to see if all hosts have failed and the running result is not ok 11924 1726884989.28989: done checking to see if all hosts have failed 11924 1726884989.28989: getting the remaining hosts for this loop 11924 1726884989.28991: done getting the remaining hosts for this loop 11924 1726884989.28995: getting the next task for host managed_node2 11924 1726884989.29007: done getting next task for host managed_node2 11924 1726884989.29010: ^ task is: TASK: Process volume type (get RAID value) (2/2) 11924 1726884989.29017: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884989.29022: getting variables 11924 1726884989.29024: in VariableManager get_vars() 11924 1726884989.29066: Calling all_inventory to load vars for managed_node2 11924 1726884989.29069: Calling groups_inventory to load vars for managed_node2 11924 1726884989.29072: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884989.29083: Calling all_plugins_play to load vars for managed_node2 11924 1726884989.29086: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884989.29089: Calling groups_plugins_play to load vars for managed_node2 11924 1726884989.29805: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059ec 11924 1726884989.29809: WORKER PROCESS EXITING 11924 1726884989.30002: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884989.31475: done with get_vars() 11924 1726884989.31499: done getting variables 11924 1726884989.31764: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (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 22:16:29 -0400 (0:00:00.053) 0:02:34.656 ****** 11924 1726884989.31803: entering _queue_task() for managed_node2/set_fact 11924 1726884989.32350: worker is 1 (out of 1 available) 11924 1726884989.32768: exiting _queue_task() for managed_node2/set_fact 11924 1726884989.32782: done queuing things up, now waiting for results queue to drain 11924 1726884989.32784: waiting for pending results... 11924 1726884989.33028: running TaskExecutor() for managed_node2/TASK: Process volume type (get RAID value) (2/2) 11924 1726884989.33378: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059ed 11924 1726884989.33402: variable 'ansible_search_path' from source: unknown 11924 1726884989.33444: calling self._execute() 11924 1726884989.33684: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884989.33701: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884989.33752: variable 'omit' from source: magic vars 11924 1726884989.34332: variable 'storage_test_volume' from source: include params 11924 1726884989.34372: Evaluated conditional (storage_test_volume.type == "raid"): False 11924 1726884989.34379: when evaluation is False, skipping this task 11924 1726884989.34386: _execute() done 11924 1726884989.34393: dumping result to json 11924 1726884989.34399: done dumping result, returning 11924 1726884989.34409: done running TaskExecutor() for managed_node2/TASK: Process volume type (get RAID value) (2/2) [0affc8a3-6f6f-f4c0-2290-0000000059ed] 11924 1726884989.34420: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059ed skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == \"raid\"", "skip_reason": "Conditional result was False" } 11924 1726884989.34609: no more pending results, returning what we have 11924 1726884989.34613: results queue empty 11924 1726884989.34613: checking for any_errors_fatal 11924 1726884989.34624: done checking for any_errors_fatal 11924 1726884989.34625: checking for max_fail_percentage 11924 1726884989.34627: done checking for max_fail_percentage 11924 1726884989.34628: checking to see if all hosts have failed and the running result is not ok 11924 1726884989.34628: done checking to see if all hosts have failed 11924 1726884989.34629: getting the remaining hosts for this loop 11924 1726884989.34631: done getting the remaining hosts for this loop 11924 1726884989.34636: getting the next task for host managed_node2 11924 1726884989.34648: done getting next task for host managed_node2 11924 1726884989.34652: ^ task is: TASK: Verify the volume's device type 11924 1726884989.34661: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884989.34669: getting variables 11924 1726884989.34671: in VariableManager get_vars() 11924 1726884989.34717: Calling all_inventory to load vars for managed_node2 11924 1726884989.34720: Calling groups_inventory to load vars for managed_node2 11924 1726884989.34724: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884989.34737: Calling all_plugins_play to load vars for managed_node2 11924 1726884989.34740: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884989.34743: Calling groups_plugins_play to load vars for managed_node2 11924 1726884989.35468: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059ed 11924 1726884989.35472: WORKER PROCESS EXITING 11924 1726884989.35566: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884989.36140: done with get_vars() 11924 1726884989.36154: done getting variables 11924 1726884989.36209: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:16:29 -0400 (0:00:00.044) 0:02:34.701 ****** 11924 1726884989.36242: entering _queue_task() for managed_node2/assert 11924 1726884989.36536: worker is 1 (out of 1 available) 11924 1726884989.36548: exiting _queue_task() for managed_node2/assert 11924 1726884989.36664: done queuing things up, now waiting for results queue to drain 11924 1726884989.36667: waiting for pending results... 11924 1726884989.36861: running TaskExecutor() for managed_node2/TASK: Verify the volume's device type 11924 1726884989.37029: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059ee 11924 1726884989.37048: variable 'ansible_search_path' from source: unknown 11924 1726884989.37085: calling self._execute() 11924 1726884989.37224: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884989.37236: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884989.37251: variable 'omit' from source: magic vars 11924 1726884989.37595: variable '_storage_test_volume_present' from source: set_fact 11924 1726884989.37611: Evaluated conditional (_storage_test_volume_present): False 11924 1726884989.37619: when evaluation is False, skipping this task 11924 1726884989.37627: _execute() done 11924 1726884989.37635: dumping result to json 11924 1726884989.37642: done dumping result, returning 11924 1726884989.37660: done running TaskExecutor() for managed_node2/TASK: Verify the volume's device type [0affc8a3-6f6f-f4c0-2290-0000000059ee] 11924 1726884989.37672: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059ee 11924 1726884989.37886: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059ee 11924 1726884989.37890: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884989.37941: no more pending results, returning what we have 11924 1726884989.37945: results queue empty 11924 1726884989.37946: checking for any_errors_fatal 11924 1726884989.37953: done checking for any_errors_fatal 11924 1726884989.37954: checking for max_fail_percentage 11924 1726884989.37958: done checking for max_fail_percentage 11924 1726884989.37959: checking to see if all hosts have failed and the running result is not ok 11924 1726884989.37960: done checking to see if all hosts have failed 11924 1726884989.37961: getting the remaining hosts for this loop 11924 1726884989.37963: done getting the remaining hosts for this loop 11924 1726884989.37967: getting the next task for host managed_node2 11924 1726884989.37982: done getting next task for host managed_node2 11924 1726884989.37986: ^ task is: TASK: Stat the LUKS device, if encrypted 11924 1726884989.37992: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884989.37999: getting variables 11924 1726884989.38001: in VariableManager get_vars() 11924 1726884989.38043: Calling all_inventory to load vars for managed_node2 11924 1726884989.38046: Calling groups_inventory to load vars for managed_node2 11924 1726884989.38050: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884989.38259: Calling all_plugins_play to load vars for managed_node2 11924 1726884989.38263: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884989.38267: Calling groups_plugins_play to load vars for managed_node2 11924 1726884989.39111: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884989.39670: done with get_vars() 11924 1726884989.39684: 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 22:16:29 -0400 (0:00:00.035) 0:02:34.736 ****** 11924 1726884989.39783: entering _queue_task() for managed_node2/stat 11924 1726884989.40176: worker is 1 (out of 1 available) 11924 1726884989.40189: exiting _queue_task() for managed_node2/stat 11924 1726884989.40201: done queuing things up, now waiting for results queue to drain 11924 1726884989.40203: waiting for pending results... 11924 1726884989.40441: running TaskExecutor() for managed_node2/TASK: Stat the LUKS device, if encrypted 11924 1726884989.40585: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059f2 11924 1726884989.40761: variable 'ansible_search_path' from source: unknown 11924 1726884989.40766: calling self._execute() 11924 1726884989.40780: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884989.40791: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884989.40806: variable 'omit' from source: magic vars 11924 1726884989.41185: variable 'storage_test_volume' from source: include params 11924 1726884989.41226: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884989.41236: when evaluation is False, skipping this task 11924 1726884989.41245: _execute() done 11924 1726884989.41253: dumping result to json 11924 1726884989.41262: done dumping result, returning 11924 1726884989.41273: done running TaskExecutor() for managed_node2/TASK: Stat the LUKS device, if encrypted [0affc8a3-6f6f-f4c0-2290-0000000059f2] 11924 1726884989.41284: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059f2 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884989.41477: no more pending results, returning what we have 11924 1726884989.41481: results queue empty 11924 1726884989.41481: checking for any_errors_fatal 11924 1726884989.41493: done checking for any_errors_fatal 11924 1726884989.41494: checking for max_fail_percentage 11924 1726884989.41497: done checking for max_fail_percentage 11924 1726884989.41498: checking to see if all hosts have failed and the running result is not ok 11924 1726884989.41499: done checking to see if all hosts have failed 11924 1726884989.41499: getting the remaining hosts for this loop 11924 1726884989.41502: done getting the remaining hosts for this loop 11924 1726884989.41506: getting the next task for host managed_node2 11924 1726884989.41517: done getting next task for host managed_node2 11924 1726884989.41520: ^ task is: TASK: Ensure cryptsetup is present 11924 1726884989.41528: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884989.41533: getting variables 11924 1726884989.41535: in VariableManager get_vars() 11924 1726884989.41577: Calling all_inventory to load vars for managed_node2 11924 1726884989.41580: Calling groups_inventory to load vars for managed_node2 11924 1726884989.41584: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884989.41597: Calling all_plugins_play to load vars for managed_node2 11924 1726884989.41601: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884989.41604: Calling groups_plugins_play to load vars for managed_node2 11924 1726884989.42363: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059f2 11924 1726884989.42367: WORKER PROCESS EXITING 11924 1726884989.42815: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884989.43650: done with get_vars() 11924 1726884989.43668: done getting variables 11924 1726884989.43728: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure 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 22:16:29 -0400 (0:00:00.039) 0:02:34.776 ****** 11924 1726884989.43768: entering _queue_task() for managed_node2/package 11924 1726884989.44056: worker is 1 (out of 1 available) 11924 1726884989.44070: exiting _queue_task() for managed_node2/package 11924 1726884989.44081: done queuing things up, now waiting for results queue to drain 11924 1726884989.44083: waiting for pending results... 11924 1726884989.44401: running TaskExecutor() for managed_node2/TASK: Ensure cryptsetup is present 11924 1726884989.44592: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059f3 11924 1726884989.44613: variable 'ansible_search_path' from source: unknown 11924 1726884989.44651: calling self._execute() 11924 1726884989.44786: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884989.44802: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884989.44818: variable 'omit' from source: magic vars 11924 1726884989.44940: variable 'omit' from source: magic vars 11924 1726884989.45024: variable 'omit' from source: magic vars 11924 1726884989.45374: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884989.47230: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884989.47316: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884989.47358: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884989.47397: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884989.47427: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884989.47529: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884989.47569: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884989.47600: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884989.47647: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884989.47671: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884989.47789: variable '__storage_is_ostree' from source: set_fact 11924 1726884989.47800: variable 'omit' from source: magic vars 11924 1726884989.47834: variable 'omit' from source: magic vars 11924 1726884989.47866: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884989.47896: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884989.47919: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884989.47942: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884989.47960: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884989.48034: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884989.48038: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884989.48041: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884989.48043: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884989.48050: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884989.48174: Set connection var ansible_shell_executable to /bin/sh 11924 1726884989.48183: Set connection var ansible_connection to ssh 11924 1726884989.48193: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884989.48204: Set connection var ansible_timeout to 10 11924 1726884989.48215: Set connection var ansible_pipelining to False 11924 1726884989.48225: Set connection var ansible_shell_type to sh 11924 1726884989.48263: variable 'ansible_shell_executable' from source: unknown 11924 1726884989.48272: variable 'ansible_connection' from source: unknown 11924 1726884989.48357: variable 'ansible_module_compression' from source: unknown 11924 1726884989.48362: variable 'ansible_shell_type' from source: unknown 11924 1726884989.48364: variable 'ansible_shell_executable' from source: unknown 11924 1726884989.48367: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884989.48369: variable 'ansible_pipelining' from source: unknown 11924 1726884989.48371: variable 'ansible_timeout' from source: unknown 11924 1726884989.48373: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884989.48445: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884989.48463: variable 'omit' from source: magic vars 11924 1726884989.48474: starting attempt loop 11924 1726884989.48482: running the handler 11924 1726884989.48560: variable 'ansible_facts' from source: unknown 11924 1726884989.48563: variable 'ansible_facts' from source: unknown 11924 1726884989.48566: _low_level_execute_command(): starting 11924 1726884989.48570: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 11924 1726884989.49267: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884989.49341: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884989.49366: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884989.49383: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884989.49476: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884989.51239: stdout chunk (state=3): >>>/root <<< 11924 1726884989.51320: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884989.51376: stderr chunk (state=3): >>><<< 11924 1726884989.51379: stdout chunk (state=3): >>><<< 11924 1726884989.51393: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884989.51409: _low_level_execute_command(): starting 11924 1726884989.51443: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726884989.5139537-19035-96881979326277 `" && echo ansible-tmp-1726884989.5139537-19035-96881979326277="` echo /root/.ansible/tmp/ansible-tmp-1726884989.5139537-19035-96881979326277 `" ) && sleep 0' 11924 1726884989.52007: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884989.52011: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884989.52021: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884989.52041: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884989.52045: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884989.52102: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884989.52117: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884989.52186: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884989.54137: stdout chunk (state=3): >>>ansible-tmp-1726884989.5139537-19035-96881979326277=/root/.ansible/tmp/ansible-tmp-1726884989.5139537-19035-96881979326277 <<< 11924 1726884989.54242: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884989.54337: stderr chunk (state=3): >>><<< 11924 1726884989.54340: stdout chunk (state=3): >>><<< 11924 1726884989.54343: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726884989.5139537-19035-96881979326277=/root/.ansible/tmp/ansible-tmp-1726884989.5139537-19035-96881979326277 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884989.54346: variable 'ansible_module_compression' from source: unknown 11924 1726884989.54359: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-11924qwsner45/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 11924 1726884989.54390: variable 'ansible_facts' from source: unknown 11924 1726884989.54472: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726884989.5139537-19035-96881979326277/AnsiballZ_dnf.py 11924 1726884989.54568: Sending initial data 11924 1726884989.54571: Sent initial data (151 bytes) 11924 1726884989.55185: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884989.55238: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884989.55241: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884989.55243: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884989.55311: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884989.56960: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports 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 <<< 11924 1726884989.57009: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 11924 1726884989.57056: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-11924qwsner45/tmpoxqopb2t /root/.ansible/tmp/ansible-tmp-1726884989.5139537-19035-96881979326277/AnsiballZ_dnf.py <<< 11924 1726884989.57060: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726884989.5139537-19035-96881979326277/AnsiballZ_dnf.py" <<< 11924 1726884989.57105: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-11924qwsner45/tmpoxqopb2t" to remote "/root/.ansible/tmp/ansible-tmp-1726884989.5139537-19035-96881979326277/AnsiballZ_dnf.py" <<< 11924 1726884989.57108: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726884989.5139537-19035-96881979326277/AnsiballZ_dnf.py" <<< 11924 1726884989.57821: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884989.57859: stderr chunk (state=3): >>><<< 11924 1726884989.57862: stdout chunk (state=3): >>><<< 11924 1726884989.57902: done transferring module to remote 11924 1726884989.57920: _low_level_execute_command(): starting 11924 1726884989.57923: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726884989.5139537-19035-96881979326277/ /root/.ansible/tmp/ansible-tmp-1726884989.5139537-19035-96881979326277/AnsiballZ_dnf.py && sleep 0' 11924 1726884989.58369: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884989.58376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884989.58378: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884989.58380: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884989.58383: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884989.58385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 11924 1726884989.58400: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884989.58459: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884989.58506: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884989.60562: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884989.60567: stdout chunk (state=3): >>><<< 11924 1726884989.60570: stderr chunk (state=3): >>><<< 11924 1726884989.60574: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884989.60577: _low_level_execute_command(): starting 11924 1726884989.60579: _low_level_execute_command(): using become for this command 11924 1726884989.60581: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-dwkvfbkkrwtqforzuxuaeyxozrymwyfi ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726884989.5139537-19035-96881979326277/AnsiballZ_dnf.py'"'"' && sleep 0' 11924 1726884989.60718: Initial state: awaiting_escalation: BECOME-SUCCESS-dwkvfbkkrwtqforzuxuaeyxozrymwyfi 11924 1726884989.61271: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884989.61445: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884989.61500: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884989.61597: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884989.64601: stdout chunk (state=1): >>>BECOME-SUCCESS-dwkvfbkkrwtqforzuxuaeyxozrymwyfi <<< 11924 1726884989.64611: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-dwkvfbkkrwtqforzuxuaeyxozrymwyfi' 11924 1726884989.64936: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 11924 1726884989.64963: stdout chunk (state=3): >>>import _imp # builtin <<< 11924 1726884989.64980: stdout chunk (state=3): >>>import '_thread' # <<< 11924 1726884989.65002: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 11924 1726884989.65072: stdout chunk (state=3): >>>import '_io' # <<< 11924 1726884989.65074: stdout chunk (state=3): >>>import 'marshal' # <<< 11924 1726884989.65129: stdout chunk (state=3): >>>import 'posix' # <<< 11924 1726884989.65189: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 11924 1726884989.65194: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 11924 1726884989.65240: 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' <<< 11924 1726884989.65268: stdout chunk (state=3): >>>import '_codecs' # <<< 11924 1726884989.65270: stdout chunk (state=3): >>>import 'codecs' # <<< 11924 1726884989.65310: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 11924 1726884989.65324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 11924 1726884989.65342: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27019103e0> <<< 11924 1726884989.65350: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27018dfa10> <<< 11924 1726884989.65383: 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' <<< 11924 1726884989.65390: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701912960> <<< 11924 1726884989.65407: stdout chunk (state=3): >>>import '_signal' # <<< 11924 1726884989.65435: stdout chunk (state=3): >>>import '_abc' # <<< 11924 1726884989.65439: stdout chunk (state=3): >>>import 'abc' # <<< 11924 1726884989.65468: stdout chunk (state=3): >>>import 'io' # <<< 11924 1726884989.65500: stdout chunk (state=3): >>>import '_stat' # <<< 11924 1726884989.65506: stdout chunk (state=3): >>>import 'stat' # <<< 11924 1726884989.65586: stdout chunk (state=3): >>>import '_collections_abc' # <<< 11924 1726884989.65613: stdout chunk (state=3): >>>import 'genericpath' # <<< 11924 1726884989.65619: stdout chunk (state=3): >>>import 'posixpath' # <<< 11924 1726884989.65647: stdout chunk (state=3): >>>import 'os' # <<< 11924 1726884989.65659: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 11924 1726884989.65683: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 11924 1726884989.65708: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 11924 1726884989.65712: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 11924 1726884989.65738: 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 <<< 11924 1726884989.65753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 11924 1726884989.65769: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27016c0fe0> <<< 11924 1726884989.65828: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 11924 1726884989.65834: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884989.65846: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27016c1fd0> <<< 11924 1726884989.65871: stdout chunk (state=3): >>>import 'site' # <<< 11924 1726884989.65910: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 11924 1726884989.66167: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 11924 1726884989.66185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 11924 1726884989.66204: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 11924 1726884989.66226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884989.66236: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 11924 1726884989.66284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 11924 1726884989.66297: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 11924 1726884989.66331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 11924 1726884989.66338: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701707e00> <<< 11924 1726884989.66364: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 11924 1726884989.66376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 11924 1726884989.66408: stdout chunk (state=3): >>>import '_operator' # <<< 11924 1726884989.66411: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701707ec0> <<< 11924 1726884989.66434: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 11924 1726884989.66462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 11924 1726884989.66482: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 11924 1726884989.66529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884989.66553: stdout chunk (state=3): >>>import 'itertools' # <<< 11924 1726884989.66577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 11924 1726884989.66588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701737800> <<< 11924 1726884989.66597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 11924 1726884989.66621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701737e90> <<< 11924 1726884989.66637: stdout chunk (state=3): >>>import '_collections' # <<< 11924 1726884989.66700: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701717ad0> <<< 11924 1726884989.66703: stdout chunk (state=3): >>>import '_functools' # <<< 11924 1726884989.66737: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27017151f0> <<< 11924 1726884989.66821: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701704fb0> <<< 11924 1726884989.66843: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 11924 1726884989.66879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 11924 1726884989.66929: 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' <<< 11924 1726884989.66964: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 11924 1726884989.66978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 11924 1726884989.67006: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270175b710> <<< 11924 1726884989.67044: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270175a330> <<< 11924 1726884989.67048: 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 0x7f27017161e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701758b60> <<< 11924 1726884989.67112: 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 0x7f270178c770> <<< 11924 1726884989.67149: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701704230> <<< 11924 1726884989.67153: 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' <<< 11924 1726884989.67196: 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 0x7f270178cc20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270178cad0> <<< 11924 1726884989.67247: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884989.67250: 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 0x7f270178cec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27016fad50> <<< 11924 1726884989.67289: 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' <<< 11924 1726884989.67318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 11924 1726884989.67335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 11924 1726884989.67374: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270178d580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270178d250> import 'importlib.machinery' # <<< 11924 1726884989.67400: 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' <<< 11924 1726884989.67453: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270178e480> <<< 11924 1726884989.67458: stdout chunk (state=3): >>>import 'importlib.util' # <<< 11924 1726884989.67461: stdout chunk (state=3): >>>import 'runpy' # <<< 11924 1726884989.67495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 11924 1726884989.67528: 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 <<< 11924 1726884989.67550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27017a46b0> import 'errno' # <<< 11924 1726884989.67588: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884989.67594: 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 0x7f27017a5d90> <<< 11924 1726884989.67627: 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' <<< 11924 1726884989.67662: 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' <<< 11924 1726884989.67683: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27017a6c30> <<< 11924 1726884989.67733: 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 0x7f27017a7290> <<< 11924 1726884989.67795: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27017a6180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 11924 1726884989.67842: 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 0x7f27017a7d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27017a7440> <<< 11924 1726884989.67918: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270178e4e0> <<< 11924 1726884989.67942: 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' <<< 11924 1726884989.67992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 11924 1726884989.67999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 11924 1726884989.68101: 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 0x7f27014dfb90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2701508680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27015083e0> <<< 11924 1726884989.68136: 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 0x7f27015086b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 11924 1726884989.68182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 11924 1726884989.68221: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884989.68348: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2701508fe0> <<< 11924 1726884989.68514: 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 0x7f2701509970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701508890> <<< 11924 1726884989.68548: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27014ddd30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 11924 1726884989.68567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 11924 1726884989.68598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 11924 1726884989.68640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270150acf0> <<< 11924 1726884989.68647: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701509850> <<< 11924 1726884989.68667: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270178e660> <<< 11924 1726884989.68719: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 11924 1726884989.68751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884989.68794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 11924 1726884989.68834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701533050> <<< 11924 1726884989.68919: 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' <<< 11924 1726884989.68956: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 11924 1726884989.68966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 11924 1726884989.68989: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270155f3b0> <<< 11924 1726884989.69019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 11924 1726884989.69062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 11924 1726884989.69152: stdout chunk (state=3): >>>import 'ntpath' # <<< 11924 1726884989.69188: 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 0x7f27015b8110> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 11924 1726884989.69221: 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 <<< 11924 1726884989.69273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 11924 1726884989.69370: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27015ba870> <<< 11924 1726884989.69452: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27015b8230> <<< 11924 1726884989.69482: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701585190> <<< 11924 1726884989.69502: 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 0x7f27013c1220> <<< 11924 1726884989.69524: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270155e1b0> <<< 11924 1726884989.69527: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270150bc20> <<< 11924 1726884989.69662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 11924 1726884989.69681: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f270155e2d0> <<< 11924 1726884989.69853: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_0k99rsv5/ansible_ansible.legacy.dnf_payload.zip' <<< 11924 1726884989.69871: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.69983: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.70018: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 11924 1726884989.70035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 11924 1726884989.70072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 11924 1726884989.70148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 11924 1726884989.70171: 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' <<< 11924 1726884989.70197: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701416f30> import '_typing' # <<< 11924 1726884989.70376: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27013f5e20> <<< 11924 1726884989.70384: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27013f4fb0> # zipimport: zlib available <<< 11924 1726884989.70404: stdout chunk (state=3): >>>import 'ansible' # <<< 11924 1726884989.70419: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.70436: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.70457: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.70466: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 11924 1726884989.70488: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.71887: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.73049: 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' <<< 11924 1726884989.73056: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701414dd0> <<< 11924 1726884989.73075: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 11924 1726884989.73080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884989.73112: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 11924 1726884989.73120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 11924 1726884989.73152: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 11924 1726884989.73158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 11924 1726884989.73188: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884989.73191: 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 0x7f2701442870> <<< 11924 1726884989.73230: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701442600> <<< 11924 1726884989.73263: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701441f10> <<< 11924 1726884989.73288: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 11924 1726884989.73296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 11924 1726884989.73334: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701442660> <<< 11924 1726884989.73347: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701417950> <<< 11924 1726884989.73364: stdout chunk (state=3): >>>import 'atexit' # <<< 11924 1726884989.73401: 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 0x7f27014435c0> <<< 11924 1726884989.73433: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884989.73436: 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 0x7f2701443800> <<< 11924 1726884989.73460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 11924 1726884989.73487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 11924 1726884989.73514: stdout chunk (state=3): >>>import '_locale' # <<< 11924 1726884989.73550: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701443d40> <<< 11924 1726884989.73556: stdout chunk (state=3): >>>import 'pwd' # <<< 11924 1726884989.73579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 11924 1726884989.73630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 11924 1726884989.73653: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d15b50> <<< 11924 1726884989.73703: 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 0x7f2700d17770> <<< 11924 1726884989.73740: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 11924 1726884989.73769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 11924 1726884989.73780: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d18140> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 11924 1726884989.73830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 11924 1726884989.73839: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d192e0> <<< 11924 1726884989.73862: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 11924 1726884989.73901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 11924 1726884989.73923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 11924 1726884989.73928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 11924 1726884989.73984: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d1bdd0> <<< 11924 1726884989.74024: 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 0x7f27016facf0> <<< 11924 1726884989.74042: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d1a090> <<< 11924 1726884989.74068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 11924 1726884989.74087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 11924 1726884989.74114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 11924 1726884989.74126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 11924 1726884989.74140: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 11924 1726884989.74179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 11924 1726884989.74236: 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 0x7f2700d23bf0> import '_tokenize' # <<< 11924 1726884989.74307: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d226c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d22450> <<< 11924 1726884989.74314: 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' <<< 11924 1726884989.74393: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d22990> <<< 11924 1726884989.74441: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d1a5a0> <<< 11924 1726884989.74489: 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 0x7f2700d67e90> <<< 11924 1726884989.74496: 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 0x7f2700d67fe0> <<< 11924 1726884989.74545: 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' <<< 11924 1726884989.74567: 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' <<< 11924 1726884989.74624: 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 0x7f2700d69a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d697f0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 11924 1726884989.74736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 11924 1726884989.74809: 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 0x7f2700d6bf50> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d6a0f0> <<< 11924 1726884989.74867: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 11924 1726884989.74871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884989.74918: 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' # <<< 11924 1726884989.74976: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d6f6e0> <<< 11924 1726884989.75101: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d6bfb0> <<< 11924 1726884989.75168: stdout 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 0x7f2700d704a0> <<< 11924 1726884989.75192: stdout 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 0x7f2700d70710> <<< 11924 1726884989.75286: stdout 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 0x7f2700d70aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d68110> <<< 11924 1726884989.75327: 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' <<< 11924 1726884989.75339: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884989.75353: 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 0x7f2700d73fe0> <<< 11924 1726884989.75504: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884989.75508: 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 0x7f2700dfd3d0> <<< 11924 1726884989.75527: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d72780> <<< 11924 1726884989.75573: 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 0x7f2700d73b30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d723f0> <<< 11924 1726884989.75582: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.75602: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 11924 1726884989.75629: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.75706: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.75840: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 11924 1726884989.75853: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.75888: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 11924 1726884989.75978: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.76111: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.76688: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.77203: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 11924 1726884989.77213: 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' # <<< 11924 1726884989.77249: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 11924 1726884989.77282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884989.77344: 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 0x7f2700c014c0> <<< 11924 1726884989.77418: 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 0x7f2700c02240> <<< 11924 1726884989.77432: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700dfd5e0> <<< 11924 1726884989.77503: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 11924 1726884989.77530: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.77550: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 11924 1726884989.77693: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.77941: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 11924 1726884989.77948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700c02030> # zipimport: zlib available <<< 11924 1726884989.78539: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.78788: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.78861: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.78937: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 11924 1726884989.78989: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.79016: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 11924 1726884989.79025: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.79097: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.79196: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 11924 1726884989.79220: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.79224: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 11924 1726884989.79226: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.79281: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.79351: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 11924 1726884989.79581: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.79787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 11924 1726884989.79844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 11924 1726884989.79878: stdout chunk (state=3): >>>import '_ast' # <<< 11924 1726884989.79983: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700c03320> <<< 11924 1726884989.79989: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.80021: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.80098: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 11924 1726884989.80179: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 11924 1726884989.80186: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.80211: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.80260: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 11924 1726884989.80282: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.80313: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.80393: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.80440: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 11924 1726884989.80485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884989.80573: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2700c0dd30> <<< 11924 1726884989.80614: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700c0ba70> <<< 11924 1726884989.80635: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 11924 1726884989.80662: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.80721: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.80784: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.80812: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.80861: stdout chunk (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' <<< 11924 1726884989.80874: 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 <<< 11924 1726884989.80901: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 11924 1726884989.80919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 11924 1726884989.80984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 11924 1726884989.81001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 11924 1726884989.81024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 11924 1726884989.81079: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d02780> <<< 11924 1726884989.81124: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701472450> <<< 11924 1726884989.81226: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700c0de50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700c056d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 11924 1726884989.81265: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.81282: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 11924 1726884989.81360: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 11924 1726884989.81386: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 11924 1726884989.81396: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.81973: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.82575: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.83274: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.83851: 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 0x7f2700ca0230> <<< 11924 1726884989.83869: 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 0x7f2700ca04a0> <<< 11924 1726884989.83981: 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' <<< 11924 1726884989.83989: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca0bc0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca0770> # /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' <<< 11924 1726884989.84008: 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' <<< 11924 1726884989.84050: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca14c0> <<< 11924 1726884989.84071: 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' <<< 11924 1726884989.84130: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 11924 1726884989.84284: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700c89400> # /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 0x7f2700c89340> <<< 11924 1726884989.84288: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 11924 1726884989.84290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 11924 1726884989.84292: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700906270> <<< 11924 1726884989.84460: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca2cc0> # /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 <<< 11924 1726884989.84498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 11924 1726884989.84568: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700908e30> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27009079b0> <<< 11924 1726884989.84615: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700906d20> <<< 11924 1726884989.84624: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca2180> <<< 11924 1726884989.84675: 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' <<< 11924 1726884989.84688: 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 <<< 11924 1726884989.84785: 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' <<< 11924 1726884989.84797: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700974e90> <<< 11924 1726884989.84925: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270092cfb0> <<< 11924 1726884989.85082: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca2690> <<< 11924 1726884989.85085: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 11924 1726884989.85110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 11924 1726884989.85239: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 11924 1726884989.85264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270097c890> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700976c60> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270092caa0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca1b80> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca1550> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca1280> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca0500> <<< 11924 1726884989.85282: 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 0x7f2700ca12b0> <<< 11924 1726884989.85313: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 11924 1726884989.85322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 11924 1726884989.85338: 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' <<< 11924 1726884989.85389: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270097ce60> <<< 11924 1726884989.85532: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca1640> <<< 11924 1726884989.85549: 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' <<< 11924 1726884989.85675: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270097d5b0> # /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' <<< 11924 1726884989.85729: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884989.85809: 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 0x7f27008f82c0> <<< 11924 1726884989.85992: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700961460> <<< 11924 1726884989.86023: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270097e5a0> <<< 11924 1726884989.86078: 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' <<< 11924 1726884989.86099: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700960ef0> <<< 11924 1726884989.86242: 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 0x7f2700999f70> # /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 0x7f270099abd0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270099a6c0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 11924 1726884989.86473: 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 0x7f270099b0e0> # /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' <<< 11924 1726884989.86681: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270096f800> <<< 11924 1726884989.86686: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 11924 1726884989.86720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 11924 1726884989.86733: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270088fd70> <<< 11924 1726884989.86784: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.86892: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 11924 1726884989.86912: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.87031: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.87166: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 11924 1726884989.87177: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.87230: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.87280: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 11924 1726884989.87358: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.87424: stdout chunk (state=3): >>># zipimport: zlib available <<< 11924 1726884989.87643: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # # zipimport: zlib available <<< 11924 1726884989.88119: 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' <<< 11924 1726884989.88233: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27005cedb0> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 11924 1726884989.88251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 11924 1726884989.88385: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27005ceed0> <<< 11924 1726884989.88406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 11924 1726884989.88448: 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' <<< 11924 1726884989.88482: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884989.88580: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f270061f0b0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270061e900> # 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 0x7f270061eae0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27005cf410> <<< 11924 1726884989.88584: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27005cde50> <<< 11924 1726884989.88666: 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 0x7f27005ceab0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 11924 1726884989.88719: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 11924 1726884989.88740: 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' <<< 11924 1726884989.88775: 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' <<< 11924 1726884989.88989: 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 0x7f27006986e0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27006982c0> <<< 11924 1726884989.88992: 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 <<< 11924 1726884989.88995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 11924 1726884989.89106: 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 0x7f270069bf80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700698830> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py <<< 11924 1726884989.89188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 11924 1726884989.90143: 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 0x7f2700137140> <<< 11924 1726884989.90212: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27001001a0> <<< 11924 1726884989.90581: 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 # 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 0x7f27001b4c50> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27001374d0> <<< 11924 1726884989.90611: 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 <<< 11924 1726884989.90647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 11924 1726884989.90749: 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 0x7f27001b7b60> <<< 11924 1726884989.90768: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27001b4d10> <<< 11924 1726884989.90785: 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 <<< 11924 1726884989.90835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 11924 1726884989.90915: 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 0x7f27001f3cb0> <<< 11924 1726884989.90990: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27001b7ec0> # /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' <<< 11924 1726884989.91042: 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 0x7f26fe7fcfb0> <<< 11924 1726884989.91071: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe7fc3b0> <<< 11924 1726884989.91290: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270063be00> # /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' <<< 11924 1726884989.91479: 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 0x7f26fe81c4a0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe7ff8f0> # /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 0x7f26fe81eae0> # /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 0x7f26fe81f9e0> # /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' <<< 11924 1726884989.91939: 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 0x7f26fe8442f0> <<< 11924 1726884989.91975: 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 <<< 11924 1726884989.91993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 11924 1726884989.92008: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe81ffb0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe81fc20> <<< 11924 1726884989.92073: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe81e990> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe81e330> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py <<< 11924 1726884989.92088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884989.92288: 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 0x7f26fe8473b0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe81ef00> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe81c7a0> <<< 11924 1726884989.92320: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe7fef00> <<< 11924 1726884989.92338: 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' <<< 11924 1726884989.92476: 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 0x7f26fe7ff620> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe7ff380> <<< 11924 1726884989.92514: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe7fd100> <<< 11924 1726884989.92534: 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 0x7f26fe8809b0> <<< 11924 1726884989.92622: 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' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py <<< 11924 1726884989.92625: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 11924 1726884989.92646: 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 <<< 11924 1726884989.92662: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 11924 1726884989.92707: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe882f30> # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 11924 1726884989.92858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe883710> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe8821e0> # /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 0x7f26fe883f20> <<< 11924 1726884989.92862: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe880980> <<< 11924 1726884989.92881: 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' <<< 11924 1726884989.92884: 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 <<< 11924 1726884989.92912: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 11924 1726884989.92929: 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 <<< 11924 1726884989.93051: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 11924 1726884989.93181: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe8a99a0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe8a8f20> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe8a8d40> # /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 0x7f26fe174a40> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 11924 1726884989.93229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 11924 1726884989.93274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 11924 1726884989.93301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 11924 1726884989.93400: 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 0x7f26fe1a2ae0> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884989.93402: 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 0x7f26fe1a2e40> <<< 11924 1726884989.93446: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe176d50> <<< 11924 1726884989.93493: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe174ef0> <<< 11924 1726884989.93496: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe8abef0> <<< 11924 1726884989.93534: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe8aa180> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe8a9eb0> <<< 11924 1726884989.93560: 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 <<< 11924 1726884989.93605: 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' <<< 11924 1726884989.93649: 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 <<< 11924 1726884989.93653: 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 0x7f26fe1dc950> <<< 11924 1726884989.93728: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe1a3aa0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe8aa6c0> <<< 11924 1726884989.93863: 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 <<< 11924 1726884989.93867: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe1dcf80> # /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 0x7f26fe1dd340> # /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 0x7f26fe1dd400> <<< 11924 1726884989.93869: 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 0x7f26fe1dd520> <<< 11924 1726884989.93893: 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 <<< 11924 1726884989.93900: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 11924 1726884989.93931: 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 <<< 11924 1726884989.93954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 11924 1726884989.94248: 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 0x7f26fe1dffb0> <<< 11924 1726884989.94252: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe1de1e0> <<< 11924 1726884989.94271: 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 0x7f26fe1fc290> # /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 0x7f26fe1fc380> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe1dd460> # /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 0x7f26fe1fc470> # /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 <<< 11924 1726884989.94477: 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 # 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' <<< 11924 1726884989.94508: 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 0x7f26fe227e90> <<< 11924 1726884989.94551: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe2272f0> <<< 11924 1726884989.94676: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe225d90> <<< 11924 1726884989.94896: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe1fdcd0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe1fd130> # /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 0x7f26fe1ff0b0> # /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 0x7f26fe1ffdd0> # /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 0x7f26fe264830> <<< 11924 1726884989.94900: 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 <<< 11924 1726884989.94905: 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 0x7f26fe264aa0> <<< 11924 1726884989.95147: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe265400> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe264e90> # /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 0x7f26fe266300> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270061f200> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27005cdc10> <<< 11924 1726884989.95611: 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 <<< 11924 1726884989.95629: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 11924 1726884989.95782: 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 0x7f26fe266f00> # /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' <<< 11924 1726884989.95786: 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 <<< 11924 1726884989.95910: 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 0x7f26fe037980> <<< 11924 1726884989.95973: 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 <<< 11924 1726884989.95986: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' # /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' <<< 11924 1726884989.96084: 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 0x7f26fe059a00> <<< 11924 1726884989.96111: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0595b0> <<< 11924 1726884989.96132: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 11924 1726884989.96150: 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 0x7f26fe034950> <<< 11924 1726884989.96168: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe058470> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe037cb0> <<< 11924 1726884989.96246: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0349e0> # /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 0x7f26fe037770> <<< 11924 1726884989.96266: 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 <<< 11924 1726884989.96276: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884989.96306: 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 <<< 11924 1726884989.96352: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 11924 1726884989.96444: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe06f0b0> <<< 11924 1726884989.96468: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe06dbe0> # /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 0x7f26fe094890> <<< 11924 1726884989.96561: 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 0x7f26fe094b90> # /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 0x7f26fe094e00> # /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 0x7f26fe0950a0> <<< 11924 1726884989.96589: 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' <<< 11924 1726884989.96602: 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 <<< 11924 1726884989.96677: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0957c0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe095610> <<< 11924 1726884989.96710: 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 <<< 11924 1726884989.96713: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' <<< 11924 1726884989.96715: stdout chunk (state=3): >>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0970b0> <<< 11924 1726884989.97003: 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 0x7f26fe097200> # /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 0x7f26fe097410> # /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 0x7f26fe0ac3b0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe097bf0> # /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 0x7f26fe0acf50> # /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' <<< 11924 1726884989.97209: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0ad3a0> # /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 0x7f26fe0ad550> # /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 0x7f26fe0ad820> # /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 0x7f26fe0ae6f0> # /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 0x7f26fe0ae960> # /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 <<< 11924 1726884989.97224: 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 0x7f26fe0aeb70> <<< 11924 1726884989.97321: 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' <<< 11924 1726884989.97337: 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 0x7f26fe0af770> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0af290> # /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' <<< 11924 1726884989.97362: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 11924 1726884989.97377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0d4620> <<< 11924 1726884989.97389: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0aff20> <<< 11924 1726884989.97403: 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 <<< 11924 1726884989.97437: 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 0x7f26fe0d52b0> <<< 11924 1726884989.97536: 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 <<< 11924 1726884989.97568: 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 0x7f26fe0d5580> # /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 0x7f26fe0d64e0> <<< 11924 1726884989.97573: 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 0x7f26fe0d6750> <<< 11924 1726884989.97595: 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 <<< 11924 1726884989.97601: 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 0x7f26fe0d68d0> <<< 11924 1726884989.97611: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe267320> <<< 11924 1726884989.97621: stdout chunk (state=3): >>>import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe2670b0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe266720> <<< 11924 1726884989.97648: 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' <<< 11924 1726884989.97768: 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 0x7f26fe0d7290> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0d6ff0> # /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 <<< 11924 1726884989.97819: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 11924 1726884989.97833: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 11924 1726884989.97874: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 11924 1726884989.97930: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0f9730> <<< 11924 1726884989.97973: 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' <<< 11924 1726884989.98177: 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 0x7f26fe0faea0> # 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 0x7f26fe0fa090> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0f9c40> # /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' <<< 11924 1726884989.98318: 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 0x7f26fde4c740> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fde37b30> # /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' <<< 11924 1726884989.98344: stdout chunk (state=3): >>>import 'six.moves' # <<< 11924 1726884989.98347: 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 <<< 11924 1726884989.98362: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 11924 1726884989.98439: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fde4f380> # /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 0x7f26fde4fe60> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py <<< 11924 1726884989.98469: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 11924 1726884989.98472: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 11924 1726884989.98670: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fde4cda0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fde4ca70> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0d7560> # /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 0x7f26fe0f8980> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0d72c0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0340b0> <<< 11924 1726884989.98674: 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 <<< 11924 1726884989.98718: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 11924 1726884989.98731: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fde76120> <<< 11924 1726884989.98776: 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 <<< 11924 1726884989.98790: 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 0x7f26fde769f0> <<< 11924 1726884989.98830: 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' <<< 11924 1726884989.98847: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fde779e0> <<< 11924 1726884989.99100: 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 0x7f26fde77f80> <<< 11924 1726884989.99103: 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' <<< 11924 1726884989.99150: 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 0x7f26fdea1700> <<< 11924 1726884989.99171: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fdea10d0> <<< 11924 1726884989.99190: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fdea0d70> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fdea0a40> <<< 11924 1726884989.99212: 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 <<< 11924 1726884989.99225: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 11924 1726884989.99334: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fdea1490> # /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 <<< 11924 1726884989.99342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 11924 1726884989.99360: 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 0x7f26fdea3410> <<< 11924 1726884989.99382: 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 <<< 11924 1726884989.99434: 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 0x7f26fdea34d0> # /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' <<< 11924 1726884989.99573: 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 0x7f26fdea3bf0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fdea3a70> <<< 11924 1726884989.99577: 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' <<< 11924 1726884989.99643: 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 <<< 11924 1726884989.99759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 11924 1726884989.99783: 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 0x7f26fded2270> <<< 11924 1726884989.99877: 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' <<< 11924 1726884989.99880: 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' <<< 11924 1726884989.99896: 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 0x7f26fded34a0> <<< 11924 1726884989.99977: 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 0x7f26fded3710> # /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' <<< 11924 1726884990.00098: 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 0x7f26fded3890> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fded36b0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fded2f60> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fded23f0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fded16a0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fded0c20> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fded04a0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fdea2f00> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fdea23f0> # /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' <<< 11924 1726884990.00143: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fded35c0> <<< 11924 1726884990.00146: 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 <<< 11924 1726884990.00152: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 11924 1726884990.00160: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fded3dd0> <<< 11924 1726884990.00196: 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 0x7f26fdefc6e0> <<< 11924 1726884990.00298: 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 0x7f26fdefcaa0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py <<< 11924 1726884990.00312: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 11924 1726884990.00374: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fdefd3d0> # /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 0x7f26fdefdf10> <<< 11924 1726884990.13611: 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}}} <<< 11924 1726884990.14621: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 11924 1726884990.14652: stdout chunk (state=3): >>># destroy __main__ <<< 11924 1726884990.15194: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 11924 1726884990.15247: 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 <<< 11924 1726884990.15259: 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 <<< 11924 1726884990.15317: stdout chunk (state=3): >>># cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # 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 <<< 11924 1726884990.15400: stdout chunk (state=3): >>># cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing 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 <<< 11924 1726884990.15408: 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 <<< 11924 1726884990.15537: stdout chunk (state=3): >>># 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 <<< 11924 1726884990.15549: stdout chunk (state=3): >>>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 <<< 11924 1726884990.15562: stdout chunk (state=3): >>># 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 <<< 11924 1726884990.16111: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma <<< 11924 1726884990.16132: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 11924 1726884990.16151: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 11924 1726884990.16158: stdout chunk (state=3): >>># destroy ntpath <<< 11924 1726884990.16181: stdout chunk (state=3): >>># destroy zipimport <<< 11924 1726884990.16191: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 11924 1726884990.16223: stdout chunk (state=3): >>># destroy selinux <<< 11924 1726884990.16235: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 11924 1726884990.16258: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 11924 1726884990.16305: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 11924 1726884990.16319: 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 <<< 11924 1726884990.16336: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 11924 1726884990.16346: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 11924 1726884990.16387: 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 <<< 11924 1726884990.16412: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 11924 1726884990.16452: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli <<< 11924 1726884990.16519: stdout chunk (state=3): >>># destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect <<< 11924 1726884990.16561: 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 <<< 11924 1726884990.16586: 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 <<< 11924 1726884990.16622: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf <<< 11924 1726884990.16639: 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 <<< 11924 1726884990.16677: stdout chunk (state=3): >>># destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 11924 1726884990.16712: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils <<< 11924 1726884990.16747: 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 <<< 11924 1726884990.16773: stdout chunk (state=3): >>># cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket <<< 11924 1726884990.16807: 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 <<< 11924 1726884990.16871: stdout chunk (state=3): >>># cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse <<< 11924 1726884990.16896: stdout chunk (state=3): >>># destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 11924 1726884990.16929: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno <<< 11924 1726884990.16965: stdout chunk (state=3): >>># cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 11924 1726884990.16968: 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 <<< 11924 1726884990.16973: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 11924 1726884990.17005: 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 # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 11924 1726884990.17059: 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 <<< 11924 1726884990.17072: 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 <<< 11924 1726884990.17599: stdout chunk (state=3): >>># destroy sys.monitoring <<< 11924 1726884990.17606: stdout chunk (state=3): >>># destroy _socket <<< 11924 1726884990.17649: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 11924 1726884990.17682: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 11924 1726884990.17711: stdout chunk (state=3): >>># destroy _compat_pickle <<< 11924 1726884990.17736: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 11924 1726884990.17771: stdout chunk (state=3): >>># destroy _queue # destroy array # destroy copyreg <<< 11924 1726884990.17804: 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 <<< 11924 1726884990.17834: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip <<< 11924 1726884990.17869: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 11924 1726884990.17882: 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 <<< 11924 1726884990.17921: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 11924 1726884990.17939: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob <<< 11924 1726884990.17958: 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 <<< 11924 1726884990.17991: stdout chunk (state=3): >>># destroy rpm <<< 11924 1726884990.18044: 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 <<< 11924 1726884990.18131: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 11924 1726884990.18164: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 11924 1726884990.18197: stdout chunk (state=3): >>># destroy _ssl <<< 11924 1726884990.18287: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 11924 1726884990.18426: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 11924 1726884990.18434: stdout chunk (state=3): >>># destroy re <<< 11924 1726884990.18447: stdout chunk (state=3): >>># destroy _random <<< 11924 1726884990.18470: stdout chunk (state=3): >>># destroy _sre <<< 11924 1726884990.18481: stdout chunk (state=3): >>># destroy _operator # destroy _functools <<< 11924 1726884990.18488: stdout chunk (state=3): >>># clear sys.audit hooks <<< 11924 1726884990.19310: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 11924 1726884990.19357: stderr chunk (state=3): >>><<< 11924 1726884990.19365: stdout chunk (state=3): >>><<< 11924 1726884990.19608: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27019103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27018dfa10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701912960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27016c0fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27016c1fd0> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701707e00> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701707ec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701737800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701737e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701717ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27017151f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701704fb0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270175b710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270175a330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27017161e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701758b60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270178c770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701704230> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f270178cc20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270178cad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f270178cec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27016fad50> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270178d580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270178d250> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270178e480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27017a46b0> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27017a5d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27017a6c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27017a7290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27017a6180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27017a7d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27017a7440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270178e4e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27014dfb90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2701508680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27015083e0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27015086b0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2701508fe0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2701509970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701508890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27014ddd30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270150acf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701509850> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270178e660> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701533050> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270155f3b0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27015b8110> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27015ba870> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27015b8230> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701585190> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27013c1220> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270155e1b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270150bc20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f270155e2d0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_0k99rsv5/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 0x7f2701416f30> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27013f5e20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27013f4fb0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701414dd0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2701442870> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701442600> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701441f10> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701442660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701417950> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27014435c0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2701443800> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701443d40> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d15b50> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2700d17770> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d18140> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d192e0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d1bdd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27016facf0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d1a090> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d23bf0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d226c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d22450> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d22990> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d1a5a0> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2700d67e90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d67fe0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2700d69a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d697f0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2700d6bf50> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d6a0f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d6f6e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d6bfb0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2700d704a0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2700d70710> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2700d70aa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d68110> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2700d73fe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2700dfd3d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d72780> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2700d73b30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d723f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2700c014c0> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700c02240> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700dfd5e0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700c02030> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700c03320> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2700c0dd30> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700c0ba70> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700d02780> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2701472450> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700c0de50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700c056d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.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 0x7f2700ca0230> # /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 0x7f2700ca04a0> # /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 0x7f2700ca0bc0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca0770> # /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 0x7f2700ca14c0> # /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 0x7f2700c89400> # /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 0x7f2700c89340> # /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 0x7f2700906270> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca2cc0> # /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 0x7f2700908e30> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27009079b0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700906d20> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca2180> # /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 0x7f2700974e90> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270092cfb0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca2690> # /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 0x7f270097c890> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700976c60> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270092caa0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca1b80> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca1550> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca1280> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca0500> # /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 0x7f2700ca12b0> # /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 0x7f270097ce60> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700ca1640> # /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 0x7f270097d5b0> # /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 0x7f27008f82c0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700961460> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270097e5a0> # /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 0x7f2700960ef0> # /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 0x7f2700999f70> # /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 0x7f270099abd0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270099a6c0> # /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 0x7f270099b0e0> # /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 0x7f270096f800> # /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 0x7f270088fd70> # 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 0x7f27005cedb0> # /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 0x7f27005ceed0> # /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 0x7f270061f0b0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270061e900> # 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 0x7f270061eae0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27005cf410> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27005cde50> # /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 0x7f27005ceab0> # /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 0x7f27006986e0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27006982c0> # /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 0x7f270069bf80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2700698830> # /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 0x7f2700137140> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27001001a0> # /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 0x7f27001b4c50> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27001374d0> # /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 0x7f27001b7b60> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27001b4d10> # /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 0x7f27001f3cb0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27001b7ec0> # /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 0x7f26fe7fcfb0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe7fc3b0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270063be00> # /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 0x7f26fe81c4a0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe7ff8f0> # /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 0x7f26fe81eae0> # /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 0x7f26fe81f9e0> # /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 0x7f26fe8442f0> # /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 0x7f26fe81ffb0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe81fc20> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe81e990> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe81e330> # /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 0x7f26fe8473b0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe81ef00> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe81c7a0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe7fef00> # /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 0x7f26fe7ff620> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe7ff380> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe7fd100> # /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 0x7f26fe8809b0> # /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 0x7f26fe882f30> # /usr/lib64/python3.12/__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 0x7f26fe883710> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe8821e0> # /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 0x7f26fe883f20> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe880980> # /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 0x7f26fe8a99a0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe8a8f20> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe8a8d40> # /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 0x7f26fe174a40> # /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 0x7f26fe1a2ae0> # 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 0x7f26fe1a2e40> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe176d50> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe174ef0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe8abef0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe8aa180> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe8a9eb0> # /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 0x7f26fe1dc950> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe1a3aa0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe8aa6c0> # /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 0x7f26fe1dcf80> # /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 0x7f26fe1dd340> # /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 0x7f26fe1dd400> # /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 0x7f26fe1dd520> # /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 0x7f26fe1dffb0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe1de1e0> # /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 0x7f26fe1fc290> # /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 0x7f26fe1fc380> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe1dd460> # /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 0x7f26fe1fc470> # /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 0x7f26fe227e90> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe2272f0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe225d90> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe1fdcd0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe1fd130> # /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 0x7f26fe1ff0b0> # /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 0x7f26fe1ffdd0> # /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 0x7f26fe264830> # /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 0x7f26fe264aa0> # /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 0x7f26fe265400> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe264e90> # /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 0x7f26fe266300> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f270061f200> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27005cdc10> # /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 0x7f26fe266f00> # /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 0x7f26fe037980> # /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 0x7f26fe059a00> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0595b0> # 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 0x7f26fe034950> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe058470> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe037cb0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0349e0> # /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 0x7f26fe037770> # /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 0x7f26fe06f0b0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe06dbe0> # /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 0x7f26fe094890> # /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 0x7f26fe094b90> # /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 0x7f26fe094e00> # /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 0x7f26fe0950a0> # /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 0x7f26fe0957c0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe095610> # /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 0x7f26fe0970b0> # /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 0x7f26fe097200> # /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 0x7f26fe097410> # /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 0x7f26fe0ac3b0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe097bf0> # /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 0x7f26fe0acf50> # /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 0x7f26fe0ad3a0> # /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 0x7f26fe0ad550> # /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 0x7f26fe0ad820> # /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 0x7f26fe0ae6f0> # /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 0x7f26fe0ae960> # /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 0x7f26fe0aeb70> # /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 0x7f26fe0af770> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0af290> # /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 0x7f26fe0d4620> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0aff20> # /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 0x7f26fe0d52b0> # /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 0x7f26fe0d5580> # /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 0x7f26fe0d64e0> # /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 0x7f26fe0d6750> # /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 0x7f26fe0d68d0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe267320> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe2670b0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe266720> # /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 0x7f26fe0d7290> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0d6ff0> # /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 0x7f26fe0f9730> # /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 0x7f26fe0faea0> # 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 0x7f26fe0fa090> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0f9c40> # /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 0x7f26fde4c740> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fde37b30> # /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 0x7f26fde4f380> # /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 0x7f26fde4fe60> # /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 0x7f26fde4cda0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fde4ca70> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0d7560> # /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 0x7f26fe0f8980> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0d72c0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fe0340b0> # /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 0x7f26fde76120> # /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 0x7f26fde769f0> # /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 0x7f26fde779e0> # /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 0x7f26fde77f80> # /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 0x7f26fdea1700> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fdea10d0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fdea0d70> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fdea0a40> # /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 0x7f26fdea1490> # /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 0x7f26fdea3410> # /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 0x7f26fdea34d0> # /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 0x7f26fdea3bf0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fdea3a70> # /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 0x7f26fded2270> # /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 0x7f26fded34a0> # /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 0x7f26fded3710> # /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 0x7f26fded3890> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fded36b0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fded2f60> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fded23f0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fded16a0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fded0c20> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fded04a0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fdea2f00> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f26fdea23f0> # /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 0x7f26fded35c0> # /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 0x7f26fded3dd0> # /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 0x7f26fdefc6e0> # /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 0x7f26fdefcaa0> # /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 0x7f26fdefd3d0> # /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 0x7f26fdefdf10> {"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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. 11924 1726884990.21820: 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-1726884989.5139537-19035-96881979326277/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 11924 1726884990.21824: _low_level_execute_command(): starting 11924 1726884990.21827: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726884989.5139537-19035-96881979326277/ > /dev/null 2>&1 && sleep 0' 11924 1726884990.21830: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 11924 1726884990.21833: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884990.21835: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884990.21839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884990.21841: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884990.21849: stderr chunk (state=3): >>>debug2: match not found <<< 11924 1726884990.21852: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884990.21854: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 11924 1726884990.21860: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 11924 1726884990.21862: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 11924 1726884990.21865: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 11924 1726884990.21870: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 11924 1726884990.21872: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 11924 1726884990.21875: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 11924 1726884990.21878: stderr chunk (state=3): >>>debug2: match found <<< 11924 1726884990.21879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 11924 1726884990.21881: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 11924 1726884990.21883: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 11924 1726884990.21885: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 11924 1726884990.21887: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 11924 1726884990.23168: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 11924 1726884990.23171: stderr chunk (state=3): >>><<< 11924 1726884990.23174: stdout chunk (state=3): >>><<< 11924 1726884990.23179: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 11924 1726884990.23181: handler run complete 11924 1726884990.23271: attempt loop complete, returning result 11924 1726884990.23274: _execute() done 11924 1726884990.23276: dumping result to json 11924 1726884990.23278: done dumping result, returning 11924 1726884990.23280: done running TaskExecutor() for managed_node2/TASK: Ensure cryptsetup is present [0affc8a3-6f6f-f4c0-2290-0000000059f3] 11924 1726884990.23282: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059f3 ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 11924 1726884990.23495: no more pending results, returning what we have 11924 1726884990.23499: results queue empty 11924 1726884990.23506: checking for any_errors_fatal 11924 1726884990.23518: done checking for any_errors_fatal 11924 1726884990.23519: checking for max_fail_percentage 11924 1726884990.23522: done checking for max_fail_percentage 11924 1726884990.23523: checking to see if all hosts have failed and the running result is not ok 11924 1726884990.23524: done checking to see if all hosts have failed 11924 1726884990.23525: getting the remaining hosts for this loop 11924 1726884990.23527: done getting the remaining hosts for this loop 11924 1726884990.23531: getting the next task for host managed_node2 11924 1726884990.23541: done getting next task for host managed_node2 11924 1726884990.23544: ^ task is: TASK: Collect LUKS info for this volume 11924 1726884990.23551: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884990.23558: getting variables 11924 1726884990.23560: in VariableManager get_vars() 11924 1726884990.23602: Calling all_inventory to load vars for managed_node2 11924 1726884990.23605: Calling groups_inventory to load vars for managed_node2 11924 1726884990.23619: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059f3 11924 1726884990.23631: WORKER PROCESS EXITING 11924 1726884990.23627: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884990.23644: Calling all_plugins_play to load vars for managed_node2 11924 1726884990.23647: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884990.23650: Calling groups_plugins_play to load vars for managed_node2 11924 1726884990.24237: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884990.24796: done with get_vars() 11924 1726884990.24814: done getting variables 11924 1726884990.24895: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:30 -0400 (0:00:00.811) 0:02:35.588 ****** 11924 1726884990.24927: entering _queue_task() for managed_node2/command 11924 1726884990.25205: worker is 1 (out of 1 available) 11924 1726884990.25220: exiting _queue_task() for managed_node2/command 11924 1726884990.25233: done queuing things up, now waiting for results queue to drain 11924 1726884990.25235: waiting for pending results... 11924 1726884990.25499: running TaskExecutor() for managed_node2/TASK: Collect LUKS info for this volume 11924 1726884990.25665: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059f4 11924 1726884990.25692: variable 'ansible_search_path' from source: unknown 11924 1726884990.25895: calling self._execute() 11924 1726884990.25899: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.25905: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.26033: variable 'omit' from source: magic vars 11924 1726884990.26462: variable 'storage_test_volume' from source: include params 11924 1726884990.26466: variable '_storage_test_volume_present' from source: set_fact 11924 1726884990.26469: Evaluated conditional (storage_test_volume.encryption and _storage_test_volume_present): False 11924 1726884990.26471: when evaluation is False, skipping this task 11924 1726884990.26474: _execute() done 11924 1726884990.26476: dumping result to json 11924 1726884990.26478: done dumping result, returning 11924 1726884990.26481: done running TaskExecutor() for managed_node2/TASK: Collect LUKS info for this volume [0affc8a3-6f6f-f4c0-2290-0000000059f4] 11924 1726884990.26483: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059f4 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884990.26619: no more pending results, returning what we have 11924 1726884990.26623: results queue empty 11924 1726884990.26624: checking for any_errors_fatal 11924 1726884990.26640: done checking for any_errors_fatal 11924 1726884990.26641: checking for max_fail_percentage 11924 1726884990.26643: done checking for max_fail_percentage 11924 1726884990.26644: checking to see if all hosts have failed and the running result is not ok 11924 1726884990.26645: done checking to see if all hosts have failed 11924 1726884990.26645: getting the remaining hosts for this loop 11924 1726884990.26648: done getting the remaining hosts for this loop 11924 1726884990.26652: getting the next task for host managed_node2 11924 1726884990.26664: done getting next task for host managed_node2 11924 1726884990.26667: ^ task is: TASK: Verify the presence/absence of the LUKS device node 11924 1726884990.26676: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884990.26685: getting variables 11924 1726884990.26687: in VariableManager get_vars() 11924 1726884990.26730: Calling all_inventory to load vars for managed_node2 11924 1726884990.26735: Calling groups_inventory to load vars for managed_node2 11924 1726884990.26740: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884990.26753: Calling all_plugins_play to load vars for managed_node2 11924 1726884990.26760: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884990.26765: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059f4 11924 1726884990.26768: WORKER PROCESS EXITING 11924 1726884990.26771: Calling groups_plugins_play to load vars for managed_node2 11924 1726884990.27319: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884990.27783: done with get_vars() 11924 1726884990.27801: done getting variables 11924 1726884990.27870: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:16:30 -0400 (0:00:00.029) 0:02:35.617 ****** 11924 1726884990.27908: entering _queue_task() for managed_node2/assert 11924 1726884990.28179: worker is 1 (out of 1 available) 11924 1726884990.28194: exiting _queue_task() for managed_node2/assert 11924 1726884990.28208: done queuing things up, now waiting for results queue to drain 11924 1726884990.28209: waiting for pending results... 11924 1726884990.28588: running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the LUKS device node 11924 1726884990.28765: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059f5 11924 1726884990.28770: variable 'ansible_search_path' from source: unknown 11924 1726884990.28854: calling self._execute() 11924 1726884990.29000: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.29006: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.29015: variable 'omit' from source: magic vars 11924 1726884990.29471: variable 'storage_test_volume' from source: include params 11924 1726884990.29537: Evaluated conditional (storage_test_volume.encryption): False 11924 1726884990.29545: when evaluation is False, skipping this task 11924 1726884990.29549: _execute() done 11924 1726884990.29553: dumping result to json 11924 1726884990.29571: done dumping result, returning 11924 1726884990.29584: done running TaskExecutor() for managed_node2/TASK: Verify the presence/absence of the LUKS device node [0affc8a3-6f6f-f4c0-2290-0000000059f5] 11924 1726884990.29621: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059f5 11924 1726884990.29742: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059f5 11924 1726884990.29746: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884990.29949: no more pending results, returning what we have 11924 1726884990.29953: results queue empty 11924 1726884990.29954: checking for any_errors_fatal 11924 1726884990.29962: done checking for any_errors_fatal 11924 1726884990.29962: checking for max_fail_percentage 11924 1726884990.29964: done checking for max_fail_percentage 11924 1726884990.29965: checking to see if all hosts have failed and the running result is not ok 11924 1726884990.29966: done checking to see if all hosts have failed 11924 1726884990.29967: getting the remaining hosts for this loop 11924 1726884990.29968: done getting the remaining hosts for this loop 11924 1726884990.29976: getting the next task for host managed_node2 11924 1726884990.30028: done getting next task for host managed_node2 11924 1726884990.30031: ^ task is: TASK: Verify that the raw device is the same as the device if not encrypted 11924 1726884990.30035: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884990.30039: getting variables 11924 1726884990.30040: in VariableManager get_vars() 11924 1726884990.30067: Calling all_inventory to load vars for managed_node2 11924 1726884990.30071: Calling groups_inventory to load vars for managed_node2 11924 1726884990.30075: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884990.30119: Calling all_plugins_play to load vars for managed_node2 11924 1726884990.30123: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884990.30128: Calling groups_plugins_play to load vars for managed_node2 11924 1726884990.30631: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884990.31091: done with get_vars() 11924 1726884990.31109: done getting variables 11924 1726884990.31173: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify 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 22:16:30 -0400 (0:00:00.032) 0:02:35.651 ****** 11924 1726884990.31209: entering _queue_task() for managed_node2/assert 11924 1726884990.31472: worker is 1 (out of 1 available) 11924 1726884990.31485: exiting _queue_task() for managed_node2/assert 11924 1726884990.31499: done queuing things up, now waiting for results queue to drain 11924 1726884990.31500: waiting for pending results... 11924 1726884990.31761: running TaskExecutor() for managed_node2/TASK: Verify that the raw device is the same as the device if not encrypted 11924 1726884990.31870: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059f6 11924 1726884990.31883: variable 'ansible_search_path' from source: unknown 11924 1726884990.31910: calling self._execute() 11924 1726884990.32026: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.32075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.32078: variable 'omit' from source: magic vars 11924 1726884990.32535: variable '_storage_test_volume_present' from source: set_fact 11924 1726884990.32538: Evaluated conditional (_storage_test_volume_present): False 11924 1726884990.32541: when evaluation is False, skipping this task 11924 1726884990.32549: _execute() done 11924 1726884990.32553: dumping result to json 11924 1726884990.32558: done dumping result, returning 11924 1726884990.32560: done running TaskExecutor() for managed_node2/TASK: Verify that the raw device is the same as the device if not encrypted [0affc8a3-6f6f-f4c0-2290-0000000059f6] 11924 1726884990.32562: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059f6 11924 1726884990.32637: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059f6 11924 1726884990.32640: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884990.32699: no more pending results, returning what we have 11924 1726884990.32703: results queue empty 11924 1726884990.32703: checking for any_errors_fatal 11924 1726884990.32710: done checking for any_errors_fatal 11924 1726884990.32710: checking for max_fail_percentage 11924 1726884990.32712: done checking for max_fail_percentage 11924 1726884990.32712: checking to see if all hosts have failed and the running result is not ok 11924 1726884990.32713: done checking to see if all hosts have failed 11924 1726884990.32714: getting the remaining hosts for this loop 11924 1726884990.32719: done getting the remaining hosts for this loop 11924 1726884990.32722: getting the next task for host managed_node2 11924 1726884990.32735: done getting next task for host managed_node2 11924 1726884990.32738: ^ task is: TASK: Make sure we got info about the LUKS volume if encrypted 11924 1726884990.32749: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884990.32752: getting variables 11924 1726884990.32754: in VariableManager get_vars() 11924 1726884990.32795: Calling all_inventory to load vars for managed_node2 11924 1726884990.32797: Calling groups_inventory to load vars for managed_node2 11924 1726884990.32800: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884990.32812: Calling all_plugins_play to load vars for managed_node2 11924 1726884990.32814: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884990.32819: Calling groups_plugins_play to load vars for managed_node2 11924 1726884990.33325: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884990.33803: done with get_vars() 11924 1726884990.33817: done getting variables 11924 1726884990.33882: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:30 -0400 (0:00:00.027) 0:02:35.678 ****** 11924 1726884990.33922: entering _queue_task() for managed_node2/assert 11924 1726884990.34322: worker is 1 (out of 1 available) 11924 1726884990.34335: exiting _queue_task() for managed_node2/assert 11924 1726884990.34348: done queuing things up, now waiting for results queue to drain 11924 1726884990.34350: waiting for pending results... 11924 1726884990.35175: running TaskExecutor() for managed_node2/TASK: Make sure we got info about the LUKS volume if encrypted 11924 1726884990.35180: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059f7 11924 1726884990.35183: variable 'ansible_search_path' from source: unknown 11924 1726884990.35187: calling self._execute() 11924 1726884990.35241: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.35261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.35284: variable 'omit' from source: magic vars 11924 1726884990.35720: variable '_storage_test_volume_present' from source: set_fact 11924 1726884990.35736: variable 'storage_test_volume' from source: include params 11924 1726884990.35779: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 11924 1726884990.35789: when evaluation is False, skipping this task 11924 1726884990.35808: _execute() done 11924 1726884990.35819: dumping result to json 11924 1726884990.35829: done dumping result, returning 11924 1726884990.35845: done running TaskExecutor() for managed_node2/TASK: Make sure we got info about the LUKS volume if encrypted [0affc8a3-6f6f-f4c0-2290-0000000059f7] 11924 1726884990.35866: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059f7 skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884990.36277: no more pending results, returning what we have 11924 1726884990.36281: results queue empty 11924 1726884990.36282: checking for any_errors_fatal 11924 1726884990.36290: done checking for any_errors_fatal 11924 1726884990.36291: checking for max_fail_percentage 11924 1726884990.36292: done checking for max_fail_percentage 11924 1726884990.36294: checking to see if all hosts have failed and the running result is not ok 11924 1726884990.36295: done checking to see if all hosts have failed 11924 1726884990.36296: getting the remaining hosts for this loop 11924 1726884990.36298: done getting the remaining hosts for this loop 11924 1726884990.36303: getting the next task for host managed_node2 11924 1726884990.36313: done getting next task for host managed_node2 11924 1726884990.36315: ^ task is: TASK: Verify the LUKS volume's device type if encrypted 11924 1726884990.36321: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884990.36328: getting variables 11924 1726884990.36330: in VariableManager get_vars() 11924 1726884990.36372: Calling all_inventory to load vars for managed_node2 11924 1726884990.36375: Calling groups_inventory to load vars for managed_node2 11924 1726884990.36379: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884990.36392: Calling all_plugins_play to load vars for managed_node2 11924 1726884990.36395: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884990.36399: Calling groups_plugins_play to load vars for managed_node2 11924 1726884990.37335: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059f7 11924 1726884990.37339: WORKER PROCESS EXITING 11924 1726884990.37508: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884990.38131: done with get_vars() 11924 1726884990.38146: done getting variables 11924 1726884990.38217: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify the 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 22:16:30 -0400 (0:00:00.043) 0:02:35.721 ****** 11924 1726884990.38259: entering _queue_task() for managed_node2/assert 11924 1726884990.38644: worker is 1 (out of 1 available) 11924 1726884990.38663: exiting _queue_task() for managed_node2/assert 11924 1726884990.38676: done queuing things up, now waiting for results queue to drain 11924 1726884990.38678: waiting for pending results... 11924 1726884990.38996: running TaskExecutor() for managed_node2/TASK: Verify the LUKS volume's device type if encrypted 11924 1726884990.39185: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059f8 11924 1726884990.39206: variable 'ansible_search_path' from source: unknown 11924 1726884990.39248: calling self._execute() 11924 1726884990.39393: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.39407: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.39425: variable 'omit' from source: magic vars 11924 1726884990.39849: variable '_storage_test_volume_present' from source: set_fact 11924 1726884990.39972: variable 'storage_test_volume' from source: include params 11924 1726884990.40012: Evaluated conditional (_storage_test_volume_present and storage_test_volume.encryption): False 11924 1726884990.40162: when evaluation is False, skipping this task 11924 1726884990.40166: _execute() done 11924 1726884990.40168: dumping result to json 11924 1726884990.40170: done dumping result, returning 11924 1726884990.40173: done running TaskExecutor() for managed_node2/TASK: Verify the LUKS volume's device type if encrypted [0affc8a3-6f6f-f4c0-2290-0000000059f8] 11924 1726884990.40176: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059f8 11924 1726884990.40246: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059f8 11924 1726884990.40249: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present and storage_test_volume.encryption", "skip_reason": "Conditional result was False" } 11924 1726884990.40311: no more pending results, returning what we have 11924 1726884990.40315: results queue empty 11924 1726884990.40316: checking for any_errors_fatal 11924 1726884990.40327: done checking for any_errors_fatal 11924 1726884990.40328: checking for max_fail_percentage 11924 1726884990.40330: done checking for max_fail_percentage 11924 1726884990.40331: checking to see if all hosts have failed and the running result is not ok 11924 1726884990.40332: done checking to see if all hosts have failed 11924 1726884990.40332: getting the remaining hosts for this loop 11924 1726884990.40334: done getting the remaining hosts for this loop 11924 1726884990.40338: getting the next task for host managed_node2 11924 1726884990.40350: done getting next task for host managed_node2 11924 1726884990.40353: ^ task is: TASK: Check LUKS version 11924 1726884990.40364: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884990.40370: getting variables 11924 1726884990.40372: in VariableManager get_vars() 11924 1726884990.40411: Calling all_inventory to load vars for managed_node2 11924 1726884990.40414: Calling groups_inventory to load vars for managed_node2 11924 1726884990.40420: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884990.40434: Calling all_plugins_play to load vars for managed_node2 11924 1726884990.40441: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884990.40445: Calling groups_plugins_play to load vars for managed_node2 11924 1726884990.42085: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884990.42720: done with get_vars() 11924 1726884990.42736: done getting variables 11924 1726884990.42801: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:30 -0400 (0:00:00.045) 0:02:35.767 ****** 11924 1726884990.42839: entering _queue_task() for managed_node2/assert 11924 1726884990.43357: worker is 1 (out of 1 available) 11924 1726884990.43369: exiting _queue_task() for managed_node2/assert 11924 1726884990.43381: done queuing things up, now waiting for results queue to drain 11924 1726884990.43383: waiting for pending results... 11924 1726884990.43572: running TaskExecutor() for managed_node2/TASK: Check LUKS version 11924 1726884990.43690: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059f9 11924 1726884990.43715: variable 'ansible_search_path' from source: unknown 11924 1726884990.43761: calling self._execute() 11924 1726884990.45004: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.45013: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.45022: variable 'omit' from source: magic vars 11924 1726884990.45907: variable '_storage_test_volume_present' from source: set_fact 11924 1726884990.45922: Evaluated conditional (_storage_test_volume_present): False 11924 1726884990.45933: when evaluation is False, skipping this task 11924 1726884990.45944: _execute() done 11924 1726884990.45954: dumping result to json 11924 1726884990.45968: done dumping result, returning 11924 1726884990.45980: done running TaskExecutor() for managed_node2/TASK: Check LUKS version [0affc8a3-6f6f-f4c0-2290-0000000059f9] 11924 1726884990.45992: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059f9 skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884990.46268: no more pending results, returning what we have 11924 1726884990.46272: results queue empty 11924 1726884990.46273: checking for any_errors_fatal 11924 1726884990.46282: done checking for any_errors_fatal 11924 1726884990.46283: checking for max_fail_percentage 11924 1726884990.46286: done checking for max_fail_percentage 11924 1726884990.46287: checking to see if all hosts have failed and the running result is not ok 11924 1726884990.46288: done checking to see if all hosts have failed 11924 1726884990.46289: getting the remaining hosts for this loop 11924 1726884990.46291: done getting the remaining hosts for this loop 11924 1726884990.46295: getting the next task for host managed_node2 11924 1726884990.46306: done getting next task for host managed_node2 11924 1726884990.46309: ^ task is: TASK: Check LUKS key size 11924 1726884990.46316: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884990.46322: getting variables 11924 1726884990.46324: in VariableManager get_vars() 11924 1726884990.46471: Calling all_inventory to load vars for managed_node2 11924 1726884990.46475: Calling groups_inventory to load vars for managed_node2 11924 1726884990.46479: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884990.46485: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059f9 11924 1726884990.46491: WORKER PROCESS EXITING 11924 1726884990.46503: Calling all_plugins_play to load vars for managed_node2 11924 1726884990.46507: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884990.46511: Calling groups_plugins_play to load vars for managed_node2 11924 1726884990.47212: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884990.47825: done with get_vars() 11924 1726884990.47845: done getting variables 11924 1726884990.47904: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:30 -0400 (0:00:00.050) 0:02:35.818 ****** 11924 1726884990.47940: entering _queue_task() for managed_node2/assert 11924 1726884990.48249: worker is 1 (out of 1 available) 11924 1726884990.48265: exiting _queue_task() for managed_node2/assert 11924 1726884990.48281: done queuing things up, now waiting for results queue to drain 11924 1726884990.48283: waiting for pending results... 11924 1726884990.48574: running TaskExecutor() for managed_node2/TASK: Check LUKS key size 11924 1726884990.48741: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059fa 11924 1726884990.48768: variable 'ansible_search_path' from source: unknown 11924 1726884990.48813: calling self._execute() 11924 1726884990.48967: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.48978: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.48994: variable 'omit' from source: magic vars 11924 1726884990.49457: variable '_storage_test_volume_present' from source: set_fact 11924 1726884990.49472: Evaluated conditional (_storage_test_volume_present): False 11924 1726884990.49480: when evaluation is False, skipping this task 11924 1726884990.49489: _execute() done 11924 1726884990.49497: dumping result to json 11924 1726884990.49504: done dumping result, returning 11924 1726884990.49515: done running TaskExecutor() for managed_node2/TASK: Check LUKS key size [0affc8a3-6f6f-f4c0-2290-0000000059fa] 11924 1726884990.49530: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059fa skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884990.49716: no more pending results, returning what we have 11924 1726884990.49720: results queue empty 11924 1726884990.49721: checking for any_errors_fatal 11924 1726884990.49732: done checking for any_errors_fatal 11924 1726884990.49732: checking for max_fail_percentage 11924 1726884990.49734: done checking for max_fail_percentage 11924 1726884990.49735: checking to see if all hosts have failed and the running result is not ok 11924 1726884990.49736: done checking to see if all hosts have failed 11924 1726884990.49736: getting the remaining hosts for this loop 11924 1726884990.49738: done getting the remaining hosts for this loop 11924 1726884990.49742: getting the next task for host managed_node2 11924 1726884990.49752: done getting next task for host managed_node2 11924 1726884990.49756: ^ task is: TASK: Check LUKS cipher 11924 1726884990.49764: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884990.49769: getting variables 11924 1726884990.49771: in VariableManager get_vars() 11924 1726884990.49809: Calling all_inventory to load vars for managed_node2 11924 1726884990.49811: Calling groups_inventory to load vars for managed_node2 11924 1726884990.49815: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884990.49828: Calling all_plugins_play to load vars for managed_node2 11924 1726884990.49831: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884990.49835: Calling groups_plugins_play to load vars for managed_node2 11924 1726884990.50392: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059fa 11924 1726884990.50396: WORKER PROCESS EXITING 11924 1726884990.50589: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884990.51223: done with get_vars() 11924 1726884990.51239: done getting variables 11924 1726884990.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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (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 22:16:30 -0400 (0:00:00.033) 0:02:35.852 ****** 11924 1726884990.51337: entering _queue_task() for managed_node2/assert 11924 1726884990.51873: worker is 1 (out of 1 available) 11924 1726884990.51884: exiting _queue_task() for managed_node2/assert 11924 1726884990.51896: done queuing things up, now waiting for results queue to drain 11924 1726884990.51898: waiting for pending results... 11924 1726884990.51984: running TaskExecutor() for managed_node2/TASK: Check LUKS cipher 11924 1726884990.52236: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059fb 11924 1726884990.52240: variable 'ansible_search_path' from source: unknown 11924 1726884990.52243: calling self._execute() 11924 1726884990.52348: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.52362: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.52379: variable 'omit' from source: magic vars 11924 1726884990.52757: variable '_storage_test_volume_present' from source: set_fact 11924 1726884990.52771: Evaluated conditional (_storage_test_volume_present): False 11924 1726884990.52787: when evaluation is False, skipping this task 11924 1726884990.52796: _execute() done 11924 1726884990.52803: dumping result to json 11924 1726884990.52812: done dumping result, returning 11924 1726884990.52826: done running TaskExecutor() for managed_node2/TASK: Check LUKS cipher [0affc8a3-6f6f-f4c0-2290-0000000059fb] 11924 1726884990.52836: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059fb skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884990.53110: no more pending results, returning what we have 11924 1726884990.53114: results queue empty 11924 1726884990.53115: checking for any_errors_fatal 11924 1726884990.53128: done checking for any_errors_fatal 11924 1726884990.53129: checking for max_fail_percentage 11924 1726884990.53131: done checking for max_fail_percentage 11924 1726884990.53133: checking to see if all hosts have failed and the running result is not ok 11924 1726884990.53134: done checking to see if all hosts have failed 11924 1726884990.53134: getting the remaining hosts for this loop 11924 1726884990.53137: done getting the remaining hosts for this loop 11924 1726884990.53140: getting the next task for host managed_node2 11924 1726884990.53151: done getting next task for host managed_node2 11924 1726884990.53156: ^ task is: TASK: Set test variables 11924 1726884990.53164: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884990.53169: getting variables 11924 1726884990.53171: in VariableManager get_vars() 11924 1726884990.53213: Calling all_inventory to load vars for managed_node2 11924 1726884990.53219: Calling groups_inventory to load vars for managed_node2 11924 1726884990.53223: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884990.53236: Calling all_plugins_play to load vars for managed_node2 11924 1726884990.53240: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884990.53243: Calling groups_plugins_play to load vars for managed_node2 11924 1726884990.53772: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059fb 11924 1726884990.53776: WORKER PROCESS EXITING 11924 1726884990.54054: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884990.54697: done with get_vars() 11924 1726884990.54712: done getting variables 11924 1726884990.54778: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:30 -0400 (0:00:00.034) 0:02:35.887 ****** 11924 1726884990.54812: entering _queue_task() for managed_node2/set_fact 11924 1726884990.55142: worker is 1 (out of 1 available) 11924 1726884990.55153: exiting _queue_task() for managed_node2/set_fact 11924 1726884990.55170: done queuing things up, now waiting for results queue to drain 11924 1726884990.55171: waiting for pending results... 11924 1726884990.55448: running TaskExecutor() for managed_node2/TASK: Set test variables 11924 1726884990.55578: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059fc 11924 1726884990.55680: variable 'ansible_search_path' from source: unknown 11924 1726884990.55724: calling self._execute() 11924 1726884990.55869: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.55886: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.55901: variable 'omit' from source: magic vars 11924 1726884990.56047: variable 'omit' from source: magic vars 11924 1726884990.56202: variable 'omit' from source: magic vars 11924 1726884990.56441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884990.58650: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884990.59270: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884990.59314: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884990.59359: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884990.59390: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884990.59513: variable 'storage_test_volume' from source: include params 11924 1726884990.59539: variable '_storage_test_volume_present' from source: set_fact 11924 1726884990.59745: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884990.59861: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884990.59864: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884990.59867: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884990.59873: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884990.59918: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884990.59948: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884990.59978: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884990.60024: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884990.60044: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884990.60117: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884990.60145: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884990.60176: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884990.60221: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884990.60241: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884990.60411: variable 'storage_test_crypttab' from source: set_fact 11924 1726884990.60660: variable 'storage_test_volume' from source: include params 11924 1726884990.60662: variable 'storage_test_volume' from source: include params 11924 1726884990.60664: variable 'omit' from source: magic vars 11924 1726884990.60666: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884990.60669: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884990.60671: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884990.60689: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884990.60704: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884990.60725: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884990.60746: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884990.60785: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884990.60792: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.60798: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.60906: Set connection var ansible_shell_executable to /bin/sh 11924 1726884990.60914: Set connection var ansible_connection to ssh 11924 1726884990.60924: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884990.60934: Set connection var ansible_timeout to 10 11924 1726884990.60942: Set connection var ansible_pipelining to False 11924 1726884990.60951: Set connection var ansible_shell_type to sh 11924 1726884990.60983: variable 'ansible_shell_executable' from source: unknown 11924 1726884990.60990: variable 'ansible_connection' from source: unknown 11924 1726884990.60998: variable 'ansible_module_compression' from source: unknown 11924 1726884990.61007: variable 'ansible_shell_type' from source: unknown 11924 1726884990.61012: variable 'ansible_shell_executable' from source: unknown 11924 1726884990.61018: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.61024: variable 'ansible_pipelining' from source: unknown 11924 1726884990.61029: variable 'ansible_timeout' from source: unknown 11924 1726884990.61035: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.61142: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884990.61168: variable 'omit' from source: magic vars 11924 1726884990.61178: starting attempt loop 11924 1726884990.61184: running the handler 11924 1726884990.61198: handler run complete 11924 1726884990.61211: attempt loop complete, returning result 11924 1726884990.61222: _execute() done 11924 1726884990.61228: dumping result to json 11924 1726884990.61234: done dumping result, returning 11924 1726884990.61245: done running TaskExecutor() for managed_node2/TASK: Set test variables [0affc8a3-6f6f-f4c0-2290-0000000059fc] 11924 1726884990.61254: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059fc ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": [], "_storage_test_expected_crypttab_entries": "0", "_storage_test_expected_crypttab_key_file": "-" }, "changed": false } 11924 1726884990.61545: no more pending results, returning what we have 11924 1726884990.61549: results queue empty 11924 1726884990.61550: checking for any_errors_fatal 11924 1726884990.61559: done checking for any_errors_fatal 11924 1726884990.61560: checking for max_fail_percentage 11924 1726884990.61562: done checking for max_fail_percentage 11924 1726884990.61563: checking to see if all hosts have failed and the running result is not ok 11924 1726884990.61563: done checking to see if all hosts have failed 11924 1726884990.61564: getting the remaining hosts for this loop 11924 1726884990.61566: done getting the remaining hosts for this loop 11924 1726884990.61570: getting the next task for host managed_node2 11924 1726884990.61580: done getting next task for host managed_node2 11924 1726884990.61584: ^ task is: TASK: Check for /etc/crypttab entry 11924 1726884990.61590: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884990.61595: getting variables 11924 1726884990.61597: in VariableManager get_vars() 11924 1726884990.61636: Calling all_inventory to load vars for managed_node2 11924 1726884990.61638: Calling groups_inventory to load vars for managed_node2 11924 1726884990.61642: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884990.61653: Calling all_plugins_play to load vars for managed_node2 11924 1726884990.61659: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884990.61664: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059fc 11924 1726884990.61667: WORKER PROCESS EXITING 11924 1726884990.61670: Calling groups_plugins_play to load vars for managed_node2 11924 1726884990.62453: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884990.63042: done with get_vars() 11924 1726884990.63061: done getting variables 11924 1726884990.63120: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:30 -0400 (0:00:00.083) 0:02:35.970 ****** 11924 1726884990.63162: entering _queue_task() for managed_node2/assert 11924 1726884990.63489: worker is 1 (out of 1 available) 11924 1726884990.63500: exiting _queue_task() for managed_node2/assert 11924 1726884990.63514: done queuing things up, now waiting for results queue to drain 11924 1726884990.63516: waiting for pending results... 11924 1726884990.63797: running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry 11924 1726884990.63940: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059fd 11924 1726884990.63964: variable 'ansible_search_path' from source: unknown 11924 1726884990.64010: calling self._execute() 11924 1726884990.64150: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.64164: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.64180: variable 'omit' from source: magic vars 11924 1726884990.64305: variable 'omit' from source: magic vars 11924 1726884990.64390: variable 'omit' from source: magic vars 11924 1726884990.64644: variable 'storage_test_volume' from source: include params 11924 1726884990.64707: variable 'omit' from source: magic vars 11924 1726884990.64757: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884990.64799: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884990.64859: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884990.64863: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884990.64870: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884990.64893: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884990.64916: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884990.64954: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884990.65161: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.65165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.65167: Set connection var ansible_shell_executable to /bin/sh 11924 1726884990.65169: Set connection var ansible_connection to ssh 11924 1726884990.65171: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884990.65173: Set connection var ansible_timeout to 10 11924 1726884990.65174: Set connection var ansible_pipelining to False 11924 1726884990.65176: Set connection var ansible_shell_type to sh 11924 1726884990.65178: variable 'ansible_shell_executable' from source: unknown 11924 1726884990.65180: variable 'ansible_connection' from source: unknown 11924 1726884990.65182: variable 'ansible_module_compression' from source: unknown 11924 1726884990.65183: variable 'ansible_shell_type' from source: unknown 11924 1726884990.65185: variable 'ansible_shell_executable' from source: unknown 11924 1726884990.65187: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.65188: variable 'ansible_pipelining' from source: unknown 11924 1726884990.65190: variable 'ansible_timeout' from source: unknown 11924 1726884990.65192: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.65319: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884990.65336: variable 'omit' from source: magic vars 11924 1726884990.65344: starting attempt loop 11924 1726884990.65351: running the handler 11924 1726884990.65530: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884990.68257: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884990.68343: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884990.68461: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884990.68464: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884990.68467: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884990.68523: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884990.68557: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884990.68589: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884990.68628: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884990.68648: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884990.68705: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884990.68732: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884990.68760: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884990.68803: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884990.68819: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884990.68932: variable '_storage_test_crypttab_entries' from source: set_fact 11924 1726884990.68944: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884990.69003: Evaluated conditional (_storage_test_crypttab_entries | length == _storage_test_expected_crypttab_entries | int): True 11924 1726884990.69006: handler run complete 11924 1726884990.69008: attempt loop complete, returning result 11924 1726884990.69011: _execute() done 11924 1726884990.69013: dumping result to json 11924 1726884990.69014: done dumping result, returning 11924 1726884990.69018: done running TaskExecutor() for managed_node2/TASK: Check for /etc/crypttab entry [0affc8a3-6f6f-f4c0-2290-0000000059fd] 11924 1726884990.69028: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059fd 11924 1726884990.69384: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059fd 11924 1726884990.69387: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 11924 1726884990.69431: no more pending results, returning what we have 11924 1726884990.69441: results queue empty 11924 1726884990.69442: checking for any_errors_fatal 11924 1726884990.69447: done checking for any_errors_fatal 11924 1726884990.69448: checking for max_fail_percentage 11924 1726884990.69451: done checking for max_fail_percentage 11924 1726884990.69452: checking to see if all hosts have failed and the running result is not ok 11924 1726884990.69452: done checking to see if all hosts have failed 11924 1726884990.69453: getting the remaining hosts for this loop 11924 1726884990.69456: done getting the remaining hosts for this loop 11924 1726884990.69460: getting the next task for host managed_node2 11924 1726884990.69469: done getting next task for host managed_node2 11924 1726884990.69472: ^ task is: TASK: Validate the format of the crypttab entry 11924 1726884990.69477: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884990.69481: getting variables 11924 1726884990.69483: in VariableManager get_vars() 11924 1726884990.69520: Calling all_inventory to load vars for managed_node2 11924 1726884990.69523: Calling groups_inventory to load vars for managed_node2 11924 1726884990.69526: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884990.69536: Calling all_plugins_play to load vars for managed_node2 11924 1726884990.69539: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884990.69542: Calling groups_plugins_play to load vars for managed_node2 11924 1726884990.70569: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884990.71140: done with get_vars() 11924 1726884990.71159: done getting variables 11924 1726884990.71219: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:30 -0400 (0:00:00.080) 0:02:36.051 ****** 11924 1726884990.71258: entering _queue_task() for managed_node2/assert 11924 1726884990.71602: worker is 1 (out of 1 available) 11924 1726884990.71617: exiting _queue_task() for managed_node2/assert 11924 1726884990.71630: done queuing things up, now waiting for results queue to drain 11924 1726884990.71632: waiting for pending results... 11924 1726884990.72122: running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry 11924 1726884990.72671: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059fe 11924 1726884990.72707: variable 'ansible_search_path' from source: unknown 11924 1726884990.72825: calling self._execute() 11924 1726884990.73158: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.73304: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.73387: variable 'omit' from source: magic vars 11924 1726884990.73891: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884990.78040: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884990.78131: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884990.78177: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884990.78314: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884990.78317: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884990.78342: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884990.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) 11924 1726884990.78411: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884990.78454: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884990.78474: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884990.78589: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884990.78617: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884990.78625: when evaluation is False, skipping this task 11924 1726884990.78631: _execute() done 11924 1726884990.78642: dumping result to json 11924 1726884990.78648: done dumping result, returning 11924 1726884990.78660: done running TaskExecutor() for managed_node2/TASK: Validate the format of the crypttab entry [0affc8a3-6f6f-f4c0-2290-0000000059fe] 11924 1726884990.78670: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059fe skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884990.79011: no more pending results, returning what we have 11924 1726884990.79015: results queue empty 11924 1726884990.79016: checking for any_errors_fatal 11924 1726884990.79026: done checking for any_errors_fatal 11924 1726884990.79027: checking for max_fail_percentage 11924 1726884990.79029: done checking for max_fail_percentage 11924 1726884990.79030: checking to see if all hosts have failed and the running result is not ok 11924 1726884990.79030: done checking to see if all hosts have failed 11924 1726884990.79031: getting the remaining hosts for this loop 11924 1726884990.79033: done getting the remaining hosts for this loop 11924 1726884990.79038: getting the next task for host managed_node2 11924 1726884990.79048: done getting next task for host managed_node2 11924 1726884990.79051: ^ task is: TASK: Check backing device of crypttab entry 11924 1726884990.79060: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884990.79066: getting variables 11924 1726884990.79068: in VariableManager get_vars() 11924 1726884990.79110: Calling all_inventory to load vars for managed_node2 11924 1726884990.79113: Calling groups_inventory to load vars for managed_node2 11924 1726884990.79116: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884990.79127: Calling all_plugins_play to load vars for managed_node2 11924 1726884990.79130: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884990.79132: Calling groups_plugins_play to load vars for managed_node2 11924 1726884990.79772: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059fe 11924 1726884990.79776: WORKER PROCESS EXITING 11924 1726884990.80351: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884990.81901: done with get_vars() 11924 1726884990.81918: done getting variables 11924 1726884990.81979: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:30 -0400 (0:00:00.107) 0:02:36.159 ****** 11924 1726884990.82015: entering _queue_task() for managed_node2/assert 11924 1726884990.82742: worker is 1 (out of 1 available) 11924 1726884990.82754: exiting _queue_task() for managed_node2/assert 11924 1726884990.82769: done queuing things up, now waiting for results queue to drain 11924 1726884990.82771: waiting for pending results... 11924 1726884990.83275: running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry 11924 1726884990.83431: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059ff 11924 1726884990.83459: variable 'ansible_search_path' from source: unknown 11924 1726884990.83511: calling self._execute() 11924 1726884990.83672: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.83761: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.83765: variable 'omit' from source: magic vars 11924 1726884990.84161: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884990.87574: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884990.87688: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884990.87733: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884990.87789: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884990.87823: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884990.87909: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884990.87946: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884990.88060: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884990.88066: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884990.88072: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884990.88178: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884990.88213: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884990.88225: when evaluation is False, skipping this task 11924 1726884990.88233: _execute() done 11924 1726884990.88240: dumping result to json 11924 1726884990.88248: done dumping result, returning 11924 1726884990.88261: done running TaskExecutor() for managed_node2/TASK: Check backing device of crypttab entry [0affc8a3-6f6f-f4c0-2290-0000000059ff] 11924 1726884990.88271: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059ff 11924 1726884990.88563: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059ff 11924 1726884990.88566: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884990.88611: no more pending results, returning what we have 11924 1726884990.88615: results queue empty 11924 1726884990.88616: checking for any_errors_fatal 11924 1726884990.88625: done checking for any_errors_fatal 11924 1726884990.88626: checking for max_fail_percentage 11924 1726884990.88629: done checking for max_fail_percentage 11924 1726884990.88630: checking to see if all hosts have failed and the running result is not ok 11924 1726884990.88631: done checking to see if all hosts have failed 11924 1726884990.88632: getting the remaining hosts for this loop 11924 1726884990.88634: done getting the remaining hosts for this loop 11924 1726884990.88638: getting the next task for host managed_node2 11924 1726884990.88649: done getting next task for host managed_node2 11924 1726884990.88652: ^ task is: TASK: Check key file of crypttab entry 11924 1726884990.88662: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884990.88667: getting variables 11924 1726884990.88669: in VariableManager get_vars() 11924 1726884990.88715: Calling all_inventory to load vars for managed_node2 11924 1726884990.88721: Calling groups_inventory to load vars for managed_node2 11924 1726884990.88724: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884990.88735: Calling all_plugins_play to load vars for managed_node2 11924 1726884990.88739: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884990.88742: Calling groups_plugins_play to load vars for managed_node2 11924 1726884990.89629: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884990.90799: done with get_vars() 11924 1726884990.90818: done getting variables 11924 1726884990.91062: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:30 -0400 (0:00:00.090) 0:02:36.249 ****** 11924 1726884990.91101: entering _queue_task() for managed_node2/assert 11924 1726884990.91448: worker is 1 (out of 1 available) 11924 1726884990.91465: exiting _queue_task() for managed_node2/assert 11924 1726884990.91479: done queuing things up, now waiting for results queue to drain 11924 1726884990.91481: waiting for pending results... 11924 1726884990.91746: running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry 11924 1726884990.91989: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a00 11924 1726884990.91993: variable 'ansible_search_path' from source: unknown 11924 1726884990.91996: calling self._execute() 11924 1726884990.92084: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.92100: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.92116: variable 'omit' from source: magic vars 11924 1726884990.92505: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884990.95190: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884990.95279: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884990.95316: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884990.95359: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884990.95392: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884990.95482: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 11924 1726884990.95516: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 11924 1726884990.95562: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 11924 1726884990.95598: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 11924 1726884990.95680: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 11924 1726884990.95779: variable '_storage_test_expected_crypttab_entries' from source: set_fact 11924 1726884990.95812: Evaluated conditional (_storage_test_expected_crypttab_entries | int == 1): False 11924 1726884990.95820: when evaluation is False, skipping this task 11924 1726884990.95826: _execute() done 11924 1726884990.95831: dumping result to json 11924 1726884990.95837: done dumping result, returning 11924 1726884990.95897: done running TaskExecutor() for managed_node2/TASK: Check key file of crypttab entry [0affc8a3-6f6f-f4c0-2290-000000005a00] 11924 1726884990.95901: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a00 11924 1726884990.96000: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a00 11924 1726884990.96005: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_expected_crypttab_entries | int == 1", "skip_reason": "Conditional result was False" } 11924 1726884990.96054: no more pending results, returning what we have 11924 1726884990.96060: results queue empty 11924 1726884990.96061: checking for any_errors_fatal 11924 1726884990.96069: done checking for any_errors_fatal 11924 1726884990.96070: checking for max_fail_percentage 11924 1726884990.96072: done checking for max_fail_percentage 11924 1726884990.96074: checking to see if all hosts have failed and the running result is not ok 11924 1726884990.96074: done checking to see if all hosts have failed 11924 1726884990.96075: getting the remaining hosts for this loop 11924 1726884990.96077: done getting the remaining hosts for this loop 11924 1726884990.96081: getting the next task for host managed_node2 11924 1726884990.96091: done getting next task for host managed_node2 11924 1726884990.96093: ^ task is: TASK: Clear test variables 11924 1726884990.96099: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_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 11924 1726884990.96104: getting variables 11924 1726884990.96106: in VariableManager get_vars() 11924 1726884990.96147: Calling all_inventory to load vars for managed_node2 11924 1726884990.96150: Calling groups_inventory to load vars for managed_node2 11924 1726884990.96153: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884990.96165: Calling all_plugins_play to load vars for managed_node2 11924 1726884990.96168: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884990.96170: Calling groups_plugins_play to load vars for managed_node2 11924 1726884990.96904: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884990.97533: done with get_vars() 11924 1726884990.97549: done getting variables 11924 1726884990.97601: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:30 -0400 (0:00:00.065) 0:02:36.315 ****** 11924 1726884990.97641: entering _queue_task() for managed_node2/set_fact 11924 1726884990.98185: worker is 1 (out of 1 available) 11924 1726884990.98196: exiting _queue_task() for managed_node2/set_fact 11924 1726884990.98208: done queuing things up, now waiting for results queue to drain 11924 1726884990.98209: waiting for pending results... 11924 1726884990.98983: running TaskExecutor() for managed_node2/TASK: Clear test variables 11924 1726884990.99051: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a01 11924 1726884990.99094: variable 'ansible_search_path' from source: unknown 11924 1726884990.99138: calling self._execute() 11924 1726884990.99400: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884990.99439: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884990.99458: variable 'omit' from source: magic vars 11924 1726884990.99689: variable 'omit' from source: magic vars 11924 1726884990.99845: variable 'omit' from source: magic vars 11924 1726884990.99889: variable 'omit' from source: magic vars 11924 1726884991.00001: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884991.00081: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884991.00113: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884991.00153: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884991.00179: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884991.00279: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884991.00283: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884991.00285: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884991.00287: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.00290: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.00412: Set connection var ansible_shell_executable to /bin/sh 11924 1726884991.00425: Set connection var ansible_connection to ssh 11924 1726884991.00436: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884991.00445: Set connection var ansible_timeout to 10 11924 1726884991.00454: Set connection var ansible_pipelining to False 11924 1726884991.00466: Set connection var ansible_shell_type to sh 11924 1726884991.00502: variable 'ansible_shell_executable' from source: unknown 11924 1726884991.00512: variable 'ansible_connection' from source: unknown 11924 1726884991.00522: variable 'ansible_module_compression' from source: unknown 11924 1726884991.00529: variable 'ansible_shell_type' from source: unknown 11924 1726884991.00537: variable 'ansible_shell_executable' from source: unknown 11924 1726884991.00544: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.00550: variable 'ansible_pipelining' from source: unknown 11924 1726884991.00604: variable 'ansible_timeout' from source: unknown 11924 1726884991.00607: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.00723: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884991.00740: variable 'omit' from source: magic vars 11924 1726884991.00750: starting attempt loop 11924 1726884991.00758: running the handler 11924 1726884991.00776: handler run complete 11924 1726884991.00791: attempt loop complete, returning result 11924 1726884991.00797: _execute() done 11924 1726884991.00803: dumping result to json 11924 1726884991.00810: done dumping result, returning 11924 1726884991.00933: done running TaskExecutor() for managed_node2/TASK: Clear test variables [0affc8a3-6f6f-f4c0-2290-000000005a01] 11924 1726884991.00937: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a01 11924 1726884991.01010: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a01 11924 1726884991.01014: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_test_crypttab_entries": null, "_storage_test_expected_crypttab_entries": null, "_storage_test_expected_crypttab_key_file": null }, "changed": false } 11924 1726884991.01100: no more pending results, returning what we have 11924 1726884991.01104: results queue empty 11924 1726884991.01105: checking for any_errors_fatal 11924 1726884991.01115: done checking for any_errors_fatal 11924 1726884991.01115: checking for max_fail_percentage 11924 1726884991.01120: done checking for max_fail_percentage 11924 1726884991.01122: checking to see if all hosts have failed and the running result is not ok 11924 1726884991.01123: done checking to see if all hosts have failed 11924 1726884991.01124: getting the remaining hosts for this loop 11924 1726884991.01126: done getting the remaining hosts for this loop 11924 1726884991.01131: getting the next task for host managed_node2 11924 1726884991.01145: done getting next task for host managed_node2 11924 1726884991.01149: ^ task is: TASK: Get information about RAID 11924 1726884991.01159: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884991.01166: getting variables 11924 1726884991.01168: in VariableManager get_vars() 11924 1726884991.01212: Calling all_inventory to load vars for managed_node2 11924 1726884991.01214: Calling groups_inventory to load vars for managed_node2 11924 1726884991.01221: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884991.01232: Calling all_plugins_play to load vars for managed_node2 11924 1726884991.01236: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884991.01239: Calling groups_plugins_play to load vars for managed_node2 11924 1726884991.02153: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884991.02784: done with get_vars() 11924 1726884991.02809: done getting variables 11924 1726884991.02877: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:31 -0400 (0:00:00.052) 0:02:36.368 ****** 11924 1726884991.02920: entering _queue_task() for managed_node2/command 11924 1726884991.03286: worker is 1 (out of 1 available) 11924 1726884991.03301: exiting _queue_task() for managed_node2/command 11924 1726884991.03315: done queuing things up, now waiting for results queue to drain 11924 1726884991.03319: waiting for pending results... 11924 1726884991.04196: running TaskExecutor() for managed_node2/TASK: Get information about RAID 11924 1726884991.04297: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a05 11924 1726884991.04319: variable 'ansible_search_path' from source: unknown 11924 1726884991.04365: calling self._execute() 11924 1726884991.04637: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.04715: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.04740: variable 'omit' from source: magic vars 11924 1726884991.05515: variable 'storage_test_volume' from source: include params 11924 1726884991.05557: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884991.05565: when evaluation is False, skipping this task 11924 1726884991.05572: _execute() done 11924 1726884991.05582: dumping result to json 11924 1726884991.05589: done dumping result, returning 11924 1726884991.05601: done running TaskExecutor() for managed_node2/TASK: Get information about RAID [0affc8a3-6f6f-f4c0-2290-000000005a05] 11924 1726884991.05611: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a05 11924 1726884991.05962: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a05 11924 1726884991.05966: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884991.06024: no more pending results, returning what we have 11924 1726884991.06029: results queue empty 11924 1726884991.06030: checking for any_errors_fatal 11924 1726884991.06037: done checking for any_errors_fatal 11924 1726884991.06038: checking for max_fail_percentage 11924 1726884991.06040: done checking for max_fail_percentage 11924 1726884991.06041: checking to see if all hosts have failed and the running result is not ok 11924 1726884991.06042: done checking to see if all hosts have failed 11924 1726884991.06042: getting the remaining hosts for this loop 11924 1726884991.06045: done getting the remaining hosts for this loop 11924 1726884991.06049: getting the next task for host managed_node2 11924 1726884991.06060: done getting next task for host managed_node2 11924 1726884991.06063: ^ task is: TASK: Set active devices regex 11924 1726884991.06069: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884991.06074: getting variables 11924 1726884991.06076: in VariableManager get_vars() 11924 1726884991.06123: Calling all_inventory to load vars for managed_node2 11924 1726884991.06126: Calling groups_inventory to load vars for managed_node2 11924 1726884991.06130: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884991.06141: Calling all_plugins_play to load vars for managed_node2 11924 1726884991.06145: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884991.06148: Calling groups_plugins_play to load vars for managed_node2 11924 1726884991.06957: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884991.07490: done with get_vars() 11924 1726884991.07506: done getting variables 11924 1726884991.07567: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:31 -0400 (0:00:00.046) 0:02:36.414 ****** 11924 1726884991.07602: entering _queue_task() for managed_node2/set_fact 11924 1726884991.07921: worker is 1 (out of 1 available) 11924 1726884991.07935: exiting _queue_task() for managed_node2/set_fact 11924 1726884991.07949: done queuing things up, now waiting for results queue to drain 11924 1726884991.07951: waiting for pending results... 11924 1726884991.08205: running TaskExecutor() for managed_node2/TASK: Set active devices regex 11924 1726884991.08343: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a06 11924 1726884991.08370: variable 'ansible_search_path' from source: unknown 11924 1726884991.08429: calling self._execute() 11924 1726884991.08566: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.08580: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.08595: variable 'omit' from source: magic vars 11924 1726884991.09097: variable 'storage_test_volume' from source: include params 11924 1726884991.09206: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884991.09210: when evaluation is False, skipping this task 11924 1726884991.09212: _execute() done 11924 1726884991.09216: dumping result to json 11924 1726884991.09218: done dumping result, returning 11924 1726884991.09221: done running TaskExecutor() for managed_node2/TASK: Set active devices regex [0affc8a3-6f6f-f4c0-2290-000000005a06] 11924 1726884991.09225: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a06 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884991.09432: no more pending results, returning what we have 11924 1726884991.09436: results queue empty 11924 1726884991.09437: checking for any_errors_fatal 11924 1726884991.09446: done checking for any_errors_fatal 11924 1726884991.09447: checking for max_fail_percentage 11924 1726884991.09448: done checking for max_fail_percentage 11924 1726884991.09449: checking to see if all hosts have failed and the running result is not ok 11924 1726884991.09450: done checking to see if all hosts have failed 11924 1726884991.09451: getting the remaining hosts for this loop 11924 1726884991.09452: done getting the remaining hosts for this loop 11924 1726884991.09459: getting the next task for host managed_node2 11924 1726884991.09471: done getting next task for host managed_node2 11924 1726884991.09474: ^ task is: TASK: Set spare devices regex 11924 1726884991.09481: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884991.09488: getting variables 11924 1726884991.09490: in VariableManager get_vars() 11924 1726884991.09533: Calling all_inventory to load vars for managed_node2 11924 1726884991.09536: Calling groups_inventory to load vars for managed_node2 11924 1726884991.09539: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884991.09551: Calling all_plugins_play to load vars for managed_node2 11924 1726884991.09554: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884991.09761: Calling groups_plugins_play to load vars for managed_node2 11924 1726884991.10779: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a06 11924 1726884991.10782: WORKER PROCESS EXITING 11924 1726884991.10958: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884991.11627: done with get_vars() 11924 1726884991.11641: done getting variables 11924 1726884991.11737: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:31 -0400 (0:00:00.041) 0:02:36.456 ****** 11924 1726884991.11772: entering _queue_task() for managed_node2/set_fact 11924 1726884991.12261: worker is 1 (out of 1 available) 11924 1726884991.12275: exiting _queue_task() for managed_node2/set_fact 11924 1726884991.12287: done queuing things up, now waiting for results queue to drain 11924 1726884991.12289: waiting for pending results... 11924 1726884991.12534: running TaskExecutor() for managed_node2/TASK: Set spare devices regex 11924 1726884991.12727: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a07 11924 1726884991.12753: variable 'ansible_search_path' from source: unknown 11924 1726884991.12799: calling self._execute() 11924 1726884991.12936: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.12951: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.12973: variable 'omit' from source: magic vars 11924 1726884991.13412: variable 'storage_test_volume' from source: include params 11924 1726884991.13457: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884991.13468: when evaluation is False, skipping this task 11924 1726884991.13477: _execute() done 11924 1726884991.13502: dumping result to json 11924 1726884991.13506: done dumping result, returning 11924 1726884991.13557: done running TaskExecutor() for managed_node2/TASK: Set spare devices regex [0affc8a3-6f6f-f4c0-2290-000000005a07] 11924 1726884991.13560: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a07 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884991.13744: no more pending results, returning what we have 11924 1726884991.13748: results queue empty 11924 1726884991.13749: checking for any_errors_fatal 11924 1726884991.13758: done checking for any_errors_fatal 11924 1726884991.13759: checking for max_fail_percentage 11924 1726884991.13761: done checking for max_fail_percentage 11924 1726884991.13762: checking to see if all hosts have failed and the running result is not ok 11924 1726884991.13763: done checking to see if all hosts have failed 11924 1726884991.13764: getting the remaining hosts for this loop 11924 1726884991.13766: done getting the remaining hosts for this loop 11924 1726884991.13884: getting the next task for host managed_node2 11924 1726884991.13896: done getting next task for host managed_node2 11924 1726884991.13900: ^ task is: TASK: Set md version regex 11924 1726884991.13909: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884991.13917: getting variables 11924 1726884991.13920: in VariableManager get_vars() 11924 1726884991.14075: Calling all_inventory to load vars for managed_node2 11924 1726884991.14079: Calling groups_inventory to load vars for managed_node2 11924 1726884991.14082: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884991.14093: Calling all_plugins_play to load vars for managed_node2 11924 1726884991.14095: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884991.14098: Calling groups_plugins_play to load vars for managed_node2 11924 1726884991.14687: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a07 11924 1726884991.14691: WORKER PROCESS EXITING 11924 1726884991.14837: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884991.15490: done with get_vars() 11924 1726884991.15506: done getting variables 11924 1726884991.15565: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:31 -0400 (0:00:00.038) 0:02:36.494 ****** 11924 1726884991.15604: entering _queue_task() for managed_node2/set_fact 11924 1726884991.16034: worker is 1 (out of 1 available) 11924 1726884991.16047: exiting _queue_task() for managed_node2/set_fact 11924 1726884991.16060: done queuing things up, now waiting for results queue to drain 11924 1726884991.16062: waiting for pending results... 11924 1726884991.16283: running TaskExecutor() for managed_node2/TASK: Set md version regex 11924 1726884991.16777: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a08 11924 1726884991.16924: variable 'ansible_search_path' from source: unknown 11924 1726884991.17077: calling self._execute() 11924 1726884991.17508: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.17524: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.17816: variable 'omit' from source: magic vars 11924 1726884991.18765: variable 'storage_test_volume' from source: include params 11924 1726884991.18768: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884991.18771: when evaluation is False, skipping this task 11924 1726884991.18773: _execute() done 11924 1726884991.18776: dumping result to json 11924 1726884991.18778: done dumping result, returning 11924 1726884991.18781: done running TaskExecutor() for managed_node2/TASK: Set md version regex [0affc8a3-6f6f-f4c0-2290-000000005a08] 11924 1726884991.18783: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a08 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884991.18959: no more pending results, returning what we have 11924 1726884991.18966: results queue empty 11924 1726884991.18967: checking for any_errors_fatal 11924 1726884991.18982: done checking for any_errors_fatal 11924 1726884991.18983: checking for max_fail_percentage 11924 1726884991.18986: done checking for max_fail_percentage 11924 1726884991.18987: checking to see if all hosts have failed and the running result is not ok 11924 1726884991.18988: done checking to see if all hosts have failed 11924 1726884991.18989: getting the remaining hosts for this loop 11924 1726884991.18991: done getting the remaining hosts for this loop 11924 1726884991.18995: getting the next task for host managed_node2 11924 1726884991.19008: done getting next task for host managed_node2 11924 1726884991.19012: ^ task is: TASK: Set chunk size regex 11924 1726884991.19020: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884991.19026: getting variables 11924 1726884991.19029: in VariableManager get_vars() 11924 1726884991.19071: Calling all_inventory to load vars for managed_node2 11924 1726884991.19074: Calling groups_inventory to load vars for managed_node2 11924 1726884991.19077: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884991.19089: Calling all_plugins_play to load vars for managed_node2 11924 1726884991.19091: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884991.19094: Calling groups_plugins_play to load vars for managed_node2 11924 1726884991.19674: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a08 11924 1726884991.19677: WORKER PROCESS EXITING 11924 1726884991.19947: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884991.20781: done with get_vars() 11924 1726884991.20799: done getting variables 11924 1726884991.20926: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:31 -0400 (0:00:00.053) 0:02:36.548 ****** 11924 1726884991.20966: entering _queue_task() for managed_node2/set_fact 11924 1726884991.21316: worker is 1 (out of 1 available) 11924 1726884991.21331: exiting _queue_task() for managed_node2/set_fact 11924 1726884991.21584: done queuing things up, now waiting for results queue to drain 11924 1726884991.21586: waiting for pending results... 11924 1726884991.21702: running TaskExecutor() for managed_node2/TASK: Set chunk size regex 11924 1726884991.21901: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a09 11924 1726884991.21960: variable 'ansible_search_path' from source: unknown 11924 1726884991.22064: calling self._execute() 11924 1726884991.22459: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.22464: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.22467: variable 'omit' from source: magic vars 11924 1726884991.22959: variable 'storage_test_volume' from source: include params 11924 1726884991.23027: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884991.23037: when evaluation is False, skipping this task 11924 1726884991.23143: _execute() done 11924 1726884991.23149: dumping result to json 11924 1726884991.23153: done dumping result, returning 11924 1726884991.23162: done running TaskExecutor() for managed_node2/TASK: Set chunk size regex [0affc8a3-6f6f-f4c0-2290-000000005a09] 11924 1726884991.23165: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a09 11924 1726884991.23561: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a09 11924 1726884991.23565: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884991.23612: no more pending results, returning what we have 11924 1726884991.23622: results queue empty 11924 1726884991.23623: checking for any_errors_fatal 11924 1726884991.23630: done checking for any_errors_fatal 11924 1726884991.23631: checking for max_fail_percentage 11924 1726884991.23633: done checking for max_fail_percentage 11924 1726884991.23634: checking to see if all hosts have failed and the running result is not ok 11924 1726884991.23635: done checking to see if all hosts have failed 11924 1726884991.23636: getting the remaining hosts for this loop 11924 1726884991.23638: done getting the remaining hosts for this loop 11924 1726884991.23642: getting the next task for host managed_node2 11924 1726884991.23653: done getting next task for host managed_node2 11924 1726884991.23659: ^ task is: TASK: Parse the chunk size 11924 1726884991.23665: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884991.23671: getting variables 11924 1726884991.23673: in VariableManager get_vars() 11924 1726884991.23729: Calling all_inventory to load vars for managed_node2 11924 1726884991.23734: Calling groups_inventory to load vars for managed_node2 11924 1726884991.23738: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884991.23754: Calling all_plugins_play to load vars for managed_node2 11924 1726884991.23944: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884991.23948: Calling groups_plugins_play to load vars for managed_node2 11924 1726884991.24885: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884991.25539: done with get_vars() 11924 1726884991.25558: 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 22:16:31 -0400 (0:00:00.046) 0:02:36.595 ****** 11924 1726884991.25641: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884991.26184: worker is 1 (out of 1 available) 11924 1726884991.26196: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884991.26216: done queuing things up, now waiting for results queue to drain 11924 1726884991.26222: waiting for pending results... 11924 1726884991.26846: running TaskExecutor() for managed_node2/TASK: Parse the chunk size 11924 1726884991.27240: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a0a 11924 1726884991.27264: variable 'ansible_search_path' from source: unknown 11924 1726884991.27302: calling self._execute() 11924 1726884991.27437: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.27449: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.27472: variable 'omit' from source: magic vars 11924 1726884991.28705: variable 'storage_test_volume' from source: include params 11924 1726884991.28912: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884991.28918: when evaluation is False, skipping this task 11924 1726884991.28921: _execute() done 11924 1726884991.28923: dumping result to json 11924 1726884991.28925: done dumping result, returning 11924 1726884991.28927: done running TaskExecutor() for managed_node2/TASK: Parse the chunk size [0affc8a3-6f6f-f4c0-2290-000000005a0a] 11924 1726884991.28929: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a0a skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884991.29068: no more pending results, returning what we have 11924 1726884991.29073: results queue empty 11924 1726884991.29074: checking for any_errors_fatal 11924 1726884991.29084: done checking for any_errors_fatal 11924 1726884991.29085: checking for max_fail_percentage 11924 1726884991.29087: done checking for max_fail_percentage 11924 1726884991.29088: checking to see if all hosts have failed and the running result is not ok 11924 1726884991.29089: done checking to see if all hosts have failed 11924 1726884991.29090: getting the remaining hosts for this loop 11924 1726884991.29092: done getting the remaining hosts for this loop 11924 1726884991.29096: getting the next task for host managed_node2 11924 1726884991.29110: done getting next task for host managed_node2 11924 1726884991.29113: ^ task is: TASK: Check RAID active devices count 11924 1726884991.29123: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884991.29129: getting variables 11924 1726884991.29131: in VariableManager get_vars() 11924 1726884991.29176: Calling all_inventory to load vars for managed_node2 11924 1726884991.29179: Calling groups_inventory to load vars for managed_node2 11924 1726884991.29182: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884991.29194: Calling all_plugins_play to load vars for managed_node2 11924 1726884991.29196: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884991.29199: Calling groups_plugins_play to load vars for managed_node2 11924 1726884991.30269: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a0a 11924 1726884991.30273: WORKER PROCESS EXITING 11924 1726884991.30352: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884991.31053: done with get_vars() 11924 1726884991.31070: done getting variables 11924 1726884991.31130: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:31 -0400 (0:00:00.055) 0:02:36.650 ****** 11924 1726884991.31166: entering _queue_task() for managed_node2/assert 11924 1726884991.31480: worker is 1 (out of 1 available) 11924 1726884991.31494: exiting _queue_task() for managed_node2/assert 11924 1726884991.31508: done queuing things up, now waiting for results queue to drain 11924 1726884991.31509: waiting for pending results... 11924 1726884991.31754: running TaskExecutor() for managed_node2/TASK: Check RAID active devices count 11924 1726884991.31935: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a0b 11924 1726884991.31961: variable 'ansible_search_path' from source: unknown 11924 1726884991.32007: calling self._execute() 11924 1726884991.32154: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.32169: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.32185: variable 'omit' from source: magic vars 11924 1726884991.32703: variable 'storage_test_volume' from source: include params 11924 1726884991.32746: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884991.32761: when evaluation is False, skipping this task 11924 1726884991.32770: _execute() done 11924 1726884991.32862: dumping result to json 11924 1726884991.32866: done dumping result, returning 11924 1726884991.32868: done running TaskExecutor() for managed_node2/TASK: Check RAID active devices count [0affc8a3-6f6f-f4c0-2290-000000005a0b] 11924 1726884991.32871: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a0b 11924 1726884991.32945: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a0b 11924 1726884991.32949: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884991.33012: no more pending results, returning what we have 11924 1726884991.33019: results queue empty 11924 1726884991.33020: checking for any_errors_fatal 11924 1726884991.33027: done checking for any_errors_fatal 11924 1726884991.33028: checking for max_fail_percentage 11924 1726884991.33030: done checking for max_fail_percentage 11924 1726884991.33031: checking to see if all hosts have failed and the running result is not ok 11924 1726884991.33031: done checking to see if all hosts have failed 11924 1726884991.33032: getting the remaining hosts for this loop 11924 1726884991.33034: done getting the remaining hosts for this loop 11924 1726884991.33037: getting the next task for host managed_node2 11924 1726884991.33048: done getting next task for host managed_node2 11924 1726884991.33050: ^ task is: TASK: Check RAID spare devices count 11924 1726884991.33058: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884991.33064: getting variables 11924 1726884991.33066: in VariableManager get_vars() 11924 1726884991.33108: Calling all_inventory to load vars for managed_node2 11924 1726884991.33111: Calling groups_inventory to load vars for managed_node2 11924 1726884991.33115: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884991.33130: Calling all_plugins_play to load vars for managed_node2 11924 1726884991.33134: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884991.33137: Calling groups_plugins_play to load vars for managed_node2 11924 1726884991.33912: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884991.34500: done with get_vars() 11924 1726884991.34518: done getting variables 11924 1726884991.34578: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:31 -0400 (0:00:00.034) 0:02:36.685 ****** 11924 1726884991.34614: entering _queue_task() for managed_node2/assert 11924 1726884991.34914: worker is 1 (out of 1 available) 11924 1726884991.34929: exiting _queue_task() for managed_node2/assert 11924 1726884991.34942: done queuing things up, now waiting for results queue to drain 11924 1726884991.34944: waiting for pending results... 11924 1726884991.35283: running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count 11924 1726884991.35561: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a0c 11924 1726884991.35565: variable 'ansible_search_path' from source: unknown 11924 1726884991.35569: calling self._execute() 11924 1726884991.35584: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.35594: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.35608: variable 'omit' from source: magic vars 11924 1726884991.36019: variable 'storage_test_volume' from source: include params 11924 1726884991.36056: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884991.36065: when evaluation is False, skipping this task 11924 1726884991.36072: _execute() done 11924 1726884991.36078: dumping result to json 11924 1726884991.36084: done dumping result, returning 11924 1726884991.36094: done running TaskExecutor() for managed_node2/TASK: Check RAID spare devices count [0affc8a3-6f6f-f4c0-2290-000000005a0c] 11924 1726884991.36102: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a0c skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884991.36269: no more pending results, returning what we have 11924 1726884991.36274: results queue empty 11924 1726884991.36274: checking for any_errors_fatal 11924 1726884991.36283: done checking for any_errors_fatal 11924 1726884991.36284: checking for max_fail_percentage 11924 1726884991.36286: done checking for max_fail_percentage 11924 1726884991.36287: checking to see if all hosts have failed and the running result is not ok 11924 1726884991.36288: done checking to see if all hosts have failed 11924 1726884991.36288: getting the remaining hosts for this loop 11924 1726884991.36290: done getting the remaining hosts for this loop 11924 1726884991.36294: getting the next task for host managed_node2 11924 1726884991.36305: done getting next task for host managed_node2 11924 1726884991.36308: ^ task is: TASK: Check RAID metadata version 11924 1726884991.36313: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 11924 1726884991.36322: getting variables 11924 1726884991.36324: in VariableManager get_vars() 11924 1726884991.36366: Calling all_inventory to load vars for managed_node2 11924 1726884991.36368: Calling groups_inventory to load vars for managed_node2 11924 1726884991.36372: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884991.36384: Calling all_plugins_play to load vars for managed_node2 11924 1726884991.36387: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884991.36390: Calling groups_plugins_play to load vars for managed_node2 11924 1726884991.37401: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a0c 11924 1726884991.37405: WORKER PROCESS EXITING 11924 1726884991.37559: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884991.52085: done with get_vars() 11924 1726884991.52105: done getting variables 11924 1726884991.52160: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:31 -0400 (0:00:00.175) 0:02:36.860 ****** 11924 1726884991.52194: entering _queue_task() for managed_node2/assert 11924 1726884991.53186: worker is 1 (out of 1 available) 11924 1726884991.53197: exiting _queue_task() for managed_node2/assert 11924 1726884991.53210: done queuing things up, now waiting for results queue to drain 11924 1726884991.53212: waiting for pending results... 11924 1726884991.53542: running TaskExecutor() for managed_node2/TASK: Check RAID metadata version 11924 1726884991.53846: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a0d 11924 1726884991.53980: variable 'ansible_search_path' from source: unknown 11924 1726884991.54031: calling self._execute() 11924 1726884991.54328: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.54332: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.54377: variable 'omit' from source: magic vars 11924 1726884991.55076: variable 'storage_test_volume' from source: include params 11924 1726884991.55121: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884991.55132: when evaluation is False, skipping this task 11924 1726884991.55141: _execute() done 11924 1726884991.55151: dumping result to json 11924 1726884991.55164: done dumping result, returning 11924 1726884991.55179: done running TaskExecutor() for managed_node2/TASK: Check RAID metadata version [0affc8a3-6f6f-f4c0-2290-000000005a0d] 11924 1726884991.55193: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a0d skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884991.55566: no more pending results, returning what we have 11924 1726884991.55571: results queue empty 11924 1726884991.55572: checking for any_errors_fatal 11924 1726884991.55585: done checking for any_errors_fatal 11924 1726884991.55586: checking for max_fail_percentage 11924 1726884991.55588: done checking for max_fail_percentage 11924 1726884991.55589: checking to see if all hosts have failed and the running result is not ok 11924 1726884991.55590: done checking to see if all hosts have failed 11924 1726884991.55591: getting the remaining hosts for this loop 11924 1726884991.55593: done getting the remaining hosts for this loop 11924 1726884991.55597: getting the next task for host managed_node2 11924 1726884991.55609: done getting next task for host managed_node2 11924 1726884991.55612: ^ task is: TASK: Check RAID chunk size 11924 1726884991.55625: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_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 11924 1726884991.55633: getting variables 11924 1726884991.55636: in VariableManager get_vars() 11924 1726884991.55679: Calling all_inventory to load vars for managed_node2 11924 1726884991.55682: Calling groups_inventory to load vars for managed_node2 11924 1726884991.55686: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884991.55700: Calling all_plugins_play to load vars for managed_node2 11924 1726884991.55703: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884991.55707: Calling groups_plugins_play to load vars for managed_node2 11924 1726884991.56270: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a0d 11924 1726884991.56274: WORKER PROCESS EXITING 11924 1726884991.56554: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884991.57174: done with get_vars() 11924 1726884991.57191: done getting variables 11924 1726884991.57258: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:31 -0400 (0:00:00.050) 0:02:36.911 ****** 11924 1726884991.57296: entering _queue_task() for managed_node2/assert 11924 1726884991.57832: worker is 1 (out of 1 available) 11924 1726884991.57845: exiting _queue_task() for managed_node2/assert 11924 1726884991.58072: done queuing things up, now waiting for results queue to drain 11924 1726884991.58074: waiting for pending results... 11924 1726884991.58840: running TaskExecutor() for managed_node2/TASK: Check RAID chunk size 11924 1726884991.59175: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a0e 11924 1726884991.59179: variable 'ansible_search_path' from source: unknown 11924 1726884991.59222: calling self._execute() 11924 1726884991.59510: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.59539: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.59557: variable 'omit' from source: magic vars 11924 1726884991.59987: variable 'storage_test_volume' from source: include params 11924 1726884991.60022: Evaluated conditional (storage_test_volume.type == 'raid'): False 11924 1726884991.60030: when evaluation is False, skipping this task 11924 1726884991.60036: _execute() done 11924 1726884991.60042: dumping result to json 11924 1726884991.60047: done dumping result, returning 11924 1726884991.60063: done running TaskExecutor() for managed_node2/TASK: Check RAID chunk size [0affc8a3-6f6f-f4c0-2290-000000005a0e] 11924 1726884991.60073: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a0e 11924 1726884991.60291: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a0e 11924 1726884991.60296: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'raid'", "skip_reason": "Conditional result was False" } 11924 1726884991.60347: no more pending results, returning what we have 11924 1726884991.60350: results queue empty 11924 1726884991.60351: checking for any_errors_fatal 11924 1726884991.60365: done checking for any_errors_fatal 11924 1726884991.60366: checking for max_fail_percentage 11924 1726884991.60367: done checking for max_fail_percentage 11924 1726884991.60368: checking to see if all hosts have failed and the running result is not ok 11924 1726884991.60369: done checking to see if all hosts have failed 11924 1726884991.60370: getting the remaining hosts for this loop 11924 1726884991.60371: done getting the remaining hosts for this loop 11924 1726884991.60375: getting the next task for host managed_node2 11924 1726884991.60387: done getting next task for host managed_node2 11924 1726884991.60390: ^ task is: TASK: Parse the actual size of the volume 11924 1726884991.60397: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884991.60400: getting variables 11924 1726884991.60402: in VariableManager get_vars() 11924 1726884991.60440: Calling all_inventory to load vars for managed_node2 11924 1726884991.60443: Calling groups_inventory to load vars for managed_node2 11924 1726884991.60446: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884991.60546: Calling all_plugins_play to load vars for managed_node2 11924 1726884991.60551: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884991.60558: Calling groups_plugins_play to load vars for managed_node2 11924 1726884991.61203: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884991.62608: done with get_vars() 11924 1726884991.62624: 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 22:16:31 -0400 (0:00:00.055) 0:02:36.967 ****** 11924 1726884991.62819: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884991.63351: worker is 1 (out of 1 available) 11924 1726884991.63486: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884991.63500: done queuing things up, now waiting for results queue to drain 11924 1726884991.63502: waiting for pending results... 11924 1726884991.63838: running TaskExecutor() for managed_node2/TASK: Parse the actual size of the volume 11924 1726884991.64099: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a12 11924 1726884991.64103: variable 'ansible_search_path' from source: unknown 11924 1726884991.64112: calling self._execute() 11924 1726884991.64421: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.64439: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.64459: variable 'omit' from source: magic vars 11924 1726884991.64883: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884991.67354: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884991.67661: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884991.67665: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884991.67668: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884991.67670: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884991.67678: variable '_storage_test_volume_present' from source: set_fact 11924 1726884991.67770: Evaluated conditional (_storage_test_volume_present | bool): False 11924 1726884991.67780: when evaluation is False, skipping this task 11924 1726884991.67788: _execute() done 11924 1726884991.67796: dumping result to json 11924 1726884991.67803: done dumping result, returning 11924 1726884991.67814: done running TaskExecutor() for managed_node2/TASK: Parse the actual size of the volume [0affc8a3-6f6f-f4c0-2290-000000005a12] 11924 1726884991.67828: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a12 11924 1726884991.67951: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a12 11924 1726884991.67963: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 11924 1726884991.68082: no more pending results, returning what we have 11924 1726884991.68086: results queue empty 11924 1726884991.68087: checking for any_errors_fatal 11924 1726884991.68096: done checking for any_errors_fatal 11924 1726884991.68096: checking for max_fail_percentage 11924 1726884991.68098: done checking for max_fail_percentage 11924 1726884991.68099: checking to see if all hosts have failed and the running result is not ok 11924 1726884991.68100: done checking to see if all hosts have failed 11924 1726884991.68100: getting the remaining hosts for this loop 11924 1726884991.68102: done getting the remaining hosts for this loop 11924 1726884991.68106: getting the next task for host managed_node2 11924 1726884991.68118: done getting next task for host managed_node2 11924 1726884991.68121: ^ task is: TASK: Parse the requested size of the volume 11924 1726884991.68128: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884991.68132: getting variables 11924 1726884991.68133: in VariableManager get_vars() 11924 1726884991.68286: Calling all_inventory to load vars for managed_node2 11924 1726884991.68288: Calling groups_inventory to load vars for managed_node2 11924 1726884991.68292: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884991.68301: Calling all_plugins_play to load vars for managed_node2 11924 1726884991.68303: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884991.68305: Calling groups_plugins_play to load vars for managed_node2 11924 1726884991.69595: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884991.70238: done with get_vars() 11924 1726884991.70254: 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 22:16:31 -0400 (0:00:00.075) 0:02:37.042 ****** 11924 1726884991.70343: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884991.70678: worker is 1 (out of 1 available) 11924 1726884991.70690: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884991.70702: done queuing things up, now waiting for results queue to drain 11924 1726884991.70705: waiting for pending results... 11924 1726884991.70961: running TaskExecutor() for managed_node2/TASK: Parse the requested size of the volume 11924 1726884991.71136: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a13 11924 1726884991.71162: variable 'ansible_search_path' from source: unknown 11924 1726884991.71208: calling self._execute() 11924 1726884991.71366: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.71378: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.71399: variable 'omit' from source: magic vars 11924 1726884991.71827: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884991.76875: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884991.77191: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884991.77195: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884991.77198: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884991.77200: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884991.77335: variable '_storage_test_volume_present' from source: set_fact 11924 1726884991.77361: Evaluated conditional (_storage_test_volume_present | bool): False 11924 1726884991.77370: when evaluation is False, skipping this task 11924 1726884991.77378: _execute() done 11924 1726884991.77385: dumping result to json 11924 1726884991.77399: done dumping result, returning 11924 1726884991.77410: done running TaskExecutor() for managed_node2/TASK: Parse the requested size of the volume [0affc8a3-6f6f-f4c0-2290-000000005a13] 11924 1726884991.77422: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a13 skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 11924 1726884991.77765: no more pending results, returning what we have 11924 1726884991.77770: results queue empty 11924 1726884991.77770: checking for any_errors_fatal 11924 1726884991.77789: done checking for any_errors_fatal 11924 1726884991.77790: checking for max_fail_percentage 11924 1726884991.77792: done checking for max_fail_percentage 11924 1726884991.77793: checking to see if all hosts have failed and the running result is not ok 11924 1726884991.77794: done checking to see if all hosts have failed 11924 1726884991.77795: getting the remaining hosts for this loop 11924 1726884991.77797: done getting the remaining hosts for this loop 11924 1726884991.77801: getting the next task for host managed_node2 11924 1726884991.77821: done getting next task for host managed_node2 11924 1726884991.77828: ^ task is: TASK: Establish base value for expected size 11924 1726884991.77835: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884991.77841: getting variables 11924 1726884991.77844: in VariableManager get_vars() 11924 1726884991.77887: Calling all_inventory to load vars for managed_node2 11924 1726884991.77890: Calling groups_inventory to load vars for managed_node2 11924 1726884991.77894: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884991.77905: Calling all_plugins_play to load vars for managed_node2 11924 1726884991.77909: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884991.77912: Calling groups_plugins_play to load vars for managed_node2 11924 1726884991.78548: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a13 11924 1726884991.78552: WORKER PROCESS EXITING 11924 1726884991.78871: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884991.79546: done with get_vars() 11924 1726884991.79565: done getting variables 11924 1726884991.79627: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:31 -0400 (0:00:00.093) 0:02:37.135 ****** 11924 1726884991.79663: entering _queue_task() for managed_node2/set_fact 11924 1726884991.79962: worker is 1 (out of 1 available) 11924 1726884991.79974: exiting _queue_task() for managed_node2/set_fact 11924 1726884991.79987: done queuing things up, now waiting for results queue to drain 11924 1726884991.79988: waiting for pending results... 11924 1726884991.80299: running TaskExecutor() for managed_node2/TASK: Establish base value for expected size 11924 1726884991.80443: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a14 11924 1726884991.80463: variable 'ansible_search_path' from source: unknown 11924 1726884991.80502: calling self._execute() 11924 1726884991.80869: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.80889: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.81006: variable 'omit' from source: magic vars 11924 1726884991.81996: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884991.85072: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884991.85597: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884991.85626: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884991.85652: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884991.85674: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884991.85749: variable '_storage_test_volume_present' from source: set_fact 11924 1726884991.85765: Evaluated conditional (_storage_test_volume_present | bool): False 11924 1726884991.85769: when evaluation is False, skipping this task 11924 1726884991.85772: _execute() done 11924 1726884991.85775: dumping result to json 11924 1726884991.85777: done dumping result, returning 11924 1726884991.85784: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected size [0affc8a3-6f6f-f4c0-2290-000000005a14] 11924 1726884991.85789: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a14 11924 1726884991.85894: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a14 11924 1726884991.85897: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 11924 1726884991.85966: no more pending results, returning what we have 11924 1726884991.85970: results queue empty 11924 1726884991.85971: checking for any_errors_fatal 11924 1726884991.85977: done checking for any_errors_fatal 11924 1726884991.85978: checking for max_fail_percentage 11924 1726884991.85980: done checking for max_fail_percentage 11924 1726884991.85981: checking to see if all hosts have failed and the running result is not ok 11924 1726884991.85981: done checking to see if all hosts have failed 11924 1726884991.85982: getting the remaining hosts for this loop 11924 1726884991.85984: done getting the remaining hosts for this loop 11924 1726884991.85988: getting the next task for host managed_node2 11924 1726884991.85999: done getting next task for host managed_node2 11924 1726884991.86002: ^ task is: TASK: Show expected size 11924 1726884991.86011: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884991.86016: getting variables 11924 1726884991.86019: in VariableManager get_vars() 11924 1726884991.86060: Calling all_inventory to load vars for managed_node2 11924 1726884991.86062: Calling groups_inventory to load vars for managed_node2 11924 1726884991.86066: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884991.86075: Calling all_plugins_play to load vars for managed_node2 11924 1726884991.86078: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884991.86080: Calling groups_plugins_play to load vars for managed_node2 11924 1726884991.86877: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884991.87575: done with get_vars() 11924 1726884991.87596: done getting variables 11924 1726884991.87658: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:31 -0400 (0:00:00.080) 0:02:37.215 ****** 11924 1726884991.87699: entering _queue_task() for managed_node2/debug 11924 1726884991.87979: worker is 1 (out of 1 available) 11924 1726884991.87993: exiting _queue_task() for managed_node2/debug 11924 1726884991.88007: done queuing things up, now waiting for results queue to drain 11924 1726884991.88008: waiting for pending results... 11924 1726884991.88288: running TaskExecutor() for managed_node2/TASK: Show expected size 11924 1726884991.88420: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a15 11924 1726884991.88432: variable 'ansible_search_path' from source: unknown 11924 1726884991.88471: calling self._execute() 11924 1726884991.88610: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.88614: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.88628: variable 'omit' from source: magic vars 11924 1726884991.88747: variable 'omit' from source: magic vars 11924 1726884991.88893: variable 'omit' from source: magic vars 11924 1726884991.88896: variable 'omit' from source: magic vars 11924 1726884991.88898: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884991.88927: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884991.88953: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884991.88976: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884991.89036: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884991.89040: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884991.89044: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884991.89047: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884991.89063: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.89066: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.89170: Set connection var ansible_shell_executable to /bin/sh 11924 1726884991.89192: Set connection var ansible_connection to ssh 11924 1726884991.89195: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884991.89198: Set connection var ansible_timeout to 10 11924 1726884991.89201: Set connection var ansible_pipelining to False 11924 1726884991.89203: Set connection var ansible_shell_type to sh 11924 1726884991.89228: variable 'ansible_shell_executable' from source: unknown 11924 1726884991.89231: variable 'ansible_connection' from source: unknown 11924 1726884991.89234: variable 'ansible_module_compression' from source: unknown 11924 1726884991.89236: variable 'ansible_shell_type' from source: unknown 11924 1726884991.89239: variable 'ansible_shell_executable' from source: unknown 11924 1726884991.89246: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.89250: variable 'ansible_pipelining' from source: unknown 11924 1726884991.89252: variable 'ansible_timeout' from source: unknown 11924 1726884991.89254: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.89562: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884991.89568: variable 'omit' from source: magic vars 11924 1726884991.89571: starting attempt loop 11924 1726884991.89574: running the handler 11924 1726884991.89579: variable 'storage_test_expected_size' from source: set_fact 11924 1726884991.89689: variable 'storage_test_expected_size' from source: set_fact 11924 1726884991.89723: handler run complete 11924 1726884991.89753: attempt loop complete, returning result 11924 1726884991.89763: _execute() done 11924 1726884991.89775: dumping result to json 11924 1726884991.89783: done dumping result, returning 11924 1726884991.89796: done running TaskExecutor() for managed_node2/TASK: Show expected size [0affc8a3-6f6f-f4c0-2290-000000005a15] 11924 1726884991.89806: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a15 ok: [managed_node2] => { "storage_test_expected_size": "5368709120" } 11924 1726884991.89946: no more pending results, returning what we have 11924 1726884991.89950: results queue empty 11924 1726884991.89951: checking for any_errors_fatal 11924 1726884991.89965: done checking for any_errors_fatal 11924 1726884991.89966: checking for max_fail_percentage 11924 1726884991.89967: done checking for max_fail_percentage 11924 1726884991.89968: checking to see if all hosts have failed and the running result is not ok 11924 1726884991.89969: done checking to see if all hosts have failed 11924 1726884991.89970: getting the remaining hosts for this loop 11924 1726884991.89972: done getting the remaining hosts for this loop 11924 1726884991.89975: getting the next task for host managed_node2 11924 1726884991.89987: done getting next task for host managed_node2 11924 1726884991.89990: ^ task is: TASK: Get the size of parent/pool device 11924 1726884991.89999: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884991.90005: getting variables 11924 1726884991.90007: in VariableManager get_vars() 11924 1726884991.90044: Calling all_inventory to load vars for managed_node2 11924 1726884991.90047: Calling groups_inventory to load vars for managed_node2 11924 1726884991.90052: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884991.90366: Calling all_plugins_play to load vars for managed_node2 11924 1726884991.90370: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884991.90374: Calling groups_plugins_play to load vars for managed_node2 11924 1726884991.90912: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a15 11924 1726884991.90915: WORKER PROCESS EXITING 11924 1726884991.90941: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884991.91929: done with get_vars() 11924 1726884991.91952: 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 22:16:31 -0400 (0:00:00.043) 0:02:37.259 ****** 11924 1726884991.92057: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884991.92295: worker is 1 (out of 1 available) 11924 1726884991.92309: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884991.92321: done queuing things up, now waiting for results queue to drain 11924 1726884991.92324: waiting for pending results... 11924 1726884991.92539: running TaskExecutor() for managed_node2/TASK: Get the size of parent/pool device 11924 1726884991.92653: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a16 11924 1726884991.92666: variable 'ansible_search_path' from source: unknown 11924 1726884991.92697: calling self._execute() 11924 1726884991.92805: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.92809: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.92817: variable 'omit' from source: magic vars 11924 1726884991.93100: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884991.96005: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884991.96090: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884991.96119: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884991.96146: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884991.96170: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884991.96265: variable '_storage_test_volume_present' from source: set_fact 11924 1726884991.96279: Evaluated conditional (_storage_test_volume_present | bool): False 11924 1726884991.96283: when evaluation is False, skipping this task 11924 1726884991.96285: _execute() done 11924 1726884991.96288: dumping result to json 11924 1726884991.96291: done dumping result, returning 11924 1726884991.96297: done running TaskExecutor() for managed_node2/TASK: Get the size of parent/pool device [0affc8a3-6f6f-f4c0-2290-000000005a16] 11924 1726884991.96304: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a16 11924 1726884991.96407: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a16 11924 1726884991.96411: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 11924 1726884991.96462: no more pending results, returning what we have 11924 1726884991.96466: results queue empty 11924 1726884991.96467: checking for any_errors_fatal 11924 1726884991.96477: done checking for any_errors_fatal 11924 1726884991.96478: checking for max_fail_percentage 11924 1726884991.96480: done checking for max_fail_percentage 11924 1726884991.96481: checking to see if all hosts have failed and the running result is not ok 11924 1726884991.96482: done checking to see if all hosts have failed 11924 1726884991.96482: getting the remaining hosts for this loop 11924 1726884991.96484: done getting the remaining hosts for this loop 11924 1726884991.96490: getting the next task for host managed_node2 11924 1726884991.96506: done getting next task for host managed_node2 11924 1726884991.96509: ^ task is: TASK: Show test pool 11924 1726884991.96517: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884991.96522: getting variables 11924 1726884991.96523: in VariableManager get_vars() 11924 1726884991.96562: Calling all_inventory to load vars for managed_node2 11924 1726884991.96564: Calling groups_inventory to load vars for managed_node2 11924 1726884991.96568: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884991.96577: Calling all_plugins_play to load vars for managed_node2 11924 1726884991.96580: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884991.96583: Calling groups_plugins_play to load vars for managed_node2 11924 1726884991.97051: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884991.97538: done with get_vars() 11924 1726884991.97553: done getting variables 11924 1726884991.97613: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:31 -0400 (0:00:00.055) 0:02:37.315 ****** 11924 1726884991.97652: entering _queue_task() for managed_node2/debug 11924 1726884991.97936: worker is 1 (out of 1 available) 11924 1726884991.97949: exiting _queue_task() for managed_node2/debug 11924 1726884991.98066: done queuing things up, now waiting for results queue to drain 11924 1726884991.98068: waiting for pending results... 11924 1726884991.98379: running TaskExecutor() for managed_node2/TASK: Show test pool 11924 1726884991.98457: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a18 11924 1726884991.98463: variable 'ansible_search_path' from source: unknown 11924 1726884991.98513: calling self._execute() 11924 1726884991.98624: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884991.98628: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884991.98650: variable 'omit' from source: magic vars 11924 1726884991.98956: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884992.00748: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884992.00819: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884992.00846: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884992.00894: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884992.00915: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884992.00997: variable '_storage_test_volume_present' from source: set_fact 11924 1726884992.01024: Evaluated conditional (_storage_test_volume_present | bool): False 11924 1726884992.01028: when evaluation is False, skipping this task 11924 1726884992.01031: _execute() done 11924 1726884992.01033: dumping result to json 11924 1726884992.01036: done dumping result, returning 11924 1726884992.01038: done running TaskExecutor() for managed_node2/TASK: Show test pool [0affc8a3-6f6f-f4c0-2290-000000005a18] 11924 1726884992.01040: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a18 11924 1726884992.01150: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a18 11924 1726884992.01153: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "_storage_test_volume_present | bool" } 11924 1726884992.01205: no more pending results, returning what we have 11924 1726884992.01208: results queue empty 11924 1726884992.01208: checking for any_errors_fatal 11924 1726884992.01218: done checking for any_errors_fatal 11924 1726884992.01219: checking for max_fail_percentage 11924 1726884992.01221: done checking for max_fail_percentage 11924 1726884992.01222: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.01222: done checking to see if all hosts have failed 11924 1726884992.01223: getting the remaining hosts for this loop 11924 1726884992.01225: done getting the remaining hosts for this loop 11924 1726884992.01228: getting the next task for host managed_node2 11924 1726884992.01239: done getting next task for host managed_node2 11924 1726884992.01241: ^ task is: TASK: Show test blockinfo 11924 1726884992.01248: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884992.01259: getting variables 11924 1726884992.01262: in VariableManager get_vars() 11924 1726884992.01302: Calling all_inventory to load vars for managed_node2 11924 1726884992.01305: Calling groups_inventory to load vars for managed_node2 11924 1726884992.01308: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.01320: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.01323: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.01326: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.01952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.02615: done with get_vars() 11924 1726884992.02631: done getting variables 11924 1726884992.02688: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.050) 0:02:37.366 ****** 11924 1726884992.02718: entering _queue_task() for managed_node2/debug 11924 1726884992.03012: worker is 1 (out of 1 available) 11924 1726884992.03031: exiting _queue_task() for managed_node2/debug 11924 1726884992.03049: done queuing things up, now waiting for results queue to drain 11924 1726884992.03052: waiting for pending results... 11924 1726884992.03421: running TaskExecutor() for managed_node2/TASK: Show test blockinfo 11924 1726884992.03562: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a19 11924 1726884992.03566: variable 'ansible_search_path' from source: unknown 11924 1726884992.03595: calling self._execute() 11924 1726884992.03742: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.03760: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.03802: variable 'omit' from source: magic vars 11924 1726884992.04275: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884992.06352: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884992.06424: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884992.06464: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884992.06490: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884992.06510: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884992.06624: variable '_storage_test_volume_present' from source: set_fact 11924 1726884992.06628: Evaluated conditional (_storage_test_volume_present | bool): False 11924 1726884992.06630: when evaluation is False, skipping this task 11924 1726884992.06632: _execute() done 11924 1726884992.06635: dumping result to json 11924 1726884992.06637: done dumping result, returning 11924 1726884992.06644: done running TaskExecutor() for managed_node2/TASK: Show test blockinfo [0affc8a3-6f6f-f4c0-2290-000000005a19] 11924 1726884992.06650: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a19 11924 1726884992.06799: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a19 11924 1726884992.06802: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "_storage_test_volume_present | bool" } 11924 1726884992.06847: no more pending results, returning what we have 11924 1726884992.06850: results queue empty 11924 1726884992.06851: checking for any_errors_fatal 11924 1726884992.06862: done checking for any_errors_fatal 11924 1726884992.06863: checking for max_fail_percentage 11924 1726884992.06865: done checking for max_fail_percentage 11924 1726884992.06866: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.06866: done checking to see if all hosts have failed 11924 1726884992.06867: getting the remaining hosts for this loop 11924 1726884992.06869: done getting the remaining hosts for this loop 11924 1726884992.06872: getting the next task for host managed_node2 11924 1726884992.06897: done getting next task for host managed_node2 11924 1726884992.06900: ^ task is: TASK: Show test pool size 11924 1726884992.06908: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884992.06913: getting variables 11924 1726884992.06914: in VariableManager get_vars() 11924 1726884992.06960: Calling all_inventory to load vars for managed_node2 11924 1726884992.06963: Calling groups_inventory to load vars for managed_node2 11924 1726884992.06966: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.06978: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.06981: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.06984: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.07366: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.07726: done with get_vars() 11924 1726884992.07737: done getting variables 11924 1726884992.07777: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.050) 0:02:37.416 ****** 11924 1726884992.07803: entering _queue_task() for managed_node2/debug 11924 1726884992.08014: worker is 1 (out of 1 available) 11924 1726884992.08030: exiting _queue_task() for managed_node2/debug 11924 1726884992.08043: done queuing things up, now waiting for results queue to drain 11924 1726884992.08044: waiting for pending results... 11924 1726884992.08235: running TaskExecutor() for managed_node2/TASK: Show test pool size 11924 1726884992.08323: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a1a 11924 1726884992.08332: variable 'ansible_search_path' from source: unknown 11924 1726884992.08377: calling self._execute() 11924 1726884992.08475: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.08478: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.08490: variable 'omit' from source: magic vars 11924 1726884992.08771: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884992.10931: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884992.10999: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884992.11040: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884992.11123: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884992.11144: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884992.11242: variable '_storage_test_volume_present' from source: set_fact 11924 1726884992.11257: Evaluated conditional (_storage_test_volume_present | bool): False 11924 1726884992.11260: when evaluation is False, skipping this task 11924 1726884992.11263: _execute() done 11924 1726884992.11266: dumping result to json 11924 1726884992.11268: done dumping result, returning 11924 1726884992.11275: done running TaskExecutor() for managed_node2/TASK: Show test pool size [0affc8a3-6f6f-f4c0-2290-000000005a1a] 11924 1726884992.11279: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a1a 11924 1726884992.11375: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a1a 11924 1726884992.11378: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "_storage_test_volume_present | bool" } 11924 1726884992.11424: no more pending results, returning what we have 11924 1726884992.11428: results queue empty 11924 1726884992.11429: checking for any_errors_fatal 11924 1726884992.11439: done checking for any_errors_fatal 11924 1726884992.11440: checking for max_fail_percentage 11924 1726884992.11442: done checking for max_fail_percentage 11924 1726884992.11442: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.11443: done checking to see if all hosts have failed 11924 1726884992.11444: getting the remaining hosts for this loop 11924 1726884992.11447: done getting the remaining hosts for this loop 11924 1726884992.11451: getting the next task for host managed_node2 11924 1726884992.11462: done getting next task for host managed_node2 11924 1726884992.11465: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 11924 1726884992.11473: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884992.11478: getting variables 11924 1726884992.11480: in VariableManager get_vars() 11924 1726884992.11518: Calling all_inventory to load vars for managed_node2 11924 1726884992.11521: Calling groups_inventory to load vars for managed_node2 11924 1726884992.11524: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.11534: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.11537: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.11540: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.12071: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.12444: done with get_vars() 11924 1726884992.12457: done getting variables 11924 1726884992.12496: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.047) 0:02:37.464 ****** 11924 1726884992.12522: entering _queue_task() for managed_node2/set_fact 11924 1726884992.12729: worker is 1 (out of 1 available) 11924 1726884992.12741: exiting _queue_task() for managed_node2/set_fact 11924 1726884992.12754: done queuing things up, now waiting for results queue to drain 11924 1726884992.12757: waiting for pending results... 11924 1726884992.12958: running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value 11924 1726884992.13053: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a1b 11924 1726884992.13065: variable 'ansible_search_path' from source: unknown 11924 1726884992.13097: calling self._execute() 11924 1726884992.13186: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.13190: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.13202: variable 'omit' from source: magic vars 11924 1726884992.13581: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884992.15254: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884992.15785: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884992.15808: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884992.15836: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884992.15857: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884992.15941: variable '_storage_test_volume_present' from source: set_fact 11924 1726884992.15968: Evaluated conditional (_storage_test_volume_present | bool): False 11924 1726884992.15971: when evaluation is False, skipping this task 11924 1726884992.15974: _execute() done 11924 1726884992.15976: dumping result to json 11924 1726884992.15979: done dumping result, returning 11924 1726884992.15989: done running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-f4c0-2290-000000005a1b] 11924 1726884992.15995: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a1b 11924 1726884992.16101: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a1b 11924 1726884992.16104: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 11924 1726884992.16180: no more pending results, returning what we have 11924 1726884992.16187: results queue empty 11924 1726884992.16188: checking for any_errors_fatal 11924 1726884992.16195: done checking for any_errors_fatal 11924 1726884992.16195: checking for max_fail_percentage 11924 1726884992.16198: done checking for max_fail_percentage 11924 1726884992.16199: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.16199: done checking to see if all hosts have failed 11924 1726884992.16200: getting the remaining hosts for this loop 11924 1726884992.16202: done getting the remaining hosts for this loop 11924 1726884992.16206: getting the next task for host managed_node2 11924 1726884992.16220: done getting next task for host managed_node2 11924 1726884992.16222: ^ task is: TASK: Default thin pool reserved space values 11924 1726884992.16234: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884992.16238: getting variables 11924 1726884992.16239: in VariableManager get_vars() 11924 1726884992.16283: Calling all_inventory to load vars for managed_node2 11924 1726884992.16286: Calling groups_inventory to load vars for managed_node2 11924 1726884992.16289: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.16299: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.16301: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.16304: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.16785: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.17310: done with get_vars() 11924 1726884992.17324: done getting variables 11924 1726884992.17393: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.049) 0:02:37.513 ****** 11924 1726884992.17430: entering _queue_task() for managed_node2/set_fact 11924 1726884992.17657: worker is 1 (out of 1 available) 11924 1726884992.17669: exiting _queue_task() for managed_node2/set_fact 11924 1726884992.17682: done queuing things up, now waiting for results queue to drain 11924 1726884992.17683: waiting for pending results... 11924 1726884992.17995: running TaskExecutor() for managed_node2/TASK: Default thin pool reserved space values 11924 1726884992.18083: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a1d 11924 1726884992.18094: variable 'ansible_search_path' from source: unknown 11924 1726884992.18139: calling self._execute() 11924 1726884992.18238: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.18242: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.18249: variable 'omit' from source: magic vars 11924 1726884992.18538: variable 'storage_test_volume' from source: include params 11924 1726884992.18564: Evaluated conditional (storage_test_volume.thin): False 11924 1726884992.18567: when evaluation is False, skipping this task 11924 1726884992.18571: _execute() done 11924 1726884992.18574: dumping result to json 11924 1726884992.18576: done dumping result, returning 11924 1726884992.18583: done running TaskExecutor() for managed_node2/TASK: Default thin pool reserved space values [0affc8a3-6f6f-f4c0-2290-000000005a1d] 11924 1726884992.18588: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a1d 11924 1726884992.18680: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a1d 11924 1726884992.18684: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884992.18740: no more pending results, returning what we have 11924 1726884992.18743: results queue empty 11924 1726884992.18744: checking for any_errors_fatal 11924 1726884992.18751: done checking for any_errors_fatal 11924 1726884992.18752: checking for max_fail_percentage 11924 1726884992.18753: done checking for max_fail_percentage 11924 1726884992.18754: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.18757: done checking to see if all hosts have failed 11924 1726884992.18758: getting the remaining hosts for this loop 11924 1726884992.18760: done getting the remaining hosts for this loop 11924 1726884992.18763: getting the next task for host managed_node2 11924 1726884992.18772: done getting next task for host managed_node2 11924 1726884992.18774: ^ task is: TASK: Default minimal thin pool reserved space size 11924 1726884992.18780: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884992.18784: getting variables 11924 1726884992.18785: in VariableManager get_vars() 11924 1726884992.18823: Calling all_inventory to load vars for managed_node2 11924 1726884992.18825: Calling groups_inventory to load vars for managed_node2 11924 1726884992.18828: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.18837: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.18839: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.18842: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.19174: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.19792: done with get_vars() 11924 1726884992.19802: 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 22:16:32 -0400 (0:00:00.024) 0:02:37.537 ****** 11924 1726884992.19861: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884992.20062: worker is 1 (out of 1 available) 11924 1726884992.20075: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884992.20088: done queuing things up, now waiting for results queue to drain 11924 1726884992.20091: waiting for pending results... 11924 1726884992.20266: running TaskExecutor() for managed_node2/TASK: Default minimal thin pool reserved space size 11924 1726884992.20348: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a1e 11924 1726884992.20360: variable 'ansible_search_path' from source: unknown 11924 1726884992.20387: calling self._execute() 11924 1726884992.20487: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.20491: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.20500: variable 'omit' from source: magic vars 11924 1726884992.20798: variable 'storage_test_volume' from source: include params 11924 1726884992.20825: Evaluated conditional (storage_test_volume.thin): False 11924 1726884992.20829: when evaluation is False, skipping this task 11924 1726884992.20832: _execute() done 11924 1726884992.20834: dumping result to json 11924 1726884992.20837: done dumping result, returning 11924 1726884992.20841: done running TaskExecutor() for managed_node2/TASK: Default minimal thin pool reserved space size [0affc8a3-6f6f-f4c0-2290-000000005a1e] 11924 1726884992.20847: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a1e 11924 1726884992.20942: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a1e 11924 1726884992.20945: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884992.21060: no more pending results, returning what we have 11924 1726884992.21064: results queue empty 11924 1726884992.21064: checking for any_errors_fatal 11924 1726884992.21074: done checking for any_errors_fatal 11924 1726884992.21078: checking for max_fail_percentage 11924 1726884992.21079: done checking for max_fail_percentage 11924 1726884992.21080: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.21082: done checking to see if all hosts have failed 11924 1726884992.21083: getting the remaining hosts for this loop 11924 1726884992.21084: done getting the remaining hosts for this loop 11924 1726884992.21087: getting the next task for host managed_node2 11924 1726884992.21095: done getting next task for host managed_node2 11924 1726884992.21097: ^ task is: TASK: Default maximal thin pool reserved space size 11924 1726884992.21104: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884992.21108: getting variables 11924 1726884992.21109: in VariableManager get_vars() 11924 1726884992.21152: Calling all_inventory to load vars for managed_node2 11924 1726884992.21162: Calling groups_inventory to load vars for managed_node2 11924 1726884992.21167: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.21176: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.21179: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.21182: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.21633: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.22272: done with get_vars() 11924 1726884992.22283: 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 22:16:32 -0400 (0:00:00.025) 0:02:37.562 ****** 11924 1726884992.22403: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884992.22609: worker is 1 (out of 1 available) 11924 1726884992.22624: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884992.22636: done queuing things up, now waiting for results queue to drain 11924 1726884992.22639: waiting for pending results... 11924 1726884992.22830: running TaskExecutor() for managed_node2/TASK: Default maximal thin pool reserved space size 11924 1726884992.23164: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a1f 11924 1726884992.23167: variable 'ansible_search_path' from source: unknown 11924 1726884992.23170: calling self._execute() 11924 1726884992.23173: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.23176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.23195: variable 'omit' from source: magic vars 11924 1726884992.23609: variable 'storage_test_volume' from source: include params 11924 1726884992.23652: Evaluated conditional (storage_test_volume.thin): False 11924 1726884992.23663: when evaluation is False, skipping this task 11924 1726884992.23670: _execute() done 11924 1726884992.23677: dumping result to json 11924 1726884992.23683: done dumping result, returning 11924 1726884992.23692: done running TaskExecutor() for managed_node2/TASK: Default maximal thin pool reserved space size [0affc8a3-6f6f-f4c0-2290-000000005a1f] 11924 1726884992.23705: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a1f 11924 1726884992.23907: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a1f 11924 1726884992.23910: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884992.23971: no more pending results, returning what we have 11924 1726884992.23975: results queue empty 11924 1726884992.23975: checking for any_errors_fatal 11924 1726884992.23986: done checking for any_errors_fatal 11924 1726884992.23986: checking for max_fail_percentage 11924 1726884992.23988: done checking for max_fail_percentage 11924 1726884992.23989: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.23990: done checking to see if all hosts have failed 11924 1726884992.23990: getting the remaining hosts for this loop 11924 1726884992.23992: done getting the remaining hosts for this loop 11924 1726884992.23996: getting the next task for host managed_node2 11924 1726884992.24006: done getting next task for host managed_node2 11924 1726884992.24009: ^ task is: TASK: Calculate maximum usable space in thin pool 11924 1726884992.24021: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884992.24025: getting variables 11924 1726884992.24027: in VariableManager get_vars() 11924 1726884992.24176: Calling all_inventory to load vars for managed_node2 11924 1726884992.24178: Calling groups_inventory to load vars for managed_node2 11924 1726884992.24181: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.24190: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.24192: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.24195: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.24742: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.25097: done with get_vars() 11924 1726884992.25107: done getting variables 11924 1726884992.25147: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.027) 0:02:37.590 ****** 11924 1726884992.25171: entering _queue_task() for managed_node2/set_fact 11924 1726884992.25362: worker is 1 (out of 1 available) 11924 1726884992.25375: exiting _queue_task() for managed_node2/set_fact 11924 1726884992.25387: done queuing things up, now waiting for results queue to drain 11924 1726884992.25388: waiting for pending results... 11924 1726884992.25584: running TaskExecutor() for managed_node2/TASK: Calculate maximum usable space in thin pool 11924 1726884992.25681: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a20 11924 1726884992.25693: variable 'ansible_search_path' from source: unknown 11924 1726884992.25726: calling self._execute() 11924 1726884992.25826: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.25830: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.25840: variable 'omit' from source: magic vars 11924 1726884992.26124: variable 'storage_test_volume' from source: include params 11924 1726884992.26147: Evaluated conditional (storage_test_volume.thin): False 11924 1726884992.26151: when evaluation is False, skipping this task 11924 1726884992.26154: _execute() done 11924 1726884992.26159: dumping result to json 11924 1726884992.26162: done dumping result, returning 11924 1726884992.26174: done running TaskExecutor() for managed_node2/TASK: Calculate maximum usable space in thin pool [0affc8a3-6f6f-f4c0-2290-000000005a20] 11924 1726884992.26177: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a20 11924 1726884992.26260: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a20 11924 1726884992.26264: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884992.26320: no more pending results, returning what we have 11924 1726884992.26324: results queue empty 11924 1726884992.26324: checking for any_errors_fatal 11924 1726884992.26331: done checking for any_errors_fatal 11924 1726884992.26332: checking for max_fail_percentage 11924 1726884992.26333: done checking for max_fail_percentage 11924 1726884992.26334: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.26335: done checking to see if all hosts have failed 11924 1726884992.26335: getting the remaining hosts for this loop 11924 1726884992.26337: done getting the remaining hosts for this loop 11924 1726884992.26340: getting the next task for host managed_node2 11924 1726884992.26348: done getting next task for host managed_node2 11924 1726884992.26350: ^ task is: TASK: Apply upper size limit to max usable thin pool space 11924 1726884992.26359: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884992.26362: getting variables 11924 1726884992.26363: in VariableManager get_vars() 11924 1726884992.26394: Calling all_inventory to load vars for managed_node2 11924 1726884992.26397: Calling groups_inventory to load vars for managed_node2 11924 1726884992.26399: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.26408: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.26410: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.26412: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.26951: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.27523: done with get_vars() 11924 1726884992.27535: done getting variables 11924 1726884992.27595: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.024) 0:02:37.615 ****** 11924 1726884992.27628: entering _queue_task() for managed_node2/set_fact 11924 1726884992.27884: worker is 1 (out of 1 available) 11924 1726884992.27895: exiting _queue_task() for managed_node2/set_fact 11924 1726884992.27907: done queuing things up, now waiting for results queue to drain 11924 1726884992.27908: waiting for pending results... 11924 1726884992.28275: running TaskExecutor() for managed_node2/TASK: Apply upper size limit to max usable thin pool space 11924 1726884992.28366: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a21 11924 1726884992.28385: variable 'ansible_search_path' from source: unknown 11924 1726884992.28429: calling self._execute() 11924 1726884992.28562: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.28573: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.28587: variable 'omit' from source: magic vars 11924 1726884992.28980: variable 'storage_test_volume' from source: include params 11924 1726884992.29013: Evaluated conditional (storage_test_volume.thin): False 11924 1726884992.29061: when evaluation is False, skipping this task 11924 1726884992.29066: _execute() done 11924 1726884992.29068: dumping result to json 11924 1726884992.29071: done dumping result, returning 11924 1726884992.29074: done running TaskExecutor() for managed_node2/TASK: Apply upper size limit to max usable thin pool space [0affc8a3-6f6f-f4c0-2290-000000005a21] 11924 1726884992.29076: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a21 11924 1726884992.29239: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a21 11924 1726884992.29243: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884992.29363: no more pending results, returning what we have 11924 1726884992.29367: results queue empty 11924 1726884992.29368: checking for any_errors_fatal 11924 1726884992.29379: done checking for any_errors_fatal 11924 1726884992.29380: checking for max_fail_percentage 11924 1726884992.29382: done checking for max_fail_percentage 11924 1726884992.29383: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.29383: done checking to see if all hosts have failed 11924 1726884992.29384: getting the remaining hosts for this loop 11924 1726884992.29387: done getting the remaining hosts for this loop 11924 1726884992.29390: getting the next task for host managed_node2 11924 1726884992.29401: done getting next task for host managed_node2 11924 1726884992.29409: ^ task is: TASK: Apply lower size limit to max usable thin pool space 11924 1726884992.29417: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884992.29422: getting variables 11924 1726884992.29424: in VariableManager get_vars() 11924 1726884992.29526: Calling all_inventory to load vars for managed_node2 11924 1726884992.29530: Calling groups_inventory to load vars for managed_node2 11924 1726884992.29533: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.29545: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.29548: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.29551: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.30211: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.30840: done with get_vars() 11924 1726884992.30861: done getting variables 11924 1726884992.30920: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.033) 0:02:37.648 ****** 11924 1726884992.30959: entering _queue_task() for managed_node2/set_fact 11924 1726884992.31230: worker is 1 (out of 1 available) 11924 1726884992.31242: exiting _queue_task() for managed_node2/set_fact 11924 1726884992.31254: done queuing things up, now waiting for results queue to drain 11924 1726884992.31259: waiting for pending results... 11924 1726884992.31673: running TaskExecutor() for managed_node2/TASK: Apply lower size limit to max usable thin pool space 11924 1726884992.31728: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a22 11924 1726884992.31762: variable 'ansible_search_path' from source: unknown 11924 1726884992.31834: calling self._execute() 11924 1726884992.31926: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.31943: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.31960: variable 'omit' from source: magic vars 11924 1726884992.32330: variable 'storage_test_volume' from source: include params 11924 1726884992.32369: Evaluated conditional (storage_test_volume.thin): False 11924 1726884992.32381: when evaluation is False, skipping this task 11924 1726884992.32388: _execute() done 11924 1726884992.32561: dumping result to json 11924 1726884992.32565: done dumping result, returning 11924 1726884992.32568: done running TaskExecutor() for managed_node2/TASK: Apply lower size limit to max usable thin pool space [0affc8a3-6f6f-f4c0-2290-000000005a22] 11924 1726884992.32570: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a22 11924 1726884992.32634: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a22 11924 1726884992.32638: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884992.32689: no more pending results, returning what we have 11924 1726884992.32692: results queue empty 11924 1726884992.32693: checking for any_errors_fatal 11924 1726884992.32701: done checking for any_errors_fatal 11924 1726884992.32702: checking for max_fail_percentage 11924 1726884992.32704: done checking for max_fail_percentage 11924 1726884992.32705: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.32706: done checking to see if all hosts have failed 11924 1726884992.32706: getting the remaining hosts for this loop 11924 1726884992.32709: done getting the remaining hosts for this loop 11924 1726884992.32712: getting the next task for host managed_node2 11924 1726884992.32721: done getting next task for host managed_node2 11924 1726884992.32724: ^ task is: TASK: Convert maximum usable thin pool space from int to Size 11924 1726884992.32731: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884992.32735: getting variables 11924 1726884992.32737: in VariableManager get_vars() 11924 1726884992.32779: Calling all_inventory to load vars for managed_node2 11924 1726884992.32782: Calling groups_inventory to load vars for managed_node2 11924 1726884992.32785: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.32796: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.32799: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.32802: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.33453: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.34070: done with get_vars() 11924 1726884992.34083: 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 22:16:32 -0400 (0:00:00.032) 0:02:37.680 ****** 11924 1726884992.34166: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884992.34428: worker is 1 (out of 1 available) 11924 1726884992.34440: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884992.34452: done queuing things up, now waiting for results queue to drain 11924 1726884992.34454: waiting for pending results... 11924 1726884992.34784: running TaskExecutor() for managed_node2/TASK: Convert maximum usable thin pool space from int to Size 11924 1726884992.34915: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a23 11924 1726884992.34918: variable 'ansible_search_path' from source: unknown 11924 1726884992.35024: calling self._execute() 11924 1726884992.35084: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.35095: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.35110: variable 'omit' from source: magic vars 11924 1726884992.35501: variable 'storage_test_volume' from source: include params 11924 1726884992.35537: Evaluated conditional (storage_test_volume.thin): False 11924 1726884992.35544: when evaluation is False, skipping this task 11924 1726884992.35551: _execute() done 11924 1726884992.35560: dumping result to json 11924 1726884992.35574: done dumping result, returning 11924 1726884992.35584: done running TaskExecutor() for managed_node2/TASK: Convert maximum usable thin pool space from int to Size [0affc8a3-6f6f-f4c0-2290-000000005a23] 11924 1726884992.35593: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a23 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884992.35837: no more pending results, returning what we have 11924 1726884992.35841: results queue empty 11924 1726884992.35842: checking for any_errors_fatal 11924 1726884992.35851: done checking for any_errors_fatal 11924 1726884992.35851: checking for max_fail_percentage 11924 1726884992.35853: done checking for max_fail_percentage 11924 1726884992.35854: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.35857: done checking to see if all hosts have failed 11924 1726884992.35858: getting the remaining hosts for this loop 11924 1726884992.35860: done getting the remaining hosts for this loop 11924 1726884992.35863: getting the next task for host managed_node2 11924 1726884992.35874: done getting next task for host managed_node2 11924 1726884992.35876: ^ task is: TASK: Show max thin pool size 11924 1726884992.35885: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884992.35891: getting variables 11924 1726884992.35893: in VariableManager get_vars() 11924 1726884992.35930: Calling all_inventory to load vars for managed_node2 11924 1726884992.35933: Calling groups_inventory to load vars for managed_node2 11924 1726884992.35936: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.35948: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.35951: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.35954: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.36080: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a23 11924 1726884992.36083: WORKER PROCESS EXITING 11924 1726884992.36661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.37685: done with get_vars() 11924 1726884992.37698: done getting variables 11924 1726884992.37761: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.036) 0:02:37.716 ****** 11924 1726884992.37793: entering _queue_task() for managed_node2/debug 11924 1726884992.38086: worker is 1 (out of 1 available) 11924 1726884992.38100: exiting _queue_task() for managed_node2/debug 11924 1726884992.38113: done queuing things up, now waiting for results queue to drain 11924 1726884992.38115: waiting for pending results... 11924 1726884992.38365: running TaskExecutor() for managed_node2/TASK: Show max thin pool size 11924 1726884992.38530: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a24 11924 1726884992.38551: variable 'ansible_search_path' from source: unknown 11924 1726884992.38600: calling self._execute() 11924 1726884992.38816: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.38822: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.38825: variable 'omit' from source: magic vars 11924 1726884992.39160: variable 'storage_test_volume' from source: include params 11924 1726884992.39198: Evaluated conditional (storage_test_volume.thin): False 11924 1726884992.39208: when evaluation is False, skipping this task 11924 1726884992.39216: _execute() done 11924 1726884992.39228: dumping result to json 11924 1726884992.39237: done dumping result, returning 11924 1726884992.39256: done running TaskExecutor() for managed_node2/TASK: Show max thin pool size [0affc8a3-6f6f-f4c0-2290-000000005a24] 11924 1726884992.39268: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a24 11924 1726884992.39490: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a24 11924 1726884992.39494: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884992.39540: no more pending results, returning what we have 11924 1726884992.39544: results queue empty 11924 1726884992.39545: checking for any_errors_fatal 11924 1726884992.39550: done checking for any_errors_fatal 11924 1726884992.39551: checking for max_fail_percentage 11924 1726884992.39552: done checking for max_fail_percentage 11924 1726884992.39553: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.39554: done checking to see if all hosts have failed 11924 1726884992.39659: getting the remaining hosts for this loop 11924 1726884992.39661: done getting the remaining hosts for this loop 11924 1726884992.39666: getting the next task for host managed_node2 11924 1726884992.39674: done getting next task for host managed_node2 11924 1726884992.39676: ^ task is: TASK: Show volume thin pool size 11924 1726884992.39682: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884992.39686: getting variables 11924 1726884992.39688: in VariableManager get_vars() 11924 1726884992.39719: Calling all_inventory to load vars for managed_node2 11924 1726884992.39722: Calling groups_inventory to load vars for managed_node2 11924 1726884992.39725: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.39736: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.39739: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.39742: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.40288: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.40923: done with get_vars() 11924 1726884992.40936: done getting variables 11924 1726884992.40998: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.032) 0:02:37.749 ****** 11924 1726884992.41029: entering _queue_task() for managed_node2/debug 11924 1726884992.41308: worker is 1 (out of 1 available) 11924 1726884992.41322: exiting _queue_task() for managed_node2/debug 11924 1726884992.41335: done queuing things up, now waiting for results queue to drain 11924 1726884992.41337: waiting for pending results... 11924 1726884992.41683: running TaskExecutor() for managed_node2/TASK: Show volume thin pool size 11924 1726884992.41961: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a25 11924 1726884992.41965: variable 'ansible_search_path' from source: unknown 11924 1726884992.41968: calling self._execute() 11924 1726884992.41988: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.41998: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.42014: variable 'omit' from source: magic vars 11924 1726884992.42648: variable 'storage_test_volume' from source: include params 11924 1726884992.42701: Evaluated conditional (storage_test_volume.thin): False 11924 1726884992.42711: when evaluation is False, skipping this task 11924 1726884992.42719: _execute() done 11924 1726884992.42728: dumping result to json 11924 1726884992.42736: done dumping result, returning 11924 1726884992.42747: done running TaskExecutor() for managed_node2/TASK: Show volume thin pool size [0affc8a3-6f6f-f4c0-2290-000000005a25] 11924 1726884992.42759: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a25 skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884992.42960: no more pending results, returning what we have 11924 1726884992.42965: results queue empty 11924 1726884992.42966: checking for any_errors_fatal 11924 1726884992.42978: done checking for any_errors_fatal 11924 1726884992.42979: checking for max_fail_percentage 11924 1726884992.42981: done checking for max_fail_percentage 11924 1726884992.42982: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.42982: done checking to see if all hosts have failed 11924 1726884992.42983: getting the remaining hosts for this loop 11924 1726884992.42985: done getting the remaining hosts for this loop 11924 1726884992.42989: getting the next task for host managed_node2 11924 1726884992.43000: done getting next task for host managed_node2 11924 1726884992.43003: ^ task is: TASK: Show test volume size 11924 1726884992.43011: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884992.43018: getting variables 11924 1726884992.43020: in VariableManager get_vars() 11924 1726884992.43057: Calling all_inventory to load vars for managed_node2 11924 1726884992.43060: Calling groups_inventory to load vars for managed_node2 11924 1726884992.43063: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.43074: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.43078: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.43081: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.43682: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a25 11924 1726884992.43685: WORKER PROCESS EXITING 11924 1726884992.43886: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.44558: done with get_vars() 11924 1726884992.44576: done getting variables 11924 1726884992.44633: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.036) 0:02:37.785 ****** 11924 1726884992.44670: entering _queue_task() for managed_node2/debug 11924 1726884992.44977: worker is 1 (out of 1 available) 11924 1726884992.44989: exiting _queue_task() for managed_node2/debug 11924 1726884992.45008: done queuing things up, now waiting for results queue to drain 11924 1726884992.45010: waiting for pending results... 11924 1726884992.45286: running TaskExecutor() for managed_node2/TASK: Show test volume size 11924 1726884992.45520: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a26 11924 1726884992.45558: variable 'ansible_search_path' from source: unknown 11924 1726884992.45605: calling self._execute() 11924 1726884992.45741: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.45757: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.45779: variable 'omit' from source: magic vars 11924 1726884992.46222: variable 'storage_test_volume' from source: include params 11924 1726884992.46262: Evaluated conditional (storage_test_volume.thin): False 11924 1726884992.46271: when evaluation is False, skipping this task 11924 1726884992.46277: _execute() done 11924 1726884992.46289: dumping result to json 11924 1726884992.46296: done dumping result, returning 11924 1726884992.46314: done running TaskExecutor() for managed_node2/TASK: Show test volume size [0affc8a3-6f6f-f4c0-2290-000000005a26] 11924 1726884992.46321: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a26 11924 1726884992.46493: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a26 11924 1726884992.46496: WORKER PROCESS EXITING skipping: [managed_node2] => { "false_condition": "storage_test_volume.thin" } 11924 1726884992.46581: no more pending results, returning what we have 11924 1726884992.46585: results queue empty 11924 1726884992.46586: checking for any_errors_fatal 11924 1726884992.46600: done checking for any_errors_fatal 11924 1726884992.46601: checking for max_fail_percentage 11924 1726884992.46603: done checking for max_fail_percentage 11924 1726884992.46606: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.46607: done checking to see if all hosts have failed 11924 1726884992.46608: getting the remaining hosts for this loop 11924 1726884992.46611: done getting the remaining hosts for this loop 11924 1726884992.46615: getting the next task for host managed_node2 11924 1726884992.46627: done getting next task for host managed_node2 11924 1726884992.46630: ^ task is: TASK: Establish base value for expected thin pool size 11924 1726884992.46640: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884992.46645: getting variables 11924 1726884992.46647: in VariableManager get_vars() 11924 1726884992.46689: Calling all_inventory to load vars for managed_node2 11924 1726884992.46692: Calling groups_inventory to load vars for managed_node2 11924 1726884992.46695: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.46708: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.46712: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.46715: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.47540: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.48213: done with get_vars() 11924 1726884992.48234: done getting variables 11924 1726884992.48297: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.036) 0:02:37.822 ****** 11924 1726884992.48337: entering _queue_task() for managed_node2/set_fact 11924 1726884992.48728: worker is 1 (out of 1 available) 11924 1726884992.48741: exiting _queue_task() for managed_node2/set_fact 11924 1726884992.48754: done queuing things up, now waiting for results queue to drain 11924 1726884992.48884: waiting for pending results... 11924 1726884992.49178: running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool size 11924 1726884992.49320: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a27 11924 1726884992.49324: variable 'ansible_search_path' from source: unknown 11924 1726884992.49353: calling self._execute() 11924 1726884992.49539: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.49542: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.49598: variable 'omit' from source: magic vars 11924 1726884992.49992: variable 'storage_test_volume' from source: include params 11924 1726884992.50035: Evaluated conditional (storage_test_volume.thin): False 11924 1726884992.50044: when evaluation is False, skipping this task 11924 1726884992.50050: _execute() done 11924 1726884992.50060: dumping result to json 11924 1726884992.50067: done dumping result, returning 11924 1726884992.50084: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool size [0affc8a3-6f6f-f4c0-2290-000000005a27] 11924 1726884992.50095: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a27 11924 1726884992.50266: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a27 11924 1726884992.50270: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884992.50393: no more pending results, returning what we have 11924 1726884992.50397: results queue empty 11924 1726884992.50398: checking for any_errors_fatal 11924 1726884992.50422: done checking for any_errors_fatal 11924 1726884992.50423: checking for max_fail_percentage 11924 1726884992.50426: done checking for max_fail_percentage 11924 1726884992.50427: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.50428: done checking to see if all hosts have failed 11924 1726884992.50428: getting the remaining hosts for this loop 11924 1726884992.50430: done getting the remaining hosts for this loop 11924 1726884992.50435: getting the next task for host managed_node2 11924 1726884992.50446: done getting next task for host managed_node2 11924 1726884992.50450: ^ task is: TASK: Calculate the expected size based on pool size and percentage value 11924 1726884992.50460: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884992.50466: getting variables 11924 1726884992.50467: in VariableManager get_vars() 11924 1726884992.50508: Calling all_inventory to load vars for managed_node2 11924 1726884992.50629: Calling groups_inventory to load vars for managed_node2 11924 1726884992.50633: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.50644: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.50647: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.50650: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.51404: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.52046: done with get_vars() 11924 1726884992.52064: done getting variables 11924 1726884992.52124: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.038) 0:02:37.860 ****** 11924 1726884992.52171: entering _queue_task() for managed_node2/set_fact 11924 1726884992.52683: worker is 1 (out of 1 available) 11924 1726884992.52693: exiting _queue_task() for managed_node2/set_fact 11924 1726884992.52704: done queuing things up, now waiting for results queue to drain 11924 1726884992.52706: waiting for pending results... 11924 1726884992.53293: running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value 11924 1726884992.53297: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a28 11924 1726884992.53311: variable 'ansible_search_path' from source: unknown 11924 1726884992.53345: calling self._execute() 11924 1726884992.53659: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.53672: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.53686: variable 'omit' from source: magic vars 11924 1726884992.54133: variable 'storage_test_volume' from source: include params 11924 1726884992.54180: Evaluated conditional (storage_test_volume.thin): False 11924 1726884992.54194: when evaluation is False, skipping this task 11924 1726884992.54201: _execute() done 11924 1726884992.54209: dumping result to json 11924 1726884992.54216: done dumping result, returning 11924 1726884992.54227: done running TaskExecutor() for managed_node2/TASK: Calculate the expected size based on pool size and percentage value [0affc8a3-6f6f-f4c0-2290-000000005a28] 11924 1726884992.54240: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a28 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884992.54517: no more pending results, returning what we have 11924 1726884992.54521: results queue empty 11924 1726884992.54522: checking for any_errors_fatal 11924 1726884992.54533: done checking for any_errors_fatal 11924 1726884992.54534: checking for max_fail_percentage 11924 1726884992.54536: done checking for max_fail_percentage 11924 1726884992.54537: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.54537: done checking to see if all hosts have failed 11924 1726884992.54538: getting the remaining hosts for this loop 11924 1726884992.54541: done getting the remaining hosts for this loop 11924 1726884992.54545: getting the next task for host managed_node2 11924 1726884992.54558: done getting next task for host managed_node2 11924 1726884992.54562: ^ task is: TASK: Establish base value for expected thin pool volume size 11924 1726884992.54570: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884992.54577: getting variables 11924 1726884992.54579: in VariableManager get_vars() 11924 1726884992.54618: Calling all_inventory to load vars for managed_node2 11924 1726884992.54621: Calling groups_inventory to load vars for managed_node2 11924 1726884992.54624: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.54637: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.54640: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.54643: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.55169: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a28 11924 1726884992.55172: WORKER PROCESS EXITING 11924 1726884992.55406: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.56018: done with get_vars() 11924 1726884992.56033: done getting variables 11924 1726884992.56100: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.039) 0:02:37.900 ****** 11924 1726884992.56130: entering _queue_task() for managed_node2/set_fact 11924 1726884992.56537: worker is 1 (out of 1 available) 11924 1726884992.56551: exiting _queue_task() for managed_node2/set_fact 11924 1726884992.56864: done queuing things up, now waiting for results queue to drain 11924 1726884992.56866: waiting for pending results... 11924 1726884992.57273: running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool volume size 11924 1726884992.57410: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a29 11924 1726884992.57496: variable 'ansible_search_path' from source: unknown 11924 1726884992.57533: calling self._execute() 11924 1726884992.57770: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.57781: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.57797: variable 'omit' from source: magic vars 11924 1726884992.58193: variable 'storage_test_volume' from source: include params 11924 1726884992.58232: Evaluated conditional (storage_test_volume.thin): False 11924 1726884992.58247: when evaluation is False, skipping this task 11924 1726884992.58257: _execute() done 11924 1726884992.58351: dumping result to json 11924 1726884992.58354: done dumping result, returning 11924 1726884992.58359: done running TaskExecutor() for managed_node2/TASK: Establish base value for expected thin pool volume size [0affc8a3-6f6f-f4c0-2290-000000005a29] 11924 1726884992.58361: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a29 11924 1726884992.58428: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a29 11924 1726884992.58431: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884992.58501: no more pending results, returning what we have 11924 1726884992.58504: results queue empty 11924 1726884992.58505: checking for any_errors_fatal 11924 1726884992.58518: done checking for any_errors_fatal 11924 1726884992.58519: checking for max_fail_percentage 11924 1726884992.58521: done checking for max_fail_percentage 11924 1726884992.58522: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.58523: done checking to see if all hosts have failed 11924 1726884992.58523: getting the remaining hosts for this loop 11924 1726884992.58525: done getting the remaining hosts for this loop 11924 1726884992.58529: getting the next task for host managed_node2 11924 1726884992.58539: done getting next task for host managed_node2 11924 1726884992.58541: ^ task is: TASK: Calculate the expected thin pool volume size based on percentage value 11924 1726884992.58548: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884992.58552: getting variables 11924 1726884992.58554: in VariableManager get_vars() 11924 1726884992.58593: Calling all_inventory to load vars for managed_node2 11924 1726884992.58595: Calling groups_inventory to load vars for managed_node2 11924 1726884992.58599: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.58609: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.58611: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.58614: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.59920: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.62153: done with get_vars() 11924 1726884992.62171: done getting variables 11924 1726884992.62228: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.063) 0:02:37.963 ****** 11924 1726884992.62466: entering _queue_task() for managed_node2/set_fact 11924 1726884992.63010: worker is 1 (out of 1 available) 11924 1726884992.63023: exiting _queue_task() for managed_node2/set_fact 11924 1726884992.63037: done queuing things up, now waiting for results queue to drain 11924 1726884992.63038: waiting for pending results... 11924 1726884992.63778: running TaskExecutor() for managed_node2/TASK: Calculate the expected thin pool volume size based on percentage value 11924 1726884992.64262: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a2a 11924 1726884992.64266: variable 'ansible_search_path' from source: unknown 11924 1726884992.64270: calling self._execute() 11924 1726884992.64664: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.64669: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.64672: variable 'omit' from source: magic vars 11924 1726884992.65668: variable 'storage_test_volume' from source: include params 11924 1726884992.65704: Evaluated conditional (storage_test_volume.thin): False 11924 1726884992.65715: when evaluation is False, skipping this task 11924 1726884992.65761: _execute() done 11924 1726884992.65777: dumping result to json 11924 1726884992.65787: done dumping result, returning 11924 1726884992.65801: done running TaskExecutor() for managed_node2/TASK: Calculate the expected thin pool volume size based on percentage value [0affc8a3-6f6f-f4c0-2290-000000005a2a] 11924 1726884992.65875: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a2a 11924 1726884992.66073: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a2a 11924 1726884992.66077: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884992.66390: no more pending results, returning what we have 11924 1726884992.66395: results queue empty 11924 1726884992.66396: checking for any_errors_fatal 11924 1726884992.66411: done checking for any_errors_fatal 11924 1726884992.66412: checking for max_fail_percentage 11924 1726884992.66415: done checking for max_fail_percentage 11924 1726884992.66416: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.66417: done checking to see if all hosts have failed 11924 1726884992.66418: getting the remaining hosts for this loop 11924 1726884992.66420: done getting the remaining hosts for this loop 11924 1726884992.66425: getting the next task for host managed_node2 11924 1726884992.66437: done getting next task for host managed_node2 11924 1726884992.66440: ^ task is: TASK: Replace expected volume size with calculated value 11924 1726884992.66450: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_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 11924 1726884992.66459: getting variables 11924 1726884992.66462: in VariableManager get_vars() 11924 1726884992.66508: Calling all_inventory to load vars for managed_node2 11924 1726884992.66511: Calling groups_inventory to load vars for managed_node2 11924 1726884992.66516: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.66529: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.66532: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.66535: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.68030: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.69378: done with get_vars() 11924 1726884992.69394: done getting variables 11924 1726884992.69451: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.070) 0:02:38.033 ****** 11924 1726884992.69489: entering _queue_task() for managed_node2/set_fact 11924 1726884992.70197: worker is 1 (out of 1 available) 11924 1726884992.70209: exiting _queue_task() for managed_node2/set_fact 11924 1726884992.70221: done queuing things up, now waiting for results queue to drain 11924 1726884992.70223: waiting for pending results... 11924 1726884992.70875: running TaskExecutor() for managed_node2/TASK: Replace expected volume size with calculated value 11924 1726884992.70977: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a2b 11924 1726884992.70981: variable 'ansible_search_path' from source: unknown 11924 1726884992.70984: calling self._execute() 11924 1726884992.71130: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.71143: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.71161: variable 'omit' from source: magic vars 11924 1726884992.71735: variable 'storage_test_volume' from source: include params 11924 1726884992.71784: Evaluated conditional (storage_test_volume.thin): False 11924 1726884992.71793: when evaluation is False, skipping this task 11924 1726884992.71800: _execute() done 11924 1726884992.71808: dumping result to json 11924 1726884992.71815: done dumping result, returning 11924 1726884992.71826: done running TaskExecutor() for managed_node2/TASK: Replace expected volume size with calculated value [0affc8a3-6f6f-f4c0-2290-000000005a2b] 11924 1726884992.71836: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a2b 11924 1726884992.71965: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a2b skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.thin", "skip_reason": "Conditional result was False" } 11924 1726884992.72019: no more pending results, returning what we have 11924 1726884992.72024: results queue empty 11924 1726884992.72025: checking for any_errors_fatal 11924 1726884992.72039: done checking for any_errors_fatal 11924 1726884992.72040: checking for max_fail_percentage 11924 1726884992.72043: done checking for max_fail_percentage 11924 1726884992.72044: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.72045: done checking to see if all hosts have failed 11924 1726884992.72046: getting the remaining hosts for this loop 11924 1726884992.72048: done getting the remaining hosts for this loop 11924 1726884992.72053: getting the next task for host managed_node2 11924 1726884992.72070: done getting next task for host managed_node2 11924 1726884992.72073: ^ task is: TASK: Show actual size 11924 1726884992.72081: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884992.72086: getting variables 11924 1726884992.72089: in VariableManager get_vars() 11924 1726884992.72133: Calling all_inventory to load vars for managed_node2 11924 1726884992.72136: Calling groups_inventory to load vars for managed_node2 11924 1726884992.72140: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.72359: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.72364: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.72368: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.72997: WORKER PROCESS EXITING 11924 1726884992.73020: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.73622: done with get_vars() 11924 1726884992.73637: done getting variables 11924 1726884992.73697: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.042) 0:02:38.076 ****** 11924 1726884992.73732: entering _queue_task() for managed_node2/debug 11924 1726884992.74019: worker is 1 (out of 1 available) 11924 1726884992.74033: exiting _queue_task() for managed_node2/debug 11924 1726884992.74046: done queuing things up, now waiting for results queue to drain 11924 1726884992.74048: waiting for pending results... 11924 1726884992.74347: running TaskExecutor() for managed_node2/TASK: Show actual size 11924 1726884992.74501: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a2d 11924 1726884992.74526: variable 'ansible_search_path' from source: unknown 11924 1726884992.74570: calling self._execute() 11924 1726884992.74710: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.74722: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.74739: variable 'omit' from source: magic vars 11924 1726884992.74869: variable 'omit' from source: magic vars 11924 1726884992.74951: variable 'omit' from source: magic vars 11924 1726884992.74995: variable 'omit' from source: magic vars 11924 1726884992.75046: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884992.75092: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884992.75118: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884992.75147: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884992.75168: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884992.75191: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884992.75212: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884992.75252: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884992.75264: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.75273: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.75397: Set connection var ansible_shell_executable to /bin/sh 11924 1726884992.75407: Set connection var ansible_connection to ssh 11924 1726884992.75418: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884992.75428: Set connection var ansible_timeout to 10 11924 1726884992.75440: Set connection var ansible_pipelining to False 11924 1726884992.75451: Set connection var ansible_shell_type to sh 11924 1726884992.75490: variable 'ansible_shell_executable' from source: unknown 11924 1726884992.75499: variable 'ansible_connection' from source: unknown 11924 1726884992.75506: variable 'ansible_module_compression' from source: unknown 11924 1726884992.75514: variable 'ansible_shell_type' from source: unknown 11924 1726884992.75520: variable 'ansible_shell_executable' from source: unknown 11924 1726884992.75527: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.75536: variable 'ansible_pipelining' from source: unknown 11924 1726884992.75542: variable 'ansible_timeout' from source: unknown 11924 1726884992.75550: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.75703: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884992.75722: variable 'omit' from source: magic vars 11924 1726884992.75732: starting attempt loop 11924 1726884992.75739: running the handler 11924 1726884992.75802: variable 'storage_test_actual_size' from source: set_fact 11924 1726884992.76008: variable 'storage_test_actual_size' from source: set_fact 11924 1726884992.76072: handler run complete 11924 1726884992.76106: attempt loop complete, returning result 11924 1726884992.76116: _execute() done 11924 1726884992.76123: dumping result to json 11924 1726884992.76130: done dumping result, returning 11924 1726884992.76143: done running TaskExecutor() for managed_node2/TASK: Show actual size [0affc8a3-6f6f-f4c0-2290-000000005a2d] 11924 1726884992.76153: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a2d ok: [managed_node2] => { "storage_test_actual_size": { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False", "skipped": true } } 11924 1726884992.76308: no more pending results, returning what we have 11924 1726884992.76312: results queue empty 11924 1726884992.76313: checking for any_errors_fatal 11924 1726884992.76325: done checking for any_errors_fatal 11924 1726884992.76326: checking for max_fail_percentage 11924 1726884992.76328: done checking for max_fail_percentage 11924 1726884992.76329: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.76330: done checking to see if all hosts have failed 11924 1726884992.76331: getting the remaining hosts for this loop 11924 1726884992.76333: done getting the remaining hosts for this loop 11924 1726884992.76337: getting the next task for host managed_node2 11924 1726884992.76347: done getting next task for host managed_node2 11924 1726884992.76350: ^ task is: TASK: Show expected size 11924 1726884992.76361: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884992.76365: getting variables 11924 1726884992.76368: in VariableManager get_vars() 11924 1726884992.76404: Calling all_inventory to load vars for managed_node2 11924 1726884992.76407: Calling groups_inventory to load vars for managed_node2 11924 1726884992.76411: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.76421: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.76424: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.76427: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.77069: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a2d 11924 1726884992.77072: WORKER PROCESS EXITING 11924 1726884992.77308: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.77931: done with get_vars() 11924 1726884992.77945: done getting variables 11924 1726884992.78000: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.043) 0:02:38.119 ****** 11924 1726884992.78035: entering _queue_task() for managed_node2/debug 11924 1726884992.78301: worker is 1 (out of 1 available) 11924 1726884992.78312: exiting _queue_task() for managed_node2/debug 11924 1726884992.78324: done queuing things up, now waiting for results queue to drain 11924 1726884992.78325: waiting for pending results... 11924 1726884992.78613: running TaskExecutor() for managed_node2/TASK: Show expected size 11924 1726884992.78749: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a2e 11924 1726884992.78778: variable 'ansible_search_path' from source: unknown 11924 1726884992.78962: calling self._execute() 11924 1726884992.78966: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.78968: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.78971: variable 'omit' from source: magic vars 11924 1726884992.79076: variable 'omit' from source: magic vars 11924 1726884992.79157: variable 'omit' from source: magic vars 11924 1726884992.79201: variable 'omit' from source: magic vars 11924 1726884992.79244: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884992.79287: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884992.79318: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884992.79340: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884992.79361: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884992.79383: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884992.79406: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884992.79444: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884992.79454: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.79466: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.79591: Set connection var ansible_shell_executable to /bin/sh 11924 1726884992.79597: Set connection var ansible_connection to ssh 11924 1726884992.79630: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884992.79633: Set connection var ansible_timeout to 10 11924 1726884992.79635: Set connection var ansible_pipelining to False 11924 1726884992.79637: Set connection var ansible_shell_type to sh 11924 1726884992.79662: variable 'ansible_shell_executable' from source: unknown 11924 1726884992.79671: variable 'ansible_connection' from source: unknown 11924 1726884992.79678: variable 'ansible_module_compression' from source: unknown 11924 1726884992.79740: variable 'ansible_shell_type' from source: unknown 11924 1726884992.79743: variable 'ansible_shell_executable' from source: unknown 11924 1726884992.79745: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.79747: variable 'ansible_pipelining' from source: unknown 11924 1726884992.79749: variable 'ansible_timeout' from source: unknown 11924 1726884992.79751: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.79857: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884992.79876: variable 'omit' from source: magic vars 11924 1726884992.79887: starting attempt loop 11924 1726884992.79894: running the handler 11924 1726884992.79943: variable 'storage_test_expected_size' from source: set_fact 11924 1726884992.80124: variable 'storage_test_expected_size' from source: set_fact 11924 1726884992.80462: handler run complete 11924 1726884992.80465: attempt loop complete, returning result 11924 1726884992.80467: _execute() done 11924 1726884992.80469: dumping result to json 11924 1726884992.80471: done dumping result, returning 11924 1726884992.80474: done running TaskExecutor() for managed_node2/TASK: Show expected size [0affc8a3-6f6f-f4c0-2290-000000005a2e] 11924 1726884992.80476: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a2e 11924 1726884992.80540: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a2e 11924 1726884992.80543: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_test_expected_size": "5368709120" } 11924 1726884992.80613: no more pending results, returning what we have 11924 1726884992.80617: results queue empty 11924 1726884992.80618: checking for any_errors_fatal 11924 1726884992.80632: done checking for any_errors_fatal 11924 1726884992.80633: checking for max_fail_percentage 11924 1726884992.80636: done checking for max_fail_percentage 11924 1726884992.80637: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.80638: done checking to see if all hosts have failed 11924 1726884992.80638: getting the remaining hosts for this loop 11924 1726884992.80640: done getting the remaining hosts for this loop 11924 1726884992.80645: getting the next task for host managed_node2 11924 1726884992.80659: done getting next task for host managed_node2 11924 1726884992.80662: ^ task is: TASK: Assert expected size is actual size 11924 1726884992.80670: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884992.80676: getting variables 11924 1726884992.80678: in VariableManager get_vars() 11924 1726884992.80716: Calling all_inventory to load vars for managed_node2 11924 1726884992.80718: Calling groups_inventory to load vars for managed_node2 11924 1726884992.80722: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.80732: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.80736: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.80739: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.81938: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.83336: done with get_vars() 11924 1726884992.83563: done getting variables 11924 1726884992.83624: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Assert 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 22:16:32 -0400 (0:00:00.056) 0:02:38.175 ****** 11924 1726884992.83666: entering _queue_task() for managed_node2/assert 11924 1726884992.84392: worker is 1 (out of 1 available) 11924 1726884992.84404: exiting _queue_task() for managed_node2/assert 11924 1726884992.84417: done queuing things up, now waiting for results queue to drain 11924 1726884992.84418: waiting for pending results... 11924 1726884992.84759: running TaskExecutor() for managed_node2/TASK: Assert expected size is actual size 11924 1726884992.85134: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a2f 11924 1726884992.85148: variable 'ansible_search_path' from source: unknown 11924 1726884992.85183: calling self._execute() 11924 1726884992.85467: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.85472: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.85484: variable 'omit' from source: magic vars 11924 1726884992.86349: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 11924 1726884992.91495: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 11924 1726884992.93067: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 11924 1726884992.93098: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 11924 1726884992.93163: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 11924 1726884992.93166: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 11924 1726884992.93457: variable '_storage_test_volume_present' from source: set_fact 11924 1726884992.93678: Evaluated conditional (_storage_test_volume_present | bool): False 11924 1726884992.93681: when evaluation is False, skipping this task 11924 1726884992.93684: _execute() done 11924 1726884992.93687: dumping result to json 11924 1726884992.93689: done dumping result, returning 11924 1726884992.93711: done running TaskExecutor() for managed_node2/TASK: Assert expected size is actual size [0affc8a3-6f6f-f4c0-2290-000000005a2f] 11924 1726884992.93713: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a2f 11924 1726884992.93833: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a2f 11924 1726884992.93835: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "_storage_test_volume_present | bool", "skip_reason": "Conditional result was False" } 11924 1726884992.93885: no more pending results, returning what we have 11924 1726884992.93888: results queue empty 11924 1726884992.93889: checking for any_errors_fatal 11924 1726884992.93899: done checking for any_errors_fatal 11924 1726884992.93899: checking for max_fail_percentage 11924 1726884992.93901: done checking for max_fail_percentage 11924 1726884992.93902: checking to see if all hosts have failed and the running result is not ok 11924 1726884992.93903: done checking to see if all hosts have failed 11924 1726884992.93904: getting the remaining hosts for this loop 11924 1726884992.93906: done getting the remaining hosts for this loop 11924 1726884992.93910: getting the next task for host managed_node2 11924 1726884992.93922: done getting next task for host managed_node2 11924 1726884992.93925: ^ task is: TASK: Get information about the LV 11924 1726884992.93931: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884992.93936: getting variables 11924 1726884992.93938: in VariableManager get_vars() 11924 1726884992.93978: Calling all_inventory to load vars for managed_node2 11924 1726884992.93981: Calling groups_inventory to load vars for managed_node2 11924 1726884992.93984: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884992.93994: Calling all_plugins_play to load vars for managed_node2 11924 1726884992.93997: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884992.94000: Calling groups_plugins_play to load vars for managed_node2 11924 1726884992.95690: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884992.96999: done with get_vars() 11924 1726884992.97015: done getting variables 11924 1726884992.97279: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:32 -0400 (0:00:00.136) 0:02:38.312 ****** 11924 1726884992.97318: entering _queue_task() for managed_node2/command 11924 1726884992.98058: worker is 1 (out of 1 available) 11924 1726884992.98071: exiting _queue_task() for managed_node2/command 11924 1726884992.98083: done queuing things up, now waiting for results queue to drain 11924 1726884992.98085: waiting for pending results... 11924 1726884992.98988: running TaskExecutor() for managed_node2/TASK: Get information about the LV 11924 1726884992.98994: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a36 11924 1726884992.98998: variable 'ansible_search_path' from source: unknown 11924 1726884992.99064: calling self._execute() 11924 1726884992.99201: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884992.99212: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884992.99272: variable 'omit' from source: magic vars 11924 1726884992.99731: variable 'storage_test_volume' from source: include params 11924 1726884992.99763: variable '_storage_test_volume_present' from source: set_fact 11924 1726884992.99784: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 11924 1726884992.99792: when evaluation is False, skipping this task 11924 1726884992.99799: _execute() done 11924 1726884992.99806: dumping result to json 11924 1726884992.99819: done dumping result, returning 11924 1726884992.99837: done running TaskExecutor() for managed_node2/TASK: Get information about the LV [0affc8a3-6f6f-f4c0-2290-000000005a36] 11924 1726884992.99946: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a36 11924 1726884993.00023: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a36 11924 1726884993.00026: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884993.00108: no more pending results, returning what we have 11924 1726884993.00113: results queue empty 11924 1726884993.00114: checking for any_errors_fatal 11924 1726884993.00127: done checking for any_errors_fatal 11924 1726884993.00128: checking for max_fail_percentage 11924 1726884993.00130: done checking for max_fail_percentage 11924 1726884993.00131: checking to see if all hosts have failed and the running result is not ok 11924 1726884993.00132: done checking to see if all hosts have failed 11924 1726884993.00133: getting the remaining hosts for this loop 11924 1726884993.00358: done getting the remaining hosts for this loop 11924 1726884993.00363: getting the next task for host managed_node2 11924 1726884993.00372: done getting next task for host managed_node2 11924 1726884993.00375: ^ task is: TASK: Set LV segment type 11924 1726884993.00382: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884993.00386: getting variables 11924 1726884993.00387: in VariableManager get_vars() 11924 1726884993.00419: Calling all_inventory to load vars for managed_node2 11924 1726884993.00422: Calling groups_inventory to load vars for managed_node2 11924 1726884993.00425: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884993.00435: Calling all_plugins_play to load vars for managed_node2 11924 1726884993.00438: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884993.00441: Calling groups_plugins_play to load vars for managed_node2 11924 1726884993.01338: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884993.03124: done with get_vars() 11924 1726884993.03138: done getting variables 11924 1726884993.03203: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:33 -0400 (0:00:00.059) 0:02:38.371 ****** 11924 1726884993.03240: entering _queue_task() for managed_node2/set_fact 11924 1726884993.03788: worker is 1 (out of 1 available) 11924 1726884993.03800: exiting _queue_task() for managed_node2/set_fact 11924 1726884993.03812: done queuing things up, now waiting for results queue to drain 11924 1726884993.03813: waiting for pending results... 11924 1726884993.04060: running TaskExecutor() for managed_node2/TASK: Set LV segment type 11924 1726884993.04112: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a37 11924 1726884993.04137: variable 'ansible_search_path' from source: unknown 11924 1726884993.04183: calling self._execute() 11924 1726884993.04322: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884993.04334: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884993.04350: variable 'omit' from source: magic vars 11924 1726884993.05159: variable 'storage_test_volume' from source: include params 11924 1726884993.05189: variable '_storage_test_volume_present' from source: set_fact 11924 1726884993.05211: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 11924 1726884993.05234: when evaluation is False, skipping this task 11924 1726884993.05237: _execute() done 11924 1726884993.05343: dumping result to json 11924 1726884993.05347: done dumping result, returning 11924 1726884993.05350: done running TaskExecutor() for managed_node2/TASK: Set LV segment type [0affc8a3-6f6f-f4c0-2290-000000005a37] 11924 1726884993.05352: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a37 11924 1726884993.05426: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a37 11924 1726884993.05429: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884993.05496: no more pending results, returning what we have 11924 1726884993.05501: results queue empty 11924 1726884993.05502: checking for any_errors_fatal 11924 1726884993.05519: done checking for any_errors_fatal 11924 1726884993.05520: checking for max_fail_percentage 11924 1726884993.05522: done checking for max_fail_percentage 11924 1726884993.05524: checking to see if all hosts have failed and the running result is not ok 11924 1726884993.05524: done checking to see if all hosts have failed 11924 1726884993.05525: getting the remaining hosts for this loop 11924 1726884993.05527: done getting the remaining hosts for this loop 11924 1726884993.05531: getting the next task for host managed_node2 11924 1726884993.05543: done getting next task for host managed_node2 11924 1726884993.05547: ^ task is: TASK: Check segment type 11924 1726884993.05560: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884993.05566: getting variables 11924 1726884993.05569: in VariableManager get_vars() 11924 1726884993.05611: Calling all_inventory to load vars for managed_node2 11924 1726884993.05614: Calling groups_inventory to load vars for managed_node2 11924 1726884993.05621: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884993.05635: Calling all_plugins_play to load vars for managed_node2 11924 1726884993.05639: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884993.05642: Calling groups_plugins_play to load vars for managed_node2 11924 1726884993.06512: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884993.07261: done with get_vars() 11924 1726884993.07274: done getting variables 11924 1726884993.07337: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:33 -0400 (0:00:00.041) 0:02:38.412 ****** 11924 1726884993.07372: entering _queue_task() for managed_node2/assert 11924 1726884993.07649: worker is 1 (out of 1 available) 11924 1726884993.07663: exiting _queue_task() for managed_node2/assert 11924 1726884993.07677: done queuing things up, now waiting for results queue to drain 11924 1726884993.07678: waiting for pending results... 11924 1726884993.07973: running TaskExecutor() for managed_node2/TASK: Check segment type 11924 1726884993.08085: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a38 11924 1726884993.08239: variable 'ansible_search_path' from source: unknown 11924 1726884993.08243: calling self._execute() 11924 1726884993.08382: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884993.08386: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884993.08389: variable 'omit' from source: magic vars 11924 1726884993.08947: variable 'storage_test_volume' from source: include params 11924 1726884993.08977: variable '_storage_test_volume_present' from source: set_fact 11924 1726884993.08997: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 11924 1726884993.09005: when evaluation is False, skipping this task 11924 1726884993.09033: _execute() done 11924 1726884993.09037: dumping result to json 11924 1726884993.09040: done dumping result, returning 11924 1726884993.09050: done running TaskExecutor() for managed_node2/TASK: Check segment type [0affc8a3-6f6f-f4c0-2290-000000005a38] 11924 1726884993.09144: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a38 11924 1726884993.09223: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a38 11924 1726884993.09226: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884993.09304: no more pending results, returning what we have 11924 1726884993.09308: results queue empty 11924 1726884993.09311: checking for any_errors_fatal 11924 1726884993.09325: done checking for any_errors_fatal 11924 1726884993.09326: checking for max_fail_percentage 11924 1726884993.09329: done checking for max_fail_percentage 11924 1726884993.09330: checking to see if all hosts have failed and the running result is not ok 11924 1726884993.09330: done checking to see if all hosts have failed 11924 1726884993.09332: getting the remaining hosts for this loop 11924 1726884993.09335: done getting the remaining hosts for this loop 11924 1726884993.09339: getting the next task for host managed_node2 11924 1726884993.09349: done getting next task for host managed_node2 11924 1726884993.09352: ^ task is: TASK: Set LV cache size 11924 1726884993.09362: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884993.09369: getting variables 11924 1726884993.09558: in VariableManager get_vars() 11924 1726884993.09593: Calling all_inventory to load vars for managed_node2 11924 1726884993.09596: Calling groups_inventory to load vars for managed_node2 11924 1726884993.09599: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884993.09608: Calling all_plugins_play to load vars for managed_node2 11924 1726884993.09610: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884993.09613: Calling groups_plugins_play to load vars for managed_node2 11924 1726884993.10344: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884993.11000: done with get_vars() 11924 1726884993.11013: done getting variables 11924 1726884993.11077: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:33 -0400 (0:00:00.037) 0:02:38.450 ****** 11924 1726884993.11112: entering _queue_task() for managed_node2/set_fact 11924 1726884993.11431: worker is 1 (out of 1 available) 11924 1726884993.11443: exiting _queue_task() for managed_node2/set_fact 11924 1726884993.11457: done queuing things up, now waiting for results queue to drain 11924 1726884993.11459: waiting for pending results... 11924 1726884993.11763: running TaskExecutor() for managed_node2/TASK: Set LV cache size 11924 1726884993.11953: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a39 11924 1726884993.11962: variable 'ansible_search_path' from source: unknown 11924 1726884993.11985: calling self._execute() 11924 1726884993.12125: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884993.12170: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884993.12176: variable 'omit' from source: magic vars 11924 1726884993.12714: variable 'storage_test_volume' from source: include params 11924 1726884993.12721: variable '_storage_test_volume_present' from source: set_fact 11924 1726884993.12724: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 11924 1726884993.12726: when evaluation is False, skipping this task 11924 1726884993.12729: _execute() done 11924 1726884993.12731: dumping result to json 11924 1726884993.12733: done dumping result, returning 11924 1726884993.12736: done running TaskExecutor() for managed_node2/TASK: Set LV cache size [0affc8a3-6f6f-f4c0-2290-000000005a39] 11924 1726884993.12738: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a39 skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884993.12975: no more pending results, returning what we have 11924 1726884993.12979: results queue empty 11924 1726884993.12980: checking for any_errors_fatal 11924 1726884993.12991: done checking for any_errors_fatal 11924 1726884993.12992: checking for max_fail_percentage 11924 1726884993.12994: done checking for max_fail_percentage 11924 1726884993.12995: checking to see if all hosts have failed and the running result is not ok 11924 1726884993.12996: done checking to see if all hosts have failed 11924 1726884993.12996: getting the remaining hosts for this loop 11924 1726884993.12998: done getting the remaining hosts for this loop 11924 1726884993.13002: getting the next task for host managed_node2 11924 1726884993.13012: done getting next task for host managed_node2 11924 1726884993.13015: ^ task is: TASK: Parse the requested cache size 11924 1726884993.13026: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884993.13030: getting variables 11924 1726884993.13032: in VariableManager get_vars() 11924 1726884993.13073: Calling all_inventory to load vars for managed_node2 11924 1726884993.13076: Calling groups_inventory to load vars for managed_node2 11924 1726884993.13079: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884993.13092: Calling all_plugins_play to load vars for managed_node2 11924 1726884993.13095: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884993.13099: Calling groups_plugins_play to load vars for managed_node2 11924 1726884993.13672: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a39 11924 1726884993.13676: WORKER PROCESS EXITING 11924 1726884993.14416: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884993.15497: done with get_vars() 11924 1726884993.15512: 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 22:16:33 -0400 (0:00:00.044) 0:02:38.494 ****** 11924 1726884993.15606: entering _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884993.16089: worker is 1 (out of 1 available) 11924 1726884993.16099: exiting _queue_task() for managed_node2/fedora.linux_system_roles.bsize 11924 1726884993.16111: done queuing things up, now waiting for results queue to drain 11924 1726884993.16113: waiting for pending results... 11924 1726884993.16270: running TaskExecutor() for managed_node2/TASK: Parse the requested cache size 11924 1726884993.16433: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a3a 11924 1726884993.16462: variable 'ansible_search_path' from source: unknown 11924 1726884993.16505: calling self._execute() 11924 1726884993.16686: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884993.16697: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884993.16720: variable 'omit' from source: magic vars 11924 1726884993.17210: variable 'storage_test_volume' from source: include params 11924 1726884993.17242: variable '_storage_test_volume_present' from source: set_fact 11924 1726884993.17268: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 11924 1726884993.17277: when evaluation is False, skipping this task 11924 1726884993.17285: _execute() done 11924 1726884993.17292: dumping result to json 11924 1726884993.17299: done dumping result, returning 11924 1726884993.17315: done running TaskExecutor() for managed_node2/TASK: Parse the requested cache size [0affc8a3-6f6f-f4c0-2290-000000005a3a] 11924 1726884993.17330: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a3a skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884993.17489: no more pending results, returning what we have 11924 1726884993.17493: results queue empty 11924 1726884993.17494: checking for any_errors_fatal 11924 1726884993.17507: done checking for any_errors_fatal 11924 1726884993.17508: checking for max_fail_percentage 11924 1726884993.17510: done checking for max_fail_percentage 11924 1726884993.17511: checking to see if all hosts have failed and the running result is not ok 11924 1726884993.17512: done checking to see if all hosts have failed 11924 1726884993.17512: getting the remaining hosts for this loop 11924 1726884993.17514: done getting the remaining hosts for this loop 11924 1726884993.17521: getting the next task for host managed_node2 11924 1726884993.17646: done getting next task for host managed_node2 11924 1726884993.17650: ^ task is: TASK: Set expected cache size 11924 1726884993.17659: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884993.17664: getting variables 11924 1726884993.17666: in VariableManager get_vars() 11924 1726884993.17705: Calling all_inventory to load vars for managed_node2 11924 1726884993.17708: Calling groups_inventory to load vars for managed_node2 11924 1726884993.17712: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884993.17868: Calling all_plugins_play to load vars for managed_node2 11924 1726884993.17871: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884993.17875: Calling groups_plugins_play to load vars for managed_node2 11924 1726884993.18479: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a3a 11924 1726884993.18483: WORKER PROCESS EXITING 11924 1726884993.18543: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884993.19735: done with get_vars() 11924 1726884993.19749: done getting variables 11924 1726884993.19905: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set 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 22:16:33 -0400 (0:00:00.043) 0:02:38.538 ****** 11924 1726884993.19972: entering _queue_task() for managed_node2/set_fact 11924 1726884993.20291: worker is 1 (out of 1 available) 11924 1726884993.20303: exiting _queue_task() for managed_node2/set_fact 11924 1726884993.20315: done queuing things up, now waiting for results queue to drain 11924 1726884993.20319: waiting for pending results... 11924 1726884993.20624: running TaskExecutor() for managed_node2/TASK: Set expected cache size 11924 1726884993.20775: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a3b 11924 1726884993.20800: variable 'ansible_search_path' from source: unknown 11924 1726884993.20839: calling self._execute() 11924 1726884993.20972: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884993.20983: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884993.20997: variable 'omit' from source: magic vars 11924 1726884993.21436: variable 'storage_test_volume' from source: include params 11924 1726884993.21473: variable '_storage_test_volume_present' from source: set_fact 11924 1726884993.21490: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 11924 1726884993.21497: when evaluation is False, skipping this task 11924 1726884993.21504: _execute() done 11924 1726884993.21510: dumping result to json 11924 1726884993.21516: done dumping result, returning 11924 1726884993.21530: done running TaskExecutor() for managed_node2/TASK: Set expected cache size [0affc8a3-6f6f-f4c0-2290-000000005a3b] 11924 1726884993.21538: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a3b 11924 1726884993.21651: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a3b skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884993.21715: no more pending results, returning what we have 11924 1726884993.21722: results queue empty 11924 1726884993.21723: checking for any_errors_fatal 11924 1726884993.21733: done checking for any_errors_fatal 11924 1726884993.21734: checking for max_fail_percentage 11924 1726884993.21736: done checking for max_fail_percentage 11924 1726884993.21737: checking to see if all hosts have failed and the running result is not ok 11924 1726884993.21738: done checking to see if all hosts have failed 11924 1726884993.21738: getting the remaining hosts for this loop 11924 1726884993.21740: done getting the remaining hosts for this loop 11924 1726884993.21744: getting the next task for host managed_node2 11924 1726884993.21757: done getting next task for host managed_node2 11924 1726884993.21759: ^ task is: TASK: Check cache size 11924 1726884993.21767: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884993.21774: getting variables 11924 1726884993.21776: in VariableManager get_vars() 11924 1726884993.21813: Calling all_inventory to load vars for managed_node2 11924 1726884993.21816: Calling groups_inventory to load vars for managed_node2 11924 1726884993.21822: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884993.21833: Calling all_plugins_play to load vars for managed_node2 11924 1726884993.21837: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884993.21839: Calling groups_plugins_play to load vars for managed_node2 11924 1726884993.22474: WORKER PROCESS EXITING 11924 1726884993.22640: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884993.23562: done with get_vars() 11924 1726884993.23577: done getting variables 11924 1726884993.23768: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:33 -0400 (0:00:00.038) 0:02:38.577 ****** 11924 1726884993.23849: entering _queue_task() for managed_node2/assert 11924 1726884993.24358: worker is 1 (out of 1 available) 11924 1726884993.24371: exiting _queue_task() for managed_node2/assert 11924 1726884993.24384: done queuing things up, now waiting for results queue to drain 11924 1726884993.24386: waiting for pending results... 11924 1726884993.24739: running TaskExecutor() for managed_node2/TASK: Check cache size 11924 1726884993.24911: in run() - task 0affc8a3-6f6f-f4c0-2290-000000005a3c 11924 1726884993.24929: variable 'ansible_search_path' from source: unknown 11924 1726884993.24971: calling self._execute() 11924 1726884993.25113: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884993.25122: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884993.25127: variable 'omit' from source: magic vars 11924 1726884993.25689: variable 'storage_test_volume' from source: include params 11924 1726884993.25822: variable '_storage_test_volume_present' from source: set_fact 11924 1726884993.25826: Evaluated conditional (storage_test_volume.type == 'lvm' and _storage_test_volume_present): False 11924 1726884993.25831: when evaluation is False, skipping this task 11924 1726884993.25834: _execute() done 11924 1726884993.25836: dumping result to json 11924 1726884993.25837: done dumping result, returning 11924 1726884993.25840: done running TaskExecutor() for managed_node2/TASK: Check cache size [0affc8a3-6f6f-f4c0-2290-000000005a3c] 11924 1726884993.25841: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a3c 11924 1726884993.25924: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000005a3c 11924 1726884993.25927: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_test_volume.type == 'lvm' and _storage_test_volume_present", "skip_reason": "Conditional result was False" } 11924 1726884993.25995: no more pending results, returning what we have 11924 1726884993.26002: results queue empty 11924 1726884993.26003: checking for any_errors_fatal 11924 1726884993.26008: done checking for any_errors_fatal 11924 1726884993.26009: checking for max_fail_percentage 11924 1726884993.26014: done checking for max_fail_percentage 11924 1726884993.26014: checking to see if all hosts have failed and the running result is not ok 11924 1726884993.26015: done checking to see if all hosts have failed 11924 1726884993.26016: getting the remaining hosts for this loop 11924 1726884993.26019: done getting the remaining hosts for this loop 11924 1726884993.26022: getting the next task for host managed_node2 11924 1726884993.26030: done getting next task for host managed_node2 11924 1726884993.26033: ^ task is: TASK: Clean up facts 11924 1726884993.26038: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_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 11924 1726884993.26042: getting variables 11924 1726884993.26044: in VariableManager get_vars() 11924 1726884993.26082: Calling all_inventory to load vars for managed_node2 11924 1726884993.26085: Calling groups_inventory to load vars for managed_node2 11924 1726884993.26088: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884993.26096: Calling all_plugins_play to load vars for managed_node2 11924 1726884993.26103: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884993.26106: Calling groups_plugins_play to load vars for managed_node2 11924 1726884993.27143: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884993.28661: done with get_vars() 11924 1726884993.28674: done getting variables 11924 1726884993.28730: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:33 -0400 (0:00:00.049) 0:02:38.626 ****** 11924 1726884993.28777: entering _queue_task() for managed_node2/set_fact 11924 1726884993.29044: worker is 1 (out of 1 available) 11924 1726884993.29058: exiting _queue_task() for managed_node2/set_fact 11924 1726884993.29072: done queuing things up, now waiting for results queue to drain 11924 1726884993.29074: waiting for pending results... 11924 1726884993.29477: running TaskExecutor() for managed_node2/TASK: Clean up facts 11924 1726884993.29548: in run() - task 0affc8a3-6f6f-f4c0-2290-0000000059a3 11924 1726884993.29578: variable 'ansible_search_path' from source: unknown 11924 1726884993.29681: calling self._execute() 11924 1726884993.29774: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884993.29795: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884993.29812: variable 'omit' from source: magic vars 11924 1726884993.29954: variable 'omit' from source: magic vars 11924 1726884993.30116: variable 'omit' from source: magic vars 11924 1726884993.30123: variable 'omit' from source: magic vars 11924 1726884993.30170: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884993.30214: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884993.30253: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884993.30279: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884993.30296: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884993.30335: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884993.30354: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884993.30443: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884993.30447: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884993.30451: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884993.30553: Set connection var ansible_shell_executable to /bin/sh 11924 1726884993.30567: Set connection var ansible_connection to ssh 11924 1726884993.30579: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884993.30590: Set connection var ansible_timeout to 10 11924 1726884993.30601: Set connection var ansible_pipelining to False 11924 1726884993.30661: Set connection var ansible_shell_type to sh 11924 1726884993.30666: variable 'ansible_shell_executable' from source: unknown 11924 1726884993.30668: variable 'ansible_connection' from source: unknown 11924 1726884993.30671: variable 'ansible_module_compression' from source: unknown 11924 1726884993.30673: variable 'ansible_shell_type' from source: unknown 11924 1726884993.30675: variable 'ansible_shell_executable' from source: unknown 11924 1726884993.30678: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884993.30689: variable 'ansible_pipelining' from source: unknown 11924 1726884993.30771: variable 'ansible_timeout' from source: unknown 11924 1726884993.30774: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884993.30870: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884993.30893: variable 'omit' from source: magic vars 11924 1726884993.30988: starting attempt loop 11924 1726884993.30992: running the handler 11924 1726884993.30994: handler run complete 11924 1726884993.30996: attempt loop complete, returning result 11924 1726884993.30999: _execute() done 11924 1726884993.31001: dumping result to json 11924 1726884993.31005: done dumping result, returning 11924 1726884993.31008: done running TaskExecutor() for managed_node2/TASK: Clean up facts [0affc8a3-6f6f-f4c0-2290-0000000059a3] 11924 1726884993.31010: sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059a3 ok: [managed_node2] => { "ansible_facts": { "_storage_test_volume_present": null }, "changed": false } 11924 1726884993.31154: no more pending results, returning what we have 11924 1726884993.31190: results queue empty 11924 1726884993.31191: checking for any_errors_fatal 11924 1726884993.31210: done checking for any_errors_fatal 11924 1726884993.31211: checking for max_fail_percentage 11924 1726884993.31219: done checking for max_fail_percentage 11924 1726884993.31223: checking to see if all hosts have failed and the running result is not ok 11924 1726884993.31224: done checking to see if all hosts have failed 11924 1726884993.31224: getting the remaining hosts for this loop 11924 1726884993.31227: done getting the remaining hosts for this loop 11924 1726884993.31231: getting the next task for host managed_node2 11924 1726884993.31247: done getting next task for host managed_node2 11924 1726884993.31258: ^ task is: TASK: Verify the volumes with no pool were correctly managed 11924 1726884993.31262: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884993.31269: getting variables 11924 1726884993.31271: in VariableManager get_vars() 11924 1726884993.31325: Calling all_inventory to load vars for managed_node2 11924 1726884993.31327: Calling groups_inventory to load vars for managed_node2 11924 1726884993.31331: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884993.31347: Calling all_plugins_play to load vars for managed_node2 11924 1726884993.31351: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884993.31354: Calling groups_plugins_play to load vars for managed_node2 11924 1726884993.32345: done sending task result for task 0affc8a3-6f6f-f4c0-2290-0000000059a3 11924 1726884993.32349: WORKER PROCESS EXITING 11924 1726884993.33134: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884993.34160: done with get_vars() 11924 1726884993.34179: 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 22:16:33 -0400 (0:00:00.054) 0:02:38.681 ****** 11924 1726884993.34273: entering _queue_task() for managed_node2/include_tasks 11924 1726884993.34579: worker is 1 (out of 1 available) 11924 1726884993.34592: exiting _queue_task() for managed_node2/include_tasks 11924 1726884993.34630: done queuing things up, now waiting for results queue to drain 11924 1726884993.34632: waiting for pending results... 11924 1726884993.34899: running TaskExecutor() for managed_node2/TASK: Verify the volumes with no pool were correctly managed 11924 1726884993.35036: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004f22 11924 1726884993.35054: variable 'ansible_search_path' from source: unknown 11924 1726884993.35109: variable '_storage_volumes_list' from source: set_fact 11924 1726884993.35644: variable '_storage_volumes_list' from source: set_fact 11924 1726884993.35702: dumping result to json 11924 1726884993.35709: done dumping result, returning 11924 1726884993.35723: done running TaskExecutor() for managed_node2/TASK: Verify the volumes with no pool were correctly managed [0affc8a3-6f6f-f4c0-2290-000000004f22] 11924 1726884993.35737: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004f22 skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 11924 1726884993.36009: no more pending results, returning what we have 11924 1726884993.36014: results queue empty 11924 1726884993.36014: checking for any_errors_fatal 11924 1726884993.36027: done checking for any_errors_fatal 11924 1726884993.36028: checking for max_fail_percentage 11924 1726884993.36030: done checking for max_fail_percentage 11924 1726884993.36031: checking to see if all hosts have failed and the running result is not ok 11924 1726884993.36032: done checking to see if all hosts have failed 11924 1726884993.36033: getting the remaining hosts for this loop 11924 1726884993.36036: done getting the remaining hosts for this loop 11924 1726884993.36040: getting the next task for host managed_node2 11924 1726884993.36048: done getting next task for host managed_node2 11924 1726884993.36051: ^ task is: TASK: Clean up variable namespace 11924 1726884993.36057: ^ state is: HOST STATE: block=2, task=37, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 11924 1726884993.36063: getting variables 11924 1726884993.36064: in VariableManager get_vars() 11924 1726884993.36105: Calling all_inventory to load vars for managed_node2 11924 1726884993.36108: Calling groups_inventory to load vars for managed_node2 11924 1726884993.36113: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884993.36129: Calling all_plugins_play to load vars for managed_node2 11924 1726884993.36132: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884993.36136: Calling groups_plugins_play to load vars for managed_node2 11924 1726884993.36778: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004f22 11924 1726884993.36859: WORKER PROCESS EXITING 11924 1726884993.37212: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884993.38150: done with get_vars() 11924 1726884993.38191: done getting variables 11924 1726884993.38314: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [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 22:16:33 -0400 (0:00:00.040) 0:02:38.722 ****** 11924 1726884993.38381: entering _queue_task() for managed_node2/set_fact 11924 1726884993.39039: worker is 1 (out of 1 available) 11924 1726884993.39061: exiting _queue_task() for managed_node2/set_fact 11924 1726884993.39079: done queuing things up, now waiting for results queue to drain 11924 1726884993.39081: waiting for pending results... 11924 1726884993.39395: running TaskExecutor() for managed_node2/TASK: Clean up variable namespace 11924 1726884993.39480: in run() - task 0affc8a3-6f6f-f4c0-2290-000000004f24 11924 1726884993.39494: variable 'ansible_search_path' from source: unknown 11924 1726884993.39540: calling self._execute() 11924 1726884993.39660: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884993.39665: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884993.39677: variable 'omit' from source: magic vars 11924 1726884993.39805: variable 'omit' from source: magic vars 11924 1726884993.39853: variable 'omit' from source: magic vars 11924 1726884993.39891: variable 'omit' from source: magic vars 11924 1726884993.39939: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 11924 1726884993.39978: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 11924 1726884993.39998: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 11924 1726884993.40034: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884993.40037: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 11924 1726884993.40051: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 11924 1726884993.40070: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 11924 1726884993.40104: variable 'inventory_hostname' from source: host vars for 'managed_node2' 11924 1726884993.40108: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884993.40111: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884993.40268: Set connection var ansible_shell_executable to /bin/sh 11924 1726884993.40271: Set connection var ansible_connection to ssh 11924 1726884993.40274: Set connection var ansible_module_compression to ZIP_DEFLATED 11924 1726884993.40276: Set connection var ansible_timeout to 10 11924 1726884993.40278: Set connection var ansible_pipelining to False 11924 1726884993.40280: Set connection var ansible_shell_type to sh 11924 1726884993.40362: variable 'ansible_shell_executable' from source: unknown 11924 1726884993.40365: variable 'ansible_connection' from source: unknown 11924 1726884993.40367: variable 'ansible_module_compression' from source: unknown 11924 1726884993.40370: variable 'ansible_shell_type' from source: unknown 11924 1726884993.40372: variable 'ansible_shell_executable' from source: unknown 11924 1726884993.40374: variable 'ansible_host' from source: host vars for 'managed_node2' 11924 1726884993.40376: variable 'ansible_pipelining' from source: unknown 11924 1726884993.40377: variable 'ansible_timeout' from source: unknown 11924 1726884993.40379: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 11924 1726884993.40516: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 11924 1726884993.40523: variable 'omit' from source: magic vars 11924 1726884993.40525: starting attempt loop 11924 1726884993.40528: running the handler 11924 1726884993.40530: handler run complete 11924 1726884993.40541: attempt loop complete, returning result 11924 1726884993.40544: _execute() done 11924 1726884993.40547: dumping result to json 11924 1726884993.40549: done dumping result, returning 11924 1726884993.40565: done running TaskExecutor() for managed_node2/TASK: Clean up variable namespace [0affc8a3-6f6f-f4c0-2290-000000004f24] 11924 1726884993.40571: sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004f24 11924 1726884993.40663: done sending task result for task 0affc8a3-6f6f-f4c0-2290-000000004f24 11924 1726884993.40666: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "storage_test_blkinfo": null, "storage_test_crypttab": null, "storage_test_fstab": null }, "changed": false } 11924 1726884993.40745: no more pending results, returning what we have 11924 1726884993.40748: results queue empty 11924 1726884993.40749: checking for any_errors_fatal 11924 1726884993.40757: done checking for any_errors_fatal 11924 1726884993.40758: checking for max_fail_percentage 11924 1726884993.40760: done checking for max_fail_percentage 11924 1726884993.40761: checking to see if all hosts have failed and the running result is not ok 11924 1726884993.40761: done checking to see if all hosts have failed 11924 1726884993.40762: getting the remaining hosts for this loop 11924 1726884993.40764: done getting the remaining hosts for this loop 11924 1726884993.40768: getting the next task for host managed_node2 11924 1726884993.40776: done getting next task for host managed_node2 11924 1726884993.40778: ^ task is: TASK: meta (flush_handlers) 11924 1726884993.40780: ^ 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 11924 1726884993.40785: getting variables 11924 1726884993.40787: in VariableManager get_vars() 11924 1726884993.40823: Calling all_inventory to load vars for managed_node2 11924 1726884993.40826: Calling groups_inventory to load vars for managed_node2 11924 1726884993.40828: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884993.40837: Calling all_plugins_play to load vars for managed_node2 11924 1726884993.40839: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884993.40841: Calling groups_plugins_play to load vars for managed_node2 11924 1726884993.41487: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884993.42165: done with get_vars() 11924 1726884993.42185: done getting variables 11924 1726884993.42261: in VariableManager get_vars() 11924 1726884993.42277: Calling all_inventory to load vars for managed_node2 11924 1726884993.42280: Calling groups_inventory to load vars for managed_node2 11924 1726884993.42283: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884993.42287: Calling all_plugins_play to load vars for managed_node2 11924 1726884993.42298: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884993.42302: Calling groups_plugins_play to load vars for managed_node2 11924 1726884993.42768: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884993.43834: done with get_vars() 11924 1726884993.43968: done queuing things up, now waiting for results queue to drain 11924 1726884993.43970: results queue empty 11924 1726884993.43974: checking for any_errors_fatal 11924 1726884993.43977: done checking for any_errors_fatal 11924 1726884993.43978: checking for max_fail_percentage 11924 1726884993.43979: done checking for max_fail_percentage 11924 1726884993.43980: checking to see if all hosts have failed and the running result is not ok 11924 1726884993.43981: done checking to see if all hosts have failed 11924 1726884993.43981: getting the remaining hosts for this loop 11924 1726884993.43982: done getting the remaining hosts for this loop 11924 1726884993.43989: getting the next task for host managed_node2 11924 1726884993.43993: done getting next task for host managed_node2 11924 1726884993.43995: ^ task is: TASK: meta (flush_handlers) 11924 1726884993.43997: ^ 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 11924 1726884993.43999: getting variables 11924 1726884993.44000: in VariableManager get_vars() 11924 1726884993.44010: Calling all_inventory to load vars for managed_node2 11924 1726884993.44012: Calling groups_inventory to load vars for managed_node2 11924 1726884993.44015: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884993.44019: Calling all_plugins_play to load vars for managed_node2 11924 1726884993.44021: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884993.44024: Calling groups_plugins_play to load vars for managed_node2 11924 1726884993.44884: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884993.45487: done with get_vars() 11924 1726884993.45498: done getting variables 11924 1726884993.45543: in VariableManager get_vars() 11924 1726884993.45553: Calling all_inventory to load vars for managed_node2 11924 1726884993.45558: Calling groups_inventory to load vars for managed_node2 11924 1726884993.45560: Calling all_plugins_inventory to load vars for managed_node2 11924 1726884993.45564: Calling all_plugins_play to load vars for managed_node2 11924 1726884993.45567: Calling groups_plugins_inventory to load vars for managed_node2 11924 1726884993.45570: Calling groups_plugins_play to load vars for managed_node2 11924 1726884993.45968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 11924 1726884993.46763: done with get_vars() 11924 1726884993.46778: done queuing things up, now waiting for results queue to drain 11924 1726884993.46780: results queue empty 11924 1726884993.46781: checking for any_errors_fatal 11924 1726884993.46782: done checking for any_errors_fatal 11924 1726884993.46783: checking for max_fail_percentage 11924 1726884993.46784: done checking for max_fail_percentage 11924 1726884993.46784: checking to see if all hosts have failed and the running result is not ok 11924 1726884993.46785: done checking to see if all hosts have failed 11924 1726884993.46786: getting the remaining hosts for this loop 11924 1726884993.46787: done getting the remaining hosts for this loop 11924 1726884993.46791: getting the next task for host managed_node2 11924 1726884993.46794: done getting next task for host managed_node2 11924 1726884993.46794: ^ task is: None 11924 1726884993.46798: ^ 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 11924 1726884993.46799: done queuing things up, now waiting for results queue to drain 11924 1726884993.46800: results queue empty 11924 1726884993.46800: checking for any_errors_fatal 11924 1726884993.46801: done checking for any_errors_fatal 11924 1726884993.46802: checking for max_fail_percentage 11924 1726884993.46803: done checking for max_fail_percentage 11924 1726884993.46804: checking to see if all hosts have failed and the running result is not ok 11924 1726884993.46804: done checking to see if all hosts have failed 11924 1726884993.46807: getting the next task for host managed_node2 11924 1726884993.46809: done getting next task for host managed_node2 11924 1726884993.46810: ^ task is: None 11924 1726884993.46811: ^ 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_node2 : ok=626 changed=5 unreachable=0 failed=0 skipped=681 rescued=0 ignored=0 Friday 20 September 2024 22:16:33 -0400 (0:00:00.088) 0:02:38.810 ****** =============================================================================== fedora.linux_system_roles.storage : Get service facts ------------------- 2.91s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Gathering Facts --------------------------------------------------------- 2.26s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_change_fs.yml:2 fedora.linux_system_roles.storage : Update facts ------------------------ 2.21s /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 --- 2.12s /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 --- 2.09s /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 --- 2.02s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.73s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.73s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 1.71s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Make sure blivet is available ------- 1.30s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Ensure cryptsetup is present -------------------------------------------- 1.21s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 fedora.linux_system_roles.storage : Update facts ------------------------ 1.16s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Update facts ------------------------ 1.13s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Update facts ------------------------ 1.10s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab --- 1.10s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 fedora.linux_system_roles.storage : Make sure required packages are installed --- 1.10s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.storage : Update facts ------------------------ 1.09s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Update facts ------------------------ 1.09s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Update facts ------------------------ 1.08s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Ensure cryptsetup is present -------------------------------------------- 0.98s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/test-verify-volume-encryption.yml:10 11924 1726884993.47716: RUNNING CLEANUP